Skip to content

Console Output

09:22:31 Started by user devspace
09:22:31 Running as SYSTEM
09:22:31 Building remotely on testintegration (swarm rocky9 ice36 java11) in workspace /home/omero/workspace/OMERO-test-integration
09:22:31 [OMERO-test-integration] $ /bin/bash -xe /tmp/jenkins13126141940302614762.sh
09:22:32 + rm -rf /home/omero/workspace/OMERO-test-integration/.venv3
09:22:33 + python3 -m venv /home/omero/workspace/OMERO-test-integration/.venv3
09:22:38 + source /home/omero/workspace/OMERO-test-integration/.venv3/bin/activate
09:22:38 ++ deactivate nondestructive
09:22:38 ++ '[' -n '' ']'
09:22:38 ++ '[' -n '' ']'
09:22:38 ++ '[' -n /bin/bash -o -n '' ']'
09:22:38 ++ hash -r
09:22:38 ++ '[' -n '' ']'
09:22:38 ++ unset VIRTUAL_ENV
09:22:38 ++ '[' '!' nondestructive = nondestructive ']'
09:22:38 ++ VIRTUAL_ENV=/home/omero/workspace/OMERO-test-integration/.venv3
09:22:38 ++ export VIRTUAL_ENV
09:22:38 ++ _OLD_VIRTUAL_PATH=/opt/ice-3.6.5/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
09:22:38 ++ 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
09:22:38 ++ export PATH
09:22:38 ++ '[' -n '' ']'
09:22:38 ++ '[' -z '' ']'
09:22:38 ++ _OLD_VIRTUAL_PS1=
09:22:38 ++ PS1='(.venv3) '
09:22:38 ++ export PS1
09:22:38 ++ '[' -n /bin/bash -o -n '' ']'
09:22:38 ++ hash -r
09:22:38 + pip install https://github.com/glencoesoftware/zeroc-ice-py-rhel9-x86_64/releases/download/20230830/zeroc_ice-3.6.5-cp39-cp39-linux_x86_64.whl
09:22:39 Collecting zeroc-ice==3.6.5
09:22:40   Downloading https://github.com/glencoesoftware/zeroc-ice-py-rhel9-x86_64/releases/download/20230830/zeroc_ice-3.6.5-cp39-cp39-linux_x86_64.whl (31.3 MB)
09:22:41 Installing collected packages: zeroc-ice
09:22:42 Successfully installed zeroc-ice-3.6.5
09:22:42 + pip install -U pip future setuptools
09:22:42 Requirement already satisfied: pip in ./.venv3/lib/python3.9/site-packages (21.2.3)
09:22:43 Collecting pip
09:22:43   Using cached pip-24.3.1-py3-none-any.whl (1.8 MB)
09:22:43 Collecting future
09:22:43   Using cached future-1.0.0-py3-none-any.whl (491 kB)
09:22:43 Requirement already satisfied: setuptools in ./.venv3/lib/python3.9/site-packages (53.0.0)
09:22:44 Collecting setuptools
09:22:44   Using cached setuptools-75.6.0-py3-none-any.whl (1.2 MB)
09:22:44 Installing collected packages: setuptools, pip, future
09:22:44   Attempting uninstall: setuptools
09:22:44     Found existing installation: setuptools 53.0.0
09:22:44     Uninstalling setuptools-53.0.0:
09:22:44       Successfully uninstalled setuptools-53.0.0
09:22:45   Attempting uninstall: pip
09:22:45     Found existing installation: pip 21.2.3
09:22:45     Uninstalling pip-21.2.3:
09:22:45       Successfully uninstalled pip-21.2.3
09:22:46 Successfully installed future-1.0.0 pip-24.3.1 setuptools-75.6.0
09:22:46 + pip install markdown
09:22:47 Collecting markdown
09:22:47   Using cached Markdown-3.7-py3-none-any.whl.metadata (7.0 kB)
09:22:47 Collecting importlib-metadata>=4.4 (from markdown)
09:22:47   Using cached importlib_metadata-8.5.0-py3-none-any.whl.metadata (4.8 kB)
09:22:47 Collecting zipp>=3.20 (from importlib-metadata>=4.4->markdown)
09:22:47   Using cached zipp-3.21.0-py3-none-any.whl.metadata (3.7 kB)
09:22:47 Using cached Markdown-3.7-py3-none-any.whl (106 kB)
09:22:47 Using cached importlib_metadata-8.5.0-py3-none-any.whl (26 kB)
09:22:47 Using cached zipp-3.21.0-py3-none-any.whl (9.6 kB)
09:22:47 Installing collected packages: zipp, importlib-metadata, markdown
09:22:47 Successfully installed importlib-metadata-8.5.0 markdown-3.7 zipp-3.21.0
09:22:47 + pip install mox3 pytest pytest-django pytest-xdist pytest-mock
09:22:48 Collecting mox3
09:22:48   Using cached mox3-1.1.0-py3-none-any.whl.metadata (3.2 kB)
09:22:48 Collecting pytest
09:22:48   Using cached pytest-8.3.4-py3-none-any.whl.metadata (7.5 kB)
09:22:48 Collecting pytest-django
09:22:48   Using cached pytest_django-4.9.0-py3-none-any.whl.metadata (8.2 kB)
09:22:48 Collecting pytest-xdist
09:22:48   Using cached pytest_xdist-3.6.1-py3-none-any.whl.metadata (4.3 kB)
09:22:48 Collecting pytest-mock
09:22:48   Using cached pytest_mock-3.14.0-py3-none-any.whl.metadata (3.8 kB)
09:22:49 Collecting pbr!=2.1.0,>=2.0.0 (from mox3)
09:22:49   Using cached pbr-6.1.0-py2.py3-none-any.whl.metadata (3.4 kB)
09:22:49 Collecting fixtures>=3.0.0 (from mox3)
09:22:49   Using cached fixtures-4.1.0-py3-none-any.whl.metadata (21 kB)
09:22:49 Collecting exceptiongroup>=1.0.0rc8 (from pytest)
09:22:49   Using cached exceptiongroup-1.2.2-py3-none-any.whl.metadata (6.6 kB)
09:22:49 Collecting iniconfig (from pytest)
09:22:49   Using cached iniconfig-2.0.0-py3-none-any.whl.metadata (2.6 kB)
09:22:49 Collecting packaging (from pytest)
09:22:49   Using cached packaging-24.2-py3-none-any.whl.metadata (3.2 kB)
09:22:49 Collecting pluggy<2,>=1.5 (from pytest)
09:22:49   Using cached pluggy-1.5.0-py3-none-any.whl.metadata (4.8 kB)
09:22:49 Collecting tomli>=1 (from pytest)
09:22:49   Using cached tomli-2.2.1-py3-none-any.whl.metadata (10 kB)
09:22:49 Collecting execnet>=2.1 (from pytest-xdist)
09:22:50   Using cached execnet-2.1.1-py3-none-any.whl.metadata (2.9 kB)
09:22:50 Using cached mox3-1.1.0-py3-none-any.whl (43 kB)
09:22:50 Using cached pytest-8.3.4-py3-none-any.whl (343 kB)
09:22:50 Using cached pytest_django-4.9.0-py3-none-any.whl (23 kB)
09:22:50 Using cached pytest_xdist-3.6.1-py3-none-any.whl (46 kB)
09:22:50 Using cached pytest_mock-3.14.0-py3-none-any.whl (9.9 kB)
09:22:50 Using cached exceptiongroup-1.2.2-py3-none-any.whl (16 kB)
09:22:50 Using cached execnet-2.1.1-py3-none-any.whl (40 kB)
09:22:50 Using cached fixtures-4.1.0-py3-none-any.whl (64 kB)
09:22:50 Using cached pbr-6.1.0-py2.py3-none-any.whl (108 kB)
09:22:50 Using cached pluggy-1.5.0-py3-none-any.whl (20 kB)
09:22:50 Using cached tomli-2.2.1-py3-none-any.whl (14 kB)
09:22:50 Using cached iniconfig-2.0.0-py3-none-any.whl (5.9 kB)
09:22:50 Using cached packaging-24.2-py3-none-any.whl (65 kB)
09:22:50 Installing collected packages: tomli, pluggy, pbr, packaging, iniconfig, execnet, exceptiongroup, pytest, fixtures, pytest-xdist, pytest-mock, pytest-django, mox3
09:22:51 Successfully installed exceptiongroup-1.2.2 execnet-2.1.1 fixtures-4.1.0 iniconfig-2.0.0 mox3-1.1.0 packaging-24.2 pbr-6.1.0 pluggy-1.5.0 pytest-8.3.4 pytest-django-4.9.0 pytest-mock-3.14.0 pytest-xdist-3.6.1 tomli-2.2.1
09:22:51 + pip install tables
09:22:51 Collecting tables
09:22:51   Using cached tables-3.9.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.3 kB)
09:22:52 Collecting numpy>=1.19.0 (from tables)
09:22:52   Using cached numpy-2.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (60 kB)
09:22:52 Collecting numexpr>=2.6.2 (from tables)
09:22:52   Using cached numexpr-2.10.2-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (8.1 kB)
09:22:52 Requirement already satisfied: packaging in ./.venv3/lib/python3.9/site-packages (from tables) (24.2)
09:22:52 Collecting py-cpuinfo (from tables)
09:22:52   Using cached py_cpuinfo-9.0.0-py3-none-any.whl.metadata (794 bytes)
09:22:52 Collecting blosc2>=2.3.0 (from tables)
09:22:52   Using cached blosc2-2.5.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (9.2 kB)
09:22:52 Collecting ndindex>=1.4 (from blosc2>=2.3.0->tables)
09:22:52   Using cached ndindex-1.9.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.4 kB)
09:22:52 Collecting msgpack (from blosc2>=2.3.0->tables)
09:22:52   Using cached msgpack-1.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.4 kB)
09:22:52 Using cached tables-3.9.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.5 MB)
09:22:53 Using cached blosc2-2.5.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB)
09:22:53 Using cached numexpr-2.10.2-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (396 kB)
09:22:53 Using cached numpy-2.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (19.5 MB)
09:22:53 Using cached py_cpuinfo-9.0.0-py3-none-any.whl (22 kB)
09:22:53 Using cached ndindex-1.9.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (478 kB)
09:22:53 Using cached msgpack-1.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (377 kB)
09:22:53 Installing collected packages: py-cpuinfo, numpy, ndindex, msgpack, numexpr, blosc2, tables
09:22:56 Successfully installed blosc2-2.5.1 msgpack-1.1.0 ndindex-1.9.2 numexpr-2.10.2 numpy-2.0.2 py-cpuinfo-9.0.0 tables-3.9.2
09:22:56 + pip install jinja2
09:22:57 Collecting jinja2
09:22:57   Using cached jinja2-3.1.4-py3-none-any.whl.metadata (2.6 kB)
09:22:57 Collecting MarkupSafe>=2.0 (from jinja2)
09:22:57   Using cached MarkupSafe-3.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB)
09:22:57 Using cached jinja2-3.1.4-py3-none-any.whl (133 kB)
09:22:57 Using cached MarkupSafe-3.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (20 kB)
09:22:57 Installing collected packages: MarkupSafe, jinja2
09:22:58 Successfully installed MarkupSafe-3.0.2 jinja2-3.1.4
09:22:58 + pip install PyYAML
09:22:58 Collecting PyYAML
09:22:58   Using cached PyYAML-6.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
09:22:58 Using cached PyYAML-6.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (737 kB)
09:22:58 Installing collected packages: PyYAML
09:22:58 Successfully installed PyYAML-6.0.2
09:22:58 + pip install omero-py omero-web
09:22:59 Collecting omero-py
09:22:59   Using cached omero_py-5.19.5-py3-none-any.whl.metadata (6.3 kB)
09:22:59 Collecting omero-web
09:22:59   Using cached omero_web-5.28.0-py3-none-any.whl.metadata (6.4 kB)
09:22:59 Collecting urllib3<2 (from omero-py)
09:22:59   Using cached urllib3-1.26.20-py2.py3-none-any.whl.metadata (50 kB)
09:22:59 Collecting appdirs (from omero-py)
09:22:59   Using cached appdirs-1.4.4-py2.py3-none-any.whl.metadata (9.0 kB)
09:23:00 Requirement already satisfied: future in ./.venv3/lib/python3.9/site-packages (from omero-py) (1.0.0)
09:23:00 Collecting numpy<2 (from omero-py)
09:23:00   Using cached numpy-1.26.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (61 kB)
09:23:00 Collecting Pillow>=10.0.0 (from omero-py)
09:23:00   Using cached pillow-11.0.0-cp39-cp39-manylinux_2_28_x86_64.whl.metadata (9.1 kB)
09:23:00 Requirement already satisfied: PyYAML in ./.venv3/lib/python3.9/site-packages (from omero-py) (6.0.2)
09:23:00 Requirement already satisfied: zeroc-ice<3.7,>=3.6.5 in ./.venv3/lib/python3.9/site-packages (from omero-py) (3.6.5)
09:23:00 Collecting requests (from omero-py)
09:23:00   Using cached requests-2.32.3-py3-none-any.whl.metadata (4.6 kB)
09:23:00 Collecting portalocker (from omero-py)
09:23:00   Using cached portalocker-3.0.0-py3-none-any.whl.metadata (8.5 kB)
09:23:01 Collecting concurrent-log-handler>=0.9.20 (from omero-web)
09:23:01   Using cached concurrent_log_handler-0.9.25-py3-none-any.whl.metadata (17 kB)
09:23:01 Collecting Django<4.3,>=4.2.3 (from omero-web)
09:23:01   Using cached Django-4.2.17-py3-none-any.whl.metadata (4.1 kB)
09:23:01 Collecting django-pipeline (from omero-web)
09:23:01   Using cached django_pipeline-4.0.0-py3-none-any.whl.metadata (5.8 kB)
09:23:01 Collecting django-cors-headers==3.7.0 (from omero-web)
09:23:01   Using cached django_cors_headers-3.7.0-py3-none-any.whl.metadata (15 kB)
09:23:01 Collecting whitenoise>=5.3.0 (from omero-web)
09:23:01   Using cached whitenoise-6.8.2-py3-none-any.whl.metadata (3.6 kB)
09:23:01 Collecting gunicorn>=19.3 (from omero-web)
09:23:01   Using cached gunicorn-23.0.0-py3-none-any.whl.metadata (4.4 kB)
09:23:01 Collecting omero-marshal>=0.7.0 (from omero-web)
09:23:01   Using cached omero_marshal-0.9.0-py3-none-any.whl.metadata (2.2 kB)
09:23:01 Collecting pytz (from omero-web)
09:23:01   Using cached pytz-2024.2-py2.py3-none-any.whl.metadata (22 kB)
09:23:02 Requirement already satisfied: packaging in ./.venv3/lib/python3.9/site-packages (from omero-web) (24.2)
09:23:02 Collecting importlib-resources (from omero-web)
09:23:02   Using cached importlib_resources-6.4.5-py3-none-any.whl.metadata (4.0 kB)
09:23:02 Collecting asgiref<4,>=3.6.0 (from Django<4.3,>=4.2.3->omero-web)
09:23:02   Using cached asgiref-3.8.1-py3-none-any.whl.metadata (9.3 kB)
09:23:02 Collecting sqlparse>=0.3.1 (from Django<4.3,>=4.2.3->omero-web)
09:23:02   Using cached sqlparse-0.5.2-py3-none-any.whl.metadata (3.9 kB)
09:23:02 Requirement already satisfied: setuptools in ./.venv3/lib/python3.9/site-packages (from django-pipeline->omero-web) (75.6.0)
09:23:02 Collecting wheel (from django-pipeline->omero-web)
09:23:03   Using cached wheel-0.45.1-py3-none-any.whl.metadata (2.3 kB)
09:23:03 Requirement already satisfied: zipp>=3.1.0 in ./.venv3/lib/python3.9/site-packages (from importlib-resources->omero-web) (3.21.0)
09:23:03 Collecting charset-normalizer<4,>=2 (from requests->omero-py)
09:23:03   Using cached charset_normalizer-3.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (34 kB)
09:23:03 Collecting idna<4,>=2.5 (from requests->omero-py)
09:23:03   Using cached idna-3.10-py3-none-any.whl.metadata (10 kB)
09:23:03 Collecting certifi>=2017.4.17 (from requests->omero-py)
09:23:03   Using cached certifi-2024.8.30-py3-none-any.whl.metadata (2.2 kB)
09:23:04 Collecting typing-extensions>=4 (from asgiref<4,>=3.6.0->Django<4.3,>=4.2.3->omero-web)
09:23:04   Using cached typing_extensions-4.12.2-py3-none-any.whl.metadata (3.0 kB)
09:23:04 Using cached omero_py-5.19.5-py3-none-any.whl (2.8 MB)
09:23:04 Using cached omero_web-5.28.0-py3-none-any.whl (2.8 MB)
09:23:04 Using cached django_cors_headers-3.7.0-py3-none-any.whl (12 kB)
09:23:04 Using cached concurrent_log_handler-0.9.25-py3-none-any.whl (25 kB)
09:23:04 Using cached Django-4.2.17-py3-none-any.whl (8.0 MB)
09:23:04 Using cached gunicorn-23.0.0-py3-none-any.whl (85 kB)
09:23:04 Using cached numpy-1.26.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.2 MB)
09:23:04 Using cached omero_marshal-0.9.0-py3-none-any.whl (88 kB)
09:23:04 Using cached pillow-11.0.0-cp39-cp39-manylinux_2_28_x86_64.whl (4.4 MB)
09:23:05 Using cached portalocker-3.0.0-py3-none-any.whl (19 kB)
09:23:05 Using cached urllib3-1.26.20-py2.py3-none-any.whl (144 kB)
09:23:05 Using cached whitenoise-6.8.2-py3-none-any.whl (20 kB)
09:23:05 Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB)
09:23:05 Using cached django_pipeline-4.0.0-py3-none-any.whl (75 kB)
09:23:05 Using cached importlib_resources-6.4.5-py3-none-any.whl (36 kB)
09:23:05 Using cached pytz-2024.2-py2.py3-none-any.whl (508 kB)
09:23:05 Using cached requests-2.32.3-py3-none-any.whl (64 kB)
09:23:05 Using cached asgiref-3.8.1-py3-none-any.whl (23 kB)
09:23:05 Using cached certifi-2024.8.30-py3-none-any.whl (167 kB)
09:23:05 Using cached charset_normalizer-3.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (144 kB)
09:23:05 Using cached idna-3.10-py3-none-any.whl (70 kB)
09:23:05 Using cached sqlparse-0.5.2-py3-none-any.whl (44 kB)
09:23:05 Using cached wheel-0.45.1-py3-none-any.whl (72 kB)
09:23:05 Using cached typing_extensions-4.12.2-py3-none-any.whl (37 kB)
09:23:05 Installing collected packages: pytz, appdirs, whitenoise, wheel, urllib3, typing-extensions, sqlparse, portalocker, Pillow, omero-marshal, numpy, importlib-resources, idna, gunicorn, charset-normalizer, certifi, requests, django-pipeline, concurrent-log-handler, asgiref, omero-py, Django, django-cors-headers, omero-web
09:23:06   Attempting uninstall: numpy
09:23:06     Found existing installation: numpy 2.0.2
09:23:06     Uninstalling numpy-2.0.2:
09:23:06       Successfully uninstalled numpy-2.0.2
09:23:13 Successfully installed Django-4.2.17 Pillow-11.0.0 appdirs-1.4.4 asgiref-3.8.1 certifi-2024.8.30 charset-normalizer-3.4.0 concurrent-log-handler-0.9.25 django-cors-headers-3.7.0 django-pipeline-4.0.0 gunicorn-23.0.0 idna-3.10 importlib-resources-6.4.5 numpy-1.26.4 omero-marshal-0.9.0 omero-py-5.19.5 omero-web-5.28.0 portalocker-3.0.0 pytz-2024.2 requests-2.32.3 sqlparse-0.5.2 typing-extensions-4.12.2 urllib3-1.26.20 wheel-0.45.1 whitenoise-6.8.2
09:23:13 [OMERO-test-integration] $ /bin/bash -xe /tmp/jenkins13893514607370633891.sh
09:23:13 + source /home/settings.env
09:23:13 ++ OMERO_DB_HOST=pg
09:23:13 ++ OMERO_DB_USER=postgres
09:23:13 ++ OMERO_DB_PASS=
09:23:13 ++ OMERO_ROOT_PASS=omero
09:23:13 ++ OMERO_DATA_DIR=/OMERO
09:23:13 ++ export OMERO_DB_USER OMERO_DB_PASS OMERO_ROOT_PASS OMERO_DATA_DIR
09:23:13 + OMERO_DB_NAME=OMERO-test-integration
09:23:13 + SRC=/home/omero/workspace/OMERO-test-integration/src
09:23:13 + OMERO_DIST=/home/omero/workspace/OMERO-test-integration/src/dist
09:23:13 + export OMERODIR=/home/omero/workspace/OMERO-test-integration/src/dist
09:23:13 + OMERODIR=/home/omero/workspace/OMERO-test-integration/src/dist
09:23:13 + '[' -e /home/omero/workspace/OMERO-test-integration/src/dist ']'
09:23:13 + source /home/omero/workspace/OMERO-test-integration/.venv3/bin/activate
09:23:13 ++ deactivate nondestructive
09:23:13 ++ '[' -n '' ']'
09:23:13 ++ '[' -n '' ']'
09:23:13 ++ '[' -n /bin/bash -o -n '' ']'
09:23:13 ++ hash -r
09:23:13 ++ '[' -n '' ']'
09:23:13 ++ unset VIRTUAL_ENV
09:23:13 ++ '[' '!' nondestructive = nondestructive ']'
09:23:13 ++ VIRTUAL_ENV=/home/omero/workspace/OMERO-test-integration/.venv3
09:23:13 ++ export VIRTUAL_ENV
09:23:13 ++ _OLD_VIRTUAL_PATH=/opt/ice-3.6.5/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
09:23:13 ++ 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
09:23:13 ++ export PATH
09:23:13 ++ '[' -n '' ']'
09:23:13 ++ '[' -z '' ']'
09:23:13 ++ _OLD_VIRTUAL_PS1=
09:23:13 ++ PS1='(.venv3) '
09:23:13 ++ export PS1
09:23:13 ++ '[' -n /bin/bash -o -n '' ']'
09:23:13 ++ hash -r
09:23:13 + omero admin stop
09:23:16 Waiting on shutdown. Use CTRL-C to exit
09:23:16 ..+ deactivate
09:23:36 + '[' -n /opt/ice-3.6.5/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin ']'
09:23:36 + PATH=/opt/ice-3.6.5/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
09:23:36 + export PATH
09:23:36 + unset _OLD_VIRTUAL_PATH
09:23:36 + '[' -n '' ']'
09:23:36 + '[' -n /bin/bash -o -n '' ']'
09:23:36 + hash -r
09:23:36 + '[' -n '' ']'
09:23:36 + unset VIRTUAL_ENV
09:23:36 + '[' '!' '' = nondestructive ']'
09:23:36 + unset -f deactivate
09:23:36 + sleep 5
09:23:41 + dropdb -f -h pg -U postgres OMERO-test-integration
09:23:44 + 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.1-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.1.dev0.tar.gz /home/omero/workspace/OMERO-test-integration/omero_py-5.19.6.dev0.tar.gz /home/omero/workspace/OMERO-test-integration/omero_scripts-5.8.4.dev0.tar.gz /home/omero/workspace/OMERO-test-integration/omero_web-5.28.1.dev0.tar.gz /home/omero/workspace/OMERO-test-integration/src /home/omero/workspace/OMERO-test-integration/version.properties
09:23:48 Copied 1 artifact from "OMERO-build" build number 260
09:23:48 Copied 5 artifacts from "OMERO-python-superbuild-build" build number 256
09:23:48 Copied 2 artifacts from "OMERO-build-build" build number 267
09:23:48 [OMERO-test-integration] $ /bin/bash -xe /tmp/jenkins7282015583786838803.sh
09:23:48 + source /home/settings.env
09:23:48 ++ OMERO_DB_HOST=pg
09:23:48 ++ OMERO_DB_USER=postgres
09:23:48 ++ OMERO_DB_PASS=
09:23:48 ++ OMERO_ROOT_PASS=omero
09:23:48 ++ OMERO_DATA_DIR=/OMERO
09:23:48 ++ export OMERO_DB_USER OMERO_DB_PASS OMERO_ROOT_PASS OMERO_DATA_DIR
09:23:48 + export ZIP_FILE=/home/omero/workspace/OMERO-test-integration/omero-blitz-VERSION-python.zip
09:23:48 + ZIP_FILE=/home/omero/workspace/OMERO-test-integration/omero-blitz-VERSION-python.zip
09:23:48 + export VERSION_PROPERTIES=/home/omero/workspace/OMERO-test-integration/version.properties
09:23:48 + VERSION_PROPERTIES=/home/omero/workspace/OMERO-test-integration/version.properties
09:23:48 + OMERO_DB_NAME=OMERO-test-integration
09:23:48 + OMERO_DATA_DIR=/home/omero/workspace/OMERO-test-integration/data
09:23:48 + mkdir -p /home/omero/workspace/OMERO-test-integration/data
09:23:48 + SRC=/home/omero/workspace/OMERO-test-integration/src
09:23:48 ++ ls openmicroscopy-5.6.3-529-cb99513754-ice36.zip
09:23:48 + ZIP_SRC=openmicroscopy-5.6.3-529-cb99513754-ice36.zip
09:23:48 + unzip openmicroscopy-5.6.3-529-cb99513754-ice36.zip
09:23:48 Archive:  openmicroscopy-5.6.3-529-cb99513754-ice36.zip
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/.classpath-template  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/.github/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/.github/Pull_Request_Template.md  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/.github/workflows/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/.github/workflows/docker_build.yml  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/.github/workflows/release.yml  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/.github/workflows/source_build.yml  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/.github/workflows/update.yaml  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/.mailmap  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/.project  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/CMakeLists.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/CONTRIBUTING.md  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/Dockerfile  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/LICENSE.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/README.md  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/SUPPORT.md  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/build.bat  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/build.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/build.xml  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/antlib/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/antlib/.classpath  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/antlib/.project  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/antlib/resources/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/antlib/resources/excludebugs.xml  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/antlib/resources/global.xml  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/antlib/resources/hibernate.xml  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/antlib/resources/lifecycle.xml  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/antlib/resources/version.xml  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/antlib/scripts/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/antlib/scripts/parse_version  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/antlib/scripts/source-archive.py  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tests/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tests/build.xml  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tests/ui/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tests/ui/README.md  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tests/ui/build.xml  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tests/ui/plugins/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tests/ui/plugins/robot.py  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tests/ui/resources/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tests/ui/resources/robot.template  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tests/ui/resources/web/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tests/ui/resources/web/annotation.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tests/ui/resources/web/login.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tests/ui/resources/web/thumbs.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tests/ui/resources/web/tree.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tests/ui/resources/web/webadmin.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tests/ui/resources/well_sample_posXY.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tests/ui/robot_setup.sh  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tests/ui/testcases/
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tests/ui/testcases/web/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tests/ui/testcases/web/annotate_test.robot  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tests/ui/testcases/web/center_right_panel_test.robot  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tests/ui/testcases/web/create_scenario.robot  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tests/ui/testcases/web/delete_test.robot  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tests/ui/testcases/web/download_options_test.robot  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tests/ui/testcases/web/filter_test.robot  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tests/ui/testcases/web/forms_test.robot  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tests/ui/testcases/web/history_test.robot  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tests/ui/testcases/web/map_annotations_test.robot  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tests/ui/testcases/web/post_copy_test.robot  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tests/ui/testcases/web/post_cut_test.robot  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tests/ui/testcases/web/post_drag_test.robot  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tests/ui/testcases/web/post_manage_test.robot  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tests/ui/testcases/web/rdef_test.robot  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tests/ui/testcases/web/search.robot  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tests/ui/testcases/web/search_annotation_test.robot  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tests/ui/testcases/web/show_test.robot  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tests/ui/testcases/web/spw_test.robot  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tests/ui/testcases/web/tagging_test.robot  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tests/ui/testcases/web/view_image.robot  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tests/ui/testcases/web/webadmin_create_group_and_user.robot  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tests/ui/testcases/web/webadmin_login.robot  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tests/ui/testcases/web/webadmin_user_settings.robot  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/CMakeLists.txt  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/cmake/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/cmake/CompilerChecks.cmake  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/cmake/FindIce.cmake  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/cmake/GTest.cmake  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/cmake/TemplateCmdConfig.cmake.in  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/cmake/TemplateConfig.cmake.in  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/cmake/TemplateShellConfig.cmake.in  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/cmake/Version.cmake  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/CHANGES  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/CMakeLists.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/CONTRIBUTORS  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/LICENSE  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/README  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/cmake/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/cmake/internal_utils.cmake  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/include/
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/include/gtest/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/include/gtest/gtest-death-test.h  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/include/gtest/gtest-message.h  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/include/gtest/gtest-param-test.h  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/include/gtest/gtest-param-test.h.pump  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/include/gtest/gtest-printers.h  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/include/gtest/gtest-spi.h  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/include/gtest/gtest-test-part.h  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/include/gtest/gtest-typed-test.h  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/include/gtest/gtest.h  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/include/gtest/gtest_pred_impl.h  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/include/gtest/gtest_prod.h  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/include/gtest/internal/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/include/gtest/internal/gtest-death-test-internal.h  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/include/gtest/internal/gtest-filepath.h  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/include/gtest/internal/gtest-internal.h  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/include/gtest/internal/gtest-linked_ptr.h  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/include/gtest/internal/gtest-param-util-generated.h  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/include/gtest/internal/gtest-param-util-generated.h.pump  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/include/gtest/internal/gtest-param-util.h  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/include/gtest/internal/gtest-port.h  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/include/gtest/internal/gtest-string.h  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/include/gtest/internal/gtest-tuple.h  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/include/gtest/internal/gtest-tuple.h.pump  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/include/gtest/internal/gtest-type-util.h  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/include/gtest/internal/gtest-type-util.h.pump  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/samples/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/samples/prime_tables.h  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/samples/sample1.cc  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/samples/sample1.h  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/samples/sample10_unittest.cc  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/samples/sample1_unittest.cc  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/samples/sample2.cc  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/samples/sample2.h  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/samples/sample2_unittest.cc  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/samples/sample3-inl.h  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/samples/sample3_unittest.cc  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/samples/sample4.cc  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/samples/sample4.h  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/samples/sample4_unittest.cc  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/samples/sample5_unittest.cc  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/samples/sample6_unittest.cc  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/samples/sample7_unittest.cc  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/samples/sample8_unittest.cc  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/samples/sample9_unittest.cc  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/scripts/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/scripts/fuse_gtest_files.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/scripts/gen_gtest_pred_impl.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/scripts/gtest-config.in  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/scripts/pump.py  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/scripts/test/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/scripts/test/Makefile  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/src/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/src/gtest-all.cc  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/src/gtest-death-test.cc  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/src/gtest-filepath.cc  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/src/gtest-internal-inl.h  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/src/gtest-port.cc  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/src/gtest-printers.cc  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/src/gtest-test-part.cc  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/src/gtest-typed-test.cc  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/src/gtest.cc  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/src/gtest_main.cc  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/test/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest-death-test_ex_test.cc  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest-death-test_test.cc  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest-filepath_test.cc  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest-linked_ptr_test.cc  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest-listener_test.cc  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest-message_test.cc  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest-options_test.cc  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest-param-test2_test.cc  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest-param-test_test.cc  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest-param-test_test.h  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest-port_test.cc  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest-printers_test.cc  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest-test-part_test.cc  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest-tuple_test.cc  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest-typed-test2_test.cc  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest-typed-test_test.cc  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest-typed-test_test.h  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest-unittest-api_test.cc  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_all_test.cc  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_break_on_failure_unittest.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_break_on_failure_unittest_.cc  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_catch_exceptions_test.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_catch_exceptions_test_.cc  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_color_test.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_color_test_.cc  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_env_var_test.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_env_var_test_.cc  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_environment_test.cc  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_filter_unittest.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_filter_unittest_.cc  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_help_test.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_help_test_.cc  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_list_tests_unittest.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_list_tests_unittest_.cc  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_main_unittest.cc  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_no_test_unittest.cc  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_output_test.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_output_test_.cc  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_output_test_golden_lin.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_pred_impl_unittest.cc  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_premature_exit_test.cc  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_prod_test.cc  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_repeat_test.cc  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_shuffle_test.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_shuffle_test_.cc  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_sole_header_test.cc  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_stress_test.cc  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_test_utils.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_throw_on_failure_ex_test.cc  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_throw_on_failure_test.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_throw_on_failure_test_.cc  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_uninitialized_test.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_uninitialized_test_.cc  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_unittest.cc  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_xml_outfile1_test_.cc  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_xml_outfile2_test_.cc  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_xml_outfiles_test.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_xml_output_unittest.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_xml_output_unittest_.cc  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_xml_test_utils.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/test/production.cc  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/ext/gtest-1.7.0/test/production.h  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/src/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/src/README.h  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/src/omero/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/src/omero/ClientErrors.cpp  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/src/omero/ClientErrors.h  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/src/omero/IceNoWarnPop.h  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/src/omero/IceNoWarnPush.h  
09:23:48  extracting: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/src/omero/IcePortPop.h  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/src/omero/IcePortPush.h  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/src/omero/ObjectFactory.cpp  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/src/omero/ObjectFactory.h  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/src/omero/ObjectFactoryRegistrar.cpp  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/src/omero/ObjectFactoryRegistrar.h  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/src/omero/RTypesI.cpp  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/src/omero/RTypesI.h  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/src/omero/all.h  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/src/omero/callbacks.cpp  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/src/omero/callbacks.h  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/src/omero/client.cpp  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/src/omero/client.h  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/src/omero/clientF.cpp  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/src/omero/clientF.h  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/src/omero/conversions.cpp  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/src/omero/conversions.h  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/src/omero/internal/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/src/omero/internal/fixes.h  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/src/omero/min.h  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/src/omero/model/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/src/omero/model/DetailsI.cpp  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/src/omero/model/DetailsI.h  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/src/omero/model/ElectricPotentialI.cpp  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/src/omero/model/ElectricPotentialI.h  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/src/omero/model/FrequencyI.cpp  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/src/omero/model/FrequencyI.h  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/src/omero/model/LengthI.cpp  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/src/omero/model/LengthI.h  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/src/omero/model/ObjectFactory.h  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/src/omero/model/PermissionsI.cpp  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/src/omero/model/PermissionsI.h  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/src/omero/model/PowerI.cpp  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/src/omero/model/PowerI.h  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/src/omero/model/PressureI.cpp  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/src/omero/model/PressureI.h  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/src/omero/model/TemperatureI.cpp  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/src/omero/model/TemperatureI.h  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/src/omero/model/TimeI.cpp  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/src/omero/model/TimeI.h  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/src/omero/sys/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/src/omero/sys/ParametersI.cpp  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/src/omero/sys/ParametersI.h  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/src/omero/templates.h  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/src/omero/util/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/src/omero/util/concurrency.cpp  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/src/omero/util/concurrency.h  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/src/omero/util/tiles.cpp  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/src/omero/util/tiles.h  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/src/omero/util/uuid.cpp  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/src/omero/util/uuid.h  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/test/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/test/CMakeLists.txt  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/test/integration/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/test/integration/CMakeLists.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/test/integration/ClientUsageTest.cpp  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/test/integration/admin.cpp  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/test/integration/annotations.cpp  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/test/integration/api.cpp  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/test/integration/beta3.cpp  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/test/integration/chgrp.cpp  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/test/integration/cmdcallbacktest.cpp  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/test/integration/counts.cpp  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/test/integration/delete.cpp  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/test/integration/guest.cpp  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/test/integration/mapannotation.cpp  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/test/integration/model51.cpp  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/test/integration/permissions.cpp  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/test/integration/rendering_settings_test.cpp  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/test/integration/search.cpp  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/test/integration/sessions.cpp  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/test/main.cpp  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/test/omero/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/test/omero/CMakeLists.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/test/omero/fixture.cpp  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/test/omero/fixture.h  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/test/safegtest.h  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/test/unit/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/test/unit/CMakeLists.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/test/unit/client.cpp  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/test/unit/concurrency.cpp  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/test/unit/conversions.cpp  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/test/unit/model.cpp  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/test/unit/operators.cpp  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/test/unit/parameters.cpp  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/test/unit/perms.cpp  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/test/unit/rtypes.cpp  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/test/unit/units.cpp  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/utils/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/utils/CMakeLists.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/utils/chgrp.cpp  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroFS/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroFS/build.xml  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroFS/ivy.xml  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroFS/setup.py  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroFS/test/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroFS/test/drivers.py  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroFS/test/integration/
09:23:48  extracting: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroFS/test/integration/__init__.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroFS/test/integration/test_dbclient.py  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroFS/test/records/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroFS/test/records/first.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroFS/test/records/outofsync.txt  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/.classpath-template  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/.project  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/build.gradle  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/build.xml  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/ivy.xml  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/resources/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/settings.gradle  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test.xml  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/fs.testng.xml  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/gateway.testng.xml  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration.testng.xml  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/AbstractServerImportTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/AbstractServerTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/AbstractTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/AdminServiceTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/AgentTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/BfPixelBufferTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/BlockSizeTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/ClientUsageTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/CmdCallbackTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/ConfigurationServiceTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/CreatePojosFixture2.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/DeleteServiceFilesTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/DeleteServicePermissionsTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/DeleteServiceTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/DiskUsageTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/DuplicationTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/ExporterTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/ExtendedAnnotationTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/FindParentsChildrenTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/ImportAsTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/ImportLibraryTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/ImporterTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/LegalGraphTargetsTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/LightAdminPrivilegesTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/LightAdminRolesTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/ManagedRepositoryTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/MapAnnotationTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/MetadataServiceTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/ModelMockFactory.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/ObjectPropertiesTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/PermissionsTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/PermissionsTestAll.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/PixelsServiceTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/PojosServiceTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/ProjectionServiceTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/PyramidMinMaxTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/RawFileStoreTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/RawPixelsStoreTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/RenderingEngineTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/RenderingSettingsServicePermissionsTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/RenderingSettingsServiceTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/RepositoryServiceTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/ResetPasswordTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/RoiServiceTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/RolesTests.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/ScriptServiceTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/TableTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/UpdateServiceTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/UpgradeCheckTest.java  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/chgrp/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/chgrp/AnnotationMoveTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/chgrp/HierarchyMoveAndPermissionsTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/chgrp/HierarchyMoveCombinedDataTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/chgrp/HierarchyMoveDatasetTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/chgrp/HierarchyMoveImageWithAcquisitionDataTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/chgrp/HierarchyMoveImageWithRoiFromOtherUserTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/chgrp/HierarchyMoveImageWithRoiTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/chgrp/HierarchyMoveTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/chgrp/MultiImageFilesetMoveTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/chgrp/RenderingSettingsMoveTest.java  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/chmod/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/chmod/PermissionsTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/chmod/RolesTest.java  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/chown/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/chown/PermissionsTest.java  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/delete/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/delete/AdditionalDeleteTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/delete/AnnotationDeleteTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/delete/DeleteProjectedImageTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/delete/HierarchyDeleteTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/delete/MultiImageFilesetDeleteTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/delete/RelatedToTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/delete/RoiDeleteTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/delete/SpwDeleteTest.java  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/gateway/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/gateway/AdminFacilityTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/gateway/BrowseFacilityTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/gateway/DataManagerFacilityTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/gateway/GatewayTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/gateway/GatewayUsageTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/gateway/LoadFacilityTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/gateway/MetadataFacilityTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/gateway/ROIFacilityTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/gateway/RawDataFacilityTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/gateway/SearchFacilityTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/gateway/TablesFacilityTest.java  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/thumbnail/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/thumbnail/BatchLoadingTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/thumbnail/SingleFileTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/thumbnail/SkipThumbnailsPermissionsTest.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroJava/test/integration/thumbnail/Utils.java  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/bin/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/bin/omero  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/bin/omero.bat  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/bin/setpythonpath.bat  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/bin/winconfig.bat  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/build.xml  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/examples/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/examples/createSession.py  
09:23:48  extracting: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/examples/load.omero  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/examples/projection_1.py  
09:23:48  extracting: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/examples/submit.omero  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/examples/upload.omero  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/ice.config  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/ivy.xml  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/manualtests/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/manualtests/README.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/manualtests/populate_roi_test.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/setup.py  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/
09:23:48  extracting: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/__init__.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/conftest.py  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/
09:23:48  extracting: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/__init__.py  
09:23:48  extracting: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/client_ctors.cfg  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/clitest/
09:23:48  extracting: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/clitest/__init__.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/clitest/cli.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/clitest/test_admin.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/clitest/test_chgrp.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/clitest/test_chown.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/clitest/test_cleanse.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/clitest/test_db.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/clitest/test_delete.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/clitest/test_download.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/clitest/test_duplicate.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/clitest/test_fs.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/clitest/test_group.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/clitest/test_import.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/clitest/test_import_bulk.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/clitest/test_ldap.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/clitest/test_metadata.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/clitest/test_obj.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/clitest/test_pyramids.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/clitest/test_script.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/clitest/test_search.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/clitest/test_sessions.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/clitest/test_tag.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/clitest/test_upload.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/clitest/test_user.py  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/fstest/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/fstest/test_rename.py  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/gatewaytest/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/gatewaytest/__init__.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/gatewaytest/test_annotation.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/gatewaytest/test_chgrp.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/gatewaytest/test_chmod.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/gatewaytest/test_chown.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/gatewaytest/test_config_service.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/gatewaytest/test_connection.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/gatewaytest/test_delete.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/gatewaytest/test_fs.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/gatewaytest/test_get_objects.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/gatewaytest/test_helpers.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/gatewaytest/test_image.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/gatewaytest/test_image_wrapper.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/gatewaytest/test_missing_pyramid.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/gatewaytest/test_multi_group.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/gatewaytest/test_performance.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/gatewaytest/test_permissions.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/gatewaytest/test_pixels.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/gatewaytest/test_plate_wrapper.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/gatewaytest/test_rdefs.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/gatewaytest/test_search_objects.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/gatewaytest/test_services.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/gatewaytest/test_ticket10618.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/gatewaytest/test_user.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/gatewaytest/test_wrapper.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/helpers.py  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/metadata/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/metadata/bulk_to_map_annotation_context.yml  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/metadata/bulk_to_map_annotation_context_ns.csv  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/metadata/bulk_to_map_annotation_context_ns.yml  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/metadata/bulk_to_map_annotation_context_ns2.yml  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/metadata/bulk_to_map_annotation_context_ns2_empty.yml  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/metadata/bulk_to_map_annotation_context_ns2_fail.yml  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/metadata/test_metadata_mapannotations.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/metadata/test_populate.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/metadata/test_pydict_text.py  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/scriptsharness/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/scriptsharness/definition.cfg  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/scriptsharness/definition.py  
09:23:48  extracting: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/scriptsharness/simple_script.cfg  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/scriptsharness/simple_script.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/scriptsharness/test_harness.py  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/scriptstest/
09:23:48  extracting: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/scriptstest/__init__.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/scriptstest/script.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/scriptstest/test_cli.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/scriptstest/test_coverage.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/scriptstest/test_inputs.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/scriptstest/test_ping.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/scriptstest/test_rand.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/scriptstest/test_repo.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/scriptstest/test_roi_handling_utils.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/scriptstest/test_script_utils.py  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/tablestest/
09:23:48  extracting: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/tablestest/service-reference-dev_4_4_5.h5.bz2  
09:23:48  extracting: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/tablestest/service-reference-dev_5_3_4.h5.bz2  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/tablestest/test_backwards_compatibility.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/tablestest/test_populate_metadata.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/tablestest/test_service.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/tablestest/test_tables.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/test_admin.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/test_annotation.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/test_annotationPermissions.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/test_chgrp.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/test_chmod.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/test_chown.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/test_client_ctors.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/test_clientusage.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/test_cmdcallback.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/test_counts.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/test_delete.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/test_exporter.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/test_files.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/test_iconfig.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/test_icontainer.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/test_ildap.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/test_imetadata.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/test_iquery.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/test_isession.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/test_ishare.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/test_itimeline.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/test_itypes.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/test_iupdate.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/test_librarytest.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/test_mail.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/test_mapannotation.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/test_metadatastore.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/test_model51.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/test_permissions.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/test_pixelsService.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/test_rawfilestore.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/test_rawpixelsstore.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/test_reimport.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/test_render.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/test_reporawfilestore.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/test_repository.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/test_rois.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/test_scripts.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/test_search.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/test_simple.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/test_thumbnailPerms.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/test_thumbs.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/test_tickets1000.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/test_tickets2000.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/test_tickets3000.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/test_tickets4000.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/test_tickets6000.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroPy/test/integration/test_util.py  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroWeb/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroWeb/README.rst  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroWeb/build.xml  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroWeb/setup.py  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroWeb/test/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroWeb/test/conftest.py  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroWeb/test/integration/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroWeb/test/integration/test_annotate.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroWeb/test/integration/test_api_containers.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroWeb/test/integration/test_api_errors.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroWeb/test/integration/test_api_experimenters_groups.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroWeb/test/integration/test_api_images.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroWeb/test/integration/test_api_login.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroWeb/test/integration/test_api_projects.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroWeb/test/integration/test_api_rois.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroWeb/test/integration/test_api_wells.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroWeb/test/integration/test_chgrp.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroWeb/test/integration/test_chown.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroWeb/test/integration/test_config.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroWeb/test/integration/test_containers.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroWeb/test/integration/test_csrf.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroWeb/test/integration/test_decorators.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroWeb/test/integration/test_download.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroWeb/test/integration/test_groups_users.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroWeb/test/integration/test_histogram.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroWeb/test/integration/test_history.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroWeb/test/integration/test_links.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroWeb/test/integration/test_login.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroWeb/test/integration/test_marshal.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroWeb/test/integration/test_metadata.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroWeb/test/integration/test_plategrid.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroWeb/test/integration/test_rendering.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroWeb/test/integration/test_scripts.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroWeb/test/integration/test_show.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroWeb/test/integration/test_simple.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroWeb/test/integration/test_table.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroWeb/test/integration/test_tags.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroWeb/test/integration/test_thumbnails.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroWeb/test/integration/test_tree.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroWeb/test/integration/test_tree_annotations.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroWeb/test/integration/test_webadmin.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/build.xml  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/bump_version.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/common.xml  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/pytest.ini  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/python.xml  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/travis-build  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/docs/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/docs/headers.txt  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/docs/hudson/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/docs/hudson/OMERO.sh  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/docs/hudson/README.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/docs/hudson/functions.sh  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/docs/images/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/docs/images/block-diagram.svg  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/docs/images/build/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/docs/images/build/build_files.dot  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/docs/images/build/build_files.png  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/docs/images/build/build_files.svg  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/docs/images/build/newbuild.dot  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/docs/install/
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/docs/install/VM/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/docs/install/VM/README.md  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/docs/install/python_deps.sh  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/docs/overview.html  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/docs/package-template.html  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/docs/sequencediagrams/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/docs/sequencediagrams/Sessions.ods  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/docs/sphinx-api/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/docs/sphinx-api/Makefile  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/docs/sphinx-api/build.xml  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/docs/sphinx-api/conf.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/docs/sphinx-api/index.rst  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/docs/sphinx-api/rules.xml  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/docs/sphinx-api/sphinx.xml  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/docs/sphinx-api/themes/
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/docs/sphinx-api/themes/api_theme/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/docs/sphinx-api/themes/api_theme/layout.html  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/docs/sphinx-api/themes/api_theme/static/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/docs/sphinx-api/themes/api_theme/static/api_style.css_t  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/docs/sphinx-api/themes/api_theme/theme.conf  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/docs/styles/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/docs/styles/CodeTemplate.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/docs/styles/CodeTemplate.m  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/docs/styles/OMERO_Eclipse_Code_Style.xml  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/docs/styles/README.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/docs/styles/checkstyle.xml  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/docs/styles/headers.xml  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/etc/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/etc/backup.cfg  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/etc/blitz/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/etc/blitz/mail-senders.example  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/etc/blitz/mail-server.example  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/etc/build.properties  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/etc/env.bat  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/etc/env.sh  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/etc/hibernate.properties  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/etc/ice.config  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/etc/ivysettings.xml  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/etc/logback-cli.xml  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/etc/logback-indexing-cli.xml  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/etc/logback-indexing.xml  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/etc/logback.xml  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/etc/mime.types  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/etc/node1.cfg  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/etc/node2.cfg  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/etc/omero.properties  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/etc/profiles/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/etc/profiles/psql  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/etc/rollover.cfg  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/etc/templates/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/etc/templates/Windows.cfg  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/etc/templates/error/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/etc/templates/error/maintainance.html  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/etc/templates/grid/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/etc/templates/grid/README  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/etc/templates/grid/default.xml  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/etc/templates/grid/templates.xml  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/etc/templates/grid/windefault.xml  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/etc/templates/ice.config  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/etc/templates/internal.cfg  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/etc/templates/master.cfg  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/etc/testdropbox.config  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/CMakeLists.txt  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Delete/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Delete/CMakeLists.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Delete/Callback.cpp  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Delete/Callback.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Delete/Callback.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Delete/FileAnnotationDelete.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Delete/FileAnnotationDelete.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Delete/Options.cpp  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Delete/Options.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Delete/Options.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Delete/Subclass.cpp  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Delete/Subclass.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Delete/Subclass.py  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/CMakeLists.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/clientpointer.cpp  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/collectionmethods.cpp  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/collectionmethods.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/collectionmethods.m  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/collectionmethods.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/configuration.cpp  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/configuration.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/configuration.m  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/configuration.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/constants.cpp  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/constants.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/constants.m  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/constants.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/constructors.cpp  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/constructors.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/constructors.m  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/constructors.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/details.cpp  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/details.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/details.m  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/details.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/enumerations.cpp  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/enumerations.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/enumerations.m  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/enumerations.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/getsetattr.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/interfaces.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/interfaces.m  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/interfaces.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/iterators.cpp  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/iterators.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/iterators.m  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/iterators.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/lists.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/lists.m  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/primitives.cpp  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/primitives.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/primitives.m  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/primitives.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/queries.cpp  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/queries.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/queries.m  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/queries.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/rcollection.cpp  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/rcollection.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/rcollection.m  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/rcollection.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/smartpointers.cpp  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/staticfields.cpp  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/staticfields.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/staticfields.m  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/staticfields.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/sudo.cpp  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/sudo.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/sudo.m  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/sudo.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/timeout.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/timeout.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/unloaded.cpp  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/unloaded.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/unloaded.m  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/unloaded.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/updates.cpp  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/updates.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/updates.m  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroClients/updates.py  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroTables/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroTables/FindMeasurements.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroTables/MeasurementTable.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroTables/first.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/OmeroTables/iroi.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/README.txt  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/RegionsOfInterest/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/RegionsOfInterest/CMakeLists.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/RegionsOfInterest/Main.cpp  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/RegionsOfInterest/Main.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/RegionsOfInterest/Main.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/RegionsOfInterest/SConscript  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/SConstruct  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/ScreenPlateWell/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/ScreenPlateWell/imagesperwell.m  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/ScreenPlateWell/imagesperwell.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/ScreenPlateWell/listplates.m  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/ScreenPlateWell/listplates.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/ScreenPlateWell/platebybarcode.m  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/ScreenPlateWell/platecodebyimage.m  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/ScreenPlateWell/platecodebyimage.py  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/ScriptingService/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/ScriptingService/Edit_Descriptions.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/ScriptingService/HelloWorld.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/ScriptingService/NativeWrapperExample.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/ScriptingService/Notifications.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/ScriptingService/Notifications.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/ScriptingService/adminWorkflow.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/ScriptingService/runHelloWorld.py  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/java/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/java/.classpath  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/java/.project  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/java/src/
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/java/src/training/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/java/src/training/CreateImage.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/java/src/training/DeleteData.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/java/src/training/HowToUseTables.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/java/src/training/LoadMetadataAdvanced.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/java/src/training/ROIFolders.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/java/src/training/ROIs.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/java/src/training/RawDataAccess.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/java/src/training/ReadData.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/java/src/training/ReadDataAdvanced.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/java/src/training/RenderImages.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/java/src/training/Setup.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/java/src/training/Sudo.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/java/src/training/WriteData.java  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/javascript/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/javascript/index.html  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/javascript/utils.js  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/markup.py  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/matlab/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/matlab/ConnectToOMERO.m  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/matlab/CreateImage.m  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/matlab/DeleteData.m  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/matlab/Filesets.m  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/matlab/LoadMetadataAdvanced.m  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/matlab/ROIs.m  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/matlab/RawDataAccess.m  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/matlab/ReadData.m  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/matlab/ReadDataAdvanced.m  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/matlab/RenderImages.m  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/matlab/WriteData.m  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/matlab/exampleSuite.m  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/matlab/parseOmeroProperties.m  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/python/
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/python/Advanced/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/python/Advanced/Create_Image_advanced.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/python/Advanced/Raw_Data_advanced.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/python/Advanced/Read_Data_advanced.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/python/Advanced/Write_data_advanced.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/python/Bulk_Shapes.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/python/Connect_To_OMERO.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/python/Create_Image.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/python/Delete.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/python/Filesets.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/python/Groups_Permissions.py  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/python/Json_Api/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/python/Json_Api/Login.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/python/Metadata.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/python/Parse_OMERO_Properties.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/python/ROIs.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/python/Raw_Data_Access.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/python/Read_Data.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/python/Render_Images.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/python/Scripting_Service_Example.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/python/Tables.py  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/python/Task_Scripts/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/python/Task_Scripts/ROIs_To_Table.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/python/Task_Scripts/Raw_Data2.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/python/Task_Scripts/Raw_Data_Task.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/python/Task_Scripts/Write_Data_3.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/python/Task_Scripts/Write_Data_4.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/python/Write_Data.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/python/__main__.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/Training/training_setup.sh  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/TreeList/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/TreeList/AllProjects.h  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/TreeList/AllProjects.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/TreeList/AllProjects.m  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/TreeList/AllProjects.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/TreeList/CMakeLists.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/TreeList/Main.cpp  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/TreeList/Main.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/TreeList/Main.m  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/TreeList/Main.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/TreeList/PrintProjects.h  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/TreeList/PrintProjects.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/TreeList/PrintProjects.m  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/TreeList/PrintProjects.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/TreeList/SConscript  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/TreeList/Usage.h  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/TreeList/Usage.java  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/TreeList/Usage.m  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/examples/TreeList/Usage.py  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/history.rst  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/ivy.xml  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/IVY1016/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/IVY1016/EclipseClasspath.class  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/IVY1016/EclipseClasspath.java  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/findbugs-1.2.1/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/findbugs-1.2.1/LICENSE-ASM.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/findbugs-1.2.1/LICENSE-AppleJavaExtensions.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/findbugs-1.2.1/LICENSE-bcel.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/findbugs-1.2.1/LICENSE-docbook.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/findbugs-1.2.1/LICENSE-dom4j.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/findbugs-1.2.1/LICENSE-jcip.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/findbugs-1.2.1/LICENSE.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/findbugs-1.2.1/README.txt  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/findbugs-1.2.1/lib/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/findbugs-1.2.1/lib/annotations.jar  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/findbugs-1.2.1/lib/asm-3.0.jar  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/findbugs-1.2.1/lib/asm-analysis-3.0.jar  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/findbugs-1.2.1/lib/asm-commons-3.0.jar  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/findbugs-1.2.1/lib/asm-tree-3.0.jar  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/findbugs-1.2.1/lib/asm-util-3.0.jar  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/findbugs-1.2.1/lib/asm-xml-3.0.jar  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/findbugs-1.2.1/lib/bcel.jar  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/findbugs-1.2.1/lib/buggy.icns  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/findbugs-1.2.1/lib/dom4j-full.jar  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/findbugs-1.2.1/lib/findbugs.jar  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/findbugs-1.2.1/plugin/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/findbugs-1.2.1/plugin/coreplugin.jar  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/findbugs-1.2.1/src/
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/findbugs-1.2.1/src/xsl/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/findbugs-1.2.1/src/xsl/default.xsl  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/findbugs-1.2.1/src/xsl/fancy-hist.xsl  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/findbugs-1.2.1/src/xsl/fancy.xsl  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/findbugs-1.2.1/src/xsl/plain.xsl  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/findbugs-1.2.1/src/xsl/summary.xsl  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/keystore  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/licenses/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/licenses/README  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/licenses/agpl.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/licenses/antlr.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/licenses/apache-v1.1.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/licenses/apache-v2.0.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/licenses/asm.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/licenses/bouncy_castle_license.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/licenses/bsd.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/licenses/cddl-v1.0.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/licenses/cpl-v10.html  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/licenses/crystalclear.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/licenses/django.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/licenses/dom4j.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/licenses/epl-v1.0.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/licenses/fbsd.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/licenses/freemarker.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/licenses/gpl-v2.0.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/licenses/gpl.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/licenses/gtest.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/licenses/iconsweets_license.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/licenses/jamon.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/licenses/jmock.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/licenses/jquery.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/licenses/jtidy.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/licenses/lgpl-3.0.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/licenses/lgpl-v2.0.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/licenses/lgpl-v2.1.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/licenses/lgpl-v3.0.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/licenses/lgpl.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/licenses/matplotlib.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/licenses/mit.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/licenses/mpl-v1_0.htm  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/licenses/npl-1_1.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/licenses/path.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/licenses/pil.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/licenses/postgresql.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/licenses/psf-v2.0.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/licenses/psf-v2.5.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/licenses/scons.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/licenses/slf4j.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/licenses/tablelayout.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/licenses/which.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/licenses/zlib-libpng.txt  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/licenses/zpl-v2.1.txt  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/linux-native/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/linux-native/libnativewindow_jvm.so  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/linux64-native/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/linux64-native/libnativewindow_jvm.so  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/logback-build.xml  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/patches/
09:23:48  extracting: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/patches/hibernate-3.5-ColumnTransformer.patch.gz  
09:23:48    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/repository/
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/repository/JHotDraw-7.0.9.jar  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/repository/TableLayout-bin-jdk1.5-2009-08-26.jar  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/repository/ant-1.8.0.jar  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/repository/ant-contrib-1.0b3.jar  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/repository/ant-junit-1.8.0.jar  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/repository/ant-launcher-1.8.0.jar  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/repository/ant-nodeps-1.8.0.jar  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/repository/ant-trax-1.8.0.jar  
09:23:48   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/repository/batik-all-1.8pre-jdk6.jar  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/repository/bufr-1.1.00.jar  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/repository/checkstyle-4.3.jar  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/repository/commons-validator-1.3.1.jar  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/repository/findbugs-ant-1.2.1.jar  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/repository/geronimo-spec-jta-1.0.1B-rc4.jar  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/repository/grib-5.1.03.jar  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/repository/hibernate-core-3.5.6-4510.jar  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/repository/hibernate-jpa-2.0-api-1.0.0.Final.jar  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/repository/hibernate-search-3.1.1.GA.jar  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/repository/hibernate-tools-3.2.0.beta11.jar  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/repository/hibernate-validator-3.1.0.GA.jar  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/repository/ipython-1.2.1.tar.gz  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/repository/ivy-2.4.0.jar  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/repository/omero-icemock-3.5.1.jar  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/repository/omero-icemock-3.6.3.jar  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/repository/omero.java  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/repository/oro-2.0.8.jar  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/lib/repository/scons-local-2.1.0.zip  
09:23:49    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/luts/
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/luts/3-3-2_rgb.lut  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/luts/cividis.lut  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/luts/fire.lut  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/luts/glasbey.lut  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/luts/glasbey_inverted.lut  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/luts/glow.lut  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/luts/grays.lut  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/luts/ice.lut  
09:23:49    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/luts/janelia/
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/luts/janelia/pup_br.lut  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/luts/janelia/pup_nr.lut  
09:23:49    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/luts/matplotlib/
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/luts/matplotlib/inferno.lut  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/luts/matplotlib/magma.lut  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/luts/matplotlib/plasma.lut  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/luts/matplotlib/viridis.lut  
09:23:49    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/luts/ncsa_paledit/
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/luts/ncsa_paledit/16_colors.lut  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/luts/ncsa_paledit/5_ramps.lut  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/luts/ncsa_paledit/6_shades.lut  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/luts/ncsa_paledit/blue_orange_icb.lut  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/luts/ncsa_paledit/brgbcmyw.lut  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/luts/ncsa_paledit/cool.lut  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/luts/ncsa_paledit/edges.lut  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/luts/ncsa_paledit/gem.lut  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/luts/ncsa_paledit/phase.lut  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/luts/ncsa_paledit/royal.lut  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/luts/ncsa_paledit/sepia.lut  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/luts/ncsa_paledit/smart.lut  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/luts/ncsa_paledit/thal.lut  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/luts/ncsa_paledit/thallium.lut  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/luts/ncsa_paledit/unionjack.lut  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/luts/physics.lut  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/luts/red-green.lut  
09:23:49    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/luts/seaborn/
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/luts/seaborn/mako.lut  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/luts/seaborn/rocket.lut  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/luts/spectrum.lut  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/luts/thermal.lut  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/luts/turbo.lut  
09:23:49    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/luts/wcif/
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/luts/wcif/cyan_hot.lut  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/luts/wcif/green_fire_blue.lut  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/luts/wcif/hilo.lut  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/luts/wcif/ica.lut  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/luts/wcif/ica2.lut  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/luts/wcif/ica3.lut  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/luts/wcif/magenta_hot.lut  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/luts/wcif/orange_hot.lut  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/luts/wcif/rainbow_rgb.lut  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/luts/wcif/red_hot.lut  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/luts/wcif/yellow_hot.lut  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/omero.class  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/setup.cfg  
09:23:49    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/README.txt  
09:23:49    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/misc/
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/misc/Makefile  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/misc/current.sql  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/misc/enums.py  
09:23:49    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/
09:23:49    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO3A__1/
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO3A__1/OMERO3__7.sql  
09:23:49    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO3A__10/
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO3A__10/OMERO3A__9.sql  
09:23:49    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO3A__11/
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO3A__11/OMERO3A__10.sql  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO3A__11/OMERO3A__5.sql  
09:23:49    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO3A__2/
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO3A__2/OMERO3A__1.sql  
09:23:49    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO3A__3/
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO3A__3/OMERO3A__2.sql  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO3A__3/OMERO3__5.sql  
09:23:49    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO3A__4/
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO3A__4/OMERO3A__3.sql  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO3A__4/OMERO3__5.sql  
09:23:49    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO3A__5/
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO3A__5/OMERO3A__4.sql  
09:23:49    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO3A__6/
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO3A__6/OMERO3A__5.sql  
09:23:49    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO3A__7/
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO3A__7/OMERO3A__6.sql  
09:23:49    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO3A__8/
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO3A__8/OMERO3A__6.sql  
09:23:49    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO3A__9/
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO3A__9/OMERO3A__8.sql  
09:23:49    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO3__4/
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO3__4/OMERO3__1.sql  
09:23:49    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO3__5/
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO3__5/OMERO3__4.sql  
09:23:49    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO3__6/
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO3__6/OMERO3__5.sql  
09:23:49    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO3__7/
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO3__7/OMERO3__6.sql  
09:23:49    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO4.1__0/
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO4.1__0/OMERO4__0.sql  
09:23:49    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO4.2__0/
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO4.2__0/OMERO4.1__0.sql  
09:23:49    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO4.2__0/t/
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO4.2__0/t/OMERO4.1__0.py  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO4.2__0/t/OMERO4.1__0.test  
09:23:49    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO4.3__0/
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO4.3__0/OMERO4.2__0.sql  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO4.3__0/omero-4.2-data-fix.sql  
09:23:49    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO4.4__0/
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO4.4__0/OMERO4.1__0.sql  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO4.4__0/OMERO4.3__0.sql  
09:23:49    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO4__0/
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO4__0/OMERO3A__11.sql  
09:23:49    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO5.0__0/
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO5.0__0/2014-SV2-empty-passwords-fix.sql  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO5.0__0/2014-SV2-empty-passwords-list.sql  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO5.0__0/OMERO4.4__0.sql  
09:23:49    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO5.1__1/
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO5.1__1/OMERO5.0__0.sql  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO5.1__1/OMERO5.1-delete-and-disable-shares.sql  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO5.1__1/OMERO5.1-enable-shares.sql  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO5.1__1/OMERO5.1__0.sql  
09:23:49    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO5.2__0/
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO5.2__0/OMERO5.1__1.sql  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO5.2__0/OMERO5.2-delete-and-disable-shares.sql  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO5.2__0/OMERO5.2-enable-shares.sql  
09:23:49    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO5.3__0/
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO5.3__0/OMERO5.2__0-precheck.sql  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO5.3__0/OMERO5.2__0.sql  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO5.3__0/OMERO5.3-index-files.sql  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO5.3__0/delete-ns-orphans.sql  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO5.3__0/reverse_shape_color_argb_to_rgba.sql  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO5.3__0/shape_color_argb_to_rgba.sql  
09:23:49    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO5.4DEV__1/
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO5.4DEV__1/OMERO5.4DEV__0.sql  
09:23:49    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO5.4DEV__2/
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO5.4DEV__2/OMERO5.4DEV__1.sql  
09:23:49    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO5.4DEV__3/
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO5.4DEV__3/OMERO5.4DEV__2.sql  
09:23:49    creating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO5.4__0/
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO5.4__0/OMERO5.3__0-precheck.sql  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO5.4__0/OMERO5.3__0.sql  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO5.4__0/OMERO5.3__1-precheck.sql  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO5.4__0/OMERO5.3__1.sql  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO5.4__0/OMERO5.4DEV__3.sql  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO5.4__0/allow-guest-user-without-password.sql  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO5.4__0/psql-footer.sql  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO5.4__0/psql-header.sql  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO5.4__0/schema.sql  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/sql/psql/OMERO5.4__0/views.sql  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/test.xml  
09:23:49   inflating: openmicroscopy-5.6.3-529-cb99513754-ice36/update_dependencies.sh  
09:23:49  extracting: openmicroscopy-5.6.3-529-cb99513754-ice36/components/antlib/resources/gitversion.xml  
09:23:49  extracting: openmicroscopy-5.6.3-529-cb99513754-ice36/components/tools/OmeroCpp/cmake/GitVersion.cmake  
09:23:49 + rm -f openmicroscopy-5.6.3-529-cb99513754-ice36.zip
09:23:49 + mv /home/omero/workspace/OMERO-test-integration/openmicroscopy-5.6.3-529-cb99513754-ice36 /home/omero/workspace/OMERO-test-integration/src
09:23:49 + source /home/omero/workspace/OMERO-test-integration/.venv3/bin/activate
09:23:49 ++ deactivate nondestructive
09:23:49 ++ '[' -n '' ']'
09:23:49 ++ '[' -n '' ']'
09:23:49 ++ '[' -n /bin/bash -o -n '' ']'
09:23:49 ++ hash -r
09:23:49 ++ '[' -n '' ']'
09:23:49 ++ unset VIRTUAL_ENV
09:23:49 ++ '[' '!' nondestructive = nondestructive ']'
09:23:49 ++ VIRTUAL_ENV=/home/omero/workspace/OMERO-test-integration/.venv3
09:23:49 ++ export VIRTUAL_ENV
09:23:49 ++ _OLD_VIRTUAL_PATH=/opt/ice-3.6.5/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
09:23:49 ++ 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
09:23:49 ++ export PATH
09:23:49 ++ '[' -n '' ']'
09:23:49 ++ '[' -z '' ']'
09:23:49 ++ _OLD_VIRTUAL_PS1=
09:23:49 ++ PS1='(.venv3) '
09:23:49 ++ export PS1
09:23:49 ++ '[' -n /bin/bash -o -n '' ']'
09:23:49 ++ hash -r
09:23:49 + for x in *.tar.gz
09:23:49 + pip install -U omero_dropbox-5.7.1.dev0.tar.gz
09:23:49 Processing ./omero_dropbox-5.7.1.dev0.tar.gz
09:23:49   Preparing metadata (setup.py): started
09:23:49   Preparing metadata (setup.py): finished with status 'done'
09:23:49 Requirement already satisfied: omero-py in ./.venv3/lib/python3.9/site-packages (from omero-dropbox==5.7.1.dev0) (5.19.5)
09:23:49 Requirement already satisfied: urllib3<2 in ./.venv3/lib/python3.9/site-packages (from omero-py->omero-dropbox==5.7.1.dev0) (1.26.20)
09:23:49 Requirement already satisfied: appdirs in ./.venv3/lib/python3.9/site-packages (from omero-py->omero-dropbox==5.7.1.dev0) (1.4.4)
09:23:49 Requirement already satisfied: future in ./.venv3/lib/python3.9/site-packages (from omero-py->omero-dropbox==5.7.1.dev0) (1.0.0)
09:23:49 Requirement already satisfied: numpy<2 in ./.venv3/lib/python3.9/site-packages (from omero-py->omero-dropbox==5.7.1.dev0) (1.26.4)
09:23:49 Requirement already satisfied: Pillow>=10.0.0 in ./.venv3/lib/python3.9/site-packages (from omero-py->omero-dropbox==5.7.1.dev0) (11.0.0)
09:23:49 Requirement already satisfied: PyYAML in ./.venv3/lib/python3.9/site-packages (from omero-py->omero-dropbox==5.7.1.dev0) (6.0.2)
09:23:49 Requirement already satisfied: zeroc-ice<3.7,>=3.6.5 in ./.venv3/lib/python3.9/site-packages (from omero-py->omero-dropbox==5.7.1.dev0) (3.6.5)
09:23:49 Requirement already satisfied: requests in ./.venv3/lib/python3.9/site-packages (from omero-py->omero-dropbox==5.7.1.dev0) (2.32.3)
09:23:49 Requirement already satisfied: portalocker in ./.venv3/lib/python3.9/site-packages (from omero-py->omero-dropbox==5.7.1.dev0) (3.0.0)
09:23:49 Requirement already satisfied: charset-normalizer<4,>=2 in ./.venv3/lib/python3.9/site-packages (from requests->omero-py->omero-dropbox==5.7.1.dev0) (3.4.0)
09:23:49 Requirement already satisfied: idna<4,>=2.5 in ./.venv3/lib/python3.9/site-packages (from requests->omero-py->omero-dropbox==5.7.1.dev0) (3.10)
09:23:49 Requirement already satisfied: certifi>=2017.4.17 in ./.venv3/lib/python3.9/site-packages (from requests->omero-py->omero-dropbox==5.7.1.dev0) (2024.8.30)
09:23:49 Building wheels for collected packages: omero-dropbox
09:23:49   Building wheel for omero-dropbox (setup.py): started
09:23:50   Building wheel for omero-dropbox (setup.py): finished with status 'done'
09:23:50   Created wheel for omero-dropbox: filename=omero_dropbox-5.7.1.dev0-py3-none-any.whl size=49057 sha256=266eede7a78eca4eccc3cf8859cdb8aa189c44d74b622dacfb149900b8ca64f6
09:23:50   Stored in directory: /home/omero/.cache/pip/wheels/ef/93/2d/d44d5be6e4d9a58eecdbeb6e3385179e95ae7b80719377e781
09:23:50 Successfully built omero-dropbox
09:23:50 Installing collected packages: omero-dropbox
09:23:51 Successfully installed omero-dropbox-5.7.1.dev0
09:23:51 + for x in *.tar.gz
09:23:51 + pip install -U omero_marshal-0.9.1.dev0.tar.gz
09:23:51 Processing ./omero_marshal-0.9.1.dev0.tar.gz
09:23:51   Preparing metadata (setup.py): started
09:23:51   Preparing metadata (setup.py): finished with status 'done'
09:23:51 Building wheels for collected packages: omero_marshal
09:23:51   Building wheel for omero_marshal (setup.py): started
09:23:52   Building wheel for omero_marshal (setup.py): finished with status 'done'
09:23:52   Created wheel for omero_marshal: filename=omero_marshal-0.9.1.dev0-py3-none-any.whl size=88032 sha256=448f01718b6ed0e663bf1c6c3f2190a67b132cbd1b16d07d732baab8bad87300
09:23:52   Stored in directory: /home/omero/.cache/pip/wheels/1a/3a/cd/b39392f5c8ba80a35bab4a0f80f93c7c4729cce6868750f4f3
09:23:52 Successfully built omero_marshal
09:23:52 Installing collected packages: omero_marshal
09:23:52   Attempting uninstall: omero_marshal
09:23:52     Found existing installation: omero-marshal 0.9.0
09:23:52     Uninstalling omero-marshal-0.9.0:
09:23:52       Successfully uninstalled omero-marshal-0.9.0
09:23:52 Successfully installed omero_marshal-0.9.1.dev0
09:23:52 + for x in *.tar.gz
09:23:52 + pip install -U omero_py-5.19.6.dev0.tar.gz
09:23:52 Processing ./omero_py-5.19.6.dev0.tar.gz
09:23:53   Preparing metadata (setup.py): started
09:23:53   Preparing metadata (setup.py): finished with status 'done'
09:23:53 Requirement already satisfied: urllib3<2 in ./.venv3/lib/python3.9/site-packages (from omero-py==5.19.5) (1.26.20)
09:23:53 Requirement already satisfied: appdirs in ./.venv3/lib/python3.9/site-packages (from omero-py==5.19.5) (1.4.4)
09:23:53 Requirement already satisfied: future in ./.venv3/lib/python3.9/site-packages (from omero-py==5.19.5) (1.0.0)
09:23:53 Requirement already satisfied: numpy<2 in ./.venv3/lib/python3.9/site-packages (from omero-py==5.19.5) (1.26.4)
09:23:53 Requirement already satisfied: Pillow>=10.0.0 in ./.venv3/lib/python3.9/site-packages (from omero-py==5.19.5) (11.0.0)
09:23:53 Requirement already satisfied: PyYAML in ./.venv3/lib/python3.9/site-packages (from omero-py==5.19.5) (6.0.2)
09:23:53 Requirement already satisfied: zeroc-ice<3.7,>=3.6.5 in ./.venv3/lib/python3.9/site-packages (from omero-py==5.19.5) (3.6.5)
09:23:53 Requirement already satisfied: requests in ./.venv3/lib/python3.9/site-packages (from omero-py==5.19.5) (2.32.3)
09:23:53 Requirement already satisfied: portalocker in ./.venv3/lib/python3.9/site-packages (from omero-py==5.19.5) (3.0.0)
09:23:53 Requirement already satisfied: charset-normalizer<4,>=2 in ./.venv3/lib/python3.9/site-packages (from requests->omero-py==5.19.5) (3.4.0)
09:23:53 Requirement already satisfied: idna<4,>=2.5 in ./.venv3/lib/python3.9/site-packages (from requests->omero-py==5.19.5) (3.10)
09:23:53 Requirement already satisfied: certifi>=2017.4.17 in ./.venv3/lib/python3.9/site-packages (from requests->omero-py==5.19.5) (2024.8.30)
09:23:53 Building wheels for collected packages: omero-py
09:23:53   Building wheel for omero-py (setup.py): started
09:23:54   Building wheel for omero-py (setup.py): finished with status 'done'
09:23:54   Created wheel for omero-py: filename=omero_py-5.19.5-py3-none-any.whl size=2783179 sha256=44be9614e38ea9603469eb692f1248f3a86b3d0e3ed2c6faff3825126a150cfa
09:23:54   Stored in directory: /home/omero/.cache/pip/wheels/0e/51/53/0205c66cdbe856d4da23e6b9c5d613133b733ef358e57fa643
09:23:54 Successfully built omero-py
09:23:54 Installing collected packages: omero-py
09:23:54   Attempting uninstall: omero-py
09:23:54     Found existing installation: omero-py 5.19.5
09:23:54     Uninstalling omero-py-5.19.5:
09:23:55       Successfully uninstalled omero-py-5.19.5
09:23:57 Successfully installed omero-py-5.19.5
09:23:57 + for x in *.tar.gz
09:23:57 + pip install -U omero_scripts-5.8.4.dev0.tar.gz
09:23:57 Processing ./omero_scripts-5.8.4.dev0.tar.gz
09:23:57   Preparing metadata (setup.py): started
09:23:57   Preparing metadata (setup.py): finished with status 'done'
09:23:57 Building wheels for collected packages: omero-scripts
09:23:57   Building wheel for omero-scripts (setup.py): started
09:23:58   Building wheel for omero-scripts (setup.py): finished with status 'done'
09:23:58   Created wheel for omero-scripts: filename=omero_scripts-5.8.4.dev0-py3-none-any.whl size=116644 sha256=5dc5d094fcd69118cf39f62d91049050ced86b4e2e26796e685c6c576661e329
09:23:58   Stored in directory: /home/omero/.cache/pip/wheels/28/3e/92/6522b883548147569f7375ed3132e6964d3645235d0b7e283f
09:23:58 Successfully built omero-scripts
09:23:58 Installing collected packages: omero-scripts
09:23:58 Successfully installed omero-scripts-5.8.4.dev0
09:23:58 + for x in *.tar.gz
09:23:58 + pip install -U omero_web-5.28.1.dev0.tar.gz
09:23:58 Processing ./omero_web-5.28.1.dev0.tar.gz
09:23:59   Preparing metadata (setup.py): started
09:23:59   Preparing metadata (setup.py): finished with status 'done'
09:23:59 Requirement already satisfied: omero-py>=5.19.0 in ./.venv3/lib/python3.9/site-packages (from omero-web==5.28.1.dev0) (5.19.5)
09:23:59 Requirement already satisfied: concurrent-log-handler>=0.9.20 in ./.venv3/lib/python3.9/site-packages (from omero-web==5.28.1.dev0) (0.9.25)
09:23:59 Requirement already satisfied: Django<4.3,>=4.2.3 in ./.venv3/lib/python3.9/site-packages (from omero-web==5.28.1.dev0) (4.2.17)
09:23:59 Requirement already satisfied: django-pipeline in ./.venv3/lib/python3.9/site-packages (from omero-web==5.28.1.dev0) (4.0.0)
09:23:59 Requirement already satisfied: django-cors-headers==3.7.0 in ./.venv3/lib/python3.9/site-packages (from omero-web==5.28.1.dev0) (3.7.0)
09:23:59 Collecting django-csp (from omero-web==5.28.1.dev0)
09:23:59   Using cached django_csp-3.8-py3-none-any.whl.metadata (2.7 kB)
09:23:59 Requirement already satisfied: whitenoise>=5.3.0 in ./.venv3/lib/python3.9/site-packages (from omero-web==5.28.1.dev0) (6.8.2)
09:23:59 Requirement already satisfied: gunicorn>=19.3 in ./.venv3/lib/python3.9/site-packages (from omero-web==5.28.1.dev0) (23.0.0)
09:23:59 Requirement already satisfied: omero-marshal>=0.7.0 in ./.venv3/lib/python3.9/site-packages (from omero-web==5.28.1.dev0) (0.9.1.dev0)
09:23:59 Requirement already satisfied: Pillow in ./.venv3/lib/python3.9/site-packages (from omero-web==5.28.1.dev0) (11.0.0)
09:23:59 Requirement already satisfied: pytz in ./.venv3/lib/python3.9/site-packages (from omero-web==5.28.1.dev0) (2024.2)
09:23:59 Requirement already satisfied: portalocker in ./.venv3/lib/python3.9/site-packages (from omero-web==5.28.1.dev0) (3.0.0)
09:23:59 Requirement already satisfied: packaging in ./.venv3/lib/python3.9/site-packages (from omero-web==5.28.1.dev0) (24.2)
09:23:59 Requirement already satisfied: importlib-resources in ./.venv3/lib/python3.9/site-packages (from omero-web==5.28.1.dev0) (6.4.5)
09:23:59 Requirement already satisfied: asgiref<4,>=3.6.0 in ./.venv3/lib/python3.9/site-packages (from Django<4.3,>=4.2.3->omero-web==5.28.1.dev0) (3.8.1)
09:23:59 Requirement already satisfied: sqlparse>=0.3.1 in ./.venv3/lib/python3.9/site-packages (from Django<4.3,>=4.2.3->omero-web==5.28.1.dev0) (0.5.2)
09:23:59 Requirement already satisfied: urllib3<2 in ./.venv3/lib/python3.9/site-packages (from omero-py>=5.19.0->omero-web==5.28.1.dev0) (1.26.20)
09:23:59 Requirement already satisfied: appdirs in ./.venv3/lib/python3.9/site-packages (from omero-py>=5.19.0->omero-web==5.28.1.dev0) (1.4.4)
09:23:59 Requirement already satisfied: future in ./.venv3/lib/python3.9/site-packages (from omero-py>=5.19.0->omero-web==5.28.1.dev0) (1.0.0)
09:23:59 Requirement already satisfied: numpy<2 in ./.venv3/lib/python3.9/site-packages (from omero-py>=5.19.0->omero-web==5.28.1.dev0) (1.26.4)
09:23:59 Requirement already satisfied: PyYAML in ./.venv3/lib/python3.9/site-packages (from omero-py>=5.19.0->omero-web==5.28.1.dev0) (6.0.2)
09:23:59 Requirement already satisfied: zeroc-ice<3.7,>=3.6.5 in ./.venv3/lib/python3.9/site-packages (from omero-py>=5.19.0->omero-web==5.28.1.dev0) (3.6.5)
09:23:59 Requirement already satisfied: requests in ./.venv3/lib/python3.9/site-packages (from omero-py>=5.19.0->omero-web==5.28.1.dev0) (2.32.3)
09:23:59 Requirement already satisfied: setuptools in ./.venv3/lib/python3.9/site-packages (from django-pipeline->omero-web==5.28.1.dev0) (75.6.0)
09:23:59 Requirement already satisfied: wheel in ./.venv3/lib/python3.9/site-packages (from django-pipeline->omero-web==5.28.1.dev0) (0.45.1)
09:23:59 Requirement already satisfied: zipp>=3.1.0 in ./.venv3/lib/python3.9/site-packages (from importlib-resources->omero-web==5.28.1.dev0) (3.21.0)
09:23:59 Requirement already satisfied: typing-extensions>=4 in ./.venv3/lib/python3.9/site-packages (from asgiref<4,>=3.6.0->Django<4.3,>=4.2.3->omero-web==5.28.1.dev0) (4.12.2)
09:23:59 Requirement already satisfied: charset-normalizer<4,>=2 in ./.venv3/lib/python3.9/site-packages (from requests->omero-py>=5.19.0->omero-web==5.28.1.dev0) (3.4.0)
09:23:59 Requirement already satisfied: idna<4,>=2.5 in ./.venv3/lib/python3.9/site-packages (from requests->omero-py>=5.19.0->omero-web==5.28.1.dev0) (3.10)
09:23:59 Requirement already satisfied: certifi>=2017.4.17 in ./.venv3/lib/python3.9/site-packages (from requests->omero-py>=5.19.0->omero-web==5.28.1.dev0) (2024.8.30)
09:23:59 Using cached django_csp-3.8-py3-none-any.whl (17 kB)
09:23:59 Building wheels for collected packages: omero-web
09:23:59   Building wheel for omero-web (setup.py): started
09:24:01   Building wheel for omero-web (setup.py): finished with status 'done'
09:24:01   Created wheel for omero-web: filename=omero_web-5.28.1.dev0-py3-none-any.whl size=2768199 sha256=8a699b80138fe5732544d405369e0cbe1b5ec16dfcfa193ce7daeb0b08a71e78
09:24:01   Stored in directory: /home/omero/.cache/pip/wheels/86/e4/d9/64035b22f567c0769c96d11cbe1a98646a2ea7456e1effbdb9
09:24:01 Successfully built omero-web
09:24:01 Installing collected packages: django-csp, omero-web
09:24:01   Attempting uninstall: omero-web
09:24:01     Found existing installation: omero-web 5.28.0
09:24:01     Uninstalling omero-web-5.28.0:
09:24:01       Successfully uninstalled omero-web-5.28.0
09:24:01 Successfully installed django-csp-3.8 omero-web-5.28.1.dev0
09:24:01 + pip install omero-certificates
09:24:02 Collecting omero-certificates
09:24:02   Using cached omero_certificates-0.3.2-py3-none-any.whl.metadata (3.7 kB)
09:24:02 Requirement already satisfied: omero-py>=5.6.0 in ./.venv3/lib/python3.9/site-packages (from omero-certificates) (5.19.5)
09:24:02 Collecting distro==1.8.0 (from omero-certificates)
09:24:02   Using cached distro-1.8.0-py3-none-any.whl.metadata (6.9 kB)
09:24:02 Requirement already satisfied: urllib3<2 in ./.venv3/lib/python3.9/site-packages (from omero-py>=5.6.0->omero-certificates) (1.26.20)
09:24:02 Requirement already satisfied: appdirs in ./.venv3/lib/python3.9/site-packages (from omero-py>=5.6.0->omero-certificates) (1.4.4)
09:24:02 Requirement already satisfied: future in ./.venv3/lib/python3.9/site-packages (from omero-py>=5.6.0->omero-certificates) (1.0.0)
09:24:02 Requirement already satisfied: numpy<2 in ./.venv3/lib/python3.9/site-packages (from omero-py>=5.6.0->omero-certificates) (1.26.4)
09:24:02 Requirement already satisfied: Pillow>=10.0.0 in ./.venv3/lib/python3.9/site-packages (from omero-py>=5.6.0->omero-certificates) (11.0.0)
09:24:02 Requirement already satisfied: PyYAML in ./.venv3/lib/python3.9/site-packages (from omero-py>=5.6.0->omero-certificates) (6.0.2)
09:24:02 Requirement already satisfied: zeroc-ice<3.7,>=3.6.5 in ./.venv3/lib/python3.9/site-packages (from omero-py>=5.6.0->omero-certificates) (3.6.5)
09:24:02 Requirement already satisfied: requests in ./.venv3/lib/python3.9/site-packages (from omero-py>=5.6.0->omero-certificates) (2.32.3)
09:24:02 Requirement already satisfied: portalocker in ./.venv3/lib/python3.9/site-packages (from omero-py>=5.6.0->omero-certificates) (3.0.0)
09:24:02 Requirement already satisfied: charset-normalizer<4,>=2 in ./.venv3/lib/python3.9/site-packages (from requests->omero-py>=5.6.0->omero-certificates) (3.4.0)
09:24:02 Requirement already satisfied: idna<4,>=2.5 in ./.venv3/lib/python3.9/site-packages (from requests->omero-py>=5.6.0->omero-certificates) (3.10)
09:24:02 Requirement already satisfied: certifi>=2017.4.17 in ./.venv3/lib/python3.9/site-packages (from requests->omero-py>=5.6.0->omero-certificates) (2024.8.30)
09:24:02 Using cached omero_certificates-0.3.2-py3-none-any.whl (13 kB)
09:24:02 Using cached distro-1.8.0-py3-none-any.whl (20 kB)
09:24:02 Installing collected packages: distro, omero-certificates
09:24:02 Successfully installed distro-1.8.0 omero-certificates-0.3.2
09:24:02 + for x in omero-cli-duplicate
09:24:02 + pip install git+https://github.com/snoopycrimecop/omero-cli-duplicate.git@merge_ci#egg=omero-cli-duplicate
09:24:03 Collecting omero-cli-duplicate
09:24:03   Cloning https://github.com/snoopycrimecop/omero-cli-duplicate.git (to revision merge_ci) to /tmp/pip-install-glut2c1k/omero-cli-duplicate_89b58b98e6ca4b549bb7a825358b45c5
09:24:03   Running command git clone --filter=blob:none --quiet https://github.com/snoopycrimecop/omero-cli-duplicate.git /tmp/pip-install-glut2c1k/omero-cli-duplicate_89b58b98e6ca4b549bb7a825358b45c5
09:24:04   Running command git checkout -b merge_ci --track origin/merge_ci
09:24:04   Switched to a new branch 'merge_ci'
09:24:04   branch 'merge_ci' set up to track 'origin/merge_ci'.
09:24:04   Resolved https://github.com/snoopycrimecop/omero-cli-duplicate.git to commit 3a45bb154f3bf48abad4e5f36df2fde6f389ebaf
09:24:04   Preparing metadata (setup.py): started
09:24:05   Preparing metadata (setup.py): finished with status 'done'
09:24:05 Requirement already satisfied: omero-py>=5.8 in ./.venv3/lib/python3.9/site-packages (from omero-cli-duplicate) (5.19.5)
09:24:05 Requirement already satisfied: urllib3<2 in ./.venv3/lib/python3.9/site-packages (from omero-py>=5.8->omero-cli-duplicate) (1.26.20)
09:24:05 Requirement already satisfied: appdirs in ./.venv3/lib/python3.9/site-packages (from omero-py>=5.8->omero-cli-duplicate) (1.4.4)
09:24:05 Requirement already satisfied: future in ./.venv3/lib/python3.9/site-packages (from omero-py>=5.8->omero-cli-duplicate) (1.0.0)
09:24:05 Requirement already satisfied: numpy<2 in ./.venv3/lib/python3.9/site-packages (from omero-py>=5.8->omero-cli-duplicate) (1.26.4)
09:24:05 Requirement already satisfied: Pillow>=10.0.0 in ./.venv3/lib/python3.9/site-packages (from omero-py>=5.8->omero-cli-duplicate) (11.0.0)
09:24:05 Requirement already satisfied: PyYAML in ./.venv3/lib/python3.9/site-packages (from omero-py>=5.8->omero-cli-duplicate) (6.0.2)
09:24:05 Requirement already satisfied: zeroc-ice<3.7,>=3.6.5 in ./.venv3/lib/python3.9/site-packages (from omero-py>=5.8->omero-cli-duplicate) (3.6.5)
09:24:05 Requirement already satisfied: requests in ./.venv3/lib/python3.9/site-packages (from omero-py>=5.8->omero-cli-duplicate) (2.32.3)
09:24:05 Requirement already satisfied: portalocker in ./.venv3/lib/python3.9/site-packages (from omero-py>=5.8->omero-cli-duplicate) (3.0.0)
09:24:05 Requirement already satisfied: charset-normalizer<4,>=2 in ./.venv3/lib/python3.9/site-packages (from requests->omero-py>=5.8->omero-cli-duplicate) (3.4.0)
09:24:05 Requirement already satisfied: idna<4,>=2.5 in ./.venv3/lib/python3.9/site-packages (from requests->omero-py>=5.8->omero-cli-duplicate) (3.10)
09:24:05 Requirement already satisfied: certifi>=2017.4.17 in ./.venv3/lib/python3.9/site-packages (from requests->omero-py>=5.8->omero-cli-duplicate) (2024.8.30)
09:24:05 Building wheels for collected packages: omero-cli-duplicate
09:24:05   Building wheel for omero-cli-duplicate (setup.py): started
09:24:05   Building wheel for omero-cli-duplicate (setup.py): finished with status 'done'
09:24:05   Created wheel for omero-cli-duplicate: filename=omero_cli_duplicate-0.4.1.dev0-py3-none-any.whl size=11443 sha256=eee885ad057b887202d2e633a76a77ad9ece7fdad3f152e01001d09965501694
09:24:05   Stored in directory: /tmp/pip-ephem-wheel-cache-yc3a0e_1/wheels/f1/55/ac/0cb8b093a4c417e5157143839711e7613efa64eaa21c29ef84
09:24:05 Successfully built omero-cli-duplicate
09:24:05 Installing collected packages: omero-cli-duplicate
09:24:05 Successfully installed omero-cli-duplicate-0.4.1.dev0
09:24:05 + source /home/omero/workspace/OMERO-test-integration/src/docs/hudson/functions.sh
09:24:05 + /home/omero/workspace/OMERO-test-integration/src/build.py build-default test-compile
09:24:06 OpenJDK 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0
09:24:07 Buildfile: /home/omero/workspace/OMERO-test-integration/src/build.xml
09:24:07 
09:24:07 check-ivy:
09:24:07 Creating /home/omero/workspace/OMERO-test-integration/src/etc/local.properties
09:24:07 Created dir: /home/omero/workspace/OMERO-test-integration/src/target
09:24:08 :: Apache Ivy 2.4.0 - 20141213170938 :: http://ant.apache.org/ivy/ ::
09:24:08 :: loading settings :: file = /home/omero/workspace/OMERO-test-integration/src/etc/ivysettings.xml
09:24:08 
09:24:08 build-scons:
09:24:08 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
09:24:08 
09:24:08 build:
09:24:08 No sub-builds to iterate on
09:24:08 Entering /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroWeb...
09:24:08 Entering /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroWeb...
09:24:08 Entering /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroFS...
09:24:08 Entering /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava...
09:24:08 
09:24:08 tools-init:
09:24:08 no-op
09:24:09 
09:24:09 retrieve:
09:24:09 :: Apache Ivy 2.4.0 - 20141213170938 :: http://ant.apache.org/ivy/ ::
09:24:09 :: loading settings :: file = /home/omero/workspace/OMERO-test-integration/src/etc/ivysettings.xml
09:24:09 WARNING: An illegal reflective access operation has occurred
09:24:09 WARNING: Illegal reflective access by org.apache.ivy.util.url.IvyAuthenticator (file:/home/omero/workspace/OMERO-test-integration/src/lib/repository/ivy-2.4.0.jar) to field java.net.Authenticator.theAuthenticator
09:24:09 WARNING: Please consider reporting this to the maintainers of org.apache.ivy.util.url.IvyAuthenticator
09:24:09 WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
09:24:09 WARNING: All illegal access operations will be denied in a future release
09:24:45 
09:24:45 prepare:
09:24:45 Preparing: /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/libs
09:24:45 Created dir: /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/generated/.done
09:24:45 Created dir: /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/generated/src
09:24:45 Created dir: /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/generated/resources
09:24:45 Created dir: /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/classes
09:24:45 Created dir: /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/test-classes
09:24:45 Created dir: /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/reports
09:24:45 Copying 1 file to /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/generated/resources
09:24:45 Copying 1 file to /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/classes
09:24:45 Copying 1 file to /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/generated/resources
09:24:45 Copying 1 file to /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/classes
09:24:45 Copying 1 file to /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/generated/resources
09:24:45 Copying 1 file to /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/classes
09:24:45 Copying 1 file to /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/generated/resources
09:24:45 Copying 1 file to /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/classes
09:24:45 
09:24:45 pre-compile:
09:24:45 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
09:24:45 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
09:24:46 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
09:24:46 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
09:24:46 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
09:24:46 
09:24:46 compile:
09:24:46 no-op
09:24:46 
09:24:46 package:
09:24:46 Building jar: /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/omero_client.jar
09:24:46 
09:24:46 install:
09:24:46 :: delivering :: omero#omero_client;working@bdaf9f08f5d1 :: 5.6.3-529-cb99513754-ice36-ice36 :: integration :: Tue Dec 10 09:24:08 UTC 2024
09:24:46 	delivering ivy file to /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/ivy.xml
09:24:46 :: publishing :: omero#omero_client
09:24:46 	published omero_client to /home/omero/workspace/OMERO-test-integration/src/target/repository/omero/omero_client/5.6.3-529-cb99513754-ice36-ice36/omero_client-5.6.3-529-cb99513754-ice36-ice36.jar
09:24:46 	published ivy to /home/omero/workspace/OMERO-test-integration/src/target/repository/omero/omero_client/5.6.3-529-cb99513754-ice36-ice36/omero_client-5.6.3-529-cb99513754-ice36-ice36.xml
09:24:46 Entering /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroPy...
09:24:46 Entering /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroPy...
09:24:47 
09:24:47 retrieve:
09:24:47 :: Apache Ivy 2.4.0 - 20141213170938 :: http://ant.apache.org/ivy/ ::
09:24:47 :: loading settings :: file = /home/omero/workspace/OMERO-test-integration/src/etc/ivysettings.xml
09:24:47 Entering /home/omero/workspace/OMERO-test-integration/src/components/tools...
09:24:47 
09:24:47 dist:
09:24:47 Created dir: /home/omero/workspace/OMERO-test-integration/src/components/tools/target/service-classes/META-INF
09:24:47 Created dir: /home/omero/workspace/OMERO-test-integration/src/components/tools/target/lib/server
09:24:47 Copying 1 file to /home/omero/workspace/OMERO-test-integration/src/components/tools/target/downloads/scripts
09:24:47 Expanding: /home/omero/workspace/OMERO-test-integration/src/components/tools/target/downloads/scripts/omero_scripts-5.8.4.dev0.tar.gz into /home/omero/workspace/OMERO-test-integration/src/components/tools/target/downloads/scripts
09:24:47 Copying 28 files to /home/omero/workspace/OMERO-test-integration/src/components/tools/target/lib/scripts
09:24:47 Copying 28 files to /home/omero/workspace/OMERO-test-integration/src/dist
09:24:47 Copied 9 empty directories to 1 empty directory under /home/omero/workspace/OMERO-test-integration/src/dist
09:24:47 Entering /home/omero/workspace/OMERO-test-integration/src/components/tests...
09:24:47 Entering /home/omero/workspace/OMERO-test-integration/src/components/tests/ui...
09:24:47 
09:24:47 copy-licenses:
09:24:47 Copying 1 file to /home/omero/workspace/OMERO-test-integration/src/dist
09:24:47 Created dir: /home/omero/workspace/OMERO-test-integration/src/dist/share
09:24:47 Copying 44 files to /home/omero/workspace/OMERO-test-integration/src/dist/share
09:24:47 
09:24:47 copy-history:
09:24:47 Copying 1 file to /home/omero/workspace/OMERO-test-integration/src/dist
09:24:47 
09:24:47 copy-etc:
09:24:47 Copying 28 files to /home/omero/workspace/OMERO-test-integration/src/dist/etc
09:24:47 Copying 1 file to /home/omero/workspace/OMERO-test-integration/src/dist/etc/templates
09:24:47 
09:24:47 copy-sql:
09:24:47 Copying 60 files to /home/omero/workspace/OMERO-test-integration/src/dist
09:24:54 
09:24:54 copy-server:
09:24:54 	conflict on /home/omero/workspace/OMERO-test-integration/src/dist/lib/server/janino.jar in [server]: 3.0.11 won
09:24:54 
09:24:54 copy-client:
09:24:54 Created dir: /home/omero/workspace/OMERO-test-integration/src/dist/lib/client
09:24:55 	conflict on /home/omero/workspace/OMERO-test-integration/src/dist/lib/client/janino.jar in [client]: 3.0.11 won
09:24:55 
09:24:55 update-version:
09:24:55 Copying 1 file to /home/omero/workspace/OMERO-test-integration/src/dist/etc
09:24:55 
09:24:55 create-workdirs:
09:24:55 Created dir: /home/omero/workspace/OMERO-test-integration/src/dist/etc/grid
09:24:55 Created dir: /home/omero/workspace/OMERO-test-integration/src/dist/var
09:24:55 
09:24:55 copy-luts:
09:24:55 Created dir: /home/omero/workspace/OMERO-test-integration/src/dist/lib/scripts/luts
09:24:55 Copying 47 files to /home/omero/workspace/OMERO-test-integration/src/dist/lib/scripts/luts
09:24:55 
09:24:55 test-compile:
09:24:55 :: loading settings :: file = /home/omero/workspace/OMERO-test-integration/src/etc/ivysettings.xml
09:24:55 Entering /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroFS...
09:24:55 Entering /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroPy...
09:24:55 Entering /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroPy...
09:24:55 Entering /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroWeb...
09:24:55 Entering /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroWeb...
09:24:55 Entering /home/omero/workspace/OMERO-test-integration/src/components/tests/ui...
09:24:55 Entering /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava...
09:24:55 
09:24:55 testng-init:
09:24:55 :: Apache Ivy 2.4.0 - 20141213170938 :: http://ant.apache.org/ivy/ ::
09:24:55 :: loading settings :: file = /home/omero/workspace/OMERO-test-integration/src/etc/ivysettings.xml
09:24:59 09:24:59,620 |-INFO in ch.qos.logback.classic.LoggerContext[default] - This is logback-classic version 1.3.14
09:24:59 09:24:59,623 |-INFO in ch.qos.logback.classic.util.ContextInitializer@3228b5a1 - No custom configurators were discovered as a service.
09:24:59 09:24:59,623 |-INFO in ch.qos.logback.classic.util.ContextInitializer@3228b5a1 - Trying to configure with ch.qos.logback.classic.joran.SerializedModelConfigurator
09:24:59 09:24:59,626 |-INFO in ch.qos.logback.classic.util.ContextInitializer@3228b5a1 - Constructed configurator of type class ch.qos.logback.classic.joran.SerializedModelConfigurator
09:24:59 09:24:59,626 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.scmo]
09:24:59 09:24:59,627 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.scmo]
09:24:59 09:24:59,627 |-INFO in ch.qos.logback.classic.util.ContextInitializer@3228b5a1 - ch.qos.logback.classic.joran.SerializedModelConfigurator.configure() call lasted 1 milliseconds. ExecutionStatus=INVOKE_NEXT_IF_ANY
09:24:59 09:24:59,627 |-INFO in ch.qos.logback.classic.util.ContextInitializer@3228b5a1 - Trying to configure with ch.qos.logback.classic.util.DefaultJoranConfigurator
09:24:59 09:24:59,629 |-INFO in ch.qos.logback.classic.util.ContextInitializer@3228b5a1 - Constructed configurator of type class ch.qos.logback.classic.util.DefaultJoranConfigurator
09:24:59 09:24:59,630 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
09:24:59 09:24:59,630 |-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]
09:24:59 09:24:59,631 |-WARN in ch.qos.logback.classic.util.DefaultJoranConfigurator@a83c657 - Resource [logback.xml] occurs multiple times on the classpath.
09:24:59 09:24:59,631 |-WARN in ch.qos.logback.classic.util.DefaultJoranConfigurator@a83c657 - Resource [logback.xml] occurs at [file:/home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/classes/logback.xml]
09:24:59 09:24:59,631 |-WARN in ch.qos.logback.classic.util.DefaultJoranConfigurator@a83c657 - Resource [logback.xml] occurs at [file:/home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/generated/resources/logback.xml]
09:24:59 09:24:59,899 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [stderr]
09:24:59 09:24:59,899 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
09:24:59 09:24:59,917 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
09:24:59 09:24:59,919 |-WARN in ch.qos.logback.classic.encoder.PatternLayoutEncoder@51729c2b - As of version 1.2.0 "immediateFlush" property should be set within the enclosing Appender.
09:24:59 09:24:59,919 |-WARN in ch.qos.logback.classic.encoder.PatternLayoutEncoder@51729c2b - Please move "immediateFlush" property into the enclosing appender.
09:24:59 09:24:59,979 |-WARN in ch.qos.logback.classic.encoder.PatternLayoutEncoder@51729c2b - Setting the "immediateFlush" property of the enclosing appender to true
09:24:59 09:24:59,980 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [velocity] to ERROR
09:24:59 09:24:59,980 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org] to ERROR
09:24:59 09:24:59,980 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [ome] to ERROR
09:24:59 09:24:59,980 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [loci] to ERROR
09:24:59 09:24:59,980 |-INFO in ch.qos.logback.classic.model.processor.RootLoggerModelHandler - Setting level of ROOT logger to WARN
09:24:59 09:24:59,980 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [stderr] to Logger[ROOT]
09:24:59 09:24:59,982 |-INFO in ch.qos.logback.core.model.processor.DefaultProcessor@4f8d7222 - End of configuration.
09:24:59 09:24:59,984 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@387f53cf - Registering current configuration as safe fallback point
09:24:59 09:24:59,984 |-INFO in ch.qos.logback.classic.util.ContextInitializer@3228b5a1 - ch.qos.logback.classic.util.DefaultJoranConfigurator.configure() call lasted 355 milliseconds. ExecutionStatus=DO_NOT_INVOKE_NEXT_IF_ANY
09:24:59 
09:24:59 lifecycle.test-compile:
09:24:59 Copying 3 files to /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/test-classes
09:25:00 Compiling 85 source files to /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/test-classes
09:25:00 warning: [options] bootstrap class path not set in conjunction with -source 8
09:25:01 /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/AbstractServerTest.java:61: warning: [deprecation] RawAccessRequest in omero.grid has been deprecated
09:25:01 import omero.grid.RawAccessRequest;
09:25:01                  ^
09:25:01 /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/DeleteServiceFilesTest.java:32: warning: [deprecation] RawAccessRequest in omero.grid has been deprecated
09:25:01 import omero.grid.RawAccessRequest;
09:25:01                  ^
09:25:02 /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/ManagedRepositoryTest.java:53: warning: [deprecation] RawAccessRequest in omero.grid has been deprecated
09:25:02 import omero.grid.RawAccessRequest;
09:25:02                  ^
09:25:02 /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/ObjectPropertiesTest.java:31: warning: [deprecation] ImportJob in omero.model has been deprecated
09:25:02 import omero.model.ImportJob;
09:25:02                   ^
09:25:02 /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/ObjectPropertiesTest.java:32: warning: [deprecation] ImportJobI in omero.model has been deprecated
09:25:02 import omero.model.ImportJobI;
09:25:02                   ^
09:25:02 /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/ModelMockFactory.java:1206: warning: [deprecation] newInstance() in Class has been deprecated
09:25:02         IObject link = (IObject) linkClass.newInstance();
09:25:02                                           ^
09:25:02   where T is a type-variable:
09:25:02     T extends Object declared in class Class
09:25:03 /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/CreatePojosFixture2.java:269: warning: [deprecation] newInstance() in Class has been deprecated
09:25:03         T copy = (T) obj.getClass().newInstance();
09:25:03                                    ^
09:25:03   where T is a type-variable:
09:25:03     T extends Object declared in class Class
09:25:03 /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/DeleteServiceFilesTest.java:418: warning: [deprecation] RawAccessRequest in omero.grid has been deprecated
09:25:03         RawAccessRequest raw = new RawAccessRequest();
09:25:03         ^
09:25:03 /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/DeleteServiceFilesTest.java:418: warning: [deprecation] RawAccessRequest in omero.grid has been deprecated
09:25:03         RawAccessRequest raw = new RawAccessRequest();
09:25:03                                    ^
09:25:03 /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/DeleteServiceFilesTest.java:419: warning: [deprecation] repoUuid in RawAccessRequest has been deprecated
09:25:03         raw.repoUuid = legacy.root().getHash().getValue();
09:25:03            ^
09:25:03 /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/DeleteServiceFilesTest.java:420: warning: [deprecation] command in RawAccessRequest has been deprecated
09:25:03         raw.command = "rm";
09:25:03            ^
09:25:03 /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/DeleteServiceFilesTest.java:421: warning: [deprecation] args in RawAccessRequest has been deprecated
09:25:03         raw.args = Arrays.asList(path);
09:25:03            ^
09:25:03 /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/DiskUsageTest.java:156: warning: [deprecation] newInstance() in Class has been deprecated
09:25:03         final IObject link = linkClass.newInstance();
09:25:03                                       ^
09:25:03   where T is a type-variable:
09:25:03     T extends Object declared in class Class
09:25:03 /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/DuplicationTest.java:1332: warning: [deprecation] newInstance() in Class has been deprecated
09:25:03             originalLink.setChild(annotationClass.newInstance());
09:25:03                                                  ^
09:25:03   where T is a type-variable:
09:25:03     T extends Object declared in class Class
09:25:03 /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
09:25:03         RoiResult r = svc.findByImage(id, new RoiOptions());
09:25:03                          ^
09:25:04 /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/ManagedRepositoryTest.java:900: warning: [deprecation] RawAccessRequest in omero.grid has been deprecated
09:25:04         final RawAccessRequest request = new RawAccessRequest();
09:25:04               ^
09:25:04 /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/ManagedRepositoryTest.java:900: warning: [deprecation] RawAccessRequest in omero.grid has been deprecated
09:25:04         final RawAccessRequest request = new RawAccessRequest();
09:25:04                                              ^
09:25:04 /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/ManagedRepositoryTest.java:901: warning: [deprecation] repoUuid in RawAccessRequest has been deprecated
09:25:04         request.repoUuid = repo.root().getHash().getValue();
09:25:04                ^
09:25:04 /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/ManagedRepositoryTest.java:902: warning: [deprecation] command in RawAccessRequest has been deprecated
09:25:04         request.command = "exists";
09:25:04                ^
09:25:04 /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/ManagedRepositoryTest.java:903: warning: [deprecation] args in RawAccessRequest has been deprecated
09:25:04         request.args = Collections.singletonList(dirPath);
09:25:04                ^
09:25:04 /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/ManagedRepositoryTest.java:939: warning: [deprecation] RawAccessRequest in omero.grid has been deprecated
09:25:04         final RawAccessRequest request = new RawAccessRequest();
09:25:04               ^
09:25:04 /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/ManagedRepositoryTest.java:939: warning: [deprecation] RawAccessRequest in omero.grid has been deprecated
09:25:04         final RawAccessRequest request = new RawAccessRequest();
09:25:04                                              ^
09:25:04 /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/ManagedRepositoryTest.java:940: warning: [deprecation] repoUuid in RawAccessRequest has been deprecated
09:25:04         request.repoUuid = repo.root().getHash().getValue();
09:25:04                ^
09:25:04 /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/ManagedRepositoryTest.java:941: warning: [deprecation] command in RawAccessRequest has been deprecated
09:25:04         request.command = "exists";
09:25:04                ^
09:25:04 /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/ManagedRepositoryTest.java:942: warning: [deprecation] args in RawAccessRequest has been deprecated
09:25:04         request.args = Collections.singletonList(dirName);
09:25:04                ^
09:25:04 /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/ObjectPropertiesTest.java:255: warning: [deprecation] ImportJob in omero.model has been deprecated
09:25:04         final ImportJob importJob = new ImportJobI();
09:25:04               ^
09:25:04 /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/ObjectPropertiesTest.java:255: warning: [deprecation] ImportJobI in omero.model has been deprecated
09:25:04         final ImportJob importJob = new ImportJobI();
09:25:04                                         ^
09:25:04 /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/ObjectPropertiesTest.java:266: warning: [deprecation] setImageName(RString) in ImportJob has been deprecated
09:25:04         importJob.setImageName(omero.rtypes.rstring(name));
09:25:04                  ^
09:25:04 /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/ObjectPropertiesTest.java:268: warning: [deprecation] setImageDescription(RString) in ImportJob has been deprecated
09:25:04         importJob.setImageDescription(omero.rtypes.rstring(desc));
09:25:04                  ^
09:25:04 /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/ObjectPropertiesTest.java:273: warning: [deprecation] ImportJob in omero.model has been deprecated
09:25:04         ImportJob sent = (ImportJob) iUpdate.saveAndReturnObject(importJob);
09:25:04         ^
09:25:04 /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/ObjectPropertiesTest.java:273: warning: [deprecation] ImportJob in omero.model has been deprecated
09:25:04         ImportJob sent = (ImportJob) iUpdate.saveAndReturnObject(importJob);
09:25:04                           ^
09:25:04 /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/ObjectPropertiesTest.java:274: warning: [deprecation] getImageName() in ImportJob has been deprecated
09:25:04         final String savedName = sent.getImageName().getValue().toString();
09:25:04                                      ^
09:25:04 /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/ObjectPropertiesTest.java:275: warning: [deprecation] getImageDescription() in ImportJob has been deprecated
09:25:04         final String savedDesc = sent.getImageDescription().getValue().toString();
09:25:04                                      ^
09:25:04 /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/ObjectPropertiesTest.java:277: warning: [deprecation] ImportJob in omero.model has been deprecated
09:25:04         final ImportJob retrievedImportJob = (ImportJob) iQuery.get("ImportJob", id);
09:25:04               ^
09:25:04 /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/ObjectPropertiesTest.java:277: warning: [deprecation] ImportJob in omero.model has been deprecated
09:25:04         final ImportJob retrievedImportJob = (ImportJob) iQuery.get("ImportJob", id);
09:25:04                                               ^
09:25:04 /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/ObjectPropertiesTest.java:278: warning: [deprecation] getImageName() in ImportJob has been deprecated
09:25:04         final String retrievedName = retrievedImportJob.getImageName().getValue().toString();
09:25:04                                                        ^
09:25:04 /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/ObjectPropertiesTest.java:279: warning: [deprecation] getImageDescription() in ImportJob has been deprecated
09:25:04         final String retrievedDesc = retrievedImportJob.getImageDescription().getValue().toString();
09:25:04                                                        ^
09:25:04 /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
09:25:04         RoiResult r = svc.findByImage(image.getId().getValue(),
09:25:04                          ^
09:25:04 /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
09:25:04         List<Annotation> l = svc.getRoiMeasurements(image.getId().getValue(),
09:25:04                                 ^
09:25:04 /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
09:25:04         l = svc.getRoiMeasurements(image.getId().getValue(), options);
09:25:04                ^
09:25:04 /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
09:25:04         l = svc.getRoiMeasurements(image.getId().getValue(), options);
09:25:04                ^
09:25:04 /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
09:25:04         List<Annotation> l = svc.getRoiMeasurements(image.getId().getValue(),
09:25:04                                 ^
09:25:04 /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/RoiServiceTest.java:320: warning: [deprecation] getMeasuredRoisMap(long,List<Long>,RoiOptions) in IRoiPrx has been deprecated
09:25:04         Map<Long, RoiResult> values = svc.getMeasuredRoisMap(image.getId()
09:25:04                                          ^
09:25:04 /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
09:25:04         List<Annotation> l = svc.getRoiMeasurements(image.getId().getValue(),
09:25:04                                 ^
09:25:04 /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/RoiServiceTest.java:390: warning: [deprecation] getTable(long) in IRoiPrx has been deprecated
09:25:04         table = svc.getTable(f.getId().getValue());
09:25:04                    ^
09:25:04 /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
09:25:04         RoiResult r = svc.findByImage(image.getId().getValue(),
09:25:04                          ^
09:25:04 /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
09:25:04         r = svc.findByRoi(r1.getId().getValue(), new RoiOptions());
09:25:04                ^
09:25:04 /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
09:25:04         r = svc.findByRoi(r2.getId().getValue(), new RoiOptions());
09:25:04                ^
09:25:04 /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
09:25:04         r = svc.findByPlane(image.getId().getValue(), 1, 0, new RoiOptions());
09:25:04                ^
09:25:04 /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
09:25:04         r = svc.findByPlane(image.getId().getValue(), 1, 1, new RoiOptions());
09:25:04                ^
09:25:04 /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/RoiServiceTest.java:733: warning: [deprecation] Integer(int) in Integer has been deprecated
09:25:04             null, new Integer(0), new Integer(0), new int[] {0}, "null ids"});
09:25:04                   ^
09:25:04 /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/RoiServiceTest.java:733: warning: [deprecation] Integer(int) in Integer has been deprecated
09:25:04             null, new Integer(0), new Integer(0), new int[] {0}, "null ids"});
09:25:04                                   ^
09:25:04 /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/RoiServiceTest.java:735: warning: [deprecation] Integer(int) in Integer has been deprecated
09:25:04             new ArrayList<Long>(), new Integer(0), new Integer(0), new int[] {0},
09:25:04                                    ^
09:25:04 /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/RoiServiceTest.java:735: warning: [deprecation] Integer(int) in Integer has been deprecated
09:25:04             new ArrayList<Long>(), new Integer(0), new Integer(0), new int[] {0},
09:25:04                                                    ^
09:25:04 /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/RoiServiceTest.java:738: warning: [deprecation] Long(long) in Long has been deprecated
09:25:04             Arrays.asList(new Long[] {new Long (-1)}), new Integer(0), new Integer(0),
09:25:04                                       ^
09:25:04 /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/RoiServiceTest.java:738: warning: [deprecation] Integer(int) in Integer has been deprecated
09:25:04             Arrays.asList(new Long[] {new Long (-1)}), new Integer(0), new Integer(0),
09:25:04                                                        ^
09:25:04 /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/RoiServiceTest.java:738: warning: [deprecation] Integer(int) in Integer has been deprecated
09:25:04             Arrays.asList(new Long[] {new Long (-1)}), new Integer(0), new Integer(0),
09:25:04                                                                        ^
09:25:04 /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/RoiServiceTest.java:740: warning: [deprecation] Integer(int) in Integer has been deprecated
09:25:04         inputs.add(new Object[] { ids, new Integer(10), new Integer(10), new int[] {0},
09:25:04                                        ^
09:25:04 /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/RoiServiceTest.java:740: warning: [deprecation] Integer(int) in Integer has been deprecated
09:25:04         inputs.add(new Object[] { ids, new Integer(10), new Integer(10), new int[] {0},
09:25:04                                                         ^
09:25:04 /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/RoiServiceTest.java:742: warning: [deprecation] Integer(int) in Integer has been deprecated
09:25:04         inputs.add(new Object[] { ids, new Integer(0), new Integer(-10), new int[] {0},
09:25:04                                        ^
09:25:04 /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/RoiServiceTest.java:742: warning: [deprecation] Integer(int) in Integer has been deprecated
09:25:04         inputs.add(new Object[] { ids, new Integer(0), new Integer(-10), new int[] {0},
09:25:04                                                        ^
09:25:04 /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/RoiServiceTest.java:744: warning: [deprecation] Integer(int) in Integer has been deprecated
09:25:04         inputs.add(new Object[] { ids, new Integer(0), new Integer(0), new int[] {200},
09:25:04                                        ^
09:25:04 /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/RoiServiceTest.java:744: warning: [deprecation] Integer(int) in Integer has been deprecated
09:25:04         inputs.add(new Object[] { ids, new Integer(0), new Integer(0), new int[] {200},
09:25:04                                                        ^
09:25:04 /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/RoiServiceTest.java:746: warning: [deprecation] Integer(int) in Integer has been deprecated
09:25:04         inputs.add(new Object[] { ids, new Integer(0), new Integer(0), null,
09:25:04                                        ^
09:25:04 /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/RoiServiceTest.java:746: warning: [deprecation] Integer(int) in Integer has been deprecated
09:25:04         inputs.add(new Object[] { ids, new Integer(0), new Integer(0), null,
09:25:04                                                        ^
09:25:04 /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/RoiServiceTest.java:748: warning: [deprecation] Integer(int) in Integer has been deprecated
09:25:04         inputs.add(new Object[] { ids, new Integer(0), new Integer(0), new int[] {},
09:25:04                                        ^
09:25:04 /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/RoiServiceTest.java:748: warning: [deprecation] Integer(int) in Integer has been deprecated
09:25:04         inputs.add(new Object[] { ids, new Integer(0), new Integer(0), new int[] {},
09:25:04                                                        ^
09:25:04 /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/RoiServiceTest.java:755: warning: [deprecation] getShapeStatsRestricted(List<Long>,int,int,int[]) in IRoiPrx has been deprecated
09:25:04                 svc.getShapeStatsRestricted(
09:25:04                    ^
09:25:04 /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/RoiServiceTest.java:764: warning: [deprecation] getShapeStatsRestricted(List<Long>,int,int,int[]) in IRoiPrx has been deprecated
09:25:04         final ShapeStats [] stats = svc.getShapeStatsRestricted(ids, 0, 0, new int[] {0});
09:25:04                                        ^
09:25:04 /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
09:25:04         projection.getPrimaryPixels().setRelatedTo((Pixels) original.getPrimaryPixels().proxy());
09:25:04                                      ^
09:25:04 /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/delete/AnnotationDeleteTest.java:478: warning: [deprecation] typesToIgnore in Delete2 has been deprecated
09:25:04         request.typesToIgnore = Collections.singletonList("TagAnnotation");
09:25:04                ^
09:25:04 /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/delete/AnnotationDeleteTest.java:495: warning: [deprecation] typesToIgnore in Delete2 has been deprecated
09:25:04         request.typesToIgnore = Collections.singletonList("IAnnotationLink");
09:25:04                ^
09:25:04 /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/delete/AnnotationDeleteTest.java:501: warning: [deprecation] typesToIgnore in Delete2 has been deprecated
09:25:04         request.typesToIgnore = Collections.singletonList("Annotation");
09:25:04                ^
09:25:04 /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/delete/AnnotationDeleteTest.java:547: warning: [deprecation] typesToIgnore in Delete2 has been deprecated
09:25:04                     request.typesToIgnore = Collections.singletonList("Annotation");
09:25:04                            ^
09:25:04 /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
09:25:04         projection.getPrimaryPixels().setRelatedTo((Pixels) original.getPrimaryPixels().proxy());
09:25:04                                      ^
09:25:04 /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
09:25:04         p2.setRelatedTo(p1);
09:25:04           ^
09:25:04 /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/delete/RelatedToTest.java:39: warning: [deprecation] getRelatedTo() in Pixels has been deprecated
09:25:04         Assert.assertEquals(p1.getId(), p2.getRelatedTo().getId());
09:25:04                                           ^
09:25:04 /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
09:25:04         pixels1.setRelatedTo(pixels2);
09:25:04                ^
09:25:04 /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/delete/RelatedToTest.java:68: warning: [deprecation] getRelatedTo() in Pixels has been deprecated
09:25:04         Pixels pixels = pixels1.getRelatedTo();
09:25:04                                ^
09:25:04 /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/delete/RelatedToTest.java:88: warning: [deprecation] getRelatedTo() in Pixels has been deprecated
09:25:04         Assert.assertNull(pixels1.getRelatedTo());
09:25:04                                  ^
09:25:04 /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
09:25:04         pixels1.setRelatedTo(pixels2);
09:25:04                ^
09:25:04 /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/delete/RelatedToTest.java:108: warning: [deprecation] getRelatedTo() in Pixels has been deprecated
09:25:04         Pixels pixels = pixels1.getRelatedTo();
09:25:04                                ^
09:25:04 /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/delete/RelatedToTest.java:128: warning: [deprecation] getRelatedTo() in Pixels has been deprecated
09:25:04         Assert.assertNull(pixels1.getRelatedTo());
09:25:04                                  ^
09:25:04 /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
09:25:04         List<Annotation> l = svc.getRoiMeasurements(image.getId().getValue(),
09:25:04                                 ^
09:25:04 /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
09:25:04         l = svc.getRoiMeasurements(image.getId().getValue(), options);
09:25:04                ^
09:25:04 /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
09:25:04         List<Annotation> l = svc.getRoiMeasurements(image.getId().getValue(),
09:25:04                                 ^
09:25:04 /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
09:25:04         l = svc.getRoiMeasurements(image.getId().getValue(), options);
09:25:04                ^
09:25:05 Note: Some input files use unchecked or unsafe operations.
09:25:05 Note: Recompile with -Xlint:unchecked for details.
09:25:05 88 warnings
09:25:05 Deleting: /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/_omero_build_1876837771.tmp
09:25:05 Building jar: /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/OmeroJava-test.jar
09:25:05 :: loading settings :: file = /home/omero/workspace/OMERO-test-integration/src/etc/ivysettings.xml
09:25:05 :: delivering :: omero#OmeroJava-test;working@bdaf9f08f5d1 :: 5.6.3-529-cb99513754-ice36-ice36 :: integration :: Tue Dec 10 09:24:55 UTC 2024
09:25:05 	delivering ivy file to /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/OmeroJava-test.xml
09:25:05 :: publishing :: omero#OmeroJava-test
09:25:05 	published OmeroJava-test to /home/omero/workspace/OMERO-test-integration/src/target/test-repository/OmeroJava-test-5.6.3-529-cb99513754-ice36-ice36.jar
09:25:05 	published ivy to /home/omero/workspace/OMERO-test-integration/src/target/test-repository/OmeroJava-test-5.6.3-529-cb99513754-ice36-ice36.xml
09:25:05 
09:25:05 BUILD SUCCESSFUL
09:25:05 Total time: 58 seconds
09:25:05 + OMERO_DIST=/home/omero/workspace/OMERO-test-integration/src/dist
09:25:05 + export OMERODIR=/home/omero/workspace/OMERO-test-integration/src/dist
09:25:05 + OMERODIR=/home/omero/workspace/OMERO-test-integration/src/dist
09:25:05 + omero config set omero.db.name OMERO-test-integration
09:25:06 + omero config set omero.db.host pg
09:25:07 + omero config set omero.db.user postgres
09:25:07 + omero config set omero.db.poolsize 50
09:25:08 + omero config set omero.jvmcfg.max_system_memory.blitz 64000
09:25:09 + omero config set omero.data.dir /home/omero/workspace/OMERO-test-integration/data
09:25:10 + omero config set omero.ports.prefix 1
09:25:11 + omero config set omero.web.server_list '[["testintegration",14064,"testintegration"]]'
09:25:11 + omero certificates
09:25:12 OpenSSL 3.0.7 1 Nov 2022 (Library: OpenSSL 3.0.7 1 Nov 2022)
09:25:13 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
09:25:13 + createdb -h pg -U postgres OMERO-test-integration
09:25:18 + omero db script -f dbsetup.sql '' '' omero
09:25:19 WARNING: Positional arguments are deprecated
09:25:19 Using OMERO5.4 for version
09:25:19 Using 0 for patch
09:25:19 Using password from commandline
09:25:20 + psql -h pg -U postgres -d OMERO-test-integration -f dbsetup.sql
09:25:21 BEGIN
09:25:21 CREATE FUNCTION
09:25:21 CREATE FUNCTION
09:25:21  assert_db_server_prerequisites 
09:25:21 --------------------------------
09:25:21  
09:25:21 (1 row)
09:25:21 
09:25:21 DROP FUNCTION
09:25:21 DROP FUNCTION
09:25:21 CREATE DOMAIN
09:25:21 CREATE DOMAIN
09:25:21 CREATE DOMAIN
09:25:21 CREATE DOMAIN
09:25:21 CREATE DOMAIN
09:25:21 CREATE TYPE
09:25:21 CREATE TYPE
09:25:21 CREATE TYPE
09:25:21 CREATE TYPE
09:25:21 CREATE TYPE
09:25:21 CREATE TYPE
09:25:21 CREATE TYPE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:21 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 CREATE TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 psql:dbsetup.sql:2842: NOTICE:  identifier "fkcontraststretchingcontext_codomainmapcontext_id_codomainmapcontext" will be truncated to "fkcontraststretchingcontext_codomainmapcontext_id_codomainmapco"
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:22 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 psql:dbsetup.sql:4712: NOTICE:  identifier "fklogicalchannel_photometricinterpretation_photometricinterpretation" will be truncated to "fklogicalchannel_photometricinterpretation_photometricinterpret"
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 ALTER TABLE
09:25:23 psql:dbsetup.sql:5697: NOTICE:  identifier "fkreverseintensitycontext_codomainmapcontext_id_codomainmapcontext" will be truncated to "fkreverseintensitycontext_codomainmapcontext_id_codomainmapcont"
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 CREATE TABLE
09:25:24 DROP TABLE
09:25:24 CREATE VIEW
09:25:24 DROP TABLE
09:25:24 CREATE VIEW
09:25:24 DROP TABLE
09:25:24 CREATE VIEW
09:25:24 DROP TABLE
09:25:24 CREATE VIEW
09:25:24 DROP TABLE
09:25:24 CREATE VIEW
09:25:24 DROP TABLE
09:25:24 CREATE VIEW
09:25:24 DROP TABLE
09:25:24 CREATE VIEW
09:25:24 DROP TABLE
09:25:24 CREATE VIEW
09:25:24 DROP TABLE
09:25:24 CREATE VIEW
09:25:24 DROP TABLE
09:25:24 CREATE VIEW
09:25:24 DROP TABLE
09:25:24 CREATE VIEW
09:25:24 DROP TABLE
09:25:24 CREATE VIEW
09:25:24 DROP TABLE
09:25:24 CREATE VIEW
09:25:24 DROP TABLE
09:25:24 CREATE VIEW
09:25:24 DROP TABLE
09:25:24 CREATE VIEW
09:25:24 DROP TABLE
09:25:24 CREATE VIEW
09:25:24 DROP TABLE
09:25:24 CREATE VIEW
09:25:24 DROP TABLE
09:25:24 CREATE VIEW
09:25:24 DROP TABLE
09:25:24 CREATE VIEW
09:25:24 DROP TABLE
09:25:24 CREATE VIEW
09:25:24 DROP TABLE
09:25:24 CREATE VIEW
09:25:24 DROP TABLE
09:25:24 CREATE VIEW
09:25:24 DROP TABLE
09:25:24 CREATE VIEW
09:25:24 DROP TABLE
09:25:24 CREATE VIEW
09:25:24 DROP TABLE
09:25:24 CREATE VIEW
09:25:24 DROP TABLE
09:25:24 CREATE VIEW
09:25:24 DROP TABLE
09:25:24 CREATE VIEW
09:25:24 DROP TABLE
09:25:24 CREATE VIEW
09:25:24 DROP TABLE
09:25:24 CREATE VIEW
09:25:24 DROP TABLE
09:25:24 CREATE VIEW
09:25:24 DROP TABLE
09:25:24 CREATE VIEW
09:25:24 DROP TABLE
09:25:24 CREATE VIEW
09:25:24 DROP TABLE
09:25:24 CREATE VIEW
09:25:24 DROP TABLE
09:25:24 CREATE VIEW
09:25:24 DROP TABLE
09:25:24 CREATE VIEW
09:25:24 DROP TABLE
09:25:24 CREATE VIEW
09:25:24 DROP TABLE
09:25:24 CREATE VIEW
09:25:24 DROP TABLE
09:25:24 CREATE VIEW
09:25:24 DROP TABLE
09:25:24 CREATE VIEW
09:25:24 DROP TABLE
09:25:24 CREATE VIEW
09:25:24 DROP TABLE
09:25:24 CREATE VIEW
09:25:24 DROP TABLE
09:25:24 CREATE VIEW
09:25:24 DROP TABLE
09:25:24 CREATE VIEW
09:25:24 DROP TABLE
09:25:24 CREATE VIEW
09:25:24 DROP TABLE
09:25:24 CREATE VIEW
09:25:24 CREATE FUNCTION
09:25:24 CREATE TRIGGER
09:25:24 CREATE FUNCTION
09:25:24 CREATE TRIGGER
09:25:24 CREATE FUNCTION
09:25:24 CREATE TRIGGER
09:25:24 CREATE FUNCTION
09:25:24 CREATE TRIGGER
09:25:24 CREATE FUNCTION
09:25:24 CREATE TRIGGER
09:25:24 CREATE FUNCTION
09:25:24 CREATE TRIGGER
09:25:24 CREATE FUNCTION
09:25:24 CREATE TRIGGER
09:25:24 CREATE FUNCTION
09:25:24 CREATE TRIGGER
09:25:24 CREATE FUNCTION
09:25:24 CREATE TRIGGER
09:25:24 CREATE FUNCTION
09:25:24 CREATE TRIGGER
09:25:24 CREATE FUNCTION
09:25:24 CREATE TRIGGER
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE INDEX
09:25:24 CREATE FUNCTION
09:25:24 SET CONSTRAINTS
09:25:24 CREATE FUNCTION
09:25:24 CREATE SEQUENCE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 ALTER TABLE
09:25:24 CREATE INDEX
09:25:24 CREATE FUNCTION
09:25:24 CREATE SEQUENCE
09:25:24 INSERT 0 1
09:25:24 CREATE SEQUENCE
09:25:24 INSERT 0 1
09:25:24 CREATE SEQUENCE
09:25:24 INSERT 0 1
09:25:24 CREATE SEQUENCE
09:25:24 INSERT 0 1
09:25:24 CREATE SEQUENCE
09:25:24 INSERT 0 1
09:25:24 CREATE SEQUENCE
09:25:24 INSERT 0 1
09:25:24 CREATE SEQUENCE
09:25:24 INSERT 0 1
09:25:24 CREATE SEQUENCE
09:25:24 INSERT 0 1
09:25:24 CREATE SEQUENCE
09:25:24 INSERT 0 1
09:25:24 CREATE SEQUENCE
09:25:24 INSERT 0 1
09:25:24 CREATE SEQUENCE
09:25:24 INSERT 0 1
09:25:24 CREATE SEQUENCE
09:25:24 INSERT 0 1
09:25:24 CREATE SEQUENCE
09:25:24 INSERT 0 1
09:25:24 CREATE SEQUENCE
09:25:24 INSERT 0 1
09:25:24 CREATE SEQUENCE
09:25:24 INSERT 0 1
09:25:24 CREATE SEQUENCE
09:25:24 INSERT 0 1
09:25:24 CREATE SEQUENCE
09:25:24 INSERT 0 1
09:25:24 CREATE SEQUENCE
09:25:24 INSERT 0 1
09:25:24 CREATE SEQUENCE
09:25:24 INSERT 0 1
09:25:24 CREATE SEQUENCE
09:25:24 INSERT 0 1
09:25:24 CREATE SEQUENCE
09:25:24 INSERT 0 1
09:25:24 CREATE SEQUENCE
09:25:24 INSERT 0 1
09:25:24 CREATE SEQUENCE
09:25:24 INSERT 0 1
09:25:24 CREATE SEQUENCE
09:25:24 INSERT 0 1
09:25:24 CREATE SEQUENCE
09:25:24 INSERT 0 1
09:25:24 CREATE SEQUENCE
09:25:24 INSERT 0 1
09:25:24 CREATE SEQUENCE
09:25:24 INSERT 0 1
09:25:24 CREATE SEQUENCE
09:25:24 INSERT 0 1
09:25:24 CREATE SEQUENCE
09:25:24 INSERT 0 1
09:25:24 CREATE SEQUENCE
09:25:24 INSERT 0 1
09:25:24 CREATE SEQUENCE
09:25:24 INSERT 0 1
09:25:24 CREATE SEQUENCE
09:25:24 INSERT 0 1
09:25:24 CREATE SEQUENCE
09:25:24 INSERT 0 1
09:25:24 CREATE SEQUENCE
09:25:24 INSERT 0 1
09:25:24 CREATE SEQUENCE
09:25:24 INSERT 0 1
09:25:24 CREATE SEQUENCE
09:25:24 INSERT 0 1
09:25:24 CREATE SEQUENCE
09:25:24 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:25 CREATE SEQUENCE
09:25:25 INSERT 0 1
09:25:26 CREATE SEQUENCE
09:25:26 INSERT 0 1
09:25:26 CREATE SEQUENCE
09:25:26 INSERT 0 1
09:25:26 CREATE SEQUENCE
09:25:26 INSERT 0 1
09:25:26 CREATE SEQUENCE
09:25:26 INSERT 0 1
09:25:26 CREATE SEQUENCE
09:25:26 INSERT 0 1
09:25:26 CREATE SEQUENCE
09:25:26 INSERT 0 1
09:25:26 CREATE SEQUENCE
09:25:26 INSERT 0 1
09:25:26 CREATE SEQUENCE
09:25:26 INSERT 0 1
09:25:26 CREATE SEQUENCE
09:25:26 INSERT 0 1
09:25:26 CREATE SEQUENCE
09:25:26 INSERT 0 1
09:25:26 CREATE SEQUENCE
09:25:26 INSERT 0 1
09:25:26 CREATE SEQUENCE
09:25:26 INSERT 0 1
09:25:26 CREATE SEQUENCE
09:25:26 INSERT 0 1
09:25:26 CREATE SEQUENCE
09:25:26 INSERT 0 1
09:25:26 CREATE SEQUENCE
09:25:26 INSERT 0 1
09:25:26 CREATE SEQUENCE
09:25:26 INSERT 0 1
09:25:26 CREATE SEQUENCE
09:25:26 INSERT 0 1
09:25:26 CREATE FUNCTION
09:25:26 CREATE FUNCTION
09:25:26 CREATE FUNCTION
09:25:26 CREATE TABLE
09:25:26 CREATE INDEX
09:25:26 CREATE INDEX
09:25:26 CREATE FUNCTION
09:25:26 CREATE TRIGGER
09:25:26 CREATE FUNCTION
09:25:26 CREATE FUNCTION
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE FUNCTION
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE FUNCTION
09:25:26 CREATE FUNCTION
09:25:26 CREATE FUNCTION
09:25:26 CREATE FUNCTION
09:25:26 CREATE FUNCTION
09:25:26 CREATE FUNCTION
09:25:26 CREATE FUNCTION
09:25:26 CREATE FUNCTION
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE TRIGGER
09:25:26 CREATE FUNCTION
09:25:26 CREATE TRIGGER
09:25:26 CREATE FUNCTION
09:25:26 CREATE TRIGGER
09:25:26 CREATE FUNCTION
09:25:26 CREATE TRIGGER
09:25:26 CREATE FUNCTION
09:25:26 CREATE TRIGGER
09:25:26 CREATE FUNCTION
09:25:26 CREATE TRIGGER
09:25:26 CREATE FUNCTION
09:25:26 CREATE TRIGGER
09:25:26 CREATE FUNCTION
09:25:26 CREATE TRIGGER
09:25:26 CREATE FUNCTION
09:25:26 CREATE TRIGGER
09:25:26 ALTER TABLE
09:25:26 ALTER TABLE
09:25:26 ALTER TABLE
09:25:26 INSERT 0 1
09:25:26 ALTER TABLE
09:25:26 ALTER TABLE
09:25:26 ALTER TABLE
09:25:26 ALTER TABLE
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 UPDATE 1
09:25:26 UPDATE 1
09:25:26 ALTER TABLE
09:25:26 ALTER TABLE
09:25:26 ALTER TABLE
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:26 INSERT 0 1
09:25:27 INSERT 0 1
09:25:27 INSERT 0 1
09:25:27 INSERT 0 1
09:25:27 INSERT 0 1
09:25:27 INSERT 0 1
09:25:27 INSERT 0 1
09:25:27 INSERT 0 1
09:25:27 INSERT 0 1
09:25:27 INSERT 0 1
09:25:27 INSERT 0 1
09:25:27 INSERT 0 1
09:25:27 INSERT 0 1
09:25:27 UPDATE 1
09:25:27 UPDATE 1
09:25:27 UPDATE 1
09:25:27 UPDATE 1
09:25:27 UPDATE 1
09:25:27 UPDATE 1
09:25:27 UPDATE 1
09:25:27 UPDATE 1
09:25:27 UPDATE 1
09:25:27 UPDATE 1
09:25:27 UPDATE 1
09:25:27 ALTER TABLE
09:25:27 CREATE FUNCTION
09:25:27 CREATE TABLE
09:25:27 INSERT 0 1
09:25:27 ALTER TABLE
09:25:27 ALTER TABLE
09:25:27 ALTER TABLE
09:25:27 CREATE INDEX
09:25:27 ALTER TABLE
09:25:27 ALTER TABLE
09:25:27 CREATE INDEX
09:25:27 CREATE INDEX
09:25:27 CREATE INDEX
09:25:27 CREATE INDEX
09:25:27 CREATE INDEX
09:25:27 ALTER TABLE
09:25:27 CREATE INDEX
09:25:27 CREATE INDEX
09:25:27 CREATE INDEX
09:25:27 CREATE INDEX
09:25:27 CREATE INDEX
09:25:27 CREATE INDEX
09:25:27 CREATE INDEX
09:25:27 CREATE INDEX
09:25:27 CREATE INDEX
09:25:27 CREATE INDEX
09:25:27 CREATE INDEX
09:25:27 CREATE INDEX
09:25:27 CREATE INDEX
09:25:27 CREATE INDEX
09:25:27 CREATE INDEX
09:25:27 CREATE INDEX
09:25:27 CREATE INDEX
09:25:27 CREATE INDEX
09:25:27 CREATE INDEX
09:25:27 CREATE INDEX
09:25:27 CREATE INDEX
09:25:27 CREATE TABLE
09:25:27 INSERT 0 1
09:25:27 INSERT 0 1
09:25:27 CREATE TABLE
09:25:27 INSERT 0 1
09:25:27 CREATE FUNCTION
09:25:27 CREATE TRIGGER
09:25:27 CREATE FUNCTION
09:25:27 CREATE TRIGGER
09:25:27 CREATE FUNCTION
09:25:27 CREATE TRIGGER
09:25:27 CREATE FUNCTION
09:25:27 CREATE TRIGGER
09:25:27 CREATE FUNCTION
09:25:27 CREATE TRIGGER
09:25:27 CREATE FUNCTION
09:25:27 CREATE TRIGGER
09:25:27 CREATE FUNCTION
09:25:27 CREATE TRIGGER
09:25:27 CREATE TABLE
09:25:27 CREATE INDEX
09:25:27 CREATE INDEX
09:25:27 CREATE INDEX
09:25:27 CREATE INDEX
09:25:27 CREATE INDEX
09:25:27 CREATE INDEX
09:25:27 CREATE INDEX
09:25:27 CREATE FUNCTION
09:25:27 CREATE TRIGGER
09:25:27 ALTER TABLE
09:25:27 ALTER TABLE
09:25:27 ALTER TABLE
09:25:27 ALTER TABLE
09:25:27 ALTER TABLE
09:25:27 ALTER TABLE
09:25:27 ALTER TABLE
09:25:27 ALTER TABLE
09:25:27 ALTER TABLE
09:25:27 ALTER TABLE
09:25:27 ALTER TABLE
09:25:27 ALTER TABLE
09:25:27 ALTER TABLE
09:25:27 CREATE FUNCTION
09:25:27 CREATE TRIGGER
09:25:27 CREATE FUNCTION
09:25:27 CREATE FUNCTION
09:25:27 CREATE FUNCTION
09:25:27 CREATE TRIGGER
09:25:27 CREATE TRIGGER
09:25:27 CREATE TRIGGER
09:25:27 DROP TABLE
09:25:27 DROP TABLE
09:25:27 DROP TABLE
09:25:27 DROP TABLE
09:25:27 DROP TABLE
09:25:27 CREATE VIEW
09:25:27 CREATE VIEW
09:25:27 CREATE VIEW
09:25:27 CREATE VIEW
09:25:27 CREATE VIEW
09:25:27 ALTER TABLE
09:25:27 ALTER TABLE
09:25:27 ALTER TABLE
09:25:27 ALTER TABLE
09:25:27 ALTER TABLE
09:25:27 ALTER TABLE
09:25:27 ALTER TABLE
09:25:27 ALTER TABLE
09:25:27 ALTER TABLE
09:25:27 ALTER TABLE
09:25:27 ALTER TABLE
09:25:27 ALTER TABLE
09:25:27 ALTER TABLE
09:25:27 ALTER TABLE
09:25:27 ALTER TABLE
09:25:27 ALTER TABLE
09:25:27 ALTER TABLE
09:25:27 ALTER TABLE
09:25:27 ALTER TABLE
09:25:27 ALTER TABLE
09:25:27 ALTER TABLE
09:25:27 ALTER TABLE
09:25:27 ALTER TABLE
09:25:27 ALTER TABLE
09:25:27 ALTER TABLE
09:25:27 ALTER TABLE
09:25:27 ALTER TABLE
09:25:27 ALTER TABLE
09:25:27 ALTER TABLE
09:25:27 ALTER TABLE
09:25:27 ALTER TABLE
09:25:27 ALTER TABLE
09:25:27 ALTER TABLE
09:25:27 ALTER TABLE
09:25:27 ALTER TABLE
09:25:27 ALTER TABLE
09:25:27 ALTER TABLE
09:25:27 ALTER TABLE
09:25:27 ALTER TABLE
09:25:27 ALTER TABLE
09:25:27 ALTER TABLE
09:25:27 ALTER TABLE
09:25:27 ALTER TABLE
09:25:27 ALTER TABLE
09:25:27 ALTER TABLE
09:25:27 ALTER TABLE
09:25:27 ALTER TABLE
09:25:27 ALTER TABLE
09:25:27 ALTER TABLE
09:25:27 CREATE FUNCTION
09:25:27 CREATE TRIGGER
09:25:27 CREATE TABLE
09:25:27 CREATE INDEX
09:25:27 CREATE FUNCTION
09:25:27 CREATE FUNCTION
09:25:27 CREATE FUNCTION
09:25:27 CREATE FUNCTION
09:25:27 CREATE TRIGGER
09:25:27 CREATE TRIGGER
09:25:27 CREATE TRIGGER
09:25:27 CREATE TRIGGER
09:25:27 CREATE FUNCTION
09:25:27 CREATE FUNCTION
09:25:27 CREATE TRIGGER
09:25:27 CREATE TRIGGER
09:25:27 CREATE INDEX
09:25:27 UPDATE 1
09:25:27 COMMIT
09:25:27 + rm dbsetup.sql
09:25:27 + export OMERO_PROFILE=/home/omero/workspace/OMERO-test-integration/config
09:25:27 + OMERO_PROFILE=/home/omero/workspace/OMERO-test-integration/config
09:25:27 + mkdir -p /home/omero/workspace/OMERO-test-integration/config/blitz
09:25:27 + 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
09:25:27 + for f in $OMERO_PROFILE/blitz/*
09:25:27 ++ basename /home/omero/workspace/OMERO-test-integration/config/blitz/mail-senders.example .example
09:25:27 + mv /home/omero/workspace/OMERO-test-integration/config/blitz/mail-senders.example /home/omero/workspace/OMERO-test-integration/config/blitz/mail-senders.xml
09:25:27 + for f in $OMERO_PROFILE/blitz/*
09:25:27 ++ basename /home/omero/workspace/OMERO-test-integration/config/blitz/mail-server.example .example
09:25:27 + mv /home/omero/workspace/OMERO-test-integration/config/blitz/mail-server.example /home/omero/workspace/OMERO-test-integration/config/blitz/mail-server.xml
09:25:27 + omero config set omero.mail.config true
09:25:28 + omero config set omero.mail.fake true
09:25:29 + omero config set omero.mail.port 2525
09:25:30 + BUILD_ID=DONT_KILL_ME
09:25:30 + omero admin start
09:25:39 No descriptor given. Using etc/grid/default.xml
09:25:51 Creating /home/omero/workspace/OMERO-test-integration/src/dist/var/master
09:25:51 Initializing /home/omero/workspace/OMERO-test-integration/src/dist/var/log
09:25:51 Creating /home/omero/workspace/OMERO-test-integration/src/dist/var/registry
09:25:51 Waiting on startup. Use CTRL-C to exit
09:25:52 + omero admin waitup
09:25:52 Waiting on startup. Use CTRL-C to exit
09:25:53 + omero admin diagnostics
09:25:54 
09:25:54 ================================================================================
09:25:54 OMERO Diagnostics (admin)
09:25:54 ================================================================================
09:25:54         
09:25:54 Commands:   java -version                  11.0.24   (/usr/bin/java)
09:25:54 Commands:   python -V                      3.9.18    (/home/omero/workspace/OMERO-test-integration/.venv3/bin/python)
09:25:54 Commands:   icegridnode --version          3.6.5     (/opt/ice-3.6.5/bin/icegridnode)
09:25:54 Commands:   icegridadmin --version         3.6.5     (/opt/ice-3.6.5/bin/icegridadmin)
09:25:54 Commands:   psql --version                 16.4      (/usr/bin/psql)
09:25:54 Commands:   openssl version                3.0.71    (/usr/bin/openssl)
09:25:54 
09:25:54 Component:  OMERO.py                       5.19.6.dev0
09:25:54 Component:  OMERO.server                   5.6.3-529-cb99513754-ice36-ice36
09:25:54 
09:25:54 Server:     icegridnode                    running
09:25:54 Server:     Blitz-0                        active (pid = 2002240, enabled)
09:25:54 Server:     DropBox                        activating (enabled)
09:25:54 Server:     FileServer                     active (pid = 2002335, enabled)
09:25:54 Server:     Indexer-0                      activating (enabled)
09:25:54 Server:     MonitorServer                  active (pid = 2002271, enabled)
09:25:54 Server:     OMERO.Glacier2                 active (pid = 2002272, enabled)
09:25:54 Server:     OMERO.IceStorm                 active (pid = 2002290, enabled)
09:25:54 Server:     PixelData-0                    activating (enabled)
09:25:54 Server:     Processor-0                    activating (enabled)
09:25:54 Server:     Tables-0                       activating (enabled)
09:25:54 Server:     TestDropBox                    inactive (enabled)
09:25:54 
09:25:54 Log dir:    /home/omero/workspace/OMERO-test-integration/src/dist/var/log exists
09:25:54 Log files:  Blitz-0.log                    132.1 KB      errors=0    warnings=3   
09:25:54 Log files:  DropBox.log                    121 B        
09:25:54 Log files:  FileServer.log                 114 B        
09:25:54 Log files:  Indexer-0.log                  598 B        
09:25:54 Log files:  MonitorServer.log              117 B        
09:25:54 Log files:  PixelData-0.log                599 B        
09:25:54 Log files:  Processor-0.log                592 B        
09:25:54 Log files:  Tables-0.log                   841 B        
09:25:54 Log files:  TestDropBox.log                n/a
09:25:54 Log files:  master.err                     2.1 KB       
09:25:54 Log files:  master.out                     41.5 KB      
09:25:54 Log files:  Total size                     0.18 MB
09:25:54 
09:25:54 
09:25:54 Environment:OMERO_HOME=(unset)             
09:25:54 Environment:OMERODIR=/home/omero/workspace/OMERO-test-integration/src/dist 
09:25:54 Environment:OMERO_NODE=(unset)             
09:25:54 Environment:OMERO_MASTER=(unset)           
09:25:54 Environment:OMERO_USERDIR=(unset)          
09:25:54 Environment:OMERO_TMPDIR=(unset)           
09:25:54 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 
09:25:54 Environment:PYTHONPATH=(unset)             
09:25:54 Environment:ICE_HOME=/opt/ice-3.6.5        
09:25:54 Environment:LD_LIBRARY_PATH=(unset)        
09:25:54 Environment:DYLD_LIBRARY_PATH=(unset)      
09:25:54 
09:25:54 OMERO SSL port:14064                          
09:25:54 OMERO TCP port:14063                          
09:25:54 OMERO data dir:'/home/omero/workspace/OMERO-test-integration/data' Exists? True	Is writable? True
09:25:54 OMERO temp dir:'/home/omero/omero/tmp'        Exists? True	Is writable? True   (Size: 487155)
09:25:54 
09:25:54 JVM settings: Blitz-${index}                -Xmx9600m -XX:MaxPermSize=1g -XX:+IgnoreUnrecognizedVMOptions
09:25:54 JVM settings: Indexer-${index}              -Xmx4800m -XX:MaxPermSize=1g -XX:+IgnoreUnrecognizedVMOptions
09:25:54 JVM settings: PixelData-${index}            -Xmx7200m -XX:MaxPermSize=1g -XX:+IgnoreUnrecognizedVMOptions
09:25:54 JVM settings: Repository-${index}           -Xmx4800m -XX:MaxPermSize=1g -XX:+IgnoreUnrecognizedVMOptions
09:25:54 
09:25:54 Jar:        lib/server/formats-api.jar     Bio-Formats API	8.1.0-SNAPSHOT	10 December 2024	b3d08ae212d04f6fb327001ca64e8c62a6e602fc
09:25:54 Jar:        lib/server/formats-bsd.jar     BSD Bio-Formats readers and writers	8.1.0-SNAPSHOT	10 December 2024	b3d08ae212d04f6fb327001ca64e8c62a6e602fc
09:25:54 Jar:        lib/server/formats-gpl.jar     Bio-Formats library	8.1.0-SNAPSHOT	10 December 2024	b3d08ae212d04f6fb327001ca64e8c62a6e602fc
09:25:54 Jar:        lib/server/ome-codecs.jar      OME Codecs	1.1.1-SNAPSHOT	10 December 2024	cc558bf8f7cf4993eab5528ad88e9d3eb5ea66a1
09:25:54 Jar:        lib/server/ome-common.jar      OME Common Java	6.0.25-SNAPSHOT	10 December 2024	cc558bf8f7cf4993eab5528ad88e9d3eb5ea66a1
09:25:54 Jar:        lib/server/ome-jai.jar         OME JAI	0.1.5-SNAPSHOT	10 December 2024	cc558bf8f7cf4993eab5528ad88e9d3eb5ea66a1
09:25:54 Jar:        lib/server/ome-mdbtools.jar    MDB Tools (Java port)	5.3.4-SNAPSHOT	10 December 2024	cc558bf8f7cf4993eab5528ad88e9d3eb5ea66a1
09:25:54 Jar:        lib/server/ome-poi.jar         OME POI	5.3.10-SNAPSHOT	10 December 2024	cc558bf8f7cf4993eab5528ad88e9d3eb5ea66a1
09:25:54 Jar:        lib/server/ome-xml.jar         OME XML library	6.3.7-SNAPSHOT	10 December 2024	cc558bf8f7cf4993eab5528ad88e9d3eb5ea66a1
09:25:54 Jar:        lib/server/omero-blitz.jar     jar	5.8.1-SNAPSHOT		
09:25:54 Jar:        lib/server/omero-common.jar    jar	5.7.1-SNAPSHOT		
09:25:54 Jar:        lib/server/omero-gateway.jar   jar	5.10.1-SNAPSHOT		
09:25:54 Jar:        lib/server/omero-model.jar     jar	5.7.1-SNAPSHOT		
09:25:54 Jar:        lib/server/omero-renderer.jar  jar	5.6.1-SNAPSHOT		
09:25:54 Jar:        lib/server/omero-romio.jar     jar	5.8.1-SNAPSHOT		
09:25:54 Jar:        lib/server/omero-server.jar    jar	5.7.1-SNAPSHOT		
09:25:54 + export OMERO_SESSION_DIR=/tmp/OMERO-test-integration/251
09:25:54 + OMERO_SESSION_DIR=/tmp/OMERO-test-integration/251
09:25:54 + export ICE_CONFIG=/home/omero/workspace/OMERO-test-integration/src/dist/etc/ice.config
09:25:54 + ICE_CONFIG=/home/omero/workspace/OMERO-test-integration/src/dist/etc/ice.config
09:25:54 + echo Running the integration tests with -Dtestng.useDefaultListeners=true
09:25:54 Running the integration tests with -Dtestng.useDefaultListeners=true
09:25:54 + /home/omero/workspace/OMERO-test-integration/src/build.py -f components/tools/OmeroJava/build.xml -Dtestng.useDefaultListeners=true -Dtestreports.dir=target/reports/integration integration
09:25:54 OpenJDK 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0
09:25:54 Buildfile: /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/build.xml
09:25:55 Entering /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava...
09:25:55 
09:25:55 testng-init:
09:25:55 :: Apache Ivy 2.4.0 - 20141213170938 :: http://ant.apache.org/ivy/ ::
09:25:55 :: loading settings :: file = /home/omero/workspace/OMERO-test-integration/src/etc/ivysettings.xml
09:25:58 09:25:58,541 |-INFO in ch.qos.logback.classic.LoggerContext[default] - This is logback-classic version 1.3.14
09:25:58 09:25:58,544 |-INFO in ch.qos.logback.classic.util.ContextInitializer@9e02f84 - No custom configurators were discovered as a service.
09:25:58 09:25:58,544 |-INFO in ch.qos.logback.classic.util.ContextInitializer@9e02f84 - Trying to configure with ch.qos.logback.classic.joran.SerializedModelConfigurator
09:25:58 09:25:58,547 |-INFO in ch.qos.logback.classic.util.ContextInitializer@9e02f84 - Constructed configurator of type class ch.qos.logback.classic.joran.SerializedModelConfigurator
09:25:58 09:25:58,548 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.scmo]
09:25:58 09:25:58,548 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.scmo]
09:25:58 09:25:58,549 |-INFO in ch.qos.logback.classic.util.ContextInitializer@9e02f84 - ch.qos.logback.classic.joran.SerializedModelConfigurator.configure() call lasted 2 milliseconds. ExecutionStatus=INVOKE_NEXT_IF_ANY
09:25:58 09:25:58,549 |-INFO in ch.qos.logback.classic.util.ContextInitializer@9e02f84 - Trying to configure with ch.qos.logback.classic.util.DefaultJoranConfigurator
09:25:58 09:25:58,550 |-INFO in ch.qos.logback.classic.util.ContextInitializer@9e02f84 - Constructed configurator of type class ch.qos.logback.classic.util.DefaultJoranConfigurator
09:25:58 09:25:58,551 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
09:25:58 09:25:58,551 |-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]
09:25:58 09:25:58,552 |-WARN in ch.qos.logback.classic.util.DefaultJoranConfigurator@1e6060f1 - Resource [logback.xml] occurs multiple times on the classpath.
09:25:58 09:25:58,552 |-WARN in ch.qos.logback.classic.util.DefaultJoranConfigurator@1e6060f1 - Resource [logback.xml] occurs at [file:/home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/classes/logback.xml]
09:25:58 09:25:58,552 |-WARN in ch.qos.logback.classic.util.DefaultJoranConfigurator@1e6060f1 - Resource [logback.xml] occurs at [file:/home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/generated/resources/logback.xml]
09:25:58 09:25:58,756 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [stderr]
09:25:58 09:25:58,756 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
09:25:58 09:25:58,774 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
09:25:58 09:25:58,776 |-WARN in ch.qos.logback.classic.encoder.PatternLayoutEncoder@7e49ded - As of version 1.2.0 "immediateFlush" property should be set within the enclosing Appender.
09:25:58 09:25:58,776 |-WARN in ch.qos.logback.classic.encoder.PatternLayoutEncoder@7e49ded - Please move "immediateFlush" property into the enclosing appender.
09:25:58 09:25:58,835 |-WARN in ch.qos.logback.classic.encoder.PatternLayoutEncoder@7e49ded - Setting the "immediateFlush" property of the enclosing appender to true
09:25:58 09:25:58,836 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [velocity] to ERROR
09:25:58 09:25:58,836 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org] to ERROR
09:25:58 09:25:58,836 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [ome] to ERROR
09:25:58 09:25:58,836 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [loci] to ERROR
09:25:58 09:25:58,836 |-INFO in ch.qos.logback.classic.model.processor.RootLoggerModelHandler - Setting level of ROOT logger to WARN
09:25:58 09:25:58,836 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [stderr] to Logger[ROOT]
09:25:58 09:25:58,837 |-INFO in ch.qos.logback.core.model.processor.DefaultProcessor@2c6c302f - End of configuration.
09:25:58 09:25:58,839 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@2478b629 - Registering current configuration as safe fallback point
09:25:58 09:25:58,839 |-INFO in ch.qos.logback.classic.util.ContextInitializer@9e02f84 - ch.qos.logback.classic.util.DefaultJoranConfigurator.configure() call lasted 289 milliseconds. ExecutionStatus=DO_NOT_INVOKE_NEXT_IF_ANY
09:25:58 
09:25:58 lifecycle.test-compile:
09:25:58 Deleting: /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/_omero_build_1268617896.tmp
09:25:58 Deleting: /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/OmeroJava-test.xml
09:25:58 :: loading settings :: file = /home/omero/workspace/OMERO-test-integration/src/etc/ivysettings.xml
09:25:58 :: delivering :: omero#OmeroJava-test;working@bdaf9f08f5d1 :: 5.6.3-529-cb99513754-ice36-ice36 :: integration :: Tue Dec 10 09:25:55 UTC 2024
09:25:58 	delivering ivy file to /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/OmeroJava-test.xml
09:25:58 :: publishing :: omero#OmeroJava-test
09:25:58 	published OmeroJava-test to /home/omero/workspace/OMERO-test-integration/src/target/test-repository/OmeroJava-test-5.6.3-529-cb99513754-ice36-ice36.jar
09:25:58 	published ivy to /home/omero/workspace/OMERO-test-integration/src/target/test-repository/OmeroJava-test-5.6.3-529-cb99513754-ice36-ice36.xml
09:25:59 
09:25:59 integration:
09:25:59 OpenJDK 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0
09:25:59 09:25:59,370 |-INFO in ch.qos.logback.classic.LoggerContext[default] - This is logback-classic version 1.3.14
09:25:59 09:25:59,373 |-INFO in ch.qos.logback.classic.util.ContextInitializer@3febb011 - No custom configurators were discovered as a service.
09:25:59 09:25:59,373 |-INFO in ch.qos.logback.classic.util.ContextInitializer@3febb011 - Trying to configure with ch.qos.logback.classic.joran.SerializedModelConfigurator
09:25:59 09:25:59,374 |-INFO in ch.qos.logback.classic.util.ContextInitializer@3febb011 - Constructed configurator of type class ch.qos.logback.classic.joran.SerializedModelConfigurator
09:25:59 09:25:59,375 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.scmo]
09:25:59 09:25:59,376 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.scmo]
09:25:59 09:25:59,376 |-INFO in ch.qos.logback.classic.util.ContextInitializer@3febb011 - ch.qos.logback.classic.joran.SerializedModelConfigurator.configure() call lasted 2 milliseconds. ExecutionStatus=INVOKE_NEXT_IF_ANY
09:25:59 09:25:59,376 |-INFO in ch.qos.logback.classic.util.ContextInitializer@3febb011 - Trying to configure with ch.qos.logback.classic.util.DefaultJoranConfigurator
09:25:59 09:25:59,376 |-INFO in ch.qos.logback.classic.util.ContextInitializer@3febb011 - Constructed configurator of type class ch.qos.logback.classic.util.DefaultJoranConfigurator
09:25:59 09:25:59,377 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
09:25:59 09:25:59,378 |-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]
09:25:59 09:25:59,378 |-WARN in ch.qos.logback.classic.util.DefaultJoranConfigurator@10e31a9a - Resource [logback.xml] occurs multiple times on the classpath.
09:25:59 09:25:59,378 |-WARN in ch.qos.logback.classic.util.DefaultJoranConfigurator@10e31a9a - Resource [logback.xml] occurs at [file:/home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/classes/logback.xml]
09:25:59 09:25:59,378 |-WARN in ch.qos.logback.classic.util.DefaultJoranConfigurator@10e31a9a - Resource [logback.xml] occurs at [file:/home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/generated/resources/logback.xml]
09:25:59 09:25:59,552 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [stderr]
09:25:59 09:25:59,552 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
09:25:59 09:25:59,558 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
09:25:59 09:25:59,559 |-WARN in ch.qos.logback.classic.encoder.PatternLayoutEncoder@131774fe - As of version 1.2.0 "immediateFlush" property should be set within the enclosing Appender.
09:25:59 09:25:59,559 |-WARN in ch.qos.logback.classic.encoder.PatternLayoutEncoder@131774fe - Please move "immediateFlush" property into the enclosing appender.
09:25:59 09:25:59,582 |-WARN in ch.qos.logback.classic.encoder.PatternLayoutEncoder@131774fe - Setting the "immediateFlush" property of the enclosing appender to true
09:25:59 09:25:59,583 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [velocity] to ERROR
09:25:59 09:25:59,583 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org] to ERROR
09:25:59 09:25:59,583 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [ome] to ERROR
09:25:59 09:25:59,583 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [loci] to ERROR
09:25:59 09:25:59,583 |-INFO in ch.qos.logback.classic.model.processor.RootLoggerModelHandler - Setting level of ROOT logger to WARN
09:25:59 09:25:59,583 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [stderr] to Logger[ROOT]
09:25:59 09:25:59,583 |-INFO in ch.qos.logback.core.model.processor.DefaultProcessor@158d2680 - End of configuration.
09:25:59 09:25:59,584 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@77847718 - Registering current configuration as safe fallback point
09:25:59 09:25:59,584 |-INFO in ch.qos.logback.classic.util.ContextInitializer@3febb011 - ch.qos.logback.classic.util.DefaultJoranConfigurator.configure() call lasted 208 milliseconds. ExecutionStatus=DO_NOT_INVOKE_NEXT_IF_ANY
09:26:00 Dec 10, 2024 9:26:00 AM ome.system.OmeroContext prepareRefresh
09:26:00 INFO: Refreshing ome.system.OmeroContext@7f8633ae: startup date [Tue Dec 10 09:26:00 UTC 2024]; root of context hierarchy
09:26:00 Dec 10, 2024 9:26:00 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
09:26:00 INFO: Loading XML bean definitions from class path resource [ome/config.xml]
09:26:16 84236baf-023e-4185-b9d2-410039a64754
09:30:51 2024-12-10 09:30:51,228 ERROR [      ome.formats.importer.ImportLibrary] (sDataset-1) Cannot link to target
09:31:17 2024-12-10 09:31:17,738 ERROR [ o.formats.importer.util.ClientKeepAlive] (3-thread-1) Exception while executing ping(), logging Connector out: 
09:31:17 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:31:17 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:31:17 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:31:17 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:31:17 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:31:17 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:31:17 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:31:17 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:31:17 	at java.base/java.lang.Thread.run(Thread.java:829)
09:31:17 Caused by: Ice.CommunicatorDestroyedException: null
09:31:17 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:31:17 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:31:17 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:31:17 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:31:17 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:31:17 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:31:17 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:31:17 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:31:17 	... 7 common frames omitted
09:31:35 2024-12-10 09:31:35,331 ERROR [ o.formats.importer.util.ClientKeepAlive] (0-thread-1) Exception while executing ping(), logging Connector out: 
09:31:35 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:31:35 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:31:35 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:31:35 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:31:35 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:31:35 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:31:35 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:31:35 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:31:35 	at java.base/java.lang.Thread.run(Thread.java:829)
09:31:35 Caused by: Ice.CommunicatorDestroyedException: null
09:31:35 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:31:35 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:31:35 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:31:35 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:31:35 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:31:35 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:31:35 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:31:35 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:31:35 	... 7 common frames omitted
09:31:39 2024-12-10 09:31:39,904 ERROR [ o.formats.importer.util.ClientKeepAlive] (2-thread-1) Exception while executing ping(), logging Connector out: 
09:31:39 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:31:39 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:31:39 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:31:39 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:31:39 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:31:39 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:31:39 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:31:39 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:31:39 	at java.base/java.lang.Thread.run(Thread.java:829)
09:31:39 Caused by: Ice.CommunicatorDestroyedException: null
09:31:39 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:31:39 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:31:39 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:31:39 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:31:39 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:31:39 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:31:39 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:31:39 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:31:39 	... 7 common frames omitted
09:32:20 2024-12-10 09:32:20,304 ERROR [ o.formats.importer.util.ClientKeepAlive] (4-thread-1) Exception while executing ping(), logging Connector out: 
09:32:20 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:32:20 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:32:20 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:32:20 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:32:20 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:32:20 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:32:20 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:32:20 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:32:20 	at java.base/java.lang.Thread.run(Thread.java:829)
09:32:20 Caused by: Ice.CommunicatorDestroyedException: null
09:32:20 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:32:20 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:32:20 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:32:20 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:32:20 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:32:20 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:32:20 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:32:20 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:32:20 	... 7 common frames omitted
09:32:40 2024-12-10 09:32:40,747 ERROR [ o.formats.importer.util.ClientKeepAlive] (6-thread-1) Exception while executing ping(), logging Connector out: 
09:32:40 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:32:40 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:32:40 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:32:40 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:32:40 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:32:40 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:32:40 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:32:40 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:32:40 	at java.base/java.lang.Thread.run(Thread.java:829)
09:32:40 Caused by: Ice.CommunicatorDestroyedException: null
09:32:40 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:32:40 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:32:40 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:32:40 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:32:40 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:32:40 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:32:40 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:32:40 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:32:40 	... 7 common frames omitted
09:35:14 2024-12-10 09:35:14,450 ERROR [ o.formats.importer.util.ClientKeepAlive] (8-thread-1) Exception while executing ping(), logging Connector out: 
09:35:14 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:35:14 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:35:14 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:35:14 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:35:14 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:35:14 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:35:14 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:35:14 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:35:14 	at java.base/java.lang.Thread.run(Thread.java:829)
09:35:14 Caused by: Ice.CommunicatorDestroyedException: null
09:35:14 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:35:14 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:35:14 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:35:14 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:35:14 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:35:14 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:35:14 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:35:14 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:35:14 	... 7 common frames omitted
09:35:15 2024-12-10 09:35:15,419 ERROR [ o.formats.importer.util.ClientKeepAlive] (1-thread-1) Exception while executing ping(), logging Connector out: 
09:35:15 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:35:15 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:35:15 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:35:15 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:35:15 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:35:15 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:35:15 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:35:15 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:35:15 	at java.base/java.lang.Thread.run(Thread.java:829)
09:35:15 Caused by: Ice.CommunicatorDestroyedException: null
09:35:15 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:35:15 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:35:15 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:35:15 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:35:15 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:35:15 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:35:15 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:35:15 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:35:15 	... 7 common frames omitted
09:35:16 2024-12-10 09:35:16,452 ERROR [ o.formats.importer.util.ClientKeepAlive] (4-thread-1) Exception while executing ping(), logging Connector out: 
09:35:16 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:35:16 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:35:16 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:35:16 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:35:16 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:35:16 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:35:16 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:35:16 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:35:16 	at java.base/java.lang.Thread.run(Thread.java:829)
09:35:16 Caused by: Ice.CommunicatorDestroyedException: null
09:35:16 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:35:16 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:35:16 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:35:16 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:35:16 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:35:16 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:35:16 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:35:16 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:35:16 	... 7 common frames omitted
09:35:20 2024-12-10 09:35:20,269 ERROR [ o.formats.importer.util.ClientKeepAlive] (7-thread-1) Exception while executing ping(), logging Connector out: 
09:35:20 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:35:20 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:35:20 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:35:20 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:35:20 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:35:20 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:35:20 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:35:20 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:35:20 	at java.base/java.lang.Thread.run(Thread.java:829)
09:35:20 Caused by: Ice.CommunicatorDestroyedException: null
09:35:20 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:35:20 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:35:20 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:35:20 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:35:20 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:35:20 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:35:20 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:35:20 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:35:20 	... 7 common frames omitted
09:35:20 2024-12-10 09:35:20,943 ERROR [ o.formats.importer.util.ClientKeepAlive] (9-thread-1) Exception while executing ping(), logging Connector out: 
09:35:20 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:35:20 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:35:20 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:35:20 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:35:20 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:35:20 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:35:20 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:35:20 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:35:20 	at java.base/java.lang.Thread.run(Thread.java:829)
09:35:20 Caused by: Ice.CommunicatorDestroyedException: null
09:35:20 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:35:20 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:35:20 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:35:20 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:35:20 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:35:20 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:35:20 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:35:20 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:35:20 	... 7 common frames omitted
09:35:21 2024-12-10 09:35:21,496 ERROR [ o.formats.importer.util.ClientKeepAlive] (1-thread-1) Exception while executing ping(), logging Connector out: 
09:35:21 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:35:21 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:35:21 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:35:21 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:35:21 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:35:21 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:35:21 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:35:21 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:35:21 	at java.base/java.lang.Thread.run(Thread.java:829)
09:35:21 Caused by: Ice.CommunicatorDestroyedException: null
09:35:21 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:35:21 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:35:21 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:35:21 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:35:21 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:35:21 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:35:21 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:35:21 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:35:21 	... 7 common frames omitted
09:35:22 2024-12-10 09:35:22,099 ERROR [ o.formats.importer.util.ClientKeepAlive] (3-thread-1) Exception while executing ping(), logging Connector out: 
09:35:22 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:35:22 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:35:22 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:35:22 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:35:22 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:35:22 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:35:22 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:35:22 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:35:22 	at java.base/java.lang.Thread.run(Thread.java:829)
09:35:22 Caused by: Ice.CommunicatorDestroyedException: null
09:35:22 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:35:22 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:35:22 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:35:22 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:35:22 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:35:22 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:35:22 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:35:22 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:35:22 	... 7 common frames omitted
09:35:22 2024-12-10 09:35:22,696 ERROR [ o.formats.importer.util.ClientKeepAlive] (5-thread-1) Exception while executing ping(), logging Connector out: 
09:35:22 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:35:22 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:35:22 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:35:22 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:35:22 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:35:22 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:35:22 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:35:22 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:35:22 	at java.base/java.lang.Thread.run(Thread.java:829)
09:35:22 Caused by: Ice.CommunicatorDestroyedException: null
09:35:22 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:35:22 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:35:22 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:35:22 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:35:22 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:35:22 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:35:22 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:35:22 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:35:22 	... 7 common frames omitted
09:35:23 2024-12-10 09:35:23,296 ERROR [ o.formats.importer.util.ClientKeepAlive] (7-thread-1) Exception while executing ping(), logging Connector out: 
09:35:23 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:35:23 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:35:23 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:35:23 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:35:23 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:35:23 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:35:23 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:35:23 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:35:23 	at java.base/java.lang.Thread.run(Thread.java:829)
09:35:23 Caused by: Ice.CommunicatorDestroyedException: null
09:35:23 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:35:23 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:35:23 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:35:23 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:35:23 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:35:23 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:35:23 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:35:23 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:35:23 	... 7 common frames omitted
09:35:23 2024-12-10 09:35:23,905 ERROR [ o.formats.importer.util.ClientKeepAlive] (9-thread-1) Exception while executing ping(), logging Connector out: 
09:35:23 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:35:23 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:35:23 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:35:23 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:35:23 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:35:23 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:35:23 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:35:23 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:35:23 	at java.base/java.lang.Thread.run(Thread.java:829)
09:35:23 Caused by: Ice.CommunicatorDestroyedException: null
09:35:23 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:35:23 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:35:23 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:35:23 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:35:23 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:35:23 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:35:23 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:35:23 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:35:23 	... 7 common frames omitted
09:35:24 2024-12-10 09:35:24,698 ERROR [ o.formats.importer.util.ClientKeepAlive] (1-thread-1) Exception while executing ping(), logging Connector out: 
09:35:24 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:35:24 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:35:24 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:35:24 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:35:24 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:35:24 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:35:24 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:35:24 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:35:24 	at java.base/java.lang.Thread.run(Thread.java:829)
09:35:24 Caused by: Ice.CommunicatorDestroyedException: null
09:35:24 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:35:24 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:35:24 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:35:24 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:35:24 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:35:24 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:35:24 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:35:24 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:35:24 	... 7 common frames omitted
09:35:25 2024-12-10 09:35:25,404 ERROR [ o.formats.importer.util.ClientKeepAlive] (3-thread-1) Exception while executing ping(), logging Connector out: 
09:35:25 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:35:25 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:35:25 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:35:25 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:35:25 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:35:25 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:35:25 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:35:25 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:35:25 	at java.base/java.lang.Thread.run(Thread.java:829)
09:35:25 Caused by: Ice.CommunicatorDestroyedException: null
09:35:25 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:35:25 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:35:25 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:35:25 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:35:25 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:35:25 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:35:25 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:35:25 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:35:25 	... 7 common frames omitted
09:35:26 2024-12-10 09:35:26,157 ERROR [ o.formats.importer.util.ClientKeepAlive] (5-thread-1) Exception while executing ping(), logging Connector out: 
09:35:26 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:35:26 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:35:26 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:35:26 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:35:26 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:35:26 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:35:26 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:35:26 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:35:26 	at java.base/java.lang.Thread.run(Thread.java:829)
09:35:26 Caused by: Ice.CommunicatorDestroyedException: null
09:35:26 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:35:26 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:35:26 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:35:26 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:35:26 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:35:26 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:35:26 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:35:26 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:35:26 	... 7 common frames omitted
09:35:26 2024-12-10 09:35:26,875 ERROR [ o.formats.importer.util.ClientKeepAlive] (7-thread-1) Exception while executing ping(), logging Connector out: 
09:35:26 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:35:26 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:35:26 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:35:26 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:35:26 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:35:26 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:35:26 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:35:26 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:35:26 	at java.base/java.lang.Thread.run(Thread.java:829)
09:35:26 Caused by: Ice.CommunicatorDestroyedException: null
09:35:26 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:35:26 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:35:26 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:35:26 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:35:26 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:35:26 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:35:26 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:35:26 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:35:26 	... 7 common frames omitted
09:35:27 2024-12-10 09:35:27,519 ERROR [ o.formats.importer.util.ClientKeepAlive] (9-thread-1) Exception while executing ping(), logging Connector out: 
09:35:27 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:35:27 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:35:27 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:35:27 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:35:27 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:35:27 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:35:27 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:35:27 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:35:27 	at java.base/java.lang.Thread.run(Thread.java:829)
09:35:27 Caused by: Ice.CommunicatorDestroyedException: null
09:35:27 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:35:27 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:35:27 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:35:27 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:35:27 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:35:27 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:35:27 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:35:27 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:35:27 	... 7 common frames omitted
09:35:28 2024-12-10 09:35:28,220 ERROR [ o.formats.importer.util.ClientKeepAlive] (1-thread-1) Exception while executing ping(), logging Connector out: 
09:35:28 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:35:28 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:35:28 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:35:28 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:35:28 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:35:28 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:35:28 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:35:28 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:35:28 	at java.base/java.lang.Thread.run(Thread.java:829)
09:35:28 Caused by: Ice.CommunicatorDestroyedException: null
09:35:28 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:35:28 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:35:28 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:35:28 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:35:28 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:35:28 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:35:28 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:35:28 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:35:28 	... 7 common frames omitted
09:35:28 2024-12-10 09:35:28,924 ERROR [ o.formats.importer.util.ClientKeepAlive] (4-thread-1) Exception while executing ping(), logging Connector out: 
09:35:28 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:35:28 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:35:28 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:35:28 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:35:28 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:35:28 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:35:28 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:35:28 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:35:28 	at java.base/java.lang.Thread.run(Thread.java:829)
09:35:28 Caused by: Ice.CommunicatorDestroyedException: null
09:35:28 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:35:28 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:35:28 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:35:28 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:35:28 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:35:28 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:35:28 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:35:28 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:35:28 	... 7 common frames omitted
09:35:29 2024-12-10 09:35:29,557 ERROR [ o.formats.importer.util.ClientKeepAlive] (7-thread-1) Exception while executing ping(), logging Connector out: 
09:35:29 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:35:29 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:35:29 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:35:29 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:35:29 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:35:29 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:35:29 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:35:29 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:35:29 	at java.base/java.lang.Thread.run(Thread.java:829)
09:35:29 Caused by: Ice.CommunicatorDestroyedException: null
09:35:29 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:35:29 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:35:29 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:35:29 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:35:29 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:35:29 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:35:29 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:35:29 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:35:29 	... 7 common frames omitted
09:35:30 2024-12-10 09:35:30,239 ERROR [ o.formats.importer.util.ClientKeepAlive] (0-thread-1) Exception while executing ping(), logging Connector out: 
09:35:30 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:35:30 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:35:30 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:35:30 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:35:30 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:35:30 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:35:30 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:35:30 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:35:30 	at java.base/java.lang.Thread.run(Thread.java:829)
09:35:30 Caused by: Ice.CommunicatorDestroyedException: null
09:35:30 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:35:30 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:35:30 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:35:30 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:35:30 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:35:30 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:35:30 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:35:30 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:35:30 	... 7 common frames omitted
09:35:30 2024-12-10 09:35:30,838 ERROR [ o.formats.importer.util.ClientKeepAlive] (3-thread-1) Exception while executing ping(), logging Connector out: 
09:35:30 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:35:30 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:35:30 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:35:30 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:35:30 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:35:30 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:35:30 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:35:30 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:35:30 	at java.base/java.lang.Thread.run(Thread.java:829)
09:35:30 Caused by: Ice.CommunicatorDestroyedException: null
09:35:30 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:35:30 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:35:30 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:35:30 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:35:30 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:35:30 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:35:30 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:35:30 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:35:30 	... 7 common frames omitted
09:35:31 2024-12-10 09:35:31,395 ERROR [ o.formats.importer.util.ClientKeepAlive] (6-thread-1) Exception while executing ping(), logging Connector out: 
09:35:31 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:35:31 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:35:31 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:35:31 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:35:31 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:35:31 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:35:31 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:35:31 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:35:31 	at java.base/java.lang.Thread.run(Thread.java:829)
09:35:31 Caused by: Ice.CommunicatorDestroyedException: null
09:35:31 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:35:31 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:35:31 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:35:31 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:35:31 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:35:31 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:35:31 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:35:31 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:35:31 	... 7 common frames omitted
09:35:31 2024-12-10 09:35:31,978 ERROR [ o.formats.importer.util.ClientKeepAlive] (9-thread-1) Exception while executing ping(), logging Connector out: 
09:35:31 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:35:31 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:35:31 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:35:31 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:35:31 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:35:31 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:35:31 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:35:31 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:35:31 	at java.base/java.lang.Thread.run(Thread.java:829)
09:35:31 Caused by: Ice.CommunicatorDestroyedException: null
09:35:31 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:35:31 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:35:31 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:35:31 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:35:31 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:35:31 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:35:31 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:35:31 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:35:31 	... 7 common frames omitted
09:35:32 2024-12-10 09:35:32,597 ERROR [ o.formats.importer.util.ClientKeepAlive] (2-thread-1) Exception while executing ping(), logging Connector out: 
09:35:32 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:35:32 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:35:32 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:35:32 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:35:32 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:35:32 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:35:32 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:35:32 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:35:32 	at java.base/java.lang.Thread.run(Thread.java:829)
09:35:32 Caused by: Ice.CommunicatorDestroyedException: null
09:35:32 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:35:32 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:35:32 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:35:32 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:35:32 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:35:32 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:35:32 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:35:32 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:35:32 	... 7 common frames omitted
09:35:33 2024-12-10 09:35:33,132 ERROR [ o.formats.importer.util.ClientKeepAlive] (5-thread-1) Exception while executing ping(), logging Connector out: 
09:35:33 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:35:33 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:35:33 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:35:33 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:35:33 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:35:33 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:35:33 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:35:33 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:35:33 	at java.base/java.lang.Thread.run(Thread.java:829)
09:35:33 Caused by: Ice.CommunicatorDestroyedException: null
09:35:33 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:35:33 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:35:33 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:35:33 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:35:33 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:35:33 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:35:33 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:35:33 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:35:33 	... 7 common frames omitted
09:35:33 2024-12-10 09:35:33,731 ERROR [ o.formats.importer.util.ClientKeepAlive] (8-thread-1) Exception while executing ping(), logging Connector out: 
09:35:33 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:35:33 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:35:33 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:35:33 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:35:33 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:35:33 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:35:33 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:35:33 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:35:33 	at java.base/java.lang.Thread.run(Thread.java:829)
09:35:33 Caused by: Ice.CommunicatorDestroyedException: null
09:35:33 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:35:33 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:35:33 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:35:33 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:35:33 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:35:33 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:35:33 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:35:33 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:35:33 	... 7 common frames omitted
09:35:34 2024-12-10 09:35:34,335 ERROR [ o.formats.importer.util.ClientKeepAlive] (1-thread-1) Exception while executing ping(), logging Connector out: 
09:35:34 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:35:34 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:35:34 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:35:34 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:35:34 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:35:34 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:35:34 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:35:34 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:35:34 	at java.base/java.lang.Thread.run(Thread.java:829)
09:35:34 Caused by: Ice.CommunicatorDestroyedException: null
09:35:34 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:35:34 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:35:34 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:35:34 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:35:34 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:35:34 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:35:34 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:35:34 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:35:34 	... 7 common frames omitted
09:35:34 2024-12-10 09:35:34,860 ERROR [ o.formats.importer.util.ClientKeepAlive] (4-thread-1) Exception while executing ping(), logging Connector out: 
09:35:34 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:35:34 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:35:34 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:35:34 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:35:34 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:35:34 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:35:34 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:35:34 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:35:34 	at java.base/java.lang.Thread.run(Thread.java:829)
09:35:34 Caused by: Ice.CommunicatorDestroyedException: null
09:35:34 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:35:34 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:35:34 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:35:34 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:35:34 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:35:34 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:35:34 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:35:34 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:35:34 	... 7 common frames omitted
09:35:35 2024-12-10 09:35:35,435 ERROR [ o.formats.importer.util.ClientKeepAlive] (7-thread-1) Exception while executing ping(), logging Connector out: 
09:35:35 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:35:35 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:35:35 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:35:35 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:35:35 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:35:35 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:35:35 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:35:35 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:35:35 	at java.base/java.lang.Thread.run(Thread.java:829)
09:35:35 Caused by: Ice.CommunicatorDestroyedException: null
09:35:35 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:35:35 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:35:35 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:35:35 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:35:35 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:35:35 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:35:35 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:35:35 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:35:35 	... 7 common frames omitted
09:35:36 2024-12-10 09:35:36,142 ERROR [ o.formats.importer.util.ClientKeepAlive] (0-thread-1) Exception while executing ping(), logging Connector out: 
09:35:36 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:35:36 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:35:36 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:35:36 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:35:36 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:35:36 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:35:36 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:35:36 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:35:36 	at java.base/java.lang.Thread.run(Thread.java:829)
09:35:36 Caused by: Ice.CommunicatorDestroyedException: null
09:35:36 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:35:36 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:35:36 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:35:36 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:35:36 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:35:36 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:35:36 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:35:36 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:35:36 	... 7 common frames omitted
09:35:36 2024-12-10 09:35:36,798 ERROR [ o.formats.importer.util.ClientKeepAlive] (3-thread-1) Exception while executing ping(), logging Connector out: 
09:35:36 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:35:36 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:35:36 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:35:36 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:35:36 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:35:36 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:35:36 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:35:36 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:35:36 	at java.base/java.lang.Thread.run(Thread.java:829)
09:35:36 Caused by: Ice.CommunicatorDestroyedException: null
09:35:36 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:35:36 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:35:36 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:35:36 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:35:36 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:35:36 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:35:36 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:35:36 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:35:36 	... 7 common frames omitted
09:35:37 2024-12-10 09:35:37,486 ERROR [ o.formats.importer.util.ClientKeepAlive] (6-thread-1) Exception while executing ping(), logging Connector out: 
09:35:37 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:35:37 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:35:37 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:35:37 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:35:37 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:35:37 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:35:37 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:35:37 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:35:37 	at java.base/java.lang.Thread.run(Thread.java:829)
09:35:37 Caused by: Ice.CommunicatorDestroyedException: null
09:35:37 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:35:37 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:35:37 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:35:37 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:35:37 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:35:37 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:35:37 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:35:37 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:35:37 	... 7 common frames omitted
09:35:38 2024-12-10 09:35:38,194 ERROR [ o.formats.importer.util.ClientKeepAlive] (9-thread-1) Exception while executing ping(), logging Connector out: 
09:35:38 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:35:38 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:35:38 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:35:38 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:35:38 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:35:38 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:35:38 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:35:38 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:35:38 	at java.base/java.lang.Thread.run(Thread.java:829)
09:35:38 Caused by: Ice.CommunicatorDestroyedException: null
09:35:38 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:35:38 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:35:38 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:35:38 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:35:38 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:35:38 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:35:38 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:35:38 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:35:38 	... 7 common frames omitted
09:35:38 2024-12-10 09:35:38,852 ERROR [ o.formats.importer.util.ClientKeepAlive] (2-thread-1) Exception while executing ping(), logging Connector out: 
09:35:38 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:35:38 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:35:38 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:35:38 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:35:38 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:35:38 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:35:38 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:35:38 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:35:38 	at java.base/java.lang.Thread.run(Thread.java:829)
09:35:38 Caused by: Ice.CommunicatorDestroyedException: null
09:35:38 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:35:38 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:35:38 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:35:38 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:35:38 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:35:38 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:35:38 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:35:38 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:35:38 	... 7 common frames omitted
09:35:39 2024-12-10 09:35:39,549 ERROR [ o.formats.importer.util.ClientKeepAlive] (5-thread-1) Exception while executing ping(), logging Connector out: 
09:35:39 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:35:39 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:35:39 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:35:39 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:35:39 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:35:39 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:35:39 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:35:39 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:35:39 	at java.base/java.lang.Thread.run(Thread.java:829)
09:35:39 Caused by: Ice.CommunicatorDestroyedException: null
09:35:39 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:35:39 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:35:39 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:35:39 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:35:39 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:35:39 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:35:39 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:35:39 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:35:39 	... 7 common frames omitted
09:35:40 2024-12-10 09:35:40,423 ERROR [ o.formats.importer.util.ClientKeepAlive] (8-thread-1) Exception while executing ping(), logging Connector out: 
09:35:40 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:35:40 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:35:40 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:35:40 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:35:40 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:35:40 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:35:40 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:35:40 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:35:40 	at java.base/java.lang.Thread.run(Thread.java:829)
09:35:40 Caused by: Ice.CommunicatorDestroyedException: null
09:35:40 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:35:40 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:35:40 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:35:40 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:35:40 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:35:40 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:35:40 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:35:40 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:35:40 	... 7 common frames omitted
09:35:41 2024-12-10 09:35:41,229 ERROR [ o.formats.importer.util.ClientKeepAlive] (1-thread-1) Exception while executing ping(), logging Connector out: 
09:35:41 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:35:41 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:35:41 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:35:41 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:35:41 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:35:41 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:35:41 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:35:41 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:35:41 	at java.base/java.lang.Thread.run(Thread.java:829)
09:35:41 Caused by: Ice.CommunicatorDestroyedException: null
09:35:41 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:35:41 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:35:41 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:35:41 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:35:41 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:35:41 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:35:41 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:35:41 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:35:41 	... 7 common frames omitted
09:35:41 2024-12-10 09:35:41,910 ERROR [ o.formats.importer.util.ClientKeepAlive] (4-thread-1) Exception while executing ping(), logging Connector out: 
09:35:41 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:35:41 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:35:41 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:35:41 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:35:41 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:35:41 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:35:41 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:35:41 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:35:41 	at java.base/java.lang.Thread.run(Thread.java:829)
09:35:41 Caused by: Ice.CommunicatorDestroyedException: null
09:35:41 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:35:41 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:35:41 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:35:41 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:35:41 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:35:41 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:35:41 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:35:41 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:35:41 	... 7 common frames omitted
09:35:42 2024-12-10 09:35:42,610 ERROR [ o.formats.importer.util.ClientKeepAlive] (7-thread-1) Exception while executing ping(), logging Connector out: 
09:35:42 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:35:42 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:35:42 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:35:42 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:35:42 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:35:42 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:35:42 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:35:42 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:35:42 	at java.base/java.lang.Thread.run(Thread.java:829)
09:35:42 Caused by: Ice.CommunicatorDestroyedException: null
09:35:42 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:35:42 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:35:42 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:35:42 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:35:42 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:35:42 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:35:42 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:35:42 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:35:42 	... 7 common frames omitted
09:35:43 2024-12-10 09:35:43,279 ERROR [ o.formats.importer.util.ClientKeepAlive] (0-thread-1) Exception while executing ping(), logging Connector out: 
09:35:43 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:35:43 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:35:43 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:35:43 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:35:43 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:35:43 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:35:43 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:35:43 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:35:43 	at java.base/java.lang.Thread.run(Thread.java:829)
09:35:43 Caused by: Ice.CommunicatorDestroyedException: null
09:35:43 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:35:43 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:35:43 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:35:43 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:35:43 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:35:43 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:35:43 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:35:43 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:35:43 	... 7 common frames omitted
09:35:46 2024-12-10 09:35:46,458 ERROR [ o.formats.importer.util.ClientKeepAlive] (3-thread-1) Exception while executing ping(), logging Connector out: 
09:35:46 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:35:46 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:35:46 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:35:46 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:35:46 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:35:46 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:35:46 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:35:46 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:35:46 	at java.base/java.lang.Thread.run(Thread.java:829)
09:35:46 Caused by: Ice.CommunicatorDestroyedException: null
09:35:46 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:35:46 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:35:46 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:35:46 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:35:46 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:35:46 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:35:46 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:35:46 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:35:46 	... 7 common frames omitted
09:35:47 2024-12-10 09:35:47,112 ERROR [ o.formats.importer.util.ClientKeepAlive] (5-thread-1) Exception while executing ping(), logging Connector out: 
09:35:47 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:35:47 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:35:47 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:35:47 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:35:47 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:35:47 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:35:47 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:35:47 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:35:47 	at java.base/java.lang.Thread.run(Thread.java:829)
09:35:47 Caused by: Ice.CommunicatorDestroyedException: null
09:35:47 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:35:47 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:35:47 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:35:47 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:35:47 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:35:47 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:35:47 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:35:47 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:35:47 	... 7 common frames omitted
09:35:48 2024-12-10 09:35:48,664 ERROR [ o.formats.importer.util.ClientKeepAlive] (7-thread-1) Exception while executing ping(), logging Connector out: 
09:35:48 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:35:48 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:35:48 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:35:48 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:35:48 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:35:48 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:35:48 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:35:48 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:35:48 	at java.base/java.lang.Thread.run(Thread.java:829)
09:35:48 Caused by: Ice.CommunicatorDestroyedException: null
09:35:48 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:35:48 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:35:48 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:35:48 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:35:48 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:35:48 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:35:48 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:35:48 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:35:48 	... 7 common frames omitted
09:35:49 2024-12-10 09:35:49,683 ERROR [ o.formats.importer.util.ClientKeepAlive] (0-thread-1) Exception while executing ping(), logging Connector out: 
09:35:49 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:35:49 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:35:49 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:35:49 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:35:49 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:35:49 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:35:49 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:35:49 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:35:49 	at java.base/java.lang.Thread.run(Thread.java:829)
09:35:49 Caused by: Ice.CommunicatorDestroyedException: null
09:35:49 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:35:49 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:35:49 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:35:49 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:35:49 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:35:49 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:35:49 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:35:49 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:35:49 	... 7 common frames omitted
09:35:50 2024-12-10 09:35:50,335 ERROR [ o.formats.importer.util.ClientKeepAlive] (2-thread-1) Exception while executing ping(), logging Connector out: 
09:35:50 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:35:50 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:35:50 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:35:50 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:35:50 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:35:50 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:35:50 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:35:50 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:35:50 	at java.base/java.lang.Thread.run(Thread.java:829)
09:35:50 Caused by: Ice.CommunicatorDestroyedException: null
09:35:50 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:35:50 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:35:50 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:35:50 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:35:50 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:35:50 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:35:50 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:35:50 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:35:50 	... 7 common frames omitted
09:35:51 2024-12-10 09:35:51,214 ERROR [ o.formats.importer.util.ClientKeepAlive] (4-thread-1) Exception while executing ping(), logging Connector out: 
09:35:51 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:35:51 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:35:51 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:35:51 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:35:51 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:35:51 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:35:51 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:35:51 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:35:51 	at java.base/java.lang.Thread.run(Thread.java:829)
09:35:51 Caused by: Ice.CommunicatorDestroyedException: null
09:35:51 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:35:51 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:35:51 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:35:51 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:35:51 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:35:51 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:35:51 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:35:51 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:35:51 	... 7 common frames omitted
09:35:51 2024-12-10 09:35:51,625 ERROR [ o.formats.importer.util.ClientKeepAlive] (6-thread-1) Exception while executing ping(), logging Connector out: 
09:35:51 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:35:51 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:35:51 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:35:51 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:35:51 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:35:51 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:35:51 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:35:51 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:35:51 	at java.base/java.lang.Thread.run(Thread.java:829)
09:35:51 Caused by: Ice.CommunicatorDestroyedException: null
09:35:51 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:35:51 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:35:51 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:35:51 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:35:51 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:35:51 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:35:51 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:35:51 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:35:51 	... 7 common frames omitted
09:35:52 2024-12-10 09:35:52,736 ERROR [ o.formats.importer.util.ClientKeepAlive] (8-thread-1) Exception while executing ping(), logging Connector out: 
09:35:52 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:35:52 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:35:52 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:35:52 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:35:52 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:35:52 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:35:52 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:35:52 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:35:52 	at java.base/java.lang.Thread.run(Thread.java:829)
09:35:52 Caused by: Ice.CommunicatorDestroyedException: null
09:35:52 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:35:52 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:35:52 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:35:52 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:35:52 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:35:52 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:35:52 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:35:52 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:35:52 	... 7 common frames omitted
09:35:53 2024-12-10 09:35:53,422 ERROR [ o.formats.importer.util.ClientKeepAlive] (0-thread-1) Exception while executing ping(), logging Connector out: 
09:35:53 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:35:53 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:35:53 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:35:53 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:35:53 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:35:53 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:35:53 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:35:53 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:35:53 	at java.base/java.lang.Thread.run(Thread.java:829)
09:35:53 Caused by: Ice.CommunicatorDestroyedException: null
09:35:53 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:35:53 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:35:53 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:35:53 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:35:53 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:35:53 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:35:53 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:35:53 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:35:53 	... 7 common frames omitted
09:35:54 2024-12-10 09:35:54,728 ERROR [ o.formats.importer.util.ClientKeepAlive] (2-thread-1) Exception while executing ping(), logging Connector out: 
09:35:54 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:35:54 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:35:54 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:35:54 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:35:54 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:35:54 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:35:54 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:35:54 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:35:54 	at java.base/java.lang.Thread.run(Thread.java:829)
09:35:54 Caused by: Ice.CommunicatorDestroyedException: null
09:35:54 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:35:54 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:35:54 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:35:54 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:35:54 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:35:54 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:35:54 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:35:54 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:35:54 	... 7 common frames omitted
09:35:55 2024-12-10 09:35:55,427 ERROR [ o.formats.importer.util.ClientKeepAlive] (4-thread-1) Exception while executing ping(), logging Connector out: 
09:35:55 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:35:55 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:35:55 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:35:55 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:35:55 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:35:55 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:35:55 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:35:55 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:35:55 	at java.base/java.lang.Thread.run(Thread.java:829)
09:35:55 Caused by: Ice.CommunicatorDestroyedException: null
09:35:55 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:35:55 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:35:55 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:35:55 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:35:55 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:35:55 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:35:55 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:35:55 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:35:55 	... 7 common frames omitted
09:35:56 2024-12-10 09:35:56,158 ERROR [ o.formats.importer.util.ClientKeepAlive] (6-thread-1) Exception while executing ping(), logging Connector out: 
09:35:56 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:35:56 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:35:56 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:35:56 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:35:56 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:35:56 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:35:56 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:35:56 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:35:56 	at java.base/java.lang.Thread.run(Thread.java:829)
09:35:56 Caused by: Ice.CommunicatorDestroyedException: null
09:35:56 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:35:56 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:35:56 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:35:56 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:35:56 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:35:56 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:35:56 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:35:56 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:35:56 	... 7 common frames omitted
09:35:58 2024-12-10 09:35:58,691 ERROR [ o.formats.importer.util.ClientKeepAlive] (8-thread-1) Exception while executing ping(), logging Connector out: 
09:35:58 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:35:58 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:35:58 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:35:58 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:35:58 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:35:58 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:35:58 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:35:58 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:35:58 	at java.base/java.lang.Thread.run(Thread.java:829)
09:35:58 Caused by: Ice.CommunicatorDestroyedException: null
09:35:58 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:35:58 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:35:58 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:35:58 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:35:58 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:35:58 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:35:58 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:35:58 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:35:58 	... 7 common frames omitted
09:36:01 2024-12-10 09:36:01,854 ERROR [ o.formats.importer.util.ClientKeepAlive] (0-thread-1) Exception while executing ping(), logging Connector out: 
09:36:01 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:36:01 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:36:01 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:36:01 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:36:01 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:36:01 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:36:01 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:36:01 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:36:01 	at java.base/java.lang.Thread.run(Thread.java:829)
09:36:01 Caused by: Ice.CommunicatorDestroyedException: null
09:36:01 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:36:01 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:36:01 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:36:01 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:36:01 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:36:01 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:36:01 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:36:01 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:36:01 	... 7 common frames omitted
09:36:02 2024-12-10 09:36:02,408 ERROR [ o.formats.importer.util.ClientKeepAlive] (2-thread-1) Exception while executing ping(), logging Connector out: 
09:36:02 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:36:02 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:36:02 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:36:02 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:36:02 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:36:02 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:36:02 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:36:02 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:36:02 	at java.base/java.lang.Thread.run(Thread.java:829)
09:36:02 Caused by: Ice.CommunicatorDestroyedException: null
09:36:02 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:36:02 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:36:02 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:36:02 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:36:02 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:36:02 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:36:02 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:36:02 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:36:02 	... 7 common frames omitted
09:36:03 2024-12-10 09:36:03,010 ERROR [ o.formats.importer.util.ClientKeepAlive] (4-thread-1) Exception while executing ping(), logging Connector out: 
09:36:03 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:36:03 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:36:03 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:36:03 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:36:03 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:36:03 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:36:03 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:36:03 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:36:03 	at java.base/java.lang.Thread.run(Thread.java:829)
09:36:03 Caused by: Ice.CommunicatorDestroyedException: null
09:36:03 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:36:03 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:36:03 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:36:03 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:36:03 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:36:03 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:36:03 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:36:03 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:36:03 	... 7 common frames omitted
09:36:03 2024-12-10 09:36:03,725 ERROR [ o.formats.importer.util.ClientKeepAlive] (6-thread-1) Exception while executing ping(), logging Connector out: 
09:36:03 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:36:03 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:36:03 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:36:03 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:36:03 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:36:03 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:36:03 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:36:03 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:36:03 	at java.base/java.lang.Thread.run(Thread.java:829)
09:36:03 Caused by: Ice.CommunicatorDestroyedException: null
09:36:03 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:36:03 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:36:03 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:36:03 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:36:03 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:36:03 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:36:03 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:36:03 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:36:03 	... 7 common frames omitted
09:37:25 2024-12-10 09:37:25,677 ERROR [ o.formats.importer.util.ClientKeepAlive] (8-thread-1) Exception while executing ping(), logging Connector out: 
09:37:25 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:37:25 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:37:25 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:37:25 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:37:25 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:37:25 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:37:25 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:37:25 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:37:25 	at java.base/java.lang.Thread.run(Thread.java:829)
09:37:25 Caused by: Ice.CommunicatorDestroyedException: null
09:37:25 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:37:25 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:37:25 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:37:25 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:37:25 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:37:25 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:37:25 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:37:25 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:37:25 	... 7 common frames omitted
09:37:27 2024-12-10 09:37:27,357 ERROR [ o.formats.importer.util.ClientKeepAlive] (9-thread-1) Exception while executing ping(), logging Connector out: 
09:37:27 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:37:27 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:37:27 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:37:27 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:37:27 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:37:27 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:37:27 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:37:27 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:37:27 	at java.base/java.lang.Thread.run(Thread.java:829)
09:37:27 Caused by: Ice.CommunicatorDestroyedException: null
09:37:27 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:37:27 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:37:27 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:37:27 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:37:27 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:37:27 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:37:27 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:37:27 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:37:27 	... 7 common frames omitted
09:37:28 2024-12-10 09:37:28,839 ERROR [ o.formats.importer.util.ClientKeepAlive] (0-thread-1) Exception while executing ping(), logging Connector out: 
09:37:28 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:37:28 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:37:28 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:37:28 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:37:28 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:37:28 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:37:28 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:37:28 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:37:28 	at java.base/java.lang.Thread.run(Thread.java:829)
09:37:28 Caused by: Ice.CommunicatorDestroyedException: null
09:37:28 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:37:28 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:37:28 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:37:28 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:37:28 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:37:28 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:37:28 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:37:28 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:37:28 	... 7 common frames omitted
09:37:30 2024-12-10 09:37:30,291 ERROR [ o.formats.importer.util.ClientKeepAlive] (1-thread-1) Exception while executing ping(), logging Connector out: 
09:37:30 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:37:30 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:37:30 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:37:30 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:37:30 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:37:30 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:37:30 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:37:30 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:37:30 	at java.base/java.lang.Thread.run(Thread.java:829)
09:37:30 Caused by: Ice.CommunicatorDestroyedException: null
09:37:30 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:37:30 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:37:30 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:37:30 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:37:30 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:37:30 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:37:30 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:37:30 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:37:30 	... 7 common frames omitted
09:37:32 2024-12-10 09:37:32,117 ERROR [ o.formats.importer.util.ClientKeepAlive] (2-thread-1) Exception while executing ping(), logging Connector out: 
09:37:32 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:37:32 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:37:32 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:37:32 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:37:32 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:37:32 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:37:32 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:37:32 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:37:32 	at java.base/java.lang.Thread.run(Thread.java:829)
09:37:32 Caused by: Ice.CommunicatorDestroyedException: null
09:37:32 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:37:32 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:37:32 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:37:32 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:37:32 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:37:32 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:37:32 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:37:32 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:37:32 	... 7 common frames omitted
09:37:33 2024-12-10 09:37:33,419 ERROR [ o.formats.importer.util.ClientKeepAlive] (3-thread-1) Exception while executing ping(), logging Connector out: 
09:37:33 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:37:33 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:37:33 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:37:33 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:37:33 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:37:33 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:37:33 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:37:33 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:37:33 	at java.base/java.lang.Thread.run(Thread.java:829)
09:37:33 Caused by: Ice.CommunicatorDestroyedException: null
09:37:33 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:37:33 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:37:33 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:37:33 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:37:33 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:37:33 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:37:33 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:37:33 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:37:33 	... 7 common frames omitted
09:37:34 2024-12-10 09:37:34,775 ERROR [ o.formats.importer.util.ClientKeepAlive] (4-thread-1) Exception while executing ping(), logging Connector out: 
09:37:34 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:37:34 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:37:34 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:37:34 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:37:34 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:37:34 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:37:34 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:37:34 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:37:34 	at java.base/java.lang.Thread.run(Thread.java:829)
09:37:34 Caused by: Ice.CommunicatorDestroyedException: null
09:37:34 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:37:34 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:37:34 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:37:34 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:37:34 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:37:34 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:37:34 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:37:34 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:37:34 	... 7 common frames omitted
09:37:36 2024-12-10 09:37:36,222 ERROR [ o.formats.importer.util.ClientKeepAlive] (5-thread-1) Exception while executing ping(), logging Connector out: 
09:37:36 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:37:36 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:37:36 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:37:36 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:37:36 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:37:36 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:37:36 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:37:36 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:37:36 	at java.base/java.lang.Thread.run(Thread.java:829)
09:37:36 Caused by: Ice.CommunicatorDestroyedException: null
09:37:36 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:37:36 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:37:36 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:37:36 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:37:36 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:37:36 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:37:36 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:37:36 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:37:36 	... 7 common frames omitted
09:40:32 2024-12-10 09:40:32,561 ERROR [ o.formats.importer.util.ClientKeepAlive] (6-thread-1) Exception while executing ping(), logging Connector out: 
09:40:32 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:40:32 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:40:32 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:40:32 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:40:32 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:40:32 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:40:32 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:40:32 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:40:32 	at java.base/java.lang.Thread.run(Thread.java:829)
09:40:32 Caused by: Ice.CommunicatorDestroyedException: null
09:40:32 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:40:32 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:40:32 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:40:32 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:40:32 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:40:32 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:40:32 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:40:32 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:40:32 	... 7 common frames omitted
09:40:33 2024-12-10 09:40:33,316 ERROR [ o.formats.importer.util.ClientKeepAlive] (7-thread-1) Exception while executing ping(), logging Connector out: 
09:40:33 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:40:33 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:40:33 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:40:33 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:40:33 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:40:33 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:40:33 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:40:33 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:40:33 	at java.base/java.lang.Thread.run(Thread.java:829)
09:40:33 Caused by: Ice.CommunicatorDestroyedException: null
09:40:33 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:40:33 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:40:33 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:40:33 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:40:33 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:40:33 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:40:33 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:40:33 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:40:33 	... 7 common frames omitted
09:40:34 2024-12-10 09:40:34,709 ERROR [ o.formats.importer.util.ClientKeepAlive] (8-thread-1) Exception while executing ping(), logging Connector out: 
09:40:34 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:40:34 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:40:34 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:40:34 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:40:34 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:40:34 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:40:34 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:40:34 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:40:34 	at java.base/java.lang.Thread.run(Thread.java:829)
09:40:34 Caused by: Ice.CommunicatorDestroyedException: null
09:40:34 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:40:34 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:40:34 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:40:34 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:40:34 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:40:34 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:40:34 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:40:34 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:40:34 	... 7 common frames omitted
09:40:35 2024-12-10 09:40:35,893 ERROR [ o.formats.importer.util.ClientKeepAlive] (9-thread-1) Exception while executing ping(), logging Connector out: 
09:40:35 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:40:35 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:40:35 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:40:35 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:40:35 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:40:35 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:40:35 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:40:35 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:40:35 	at java.base/java.lang.Thread.run(Thread.java:829)
09:40:35 Caused by: Ice.CommunicatorDestroyedException: null
09:40:35 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:40:35 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:40:35 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:40:35 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:40:35 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:40:35 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:40:35 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:40:35 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:40:35 	... 7 common frames omitted
09:40:36 2024-12-10 09:40:36,215 ERROR [ o.formats.importer.util.ClientKeepAlive] (0-thread-1) Exception while executing ping(), logging Connector out: 
09:40:36 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:40:36 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:40:36 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:40:36 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:40:36 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:40:36 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:40:36 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:40:36 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:40:36 	at java.base/java.lang.Thread.run(Thread.java:829)
09:40:36 Caused by: Ice.CommunicatorDestroyedException: null
09:40:36 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:40:36 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:40:36 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:40:36 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:40:36 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:40:36 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:40:36 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:40:36 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:40:36 	... 7 common frames omitted
09:40:37 2024-12-10 09:40:37,481 ERROR [ o.formats.importer.util.ClientKeepAlive] (1-thread-1) Exception while executing ping(), logging Connector out: 
09:40:37 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:40:37 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:40:37 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:40:37 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:40:37 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:40:37 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:40:37 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:40:37 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:40:37 	at java.base/java.lang.Thread.run(Thread.java:829)
09:40:37 Caused by: Ice.CommunicatorDestroyedException: null
09:40:37 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:40:37 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:40:37 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:40:37 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:40:37 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:40:37 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:40:37 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:40:37 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:40:37 	... 7 common frames omitted
09:40:38 2024-12-10 09:40:38,851 ERROR [ o.formats.importer.util.ClientKeepAlive] (2-thread-1) Exception while executing ping(), logging Connector out: 
09:40:38 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:40:38 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:40:38 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:40:38 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:40:38 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:40:38 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:40:38 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:40:38 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:40:38 	at java.base/java.lang.Thread.run(Thread.java:829)
09:40:38 Caused by: Ice.CommunicatorDestroyedException: null
09:40:38 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:40:38 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:40:38 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:40:38 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:40:38 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:40:38 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:40:38 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:40:38 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:40:38 	... 7 common frames omitted
09:40:40 2024-12-10 09:40:40,248 ERROR [ o.formats.importer.util.ClientKeepAlive] (3-thread-1) Exception while executing ping(), logging Connector out: 
09:40:40 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:40:40 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:40:40 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:40:40 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:40:40 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:40:40 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:40:40 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:40:40 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:40:40 	at java.base/java.lang.Thread.run(Thread.java:829)
09:40:40 Caused by: Ice.CommunicatorDestroyedException: null
09:40:40 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:40:40 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:40:40 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:40:40 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:40:40 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:40:40 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:40:40 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:40:40 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:40:40 	... 7 common frames omitted
09:40:42 2024-12-10 09:40:42,094 ERROR [ o.formats.importer.util.ClientKeepAlive] (4-thread-1) Exception while executing ping(), logging Connector out: 
09:40:42 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:40:42 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:40:42 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:40:42 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:40:42 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:40:42 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:40:42 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:40:42 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:40:42 	at java.base/java.lang.Thread.run(Thread.java:829)
09:40:42 Caused by: Ice.CommunicatorDestroyedException: null
09:40:42 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:40:42 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:40:42 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:40:42 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:40:42 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:40:42 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:40:42 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:40:42 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:40:42 	... 7 common frames omitted
09:40:43 2024-12-10 09:40:43,225 ERROR [ o.formats.importer.util.ClientKeepAlive] (5-thread-1) Exception while executing ping(), logging Connector out: 
09:40:43 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:40:43 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:40:43 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:40:43 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:40:43 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:40:43 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:40:43 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:40:43 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:40:43 	at java.base/java.lang.Thread.run(Thread.java:829)
09:40:43 Caused by: Ice.CommunicatorDestroyedException: null
09:40:43 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:40:43 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:40:43 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:40:43 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:40:43 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:40:43 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:40:43 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:40:43 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:40:43 	... 7 common frames omitted
09:40:44 2024-12-10 09:40:44,684 ERROR [ o.formats.importer.util.ClientKeepAlive] (6-thread-1) Exception while executing ping(), logging Connector out: 
09:40:44 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:40:44 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:40:44 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:40:44 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:40:44 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:40:44 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:40:44 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:40:44 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:40:44 	at java.base/java.lang.Thread.run(Thread.java:829)
09:40:44 Caused by: Ice.CommunicatorDestroyedException: null
09:40:44 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:40:44 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:40:44 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:40:44 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:40:44 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:40:44 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:40:44 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:40:44 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:40:44 	... 7 common frames omitted
09:40:45 2024-12-10 09:40:45,998 ERROR [ o.formats.importer.util.ClientKeepAlive] (7-thread-1) Exception while executing ping(), logging Connector out: 
09:40:45 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:40:45 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:40:45 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:40:45 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:40:45 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:40:45 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:40:45 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:40:45 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:40:45 	at java.base/java.lang.Thread.run(Thread.java:829)
09:40:45 Caused by: Ice.CommunicatorDestroyedException: null
09:40:45 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:40:45 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:40:45 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:40:45 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:40:45 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:40:45 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:40:45 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:40:45 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:40:45 	... 7 common frames omitted
09:41:22 2024-12-10 09:41:22,693 ERROR [ o.formats.importer.util.ClientKeepAlive] (8-thread-1) Exception while executing ping(), logging Connector out: 
09:41:22 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:41:22 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:41:22 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:41:22 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:41:22 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:41:22 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:41:22 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:41:22 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:41:22 	at java.base/java.lang.Thread.run(Thread.java:829)
09:41:22 Caused by: Ice.CommunicatorDestroyedException: null
09:41:22 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:41:22 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:41:22 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:41:22 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:41:22 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:41:22 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:41:22 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:41:22 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:41:22 	... 7 common frames omitted
09:41:24 2024-12-10 09:41:24,422 ERROR [ o.formats.importer.util.ClientKeepAlive] (9-thread-1) Exception while executing ping(), logging Connector out: 
09:41:24 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:41:24 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:41:24 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:41:24 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:41:24 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:41:24 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:41:24 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:41:24 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:41:24 	at java.base/java.lang.Thread.run(Thread.java:829)
09:41:24 Caused by: Ice.CommunicatorDestroyedException: null
09:41:24 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:41:24 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:41:24 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:41:24 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:41:24 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:41:24 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:41:24 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:41:24 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:41:24 	... 7 common frames omitted
09:41:26 2024-12-10 09:41:26,233 ERROR [ o.formats.importer.util.ClientKeepAlive] (0-thread-1) Exception while executing ping(), logging Connector out: 
09:41:26 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:41:26 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:41:26 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:41:26 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:41:26 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:41:26 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:41:26 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:41:26 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:41:26 	at java.base/java.lang.Thread.run(Thread.java:829)
09:41:26 Caused by: Ice.CommunicatorDestroyedException: null
09:41:26 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:41:26 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:41:26 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:41:26 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:41:26 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:41:26 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:41:26 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:41:26 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:41:26 	... 7 common frames omitted
09:41:28 2024-12-10 09:41:28,022 ERROR [ o.formats.importer.util.ClientKeepAlive] (1-thread-1) Exception while executing ping(), logging Connector out: 
09:41:28 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:41:28 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:41:28 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:41:28 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:41:28 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:41:28 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:41:28 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:41:28 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:41:28 	at java.base/java.lang.Thread.run(Thread.java:829)
09:41:28 Caused by: Ice.CommunicatorDestroyedException: null
09:41:28 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:41:28 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:41:28 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:41:28 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:41:28 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:41:28 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:41:28 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:41:28 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:41:28 	... 7 common frames omitted
09:41:29 2024-12-10 09:41:29,819 ERROR [ o.formats.importer.util.ClientKeepAlive] (2-thread-1) Exception while executing ping(), logging Connector out: 
09:41:29 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:41:29 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:41:29 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:41:29 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:41:29 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:41:29 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:41:29 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:41:29 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:41:29 	at java.base/java.lang.Thread.run(Thread.java:829)
09:41:29 Caused by: Ice.CommunicatorDestroyedException: null
09:41:29 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:41:29 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:41:29 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:41:29 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:41:29 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:41:29 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:41:29 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:41:29 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:41:29 	... 7 common frames omitted
09:41:32 2024-12-10 09:41:32,970 ERROR [ o.formats.importer.util.ClientKeepAlive] (3-thread-1) Exception while executing ping(), logging Connector out: 
09:41:32 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:41:32 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:41:32 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:41:32 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:41:32 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:41:32 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:41:32 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:41:32 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:41:32 	at java.base/java.lang.Thread.run(Thread.java:829)
09:41:32 Caused by: Ice.CommunicatorDestroyedException: null
09:41:32 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:41:32 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:41:32 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:41:32 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:41:32 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:41:32 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:41:32 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:41:32 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:41:32 	... 7 common frames omitted
09:41:35 2024-12-10 09:41:35,742 ERROR [ o.formats.importer.util.ClientKeepAlive] (4-thread-1) Exception while executing ping(), logging Connector out: 
09:41:35 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:41:35 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:41:35 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:41:35 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:41:35 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:41:35 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:41:35 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:41:35 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:41:35 	at java.base/java.lang.Thread.run(Thread.java:829)
09:41:35 Caused by: Ice.CommunicatorDestroyedException: null
09:41:35 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:41:35 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:41:35 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:41:35 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:41:35 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:41:35 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:41:35 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:41:35 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:41:35 	... 7 common frames omitted
09:41:38 2024-12-10 09:41:38,473 ERROR [ o.formats.importer.util.ClientKeepAlive] (5-thread-1) Exception while executing ping(), logging Connector out: 
09:41:38 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:41:38 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:41:38 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:41:38 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:41:38 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:41:38 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:41:38 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:41:38 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:41:38 	at java.base/java.lang.Thread.run(Thread.java:829)
09:41:38 Caused by: Ice.CommunicatorDestroyedException: null
09:41:38 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:41:38 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:41:38 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:41:38 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:41:38 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:41:38 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:41:38 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:41:38 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:41:38 	... 7 common frames omitted
09:41:41 2024-12-10 09:41:41,190 ERROR [ o.formats.importer.util.ClientKeepAlive] (6-thread-1) Exception while executing ping(), logging Connector out: 
09:41:41 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:41:41 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:41:41 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:41:41 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:41:41 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:41:41 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:41:41 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:41:41 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:41:41 	at java.base/java.lang.Thread.run(Thread.java:829)
09:41:41 Caused by: Ice.CommunicatorDestroyedException: null
09:41:41 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:41:41 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:41:41 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:41:41 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:41:41 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:41:41 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:41:41 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:41:41 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:41:41 	... 7 common frames omitted
09:41:43 2024-12-10 09:41:43,609 ERROR [ o.formats.importer.util.ClientKeepAlive] (7-thread-1) Exception while executing ping(), logging Connector out: 
09:41:43 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:41:43 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:41:43 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:41:43 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:41:43 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:41:43 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:41:43 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:41:43 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:41:43 	at java.base/java.lang.Thread.run(Thread.java:829)
09:41:43 Caused by: Ice.CommunicatorDestroyedException: null
09:41:43 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:41:43 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:41:43 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:41:43 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:41:43 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:41:43 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:41:43 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:41:43 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:41:43 	... 7 common frames omitted
09:41:45 2024-12-10 09:41:45,581 ERROR [ o.formats.importer.util.ClientKeepAlive] (8-thread-1) Exception while executing ping(), logging Connector out: 
09:41:45 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:41:45 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:41:45 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:41:45 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:41:45 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:41:45 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:41:45 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:41:45 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:41:45 	at java.base/java.lang.Thread.run(Thread.java:829)
09:41:45 Caused by: Ice.CommunicatorDestroyedException: null
09:41:45 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:41:45 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:41:45 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:41:45 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:41:45 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:41:45 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:41:45 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:41:45 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:41:45 	... 7 common frames omitted
09:41:47 2024-12-10 09:41:47,543 ERROR [ o.formats.importer.util.ClientKeepAlive] (9-thread-1) Exception while executing ping(), logging Connector out: 
09:41:47 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:41:47 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:41:47 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:41:47 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:41:47 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:41:47 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:41:47 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:41:47 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:41:47 	at java.base/java.lang.Thread.run(Thread.java:829)
09:41:47 Caused by: Ice.CommunicatorDestroyedException: null
09:41:47 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:41:47 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:41:47 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:41:47 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:41:47 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:41:47 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:41:47 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:41:47 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:41:47 	... 7 common frames omitted
09:41:49 2024-12-10 09:41:49,561 ERROR [ o.formats.importer.util.ClientKeepAlive] (0-thread-1) Exception while executing ping(), logging Connector out: 
09:41:49 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:41:49 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:41:49 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:41:49 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:41:49 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:41:49 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:41:49 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:41:49 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:41:49 	at java.base/java.lang.Thread.run(Thread.java:829)
09:41:49 Caused by: Ice.CommunicatorDestroyedException: null
09:41:49 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:41:49 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:41:49 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:41:49 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:41:49 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:41:49 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:41:49 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:41:49 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:41:49 	... 7 common frames omitted
09:41:51 2024-12-10 09:41:51,563 ERROR [ o.formats.importer.util.ClientKeepAlive] (1-thread-1) Exception while executing ping(), logging Connector out: 
09:41:51 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:41:51 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:41:51 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:41:51 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:41:51 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:41:51 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:41:51 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:41:51 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:41:51 	at java.base/java.lang.Thread.run(Thread.java:829)
09:41:51 Caused by: Ice.CommunicatorDestroyedException: null
09:41:51 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:41:51 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:41:51 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:41:51 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:41:51 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:41:51 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:41:51 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:41:51 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:41:51 	... 7 common frames omitted
09:41:53 2024-12-10 09:41:53,471 ERROR [ o.formats.importer.util.ClientKeepAlive] (2-thread-1) Exception while executing ping(), logging Connector out: 
09:41:53 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:41:53 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:41:53 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:41:53 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:41:53 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:41:53 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:41:53 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:41:53 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:41:53 	at java.base/java.lang.Thread.run(Thread.java:829)
09:41:53 Caused by: Ice.CommunicatorDestroyedException: null
09:41:53 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:41:53 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:41:53 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:41:53 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:41:53 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:41:53 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:41:53 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:41:53 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:41:53 	... 7 common frames omitted
09:41:55 2024-12-10 09:41:55,427 ERROR [ o.formats.importer.util.ClientKeepAlive] (3-thread-1) Exception while executing ping(), logging Connector out: 
09:41:55 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:41:55 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:41:55 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:41:55 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:41:55 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:41:55 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:41:55 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:41:55 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:41:55 	at java.base/java.lang.Thread.run(Thread.java:829)
09:41:55 Caused by: Ice.CommunicatorDestroyedException: null
09:41:55 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:41:55 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:41:55 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:41:55 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:41:55 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:41:55 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:41:55 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:41:55 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:41:55 	... 7 common frames omitted
09:41:57 2024-12-10 09:41:57,657 ERROR [ o.formats.importer.util.ClientKeepAlive] (4-thread-1) Exception while executing ping(), logging Connector out: 
09:41:57 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:41:57 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:41:57 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:41:57 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:41:57 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:41:57 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:41:57 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:41:57 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:41:57 	at java.base/java.lang.Thread.run(Thread.java:829)
09:41:57 Caused by: Ice.CommunicatorDestroyedException: null
09:41:57 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:41:57 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:41:57 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:41:57 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:41:57 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:41:57 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:41:57 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:41:57 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:41:57 	... 7 common frames omitted
09:41:59 2024-12-10 09:41:59,715 ERROR [ o.formats.importer.util.ClientKeepAlive] (5-thread-1) Exception while executing ping(), logging Connector out: 
09:41:59 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:41:59 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:41:59 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:41:59 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:41:59 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:41:59 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:41:59 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:41:59 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:41:59 	at java.base/java.lang.Thread.run(Thread.java:829)
09:41:59 Caused by: Ice.CommunicatorDestroyedException: null
09:41:59 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:41:59 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:41:59 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:41:59 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:41:59 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:41:59 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:41:59 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:41:59 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:41:59 	... 7 common frames omitted
09:42:01 2024-12-10 09:42:01,717 ERROR [ o.formats.importer.util.ClientKeepAlive] (6-thread-1) Exception while executing ping(), logging Connector out: 
09:42:01 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:42:01 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:42:01 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:42:01 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:42:01 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:42:01 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:42:01 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:42:01 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:42:01 	at java.base/java.lang.Thread.run(Thread.java:829)
09:42:01 Caused by: Ice.CommunicatorDestroyedException: null
09:42:01 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:42:01 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:42:01 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:42:01 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:42:01 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:42:01 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:42:01 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:42:01 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:42:01 	... 7 common frames omitted
09:42:03 2024-12-10 09:42:03,734 ERROR [ o.formats.importer.util.ClientKeepAlive] (7-thread-1) Exception while executing ping(), logging Connector out: 
09:42:03 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:42:03 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:42:03 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:42:03 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:42:03 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:42:03 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:42:03 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:42:03 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:42:03 	at java.base/java.lang.Thread.run(Thread.java:829)
09:42:03 Caused by: Ice.CommunicatorDestroyedException: null
09:42:03 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:42:03 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:42:03 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:42:03 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:42:03 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:42:03 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:42:03 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:42:03 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:42:03 	... 7 common frames omitted
09:42:05 2024-12-10 09:42:05,756 ERROR [ o.formats.importer.util.ClientKeepAlive] (8-thread-1) Exception while executing ping(), logging Connector out: 
09:42:05 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:42:05 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:42:05 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:42:05 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:42:05 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:42:05 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:42:05 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:42:05 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:42:05 	at java.base/java.lang.Thread.run(Thread.java:829)
09:42:05 Caused by: Ice.CommunicatorDestroyedException: null
09:42:05 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:42:05 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:42:05 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:42:05 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:42:05 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:42:05 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:42:05 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:42:05 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:42:05 	... 7 common frames omitted
09:42:08 2024-12-10 09:42:08,811 ERROR [ o.formats.importer.util.ClientKeepAlive] (9-thread-1) Exception while executing ping(), logging Connector out: 
09:42:08 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:42:08 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:42:08 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:42:08 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:42:08 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:42:08 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:42:08 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:42:08 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:42:08 	at java.base/java.lang.Thread.run(Thread.java:829)
09:42:08 Caused by: Ice.CommunicatorDestroyedException: null
09:42:08 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:42:08 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:42:08 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:42:08 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:42:08 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:42:08 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:42:08 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:42:08 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:42:08 	... 7 common frames omitted
09:42:11 2024-12-10 09:42:11,907 ERROR [ o.formats.importer.util.ClientKeepAlive] (0-thread-1) Exception while executing ping(), logging Connector out: 
09:42:11 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:42:11 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:42:11 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:42:11 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:42:11 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:42:11 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:42:11 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:42:11 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:42:11 	at java.base/java.lang.Thread.run(Thread.java:829)
09:42:11 Caused by: Ice.CommunicatorDestroyedException: null
09:42:11 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:42:11 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:42:11 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:42:11 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:42:11 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:42:11 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:42:11 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:42:11 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:42:11 	... 7 common frames omitted
09:42:14 2024-12-10 09:42:14,927 ERROR [ o.formats.importer.util.ClientKeepAlive] (1-thread-1) Exception while executing ping(), logging Connector out: 
09:42:14 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:42:14 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:42:14 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:42:14 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:42:14 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:42:14 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:42:14 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:42:14 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:42:14 	at java.base/java.lang.Thread.run(Thread.java:829)
09:42:14 Caused by: Ice.CommunicatorDestroyedException: null
09:42:14 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:42:14 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:42:14 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:42:14 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:42:14 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:42:14 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:42:14 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:42:14 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:42:14 	... 7 common frames omitted
09:42:18 2024-12-10 09:42:18,051 ERROR [ o.formats.importer.util.ClientKeepAlive] (2-thread-1) Exception while executing ping(), logging Connector out: 
09:42:18 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:42:18 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:42:18 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:42:18 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:42:18 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:42:18 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:42:18 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:42:18 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:42:18 	at java.base/java.lang.Thread.run(Thread.java:829)
09:42:18 Caused by: Ice.CommunicatorDestroyedException: null
09:42:18 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:42:18 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:42:18 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:42:18 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:42:18 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:42:18 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:42:18 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:42:18 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:42:18 	... 7 common frames omitted
09:42:20 2024-12-10 09:42:20,064 ERROR [ o.formats.importer.util.ClientKeepAlive] (3-thread-1) Exception while executing ping(), logging Connector out: 
09:42:20 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:42:20 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:42:20 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:42:20 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:42:20 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:42:20 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:42:20 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:42:20 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:42:20 	at java.base/java.lang.Thread.run(Thread.java:829)
09:42:20 Caused by: Ice.CommunicatorDestroyedException: null
09:42:20 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:42:20 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:42:20 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:42:20 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:42:20 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:42:20 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:42:20 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:42:20 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:42:20 	... 7 common frames omitted
09:42:22 2024-12-10 09:42:22,088 ERROR [ o.formats.importer.util.ClientKeepAlive] (4-thread-1) Exception while executing ping(), logging Connector out: 
09:42:22 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:42:22 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:42:22 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:42:22 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:42:22 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:42:22 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:42:22 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:42:22 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:42:22 	at java.base/java.lang.Thread.run(Thread.java:829)
09:42:22 Caused by: Ice.CommunicatorDestroyedException: null
09:42:22 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:42:22 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:42:22 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:42:22 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:42:22 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:42:22 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:42:22 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:42:22 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:42:22 	... 7 common frames omitted
09:42:24 2024-12-10 09:42:24,034 ERROR [ o.formats.importer.util.ClientKeepAlive] (5-thread-1) Exception while executing ping(), logging Connector out: 
09:42:24 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:42:24 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:42:24 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:42:24 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:42:24 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:42:24 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:42:24 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:42:24 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:42:24 	at java.base/java.lang.Thread.run(Thread.java:829)
09:42:24 Caused by: Ice.CommunicatorDestroyedException: null
09:42:24 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:42:24 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:42:24 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:42:24 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:42:24 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:42:24 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:42:24 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:42:24 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:42:24 	... 7 common frames omitted
09:42:26 2024-12-10 09:42:26,009 ERROR [ o.formats.importer.util.ClientKeepAlive] (6-thread-1) Exception while executing ping(), logging Connector out: 
09:42:26 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:42:26 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:42:26 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:42:26 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:42:26 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:42:26 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:42:26 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:42:26 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:42:26 	at java.base/java.lang.Thread.run(Thread.java:829)
09:42:26 Caused by: Ice.CommunicatorDestroyedException: null
09:42:26 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:42:26 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:42:26 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:42:26 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:42:26 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:42:26 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:42:26 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:42:26 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:42:26 	... 7 common frames omitted
09:42:27 2024-12-10 09:42:27,971 ERROR [ o.formats.importer.util.ClientKeepAlive] (7-thread-1) Exception while executing ping(), logging Connector out: 
09:42:27 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:42:27 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:42:27 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:42:27 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:42:27 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:42:27 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:42:27 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:42:27 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:42:27 	at java.base/java.lang.Thread.run(Thread.java:829)
09:42:27 Caused by: Ice.CommunicatorDestroyedException: null
09:42:27 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:42:27 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:42:27 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:42:27 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:42:27 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:42:27 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:42:27 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:42:27 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:42:27 	... 7 common frames omitted
09:42:29 2024-12-10 09:42:29,892 ERROR [ o.formats.importer.util.ClientKeepAlive] (8-thread-1) Exception while executing ping(), logging Connector out: 
09:42:29 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:42:29 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:42:29 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:42:29 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:42:29 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:42:29 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:42:29 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:42:29 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:42:29 	at java.base/java.lang.Thread.run(Thread.java:829)
09:42:29 Caused by: Ice.CommunicatorDestroyedException: null
09:42:29 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:42:29 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:42:29 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:42:29 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:42:29 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:42:29 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:42:29 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:42:29 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:42:29 	... 7 common frames omitted
09:42:31 2024-12-10 09:42:31,842 ERROR [ o.formats.importer.util.ClientKeepAlive] (9-thread-1) Exception while executing ping(), logging Connector out: 
09:42:31 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:42:31 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:42:31 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:42:31 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:42:31 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:42:31 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:42:31 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:42:31 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:42:31 	at java.base/java.lang.Thread.run(Thread.java:829)
09:42:31 Caused by: Ice.CommunicatorDestroyedException: null
09:42:31 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:42:31 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:42:31 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:42:31 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:42:31 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:42:31 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:42:31 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:42:31 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:42:31 	... 7 common frames omitted
09:42:33 2024-12-10 09:42:33,797 ERROR [ o.formats.importer.util.ClientKeepAlive] (0-thread-1) Exception while executing ping(), logging Connector out: 
09:42:33 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:42:33 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:42:33 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:42:33 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:42:33 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:42:33 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:42:33 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:42:33 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:42:33 	at java.base/java.lang.Thread.run(Thread.java:829)
09:42:33 Caused by: Ice.CommunicatorDestroyedException: null
09:42:33 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:42:33 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:42:33 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:42:33 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:42:33 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:42:33 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:42:33 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:42:33 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:42:33 	... 7 common frames omitted
09:42:35 2024-12-10 09:42:35,920 ERROR [ o.formats.importer.util.ClientKeepAlive] (1-thread-1) Exception while executing ping(), logging Connector out: 
09:42:35 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:42:35 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:42:35 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:42:35 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:42:35 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:42:35 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:42:35 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:42:35 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:42:35 	at java.base/java.lang.Thread.run(Thread.java:829)
09:42:35 Caused by: Ice.CommunicatorDestroyedException: null
09:42:35 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:42:35 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:42:35 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:42:35 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:42:35 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:42:35 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:42:35 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:42:35 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:42:35 	... 7 common frames omitted
09:42:37 2024-12-10 09:42:37,968 ERROR [ o.formats.importer.util.ClientKeepAlive] (2-thread-1) Exception while executing ping(), logging Connector out: 
09:42:37 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:42:37 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:42:37 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:42:37 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:42:37 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:42:37 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:42:37 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:42:37 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:42:37 	at java.base/java.lang.Thread.run(Thread.java:829)
09:42:37 Caused by: Ice.CommunicatorDestroyedException: null
09:42:37 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:42:37 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:42:37 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:42:37 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:42:37 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:42:37 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:42:37 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:42:37 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:42:37 	... 7 common frames omitted
09:42:40 2024-12-10 09:42:40,064 ERROR [ o.formats.importer.util.ClientKeepAlive] (3-thread-1) Exception while executing ping(), logging Connector out: 
09:42:40 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:42:40 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:42:40 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:42:40 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:42:40 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:42:40 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:42:40 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:42:40 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:42:40 	at java.base/java.lang.Thread.run(Thread.java:829)
09:42:40 Caused by: Ice.CommunicatorDestroyedException: null
09:42:40 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:42:40 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:42:40 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:42:40 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:42:40 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:42:40 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:42:40 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:42:40 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:42:40 	... 7 common frames omitted
09:42:42 2024-12-10 09:42:42,037 ERROR [ o.formats.importer.util.ClientKeepAlive] (4-thread-1) Exception while executing ping(), logging Connector out: 
09:42:42 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:42:42 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:42:42 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:42:42 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:42:42 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:42:42 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:42:42 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:42:42 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:42:42 	at java.base/java.lang.Thread.run(Thread.java:829)
09:42:42 Caused by: Ice.CommunicatorDestroyedException: null
09:42:42 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:42:42 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:42:42 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:42:42 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:42:42 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:42:42 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:42:42 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:42:42 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:42:42 	... 7 common frames omitted
09:42:45 2024-12-10 09:42:45,365 ERROR [ o.formats.importer.util.ClientKeepAlive] (5-thread-1) Exception while executing ping(), logging Connector out: 
09:42:45 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:42:45 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:42:45 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:42:45 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:42:45 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:42:45 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:42:45 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:42:45 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:42:45 	at java.base/java.lang.Thread.run(Thread.java:829)
09:42:45 Caused by: Ice.CommunicatorDestroyedException: null
09:42:45 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:42:45 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:42:45 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:42:45 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:42:45 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:42:45 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:42:45 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:42:45 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:42:45 	... 7 common frames omitted
09:42:48 2024-12-10 09:42:48,638 ERROR [ o.formats.importer.util.ClientKeepAlive] (6-thread-1) Exception while executing ping(), logging Connector out: 
09:42:48 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:42:48 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:42:48 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:42:48 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:42:48 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:42:48 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:42:48 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:42:48 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:42:48 	at java.base/java.lang.Thread.run(Thread.java:829)
09:42:48 Caused by: Ice.CommunicatorDestroyedException: null
09:42:48 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:42:48 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:42:48 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:42:48 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:42:48 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:42:48 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:42:48 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:42:48 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:42:48 	... 7 common frames omitted
09:42:51 2024-12-10 09:42:51,788 ERROR [ o.formats.importer.util.ClientKeepAlive] (7-thread-1) Exception while executing ping(), logging Connector out: 
09:42:51 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:42:51 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:42:51 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:42:51 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:42:51 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:42:51 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:42:51 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:42:51 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:42:51 	at java.base/java.lang.Thread.run(Thread.java:829)
09:42:51 Caused by: Ice.CommunicatorDestroyedException: null
09:42:51 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:42:51 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:42:51 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:42:51 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:42:51 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:42:51 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:42:51 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:42:51 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:42:51 	... 7 common frames omitted
09:42:54 2024-12-10 09:42:54,957 ERROR [ o.formats.importer.util.ClientKeepAlive] (8-thread-1) Exception while executing ping(), logging Connector out: 
09:42:54 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:42:54 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:42:54 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:42:54 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:42:54 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:42:54 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:42:54 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:42:54 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:42:54 	at java.base/java.lang.Thread.run(Thread.java:829)
09:42:54 Caused by: Ice.CommunicatorDestroyedException: null
09:42:54 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:42:54 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:42:54 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:42:54 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:42:54 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:42:54 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:42:54 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:42:54 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:42:54 	... 7 common frames omitted
09:42:56 2024-12-10 09:42:56,954 ERROR [ o.formats.importer.util.ClientKeepAlive] (9-thread-1) Exception while executing ping(), logging Connector out: 
09:42:56 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:42:56 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:42:56 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:42:56 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:42:56 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:42:56 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:42:56 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:42:56 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:42:56 	at java.base/java.lang.Thread.run(Thread.java:829)
09:42:56 Caused by: Ice.CommunicatorDestroyedException: null
09:42:56 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:42:56 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:42:56 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:42:56 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:42:56 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:42:56 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:42:56 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:42:56 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:42:56 	... 7 common frames omitted
09:42:58 2024-12-10 09:42:58,811 ERROR [ o.formats.importer.util.ClientKeepAlive] (0-thread-1) Exception while executing ping(), logging Connector out: 
09:42:58 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:42:58 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:42:58 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:42:58 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:42:58 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:42:58 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:42:58 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:42:58 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:42:58 	at java.base/java.lang.Thread.run(Thread.java:829)
09:42:58 Caused by: Ice.CommunicatorDestroyedException: null
09:42:58 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:42:58 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:42:58 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:42:58 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:42:58 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:42:58 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:42:58 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:42:58 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:42:58 	... 7 common frames omitted
09:43:00 2024-12-10 09:43:00,800 ERROR [ o.formats.importer.util.ClientKeepAlive] (1-thread-1) Exception while executing ping(), logging Connector out: 
09:43:00 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:43:00 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:43:00 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:43:00 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:43:00 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:43:00 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:43:00 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:43:00 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:43:00 	at java.base/java.lang.Thread.run(Thread.java:829)
09:43:00 Caused by: Ice.CommunicatorDestroyedException: null
09:43:00 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:43:00 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:43:00 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:43:00 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:43:00 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:43:00 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:43:00 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:43:00 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:43:00 	... 7 common frames omitted
09:43:02 2024-12-10 09:43:02,779 ERROR [ o.formats.importer.util.ClientKeepAlive] (2-thread-1) Exception while executing ping(), logging Connector out: 
09:43:02 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:43:02 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:43:02 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:43:02 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:43:02 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:43:02 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:43:02 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:43:02 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:43:02 	at java.base/java.lang.Thread.run(Thread.java:829)
09:43:02 Caused by: Ice.CommunicatorDestroyedException: null
09:43:02 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:43:02 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:43:02 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:43:02 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:43:02 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:43:02 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:43:02 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:43:02 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:43:02 	... 7 common frames omitted
09:43:04 2024-12-10 09:43:04,658 ERROR [ o.formats.importer.util.ClientKeepAlive] (3-thread-1) Exception while executing ping(), logging Connector out: 
09:43:04 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:43:04 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:43:04 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:43:04 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:43:04 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:43:04 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:43:04 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:43:04 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:43:04 	at java.base/java.lang.Thread.run(Thread.java:829)
09:43:04 Caused by: Ice.CommunicatorDestroyedException: null
09:43:04 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:43:04 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:43:04 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:43:04 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:43:04 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:43:04 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:43:04 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:43:04 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:43:04 	... 7 common frames omitted
09:43:06 2024-12-10 09:43:06,700 ERROR [ o.formats.importer.util.ClientKeepAlive] (4-thread-1) Exception while executing ping(), logging Connector out: 
09:43:06 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:43:06 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:43:06 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:43:06 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:43:06 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:43:06 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:43:06 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:43:06 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:43:06 	at java.base/java.lang.Thread.run(Thread.java:829)
09:43:06 Caused by: Ice.CommunicatorDestroyedException: null
09:43:06 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:43:06 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:43:06 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:43:06 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:43:06 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:43:06 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:43:06 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:43:06 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:43:06 	... 7 common frames omitted
09:43:08 2024-12-10 09:43:08,642 ERROR [ o.formats.importer.util.ClientKeepAlive] (5-thread-1) Exception while executing ping(), logging Connector out: 
09:43:08 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:43:08 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:43:08 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:43:08 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:43:08 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:43:08 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:43:08 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:43:08 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:43:08 	at java.base/java.lang.Thread.run(Thread.java:829)
09:43:08 Caused by: Ice.CommunicatorDestroyedException: null
09:43:08 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:43:08 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:43:08 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:43:08 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:43:08 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:43:08 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:43:08 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:43:08 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:43:08 	... 7 common frames omitted
09:43:33 2024-12-10 09:43:33,232 ERROR [ o.formats.importer.util.ClientKeepAlive] (6-thread-1) Exception while executing ping(), logging Connector out: 
09:43:33 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:43:33 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:43:33 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:43:33 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:43:33 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:43:33 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:43:33 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:43:33 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:43:33 	at java.base/java.lang.Thread.run(Thread.java:829)
09:43:33 Caused by: Ice.CommunicatorDestroyedException: null
09:43:33 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:43:33 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:43:33 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:43:33 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:43:33 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:43:33 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:43:33 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:43:33 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:43:33 	... 7 common frames omitted
09:43:36 2024-12-10 09:43:36,457 ERROR [ o.formats.importer.util.ClientKeepAlive] (7-thread-1) Exception while executing ping(), logging Connector out: 
09:43:36 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:43:36 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:43:36 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:43:36 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:43:36 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:43:36 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:43:36 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:43:36 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:43:36 	at java.base/java.lang.Thread.run(Thread.java:829)
09:43:36 Caused by: Ice.CommunicatorDestroyedException: null
09:43:36 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:43:36 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:43:36 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:43:36 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:43:36 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:43:36 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:43:36 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:43:36 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:43:36 	... 7 common frames omitted
09:43:39 2024-12-10 09:43:39,488 ERROR [ o.formats.importer.util.ClientKeepAlive] (8-thread-1) Exception while executing ping(), logging Connector out: 
09:43:39 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:43:39 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:43:39 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:43:39 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:43:39 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:43:39 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:43:39 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:43:39 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:43:39 	at java.base/java.lang.Thread.run(Thread.java:829)
09:43:39 Caused by: Ice.CommunicatorDestroyedException: null
09:43:39 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:43:39 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:43:39 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:43:39 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:43:39 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:43:39 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:43:39 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:43:39 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:43:39 	... 7 common frames omitted
09:43:42 2024-12-10 09:43:42,496 ERROR [ o.formats.importer.util.ClientKeepAlive] (9-thread-1) Exception while executing ping(), logging Connector out: 
09:43:42 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:43:42 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:43:42 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:43:42 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:43:42 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:43:42 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:43:42 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:43:42 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:43:42 	at java.base/java.lang.Thread.run(Thread.java:829)
09:43:42 Caused by: Ice.CommunicatorDestroyedException: null
09:43:42 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:43:42 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:43:42 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:43:42 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:43:42 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:43:42 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:43:42 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:43:42 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:43:42 	... 7 common frames omitted
09:43:45 2024-12-10 09:43:45,633 ERROR [ o.formats.importer.util.ClientKeepAlive] (0-thread-1) Exception while executing ping(), logging Connector out: 
09:43:45 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:43:45 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:43:45 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:43:45 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:43:45 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:43:45 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:43:45 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:43:45 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:43:45 	at java.base/java.lang.Thread.run(Thread.java:829)
09:43:45 Caused by: Ice.CommunicatorDestroyedException: null
09:43:45 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:43:45 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:43:45 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:43:45 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:43:45 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:43:45 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:43:45 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:43:45 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:43:45 	... 7 common frames omitted
09:43:48 2024-12-10 09:43:48,716 ERROR [ o.formats.importer.util.ClientKeepAlive] (1-thread-1) Exception while executing ping(), logging Connector out: 
09:43:48 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:43:48 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:43:48 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:43:48 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:43:48 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:43:48 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:43:48 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:43:48 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:43:48 	at java.base/java.lang.Thread.run(Thread.java:829)
09:43:48 Caused by: Ice.CommunicatorDestroyedException: null
09:43:48 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:43:48 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:43:48 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:43:48 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:43:48 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:43:48 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:43:48 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:43:48 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:43:48 	... 7 common frames omitted
09:43:51 2024-12-10 09:43:51,746 ERROR [ o.formats.importer.util.ClientKeepAlive] (2-thread-1) Exception while executing ping(), logging Connector out: 
09:43:51 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:43:51 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:43:51 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:43:51 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:43:51 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:43:51 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:43:51 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:43:51 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:43:51 	at java.base/java.lang.Thread.run(Thread.java:829)
09:43:51 Caused by: Ice.CommunicatorDestroyedException: null
09:43:51 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:43:51 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:43:51 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:43:51 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:43:51 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:43:51 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:43:51 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:43:51 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:43:51 	... 7 common frames omitted
09:43:54 2024-12-10 09:43:54,763 ERROR [ o.formats.importer.util.ClientKeepAlive] (3-thread-1) Exception while executing ping(), logging Connector out: 
09:43:54 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:43:54 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:43:54 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:43:54 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:43:54 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:43:54 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:43:54 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:43:54 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:43:54 	at java.base/java.lang.Thread.run(Thread.java:829)
09:43:54 Caused by: Ice.CommunicatorDestroyedException: null
09:43:54 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:43:54 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:43:54 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:43:54 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:43:54 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:43:54 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:43:54 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:43:54 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:43:54 	... 7 common frames omitted
09:43:57 2024-12-10 09:43:57,849 ERROR [ o.formats.importer.util.ClientKeepAlive] (4-thread-1) Exception while executing ping(), logging Connector out: 
09:43:57 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:43:57 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:43:57 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:43:57 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:43:57 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:43:57 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:43:57 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:43:57 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:43:57 	at java.base/java.lang.Thread.run(Thread.java:829)
09:43:57 Caused by: Ice.CommunicatorDestroyedException: null
09:43:57 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:43:57 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:43:57 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:43:57 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:43:57 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:43:57 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:43:57 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:43:57 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:43:57 	... 7 common frames omitted
09:43:59 2024-12-10 09:43:59,982 ERROR [ o.formats.importer.util.ClientKeepAlive] (5-thread-1) Exception while executing ping(), logging Connector out: 
09:43:59 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:43:59 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:43:59 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:43:59 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:43:59 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:43:59 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:43:59 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:43:59 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:43:59 	at java.base/java.lang.Thread.run(Thread.java:829)
09:43:59 Caused by: Ice.CommunicatorDestroyedException: null
09:43:59 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:43:59 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:43:59 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:43:59 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:43:59 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:43:59 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:43:59 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:43:59 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:43:59 	... 7 common frames omitted
09:44:01 2024-12-10 09:44:01,815 ERROR [ o.formats.importer.util.ClientKeepAlive] (6-thread-1) Exception while executing ping(), logging Connector out: 
09:44:01 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:44:01 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:44:01 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:44:01 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:44:01 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:44:01 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:44:01 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:44:01 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:44:01 	at java.base/java.lang.Thread.run(Thread.java:829)
09:44:01 Caused by: Ice.CommunicatorDestroyedException: null
09:44:01 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:44:01 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:44:01 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:44:01 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:44:01 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:44:01 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:44:01 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:44:01 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:44:01 	... 7 common frames omitted
09:44:03 2024-12-10 09:44:03,680 ERROR [ o.formats.importer.util.ClientKeepAlive] (7-thread-1) Exception while executing ping(), logging Connector out: 
09:44:03 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:44:03 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:44:03 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:44:03 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:44:03 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:44:03 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:44:03 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:44:03 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:44:03 	at java.base/java.lang.Thread.run(Thread.java:829)
09:44:03 Caused by: Ice.CommunicatorDestroyedException: null
09:44:03 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:44:03 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:44:03 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:44:03 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:44:03 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:44:03 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:44:03 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:44:03 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:44:03 	... 7 common frames omitted
09:44:06 2024-12-10 09:44:06,394 ERROR [ o.formats.importer.util.ClientKeepAlive] (8-thread-1) Exception while executing ping(), logging Connector out: 
09:44:06 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:44:06 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:44:06 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:44:06 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:44:06 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:44:06 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:44:06 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:44:06 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:44:06 	at java.base/java.lang.Thread.run(Thread.java:829)
09:44:06 Caused by: Ice.CommunicatorDestroyedException: null
09:44:06 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:44:06 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:44:06 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:44:06 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:44:06 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:44:06 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:44:06 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:44:06 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:44:06 	... 7 common frames omitted
09:44:08 2024-12-10 09:44:08,489 ERROR [ o.formats.importer.util.ClientKeepAlive] (9-thread-1) Exception while executing ping(), logging Connector out: 
09:44:08 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:44:08 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:44:08 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:44:08 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:44:08 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:44:08 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:44:08 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:44:08 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:44:08 	at java.base/java.lang.Thread.run(Thread.java:829)
09:44:08 Caused by: Ice.CommunicatorDestroyedException: null
09:44:08 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:44:08 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:44:08 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:44:08 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:44:08 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:44:08 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:44:08 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:44:08 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:44:08 	... 7 common frames omitted
09:44:10 2024-12-10 09:44:10,791 ERROR [ o.formats.importer.util.ClientKeepAlive] (0-thread-1) Exception while executing ping(), logging Connector out: 
09:44:10 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:44:10 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:44:10 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:44:10 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:44:10 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:44:10 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:44:10 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:44:10 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:44:10 	at java.base/java.lang.Thread.run(Thread.java:829)
09:44:10 Caused by: Ice.CommunicatorDestroyedException: null
09:44:10 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:44:10 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:44:10 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:44:10 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:44:10 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:44:10 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:44:10 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:44:10 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:44:10 	... 7 common frames omitted
09:44:13 2024-12-10 09:44:13,012 ERROR [ o.formats.importer.util.ClientKeepAlive] (1-thread-1) Exception while executing ping(), logging Connector out: 
09:44:13 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:44:13 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:44:13 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:44:13 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:44:13 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:44:13 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:44:13 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:44:13 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:44:13 	at java.base/java.lang.Thread.run(Thread.java:829)
09:44:13 Caused by: Ice.CommunicatorDestroyedException: null
09:44:13 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:44:13 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:44:13 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:44:13 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:44:13 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:44:13 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:44:13 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:44:13 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:44:13 	... 7 common frames omitted
09:44:15 2024-12-10 09:44:15,300 ERROR [ o.formats.importer.util.ClientKeepAlive] (2-thread-1) Exception while executing ping(), logging Connector out: 
09:44:15 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:44:15 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:44:15 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:44:15 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:44:15 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:44:15 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:44:15 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:44:15 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:44:15 	at java.base/java.lang.Thread.run(Thread.java:829)
09:44:15 Caused by: Ice.CommunicatorDestroyedException: null
09:44:15 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:44:15 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:44:15 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:44:15 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:44:15 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:44:15 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:44:15 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:44:15 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:44:15 	... 7 common frames omitted
09:44:18 2024-12-10 09:44:18,817 ERROR [ o.formats.importer.util.ClientKeepAlive] (3-thread-1) Exception while executing ping(), logging Connector out: 
09:44:18 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:44:18 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:44:18 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:44:18 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:44:18 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:44:18 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:44:18 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:44:18 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:44:18 	at java.base/java.lang.Thread.run(Thread.java:829)
09:44:18 Caused by: Ice.CommunicatorDestroyedException: null
09:44:18 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:44:18 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:44:18 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:44:18 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:44:18 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:44:18 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:44:18 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:44:18 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:44:18 	... 7 common frames omitted
09:44:22 2024-12-10 09:44:22,315 ERROR [ o.formats.importer.util.ClientKeepAlive] (4-thread-1) Exception while executing ping(), logging Connector out: 
09:44:22 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:44:22 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:44:22 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:44:22 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:44:22 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:44:22 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:44:22 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:44:22 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:44:22 	at java.base/java.lang.Thread.run(Thread.java:829)
09:44:22 Caused by: Ice.CommunicatorDestroyedException: null
09:44:22 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:44:22 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:44:22 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:44:22 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:44:22 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:44:22 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:44:22 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:44:22 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:44:22 	... 7 common frames omitted
09:44:25 2024-12-10 09:44:25,816 ERROR [ o.formats.importer.util.ClientKeepAlive] (5-thread-1) Exception while executing ping(), logging Connector out: 
09:44:25 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:44:25 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:44:25 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:44:25 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:44:25 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:44:25 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:44:25 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:44:25 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:44:25 	at java.base/java.lang.Thread.run(Thread.java:829)
09:44:25 Caused by: Ice.CommunicatorDestroyedException: null
09:44:25 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:44:25 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:44:25 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:44:25 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:44:25 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:44:25 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:44:25 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:44:25 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:44:25 	... 7 common frames omitted
09:44:29 2024-12-10 09:44:29,514 ERROR [ o.formats.importer.util.ClientKeepAlive] (6-thread-1) Exception while executing ping(), logging Connector out: 
09:44:29 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:44:29 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:44:29 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:44:29 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:44:29 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:44:29 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:44:29 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:44:29 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:44:29 	at java.base/java.lang.Thread.run(Thread.java:829)
09:44:29 Caused by: Ice.CommunicatorDestroyedException: null
09:44:29 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:44:29 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:44:29 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:44:29 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:44:29 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:44:29 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:44:29 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:44:29 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:44:29 	... 7 common frames omitted
09:44:33 2024-12-10 09:44:33,244 ERROR [ o.formats.importer.util.ClientKeepAlive] (7-thread-1) Exception while executing ping(), logging Connector out: 
09:44:33 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:44:33 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:44:33 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:44:33 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:44:33 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:44:33 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:44:33 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:44:33 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:44:33 	at java.base/java.lang.Thread.run(Thread.java:829)
09:44:33 Caused by: Ice.CommunicatorDestroyedException: null
09:44:33 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:44:33 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:44:33 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:44:33 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:44:33 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:44:33 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:44:33 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:44:33 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:44:33 	... 7 common frames omitted
09:44:36 2024-12-10 09:44:36,814 ERROR [ o.formats.importer.util.ClientKeepAlive] (8-thread-1) Exception while executing ping(), logging Connector out: 
09:44:36 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:44:36 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:44:36 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:44:36 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:44:36 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:44:36 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:44:36 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:44:36 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:44:36 	at java.base/java.lang.Thread.run(Thread.java:829)
09:44:36 Caused by: Ice.CommunicatorDestroyedException: null
09:44:36 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:44:36 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:44:36 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:44:36 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:44:36 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:44:36 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:44:36 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:44:36 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:44:36 	... 7 common frames omitted
09:44:40 2024-12-10 09:44:40,418 ERROR [ o.formats.importer.util.ClientKeepAlive] (9-thread-1) Exception while executing ping(), logging Connector out: 
09:44:40 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:44:40 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:44:40 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:44:40 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:44:40 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:44:40 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:44:40 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:44:40 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:44:40 	at java.base/java.lang.Thread.run(Thread.java:829)
09:44:40 Caused by: Ice.CommunicatorDestroyedException: null
09:44:40 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:44:40 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:44:40 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:44:40 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:44:40 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:44:40 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:44:40 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:44:40 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:44:40 	... 7 common frames omitted
09:45:50 2024-12-10 09:45:50,554 ERROR [ o.formats.importer.util.ClientKeepAlive] (0-thread-1) Exception while executing ping(), logging Connector out: 
09:45:50 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:45:50 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:45:50 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:45:50 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:45:50 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:45:50 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:45:50 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:45:50 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:45:50 	at java.base/java.lang.Thread.run(Thread.java:829)
09:45:50 Caused by: Ice.CommunicatorDestroyedException: null
09:45:50 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:45:50 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:45:50 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:45:50 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:45:50 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:45:50 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:45:50 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:45:50 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:45:50 	... 7 common frames omitted
09:45:53 2024-12-10 09:45:53,082 ERROR [ o.formats.importer.util.ClientKeepAlive] (1-thread-1) Exception while executing ping(), logging Connector out: 
09:45:53 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:45:53 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:45:53 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:45:53 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:45:53 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:45:53 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:45:53 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:45:53 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:45:53 	at java.base/java.lang.Thread.run(Thread.java:829)
09:45:53 Caused by: Ice.CommunicatorDestroyedException: null
09:45:53 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:45:53 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:45:53 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:45:53 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:45:53 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:45:53 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:45:53 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:45:53 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:45:53 	... 7 common frames omitted
09:45:55 2024-12-10 09:45:55,619 ERROR [ o.formats.importer.util.ClientKeepAlive] (2-thread-1) Exception while executing ping(), logging Connector out: 
09:45:55 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:45:55 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:45:55 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:45:55 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:45:55 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:45:55 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:45:55 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:45:55 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:45:55 	at java.base/java.lang.Thread.run(Thread.java:829)
09:45:55 Caused by: Ice.CommunicatorDestroyedException: null
09:45:55 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:45:55 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:45:55 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:45:55 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:45:55 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:45:55 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:45:55 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:45:55 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:45:55 	... 7 common frames omitted
09:45:58 2024-12-10 09:45:58,182 ERROR [ o.formats.importer.util.ClientKeepAlive] (3-thread-1) Exception while executing ping(), logging Connector out: 
09:45:58 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:45:58 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:45:58 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:45:58 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:45:58 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:45:58 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:45:58 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:45:58 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:45:58 	at java.base/java.lang.Thread.run(Thread.java:829)
09:45:58 Caused by: Ice.CommunicatorDestroyedException: null
09:45:58 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:45:58 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:45:58 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:45:58 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:45:58 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:45:58 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:45:58 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:45:58 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:45:58 	... 7 common frames omitted
09:46:00 2024-12-10 09:46:00,661 ERROR [ o.formats.importer.util.ClientKeepAlive] (4-thread-1) Exception while executing ping(), logging Connector out: 
09:46:00 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:46:00 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:46:00 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:46:00 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:46:00 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:46:00 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:46:00 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:46:00 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:46:00 	at java.base/java.lang.Thread.run(Thread.java:829)
09:46:00 Caused by: Ice.CommunicatorDestroyedException: null
09:46:00 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:46:00 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:46:00 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:46:00 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:46:00 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:46:00 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:46:00 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:46:00 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:46:00 	... 7 common frames omitted
09:46:04 2024-12-10 09:46:04,415 ERROR [ o.formats.importer.util.ClientKeepAlive] (5-thread-1) Exception while executing ping(), logging Connector out: 
09:46:04 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:46:04 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:46:04 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:46:04 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:46:04 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:46:04 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:46:04 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:46:04 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:46:04 	at java.base/java.lang.Thread.run(Thread.java:829)
09:46:04 Caused by: Ice.CommunicatorDestroyedException: null
09:46:04 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:46:04 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:46:04 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:46:04 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:46:04 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:46:04 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:46:04 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:46:04 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:46:04 	... 7 common frames omitted
09:46:08 2024-12-10 09:46:08,145 ERROR [ o.formats.importer.util.ClientKeepAlive] (6-thread-1) Exception while executing ping(), logging Connector out: 
09:46:08 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:46:08 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:46:08 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:46:08 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:46:08 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:46:08 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:46:08 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:46:08 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:46:08 	at java.base/java.lang.Thread.run(Thread.java:829)
09:46:08 Caused by: Ice.CommunicatorDestroyedException: null
09:46:08 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:46:08 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:46:08 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:46:08 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:46:08 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:46:08 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:46:08 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:46:08 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:46:08 	... 7 common frames omitted
09:46:12 2024-12-10 09:46:12,050 ERROR [ o.formats.importer.util.ClientKeepAlive] (7-thread-1) Exception while executing ping(), logging Connector out: 
09:46:12 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:46:12 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:46:12 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:46:12 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:46:12 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:46:12 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:46:12 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:46:12 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:46:12 	at java.base/java.lang.Thread.run(Thread.java:829)
09:46:12 Caused by: Ice.CommunicatorDestroyedException: null
09:46:12 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:46:12 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:46:12 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:46:12 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:46:12 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:46:12 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:46:12 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:46:12 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:46:12 	... 7 common frames omitted
09:46:15 2024-12-10 09:46:15,839 ERROR [ o.formats.importer.util.ClientKeepAlive] (8-thread-1) Exception while executing ping(), logging Connector out: 
09:46:15 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:46:15 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:46:15 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:46:15 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:46:15 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:46:15 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:46:15 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:46:15 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:46:15 	at java.base/java.lang.Thread.run(Thread.java:829)
09:46:15 Caused by: Ice.CommunicatorDestroyedException: null
09:46:15 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:46:15 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:46:15 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:46:15 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:46:15 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:46:15 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:46:15 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:46:15 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:46:15 	... 7 common frames omitted
09:46:19 2024-12-10 09:46:19,433 ERROR [ o.formats.importer.util.ClientKeepAlive] (9-thread-1) Exception while executing ping(), logging Connector out: 
09:46:19 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:46:19 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:46:19 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:46:19 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:46:19 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:46:19 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:46:19 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:46:19 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:46:19 	at java.base/java.lang.Thread.run(Thread.java:829)
09:46:19 Caused by: Ice.CommunicatorDestroyedException: null
09:46:19 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:46:19 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:46:19 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:46:19 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:46:19 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:46:19 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:46:19 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:46:19 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:46:19 	... 7 common frames omitted
09:46:23 2024-12-10 09:46:23,053 ERROR [ o.formats.importer.util.ClientKeepAlive] (0-thread-1) Exception while executing ping(), logging Connector out: 
09:46:23 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:46:23 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:46:23 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:46:23 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:46:23 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:46:23 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:46:23 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:46:23 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:46:23 	at java.base/java.lang.Thread.run(Thread.java:829)
09:46:23 Caused by: Ice.CommunicatorDestroyedException: null
09:46:23 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:46:23 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:46:23 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:46:23 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:46:23 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:46:23 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:46:23 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:46:23 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:46:23 	... 7 common frames omitted
09:46:26 2024-12-10 09:46:26,673 ERROR [ o.formats.importer.util.ClientKeepAlive] (1-thread-1) Exception while executing ping(), logging Connector out: 
09:46:26 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:46:26 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:46:26 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:46:26 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:46:26 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:46:26 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:46:26 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:46:26 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:46:26 	at java.base/java.lang.Thread.run(Thread.java:829)
09:46:26 Caused by: Ice.CommunicatorDestroyedException: null
09:46:26 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:46:26 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:46:26 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:46:26 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:46:26 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:46:26 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:46:26 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:46:26 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:46:26 	... 7 common frames omitted
09:46:30 2024-12-10 09:46:30,293 ERROR [ o.formats.importer.util.ClientKeepAlive] (2-thread-1) Exception while executing ping(), logging Connector out: 
09:46:30 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:46:30 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:46:30 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:46:30 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:46:30 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:46:30 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:46:30 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:46:30 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:46:30 	at java.base/java.lang.Thread.run(Thread.java:829)
09:46:30 Caused by: Ice.CommunicatorDestroyedException: null
09:46:30 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:46:30 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:46:30 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:46:30 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:46:30 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:46:30 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:46:30 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:46:30 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:46:30 	... 7 common frames omitted
09:46:35 2024-12-10 09:46:35,388 ERROR [ o.formats.importer.util.ClientKeepAlive] (3-thread-1) Exception while executing ping(), logging Connector out: 
09:46:35 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:46:35 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:46:35 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:46:35 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:46:35 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:46:35 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:46:35 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:46:35 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:46:35 	at java.base/java.lang.Thread.run(Thread.java:829)
09:46:35 Caused by: Ice.CommunicatorDestroyedException: null
09:46:35 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:46:35 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:46:35 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:46:35 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:46:35 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:46:35 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:46:35 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:46:35 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:46:35 	... 7 common frames omitted
09:46:40 2024-12-10 09:46:40,110 ERROR [ o.formats.importer.util.ClientKeepAlive] (4-thread-1) Exception while executing ping(), logging Connector out: 
09:46:40 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:46:40 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:46:40 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:46:40 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:46:40 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:46:40 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:46:40 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:46:40 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:46:40 	at java.base/java.lang.Thread.run(Thread.java:829)
09:46:40 Caused by: Ice.CommunicatorDestroyedException: null
09:46:40 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:46:40 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:46:40 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:46:40 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:46:40 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:46:40 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:46:40 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:46:40 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:46:40 	... 7 common frames omitted
09:46:44 2024-12-10 09:46:44,867 ERROR [ o.formats.importer.util.ClientKeepAlive] (5-thread-1) Exception while executing ping(), logging Connector out: 
09:46:44 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:46:44 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:46:44 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:46:44 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:46:44 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:46:44 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:46:44 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:46:44 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:46:44 	at java.base/java.lang.Thread.run(Thread.java:829)
09:46:44 Caused by: Ice.CommunicatorDestroyedException: null
09:46:44 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:46:44 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:46:44 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:46:44 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:46:44 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:46:44 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:46:44 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:46:44 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:46:44 	... 7 common frames omitted
09:46:49 2024-12-10 09:46:49,628 ERROR [ o.formats.importer.util.ClientKeepAlive] (6-thread-1) Exception while executing ping(), logging Connector out: 
09:46:49 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:46:49 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:46:49 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:46:49 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:46:49 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:46:49 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:46:49 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:46:49 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:46:49 	at java.base/java.lang.Thread.run(Thread.java:829)
09:46:49 Caused by: Ice.CommunicatorDestroyedException: null
09:46:49 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:46:49 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:46:49 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:46:49 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:46:49 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:46:49 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:46:49 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:46:49 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:46:49 	... 7 common frames omitted
09:46:50 2024-12-10 09:46:50,707 ERROR [ o.formats.importer.util.ClientKeepAlive] (7-thread-1) Exception while executing ping(), logging Connector out: 
09:46:50 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:46:50 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:46:50 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:46:50 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:46:50 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:46:50 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:46:50 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:46:50 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:46:50 	at java.base/java.lang.Thread.run(Thread.java:829)
09:46:50 Caused by: Ice.CommunicatorDestroyedException: null
09:46:50 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:46:50 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:46:50 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:46:50 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:46:50 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:46:50 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:46:50 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:46:50 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:46:50 	... 7 common frames omitted
09:46:51 2024-12-10 09:46:51,848 ERROR [ o.formats.importer.util.ClientKeepAlive] (8-thread-1) Exception while executing ping(), logging Connector out: 
09:46:51 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:46:51 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:46:51 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:46:51 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:46:51 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:46:51 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:46:51 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:46:51 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:46:51 	at java.base/java.lang.Thread.run(Thread.java:829)
09:46:51 Caused by: Ice.CommunicatorDestroyedException: null
09:46:51 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:46:51 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:46:51 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:46:51 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:46:51 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:46:51 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:46:51 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:46:51 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:46:51 	... 7 common frames omitted
09:46:52 2024-12-10 09:46:52,919 ERROR [ o.formats.importer.util.ClientKeepAlive] (9-thread-1) Exception while executing ping(), logging Connector out: 
09:46:52 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:46:52 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:46:52 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:46:52 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:46:52 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:46:52 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:46:52 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:46:52 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:46:52 	at java.base/java.lang.Thread.run(Thread.java:829)
09:46:52 Caused by: Ice.CommunicatorDestroyedException: null
09:46:52 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:46:52 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:46:52 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:46:52 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:46:52 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:46:52 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:46:52 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:46:52 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:46:52 	... 7 common frames omitted
09:46:53 2024-12-10 09:46:53,988 ERROR [ o.formats.importer.util.ClientKeepAlive] (0-thread-1) Exception while executing ping(), logging Connector out: 
09:46:53 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:46:53 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:46:53 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:46:53 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:46:53 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:46:53 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:46:53 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:46:53 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:46:53 	at java.base/java.lang.Thread.run(Thread.java:829)
09:46:53 Caused by: Ice.CommunicatorDestroyedException: null
09:46:53 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:46:53 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:46:53 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:46:53 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:46:53 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:46:53 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:46:53 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:46:53 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:46:53 	... 7 common frames omitted
09:46:55 2024-12-10 09:46:55,095 ERROR [ o.formats.importer.util.ClientKeepAlive] (1-thread-1) Exception while executing ping(), logging Connector out: 
09:46:55 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:46:55 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:46:55 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:46:55 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:46:55 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:46:55 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:46:55 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:46:55 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:46:55 	at java.base/java.lang.Thread.run(Thread.java:829)
09:46:55 Caused by: Ice.CommunicatorDestroyedException: null
09:46:55 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:46:55 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:46:55 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:46:55 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:46:55 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:46:55 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:46:55 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:46:55 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:46:55 	... 7 common frames omitted
09:46:56 2024-12-10 09:46:56,166 ERROR [ o.formats.importer.util.ClientKeepAlive] (2-thread-1) Exception while executing ping(), logging Connector out: 
09:46:56 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:46:56 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:46:56 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:46:56 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:46:56 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:46:56 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:46:56 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:46:56 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:46:56 	at java.base/java.lang.Thread.run(Thread.java:829)
09:46:56 Caused by: Ice.CommunicatorDestroyedException: null
09:46:56 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:46:56 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:46:56 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:46:56 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:46:56 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:46:56 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:46:56 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:46:56 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:46:56 	... 7 common frames omitted
09:46:57 2024-12-10 09:46:57,300 ERROR [ o.formats.importer.util.ClientKeepAlive] (3-thread-1) Exception while executing ping(), logging Connector out: 
09:46:57 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:46:57 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:46:57 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:46:57 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:46:57 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:46:57 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:46:57 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:46:57 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:46:57 	at java.base/java.lang.Thread.run(Thread.java:829)
09:46:57 Caused by: Ice.CommunicatorDestroyedException: null
09:46:57 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:46:57 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:46:57 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:46:57 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:46:57 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:46:57 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:46:57 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:46:57 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:46:57 	... 7 common frames omitted
09:46:58 2024-12-10 09:46:58,377 ERROR [ o.formats.importer.util.ClientKeepAlive] (4-thread-1) Exception while executing ping(), logging Connector out: 
09:46:58 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:46:58 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:46:58 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:46:58 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:46:58 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:46:58 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:46:58 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:46:58 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:46:58 	at java.base/java.lang.Thread.run(Thread.java:829)
09:46:58 Caused by: Ice.CommunicatorDestroyedException: null
09:46:58 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:46:58 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:46:58 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:46:58 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:46:58 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:46:58 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:46:58 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:46:58 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:46:58 	... 7 common frames omitted
09:46:59 2024-12-10 09:46:59,426 ERROR [ o.formats.importer.util.ClientKeepAlive] (5-thread-1) Exception while executing ping(), logging Connector out: 
09:46:59 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:46:59 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:46:59 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:46:59 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:46:59 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:46:59 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:46:59 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:46:59 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:46:59 	at java.base/java.lang.Thread.run(Thread.java:829)
09:46:59 Caused by: Ice.CommunicatorDestroyedException: null
09:46:59 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:46:59 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:46:59 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:46:59 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:46:59 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:46:59 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:46:59 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:46:59 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:46:59 	... 7 common frames omitted
09:47:00 2024-12-10 09:47:00,472 ERROR [ o.formats.importer.util.ClientKeepAlive] (6-thread-1) Exception while executing ping(), logging Connector out: 
09:47:00 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:47:00 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:47:00 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:47:00 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:47:00 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:47:00 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:47:00 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:47:00 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:47:00 	at java.base/java.lang.Thread.run(Thread.java:829)
09:47:00 Caused by: Ice.CommunicatorDestroyedException: null
09:47:00 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:47:00 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:47:00 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:47:00 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:47:00 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:47:00 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:47:00 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:47:00 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:47:00 	... 7 common frames omitted
09:47:01 2024-12-10 09:47:01,506 ERROR [ o.formats.importer.util.ClientKeepAlive] (7-thread-1) Exception while executing ping(), logging Connector out: 
09:47:01 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:47:01 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:47:01 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:47:01 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:47:01 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:47:01 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:47:01 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:47:01 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:47:01 	at java.base/java.lang.Thread.run(Thread.java:829)
09:47:01 Caused by: Ice.CommunicatorDestroyedException: null
09:47:01 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:47:01 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:47:01 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:47:01 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:47:01 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:47:01 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:47:01 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:47:01 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:47:01 	... 7 common frames omitted
09:47:02 2024-12-10 09:47:02,552 ERROR [ o.formats.importer.util.ClientKeepAlive] (8-thread-1) Exception while executing ping(), logging Connector out: 
09:47:02 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:47:02 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:47:02 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:47:02 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:47:02 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:47:02 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:47:02 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:47:02 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:47:02 	at java.base/java.lang.Thread.run(Thread.java:829)
09:47:02 Caused by: Ice.CommunicatorDestroyedException: null
09:47:02 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:47:02 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:47:02 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:47:02 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:47:02 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:47:02 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:47:02 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:47:02 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:47:02 	... 7 common frames omitted
09:47:03 2024-12-10 09:47:03,617 ERROR [ o.formats.importer.util.ClientKeepAlive] (9-thread-1) Exception while executing ping(), logging Connector out: 
09:47:03 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:47:03 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:47:03 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:47:03 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:47:03 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:47:03 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:47:03 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:47:03 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:47:03 	at java.base/java.lang.Thread.run(Thread.java:829)
09:47:03 Caused by: Ice.CommunicatorDestroyedException: null
09:47:03 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:47:03 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:47:03 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:47:03 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:47:03 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:47:03 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:47:03 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:47:03 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:47:03 	... 7 common frames omitted
09:47:04 2024-12-10 09:47:04,661 ERROR [ o.formats.importer.util.ClientKeepAlive] (0-thread-1) Exception while executing ping(), logging Connector out: 
09:47:04 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:47:04 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:47:04 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:47:04 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:47:04 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:47:04 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:47:04 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:47:04 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:47:04 	at java.base/java.lang.Thread.run(Thread.java:829)
09:47:04 Caused by: Ice.CommunicatorDestroyedException: null
09:47:04 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:47:04 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:47:04 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:47:04 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:47:04 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:47:04 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:47:04 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:47:04 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:47:04 	... 7 common frames omitted
09:47:05 2024-12-10 09:47:05,727 ERROR [ o.formats.importer.util.ClientKeepAlive] (1-thread-1) Exception while executing ping(), logging Connector out: 
09:47:05 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:47:05 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:47:05 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:47:05 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:47:05 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:47:05 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:47:05 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:47:05 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:47:05 	at java.base/java.lang.Thread.run(Thread.java:829)
09:47:05 Caused by: Ice.CommunicatorDestroyedException: null
09:47:05 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:47:05 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:47:05 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:47:05 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:47:05 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:47:05 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:47:05 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:47:05 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:47:05 	... 7 common frames omitted
09:47:06 2024-12-10 09:47:06,789 ERROR [ o.formats.importer.util.ClientKeepAlive] (2-thread-1) Exception while executing ping(), logging Connector out: 
09:47:06 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:47:06 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:47:06 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:47:06 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:47:06 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:47:06 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:47:06 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:47:06 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:47:06 	at java.base/java.lang.Thread.run(Thread.java:829)
09:47:06 Caused by: Ice.CommunicatorDestroyedException: null
09:47:06 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:47:06 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:47:06 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:47:06 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:47:06 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:47:06 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:47:06 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:47:06 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:47:06 	... 7 common frames omitted
09:47:07 2024-12-10 09:47:07,888 ERROR [ o.formats.importer.util.ClientKeepAlive] (3-thread-1) Exception while executing ping(), logging Connector out: 
09:47:07 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:47:07 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:47:07 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:47:07 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:47:07 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:47:07 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:47:07 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:47:07 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:47:07 	at java.base/java.lang.Thread.run(Thread.java:829)
09:47:07 Caused by: Ice.CommunicatorDestroyedException: null
09:47:07 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:47:07 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:47:07 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:47:07 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:47:07 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:47:07 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:47:07 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:47:07 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:47:07 	... 7 common frames omitted
09:47:08 2024-12-10 09:47:08,995 ERROR [ o.formats.importer.util.ClientKeepAlive] (4-thread-1) Exception while executing ping(), logging Connector out: 
09:47:08 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:47:08 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:47:08 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:47:08 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:47:08 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:47:08 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:47:08 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:47:08 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:47:08 	at java.base/java.lang.Thread.run(Thread.java:829)
09:47:08 Caused by: Ice.CommunicatorDestroyedException: null
09:47:08 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:47:08 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:47:08 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:47:08 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:47:08 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:47:08 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:47:08 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:47:08 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:47:08 	... 7 common frames omitted
09:47:10 2024-12-10 09:47:10,107 ERROR [ o.formats.importer.util.ClientKeepAlive] (5-thread-1) Exception while executing ping(), logging Connector out: 
09:47:10 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:47:10 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:47:10 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:47:10 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:47:10 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:47:10 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:47:10 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:47:10 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:47:10 	at java.base/java.lang.Thread.run(Thread.java:829)
09:47:10 Caused by: Ice.CommunicatorDestroyedException: null
09:47:10 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:47:10 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:47:10 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:47:10 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:47:10 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:47:10 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:47:10 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:47:10 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:47:10 	... 7 common frames omitted
09:47:11 2024-12-10 09:47:11,229 ERROR [ o.formats.importer.util.ClientKeepAlive] (6-thread-1) Exception while executing ping(), logging Connector out: 
09:47:11 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:47:11 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:47:11 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:47:11 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:47:11 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:47:11 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:47:11 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:47:11 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:47:11 	at java.base/java.lang.Thread.run(Thread.java:829)
09:47:11 Caused by: Ice.CommunicatorDestroyedException: null
09:47:11 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:47:11 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:47:11 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:47:11 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:47:11 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:47:11 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:47:11 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:47:11 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:47:11 	... 7 common frames omitted
09:47:12 2024-12-10 09:47:12,383 ERROR [ o.formats.importer.util.ClientKeepAlive] (7-thread-1) Exception while executing ping(), logging Connector out: 
09:47:12 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:47:12 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:47:12 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:47:12 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:47:12 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:47:12 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:47:12 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:47:12 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:47:12 	at java.base/java.lang.Thread.run(Thread.java:829)
09:47:12 Caused by: Ice.CommunicatorDestroyedException: null
09:47:12 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:47:12 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:47:12 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:47:12 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:47:12 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:47:12 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:47:12 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:47:12 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:47:12 	... 7 common frames omitted
09:47:13 2024-12-10 09:47:13,501 ERROR [ o.formats.importer.util.ClientKeepAlive] (8-thread-1) Exception while executing ping(), logging Connector out: 
09:47:13 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:47:13 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:47:13 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:47:13 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:47:13 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:47:13 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:47:13 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:47:13 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:47:13 	at java.base/java.lang.Thread.run(Thread.java:829)
09:47:13 Caused by: Ice.CommunicatorDestroyedException: null
09:47:13 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:47:13 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:47:13 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:47:13 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:47:13 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:47:13 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:47:13 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:47:13 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:47:13 	... 7 common frames omitted
09:47:14 2024-12-10 09:47:14,631 ERROR [ o.formats.importer.util.ClientKeepAlive] (9-thread-1) Exception while executing ping(), logging Connector out: 
09:47:14 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:47:14 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:47:14 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:47:14 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:47:14 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:47:14 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:47:14 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:47:14 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:47:14 	at java.base/java.lang.Thread.run(Thread.java:829)
09:47:14 Caused by: Ice.CommunicatorDestroyedException: null
09:47:14 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:47:14 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:47:14 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:47:14 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:47:14 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:47:14 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:47:14 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:47:14 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:47:14 	... 7 common frames omitted
09:47:15 2024-12-10 09:47:15,789 ERROR [ o.formats.importer.util.ClientKeepAlive] (0-thread-1) Exception while executing ping(), logging Connector out: 
09:47:15 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:47:15 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:47:15 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:47:15 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:47:15 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:47:15 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:47:15 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:47:15 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:47:15 	at java.base/java.lang.Thread.run(Thread.java:829)
09:47:15 Caused by: Ice.CommunicatorDestroyedException: null
09:47:15 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:47:15 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:47:15 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:47:15 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:47:15 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:47:15 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:47:15 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:47:15 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:47:15 	... 7 common frames omitted
09:47:16 2024-12-10 09:47:16,881 ERROR [ o.formats.importer.util.ClientKeepAlive] (1-thread-1) Exception while executing ping(), logging Connector out: 
09:47:16 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:47:16 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:47:16 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:47:16 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:47:16 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:47:16 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:47:16 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:47:16 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:47:16 	at java.base/java.lang.Thread.run(Thread.java:829)
09:47:16 Caused by: Ice.CommunicatorDestroyedException: null
09:47:16 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:47:16 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:47:16 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:47:16 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:47:16 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:47:16 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:47:16 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:47:16 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:47:16 	... 7 common frames omitted
09:47:17 2024-12-10 09:47:17,966 ERROR [ o.formats.importer.util.ClientKeepAlive] (2-thread-1) Exception while executing ping(), logging Connector out: 
09:47:17 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:47:17 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:47:17 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:47:17 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:47:17 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:47:17 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:47:17 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:47:17 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:47:17 	at java.base/java.lang.Thread.run(Thread.java:829)
09:47:17 Caused by: Ice.CommunicatorDestroyedException: null
09:47:17 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:47:17 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:47:17 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:47:17 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:47:17 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:47:17 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:47:17 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:47:17 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:47:17 	... 7 common frames omitted
09:47:19 2024-12-10 09:47:19,035 ERROR [ o.formats.importer.util.ClientKeepAlive] (3-thread-1) Exception while executing ping(), logging Connector out: 
09:47:19 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:47:19 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:47:19 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:47:19 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:47:19 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:47:19 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:47:19 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:47:19 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:47:19 	at java.base/java.lang.Thread.run(Thread.java:829)
09:47:19 Caused by: Ice.CommunicatorDestroyedException: null
09:47:19 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:47:19 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:47:19 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:47:19 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:47:19 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:47:19 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:47:19 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:47:19 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:47:19 	... 7 common frames omitted
09:47:20 2024-12-10 09:47:20,103 ERROR [ o.formats.importer.util.ClientKeepAlive] (4-thread-1) Exception while executing ping(), logging Connector out: 
09:47:20 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:47:20 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:47:20 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:47:20 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:47:20 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:47:20 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:47:20 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:47:20 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:47:20 	at java.base/java.lang.Thread.run(Thread.java:829)
09:47:20 Caused by: Ice.CommunicatorDestroyedException: null
09:47:20 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:47:20 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:47:20 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:47:20 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:47:20 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:47:20 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:47:20 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:47:20 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:47:20 	... 7 common frames omitted
09:47:21 2024-12-10 09:47:21,160 ERROR [ o.formats.importer.util.ClientKeepAlive] (5-thread-1) Exception while executing ping(), logging Connector out: 
09:47:21 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:47:21 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:47:21 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:47:21 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:47:21 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:47:21 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:47:21 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:47:21 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:47:21 	at java.base/java.lang.Thread.run(Thread.java:829)
09:47:21 Caused by: Ice.CommunicatorDestroyedException: null
09:47:21 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:47:21 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:47:21 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:47:21 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:47:21 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:47:21 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:47:21 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:47:21 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:47:21 	... 7 common frames omitted
09:47:22 2024-12-10 09:47:22,215 ERROR [ o.formats.importer.util.ClientKeepAlive] (6-thread-1) Exception while executing ping(), logging Connector out: 
09:47:22 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:47:22 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:47:22 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:47:22 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:47:22 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:47:22 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:47:22 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:47:22 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:47:22 	at java.base/java.lang.Thread.run(Thread.java:829)
09:47:22 Caused by: Ice.CommunicatorDestroyedException: null
09:47:22 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:47:22 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:47:22 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:47:22 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:47:22 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:47:22 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:47:22 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:47:22 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:47:22 	... 7 common frames omitted
09:47:23 2024-12-10 09:47:23,328 ERROR [ o.formats.importer.util.ClientKeepAlive] (7-thread-1) Exception while executing ping(), logging Connector out: 
09:47:23 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:47:23 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:47:23 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:47:23 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:47:23 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:47:23 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:47:23 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:47:23 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:47:23 	at java.base/java.lang.Thread.run(Thread.java:829)
09:47:23 Caused by: Ice.CommunicatorDestroyedException: null
09:47:23 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:47:23 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:47:23 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:47:23 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:47:23 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:47:23 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:47:23 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:47:23 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:47:23 	... 7 common frames omitted
09:47:24 2024-12-10 09:47:24,446 ERROR [ o.formats.importer.util.ClientKeepAlive] (8-thread-1) Exception while executing ping(), logging Connector out: 
09:47:24 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:47:24 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:47:24 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:47:24 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:47:24 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:47:24 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:47:24 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:47:24 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:47:24 	at java.base/java.lang.Thread.run(Thread.java:829)
09:47:24 Caused by: Ice.CommunicatorDestroyedException: null
09:47:24 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:47:24 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:47:24 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:47:24 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:47:24 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:47:24 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:47:24 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:47:24 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:47:24 	... 7 common frames omitted
09:47:26 2024-12-10 09:47:26,724 ERROR [ o.formats.importer.util.ClientKeepAlive] (9-thread-1) Exception while executing ping(), logging Connector out: 
09:47:26 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:47:26 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:47:26 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:47:26 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:47:26 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:47:26 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:47:26 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:47:26 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:47:26 	at java.base/java.lang.Thread.run(Thread.java:829)
09:47:26 Caused by: Ice.CommunicatorDestroyedException: null
09:47:26 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:47:26 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:47:26 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:47:26 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:47:26 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:47:26 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:47:26 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:47:26 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:47:26 	... 7 common frames omitted
09:47:28 2024-12-10 09:47:28,962 ERROR [ o.formats.importer.util.ClientKeepAlive] (0-thread-1) Exception while executing ping(), logging Connector out: 
09:47:28 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:47:28 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:47:28 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:47:28 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:47:28 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:47:28 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:47:28 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:47:28 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:47:28 	at java.base/java.lang.Thread.run(Thread.java:829)
09:47:28 Caused by: Ice.CommunicatorDestroyedException: null
09:47:28 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:47:28 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:47:28 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:47:28 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:47:28 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:47:28 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:47:28 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:47:28 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:47:28 	... 7 common frames omitted
09:47:31 2024-12-10 09:47:31,232 ERROR [ o.formats.importer.util.ClientKeepAlive] (1-thread-1) Exception while executing ping(), logging Connector out: 
09:47:31 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:47:31 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:47:31 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:47:31 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:47:31 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:47:31 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:47:31 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:47:31 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:47:31 	at java.base/java.lang.Thread.run(Thread.java:829)
09:47:31 Caused by: Ice.CommunicatorDestroyedException: null
09:47:31 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:47:31 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:47:31 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:47:31 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:47:31 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:47:31 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:47:31 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:47:31 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:47:31 	... 7 common frames omitted
09:47:33 2024-12-10 09:47:33,477 ERROR [ o.formats.importer.util.ClientKeepAlive] (2-thread-1) Exception while executing ping(), logging Connector out: 
09:47:33 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:47:33 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:47:33 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:47:33 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:47:33 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:47:33 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:47:33 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:47:33 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:47:33 	at java.base/java.lang.Thread.run(Thread.java:829)
09:47:33 Caused by: Ice.CommunicatorDestroyedException: null
09:47:33 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:47:33 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:47:33 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:47:33 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:47:33 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:47:33 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:47:33 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:47:33 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:47:33 	... 7 common frames omitted
09:47:37 2024-12-10 09:47:37,551 ERROR [ o.formats.importer.util.ClientKeepAlive] (3-thread-1) Exception while executing ping(), logging Connector out: 
09:47:37 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:47:37 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:47:37 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:47:37 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:47:37 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:47:37 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:47:37 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:47:37 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:47:37 	at java.base/java.lang.Thread.run(Thread.java:829)
09:47:37 Caused by: Ice.CommunicatorDestroyedException: null
09:47:37 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:47:37 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:47:37 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:47:37 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:47:37 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:47:37 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:47:37 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:47:37 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:47:37 	... 7 common frames omitted
09:47:41 2024-12-10 09:47:41,119 ERROR [ o.formats.importer.util.ClientKeepAlive] (4-thread-1) Exception while executing ping(), logging Connector out: 
09:47:41 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:47:41 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:47:41 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:47:41 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:47:41 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:47:41 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:47:41 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:47:41 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:47:41 	at java.base/java.lang.Thread.run(Thread.java:829)
09:47:41 Caused by: Ice.CommunicatorDestroyedException: null
09:47:41 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:47:41 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:47:41 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:47:41 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:47:41 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:47:41 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:47:41 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:47:41 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:47:41 	... 7 common frames omitted
09:47:44 2024-12-10 09:47:44,750 ERROR [ o.formats.importer.util.ClientKeepAlive] (5-thread-1) Exception while executing ping(), logging Connector out: 
09:47:44 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:47:44 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:47:44 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:47:44 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:47:44 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:47:44 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:47:44 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:47:44 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:47:44 	at java.base/java.lang.Thread.run(Thread.java:829)
09:47:44 Caused by: Ice.CommunicatorDestroyedException: null
09:47:44 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:47:44 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:47:44 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:47:44 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:47:44 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:47:44 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:47:44 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:47:44 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:47:44 	... 7 common frames omitted
09:47:57 2024-12-10 09:47:57,455 ERROR [ o.formats.importer.util.ClientKeepAlive] (6-thread-1) Exception while executing ping(), logging Connector out: 
09:47:57 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:47:57 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:47:57 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:47:57 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:47:57 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:47:57 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:47:57 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:47:57 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:47:57 	at java.base/java.lang.Thread.run(Thread.java:829)
09:47:57 Caused by: Ice.CommunicatorDestroyedException: null
09:47:57 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:47:57 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:47:57 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:47:57 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:47:57 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:47:57 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:47:57 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:47:57 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:47:57 	... 7 common frames omitted
09:47:59 2024-12-10 09:47:59,578 ERROR [ o.formats.importer.util.ClientKeepAlive] (7-thread-1) Exception while executing ping(), logging Connector out: 
09:47:59 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:47:59 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:47:59 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:47:59 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:47:59 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:47:59 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:47:59 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:47:59 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:47:59 	at java.base/java.lang.Thread.run(Thread.java:829)
09:47:59 Caused by: Ice.CommunicatorDestroyedException: null
09:47:59 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:47:59 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:47:59 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:47:59 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:47:59 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:47:59 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:47:59 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:47:59 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:47:59 	... 7 common frames omitted
09:48:01 2024-12-10 09:48:01,675 ERROR [ o.formats.importer.util.ClientKeepAlive] (8-thread-1) Exception while executing ping(), logging Connector out: 
09:48:01 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:48:01 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:48:01 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:48:01 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:48:01 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:48:01 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:48:01 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:48:01 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:48:01 	at java.base/java.lang.Thread.run(Thread.java:829)
09:48:01 Caused by: Ice.CommunicatorDestroyedException: null
09:48:01 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:48:01 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:48:01 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:48:01 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:48:01 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:48:01 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:48:01 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:48:01 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:48:01 	... 7 common frames omitted
09:48:03 2024-12-10 09:48:03,750 ERROR [ o.formats.importer.util.ClientKeepAlive] (9-thread-1) Exception while executing ping(), logging Connector out: 
09:48:03 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:48:03 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:48:03 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:48:03 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:48:03 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:48:03 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:48:03 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:48:03 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:48:03 	at java.base/java.lang.Thread.run(Thread.java:829)
09:48:03 Caused by: Ice.CommunicatorDestroyedException: null
09:48:03 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:48:03 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:48:03 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:48:03 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:48:03 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:48:03 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:48:03 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:48:03 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:48:03 	... 7 common frames omitted
09:51:40 2024-12-10 09:51:40,495 ERROR [ o.formats.importer.util.ClientKeepAlive] (0-thread-1) Exception while executing ping(), logging Connector out: 
09:51:40 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:51:40 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:51:40 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:51:40 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:51:40 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:51:40 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:51:40 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:51:40 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:51:40 	at java.base/java.lang.Thread.run(Thread.java:829)
09:51:40 Caused by: Ice.CommunicatorDestroyedException: null
09:51:40 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:51:40 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:51:40 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:51:40 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:51:40 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:51:40 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:51:40 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:51:40 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:51:40 	... 7 common frames omitted
09:51:41 2024-12-10 09:51:41,625 ERROR [ o.formats.importer.util.ClientKeepAlive] (1-thread-1) Exception while executing ping(), logging Connector out: 
09:51:41 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:51:41 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:51:41 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:51:41 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:51:41 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:51:41 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:51:41 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:51:41 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:51:41 	at java.base/java.lang.Thread.run(Thread.java:829)
09:51:41 Caused by: Ice.CommunicatorDestroyedException: null
09:51:41 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:51:41 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:51:41 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:51:41 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:51:41 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:51:41 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:51:41 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:51:41 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:51:41 	... 7 common frames omitted
09:51:42 2024-12-10 09:51:42,238 ERROR [ o.formats.importer.util.ClientKeepAlive] (2-thread-1) Exception while executing ping(), logging Connector out: 
09:51:42 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:51:42 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:51:42 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:51:42 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:51:42 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:51:42 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:51:42 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:51:42 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:51:42 	at java.base/java.lang.Thread.run(Thread.java:829)
09:51:42 Caused by: Ice.CommunicatorDestroyedException: null
09:51:42 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:51:42 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:51:42 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:51:42 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:51:42 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:51:42 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:51:42 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:51:42 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:51:42 	... 7 common frames omitted
09:51:42 2024-12-10 09:51:42,745 ERROR [ o.formats.importer.util.ClientKeepAlive] (3-thread-1) Exception while executing ping(), logging Connector out: 
09:51:42 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:51:42 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:51:42 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:51:42 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:51:42 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:51:42 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:51:42 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:51:42 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:51:42 	at java.base/java.lang.Thread.run(Thread.java:829)
09:51:42 Caused by: Ice.CommunicatorDestroyedException: null
09:51:42 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:51:42 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:51:42 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:51:42 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:51:42 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:51:42 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:51:42 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:51:42 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:51:42 	... 7 common frames omitted
09:51:43 2024-12-10 09:51:43,275 ERROR [ o.formats.importer.util.ClientKeepAlive] (4-thread-1) Exception while executing ping(), logging Connector out: 
09:51:43 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:51:43 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:51:43 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:51:43 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:51:43 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:51:43 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:51:43 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:51:43 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:51:43 	at java.base/java.lang.Thread.run(Thread.java:829)
09:51:43 Caused by: Ice.CommunicatorDestroyedException: null
09:51:43 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:51:43 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:51:43 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:51:43 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:51:43 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:51:43 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:51:43 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:51:43 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:51:43 	... 7 common frames omitted
09:51:44 2024-12-10 09:51:44,276 ERROR [ o.formats.importer.util.ClientKeepAlive] (5-thread-1) Exception while executing ping(), logging Connector out: 
09:51:44 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:51:44 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:51:44 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:51:44 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:51:44 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:51:44 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:51:44 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:51:44 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:51:44 	at java.base/java.lang.Thread.run(Thread.java:829)
09:51:44 Caused by: Ice.CommunicatorDestroyedException: null
09:51:44 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:51:44 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:51:44 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:51:44 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:51:44 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:51:44 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:51:44 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:51:44 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:51:44 	... 7 common frames omitted
09:51:44 2024-12-10 09:51:44,853 ERROR [ o.formats.importer.util.ClientKeepAlive] (6-thread-1) Exception while executing ping(), logging Connector out: 
09:51:44 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:51:44 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:51:44 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:51:44 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:51:44 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:51:44 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:51:44 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:51:44 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:51:44 	at java.base/java.lang.Thread.run(Thread.java:829)
09:51:44 Caused by: Ice.CommunicatorDestroyedException: null
09:51:44 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:51:44 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:51:44 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:51:44 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:51:44 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:51:44 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:51:44 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:51:44 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:51:44 	... 7 common frames omitted
09:51:45 2024-12-10 09:51:45,971 ERROR [ o.formats.importer.util.ClientKeepAlive] (7-thread-1) Exception while executing ping(), logging Connector out: 
09:51:45 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:51:45 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:51:45 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:51:45 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:51:45 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:51:45 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:51:45 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:51:45 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:51:45 	at java.base/java.lang.Thread.run(Thread.java:829)
09:51:45 Caused by: Ice.CommunicatorDestroyedException: null
09:51:45 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:51:45 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:51:45 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:51:45 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:51:45 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:51:45 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:51:45 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:51:45 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:51:45 	... 7 common frames omitted
09:51:46 2024-12-10 09:51:46,436 ERROR [ o.formats.importer.util.ClientKeepAlive] (8-thread-1) Exception while executing ping(), logging Connector out: 
09:51:46 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:51:46 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:51:46 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:51:46 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:51:46 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:51:46 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:51:46 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:51:46 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:51:46 	at java.base/java.lang.Thread.run(Thread.java:829)
09:51:46 Caused by: Ice.CommunicatorDestroyedException: null
09:51:46 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:51:46 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:51:46 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:51:46 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:51:46 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:51:46 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:51:46 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:51:46 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:51:46 	... 7 common frames omitted
09:51:46 2024-12-10 09:51:46,918 ERROR [ o.formats.importer.util.ClientKeepAlive] (9-thread-1) Exception while executing ping(), logging Connector out: 
09:51:46 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:51:46 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:51:46 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:51:46 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:51:46 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:51:46 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:51:46 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:51:46 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:51:46 	at java.base/java.lang.Thread.run(Thread.java:829)
09:51:46 Caused by: Ice.CommunicatorDestroyedException: null
09:51:46 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:51:46 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:51:46 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:51:46 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:51:46 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:51:46 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:51:46 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:51:46 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:51:46 	... 7 common frames omitted
09:51:47 2024-12-10 09:51:47,384 ERROR [ o.formats.importer.util.ClientKeepAlive] (0-thread-1) Exception while executing ping(), logging Connector out: 
09:51:47 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:51:47 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:51:47 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:51:47 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:51:47 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:51:47 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:51:47 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:51:47 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:51:47 	at java.base/java.lang.Thread.run(Thread.java:829)
09:51:47 Caused by: Ice.CommunicatorDestroyedException: null
09:51:47 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:51:47 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:51:47 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:51:47 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:51:47 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:51:47 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:51:47 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:51:47 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:51:47 	... 7 common frames omitted
09:51:49 2024-12-10 09:51:49,477 ERROR [ o.formats.importer.util.ClientKeepAlive] (1-thread-1) Exception while executing ping(), logging Connector out: 
09:51:49 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:51:49 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:51:49 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:51:49 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:51:49 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:51:49 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:51:49 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:51:49 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:51:49 	at java.base/java.lang.Thread.run(Thread.java:829)
09:51:49 Caused by: Ice.CommunicatorDestroyedException: null
09:51:49 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:51:49 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:51:49 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:51:49 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:51:49 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:51:49 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:51:49 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:51:49 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:51:49 	... 7 common frames omitted
09:54:10 2024-12-10 09:54:10,687 ERROR [ o.formats.importer.util.ClientKeepAlive] (6-thread-1) Exception while executing ping(), logging Connector out: 
09:54:10 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:54:10 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:54:10 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:54:10 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:54:10 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:54:10 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:54:10 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:54:10 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:54:10 	at java.base/java.lang.Thread.run(Thread.java:829)
09:54:10 Caused by: Ice.CommunicatorDestroyedException: null
09:54:10 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:54:10 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:54:10 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:54:10 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:54:10 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:54:10 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:54:10 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:54:10 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:54:10 	... 7 common frames omitted
09:54:15 2024-12-10 09:54:15,362 ERROR [ o.formats.importer.util.ClientKeepAlive] (1-thread-1) Exception while executing ping(), logging Connector out: 
09:54:15 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:54:15 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:54:15 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:54:15 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:54:15 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:54:15 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:54:15 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:54:15 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:54:15 	at java.base/java.lang.Thread.run(Thread.java:829)
09:54:15 Caused by: Ice.CommunicatorDestroyedException: null
09:54:15 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:54:15 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:54:15 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:54:15 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:54:15 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:54:15 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:54:15 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:54:15 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:54:15 	... 7 common frames omitted
09:54:23 2024-12-10 09:54:23,288 ERROR [ o.formats.importer.util.ClientKeepAlive] (4-thread-1) Exception while executing ping(), logging Connector out: 
09:54:23 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:54:23 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:54:23 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:54:23 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:54:23 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:54:23 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:54:23 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:54:23 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:54:23 	at java.base/java.lang.Thread.run(Thread.java:829)
09:54:23 Caused by: Ice.CommunicatorDestroyedException: null
09:54:23 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:54:23 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:54:23 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:54:23 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:54:23 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:54:23 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:54:23 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:54:23 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:54:23 	... 7 common frames omitted
09:54:42 2024-12-10 09:54:42,244 ERROR [ o.formats.importer.util.ClientKeepAlive] (7-thread-1) Exception while executing ping(), logging Connector out: 
09:54:42 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:54:42 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:54:42 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:54:42 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:54:42 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:54:42 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:54:42 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:54:42 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:54:42 	at java.base/java.lang.Thread.run(Thread.java:829)
09:54:42 Caused by: Ice.CommunicatorDestroyedException: null
09:54:42 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:54:42 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:54:42 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:54:42 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:54:42 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:54:42 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:54:42 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:54:42 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:54:42 	... 7 common frames omitted
09:54:44 2024-12-10 09:54:44,066 ERROR [ o.formats.importer.util.ClientKeepAlive] (9-thread-1) Exception while executing ping(), logging Connector out: 
09:54:44 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:54:44 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:54:44 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:54:44 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:54:44 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:54:44 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:54:44 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:54:44 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:54:44 	at java.base/java.lang.Thread.run(Thread.java:829)
09:54:44 Caused by: Ice.CommunicatorDestroyedException: null
09:54:44 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:54:44 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:54:44 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:54:44 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:54:44 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:54:44 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:54:44 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:54:44 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:54:44 	... 7 common frames omitted
09:54:45 2024-12-10 09:54:45,746 ERROR [ o.formats.importer.util.ClientKeepAlive] (1-thread-1) Exception while executing ping(), logging Connector out: 
09:54:45 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:54:45 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:54:45 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:54:45 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:54:45 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:54:45 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:54:45 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:54:45 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:54:45 	at java.base/java.lang.Thread.run(Thread.java:829)
09:54:45 Caused by: Ice.CommunicatorDestroyedException: null
09:54:45 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:54:45 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:54:45 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:54:45 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:54:45 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:54:45 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:54:45 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:54:45 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:54:45 	... 7 common frames omitted
09:54:47 2024-12-10 09:54:47,547 ERROR [ o.formats.importer.util.ClientKeepAlive] (3-thread-1) Exception while executing ping(), logging Connector out: 
09:54:47 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:54:47 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:54:47 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:54:47 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:54:47 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:54:47 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:54:47 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:54:47 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:54:47 	at java.base/java.lang.Thread.run(Thread.java:829)
09:54:47 Caused by: Ice.CommunicatorDestroyedException: null
09:54:47 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:54:47 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:54:47 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:54:47 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:54:47 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:54:47 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:54:47 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:54:47 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:54:47 	... 7 common frames omitted
09:54:49 2024-12-10 09:54:49,186 ERROR [ o.formats.importer.util.ClientKeepAlive] (5-thread-1) Exception while executing ping(), logging Connector out: 
09:54:49 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:54:49 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:54:49 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:54:49 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:54:49 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:54:49 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:54:49 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:54:49 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:54:49 	at java.base/java.lang.Thread.run(Thread.java:829)
09:54:49 Caused by: Ice.CommunicatorDestroyedException: null
09:54:49 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:54:49 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:54:49 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:54:49 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:54:49 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:54:49 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:54:49 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:54:49 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:54:49 	... 7 common frames omitted
09:54:50 2024-12-10 09:54:50,976 ERROR [ o.formats.importer.util.ClientKeepAlive] (7-thread-1) Exception while executing ping(), logging Connector out: 
09:54:50 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:54:50 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:54:50 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:54:50 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:54:50 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:54:50 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:54:50 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:54:50 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:54:50 	at java.base/java.lang.Thread.run(Thread.java:829)
09:54:50 Caused by: Ice.CommunicatorDestroyedException: null
09:54:50 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:54:50 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:54:50 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:54:50 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:54:50 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:54:50 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:54:50 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:54:50 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:54:50 	... 7 common frames omitted
09:54:52 2024-12-10 09:54:52,669 ERROR [ o.formats.importer.util.ClientKeepAlive] (9-thread-1) Exception while executing ping(), logging Connector out: 
09:54:52 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:54:52 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:54:52 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:54:52 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:54:52 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:54:52 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:54:52 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:54:52 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:54:52 	at java.base/java.lang.Thread.run(Thread.java:829)
09:54:52 Caused by: Ice.CommunicatorDestroyedException: null
09:54:52 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:54:52 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:54:52 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:54:52 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:54:52 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:54:52 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:54:52 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:54:52 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:54:52 	... 7 common frames omitted
09:54:54 2024-12-10 09:54:54,441 ERROR [ o.formats.importer.util.ClientKeepAlive] (1-thread-1) Exception while executing ping(), logging Connector out: 
09:54:54 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:54:54 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:54:54 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:54:54 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:54:54 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:54:54 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:54:54 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:54:54 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:54:54 	at java.base/java.lang.Thread.run(Thread.java:829)
09:54:54 Caused by: Ice.CommunicatorDestroyedException: null
09:54:54 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:54:54 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:54:54 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:54:54 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:54:54 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:54:54 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:54:54 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:54:54 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:54:54 	... 7 common frames omitted
09:54:56 2024-12-10 09:54:56,040 ERROR [ o.formats.importer.util.ClientKeepAlive] (3-thread-1) Exception while executing ping(), logging Connector out: 
09:54:56 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:54:56 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:54:56 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:54:56 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:54:56 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:54:56 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:54:56 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:54:56 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:54:56 	at java.base/java.lang.Thread.run(Thread.java:829)
09:54:56 Caused by: Ice.CommunicatorDestroyedException: null
09:54:56 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:54:56 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:54:56 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:54:56 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:54:56 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:54:56 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:54:56 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:54:56 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:54:56 	... 7 common frames omitted
09:54:57 2024-12-10 09:54:57,785 ERROR [ o.formats.importer.util.ClientKeepAlive] (5-thread-1) Exception while executing ping(), logging Connector out: 
09:54:57 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:54:57 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:54:57 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:54:57 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:54:57 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:54:57 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:54:57 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:54:57 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:54:57 	at java.base/java.lang.Thread.run(Thread.java:829)
09:54:57 Caused by: Ice.CommunicatorDestroyedException: null
09:54:57 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:54:57 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:54:57 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:54:57 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:54:57 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:54:57 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:54:57 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:54:57 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:54:57 	... 7 common frames omitted
09:54:59 2024-12-10 09:54:59,375 ERROR [ o.formats.importer.util.ClientKeepAlive] (7-thread-1) Exception while executing ping(), logging Connector out: 
09:54:59 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:54:59 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:54:59 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:54:59 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:54:59 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:54:59 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:54:59 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:54:59 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:54:59 	at java.base/java.lang.Thread.run(Thread.java:829)
09:54:59 Caused by: Ice.CommunicatorDestroyedException: null
09:54:59 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:54:59 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:54:59 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:54:59 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:54:59 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:54:59 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:54:59 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:54:59 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:54:59 	... 7 common frames omitted
09:55:01 2024-12-10 09:55:01,110 ERROR [ o.formats.importer.util.ClientKeepAlive] (9-thread-1) Exception while executing ping(), logging Connector out: 
09:55:01 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:55:01 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:55:01 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:55:01 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:55:01 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:55:01 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:55:01 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:55:01 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:55:01 	at java.base/java.lang.Thread.run(Thread.java:829)
09:55:01 Caused by: Ice.CommunicatorDestroyedException: null
09:55:01 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:55:01 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:55:01 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:55:01 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:55:01 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:55:01 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:55:01 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:55:01 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:55:01 	... 7 common frames omitted
09:55:02 2024-12-10 09:55:02,172 ERROR [ o.formats.importer.util.ClientKeepAlive] (1-thread-1) Exception while executing ping(), logging Connector out: 
09:55:02 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
09:55:02 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
09:55:02 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
09:55:02 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:55:02 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:55:02 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
09:55:02 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:55:02 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:55:02 	at java.base/java.lang.Thread.run(Thread.java:829)
09:55:02 Caused by: Ice.CommunicatorDestroyedException: null
09:55:02 	at IceInternal.Instance.proxyFactory(Instance.java:239)
09:55:02 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
09:55:02 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
09:55:02 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
09:55:02 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
09:55:02 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
09:55:02 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
09:55:02 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
09:55:02 	... 7 common frames omitted
10:00:04 2024-12-10 10:00:04,940 ERROR [ o.formats.importer.util.ClientKeepAlive] (3-thread-1) Exception while executing ping(), logging Connector out: 
10:00:04 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:00:04 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:00:04 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:00:04 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:00:04 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:00:04 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:00:04 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:00:04 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:00:04 	at java.base/java.lang.Thread.run(Thread.java:829)
10:00:04 Caused by: Ice.CommunicatorDestroyedException: null
10:00:04 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:00:04 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:00:04 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:00:04 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:00:04 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:00:04 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:00:04 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:00:04 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:00:04 	... 7 common frames omitted
10:00:46 2024-12-10 10:00:46,567 ERROR [ o.formats.importer.util.ClientKeepAlive] (5-thread-1) Exception while executing ping(), logging Connector out: 
10:00:46 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:00:46 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:00:46 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:00:46 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:00:46 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:00:46 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:00:46 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:00:46 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:00:46 	at java.base/java.lang.Thread.run(Thread.java:829)
10:00:46 Caused by: Ice.CommunicatorDestroyedException: null
10:00:46 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:00:46 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:00:46 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:00:46 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:00:46 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:00:46 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:00:46 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:00:46 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:00:46 	... 7 common frames omitted
10:00:48 2024-12-10 10:00:48,804 ERROR [ o.formats.importer.util.ClientKeepAlive] (8-thread-1) Exception while executing ping(), logging Connector out: 
10:00:48 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:00:48 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:00:48 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:00:48 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:00:48 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:00:48 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:00:48 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:00:48 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:00:48 	at java.base/java.lang.Thread.run(Thread.java:829)
10:00:48 Caused by: Ice.CommunicatorDestroyedException: null
10:00:48 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:00:48 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:00:48 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:00:48 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:00:48 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:00:48 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:00:48 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:00:48 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:00:48 	... 7 common frames omitted
10:12:09 Could not login with command line arguments.Glacier2.PermissionDeniedException
10:12:09     reason = "Password check failed for 'a54912b6-1865-44bb-b0b9-a4f49eb4948a': [id=3014]"
10:12:09 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
10:12:09 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
10:12:09 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
10:12:09 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
10:12:09 	at java.base/java.lang.Class.newInstance(Class.java:584)
10:12:09 	at IceInternal.BasicStream.createUserException(BasicStream.java:2785)
10:12:09 	at IceInternal.BasicStream.access$300(BasicStream.java:14)
10:12:09 	at IceInternal.BasicStream$EncapsDecoder11.throwException(BasicStream.java:3620)
10:12:09 	at IceInternal.BasicStream.throwException(BasicStream.java:2291)
10:12:09 	at IceInternal.OutgoingAsync.throwUserException(OutgoingAsync.java:399)
10:12:09 	at Glacier2.RouterPrxHelper.end_createSession(RouterPrxHelper.java:178)
10:12:09 	at Glacier2.RouterPrxHelper.createSession(RouterPrxHelper.java:49)
10:12:09 	at Glacier2.RouterPrxHelper.createSession(RouterPrxHelper.java:41)
10:12:09 	at omero.client.createSession(client.java:776)
10:12:09 	at omero.client.createSession(client.java:719)
10:12:09 	at omero.gateway.Gateway.createSession(Gateway.java:1045)
10:12:09 	at omero.gateway.Gateway.connect(Gateway.java:297)
10:12:09 	at integration.gateway.GatewayUsageTest.testLoginFallback(GatewayUsageTest.java:154)
10:12:09 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
10:12:09 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
10:12:09 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
10:12:09 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
10:12:09 	at org.testng.internal.invokers.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:135)
10:12:09 	at org.testng.internal.invokers.InvokeMethodRunnable.runOne(InvokeMethodRunnable.java:44)
10:12:09 	at org.testng.internal.invokers.InvokeMethodRunnable.call(InvokeMethodRunnable.java:72)
10:12:09 	at org.testng.internal.invokers.InvokeMethodRunnable.call(InvokeMethodRunnable.java:10)
10:12:09 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
10:12:09 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:12:09 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:12:09 	at java.base/java.lang.Thread.run(Thread.java:829)
10:12:09 Could not login with command line arguments.Glacier2.PermissionDeniedException
10:12:09     reason = "Password check failed for 'a54912b6-1865-44bb-b0b9-a4f49eb4948a': [id=3014]"
10:12:09 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
10:12:09 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
10:12:09 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
10:12:09 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
10:12:09 	at java.base/java.lang.Class.newInstance(Class.java:584)
10:12:09 	at IceInternal.BasicStream.createUserException(BasicStream.java:2785)
10:12:09 	at IceInternal.BasicStream.access$300(BasicStream.java:14)
10:12:09 	at IceInternal.BasicStream$EncapsDecoder11.throwException(BasicStream.java:3620)
10:12:09 	at IceInternal.BasicStream.throwException(BasicStream.java:2291)
10:12:09 	at IceInternal.OutgoingAsync.throwUserException(OutgoingAsync.java:399)
10:12:09 	at Glacier2.RouterPrxHelper.end_createSession(RouterPrxHelper.java:178)
10:12:09 	at Glacier2.RouterPrxHelper.createSession(RouterPrxHelper.java:49)
10:12:09 	at Glacier2.RouterPrxHelper.createSession(RouterPrxHelper.java:41)
10:12:09 	at omero.client.createSession(client.java:776)
10:12:09 	at omero.client.createSession(client.java:719)
10:12:09 	at omero.gateway.Gateway.createSession(Gateway.java:1045)
10:12:09 	at omero.gateway.Gateway.connect(Gateway.java:297)
10:12:09 	at integration.gateway.GatewayUsageTest.testLoginFallback(GatewayUsageTest.java:154)
10:12:09 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
10:12:09 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
10:12:09 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
10:12:09 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
10:12:09 	at org.testng.internal.invokers.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:135)
10:12:09 	at org.testng.internal.invokers.InvokeMethodRunnable.runOne(InvokeMethodRunnable.java:44)
10:12:09 	at org.testng.internal.invokers.InvokeMethodRunnable.call(InvokeMethodRunnable.java:72)
10:12:09 	at org.testng.internal.invokers.InvokeMethodRunnable.call(InvokeMethodRunnable.java:10)
10:12:09 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
10:12:09 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:12:09 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:12:09 	at java.base/java.lang.Thread.run(Thread.java:829)
10:12:09 Exception in thread "TestNG-method=testLoginFallback-1"
10:12:26 Support for FileAnnotationData is deprecated. Use OriginalFile instead.
10:12:28 Could not load table dataomero.IllegalArgumentException: start value can't be greater than stop value
10:12:28 	at omero.gateway.facility.TablesFacility.query(TablesFacility.java:320)
10:12:28 	at integration.gateway.TablesFacilityTest.testInvalidParams(TablesFacilityTest.java:220)
10:12:28 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
10:12:28 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
10:12:28 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
10:12:28 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
10:12:28 	at org.testng.internal.invokers.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:135)
10:12:28 	at org.testng.internal.invokers.InvokeMethodRunnable.runOne(InvokeMethodRunnable.java:44)
10:12:28 	at org.testng.internal.invokers.InvokeMethodRunnable.call(InvokeMethodRunnable.java:72)
10:12:28 	at org.testng.internal.invokers.InvokeMethodRunnable.call(InvokeMethodRunnable.java:10)
10:12:28 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
10:12:28 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:12:28 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:12:28 	at java.base/java.lang.Thread.run(Thread.java:829)
10:12:28 Could not load table dataomero.IllegalArgumentException: start value can't be greater than stop value
10:12:28 	at omero.gateway.facility.TablesFacility.query(TablesFacility.java:320)
10:12:28 	at integration.gateway.TablesFacilityTest.testInvalidParams(TablesFacilityTest.java:220)
10:12:28 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
10:12:28 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
10:12:28 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
10:12:28 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
10:12:28 	at org.testng.internal.invokers.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:135)
10:12:28 	at org.testng.internal.invokers.InvokeMethodRunnable.runOne(InvokeMethodRunnable.java:44)
10:12:28 	at org.testng.internal.invokers.InvokeMethodRunnable.call(InvokeMethodRunnable.java:72)
10:12:28 	at org.testng.internal.invokers.InvokeMethodRunnable.call(InvokeMethodRunnable.java:10)
10:12:28 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
10:12:28 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:12:28 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:12:28 	at java.base/java.lang.Thread.run(Thread.java:829)
10:12:28 Exception in thread "TestNG-method=testInvalidParams-1"
10:12:28 Could not load table dataomero.IllegalArgumentException: step value is greater than the specified range
10:12:28 	at omero.gateway.facility.TablesFacility.query(TablesFacility.java:324)
10:12:28 	at integration.gateway.TablesFacilityTest.testInvalidParams(TablesFacilityTest.java:229)
10:12:28 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
10:12:28 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
10:12:28 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
10:12:28 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
10:12:28 	at org.testng.internal.invokers.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:135)
10:12:28 	at org.testng.internal.invokers.InvokeMethodRunnable.runOne(InvokeMethodRunnable.java:44)
10:12:28 	at org.testng.internal.invokers.InvokeMethodRunnable.call(InvokeMethodRunnable.java:72)
10:12:28 	at org.testng.internal.invokers.InvokeMethodRunnable.call(InvokeMethodRunnable.java:10)
10:12:28 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
10:12:28 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:12:28 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:12:28 	at java.base/java.lang.Thread.run(Thread.java:829)
10:12:28 Could not load table dataomero.IllegalArgumentException: step value is greater than the specified range
10:12:28 	at omero.gateway.facility.TablesFacility.query(TablesFacility.java:324)
10:12:28 	at integration.gateway.TablesFacilityTest.testInvalidParams(TablesFacilityTest.java:229)
10:12:28 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
10:12:28 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
10:12:28 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
10:12:28 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
10:12:28 	at org.testng.internal.invokers.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:135)
10:12:28 	at org.testng.internal.invokers.InvokeMethodRunnable.runOne(InvokeMethodRunnable.java:44)
10:12:28 	at org.testng.internal.invokers.InvokeMethodRunnable.call(InvokeMethodRunnable.java:72)
10:12:28 	at org.testng.internal.invokers.InvokeMethodRunnable.call(InvokeMethodRunnable.java:10)
10:12:28 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
10:12:28 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:12:28 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:12:28 	at java.base/java.lang.Thread.run(Thread.java:829)
10:12:28 Exception in thread "TestNG-method=testInvalidParams-1"
10:12:28 No concrete type specified for column 'column1', using Object.toString()
10:12:29 Request rows 648 to 654; columns []
10:12:30 Request rows 1464 to 1465; columns [7, 10]
10:12:30 Request rows 845 to 910; columns [1, 10, 8]
10:12:32 Request rows 1173 to 1182; columns [10]
10:12:33 Request rows 1020 to 1112; columns [0, 1, 5, 2, 8]
10:13:25 2024-12-10 10:13:25,274 ERROR [ o.formats.importer.util.ClientKeepAlive] (1-thread-1) Exception while executing ping(), logging Connector out: 
10:13:25 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:13:25 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:13:25 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:13:25 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:13:25 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:13:25 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:13:25 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:13:25 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:13:25 	at java.base/java.lang.Thread.run(Thread.java:829)
10:13:25 Caused by: Ice.CommunicatorDestroyedException: null
10:13:25 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:13:25 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:13:25 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:13:25 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:13:25 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:13:25 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:13:25 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:13:25 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:13:25 	... 7 common frames omitted
10:14:42 2024-12-10 10:14:42,157 ERROR [ o.formats.importer.util.ClientKeepAlive] (4-thread-1) Exception while executing ping(), logging Connector out: 
10:14:42 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:14:42 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:14:42 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:14:42 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:14:42 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:14:42 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:14:42 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:14:42 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:14:42 	at java.base/java.lang.Thread.run(Thread.java:829)
10:14:42 Caused by: Ice.CommunicatorDestroyedException: null
10:14:42 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:14:42 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:14:42 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:14:42 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:14:42 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:14:42 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:14:42 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:14:42 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:14:42 	... 7 common frames omitted
10:14:46 2024-12-10 10:14:46,228 ERROR [ o.formats.importer.util.ClientKeepAlive] (6-thread-1) Exception while executing ping(), logging Connector out: 
10:14:46 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:14:46 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:14:46 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:14:46 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:14:46 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:14:46 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:14:46 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:14:46 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:14:46 	at java.base/java.lang.Thread.run(Thread.java:829)
10:14:46 Caused by: Ice.CommunicatorDestroyedException: null
10:14:46 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:14:46 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:14:46 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:14:46 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:14:46 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:14:46 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:14:46 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:14:46 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:14:46 	... 7 common frames omitted
10:14:49 2024-12-10 10:14:49,945 ERROR [ o.formats.importer.util.ClientKeepAlive] (8-thread-1) Exception while executing ping(), logging Connector out: 
10:14:49 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:14:49 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:14:49 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:14:49 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:14:49 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:14:49 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:14:49 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:14:49 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:14:49 	at java.base/java.lang.Thread.run(Thread.java:829)
10:14:49 Caused by: Ice.CommunicatorDestroyedException: null
10:14:49 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:14:49 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:14:49 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:14:49 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:14:49 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:14:49 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:14:49 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:14:49 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:14:49 	... 7 common frames omitted
10:14:53 2024-12-10 10:14:53,636 ERROR [ o.formats.importer.util.ClientKeepAlive] (0-thread-1) Exception while executing ping(), logging Connector out: 
10:14:53 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:14:53 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:14:53 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:14:53 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:14:53 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:14:53 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:14:53 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:14:53 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:14:53 	at java.base/java.lang.Thread.run(Thread.java:829)
10:14:53 Caused by: Ice.CommunicatorDestroyedException: null
10:14:53 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:14:53 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:14:53 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:14:53 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:14:53 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:14:53 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:14:53 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:14:53 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:14:53 	... 7 common frames omitted
10:14:56 2024-12-10 10:14:56,621 ERROR [ o.formats.importer.util.ClientKeepAlive] (2-thread-1) Exception while executing ping(), logging Connector out: 
10:14:56 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:14:56 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:14:56 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:14:56 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:14:56 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:14:56 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:14:56 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:14:56 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:14:56 	at java.base/java.lang.Thread.run(Thread.java:829)
10:14:56 Caused by: Ice.CommunicatorDestroyedException: null
10:14:56 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:14:56 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:14:56 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:14:56 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:14:56 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:14:56 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:14:56 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:14:56 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:14:56 	... 7 common frames omitted
10:14:59 2024-12-10 10:14:59,812 ERROR [ o.formats.importer.util.ClientKeepAlive] (4-thread-1) Exception while executing ping(), logging Connector out: 
10:14:59 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:14:59 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:14:59 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:14:59 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:14:59 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:14:59 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:14:59 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:14:59 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:14:59 	at java.base/java.lang.Thread.run(Thread.java:829)
10:14:59 Caused by: Ice.CommunicatorDestroyedException: null
10:14:59 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:14:59 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:14:59 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:14:59 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:14:59 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:14:59 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:14:59 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:14:59 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:14:59 	... 7 common frames omitted
10:15:03 2024-12-10 10:15:03,020 ERROR [ o.formats.importer.util.ClientKeepAlive] (6-thread-1) Exception while executing ping(), logging Connector out: 
10:15:03 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:15:03 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:15:03 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:15:03 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:15:03 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:15:03 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:15:03 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:15:03 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:15:03 	at java.base/java.lang.Thread.run(Thread.java:829)
10:15:03 Caused by: Ice.CommunicatorDestroyedException: null
10:15:03 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:15:03 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:15:03 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:15:03 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:15:03 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:15:03 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:15:03 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:15:03 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:15:03 	... 7 common frames omitted
10:15:06 2024-12-10 10:15:06,103 ERROR [ o.formats.importer.util.ClientKeepAlive] (8-thread-1) Exception while executing ping(), logging Connector out: 
10:15:06 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:15:06 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:15:06 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:15:06 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:15:06 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:15:06 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:15:06 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:15:06 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:15:06 	at java.base/java.lang.Thread.run(Thread.java:829)
10:15:06 Caused by: Ice.CommunicatorDestroyedException: null
10:15:06 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:15:06 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:15:06 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:15:06 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:15:06 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:15:06 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:15:06 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:15:06 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:15:06 	... 7 common frames omitted
10:15:09 2024-12-10 10:15:09,158 ERROR [ o.formats.importer.util.ClientKeepAlive] (0-thread-1) Exception while executing ping(), logging Connector out: 
10:15:09 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:15:09 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:15:09 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:15:09 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:15:09 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:15:09 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:15:09 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:15:09 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:15:09 	at java.base/java.lang.Thread.run(Thread.java:829)
10:15:09 Caused by: Ice.CommunicatorDestroyedException: null
10:15:09 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:15:09 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:15:09 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:15:09 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:15:09 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:15:09 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:15:09 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:15:09 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:15:09 	... 7 common frames omitted
10:15:10 2024-12-10 10:15:10,771 ERROR [ o.formats.importer.util.ClientKeepAlive] (2-thread-1) Exception while executing ping(), logging Connector out: 
10:15:10 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:15:10 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:15:10 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:15:10 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:15:10 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:15:10 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:15:10 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:15:10 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:15:10 	at java.base/java.lang.Thread.run(Thread.java:829)
10:15:10 Caused by: Ice.CommunicatorDestroyedException: null
10:15:10 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:15:10 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:15:10 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:15:10 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:15:10 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:15:10 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:15:10 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:15:10 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:15:10 	... 7 common frames omitted
10:15:12 2024-12-10 10:15:12,359 ERROR [ o.formats.importer.util.ClientKeepAlive] (4-thread-1) Exception while executing ping(), logging Connector out: 
10:15:12 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:15:12 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:15:12 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:15:12 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:15:12 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:15:12 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:15:12 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:15:12 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:15:12 	at java.base/java.lang.Thread.run(Thread.java:829)
10:15:12 Caused by: Ice.CommunicatorDestroyedException: null
10:15:12 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:15:12 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:15:12 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:15:12 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:15:12 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:15:12 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:15:12 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:15:12 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:15:12 	... 7 common frames omitted
10:15:13 2024-12-10 10:15:13,874 ERROR [ o.formats.importer.util.ClientKeepAlive] (6-thread-1) Exception while executing ping(), logging Connector out: 
10:15:13 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:15:13 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:15:13 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:15:13 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:15:13 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:15:13 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:15:13 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:15:13 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:15:13 	at java.base/java.lang.Thread.run(Thread.java:829)
10:15:13 Caused by: Ice.CommunicatorDestroyedException: null
10:15:13 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:15:13 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:15:13 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:15:13 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:15:13 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:15:13 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:15:13 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:15:13 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:15:13 	... 7 common frames omitted
10:15:16 2024-12-10 10:15:16,025 ERROR [ o.formats.importer.util.ClientKeepAlive] (8-thread-1) Exception while executing ping(), logging Connector out: 
10:15:16 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:15:16 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:15:16 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:15:16 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:15:16 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:15:16 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:15:16 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:15:16 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:15:16 	at java.base/java.lang.Thread.run(Thread.java:829)
10:15:16 Caused by: Ice.CommunicatorDestroyedException: null
10:15:16 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:15:16 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:15:16 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:15:16 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:15:16 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:15:16 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:15:16 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:15:16 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:15:16 	... 7 common frames omitted
10:15:18 2024-12-10 10:15:18,784 ERROR [ o.formats.importer.util.ClientKeepAlive] (0-thread-1) Exception while executing ping(), logging Connector out: 
10:15:18 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:15:18 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:15:18 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:15:18 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:15:18 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:15:18 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:15:18 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:15:18 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:15:18 	at java.base/java.lang.Thread.run(Thread.java:829)
10:15:18 Caused by: Ice.CommunicatorDestroyedException: null
10:15:18 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:15:18 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:15:18 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:15:18 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:15:18 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:15:18 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:15:18 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:15:18 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:15:18 	... 7 common frames omitted
10:15:21 2024-12-10 10:15:21,590 ERROR [ o.formats.importer.util.ClientKeepAlive] (2-thread-1) Exception while executing ping(), logging Connector out: 
10:15:21 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:15:21 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:15:21 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:15:21 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:15:21 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:15:21 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:15:21 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:15:21 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:15:21 	at java.base/java.lang.Thread.run(Thread.java:829)
10:15:21 Caused by: Ice.CommunicatorDestroyedException: null
10:15:21 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:15:21 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:15:21 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:15:21 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:15:21 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:15:21 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:15:21 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:15:21 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:15:21 	... 7 common frames omitted
10:15:24 2024-12-10 10:15:24,369 ERROR [ o.formats.importer.util.ClientKeepAlive] (4-thread-1) Exception while executing ping(), logging Connector out: 
10:15:24 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:15:24 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:15:24 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:15:24 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:15:24 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:15:24 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:15:24 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:15:24 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:15:24 	at java.base/java.lang.Thread.run(Thread.java:829)
10:15:24 Caused by: Ice.CommunicatorDestroyedException: null
10:15:24 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:15:24 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:15:24 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:15:24 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:15:24 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:15:24 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:15:24 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:15:24 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:15:24 	... 7 common frames omitted
10:15:26 2024-12-10 10:15:26,432 ERROR [ o.formats.importer.util.ClientKeepAlive] (6-thread-1) Exception while executing ping(), logging Connector out: 
10:15:26 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:15:26 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:15:26 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:15:26 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:15:26 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:15:26 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:15:26 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:15:26 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:15:26 	at java.base/java.lang.Thread.run(Thread.java:829)
10:15:26 Caused by: Ice.CommunicatorDestroyedException: null
10:15:26 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:15:26 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:15:26 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:15:26 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:15:26 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:15:26 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:15:26 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:15:26 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:15:26 	... 7 common frames omitted
10:15:28 2024-12-10 10:15:28,545 ERROR [ o.formats.importer.util.ClientKeepAlive] (8-thread-1) Exception while executing ping(), logging Connector out: 
10:15:28 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:15:28 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:15:28 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:15:28 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:15:28 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:15:28 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:15:28 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:15:28 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:15:28 	at java.base/java.lang.Thread.run(Thread.java:829)
10:15:28 Caused by: Ice.CommunicatorDestroyedException: null
10:15:28 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:15:28 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:15:28 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:15:28 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:15:28 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:15:28 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:15:28 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:15:28 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:15:28 	... 7 common frames omitted
10:15:30 2024-12-10 10:15:30,646 ERROR [ o.formats.importer.util.ClientKeepAlive] (0-thread-1) Exception while executing ping(), logging Connector out: 
10:15:30 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:15:30 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:15:30 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:15:30 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:15:30 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:15:30 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:15:30 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:15:30 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:15:30 	at java.base/java.lang.Thread.run(Thread.java:829)
10:15:30 Caused by: Ice.CommunicatorDestroyedException: null
10:15:30 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:15:30 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:15:30 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:15:30 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:15:30 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:15:30 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:15:30 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:15:30 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:15:30 	... 7 common frames omitted
10:15:32 2024-12-10 10:15:32,702 ERROR [ o.formats.importer.util.ClientKeepAlive] (2-thread-1) Exception while executing ping(), logging Connector out: 
10:15:32 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:15:32 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:15:32 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:15:32 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:15:32 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:15:32 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:15:32 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:15:32 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:15:32 	at java.base/java.lang.Thread.run(Thread.java:829)
10:15:32 Caused by: Ice.CommunicatorDestroyedException: null
10:15:32 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:15:32 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:15:32 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:15:32 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:15:32 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:15:32 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:15:32 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:15:32 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:15:32 	... 7 common frames omitted
10:15:34 2024-12-10 10:15:34,796 ERROR [ o.formats.importer.util.ClientKeepAlive] (4-thread-1) Exception while executing ping(), logging Connector out: 
10:15:34 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:15:34 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:15:34 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:15:34 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:15:34 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:15:34 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:15:34 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:15:34 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:15:34 	at java.base/java.lang.Thread.run(Thread.java:829)
10:15:34 Caused by: Ice.CommunicatorDestroyedException: null
10:15:34 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:15:34 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:15:34 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:15:34 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:15:34 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:15:34 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:15:34 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:15:34 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:15:34 	... 7 common frames omitted
10:15:36 2024-12-10 10:15:36,107 ERROR [ o.formats.importer.util.ClientKeepAlive] (6-thread-1) Exception while executing ping(), logging Connector out: 
10:15:36 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:15:36 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:15:36 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:15:36 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:15:36 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:15:36 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:15:36 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:15:36 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:15:36 	at java.base/java.lang.Thread.run(Thread.java:829)
10:15:36 Caused by: Ice.CommunicatorDestroyedException: null
10:15:36 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:15:36 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:15:36 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:15:36 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:15:36 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:15:36 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:15:36 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:15:36 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:15:36 	... 7 common frames omitted
10:15:37 2024-12-10 10:15:37,405 ERROR [ o.formats.importer.util.ClientKeepAlive] (8-thread-1) Exception while executing ping(), logging Connector out: 
10:15:37 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:15:37 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:15:37 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:15:37 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:15:37 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:15:37 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:15:37 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:15:37 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:15:37 	at java.base/java.lang.Thread.run(Thread.java:829)
10:15:37 Caused by: Ice.CommunicatorDestroyedException: null
10:15:37 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:15:37 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:15:37 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:15:37 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:15:37 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:15:37 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:15:37 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:15:37 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:15:37 	... 7 common frames omitted
10:15:38 2024-12-10 10:15:38,695 ERROR [ o.formats.importer.util.ClientKeepAlive] (0-thread-1) Exception while executing ping(), logging Connector out: 
10:15:38 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:15:38 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:15:38 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:15:38 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:15:38 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:15:38 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:15:38 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:15:38 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:15:38 	at java.base/java.lang.Thread.run(Thread.java:829)
10:15:38 Caused by: Ice.CommunicatorDestroyedException: null
10:15:38 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:15:38 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:15:38 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:15:38 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:15:38 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:15:38 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:15:38 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:15:38 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:15:38 	... 7 common frames omitted
10:15:40 2024-12-10 10:15:40,796 ERROR [ o.formats.importer.util.ClientKeepAlive] (2-thread-1) Exception while executing ping(), logging Connector out: 
10:15:40 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:15:40 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:15:40 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:15:40 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:15:40 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:15:40 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:15:40 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:15:40 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:15:40 	at java.base/java.lang.Thread.run(Thread.java:829)
10:15:40 Caused by: Ice.CommunicatorDestroyedException: null
10:15:40 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:15:40 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:15:40 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:15:40 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:15:40 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:15:40 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:15:40 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:15:40 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:15:40 	... 7 common frames omitted
10:15:44 2024-12-10 10:15:44,408 ERROR [ o.formats.importer.util.ClientKeepAlive] (4-thread-1) Exception while executing ping(), logging Connector out: 
10:15:44 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:15:44 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:15:44 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:15:44 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:15:44 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:15:44 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:15:44 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:15:44 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:15:44 	at java.base/java.lang.Thread.run(Thread.java:829)
10:15:44 Caused by: Ice.CommunicatorDestroyedException: null
10:15:44 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:15:44 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:15:44 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:15:44 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:15:44 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:15:44 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:15:44 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:15:44 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:15:44 	... 7 common frames omitted
10:15:48 2024-12-10 10:15:48,189 ERROR [ o.formats.importer.util.ClientKeepAlive] (6-thread-1) Exception while executing ping(), logging Connector out: 
10:15:48 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:15:48 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:15:48 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:15:48 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:15:48 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:15:48 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:15:48 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:15:48 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:15:48 	at java.base/java.lang.Thread.run(Thread.java:829)
10:15:48 Caused by: Ice.CommunicatorDestroyedException: null
10:15:48 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:15:48 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:15:48 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:15:48 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:15:48 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:15:48 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:15:48 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:15:48 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:15:48 	... 7 common frames omitted
10:15:51 2024-12-10 10:15:51,962 ERROR [ o.formats.importer.util.ClientKeepAlive] (8-thread-1) Exception while executing ping(), logging Connector out: 
10:15:51 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:15:51 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:15:51 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:15:51 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:15:51 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:15:51 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:15:51 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:15:51 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:15:51 	at java.base/java.lang.Thread.run(Thread.java:829)
10:15:51 Caused by: Ice.CommunicatorDestroyedException: null
10:15:51 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:15:51 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:15:51 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:15:51 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:15:51 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:15:51 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:15:51 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:15:51 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:15:51 	... 7 common frames omitted
10:15:55 2024-12-10 10:15:55,862 ERROR [ o.formats.importer.util.ClientKeepAlive] (0-thread-1) Exception while executing ping(), logging Connector out: 
10:15:55 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:15:55 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:15:55 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:15:55 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:15:55 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:15:55 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:15:55 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:15:55 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:15:55 	at java.base/java.lang.Thread.run(Thread.java:829)
10:15:55 Caused by: Ice.CommunicatorDestroyedException: null
10:15:55 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:15:55 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:15:55 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:15:55 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:15:55 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:15:55 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:15:55 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:15:55 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:15:55 	... 7 common frames omitted
10:15:57 2024-12-10 10:15:57,875 ERROR [ o.formats.importer.util.ClientKeepAlive] (2-thread-1) Exception while executing ping(), logging Connector out: 
10:15:57 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:15:57 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:15:57 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:15:57 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:15:57 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:15:57 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:15:57 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:15:57 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:15:57 	at java.base/java.lang.Thread.run(Thread.java:829)
10:15:57 Caused by: Ice.CommunicatorDestroyedException: null
10:15:57 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:15:57 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:15:57 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:15:57 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:15:57 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:15:57 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:15:57 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:15:57 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:15:57 	... 7 common frames omitted
10:15:59 2024-12-10 10:15:59,370 ERROR [ o.formats.importer.util.ClientKeepAlive] (4-thread-1) Exception while executing ping(), logging Connector out: 
10:15:59 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:15:59 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:15:59 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:15:59 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:15:59 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:15:59 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:15:59 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:15:59 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:15:59 	at java.base/java.lang.Thread.run(Thread.java:829)
10:15:59 Caused by: Ice.CommunicatorDestroyedException: null
10:15:59 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:15:59 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:15:59 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:15:59 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:15:59 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:15:59 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:15:59 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:15:59 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:15:59 	... 7 common frames omitted
10:16:02 2024-12-10 10:16:02,451 ERROR [ o.formats.importer.util.ClientKeepAlive] (6-thread-1) Exception while executing ping(), logging Connector out: 
10:16:02 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:16:02 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:16:02 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:16:02 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:16:02 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:16:02 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:16:02 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:16:02 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:16:02 	at java.base/java.lang.Thread.run(Thread.java:829)
10:16:02 Caused by: Ice.CommunicatorDestroyedException: null
10:16:02 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:16:02 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:16:02 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:16:02 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:16:02 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:16:02 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:16:02 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:16:02 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:16:02 	... 7 common frames omitted
10:16:05 2024-12-10 10:16:05,500 ERROR [ o.formats.importer.util.ClientKeepAlive] (8-thread-1) Exception while executing ping(), logging Connector out: 
10:16:05 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:16:05 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:16:05 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:16:05 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:16:05 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:16:05 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:16:05 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:16:05 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:16:05 	at java.base/java.lang.Thread.run(Thread.java:829)
10:16:05 Caused by: Ice.CommunicatorDestroyedException: null
10:16:05 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:16:05 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:16:05 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:16:05 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:16:05 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:16:05 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:16:05 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:16:05 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:16:05 	... 7 common frames omitted
10:16:08 2024-12-10 10:16:08,540 ERROR [ o.formats.importer.util.ClientKeepAlive] (0-thread-1) Exception while executing ping(), logging Connector out: 
10:16:08 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:16:08 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:16:08 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:16:08 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:16:08 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:16:08 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:16:08 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:16:08 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:16:08 	at java.base/java.lang.Thread.run(Thread.java:829)
10:16:08 Caused by: Ice.CommunicatorDestroyedException: null
10:16:08 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:16:08 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:16:08 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:16:08 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:16:08 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:16:08 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:16:08 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:16:08 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:16:08 	... 7 common frames omitted
10:16:11 2024-12-10 10:16:11,612 ERROR [ o.formats.importer.util.ClientKeepAlive] (2-thread-1) Exception while executing ping(), logging Connector out: 
10:16:11 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:16:11 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:16:11 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:16:11 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:16:11 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:16:11 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:16:11 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:16:11 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:16:11 	at java.base/java.lang.Thread.run(Thread.java:829)
10:16:11 Caused by: Ice.CommunicatorDestroyedException: null
10:16:11 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:16:11 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:16:11 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:16:11 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:16:11 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:16:11 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:16:11 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:16:11 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:16:11 	... 7 common frames omitted
10:16:13 2024-12-10 10:16:13,126 ERROR [ o.formats.importer.util.ClientKeepAlive] (4-thread-1) Exception while executing ping(), logging Connector out: 
10:16:13 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:16:13 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:16:13 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:16:13 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:16:13 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:16:13 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:16:13 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:16:13 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:16:13 	at java.base/java.lang.Thread.run(Thread.java:829)
10:16:13 Caused by: Ice.CommunicatorDestroyedException: null
10:16:13 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:16:13 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:16:13 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:16:13 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:16:13 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:16:13 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:16:13 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:16:13 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:16:13 	... 7 common frames omitted
10:16:14 2024-12-10 10:16:14,635 ERROR [ o.formats.importer.util.ClientKeepAlive] (6-thread-1) Exception while executing ping(), logging Connector out: 
10:16:14 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:16:14 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:16:14 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:16:14 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:16:14 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:16:14 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:16:14 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:16:14 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:16:14 	at java.base/java.lang.Thread.run(Thread.java:829)
10:16:14 Caused by: Ice.CommunicatorDestroyedException: null
10:16:14 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:16:14 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:16:14 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:16:14 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:16:14 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:16:14 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:16:14 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:16:14 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:16:14 	... 7 common frames omitted
10:16:16 2024-12-10 10:16:16,167 ERROR [ o.formats.importer.util.ClientKeepAlive] (8-thread-1) Exception while executing ping(), logging Connector out: 
10:16:16 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:16:16 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:16:16 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:16:16 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:16:16 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:16:16 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:16:16 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:16:16 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:16:16 	at java.base/java.lang.Thread.run(Thread.java:829)
10:16:16 Caused by: Ice.CommunicatorDestroyedException: null
10:16:16 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:16:16 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:16:16 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:16:16 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:16:16 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:16:16 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:16:16 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:16:16 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:16:16 	... 7 common frames omitted
10:16:49 2024-12-10 10:16:49,726 ERROR [ o.formats.importer.util.ClientKeepAlive] (0-thread-1) Exception while executing ping(), logging Connector out: 
10:16:49 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:16:49 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:16:49 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:16:49 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:16:49 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:16:49 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:16:49 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:16:49 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:16:49 	at java.base/java.lang.Thread.run(Thread.java:829)
10:16:49 Caused by: Ice.CommunicatorDestroyedException: null
10:16:49 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:16:49 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:16:49 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:16:49 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:16:49 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:16:49 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:16:49 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:16:49 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:16:49 	... 7 common frames omitted
10:16:53 2024-12-10 10:16:53,791 ERROR [ o.formats.importer.util.ClientKeepAlive] (2-thread-1) Exception while executing ping(), logging Connector out: 
10:16:53 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:16:53 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:16:53 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:16:53 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:16:53 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:16:53 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:16:53 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:16:53 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:16:53 	at java.base/java.lang.Thread.run(Thread.java:829)
10:16:53 Caused by: Ice.CommunicatorDestroyedException: null
10:16:53 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:16:53 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:16:53 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:16:53 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:16:53 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:16:53 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:16:53 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:16:53 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:16:53 	... 7 common frames omitted
10:16:57 2024-12-10 10:16:57,758 ERROR [ o.formats.importer.util.ClientKeepAlive] (4-thread-1) Exception while executing ping(), logging Connector out: 
10:16:57 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:16:57 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:16:57 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:16:57 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:16:57 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:16:57 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:16:57 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:16:57 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:16:57 	at java.base/java.lang.Thread.run(Thread.java:829)
10:16:57 Caused by: Ice.CommunicatorDestroyedException: null
10:16:57 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:16:57 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:16:57 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:16:57 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:16:57 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:16:57 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:16:57 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:16:57 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:16:57 	... 7 common frames omitted
10:17:11 2024-12-10 10:17:11,925 ERROR [ o.formats.importer.util.ClientKeepAlive] (2-thread-1) Exception while executing ping(), logging Connector out: 
10:17:11 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:17:11 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:17:11 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:17:11 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:17:11 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:17:11 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:17:11 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:17:11 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:17:11 	at java.base/java.lang.Thread.run(Thread.java:829)
10:17:11 Caused by: Ice.CommunicatorDestroyedException: null
10:17:11 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:17:11 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:17:11 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:17:11 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:17:11 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:17:11 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:17:11 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:17:11 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:17:11 	... 7 common frames omitted
10:17:53 2024-12-10 10:17:53,139 ERROR [ o.formats.importer.util.ClientKeepAlive] (8-thread-1) Exception while executing ping(), logging Connector out: 
10:17:53 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:17:53 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:17:53 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:17:53 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:17:53 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:17:53 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:17:53 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:17:53 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:17:53 	at java.base/java.lang.Thread.run(Thread.java:829)
10:17:53 Caused by: Ice.CommunicatorDestroyedException: null
10:17:53 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:17:53 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:17:53 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:17:53 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:17:53 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:17:53 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:17:53 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:17:53 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:17:53 	... 7 common frames omitted
10:18:03 2024-12-10 10:18:03,095 ERROR [ o.formats.importer.util.ClientKeepAlive] (9-thread-1) Exception while executing ping(), logging Connector out: 
10:18:03 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:18:03 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:18:03 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:18:03 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:18:03 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:18:03 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:18:03 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:18:03 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:18:03 	at java.base/java.lang.Thread.run(Thread.java:829)
10:18:03 Caused by: Ice.CommunicatorDestroyedException: null
10:18:03 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:18:03 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:18:03 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:18:03 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:18:03 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:18:03 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:18:03 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:18:03 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:18:03 	... 7 common frames omitted
10:18:04 2024-12-10 10:18:04,184 ERROR [ o.formats.importer.util.ClientKeepAlive] (1-thread-1) Exception while executing ping(), logging Connector out: 
10:18:04 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:18:04 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:18:04 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:18:04 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:18:04 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:18:04 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:18:04 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:18:04 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:18:04 	at java.base/java.lang.Thread.run(Thread.java:829)
10:18:04 Caused by: Ice.CommunicatorDestroyedException: null
10:18:04 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:18:04 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:18:04 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:18:04 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:18:04 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:18:04 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:18:04 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:18:04 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:18:04 	... 7 common frames omitted
10:18:06 2024-12-10 10:18:06,561 ERROR [ o.formats.importer.util.ClientKeepAlive] (3-thread-1) Exception while executing ping(), logging Connector out: 
10:18:06 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:18:06 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:18:06 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:18:06 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:18:06 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:18:06 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:18:06 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:18:06 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:18:06 	at java.base/java.lang.Thread.run(Thread.java:829)
10:18:06 Caused by: Ice.CommunicatorDestroyedException: null
10:18:06 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:18:06 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:18:06 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:18:06 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:18:06 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:18:06 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:18:06 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:18:06 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:18:06 	... 7 common frames omitted
10:18:07 2024-12-10 10:18:07,659 ERROR [ o.formats.importer.util.ClientKeepAlive] (5-thread-1) Exception while executing ping(), logging Connector out: 
10:18:07 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:18:07 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:18:07 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:18:07 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:18:07 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:18:07 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:18:07 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:18:07 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:18:07 	at java.base/java.lang.Thread.run(Thread.java:829)
10:18:07 Caused by: Ice.CommunicatorDestroyedException: null
10:18:07 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:18:07 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:18:07 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:18:07 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:18:07 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:18:07 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:18:07 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:18:07 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:18:07 	... 7 common frames omitted
10:18:09 2024-12-10 10:18:09,066 ERROR [ o.formats.importer.util.ClientKeepAlive] (7-thread-1) Exception while executing ping(), logging Connector out: 
10:18:09 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:18:09 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:18:09 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:18:09 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:18:09 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:18:09 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:18:09 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:18:09 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:18:09 	at java.base/java.lang.Thread.run(Thread.java:829)
10:18:09 Caused by: Ice.CommunicatorDestroyedException: null
10:18:09 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:18:09 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:18:09 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:18:09 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:18:09 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:18:09 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:18:09 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:18:09 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:18:09 	... 7 common frames omitted
10:18:10 2024-12-10 10:18:10,970 ERROR [ o.formats.importer.util.ClientKeepAlive] (9-thread-1) Exception while executing ping(), logging Connector out: 
10:18:10 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:18:10 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:18:10 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:18:10 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:18:10 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:18:10 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:18:10 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:18:10 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:18:10 	at java.base/java.lang.Thread.run(Thread.java:829)
10:18:10 Caused by: Ice.CommunicatorDestroyedException: null
10:18:10 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:18:10 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:18:10 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:18:10 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:18:10 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:18:10 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:18:10 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:18:10 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:18:10 	... 7 common frames omitted
10:18:12 2024-12-10 10:18:12,182 ERROR [ o.formats.importer.util.ClientKeepAlive] (1-thread-1) Exception while executing ping(), logging Connector out: 
10:18:12 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:18:12 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:18:12 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:18:12 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:18:12 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:18:12 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:18:12 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:18:12 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:18:12 	at java.base/java.lang.Thread.run(Thread.java:829)
10:18:12 Caused by: Ice.CommunicatorDestroyedException: null
10:18:12 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:18:12 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:18:12 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:18:12 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:18:12 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:18:12 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:18:12 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:18:12 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:18:12 	... 7 common frames omitted
10:18:13 2024-12-10 10:18:13,469 ERROR [ o.formats.importer.util.ClientKeepAlive] (3-thread-1) Exception while executing ping(), logging Connector out: 
10:18:13 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:18:13 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:18:13 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:18:13 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:18:13 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:18:13 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:18:13 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:18:13 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:18:13 	at java.base/java.lang.Thread.run(Thread.java:829)
10:18:13 Caused by: Ice.CommunicatorDestroyedException: null
10:18:13 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:18:13 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:18:13 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:18:13 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:18:13 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:18:13 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:18:13 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:18:13 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:18:13 	... 7 common frames omitted
10:18:14 2024-12-10 10:18:14,789 ERROR [ o.formats.importer.util.ClientKeepAlive] (5-thread-1) Exception while executing ping(), logging Connector out: 
10:18:14 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:18:14 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:18:14 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:18:14 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:18:14 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:18:14 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:18:14 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:18:14 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:18:14 	at java.base/java.lang.Thread.run(Thread.java:829)
10:18:14 Caused by: Ice.CommunicatorDestroyedException: null
10:18:14 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:18:14 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:18:14 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:18:14 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:18:14 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:18:14 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:18:14 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:18:14 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:18:14 	... 7 common frames omitted
10:18:17 2024-12-10 10:18:17,083 ERROR [ o.formats.importer.util.ClientKeepAlive] (7-thread-1) Exception while executing ping(), logging Connector out: 
10:18:17 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:18:17 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:18:17 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:18:17 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:18:17 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:18:17 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:18:17 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:18:17 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:18:17 	at java.base/java.lang.Thread.run(Thread.java:829)
10:18:17 Caused by: Ice.CommunicatorDestroyedException: null
10:18:17 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:18:17 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:18:17 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:18:17 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:18:17 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:18:17 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:18:17 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:18:17 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:18:17 	... 7 common frames omitted
10:18:17 2024-12-10 10:18:17,897 ERROR [ o.formats.importer.util.ClientKeepAlive] (8-thread-1) Exception while executing ping(), logging Connector out: 
10:18:17 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:18:17 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:18:17 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:18:17 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:18:17 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:18:17 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:18:17 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:18:17 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:18:17 	at java.base/java.lang.Thread.run(Thread.java:829)
10:18:17 Caused by: Ice.CommunicatorDestroyedException: null
10:18:17 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:18:17 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:18:17 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:18:17 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:18:17 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:18:17 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:18:17 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:18:17 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:18:17 	... 7 common frames omitted
10:18:19 2024-12-10 10:18:19,021 ERROR [ o.formats.importer.util.ClientKeepAlive] (0-thread-1) Exception while executing ping(), logging Connector out: 
10:18:19 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:18:19 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:18:19 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:18:19 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:18:19 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:18:19 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:18:19 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:18:19 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:18:19 	at java.base/java.lang.Thread.run(Thread.java:829)
10:18:19 Caused by: Ice.CommunicatorDestroyedException: null
10:18:19 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:18:19 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:18:19 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:18:19 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:18:19 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:18:19 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:18:19 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:18:19 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:18:19 	... 7 common frames omitted
10:18:19 2024-12-10 10:18:19,788 ERROR [ o.formats.importer.util.ClientKeepAlive] (1-thread-1) Exception while executing ping(), logging Connector out: 
10:18:19 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:18:19 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:18:19 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:18:19 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:18:19 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:18:19 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:18:19 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:18:19 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:18:19 	at java.base/java.lang.Thread.run(Thread.java:829)
10:18:19 Caused by: Ice.CommunicatorDestroyedException: null
10:18:19 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:18:19 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:18:19 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:18:19 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:18:19 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:18:19 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:18:19 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:18:19 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:18:19 	... 7 common frames omitted
10:18:21 2024-12-10 10:18:21,026 ERROR [ o.formats.importer.util.ClientKeepAlive] (3-thread-1) Exception while executing ping(), logging Connector out: 
10:18:21 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:18:21 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:18:21 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:18:21 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:18:21 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:18:21 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:18:21 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:18:21 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:18:21 	at java.base/java.lang.Thread.run(Thread.java:829)
10:18:21 Caused by: Ice.CommunicatorDestroyedException: null
10:18:21 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:18:21 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:18:21 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:18:21 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:18:21 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:18:21 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:18:21 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:18:21 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:18:21 	... 7 common frames omitted
10:18:21 2024-12-10 10:18:21,783 ERROR [ o.formats.importer.util.ClientKeepAlive] (4-thread-1) Exception while executing ping(), logging Connector out: 
10:18:21 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:18:21 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:18:21 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:18:21 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:18:21 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:18:21 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:18:21 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:18:21 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:18:21 	at java.base/java.lang.Thread.run(Thread.java:829)
10:18:21 Caused by: Ice.CommunicatorDestroyedException: null
10:18:21 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:18:21 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:18:21 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:18:21 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:18:21 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:18:21 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:18:21 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:18:21 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:18:21 	... 7 common frames omitted
10:18:23 2024-12-10 10:18:23,020 ERROR [ o.formats.importer.util.ClientKeepAlive] (6-thread-1) Exception while executing ping(), logging Connector out: 
10:18:23 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:18:23 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:18:23 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:18:23 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:18:23 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:18:23 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:18:23 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:18:23 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:18:23 	at java.base/java.lang.Thread.run(Thread.java:829)
10:18:23 Caused by: Ice.CommunicatorDestroyedException: null
10:18:23 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:18:23 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:18:23 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:18:23 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:18:23 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:18:23 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:18:23 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:18:23 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:18:23 	... 7 common frames omitted
10:18:23 2024-12-10 10:18:23,769 ERROR [ o.formats.importer.util.ClientKeepAlive] (7-thread-1) Exception while executing ping(), logging Connector out: 
10:18:23 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:18:23 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:18:23 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:18:23 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:18:23 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:18:23 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:18:23 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:18:23 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:18:23 	at java.base/java.lang.Thread.run(Thread.java:829)
10:18:23 Caused by: Ice.CommunicatorDestroyedException: null
10:18:23 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:18:23 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:18:23 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:18:23 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:18:23 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:18:23 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:18:23 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:18:23 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:18:23 	... 7 common frames omitted
10:18:25 2024-12-10 10:18:25,021 ERROR [ o.formats.importer.util.ClientKeepAlive] (9-thread-1) Exception while executing ping(), logging Connector out: 
10:18:25 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:18:25 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:18:25 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:18:25 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:18:25 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:18:25 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:18:25 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:18:25 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:18:25 	at java.base/java.lang.Thread.run(Thread.java:829)
10:18:25 Caused by: Ice.CommunicatorDestroyedException: null
10:18:25 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:18:25 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:18:25 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:18:25 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:18:25 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:18:25 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:18:25 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:18:25 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:18:25 	... 7 common frames omitted
10:18:25 2024-12-10 10:18:25,866 ERROR [ o.formats.importer.util.ClientKeepAlive] (0-thread-1) Exception while executing ping(), logging Connector out: 
10:18:25 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:18:25 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:18:25 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:18:25 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:18:25 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:18:25 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:18:25 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:18:25 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:18:25 	at java.base/java.lang.Thread.run(Thread.java:829)
10:18:25 Caused by: Ice.CommunicatorDestroyedException: null
10:18:25 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:18:25 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:18:25 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:18:25 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:18:25 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:18:25 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:18:25 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:18:25 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:18:25 	... 7 common frames omitted
10:18:27 2024-12-10 10:18:27,723 ERROR [ o.formats.importer.util.ClientKeepAlive] (2-thread-1) Exception while executing ping(), logging Connector out: 
10:18:27 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:18:27 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:18:27 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:18:27 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:18:27 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:18:27 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:18:27 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:18:27 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:18:27 	at java.base/java.lang.Thread.run(Thread.java:829)
10:18:27 Caused by: Ice.CommunicatorDestroyedException: null
10:18:27 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:18:27 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:18:27 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:18:27 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:18:27 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:18:27 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:18:27 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:18:27 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:18:27 	... 7 common frames omitted
10:18:28 2024-12-10 10:18:28,469 ERROR [ o.formats.importer.util.ClientKeepAlive] (3-thread-1) Exception while executing ping(), logging Connector out: 
10:18:28 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:18:28 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:18:28 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:18:28 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:18:28 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:18:28 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:18:28 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:18:28 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:18:28 	at java.base/java.lang.Thread.run(Thread.java:829)
10:18:28 Caused by: Ice.CommunicatorDestroyedException: null
10:18:28 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:18:28 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:18:28 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:18:28 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:18:28 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:18:28 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:18:28 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:18:28 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:18:28 	... 7 common frames omitted
10:18:29 2024-12-10 10:18:29,672 ERROR [ o.formats.importer.util.ClientKeepAlive] (5-thread-1) Exception while executing ping(), logging Connector out: 
10:18:29 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:18:29 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:18:29 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:18:29 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:18:29 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:18:29 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:18:29 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:18:29 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:18:29 	at java.base/java.lang.Thread.run(Thread.java:829)
10:18:29 Caused by: Ice.CommunicatorDestroyedException: null
10:18:29 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:18:29 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:18:29 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:18:29 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:18:29 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:18:29 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:18:29 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:18:29 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:18:29 	... 7 common frames omitted
10:18:30 2024-12-10 10:18:30,452 ERROR [ o.formats.importer.util.ClientKeepAlive] (6-thread-1) Exception while executing ping(), logging Connector out: 
10:18:30 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:18:30 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:18:30 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:18:30 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:18:30 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:18:30 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:18:30 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:18:30 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:18:30 	at java.base/java.lang.Thread.run(Thread.java:829)
10:18:30 Caused by: Ice.CommunicatorDestroyedException: null
10:18:30 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:18:30 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:18:30 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:18:30 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:18:30 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:18:30 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:18:30 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:18:30 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:18:30 	... 7 common frames omitted
10:18:31 2024-12-10 10:18:31,643 ERROR [ o.formats.importer.util.ClientKeepAlive] (8-thread-1) Exception while executing ping(), logging Connector out: 
10:18:31 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:18:31 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:18:31 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:18:31 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:18:31 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:18:31 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:18:31 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:18:31 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:18:31 	at java.base/java.lang.Thread.run(Thread.java:829)
10:18:31 Caused by: Ice.CommunicatorDestroyedException: null
10:18:31 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:18:31 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:18:31 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:18:31 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:18:31 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:18:31 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:18:31 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:18:31 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:18:31 	... 7 common frames omitted
10:18:32 2024-12-10 10:18:32,400 ERROR [ o.formats.importer.util.ClientKeepAlive] (9-thread-1) Exception while executing ping(), logging Connector out: 
10:18:32 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:18:32 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:18:32 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:18:32 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:18:32 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:18:32 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:18:32 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:18:32 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:18:32 	at java.base/java.lang.Thread.run(Thread.java:829)
10:18:32 Caused by: Ice.CommunicatorDestroyedException: null
10:18:32 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:18:32 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:18:32 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:18:32 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:18:32 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:18:32 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:18:32 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:18:32 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:18:32 	... 7 common frames omitted
10:18:33 2024-12-10 10:18:33,755 ERROR [ o.formats.importer.util.ClientKeepAlive] (1-thread-1) Exception while executing ping(), logging Connector out: 
10:18:33 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:18:33 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:18:33 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:18:33 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:18:33 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:18:33 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:18:33 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:18:33 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:18:33 	at java.base/java.lang.Thread.run(Thread.java:829)
10:18:33 Caused by: Ice.CommunicatorDestroyedException: null
10:18:33 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:18:33 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:18:33 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:18:33 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:18:33 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:18:33 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:18:33 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:18:33 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:18:33 	... 7 common frames omitted
10:18:34 2024-12-10 10:18:34,502 ERROR [ o.formats.importer.util.ClientKeepAlive] (2-thread-1) Exception while executing ping(), logging Connector out: 
10:18:34 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:18:34 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:18:34 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:18:34 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:18:34 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:18:34 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:18:34 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:18:34 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:18:34 	at java.base/java.lang.Thread.run(Thread.java:829)
10:18:34 Caused by: Ice.CommunicatorDestroyedException: null
10:18:34 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:18:34 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:18:34 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:18:34 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:18:34 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:18:34 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:18:34 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:18:34 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:18:34 	... 7 common frames omitted
10:18:35 2024-12-10 10:18:35,896 ERROR [ o.formats.importer.util.ClientKeepAlive] (4-thread-1) Exception while executing ping(), logging Connector out: 
10:18:35 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:18:35 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:18:35 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:18:35 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:18:35 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:18:35 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:18:35 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:18:35 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:18:35 	at java.base/java.lang.Thread.run(Thread.java:829)
10:18:35 Caused by: Ice.CommunicatorDestroyedException: null
10:18:35 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:18:35 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:18:35 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:18:35 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:18:35 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:18:35 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:18:35 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:18:35 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:18:35 	... 7 common frames omitted
10:18:36 2024-12-10 10:18:36,638 ERROR [ o.formats.importer.util.ClientKeepAlive] (5-thread-1) Exception while executing ping(), logging Connector out: 
10:18:36 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:18:36 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:18:36 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:18:36 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:18:36 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:18:36 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:18:36 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:18:36 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:18:36 	at java.base/java.lang.Thread.run(Thread.java:829)
10:18:36 Caused by: Ice.CommunicatorDestroyedException: null
10:18:36 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:18:36 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:18:36 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:18:36 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:18:36 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:18:36 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:18:36 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:18:36 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:18:36 	... 7 common frames omitted
10:18:37 2024-12-10 10:18:37,994 ERROR [ o.formats.importer.util.ClientKeepAlive] (7-thread-1) Exception while executing ping(), logging Connector out: 
10:18:37 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:18:37 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:18:37 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:18:37 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:18:37 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:18:37 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:18:37 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:18:37 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:18:37 	at java.base/java.lang.Thread.run(Thread.java:829)
10:18:37 Caused by: Ice.CommunicatorDestroyedException: null
10:18:37 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:18:37 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:18:37 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:18:37 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:18:37 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:18:37 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:18:37 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:18:37 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:18:37 	... 7 common frames omitted
10:18:38 2024-12-10 10:18:38,745 ERROR [ o.formats.importer.util.ClientKeepAlive] (8-thread-1) Exception while executing ping(), logging Connector out: 
10:18:38 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:18:38 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:18:38 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:18:38 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:18:38 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:18:38 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:18:38 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:18:38 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:18:38 	at java.base/java.lang.Thread.run(Thread.java:829)
10:18:38 Caused by: Ice.CommunicatorDestroyedException: null
10:18:38 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:18:38 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:18:38 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:18:38 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:18:38 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:18:38 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:18:38 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:18:38 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:18:38 	... 7 common frames omitted
10:18:40 2024-12-10 10:18:40,047 ERROR [ o.formats.importer.util.ClientKeepAlive] (0-thread-1) Exception while executing ping(), logging Connector out: 
10:18:40 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:18:40 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:18:40 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:18:40 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:18:40 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:18:40 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:18:40 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:18:40 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:18:40 	at java.base/java.lang.Thread.run(Thread.java:829)
10:18:40 Caused by: Ice.CommunicatorDestroyedException: null
10:18:40 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:18:40 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:18:40 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:18:40 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:18:40 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:18:40 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:18:40 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:18:40 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:18:40 	... 7 common frames omitted
10:18:40 2024-12-10 10:18:40,883 ERROR [ o.formats.importer.util.ClientKeepAlive] (1-thread-1) Exception while executing ping(), logging Connector out: 
10:18:40 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:18:40 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:18:40 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:18:40 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:18:40 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:18:40 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:18:40 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:18:40 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:18:40 	at java.base/java.lang.Thread.run(Thread.java:829)
10:18:40 Caused by: Ice.CommunicatorDestroyedException: null
10:18:40 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:18:40 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:18:40 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:18:40 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:18:40 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:18:40 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:18:40 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:18:40 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:18:40 	... 7 common frames omitted
10:18:42 2024-12-10 10:18:42,172 ERROR [ o.formats.importer.util.ClientKeepAlive] (3-thread-1) Exception while executing ping(), logging Connector out: 
10:18:42 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:18:42 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:18:42 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:18:42 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:18:42 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:18:42 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:18:42 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:18:42 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:18:42 	at java.base/java.lang.Thread.run(Thread.java:829)
10:18:42 Caused by: Ice.CommunicatorDestroyedException: null
10:18:42 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:18:42 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:18:42 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:18:42 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:18:42 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:18:42 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:18:42 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:18:42 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:18:42 	... 7 common frames omitted
10:18:42 2024-12-10 10:18:42,939 ERROR [ o.formats.importer.util.ClientKeepAlive] (4-thread-1) Exception while executing ping(), logging Connector out: 
10:18:42 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:18:42 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:18:42 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:18:42 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:18:42 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:18:42 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:18:42 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:18:42 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:18:42 	at java.base/java.lang.Thread.run(Thread.java:829)
10:18:42 Caused by: Ice.CommunicatorDestroyedException: null
10:18:42 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:18:42 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:18:42 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:18:42 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:18:42 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:18:42 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:18:42 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:18:42 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:18:42 	... 7 common frames omitted
10:18:44 2024-12-10 10:18:44,247 ERROR [ o.formats.importer.util.ClientKeepAlive] (6-thread-1) Exception while executing ping(), logging Connector out: 
10:18:44 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:18:44 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:18:44 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:18:44 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:18:44 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:18:44 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:18:44 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:18:44 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:18:44 	at java.base/java.lang.Thread.run(Thread.java:829)
10:18:44 Caused by: Ice.CommunicatorDestroyedException: null
10:18:44 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:18:44 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:18:44 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:18:44 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:18:44 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:18:44 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:18:44 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:18:44 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:18:44 	... 7 common frames omitted
10:18:45 2024-12-10 10:18:45,042 ERROR [ o.formats.importer.util.ClientKeepAlive] (7-thread-1) Exception while executing ping(), logging Connector out: 
10:18:45 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:18:45 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:18:45 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:18:45 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:18:45 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:18:45 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:18:45 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:18:45 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:18:45 	at java.base/java.lang.Thread.run(Thread.java:829)
10:18:45 Caused by: Ice.CommunicatorDestroyedException: null
10:18:45 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:18:45 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:18:45 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:18:45 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:18:45 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:18:45 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:18:45 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:18:45 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:18:45 	... 7 common frames omitted
10:18:46 2024-12-10 10:18:46,350 ERROR [ o.formats.importer.util.ClientKeepAlive] (9-thread-1) Exception while executing ping(), logging Connector out: 
10:18:46 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:18:46 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:18:46 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:18:46 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:18:46 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:18:46 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:18:46 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:18:46 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:18:46 	at java.base/java.lang.Thread.run(Thread.java:829)
10:18:46 Caused by: Ice.CommunicatorDestroyedException: null
10:18:46 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:18:46 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:18:46 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:18:46 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:18:46 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:18:46 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:18:46 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:18:46 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:18:46 	... 7 common frames omitted
10:18:47 2024-12-10 10:18:47,103 ERROR [ o.formats.importer.util.ClientKeepAlive] (0-thread-1) Exception while executing ping(), logging Connector out: 
10:18:47 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:18:47 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:18:47 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:18:47 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:18:47 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:18:47 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:18:47 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:18:47 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:18:47 	at java.base/java.lang.Thread.run(Thread.java:829)
10:18:47 Caused by: Ice.CommunicatorDestroyedException: null
10:18:47 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:18:47 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:18:47 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:18:47 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:18:47 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:18:47 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:18:47 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:18:47 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:18:47 	... 7 common frames omitted
10:18:48 2024-12-10 10:18:48,370 ERROR [ o.formats.importer.util.ClientKeepAlive] (2-thread-1) Exception while executing ping(), logging Connector out: 
10:18:48 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:18:48 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:18:48 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:18:48 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:18:48 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:18:48 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:18:48 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:18:48 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:18:48 	at java.base/java.lang.Thread.run(Thread.java:829)
10:18:48 Caused by: Ice.CommunicatorDestroyedException: null
10:18:48 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:18:48 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:18:48 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:18:48 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:18:48 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:18:48 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:18:48 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:18:48 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:18:48 	... 7 common frames omitted
10:18:49 2024-12-10 10:18:49,133 ERROR [ o.formats.importer.util.ClientKeepAlive] (3-thread-1) Exception while executing ping(), logging Connector out: 
10:18:49 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:18:49 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:18:49 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:18:49 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:18:49 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:18:49 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:18:49 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:18:49 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:18:49 	at java.base/java.lang.Thread.run(Thread.java:829)
10:18:49 Caused by: Ice.CommunicatorDestroyedException: null
10:18:49 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:18:49 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:18:49 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:18:49 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:18:49 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:18:49 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:18:49 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:18:49 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:18:49 	... 7 common frames omitted
10:18:55 2024-12-10 10:18:55,435 ERROR [ o.formats.importer.util.ClientKeepAlive] (5-thread-1) Exception while executing ping(), logging Connector out: 
10:18:55 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:18:55 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:18:55 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:18:55 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:18:55 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:18:55 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:18:55 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:18:55 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:18:55 	at java.base/java.lang.Thread.run(Thread.java:829)
10:18:55 Caused by: Ice.CommunicatorDestroyedException: null
10:18:55 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:18:55 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:18:55 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:18:55 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:18:55 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:18:55 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:18:55 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:18:55 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:18:55 	... 7 common frames omitted
10:18:56 2024-12-10 10:18:56,244 ERROR [ o.formats.importer.util.ClientKeepAlive] (6-thread-1) Exception while executing ping(), logging Connector out: 
10:18:56 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:18:56 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:18:56 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:18:56 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:18:56 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:18:56 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:18:56 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:18:56 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:18:56 	at java.base/java.lang.Thread.run(Thread.java:829)
10:18:56 Caused by: Ice.CommunicatorDestroyedException: null
10:18:56 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:18:56 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:18:56 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:18:56 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:18:56 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:18:56 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:18:56 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:18:56 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:18:56 	... 7 common frames omitted
10:19:02 2024-12-10 10:19:02,633 ERROR [ o.formats.importer.util.ClientKeepAlive] (8-thread-1) Exception while executing ping(), logging Connector out: 
10:19:02 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:19:02 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:19:02 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:19:02 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:19:02 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:19:02 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:19:02 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:19:02 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:19:02 	at java.base/java.lang.Thread.run(Thread.java:829)
10:19:02 Caused by: Ice.CommunicatorDestroyedException: null
10:19:02 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:19:02 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:19:02 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:19:02 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:19:02 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:19:02 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:19:02 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:19:02 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:19:02 	... 7 common frames omitted
10:19:03 2024-12-10 10:19:03,396 ERROR [ o.formats.importer.util.ClientKeepAlive] (9-thread-1) Exception while executing ping(), logging Connector out: 
10:19:03 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:19:03 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:19:03 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:19:03 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:19:03 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:19:03 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:19:03 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:19:03 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:19:03 	at java.base/java.lang.Thread.run(Thread.java:829)
10:19:03 Caused by: Ice.CommunicatorDestroyedException: null
10:19:03 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:19:03 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:19:03 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:19:03 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:19:03 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:19:03 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:19:03 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:19:03 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:19:03 	... 7 common frames omitted
10:19:06 2024-12-10 10:19:06,712 ERROR [ o.formats.importer.util.ClientKeepAlive] (1-thread-1) Exception while executing ping(), logging Connector out: 
10:19:06 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:19:06 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:19:06 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:19:06 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:19:06 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:19:06 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:19:06 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:19:06 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:19:06 	at java.base/java.lang.Thread.run(Thread.java:829)
10:19:06 Caused by: Ice.CommunicatorDestroyedException: null
10:19:06 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:19:06 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:19:06 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:19:06 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:19:06 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:19:06 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:19:06 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:19:06 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:19:06 	... 7 common frames omitted
10:19:07 2024-12-10 10:19:07,473 ERROR [ o.formats.importer.util.ClientKeepAlive] (2-thread-1) Exception while executing ping(), logging Connector out: 
10:19:07 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:19:07 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:19:07 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:19:07 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:19:07 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:19:07 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:19:07 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:19:07 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:19:07 	at java.base/java.lang.Thread.run(Thread.java:829)
10:19:07 Caused by: Ice.CommunicatorDestroyedException: null
10:19:07 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:19:07 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:19:07 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:19:07 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:19:07 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:19:07 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:19:07 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:19:07 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:19:07 	... 7 common frames omitted
10:19:10 2024-12-10 10:19:10,753 ERROR [ o.formats.importer.util.ClientKeepAlive] (4-thread-1) Exception while executing ping(), logging Connector out: 
10:19:10 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:19:10 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:19:10 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:19:10 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:19:10 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:19:10 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:19:10 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:19:10 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:19:10 	at java.base/java.lang.Thread.run(Thread.java:829)
10:19:10 Caused by: Ice.CommunicatorDestroyedException: null
10:19:10 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:19:10 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:19:10 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:19:10 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:19:10 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:19:10 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:19:10 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:19:10 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:19:10 	... 7 common frames omitted
10:19:11 2024-12-10 10:19:11,535 ERROR [ o.formats.importer.util.ClientKeepAlive] (5-thread-1) Exception while executing ping(), logging Connector out: 
10:19:11 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:19:11 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:19:11 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:19:11 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:19:11 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:19:11 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:19:11 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:19:11 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:19:11 	at java.base/java.lang.Thread.run(Thread.java:829)
10:19:11 Caused by: Ice.CommunicatorDestroyedException: null
10:19:11 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:19:11 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:19:11 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:19:11 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:19:11 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:19:11 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:19:11 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:19:11 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:19:11 	... 7 common frames omitted
10:19:14 2024-12-10 10:19:14,716 ERROR [ o.formats.importer.util.ClientKeepAlive] (7-thread-1) Exception while executing ping(), logging Connector out: 
10:19:14 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:19:14 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:19:14 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:19:14 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:19:14 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:19:14 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:19:14 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:19:14 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:19:14 	at java.base/java.lang.Thread.run(Thread.java:829)
10:19:14 Caused by: Ice.CommunicatorDestroyedException: null
10:19:14 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:19:14 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:19:14 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:19:14 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:19:14 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:19:14 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:19:14 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:19:14 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:19:14 	... 7 common frames omitted
10:19:15 2024-12-10 10:19:15,485 ERROR [ o.formats.importer.util.ClientKeepAlive] (8-thread-1) Exception while executing ping(), logging Connector out: 
10:19:15 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:19:15 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:19:15 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:19:15 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:19:15 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:19:15 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:19:15 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:19:15 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:19:15 	at java.base/java.lang.Thread.run(Thread.java:829)
10:19:15 Caused by: Ice.CommunicatorDestroyedException: null
10:19:15 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:19:15 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:19:15 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:19:15 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:19:15 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:19:15 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:19:15 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:19:15 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:19:15 	... 7 common frames omitted
10:19:18 2024-12-10 10:19:18,755 ERROR [ o.formats.importer.util.ClientKeepAlive] (0-thread-1) Exception while executing ping(), logging Connector out: 
10:19:18 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:19:18 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:19:18 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:19:18 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:19:18 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:19:18 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:19:18 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:19:18 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:19:18 	at java.base/java.lang.Thread.run(Thread.java:829)
10:19:18 Caused by: Ice.CommunicatorDestroyedException: null
10:19:18 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:19:18 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:19:18 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:19:18 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:19:18 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:19:18 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:19:18 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:19:18 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:19:18 	... 7 common frames omitted
10:19:19 2024-12-10 10:19:19,524 ERROR [ o.formats.importer.util.ClientKeepAlive] (1-thread-1) Exception while executing ping(), logging Connector out: 
10:19:19 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:19:19 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:19:19 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:19:19 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:19:19 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:19:19 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:19:19 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:19:19 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:19:19 	at java.base/java.lang.Thread.run(Thread.java:829)
10:19:19 Caused by: Ice.CommunicatorDestroyedException: null
10:19:19 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:19:19 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:19:19 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:19:19 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:19:19 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:19:19 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:19:19 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:19:19 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:19:19 	... 7 common frames omitted
10:19:22 2024-12-10 10:19:22,701 ERROR [ o.formats.importer.util.ClientKeepAlive] (3-thread-1) Exception while executing ping(), logging Connector out: 
10:19:22 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:19:22 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:19:22 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:19:22 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:19:22 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:19:22 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:19:22 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:19:22 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:19:22 	at java.base/java.lang.Thread.run(Thread.java:829)
10:19:22 Caused by: Ice.CommunicatorDestroyedException: null
10:19:22 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:19:22 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:19:22 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:19:22 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:19:22 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:19:22 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:19:22 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:19:22 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:19:22 	... 7 common frames omitted
10:19:23 2024-12-10 10:19:23,465 ERROR [ o.formats.importer.util.ClientKeepAlive] (4-thread-1) Exception while executing ping(), logging Connector out: 
10:19:23 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:19:23 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:19:23 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:19:23 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:19:23 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:19:23 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:19:23 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:19:23 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:19:23 	at java.base/java.lang.Thread.run(Thread.java:829)
10:19:23 Caused by: Ice.CommunicatorDestroyedException: null
10:19:23 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:19:23 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:19:23 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:19:23 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:19:23 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:19:23 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:19:23 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:19:23 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:19:23 	... 7 common frames omitted
10:19:26 2024-12-10 10:19:26,807 ERROR [ o.formats.importer.util.ClientKeepAlive] (6-thread-1) Exception while executing ping(), logging Connector out: 
10:19:26 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:19:26 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:19:26 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:19:26 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:19:26 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:19:26 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:19:26 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:19:26 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:19:26 	at java.base/java.lang.Thread.run(Thread.java:829)
10:19:26 Caused by: Ice.CommunicatorDestroyedException: null
10:19:26 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:19:26 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:19:26 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:19:26 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:19:26 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:19:26 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:19:26 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:19:26 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:19:26 	... 7 common frames omitted
10:19:27 2024-12-10 10:19:27,554 ERROR [ o.formats.importer.util.ClientKeepAlive] (7-thread-1) Exception while executing ping(), logging Connector out: 
10:19:27 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:19:27 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:19:27 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:19:27 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:19:27 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:19:27 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:19:27 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:19:27 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:19:27 	at java.base/java.lang.Thread.run(Thread.java:829)
10:19:27 Caused by: Ice.CommunicatorDestroyedException: null
10:19:27 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:19:27 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:19:27 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:19:27 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:19:27 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:19:27 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:19:27 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:19:27 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:19:27 	... 7 common frames omitted
10:19:31 2024-12-10 10:19:31,095 ERROR [ o.formats.importer.util.ClientKeepAlive] (9-thread-1) Exception while executing ping(), logging Connector out: 
10:19:31 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:19:31 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:19:31 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:19:31 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:19:31 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:19:31 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:19:31 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:19:31 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:19:31 	at java.base/java.lang.Thread.run(Thread.java:829)
10:19:31 Caused by: Ice.CommunicatorDestroyedException: null
10:19:31 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:19:31 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:19:31 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:19:31 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:19:31 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:19:31 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:19:31 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:19:31 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:19:31 	... 7 common frames omitted
10:19:31 2024-12-10 10:19:31,891 ERROR [ o.formats.importer.util.ClientKeepAlive] (0-thread-1) Exception while executing ping(), logging Connector out: 
10:19:31 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:19:31 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:19:31 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:19:31 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:19:31 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:19:31 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:19:31 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:19:31 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:19:31 	at java.base/java.lang.Thread.run(Thread.java:829)
10:19:31 Caused by: Ice.CommunicatorDestroyedException: null
10:19:31 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:19:31 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:19:31 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:19:31 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:19:31 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:19:31 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:19:31 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:19:31 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:19:31 	... 7 common frames omitted
10:19:38 2024-12-10 10:19:38,342 ERROR [ o.formats.importer.util.ClientKeepAlive] (2-thread-1) Exception while executing ping(), logging Connector out: 
10:19:38 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:19:38 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:19:38 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:19:38 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:19:38 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:19:38 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:19:38 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:19:38 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:19:38 	at java.base/java.lang.Thread.run(Thread.java:829)
10:19:38 Caused by: Ice.CommunicatorDestroyedException: null
10:19:38 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:19:38 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:19:38 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:19:38 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:19:38 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:19:38 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:19:38 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:19:38 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:19:38 	... 7 common frames omitted
10:19:39 2024-12-10 10:19:39,124 ERROR [ o.formats.importer.util.ClientKeepAlive] (3-thread-1) Exception while executing ping(), logging Connector out: 
10:19:39 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:19:39 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:19:39 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:19:39 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:19:39 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:19:39 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:19:39 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:19:39 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:19:39 	at java.base/java.lang.Thread.run(Thread.java:829)
10:19:39 Caused by: Ice.CommunicatorDestroyedException: null
10:19:39 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:19:39 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:19:39 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:19:39 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:19:39 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:19:39 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:19:39 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:19:39 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:19:39 	... 7 common frames omitted
10:19:42 2024-12-10 10:19:42,514 ERROR [ o.formats.importer.util.ClientKeepAlive] (5-thread-1) Exception while executing ping(), logging Connector out: 
10:19:42 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:19:42 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:19:42 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:19:42 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:19:42 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:19:42 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:19:42 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:19:42 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:19:42 	at java.base/java.lang.Thread.run(Thread.java:829)
10:19:42 Caused by: Ice.CommunicatorDestroyedException: null
10:19:42 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:19:42 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:19:42 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:19:42 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:19:42 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:19:42 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:19:42 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:19:42 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:19:42 	... 7 common frames omitted
10:19:43 2024-12-10 10:19:43,299 ERROR [ o.formats.importer.util.ClientKeepAlive] (6-thread-1) Exception while executing ping(), logging Connector out: 
10:19:43 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:19:43 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:19:43 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:19:43 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:19:43 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:19:43 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:19:43 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:19:43 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:19:43 	at java.base/java.lang.Thread.run(Thread.java:829)
10:19:43 Caused by: Ice.CommunicatorDestroyedException: null
10:19:43 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:19:43 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:19:43 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:19:43 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:19:43 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:19:43 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:19:43 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:19:43 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:19:43 	... 7 common frames omitted
10:19:46 2024-12-10 10:19:46,632 ERROR [ o.formats.importer.util.ClientKeepAlive] (8-thread-1) Exception while executing ping(), logging Connector out: 
10:19:46 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:19:46 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:19:46 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:19:46 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:19:46 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:19:46 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:19:46 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:19:46 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:19:46 	at java.base/java.lang.Thread.run(Thread.java:829)
10:19:46 Caused by: Ice.CommunicatorDestroyedException: null
10:19:46 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:19:46 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:19:46 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:19:46 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:19:46 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:19:46 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:19:46 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:19:46 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:19:46 	... 7 common frames omitted
10:19:47 2024-12-10 10:19:47,386 ERROR [ o.formats.importer.util.ClientKeepAlive] (9-thread-1) Exception while executing ping(), logging Connector out: 
10:19:47 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:19:47 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:19:47 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:19:47 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:19:47 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:19:47 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:19:47 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:19:47 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:19:47 	at java.base/java.lang.Thread.run(Thread.java:829)
10:19:47 Caused by: Ice.CommunicatorDestroyedException: null
10:19:47 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:19:47 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:19:47 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:19:47 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:19:47 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:19:47 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:19:47 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:19:47 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:19:47 	... 7 common frames omitted
10:19:50 2024-12-10 10:19:50,790 ERROR [ o.formats.importer.util.ClientKeepAlive] (1-thread-1) Exception while executing ping(), logging Connector out: 
10:19:50 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:19:50 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:19:50 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:19:50 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:19:50 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:19:50 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:19:50 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:19:50 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:19:50 	at java.base/java.lang.Thread.run(Thread.java:829)
10:19:50 Caused by: Ice.CommunicatorDestroyedException: null
10:19:50 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:19:50 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:19:50 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:19:50 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:19:50 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:19:50 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:19:50 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:19:50 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:19:50 	... 7 common frames omitted
10:19:51 2024-12-10 10:19:51,543 ERROR [ o.formats.importer.util.ClientKeepAlive] (2-thread-1) Exception while executing ping(), logging Connector out: 
10:19:51 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:19:51 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:19:51 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:19:51 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:19:51 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:19:51 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:19:51 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:19:51 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:19:51 	at java.base/java.lang.Thread.run(Thread.java:829)
10:19:51 Caused by: Ice.CommunicatorDestroyedException: null
10:19:51 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:19:51 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:19:51 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:19:51 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:19:51 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:19:51 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:19:51 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:19:51 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:19:51 	... 7 common frames omitted
10:19:54 2024-12-10 10:19:54,906 ERROR [ o.formats.importer.util.ClientKeepAlive] (4-thread-1) Exception while executing ping(), logging Connector out: 
10:19:54 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:19:54 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:19:54 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:19:54 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:19:54 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:19:54 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:19:54 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:19:54 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:19:54 	at java.base/java.lang.Thread.run(Thread.java:829)
10:19:54 Caused by: Ice.CommunicatorDestroyedException: null
10:19:54 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:19:54 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:19:54 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:19:54 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:19:54 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:19:54 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:19:54 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:19:54 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:19:54 	... 7 common frames omitted
10:19:55 2024-12-10 10:19:55,679 ERROR [ o.formats.importer.util.ClientKeepAlive] (5-thread-1) Exception while executing ping(), logging Connector out: 
10:19:55 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:19:55 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:19:55 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:19:55 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:19:55 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:19:55 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:19:55 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:19:55 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:19:55 	at java.base/java.lang.Thread.run(Thread.java:829)
10:19:55 Caused by: Ice.CommunicatorDestroyedException: null
10:19:55 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:19:55 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:19:55 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:19:55 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:19:55 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:19:55 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:19:55 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:19:55 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:19:55 	... 7 common frames omitted
10:20:03 2024-12-10 10:20:03,281 ERROR [ o.formats.importer.util.ClientKeepAlive] (7-thread-1) Exception while executing ping(), logging Connector out: 
10:20:03 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:20:03 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:20:03 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:20:03 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:20:03 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:20:03 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:20:03 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:20:03 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:20:03 	at java.base/java.lang.Thread.run(Thread.java:829)
10:20:03 Caused by: Ice.CommunicatorDestroyedException: null
10:20:03 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:20:03 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:20:03 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:20:03 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:20:03 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:20:03 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:20:03 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:20:03 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:20:03 	... 7 common frames omitted
10:20:04 2024-12-10 10:20:04,072 ERROR [ o.formats.importer.util.ClientKeepAlive] (8-thread-1) Exception while executing ping(), logging Connector out: 
10:20:04 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:20:04 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:20:04 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:20:04 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:20:04 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:20:04 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:20:04 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:20:04 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:20:04 	at java.base/java.lang.Thread.run(Thread.java:829)
10:20:04 Caused by: Ice.CommunicatorDestroyedException: null
10:20:04 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:20:04 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:20:04 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:20:04 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:20:04 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:20:04 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:20:04 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:20:04 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:20:04 	... 7 common frames omitted
10:20:10 2024-12-10 10:20:10,335 ERROR [ o.formats.importer.util.ClientKeepAlive] (0-thread-1) Exception while executing ping(), logging Connector out: 
10:20:10 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:20:10 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:20:10 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:20:10 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:20:10 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:20:10 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:20:10 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:20:10 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:20:10 	at java.base/java.lang.Thread.run(Thread.java:829)
10:20:10 Caused by: Ice.CommunicatorDestroyedException: null
10:20:10 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:20:10 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:20:10 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:20:10 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:20:10 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:20:10 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:20:10 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:20:10 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:20:10 	... 7 common frames omitted
10:20:11 2024-12-10 10:20:11,092 ERROR [ o.formats.importer.util.ClientKeepAlive] (1-thread-1) Exception while executing ping(), logging Connector out: 
10:20:11 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:20:11 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:20:11 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:20:11 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:20:11 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:20:11 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:20:11 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:20:11 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:20:11 	at java.base/java.lang.Thread.run(Thread.java:829)
10:20:11 Caused by: Ice.CommunicatorDestroyedException: null
10:20:11 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:20:11 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:20:11 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:20:11 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:20:11 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:20:11 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:20:11 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:20:11 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:20:11 	... 7 common frames omitted
10:20:14 2024-12-10 10:20:14,236 ERROR [ o.formats.importer.util.ClientKeepAlive] (3-thread-1) Exception while executing ping(), logging Connector out: 
10:20:14 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:20:14 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:20:14 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:20:14 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:20:14 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:20:14 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:20:14 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:20:14 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:20:14 	at java.base/java.lang.Thread.run(Thread.java:829)
10:20:14 Caused by: Ice.CommunicatorDestroyedException: null
10:20:14 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:20:14 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:20:14 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:20:14 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:20:14 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:20:14 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:20:14 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:20:14 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:20:14 	... 7 common frames omitted
10:20:15 2024-12-10 10:20:15,036 ERROR [ o.formats.importer.util.ClientKeepAlive] (4-thread-1) Exception while executing ping(), logging Connector out: 
10:20:15 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:20:15 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:20:15 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:20:15 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:20:15 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:20:15 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:20:15 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:20:15 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:20:15 	at java.base/java.lang.Thread.run(Thread.java:829)
10:20:15 Caused by: Ice.CommunicatorDestroyedException: null
10:20:15 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:20:15 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:20:15 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:20:15 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:20:15 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:20:15 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:20:15 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:20:15 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:20:15 	... 7 common frames omitted
10:20:18 2024-12-10 10:20:18,311 ERROR [ o.formats.importer.util.ClientKeepAlive] (6-thread-1) Exception while executing ping(), logging Connector out: 
10:20:18 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:20:18 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:20:18 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:20:18 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:20:18 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:20:18 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:20:18 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:20:18 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:20:18 	at java.base/java.lang.Thread.run(Thread.java:829)
10:20:18 Caused by: Ice.CommunicatorDestroyedException: null
10:20:18 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:20:18 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:20:18 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:20:18 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:20:18 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:20:18 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:20:18 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:20:18 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:20:18 	... 7 common frames omitted
10:20:19 2024-12-10 10:20:19,135 ERROR [ o.formats.importer.util.ClientKeepAlive] (7-thread-1) Exception while executing ping(), logging Connector out: 
10:20:19 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:20:19 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:20:19 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:20:19 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:20:19 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:20:19 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:20:19 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:20:19 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:20:19 	at java.base/java.lang.Thread.run(Thread.java:829)
10:20:19 Caused by: Ice.CommunicatorDestroyedException: null
10:20:19 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:20:19 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:20:19 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:20:19 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:20:19 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:20:19 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:20:19 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:20:19 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:20:19 	... 7 common frames omitted
10:20:22 2024-12-10 10:20:22,353 ERROR [ o.formats.importer.util.ClientKeepAlive] (9-thread-1) Exception while executing ping(), logging Connector out: 
10:20:22 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:20:22 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:20:22 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:20:22 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:20:22 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:20:22 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:20:22 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:20:22 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:20:22 	at java.base/java.lang.Thread.run(Thread.java:829)
10:20:22 Caused by: Ice.CommunicatorDestroyedException: null
10:20:22 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:20:22 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:20:22 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:20:22 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:20:22 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:20:22 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:20:22 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:20:22 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:20:22 	... 7 common frames omitted
10:20:23 2024-12-10 10:20:23,181 ERROR [ o.formats.importer.util.ClientKeepAlive] (0-thread-1) Exception while executing ping(), logging Connector out: 
10:20:23 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:20:23 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:20:23 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:20:23 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:20:23 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:20:23 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:20:23 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:20:23 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:20:23 	at java.base/java.lang.Thread.run(Thread.java:829)
10:20:23 Caused by: Ice.CommunicatorDestroyedException: null
10:20:23 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:20:23 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:20:23 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:20:23 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:20:23 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:20:23 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:20:23 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:20:23 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:20:23 	... 7 common frames omitted
10:20:26 2024-12-10 10:20:26,488 ERROR [ o.formats.importer.util.ClientKeepAlive] (2-thread-1) Exception while executing ping(), logging Connector out: 
10:20:26 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:20:26 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:20:26 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:20:26 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:20:26 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:20:26 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:20:26 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:20:26 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:20:26 	at java.base/java.lang.Thread.run(Thread.java:829)
10:20:26 Caused by: Ice.CommunicatorDestroyedException: null
10:20:26 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:20:26 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:20:26 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:20:26 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:20:26 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:20:26 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:20:26 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:20:26 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:20:26 	... 7 common frames omitted
10:20:27 2024-12-10 10:20:27,247 ERROR [ o.formats.importer.util.ClientKeepAlive] (3-thread-1) Exception while executing ping(), logging Connector out: 
10:20:27 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:20:27 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:20:27 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:20:27 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:20:27 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:20:27 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:20:27 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:20:27 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:20:27 	at java.base/java.lang.Thread.run(Thread.java:829)
10:20:27 Caused by: Ice.CommunicatorDestroyedException: null
10:20:27 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:20:27 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:20:27 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:20:27 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:20:27 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:20:27 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:20:27 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:20:27 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:20:27 	... 7 common frames omitted
10:20:34 2024-12-10 10:20:34,764 ERROR [ o.formats.importer.util.ClientKeepAlive] (5-thread-1) Exception while executing ping(), logging Connector out: 
10:20:34 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:20:34 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:20:34 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:20:34 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:20:34 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:20:34 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:20:34 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:20:34 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:20:34 	at java.base/java.lang.Thread.run(Thread.java:829)
10:20:34 Caused by: Ice.CommunicatorDestroyedException: null
10:20:34 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:20:34 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:20:34 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:20:34 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:20:34 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:20:34 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:20:34 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:20:34 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:20:34 	... 7 common frames omitted
10:20:35 2024-12-10 10:20:35,533 ERROR [ o.formats.importer.util.ClientKeepAlive] (6-thread-1) Exception while executing ping(), logging Connector out: 
10:20:35 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:20:35 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:20:35 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:20:35 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:20:35 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:20:35 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:20:35 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:20:35 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:20:35 	at java.base/java.lang.Thread.run(Thread.java:829)
10:20:35 Caused by: Ice.CommunicatorDestroyedException: null
10:20:35 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:20:35 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:20:35 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:20:35 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:20:35 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:20:35 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:20:35 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:20:35 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:20:35 	... 7 common frames omitted
10:20:38 2024-12-10 10:20:38,843 ERROR [ o.formats.importer.util.ClientKeepAlive] (8-thread-1) Exception while executing ping(), logging Connector out: 
10:20:38 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:20:38 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:20:38 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:20:38 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:20:38 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:20:38 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:20:38 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:20:38 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:20:38 	at java.base/java.lang.Thread.run(Thread.java:829)
10:20:38 Caused by: Ice.CommunicatorDestroyedException: null
10:20:38 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:20:38 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:20:38 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:20:38 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:20:38 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:20:38 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:20:38 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:20:38 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:20:38 	... 7 common frames omitted
10:20:39 2024-12-10 10:20:39,631 ERROR [ o.formats.importer.util.ClientKeepAlive] (9-thread-1) Exception while executing ping(), logging Connector out: 
10:20:39 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:20:39 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:20:39 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:20:39 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:20:39 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:20:39 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:20:39 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:20:39 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:20:39 	at java.base/java.lang.Thread.run(Thread.java:829)
10:20:39 Caused by: Ice.CommunicatorDestroyedException: null
10:20:39 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:20:39 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:20:39 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:20:39 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:20:39 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:20:39 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:20:39 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:20:39 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:20:39 	... 7 common frames omitted
10:20:47 2024-12-10 10:20:47,071 ERROR [ o.formats.importer.util.ClientKeepAlive] (1-thread-1) Exception while executing ping(), logging Connector out: 
10:20:47 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:20:47 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:20:47 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:20:47 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:20:47 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:20:47 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:20:47 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:20:47 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:20:47 	at java.base/java.lang.Thread.run(Thread.java:829)
10:20:47 Caused by: Ice.CommunicatorDestroyedException: null
10:20:47 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:20:47 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:20:47 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:20:47 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:20:47 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:20:47 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:20:47 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:20:47 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:20:47 	... 7 common frames omitted
10:20:47 2024-12-10 10:20:47,882 ERROR [ o.formats.importer.util.ClientKeepAlive] (2-thread-1) Exception while executing ping(), logging Connector out: 
10:20:47 java.lang.RuntimeException: Ice.CommunicatorDestroyedException
10:20:47 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845)
10:20:47 	at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77)
10:20:47 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
10:20:47 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
10:20:47 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10:20:47 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
10:20:47 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
10:20:47 	at java.base/java.lang.Thread.run(Thread.java:829)
10:20:47 Caused by: Ice.CommunicatorDestroyedException: null
10:20:47 	at IceInternal.Instance.proxyFactory(Instance.java:239)
10:20:47 	at IceInternal.BasicStream.writeProxy(BasicStream.java:2142)
10:20:47 	at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114)
10:20:47 	at omero.api.ServiceListHelper.write(ServiceListHelper.java:37)
10:20:47 	at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946)
10:20:47 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846)
10:20:47 	at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833)
10:20:47 	at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838)
10:20:47 	... 7 common frames omitted
10:20:50 ===============================================
10:20:50 OmeroJava.integration
10:20:50 Total tests run: 2589, Passes: 2589, Failures: 0, Skips: 0
10:20:50 ===============================================
10:20:52 
10:20:52 BUILD SUCCESSFUL
10:20:52 Total time: 54 minutes 57 seconds
10:20:52 + /home/omero/workspace/OMERO-test-integration/src/build.py -f components/tools/OmeroPy/build.xml integration -Dtestreports.dir=target/reports/integration
10:20:52 OpenJDK 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0
10:20:52 Buildfile: /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroPy/build.xml
10:20:52 Entering /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroPy...
10:20:52 Entering /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroPy...
10:20:52 
10:20:52 python-integration:
10:20:52 Created dir: /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroPy/target/reports/integration
10:20:53 ============================= test session starts ==============================
10:20:53 platform linux -- Python 3.9.18, pytest-8.3.4, pluggy-1.5.0 -- /home/omero/workspace/OMERO-test-integration/.venv3/bin/python3
10:20:53 cachedir: .pytest_cache
10:20:53 django: version: 4.2.17, settings: omeroweb.settings (from ini)
10:20:53 rootdir: /home/omero/workspace/OMERO-test-integration/src/components/tools
10:20:53 configfile: pytest.ini
10:20:53 plugins: xdist-3.6.1, mock-3.14.0, django-4.9.0
10:20:57 collecting ... collected 2061 items / 36 deselected / 2025 selected
10:20:59 test/integration/clitest/test_admin.py::TestAdmin::test_checkupgrade0 PASSED [  0%]
10:20:59 test/integration/clitest/test_admin.py::TestAdmin::test_checkupgrade1 PASSED [  0%]
10:21:00 test/integration/clitest/test_admin.py::TestAdmin::test_log PASSED       [  0%]
10:21:03 test/integration/clitest/test_admin.py::TestAdminRestrictedAdmin::test_log PASSED [  0%]
10:21:03 test/integration/clitest/test_admin.py::TestAdminRestrictedAdmin::test_checkupgrade0 PASSED [  0%]
10:21:04 test/integration/clitest/test_admin.py::TestAdminRestrictedAdmin::test_checkupgrade1 PASSED [  0%]
10:21:05 test/integration/clitest/test_chgrp.py::TestChgrp::testChgrpMyData[-rw-----Image] PASSED [  0%]
10:21:06 test/integration/clitest/test_chgrp.py::TestChgrp::testChgrpMyData[-rw-----Dataset] PASSED [  0%]
10:21:06 test/integration/clitest/test_chgrp.py::TestChgrp::testChgrpMyData[-rw-----Project] PASSED [  0%]
10:21:06 test/integration/clitest/test_chgrp.py::TestChgrp::testChgrpMyData[-rw-----Plate] PASSED [  0%]
10:21:06 test/integration/clitest/test_chgrp.py::TestChgrp::testChgrpMyData[-rw-----Screen] PASSED [  0%]
10:21:06 test/integration/clitest/test_chgrp.py::TestChgrp::testChgrpMyData[-rwr----Image] PASSED [  0%]
10:21:06 test/integration/clitest/test_chgrp.py::TestChgrp::testChgrpMyData[-rwr----Dataset] PASSED [  0%]
10:21:06 test/integration/clitest/test_chgrp.py::TestChgrp::testChgrpMyData[-rwr----Project] PASSED [  0%]
10:21:06 test/integration/clitest/test_chgrp.py::TestChgrp::testChgrpMyData[-rwr----Plate] PASSED [  0%]
10:21:06 test/integration/clitest/test_chgrp.py::TestChgrp::testChgrpMyData[-rwr----Screen] PASSED [  0%]
10:21:06 test/integration/clitest/test_chgrp.py::TestChgrp::testChgrpMyData[-rwra---Image] PASSED [  0%]
10:21:06 test/integration/clitest/test_chgrp.py::TestChgrp::testChgrpMyData[-rwra---Dataset] PASSED [  0%]
10:21:06 test/integration/clitest/test_chgrp.py::TestChgrp::testChgrpMyData[-rwra---Project] PASSED [  0%]
10:21:06 test/integration/clitest/test_chgrp.py::TestChgrp::testChgrpMyData[-rwra---Plate] PASSED [  0%]
10:21:06 test/integration/clitest/test_chgrp.py::TestChgrp::testChgrpMyData[-rwra---Screen] PASSED [  1%]
10:21:07 test/integration/clitest/test_chgrp.py::TestChgrp::testChgrpMyData[-rwrw---Image] PASSED [  1%]
10:21:07 test/integration/clitest/test_chgrp.py::TestChgrp::testChgrpMyData[-rwrw---Dataset] PASSED [  1%]
10:21:07 test/integration/clitest/test_chgrp.py::TestChgrp::testChgrpMyData[-rwrw---Project] PASSED [  1%]
10:21:07 test/integration/clitest/test_chgrp.py::TestChgrp::testChgrpMyData[-rwrw---Plate] PASSED [  1%]
10:21:07 test/integration/clitest/test_chgrp.py::TestChgrp::testChgrpMyData[-rwrw---Screen] PASSED [  1%]
10:21:07 test/integration/clitest/test_chgrp.py::TestChgrp::testChgrpMyData[Group:-rw-----Image] PASSED [  1%]
10:21:07 test/integration/clitest/test_chgrp.py::TestChgrp::testChgrpMyData[Group:-rw-----Dataset] PASSED [  1%]
10:21:07 test/integration/clitest/test_chgrp.py::TestChgrp::testChgrpMyData[Group:-rw-----Project] PASSED [  1%]
10:21:07 test/integration/clitest/test_chgrp.py::TestChgrp::testChgrpMyData[Group:-rw-----Plate] PASSED [  1%]
10:21:07 test/integration/clitest/test_chgrp.py::TestChgrp::testChgrpMyData[Group:-rw-----Screen] PASSED [  1%]
10:21:07 test/integration/clitest/test_chgrp.py::TestChgrp::testChgrpMyData[Group:-rwr----Image] PASSED [  1%]
10:21:07 test/integration/clitest/test_chgrp.py::TestChgrp::testChgrpMyData[Group:-rwr----Dataset] PASSED [  1%]
10:21:07 test/integration/clitest/test_chgrp.py::TestChgrp::testChgrpMyData[Group:-rwr----Project] PASSED [  1%]
10:21:07 test/integration/clitest/test_chgrp.py::TestChgrp::testChgrpMyData[Group:-rwr----Plate] PASSED [  1%]
10:21:07 test/integration/clitest/test_chgrp.py::TestChgrp::testChgrpMyData[Group:-rwr----Screen] PASSED [  1%]
10:21:07 test/integration/clitest/test_chgrp.py::TestChgrp::testChgrpMyData[Group:-rwra---Image] PASSED [  1%]
10:21:07 test/integration/clitest/test_chgrp.py::TestChgrp::testChgrpMyData[Group:-rwra---Dataset] PASSED [  1%]
10:21:08 test/integration/clitest/test_chgrp.py::TestChgrp::testChgrpMyData[Group:-rwra---Project] PASSED [  1%]
10:21:08 test/integration/clitest/test_chgrp.py::TestChgrp::testChgrpMyData[Group:-rwra---Plate] PASSED [  1%]
10:21:08 test/integration/clitest/test_chgrp.py::TestChgrp::testChgrpMyData[Group:-rwra---Screen] PASSED [  2%]
10:21:08 test/integration/clitest/test_chgrp.py::TestChgrp::testChgrpMyData[Group:-rwrw---Image] PASSED [  2%]
10:21:08 test/integration/clitest/test_chgrp.py::TestChgrp::testChgrpMyData[Group:-rwrw---Dataset] PASSED [  2%]
10:21:08 test/integration/clitest/test_chgrp.py::TestChgrp::testChgrpMyData[Group:-rwrw---Project] PASSED [  2%]
10:21:08 test/integration/clitest/test_chgrp.py::TestChgrp::testChgrpMyData[Group:-rwrw---Plate] PASSED [  2%]
10:21:08 test/integration/clitest/test_chgrp.py::TestChgrp::testChgrpMyData[Group:-rwrw---Screen] PASSED [  2%]
10:21:08 test/integration/clitest/test_chgrp.py::TestChgrp::testChgrpMyData[ExperimenterGroup:-rw-----Image] PASSED [  2%]
10:21:08 test/integration/clitest/test_chgrp.py::TestChgrp::testChgrpMyData[ExperimenterGroup:-rw-----Dataset] PASSED [  2%]
10:21:08 test/integration/clitest/test_chgrp.py::TestChgrp::testChgrpMyData[ExperimenterGroup:-rw-----Project] PASSED [  2%]
10:21:08 test/integration/clitest/test_chgrp.py::TestChgrp::testChgrpMyData[ExperimenterGroup:-rw-----Plate] PASSED [  2%]
10:21:08 test/integration/clitest/test_chgrp.py::TestChgrp::testChgrpMyData[ExperimenterGroup:-rw-----Screen] PASSED [  2%]
10:21:08 test/integration/clitest/test_chgrp.py::TestChgrp::testChgrpMyData[ExperimenterGroup:-rwr----Image] PASSED [  2%]
10:21:08 test/integration/clitest/test_chgrp.py::TestChgrp::testChgrpMyData[ExperimenterGroup:-rwr----Dataset] PASSED [  2%]
10:21:08 test/integration/clitest/test_chgrp.py::TestChgrp::testChgrpMyData[ExperimenterGroup:-rwr----Project] PASSED [  2%]
10:21:08 test/integration/clitest/test_chgrp.py::TestChgrp::testChgrpMyData[ExperimenterGroup:-rwr----Plate] PASSED [  2%]
10:21:08 test/integration/clitest/test_chgrp.py::TestChgrp::testChgrpMyData[ExperimenterGroup:-rwr----Screen] PASSED [  2%]
10:21:09 test/integration/clitest/test_chgrp.py::TestChgrp::testChgrpMyData[ExperimenterGroup:-rwra---Image] PASSED [  2%]
10:21:09 test/integration/clitest/test_chgrp.py::TestChgrp::testChgrpMyData[ExperimenterGroup:-rwra---Dataset] PASSED [  2%]
10:21:09 test/integration/clitest/test_chgrp.py::TestChgrp::testChgrpMyData[ExperimenterGroup:-rwra---Project] PASSED [  2%]
10:21:09 test/integration/clitest/test_chgrp.py::TestChgrp::testChgrpMyData[ExperimenterGroup:-rwra---Plate] PASSED [  2%]
10:21:09 test/integration/clitest/test_chgrp.py::TestChgrp::testChgrpMyData[ExperimenterGroup:-rwra---Screen] PASSED [  3%]
10:21:09 test/integration/clitest/test_chgrp.py::TestChgrp::testChgrpMyData[ExperimenterGroup:-rwrw---Image] PASSED [  3%]
10:21:09 test/integration/clitest/test_chgrp.py::TestChgrp::testChgrpMyData[ExperimenterGroup:-rwrw---Dataset] PASSED [  3%]
10:21:09 test/integration/clitest/test_chgrp.py::TestChgrp::testChgrpMyData[ExperimenterGroup:-rwrw---Project] PASSED [  3%]
10:21:09 test/integration/clitest/test_chgrp.py::TestChgrp::testChgrpMyData[ExperimenterGroup:-rwrw---Plate] PASSED [  3%]
10:21:09 test/integration/clitest/test_chgrp.py::TestChgrp::testChgrpMyData[ExperimenterGroup:-rwrw---Screen] PASSED [  3%]
10:21:09 test/integration/clitest/test_chgrp.py::TestChgrp::testNonMember PASSED  [  3%]
10:21:09 test/integration/clitest/test_chgrp.py::TestChgrp::testGroupName PASSED  [  3%]
10:21:13 test/integration/clitest/test_chgrp.py::TestChgrp::testFileset PASSED    [  3%]
10:21:16 test/integration/clitest/test_chgrp.py::TestChgrp::testFilesetPartialFailing PASSED [  3%]
10:21:19 test/integration/clitest/test_chgrp.py::TestChgrp::testFilesetOneImage PASSED [  3%]
10:21:22 test/integration/clitest/test_chgrp.py::TestChgrp::testFilesetAllImagesMoveImages PASSED [  3%]
10:21:25 test/integration/clitest/test_chgrp.py::TestChgrp::testFilesetAllImagesMoveDataset PASSED [  3%]
10:21:25 test/integration/clitest/test_chgrp.py::TestChgrp::testNonExistingGroupId[] PASSED [  3%]
10:21:25 test/integration/clitest/test_chgrp.py::TestChgrp::testNonExistingGroupId[Group:] PASSED [  3%]
10:21:26 test/integration/clitest/test_chgrp.py::TestChgrp::testNonExistingGroupId[ExperimenterGroup:] PASSED [  3%]
10:21:26 test/integration/clitest/test_chgrp.py::TestChgrp::testNonExistingGroupName PASSED [  3%]
10:21:26 test/integration/clitest/test_chgrp.py::TestChgrp::testMultipleSimpleObjectsSameClass[True-1] PASSED [  3%]
10:21:26 test/integration/clitest/test_chgrp.py::TestChgrp::testMultipleSimpleObjectsSameClass[True-2] PASSED [  3%]
10:21:26 test/integration/clitest/test_chgrp.py::TestChgrp::testMultipleSimpleObjectsSameClass[True-3] PASSED [  3%]
10:21:26 test/integration/clitest/test_chgrp.py::TestChgrp::testMultipleSimpleObjectsSameClass[False-1] PASSED [  4%]
10:21:26 test/integration/clitest/test_chgrp.py::TestChgrp::testMultipleSimpleObjectsSameClass[False-2] PASSED [  4%]
10:21:26 test/integration/clitest/test_chgrp.py::TestChgrp::testMultipleSimpleObjectsSameClass[False-3] PASSED [  4%]
10:21:26 test/integration/clitest/test_chgrp.py::TestChgrp::testMultipleSimpleObjectsTwoClassesSeparated[True-1] PASSED [  4%]
10:21:26 test/integration/clitest/test_chgrp.py::TestChgrp::testMultipleSimpleObjectsTwoClassesSeparated[True-2] PASSED [  4%]
10:21:26 test/integration/clitest/test_chgrp.py::TestChgrp::testMultipleSimpleObjectsTwoClassesSeparated[True-3] PASSED [  4%]
10:21:27 test/integration/clitest/test_chgrp.py::TestChgrp::testMultipleSimpleObjectsTwoClassesSeparated[False-1] PASSED [  4%]
10:21:27 test/integration/clitest/test_chgrp.py::TestChgrp::testMultipleSimpleObjectsTwoClassesSeparated[False-2] PASSED [  4%]
10:21:27 test/integration/clitest/test_chgrp.py::TestChgrp::testMultipleSimpleObjectsTwoClassesSeparated[False-3] PASSED [  4%]
10:21:27 test/integration/clitest/test_chgrp.py::TestChgrp::testMultipleSimpleObjectsTwoClassesInterlaced[True-1] PASSED [  4%]
10:21:27 test/integration/clitest/test_chgrp.py::TestChgrp::testMultipleSimpleObjectsTwoClassesInterlaced[True-2] PASSED [  4%]
10:21:27 test/integration/clitest/test_chgrp.py::TestChgrp::testMultipleSimpleObjectsTwoClassesInterlaced[True-3] PASSED [  4%]
10:21:27 test/integration/clitest/test_chgrp.py::TestChgrp::testMultipleSimpleObjectsTwoClassesInterlaced[False-1] PASSED [  4%]
10:21:27 test/integration/clitest/test_chgrp.py::TestChgrp::testMultipleSimpleObjectsTwoClassesInterlaced[False-2] PASSED [  4%]
10:21:28 test/integration/clitest/test_chgrp.py::TestChgrp::testMultipleSimpleObjectsTwoClassesInterlaced[False-3] PASSED [  4%]
10:21:28 test/integration/clitest/test_chgrp.py::TestChgrp::testBasicSkipheadBothForms[True-1-/Dataset] PASSED [  4%]
10:21:28 test/integration/clitest/test_chgrp.py::TestChgrp::testBasicSkipheadBothForms[True-1-] PASSED [  4%]
10:21:28 test/integration/clitest/test_chgrp.py::TestChgrp::testBasicSkipheadBothForms[True-2-/Dataset] PASSED [  4%]
10:21:28 test/integration/clitest/test_chgrp.py::TestChgrp::testBasicSkipheadBothForms[True-2-] PASSED [  4%]
10:21:28 test/integration/clitest/test_chgrp.py::TestChgrp::testBasicSkipheadBothForms[False-1-/Dataset] PASSED [  4%]
10:21:29 test/integration/clitest/test_chgrp.py::TestChgrp::testBasicSkipheadBothForms[False-1-] PASSED [  4%]
10:21:29 test/integration/clitest/test_chgrp.py::TestChgrp::testBasicSkipheadBothForms[False-2-/Dataset] PASSED [  5%]
10:21:29 test/integration/clitest/test_chgrp.py::TestChgrp::testBasicSkipheadBothForms[False-2-] PASSED [  5%]
10:21:29 test/integration/clitest/test_chgrp.py::TestChgrp::testMultipleSkipheadsSameClass[True-1] PASSED [  5%]
10:21:29 test/integration/clitest/test_chgrp.py::TestChgrp::testMultipleSkipheadsSameClass[True-2] PASSED [  5%]
10:21:30 test/integration/clitest/test_chgrp.py::TestChgrp::testMultipleSkipheadsSameClass[True-3] PASSED [  5%]
10:21:30 test/integration/clitest/test_chgrp.py::TestChgrp::testMultipleSkipheadsSameClass[False-1] PASSED [  5%]
10:21:30 test/integration/clitest/test_chgrp.py::TestChgrp::testMultipleSkipheadsSameClass[False-2] PASSED [  5%]
10:21:31 test/integration/clitest/test_chgrp.py::TestChgrp::testMultipleSkipheadsSameClass[False-3] PASSED [  5%]
10:21:31 test/integration/clitest/test_chgrp.py::TestChgrp::testMultipleSkipheadsPlusObjectsSeparated[True-1] PASSED [  5%]
10:21:31 test/integration/clitest/test_chgrp.py::TestChgrp::testMultipleSkipheadsPlusObjectsSeparated[True-2] PASSED [  5%]
10:21:32 test/integration/clitest/test_chgrp.py::TestChgrp::testMultipleSkipheadsPlusObjectsSeparated[True-3] PASSED [  5%]
10:21:32 test/integration/clitest/test_chgrp.py::TestChgrp::testMultipleSkipheadsPlusObjectsSeparated[False-1] PASSED [  5%]
10:21:32 test/integration/clitest/test_chgrp.py::TestChgrp::testMultipleSkipheadsPlusObjectsSeparated[False-2] PASSED [  5%]
10:21:33 test/integration/clitest/test_chgrp.py::TestChgrp::testMultipleSkipheadsPlusObjectsSeparated[False-3] PASSED [  5%]
10:21:33 test/integration/clitest/test_chgrp.py::TestChgrp::testMultipleSkipheadsPlusObjectsInterlaced[True-1] PASSED [  5%]
10:21:33 test/integration/clitest/test_chgrp.py::TestChgrp::testMultipleSkipheadsPlusObjectsInterlaced[True-2] PASSED [  5%]
10:21:33 test/integration/clitest/test_chgrp.py::TestChgrp::testMultipleSkipheadsPlusObjectsInterlaced[True-3] PASSED [  5%]
10:21:34 test/integration/clitest/test_chgrp.py::TestChgrp::testMultipleSkipheadsPlusObjectsInterlaced[False-1] PASSED [  5%]
10:21:34 test/integration/clitest/test_chgrp.py::TestChgrp::testMultipleSkipheadsPlusObjectsInterlaced[False-2] PASSED [  5%]
10:21:34 test/integration/clitest/test_chgrp.py::TestChgrp::testMultipleSkipheadsPlusObjectsInterlaced[False-3] PASSED [  5%]
10:21:36 test/integration/clitest/test_chgrp.py::TestChgrpRoot::testNonMember PASSED [  6%]
10:21:40 test/integration/clitest/test_chown.py::TestChown::testChownBasicUsageWithId[-Image] PASSED [  6%]
10:21:41 test/integration/clitest/test_chown.py::TestChown::testChownBasicUsageWithId[-Dataset] PASSED [  6%]
10:21:43 test/integration/clitest/test_chown.py::TestChown::testChownBasicUsageWithId[-Project] PASSED [  6%]
10:21:45 test/integration/clitest/test_chown.py::TestChown::testChownBasicUsageWithId[-Plate] PASSED [  6%]
10:21:46 test/integration/clitest/test_chown.py::TestChown::testChownBasicUsageWithId[-Screen] PASSED [  6%]
10:21:48 test/integration/clitest/test_chown.py::TestChown::testChownBasicUsageWithId[User:-Image] PASSED [  6%]
10:21:50 test/integration/clitest/test_chown.py::TestChown::testChownBasicUsageWithId[User:-Dataset] PASSED [  6%]
10:21:52 test/integration/clitest/test_chown.py::TestChown::testChownBasicUsageWithId[User:-Project] PASSED [  6%]
10:21:53 test/integration/clitest/test_chown.py::TestChown::testChownBasicUsageWithId[User:-Plate] PASSED [  6%]
10:21:55 test/integration/clitest/test_chown.py::TestChown::testChownBasicUsageWithId[User:-Screen] PASSED [  6%]
10:21:57 test/integration/clitest/test_chown.py::TestChown::testChownBasicUsageWithId[Experimenter:-Image] PASSED [  6%]
10:21:58 test/integration/clitest/test_chown.py::TestChown::testChownBasicUsageWithId[Experimenter:-Dataset] PASSED [  6%]
10:22:00 test/integration/clitest/test_chown.py::TestChown::testChownBasicUsageWithId[Experimenter:-Project] PASSED [  6%]
10:22:02 test/integration/clitest/test_chown.py::TestChown::testChownBasicUsageWithId[Experimenter:-Plate] PASSED [  6%]
10:22:03 test/integration/clitest/test_chown.py::TestChown::testChownBasicUsageWithId[Experimenter:-Screen] PASSED [  6%]
10:22:07 test/integration/clitest/test_chown.py::TestChown::testChownBasicUsageTargetUser PASSED [  6%]
10:22:09 test/integration/clitest/test_chown.py::TestChown::testChownBasicUsageWithName[-] PASSED [  6%]
10:22:10 test/integration/clitest/test_chown.py::TestChown::testChownBasicUsageWithName[-/] PASSED [  6%]
10:22:12 test/integration/clitest/test_chown.py::TestChown::testChownBasicUsageWithName[I-] PASSED [  6%]
10:22:14 test/integration/clitest/test_chown.py::TestChown::testChownBasicUsageWithName[I-/] PASSED [  7%]
10:22:16 test/integration/clitest/test_chown.py::TestChown::testChownDifferentGroup PASSED [  7%]
10:22:21 test/integration/clitest/test_chown.py::TestChown::testFileset[image-1] PASSED [  7%]
10:22:26 test/integration/clitest/test_chown.py::TestChown::testFileset[image-2] PASSED [  7%]
10:22:31 test/integration/clitest/test_chown.py::TestChown::testFileset[fileset-1] PASSED [  7%]
10:22:36 test/integration/clitest/test_chown.py::TestChown::testFileset[fileset-2] PASSED [  7%]
10:22:41 test/integration/clitest/test_chown.py::TestChown::testFilesetPartialFailing PASSED [  7%]
10:22:46 test/integration/clitest/test_chown.py::TestChown::testFilesetAllImagesChownDataset PASSED [  7%]
10:22:48 test/integration/clitest/test_chown.py::TestChown::testMultipleSimpleObjectsSameClass[True-1] PASSED [  7%]
10:22:49 test/integration/clitest/test_chown.py::TestChown::testMultipleSimpleObjectsSameClass[True-2] PASSED [  7%]
10:22:51 test/integration/clitest/test_chown.py::TestChown::testMultipleSimpleObjectsSameClass[True-3] PASSED [  7%]
10:22:53 test/integration/clitest/test_chown.py::TestChown::testMultipleSimpleObjectsSameClass[False-1] PASSED [  7%]
10:22:55 test/integration/clitest/test_chown.py::TestChown::testMultipleSimpleObjectsSameClass[False-2] PASSED [  7%]
10:22:57 test/integration/clitest/test_chown.py::TestChown::testMultipleSimpleObjectsSameClass[False-3] PASSED [  7%]
10:22:58 test/integration/clitest/test_chown.py::TestChown::testMultipleSimpleObjectsTwoClassesSeparated[True-1] PASSED [  7%]
10:23:00 test/integration/clitest/test_chown.py::TestChown::testMultipleSimpleObjectsTwoClassesSeparated[True-2] PASSED [  7%]
10:23:02 test/integration/clitest/test_chown.py::TestChown::testMultipleSimpleObjectsTwoClassesSeparated[True-3] PASSED [  7%]
10:23:04 test/integration/clitest/test_chown.py::TestChown::testMultipleSimpleObjectsTwoClassesSeparated[False-1] PASSED [  7%]
10:23:06 test/integration/clitest/test_chown.py::TestChown::testMultipleSimpleObjectsTwoClassesSeparated[False-2] PASSED [  7%]
10:23:08 test/integration/clitest/test_chown.py::TestChown::testMultipleSimpleObjectsTwoClassesSeparated[False-3] PASSED [  7%]
10:23:10 test/integration/clitest/test_chown.py::TestChown::testMultipleSimpleObjectsTwoClassesInterlaced[True-1] PASSED [  8%]
10:23:12 test/integration/clitest/test_chown.py::TestChown::testMultipleSimpleObjectsTwoClassesInterlaced[True-2] PASSED [  8%]
10:23:14 test/integration/clitest/test_chown.py::TestChown::testMultipleSimpleObjectsTwoClassesInterlaced[True-3] PASSED [  8%]
10:23:15 test/integration/clitest/test_chown.py::TestChown::testMultipleSimpleObjectsTwoClassesInterlaced[False-1] PASSED [  8%]
10:23:17 test/integration/clitest/test_chown.py::TestChown::testMultipleSimpleObjectsTwoClassesInterlaced[False-2] PASSED [  8%]
10:23:19 test/integration/clitest/test_chown.py::TestChown::testMultipleSimpleObjectsTwoClassesInterlaced[False-3] PASSED [  8%]
10:23:21 test/integration/clitest/test_chown.py::TestChown::testBasicSkipheadBothForms[True-1-/Dataset] PASSED [  8%]
10:23:23 test/integration/clitest/test_chown.py::TestChown::testBasicSkipheadBothForms[True-1-] PASSED [  8%]
10:23:25 test/integration/clitest/test_chown.py::TestChown::testBasicSkipheadBothForms[True-2-/Dataset] PASSED [  8%]
10:23:27 test/integration/clitest/test_chown.py::TestChown::testBasicSkipheadBothForms[True-2-] PASSED [  8%]
10:23:29 test/integration/clitest/test_chown.py::TestChown::testBasicSkipheadBothForms[False-1-/Dataset] PASSED [  8%]
10:23:31 test/integration/clitest/test_chown.py::TestChown::testBasicSkipheadBothForms[False-1-] PASSED [  8%]
10:23:33 test/integration/clitest/test_chown.py::TestChown::testBasicSkipheadBothForms[False-2-/Dataset] PASSED [  8%]
10:23:35 test/integration/clitest/test_chown.py::TestChown::testBasicSkipheadBothForms[False-2-] PASSED [  8%]
10:23:37 test/integration/clitest/test_chown.py::TestChown::testMultipleSkipheadsPlusObjectsSeparated[True-1] PASSED [  8%]
10:23:39 test/integration/clitest/test_chown.py::TestChown::testMultipleSkipheadsPlusObjectsSeparated[True-2] PASSED [  8%]
10:23:42 test/integration/clitest/test_chown.py::TestChown::testMultipleSkipheadsPlusObjectsSeparated[True-3] PASSED [  8%]
10:23:44 test/integration/clitest/test_chown.py::TestChown::testMultipleSkipheadsPlusObjectsSeparated[False-1] PASSED [  8%]
10:23:46 test/integration/clitest/test_chown.py::TestChown::testMultipleSkipheadsPlusObjectsSeparated[False-2] PASSED [  8%]
10:23:48 test/integration/clitest/test_chown.py::TestChown::testMultipleSkipheadsPlusObjectsSeparated[False-3] PASSED [  8%]
10:23:51 test/integration/clitest/test_chown.py::TestChown::testMultipleSkipheadsPlusObjectsInterlaced[True-1] PASSED [  8%]
10:23:53 test/integration/clitest/test_chown.py::TestChown::testMultipleSkipheadsPlusObjectsInterlaced[True-2] PASSED [  9%]
10:23:56 test/integration/clitest/test_chown.py::TestChown::testMultipleSkipheadsPlusObjectsInterlaced[True-3] PASSED [  9%]
10:23:58 test/integration/clitest/test_chown.py::TestChown::testMultipleSkipheadsPlusObjectsInterlaced[False-1] PASSED [  9%]
10:24:00 test/integration/clitest/test_chown.py::TestChown::testMultipleSkipheadsPlusObjectsInterlaced[False-2] PASSED [  9%]
10:24:02 test/integration/clitest/test_chown.py::TestChown::testMultipleSkipheadsPlusObjectsInterlaced[False-3] PASSED [  9%]
10:24:04 test/integration/clitest/test_chown.py::TestChown::testDryRun PASSED     [  9%]
10:24:06 test/integration/clitest/test_chown.py::TestChown::testExcludeNone PASSED [  9%]
10:24:08 test/integration/clitest/test_chown.py::TestChown::testExcludeDataset PASSED [  9%]
10:24:10 test/integration/clitest/test_chown.py::TestChown::testExcludeImage PASSED [  9%]
10:24:12 test/integration/clitest/test_chown.py::TestChown::testExcludeOverridesInclude PASSED [  9%]
10:24:14 test/integration/clitest/test_chown.py::TestChown::testSeparateAnnotationTransfer PASSED [  9%]
10:24:16 test/integration/clitest/test_chown.py::TestChown::testOutputWithElision PASSED [  9%]
10:24:20 test/integration/clitest/test_chown.py::TestTagChown::testChownOneTagSetWithUniqueTags PASSED [  9%]
10:24:23 test/integration/clitest/test_chown.py::TestChownRoot::testChownBasicUsageWithId PASSED [  9%]
10:24:27 test/integration/clitest/test_chown.py::TestChownNonGroupOwner::testChownBasicUsageWithId PASSED [  9%]
10:24:29 test/integration/clitest/test_cleanse.py::TestCleanse::testCleanseAdminOnly PASSED [  9%]
10:24:40 test/integration/clitest/test_cleanse.py::TestCleanseFullAdmin::testCleanseBasic PASSED [  9%]
10:24:59 test/integration/clitest/test_cleanse.py::TestCleanseFullAdmin::testCleanseNonsenseName PASSED [  9%]
10:25:01 test/integration/clitest/test_cleanse.py::TestCleanseRestrictedAdmin::test_cleanse_restricted_admin PASSED [  9%]
10:25:03 test/integration/clitest/test_cleanse.py::TestFixPyramids::test_fixpyramids_admin_only PASSED [  9%]
10:25:04 test/integration/clitest/test_cleanse.py::TestFixPyramidsRestrictedAdmin::test_fixpyramids_restricted_admin PASSED [ 10%]
10:25:05 test/integration/clitest/test_db.py::TestDatabase::testBadVersionDies PASSED [ 10%]
10:25:05 test/integration/clitest/test_db.py::TestDatabase::testPasswordIsAskedForAgainIfDiffer PASSED [ 10%]
10:25:06 test/integration/clitest/test_db.py::TestDatabase::testPasswordIsAskedForAgainIfEmpty PASSED [ 10%]
10:25:06 test/integration/clitest/test_db.py::TestDatabase::testPassword[--] PASSED [ 10%]
10:25:07 test/integration/clitest/test_db.py::TestDatabase::testPassword[----no-salt] PASSED [ 10%]
10:25:07 test/integration/clitest/test_db.py::TestDatabase::testPassword[-0-] PASSED [ 10%]
10:25:07 test/integration/clitest/test_db.py::TestDatabase::testPassword[-0---no-salt] PASSED [ 10%]
10:25:08 test/integration/clitest/test_db.py::TestDatabase::testPassword[-1-] PASSED [ 10%]
10:25:08 test/integration/clitest/test_db.py::TestDatabase::testPassword[-1---no-salt] PASSED [ 10%]
10:25:09 test/integration/clitest/test_db.py::TestDatabase::testPassword[ome--] PASSED [ 10%]
10:25:09 test/integration/clitest/test_db.py::TestDatabase::testPassword[ome----no-salt] PASSED [ 10%]
10:25:09 test/integration/clitest/test_db.py::TestDatabase::testPassword[ome-0-] PASSED [ 10%]
10:25:10 test/integration/clitest/test_db.py::TestDatabase::testPassword[ome-0---no-salt] PASSED [ 10%]
10:25:10 test/integration/clitest/test_db.py::TestDatabase::testPassword[ome-1-] PASSED [ 10%]
10:25:11 test/integration/clitest/test_db.py::TestDatabase::testPassword[ome-1---no-salt] PASSED [ 10%]
10:25:12 test/integration/clitest/test_db.py::TestDatabase::testScript[--] PASSED [ 10%]
10:25:13 test/integration/clitest/test_db.py::TestDatabase::testScript[---f] PASSED [ 10%]
10:25:14 test/integration/clitest/test_db.py::TestDatabase::testScript[----file] PASSED [ 10%]
10:25:15 test/integration/clitest/test_db.py::TestDatabase::testScript[---no-salt-] PASSED [ 10%]
10:25:16 test/integration/clitest/test_db.py::TestDatabase::testScript[---no-salt--f] PASSED [ 11%]
10:25:17 test/integration/clitest/test_db.py::TestDatabase::testScript[---no-salt---file] PASSED [ 11%]
10:25:18 test/integration/clitest/test_db.py::TestDatabase::testScript[--password ome--] PASSED [ 11%]
10:25:19 test/integration/clitest/test_db.py::TestDatabase::testScript[--password ome---f] PASSED [ 11%]
10:25:20 test/integration/clitest/test_db.py::TestDatabase::testScript[--password ome----file] PASSED [ 11%]
10:25:21 test/integration/clitest/test_db.py::TestDatabase::testScript[--password ome---no-salt-] PASSED [ 11%]
10:25:22 test/integration/clitest/test_db.py::TestDatabase::testScript[--password ome---no-salt--f] PASSED [ 11%]
10:25:23 test/integration/clitest/test_db.py::TestDatabase::testScript[--password ome---no-salt---file] PASSED [ 11%]
10:25:23 test/integration/clitest/test_db.py::TestDatabase::testScriptDeveloperArgs[%s %s %s--] PASSED [ 11%]
10:25:24 test/integration/clitest/test_db.py::TestDatabase::testScriptDeveloperArgs[%s %s %s---f] PASSED [ 11%]
10:25:24 test/integration/clitest/test_db.py::TestDatabase::testScriptDeveloperArgs[%s %s %s----file] PASSED [ 11%]
10:25:24 test/integration/clitest/test_db.py::TestDatabase::testScriptDeveloperArgs[%s %s %s---no-salt-] PASSED [ 11%]
10:25:25 test/integration/clitest/test_db.py::TestDatabase::testScriptDeveloperArgs[%s %s %s---no-salt--f] PASSED [ 11%]
10:25:25 test/integration/clitest/test_db.py::TestDatabase::testScriptDeveloperArgs[%s %s %s---no-salt---file] PASSED [ 11%]
10:25:26 test/integration/clitest/test_db.py::TestDatabase::testScriptDeveloperArgs[--version %s --patch %s --password %s--] PASSED [ 11%]
10:25:26 test/integration/clitest/test_db.py::TestDatabase::testScriptDeveloperArgs[--version %s --patch %s --password %s---f] PASSED [ 11%]
10:25:26 test/integration/clitest/test_db.py::TestDatabase::testScriptDeveloperArgs[--version %s --patch %s --password %s----file] PASSED [ 11%]
10:25:27 test/integration/clitest/test_db.py::TestDatabase::testScriptDeveloperArgs[--version %s --patch %s --password %s---no-salt-] PASSED [ 11%]
10:25:27 test/integration/clitest/test_db.py::TestDatabase::testScriptDeveloperArgs[--version %s --patch %s --password %s---no-salt--f] PASSED [ 11%]
10:25:28 test/integration/clitest/test_db.py::TestDatabase::testScriptDeveloperArgs[--version %s --patch %s --password %s---no-salt---file] PASSED [ 11%]
10:25:29 test/integration/clitest/test_delete.py::TestDelete::testDeleteMyData[Image-] PASSED [ 12%]
10:25:30 test/integration/clitest/test_delete.py::TestDelete::testDeleteMyData[Image-I] PASSED [ 12%]
10:25:30 test/integration/clitest/test_delete.py::TestDelete::testDeleteMyData[Dataset-] PASSED [ 12%]
10:25:30 test/integration/clitest/test_delete.py::TestDelete::testDeleteMyData[Dataset-I] PASSED [ 12%]
10:25:30 test/integration/clitest/test_delete.py::TestDelete::testDeleteMyData[Project-] PASSED [ 12%]
10:25:30 test/integration/clitest/test_delete.py::TestDelete::testDeleteMyData[Project-I] PASSED [ 12%]
10:25:30 test/integration/clitest/test_delete.py::TestDelete::testDeleteMyData[Plate-] PASSED [ 12%]
10:25:30 test/integration/clitest/test_delete.py::TestDelete::testDeleteMyData[Plate-I] PASSED [ 12%]
10:25:30 test/integration/clitest/test_delete.py::TestDelete::testDeleteMyData[Screen-] PASSED [ 12%]
10:25:30 test/integration/clitest/test_delete.py::TestDelete::testDeleteMyData[Screen-I] PASSED [ 12%]
10:25:33 test/integration/clitest/test_delete.py::TestDelete::testFileset[image-1] PASSED [ 12%]
10:25:37 test/integration/clitest/test_delete.py::TestDelete::testFileset[image-2] PASSED [ 12%]
10:25:40 test/integration/clitest/test_delete.py::TestDelete::testFileset[fileset-1] PASSED [ 12%]
10:25:43 test/integration/clitest/test_delete.py::TestDelete::testFileset[fileset-2] PASSED [ 12%]
10:25:46 test/integration/clitest/test_delete.py::TestDelete::testFilesetPartialFailing PASSED [ 12%]
10:25:50 test/integration/clitest/test_delete.py::TestDelete::testFilesetAllImagesDeleteDataset PASSED [ 12%]
10:25:50 test/integration/clitest/test_delete.py::TestDelete::testMultipleSimpleObjectsSameClass[True-1] PASSED [ 12%]
10:25:50 test/integration/clitest/test_delete.py::TestDelete::testMultipleSimpleObjectsSameClass[True-2] PASSED [ 12%]
10:25:50 test/integration/clitest/test_delete.py::TestDelete::testMultipleSimpleObjectsSameClass[True-3] PASSED [ 12%]
10:25:50 test/integration/clitest/test_delete.py::TestDelete::testMultipleSimpleObjectsSameClass[False-1] PASSED [ 12%]
10:25:50 test/integration/clitest/test_delete.py::TestDelete::testMultipleSimpleObjectsSameClass[False-2] PASSED [ 12%]
10:25:50 test/integration/clitest/test_delete.py::TestDelete::testMultipleSimpleObjectsSameClass[False-3] PASSED [ 13%]
10:25:50 test/integration/clitest/test_delete.py::TestDelete::testMultipleSimpleObjectsTwoClassesSeparated[True-1] PASSED [ 13%]
10:25:50 test/integration/clitest/test_delete.py::TestDelete::testMultipleSimpleObjectsTwoClassesSeparated[True-2] PASSED [ 13%]
10:25:50 test/integration/clitest/test_delete.py::TestDelete::testMultipleSimpleObjectsTwoClassesSeparated[True-3] PASSED [ 13%]
10:25:51 test/integration/clitest/test_delete.py::TestDelete::testMultipleSimpleObjectsTwoClassesSeparated[False-1] PASSED [ 13%]
10:25:51 test/integration/clitest/test_delete.py::TestDelete::testMultipleSimpleObjectsTwoClassesSeparated[False-2] PASSED [ 13%]
10:25:51 test/integration/clitest/test_delete.py::TestDelete::testMultipleSimpleObjectsTwoClassesSeparated[False-3] PASSED [ 13%]
10:25:51 test/integration/clitest/test_delete.py::TestDelete::testMultipleSimpleObjectsTwoClassesInterlaced[True-1] PASSED [ 13%]
10:25:51 test/integration/clitest/test_delete.py::TestDelete::testMultipleSimpleObjectsTwoClassesInterlaced[True-2] PASSED [ 13%]
10:25:51 test/integration/clitest/test_delete.py::TestDelete::testMultipleSimpleObjectsTwoClassesInterlaced[True-3] PASSED [ 13%]
10:25:51 test/integration/clitest/test_delete.py::TestDelete::testMultipleSimpleObjectsTwoClassesInterlaced[False-1] PASSED [ 13%]
10:25:51 test/integration/clitest/test_delete.py::TestDelete::testMultipleSimpleObjectsTwoClassesInterlaced[False-2] PASSED [ 13%]
10:25:51 test/integration/clitest/test_delete.py::TestDelete::testMultipleSimpleObjectsTwoClassesInterlaced[False-3] PASSED [ 13%]
10:25:52 test/integration/clitest/test_delete.py::TestDelete::testBasicSkipheadBothForms[True-1-/Dataset] PASSED [ 13%]
10:25:52 test/integration/clitest/test_delete.py::TestDelete::testBasicSkipheadBothForms[True-1-] PASSED [ 13%]
10:25:52 test/integration/clitest/test_delete.py::TestDelete::testBasicSkipheadBothForms[True-2-/Dataset] PASSED [ 13%]
10:25:52 test/integration/clitest/test_delete.py::TestDelete::testBasicSkipheadBothForms[True-2-] PASSED [ 13%]
10:25:52 test/integration/clitest/test_delete.py::TestDelete::testBasicSkipheadBothForms[False-1-/Dataset] PASSED [ 13%]
10:25:52 test/integration/clitest/test_delete.py::TestDelete::testBasicSkipheadBothForms[False-1-] PASSED [ 13%]
10:25:52 test/integration/clitest/test_delete.py::TestDelete::testBasicSkipheadBothForms[False-2-/Dataset] PASSED [ 13%]
10:25:53 test/integration/clitest/test_delete.py::TestDelete::testBasicSkipheadBothForms[False-2-] PASSED [ 14%]
10:25:53 test/integration/clitest/test_delete.py::TestDelete::testMultipleSkipheadsSameClass[True-1] PASSED [ 14%]
10:25:53 test/integration/clitest/test_delete.py::TestDelete::testMultipleSkipheadsSameClass[True-2] PASSED [ 14%]
10:25:53 test/integration/clitest/test_delete.py::TestDelete::testMultipleSkipheadsSameClass[True-3] PASSED [ 14%]
10:25:53 test/integration/clitest/test_delete.py::TestDelete::testMultipleSkipheadsSameClass[False-1] PASSED [ 14%]
10:25:54 test/integration/clitest/test_delete.py::TestDelete::testMultipleSkipheadsSameClass[False-2] PASSED [ 14%]
10:25:54 test/integration/clitest/test_delete.py::TestDelete::testMultipleSkipheadsSameClass[False-3] PASSED [ 14%]
10:25:54 test/integration/clitest/test_delete.py::TestDelete::testMultipleSkipheadsPlusObjectsSeparated[True-1] PASSED [ 14%]
10:25:54 test/integration/clitest/test_delete.py::TestDelete::testMultipleSkipheadsPlusObjectsSeparated[True-2] PASSED [ 14%]
10:25:55 test/integration/clitest/test_delete.py::TestDelete::testMultipleSkipheadsPlusObjectsSeparated[True-3] PASSED [ 14%]
10:25:55 test/integration/clitest/test_delete.py::TestDelete::testMultipleSkipheadsPlusObjectsSeparated[False-1] PASSED [ 14%]
10:25:55 test/integration/clitest/test_delete.py::TestDelete::testMultipleSkipheadsPlusObjectsSeparated[False-2] PASSED [ 14%]
10:25:55 test/integration/clitest/test_delete.py::TestDelete::testMultipleSkipheadsPlusObjectsSeparated[False-3] PASSED [ 14%]
10:25:55 test/integration/clitest/test_delete.py::TestDelete::testMultipleSkipheadsPlusObjectsInterlaced[True-1] PASSED [ 14%]
10:25:56 test/integration/clitest/test_delete.py::TestDelete::testMultipleSkipheadsPlusObjectsInterlaced[True-2] PASSED [ 14%]
10:25:56 test/integration/clitest/test_delete.py::TestDelete::testMultipleSkipheadsPlusObjectsInterlaced[True-3] PASSED [ 14%]
10:25:56 test/integration/clitest/test_delete.py::TestDelete::testMultipleSkipheadsPlusObjectsInterlaced[False-1] PASSED [ 14%]
10:25:56 test/integration/clitest/test_delete.py::TestDelete::testMultipleSkipheadsPlusObjectsInterlaced[False-2] PASSED [ 14%]
10:25:57 test/integration/clitest/test_delete.py::TestDelete::testMultipleSkipheadsPlusObjectsInterlaced[False-3] PASSED [ 14%]
10:25:57 test/integration/clitest/test_delete.py::TestDelete::testDryRun PASSED   [ 14%]
10:25:57 test/integration/clitest/test_delete.py::TestDelete::testExcludeNone PASSED [ 15%]
10:25:57 test/integration/clitest/test_delete.py::TestDelete::testExcludeDataset PASSED [ 15%]
10:25:57 test/integration/clitest/test_delete.py::TestDelete::testExcludeImage PASSED [ 15%]
10:25:57 test/integration/clitest/test_delete.py::TestDelete::testExcludeOverridesInclude PASSED [ 15%]
10:25:57 test/integration/clitest/test_delete.py::TestDelete::testDefaultExclusion PASSED [ 15%]
10:25:57 test/integration/clitest/test_delete.py::TestDelete::testDefaultExclusionOverride PASSED [ 15%]
10:25:58 test/integration/clitest/test_delete.py::TestDelete::testDefaultExclusionPartialOverride PASSED [ 15%]
10:25:58 test/integration/clitest/test_delete.py::TestDelete::testSeparateAnnotationDelete PASSED [ 15%]
10:25:58 test/integration/clitest/test_delete.py::TestDelete::testLinkedAnnotationDelete PASSED [ 15%]
10:25:58 test/integration/clitest/test_delete.py::TestDelete::testLinkedAnnotationDeleteWithOverride PASSED [ 15%]
10:25:58 test/integration/clitest/test_delete.py::TestDelete::testInputWithElisionDefault[1] PASSED [ 15%]
10:25:58 test/integration/clitest/test_delete.py::TestDelete::testInputWithElisionDefault[2] PASSED [ 15%]
10:25:58 test/integration/clitest/test_delete.py::TestDelete::testInputWithElisionDefault[3] PASSED [ 15%]
10:25:59 test/integration/clitest/test_delete.py::TestDelete::testInputWithElisionForce PASSED [ 15%]
10:26:00 test/integration/clitest/test_delete.py::TestDelete::testElisionDefaultFailForce PASSED [ 15%]
10:26:25 test/integration/clitest/test_delete.py::TestDelete::testOutputWithElision PASSED [ 15%]
10:26:27 test/integration/clitest/test_delete.py::TestTagDelete::testDeleteOneTagSetNotTags PASSED [ 15%]
10:26:28 test/integration/clitest/test_delete.py::TestTagDelete::testDeleteTwoTagSetsNotTags PASSED [ 15%]
10:26:28 test/integration/clitest/test_delete.py::TestTagDelete::testDeleteOneTagSetIncludingTags PASSED [ 15%]
10:26:28 test/integration/clitest/test_delete.py::TestTagDelete::testDeleteTwoTagSetsIncludingTags PASSED [ 15%]
10:26:30 test/integration/clitest/test_download.py::TestDownload::testNonExistingOriginalFile[] PASSED [ 16%]
10:26:30 test/integration/clitest/test_download.py::TestDownload::testNonExistingOriginalFile[OriginalFile:] PASSED [ 16%]
10:26:30 test/integration/clitest/test_download.py::TestDownload::testOriginalFileTmpfile[] PASSED [ 16%]
10:26:30 test/integration/clitest/test_download.py::TestDownload::testOriginalFileTmpfile[OriginalFile:] PASSED [ 16%]
10:26:30 test/integration/clitest/test_download.py::TestDownload::testOriginalFileStdout[] PASSED [ 16%]
10:26:30 test/integration/clitest/test_download.py::TestDownload::testOriginalFileStdout[OriginalFile:] PASSED [ 16%]
10:26:32 test/integration/clitest/test_download.py::TestDownload::testOriginalFileMultipleGroups[] PASSED [ 16%]
10:26:34 test/integration/clitest/test_download.py::TestDownload::testOriginalFileMultipleGroups[OriginalFile:] PASSED [ 16%]
10:26:34 test/integration/clitest/test_download.py::TestDownload::testNonExistingFileAnnotation PASSED [ 16%]
10:26:34 test/integration/clitest/test_download.py::TestDownload::testFileAnnotationTmpfile PASSED [ 16%]
10:26:34 test/integration/clitest/test_download.py::TestDownload::testFileAnnotationStdout PASSED [ 16%]
10:26:36 test/integration/clitest/test_download.py::TestDownload::testFileAnnotationMultipleGroups PASSED [ 16%]
10:26:39 test/integration/clitest/test_download.py::TestDownload::testNonExistingImage PASSED [ 16%]
10:26:42 test/integration/clitest/test_download.py::TestDownload::testImageFileset[True] PASSED [ 16%]
10:26:45 test/integration/clitest/test_download.py::TestDownload::testImageFileset[False] PASSED [ 16%]
10:26:48 test/integration/clitest/test_download.py::TestDownload::testSingleImageWithCompanion PASSED [ 16%]
10:26:51 test/integration/clitest/test_download.py::TestDownload::testMIF PASSED  [ 16%]
10:26:51 test/integration/clitest/test_download.py::TestDownload::testImageNoFileset PASSED [ 16%]
10:26:56 test/integration/clitest/test_download.py::TestDownload::testImageMultipleGroups PASSED [ 16%]
10:26:56 test/integration/clitest/test_download.py::TestDownload::testValidPolicy PASSED [ 16%]
10:27:09 test/integration/clitest/test_download.py::TestDownload::testPolicyGlobalRestriction[+read,+write,+image] PASSED [ 16%]
10:27:09 test/integration/clitest/test_download.py::TestDownload::testPolicyGlobalRestriction[-read,-write,-image,-plate] SKIPPED [ 17%]
10:27:09 test/integration/clitest/test_download.py::TestDownload::testPolicyGlobalRestriction[-read,+write,+image,-plate] SKIPPED [ 17%]
10:27:09 test/integration/clitest/test_download.py::TestDownload::testPolicyGlobalRestriction[+read,+write,+image,-plate] SKIPPED [ 17%]
10:27:09 test/integration/clitest/test_download.py::TestDownload::testPolicyGlobalRestriction[+read,+write,+image,+plate] SKIPPED [ 17%]
10:27:21 test/integration/clitest/test_download.py::TestDownload::testPolicyGroupRestriction[+read,+write,+image] PASSED [ 17%]
10:27:33 test/integration/clitest/test_download.py::TestDownload::testPolicyGroupRestriction[-read,-write,-image,-plate] PASSED [ 17%]
10:27:46 test/integration/clitest/test_download.py::TestDownload::testPolicyGroupRestriction[-read,+write,+image,-plate] PASSED [ 17%]
10:27:58 test/integration/clitest/test_download.py::TestDownload::testPolicyGroupRestriction[+read,+write,+image,-plate] PASSED [ 17%]
10:28:10 test/integration/clitest/test_download.py::TestDownload::testPolicyGroupRestriction[+read,+write,+image,+plate] PASSED [ 17%]
10:28:12 test/integration/clitest/test_duplicate.py::TestDuplicate::testDuplicateSingleObject[Image-] PASSED [ 17%]
10:28:12 test/integration/clitest/test_duplicate.py::TestDuplicate::testDuplicateSingleObject[Image-I] PASSED [ 17%]
10:28:12 test/integration/clitest/test_duplicate.py::TestDuplicate::testDuplicateSingleObject[Dataset-] PASSED [ 17%]
10:28:12 test/integration/clitest/test_duplicate.py::TestDuplicate::testDuplicateSingleObject[Dataset-I] PASSED [ 17%]
10:28:13 test/integration/clitest/test_duplicate.py::TestDuplicate::testDuplicateSingleObject[Project-] PASSED [ 17%]
10:28:13 test/integration/clitest/test_duplicate.py::TestDuplicate::testDuplicateSingleObject[Project-I] PASSED [ 17%]
10:28:13 test/integration/clitest/test_duplicate.py::TestDuplicate::testDuplicateSingleObject[Plate-] PASSED [ 17%]
10:28:13 test/integration/clitest/test_duplicate.py::TestDuplicate::testDuplicateSingleObject[Plate-I] PASSED [ 17%]
10:28:13 test/integration/clitest/test_duplicate.py::TestDuplicate::testDuplicateSingleObject[Screen-] PASSED [ 17%]
10:28:13 test/integration/clitest/test_duplicate.py::TestDuplicate::testDuplicateSingleObject[Screen-I] PASSED [ 17%]
10:28:13 test/integration/clitest/test_duplicate.py::TestDuplicate::testDuplicateSingleObjectDryRun PASSED [ 17%]
10:28:13 test/integration/clitest/test_duplicate.py::TestDuplicate::testDuplicateSingleObjectReport PASSED [ 18%]
10:28:13 test/integration/clitest/test_duplicate.py::TestDuplicate::testDuplicateSingleObjectDryRunReport PASSED [ 18%]
10:28:13 test/integration/clitest/test_duplicate.py::TestDuplicate::testBasicHierarchyDuplication PASSED [ 18%]
10:28:13 test/integration/clitest/test_duplicate.py::TestDuplicate::testIgnoreLinks PASSED [ 18%]
10:28:13 test/integration/clitest/test_duplicate.py::TestDuplicate::testIgnoreLinksOverridden PASSED [ 18%]
10:28:14 test/integration/clitest/test_duplicate.py::TestDuplicate::testReferencing PASSED [ 18%]
10:28:14 test/integration/clitest/test_duplicate.py::TestDuplicate::testSkipheadDuplication PASSED [ 18%]
10:28:15 test/integration/clitest/test_fs.py::TestFS::testRepos PASSED            [ 18%]
10:28:34 test/integration/clitest/test_fs.py::TestFS::testSetsWithTransfer PASSED [ 18%]
10:28:34 test/integration/clitest/test_fs.py::TestFS::testSetsAdminOnly PASSED    [ 18%]
10:28:34 test/integration/clitest/test_fs.py::TestFS::testMkdirAdminOnly PASSED   [ 18%]
10:28:38 test/integration/clitest/test_fs.py::TestFS::testImportTime[all-True] PASSED [ 18%]
10:28:41 test/integration/clitest/test_fs.py::TestFS::testImportTime[all-False] PASSED [ 18%]
10:28:46 test/integration/clitest/test_fs.py::TestFS::testImportTime[minmax-True] PASSED [ 18%]
10:28:49 test/integration/clitest/test_fs.py::TestFS::testImportTime[minmax-False] PASSED [ 18%]
10:28:53 test/integration/clitest/test_fs.py::TestFS::testImportTime[thumbnails-True] PASSED [ 18%]
10:28:56 test/integration/clitest/test_fs.py::TestFS::testImportTime[thumbnails-False] PASSED [ 18%]
10:28:58 test/integration/clitest/test_fs.py::TestFsRoot::testMkdirAsAdminSimpleDirCreation PASSED [ 18%]
10:28:58 test/integration/clitest/test_fs.py::TestFsRoot::testMkdirAsAdminHierarchyOnlyPreexisting PASSED [ 18%]
10:28:58 test/integration/clitest/test_fs.py::TestFsRoot::testMkdirAsAdminHierarchyParents PASSED [ 18%]
10:29:06 test/integration/clitest/test_group.py::TestGroup::testList[None-None] PASSED [ 19%]
10:29:09 test/integration/clitest/test_group.py::TestGroup::testList[None-id] PASSED [ 19%]
10:29:12 test/integration/clitest/test_group.py::TestGroup::testList[None-name] PASSED [ 19%]
10:29:16 test/integration/clitest/test_group.py::TestGroup::testList[count-None] PASSED [ 19%]
10:29:19 test/integration/clitest/test_group.py::TestGroup::testList[count-id] PASSED [ 19%]
10:29:22 test/integration/clitest/test_group.py::TestGroup::testList[count-name] PASSED [ 19%]
10:29:25 test/integration/clitest/test_group.py::TestGroup::testList[long-None] PASSED [ 19%]
10:29:29 test/integration/clitest/test_group.py::TestGroup::testList[long-id] PASSED [ 19%]
10:29:32 test/integration/clitest/test_group.py::TestGroup::testList[long-name] PASSED [ 19%]
10:29:32 test/integration/clitest/test_group.py::TestGroup::testAddAdminOnly PASSED [ 19%]
10:29:32 test/integration/clitest/test_group.py::TestGroup::testInfoNoArgument PASSED [ 19%]
10:29:32 test/integration/clitest/test_group.py::TestGroup::testInfoArgument[id] PASSED [ 19%]
10:29:32 test/integration/clitest/test_group.py::TestGroup::testInfoArgument[name] PASSED [ 19%]
10:29:32 test/integration/clitest/test_group.py::TestGroup::testInfoArgument[--group-id] PASSED [ 19%]
10:29:32 test/integration/clitest/test_group.py::TestGroup::testInfoArgument[--group-name] PASSED [ 19%]
10:29:32 test/integration/clitest/test_group.py::TestGroup::testInfoInvalidGroup PASSED [ 19%]
10:29:32 test/integration/clitest/test_group.py::TestGroup::testListUsersNoArgument PASSED [ 19%]
10:29:32 test/integration/clitest/test_group.py::TestGroup::testListUsersArgument[id] PASSED [ 19%]
10:29:32 test/integration/clitest/test_group.py::TestGroup::testListUsersArgument[name] PASSED [ 19%]
10:29:32 test/integration/clitest/test_group.py::TestGroup::testListUsersArgument[--group-id] PASSED [ 19%]
10:29:32 test/integration/clitest/test_group.py::TestGroup::testListUsersArgument[--group-name] PASSED [ 20%]
10:29:32 test/integration/clitest/test_group.py::TestGroup::testListUsersInvalidArgument PASSED [ 20%]
10:29:34 test/integration/clitest/test_group.py::TestGroupRoot::testAddDefaults PASSED [ 20%]
10:29:34 test/integration/clitest/test_group.py::TestGroupRoot::testAddPerms[--perms-rw----] PASSED [ 20%]
10:29:34 test/integration/clitest/test_group.py::TestGroupRoot::testAddPerms[--perms-rwr---] PASSED [ 20%]
10:29:34 test/integration/clitest/test_group.py::TestGroupRoot::testAddPerms[--perms-rwra--] PASSED [ 20%]
10:29:34 test/integration/clitest/test_group.py::TestGroupRoot::testAddPerms[--perms-rwrw--] PASSED [ 20%]
10:29:34 test/integration/clitest/test_group.py::TestGroupRoot::testAddPerms[--type-private] PASSED [ 20%]
10:29:34 test/integration/clitest/test_group.py::TestGroupRoot::testAddPerms[--type-read-only] PASSED [ 20%]
10:29:34 test/integration/clitest/test_group.py::TestGroupRoot::testAddPerms[--type-read-annotate] PASSED [ 20%]
10:29:34 test/integration/clitest/test_group.py::TestGroupRoot::testAddPerms[--type-read-write] PASSED [ 20%]
10:29:34 test/integration/clitest/test_group.py::TestGroupRoot::testAddSameNamefails PASSED [ 20%]
10:29:34 test/integration/clitest/test_group.py::TestGroupRoot::testAddIgnoreExisting PASSED [ 20%]
10:29:34 test/integration/clitest/test_group.py::TestGroupRoot::testPerms[--perms-rw-----rw-------id] PASSED [ 20%]
10:29:34 test/integration/clitest/test_group.py::TestGroupRoot::testPerms[--perms-rw-----rw-------name] PASSED [ 20%]
10:29:35 test/integration/clitest/test_group.py::TestGroupRoot::testPerms[--perms-rw-----rwr------id] PASSED [ 20%]
10:29:36 test/integration/clitest/test_group.py::TestGroupRoot::testPerms[--perms-rw-----rwr------name] PASSED [ 20%]
10:29:37 test/integration/clitest/test_group.py::TestGroupRoot::testPerms[--perms-rw-----rwra-----id] PASSED [ 20%]
10:29:38 test/integration/clitest/test_group.py::TestGroupRoot::testPerms[--perms-rw-----rwra-----name] PASSED [ 20%]
10:29:39 test/integration/clitest/test_group.py::TestGroupRoot::testPerms[--perms-rw-----rwrw-----id] PASSED [ 20%]
10:29:39 test/integration/clitest/test_group.py::TestGroupRoot::testPerms[--perms-rw-----rwrw-----name] PASSED [ 20%]
10:29:40 test/integration/clitest/test_group.py::TestGroupRoot::testPerms[--perms-rwr----rw-------id] PASSED [ 21%]
10:29:40 test/integration/clitest/test_group.py::TestGroupRoot::testPerms[--perms-rwr----rw-------name] PASSED [ 21%]
10:29:40 test/integration/clitest/test_group.py::TestGroupRoot::testPerms[--perms-rwr----rwr------id] PASSED [ 21%]
10:29:40 test/integration/clitest/test_group.py::TestGroupRoot::testPerms[--perms-rwr----rwr------name] PASSED [ 21%]
10:29:40 test/integration/clitest/test_group.py::TestGroupRoot::testPerms[--perms-rwr----rwra-----id] PASSED [ 21%]
10:29:40 test/integration/clitest/test_group.py::TestGroupRoot::testPerms[--perms-rwr----rwra-----name] PASSED [ 21%]
10:29:40 test/integration/clitest/test_group.py::TestGroupRoot::testPerms[--perms-rwr----rwrw-----id] PASSED [ 21%]
10:29:40 test/integration/clitest/test_group.py::TestGroupRoot::testPerms[--perms-rwr----rwrw-----name] PASSED [ 21%]
10:29:41 test/integration/clitest/test_group.py::TestGroupRoot::testPerms[--perms-rwra---rw-------id] PASSED [ 21%]
10:29:41 test/integration/clitest/test_group.py::TestGroupRoot::testPerms[--perms-rwra---rw-------name] PASSED [ 21%]
10:29:41 test/integration/clitest/test_group.py::TestGroupRoot::testPerms[--perms-rwra---rwr------id] PASSED [ 21%]
10:29:41 test/integration/clitest/test_group.py::TestGroupRoot::testPerms[--perms-rwra---rwr------name] PASSED [ 21%]
10:29:41 test/integration/clitest/test_group.py::TestGroupRoot::testPerms[--perms-rwra---rwra-----id] PASSED [ 21%]
10:29:41 test/integration/clitest/test_group.py::TestGroupRoot::testPerms[--perms-rwra---rwra-----name] PASSED [ 21%]
10:29:41 test/integration/clitest/test_group.py::TestGroupRoot::testPerms[--perms-rwra---rwrw-----id] PASSED [ 21%]
10:29:42 test/integration/clitest/test_group.py::TestGroupRoot::testPerms[--perms-rwra---rwrw-----name] PASSED [ 21%]
10:29:42 test/integration/clitest/test_group.py::TestGroupRoot::testPerms[--perms-rwrw---rw-------id] PASSED [ 21%]
10:29:42 test/integration/clitest/test_group.py::TestGroupRoot::testPerms[--perms-rwrw---rw-------name] PASSED [ 21%]
10:29:42 test/integration/clitest/test_group.py::TestGroupRoot::testPerms[--perms-rwrw---rwr------id] PASSED [ 21%]
10:29:42 test/integration/clitest/test_group.py::TestGroupRoot::testPerms[--perms-rwrw---rwr------name] PASSED [ 21%]
10:29:43 test/integration/clitest/test_group.py::TestGroupRoot::testPerms[--perms-rwrw---rwra-----id] PASSED [ 22%]
10:29:43 test/integration/clitest/test_group.py::TestGroupRoot::testPerms[--perms-rwrw---rwra-----name] PASSED [ 22%]
10:29:43 test/integration/clitest/test_group.py::TestGroupRoot::testPerms[--perms-rwrw---rwrw-----id] PASSED [ 22%]
10:29:43 test/integration/clitest/test_group.py::TestGroupRoot::testPerms[--perms-rwrw---rwrw-----name] PASSED [ 22%]
10:29:43 test/integration/clitest/test_group.py::TestGroupRoot::testPerms[--type-private-rw-------id] PASSED [ 22%]
10:29:43 test/integration/clitest/test_group.py::TestGroupRoot::testPerms[--type-private-rw-------name] PASSED [ 22%]
10:29:44 test/integration/clitest/test_group.py::TestGroupRoot::testPerms[--type-private-rwr------id] PASSED [ 22%]
10:29:44 test/integration/clitest/test_group.py::TestGroupRoot::testPerms[--type-private-rwr------name] PASSED [ 22%]
10:29:45 test/integration/clitest/test_group.py::TestGroupRoot::testPerms[--type-private-rwra-----id] PASSED [ 22%]
10:29:46 test/integration/clitest/test_group.py::TestGroupRoot::testPerms[--type-private-rwra-----name] PASSED [ 22%]
10:29:47 test/integration/clitest/test_group.py::TestGroupRoot::testPerms[--type-private-rwrw-----id] PASSED [ 22%]
10:29:47 test/integration/clitest/test_group.py::TestGroupRoot::testPerms[--type-private-rwrw-----name] PASSED [ 22%]
10:29:48 test/integration/clitest/test_group.py::TestGroupRoot::testPerms[--type-read-only-rw-------id] PASSED [ 22%]
10:29:48 test/integration/clitest/test_group.py::TestGroupRoot::testPerms[--type-read-only-rw-------name] PASSED [ 22%]
10:29:48 test/integration/clitest/test_group.py::TestGroupRoot::testPerms[--type-read-only-rwr------id] PASSED [ 22%]
10:29:48 test/integration/clitest/test_group.py::TestGroupRoot::testPerms[--type-read-only-rwr------name] PASSED [ 22%]
10:29:48 test/integration/clitest/test_group.py::TestGroupRoot::testPerms[--type-read-only-rwra-----id] PASSED [ 22%]
10:29:48 test/integration/clitest/test_group.py::TestGroupRoot::testPerms[--type-read-only-rwra-----name] PASSED [ 22%]
10:29:48 test/integration/clitest/test_group.py::TestGroupRoot::testPerms[--type-read-only-rwrw-----id] PASSED [ 22%]
10:29:49 test/integration/clitest/test_group.py::TestGroupRoot::testPerms[--type-read-only-rwrw-----name] PASSED [ 22%]
10:29:49 test/integration/clitest/test_group.py::TestGroupRoot::testPerms[--type-read-annotate-rw-------id] PASSED [ 23%]
10:29:49 test/integration/clitest/test_group.py::TestGroupRoot::testPerms[--type-read-annotate-rw-------name] PASSED [ 23%]
10:29:49 test/integration/clitest/test_group.py::TestGroupRoot::testPerms[--type-read-annotate-rwr------id] PASSED [ 23%]
10:29:49 test/integration/clitest/test_group.py::TestGroupRoot::testPerms[--type-read-annotate-rwr------name] PASSED [ 23%]
10:29:49 test/integration/clitest/test_group.py::TestGroupRoot::testPerms[--type-read-annotate-rwra-----id] PASSED [ 23%]
10:29:49 test/integration/clitest/test_group.py::TestGroupRoot::testPerms[--type-read-annotate-rwra-----name] PASSED [ 23%]
10:29:50 test/integration/clitest/test_group.py::TestGroupRoot::testPerms[--type-read-annotate-rwrw-----id] PASSED [ 23%]
10:29:50 test/integration/clitest/test_group.py::TestGroupRoot::testPerms[--type-read-annotate-rwrw-----name] PASSED [ 23%]
10:29:50 test/integration/clitest/test_group.py::TestGroupRoot::testPerms[--type-read-write-rw-------id] PASSED [ 23%]
10:29:50 test/integration/clitest/test_group.py::TestGroupRoot::testPerms[--type-read-write-rw-------name] PASSED [ 23%]
10:29:50 test/integration/clitest/test_group.py::TestGroupRoot::testPerms[--type-read-write-rwr------id] PASSED [ 23%]
10:29:50 test/integration/clitest/test_group.py::TestGroupRoot::testPerms[--type-read-write-rwr------name] PASSED [ 23%]
10:29:51 test/integration/clitest/test_group.py::TestGroupRoot::testPerms[--type-read-write-rwra-----id] PASSED [ 23%]
10:29:51 test/integration/clitest/test_group.py::TestGroupRoot::testPerms[--type-read-write-rwra-----name] PASSED [ 23%]
10:29:51 test/integration/clitest/test_group.py::TestGroupRoot::testPerms[--type-read-write-rwrw-----id] PASSED [ 23%]
10:29:51 test/integration/clitest/test_group.py::TestGroupRoot::testPerms[--type-read-write-rwrw-----name] PASSED [ 23%]
10:29:53 test/integration/clitest/test_group.py::TestGroupRoot::testAddUser[None-id---id] PASSED [ 23%]
10:29:54 test/integration/clitest/test_group.py::TestGroupRoot::testAddUser[None-id---name] PASSED [ 23%]
10:29:56 test/integration/clitest/test_group.py::TestGroupRoot::testAddUser[None-omeName---id] PASSED [ 23%]
10:29:58 test/integration/clitest/test_group.py::TestGroupRoot::testAddUser[None-omeName---name] PASSED [ 23%]
10:30:00 test/integration/clitest/test_group.py::TestGroupRoot::testAddUser[None---user-id---id] PASSED [ 24%]
10:30:01 test/integration/clitest/test_group.py::TestGroupRoot::testAddUser[None---user-id---name] PASSED [ 24%]
10:30:03 test/integration/clitest/test_group.py::TestGroupRoot::testAddUser[None---user-name---id] PASSED [ 24%]
10:30:05 test/integration/clitest/test_group.py::TestGroupRoot::testAddUser[None---user-name---name] PASSED [ 24%]
10:30:07 test/integration/clitest/test_group.py::TestGroupRoot::testAddUser[--as-owner-id---id] PASSED [ 24%]
10:30:08 test/integration/clitest/test_group.py::TestGroupRoot::testAddUser[--as-owner-id---name] PASSED [ 24%]
10:30:10 test/integration/clitest/test_group.py::TestGroupRoot::testAddUser[--as-owner-omeName---id] PASSED [ 24%]
10:30:12 test/integration/clitest/test_group.py::TestGroupRoot::testAddUser[--as-owner-omeName---name] PASSED [ 24%]
10:30:14 test/integration/clitest/test_group.py::TestGroupRoot::testAddUser[--as-owner---user-id---id] PASSED [ 24%]
10:30:15 test/integration/clitest/test_group.py::TestGroupRoot::testAddUser[--as-owner---user-id---name] PASSED [ 24%]
10:30:17 test/integration/clitest/test_group.py::TestGroupRoot::testAddUser[--as-owner---user-name---id] PASSED [ 24%]
10:30:19 test/integration/clitest/test_group.py::TestGroupRoot::testAddUser[--as-owner---user-name---name] PASSED [ 24%]
10:30:21 test/integration/clitest/test_group.py::TestGroupRoot::testRemoveUser[None-True-id---id] PASSED [ 24%]
10:30:22 test/integration/clitest/test_group.py::TestGroupRoot::testRemoveUser[None-True-id---name] PASSED [ 24%]
10:30:24 test/integration/clitest/test_group.py::TestGroupRoot::testRemoveUser[None-True-omeName---id] PASSED [ 24%]
10:30:26 test/integration/clitest/test_group.py::TestGroupRoot::testRemoveUser[None-True-omeName---name] PASSED [ 24%]
10:30:28 test/integration/clitest/test_group.py::TestGroupRoot::testRemoveUser[None-True---user-id---id] PASSED [ 24%]
10:30:29 test/integration/clitest/test_group.py::TestGroupRoot::testRemoveUser[None-True---user-id---name] PASSED [ 24%]
10:30:31 test/integration/clitest/test_group.py::TestGroupRoot::testRemoveUser[None-True---user-name---id] PASSED [ 24%]
10:30:33 test/integration/clitest/test_group.py::TestGroupRoot::testRemoveUser[None-True---user-name---name] PASSED [ 24%]
10:30:35 test/integration/clitest/test_group.py::TestGroupRoot::testRemoveUser[None-False-id---id] PASSED [ 24%]
10:30:36 test/integration/clitest/test_group.py::TestGroupRoot::testRemoveUser[None-False-id---name] PASSED [ 25%]
10:30:38 test/integration/clitest/test_group.py::TestGroupRoot::testRemoveUser[None-False-omeName---id] PASSED [ 25%]
10:30:40 test/integration/clitest/test_group.py::TestGroupRoot::testRemoveUser[None-False-omeName---name] PASSED [ 25%]
10:30:42 test/integration/clitest/test_group.py::TestGroupRoot::testRemoveUser[None-False---user-id---id] PASSED [ 25%]
10:30:43 test/integration/clitest/test_group.py::TestGroupRoot::testRemoveUser[None-False---user-id---name] PASSED [ 25%]
10:30:45 test/integration/clitest/test_group.py::TestGroupRoot::testRemoveUser[None-False---user-name---id] PASSED [ 25%]
10:30:47 test/integration/clitest/test_group.py::TestGroupRoot::testRemoveUser[None-False---user-name---name] PASSED [ 25%]
10:30:49 test/integration/clitest/test_group.py::TestGroupRoot::testRemoveUser[--as-owner-True-id---id] PASSED [ 25%]
10:30:51 test/integration/clitest/test_group.py::TestGroupRoot::testRemoveUser[--as-owner-True-id---name] PASSED [ 25%]
10:30:52 test/integration/clitest/test_group.py::TestGroupRoot::testRemoveUser[--as-owner-True-omeName---id] PASSED [ 25%]
10:30:54 test/integration/clitest/test_group.py::TestGroupRoot::testRemoveUser[--as-owner-True-omeName---name] PASSED [ 25%]
10:30:56 test/integration/clitest/test_group.py::TestGroupRoot::testRemoveUser[--as-owner-True---user-id---id] PASSED [ 25%]
10:30:58 test/integration/clitest/test_group.py::TestGroupRoot::testRemoveUser[--as-owner-True---user-id---name] PASSED [ 25%]
10:30:59 test/integration/clitest/test_group.py::TestGroupRoot::testRemoveUser[--as-owner-True---user-name---id] PASSED [ 25%]
10:31:01 test/integration/clitest/test_group.py::TestGroupRoot::testRemoveUser[--as-owner-True---user-name---name] PASSED [ 25%]
10:31:03 test/integration/clitest/test_group.py::TestGroupRoot::testRemoveUser[--as-owner-False-id---id] PASSED [ 25%]
10:31:05 test/integration/clitest/test_group.py::TestGroupRoot::testRemoveUser[--as-owner-False-id---name] PASSED [ 25%]
10:31:06 test/integration/clitest/test_group.py::TestGroupRoot::testRemoveUser[--as-owner-False-omeName---id] PASSED [ 25%]
10:31:08 test/integration/clitest/test_group.py::TestGroupRoot::testRemoveUser[--as-owner-False-omeName---name] PASSED [ 25%]
10:31:10 test/integration/clitest/test_group.py::TestGroupRoot::testRemoveUser[--as-owner-False---user-id---id] PASSED [ 25%]
10:31:12 test/integration/clitest/test_group.py::TestGroupRoot::testRemoveUser[--as-owner-False---user-id---name] PASSED [ 26%]
10:31:13 test/integration/clitest/test_group.py::TestGroupRoot::testRemoveUser[--as-owner-False---user-name---id] PASSED [ 26%]
10:31:15 test/integration/clitest/test_group.py::TestGroupRoot::testRemoveUser[--as-owner-False---user-name---name] PASSED [ 26%]
10:31:22 test/integration/clitest/test_group.py::TestGroupRoot::testCopyUsers[None-id-id] PASSED [ 26%]
10:31:29 test/integration/clitest/test_group.py::TestGroupRoot::testCopyUsers[None-id-name] PASSED [ 26%]
10:31:36 test/integration/clitest/test_group.py::TestGroupRoot::testCopyUsers[None-name-id] PASSED [ 26%]
10:31:43 test/integration/clitest/test_group.py::TestGroupRoot::testCopyUsers[None-name-name] PASSED [ 26%]
10:31:50 test/integration/clitest/test_group.py::TestGroupRoot::testCopyUsers[--as-owner-id-id] PASSED [ 26%]
10:31:57 test/integration/clitest/test_group.py::TestGroupRoot::testCopyUsers[--as-owner-id-name] PASSED [ 26%]
10:32:04 test/integration/clitest/test_group.py::TestGroupRoot::testCopyUsers[--as-owner-name-id] PASSED [ 26%]
10:32:11 test/integration/clitest/test_group.py::TestGroupRoot::testCopyUsers[--as-owner-name-name] PASSED [ 26%]
10:32:15 test/integration/clitest/test_import.py::TestImport::testAutoClose PASSED [ 26%]
10:32:17 test/integration/clitest/test_import.py::TestImport::testChecksumAlgorithm[Adler-32-legacy] PASSED [ 26%]
10:32:20 test/integration/clitest/test_import.py::TestImport::testChecksumAlgorithm[Adler-32-underscore] PASSED [ 26%]
10:32:22 test/integration/clitest/test_import.py::TestImport::testChecksumAlgorithm[CRC-32-underscore] PASSED [ 26%]
10:32:24 test/integration/clitest/test_import.py::TestImport::testChecksumAlgorithm[File-Size-64-underscore] PASSED [ 26%]
10:32:26 test/integration/clitest/test_import.py::TestImport::testChecksumAlgorithm[MD5-128-underscore] PASSED [ 26%]
10:32:29 test/integration/clitest/test_import.py::TestImport::testChecksumAlgorithm[Murmur3-32-underscore] PASSED [ 26%]
10:32:31 test/integration/clitest/test_import.py::TestImport::testChecksumAlgorithm[Murmur3-128-underscore] PASSED [ 26%]
10:32:33 test/integration/clitest/test_import.py::TestImport::testChecksumAlgorithm[SHA1-160-underscore] PASSED [ 26%]
10:32:36 test/integration/clitest/test_import.py::TestImport::testAnnotationText[Python-1-Official-True] PASSED [ 27%]
10:32:38 test/integration/clitest/test_import.py::TestImport::testAnnotationText[Python-1-Official-False] PASSED [ 27%]
10:32:40 test/integration/clitest/test_import.py::TestImport::testAnnotationText[Python-1-Deprecated-True] PASSED [ 27%]
10:32:43 test/integration/clitest/test_import.py::TestImport::testAnnotationText[Python-1-Deprecated-False] PASSED [ 27%]
10:32:45 test/integration/clitest/test_import.py::TestImport::testAnnotationText[Java-1-Official-True] PASSED [ 27%]
10:32:47 test/integration/clitest/test_import.py::TestImport::testAnnotationText[Java-1-Official-False] PASSED [ 27%]
10:32:50 test/integration/clitest/test_import.py::TestImport::testAnnotationText[Java-1-Deprecated-True] PASSED [ 27%]
10:32:52 test/integration/clitest/test_import.py::TestImport::testAnnotationText[Java-1-Deprecated-False] PASSED [ 27%]
10:32:54 test/integration/clitest/test_import.py::TestImport::testAnnotationText[Java-2-Official-True] PASSED [ 27%]
10:32:56 test/integration/clitest/test_import.py::TestImport::testAnnotationText[Java-2-Official-False] PASSED [ 27%]
10:32:58 test/integration/clitest/test_import.py::TestImport::testAnnotationText[Java-2-Deprecated-True] PASSED [ 27%]
10:33:01 test/integration/clitest/test_import.py::TestImport::testAnnotationText[Java-2-Deprecated-False] PASSED [ 27%]
10:33:03 test/integration/clitest/test_import.py::TestImport::testAnnotationText_one_ns[Python-1-Official] PASSED [ 27%]
10:33:05 test/integration/clitest/test_import.py::TestImport::testAnnotationText_one_ns[Python-1-Deprecated] PASSED [ 27%]
10:33:07 test/integration/clitest/test_import.py::TestImport::testAnnotationText_one_ns[Java-1-Official] PASSED [ 27%]
10:33:10 test/integration/clitest/test_import.py::TestImport::testAnnotationText_one_ns[Java-1-Deprecated] PASSED [ 27%]
10:33:12 test/integration/clitest/test_import.py::TestImport::testAnnotationText_one_ns[Java-2-Official] PASSED [ 27%]
10:33:14 test/integration/clitest/test_import.py::TestImport::testAnnotationText_one_ns[Java-2-Deprecated] PASSED [ 27%]
10:33:16 test/integration/clitest/test_import.py::TestImport::testAnnotationLink[Python-1-Official] PASSED [ 27%]
10:33:19 test/integration/clitest/test_import.py::TestImport::testAnnotationLink[Python-1-Deprecated] PASSED [ 27%]
10:33:21 test/integration/clitest/test_import.py::TestImport::testAnnotationLink[Java-1-Official] PASSED [ 28%]
10:33:23 test/integration/clitest/test_import.py::TestImport::testAnnotationLink[Java-1-Deprecated] PASSED [ 28%]
10:33:25 test/integration/clitest/test_import.py::TestImport::testAnnotationLink[Java-2-Official] PASSED [ 28%]
10:33:28 test/integration/clitest/test_import.py::TestImport::testAnnotationLink[Java-2-Deprecated] PASSED [ 28%]
10:33:34 test/integration/clitest/test_import.py::TestImport::testTargetArgument[source0-True] PASSED [ 28%]
10:33:39 test/integration/clitest/test_import.py::TestImport::testTargetArgument[source0-False] PASSED [ 28%]
10:33:45 test/integration/clitest/test_import.py::TestImport::testTargetArgument[source1-True] PASSED [ 28%]
10:33:50 test/integration/clitest/test_import.py::TestImport::testTargetArgument[source1-False] PASSED [ 28%]
10:33:56 test/integration/clitest/test_import.py::TestImport::testTargetArgument[source2-True] PASSED [ 28%]
10:34:01 test/integration/clitest/test_import.py::TestImport::testTargetArgument[source2-False] PASSED [ 28%]
10:34:07 test/integration/clitest/test_import.py::TestImport::testTargetArgument[source3-True] PASSED [ 28%]
10:34:12 test/integration/clitest/test_import.py::TestImport::testTargetArgument[source3-False] PASSED [ 28%]
10:34:18 test/integration/clitest/test_import.py::TestImport::testTargetArgument[source4-True] PASSED [ 28%]
10:34:23 test/integration/clitest/test_import.py::TestImport::testTargetArgument[source4-False] PASSED [ 28%]
10:34:29 test/integration/clitest/test_import.py::TestImport::testTargetArgument[source5-True] PASSED [ 28%]
10:34:34 test/integration/clitest/test_import.py::TestImport::testTargetArgument[source5-False] PASSED [ 28%]
10:34:40 test/integration/clitest/test_import.py::TestImport::testQualifiedNameModelTargetArgument[-True] PASSED [ 28%]
10:34:45 test/integration/clitest/test_import.py::TestImport::testQualifiedNameModelTargetArgument[-False] PASSED [ 28%]
10:34:51 test/integration/clitest/test_import.py::TestImport::testQualifiedNameModelTargetArgument[+-True] PASSED [ 28%]
10:34:56 test/integration/clitest/test_import.py::TestImport::testQualifiedNameModelTargetArgument[+-False] PASSED [ 28%]
10:35:02 test/integration/clitest/test_import.py::TestImport::testQualifiedNameModelTargetArgument[--True] PASSED [ 28%]
10:35:07 test/integration/clitest/test_import.py::TestImport::testQualifiedNameModelTargetArgument[--False] PASSED [ 29%]
10:35:13 test/integration/clitest/test_import.py::TestImport::testQualifiedNameModelTargetArgument[%-True] PASSED [ 29%]
10:35:18 test/integration/clitest/test_import.py::TestImport::testQualifiedNameModelTargetArgument[%-False] PASSED [ 29%]
10:35:24 test/integration/clitest/test_import.py::TestImport::testQualifiedNameModelTargetArgument[@-True] PASSED [ 29%]
10:35:29 test/integration/clitest/test_import.py::TestImport::testQualifiedNameModelTargetArgument[@-False] PASSED [ 29%]
10:35:35 test/integration/clitest/test_import.py::TestImport::testQualifiedNameTemplateTargetArgument[-True] PASSED [ 29%]
10:35:39 test/integration/clitest/test_import.py::TestImport::testQualifiedNameTemplateTargetArgument[-False] PASSED [ 29%]
10:35:45 test/integration/clitest/test_import.py::TestImport::testQualifiedNameTemplateTargetArgument[+-True] PASSED [ 29%]
10:35:49 test/integration/clitest/test_import.py::TestImport::testQualifiedNameTemplateTargetArgument[+-False] PASSED [ 29%]
10:35:54 test/integration/clitest/test_import.py::TestImport::testQualifiedNameTemplateTargetArgument[--True] PASSED [ 29%]
10:35:59 test/integration/clitest/test_import.py::TestImport::testQualifiedNameTemplateTargetArgument[--False] PASSED [ 29%]
10:36:04 test/integration/clitest/test_import.py::TestImport::testQualifiedNameTemplateTargetArgument[%-True] PASSED [ 29%]
10:36:09 test/integration/clitest/test_import.py::TestImport::testQualifiedNameTemplateTargetArgument[%-False] PASSED [ 29%]
10:36:14 test/integration/clitest/test_import.py::TestImport::testQualifiedNameTemplateTargetArgument[@-True] PASSED [ 29%]
10:36:18 test/integration/clitest/test_import.py::TestImport::testQualifiedNameTemplateTargetArgument[@-False] PASSED [ 29%]
10:36:21 test/integration/clitest/test_import.py::TestImport::testMultipleNameModelTargets[-True] PASSED [ 29%]
10:36:24 test/integration/clitest/test_import.py::TestImport::testMultipleNameModelTargets[-False] PASSED [ 29%]
10:36:27 test/integration/clitest/test_import.py::TestImport::testMultipleNameModelTargets[+-True] PASSED [ 29%]
10:36:29 test/integration/clitest/test_import.py::TestImport::testMultipleNameModelTargets[+-False] PASSED [ 29%]
10:36:32 test/integration/clitest/test_import.py::TestImport::testMultipleNameModelTargets[--True] PASSED [ 29%]
10:36:35 test/integration/clitest/test_import.py::TestImport::testMultipleNameModelTargets[--False] PASSED [ 30%]
10:36:37 test/integration/clitest/test_import.py::TestImport::testUniqueMultipleNameModelTargets[True] PASSED [ 30%]
10:36:39 test/integration/clitest/test_import.py::TestImport::testUniqueMultipleNameModelTargets[False] PASSED [ 30%]
10:36:42 test/integration/clitest/test_import.py::TestImport::testNestedNameTemplateTargetArgument[True] PASSED [ 30%]
10:36:45 test/integration/clitest/test_import.py::TestImport::testNestedNameTemplateTargetArgument[False] PASSED [ 30%]
10:36:48 test/integration/clitest/test_import.py::TestImport::testMultipleNameTemplateTargetArgument[-True] PASSED [ 30%]
10:36:50 test/integration/clitest/test_import.py::TestImport::testMultipleNameTemplateTargetArgument[-False] PASSED [ 30%]
10:36:53 test/integration/clitest/test_import.py::TestImport::testMultipleNameTemplateTargetArgument[+-True] PASSED [ 30%]
10:36:55 test/integration/clitest/test_import.py::TestImport::testMultipleNameTemplateTargetArgument[+-False] PASSED [ 30%]
10:36:58 test/integration/clitest/test_import.py::TestImport::testMultipleNameTemplateTargetArgument[--True] PASSED [ 30%]
10:37:00 test/integration/clitest/test_import.py::TestImport::testMultipleNameTemplateTargetArgument[--False] PASSED [ 30%]
10:37:03 test/integration/clitest/test_import.py::TestImport::testMultipleNameTemplateTargetArgument[@-True] PASSED [ 30%]
10:37:06 test/integration/clitest/test_import.py::TestImport::testMultipleNameTemplateTargetArgument[@-False] PASSED [ 30%]
10:37:09 test/integration/clitest/test_import.py::TestImport::testUniqueMultipleNameTemplateTargetArgument[True] PASSED [ 30%]
10:37:11 test/integration/clitest/test_import.py::TestImport::testUniqueMultipleNameTemplateTargetArgument[False] PASSED [ 30%]
10:37:17 test/integration/clitest/test_import.py::TestImport::testImportLinkableTarget[False-False] PASSED [ 30%]
10:37:23 test/integration/clitest/test_import.py::TestImport::testImportLinkableTarget[False-True] PASSED [ 30%]
10:37:29 test/integration/clitest/test_import.py::TestImport::testImportLinkableTarget[True-False] PASSED [ 30%]
10:37:35 test/integration/clitest/test_import.py::TestImport::testImportLinkableTarget[True-True] PASSED [ 30%]
10:37:37 test/integration/clitest/test_import.py::TestImport::testBadTargetArgument[Project] PASSED [ 30%]
10:37:39 test/integration/clitest/test_import.py::TestImport::testBadTargetArgument[Plate] PASSED [ 31%]
10:37:41 test/integration/clitest/test_import.py::TestImport::testBadTargetArgument[Image] PASSED [ 31%]
10:37:43 test/integration/clitest/test_import.py::TestImport::testBadModelTargetDiscriminator[Dataset] PASSED [ 31%]
10:37:45 test/integration/clitest/test_import.py::TestImport::testBadModelTargetDiscriminator[Screen] PASSED [ 31%]
10:37:47 test/integration/clitest/test_import.py::TestImport::testDebugArgument[None-ALL] PASSED [ 31%]
10:37:49 test/integration/clitest/test_import.py::TestImport::testDebugArgument[None-TRACE] PASSED [ 31%]
10:37:52 test/integration/clitest/test_import.py::TestImport::testDebugArgument[None-DEBUG] PASSED [ 31%]
10:37:54 test/integration/clitest/test_import.py::TestImport::testDebugArgument[None-INFO] PASSED [ 31%]
10:37:56 test/integration/clitest/test_import.py::TestImport::testDebugArgument[None-WARN] PASSED [ 31%]
10:37:58 test/integration/clitest/test_import.py::TestImport::testDebugArgument[None-ERROR] PASSED [ 31%]
10:38:00 test/integration/clitest/test_import.py::TestImport::testDebugArgument[---ALL] PASSED [ 31%]
10:38:03 test/integration/clitest/test_import.py::TestImport::testDebugArgument[---TRACE] PASSED [ 31%]
10:38:05 test/integration/clitest/test_import.py::TestImport::testDebugArgument[---DEBUG] PASSED [ 31%]
10:38:07 test/integration/clitest/test_import.py::TestImport::testDebugArgument[---INFO] PASSED [ 31%]
10:38:10 test/integration/clitest/test_import.py::TestImport::testDebugArgument[---WARN] PASSED [ 31%]
10:38:12 test/integration/clitest/test_import.py::TestImport::testDebugArgument[---ERROR] PASSED [ 31%]
10:38:14 test/integration/clitest/test_import.py::TestImport::testImportOutputDefault PASSED [ 31%]
10:38:16 test/integration/clitest/test_import.py::TestImport::testImportOutputYaml PASSED [ 31%]
10:38:19 test/integration/clitest/test_import.py::TestImport::testImportOutputLegacy PASSED [ 31%]
10:38:22 test/integration/clitest/test_import.py::TestImport::testImportOutputDefaultWithScreen[1] PASSED [ 31%]
10:38:24 test/integration/clitest/test_import.py::TestImport::testImportOutputDefaultWithScreen[2] PASSED [ 32%]
10:38:28 test/integration/clitest/test_import.py::TestImport::testImportOutputDefaultWithScreen[3] PASSED [ 32%]
10:38:32 test/integration/clitest/test_import.py::TestImport::testImportAsRoot PASSED [ 32%]
10:38:36 test/integration/clitest/test_import.py::TestImport::testImportMultiGroup PASSED [ 32%]
10:38:40 test/integration/clitest/test_import.py::TestImport::testImportAsRootMultiGroup PASSED [ 32%]
10:38:42 test/integration/clitest/test_import.py::TestImport::testNamingArguments[Image] PASSED [ 32%]
10:38:44 test/integration/clitest/test_import.py::TestImport::testNamingArguments[Image-x] PASSED [ 32%]
10:38:46 test/integration/clitest/test_import.py::TestImport::testNamingArguments[Image--description] PASSED [ 32%]
10:38:49 test/integration/clitest/test_import.py::TestImport::testNamingArguments[Image-n] PASSED [ 32%]
10:38:51 test/integration/clitest/test_import.py::TestImport::testNamingArguments[Image-n-x] PASSED [ 32%]
10:38:53 test/integration/clitest/test_import.py::TestImport::testNamingArguments[Image-n--description] PASSED [ 32%]
10:38:55 test/integration/clitest/test_import.py::TestImport::testNamingArguments[Image--name] PASSED [ 32%]
10:38:58 test/integration/clitest/test_import.py::TestImport::testNamingArguments[Image--name-x] PASSED [ 32%]
10:39:00 test/integration/clitest/test_import.py::TestImport::testNamingArguments[Image--name--description] PASSED [ 32%]
10:39:03 test/integration/clitest/test_import.py::TestImport::testNamingArguments[Plate] PASSED [ 32%]
10:39:05 test/integration/clitest/test_import.py::TestImport::testNamingArguments[Plate-x] PASSED [ 32%]
10:39:08 test/integration/clitest/test_import.py::TestImport::testNamingArguments[Plate--description] PASSED [ 32%]
10:39:11 test/integration/clitest/test_import.py::TestImport::testNamingArguments[Plate--plate_description] PASSED [ 32%]
10:39:14 test/integration/clitest/test_import.py::TestImport::testNamingArguments[Plate-n] PASSED [ 32%]
10:39:16 test/integration/clitest/test_import.py::TestImport::testNamingArguments[Plate-n-x] PASSED [ 32%]
10:39:19 test/integration/clitest/test_import.py::TestImport::testNamingArguments[Plate-n--description] PASSED [ 32%]
10:39:21 test/integration/clitest/test_import.py::TestImport::testNamingArguments[Plate-n--plate_description] PASSED [ 33%]
10:39:24 test/integration/clitest/test_import.py::TestImport::testNamingArguments[Plate--name] PASSED [ 33%]
10:39:27 test/integration/clitest/test_import.py::TestImport::testNamingArguments[Plate--name-x] PASSED [ 33%]
10:39:29 test/integration/clitest/test_import.py::TestImport::testNamingArguments[Plate--name--description] PASSED [ 33%]
10:39:32 test/integration/clitest/test_import.py::TestImport::testNamingArguments[Plate--name--plate_description] PASSED [ 33%]
10:39:35 test/integration/clitest/test_import.py::TestImport::testNamingArguments[Plate--plate_name] PASSED [ 33%]
10:39:37 test/integration/clitest/test_import.py::TestImport::testNamingArguments[Plate--plate_name-x] PASSED [ 33%]
10:39:40 test/integration/clitest/test_import.py::TestImport::testNamingArguments[Plate--plate_name--description] PASSED [ 33%]
10:39:42 test/integration/clitest/test_import.py::TestImport::testNamingArguments[Plate--plate_name--plate_description] PASSED [ 33%]
10:39:44 test/integration/clitest/test_import.py::TestImport::testNoThumbnails[--no-thumbnails] PASSED [ 33%]
10:39:47 test/integration/clitest/test_import.py::TestImport::testNoThumbnails[--no_thumbnails] PASSED [ 33%]
10:39:49 test/integration/clitest/test_import.py::TestImport::testSkipArguments[] PASSED [ 33%]
10:39:51 test/integration/clitest/test_import.py::TestImport::testSkipArguments[all] PASSED [ 33%]
10:39:53 test/integration/clitest/test_import.py::TestImport::testSkipArguments[checksum] PASSED [ 33%]
10:39:55 test/integration/clitest/test_import.py::TestImport::testSkipArguments[minmax] PASSED [ 33%]
10:39:58 test/integration/clitest/test_import.py::TestImport::testSkipArguments[thumbnails] PASSED [ 33%]
10:40:00 test/integration/clitest/test_import.py::TestImport::testSkipArguments[upgrade] PASSED [ 33%]
10:40:02 test/integration/clitest/test_import.py::TestImport::testSymlinkImport PASSED [ 33%]
10:40:04 test/integration/clitest/test_import.py::TestImport::testUnknownTarget[Dataset-test.fake--d] PASSED [ 33%]
10:40:06 test/integration/clitest/test_import.py::TestImport::testUnknownTarget[Screen-SPW&plates=1&plateRows=1&plateCols=1&fields=1&plateAcqs=1.fake--r] PASSED [ 33%]
10:40:08 test/integration/clitest/test_import.py::TestImport::testEncryption[] PASSED [ 34%]
10:40:11 test/integration/clitest/test_import.py::TestImport::testEncryption[--encrypted=false] PASSED [ 34%]
10:40:13 test/integration/clitest/test_import.py::TestImport::testEncryption[--encrypted=true] PASSED [ 34%]
10:40:13 test/integration/clitest/test_import.py::TestImport::testBulk PASSED     [ 34%]
10:40:16 test/integration/clitest/test_import.py::TestImport::testParallelUpload PASSED [ 34%]
10:40:20 test/integration/clitest/test_import.py::TestImport::testParallelFileset PASSED [ 34%]
10:40:24 test/integration/clitest/test_import.py::TestImport::testBulkImportLogs PASSED [ 34%]
10:40:29 test/integration/clitest/test_import_bulk.py::TestImportBulk::testBulk PASSED [ 34%]
10:40:31 test/integration/clitest/test_ldap.py::TestLDAP::testAdminOnly[active] PASSED [ 34%]
10:40:31 test/integration/clitest/test_ldap.py::TestLDAP::testAdminOnly[discover] PASSED [ 34%]
10:40:31 test/integration/clitest/test_ldap.py::TestLDAP::testAdminOnly[create] PASSED [ 34%]
10:40:31 test/integration/clitest/test_ldap.py::TestLDAP::testAdminOnly[getdn] PASSED [ 34%]
10:40:31 test/integration/clitest/test_ldap.py::TestLDAP::testAdminOnly[setdn] PASSED [ 34%]
10:40:36 test/integration/clitest/test_metadata.py::TestMetadata::test_get_identifiers PASSED [ 34%]
10:40:39 test/integration/clitest/test_metadata.py::TestMetadata::test_get_parents[False] PASSED [ 34%]
10:40:42 test/integration/clitest/test_metadata.py::TestMetadata::test_get_parents[True] PASSED [ 34%]
10:40:46 test/integration/clitest/test_metadata.py::TestMetadata::test_get_roi_count[0] PASSED [ 34%]
10:40:49 test/integration/clitest/test_metadata.py::TestMetadata::test_get_roi_count[1] PASSED [ 34%]
10:40:52 test/integration/clitest/test_metadata.py::TestMetadata::test_get_original PASSED [ 34%]
10:40:55 test/integration/clitest/test_metadata.py::TestMetadata::test_get_bulkanns[False] PASSED [ 34%]
10:40:58 test/integration/clitest/test_metadata.py::TestMetadata::test_get_bulkanns[True] PASSED [ 35%]
10:41:01 test/integration/clitest/test_metadata.py::TestMetadata::test_get_measures[False] PASSED [ 35%]
10:41:04 test/integration/clitest/test_metadata.py::TestMetadata::test_get_measures[True] PASSED [ 35%]
10:41:07 test/integration/clitest/test_metadata.py::TestMetadata::test_get_allanns[False] PASSED [ 35%]
10:41:10 test/integration/clitest/test_metadata.py::TestMetadata::test_get_allanns[True] PASSED [ 35%]
10:41:15 test/integration/clitest/test_metadata.py::TestMetadataControl::test_original PASSED [ 35%]
10:41:19 test/integration/clitest/test_metadata.py::TestMetadataControl::test_bulkanns[False] PASSED [ 35%]
10:41:22 test/integration/clitest/test_metadata.py::TestMetadataControl::test_bulkanns[True] PASSED [ 35%]
10:41:25 test/integration/clitest/test_metadata.py::TestMetadataControl::test_measures[False] PASSED [ 35%]
10:41:28 test/integration/clitest/test_metadata.py::TestMetadataControl::test_measures[True] PASSED [ 35%]
10:41:32 test/integration/clitest/test_metadata.py::TestMetadataControl::test_mapanns[False] PASSED [ 35%]
10:41:35 test/integration/clitest/test_metadata.py::TestMetadataControl::test_mapanns[True] PASSED [ 35%]
10:41:38 test/integration/clitest/test_metadata.py::TestMetadataControl::test_allanns[False] PASSED [ 35%]
10:41:41 test/integration/clitest/test_metadata.py::TestMetadataControl::test_allanns[True] PASSED [ 35%]
10:41:44 test/integration/clitest/test_metadata.py::TestMetadataControl::test_pixelsize PASSED [ 35%]
10:41:46 test/integration/clitest/test_obj.py::TestObj::test_create_from_file PASSED [ 35%]
10:41:46 test/integration/clitest/test_obj.py::TestObj::test_create_from_args PASSED [ 35%]
10:41:46 test/integration/clitest/test_obj.py::TestObj::test_linkage PASSED       [ 35%]
10:41:46 test/integration/clitest/test_obj.py::TestObj::test_linkage_via_variables PASSED [ 35%]
10:41:46 test/integration/clitest/test_obj.py::TestObj::test_required[input0] PASSED [ 35%]
10:41:47 test/integration/clitest/test_obj.py::TestObj::test_required[input1] PASSED [ 36%]
10:41:47 test/integration/clitest/test_obj.py::TestObj::test_required[input2] PASSED [ 36%]
10:41:47 test/integration/clitest/test_obj.py::TestObj::test_link_annotation PASSED [ 36%]
10:41:47 test/integration/clitest/test_obj.py::TestObj::test_new_get_and_update PASSED [ 36%]
10:41:47 test/integration/clitest/test_obj.py::TestObj::test_fail_leading_numbers_argument PASSED [ 36%]
10:41:47 test/integration/clitest/test_obj.py::TestObj::test_argument_with_letters_and_numbers PASSED [ 36%]
10:41:47 test/integration/clitest/test_obj.py::TestObj::test_new_and_get_obj PASSED [ 36%]
10:41:50 test/integration/clitest/test_obj.py::TestObj::test_get_unit_and_value PASSED [ 36%]
10:41:50 test/integration/clitest/test_obj.py::TestObj::test_get_unknown_and_empty_field PASSED [ 36%]
10:41:50 test/integration/clitest/test_obj.py::TestObj::test_get_fields PASSED    [ 36%]
10:41:51 test/integration/clitest/test_obj.py::TestObj::test_get_list_field PASSED [ 36%]
10:41:51 test/integration/clitest/test_obj.py::TestObj::test_list_get PASSED      [ 36%]
10:41:51 test/integration/clitest/test_obj.py::TestObj::test_map_mods PASSED      [ 36%]
10:41:51 test/integration/clitest/test_obj.py::TestObj::test_nulling PASSED       [ 36%]
10:41:51 test/integration/clitest/test_obj.py::TestObj::test_newlines PASSED      [ 36%]
10:41:53 test/integration/clitest/test_pyramids.py::TestRemovePyramids::test_removepyramids_admin_only PASSED [ 36%]
10:41:55 test/integration/clitest/test_pyramids.py::TestRemovePyramidsRestrictedAdmin::test_removepyramids_restricted_admin PASSED [ 36%]
10:42:06 test/integration/clitest/test_pyramids.py::TestRemovePyramidsFullAdmin::test_remove_pyramids_little_endian PASSED [ 36%]
10:42:14 test/integration/clitest/test_pyramids.py::TestRemovePyramidsFullAdmin::test_remove_pyramids_imported_after_future PASSED [ 36%]
10:42:22 test/integration/clitest/test_pyramids.py::TestRemovePyramidsFullAdmin::test_remove_pyramids_limit PASSED [ 36%]
10:42:30 test/integration/clitest/test_pyramids.py::TestRemovePyramidsFullAdmin::test_remove_pyramids_not_valid_limit PASSED [ 36%]
10:42:30 test/integration/clitest/test_pyramids.py::TestRemovePyramidsFullAdmin::test_remove_pyramids_manual SKIPPED [ 37%]
10:42:40 test/integration/clitest/test_pyramids.py::TestRemovePyramidsFullAdmin::test_remove__pre_fs_pyramids PASSED [ 37%]
10:42:45 test/integration/clitest/test_pyramids.py::TestRemovePyramidsFullAdmin::test_remove_pyramids_big_endian PASSED [ 37%]
10:43:01 test/integration/clitest/test_pyramids.py::TestRemovePyramidsFullAdmin::test_remove_pyramids PASSED [ 37%]
10:43:14 test/integration/clitest/test_pyramids.py::TestRemovePyramidsFullAdmin::test_remove_pyramids_check_thumbnails PASSED [ 37%]
10:43:16 test/integration/clitest/test_script.py::TestScript::testList PASSED     [ 37%]
10:43:28 test/integration/clitest/test_script.py::TestScript::testDemo PASSED     [ 37%]
10:43:38 test/integration/clitest/test_script.py::TestScript::testFullSession PASSED [ 37%]
10:43:58 test/integration/clitest/test_script.py::TestScript::testReplace PASSED  [ 37%]
10:43:59 test/integration/clitest/test_script.py::TestScript::testReplaceOfficial PASSED [ 37%]
10:44:06 test/integration/clitest/test_search.py::TestSearch::test_search_basic PASSED [ 37%]
10:44:10 test/integration/clitest/test_search.py::TestSearch::test_search_wildcard PASSED [ 37%]
10:44:16 test/integration/clitest/test_search.py::TestSearch::test_search_name_field PASSED [ 37%]
10:44:22 test/integration/clitest/test_search.py::TestSearch::test_search_description_field PASSED [ 37%]
10:44:28 test/integration/clitest/test_search.py::TestSearch::test_search_style PASSED [ 37%]
10:44:32 test/integration/clitest/test_search.py::TestSearch::test_search_ids_only PASSED [ 37%]
10:44:36 test/integration/clitest/test_search.py::TestSearch::test_search_acquisition_date[data0] PASSED [ 37%]
10:44:42 test/integration/clitest/test_search.py::TestSearch::test_search_acquisition_date[data1] PASSED [ 37%]
10:44:46 test/integration/clitest/test_search.py::TestSearch::test_search_other_dates[data0] PASSED [ 37%]
10:44:50 test/integration/clitest/test_search.py::TestSearch::test_search_other_dates[data1] PASSED [ 37%]
10:44:56 test/integration/clitest/test_search.py::TestSearch::test_search_other_dates[data2] PASSED [ 38%]
10:45:02 test/integration/clitest/test_search.py::TestSearch::test_search_other_dates[data3] PASSED [ 38%]
10:45:08 test/integration/clitest/test_search.py::TestSearch::test_search_other_dates[data4] PASSED [ 38%]
10:45:14 test/integration/clitest/test_search.py::TestSearch::test_search_no_parse PASSED [ 38%]
10:45:16 test/integration/clitest/test_search.py::TestSearch::test_search_dataset_acquisition PASSED [ 38%]
10:45:22 test/integration/clitest/test_search.py::TestSearch::test_search_index_by_user PASSED [ 38%]
10:45:25 test/integration/clitest/test_sessions.py::TestSessions::testLogin[None-True] PASSED [ 38%]
10:45:27 test/integration/clitest/test_sessions.py::TestSessions::testLogin[None-False] PASSED [ 38%]
10:45:29 test/integration/clitest/test_sessions.py::TestSessions::testLogin[300-True] PASSED [ 38%]
10:45:31 test/integration/clitest/test_sessions.py::TestSessions::testLogin[300-False] PASSED [ 38%]
10:45:38 test/integration/clitest/test_sessions.py::TestSessions::testLoginAs[rw----] PASSED [ 38%]
10:45:46 test/integration/clitest/test_sessions.py::TestSessions::testLoginAs[rwr---] PASSED [ 38%]
10:45:53 test/integration/clitest/test_sessions.py::TestSessions::testLoginAs[rwra--] PASSED [ 38%]
10:46:01 test/integration/clitest/test_sessions.py::TestSessions::testLoginAs[rwrw--] PASSED [ 38%]
10:46:03 test/integration/clitest/test_sessions.py::TestSessions::testLoginMultiGroup[True-True] PASSED [ 38%]
10:46:05 test/integration/clitest/test_sessions.py::TestSessions::testLoginMultiGroup[True-False] PASSED [ 38%]
10:46:07 test/integration/clitest/test_sessions.py::TestSessions::testLoginMultiGroup[False-True] PASSED [ 38%]
10:46:09 test/integration/clitest/test_sessions.py::TestSessions::testLoginMultiGroup[False-False] PASSED [ 38%]
10:46:10 test/integration/clitest/test_sessions.py::TestSessions::testGroup PASSED [ 38%]
10:46:12 test/integration/clitest/test_sessions.py::TestSessions::testTimeout PASSED [ 38%]
10:46:12 test/integration/clitest/test_sessions.py::TestSessions::testFile PASSED [ 39%]
10:46:14 test/integration/clitest/test_sessions.py::TestSessions::testKey PASSED  [ 39%]
10:46:16 test/integration/clitest/test_sessions.py::TestSessions::testWho[user] PASSED [ 39%]
10:46:16 test/integration/clitest/test_sessions.py::TestSessions::testWho[root] PASSED [ 39%]
10:46:18 test/integration/clitest/test_sessions.py::TestSessions::test_open PASSED [ 39%]
10:46:20 test/integration/clitest/test_sessions.py::TestSessions::test_open_with_id PASSED [ 39%]
10:46:23 test/integration/clitest/test_sessions.py::TestSessions::test_open_restricted_admin_no_sudo PASSED [ 39%]
10:46:27 test/integration/clitest/test_sessions.py::TestSessions::test_open_restricted_admin_sudo PASSED [ 39%]
10:46:29 test/integration/clitest/test_sessions.py::TestSessions::test_close PASSED [ 39%]
10:46:31 test/integration/clitest/test_tag.py::TestTag::testCreateTag[None-None] PASSED [ 39%]
10:46:31 test/integration/clitest/test_tag.py::TestTag::testCreateTag[None---name] PASSED [ 39%]
10:46:31 test/integration/clitest/test_tag.py::TestTag::testCreateTag[--description-None] PASSED [ 39%]
10:46:31 test/integration/clitest/test_tag.py::TestTag::testCreateTag[--description---name] PASSED [ 39%]
10:46:31 test/integration/clitest/test_tag.py::TestTag::testCreateTagset[None-None] PASSED [ 39%]
10:46:31 test/integration/clitest/test_tag.py::TestTag::testCreateTagset[None---name] PASSED [ 39%]
10:46:31 test/integration/clitest/test_tag.py::TestTag::testCreateTagset[--desc-None] PASSED [ 39%]
10:46:31 test/integration/clitest/test_tag.py::TestTag::testCreateTagset[--desc---name] PASSED [ 39%]
10:46:31 test/integration/clitest/test_tag.py::TestTag::testLoadTag PASSED        [ 39%]
10:46:31 test/integration/clitest/test_tag.py::TestTag::testLoadTagset PASSED     [ 39%]
10:46:31 test/integration/clitest/test_tag.py::TestTag::testLink[Image] PASSED    [ 39%]
10:46:31 test/integration/clitest/test_tag.py::TestTag::testLink[Dataset] PASSED  [ 40%]
10:46:31 test/integration/clitest/test_tag.py::TestTag::testLink[Project] PASSED  [ 40%]
10:46:31 test/integration/clitest/test_tag.py::TestTag::testLink[Screen] PASSED   [ 40%]
10:46:31 test/integration/clitest/test_tag.py::TestTag::testLink[Plate] PASSED    [ 40%]
10:46:31 test/integration/clitest/test_tag.py::TestTag::testLinkInvalidObject PASSED [ 40%]
10:46:32 test/integration/clitest/test_tag.py::TestTag::testLinkInvalidTag PASSED [ 40%]
10:46:37 test/integration/clitest/test_tag.py::TestPermissions::testLink[rw-----admin-admin] PASSED [ 40%]
10:46:41 test/integration/clitest/test_tag.py::TestPermissions::testLink[rw-----admin-owner] PASSED [ 40%]
10:46:44 test/integration/clitest/test_tag.py::TestPermissions::testLink[rw-----admin-member] PASSED [ 40%]
10:46:48 test/integration/clitest/test_tag.py::TestPermissions::testLink[rw-----owner-admin] PASSED [ 40%]
10:46:52 test/integration/clitest/test_tag.py::TestPermissions::testLink[rw-----owner-owner] PASSED [ 40%]
10:46:55 test/integration/clitest/test_tag.py::TestPermissions::testLink[rw-----owner-member] PASSED [ 40%]
10:46:59 test/integration/clitest/test_tag.py::TestPermissions::testLink[rw-----member-admin] PASSED [ 40%]
10:47:03 test/integration/clitest/test_tag.py::TestPermissions::testLink[rw-----member-owner] PASSED [ 40%]
10:47:06 test/integration/clitest/test_tag.py::TestPermissions::testLink[rw-----member-member] PASSED [ 40%]
10:47:10 test/integration/clitest/test_tag.py::TestPermissions::testLink[rwr----admin-admin] PASSED [ 40%]
10:47:14 test/integration/clitest/test_tag.py::TestPermissions::testLink[rwr----admin-owner] PASSED [ 40%]
10:47:17 test/integration/clitest/test_tag.py::TestPermissions::testLink[rwr----admin-member] PASSED [ 40%]
10:47:21 test/integration/clitest/test_tag.py::TestPermissions::testLink[rwr----owner-admin] PASSED [ 40%]
10:47:24 test/integration/clitest/test_tag.py::TestPermissions::testLink[rwr----owner-owner] PASSED [ 40%]
10:47:28 test/integration/clitest/test_tag.py::TestPermissions::testLink[rwr----owner-member] PASSED [ 40%]
10:47:32 test/integration/clitest/test_tag.py::TestPermissions::testLink[rwr----member-admin] PASSED [ 41%]
10:47:36 test/integration/clitest/test_tag.py::TestPermissions::testLink[rwr----member-owner] PASSED [ 41%]
10:47:39 test/integration/clitest/test_tag.py::TestPermissions::testLink[rwr----member-member] PASSED [ 41%]
10:47:43 test/integration/clitest/test_tag.py::TestPermissions::testLink[rwra---admin-admin] PASSED [ 41%]
10:47:47 test/integration/clitest/test_tag.py::TestPermissions::testLink[rwra---admin-owner] PASSED [ 41%]
10:47:50 test/integration/clitest/test_tag.py::TestPermissions::testLink[rwra---admin-member] PASSED [ 41%]
10:47:54 test/integration/clitest/test_tag.py::TestPermissions::testLink[rwra---owner-admin] PASSED [ 41%]
10:47:58 test/integration/clitest/test_tag.py::TestPermissions::testLink[rwra---owner-owner] PASSED [ 41%]
10:48:01 test/integration/clitest/test_tag.py::TestPermissions::testLink[rwra---owner-member] PASSED [ 41%]
10:48:05 test/integration/clitest/test_tag.py::TestPermissions::testLink[rwra---member-admin] PASSED [ 41%]
10:48:09 test/integration/clitest/test_tag.py::TestPermissions::testLink[rwra---member-owner] PASSED [ 41%]
10:48:13 test/integration/clitest/test_tag.py::TestPermissions::testLink[rwra---member-member] PASSED [ 41%]
10:48:16 test/integration/clitest/test_tag.py::TestPermissions::testLink[rwrw---admin-admin] PASSED [ 41%]
10:48:20 test/integration/clitest/test_tag.py::TestPermissions::testLink[rwrw---admin-owner] PASSED [ 41%]
10:48:24 test/integration/clitest/test_tag.py::TestPermissions::testLink[rwrw---admin-member] PASSED [ 41%]
10:48:27 test/integration/clitest/test_tag.py::TestPermissions::testLink[rwrw---owner-admin] PASSED [ 41%]
10:48:31 test/integration/clitest/test_tag.py::TestPermissions::testLink[rwrw---owner-owner] PASSED [ 41%]
10:48:35 test/integration/clitest/test_tag.py::TestPermissions::testLink[rwrw---owner-member] PASSED [ 41%]
10:48:38 test/integration/clitest/test_tag.py::TestPermissions::testLink[rwrw---member-admin] PASSED [ 41%]
10:48:42 test/integration/clitest/test_tag.py::TestPermissions::testLink[rwrw---member-owner] PASSED [ 41%]
10:48:46 test/integration/clitest/test_tag.py::TestPermissions::testLink[rwrw---member-member] PASSED [ 42%]
10:48:48 test/integration/clitest/test_tag.py::TestTagList::testList[] PASSED     [ 42%]
10:48:48 test/integration/clitest/test_tag.py::TestTagList::testList[--nopage] PASSED [ 42%]
10:48:48 test/integration/clitest/test_tag.py::TestTagList::testListSets[] PASSED [ 42%]
10:48:48 test/integration/clitest/test_tag.py::TestTagList::testListSets[--nopage] PASSED [ 42%]
10:48:50 test/integration/clitest/test_upload.py::TestUpload::testUploadSingleFile PASSED [ 42%]
10:48:50 test/integration/clitest/test_upload.py::TestUpload::testUploadMultipleFiles PASSED [ 42%]
10:48:50 test/integration/clitest/test_upload.py::TestUpload::testUploadBadFile PASSED [ 42%]
10:49:04 test/integration/clitest/test_user.py::TestUser::testList[None-None] PASSED [ 42%]
10:49:13 test/integration/clitest/test_user.py::TestUser::testList[None-id] PASSED [ 42%]
10:49:23 test/integration/clitest/test_user.py::TestUser::testList[None-login] PASSED [ 42%]
10:49:32 test/integration/clitest/test_user.py::TestUser::testList[None-first-name] PASSED [ 42%]
10:49:41 test/integration/clitest/test_user.py::TestUser::testList[None-last-name] PASSED [ 42%]
10:49:51 test/integration/clitest/test_user.py::TestUser::testList[None-email] PASSED [ 42%]
10:50:00 test/integration/clitest/test_user.py::TestUser::testList[count-None] PASSED [ 42%]
10:50:10 test/integration/clitest/test_user.py::TestUser::testList[count-id] PASSED [ 42%]
10:50:19 test/integration/clitest/test_user.py::TestUser::testList[count-login] PASSED [ 42%]
10:50:28 test/integration/clitest/test_user.py::TestUser::testList[count-first-name] PASSED [ 42%]
10:50:38 test/integration/clitest/test_user.py::TestUser::testList[count-last-name] PASSED [ 42%]
10:50:47 test/integration/clitest/test_user.py::TestUser::testList[count-email] PASSED [ 42%]
10:50:56 test/integration/clitest/test_user.py::TestUser::testList[long-None] PASSED [ 43%]
10:51:05 test/integration/clitest/test_user.py::TestUser::testList[long-id] PASSED [ 43%]
10:51:14 test/integration/clitest/test_user.py::TestUser::testList[long-login] PASSED [ 43%]
10:51:24 test/integration/clitest/test_user.py::TestUser::testList[long-first-name] PASSED [ 43%]
10:51:33 test/integration/clitest/test_user.py::TestUser::testList[long-last-name] PASSED [ 43%]
10:51:43 test/integration/clitest/test_user.py::TestUser::testList[long-email] PASSED [ 43%]
10:51:45 test/integration/clitest/test_user.py::TestUser::testListWithStyles[None] PASSED [ 43%]
10:51:49 test/integration/clitest/test_user.py::TestUser::testListWithStyles[sql] PASSED [ 43%]
10:51:52 test/integration/clitest/test_user.py::TestUser::testListWithStyles[csv] PASSED [ 43%]
10:51:55 test/integration/clitest/test_user.py::TestUser::testListWithStyles[plain] PASSED [ 43%]
10:51:59 test/integration/clitest/test_user.py::TestUser::testListWithStyles[json] PASSED [ 43%]
10:51:59 test/integration/clitest/test_user.py::TestUser::testInfoNoArgument PASSED [ 43%]
10:51:59 test/integration/clitest/test_user.py::TestUser::testInfoArgument[id] PASSED [ 43%]
10:51:59 test/integration/clitest/test_user.py::TestUser::testInfoArgument[omeName] PASSED [ 43%]
10:51:59 test/integration/clitest/test_user.py::TestUser::testInfoArgument[--user-id] PASSED [ 43%]
10:51:59 test/integration/clitest/test_user.py::TestUser::testInfoArgument[--user-name] PASSED [ 43%]
10:51:59 test/integration/clitest/test_user.py::TestUser::testInfoInvalidUser PASSED [ 43%]
10:52:01 test/integration/clitest/test_user.py::TestUser::testListGroupsNoArgument PASSED [ 43%]
10:52:04 test/integration/clitest/test_user.py::TestUser::testListGroupsArgument[id] PASSED [ 43%]
10:52:07 test/integration/clitest/test_user.py::TestUser::testListGroupsArgument[omeName] PASSED [ 43%]
10:52:10 test/integration/clitest/test_user.py::TestUser::testListGroupsArgument[--user-id] PASSED [ 44%]
10:52:13 test/integration/clitest/test_user.py::TestUser::testListGroupsArgument[--user-name] PASSED [ 44%]
10:52:13 test/integration/clitest/test_user.py::TestUser::testListGroupsInvalidArgument PASSED [ 44%]
10:52:16 test/integration/clitest/test_user.py::TestUser::testEmail[None] PASSED  [ 44%]
10:52:19 test/integration/clitest/test_user.py::TestUser::testEmail[-1] PASSED    [ 44%]
10:52:22 test/integration/clitest/test_user.py::TestUser::testEmail[--one] PASSED [ 44%]
10:52:28 test/integration/clitest/test_user.py::TestUser::testPassword[True] PASSED [ 44%]
10:52:28 test/integration/clitest/test_user.py::TestUser::testPassword[False] PASSED [ 44%]
10:52:28 test/integration/clitest/test_user.py::TestUser::testAddAdminOnly PASSED [ 44%]
10:52:35 test/integration/clitest/test_user.py::TestUserRoot::testJoinGroup[None-id---id] PASSED [ 44%]
10:52:36 test/integration/clitest/test_user.py::TestUserRoot::testJoinGroup[None-id---name] PASSED [ 44%]
10:52:38 test/integration/clitest/test_user.py::TestUserRoot::testJoinGroup[None-name---id] PASSED [ 44%]
10:52:40 test/integration/clitest/test_user.py::TestUserRoot::testJoinGroup[None-name---name] PASSED [ 44%]
10:52:42 test/integration/clitest/test_user.py::TestUserRoot::testJoinGroup[None---group-id---id] PASSED [ 44%]
10:52:44 test/integration/clitest/test_user.py::TestUserRoot::testJoinGroup[None---group-id---name] PASSED [ 44%]
10:52:46 test/integration/clitest/test_user.py::TestUserRoot::testJoinGroup[None---group-name---id] PASSED [ 44%]
10:52:47 test/integration/clitest/test_user.py::TestUserRoot::testJoinGroup[None---group-name---name] PASSED [ 44%]
10:52:49 test/integration/clitest/test_user.py::TestUserRoot::testJoinGroup[--as-owner-id---id] PASSED [ 44%]
10:52:51 test/integration/clitest/test_user.py::TestUserRoot::testJoinGroup[--as-owner-id---name] PASSED [ 44%]
10:52:53 test/integration/clitest/test_user.py::TestUserRoot::testJoinGroup[--as-owner-name---id] PASSED [ 44%]
10:52:55 test/integration/clitest/test_user.py::TestUserRoot::testJoinGroup[--as-owner-name---name] PASSED [ 44%]
10:52:57 test/integration/clitest/test_user.py::TestUserRoot::testJoinGroup[--as-owner---group-id---id] PASSED [ 45%]
10:52:58 test/integration/clitest/test_user.py::TestUserRoot::testJoinGroup[--as-owner---group-id---name] PASSED [ 45%]
10:53:00 test/integration/clitest/test_user.py::TestUserRoot::testJoinGroup[--as-owner---group-name---id] PASSED [ 45%]
10:53:02 test/integration/clitest/test_user.py::TestUserRoot::testJoinGroup[--as-owner---group-name---name] PASSED [ 45%]
10:53:04 test/integration/clitest/test_user.py::TestUserRoot::testLeaveGroup[None-True-id---id] PASSED [ 45%]
10:53:06 test/integration/clitest/test_user.py::TestUserRoot::testLeaveGroup[None-True-id---name] PASSED [ 45%]
10:53:08 test/integration/clitest/test_user.py::TestUserRoot::testLeaveGroup[None-True-name---id] PASSED [ 45%]
10:53:09 test/integration/clitest/test_user.py::TestUserRoot::testLeaveGroup[None-True-name---name] PASSED [ 45%]
10:53:12 test/integration/clitest/test_user.py::TestUserRoot::testLeaveGroup[None-True---group-id---id] PASSED [ 45%]
10:53:13 test/integration/clitest/test_user.py::TestUserRoot::testLeaveGroup[None-True---group-id---name] PASSED [ 45%]
10:53:15 test/integration/clitest/test_user.py::TestUserRoot::testLeaveGroup[None-True---group-name---id] PASSED [ 45%]
10:53:17 test/integration/clitest/test_user.py::TestUserRoot::testLeaveGroup[None-True---group-name---name] PASSED [ 45%]
10:53:19 test/integration/clitest/test_user.py::TestUserRoot::testLeaveGroup[None-False-id---id] PASSED [ 45%]
10:53:21 test/integration/clitest/test_user.py::TestUserRoot::testLeaveGroup[None-False-id---name] PASSED [ 45%]
10:53:23 test/integration/clitest/test_user.py::TestUserRoot::testLeaveGroup[None-False-name---id] PASSED [ 45%]
10:53:25 test/integration/clitest/test_user.py::TestUserRoot::testLeaveGroup[None-False-name---name] PASSED [ 45%]
10:53:26 test/integration/clitest/test_user.py::TestUserRoot::testLeaveGroup[None-False---group-id---id] PASSED [ 45%]
10:53:29 test/integration/clitest/test_user.py::TestUserRoot::testLeaveGroup[None-False---group-id---name] PASSED [ 45%]
10:53:31 test/integration/clitest/test_user.py::TestUserRoot::testLeaveGroup[None-False---group-name---id] PASSED [ 45%]
10:53:32 test/integration/clitest/test_user.py::TestUserRoot::testLeaveGroup[None-False---group-name---name] PASSED [ 45%]
10:53:34 test/integration/clitest/test_user.py::TestUserRoot::testLeaveGroup[--as-owner-True-id---id] PASSED [ 46%]
10:53:36 test/integration/clitest/test_user.py::TestUserRoot::testLeaveGroup[--as-owner-True-id---name] PASSED [ 46%]
10:53:38 test/integration/clitest/test_user.py::TestUserRoot::testLeaveGroup[--as-owner-True-name---id] PASSED [ 46%]
10:53:40 test/integration/clitest/test_user.py::TestUserRoot::testLeaveGroup[--as-owner-True-name---name] PASSED [ 46%]
10:53:42 test/integration/clitest/test_user.py::TestUserRoot::testLeaveGroup[--as-owner-True---group-id---id] PASSED [ 46%]
10:53:44 test/integration/clitest/test_user.py::TestUserRoot::testLeaveGroup[--as-owner-True---group-id---name] PASSED [ 46%]
10:53:45 test/integration/clitest/test_user.py::TestUserRoot::testLeaveGroup[--as-owner-True---group-name---id] PASSED [ 46%]
10:53:48 test/integration/clitest/test_user.py::TestUserRoot::testLeaveGroup[--as-owner-True---group-name---name] PASSED [ 46%]
10:53:50 test/integration/clitest/test_user.py::TestUserRoot::testLeaveGroup[--as-owner-False-id---id] PASSED [ 46%]
10:53:51 test/integration/clitest/test_user.py::TestUserRoot::testLeaveGroup[--as-owner-False-id---name] PASSED [ 46%]
10:53:53 test/integration/clitest/test_user.py::TestUserRoot::testLeaveGroup[--as-owner-False-name---id] PASSED [ 46%]
10:53:55 test/integration/clitest/test_user.py::TestUserRoot::testLeaveGroup[--as-owner-False-name---name] PASSED [ 46%]
10:53:57 test/integration/clitest/test_user.py::TestUserRoot::testLeaveGroup[--as-owner-False---group-id---id] PASSED [ 46%]
10:53:59 test/integration/clitest/test_user.py::TestUserRoot::testLeaveGroup[--as-owner-False---group-id---name] PASSED [ 46%]
10:54:01 test/integration/clitest/test_user.py::TestUserRoot::testLeaveGroup[--as-owner-False---group-name---id] PASSED [ 46%]
10:54:03 test/integration/clitest/test_user.py::TestUserRoot::testLeaveGroup[--as-owner-False---group-name---name] PASSED [ 46%]
10:54:03 test/integration/clitest/test_user.py::TestUserRoot::testAdd[None-None-None-None] PASSED [ 46%]
10:54:03 test/integration/clitest/test_user.py::TestUserRoot::testAdd[None-None-None--m] PASSED [ 46%]
10:54:03 test/integration/clitest/test_user.py::TestUserRoot::testAdd[None-None-None---middlename] PASSED [ 46%]
10:54:03 test/integration/clitest/test_user.py::TestUserRoot::testAdd[None-None--e-None] PASSED [ 46%]
10:54:04 test/integration/clitest/test_user.py::TestUserRoot::testAdd[None-None--e--m] PASSED [ 47%]
10:54:04 test/integration/clitest/test_user.py::TestUserRoot::testAdd[None-None--e---middlename] PASSED [ 47%]
10:54:04 test/integration/clitest/test_user.py::TestUserRoot::testAdd[None-None---email-None] PASSED [ 47%]
10:54:04 test/integration/clitest/test_user.py::TestUserRoot::testAdd[None-None---email--m] PASSED [ 47%]
10:54:04 test/integration/clitest/test_user.py::TestUserRoot::testAdd[None-None---email---middlename] PASSED [ 47%]
10:54:05 test/integration/clitest/test_user.py::TestUserRoot::testAdd[None--i-None-None] PASSED [ 47%]
10:54:05 test/integration/clitest/test_user.py::TestUserRoot::testAdd[None--i-None--m] PASSED [ 47%]
10:54:05 test/integration/clitest/test_user.py::TestUserRoot::testAdd[None--i-None---middlename] PASSED [ 47%]
10:54:05 test/integration/clitest/test_user.py::TestUserRoot::testAdd[None--i--e-None] PASSED [ 47%]
10:54:05 test/integration/clitest/test_user.py::TestUserRoot::testAdd[None--i--e--m] PASSED [ 47%]
10:54:06 test/integration/clitest/test_user.py::TestUserRoot::testAdd[None--i--e---middlename] PASSED [ 47%]
10:54:06 test/integration/clitest/test_user.py::TestUserRoot::testAdd[None--i---email-None] PASSED [ 47%]
10:54:06 test/integration/clitest/test_user.py::TestUserRoot::testAdd[None--i---email--m] PASSED [ 47%]
10:54:06 test/integration/clitest/test_user.py::TestUserRoot::testAdd[None--i---email---middlename] PASSED [ 47%]
10:54:07 test/integration/clitest/test_user.py::TestUserRoot::testAdd[None---institution-None-None] PASSED [ 47%]
10:54:07 test/integration/clitest/test_user.py::TestUserRoot::testAdd[None---institution-None--m] PASSED [ 47%]
10:54:07 test/integration/clitest/test_user.py::TestUserRoot::testAdd[None---institution-None---middlename] PASSED [ 47%]
10:54:07 test/integration/clitest/test_user.py::TestUserRoot::testAdd[None---institution--e-None] PASSED [ 47%]
10:54:07 test/integration/clitest/test_user.py::TestUserRoot::testAdd[None---institution--e--m] PASSED [ 47%]
10:54:08 test/integration/clitest/test_user.py::TestUserRoot::testAdd[None---institution--e---middlename] PASSED [ 47%]
10:54:08 test/integration/clitest/test_user.py::TestUserRoot::testAdd[None---institution---email-None] PASSED [ 48%]
10:54:08 test/integration/clitest/test_user.py::TestUserRoot::testAdd[None---institution---email--m] PASSED [ 48%]
10:54:08 test/integration/clitest/test_user.py::TestUserRoot::testAdd[None---institution---email---middlename] PASSED [ 48%]
10:54:09 test/integration/clitest/test_user.py::TestUserRoot::testAdd[-a-None-None-None] PASSED [ 48%]
10:54:09 test/integration/clitest/test_user.py::TestUserRoot::testAdd[-a-None-None--m] PASSED [ 48%]
10:54:10 test/integration/clitest/test_user.py::TestUserRoot::testAdd[-a-None-None---middlename] PASSED [ 48%]
10:54:11 test/integration/clitest/test_user.py::TestUserRoot::testAdd[-a-None--e-None] PASSED [ 48%]
10:54:12 test/integration/clitest/test_user.py::TestUserRoot::testAdd[-a-None--e--m] PASSED [ 48%]
10:54:13 test/integration/clitest/test_user.py::TestUserRoot::testAdd[-a-None--e---middlename] PASSED [ 48%]
10:54:13 test/integration/clitest/test_user.py::TestUserRoot::testAdd[-a-None---email-None] PASSED [ 48%]
10:54:14 test/integration/clitest/test_user.py::TestUserRoot::testAdd[-a-None---email--m] PASSED [ 48%]
10:54:15 test/integration/clitest/test_user.py::TestUserRoot::testAdd[-a-None---email---middlename] PASSED [ 48%]
10:54:15 test/integration/clitest/test_user.py::TestUserRoot::testAdd[-a--i-None-None] PASSED [ 48%]
10:54:16 test/integration/clitest/test_user.py::TestUserRoot::testAdd[-a--i-None--m] PASSED [ 48%]
10:54:17 test/integration/clitest/test_user.py::TestUserRoot::testAdd[-a--i-None---middlename] PASSED [ 48%]
10:54:18 test/integration/clitest/test_user.py::TestUserRoot::testAdd[-a--i--e-None] PASSED [ 48%]
10:54:18 test/integration/clitest/test_user.py::TestUserRoot::testAdd[-a--i--e--m] PASSED [ 48%]
10:54:19 test/integration/clitest/test_user.py::TestUserRoot::testAdd[-a--i--e---middlename] PASSED [ 48%]
10:54:20 test/integration/clitest/test_user.py::TestUserRoot::testAdd[-a--i---email-None] PASSED [ 48%]
10:54:21 test/integration/clitest/test_user.py::TestUserRoot::testAdd[-a--i---email--m] PASSED [ 48%]
10:54:21 test/integration/clitest/test_user.py::TestUserRoot::testAdd[-a--i---email---middlename] PASSED [ 48%]
10:54:22 test/integration/clitest/test_user.py::TestUserRoot::testAdd[-a---institution-None-None] PASSED [ 49%]
10:54:23 test/integration/clitest/test_user.py::TestUserRoot::testAdd[-a---institution-None--m] PASSED [ 49%]
10:54:24 test/integration/clitest/test_user.py::TestUserRoot::testAdd[-a---institution-None---middlename] PASSED [ 49%]
10:54:25 test/integration/clitest/test_user.py::TestUserRoot::testAdd[-a---institution--e-None] PASSED [ 49%]
10:54:25 test/integration/clitest/test_user.py::TestUserRoot::testAdd[-a---institution--e--m] PASSED [ 49%]
10:54:26 test/integration/clitest/test_user.py::TestUserRoot::testAdd[-a---institution--e---middlename] PASSED [ 49%]
10:54:27 test/integration/clitest/test_user.py::TestUserRoot::testAdd[-a---institution---email-None] PASSED [ 49%]
10:54:28 test/integration/clitest/test_user.py::TestUserRoot::testAdd[-a---institution---email--m] PASSED [ 49%]
10:54:28 test/integration/clitest/test_user.py::TestUserRoot::testAdd[-a---institution---email---middlename] PASSED [ 49%]
10:54:30 test/integration/clitest/test_user.py::TestUserRoot::testAdd[--admin-None-None-None] PASSED [ 49%]
10:54:30 test/integration/clitest/test_user.py::TestUserRoot::testAdd[--admin-None-None--m] PASSED [ 49%]
10:54:31 test/integration/clitest/test_user.py::TestUserRoot::testAdd[--admin-None-None---middlename] PASSED [ 49%]
10:54:32 test/integration/clitest/test_user.py::TestUserRoot::testAdd[--admin-None--e-None] PASSED [ 49%]
10:54:33 test/integration/clitest/test_user.py::TestUserRoot::testAdd[--admin-None--e--m] PASSED [ 49%]
10:54:34 test/integration/clitest/test_user.py::TestUserRoot::testAdd[--admin-None--e---middlename] PASSED [ 49%]
10:54:34 test/integration/clitest/test_user.py::TestUserRoot::testAdd[--admin-None---email-None] PASSED [ 49%]
10:54:36 test/integration/clitest/test_user.py::TestUserRoot::testAdd[--admin-None---email--m] PASSED [ 49%]
10:54:36 test/integration/clitest/test_user.py::TestUserRoot::testAdd[--admin-None---email---middlename] PASSED [ 49%]
10:54:37 test/integration/clitest/test_user.py::TestUserRoot::testAdd[--admin--i-None-None] PASSED [ 49%]
10:54:38 test/integration/clitest/test_user.py::TestUserRoot::testAdd[--admin--i-None--m] PASSED [ 49%]
10:54:39 test/integration/clitest/test_user.py::TestUserRoot::testAdd[--admin--i-None---middlename] PASSED [ 50%]
10:54:40 test/integration/clitest/test_user.py::TestUserRoot::testAdd[--admin--i--e-None] PASSED [ 50%]
10:54:40 test/integration/clitest/test_user.py::TestUserRoot::testAdd[--admin--i--e--m] PASSED [ 50%]
10:54:41 test/integration/clitest/test_user.py::TestUserRoot::testAdd[--admin--i--e---middlename] PASSED [ 50%]
10:54:43 test/integration/clitest/test_user.py::TestUserRoot::testAdd[--admin--i---email-None] PASSED [ 50%]
10:54:43 test/integration/clitest/test_user.py::TestUserRoot::testAdd[--admin--i---email--m] PASSED [ 50%]
10:54:44 test/integration/clitest/test_user.py::TestUserRoot::testAdd[--admin--i---email---middlename] PASSED [ 50%]
10:54:45 test/integration/clitest/test_user.py::TestUserRoot::testAdd[--admin---institution-None-None] PASSED [ 50%]
10:54:46 test/integration/clitest/test_user.py::TestUserRoot::testAdd[--admin---institution-None--m] PASSED [ 50%]
10:54:47 test/integration/clitest/test_user.py::TestUserRoot::testAdd[--admin---institution-None---middlename] PASSED [ 50%]
10:54:48 test/integration/clitest/test_user.py::TestUserRoot::testAdd[--admin---institution--e-None] PASSED [ 50%]
10:54:49 test/integration/clitest/test_user.py::TestUserRoot::testAdd[--admin---institution--e--m] PASSED [ 50%]
10:54:50 test/integration/clitest/test_user.py::TestUserRoot::testAdd[--admin---institution--e---middlename] PASSED [ 50%]
10:54:51 test/integration/clitest/test_user.py::TestUserRoot::testAdd[--admin---institution---email-None] PASSED [ 50%]
10:54:51 test/integration/clitest/test_user.py::TestUserRoot::testAdd[--admin---institution---email--m] PASSED [ 50%]
10:54:52 test/integration/clitest/test_user.py::TestUserRoot::testAdd[--admin---institution---email---middlename] PASSED [ 50%]
10:54:53 test/integration/clitest/test_user.py::TestUserRoot::testAddGroup[id] PASSED [ 50%]
10:54:53 test/integration/clitest/test_user.py::TestUserRoot::testAddGroup[name] PASSED [ 50%]
10:54:54 test/integration/clitest/test_user.py::TestUserRoot::testAddGroup[--group-id] PASSED [ 50%]
10:54:54 test/integration/clitest/test_user.py::TestUserRoot::testAddGroup[--group-name] PASSED [ 50%]
10:54:55 test/integration/clitest/test_user.py::TestUserRoot::testAddPassword[True-None] PASSED [ 51%]
10:54:55 test/integration/clitest/test_user.py::TestUserRoot::testAddPassword[True--P] PASSED [ 51%]
10:54:56 test/integration/clitest/test_user.py::TestUserRoot::testAddPassword[True---userpassword] PASSED [ 51%]
10:54:56 test/integration/clitest/test_user.py::TestUserRoot::testAddPassword[False-None] PASSED [ 51%]
10:54:57 test/integration/clitest/test_user.py::TestUserRoot::testAddPassword[False--P] PASSED [ 51%]
10:54:57 test/integration/clitest/test_user.py::TestUserRoot::testAddPassword[False---userpassword] PASSED [ 51%]
10:54:57 test/integration/clitest/test_user.py::TestUserRoot::testAddNoPassword PASSED [ 51%]
10:55:05 test/integration/clitest/test_user.py::TestUserRoot::testPassword[True] PASSED [ 51%]
10:55:07 test/integration/clitest/test_user.py::TestUserRoot::testPassword[False] PASSED [ 51%]
10:55:10 test/integration/fstest/test_rename.py::TestRename::test_dir PASSED      [ 51%]
10:55:18 test/integration/fstest/test_rename.py::TestRename::test_rename_permissions[data0] PASSED [ 51%]
10:55:26 test/integration/fstest/test_rename.py::TestRename::test_rename_permissions[data1] PASSED [ 51%]
10:55:34 test/integration/fstest/test_rename.py::TestRename::test_rename_permissions[data2] PASSED [ 51%]
10:55:43 test/integration/fstest/test_rename.py::TestRename::test_rename_permissions[data3] PASSED [ 51%]
10:55:53 test/integration/fstest/test_rename.py::TestRename::test_rename_permissions[data4] PASSED [ 51%]
10:55:56 test/integration/fstest/test_rename.py::TestRename::test_rename_annotation PASSED [ 51%]
10:55:57 test/integration/fstest/test_rename.py::TestRename::test_prep_and_delete PASSED [ 51%]
10:56:02 test/integration/gatewaytest/test_annotation.py::testSameOwner PASSED    [ 51%]
10:56:03 test/integration/gatewaytest/test_annotation.py::testCommentAnnotation PASSED [ 51%]
10:56:04 test/integration/gatewaytest/test_annotation.py::testNonDefGroupAnnotation PASSED [ 51%]
10:56:05 test/integration/gatewaytest/test_annotation.py::testTimestampAnnotation PASSED [ 52%]
10:56:06 test/integration/gatewaytest/test_annotation.py::testBooleanAnnotation PASSED [ 52%]
10:56:07 test/integration/gatewaytest/test_annotation.py::testLongAnnotation PASSED [ 52%]
10:56:08 test/integration/gatewaytest/test_annotation.py::testMapAnnotation PASSED [ 52%]
10:56:09 test/integration/gatewaytest/test_annotation.py::testDualLinkedAnnotation PASSED [ 52%]
10:56:10 test/integration/gatewaytest/test_annotation.py::testListAnnotations PASSED [ 52%]
10:56:12 test/integration/gatewaytest/test_annotation.py::testFileAnnotation PASSED [ 52%]
10:56:13 test/integration/gatewaytest/test_annotation.py::testFileAnnotationNoName PASSED [ 52%]
10:56:15 test/integration/gatewaytest/test_annotation.py::testFileAnnotationSpeed PASSED [ 52%]
10:56:16 test/integration/gatewaytest/test_annotation.py::testFileAnnNonDefaultGroup PASSED [ 52%]
10:56:17 test/integration/gatewaytest/test_annotation.py::testUnlinkAnnotation PASSED [ 52%]
10:56:18 test/integration/gatewaytest/test_annotation.py::testAnnotationCount PASSED [ 52%]
10:56:19 test/integration/gatewaytest/test_chgrp.py::testImageChgrp PASSED        [ 52%]
10:56:21 test/integration/gatewaytest/test_chgrp.py::testDatasetChgrp PASSED      [ 52%]
10:56:22 test/integration/gatewaytest/test_chgrp.py::testPDIChgrp PASSED          [ 52%]
10:56:24 test/integration/gatewaytest/test_chgrp.py::testTwoDatasetsChgrpToProject PASSED [ 52%]
10:56:25 test/integration/gatewaytest/test_chgrp.py::testMultiDatasetDoAll PASSED [ 52%]
10:56:27 test/integration/gatewaytest/test_chmod.py::TestChmodGroup::testChmod PASSED [ 52%]
10:56:35 test/integration/gatewaytest/test_chmod.py::TestCustomUsers::testReadOnly PASSED [ 52%]
10:56:37 test/integration/gatewaytest/test_chmod.py::TestCustomUsers::testReadAnnotate PASSED [ 52%]
10:56:38 test/integration/gatewaytest/test_chmod.py::TestCustomUsers::testGroupMinusOne PASSED [ 52%]
10:56:39 test/integration/gatewaytest/test_chmod.py::TestCustomUsers::testReadWrite PASSED [ 53%]
10:56:41 test/integration/gatewaytest/test_chmod.py::TestCustomUsers::testDelete8723 PASSED [ 53%]
10:56:43 test/integration/gatewaytest/test_chmod.py::TestManualCreateEdit::testReadOnly PASSED [ 53%]
10:56:45 test/integration/gatewaytest/test_chmod.py::Test8800::testWithBlitzWrappers PASSED [ 53%]
10:56:46 test/integration/gatewaytest/test_chmod.py::Test8800::testWithoutWrappers PASSED [ 53%]
10:56:49 test/integration/gatewaytest/test_chmod.py::TestDefaultSetup::testAuthorCanEdit PASSED [ 53%]
10:56:55 test/integration/gatewaytest/test_chown.py::TestChown::test_chown_project PASSED [ 53%]
10:57:00 test/integration/gatewaytest/test_chown.py::TestChown::test_chown_pdi PASSED [ 53%]
10:57:02 test/integration/gatewaytest/test_config_service.py::testInterpolateSetting[foo] PASSED [ 53%]
10:57:04 test/integration/gatewaytest/test_config_service.py::testInterpolateSetting[False] PASSED [ 53%]
10:57:06 test/integration/gatewaytest/test_config_service.py::testInterpolateSetting[false] PASSED [ 53%]
10:57:08 test/integration/gatewaytest/test_config_service.py::testInterpolateSetting[True] PASSED [ 53%]
10:57:09 test/integration/gatewaytest/test_config_service.py::testInterpolateSetting[true] PASSED [ 53%]
10:57:11 test/integration/gatewaytest/test_config_service.py::testInterpolateSetting[] PASSED [ 53%]
10:57:13 test/integration/gatewaytest/test_config_service.py::testInterpolateSetting[None] PASSED [ 53%]
10:57:20 test/integration/gatewaytest/test_connection.py::TestConnectionMethods::testMultiProcessSession PASSED [ 53%]
10:57:28 test/integration/gatewaytest/test_connection.py::TestConnectionMethods::testClose PASSED [ 53%]
10:57:39 test/integration/gatewaytest/test_connection.py::TestConnectionMethods::testTopLevelObjects PASSED [ 53%]
10:57:39 test/integration/gatewaytest/test_connection.py::TestConnectionMethods::testCloseSession PASSED [ 53%]
10:57:39 test/integration/gatewaytest/test_connection.py::TestConnectionMethods::testMiscellaneous PASSED [ 53%]
10:57:40 test/integration/gatewaytest/test_connection.py::TestConnectionMethods::testConnectUsingClient PASSED [ 54%]
10:57:40 test/integration/gatewaytest/test_connection.py::TestConnectionMethods::testConnectUsingClientNoSessionWithIdentity PASSED [ 54%]
10:57:41 test/integration/gatewaytest/test_connection.py::TestConnectionMethods::testConnectUsingClientSessionWithoutIdentity PASSED [ 54%]
10:57:41 test/integration/gatewaytest/test_connection.py::TestConnectionMethods::testSessionId PASSED [ 54%]
10:57:42 test/integration/gatewaytest/test_connection.py::TestConnectionMethods::testConnectWithSessionId PASSED [ 54%]
10:57:42 test/integration/gatewaytest/test_connection.py::TestConnectionMethods::testSecureWithSecureClient PASSED [ 54%]
10:57:42 test/integration/gatewaytest/test_connection.py::TestConnectionMethods::testSecureWithUnsecureClient PASSED [ 54%]
10:57:42 test/integration/gatewaytest/test_connection.py::TestConnectionMethods::testSecureWithUsername[None] PASSED [ 54%]
10:57:42 test/integration/gatewaytest/test_connection.py::TestConnectionMethods::testSecureWithUsername[False] PASSED [ 54%]
10:57:42 test/integration/gatewaytest/test_connection.py::TestConnectionMethods::testSecureWithUsername[True] PASSED [ 54%]
10:57:42 test/integration/gatewaytest/test_connection.py::TestConnectionMethods::testSecureMisMatch PASSED [ 54%]
10:57:43 test/integration/gatewaytest/test_connection.py::TestConnectionMethods::testHost PASSED [ 54%]
10:57:45 test/integration/gatewaytest/test_delete.py::TestDelete::testDeleteObjectsUnwrapped PASSED [ 54%]
10:57:45 test/integration/gatewaytest/test_delete.py::TestDelete::testDeleteObjects PASSED [ 54%]
10:57:45 test/integration/gatewaytest/test_delete.py::TestDelete::testDeleteObjectsWait PASSED [ 54%]
10:57:45 test/integration/gatewaytest/test_delete.py::TestDelete::testDeleteObjectsDryRun PASSED [ 54%]
10:57:45 test/integration/gatewaytest/test_delete.py::TestDelete::testDeleteAnnotatedFileAnnotation PASSED [ 54%]
10:57:46 test/integration/gatewaytest/test_delete.py::TestDelete::testDeleteObjectDirect PASSED [ 54%]
10:57:47 test/integration/gatewaytest/test_fs.py::TestFileset::testCountArchivedFiles PASSED [ 54%]
10:57:47 test/integration/gatewaytest/test_fs.py::TestFileset::testCountFilesetFiles PASSED [ 54%]
10:57:47 test/integration/gatewaytest/test_fs.py::TestFileset::testCountImportedImageFiles PASSED [ 55%]
10:57:47 test/integration/gatewaytest/test_fs.py::TestFileset::testGetImportedFilesInfo PASSED [ 55%]
10:57:47 test/integration/gatewaytest/test_fs.py::TestFileset::testGetImportedFilesInfoWithAnnotations PASSED [ 55%]
10:57:47 test/integration/gatewaytest/test_fs.py::TestFileset::testGetArchivedFiles PASSED [ 55%]
10:57:48 test/integration/gatewaytest/test_fs.py::TestFileset::testGetImportedImageFiles PASSED [ 55%]
10:57:48 test/integration/gatewaytest/test_fs.py::TestFileset::testGetArchivedFilesInfo PASSED [ 55%]
10:57:48 test/integration/gatewaytest/test_fs.py::TestFileset::testGetFilesetFilesInfo PASSED [ 55%]
10:57:48 test/integration/gatewaytest/test_fs.py::TestFileset::testGetFilesetFilesInfoWithAnnotations PASSED [ 55%]
10:57:48 test/integration/gatewaytest/test_fs.py::TestFileset::testGetFilesetFilesInfoMultiple PASSED [ 55%]
10:57:48 test/integration/gatewaytest/test_fs.py::TestFileset::testGetFilesetFilesInfoMultipleWithAnnotations PASSED [ 55%]
10:57:48 test/integration/gatewaytest/test_fs.py::TestFileset::testGetFileset PASSED [ 55%]
10:57:49 test/integration/gatewaytest/test_fs.py::TestFileset::testGetImportedImageFilePaths PASSED [ 55%]
10:57:50 test/integration/gatewaytest/test_fs.py::TestArchivedOriginalFiles::testCountArchivedFiles PASSED [ 55%]
10:57:50 test/integration/gatewaytest/test_fs.py::TestArchivedOriginalFiles::testCountFilesetFiles PASSED [ 55%]
10:57:50 test/integration/gatewaytest/test_fs.py::TestArchivedOriginalFiles::testCountImportedImageFiles PASSED [ 55%]
10:57:50 test/integration/gatewaytest/test_fs.py::TestArchivedOriginalFiles::testGetImportedFilesInfo PASSED [ 55%]
10:57:50 test/integration/gatewaytest/test_fs.py::TestArchivedOriginalFiles::testGetArchivedFiles PASSED [ 55%]
10:57:50 test/integration/gatewaytest/test_fs.py::TestArchivedOriginalFiles::testGetImportedImageFiles PASSED [ 55%]
10:57:50 test/integration/gatewaytest/test_fs.py::TestArchivedOriginalFiles::testGetArchivedFilesInfo PASSED [ 55%]
10:57:50 test/integration/gatewaytest/test_fs.py::TestArchivedOriginalFiles::testGetFilesetFilesInfo PASSED [ 55%]
10:57:50 test/integration/gatewaytest/test_fs.py::TestArchivedOriginalFiles::testGetFilesetFilesInfoMultiple PASSED [ 56%]
10:57:50 test/integration/gatewaytest/test_fs.py::TestArchivedOriginalFiles::testGetFileset PASSED [ 56%]
10:57:51 test/integration/gatewaytest/test_fs.py::TestArchivedOriginalFiles::testGetImportedImageFilePaths PASSED [ 56%]
10:57:52 test/integration/gatewaytest/test_get_objects.py::TestDeleteObject::testDeleteAnnotation PASSED [ 56%]
10:57:53 test/integration/gatewaytest/test_get_objects.py::TestDeleteObject::testDeleteImage PASSED [ 56%]
10:57:55 test/integration/gatewaytest/test_get_objects.py::TestFindObject::testIllegalObjTypeInt PASSED [ 56%]
10:57:55 test/integration/gatewaytest/test_get_objects.py::TestFindObject::testObjTypeUnicode PASSED [ 56%]
10:57:55 test/integration/gatewaytest/test_get_objects.py::TestFindObject::testObjTypeString PASSED [ 56%]
10:57:55 test/integration/gatewaytest/test_get_objects.py::TestFindObject::testFindProject PASSED [ 56%]
10:58:01 test/integration/gatewaytest/test_get_objects.py::TestFindObject::testFindExperimenter PASSED [ 56%]
10:58:03 test/integration/gatewaytest/test_get_objects.py::TestFindObject::testFindAnnotation PASSED [ 56%]
10:58:07 test/integration/gatewaytest/test_get_objects.py::TestGetObject::testSearchObjects PASSED [ 56%]
10:58:07 test/integration/gatewaytest/test_get_objects.py::TestGetObject::testListProjects PASSED [ 56%]
10:58:07 test/integration/gatewaytest/test_get_objects.py::TestGetObject::testPagination PASSED [ 56%]
10:58:07 test/integration/gatewaytest/test_get_objects.py::TestGetObject::testGetDatasetsByProject PASSED [ 56%]
10:58:11 test/integration/gatewaytest/test_get_objects.py::TestGetObject::testListExperimentersAndGroups[True] PASSED [ 56%]
10:58:13 test/integration/gatewaytest/test_get_objects.py::TestGetObject::testListExperimentersAndGroups[False] PASSED [ 56%]
10:58:13 test/integration/gatewaytest/test_get_objects.py::TestGetObject::testListColleagues PASSED [ 56%]
10:58:16 test/integration/gatewaytest/test_get_objects.py::TestGetObject::testFindExperimenterWithGroups PASSED [ 56%]
10:58:20 test/integration/gatewaytest/test_get_objects.py::TestGetObject::testGetExperimentersByGroup[True] PASSED [ 56%]
10:58:24 test/integration/gatewaytest/test_get_objects.py::TestGetObject::testGetExperimentersByGroup[False] PASSED [ 56%]
10:58:27 test/integration/gatewaytest/test_get_objects.py::TestGetObject::testGetExperimenter PASSED [ 57%]
10:58:34 test/integration/gatewaytest/test_get_objects.py::TestGetObject::testGetAnnotations PASSED [ 57%]
10:58:34 test/integration/gatewaytest/test_get_objects.py::TestGetObject::testGetImage PASSED [ 57%]
10:58:34 test/integration/gatewaytest/test_get_objects.py::TestGetObject::testGetImageLoadPixels[True-True] PASSED [ 57%]
10:58:34 test/integration/gatewaytest/test_get_objects.py::TestGetObject::testGetImageLoadPixels[True-False] PASSED [ 57%]
10:58:34 test/integration/gatewaytest/test_get_objects.py::TestGetObject::testGetImageLoadPixels[False-True] PASSED [ 57%]
10:58:34 test/integration/gatewaytest/test_get_objects.py::TestGetObject::testGetImageLoadPixels[False-False] PASSED [ 57%]
10:58:34 test/integration/gatewaytest/test_get_objects.py::TestGetObject::testGetProject PASSED [ 57%]
10:58:34 test/integration/gatewaytest/test_get_objects.py::TestGetObject::testTraversal PASSED [ 57%]
10:58:35 test/integration/gatewaytest/test_get_objects.py::TestGetObject::testListOrphans[False0-True] PASSED [ 57%]
10:58:35 test/integration/gatewaytest/test_get_objects.py::TestGetObject::testListOrphans[False0-False] PASSED [ 57%]
10:58:36 test/integration/gatewaytest/test_get_objects.py::TestGetObject::testListOrphans[False1-True] PASSED [ 57%]
10:58:36 test/integration/gatewaytest/test_get_objects.py::TestGetObject::testListOrphans[False1-False] PASSED [ 57%]
10:58:36 test/integration/gatewaytest/test_get_objects.py::TestGetObject::testOrderById PASSED [ 57%]
10:58:39 test/integration/gatewaytest/test_get_objects.py::TestGetObject::testGetObjectsByMapAnnotations[Image] PASSED [ 57%]
10:58:41 test/integration/gatewaytest/test_get_objects.py::TestGetObject::testGetObjectsByMapAnnotations[Dataset] PASSED [ 57%]
10:58:44 test/integration/gatewaytest/test_get_objects.py::TestGetObject::testGetObjectsByMapAnnotations[Project] PASSED [ 57%]
10:58:46 test/integration/gatewaytest/test_get_objects.py::TestGetObject::testGetObjectsByMapAnnotations[Screen] PASSED [ 57%]
10:58:50 test/integration/gatewaytest/test_get_objects.py::TestGetObject::testGetObjectsByMapAnnotations[Plate] PASSED [ 57%]
10:58:52 test/integration/gatewaytest/test_get_objects.py::TestLeaderAndMemberOfGroup::testGetGroupsLeaderOfAsLeader PASSED [ 57%]
10:58:53 test/integration/gatewaytest/test_get_objects.py::TestLeaderAndMemberOfGroup::testGetGroupsLeaderOfAsMember PASSED [ 58%]
10:58:56 test/integration/gatewaytest/test_get_objects.py::TestLeaderAndMemberOfGroup::testGetGroupsMemberOf PASSED [ 58%]
10:58:56 test/integration/gatewaytest/test_get_objects.py::TestLeaderAndMemberOfGroup::testGroupSummaryAsOwner PASSED [ 58%]
10:58:57 test/integration/gatewaytest/test_get_objects.py::TestLeaderAndMemberOfGroup::testGroupSummaryAsMember PASSED [ 58%]
10:58:57 test/integration/gatewaytest/test_get_objects.py::TestLeaderAndMemberOfGroup::testGroupSummaryAsOwnerDeprecated PASSED [ 58%]
10:58:58 test/integration/gatewaytest/test_get_objects.py::TestLeaderAndMemberOfGroup::testGroupSummaryAsMemberDeprecated PASSED [ 58%]
10:59:00 test/integration/gatewaytest/test_get_objects.py::TestListParents::testSupportedObjects PASSED [ 58%]
10:59:03 test/integration/gatewaytest/test_get_objects.py::TestListParents::testListParentsPDI PASSED [ 58%]
10:59:05 test/integration/gatewaytest/test_get_objects.py::TestListParents::testListParentsSPW PASSED [ 58%]
10:59:07 test/integration/gatewaytest/test_get_objects.py::TestListParents::testExperimenterListParents PASSED [ 58%]
10:59:07 test/integration/gatewaytest/test_helpers.py::TestHelperObjects::testColorHolder PASSED [ 58%]
10:59:07 test/integration/gatewaytest/test_helpers.py::TestHelperObjects::testOmeroType PASSED [ 58%]
10:59:07 test/integration/gatewaytest/test_helpers.py::TestHelperObjects::testSplitHTMLColor PASSED [ 58%]
10:59:30 test/integration/gatewaytest/test_image.py::TestImage::testThumbnail PASSED [ 58%]
10:59:30 test/integration/gatewaytest/test_image.py::TestImage::testThumbnailSet PASSED [ 58%]
10:59:30 test/integration/gatewaytest/test_image.py::TestImage::testRenderingModels PASSED [ 58%]
10:59:31 test/integration/gatewaytest/test_image.py::TestImage::testSplitChannel PASSED [ 58%]
10:59:31 test/integration/gatewaytest/test_image.py::TestImage::testLinePlots PASSED [ 58%]
10:59:32 test/integration/gatewaytest/test_image.py::TestImage::testProjections PASSED [ 58%]
10:59:32 test/integration/gatewaytest/test_image.py::TestImage::testProperties PASSED [ 58%]
10:59:32 test/integration/gatewaytest/test_image.py::TestImage::testPixelSizeUnits PASSED [ 59%]
10:59:32 test/integration/gatewaytest/test_image.py::TestImage::testUnitsGetValue PASSED [ 59%]
10:59:32 test/integration/gatewaytest/test_image.py::TestImage::testChannelWavelengthUnits PASSED [ 59%]
10:59:32 test/integration/gatewaytest/test_image.py::TestImage::testExposureTimeUnits PASSED [ 59%]
10:59:32 test/integration/gatewaytest/test_image.py::TestImage::testShortname PASSED [ 59%]
10:59:32 test/integration/gatewaytest/test_image.py::TestImage::testImageDate PASSED [ 59%]
10:59:32 test/integration/gatewaytest/test_image.py::TestImage::testSimpleMarshal PASSED [ 59%]
10:59:47 test/integration/gatewaytest/test_image.py::TestImage::testExport PASSED [ 59%]
10:59:47 test/integration/gatewaytest/test_image.py::TestImage::testRenderJpegRegion PASSED [ 59%]
10:59:47 test/integration/gatewaytest/test_image.py::TestImage::testRenderJpegRegion_resolution PASSED [ 59%]
10:59:47 test/integration/gatewaytest/test_image.py::TestImage::testRenderJpegRegion_invalid_resolution PASSED [ 59%]
10:59:48 test/integration/gatewaytest/test_image.py::TestImage::testRenderBirdsEyeView PASSED [ 59%]
10:59:49 test/integration/gatewaytest/test_image.py::TestImage::testRenderBirdsEyeView_Size PASSED [ 59%]
10:59:50 test/integration/gatewaytest/test_image_wrapper.py::TestImageWrapper::testGetDate PASSED [ 59%]
10:59:51 test/integration/gatewaytest/test_image_wrapper.py::TestImageWrapper::testGetDateNoAcquisitionDate PASSED [ 59%]
10:59:51 test/integration/gatewaytest/test_image_wrapper.py::TestImageWrapper::testSimpleMarshal PASSED [ 59%]
10:59:53 test/integration/gatewaytest/test_image_wrapper.py::TestImageWrapper::testChannelLabel PASSED [ 59%]
10:59:53 test/integration/gatewaytest/test_image_wrapper.py::TestImageWrapper::testChannelEmissionWaveLabel PASSED [ 59%]
10:59:54 test/integration/gatewaytest/test_image_wrapper.py::TestImageWrapper::testChannelNoLabel PASSED [ 59%]
10:59:56 test/integration/gatewaytest/test_missing_pyramid.py::TestPyramid::testThrowException PASSED [ 59%]
10:59:56 test/integration/gatewaytest/test_missing_pyramid.py::TestPyramid::testPrepareRenderingEngine PASSED [ 60%]
10:59:56 test/integration/gatewaytest/test_missing_pyramid.py::TestPyramid::testGetChannels PASSED [ 60%]
10:59:56 test/integration/gatewaytest/test_missing_pyramid.py::TestPyramid::testGetChannelsNoRe PASSED [ 60%]
10:59:57 test/integration/gatewaytest/test_missing_pyramid.py::TestPyramid::testGetRdefId PASSED [ 60%]
11:00:01 test/integration/gatewaytest/test_permissions.py::TestPrivileges::test_update_admin_privileges PASSED [ 60%]
11:00:06 test/integration/gatewaytest/test_permissions.py::TestPrivileges::test_full_admin_privileges PASSED [ 60%]
11:00:14 test/integration/gatewaytest/test_pixels.py::TestPixels::testReuseRawPixelsStore PASSED [ 60%]
11:00:14 test/integration/gatewaytest/test_pixels.py::TestPixels::testPlaneInfo PASSED [ 60%]
11:00:14 test/integration/gatewaytest/test_pixels.py::TestPixels::testPixelsType PASSED [ 60%]
11:00:15 test/integration/gatewaytest/test_pixels.py::TestPixels::testGetTile PASSED [ 60%]
11:00:19 test/integration/gatewaytest/test_pixels.py::TestPixels::testGetPlane PASSED [ 60%]
11:00:19 test/integration/gatewaytest/test_pixels.py::TestPixels::testGetPlanesExceptionOnGetPlane PASSED [ 60%]
11:00:19 test/integration/gatewaytest/test_pixels.py::TestPixels::testGetPlanesExceptionOnClose PASSED [ 60%]
11:00:19 test/integration/gatewaytest/test_pixels.py::TestPixels::testGetPlanesExceptionOnBoth PASSED [ 60%]
11:00:20 test/integration/gatewaytest/test_pixels.py::TestPixels::testGetHistogram PASSED [ 60%]
11:00:22 test/integration/gatewaytest/test_plate_wrapper.py::TestPlateWrapper::testGetGridSize PASSED [ 60%]
11:00:32 test/integration/gatewaytest/test_rdefs.py::TestRDefs::testDefault PASSED [ 60%]
11:00:32 test/integration/gatewaytest/test_rdefs.py::TestRDefs::testCustomized PASSED [ 60%]
11:00:32 test/integration/gatewaytest/test_rdefs.py::TestRDefs::testChannelWindows PASSED [ 60%]
11:00:53 test/integration/gatewaytest/test_rdefs.py::TestRDefs::testFloatDefaultMinMax PASSED [ 60%]
11:01:00 test/integration/gatewaytest/test_rdefs.py::TestRDefs::testEmissionWave PASSED [ 60%]
11:01:08 test/integration/gatewaytest/test_rdefs.py::TestRDefs::testBatchCopy PASSED [ 61%]
11:01:13 test/integration/gatewaytest/test_rdefs.py::TestRDefs::testGroupBasedPermissions PASSED [ 61%]
11:01:15 test/integration/gatewaytest/test_rdefs.py::TestRDefs::testGetRdefs PASSED [ 61%]
11:01:16 test/integration/gatewaytest/test_rdefs.py::TestRDefs::testResetDefaults PASSED [ 61%]
11:01:16 test/integration/gatewaytest/test_rdefs.py::TestRDefs::testQuantizationSettings PASSED [ 61%]
11:01:16 test/integration/gatewaytest/test_rdefs.py::TestRDefs::testQuantizationSettingsInvalid PASSED [ 61%]
11:01:16 test/integration/gatewaytest/test_rdefs.py::TestRDefs::testQuantizationSettingsBulk PASSED [ 61%]
11:01:16 test/integration/gatewaytest/test_rdefs.py::TestRDefs::testGetChannelsNoRE PASSED [ 61%]
11:01:17 test/integration/gatewaytest/test_rdefs.py::TestRDefs::testSetActiveChannelsNoRE PASSED [ 61%]
11:01:18 test/integration/gatewaytest/test_rdefs.py::TestRDefs::testSetActiveChannelsWithRE PASSED [ 61%]
11:01:19 test/integration/gatewaytest/test_rdefs.py::TestRDefs::test_set_active_channels_set_inactive[True] PASSED [ 61%]
11:01:19 test/integration/gatewaytest/test_rdefs.py::TestRDefs::test_set_active_channels_set_inactive[False] PASSED [ 61%]
11:01:19 test/integration/gatewaytest/test_rdefs.py::TestRDefs::testUnregisterService PASSED [ 61%]
11:01:19 test/integration/gatewaytest/test_rdefs.py::TestRDefs::testRegisterService PASSED [ 61%]
11:01:22 test/integration/gatewaytest/test_rdefs.py::TestRDefs::testCloseRE PASSED [ 61%]
11:01:25 test/integration/gatewaytest/test_search_objects.py::TestGetObject::testSearchObjects PASSED [ 61%]
11:01:26 test/integration/gatewaytest/test_services.py::TestServices::testDeleteServiceAuthor PASSED [ 61%]
11:01:28 test/integration/gatewaytest/test_services.py::TestServices::testDeleteServiceAdmin PASSED [ 61%]
11:01:32 test/integration/gatewaytest/test_services.py::TestTables::testTableRead PASSED [ 61%]
11:01:37 test/integration/gatewaytest/test_ticket10618.py::Test10618::test_rw_root_dirTrue_grpTrue_16 PASSED [ 61%]
11:01:39 test/integration/gatewaytest/test_ticket10618.py::Test10618::test_rw_root_dirTrue_grpTrue_96 PASSED [ 62%]
11:01:42 test/integration/gatewaytest/test_ticket10618.py::Test10618::test_rw_root_dirTrue_grpFalse_16 PASSED [ 62%]
11:01:44 test/integration/gatewaytest/test_ticket10618.py::Test10618::test_rw_root_dirTrue_grpFalse_96 PASSED [ 62%]
11:01:46 test/integration/gatewaytest/test_ticket10618.py::Test10618::test_rw_root_dirFalse_grpTrue_16 PASSED [ 62%]
11:01:49 test/integration/gatewaytest/test_ticket10618.py::Test10618::test_rw_root_dirFalse_grpTrue_96 PASSED [ 62%]
11:01:51 test/integration/gatewaytest/test_ticket10618.py::Test10618::test_rw_root_dirFalse_grpFalse_16 PASSED [ 62%]
11:01:53 test/integration/gatewaytest/test_ticket10618.py::Test10618::test_rw_root_dirFalse_grpFalse_96 PASSED [ 62%]
11:01:56 test/integration/gatewaytest/test_ticket10618.py::Test10618::test_rwr_root_dirTrue_grpTrue_16 PASSED [ 62%]
11:01:58 test/integration/gatewaytest/test_ticket10618.py::Test10618::test_rwr_root_dirTrue_grpTrue_96 PASSED [ 62%]
11:02:00 test/integration/gatewaytest/test_ticket10618.py::Test10618::test_rwr_root_dirTrue_grpFalse_16 PASSED [ 62%]
11:02:03 test/integration/gatewaytest/test_ticket10618.py::Test10618::test_rwr_root_dirTrue_grpFalse_96 PASSED [ 62%]
11:02:05 test/integration/gatewaytest/test_ticket10618.py::Test10618::test_rwr_root_dirFalse_grpTrue_16 PASSED [ 62%]
11:02:08 test/integration/gatewaytest/test_ticket10618.py::Test10618::test_rwr_root_dirFalse_grpTrue_96 PASSED [ 62%]
11:02:10 test/integration/gatewaytest/test_ticket10618.py::Test10618::test_rwr_root_dirFalse_grpFalse_16 PASSED [ 62%]
11:02:12 test/integration/gatewaytest/test_ticket10618.py::Test10618::test_rwr_root_dirFalse_grpFalse_96 PASSED [ 62%]
11:02:17 test/integration/gatewaytest/test_ticket10618.py::Test10618::test_rwr_member_dirTrue_grpTrue_16 PASSED [ 62%]
11:02:21 test/integration/gatewaytest/test_ticket10618.py::Test10618::test_rwr_member_dirTrue_grpTrue_96 PASSED [ 62%]
11:02:26 test/integration/gatewaytest/test_ticket10618.py::Test10618::test_rwr_member_dirTrue_grpFalse_16 PASSED [ 62%]
11:02:30 test/integration/gatewaytest/test_ticket10618.py::Test10618::test_rwr_member_dirTrue_grpFalse_96 PASSED [ 62%]
11:02:35 test/integration/gatewaytest/test_ticket10618.py::Test10618::test_rwr_member_dirFalse_grpTrue_16 PASSED [ 62%]
11:02:39 test/integration/gatewaytest/test_ticket10618.py::Test10618::test_rwr_member_dirFalse_grpTrue_96 PASSED [ 63%]
11:02:43 test/integration/gatewaytest/test_ticket10618.py::Test10618::test_rwr_member_dirFalse_grpFalse_16 PASSED [ 63%]
11:02:48 test/integration/gatewaytest/test_ticket10618.py::Test10618::test_rwr_member_dirFalse_grpFalse_96 PASSED [ 63%]
11:02:49 test/integration/gatewaytest/test_user.py::TestUser::testUsers PASSED    [ 63%]
11:02:59 test/integration/gatewaytest/test_user.py::TestUser::testSaveAs PASSED   [ 63%]
11:03:01 test/integration/gatewaytest/test_user.py::TestUser::testCrossGroupSave PASSED [ 63%]
11:03:12 test/integration/gatewaytest/test_user.py::TestUser::testGroupOverObjPermissions PASSED [ 63%]
11:03:21 test/integration/gatewaytest/test_wrapper.py::TestWrapper::testAllObjectsWrapped PASSED [ 63%]
11:03:21 test/integration/gatewaytest/test_wrapper.py::TestWrapper::testProjectWrapper PASSED [ 63%]
11:03:21 test/integration/gatewaytest/test_wrapper.py::TestWrapper::testDatasetWrapper PASSED [ 63%]
11:03:21 test/integration/gatewaytest/test_wrapper.py::TestWrapper::testExperimenterWrapper PASSED [ 63%]
11:03:22 test/integration/gatewaytest/test_wrapper.py::TestWrapper::testDetailsWrapper PASSED [ 63%]
11:03:22 test/integration/gatewaytest/test_wrapper.py::TestWrapper::testOriginalFileWrapperGetFileInChunks PASSED [ 63%]
11:03:22 test/integration/gatewaytest/test_wrapper.py::TestWrapper::testOriginalFileWrapperAsFileObj PASSED [ 63%]
11:03:22 test/integration/gatewaytest/test_wrapper.py::TestWrapper::testOriginalFileWrapperAsFileObjContextManager PASSED [ 63%]
11:03:22 test/integration/gatewaytest/test_wrapper.py::TestWrapper::testOriginalFileWrapperAsFileObjMultiple PASSED [ 63%]
11:03:22 test/integration/gatewaytest/test_wrapper.py::TestWrapper::testSetters PASSED [ 63%]
11:03:23 test/integration/gatewaytest/test_wrapper.py::TestWrapper::testOther PASSED [ 63%]
11:03:26 test/integration/metadata/test_metadata_mapannotations.py::TestMapAnnotationManager::test_add_from_namespace_query PASSED [ 63%]
11:03:26 test/integration/metadata/test_metadata_mapannotations.py::TestMapAnnotationManager::test_add_from_namespace_query_duplicate PASSED [ 63%]
11:03:26 test/integration/metadata/test_metadata_mapannotations.py::TestMapAnnotationManager::test_update_existing_mapann PASSED [ 64%]
11:03:28 test/integration/metadata/test_populate.py::TestPopulateMetadataConfigLoad::test_get_config_local PASSED [ 64%]
11:03:28 test/integration/metadata/test_populate.py::TestPopulateMetadataConfigLoad::test_get_config_remote PASSED [ 64%]
11:03:39 test/integration/metadata/test_populate.py::TestPopulateMetadata::testPopulateMetadata[None-Screen2Plates] PASSED [ 64%]
11:03:43 test/integration/metadata/test_populate.py::TestPopulateMetadata::testPopulateMetadata[None-Plate2Wells] PASSED [ 64%]
11:03:47 test/integration/metadata/test_populate.py::TestPopulateMetadata::testPopulateMetadata[None-Dataset2Images] PASSED [ 64%]
11:03:50 test/integration/metadata/test_populate.py::TestPopulateMetadata::testPopulateMetadata[None-Dataset2Images1Missing] PASSED [ 64%]
11:03:58 test/integration/metadata/test_populate.py::TestPopulateMetadata::testPopulateMetadata[None-Dataset101Images] PASSED [ 64%]
11:04:05 test/integration/metadata/test_populate.py::TestPopulateMetadata::testPopulateMetadata[None-Project2Datasets] PASSED [ 64%]
11:04:08 test/integration/metadata/test_populate.py::TestPopulateMetadata::testPopulateMetadata[None-GZIP] PASSED [ 64%]
11:04:09 test/integration/metadata/test_populate.py::TestPopulateMetadata::testPopulateMetadata[1-Screen2Plates] PASSED [ 64%]
11:04:10 test/integration/metadata/test_populate.py::TestPopulateMetadata::testPopulateMetadata[1-Plate2Wells] PASSED [ 64%]
11:04:10 test/integration/metadata/test_populate.py::TestPopulateMetadata::testPopulateMetadata[1-Dataset2Images] PASSED [ 64%]
11:04:11 test/integration/metadata/test_populate.py::TestPopulateMetadata::testPopulateMetadata[1-Dataset2Images1Missing] PASSED [ 64%]
11:04:15 test/integration/metadata/test_populate.py::TestPopulateMetadata::testPopulateMetadata[1-Dataset101Images] PASSED [ 64%]
11:04:15 test/integration/metadata/test_populate.py::TestPopulateMetadata::testPopulateMetadata[1-Project2Datasets] PASSED [ 64%]
11:04:16 test/integration/metadata/test_populate.py::TestPopulateMetadata::testPopulateMetadata[1-GZIP] PASSED [ 64%]
11:04:16 test/integration/metadata/test_populate.py::TestPopulateMetadata::testPopulateMetadata[10-Screen2Plates] PASSED [ 64%]
11:04:17 test/integration/metadata/test_populate.py::TestPopulateMetadata::testPopulateMetadata[10-Plate2Wells] PASSED [ 64%]
11:04:17 test/integration/metadata/test_populate.py::TestPopulateMetadata::testPopulateMetadata[10-Dataset2Images] PASSED [ 64%]
11:04:17 test/integration/metadata/test_populate.py::TestPopulateMetadata::testPopulateMetadata[10-Dataset2Images1Missing] PASSED [ 64%]
11:04:19 test/integration/metadata/test_populate.py::TestPopulateMetadata::testPopulateMetadata[10-Dataset101Images] PASSED [ 65%]
11:04:19 test/integration/metadata/test_populate.py::TestPopulateMetadata::testPopulateMetadata[10-Project2Datasets] PASSED [ 65%]
11:04:20 test/integration/metadata/test_populate.py::TestPopulateMetadata::testPopulateMetadata[10-GZIP] PASSED [ 65%]
11:04:25 test/integration/metadata/test_populate.py::TestPopulateMetadata::testPopulateMetadataNsAnns[Plate2WellsNs] PASSED [ 65%]
11:04:29 test/integration/metadata/test_populate.py::TestPopulateMetadata::testPopulateMetadataNsAnns[Plate2WellsNs2] PASSED [ 65%]
11:04:34 test/integration/metadata/test_populate.py::TestPopulateMetadata::testPopulateMetadataNsAnnsUnavailableHeader PASSED [ 65%]
11:04:38 test/integration/metadata/test_populate.py::TestPopulateMetadata::testPopulateMetadataNsAnnsFail PASSED [ 65%]
11:04:49 test/integration/metadata/test_populate.py::TestPopulateMetadataDedup::testPopulateMetadataNsAnnsDedup[None] PASSED [ 65%]
11:05:00 test/integration/metadata/test_populate.py::TestPopulateMetadataDedup::testPopulateMetadataNsAnnsDedup[openmicroscopy.org/omero/bulk_annotations] PASSED [ 65%]
11:05:11 test/integration/metadata/test_populate.py::TestPopulateMetadataDedup::testPopulateMetadataNsAnnsDedup[openmicroscopy.org/mapr/gene] PASSED [ 65%]
11:05:22 test/integration/metadata/test_populate.py::TestPopulateMetadataDedup::testPopulateMetadataNsAnnsDedupDelete[None] PASSED [ 65%]
11:05:33 test/integration/metadata/test_populate.py::TestPopulateMetadataDedup::testPopulateMetadataNsAnnsDedupDelete[openmicroscopy.org/omero/bulk_annotations] PASSED [ 65%]
11:05:45 test/integration/metadata/test_populate.py::TestPopulateMetadataDedup::testPopulateMetadataNsAnnsDedupDelete[openmicroscopy.org/mapr/gene] PASSED [ 65%]
11:05:51 test/integration/metadata/test_populate.py::TestPopulateMetadataConfigFiles::test_delete_attach[True-None] PASSED [ 65%]
11:05:57 test/integration/metadata/test_populate.py::TestPopulateMetadataConfigFiles::test_delete_attach[True-openmicroscopy.org/omero/bulk_annotations] PASSED [ 65%]
11:06:03 test/integration/metadata/test_populate.py::TestPopulateMetadataConfigFiles::test_delete_attach[True-openmicroscopy.org/omero/bulk_annotations/config] PASSED [ 65%]
11:06:10 test/integration/metadata/test_populate.py::TestPopulateMetadataConfigFiles::test_delete_attach[False-None] PASSED [ 65%]
11:06:15 test/integration/metadata/test_populate.py::TestPopulateMetadataConfigFiles::test_delete_attach[False-openmicroscopy.org/omero/bulk_annotations] PASSED [ 65%]
11:06:22 test/integration/metadata/test_populate.py::TestPopulateMetadataConfigFiles::test_delete_attach[False-openmicroscopy.org/omero/bulk_annotations/config] PASSED [ 65%]
11:06:28 test/integration/metadata/test_populate.py::TestPopulateRois::testPopulateRoisPlate PASSED [ 65%]
11:06:30 test/integration/metadata/test_pydict_text.py::TestPydictTextIo::test_get_format_filename_yaml[yaml] PASSED [ 66%]
11:06:30 test/integration/metadata/test_pydict_text.py::TestPydictTextIo::test_get_format_filename_yaml[Yml] PASSED [ 66%]
11:06:30 test/integration/metadata/test_pydict_text.py::TestPydictTextIo::test_get_format_filename_json[json] PASSED [ 66%]
11:06:30 test/integration/metadata/test_pydict_text.py::TestPydictTextIo::test_get_format_filename_json[JS] PASSED [ 66%]
11:06:30 test/integration/metadata/test_pydict_text.py::TestPydictTextIo::test_get_format_originalfileid_yaml[format0] PASSED [ 66%]
11:06:30 test/integration/metadata/test_pydict_text.py::TestPydictTextIo::test_get_format_originalfileid_yaml[format1] PASSED [ 66%]
11:06:30 test/integration/metadata/test_pydict_text.py::TestPydictTextIo::test_get_format_originalfileid_yaml[format2] PASSED [ 66%]
11:06:30 test/integration/metadata/test_pydict_text.py::TestPydictTextIo::test_get_format_originalfileid_json[format0] PASSED [ 66%]
11:06:30 test/integration/metadata/test_pydict_text.py::TestPydictTextIo::test_get_format_originalfileid_json[format1] PASSED [ 66%]
11:06:30 test/integration/metadata/test_pydict_text.py::TestPydictTextIo::test_get_format_originalfileid_json[format2] PASSED [ 66%]
11:06:30 test/integration/metadata/test_pydict_text.py::TestPydictTextIo::test_load[json-True] PASSED [ 66%]
11:06:30 test/integration/metadata/test_pydict_text.py::TestPydictTextIo::test_load[json-False] PASSED [ 66%]
11:06:31 test/integration/metadata/test_pydict_text.py::TestPydictTextIo::test_load[yaml-True] PASSED [ 66%]
11:06:31 test/integration/metadata/test_pydict_text.py::TestPydictTextIo::test_load[yaml-False] PASSED [ 66%]
11:06:31 test/integration/metadata/test_pydict_text.py::TestPydictTextIo::test_load_fromstring PASSED [ 66%]
11:06:31 test/integration/metadata/test_pydict_text.py::TestPydictTextIo::test_load_invalidtype PASSED [ 66%]
11:06:31 test/integration/metadata/test_pydict_text.py::TestPydictTextIo::test_dump[json] PASSED [ 66%]
11:06:31 test/integration/metadata/test_pydict_text.py::TestPydictTextIo::test_dump[yaml] PASSED [ 66%]
11:06:33 test/integration/scriptsharness/test_harness.py::TestScriptsViaOmeroCli::testDefinition PASSED [ 66%]
11:06:33 test/integration/scriptsharness/test_harness.py::TestScriptsViaOmeroCli::testSimpleScript PASSED [ 66%]
11:06:40 test/integration/scriptstest/test_cli.py::TestCLI::testCLI PASSED        [ 67%]
11:06:42 test/integration/scriptstest/test_coverage.py::TestCoverage::testGetScriptWithDetails PASSED [ 67%]
11:06:52 test/integration/scriptstest/test_coverage.py::TestCoverage::testUploadAndScript PASSED [ 67%]
11:06:52 test/integration/scriptstest/test_coverage.py::TestCoverage::testUserCantUploadOfficalScript PASSED [ 67%]
11:07:10 test/integration/scriptstest/test_inputs.py::TestInputs::testInputs PASSED [ 67%]
11:07:14 test/integration/scriptstest/test_ping.py::TestPing::testPingViaISCript PASSED [ 67%]
11:07:15 test/integration/scriptstest/test_ping.py::TestPing::testPingParametersViaISCript PASSED [ 67%]
11:07:16 test/integration/scriptstest/test_ping.py::TestPing::testPingStdout PASSED [ 67%]
11:07:23 test/integration/scriptstest/test_ping.py::TestPing::testProcessShutdown PASSED [ 67%]
11:07:24 test/integration/scriptstest/test_ping.py::TestPing::testProcessShutdownOneway PASSED [ 67%]
11:07:25 test/integration/scriptstest/test_ping.py::TestPing::testProcessorGetResultsBeforeFinished PASSED [ 67%]
11:07:26 test/integration/scriptstest/test_ping.py::TestPing::testProcessorExpires PASSED [ 67%]
11:07:27 test/integration/scriptstest/test_ping.py::TestPing::testProcessorGetJob PASSED [ 67%]
11:07:27 test/integration/scriptstest/test_ping.py::TestPing::testProcessorStop PASSED [ 67%]
11:07:28 test/integration/scriptstest/test_ping.py::TestPing::testProcessorDetach PASSED [ 67%]
11:07:45 test/integration/scriptstest/test_rand.py::TestRand::testRand PASSED     [ 67%]
11:07:48 test/integration/scriptstest/test_repo.py::TestScriptRepo::testScriptRepo PASSED [ 67%]
11:07:48 test/integration/scriptstest/test_repo.py::TestScriptRepo::testGetOfficialScripts PASSED [ 67%]
11:07:58 test/integration/scriptstest/test_repo.py::TestScriptRepo::testGetUserScripts PASSED [ 67%]
11:07:58 test/integration/scriptstest/test_repo.py::TestScriptRepo::testCantUndulyLoadScriptRepoFromUuid PASSED [ 67%]
11:07:58 test/integration/scriptstest/test_repo.py::TestScriptRepo::testMultipleScriptPathsNotSupported PASSED [ 68%]
11:07:58 test/integration/scriptstest/test_repo.py::TestScriptRepo::testUploadingViaOfficialScriptShowsUpInRepo PASSED [ 68%]
11:07:58 test/integration/scriptstest/test_repo.py::TestScriptRepo::testUploadingViaNonOfficialScriptDoesntShowUpInRepo PASSED [ 68%]
11:08:03 test/integration/scriptstest/test_roi_handling_utils.py::TestRoiHandlingUtils::test_get_line_data PASSED [ 68%]
11:08:07 test/integration/scriptstest/test_script_utils.py::TestScriptUtils::test_split_image PASSED [ 68%]
11:08:10 test/integration/scriptstest/test_script_utils.py::TestScriptUtils::test_numpy_to_image PASSED [ 68%]
11:08:12 test/integration/scriptstest/test_script_utils.py::TestScriptUtils::test_convert_numpy_array PASSED [ 68%]
11:08:15 test/integration/scriptstest/test_script_utils.py::TestScriptUtils::test_numpy_save_as_image[True-tiff] Exception ignored in: <function _TemporaryFileCloser.__del__ at 0x7f0b141daaf0>
11:08:15 Traceback (most recent call last):
11:08:15   File "/usr/lib64/python3.9/tempfile.py", line 461, in __del__
11:08:15     self.close()
11:08:15   File "/usr/lib64/python3.9/tempfile.py", line 457, in close
11:08:15     unlink(self.name)
11:08:15 FileNotFoundError: [Errno 2] No such file or directory: '/tmp/tmpm9zlrj23.tiff'
11:08:15 PASSED [ 68%]
11:08:18 test/integration/scriptstest/test_script_utils.py::TestScriptUtils::test_numpy_save_as_image[True-foo] Exception ignored in: <function _TemporaryFileCloser.__del__ at 0x7f0b141daaf0>
11:08:18 Traceback (most recent call last):
11:08:18   File "/usr/lib64/python3.9/tempfile.py", line 461, in __del__
11:08:18     self.close()
11:08:18   File "/usr/lib64/python3.9/tempfile.py", line 457, in close
11:08:18     unlink(self.name)
11:08:18 FileNotFoundError: [Errno 2] No such file or directory: '/tmp/tmph_wpfw5g.foo'
11:08:18 PASSED [ 68%]
11:08:20 test/integration/scriptstest/test_script_utils.py::TestScriptUtils::test_numpy_save_as_image[False-tiff] PASSED [ 68%]
11:08:23 test/integration/scriptstest/test_script_utils.py::TestScriptUtils::test_numpy_save_as_image[False-foo] PASSED [ 68%]
11:08:23 test/integration/scriptstest/test_script_utils.py::TestScriptUtils::test_create_file[] PASSED [ 68%]
11:08:23 test/integration/scriptstest/test_script_utils.py::TestScriptUtils::test_create_file[text/x-python] PASSED [ 68%]
11:08:23 test/integration/scriptstest/test_script_utils.py::TestScriptUtils::test_calc_sha1 PASSED [ 68%]
11:08:23 test/integration/scriptstest/test_script_utils.py::TestScriptUtils::test_upload_file PASSED [ 68%]
11:08:23 test/integration/scriptstest/test_script_utils.py::TestScriptUtils::test_download_file PASSED [ 68%]
11:08:25 test/integration/scriptstest/test_script_utils.py::TestScriptUtils::test_get_objects PASSED [ 68%]
11:08:28 test/integration/scriptstest/test_script_utils.py::TestScriptUtils::test_download_plane PASSED [ 68%]
11:08:30 test/integration/scriptstest/test_script_utils.py::TestScriptUtils::test_upload_plane_by_row PASSED [ 68%]
11:08:33 test/integration/scriptstest/test_script_utils.py::TestScriptUtils::test_upload_plane PASSED [ 68%]
11:08:35 test/integration/tablestest/test_backwards_compatibility.py::TestBackwardsCompatibility_4_4_5::testCreateAllColumns_4_4_5 PASSED [ 68%]
11:08:36 test/integration/tablestest/test_backwards_compatibility.py::TestBackwardsCompatibility_4_4_5::testAllColumns_4_4_5 PASSED [ 69%]
11:08:37 test/integration/tablestest/test_backwards_compatibility.py::TestBackwardsCompatibility_4_4_5::testMetadataException PASSED [ 69%]
11:08:40 test/integration/tablestest/test_backwards_compatibility.py::TestBackwardsCompatibility_5_3_4::testCreateAllColumnsAndMetadata_5_3_4 PASSED [ 69%]
11:08:41 test/integration/tablestest/test_backwards_compatibility.py::TestBackwardsCompatibility_5_3_4::testAllColumnsAndMetadata_5_3_4 PASSED [ 69%]
11:08:43 test/integration/tablestest/test_populate_metadata.py::TestPopulateMetadata::testPopulateMetadataPlate PASSED [ 69%]
11:08:46 test/integration/tablestest/test_service.py::TestTables::testBlankTable PASSED [ 69%]
11:08:46 test/integration/tablestest/test_service.py::TestTables::testUpdate PASSED [ 69%]
11:08:46 test/integration/tablestest/test_service.py::TestTables::testTicket2175 PASSED [ 69%]
11:08:46 test/integration/tablestest/test_service.py::TestTables::testMask PASSED [ 69%]
11:08:46 test/integration/tablestest/test_service.py::TestTables::test2855MetadataMethods PASSED [ 69%]
11:08:51 test/integration/tablestest/test_service.py::TestTables::test2910 PASSED [ 69%]
11:08:53 test/integration/tablestest/test_service.py::TestTables::testDelete PASSED [ 69%]
11:08:53 test/integration/tablestest/test_service.py::TestTables::test3714GetWhereListVars PASSED [ 69%]
11:08:53 test/integration/tablestest/test_service.py::TestTables::test4000TableRead PASSED [ 69%]
11:08:56 test/integration/tablestest/test_service.py::TestTables::testCallContext PASSED [ 69%]
11:08:56 test/integration/tablestest/test_service.py::TestTables::testGetHeaders PASSED [ 69%]
11:09:00 test/integration/tablestest/test_service.py::TestTables::test10049openTableUnreadable PASSED [ 69%]
11:09:00 test/integration/tablestest/test_service.py::TestTables::test9971checkStringLength PASSED [ 69%]
11:09:00 test/integration/tablestest/test_service.py::TestTables::testArrayColumn PASSED [ 69%]
11:09:00 test/integration/tablestest/test_service.py::TestTables::testArrayColumnSize1 PASSED [ 69%]
11:09:01 test/integration/tablestest/test_service.py::TestTables::testAllColumnsSameTable PASSED [ 70%]
11:09:01 test/integration/tablestest/test_service.py::TestTables::test10431uninitialisedTableReadWrite PASSED [ 70%]
11:09:01 test/integration/tablestest/test_service.py::TestTables::test12606fileSizeCheck PASSED [ 70%]
11:09:01 test/integration/tablestest/test_service.py::TestTables::testCantWriteInternalMetadata[data0] PASSED [ 70%]
11:09:01 test/integration/tablestest/test_service.py::TestTables::testCantWriteInternalMetadata[data1] PASSED [ 70%]
11:09:01 test/integration/tablestest/test_service.py::TestTables::testCanWriteAlmostInternalMetadata[data0] PASSED [ 70%]
11:09:01 test/integration/tablestest/test_service.py::TestTables::testCanWriteAlmostInternalMetadata[data1] PASSED [ 70%]
11:09:01 test/integration/tablestest/test_service.py::TestTables::testCanReadInternalMetadata PASSED [ 70%]
11:09:01 test/integration/tablestest/test_service.py::TestTables::testColumnSpaceNames PASSED [ 70%]
11:09:01 test/integration/tablestest/test_service.py::TestTables::testIncludeRowNumbersSlice PASSED [ 70%]
11:09:01 test/integration/tablestest/test_service.py::TestTables::testIncludeRowNumbersReadCoordinates PASSED [ 70%]
11:09:02 test/integration/tablestest/test_service.py::TestTables::testIncludeRowNumbersRead PASSED [ 70%]
11:09:02 test/integration/tablestest/test_service.py::TestTables::testSliceOrdering PASSED [ 70%]
11:09:02 test/integration/tablestest/test_service.py::TestTables::testReadCoordinatesOrdering PASSED [ 70%]
11:09:02 test/integration/tablestest/test_service.py::TestTables::testSliceEmptyInput PASSED [ 70%]
11:09:02 test/integration/tablestest/test_service.py::TestTables::testReadCoordinatesInvalidInput PASSED [ 70%]
11:09:02 test/integration/tablestest/test_service.py::TestTables::testReadInvalidInput PASSED [ 70%]
11:09:02 test/integration/tablestest/test_service.py::TestTables::testSliceInvalidInput PASSED [ 70%]
11:09:02 test/integration/tablestest/test_service.py::TestTables::testReadStartEnd PASSED [ 70%]
11:09:02 test/integration/tablestest/test_service.py::TestTables::testReadStartGreaterThanEnd PASSED [ 70%]
11:09:02 test/integration/tablestest/test_service.py::TestTables::testAddData PASSED [ 71%]
11:09:02 test/integration/tablestest/test_service.py::TestTables::testUpdateFirstRow PASSED [ 71%]
11:09:02 test/integration/tablestest/test_service.py::TestTables::testUpdateMultipleRows PASSED [ 71%]
11:09:02 test/integration/tablestest/test_service.py::TestTables::testUpdateAllows PASSED [ 71%]
11:09:03 test/integration/tablestest/test_service.py::TestTables::testCannotUpdateOutOfRange PASSED [ 71%]
11:09:05 test/integration/tablestest/test_tables.py::TestTableIntegrity::testAllColumnsAndMetadata PASSED [ 71%]
11:09:11 test/integration/test_admin.py::TestAdmin::testGetGroup PASSED           [ 71%]
11:09:11 test/integration/test_admin.py::TestAdmin::testSetGroup PASSED           [ 71%]
11:09:13 test/integration/test_admin.py::TestAdmin::testChangePassword PASSED     [ 71%]
11:09:13 test/integration/test_admin.py::TestAdmin::testGetEventContext4011 PASSED [ 71%]
11:09:16 test/integration/test_admin.py::TestAdmin::testUserRoles4056 PASSED      [ 71%]
11:09:18 test/integration/test_admin.py::TestAdmin::testSetSecurityPassword PASSED [ 71%]
11:09:21 test/integration/test_annotation.py::TestFigureExportScripts::testAddAnnotations PASSED [ 71%]
11:09:32 test/integration/test_annotationPermissions.py::TestPrivateGroup::testAddTag PASSED [ 71%]
11:09:32 test/integration/test_annotationPermissions.py::TestPrivateGroup::testReadTag PASSED [ 71%]
11:09:33 test/integration/test_annotationPermissions.py::TestPrivateGroup::testRemoveTag PASSED [ 71%]
11:09:44 test/integration/test_annotationPermissions.py::TestReadOnlyGroup::testAddTag PASSED [ 71%]
11:09:45 test/integration/test_annotationPermissions.py::TestReadOnlyGroup::testReadTag PASSED [ 71%]
11:09:45 test/integration/test_annotationPermissions.py::TestReadOnlyGroup::testRemoveTag PASSED [ 71%]
11:09:56 test/integration/test_annotationPermissions.py::TestReadAnnotateGroup::testAddTag PASSED [ 71%]
11:09:57 test/integration/test_annotationPermissions.py::TestReadAnnotateGroup::testReadTag PASSED [ 72%]
11:09:57 test/integration/test_annotationPermissions.py::TestReadAnnotateGroup::testRemoveTag PASSED [ 72%]
11:10:10 test/integration/test_annotationPermissions.py::TestMovePrivatePermissions::testAddTagMakePrivate[root] PASSED [ 72%]
11:10:10 test/integration/test_annotationPermissions.py::TestMovePrivatePermissions::testAddTagMakePrivate[admin] PASSED [ 72%]
11:10:11 test/integration/test_annotationPermissions.py::TestMovePrivatePermissions::testAddTagMakePrivate[owner] PASSED [ 72%]
11:10:19 test/integration/test_chgrp.py::TestChgrp::testChgrpImportedImage PASSED [ 72%]
11:10:22 test/integration/test_chgrp.py::TestChgrp::testChgrpImage PASSED         [ 72%]
11:10:24 test/integration/test_chgrp.py::TestChgrp::testChgrpPDI PASSED           [ 72%]
11:10:32 test/integration/test_chgrp.py::TestChgrp::testChgrpRdef7825 PASSED      [ 72%]
11:10:37 test/integration/test_chgrp.py::TestChgrp::testChgrpOneImageFilesetErr PASSED [ 72%]
11:10:43 test/integration/test_chgrp.py::TestChgrp::testChgrpAllImagesFilesetOK PASSED [ 72%]
11:10:49 test/integration/test_chgrp.py::TestChgrp::testChgrpAllImagesFilesetTwoCommandsErr PASSED [ 72%]
11:10:55 test/integration/test_chgrp.py::TestChgrp::testChgrpOneDatasetFilesetErr PASSED [ 72%]
11:11:01 test/integration/test_chgrp.py::TestChgrp::testChgrpAllDatasetsFilesetOK PASSED [ 72%]
11:11:06 test/integration/test_chgrp.py::TestChgrp::testChgrpOneDatasetFilesetOK PASSED [ 72%]
11:11:14 test/integration/test_chgrp.py::TestChgrp::testChgrpImagesTwoFilesetsErr PASSED [ 72%]
11:11:27 test/integration/test_chgrp.py::TestChgrp::testChgrpDatasetTwoFilesetsErr PASSED [ 72%]
11:11:33 test/integration/test_chgrp.py::TestChgrp::testChgrpDatasetCheckFsGroup PASSED [ 72%]
11:11:38 test/integration/test_chgrp.py::TestChgrp::testChgrpFilesetOK PASSED     [ 72%]
11:11:44 test/integration/test_chgrp.py::TestChgrp::testChgrp11000 PASSED         [ 72%]
11:11:46 test/integration/test_chgrp.py::TestChgrp::testChgrp11109 PASSED         [ 72%]
11:11:49 test/integration/test_chgrp.py::TestChgrp::testChgrpDatasetWithImage PASSED [ 73%]
11:11:51 test/integration/test_chgrp.py::TestChgrp::testChgrpPDIReverseLinkOrder PASSED [ 73%]
11:11:53 test/integration/test_chgrp.py::TestChgrp::testChgrpTwoDatasetsLinkedToSingleImageDefault PASSED [ 73%]
11:11:56 test/integration/test_chgrp.py::TestChgrp::testChgrpTwoDatasetsLinkedToSingleImageHard PASSED [ 73%]
11:11:59 test/integration/test_chgrp.py::TestChgrp::testChgrpProjectWithDatasetLinkedToImageWithOtherDatasetDefault PASSED [ 73%]
11:12:01 test/integration/test_chgrp.py::TestChgrp::testChgrpProjectWithDatasetLinkedToImageWithOtherDatasetHard PASSED [ 73%]
11:12:03 test/integration/test_chgrp.py::TestChgrp::testChgrpDatasetWithImageLinkedToTwoProjects PASSED [ 73%]
11:12:06 test/integration/test_chgrp.py::TestChgrp::testChgrpProjectLinkedToDatasetAndImageDefault PASSED [ 73%]
11:12:08 test/integration/test_chgrp.py::TestChgrp::testChgrpProjectLinkedToDatasetAndImageHard PASSED [ 73%]
11:12:11 test/integration/test_chgrp.py::TestChgrp::testChgrpProjectLinkedToDatasetDefault PASSED [ 73%]
11:12:13 test/integration/test_chgrp.py::TestChgrp::testChgrpProjectLinkedToDatasetHard PASSED [ 73%]
11:12:16 test/integration/test_chgrp.py::TestChgrp::testChgrpProjectLinkedToTwoDatasetsAndImage PASSED [ 73%]
11:12:31 test/integration/test_chgrp.py::TestChgrp::testIntergroupLinks PASSED    [ 73%]
11:12:40 test/integration/test_chgrp.py::TestChgrpTarget::testChgrpImageToTargetDataset PASSED [ 73%]
11:12:45 test/integration/test_chgrp.py::TestChgrpTarget::testChgrpMifImagesToTargetDataset PASSED [ 73%]
11:12:52 test/integration/test_chgrp.py::TestChgrpTarget::testChgrpImageToTargetDatasetAndBackNoDS PASSED [ 73%]
11:12:58 test/integration/test_chgrp.py::TestChgrpTarget::testChgrpImageToTargetDatasetAndBackDS PASSED [ 73%]
11:13:00 test/integration/test_chgrp.py::TestChgrpTarget::testChgrpDatasetToTargetProject[user] PASSED [ 73%]
11:13:03 test/integration/test_chgrp.py::TestChgrpTarget::testChgrpDatasetToTargetProject[admin] PASSED [ 73%]
11:13:10 test/integration/test_chmod.py::TestChmodEasy::test_chmod_rw_rwr PASSED  [ 73%]
11:13:17 test/integration/test_chown.py::TestChown::test_chown_project PASSED     [ 74%]
11:13:22 test/integration/test_chown.py::TestChown::test_chown_pdi PASSED         [ 74%]
11:13:24 test/integration/test_client_ctors.py::TestClientConstructors::testHostConstructor PASSED [ 74%]
11:13:25 test/integration/test_client_ctors.py::TestClientConstructors::testEmptyInitializationDataConstructor PASSED [ 74%]
11:13:25 test/integration/test_client_ctors.py::TestClientConstructors::testInitializationDataConstructor PASSED [ 74%]
11:13:25 test/integration/test_client_ctors.py::TestClientConstructors::testMainArgsConstructor PASSED [ 74%]
11:13:25 test/integration/test_client_ctors.py::TestClientConstructors::testMapConstructor PASSED [ 74%]
11:13:25 test/integration/test_client_ctors.py::TestClientConstructors::testMainArgsGetsIcePrefix PASSED [ 74%]
11:13:25 test/integration/test_client_ctors.py::TestClientConstructors::testMainArgsGetsIceConfig PASSED [ 74%]
11:13:27 test/integration/test_client_ctors.py::TestClientConstructors::testTwoDifferentHosts PASSED [ 74%]
11:13:27 test/integration/test_client_ctors.py::TestClientConstructors::testPorts PASSED [ 74%]
11:13:27 test/integration/test_client_ctors.py::TestClientConstructors::testBlockSize PASSED [ 74%]
11:13:27 test/integration/test_client_ctors.py::TestClientConstructors::testPythonCtorRepair PASSED [ 74%]
11:13:32 test/integration/test_clientusage.py::TestClientUsage::testClientClosedAutomatically PASSED [ 74%]
11:13:34 test/integration/test_clientusage.py::TestClientUsage::testClientClosedManually PASSED [ 74%]
11:13:36 test/integration/test_clientusage.py::TestClientUsage::testUseSharedMemory PASSED [ 74%]
11:13:39 test/integration/test_clientusage.py::TestClientUsage::testCreateInsecureClientTicket2099 PASSED [ 74%]
11:13:39 test/integration/test_clientusage.py::TestClientUsage::testGetStatefulServices PASSED [ 74%]
11:13:45 test/integration/test_cmdcallback.py::TestCmdCallback::testTimingFinishesOnLatch PASSED [ 74%]
11:13:48 test/integration/test_cmdcallback.py::TestCmdCallback::testTimingFinishesOnBlock PASSED [ 74%]
11:13:51 test/integration/test_cmdcallback.py::TestCmdCallback::testTimingFinishesOnLoop PASSED [ 75%]
11:13:53 test/integration/test_cmdcallback.py::TestCmdCallback::testDoNothingFinishesOnLatch PASSED [ 75%]
11:13:56 test/integration/test_cmdcallback.py::TestCmdCallback::testDoNothingFinishesOnLoop PASSED [ 75%]
11:13:59 test/integration/test_cmdcallback.py::TestCmdCallback::testDoAllTimingFinishesOnLoop PASSED [ 75%]
11:14:01 test/integration/test_counts.py::TestCounts::testBasicUsage PASSED       [ 75%]
11:14:03 test/integration/test_delete.py::TestDelete::testBasicUsage PASSED       [ 75%]
11:14:03 test/integration/test_delete.py::TestDelete::testDeleteMany PASSED       [ 75%]
11:14:03 test/integration/test_delete.py::TestDelete::testDeleteProjectWithoutContent PASSED [ 75%]
11:14:03 test/integration/test_delete.py::TestDelete::testCheckIfDeleted PASSED   [ 75%]
11:14:05 test/integration/test_delete.py::TestDelete::testCheckIfDeleted2 PASSED  [ 75%]
11:14:05 test/integration/test_delete.py::TestDelete::testOddMessage PASSED       [ 75%]
11:14:05 test/integration/test_delete.py::TestDelete::testDeleteComment PASSED    [ 75%]
11:14:08 test/integration/test_delete.py::TestDelete::test3639 PASSED             [ 75%]
11:14:08 test/integration/test_delete.py::TestDelete::test5793 PASSED             [ 75%]
11:14:08 test/integration/test_delete.py::TestDelete::test7314 PASSED             [ 75%]
11:14:12 test/integration/test_delete.py::TestDelete::testDeleteOneDatasetFilesetErr PASSED [ 75%]
11:14:15 test/integration/test_delete.py::TestDelete::testDeleteOneImageFilesetErr PASSED [ 75%]
11:14:19 test/integration/test_delete.py::TestDelete::testDeleteDatasetFilesetOK PASSED [ 75%]
11:14:22 test/integration/test_delete.py::TestDelete::testDeleteAllDatasetsFilesetOK PASSED [ 75%]
11:14:25 test/integration/test_delete.py::TestDelete::testDeleteAllImagesFilesetOK PASSED [ 75%]
11:14:29 test/integration/test_delete.py::TestDelete::testDeleteFilesetOK PASSED  [ 76%]
11:14:35 test/integration/test_delete.py::TestDelete::testDeleteImagesTwoFilesetsErr PASSED [ 76%]
11:14:45 test/integration/test_delete.py::TestDelete::testDeleteDatasetTwoFilesetsErr PASSED [ 76%]
11:14:45 test/integration/test_delete.py::TestDelete::testDeleteProjectWithOneEmptyDataset PASSED [ 76%]
11:14:45 test/integration/test_delete.py::TestDelete::testDeleteProjectWithEmptyDatasetLinkedToAnotherProjectDefault PASSED [ 76%]
11:14:45 test/integration/test_delete.py::TestDelete::testDeleteProjectWithEmptyDatasetLinkedToAnotherProjectHard PASSED [ 76%]
11:14:45 test/integration/test_delete.py::TestDelete::testDeleteProjectWithDatasetLinkedToAnotherProject PASSED [ 76%]
11:14:45 test/integration/test_delete.py::TestDelete::testDeleteDatasetLinkedToTwoProjects PASSED [ 76%]
11:14:45 test/integration/test_delete.py::TestDelete::testDeleteDatasetWithImageLinkedToAnotherDatasetDefault PASSED [ 76%]
11:14:45 test/integration/test_delete.py::TestDelete::testDeleteDatasetWithImageLinkedToAnotherDatasetHard PASSED [ 76%]
11:14:45 test/integration/test_delete.py::TestDelete::testStepsDuringDelete PASSED [ 76%]
11:14:48 test/integration/test_exporter.py::TestExporter::testBasic PASSED        [ 76%]
11:14:52 test/integration/test_exporter.py::TestExporter::test6713 PASSED         [ 76%]
11:14:54 test/integration/test_files.py::TestFiles::testUploadDownload PASSED     [ 76%]
11:14:54 test/integration/test_files.py::TestFiles::test_download_null_size PASSED [ 76%]
11:14:57 test/integration/test_iconfig.py::TestConfig::testValuesRegex[data0] PASSED [ 76%]
11:14:57 test/integration/test_iconfig.py::TestConfig::testValuesRegex[data1] PASSED [ 76%]
11:14:57 test/integration/test_iconfig.py::TestConfig::testValuesRegex[data2] PASSED [ 76%]
11:14:57 test/integration/test_iconfig.py::TestConfig::testValuesRegex[data3] PASSED [ 76%]
11:14:57 test/integration/test_iconfig.py::TestConfig::testDefaults PASSED        [ 76%]
11:14:57 test/integration/test_iconfig.py::TestConfig::testRootDefaults PASSED    [ 76%]
11:14:57 test/integration/test_iconfig.py::TestConfig::testClientDefaults PASSED  [ 77%]
11:14:57 test/integration/test_iconfig.py::TestConfig::testClientValues PASSED    [ 77%]
11:14:59 test/integration/test_icontainer.py::TestIContainer::testFindAnnotations PASSED [ 77%]
11:15:04 test/integration/test_icontainer.py::TestIContainer::testFindAndCountAnnotationsForSharedData PASSED [ 77%]
11:15:04 test/integration/test_icontainer.py::TestIContainer::testCreateAfterBlitzPort PASSED [ 77%]
11:15:09 test/integration/test_icontainer.py::TestSplitFilesets::testFilesetSplitByImage PASSED [ 77%]
11:15:13 test/integration/test_icontainer.py::TestSplitFilesets::testFilesetNotSplitByImage PASSED [ 77%]
11:15:16 test/integration/test_icontainer.py::TestSplitFilesets::testFilesetSplitByDatasetAndProject PASSED [ 77%]
11:15:19 test/integration/test_icontainer.py::TestSplitFilesets::testFilesetNotSplitByDatasets PASSED [ 77%]
11:15:20 test/integration/test_icontainer.py::TestSplitFilesets::testGetImagesBySplitFilesetsManyCases PASSED [ 77%]
11:15:22 test/integration/test_ildap.py::TestILdap::testLookupLdapExperimentersViaAdmin PASSED [ 77%]
11:15:25 test/integration/test_imetadata.py::TestIMetadata::testLoadAnnotations3671 PASSED [ 77%]
11:15:25 test/integration/test_imetadata.py::TestIMetadata::testLoadAnnotationsUsedNotOwned3671 PASSED [ 77%]
11:15:25 test/integration/test_imetadata.py::TestIMetadata::testCountAnnotationsUsedNotOwned3671 PASSED [ 77%]
11:15:25 test/integration/test_imetadata.py::TestIMetadata::testCountSpecifiedAnnotations3671 PASSED [ 77%]
11:15:25 test/integration/test_imetadata.py::TestIMetadata::testLoadSpecifiedAnnotations3671 PASSED [ 77%]
11:15:37 test/integration/test_iquery.py::TestQuery::testGetPixelsCount PASSED    [ 77%]
11:15:38 test/integration/test_iquery.py::TestQuery::testQueryTaggedUnique PASSED [ 77%]
11:15:38 test/integration/test_iquery.py::TestQuery::testClassType PASSED         [ 77%]
11:15:40 test/integration/test_isession.py::TestISession::testBasicUsage PASSED   [ 77%]
11:15:43 test/integration/test_isession.py::TestISession::testManuallyClosingOwnSession PASSED [ 78%]
11:15:43 test/integration/test_isession.py::TestISession::testCreateSessionForUser PASSED [ 78%]
11:15:45 test/integration/test_isession.py::TestISession::testJoinSession_Helper PASSED [ 78%]
11:15:47 test/integration/test_isession.py::TestISession::testJoinSession PASSED  [ 78%]
11:15:47 test/integration/test_isession.py::TestISession::testUpdateSessions[who0] PASSED [ 78%]
11:15:47 test/integration/test_isession.py::TestISession::testUpdateSessions[who1] PASSED [ 78%]
11:15:47 test/integration/test_isession.py::TestISession::testUpdateSessions[who2] PASSED [ 78%]
11:15:47 test/integration/test_isession.py::TestISession::testUpdateSessions[who3] PASSED [ 78%]
11:15:47 test/integration/test_isession.py::TestISession::testUpdateSessionsNonAdminDisabling PASSED [ 78%]
11:15:47 test/integration/test_isession.py::TestISession::testCreateSessionForGuest PASSED [ 78%]
11:15:49 test/integration/test_isession.py::TestISession::test1018CreationDestructionClosing PASSED [ 78%]
11:15:52 test/integration/test_isession.py::TestISession::testSimpleDestruction PASSED [ 78%]
11:15:52 test/integration/test_isession.py::TestISession::testGetMySessionsTicket1975 PASSED [ 78%]
11:15:52 test/integration/test_isession.py::TestISession::testTicket2196SetSecurityContext PASSED [ 78%]
11:15:52 test/integration/test_isession.py::TestISession::testManageMySessions PASSED [ 78%]
11:15:52 test/integration/test_isession.py::TestISession::testSessionWithIP[127.0.0.1] PASSED [ 78%]
11:15:52 test/integration/test_isession.py::TestISession::testSessionWithIP[2400:cb00:2048:1::6814:55] PASSED [ 78%]
11:15:52 test/integration/test_isession.py::TestISession::testSessionWithIP[1234:5678:1234:5678:1234:5678:121.212.121.212] PASSED [ 78%]
11:15:52 test/integration/test_isession.py::TestISession::testCreateUserSession PASSED [ 78%]
11:15:52 test/integration/test_isession.py::TestISession::testCreateUserSessionFromSudo[True] PASSED [ 78%]
11:15:52 test/integration/test_isession.py::TestISession::testCreateUserSessionFromSudo[False] PASSED [ 79%]
11:15:55 test/integration/test_ishare.py::TestIShare::test_that_permissions_are_default_private PASSED [ 79%]
11:15:57 test/integration/test_ishare.py::TestIShare::test_basic_usage PASSED     [ 79%]
11:15:59 test/integration/test_ishare.py::TestIShare::test_canDoAction[canEdit] PASSED [ 79%]
11:16:02 test/integration/test_ishare.py::TestIShare::test_canDoAction[canAnnotate] PASSED [ 79%]
11:16:04 test/integration/test_ishare.py::TestIShare::test_canDoAction[canDelete] PASSED [ 79%]
11:16:06 test/integration/test_ishare.py::TestIShare::test_canDoAction[canLink] PASSED [ 79%]
11:16:09 test/integration/test_ishare.py::TestIShare::test8118 PASSED             [ 79%]
11:16:13 test/integration/test_ishare.py::TestIShare::test1154 PASSED             [ 79%]
11:16:18 test/integration/test_ishare.py::TestIShare::testCanAnnotate PASSED      [ 79%]
11:16:22 test/integration/test_ishare.py::TestIShare::test1157 PASSED             [ 79%]
11:16:22 test/integration/test_ishare.py::TestIShare::test1179 PASSED             [ 79%]
11:16:27 test/integration/test_ishare.py::TestIShare::test1201 PASSED             [ 79%]
11:16:30 test/integration/test_ishare.py::TestIShare::test1201b PASSED            [ 79%]
11:16:36 test/integration/test_ishare.py::TestIShare::test1207 PASSED             [ 79%]
11:16:39 test/integration/test_ishare.py::TestIShare::test1227 PASSED             [ 79%]
11:16:44 test/integration/test_ishare.py::TestIShare::test2327 PASSED             [ 79%]
11:16:48 test/integration/test_ishare.py::TestIShare::test2733 PASSED             [ 79%]
11:17:00 test/integration/test_ishare.py::TestIShare::test2733Access PASSED       [ 79%]
11:17:07 test/integration/test_ishare.py::TestIShare::test3214 PASSED             [ 79%]
11:17:07 test/integration/test_ishare.py::TestIShare::test5711 PASSED             [ 80%]
11:17:09 test/integration/test_ishare.py::TestIShare::test5756Raw PASSED          [ 80%]
11:17:11 test/integration/test_ishare.py::TestIShare::test5756Wrapped PASSED      [ 80%]
11:17:16 test/integration/test_ishare.py::TestIShare::test5851 PASSED             [ 80%]
11:17:16 test/integration/test_ishare.py::TestIShare::test2513 PASSED             [ 80%]
11:17:21 test/integration/test_ishare.py::TestIShare::test_OS_regular_user PASSED [ 80%]
11:17:27 test/integration/test_ishare.py::TestIShare::test_OS_non_member PASSED   [ 80%]
11:17:32 test/integration/test_ishare.py::TestIShare::test_OS_admin_user PASSED   [ 80%]
11:17:32 test/integration/test_ishare.py::TestIShare::test_bad_share PASSED       [ 80%]
11:17:37 test/integration/test_ishare.py::TestIShare::test8513 PASSED             [ 80%]
11:17:41 test/integration/test_ishare.py::TestIShare::test8704 PASSED             [ 80%]
11:17:47 test/integration/test_ishare.py::TestIShare::test13018 PASSED            [ 80%]
11:17:50 test/integration/test_itimeline.py::TestITimeline::testGeneral PASSED    [ 80%]
11:17:52 test/integration/test_itimeline.py::TestITimeline::testCollaborativeTimeline PASSED [ 80%]
11:17:54 test/integration/test_itimeline.py::TestITimeline::test1173 PASSED       [ 80%]
11:17:55 test/integration/test_itimeline.py::TestITimeline::test1175 PASSED       [ 80%]
11:17:55 test/integration/test_itimeline.py::TestITimeline::test3234 PASSED       [ 80%]
11:17:57 test/integration/test_itypes.py::TestTypes::testGetEnumerationTypes PASSED [ 80%]
11:17:58 test/integration/test_itypes.py::TestTypes::testAllEnumerations PASSED   [ 80%]
11:17:58 test/integration/test_itypes.py::TestTypes::testGetEnumerationWithEntries PASSED [ 80%]
11:17:58 test/integration/test_itypes.py::TestTypes::testManageEnumeration PASSED [ 80%]
11:18:00 test/integration/test_iupdate.py::TestIUpdate::testSaveArray PASSED      [ 81%]
11:18:00 test/integration/test_iupdate.py::TestIUpdate::testSaveCollection PASSED [ 81%]
11:18:00 test/integration/test_iupdate.py::TestIUpdate::testExternalInfoOnCreation PASSED [ 81%]
11:18:00 test/integration/test_iupdate.py::TestIUpdate::testExternalInfoAfterCreationTransient PASSED [ 81%]
11:18:00 test/integration/test_iupdate.py::TestIUpdate::testExternalInfoAfterCreationManaged PASSED [ 81%]
11:18:00 test/integration/test_iupdate.py::TestIUpdate::testExternalInfoNewInstance PASSED [ 81%]
11:18:00 test/integration/test_iupdate.py::TestIUpdate::testExternalInfoNullInstance PASSED [ 81%]
11:18:00 test/integration/test_iupdate.py::TestIUpdate::testExternalInfoUpdateInstance PASSED [ 81%]
11:18:00 test/integration/test_iupdate.py::TestIUpdate::testCannotSaveDeleted PASSED [ 81%]
11:18:04 test/integration/test_librarytest.py::TestLibrary::test9188 PASSED       [ 81%]
11:18:07 test/integration/test_mail.py::TestMail::testEveryone PASSED             [ 81%]
11:18:10 test/integration/test_mail.py::TestMail::testUserAdd PASSED              [ 81%]
11:18:15 test/integration/test_mail.py::TestMail::testComment PASSED              [ 81%]
11:18:18 test/integration/test_mapannotation.py::TestMapAnnotation::testMapStringField PASSED [ 81%]
11:18:18 test/integration/test_mapannotation.py::TestMapAnnotation::testGroupConfigA[data0] PASSED [ 81%]
11:18:18 test/integration/test_mapannotation.py::TestMapAnnotation::testGroupConfigA[data1] PASSED [ 81%]
11:18:18 test/integration/test_mapannotation.py::TestMapAnnotation::testGroupConfigEdit PASSED [ 81%]
11:18:18 test/integration/test_mapannotation.py::TestMapAnnotation::testEmptyItem PASSED [ 81%]
11:18:18 test/integration/test_mapannotation.py::TestMapAnnotation::testBigKeys PASSED [ 81%]
11:18:20 test/integration/test_metadatastore.py::TestMetadataStore::testBasicUsage PASSED [ 81%]
11:18:20 test/integration/test_metadatastore.py::TestMetadataStore::testMetadataService PASSED [ 82%]
11:18:26 test/integration/test_model51.py::TestModel51::testExposureTime PASSED   [ 82%]
11:18:29 test/integration/test_model51.py::TestModel51::testPhysicalSize PASSED   [ 82%]
11:18:29 test/integration/test_model51.py::TestModel51::testAllLengths[YOTTAMETER] PASSED [ 82%]
11:18:29 test/integration/test_model51.py::TestModel51::testAllLengths[ZETTAMETER] PASSED [ 82%]
11:18:29 test/integration/test_model51.py::TestModel51::testAllLengths[EXAMETER] PASSED [ 82%]
11:18:29 test/integration/test_model51.py::TestModel51::testAllLengths[PETAMETER] PASSED [ 82%]
11:18:29 test/integration/test_model51.py::TestModel51::testAllLengths[TERAMETER] PASSED [ 82%]
11:18:29 test/integration/test_model51.py::TestModel51::testAllLengths[GIGAMETER] PASSED [ 82%]
11:18:29 test/integration/test_model51.py::TestModel51::testAllLengths[MEGAMETER] PASSED [ 82%]
11:18:29 test/integration/test_model51.py::TestModel51::testAllLengths[KILOMETER] PASSED [ 82%]
11:18:29 test/integration/test_model51.py::TestModel51::testAllLengths[HECTOMETER] PASSED [ 82%]
11:18:29 test/integration/test_model51.py::TestModel51::testAllLengths[DECAMETER] PASSED [ 82%]
11:18:29 test/integration/test_model51.py::TestModel51::testAllLengths[METER] PASSED [ 82%]
11:18:29 test/integration/test_model51.py::TestModel51::testAllLengths[DECIMETER] PASSED [ 82%]
11:18:29 test/integration/test_model51.py::TestModel51::testAllLengths[CENTIMETER] PASSED [ 82%]
11:18:29 test/integration/test_model51.py::TestModel51::testAllLengths[MILLIMETER] PASSED [ 82%]
11:18:29 test/integration/test_model51.py::TestModel51::testAllLengths[MICROMETER] PASSED [ 82%]
11:18:29 test/integration/test_model51.py::TestModel51::testAllLengths[NANOMETER] PASSED [ 82%]
11:18:29 test/integration/test_model51.py::TestModel51::testAllLengths[PICOMETER] PASSED [ 82%]
11:18:29 test/integration/test_model51.py::TestModel51::testAllLengths[FEMTOMETER] PASSED [ 83%]
11:18:29 test/integration/test_model51.py::TestModel51::testAllLengths[ATTOMETER] PASSED [ 83%]
11:18:29 test/integration/test_model51.py::TestModel51::testAllLengths[ZEPTOMETER] PASSED [ 83%]
11:18:29 test/integration/test_model51.py::TestModel51::testAllLengths[YOCTOMETER] PASSED [ 83%]
11:18:29 test/integration/test_model51.py::TestModel51::testAllLengths[ANGSTROM] PASSED [ 83%]
11:18:29 test/integration/test_model51.py::TestModel51::testAllLengths[ASTRONOMICALUNIT] PASSED [ 83%]
11:18:29 test/integration/test_model51.py::TestModel51::testAllLengths[LIGHTYEAR] PASSED [ 83%]
11:18:30 test/integration/test_model51.py::TestModel51::testAllLengths[PARSEC] PASSED [ 83%]
11:18:30 test/integration/test_model51.py::TestModel51::testAllLengths[THOU] PASSED [ 83%]
11:18:30 test/integration/test_model51.py::TestModel51::testAllLengths[LINE] PASSED [ 83%]
11:18:30 test/integration/test_model51.py::TestModel51::testAllLengths[INCH] PASSED [ 83%]
11:18:30 test/integration/test_model51.py::TestModel51::testAllLengths[FOOT] PASSED [ 83%]
11:18:30 test/integration/test_model51.py::TestModel51::testAllLengths[YARD] PASSED [ 83%]
11:18:30 test/integration/test_model51.py::TestModel51::testAllLengths[MILE] PASSED [ 83%]
11:18:30 test/integration/test_model51.py::TestModel51::testAllLengths[POINT] PASSED [ 83%]
11:18:30 test/integration/test_model51.py::TestModel51::testAllLengths[PIXEL] PASSED [ 83%]
11:18:30 test/integration/test_model51.py::TestModel51::testAllLengths[REFERENCEFRAME] PASSED [ 83%]
11:18:30 test/integration/test_model51.py::TestModel51::testAsMapMethod PASSED    [ 83%]
11:18:30 test/integration/test_model51.py::TestModel51::testMapEagerFetch PASSED  [ 83%]
11:18:34 test/integration/test_model51.py::TestModel51::testMapSecurity PASSED    [ 83%]
11:18:37 test/integration/test_model51.py::TestModel51::testUnitProjections PASSED [ 84%]
11:18:40 test/integration/test_permissions.py::TestPermissions::testLoginToPublicGroupTicket1940 PASSED [ 84%]
11:18:43 test/integration/test_permissions.py::TestPermissions::testLinkingInPrivateGroup PASSED [ 84%]
11:18:43 test/integration/test_permissions.py::TestPermissions::testCreatAndUpdatePrivateGroup PASSED [ 84%]
11:18:43 test/integration/test_permissions.py::TestPermissions::testCreatAndUpdatePublicGroupReadOnly PASSED [ 84%]
11:18:43 test/integration/test_permissions.py::TestPermissions::testCreatAndUpdatePublicGroupReadAnnotate PASSED [ 84%]
11:18:43 test/integration/test_permissions.py::TestPermissions::testCreatAndUpdatePublicGroup PASSED [ 84%]
11:18:43 test/integration/test_permissions.py::TestPermissions::testCreatGroupAndchangePermissions PASSED [ 84%]
11:18:45 test/integration/test_permissions.py::TestPermissions::testGroupOwners PASSED [ 84%]
11:18:45 test/integration/test_permissions.py::TestPermissions::testSearchAllGroups PASSED [ 84%]
11:18:48 test/integration/test_permissions.py::TestPermissions::testOGContextParameter PASSED [ 84%]
11:18:50 test/integration/test_permissions.py::TestPermissions::testOGSetImplicitContext PASSED [ 84%]
11:18:53 test/integration/test_permissions.py::TestPermissions::testOGSetProxyContext PASSED [ 84%]
11:18:55 test/integration/test_permissions.py::TestPermissions::testOGSetSecurityContext PASSED [ 84%]
11:18:57 test/integration/test_permissions.py::TestPermissions::testOGArg PASSED  [ 84%]
11:19:00 test/integration/test_permissions.py::TestPermissions::testSaveWithNegOneNotExplicit PASSED [ 84%]
11:19:05 test/integration/test_permissions.py::TestPermissions::testPrivateGroupCallContext PASSED [ 84%]
11:19:06 test/integration/test_permissions.py::TestPermissions::testAdminCanQueryWithGroupMinusOneTicket9632 PASSED [ 84%]
11:19:10 test/integration/test_permissions.py::TestPermissions::testOmeroUserAsAdmin PASSED [ 84%]
11:19:15 test/integration/test_permissions.py::TestPermissions::testOmeroUserAsNonAdmin PASSED [ 84%]
11:19:15 test/integration/test_permissions.py::TestPermissions::testImmutablePermissions PASSED [ 84%]
11:19:15 test/integration/test_permissions.py::TestPermissions::testDisallow PASSED [ 85%]
11:19:15 test/integration/test_permissions.py::TestPermissions::testClientSet PASSED [ 85%]
11:19:18 test/integration/test_permissions.py::TestPermissions::testAdminUseOfRawPixelsBean PASSED [ 85%]
11:19:20 test/integration/test_permissions.py::TestPermissions::testUseOfRawFileBeanScriptReadGroupMinusOne PASSED [ 85%]
11:19:23 test/integration/test_permissions.py::TestPermissions::testUseOfRawFileBeanScriptReadCorrectGroup PASSED [ 85%]
11:19:30 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissionsWorkaround[rw-----admin-admin] PASSED [ 85%]
11:19:35 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissionsWorkaround[rw-----admin-owner] PASSED [ 85%]
11:19:39 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissionsWorkaround[rw-----admin-member] PASSED [ 85%]
11:19:44 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissionsWorkaround[rw-----owner-admin] PASSED [ 85%]
11:19:49 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissionsWorkaround[rw-----owner-owner] PASSED [ 85%]
11:19:54 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissionsWorkaround[rw-----owner-member] PASSED [ 85%]
11:19:59 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissionsWorkaround[rw-----member-admin] PASSED [ 85%]
11:20:03 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissionsWorkaround[rw-----member-owner] PASSED [ 85%]
11:20:08 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissionsWorkaround[rw-----member-member] PASSED [ 85%]
11:20:13 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissionsWorkaround[rwr----admin-admin] PASSED [ 85%]
11:20:17 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissionsWorkaround[rwr----admin-owner] PASSED [ 85%]
11:20:22 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissionsWorkaround[rwr----admin-member] PASSED [ 85%]
11:20:27 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissionsWorkaround[rwr----owner-admin] PASSED [ 85%]
11:20:31 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissionsWorkaround[rwr----owner-owner] PASSED [ 85%]
11:20:36 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissionsWorkaround[rwr----owner-member] PASSED [ 85%]
11:20:41 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissionsWorkaround[rwr----member-admin] PASSED [ 86%]
11:20:45 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissionsWorkaround[rwr----member-owner] PASSED [ 86%]
11:20:50 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissionsWorkaround[rwr----member-member] PASSED [ 86%]
11:20:55 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissionsWorkaround[rwra---admin-admin] PASSED [ 86%]
11:21:00 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissionsWorkaround[rwra---admin-owner] PASSED [ 86%]
11:21:04 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissionsWorkaround[rwra---admin-member] PASSED [ 86%]
11:21:09 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissionsWorkaround[rwra---owner-admin] PASSED [ 86%]
11:21:14 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissionsWorkaround[rwra---owner-owner] PASSED [ 86%]
11:21:18 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissionsWorkaround[rwra---owner-member] PASSED [ 86%]
11:21:23 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissionsWorkaround[rwra---member-admin] PASSED [ 86%]
11:21:28 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissionsWorkaround[rwra---member-owner] PASSED [ 86%]
11:21:32 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissionsWorkaround[rwra---member-member] PASSED [ 86%]
11:21:37 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissionsWorkaround[rwrw---admin-admin] PASSED [ 86%]
11:21:42 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissionsWorkaround[rwrw---admin-owner] PASSED [ 86%]
11:21:47 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissionsWorkaround[rwrw---admin-member] PASSED [ 86%]
11:21:51 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissionsWorkaround[rwrw---owner-admin] PASSED [ 86%]
11:21:56 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissionsWorkaround[rwrw---owner-owner] PASSED [ 86%]
11:22:01 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissionsWorkaround[rwrw---owner-member] PASSED [ 86%]
11:22:05 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissionsWorkaround[rwrw---member-admin] PASSED [ 86%]
11:22:10 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissionsWorkaround[rwrw---member-owner] PASSED [ 86%]
11:22:15 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissionsWorkaround[rwrw---member-member] PASSED [ 87%]
11:22:20 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissions[rw-----admin-admin] PASSED [ 87%]
11:22:24 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissions[rw-----admin-owner] PASSED [ 87%]
11:22:29 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissions[rw-----admin-member] PASSED [ 87%]
11:22:34 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissions[rw-----owner-admin] PASSED [ 87%]
11:22:39 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissions[rw-----owner-owner] PASSED [ 87%]
11:22:43 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissions[rw-----owner-member] PASSED [ 87%]
11:22:48 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissions[rw-----member-admin] PASSED [ 87%]
11:22:53 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissions[rw-----member-owner] PASSED [ 87%]
11:22:57 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissions[rw-----member-member] PASSED [ 87%]
11:23:02 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissions[rwr----admin-admin] PASSED [ 87%]
11:23:07 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissions[rwr----admin-owner] PASSED [ 87%]
11:23:12 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissions[rwr----admin-member] PASSED [ 87%]
11:23:16 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissions[rwr----owner-admin] PASSED [ 87%]
11:23:21 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissions[rwr----owner-owner] PASSED [ 87%]
11:23:26 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissions[rwr----owner-member] PASSED [ 87%]
11:23:31 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissions[rwr----member-admin] PASSED [ 87%]
11:23:35 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissions[rwr----member-owner] PASSED [ 87%]
11:23:40 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissions[rwr----member-member] PASSED [ 87%]
11:23:45 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissions[rwra---admin-admin] PASSED [ 87%]
11:23:50 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissions[rwra---admin-owner] PASSED [ 88%]
11:23:54 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissions[rwra---admin-member] PASSED [ 88%]
11:23:59 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissions[rwra---owner-admin] PASSED [ 88%]
11:24:04 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissions[rwra---owner-owner] PASSED [ 88%]
11:24:09 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissions[rwra---owner-member] PASSED [ 88%]
11:24:13 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissions[rwra---member-admin] PASSED [ 88%]
11:24:18 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissions[rwra---member-owner] PASSED [ 88%]
11:24:23 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissions[rwra---member-member] PASSED [ 88%]
11:24:28 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissions[rwrw---admin-admin] PASSED [ 88%]
11:24:33 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissions[rwrw---admin-owner] PASSED [ 88%]
11:24:37 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissions[rwrw---admin-member] PASSED [ 88%]
11:24:42 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissions[rwrw---owner-admin] PASSED [ 88%]
11:24:47 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissions[rwrw---owner-owner] PASSED [ 88%]
11:24:52 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissions[rwrw---owner-member] PASSED [ 88%]
11:24:57 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissions[rwrw---member-admin] PASSED [ 88%]
11:25:02 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissions[rwrw---member-owner] PASSED [ 88%]
11:25:07 test/integration/test_permissions.py::TestPermissionProjections::testProjectionPermissions[rwrw---member-member] PASSED [ 88%]
11:25:07 test/integration/test_permissions.py::TestPermissionProjections::testExtendedRestrictions[PlateI] SKIPPED [ 88%]
11:25:07 test/integration/test_permissions.py::TestPermissionProjections::testExtendedRestrictions[WellI] SKIPPED [ 88%]
11:25:07 test/integration/test_permissions.py::TestPermissionProjections::testExtendedRestrictions[ImageI] SKIPPED [ 88%]
11:25:07 test/integration/test_permissions.py::TestPermissionProjections::testExtendedRestrictions[FileAnnotationI] SKIPPED [ 88%]
11:25:10 test/integration/test_pixelsService.py::TestPixelsService::test9655 PASSED [ 89%]
11:25:12 test/integration/test_rawfilestore.py::TestRFS::testNullSize11743 PASSED [ 89%]
11:25:12 test/integration/test_rawfilestore.py::TestRFS::testGetFileId PASSED     [ 89%]
11:25:17 test/integration/test_rawpixelsstore.py::TestRPS::testTicket4737WithClose PASSED [ 89%]
11:25:20 test/integration/test_rawpixelsstore.py::TestRPS::testTicket4737WithSave PASSED [ 89%]
11:25:22 test/integration/test_rawpixelsstore.py::TestRPS::testTicket4737WithForEachTile PASSED [ 89%]
11:25:26 test/integration/test_rawpixelsstore.py::TestRPS::testBigPlane PASSED    [ 89%]
11:25:38 test/integration/test_rawpixelsstore.py::TestRPS::testRomioToPyramid PASSED [ 89%]
11:25:49 test/integration/test_rawpixelsstore.py::TestRPS::test2RomioToPyramidWithNegOne PASSED [ 89%]
11:26:10 test/integration/test_rawpixelsstore.py::TestRPS::testPyramidConcurrentAccess PASSED [ 89%]
11:26:17 test/integration/test_rawpixelsstore.py::TestTiles::testTiles PASSED     [ 89%]
11:26:25 test/integration/test_reimport.py::TestReimportArchivedFiles::testConvertSynthetic PASSED [ 89%]
11:26:28 test/integration/test_render.py::TestRendering::test_render_region PASSED [ 89%]
11:26:31 test/integration/test_reporawfilestore.py::TestRepoRawFileStore::test_dir PASSED [ 89%]
11:26:31 test/integration/test_reporawfilestore.py::TestRepoRawFileStore::testCreate PASSED [ 89%]
11:26:31 test/integration/test_reporawfilestore.py::TestRepoRawFileStore::testWrite PASSED [ 89%]
11:26:31 test/integration/test_reporawfilestore.py::TestRepoRawFileStore::testFailedWrite PASSED [ 89%]
11:26:31 test/integration/test_reporawfilestore.py::TestRepoRawFileStore::testWriteRead PASSED [ 89%]
11:26:31 test/integration/test_reporawfilestore.py::TestRepoRawFileStore::testAppend PASSED [ 89%]
11:26:31 test/integration/test_reporawfilestore.py::TestRepoRawFileStore::testTruncateToZero PASSED [ 89%]
11:26:31 test/integration/test_reporawfilestore.py::TestRepoRawFileStore::testClose PASSED [ 90%]
11:26:31 test/integration/test_reporawfilestore.py::TestRepoRawFileStore::testImportLogFilenameSetting PASSED [ 90%]
11:26:34 test/integration/test_repository.py::TestRepository::test_dir PASSED     [ 90%]
11:26:34 test/integration/test_repository.py::TestRepository::testBasicUsage PASSED [ 90%]
11:26:34 test/integration/test_repository.py::TestRepository::testSanityCheckRepos PASSED [ 90%]
11:26:34 test/integration/test_repository.py::TestRepository::testManagedRepoAsPubliRepo PASSED [ 90%]
11:26:37 test/integration/test_repository.py::TestFileExists::test_dir PASSED     [ 90%]
11:26:37 test/integration/test_repository.py::TestFileExists::testFileExistsForDirectory PASSED [ 90%]
11:26:37 test/integration/test_repository.py::TestFileExists::testFileExistsForFile PASSED [ 90%]
11:26:40 test/integration/test_repository.py::TestManagedRepositoryMultiUser::test_dir PASSED [ 90%]
11:26:45 test/integration/test_repository.py::TestManagedRepositoryMultiUser::testTopPrivateGroup PASSED [ 90%]
11:26:50 test/integration/test_repository.py::TestManagedRepositoryMultiUser::testDirPrivateGroup PASSED [ 90%]
11:26:55 test/integration/test_repository.py::TestManagedRepositoryMultiUser::testDirReadOnlyGroup PASSED [ 90%]
11:27:01 test/integration/test_repository.py::TestManagedRepositoryMultiUser::testDirReadWriteGroup PASSED [ 90%]
11:27:06 test/integration/test_repository.py::TestManagedRepositoryMultiUser::testDirReadAnnotateGroup PASSED [ 90%]
11:27:09 test/integration/test_repository.py::TestManagedRepositoryMultiUser::testMultiGroup PASSED [ 90%]
11:27:11 test/integration/test_repository.py::TestPythonImporter::test_dir PASSED [ 90%]
11:27:15 test/integration/test_repository.py::TestPythonImporter::testImportFileset PASSED [ 90%]
11:27:18 test/integration/test_repository.py::TestPythonImporter::testImportPaths PASSED [ 90%]
11:27:21 test/integration/test_repository.py::TestPythonImporter::testReopenRawFileStoresPR2542 PASSED [ 90%]
11:27:24 test/integration/test_repository.py::TestPythonImporter::testImportsFrom2Groups PASSED [ 91%]
11:27:27 test/integration/test_repository.py::TestRawAccess::test_dir PASSED      [ 91%]
11:27:27 test/integration/test_repository.py::TestRawAccess::testAsNonAdmin PASSED [ 91%]
11:27:27 test/integration/test_repository.py::TestRawAccess::testAsAdmin PASSED   [ 91%]
11:27:29 test/integration/test_repository.py::TestDbSync::test_dir PASSED         [ 91%]
11:27:30 test/integration/test_repository.py::TestDbSync::testMtime PASSED        [ 91%]
11:27:30 test/integration/test_repository.py::TestDbSync::testFileExists PASSED   [ 91%]
11:27:30 test/integration/test_repository.py::TestDbSync::testNonDbFileNotReturned PASSED [ 91%]
11:27:33 test/integration/test_repository.py::TestRecursiveDelete::test_dir PASSED [ 91%]
11:27:33 test/integration/test_repository.py::TestRecursiveDelete::testCmdDeleteCantDeleteDirectories PASSED [ 91%]
11:27:34 test/integration/test_repository.py::TestRecursiveDelete::testRecursiveDeleteMethodAvailable PASSED [ 91%]
11:27:34 test/integration/test_repository.py::TestRecursiveDelete::testDoubleDot PASSED [ 91%]
11:27:36 test/integration/test_repository.py::TestDeleteLog::test_dir PASSED      [ 91%]
11:27:36 test/integration/test_repository.py::TestDeleteLog::testSimpleDelete PASSED [ 91%]
11:27:39 test/integration/test_repository.py::TestUserTemplate::test_dir PASSED   [ 91%]
11:27:39 test/integration/test_repository.py::TestUserTemplate::testCreateUuidFails PASSED [ 91%]
11:27:39 test/integration/test_repository.py::TestUserTemplate::testCreateUserDirPasses PASSED [ 91%]
11:27:39 test/integration/test_repository.py::TestUserTemplate::testCreateUuidUnderUserDirPasses PASSED [ 91%]
11:27:39 test/integration/test_repository.py::TestUserTemplate::testUserDirShouldBeGloballyWriteable PASSED [ 91%]
11:27:41 test/integration/test_repository.py::TestFilesetQueries::test_dir PASSED [ 91%]
11:27:42 test/integration/test_repository.py::TestFilesetQueries::testDeleteQuery PASSED [ 92%]
11:27:42 test/integration/test_repository.py::TestFilesetQueries::testCountFilesetFiles PASSED [ 92%]
11:27:42 test/integration/test_repository.py::TestFilesetQueries::testImportedImageFiles PASSED [ 92%]
11:27:44 test/integration/test_repository.py::TestOriginalMetadata::test_dir PASSED [ 92%]
11:27:47 test/integration/test_repository.py::TestOriginalMetadata::testFakeImport PASSED [ 92%]
11:27:50 test/integration/test_repository.py::TestDeletePerformance::test_dir PASSED [ 92%]
11:27:57 test/integration/test_repository.py::TestDeletePerformance::testImport PASSED [ 92%]
11:28:00 test/integration/test_rois.py::TestRois::teststats1 PASSED               [ 92%]
11:28:00 test/integration/test_rois.py::TestRois::test3703 PASSED                 [ 92%]
11:28:05 test/integration/test_rois.py::TestRois::testGetROICount PASSED          [ 92%]
11:28:10 test/integration/test_rois.py::TestRois::test8990 PASSED                 [ 92%]
11:28:10 test/integration/test_rois.py::TestRois::testShapeColors[color0] PASSED  [ 92%]
11:28:10 test/integration/test_rois.py::TestRois::testShapeColors[color1] PASSED  [ 92%]
11:28:10 test/integration/test_rois.py::TestRois::testShapeColors[color2] PASSED  [ 92%]
11:28:11 test/integration/test_rois.py::TestRois::testShapeColors[color3] PASSED  [ 92%]
11:28:11 test/integration/test_rois.py::TestRois::testShapeColors[color4] PASSED  [ 92%]
11:28:11 test/integration/test_rois.py::TestRois::testShapeColors[color5] PASSED  [ 92%]
11:28:11 test/integration/test_rois.py::TestRois::testShapeColors[color6] PASSED  [ 92%]
11:28:11 test/integration/test_rois.py::TestRois::testShapeColors[color7] PASSED  [ 92%]
11:28:11 test/integration/test_rois.py::TestRois::testShapeColors[color8] PASSED  [ 92%]
11:28:11 test/integration/test_rois.py::TestRois::testShapeColors[color9] PASSED  [ 92%]
11:28:11 test/integration/test_rois.py::TestRois::testGetShapeStatsRestricted PASSED [ 93%]
11:28:13 test/integration/test_scripts.py::TestScripts::testBasicUsage PASSED     [ 93%]
11:28:13 test/integration/test_scripts.py::TestScripts::testTicket1036 PASSED     [ 93%]
11:28:14 test/integration/test_scripts.py::TestScripts::testUploadAndPing PASSED  [ 93%]
11:28:15 test/integration/test_scripts.py::TestScripts::testUpload2562 PASSED     [ 93%]
11:28:17 test/integration/test_scripts.py::TestScripts::testDelete6905 PASSED     [ 93%]
11:28:20 test/integration/test_scripts.py::TestScripts::testDelete11371 PASSED    [ 93%]
11:28:24 test/integration/test_scripts.py::TestScripts::testUploadOfficialScript PASSED [ 93%]
11:28:28 test/integration/test_scripts.py::TestScripts::testRunScript PASSED      [ 93%]
11:28:33 test/integration/test_scripts.py::TestScripts::testEditScript PASSED     [ 93%]
11:28:36 test/integration/test_scripts.py::TestScripts::testScriptValidation PASSED [ 93%]
11:28:38 test/integration/test_scripts.py::TestScripts::testSpeedOfThumbnailFigure PASSED [ 93%]
11:28:46 test/integration/test_scripts.py::TestScripts::test6066 PASSED           [ 93%]
11:28:50 test/integration/test_scripts.py::TestScripts::testDynamicTime PASSED    [ 93%]
11:28:57 test/integration/test_scripts.py::TestScripts::testDynamicUpdate PASSED  [ 93%]
11:29:05 test/integration/test_search.py::TestSearch::test2541 PASSED             [ 93%]
11:29:17 test/integration/test_search.py::TestSearch::test3164Private PASSED      [ 93%]
11:29:32 test/integration/test_search.py::TestSearch::test3164ReadOnlySelf PASSED [ 93%]
11:29:48 test/integration/test_search.py::TestSearch::test3164ReadOnlyOther PASSED [ 93%]
11:30:02 test/integration/test_search.py::TestSearch::test3164CollabSelf PASSED   [ 93%]
11:30:18 test/integration/test_search.py::TestSearch::test3164CollabOther PASSED  [ 94%]
11:30:22 test/integration/test_search.py::TestSearch::test3721Ordering PASSED     [ 94%]
11:30:54 test/integration/test_search.py::TestSearch::test8692 PASSED             [ 94%]
11:31:00 test/integration/test_search.py::TestSearch::test8846 PASSED             [ 94%]
11:31:08 test/integration/test_search.py::TestSearch::testClientPath PASSED       [ 94%]
11:31:16 test/integration/test_search.py::TestSearch::testFilename PASSED         [ 94%]
11:31:24 test/integration/test_search.py::TestSearch::test_csv_attachment PASSED  [ 94%]
11:31:34 test/integration/test_search.py::TestSearch::test_txt_attachment PASSED  [ 94%]
11:31:39 test/integration/test_search.py::TestSearch::test_word_portions PASSED   [ 94%]
11:31:42 test/integration/test_search.py::TestSearch::test_empty_query_string PASSED [ 94%]
11:31:46 test/integration/test_search.py::TestSearch::test_hyphen_underscore[very-small-very small] PASSED [ 94%]
11:31:50 test/integration/test_search.py::TestSearch::test_hyphen_underscore[very-small-very-small] PASSED [ 94%]
11:31:54 test/integration/test_search.py::TestSearch::test_hyphen_underscore[very-small-very_small] PASSED [ 94%]
11:31:58 test/integration/test_search.py::TestSearch::test_hyphen_underscore[very-small-small very] PASSED [ 94%]
11:32:04 test/integration/test_search.py::TestSearch::test_hyphen_underscore[very_small-very small] PASSED [ 94%]
11:32:08 test/integration/test_search.py::TestSearch::test_hyphen_underscore[very_small-very-small] PASSED [ 94%]
11:32:12 test/integration/test_search.py::TestSearch::test_hyphen_underscore[very_small-very_small] PASSED [ 94%]
11:32:16 test/integration/test_search.py::TestSearch::test_hyphen_underscore[very_small-small very] PASSED [ 94%]
11:32:20 test/integration/test_search.py::TestSearch::test_hyphen_underscore[very small-very small] PASSED [ 94%]
11:32:24 test/integration/test_search.py::TestSearch::test_hyphen_underscore[very small-very-small] PASSED [ 94%]
11:32:28 test/integration/test_search.py::TestSearch::test_hyphen_underscore[very small-very_small] PASSED [ 95%]
11:32:32 test/integration/test_search.py::TestSearch::test_hyphen_underscore[very small-small very] PASSED [ 95%]
11:32:36 test/integration/test_search.py::TestSearch::test_map_annotations PASSED [ 95%]
11:32:38 test/integration/test_simple.py::TestSimple::testUserId PASSED           [ 95%]
11:32:38 test/integration/test_simple.py::TestSimple::testGroupId PASSED          [ 95%]
11:32:38 test/integration/test_simple.py::TestSimple::testGroupPermissions PASSED [ 95%]
11:32:50 test/integration/test_thumbnailPerms.py::TestThumbnailPerms::testThumbs PASSED [ 95%]
11:32:55 test/integration/test_thumbnailPerms.py::TestThumbnailPerms::test9070 PASSED [ 95%]
11:32:57 test/integration/test_thumbnailPerms.py::TestThumbnailPerms::testPrivate10618RootWithGrpCtx PASSED [ 95%]
11:33:00 test/integration/test_thumbnailPerms.py::TestThumbnailPerms::testPrivate10618RootWithGrpCtxButNoLoad PASSED [ 95%]
11:33:02 test/integration/test_thumbnailPerms.py::TestThumbnailPerms::testReadOnly10618RootWithGrpCtx PASSED [ 95%]
11:33:05 test/integration/test_thumbnailPerms.py::TestThumbnailPerms::testReadOnly10618RootWithGrpCtxButNoLoad PASSED [ 95%]
11:33:10 test/integration/test_thumbnailPerms.py::TestThumbnailPerms::testReadOnly10618MemberWithGrpCtxButNoLoad PASSED [ 95%]
11:33:15 test/integration/test_thumbnailPerms.py::TestThumbnailPerms::test12145ShareSettingsThumbs PASSED [ 95%]
11:33:20 test/integration/test_thumbnailPerms.py::TestThumbnailPerms::test12145ShareSettingsThumbsReadOnly PASSED [ 95%]
11:33:25 test/integration/test_thumbnailPerms.py::TestThumbnailPerms::test12145ShareSettingsRnd[owner-readOnly-saveCurrent] PASSED [ 95%]
11:33:30 test/integration/test_thumbnailPerms.py::TestThumbnailPerms::test12145ShareSettingsRnd[owner-readOnly-saveAs] PASSED [ 95%]
11:33:36 test/integration/test_thumbnailPerms.py::TestThumbnailPerms::test12145ShareSettingsRnd[owner-readOnly-request] PASSED [ 95%]
11:33:41 test/integration/test_thumbnailPerms.py::TestThumbnailPerms::test12145ShareSettingsRnd[owner-readOnly-resetDefault] PASSED [ 95%]
11:33:46 test/integration/test_thumbnailPerms.py::TestThumbnailPerms::test12145ShareSettingsRnd[owner-readOnly-resetDefaultNoSave] PASSED [ 95%]
11:33:51 test/integration/test_thumbnailPerms.py::TestThumbnailPerms::test12145ShareSettingsRnd[owner-readAnnotate-saveCurrent] PASSED [ 96%]
11:33:56 test/integration/test_thumbnailPerms.py::TestThumbnailPerms::test12145ShareSettingsRnd[owner-readAnnotate-saveAs] PASSED [ 96%]
11:34:01 test/integration/test_thumbnailPerms.py::TestThumbnailPerms::test12145ShareSettingsRnd[owner-readAnnotate-request] PASSED [ 96%]
11:34:06 test/integration/test_thumbnailPerms.py::TestThumbnailPerms::test12145ShareSettingsRnd[owner-readAnnotate-resetDefault] PASSED [ 96%]
11:34:11 test/integration/test_thumbnailPerms.py::TestThumbnailPerms::test12145ShareSettingsRnd[owner-readAnnotate-resetDefaultNoSave] PASSED [ 96%]
11:34:17 test/integration/test_thumbnailPerms.py::TestThumbnailPerms::test12145ShareSettingsRnd[owner-readWrite-saveCurrent] PASSED [ 96%]
11:34:22 test/integration/test_thumbnailPerms.py::TestThumbnailPerms::test12145ShareSettingsRnd[owner-readWrite-saveAs] PASSED [ 96%]
11:34:27 test/integration/test_thumbnailPerms.py::TestThumbnailPerms::test12145ShareSettingsRnd[owner-readWrite-request] PASSED [ 96%]
11:34:32 test/integration/test_thumbnailPerms.py::TestThumbnailPerms::test12145ShareSettingsRnd[owner-readWrite-resetDefault] PASSED [ 96%]
11:34:37 test/integration/test_thumbnailPerms.py::TestThumbnailPerms::test12145ShareSettingsRnd[owner-readWrite-resetDefaultNoSave] PASSED [ 96%]
11:34:42 test/integration/test_thumbnailPerms.py::TestThumbnailPerms::test12145ShareSettingsRnd[admin-readOnly-saveCurrent] PASSED [ 96%]
11:34:47 test/integration/test_thumbnailPerms.py::TestThumbnailPerms::test12145ShareSettingsRnd[admin-readOnly-saveAs] PASSED [ 96%]
11:34:52 test/integration/test_thumbnailPerms.py::TestThumbnailPerms::test12145ShareSettingsRnd[admin-readOnly-request] PASSED [ 96%]
11:34:57 test/integration/test_thumbnailPerms.py::TestThumbnailPerms::test12145ShareSettingsRnd[admin-readOnly-resetDefault] PASSED [ 96%]
11:35:02 test/integration/test_thumbnailPerms.py::TestThumbnailPerms::test12145ShareSettingsRnd[admin-readOnly-resetDefaultNoSave] PASSED [ 96%]
11:35:07 test/integration/test_thumbnailPerms.py::TestThumbnailPerms::test12145ShareSettingsRnd[admin-readAnnotate-saveCurrent] PASSED [ 96%]
11:35:12 test/integration/test_thumbnailPerms.py::TestThumbnailPerms::test12145ShareSettingsRnd[admin-readAnnotate-saveAs] PASSED [ 96%]
11:35:18 test/integration/test_thumbnailPerms.py::TestThumbnailPerms::test12145ShareSettingsRnd[admin-readAnnotate-request] PASSED [ 96%]
11:35:23 test/integration/test_thumbnailPerms.py::TestThumbnailPerms::test12145ShareSettingsRnd[admin-readAnnotate-resetDefault] PASSED [ 96%]
11:35:28 test/integration/test_thumbnailPerms.py::TestThumbnailPerms::test12145ShareSettingsRnd[admin-readAnnotate-resetDefaultNoSave] PASSED [ 96%]
11:35:33 test/integration/test_thumbnailPerms.py::TestThumbnailPerms::test12145ShareSettingsRnd[admin-readWrite-saveCurrent] PASSED [ 96%]
11:35:38 test/integration/test_thumbnailPerms.py::TestThumbnailPerms::test12145ShareSettingsRnd[admin-readWrite-saveAs] PASSED [ 97%]
11:35:43 test/integration/test_thumbnailPerms.py::TestThumbnailPerms::test12145ShareSettingsRnd[admin-readWrite-request] PASSED [ 97%]
11:35:48 test/integration/test_thumbnailPerms.py::TestThumbnailPerms::test12145ShareSettingsRnd[admin-readWrite-resetDefault] PASSED [ 97%]
11:35:54 test/integration/test_thumbnailPerms.py::TestThumbnailPerms::test12145ShareSettingsRnd[admin-readWrite-resetDefaultNoSave] PASSED [ 97%]
11:35:59 test/integration/test_thumbnailPerms.py::TestThumbnailPerms::test12145ShareSettingsGetThumbnail[readOnly-owner] PASSED [ 97%]
11:36:04 test/integration/test_thumbnailPerms.py::TestThumbnailPerms::test12145ShareSettingsGetThumbnail[readOnly-admin] PASSED [ 97%]
11:36:10 test/integration/test_thumbnailPerms.py::TestThumbnailPerms::test12145ShareSettingsGetThumbnail[readAnnotate-owner] PASSED [ 97%]
11:36:15 test/integration/test_thumbnailPerms.py::TestThumbnailPerms::test12145ShareSettingsGetThumbnail[readAnnotate-admin] PASSED [ 97%]
11:36:20 test/integration/test_thumbnailPerms.py::TestThumbnailPerms::test12145ShareSettingsGetThumbnail[readWrite-owner] PASSED [ 97%]
11:36:25 test/integration/test_thumbnailPerms.py::TestThumbnailPerms::test12145ShareSettingsGetThumbnail[readWrite-admin] PASSED [ 97%]
11:36:31 test/integration/test_thumbnailPerms.py::TestThumbnailPerms::test12145ShareSettingsSetRnd[readOnly-owner] PASSED [ 97%]
11:36:36 test/integration/test_thumbnailPerms.py::TestThumbnailPerms::test12145ShareSettingsSetRnd[readOnly-admin] PASSED [ 97%]
11:36:41 test/integration/test_thumbnailPerms.py::TestThumbnailPerms::test12145ShareSettingsSetRnd[readAnnotate-owner] PASSED [ 97%]
11:36:46 test/integration/test_thumbnailPerms.py::TestThumbnailPerms::test12145ShareSettingsSetRnd[readAnnotate-admin] PASSED [ 97%]
11:36:51 test/integration/test_thumbnailPerms.py::TestThumbnailPerms::test12145ShareSettingsSetRnd[readWrite-owner] PASSED [ 97%]
11:36:56 test/integration/test_thumbnailPerms.py::TestThumbnailPerms::test12145ShareSettingsSetRnd[readWrite-admin] PASSED [ 97%]
11:37:00 test/integration/test_thumbnailPerms.py::TestThumbnailPerms::testGetThumbnailSetAfterApplySettings PASSED [ 97%]
11:37:06 test/integration/test_thumbs.py::TestThumbs::testCreateThumbnails PASSED [ 97%]
11:37:09 test/integration/test_thumbs.py::TestThumbs::testCreateThumbnails64x64 PASSED [ 97%]
11:37:16 test/integration/test_thumbs.py::TestThumbs::testCreateThumbnailsByLongestSideSet64x64 PASSED [ 97%]
11:37:19 test/integration/test_thumbs.py::TestThumbs::testThumbnailExists PASSED  [ 98%]
11:37:29 test/integration/test_thumbs.py::TestThumbs::testThumbnailVersion[one] PASSED [ 98%]
11:37:38 test/integration/test_thumbs.py::TestThumbs::testThumbnailVersion[set] PASSED [ 98%]
11:37:41 test/integration/test_thumbs.py::TestThumbs::testGetThumbnailx64x64 PASSED [ 98%]
11:37:44 test/integration/test_thumbs.py::TestThumbs::testGetThumbnailByLongestSidex64 PASSED [ 98%]
11:37:48 test/integration/test_thumbs.py::TestThumbs::testGetThumbnailDirectx64x64 PASSED [ 98%]
11:37:51 test/integration/test_thumbs.py::TestThumbs::testGetThumbnailForSectionDirectx0x0x64x64 PASSED [ 98%]
11:37:54 test/integration/test_thumbs.py::TestThumbs::testGetThumbnailx64x60 PASSED [ 98%]
11:37:58 test/integration/test_thumbs.py::TestThumbs::testGetThumbnailByLongestSidex60 PASSED [ 98%]
11:38:01 test/integration/test_thumbs.py::TestThumbs::testGetThumbnailDirectx64x60 PASSED [ 98%]
11:38:05 test/integration/test_thumbs.py::TestThumbs::testGetThumbnailForSectionDirectx0x0x64x60 PASSED [ 98%]
11:38:11 test/integration/test_thumbs.py::TestThumbs::testGetThumbnailSetx64x64 PASSED [ 98%]
11:38:18 test/integration/test_thumbs.py::TestThumbs::testGetThumbnailByLongestSideSetx64 PASSED [ 98%]
11:38:21 test/integration/test_tickets1000.py::TestTicket1000::test711 PASSED     [ 98%]
11:38:21 test/integration/test_tickets1000.py::TestTicket1000::test843 PASSED     [ 98%]
11:38:22 test/integration/test_tickets1000.py::TestTicket1000::test880 PASSED     [ 98%]
11:38:22 test/integration/test_tickets1000.py::TestTicket1000::test883WithoutClose PASSED [ 98%]
11:38:22 test/integration/test_tickets1000.py::TestTicket1000::test883WithClose PASSED [ 98%]
11:38:22 test/integration/test_tickets1000.py::TestTicket1000::test883Upload PASSED [ 98%]
11:38:22 test/integration/test_tickets1000.py::TestTicket1000::test985 PASSED     [ 98%]
11:38:24 test/integration/test_tickets2000.py::TestTickets2000::test1064 PASSED   [ 99%]
11:38:30 test/integration/test_tickets2000.py::TestTickets2000::test1067 PASSED   [ 99%]
11:38:30 test/integration/test_tickets2000.py::TestTickets2000::test1027 PASSED   [ 99%]
11:38:32 test/integration/test_tickets2000.py::TestTickets2000::test1069 PASSED   [ 99%]
11:38:32 test/integration/test_tickets2000.py::TestTickets2000::test1071 PASSED   [ 99%]
11:38:36 test/integration/test_tickets2000.py::TestTickets2000::test1071_1 PASSED [ 99%]
11:38:42 test/integration/test_tickets2000.py::TestTickets2000::test1072 PASSED   [ 99%]
11:38:42 test/integration/test_tickets2000.py::TestTickets2000::test1088 PASSED   [ 99%]
11:38:47 test/integration/test_tickets2000.py::TestTickets2000::test1109 PASSED   [ 99%]
11:38:52 test/integration/test_tickets2000.py::TestTickets2000::test1163 PASSED   [ 99%]
11:38:52 test/integration/test_tickets2000.py::TestTickets2000::test1183 PASSED   [ 99%]
11:38:55 test/integration/test_tickets3000.py::TestTickets3000::test2396 PASSED   [ 99%]
11:39:04 test/integration/test_tickets3000.py::TestTickets3000::test2547 PASSED   [ 99%]
11:39:04 test/integration/test_tickets3000.py::TestTickets3000::test2628 PASSED   [ 99%]
11:39:06 test/integration/test_tickets3000.py::TestTickets3000::test2952 PASSED   [ 99%]
11:39:39 test/integration/test_tickets3000.py::TestTickets3000::test2762 PASSED   [ 99%]
11:39:44 test/integration/test_tickets4000.py::TestTickets4000::testChangeActiveGroup PASSED [ 99%]
11:39:47 test/integration/test_tickets4000.py::TestTickets4000::testChangeActiveGroupWhenConnectionLost PASSED [ 99%]
11:39:49 test/integration/test_tickets4000.py::TestTickets4000::test3201 PASSED   [ 99%]
11:39:49 test/integration/test_tickets4000.py::TestTickets4000::test3131 PASSED   [ 99%]
11:39:50 test/integration/test_util.py::TestUpgradeCheck::testReal PASSED         [100%]
11:39:50 =============================== warnings summary ===============================
11:39:50 ../../../../.venv3/lib64/python3.9/site-packages/Ice.py:14
11:39:50   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/Ice.py:14: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
11:39:50     import sys, string, imp, os, threading, warnings, datetime
11:39:50 ../../../../.venv3/lib64/python3.9/site-packages/django/conf/__init__.py:241
11:39:50   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/django/conf/__init__.py:241: RemovedInDjango50Warning: The default value of USE_TZ will change from False to True in Django 5.0. Set USE_TZ to False in your project settings if you want to keep the current default behavior.
11:39:50     warnings.warn(
11:39:50 ../../../../.venv3/lib64/python3.9/site-packages/django/conf/__init__.py:289
11:39:50   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/django/conf/__init__.py:289: RemovedInDjango51Warning: The STATICFILES_STORAGE setting is deprecated. Use STORAGES instead.
11:39:50     warnings.warn(STATICFILES_STORAGE_DEPRECATED_MSG, RemovedInDjango51Warning)
11:39:50 OmeroPy/test/integration/clitest/test_admin.py::TestAdmin::test_checkupgrade1
11:39:50 OmeroPy/test/integration/clitest/test_admin.py::TestAdminRestrictedAdmin::test_checkupgrade1
11:39:50 OmeroPy/test/integration/test_util.py::TestUpgradeCheck::testReal
11:39:50   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/util/upgrade_check.py:149: DeprecationWarning: The 'warn' method is deprecated, use 'warning' instead
11:39:50     self.log.warn("UPGRADE AVAILABLE:" + result)
11:39:50 OmeroPy/test/integration/clitest/test_admin.py: 2 warnings
11:39:50 OmeroPy/test/integration/clitest/test_chgrp.py: 116 warnings
11:39:50 OmeroPy/test/integration/clitest/test_chown.py: 76 warnings
11:39:50 OmeroPy/test/integration/clitest/test_cleanse.py: 7 warnings
11:39:50 OmeroPy/test/integration/clitest/test_delete.py: 81 warnings
11:39:50 OmeroPy/test/integration/clitest/test_download.py: 91 warnings
11:39:50 OmeroPy/test/integration/clitest/test_duplicate.py: 18 warnings
11:39:50 OmeroPy/test/integration/clitest/test_fs.py: 26 warnings
11:39:50 OmeroPy/test/integration/clitest/test_group.py: 154 warnings
11:39:50 OmeroPy/test/integration/clitest/test_import.py: 189 warnings
11:39:50 OmeroPy/test/integration/clitest/test_import_bulk.py: 1 warning
11:39:50 OmeroPy/test/integration/clitest/test_ldap.py: 5 warnings
11:39:50 OmeroPy/test/integration/clitest/test_metadata.py: 10 warnings
11:39:50 OmeroPy/test/integration/clitest/test_obj.py: 56 warnings
11:39:50 OmeroPy/test/integration/clitest/test_pyramids.py: 10 warnings
11:39:50 OmeroPy/test/integration/clitest/test_script.py: 10 warnings
11:39:50 OmeroPy/test/integration/clitest/test_search.py: 16 warnings
11:39:50 OmeroPy/test/integration/clitest/test_sessions.py: 121 warnings
11:39:50 OmeroPy/test/integration/clitest/test_tag.py: 57 warnings
11:39:50 OmeroPy/test/integration/clitest/test_upload.py: 6 warnings
11:39:50 OmeroPy/test/integration/clitest/test_user.py: 183 warnings
11:39:50   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/plugins/sessions.py:176: DeprecationWarning: OMERO_SESSION_DIR is deprecated. Use OMERO_SESSIONDIR instead.
11:39:50     warnings.warn(
11:39:50 OmeroPy/test/integration/clitest/test_delete.py::TestDelete::testInputWithElisionDefault[1]
11:39:50 OmeroPy/test/integration/clitest/test_delete.py::TestDelete::testInputWithElisionDefault[2]
11:39:50 OmeroPy/test/integration/clitest/test_delete.py::TestDelete::testInputWithElisionDefault[3]
11:39:50   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/cli.py:2105: DeprecationWarning: 
11:39:50   Using '--dry-run'.                          Future versions will switch to '--force'.                          Explicitly set the parameter for portability
11:39:50     warnings.warn("\nUsing '--dry-run'.\
11:39:50 OmeroPy/test/integration/clitest/test_import_bulk.py::TestImportBulk::testBulk
11:39:50   /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroPy/test/integration/clitest/test_import_bulk.py:131: PytestWarning: Value of environment variable OMERO_SESSIONDIR type should be str, but got local('/tmp/pytest-of-omero/pytest-150/testBulk1') (type: LocalPath); converted to str implicitly
11:39:50     monkeypatch.setenv("OMERO_SESSIONDIR", tmpdir)
11:39:50 OmeroPy/test/integration/clitest/test_obj.py::TestObj::test_get_unit_and_value
11:39:50   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero_model_PixelsI.py:37: DeprecationWarning: Pixels.relatedTo is deprecated
11:39:50     warnings.warn(item + " is deprecated", DeprecationWarning)
11:39:50 OmeroPy/test/integration/clitest/test_sessions.py::TestSessions::testLogin[None-True]
11:39:50   /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroPy/test/integration/clitest/test_sessions.py:36: PytestWarning: Value of environment variable OMERO_SESSIONDIR type should be str, but got local('/tmp/pytest-of-omero/pytest-150/testLogin_None_True_0') (type: LocalPath); converted to str implicitly
11:39:50     monkeypatch.setenv("OMERO_SESSIONDIR", tmpdir)
11:39:50 OmeroPy/test/integration/clitest/test_sessions.py::TestSessions::testLogin[None-False]
11:39:50   /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroPy/test/integration/clitest/test_sessions.py:36: PytestWarning: Value of environment variable OMERO_SESSIONDIR type should be str, but got local('/tmp/pytest-of-omero/pytest-150/testLogin_None_False_0') (type: LocalPath); converted to str implicitly
11:39:50     monkeypatch.setenv("OMERO_SESSIONDIR", tmpdir)
11:39:50 OmeroPy/test/integration/clitest/test_sessions.py::TestSessions::testLogin[300-True]
11:39:50   /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroPy/test/integration/clitest/test_sessions.py:36: PytestWarning: Value of environment variable OMERO_SESSIONDIR type should be str, but got local('/tmp/pytest-of-omero/pytest-150/testLogin_300_True_0') (type: LocalPath); converted to str implicitly
11:39:50     monkeypatch.setenv("OMERO_SESSIONDIR", tmpdir)
11:39:50 OmeroPy/test/integration/clitest/test_sessions.py::TestSessions::testLogin[300-False]
11:39:50   /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroPy/test/integration/clitest/test_sessions.py:36: PytestWarning: Value of environment variable OMERO_SESSIONDIR type should be str, but got local('/tmp/pytest-of-omero/pytest-150/testLogin_300_False_0') (type: LocalPath); converted to str implicitly
11:39:50     monkeypatch.setenv("OMERO_SESSIONDIR", tmpdir)
11:39:50 OmeroPy/test/integration/clitest/test_sessions.py::TestSessions::testLoginAs[rw----]
11:39:50   /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroPy/test/integration/clitest/test_sessions.py:36: PytestWarning: Value of environment variable OMERO_SESSIONDIR type should be str, but got local('/tmp/pytest-of-omero/pytest-150/testLoginAs_rw_____0') (type: LocalPath); converted to str implicitly
11:39:50     monkeypatch.setenv("OMERO_SESSIONDIR", tmpdir)
11:39:50 OmeroPy/test/integration/clitest/test_sessions.py::TestSessions::testLoginAs[rwr---]
11:39:50   /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroPy/test/integration/clitest/test_sessions.py:36: PytestWarning: Value of environment variable OMERO_SESSIONDIR type should be str, but got local('/tmp/pytest-of-omero/pytest-150/testLoginAs_rwr____0') (type: LocalPath); converted to str implicitly
11:39:50     monkeypatch.setenv("OMERO_SESSIONDIR", tmpdir)
11:39:50 OmeroPy/test/integration/clitest/test_sessions.py::TestSessions::testLoginAs[rwra--]
11:39:50   /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroPy/test/integration/clitest/test_sessions.py:36: PytestWarning: Value of environment variable OMERO_SESSIONDIR type should be str, but got local('/tmp/pytest-of-omero/pytest-150/testLoginAs_rwra___0') (type: LocalPath); converted to str implicitly
11:39:50     monkeypatch.setenv("OMERO_SESSIONDIR", tmpdir)
11:39:50 OmeroPy/test/integration/clitest/test_sessions.py::TestSessions::testLoginAs[rwrw--]
11:39:50   /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroPy/test/integration/clitest/test_sessions.py:36: PytestWarning: Value of environment variable OMERO_SESSIONDIR type should be str, but got local('/tmp/pytest-of-omero/pytest-150/testLoginAs_rwrw___0') (type: LocalPath); converted to str implicitly
11:39:50     monkeypatch.setenv("OMERO_SESSIONDIR", tmpdir)
11:39:50 OmeroPy/test/integration/clitest/test_sessions.py::TestSessions::testLoginMultiGroup[True-True]
11:39:50   /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroPy/test/integration/clitest/test_sessions.py:36: PytestWarning: Value of environment variable OMERO_SESSIONDIR type should be str, but got local('/tmp/pytest-of-omero/pytest-150/testLoginMultiGroup_True_True_0') (type: LocalPath); converted to str implicitly
11:39:50     monkeypatch.setenv("OMERO_SESSIONDIR", tmpdir)
11:39:50 OmeroPy/test/integration/clitest/test_sessions.py::TestSessions::testLoginMultiGroup[True-False]
11:39:50   /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroPy/test/integration/clitest/test_sessions.py:36: PytestWarning: Value of environment variable OMERO_SESSIONDIR type should be str, but got local('/tmp/pytest-of-omero/pytest-150/testLoginMultiGroup_True_False0') (type: LocalPath); converted to str implicitly
11:39:50     monkeypatch.setenv("OMERO_SESSIONDIR", tmpdir)
11:39:50 OmeroPy/test/integration/clitest/test_sessions.py::TestSessions::testLoginMultiGroup[False-True]
11:39:50   /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroPy/test/integration/clitest/test_sessions.py:36: PytestWarning: Value of environment variable OMERO_SESSIONDIR type should be str, but got local('/tmp/pytest-of-omero/pytest-150/testLoginMultiGroup_False_True0') (type: LocalPath); converted to str implicitly
11:39:50     monkeypatch.setenv("OMERO_SESSIONDIR", tmpdir)
11:39:50 OmeroPy/test/integration/clitest/test_sessions.py::TestSessions::testLoginMultiGroup[False-False]
11:39:50   /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroPy/test/integration/clitest/test_sessions.py:36: PytestWarning: Value of environment variable OMERO_SESSIONDIR type should be str, but got local('/tmp/pytest-of-omero/pytest-150/testLoginMultiGroup_False_Fals0') (type: LocalPath); converted to str implicitly
11:39:50     monkeypatch.setenv("OMERO_SESSIONDIR", tmpdir)
11:39:50 OmeroPy/test/integration/clitest/test_sessions.py::TestSessions::testGroup
11:39:50   /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroPy/test/integration/clitest/test_sessions.py:36: PytestWarning: Value of environment variable OMERO_SESSIONDIR type should be str, but got local('/tmp/pytest-of-omero/pytest-150/testGroup0') (type: LocalPath); converted to str implicitly
11:39:50     monkeypatch.setenv("OMERO_SESSIONDIR", tmpdir)
11:39:50 OmeroPy/test/integration/clitest/test_sessions.py::TestSessions::testTimeout
11:39:50   /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroPy/test/integration/clitest/test_sessions.py:36: PytestWarning: Value of environment variable OMERO_SESSIONDIR type should be str, but got local('/tmp/pytest-of-omero/pytest-150/testTimeout0') (type: LocalPath); converted to str implicitly
11:39:50     monkeypatch.setenv("OMERO_SESSIONDIR", tmpdir)
11:39:50 OmeroPy/test/integration/clitest/test_sessions.py::TestSessions::testFile
11:39:50   /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroPy/test/integration/clitest/test_sessions.py:36: PytestWarning: Value of environment variable OMERO_SESSIONDIR type should be str, but got local('/tmp/pytest-of-omero/pytest-150/testFile0') (type: LocalPath); converted to str implicitly
11:39:50     monkeypatch.setenv("OMERO_SESSIONDIR", tmpdir)
11:39:50 OmeroPy/test/integration/clitest/test_sessions.py::TestSessions::testKey
11:39:50   /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroPy/test/integration/clitest/test_sessions.py:36: PytestWarning: Value of environment variable OMERO_SESSIONDIR type should be str, but got local('/tmp/pytest-of-omero/pytest-150/testKey0') (type: LocalPath); converted to str implicitly
11:39:50     monkeypatch.setenv("OMERO_SESSIONDIR", tmpdir)
11:39:50 OmeroPy/test/integration/clitest/test_sessions.py::TestSessions::testWho[user]
11:39:50   /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroPy/test/integration/clitest/test_sessions.py:36: PytestWarning: Value of environment variable OMERO_SESSIONDIR type should be str, but got local('/tmp/pytest-of-omero/pytest-150/testWho_user_0') (type: LocalPath); converted to str implicitly
11:39:50     monkeypatch.setenv("OMERO_SESSIONDIR", tmpdir)
11:39:50 OmeroPy/test/integration/clitest/test_sessions.py::TestSessions::testWho[root]
11:39:50   /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroPy/test/integration/clitest/test_sessions.py:36: PytestWarning: Value of environment variable OMERO_SESSIONDIR type should be str, but got local('/tmp/pytest-of-omero/pytest-150/testWho_root_0') (type: LocalPath); converted to str implicitly
11:39:50     monkeypatch.setenv("OMERO_SESSIONDIR", tmpdir)
11:39:50 OmeroPy/test/integration/clitest/test_sessions.py::TestSessions::test_open
11:39:50   /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroPy/test/integration/clitest/test_sessions.py:36: PytestWarning: Value of environment variable OMERO_SESSIONDIR type should be str, but got local('/tmp/pytest-of-omero/pytest-150/test_open0') (type: LocalPath); converted to str implicitly
11:39:50     monkeypatch.setenv("OMERO_SESSIONDIR", tmpdir)
11:39:50 OmeroPy/test/integration/clitest/test_sessions.py::TestSessions::test_open_with_id
11:39:50   /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroPy/test/integration/clitest/test_sessions.py:36: PytestWarning: Value of environment variable OMERO_SESSIONDIR type should be str, but got local('/tmp/pytest-of-omero/pytest-150/test_open_with_id0') (type: LocalPath); converted to str implicitly
11:39:50     monkeypatch.setenv("OMERO_SESSIONDIR", tmpdir)
11:39:50 OmeroPy/test/integration/clitest/test_sessions.py::TestSessions::test_open_restricted_admin_no_sudo
11:39:50   /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroPy/test/integration/clitest/test_sessions.py:36: PytestWarning: Value of environment variable OMERO_SESSIONDIR type should be str, but got local('/tmp/pytest-of-omero/pytest-150/test_open_restricted_admin_no_0') (type: LocalPath); converted to str implicitly
11:39:50     monkeypatch.setenv("OMERO_SESSIONDIR", tmpdir)
11:39:50 OmeroPy/test/integration/clitest/test_sessions.py::TestSessions::test_open_restricted_admin_sudo
11:39:50   /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroPy/test/integration/clitest/test_sessions.py:36: PytestWarning: Value of environment variable OMERO_SESSIONDIR type should be str, but got local('/tmp/pytest-of-omero/pytest-150/test_open_restricted_admin_sud0') (type: LocalPath); converted to str implicitly
11:39:50     monkeypatch.setenv("OMERO_SESSIONDIR", tmpdir)
11:39:50 OmeroPy/test/integration/clitest/test_sessions.py::TestSessions::test_close
11:39:50   /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroPy/test/integration/clitest/test_sessions.py:36: PytestWarning: Value of environment variable OMERO_SESSIONDIR type should be str, but got local('/tmp/pytest-of-omero/pytest-150/test_close0') (type: LocalPath); converted to str implicitly
11:39:50     monkeypatch.setenv("OMERO_SESSIONDIR", tmpdir)
11:39:50 OmeroPy/test/integration/fstest/test_rename.py::TestRename::test_dir
11:39:50   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/_pytest/python.py:163: PytestReturnNotNoneWarning: Expected None, but OmeroPy/test/integration/fstest/test_rename.py::TestRename::test_dir returned '6215f6e1-c7b3-446a-81bf-56806008751d_3717/01176b76-ce4b-422c-97ee-71c776dbe5c8', which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
11:39:50     warnings.warn(
11:39:50 OmeroPy/test/integration/gatewaytest/test_annotation.py: 4 warnings
11:39:50 OmeroPy/test/integration/gatewaytest/test_chmod.py: 28 warnings
11:39:50 OmeroPy/test/integration/gatewaytest/test_connection.py: 11 warnings
11:39:50 OmeroPy/test/integration/gatewaytest/test_get_objects.py: 4 warnings
11:39:50 OmeroPy/test/integration/gatewaytest/test_image.py: 2 warnings
11:39:50 OmeroPy/test/integration/gatewaytest/test_image_wrapper.py: 3 warnings
11:39:50 OmeroPy/test/integration/gatewaytest/test_rdefs.py: 1 warning
11:39:50 OmeroPy/test/integration/gatewaytest/test_user.py: 1 warning
11:39:50   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/gateway/__init__.py:4810: DeprecationWarning: The 'warn' method is deprecated, use 'warning' instead
11:39:50     logger.warn("%s on %s to <%s> %s(%r, %r)",
11:39:50 OmeroPy/test/integration/gatewaytest/test_annotation.py: 13 warnings
11:39:50 OmeroPy/test/integration/gatewaytest/test_chgrp.py: 4 warnings
11:39:50 OmeroPy/test/integration/gatewaytest/test_chmod.py: 3 warnings
11:39:50 OmeroPy/test/integration/gatewaytest/test_get_objects.py: 25 warnings
11:39:50 OmeroPy/test/integration/gatewaytest/test_image.py: 2 warnings
11:39:50 OmeroPy/test/integration/gatewaytest/test_missing_pyramid.py: 5 warnings
11:39:50 OmeroPy/test/integration/gatewaytest/test_pixels.py: 1 warning
11:39:50 OmeroPy/test/integration/gatewaytest/test_rdefs.py: 1 warning
11:39:50 OmeroPy/test/integration/gatewaytest/test_services.py: 2 warnings
11:39:50   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/gateway/__init__.py:3824: DeprecationWarning: tostring() is deprecated. Use tobytes() instead.
11:39:50     convertedPlane = byteSwappedPlane.tostring()
11:39:50 OmeroPy/test/integration/gatewaytest/test_delete.py::TestDelete::testDeleteObjectDirect
11:39:50   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/gateway/__init__.py:4381: DeprecationWarning: Deprecated. Use deleteObject() or deleteObjects()
11:39:50     warnings.warn(
11:39:50 OmeroPy/test/integration/gatewaytest/test_fs.py::TestFileset::testGetArchivedFiles
11:39:50 OmeroPy/test/integration/gatewaytest/test_fs.py::TestFileset::testGetArchivedFiles
11:39:50 OmeroPy/test/integration/gatewaytest/test_fs.py::TestArchivedOriginalFiles::testGetArchivedFiles
11:39:50 OmeroPy/test/integration/gatewaytest/test_fs.py::TestArchivedOriginalFiles::testGetArchivedFiles
11:39:50   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/gateway/__init__.py:10236: DeprecationWarning: Deprecated. Use getImportedImageFiles()
11:39:50     warnings.warn(
11:39:50 OmeroPy/test/integration/gatewaytest/test_get_objects.py::TestLeaderAndMemberOfGroup::testGroupSummaryAsOwnerDeprecated
11:39:50 OmeroPy/test/integration/gatewaytest/test_get_objects.py::TestLeaderAndMemberOfGroup::testGroupSummaryAsOwnerDeprecated
11:39:50 OmeroPy/test/integration/gatewaytest/test_get_objects.py::TestLeaderAndMemberOfGroup::testGroupSummaryAsMemberDeprecated
11:39:50 OmeroPy/test/integration/gatewaytest/test_get_objects.py::TestLeaderAndMemberOfGroup::testGroupSummaryAsMemberDeprecated
11:39:50   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/gateway/__init__.py:3048: DeprecationWarning: Deprecated. Use ExperimenterGroupWrapper.groupSummary()
11:39:50     warnings.warn(
11:39:50 OmeroPy/test/integration/gatewaytest/test_image.py: 6 warnings
11:39:50 OmeroPy/test/integration/gatewaytest/test_rdefs.py: 6 warnings
11:39:50   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/gateway/__init__.py:8856: DeprecationWarning: setActiveChannels() is deprecated in OMERO 5.4.0.Use set_active_channels
11:39:50     warnings.warn("setActiveChannels() is deprecated in OMERO 5.4.0."
11:39:50 OmeroPy/test/integration/gatewaytest/test_ticket10618.py: 24 warnings
11:39:50 OmeroPy/test/integration/scriptstest/test_roi_handling_utils.py: 1 warning
11:39:50 OmeroPy/test/integration/scriptstest/test_script_utils.py: 150 warnings
11:39:50 OmeroPy/test/integration/test_exporter.py: 1 warning
11:39:50 OmeroPy/test/integration/test_ishare.py: 3 warnings
11:39:50 OmeroPy/test/integration/test_librarytest.py: 31 warnings
11:39:50 OmeroPy/test/integration/test_permissions.py: 2 warnings
11:39:50 OmeroPy/test/integration/test_render.py: 1 warning
11:39:50 OmeroPy/test/integration/test_rois.py: 2 warnings
11:39:50 OmeroPy/test/integration/test_scripts.py: 1 warning
11:39:50 OmeroPy/test/integration/test_thumbnailPerms.py: 55 warnings
11:39:50 OmeroPy/test/integration/test_tickets1000.py: 1 warning
11:39:50   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/util/script_utils.py:1093: DeprecationWarning: tostring() is deprecated. Use tobytes() instead.
11:39:50     converted_plane = byte_swapped_plane.tostring()
11:39:50 OmeroPy/test/integration/metadata/test_populate.py::TestPopulateMetadata::testPopulateMetadata[None-Screen2Plates]
11:39:50 OmeroPy/test/integration/metadata/test_populate.py::TestPopulateMetadata::testPopulateMetadata[1-Screen2Plates]
11:39:50 OmeroPy/test/integration/metadata/test_populate.py::TestPopulateMetadata::testPopulateMetadata[10-Screen2Plates]
11:39:50   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/util/populate_metadata.py:905: DeprecationWarning: The 'warn' method is deprecated, use 'warning' instead
11:39:50     log.warn("PlateColumn is unimplemented")
11:39:50 OmeroPy/test/integration/metadata/test_populate.py::TestPopulateMetadata::testPopulateMetadata[None-Dataset2Images1Missing]
11:39:50 OmeroPy/test/integration/metadata/test_populate.py::TestPopulateMetadata::testPopulateMetadata[1-Dataset2Images1Missing]
11:39:50 OmeroPy/test/integration/metadata/test_populate.py::TestPopulateMetadata::testPopulateMetadata[10-Dataset2Images1Missing]
11:39:50   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/util/populate_metadata.py:955: DeprecationWarning: The 'warn' method is deprecated, use 'warning' instead
11:39:50     log.warn(
11:39:50 OmeroPy/test/integration/metadata/test_populate.py::TestPopulateMetadata::testPopulateMetadata[None-Dataset2Images1Missing]
11:39:50 OmeroPy/test/integration/metadata/test_populate.py::TestPopulateMetadata::testPopulateMetadata[1-Dataset2Images1Missing]
11:39:50 OmeroPy/test/integration/metadata/test_populate.py::TestPopulateMetadata::testPopulateMetadata[10-Dataset2Images1Missing]
11:39:50   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/util/populate_metadata.py:1389: DeprecationWarning: The 'warn' method is deprecated, use 'warning' instead
11:39:50     log.warn("Invalid Id:%d found in row %s", row[n], row)
11:39:50 OmeroPy/test/integration/scriptsharness/test_harness.py::TestScriptsViaOmeroCli::testDefinition
11:39:50 OmeroPy/test/integration/scriptsharness/test_harness.py::TestScriptsViaOmeroCli::testDefinition
11:39:50 OmeroPy/test/integration/scriptsharness/test_harness.py::TestScriptsViaOmeroCli::testSimpleScript
11:39:50 OmeroPy/test/integration/scriptsharness/test_harness.py::TestScriptsViaOmeroCli::testSimpleScript
11:39:50   <string>:77: DeprecationWarning: This plugin is deprecated as of OMERO 5.5.0. Use the upload CLI plugin available from https://pypi.org/project/omero-upload/ instead.
11:39:50 OmeroPy/test/integration/scriptstest/test_coverage.py::TestCoverage::testUploadAndScript
11:39:50   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/_pytest/python.py:163: PytestReturnNotNoneWarning: Expected None, but OmeroPy/test/integration/scriptstest/test_coverage.py::TestCoverage::testUploadAndScript returned 5006, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
11:39:50     warnings.warn(
11:39:50 OmeroPy/test/integration/scriptstest/test_script_utils.py::TestScriptUtils::test_numpy_save_as_image[True-tiff]
11:39:50   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/_pytest/unraisableexception.py:85: PytestUnraisableExceptionWarning: Exception ignored in: <function _TemporaryFileCloser.__del__ at 0x7f0b141daaf0>
11:39:50   Traceback (most recent call last):
11:39:50     File "/usr/lib64/python3.9/tempfile.py", line 461, in __del__
11:39:50       self.close()
11:39:50     File "/usr/lib64/python3.9/tempfile.py", line 457, in close
11:39:50       unlink(self.name)
11:39:50   FileNotFoundError: [Errno 2] No such file or directory: '/tmp/tmp3m3_pjui.tiff'
11:39:50     warnings.warn(pytest.PytestUnraisableExceptionWarning(msg))
11:39:50 OmeroPy/test/integration/scriptstest/test_script_utils.py::TestScriptUtils::test_numpy_save_as_image[True-foo]
11:39:50   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/_pytest/unraisableexception.py:85: PytestUnraisableExceptionWarning: Exception ignored in: <function _TemporaryFileCloser.__del__ at 0x7f0b141daaf0>
11:39:50   Traceback (most recent call last):
11:39:50     File "/usr/lib64/python3.9/tempfile.py", line 461, in __del__
11:39:50       self.close()
11:39:50     File "/usr/lib64/python3.9/tempfile.py", line 457, in close
11:39:50       unlink(self.name)
11:39:50   FileNotFoundError: [Errno 2] No such file or directory: '/tmp/tmpxgf0n9p3.foo'
11:39:50     warnings.warn(pytest.PytestUnraisableExceptionWarning(msg))
11:39:50 OmeroPy/test/integration/scriptstest/test_script_utils.py: 200 warnings
11:39:50   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/util/script_utils.py:1131: DeprecationWarning: tostring() is deprecated. Use tobytes() instead.
11:39:50     converted_row = row.tostring()
11:39:50 OmeroPy/test/integration/tablestest/test_backwards_compatibility.py: 12 warnings
11:39:50   /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroPy/test/integration/tablestest/test_backwards_compatibility.py:84: DeprecationWarning: The binary mode of fromstring is deprecated, as it behaves surprisingly on unicode inputs. Use frombuffer instead
11:39:50     return numpy.fromstring(x, count=len(x), dtype=tables.UInt8Atom())
11:39:50 OmeroPy/test/integration/tablestest/test_service.py::TestTables::testBlankTable
11:39:50   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/_pytest/python.py:163: PytestReturnNotNoneWarning: Expected None, but OmeroPy/test/integration/tablestest/test_service.py::TestTables::testBlankTable returned object #0 (::omero::model::OriginalFile)
11:39:50   {
11:39:50       _id = object #1 (::omero::RLong)
11:39:50       {
11:39:50           _val = 5062
11:39:50       }
11:39:50       _details = object #2 (::omero::model::Details)
11:39:50       {
11:39:50           _owner = object #3 (::omero::model::Experimenter)
11:39:50           {
11:39:50               _id = object #4 (::omero::RLong)
11:39:50               {
11:39:50                   _val = 3852
11:39:50               }
11:39:50               _details = object #5 (::omero::model::Details)
11:39:50               {
11:39:50                   _owner = <nil>
11:39:50                   _group = <nil>
11:39:50                   _creationEvent = <nil>
11:39:50                   _updateEvent = <nil>
11:39:50                   _permissions = object #6 (::omero::model::Permissions)
11:39:50                   {
11:39:50                       _restrictions = 
11:39:50                       {
11:39:50                           [0] = False
11:39:50                           [1] = True
11:39:50                           [2] = True
11:39:50                           [3] = True
11:39:50                           [4] = True
11:39:50                           [5] = True
11:39:50                       }
11:39:50                       _extendedRestrictions = 
11:39:50                       {
11:39:50                       }
11:39:50                       _perm1 = -120
11:39:50                   }
11:39:50                   _externalInfo = <nil>
11:39:50                   _call = 
11:39:50                   {
11:39:50                       key = omero.client.uuid
11:39:50                       value = 9b22851e-d04d-4a19-a14e-9c15b2636dd9
11:39:50                       key = omero.session.uuid
11:39:50                       value = 239eebca-4bfc-4034-87f1-c16badb1c1c2
11:39:50                   }
11:39:50                   _event = object #7 (::omero::sys::EventContext)
11:39:50                   {
11:39:50                       shareId = -1
11:39:50                       sessionId = 8773
11:39:50                       sessionUuid = *********
11:39:50                       userId = 3852
11:39:50                       userName = ffc055ac-2c62-44ed-9f97-cd32f24e2784
11:39:50                       sudoerId = <nil>
11:39:50                       sudoerName = <nil>
11:39:50                       groupId = 2830
11:39:50                       groupName = 29576b01-8884-4748-b53a-36bf02e6bc4b
11:39:50                       isAdmin = False
11:39:50                       adminPrivileges = 
11:39:50                       {
11:39:50                       }
11:39:50                       eventId = 81528
11:39:50                       eventType = User
11:39:50                       memberOfGroups = 
11:39:50                       {
11:39:50                           [0] = 2830
11:39:50                           [1] = 1
11:39:50                       }
11:39:50                       leaderOfGroups = 
11:39:50                       {
11:39:50                       }
11:39:50                       groupPermissions = object #8 (::omero::model::Permissions)
11:39:50                       {
11:39:50                           _restrictions = 
11:39:50                           {
11:39:50                           }
11:39:50                           _extendedRestrictions = 
11:39:50                           {
11:39:50                           }
11:39:50                           _perm1 = -120
11:39:50                       }
11:39:50                   }
11:39:50               }
11:39:50               _loaded = True
11:39:50               _version = object #9 (::omero::RInt)
11:39:50               {
11:39:50                   _val = 0
11:39:50               }
11:39:50               _groupExperimenterMapSeq = 
11:39:50               {
11:39:50               }
11:39:50               _groupExperimenterMapLoaded = False
11:39:50               _omeName = object #10 (::omero::RString)
11:39:50               {
11:39:50                   _val = ffc055ac-2c62-44ed-9f97-cd32f24e2784
11:39:50               }
11:39:50               _firstName = object #11 (::omero::RString)
11:39:50               {
11:39:50                   _val = ffc055ac-2c62-44ed-9f97-cd32f24e2784
11:39:50               }
11:39:50               _middleName = <nil>
11:39:50               _lastName = object #12 (::omero::RString)
11:39:50               {
11:39:50                   _val = ffc055ac-2c62-44ed-9f97-cd32f24e2784
11:39:50               }
11:39:50               _institution = <nil>
11:39:50               _ldap = object #13 (::omero::RBool)
11:39:50               {
11:39:50                   _val = False
11:39:50               }
11:39:50               _email = object #14 (::omero::RString)
11:39:50               {
11:39:50                   _val = 
11:39:50               }
11:39:50               _config = 
11:39:50               {
11:39:50               }
11:39:50               _annotationLinksSeq = 
11:39:50               {
11:39:50               }
11:39:50               _annotationLinksLoaded = False
11:39:50               _annotationLinksCountPerOwner = 
11:39:50               {
11:39:50               }
11:39:50           }
11:39:50           _group = object #15 (::omero::model::ExperimenterGroup)
11:39:50           {
11:39:50               _id = object #16 (::omero::RLong)
11:39:50               {
11:39:50                   _val = 2830
11:39:50               }
11:39:50               _details = object #17 (::omero::model::Details)
11:39:50               {
11:39:50                   _owner = <nil>
11:39:50                   _group = <nil>
11:39:50                   _creationEvent = <nil>
11:39:50                   _updateEvent = <nil>
11:39:50                   _permissions = object #18 (::omero::model::Permissions)
11:39:50                   {
11:39:50                       _restrictions = 
11:39:50                       {
11:39:50                           [0] = False
11:39:50                           [1] = True
11:39:50                           [2] = True
11:39:50                           [3] = True
11:39:50                           [4] = True
11:39:50                           [5] = True
11:39:50                       }
11:39:50                       _extendedRestrictions = 
11:39:50                       {
11:39:50                       }
11:39:50                       _perm1 = -120
11:39:50                   }
11:39:50                   _externalInfo = <nil>
11:39:50                   _call = 
11:39:50                   {
11:39:50                       key = omero.client.uuid
11:39:50                       value = 9b22851e-d04d-4a19-a14e-9c15b2636dd9
11:39:50                       key = omero.session.uuid
11:39:50                       value = 239eebca-4bfc-4034-87f1-c16badb1c1c2
11:39:50                   }
11:39:50                   _event = object #19 (::omero::sys::EventContext)
11:39:50                   {
11:39:50                       shareId = -1
11:39:50                       sessionId = 8773
11:39:50                       sessionUuid = *********
11:39:50                       userId = 3852
11:39:50                       userName = ffc055ac-2c62-44ed-9f97-cd32f24e2784
11:39:50                       sudoerId = <nil>
11:39:50                       sudoerName = <nil>
11:39:50                       groupId = 2830
11:39:50                       groupName = 29576b01-8884-4748-b53a-36bf02e6bc4b
11:39:50                       isAdmin = False
11:39:50                       adminPrivileges = 
11:39:50                       {
11:39:50                       }
11:39:50                       eventId = 81528
11:39:50                       eventType = User
11:39:50                       memberOfGroups = 
11:39:50                       {
11:39:50                           [0] = 2830
11:39:50                           [1] = 1
11:39:50                       }
11:39:50                       leaderOfGroups = 
11:39:50                       {
11:39:50                       }
11:39:50                       groupPermissions = object #20 (::omero::model::Permissions)
11:39:50                       {
11:39:50                           _restrictions = 
11:39:50                           {
11:39:50                           }
11:39:50                           _extendedRestrictions = 
11:39:50                           {
11:39:50                           }
11:39:50                           _perm1 = -120
11:39:50                       }
11:39:50                   }
11:39:50               }
11:39:50               _loaded = True
11:39:50               _version = <object #9>
11:39:50               _name = object #21 (::omero::RString)
11:39:50               {
11:39:50                   _val = 29576b01-8884-4748-b53a-36bf02e6bc4b
11:39:50               }
11:39:50               _ldap = <object #13>
11:39:50               _groupExperimenterMapSeq = 
11:39:50               {
11:39:50               }
11:39:50               _groupExperimenterMapLoaded = False
11:39:50               _config = 
11:39:50               {
11:39:50               }
11:39:50               _annotationLinksSeq = 
11:39:50               {
11:39:50               }
11:39:50               _annotationLinksLoaded = False
11:39:50               _annotationLinksCountPerOwner = 
11:39:50               {
11:39:50               }
11:39:50               _description = <nil>
11:39:50           }
11:39:50           _creationEvent = object #22 (::omero::model::Event)
11:39:50           {
11:39:50               _id = object #23 (::omero::RLong)
11:39:50               {
11:39:50                   _val = 81528
11:39:50               }
11:39:50               _details = object #24 (::omero::model::Details)
11:39:50               {
11:39:50                   _owner = <nil>
11:39:50                   _group = <nil>
11:39:50                   _creationEvent = <nil>
11:39:50                   _updateEvent = <nil>
11:39:50                   _permissions = object #25 (::omero::model::Permissions)
11:39:50                   {
11:39:50                       _restrictions = 
11:39:50                       {
11:39:50                           [0] = False
11:39:50                           [1] = True
11:39:50                           [2] = True
11:39:50                           [3] = True
11:39:50                           [4] = True
11:39:50                           [5] = True
11:39:50                       }
11:39:50                       _extendedRestrictions = 
11:39:50                       {
11:39:50                       }
11:39:50                       _perm1 = -120
11:39:50                   }
11:39:50                   _externalInfo = <nil>
11:39:50                   _call = 
11:39:50                   {
11:39:50                       key = omero.client.uuid
11:39:50                       value = 9b22851e-d04d-4a19-a14e-9c15b2636dd9
11:39:50                       key = omero.session.uuid
11:39:50                       value = 239eebca-4bfc-4034-87f1-c16badb1c1c2
11:39:50                   }
11:39:50                   _event = object #26 (::omero::sys::EventContext)
11:39:50                   {
11:39:50                       shareId = -1
11:39:50                       sessionId = 8773
11:39:50                       sessionUuid = *********
11:39:50                       userId = 3852
11:39:50                       userName = ffc055ac-2c62-44ed-9f97-cd32f24e2784
11:39:50                       sudoerId = <nil>
11:39:50                       sudoerName = <nil>
11:39:50                       groupId = 2830
11:39:50                       groupName = 29576b01-8884-4748-b53a-36bf02e6bc4b
11:39:50                       isAdmin = False
11:39:50                       adminPrivileges = 
11:39:50                       {
11:39:50                       }
11:39:50                       eventId = 81528
11:39:50                       eventType = User
11:39:50                       memberOfGroups = 
11:39:50                       {
11:39:50                           [0] = 2830
11:39:50                           [1] = 1
11:39:50                       }
11:39:50                       leaderOfGroups = 
11:39:50                       {
11:39:50                       }
11:39:50                       groupPermissions = object #27 (::omero::model::Permissions)
11:39:50                       {
11:39:50                           _restrictions = 
11:39:50                           {
11:39:50                           }
11:39:50                           _extendedRestrictions = 
11:39:50                           {
11:39:50                           }
11:39:50                           _perm1 = -120
11:39:50                       }
11:39:50                   }
11:39:50               }
11:39:50               _loaded = True
11:39:50               _status = <nil>
11:39:50               _time = object #28 (::omero::RTime)
11:39:50               {
11:39:50                   _val = 1733828926502
11:39:50               }
11:39:50               _experimenter = <object #3>
11:39:50               _experimenterGroup = <object #15>
11:39:50               _type = object #29 (::omero::model::EventType)
11:39:50               {
11:39:50                   _id = object #30 (::omero::RLong)
11:39:50                   {
11:39:50                       _val = 4
11:39:50                   }
11:39:50                   _details = object #31 (::omero::model::Details)
11:39:50                   {
11:39:50                       _owner = <nil>
11:39:50                       _group = <nil>
11:39:50                       _creationEvent = <nil>
11:39:50                       _updateEvent = <nil>
11:39:50                       _permissions = object #32 (::omero::model::Permissions)
11:39:50                       {
11:39:50                           _restrictions = 
11:39:50                           {
11:39:50                               [0] = False
11:39:50                               [1] = True
11:39:50                               [2] = True
11:39:50                               [3] = False
11:39:50                               [4] = True
11:39:50                               [5] = True
11:39:50                           }
11:39:50                           _extendedRestrictions = 
11:39:50                           {
11:39:50                           }
11:39:50                           _perm1 = -120
11:39:50                       }
11:39:50                       _externalInfo = <nil>
11:39:50                       _call = 
11:39:50                       {
11:39:50                           key = omero.client.uuid
11:39:50                           value = 9b22851e-d04d-4a19-a14e-9c15b2636dd9
11:39:50                           key = omero.session.uuid
11:39:50                           value = 239eebca-4bfc-4034-87f1-c16badb1c1c2
11:39:50                       }
11:39:50                       _event = object #33 (::omero::sys::EventContext)
11:39:50                       {
11:39:50                           shareId = -1
11:39:50                           sessionId = 8773
11:39:50                           sessionUuid = *********
11:39:50                           userId = 3852
11:39:50                           userName = ffc055ac-2c62-44ed-9f97-cd32f24e2784
11:39:50                           sudoerId = <nil>
11:39:50                           sudoerName = <nil>
11:39:50                           groupId = 2830
11:39:50                           groupName = 29576b01-8884-4748-b53a-36bf02e6bc4b
11:39:50                           isAdmin = False
11:39:50                           adminPrivileges = 
11:39:50                           {
11:39:50                           }
11:39:50                           eventId = 81528
11:39:50                           eventType = User
11:39:50                           memberOfGroups = 
11:39:50                           {
11:39:50                               [0] = 2830
11:39:50                               [1] = 1
11:39:50                           }
11:39:50                           leaderOfGroups = 
11:39:50                           {
11:39:50                           }
11:39:50                           groupPermissions = object #34 (::omero::model::Permissions)
11:39:50                           {
11:39:50                               _restrictions = 
11:39:50                               {
11:39:50                               }
11:39:50                               _extendedRestrictions = 
11:39:50                               {
11:39:50                               }
11:39:50                               _perm1 = -120
11:39:50                           }
11:39:50                       }
11:39:50                   }
11:39:50                   _loaded = True
11:39:50                   _value = object #35 (::omero::RString)
11:39:50                   {
11:39:50                       _val = User
11:39:50                   }
11:39:50               }
11:39:50               _containingEvent = <nil>
11:39:50               _logsSeq = 
11:39:50               {
11:39:50               }
11:39:50               _logsLoaded = True
11:39:50               _session = object #36 (::omero::model::Session)
11:39:50               {
11:39:50                   _id = object #37 (::omero::RLong)
11:39:50                   {
11:39:50                       _val = 8773
11:39:50                   }
11:39:50                   _details = object #38 (::omero::model::Details)
11:39:50                   {
11:39:50                       _owner = <nil>
11:39:50                       _group = <nil>
11:39:50                       _creationEvent = <nil>
11:39:50                       _updateEvent = <nil>
11:39:50                       _permissions = object #39 (::omero::model::Permissions)
11:39:50                       {
11:39:50                           _restrictions = 
11:39:50                           {
11:39:50                               [0] = False
11:39:50                               [1] = True
11:39:50                               [2] = True
11:39:50                               [3] = False
11:39:50                               [4] = True
11:39:50                               [5] = True
11:39:50                           }
11:39:50                           _extendedRestrictions = 
11:39:50                           {
11:39:50                           }
11:39:50                           _perm1 = -120
11:39:50                       }
11:39:50                       _externalInfo = <nil>
11:39:50                       _call = 
11:39:50                       {
11:39:50                           key = omero.client.uuid
11:39:50                           value = 9b22851e-d04d-4a19-a14e-9c15b2636dd9
11:39:50                           key = omero.session.uuid
11:39:50                           value = 239eebca-4bfc-4034-87f1-c16badb1c1c2
11:39:50                       }
11:39:50                       _event = object #40 (::omero::sys::EventContext)
11:39:50                       {
11:39:50                           shareId = -1
11:39:50                           sessionId = 8773
11:39:50                           sessionUuid = *********
11:39:50                           userId = 3852
11:39:50                           userName = ffc055ac-2c62-44ed-9f97-cd32f24e2784
11:39:50                           sudoerId = <nil>
11:39:50                           sudoerName = <nil>
11:39:50                           groupId = 2830
11:39:50                           groupName = 29576b01-8884-4748-b53a-36bf02e6bc4b
11:39:50                           isAdmin = False
11:39:50                           adminPrivileges = 
11:39:50                           {
11:39:50                           }
11:39:50                           eventId = 81528
11:39:50                           eventType = User
11:39:50                           memberOfGroups = 
11:39:50                           {
11:39:50                               [0] = 2830
11:39:50                               [1] = 1
11:39:50                           }
11:39:50                           leaderOfGroups = 
11:39:50                           {
11:39:50                           }
11:39:50                           groupPermissions = object #41 (::omero::model::Permissions)
11:39:50                           {
11:39:50                               _restrictions = 
11:39:50                               {
11:39:50                               }
11:39:50                               _extendedRestrictions = 
11:39:50                               {
11:39:50                               }
11:39:50                               _perm1 = -120
11:39:50                           }
11:39:50                       }
11:39:50                   }
11:39:50                   _loaded = True
11:39:50                   _version = <object #9>
11:39:50                   _node = object #42 (::omero::model::Node)
11:39:50                   {
11:39:50                       _id = object #43 (::omero::RLong)
11:39:50                       {
11:39:50                           _val = 1
11:39:50                       }
11:39:50                       _details = <nil>
11:39:50                       _loaded = False
11:39:50                       _version = <nil>
11:39:50                       _sessionsSeq = 
11:39:50                       {
11:39:50                       }
11:39:50                       _sessionsLoaded = False
11:39:50                       _uuid = <nil>
11:39:50                       _conn = <nil>
11:39:50                       _up = <nil>
11:39:50                       _down = <nil>
11:39:50                       _scale = <nil>
11:39:50                       _annotationLinksSeq = 
11:39:50                       {
11:39:50                       }
11:39:50                       _annotationLinksLoaded = False
11:39:50                       _annotationLinksCountPerOwner = 
11:39:50                       {
11:39:50                       }
11:39:50                   }
11:39:50                   _uuid = object #44 (::omero::RString)
11:39:50                   {
11:39:50                       _val = ********
11:39:50                   }
11:39:50                   _owner = <object #3>
11:39:50                   _sudoer = <nil>
11:39:50                   _timeToIdle = object #45 (::omero::RLong)
11:39:50                   {
11:39:50                       _val = 600000
11:39:50                   }
11:39:50                   _timeToLive = object #46 (::omero::RLong)
11:39:50                   {
11:39:50                       _val = 0
11:39:50                   }
11:39:50                   _started = object #47 (::omero::RTime)
11:39:50                   {
11:39:50                       _val = 1733828926467
11:39:50                   }
11:39:50                   _closed = <nil>
11:39:50                   _message = object #48 (::omero::RString)
11:39:50                   {
11:39:50                       _val = Initial message.
11:39:50                   }
11:39:50                   _defaultEventType = object #49 (::omero::RString)
11:39:50                   {
11:39:50                       _val = User
11:39:50                   }
11:39:50                   _userAgent = object #50 (::omero::RString)
11:39:50                   {
11:39:50                       _val = OMERO.py.test
11:39:50                   }
11:39:50                   _userIP = <nil>
11:39:50                   _eventsSeq = 
11:39:50                   {
11:39:50                   }
11:39:50                   _eventsLoaded = False
11:39:50                   _annotationLinksSeq = 
11:39:50                   {
11:39:50                   }
11:39:50                   _annotationLinksLoaded = True
11:39:50                   _annotationLinksCountPerOwner = 
11:39:50                   {
11:39:50                   }
11:39:50               }
11:39:50           }
11:39:50           _updateEvent = <object #22>
11:39:50           _permissions = object #51 (::omero::model::Permissions)
11:39:50           {
11:39:50               _restrictions = 
11:39:50               {
11:39:50                   [0] = False
11:39:50                   [1] = False
11:39:50                   [2] = False
11:39:50                   [3] = False
11:39:50                   [4] = False
11:39:50                   [5] = True
11:39:50               }
11:39:50               _extendedRestrictions = 
11:39:50               {
11:39:50               }
11:39:50               _perm1 = -120
11:39:50           }
11:39:50           _externalInfo = <nil>
11:39:50           _call = 
11:39:50           {
11:39:50               key = omero.client.uuid
11:39:50               value = 9b22851e-d04d-4a19-a14e-9c15b2636dd9
11:39:50               key = omero.session.uuid
11:39:50               value = 239eebca-4bfc-4034-87f1-c16badb1c1c2
11:39:50           }
11:39:50           _event = object #52 (::omero::sys::EventContext)
11:39:50           {
11:39:50               shareId = -1
11:39:50               sessionId = 8773
11:39:50               sessionUuid = *********
11:39:50               userId = 3852
11:39:50               userName = ffc055ac-2c62-44ed-9f97-cd32f24e2784
11:39:50               sudoerId = <nil>
11:39:50               sudoerName = <nil>
11:39:50               groupId = 2830
11:39:50               groupName = 29576b01-8884-4748-b53a-36bf02e6bc4b
11:39:50               isAdmin = False
11:39:50               adminPrivileges = 
11:39:50               {
11:39:50               }
11:39:50               eventId = 81528
11:39:50               eventType = User
11:39:50               memberOfGroups = 
11:39:50               {
11:39:50                   [0] = 2830
11:39:50                   [1] = 1
11:39:50               }
11:39:50               leaderOfGroups = 
11:39:50               {
11:39:50               }
11:39:50               groupPermissions = object #53 (::omero::model::Permissions)
11:39:50               {
11:39:50                   _restrictions = 
11:39:50                   {
11:39:50                   }
11:39:50                   _extendedRestrictions = 
11:39:50                   {
11:39:50                   }
11:39:50                   _perm1 = -120
11:39:50               }
11:39:50           }
11:39:50       }
11:39:50       _loaded = True
11:39:50       _version = <nil>
11:39:50       _pixelsFileMapsSeq = 
11:39:50       {
11:39:50       }
11:39:50       _pixelsFileMapsLoaded = True
11:39:50       _pixelsFileMapsCountPerOwner = 
11:39:50       {
11:39:50       }
11:39:50       _path = object #54 (::omero::RString)
11:39:50       {
11:39:50           _val = /test
11:39:50       }
11:39:50       _repo = <nil>
11:39:50       _size = <nil>
11:39:50       _atime = object #55 (::omero::RTime)
11:39:50       {
11:39:50           _val = 1733828926501
11:39:50       }
11:39:50       _mtime = object #56 (::omero::RTime)
11:39:50       {
11:39:50           _val = 1733828926501
11:39:50       }
11:39:50       _ctime = object #57 (::omero::RTime)
11:39:50       {
11:39:50           _val = 1733828926501
11:39:50       }
11:39:50       _hasher = <nil>
11:39:50       _hash = <nil>
11:39:50       _mimetype = object #58 (::omero::RString)
11:39:50       {
11:39:50           _val = OMERO.tables
11:39:50       }
11:39:50       _filesetEntriesSeq = 
11:39:50       {
11:39:50       }
11:39:50       _filesetEntriesLoaded = True
11:39:50       _annotationLinksSeq = 
11:39:50       {
11:39:50       }
11:39:50       _annotationLinksLoaded = True
11:39:50       _annotationLinksCountPerOwner = 
11:39:50       {
11:39:50       }
11:39:50       _name = object #59 (::omero::RString)
11:39:50       {
11:39:50           _val = /test
11:39:50       }
11:39:50   }, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
11:39:50     warnings.warn(
11:39:50 OmeroPy/test/integration/tablestest/test_service.py::TestTables::testMask
11:39:50 OmeroPy/test/integration/tablestest/test_service.py::TestTables::testMask
11:39:50 OmeroPy/test/integration/tablestest/test_service.py::TestTables::testAllColumnsSameTable
11:39:50 OmeroPy/test/integration/tablestest/test_service.py::TestTables::testAllColumnsSameTable
11:39:50 OmeroPy/test/integration/tablestest/test_service.py::TestTables::testAllColumnsSameTable
11:39:50 OmeroPy/test/integration/tablestest/test_service.py::TestTables::testAllColumnsSameTable
11:39:50   /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroPy/test/integration/tablestest/test_service.py:54: DeprecationWarning: The binary mode of fromstring is deprecated, as it behaves surprisingly on unicode inputs. Use frombuffer instead
11:39:50     return numpy.fromstring(x, count=len(x), dtype=tables.UInt8Atom())
11:39:50 OmeroPy/test/integration/tablestest/test_tables.py::TestTableIntegrity::testAllColumnsAndMetadata
11:39:50 OmeroPy/test/integration/tablestest/test_tables.py::TestTableIntegrity::testAllColumnsAndMetadata
11:39:50 OmeroPy/test/integration/tablestest/test_tables.py::TestTableIntegrity::testAllColumnsAndMetadata
11:39:50 OmeroPy/test/integration/tablestest/test_tables.py::TestTableIntegrity::testAllColumnsAndMetadata
11:39:50 OmeroPy/test/integration/tablestest/test_tables.py::TestTableIntegrity::testAllColumnsAndMetadata
11:39:50 OmeroPy/test/integration/tablestest/test_tables.py::TestTableIntegrity::testAllColumnsAndMetadata
11:39:50   /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroPy/test/integration/tablestest/test_tables.py:55: DeprecationWarning: The binary mode of fromstring is deprecated, as it behaves surprisingly on unicode inputs. Use frombuffer instead
11:39:50     return numpy.fromstring(x, count=len(x), dtype=tables.UInt8Atom())
11:39:50 OmeroPy/test/integration/test_isession.py::TestISession::testJoinSession_Helper
11:39:50   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/_pytest/python.py:163: PytestReturnNotNoneWarning: Expected None, but OmeroPy/test/integration/test_isession.py::TestISession::testJoinSession_Helper returned '1bd731ce-f419-4a3b-a83c-f2069623081b', which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
11:39:50     warnings.warn(
11:39:50 OmeroPy/test/integration/test_isession.py::TestISession::testSessionWithIP[127.0.0.1]
11:39:50   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero_model_SessionI.py:37: DeprecationWarning: Session.userIP is deprecated
11:39:50     warnings.warn(item + " is deprecated", DeprecationWarning)
11:39:50 OmeroPy/test/integration/test_ishare.py::TestIShare::test1201
11:39:50   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/_pytest/python.py:163: PytestReturnNotNoneWarning: Expected None, but OmeroPy/test/integration/test_ishare.py::TestIShare::test1201 returned (<omero.clients.BaseClient object at 0x7f0a21c97ac0>, 8988, 1733829474098), which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
11:39:50     warnings.warn(
11:39:50 OmeroPy/test/integration/test_ishare.py::TestIShare::test_OS_regular_user
11:39:50   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/_pytest/python.py:163: PytestReturnNotNoneWarning: Expected None, but OmeroPy/test/integration/test_ishare.py::TestIShare::test_OS_regular_user returned (object #0 (::omero::model::Image)
11:39:50   {
11:39:50       _id = object #1 (::omero::RLong)
11:39:50       {
11:39:50           _val = 6309
11:39:50       }
11:39:50       _details = <nil>
11:39:50       _loaded = False
11:39:50       _version = <nil>
11:39:50       _series = <nil>
11:39:50       _acquisitionDate = <nil>
11:39:50       _archived = <nil>
11:39:50       _partial = <nil>
11:39:50       _format = <nil>
11:39:50       _imagingEnvironment = <nil>
11:39:50       _objectiveSettings = <nil>
11:39:50       _instrument = <nil>
11:39:50       _stageLabel = <nil>
11:39:50       _experiment = <nil>
11:39:50       _pixelsSeq = {}
11:39:50       _pixelsLoaded = False
11:39:50       _wellSamplesSeq = {}
11:39:50       _wellSamplesLoaded = False
11:39:50       _roisSeq = {}
11:39:50       _roisLoaded = False
11:39:50       _datasetLinksSeq = {}
11:39:50       _datasetLinksLoaded = False
11:39:50       _datasetLinksCountPerOwner = 
11:39:50       {
11:39:50       }
11:39:50       _folderLinksSeq = {}
11:39:50       _folderLinksLoaded = False
11:39:50       _folderLinksCountPerOwner = 
11:39:50       {
11:39:50       }
11:39:50       _fileset = <nil>
11:39:50       _annotationLinksSeq = {}
11:39:50       _annotationLinksLoaded = False
11:39:50       _annotationLinksCountPerOwner = 
11:39:50       {
11:39:50       }
11:39:50       _name = <nil>
11:39:50       _description = <nil>
11:39:50   }, 9023), which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
11:39:50     warnings.warn(
11:39:50 OmeroPy/test/integration/test_reporawfilestore.py::TestRepoRawFileStore::test_dir
11:39:50   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/_pytest/python.py:163: PytestReturnNotNoneWarning: Expected None, but OmeroPy/test/integration/test_reporawfilestore.py::TestRepoRawFileStore::test_dir returned '453a340f-b51c-431c-aa72-9a477c7545d8_4200/713915a6-a739-45b2-8f0c-36bba0336fc8', which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
11:39:50     warnings.warn(
11:39:50 OmeroPy/test/integration/test_repository.py::TestRepository::test_dir
11:39:50   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/_pytest/python.py:163: PytestReturnNotNoneWarning: Expected None, but OmeroPy/test/integration/test_repository.py::TestRepository::test_dir returned '72d03776-676b-45e5-9dca-acaab61d1785_4201/cace7be1-4dfc-41b7-a42d-d7074b6aa59e', which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
11:39:50     warnings.warn(
11:39:50 OmeroPy/test/integration/test_repository.py::TestFileExists::test_dir
11:39:50   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/_pytest/python.py:163: PytestReturnNotNoneWarning: Expected None, but OmeroPy/test/integration/test_repository.py::TestFileExists::test_dir returned '3cdb8f32-e98f-4cc2-b161-5fef3c43c4b4_4202/d2502fb7-0473-426b-8135-8855ab5b9f5a', which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
11:39:50     warnings.warn(
11:39:50 OmeroPy/test/integration/test_repository.py::TestManagedRepositoryMultiUser::test_dir
11:39:50   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/_pytest/python.py:163: PytestReturnNotNoneWarning: Expected None, but OmeroPy/test/integration/test_repository.py::TestManagedRepositoryMultiUser::test_dir returned '4ff0e737-5940-46de-a99b-bfac83a4461a_4203/dac37cb3-4abd-49be-a1e5-da874f118954', which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
11:39:50     warnings.warn(
11:39:50 OmeroPy/test/integration/test_repository.py::TestPythonImporter::test_dir
11:39:50   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/_pytest/python.py:163: PytestReturnNotNoneWarning: Expected None, but OmeroPy/test/integration/test_repository.py::TestPythonImporter::test_dir returned '8db085c5-8d38-4f28-8c17-61958697c72e_4215/7962c9e0-f294-4ac9-b766-16a0f443aa56', which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
11:39:50     warnings.warn(
11:39:50 OmeroPy/test/integration/test_repository.py::TestRawAccess::test_dir
11:39:50   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/_pytest/python.py:163: PytestReturnNotNoneWarning: Expected None, but OmeroPy/test/integration/test_repository.py::TestRawAccess::test_dir returned '903a2c92-625b-456a-a573-a573a8ba17eb_4220/14a53126-7812-42ab-b378-e04999ff078d', which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
11:39:50     warnings.warn(
11:39:50 OmeroPy/test/integration/test_repository.py::TestDbSync::test_dir
11:39:50   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/_pytest/python.py:163: PytestReturnNotNoneWarning: Expected None, but OmeroPy/test/integration/test_repository.py::TestDbSync::test_dir returned 'bf960dc8-c9f3-44fc-8e37-e99313f8368c_4221/bf7d0ee8-f710-46ef-862b-5ab41c904f83', which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
11:39:50     warnings.warn(
11:39:50 OmeroPy/test/integration/test_repository.py::TestRecursiveDelete::test_dir
11:39:50   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/_pytest/python.py:163: PytestReturnNotNoneWarning: Expected None, but OmeroPy/test/integration/test_repository.py::TestRecursiveDelete::test_dir returned '2e354434-9a20-4208-83ae-885ba1ebed61_4222/99cf55c1-84f9-46a6-afe7-822cec980ac4', which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
11:39:50     warnings.warn(
11:39:50 OmeroPy/test/integration/test_repository.py::TestDeleteLog::test_dir
11:39:50   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/_pytest/python.py:163: PytestReturnNotNoneWarning: Expected None, but OmeroPy/test/integration/test_repository.py::TestDeleteLog::test_dir returned 'e860e7a7-8b2e-45c9-8e6e-aca6880450f1_4223/275f4e24-8280-4b54-8ba7-f04ecc14ae17', which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
11:39:50     warnings.warn(
11:39:50 OmeroPy/test/integration/test_repository.py::TestUserTemplate::test_dir
11:39:50   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/_pytest/python.py:163: PytestReturnNotNoneWarning: Expected None, but OmeroPy/test/integration/test_repository.py::TestUserTemplate::test_dir returned '388e8b41-17be-4195-8c61-0a50a3b5e885_4224/8033d5b1-4cc0-48b4-b22e-4b87bd3fb6fe', which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
11:39:50     warnings.warn(
11:39:50 OmeroPy/test/integration/test_repository.py::TestFilesetQueries::test_dir
11:39:50   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/_pytest/python.py:163: PytestReturnNotNoneWarning: Expected None, but OmeroPy/test/integration/test_repository.py::TestFilesetQueries::test_dir returned '0e05c60d-b4f4-43d8-8988-b6798a418e10_4225/de713e8a-3f15-4f80-990d-c736951cfb36', which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
11:39:50     warnings.warn(
11:39:50 OmeroPy/test/integration/test_repository.py::TestOriginalMetadata::test_dir
11:39:50   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/_pytest/python.py:163: PytestReturnNotNoneWarning: Expected None, but OmeroPy/test/integration/test_repository.py::TestOriginalMetadata::test_dir returned '5a864e68-4533-44e2-8037-dde8f5ce38eb_4226/bae727c5-a63a-45eb-b046-1df4d9f88cc8', which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
11:39:50     warnings.warn(
11:39:50 OmeroPy/test/integration/test_repository.py::TestDeletePerformance::test_dir
11:39:50   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/_pytest/python.py:163: PytestReturnNotNoneWarning: Expected None, but OmeroPy/test/integration/test_repository.py::TestDeletePerformance::test_dir returned 'f019b75c-3fa8-49dd-8457-f3699f5f25fe_4228/650d5a67-5593-4968-9245-c86cfbcfad05', which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
11:39:50     warnings.warn(
11:39:50 OmeroPy/test/integration/test_scripts.py::TestScripts::testBasicUsage
11:39:50   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/_pytest/python.py:163: PytestReturnNotNoneWarning: Expected None, but OmeroPy/test/integration/test_scripts.py::TestScripts::testBasicUsage returned 0f434521-9891-47b7-81ed-b3ddc7abbab6/431f730b-6908-4867-9f7e-b101814395e6omero.api.IScript -t -e 1.1:tcp -h 172.18.0.9 -p 32919 -t 60000, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
11:39:50     warnings.warn(
11:39:50 OmeroPy/test/integration/test_scripts.py::TestScripts::testUpload2562
11:39:50   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/_pytest/python.py:163: PytestReturnNotNoneWarning: Expected None, but OmeroPy/test/integration/test_scripts.py::TestScripts::testUpload2562 returned (7d4b3526-2ceb-44f3-aa5c-bc4b7d22ede6/29ebfbfb-d54f-4049-9eb7-1cb24f231364omero.api.IScript -t -e 1.1:tcp -h 172.18.0.9 -p 32919 -t 60000, object #0 (::omero::model::OriginalFile)
11:39:50   {
11:39:50       _id = object #1 (::omero::RLong)
11:39:50       {
11:39:50           _val = 5750
11:39:50       }
11:39:50       _details = object #2 (::omero::model::Details)
11:39:50       {
11:39:50           _owner = object #3 (::omero::model::Experimenter)
11:39:50           {
11:39:50               _id = object #4 (::omero::RLong)
11:39:50               {
11:39:50                   _val = 0
11:39:50               }
11:39:50               _details = <nil>
11:39:50               _loaded = False
11:39:50               _version = <nil>
11:39:50               _groupExperimenterMapSeq = 
11:39:50               {
11:39:50               }
11:39:50               _groupExperimenterMapLoaded = False
11:39:50               _omeName = <nil>
11:39:50               _firstName = <nil>
11:39:50               _middleName = <nil>
11:39:50               _lastName = <nil>
11:39:50               _institution = <nil>
11:39:50               _ldap = <nil>
11:39:50               _email = <nil>
11:39:50               _config = 
11:39:50               {
11:39:50               }
11:39:50               _annotationLinksSeq = 
11:39:50               {
11:39:50               }
11:39:50               _annotationLinksLoaded = False
11:39:50               _annotationLinksCountPerOwner = 
11:39:50               {
11:39:50               }
11:39:50           }
11:39:50           _group = object #5 (::omero::model::ExperimenterGroup)
11:39:50           {
11:39:50               _id = object #6 (::omero::RLong)
11:39:50               {
11:39:50                   _val = 1
11:39:50               }
11:39:50               _details = object #7 (::omero::model::Details)
11:39:50               {
11:39:50                   _owner = <nil>
11:39:50                   _group = <nil>
11:39:50                   _creationEvent = <nil>
11:39:50                   _updateEvent = <nil>
11:39:50                   _permissions = object #8 (::omero::model::Permissions)
11:39:50                   {
11:39:50                       _restrictions = 
11:39:50                       {
11:39:50                           [0] = False
11:39:50                           [1] = True
11:39:50                           [2] = True
11:39:50                           [3] = False
11:39:50                           [4] = True
11:39:50                           [5] = True
11:39:50                       }
11:39:50                       _extendedRestrictions = 
11:39:50                       {
11:39:50                       }
11:39:50                       _perm1 = -52
11:39:50                   }
11:39:50                   _externalInfo = <nil>
11:39:50                   _call = 
11:39:50                   {
11:39:50                       key = omero.client.uuid
11:39:50                       value = 431f730b-6908-4867-9f7e-b101814395e6
11:39:50                       key = omero.session.uuid
11:39:50                       value = 0f434521-9891-47b7-81ed-b3ddc7abbab6
11:39:50                   }
11:39:50                   _event = object #9 (::omero::sys::EventContext)
11:39:50                   {
11:39:50                       shareId = -1
11:39:50                       sessionId = 9291
11:39:50                       sessionUuid = *********
11:39:50                       userId = 4235
11:39:50                       userName = 4b393564-8a8e-4731-8b7a-24be3cf107d6
11:39:50                       sudoerId = <nil>
11:39:50                       sudoerName = <nil>
11:39:50                       groupId = 3154
11:39:50                       groupName = 55015bab-3a94-42ac-922e-e20387a27b8f
11:39:50                       isAdmin = False
11:39:50                       adminPrivileges = 
11:39:50                       {
11:39:50                       }
11:39:50                       eventId = -1
11:39:50                       eventType = User
11:39:50                       memberOfGroups = 
11:39:50                       {
11:39:50                           [0] = 3154
11:39:50                           [1] = 1
11:39:50                       }
11:39:50                       leaderOfGroups = 
11:39:50                       {
11:39:50                       }
11:39:50                       groupPermissions = object #10 (::omero::model::Permissions)
11:39:50                       {
11:39:50                           _restrictions = 
11:39:50                           {
11:39:50                           }
11:39:50                           _extendedRestrictions = 
11:39:50                           {
11:39:50                           }
11:39:50                           _perm1 = -120
11:39:50                       }
11:39:50                   }
11:39:50               }
11:39:50               _loaded = True
11:39:50               _version = object #11 (::omero::RInt)
11:39:50               {
11:39:50                   _val = 0
11:39:50               }
11:39:50               _name = object #12 (::omero::RString)
11:39:50               {
11:39:50                   _val = user
11:39:50               }
11:39:50               _ldap = object #13 (::omero::RBool)
11:39:50               {
11:39:50                   _val = False
11:39:50               }
11:39:50               _groupExperimenterMapSeq = 
11:39:50               {
11:39:50               }
11:39:50               _groupExperimenterMapLoaded = False
11:39:50               _config = 
11:39:50               {
11:39:50               }
11:39:50               _annotationLinksSeq = 
11:39:50               {
11:39:50               }
11:39:50               _annotationLinksLoaded = False
11:39:50               _annotationLinksCountPerOwner = 
11:39:50               {
11:39:50               }
11:39:50               _description = <nil>
11:39:50           }
11:39:50           _creationEvent = object #14 (::omero::model::Event)
11:39:50           {
11:39:50               _id = object #15 (::omero::RLong)
11:39:50               {
11:39:50                   _val = 100335
11:39:50               }
11:39:50               _details = <nil>
11:39:50               _loaded = False
11:39:50               _status = <nil>
11:39:50               _time = <nil>
11:39:50               _experimenter = <nil>
11:39:50               _experimenterGroup = <nil>
11:39:50               _type = <nil>
11:39:50               _containingEvent = <nil>
11:39:50               _logsSeq = 
11:39:50               {
11:39:50               }
11:39:50               _logsLoaded = False
11:39:50               _session = <nil>
11:39:50           }
11:39:50           _updateEvent = <object #14>
11:39:50           _permissions = object #16 (::omero::model::Permissions)
11:39:50           {
11:39:50               _restrictions = 
11:39:50               {
11:39:50                   [0] = False
11:39:50                   [1] = True
11:39:50                   [2] = True
11:39:50                   [3] = False
11:39:50                   [4] = True
11:39:50                   [5] = True
11:39:50               }
11:39:50               _extendedRestrictions = 
11:39:50               {
11:39:50               }
11:39:50               _perm1 = -120
11:39:50           }
11:39:50           _externalInfo = <nil>
11:39:50           _call = 
11:39:50           {
11:39:50               key = omero.client.uuid
11:39:50               value = 431f730b-6908-4867-9f7e-b101814395e6
11:39:50               key = omero.session.uuid
11:39:50               value = 0f434521-9891-47b7-81ed-b3ddc7abbab6
11:39:50           }
11:39:50           _event = object #17 (::omero::sys::EventContext)
11:39:50           {
11:39:50               shareId = -1
11:39:50               sessionId = 9291
11:39:50               sessionUuid = *********
11:39:50               userId = 4235
11:39:50               userName = 4b393564-8a8e-4731-8b7a-24be3cf107d6
11:39:50               sudoerId = <nil>
11:39:50               sudoerName = <nil>
11:39:50               groupId = 3154
11:39:50               groupName = 55015bab-3a94-42ac-922e-e20387a27b8f
11:39:50               isAdmin = False
11:39:50               adminPrivileges = 
11:39:50               {
11:39:50               }
11:39:50               eventId = -1
11:39:50               eventType = User
11:39:50               memberOfGroups = 
11:39:50               {
11:39:50                   [0] = 3154
11:39:50                   [1] = 1
11:39:50               }
11:39:50               leaderOfGroups = 
11:39:50               {
11:39:50               }
11:39:50               groupPermissions = object #18 (::omero::model::Permissions)
11:39:50               {
11:39:50                   _restrictions = 
11:39:50                   {
11:39:50                   }
11:39:50                   _extendedRestrictions = 
11:39:50                   {
11:39:50                   }
11:39:50                   _perm1 = -120
11:39:50               }
11:39:50           }
11:39:50       }
11:39:50       _loaded = True
11:39:50       _version = <object #11>
11:39:50       _pixelsFileMapsSeq = 
11:39:50       {
11:39:50       }
11:39:50       _pixelsFileMapsLoaded = False
11:39:50       _pixelsFileMapsCountPerOwner = 
11:39:50       {
11:39:50       }
11:39:50       _path = object #19 (::omero::RString)
11:39:50       {
11:39:50           _val = /
11:39:50       }
11:39:50       _repo = object #20 (::omero::RString)
11:39:50       {
11:39:50           _val = ScriptRepo
11:39:50       }
11:39:50       _size = object #21 (::omero::RLong)
11:39:50       {
11:39:50           _val = 168
11:39:50       }
11:39:50       _atime = <nil>
11:39:50       _mtime = <nil>
11:39:50       _ctime = <nil>
11:39:50       _hasher = object #22 (::omero::model::ChecksumAlgorithm)
11:39:50       {
11:39:50           _id = object #23 (::omero::RLong)
11:39:50           {
11:39:50               _val = 6
11:39:50           }
11:39:50           _details = <nil>
11:39:50           _loaded = False
11:39:50           _value = <nil>
11:39:50       }
11:39:50       _hash = object #24 (::omero::RString)
11:39:50       {
11:39:50           _val = a85711de4071b58e9aaf9ae69d78bf5e8ec484f2
11:39:50       }
11:39:50       _mimetype = object #25 (::omero::RString)
11:39:50       {
11:39:50           _val = text/x-python
11:39:50       }
11:39:50       _filesetEntriesSeq = 
11:39:50       {
11:39:50       }
11:39:50       _filesetEntriesLoaded = True
11:39:50       _annotationLinksSeq = 
11:39:50       {
11:39:50       }
11:39:50       _annotationLinksLoaded = False
11:39:50       _annotationLinksCountPerOwner = 
11:39:50       {
11:39:50       }
11:39:50       _name = object #26 (::omero::RString)
11:39:50       {
11:39:50           _val = 91ae41a6-eefb-42e2-9b8e-ce25cac4fe14.py
11:39:50       }
11:39:50   }), which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
11:39:50     warnings.warn(
11:39:50 OmeroPy/test/integration/test_scripts.py::TestScripts::testRunScript
11:39:50 OmeroPy/test/integration/test_scripts.py::TestScripts::testRunScript
11:39:50   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/util/decorators.py:82: DeprecationWarning: The 'warn' method is deprecated, use 'warning' instead
11:39:50     log.warn(
11:39:50 OmeroPy/test/integration/test_thumbnailPerms.py::TestThumbnailPerms::testThumbs
11:39:50 OmeroPy/test/integration/test_thumbnailPerms.py::TestThumbnailPerms::testThumbs
11:39:50 OmeroPy/test/integration/test_thumbnailPerms.py::TestThumbnailPerms::testThumbs
11:39:50 OmeroPy/test/integration/test_tickets1000.py::TestTicket1000::test880
11:39:50   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/util/script_utils.py:1313: DeprecationWarning: This method is deprecated as of OMERO 5.3.0
11:39:50     warnings.warn(
11:39:50 OmeroPy/test/integration/test_thumbnailPerms.py::TestThumbnailPerms::testThumbs
11:39:50 OmeroPy/test/integration/test_thumbnailPerms.py::TestThumbnailPerms::testThumbs
11:39:50 OmeroPy/test/integration/test_thumbnailPerms.py::TestThumbnailPerms::testThumbs
11:39:50 OmeroPy/test/integration/test_tickets1000.py::TestTicket1000::test880
11:39:50   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/util/script_utils.py:1074: DeprecationWarning: This method is deprecated as of OMERO 5.3.0.        Use upload_plane instead
11:39:50     warnings.warn(
11:39:50 OmeroPy/test/integration/test_thumbnailPerms.py::TestThumbnailPerms::testThumbs
11:39:50 OmeroPy/test/integration/test_thumbnailPerms.py::TestThumbnailPerms::testThumbs
11:39:50 OmeroPy/test/integration/test_thumbnailPerms.py::TestThumbnailPerms::testThumbs
11:39:50 OmeroPy/test/integration/test_tickets1000.py::TestTicket1000::test880
11:39:50   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/util/script_utils.py:1259: DeprecationWarning: This method is deprecated as of OMERO 5.3.0.         Use reset_rendering_settings
11:39:50     warnings.warn(
11:39:50 -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
11:39:50 - generated xml file: /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroPy/target/reports/integration/junit-results.xml -
11:39:50 == 2016 passed, 9 skipped, 36 deselected, 1947 warnings in 4736.46s (1:18:56) ==
11:39:52 !! 12/10/24 11:39:52.361 error: 196 communicators not destroyed during global destruction.
11:39:52 
11:39:52 BUILD SUCCESSFUL
11:39:52 Total time: 79 minutes 0 seconds
11:39:52 + /home/omero/workspace/OMERO-test-integration/src/build.py -f components/tools/OmeroFS/build.xml integration -Dtestreports.dir=target/reports/integration
11:39:52 OpenJDK 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0
11:39:52 Buildfile: /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroFS/build.xml
11:39:53 Entering /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroFS...
11:39:53 
11:39:53 python-integration:
11:39:53 Created dir: /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroFS/target/reports/integration
11:39:53 ============================= test session starts ==============================
11:39:53 platform linux -- Python 3.9.18, pytest-8.3.4, pluggy-1.5.0 -- /home/omero/workspace/OMERO-test-integration/.venv3/bin/python3
11:39:53 cachedir: .pytest_cache
11:39:53 django: version: 4.2.17, settings: omeroweb.settings (from ini)
11:39:53 rootdir: /home/omero/workspace/OMERO-test-integration/src/components/tools
11:39:53 configfile: pytest.ini
11:39:53 plugins: xdist-3.6.1, mock-3.14.0, django-4.9.0
11:39:53 collecting ... collected 1 item
11:39:53 test/integration/test_dbclient.py::TestDropBoxClient::test1 PASSED       [100%]
11:39:53 =============================== warnings summary ===============================
11:39:53 ../../../../.venv3/lib64/python3.9/site-packages/Ice.py:14
11:39:53   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/Ice.py:14: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
11:39:53     import sys, string, imp, os, threading, warnings, datetime
11:39:53 ../../../../.venv3/lib64/python3.9/site-packages/django/conf/__init__.py:241
11:39:53   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/django/conf/__init__.py:241: RemovedInDjango50Warning: The default value of USE_TZ will change from False to True in Django 5.0. Set USE_TZ to False in your project settings if you want to keep the current default behavior.
11:39:53     warnings.warn(
11:39:53 ../../../../.venv3/lib64/python3.9/site-packages/django/conf/__init__.py:289
11:39:53   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/django/conf/__init__.py:289: RemovedInDjango51Warning: The STATICFILES_STORAGE setting is deprecated. Use STORAGES instead.
11:39:53     warnings.warn(STATICFILES_STORAGE_DEPRECATED_MSG, RemovedInDjango51Warning)
11:39:53 -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
11:39:53 - generated xml file: /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroFS/target/reports/integration/junit-results.xml -
11:39:53 ======================== 1 passed, 3 warnings in 0.10s =========================
11:39:54 
11:39:54 BUILD SUCCESSFUL
11:39:54 Total time: 1 second
11:39:54 + /home/omero/workspace/OMERO-test-integration/src/build.py -f components/tools/OmeroWeb/build.xml integration -Dtestreports.dir=target/reports/integration
11:39:54 OpenJDK 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0
11:39:54 Buildfile: /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroWeb/build.xml
11:39:54 Entering /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroWeb...
11:39:54 Entering /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroWeb...
11:39:54 
11:39:54 python-integration:
11:39:54 Created dir: /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroWeb/target/reports/integration
11:39:55 ============================= test session starts ==============================
11:39:55 platform linux -- Python 3.9.18, pytest-8.3.4, pluggy-1.5.0 -- /home/omero/workspace/OMERO-test-integration/.venv3/bin/python3
11:39:55 cachedir: .pytest_cache
11:39:55 django: version: 4.2.17, settings: omeroweb.settings (from ini)
11:39:55 rootdir: /home/omero/workspace/OMERO-test-integration/src/components/tools
11:39:55 configfile: pytest.ini
11:39:55 plugins: xdist-3.6.1, mock-3.14.0, django-4.9.0
11:39:56 collecting ... collected 430 items
11:40:02 test/integration/test_annotate.py::TestMapAnnotations::test_annotate_map PASSED [  0%]
11:40:08 test/integration/test_annotate.py::TestTagging::test_create_tag PASSED   [  0%]
11:40:14 test/integration/test_annotate.py::TestTagging::test_annotate_tag PASSED [  0%]
11:40:20 test/integration/test_annotate.py::TestBatchAnnotate::test_batch_annotate_tag PASSED [  0%]
11:40:26 test/integration/test_annotate.py::TestFileAnnotations::test_add_fileannotations_form PASSED [  1%]
11:40:29 test/integration/test_annotate.py::TestFileAnnotations::test_batch_add_fileannotations[1] PASSED [  1%]
11:40:32 test/integration/test_annotate.py::TestFileAnnotations::test_batch_add_fileannotations[2] PASSED [  1%]
11:40:37 test/integration/test_api_containers.py::TestContainers::test_create_update_unsupported[method0-Plate] PASSED [  1%]
11:40:40 test/integration/test_api_containers.py::TestContainers::test_create_update_unsupported[method0-Image] PASSED [  2%]
11:40:42 test/integration/test_api_containers.py::TestContainers::test_create_update_unsupported[method0-Well] PASSED [  2%]
11:40:45 test/integration/test_api_containers.py::TestContainers::test_create_update_unsupported[method0-Channel] PASSED [  2%]
11:40:48 test/integration/test_api_containers.py::TestContainers::test_create_update_unsupported[method0-foo] PASSED [  2%]
11:40:50 test/integration/test_api_containers.py::TestContainers::test_create_update_unsupported[method1-Plate] PASSED [  3%]
11:40:53 test/integration/test_api_containers.py::TestContainers::test_create_update_unsupported[method1-Image] PASSED [  3%]
11:40:56 test/integration/test_api_containers.py::TestContainers::test_create_update_unsupported[method1-Well] PASSED [  3%]
11:40:58 test/integration/test_api_containers.py::TestContainers::test_create_update_unsupported[method1-Channel] PASSED [  3%]
11:41:01 test/integration/test_api_containers.py::TestContainers::test_create_update_unsupported[method1-foo] PASSED [  3%]
11:41:04 test/integration/test_api_containers.py::TestContainers::test_delete_unsupported[Plate] PASSED [  4%]
11:41:06 test/integration/test_api_containers.py::TestContainers::test_delete_unsupported[Image] PASSED [  4%]
11:41:09 test/integration/test_api_containers.py::TestContainers::test_delete_unsupported[Well] PASSED [  4%]
11:41:10 test/integration/test_api_containers.py::TestContainers::test_container_crud[Project] PASSED [  4%]
11:41:11 test/integration/test_api_containers.py::TestContainers::test_container_crud[Dataset] PASSED [  5%]
11:41:11 test/integration/test_api_containers.py::TestContainers::test_container_crud[Screen] PASSED [  5%]
11:41:16 test/integration/test_api_containers.py::TestContainers::test_datasets_plates[Dataset-True] PASSED [  5%]
11:41:21 test/integration/test_api_containers.py::TestContainers::test_datasets_plates[Dataset-False] PASSED [  5%]
11:41:25 test/integration/test_api_containers.py::TestContainers::test_datasets_plates[Plate-True] PASSED [  6%]
11:41:30 test/integration/test_api_containers.py::TestContainers::test_datasets_plates[Plate-False] PASSED [  6%]
11:41:33 test/integration/test_api_containers.py::TestContainers::test_screens PASSED [  6%]
11:41:36 test/integration/test_api_containers.py::TestContainers::test_screen_plates_update PASSED [  6%]
11:41:39 test/integration/test_api_containers.py::TestContainers::test_container_tags_update[dtype0] PASSED [  6%]
11:41:41 test/integration/test_api_containers.py::TestContainers::test_container_tags_update[dtype1] PASSED [  7%]
11:41:44 test/integration/test_api_containers.py::TestContainers::test_container_tags_update[dtype2] PASSED [  7%]
11:41:47 test/integration/test_api_containers.py::TestContainers::test_spw_urls PASSED [  7%]
11:41:50 test/integration/test_api_containers.py::TestContainers::test_spw_parent_urls PASSED [  7%]
11:41:55 test/integration/test_api_containers.py::TestContainers::test_pdi_urls PASSED [  8%]
11:41:59 test/integration/test_api_containers.py::TestContainers::test_pdi_parent_urls PASSED [  8%]
11:42:02 test/integration/test_api_errors.py::TestErrors::test_save_post_no_id PASSED [  8%]
11:42:02 test/integration/test_api_errors.py::TestErrors::test_save_put_id PASSED [  8%]
11:42:02 test/integration/test_api_errors.py::TestErrors::test_marshal_type PASSED [  9%]
11:42:02 test/integration/test_api_errors.py::TestErrors::test_invalid_parameter PASSED [  9%]
11:42:02 test/integration/test_api_errors.py::TestErrors::test_marshal_validation PASSED [  9%]
11:42:05 test/integration/test_api_errors.py::TestErrors::test_security_violation PASSED [  9%]
11:42:08 test/integration/test_api_errors.py::TestErrors::test_validation_exception PASSED [ 10%]
11:42:11 test/integration/test_api_errors.py::TestErrors::test_project_validation PASSED [ 10%]
11:42:16 test/integration/test_api_experimenters_groups.py::TestExperimenters::test_create_update_unsupported[method0-Experimenter] PASSED [ 10%]
11:42:19 test/integration/test_api_experimenters_groups.py::TestExperimenters::test_create_update_unsupported[method0-ExperimenterGroup] PASSED [ 10%]
11:42:21 test/integration/test_api_experimenters_groups.py::TestExperimenters::test_create_update_unsupported[method1-Experimenter] PASSED [ 10%]
11:42:24 test/integration/test_api_experimenters_groups.py::TestExperimenters::test_create_update_unsupported[method1-ExperimenterGroup] PASSED [ 11%]
11:42:27 test/integration/test_api_experimenters_groups.py::TestExperimenters::test_delete_unsupported[Experimenter] PASSED [ 11%]
11:42:30 test/integration/test_api_experimenters_groups.py::TestExperimenters::test_delete_unsupported[ExperimenterGroup] PASSED [ 11%]
11:42:38 test/integration/test_api_experimenters_groups.py::TestExperimenters::test_experimenters_groups PASSED [ 11%]
11:42:41 test/integration/test_api_experimenters_groups.py::TestExperimenters::test_groups_experimenters PASSED [ 12%]
11:42:44 test/integration/test_api_experimenters_groups.py::TestExperimenters::test_filter_groups PASSED [ 12%]
11:42:47 test/integration/test_api_experimenters_groups.py::TestExperimenters::test_filter_experimenters PASSED [ 12%]
11:42:54 test/integration/test_api_images.py::TestImages::test_dataset_images PASSED [ 12%]
11:42:57 test/integration/test_api_login.py::TestLogin::test_versions PASSED      [ 13%]
11:42:57 test/integration/test_api_login.py::TestLogin::test_base_url PASSED      [ 13%]
11:42:57 test/integration/test_api_login.py::TestLogin::test_base_url_versions_404 PASSED [ 13%]
11:42:57 test/integration/test_api_login.py::TestLogin::test_login_get PASSED     [ 13%]
11:42:57 test/integration/test_api_login.py::TestLogin::test_login_csrf PASSED    [ 13%]
11:42:57 test/integration/test_api_login.py::TestLogin::test_login_errors[credentials0] PASSED [ 14%]
11:42:57 test/integration/test_api_login.py::TestLogin::test_login_errors[credentials1] PASSED [ 14%]
11:42:57 test/integration/test_api_login.py::TestLogin::test_login_errors[credentials2] PASSED [ 14%]
11:42:57 test/integration/test_api_login.py::TestLogin::test_login_errors[credentials3] PASSED [ 14%]
11:42:59 test/integration/test_api_login.py::TestLogin::test_login_example PASSED [ 15%]
11:43:02 test/integration/test_api_projects.py::TestProjects::test_marshal_projects_not_logged_in PASSED [ 15%]
11:43:05 test/integration/test_api_projects.py::TestProjects::test_marshal_projects_no_results PASSED [ 15%]
11:43:08 test/integration/test_api_projects.py::TestProjects::test_marshal_projects_user PASSED [ 15%]
11:43:13 test/integration/test_api_projects.py::TestProjects::test_marshal_projects_another_user PASSED [ 16%]
11:43:16 test/integration/test_api_projects.py::TestProjects::test_marshal_projects_another_group PASSED [ 16%]
11:43:19 test/integration/test_api_projects.py::TestProjects::test_marshal_projects_all_groups PASSED [ 16%]
11:43:24 test/integration/test_api_projects.py::TestProjects::test_marshal_projects_all_users PASSED [ 16%]
11:43:30 test/integration/test_api_projects.py::TestProjects::test_marshal_projects_pagination PASSED [ 16%]
11:43:35 test/integration/test_api_projects.py::TestProjects::test_marshal_projects_params PASSED [ 17%]
11:43:36 test/integration/test_api_projects.py::TestProjects::test_project_create_read PASSED [ 17%]
11:43:38 test/integration/test_api_projects.py::TestProjects::test_project_create_other_group PASSED [ 17%]
11:43:41 test/integration/test_api_projects.py::TestProjects::test_project_update PASSED [ 17%]
11:43:44 test/integration/test_api_projects.py::TestProjects::test_project_datasets_update[Project] PASSED [ 18%]
11:43:47 test/integration/test_api_projects.py::TestProjects::test_project_datasets_update[Dataset] PASSED [ 18%]
11:43:50 test/integration/test_api_projects.py::TestProjects::test_project_delete PASSED [ 18%]
11:43:55 test/integration/test_api_rois.py::TestContainers::test_image_rois PASSED [ 18%]
11:43:58 test/integration/test_api_rois.py::TestContainers::test_roi_delete PASSED [ 19%]
11:44:01 test/integration/test_api_rois.py::TestContainers::test_shapes PASSED    [ 19%]
11:44:09 test/integration/test_api_wells.py::TestWells::test_plate_wells PASSED   [ 19%]
11:44:13 test/integration/test_api_wells.py::TestWells::test_plate_index_wells PASSED [ 19%]
11:44:17 test/integration/test_api_wells.py::TestWells::test_well PASSED          [ 20%]
11:44:20 test/integration/test_chgrp.py::TestChgrp::test_load_chgrp_groups[user] PASSED [ 20%]
11:44:20 test/integration/test_chgrp.py::TestChgrp::test_load_chgrp_groups[admin] PASSED [ 20%]
11:44:21 test/integration/test_chgrp.py::TestChgrp::test_chgrp_dry_run[user] PASSED [ 20%]
11:44:22 test/integration/test_chgrp.py::TestChgrp::test_chgrp_new_container[user] PASSED [ 20%]
11:44:23 test/integration/test_chgrp.py::TestChgrp::test_chgrp_new_container[admin] PASSED [ 21%]
11:44:23 test/integration/test_chgrp.py::TestChgrp::test_chgrp_old_container[user] PASSED [ 21%]
11:44:24 test/integration/test_chgrp.py::TestChgrp::test_chgrp_old_container[admin] PASSED [ 21%]
11:44:32 test/integration/test_chown.py::TestChown::test_chown_dry_run[admin] PASSED [ 21%]
11:44:32 test/integration/test_config.py::test_flattenProperties PASSED           [ 22%]
11:44:37 test/integration/test_config.py::TestConfig::testDefaultConfig PASSED    [ 22%]
11:44:40 test/integration/test_config.py::TestConfig::testDefaultConfigConversion PASSED [ 22%]
11:44:42 test/integration/test_config.py::TestConfig::testUpgradeDropdownMenuConfig[foo-colleagues.label] PASSED [ 22%]
11:44:45 test/integration/test_config.py::TestConfig::testUpgradeDropdownMenuConfig[foo-leaders.label] PASSED [ 23%]
11:44:48 test/integration/test_config.py::TestConfig::testUpgradeDropdownMenuConfig[foo-everyone.label] PASSED [ 23%]
11:44:50 test/integration/test_containers.py::TestContainers::test_add_and_rename_container PASSED [ 23%]
11:44:53 test/integration/test_containers.py::TestContainers::test_add_owned_container PASSED [ 23%]
11:44:53 test/integration/test_containers.py::TestContainers::test_paste_move_remove_deletamany_image PASSED [ 23%]
11:44:57 test/integration/test_containers.py::TestContainers::test_edit_share PASSED [ 24%]
11:45:00 test/integration/test_csrf.py::TestCsrf::test_csrf_middleware_enabled PASSED [ 24%]
11:45:00 test/integration/test_csrf.py::TestCsrf::test_forgot_password PASSED     [ 24%]
11:45:00 test/integration/test_csrf.py::TestCsrf::test_move_data PASSED           [ 24%]
11:45:01 test/integration/test_csrf.py::TestCsrf::test_add_and_remove_comment PASSED [ 25%]
11:45:01 test/integration/test_csrf.py::TestCsrf::test_attach_file PASSED         [ 25%]
11:45:01 test/integration/test_csrf.py::TestCsrf::test_edit_channel_names PASSED  [ 25%]
11:45:01 test/integration/test_csrf.py::TestCsrf::test_copy_past_rendering_settings PASSED [ 25%]
11:45:01 test/integration/test_csrf.py::TestCsrf::test_reset_rendering_settings PASSED [ 26%]
11:45:02 test/integration/test_csrf.py::TestCsrf::test_apply_owners_rendering_settings PASSED [ 26%]
11:45:03 test/integration/test_csrf.py::TestCsrf::test_ome_tiff_script PASSED     [ 26%]
11:45:03 test/integration/test_csrf.py::TestCsrf::test_script PASSED              [ 26%]
11:45:03 test/integration/test_csrf.py::TestCsrf::test_myaccount PASSED           [ 26%]
11:45:05 test/integration/test_csrf.py::TestCsrf::test_avatar PASSED              [ 27%]
11:45:12 test/integration/test_csrf.py::TestCsrf::test_create_group PASSED        [ 27%]
11:45:16 test/integration/test_csrf.py::TestCsrf::test_create_user PASSED         [ 27%]
11:45:24 test/integration/test_csrf.py::TestCsrf::test_edit_group PASSED          [ 27%]
11:45:31 test/integration/test_csrf.py::TestCsrf::test_edit_user PASSED           [ 28%]
11:45:38 test/integration/test_csrf.py::TestCsrf::test_edit_group_by_owner PASSED [ 28%]
11:45:41 test/integration/test_csrf.py::TestCsrf::test_change_password PASSED     [ 28%]
11:45:44 test/integration/test_csrf.py::TestCsrf::test_su PASSED                  [ 28%]
11:45:47 test/integration/test_decorators.py::TestShow::test_conn_cleanup PASSED  [ 29%]
11:45:50 test/integration/test_download.py::TestDownload::test_spw_download PASSED [ 29%]
11:45:53 test/integration/test_download.py::TestDownload::test_orphaned_image_direct_download PASSED [ 29%]
11:45:56 test/integration/test_download.py::TestDownload::test_orphaned_image_download PASSED [ 29%]
11:46:00 test/integration/test_download.py::TestDownload::test_image_in_dataset_download PASSED [ 30%]
11:46:03 test/integration/test_download.py::TestDownload::test_image_in_dataset_in_project_download PASSED [ 30%]
11:46:03 test/integration/test_download.py::TestDownload::test_well_download PASSED [ 30%]
11:46:06 test/integration/test_download.py::TestDownload::test_attachment_download PASSED [ 30%]
11:46:09 test/integration/test_download.py::TestDownloadAs::test_download_image_as[jpeg] PASSED [ 30%]
11:46:10 test/integration/test_download.py::TestDownloadAs::test_download_image_as[png] PASSED [ 31%]
11:46:10 test/integration/test_download.py::TestDownloadAs::test_download_image_as[tif] PASSED [ 31%]
11:46:10 test/integration/test_download.py::TestDownloadAs::test_download_images_as_zip[jpeg] PASSED [ 31%]
11:46:11 test/integration/test_download.py::TestDownloadAs::test_download_images_as_zip[png] PASSED [ 31%]
11:46:12 test/integration/test_download.py::TestDownloadAs::test_download_images_as_zip[tif] PASSED [ 32%]
11:46:29 test/integration/test_groups_users.py::TestGroupsUsers::test_group_users_menu PASSED [ 32%]
11:46:32 test/integration/test_histogram.py::TestHistogram::test_histogram_bin_count[None] PASSED [ 32%]
11:46:33 test/integration/test_histogram.py::TestHistogram::test_histogram_bin_count[10] PASSED [ 32%]
11:46:38 test/integration/test_history.py::TestHistory::test_history PASSED       [ 33%]
11:46:38 test/integration/test_history.py::TestHistory::test_calendar_default PASSED [ 33%]
11:46:39 test/integration/test_history.py::TestHistory::test_calendar_month PASSED [ 33%]
11:46:41 test/integration/test_links.py::TestLinks::test_link_project_datasets PASSED [ 33%]
11:46:42 test/integration/test_links.py::TestLinks::test_link_datasets_images PASSED [ 33%]
11:46:42 test/integration/test_links.py::TestLinks::test_link_unlink_tagset_tags PASSED [ 34%]
11:46:42 test/integration/test_links.py::TestLinks::test_unlink_screen_plate PASSED [ 34%]
11:46:45 test/integration/test_login.py::TestLogin::test_login_errors[credentials0] PASSED [ 34%]
11:46:45 test/integration/test_login.py::TestLogin::test_login_errors[credentials1] PASSED [ 34%]
11:46:45 test/integration/test_login.py::TestLogin::test_login_errors[credentials2] PASSED [ 35%]
11:46:45 test/integration/test_login.py::TestLogin::test_login_errors[credentials3] PASSED [ 35%]
11:46:45 test/integration/test_login.py::TestLogin::test_get_login_page PASSED    [ 35%]
11:46:45 test/integration/test_login.py::TestLogin::test_login_redirect[] PASSED  [ 35%]
11:46:45 test/integration/test_login.py::TestLogin::test_login_redirect[/webclient/usertags/] PASSED [ 36%]
11:46:46 test/integration/test_login.py::TestLogin::test_login_view PASSED        [ 36%]
11:46:52 test/integration/test_marshal.py::TestImgDetail::test_image_detail PASSED [ 36%]
11:46:55 test/integration/test_metadata.py::TestCoreMetadata::test_pixel_size_units PASSED [ 36%]
11:46:56 test/integration/test_metadata.py::TestCoreMetadata::test_none_pixel_size PASSED [ 36%]
11:46:59 test/integration/test_metadata.py::TestBulkAnnotations::test_nsbulkannotations_file[True] PASSED [ 37%]
11:46:59 test/integration/test_metadata.py::TestBulkAnnotations::test_nsbulkannotations_file[False] PASSED [ 37%]
11:46:59 test/integration/test_metadata.py::TestBulkAnnotations::test_nsbulkannotations_not_file PASSED [ 37%]
11:47:04 test/integration/test_plategrid.py::TestPlateGrid::test_get_plate_grid_metadata[shrink] PASSED [ 37%]
11:47:07 test/integration/test_plategrid.py::TestPlateGrid::test_get_plate_grid_metadata[trim] PASSED [ 38%]
11:47:10 test/integration/test_plategrid.py::TestPlateGrid::test_get_plate_grid_metadata[expand] PASSED [ 38%]
11:47:13 test/integration/test_plategrid.py::TestPlateGrid::test_well_images PASSED [ 38%]
11:47:15 test/integration/test_plategrid.py::TestPlateGrid::test_instantiation PASSED [ 38%]
11:47:18 test/integration/test_plategrid.py::TestPlateGrid::test_metadata_grid_size PASSED [ 39%]
11:47:21 test/integration/test_plategrid.py::TestPlateGrid::test_metadata_thumbnail_url PASSED [ 39%]
11:47:23 test/integration/test_plategrid.py::TestPlateGrid::test_full_grid PASSED [ 39%]
11:47:26 test/integration/test_plategrid.py::TestPlateGrid::test_acquisition_date PASSED [ 39%]
11:47:29 test/integration/test_plategrid.py::TestPlateGrid::test_creation_date PASSED [ 40%]
11:47:31 test/integration/test_plategrid.py::TestPlateGrid::test_description PASSED [ 40%]
11:47:34 test/integration/test_plategrid.py::TestScreenPlateTables::test_get_plate_table PASSED [ 40%]
11:47:38 test/integration/test_rendering.py::TestRendering::test_copy_past_rendering_settings_from_image PASSED [ 40%]
11:47:39 test/integration/test_rendering.py::TestRendering::test_copy_past_rendering_settings_from_url PASSED [ 40%]
11:47:39 test/integration/test_rendering.py::TestRendering::test_all_rendering_defs PASSED [ 41%]
11:47:45 test/integration/test_rendering.py::TestRenderImageRegion::test_render_image_region_incomplete_request PASSED [ 41%]
11:47:48 test/integration/test_rendering.py::TestRenderImageRegion::test_render_image_region_malformed_tile_argument PASSED [ 41%]
11:47:51 test/integration/test_rendering.py::TestRenderImageRegion::test_render_image_region_malformed_region_argument PASSED [ 41%]
11:47:57 test/integration/test_rendering.py::TestRenderImageRegion::test_render_image_region_tile_params PASSED [ 42%]
11:48:00 test/integration/test_rendering.py::TestRenderImageRegion::test_render_image_region_tile_params_large_image PASSED [ 42%]
11:48:03 test/integration/test_rendering.py::TestRenderImageRegion::test_render_image_region_tile_params_negative_resolution PASSED [ 42%]
11:48:06 test/integration/test_rendering.py::TestRenderImageRegion::test_render_image_region_tile_params_invalid_resolution PASSED [ 42%]
11:48:16 test/integration/test_rendering.py::TestRenderImageRegion::test_render_image_region_tile_params_big_image PASSED [ 43%]
11:48:22 test/integration/test_rendering.py::TestRenderImageRegion::test_render_image_region_region_params PASSED [ 43%]
11:48:33 test/integration/test_rendering.py::TestRenderImageRegion::test_render_image_region_region_params_big_image PASSED [ 43%]
11:48:45 test/integration/test_rendering.py::TestRenderImageRegion::test_render_birds_eye_view_big_image PASSED [ 43%]
11:48:57 test/integration/test_rendering.py::TestRenderImageRegion::test_render_image_region_big_image_resolution PASSED [ 43%]
11:49:03 test/integration/test_scripts.py::TestScripts::test_script_ui_defaults PASSED [ 44%]
11:49:07 test/integration/test_scripts.py::TestScripts::test_script_inputs_outputs[inputs0] PASSED [ 44%]
11:49:11 test/integration/test_scripts.py::TestScripts::test_script_inputs_outputs[inputs1] PASSED [ 44%]
11:49:15 test/integration/test_scripts.py::TestScripts::test_script_inputs_outputs[inputs2] PASSED [ 44%]
11:49:19 test/integration/test_scripts.py::TestFigureScripts::test_figure_script_dialog[SplitView] PASSED [ 45%]
11:49:20 test/integration/test_scripts.py::TestFigureScripts::test_figure_script_dialog[Thumbnail] PASSED [ 45%]
11:49:21 test/integration/test_scripts.py::TestFigureScripts::test_figure_script_dialog[MakeMovie] PASSED [ 45%]
11:49:23 test/integration/test_show.py::TestShow::test_empty_path PASSED          [ 45%]
11:49:23 test/integration/test_show.py::TestShow::test_project_legacy_path PASSED [ 46%]
11:49:23 test/integration/test_show.py::TestShow::test_projects_legacy_show PASSED [ 46%]
11:49:24 test/integration/test_show.py::TestShow::test_project_dataset_legacy_path PASSED [ 46%]
11:49:24 test/integration/test_show.py::TestShow::test_project_dataset_image_legacy_path PASSED [ 46%]
11:49:24 test/integration/test_show.py::TestShow::test_tag_redirect[1] PASSED     [ 46%]
11:49:24 test/integration/test_show.py::TestShow::test_tag_redirect[2] PASSED     [ 47%]
11:49:24 test/integration/test_show.py::TestShow::test_tagset_redirect[1] PASSED  [ 47%]
11:49:24 test/integration/test_show.py::TestShow::test_tagset_redirect[2] PASSED  [ 47%]
11:49:24 test/integration/test_show.py::TestShow::test_tag_legacy_path[1] PASSED  [ 47%]
11:49:24 test/integration/test_show.py::TestShow::test_tag_legacy_path[2] PASSED  [ 48%]
11:49:24 test/integration/test_show.py::TestShow::test_tagset_tag_legacy_path PASSED [ 48%]
11:49:24 test/integration/test_show.py::TestShow::test_image_legacy_path PASSED   [ 48%]
11:49:24 test/integration/test_show.py::TestShow::test_screen_legacy_path PASSED  [ 48%]
11:49:24 test/integration/test_show.py::TestShow::test_screen_plate_legacy_path PASSED [ 49%]
11:49:24 test/integration/test_show.py::TestShow::test_screen_plate_well_show PASSED [ 49%]
11:49:24 test/integration/test_show.py::TestShow::test_screen_plate_run_well_show[0] PASSED [ 49%]
11:49:24 test/integration/test_show.py::TestShow::test_screen_plate_run_well_show[1] PASSED [ 49%]
11:49:24 test/integration/test_show.py::TestShow::test_project_dataset_image_show PASSED [ 50%]
11:49:24 test/integration/test_show.py::TestShow::test_project_dataset_image_roi_show PASSED [ 50%]
11:49:24 test/integration/test_show.py::TestShow::test_project_by_id PASSED       [ 50%]
11:49:24 test/integration/test_show.py::TestShow::test_project_by_name PASSED     [ 50%]
11:49:24 test/integration/test_show.py::TestShow::test_tag_by_value[1] PASSED     [ 50%]
11:49:25 test/integration/test_show.py::TestShow::test_tag_by_value[2] PASSED     [ 51%]
11:49:25 test/integration/test_show.py::TestShow::test_tagset_tag_by_id PASSED    [ 51%]
11:49:25 test/integration/test_show.py::TestShow::test_multiple_well_by_id[plate.name=%(plate_name)s|well.name=%(well_name)s-A10] PASSED [ 51%]
11:49:25 test/integration/test_show.py::TestShow::test_multiple_well_by_id[plate.name=%(plate_name)s|well.name=%(well_name)s-1J] PASSED [ 51%]
11:49:25 test/integration/test_show.py::TestShow::test_screen_plate_run_well_by_name[plate.name=%(plate_name)s|well.name=%(well_name)s-A10] PASSED [ 52%]
11:49:25 test/integration/test_show.py::TestShow::test_screen_plate_run_well_by_name[plate.name=%(plate_name)s|well.name=%(well_name)s-1J] PASSED [ 52%]
11:49:25 test/integration/test_show.py::TestShow::test_multiple_well_by_id[run=%(plate_acquisition_id)s|well.name=%(well_name)s-A10] PASSED [ 52%]
11:49:25 test/integration/test_show.py::TestShow::test_multiple_well_by_id[run=%(plate_acquisition_id)s|well.name=%(well_name)s-1J] PASSED [ 52%]
11:49:26 test/integration/test_show.py::TestShow::test_screen_plate_run_well_by_name[run=%(plate_acquisition_id)s|well.name=%(well_name)s-A10] PASSED [ 53%]
11:49:26 test/integration/test_show.py::TestShow::test_screen_plate_run_well_by_name[run=%(plate_acquisition_id)s|well.name=%(well_name)s-1J] PASSED [ 53%]
11:49:26 test/integration/test_show.py::TestShow::test_well_by_name[A10] PASSED   [ 53%]
11:49:26 test/integration/test_show.py::TestShow::test_well_by_name[1J] PASSED    [ 53%]
11:49:26 test/integration/test_show.py::TestShow::test_screen_plate_run_illegal_run PASSED [ 53%]
11:49:26 test/integration/test_show.py::TestShow::test_path_to_no_objects PASSED  [ 54%]
11:49:26 test/integration/test_show.py::TestShow::test_project_dataset_image PASSED [ 54%]
11:49:26 test/integration/test_show.py::TestShow::test_project_dataset_images_pagination PASSED [ 54%]
11:49:26 test/integration/test_show.py::TestShow::test_orphaned_pagination PASSED [ 54%]
11:49:26 test/integration/test_show.py::TestShow::test_get_image_ids_dataset PASSED [ 55%]
11:49:26 test/integration/test_show.py::TestShow::test_image PASSED               [ 55%]
11:49:26 test/integration/test_show.py::TestShow::test_roi PASSED                 [ 55%]
11:49:26 test/integration/test_show.py::TestShow::test_shape PASSED               [ 55%]
11:49:26 test/integration/test_show.py::TestShow::test_well_image_shape PASSED    [ 56%]
11:49:26 test/integration/test_show.py::TestShow::test_image_orphan PASSED        [ 56%]
11:49:26 test/integration/test_show.py::TestShow::test_image_multi_link PASSED    [ 56%]
11:49:26 test/integration/test_show.py::TestShow::test_image_multi_link_restrict_dataset PASSED [ 56%]
11:49:26 test/integration/test_show.py::TestShow::test_image_multi_link_restrict_dataset_project PASSED [ 56%]
11:49:26 test/integration/test_show.py::TestShow::test_image_multi_link_restrict_project PASSED [ 57%]
11:49:26 test/integration/test_show.py::TestShow::test_dataset PASSED             [ 57%]
11:49:26 test/integration/test_show.py::TestShow::test_dataset_multi_link PASSED  [ 57%]
11:49:26 test/integration/test_show.py::TestShow::test_dataset_multi_link_restrict_project PASSED [ 57%]
11:49:26 test/integration/test_show.py::TestShow::test_dataset_orphan PASSED      [ 58%]
11:49:26 test/integration/test_show.py::TestShow::test_project PASSED             [ 58%]
11:49:27 test/integration/test_show.py::TestShow::test_acquisition PASSED         [ 58%]
11:49:27 test/integration/test_show.py::TestShow::test_acquisition_restrict_plate PASSED [ 58%]
11:49:27 test/integration/test_show.py::TestShow::test_acquisition_restrict_screen PASSED [ 59%]
11:49:27 test/integration/test_show.py::TestShow::test_acquisition_restrict_plate_screen PASSED [ 59%]
11:49:27 test/integration/test_show.py::TestShow::test_well PASSED                [ 59%]
11:49:27 test/integration/test_show.py::TestShow::test_well_multi PASSED          [ 59%]
11:49:27 test/integration/test_show.py::TestShow::test_well_image PASSED          [ 60%]
11:49:27 test/integration/test_show.py::TestShow::test_well_restrict_acquisition_multi PASSED [ 60%]
11:49:27 test/integration/test_show.py::TestShow::test_well_restrict_plate_multi PASSED [ 60%]
11:49:27 test/integration/test_show.py::TestShow::test_well_restrict_screen_multi PASSED [ 60%]
11:49:27 test/integration/test_show.py::TestShow::test_well_restrict_acquisition_plate_multi PASSED [ 60%]
11:49:27 test/integration/test_show.py::TestShow::test_well_restrict_acquisition_screen_multi PASSED [ 61%]
11:49:27 test/integration/test_show.py::TestShow::test_well_restrict_acquisition_plate_screen_multi PASSED [ 61%]
11:49:27 test/integration/test_show.py::TestShow::test_well_restrict_plate_screen_multi PASSED [ 61%]
11:49:27 test/integration/test_show.py::TestShow::test_plate PASSED               [ 61%]
11:49:27 test/integration/test_show.py::TestShow::test_plate_restrict_screen PASSED [ 62%]
11:49:27 test/integration/test_show.py::TestShow::test_screen PASSED              [ 62%]
11:49:30 test/integration/test_simple.py::TestSimple::testCurrentUser PASSED      [ 62%]
11:49:33 test/integration/test_simple.py::TestSimple::testImport PASSED           [ 62%]
11:49:39 test/integration/test_table.py::TestOmeroTables::test_table_html PASSED  [ 63%]
11:49:43 test/integration/test_table.py::TestOmeroTables::test_table_pagination PASSED [ 63%]
11:49:46 test/integration/test_table.py::TestOmeroTables::test_table_query PASSED [ 63%]
11:49:49 test/integration/test_table.py::TestOmeroTables::test_table_bitmask[query_result0] PASSED [ 63%]
11:49:52 test/integration/test_table.py::TestOmeroTables::test_table_bitmask[query_result1] PASSED [ 63%]
11:49:55 test/integration/test_table.py::TestOmeroTables::test_table_bitmask[query_result2] PASSED [ 64%]
11:49:58 test/integration/test_table.py::TestOmeroTables::test_table_bitmask[query_result3] PASSED [ 64%]
11:50:01 test/integration/test_table.py::TestOmeroTables::test_table_bitmask[query_result4] PASSED [ 64%]
11:50:03 test/integration/test_table.py::TestOmeroTables::test_table_bitmask[query_result5] PASSED [ 64%]
11:50:06 test/integration/test_table.py::TestOmeroTables::test_table_metadata PASSED [ 65%]
11:50:09 test/integration/test_table.py::TestOmeroTables::test_table_get_where_list[query_result0] PASSED [ 65%]
11:50:12 test/integration/test_table.py::TestOmeroTables::test_table_get_where_list[query_result1] PASSED [ 65%]
11:50:15 test/integration/test_table.py::TestOmeroTables::test_table_perform_slice[query_result0] PASSED [ 65%]
11:50:18 test/integration/test_table.py::TestOmeroTables::test_table_perform_slice[query_result1] PASSED [ 66%]
11:50:21 test/integration/test_table.py::TestOmeroTables::test_table_perform_slice[query_result2] PASSED [ 66%]
11:50:24 test/integration/test_table.py::TestOmeroTables::test_table_perform_slice_errors[query_validity0] PASSED [ 66%]
11:50:26 test/integration/test_table.py::TestOmeroTables::test_table_perform_slice_errors[query_validity1] PASSED [ 66%]
11:50:29 test/integration/test_table.py::TestOmeroTables::test_table_perform_slice_errors[query_validity2] PASSED [ 66%]
11:50:32 test/integration/test_table.py::TestOmeroTables::test_table_perform_slice_errors[query_validity3] PASSED [ 67%]
11:50:36 test/integration/test_table.py::TestOmeroTables::test_table_perform_slice_errors[query_validity4] PASSED [ 67%]
11:50:38 test/integration/test_table.py::TestOmeroTables::test_table_perform_slice_errors[query_validity5] PASSED [ 67%]
11:50:41 test/integration/test_table.py::TestOmeroTables::test_table_perform_slice_errors[query_validity6] PASSED [ 67%]
11:50:44 test/integration/test_table.py::TestOmeroTables::test_table_perform_slice_errors[query_validity7] PASSED [ 68%]
11:50:47 test/integration/test_table.py::TestOmeroTables::test_table_perform_slice_errors[query_validity8] PASSED [ 68%]
11:50:50 test/integration/test_table.py::TestOmeroTables::test_table_perform_slice_errors[query_validity9] PASSED [ 68%]
11:50:53 test/integration/test_tags.py::TestTags::test_create_tag_and_tagset PASSED [ 68%]
11:50:54 test/integration/test_tags.py::TestTags::test_edit_tag_and_tagset[tagset] PASSED [ 69%]
11:50:54 test/integration/test_tags.py::TestTags::test_edit_tag_and_tagset[tag] PASSED [ 69%]
11:50:54 test/integration/test_tags.py::TestTags::test_add_edit_and_remove_tag PASSED [ 69%]
11:51:11 test/integration/test_tags.py::TestTags::test_add_remove_tags PASSED     [ 69%]
11:51:14 test/integration/test_thumbnails.py::TestThumbnails::test_default_thumb_size[None] PASSED [ 70%]
11:51:14 test/integration/test_thumbnails.py::TestThumbnails::test_default_thumb_size[100] PASSED [ 70%]
11:51:15 test/integration/test_thumbnails.py::TestThumbnails::test_base64_thumb[None] PASSED [ 70%]
11:51:15 test/integration/test_thumbnails.py::TestThumbnails::test_base64_thumb[100] PASSED [ 70%]
11:51:16 test/integration/test_thumbnails.py::TestThumbnails::test_base64_thumb_set PASSED [ 70%]
11:51:19 test/integration/test_thumbnails.py::TestRoiThumbnails::test_roi_thumbnail[0-1] PASSED [ 71%]
11:51:20 test/integration/test_thumbnails.py::TestRoiThumbnails::test_roi_thumbnail[0-0] PASSED [ 71%]
11:51:22 test/integration/test_thumbnails.py::TestRoiThumbnails::test_roi_thumbnail[1-1] PASSED [ 71%]
11:51:23 test/integration/test_thumbnails.py::TestRoiThumbnails::test_roi_thumbnail[1-0] PASSED [ 71%]
11:51:33 test/integration/test_tree.py::TestTree::test_marshal_experimenter PASSED [ 72%]
11:51:36 test/integration/test_tree.py::TestTree::test_marshal_projects_no_results PASSED [ 72%]
11:51:39 test/integration/test_tree.py::TestTree::test_marshal_projects_user PASSED [ 72%]
11:51:44 test/integration/test_tree.py::TestTree::test_marshal_projects_another_user PASSED [ 72%]
11:51:47 test/integration/test_tree.py::TestTree::test_marshal_projects_another_group PASSED [ 73%]
11:51:49 test/integration/test_tree.py::TestTree::test_marshal_projects_all_groups PASSED [ 73%]
11:51:55 test/integration/test_tree.py::TestTree::test_marshal_projects_all_users PASSED [ 73%]
11:52:00 test/integration/test_tree.py::TestTree::test_marshal_projects_all_groups_all_users PASSED [ 73%]
11:52:03 test/integration/test_tree.py::TestTree::test_marshal_datasets_no_results PASSED [ 73%]
11:52:06 test/integration/test_tree.py::TestTree::test_marshal_datasets_user PASSED [ 74%]
11:52:11 test/integration/test_tree.py::TestTree::test_marshal_datasets_another_user PASSED [ 74%]
11:52:14 test/integration/test_tree.py::TestTree::test_marshal_datasets_another_group PASSED [ 74%]
11:52:16 test/integration/test_tree.py::TestTree::test_marshal_datasets_all_groups PASSED [ 74%]
11:52:22 test/integration/test_tree.py::TestTree::test_marshal_datasets_all_users PASSED [ 75%]
11:52:27 test/integration/test_tree.py::TestTree::test_marshal_datasets_all_groups_all_users PASSED [ 75%]
11:52:30 test/integration/test_tree.py::TestTree::test_marshal_datasets_project PASSED [ 75%]
11:52:35 test/integration/test_tree.py::TestTree::test_marshal_datasets_project_crosslink PASSED [ 75%]
11:52:38 test/integration/test_tree.py::TestTree::test_marshal_images_no_results PASSED [ 76%]
11:52:40 test/integration/test_tree.py::TestTree::test_marshal_images_user PASSED [ 76%]
11:52:43 test/integration/test_tree.py::TestTree::test_marshal_images_user_pixels PASSED [ 76%]
11:52:46 test/integration/test_tree.py::TestTree::test_marshal_images_thumb_version[thumb0] PASSED [ 76%]
11:52:49 test/integration/test_tree.py::TestTree::test_marshal_images_thumb_version[thumb1] PASSED [ 76%]
11:52:54 test/integration/test_tree.py::TestTree::test_marshal_images_another_user PASSED [ 77%]
11:52:56 test/integration/test_tree.py::TestTree::test_marshal_images_another_group PASSED [ 77%]
11:52:59 test/integration/test_tree.py::TestTree::test_marshal_images_all_groups PASSED [ 77%]
11:53:04 test/integration/test_tree.py::TestTree::test_marshal_images_all_users PASSED [ 77%]
11:53:10 test/integration/test_tree.py::TestTree::test_marshal_images_all_groups_all_users PASSED [ 78%]
11:53:12 test/integration/test_tree.py::TestTree::test_marshal_images_dataset PASSED [ 78%]
11:53:15 test/integration/test_tree.py::TestTree::test_marshal_images_dataset_no_pixels PASSED [ 78%]
11:53:18 test/integration/test_tree.py::TestTree::test_marshal_images_dataset_date PASSED [ 78%]
11:53:23 test/integration/test_tree.py::TestTree::test_marshal_images_dataset_crosslink PASSED [ 79%]
11:53:28 test/integration/test_tree.py::TestTree::test_marshal_images_share PASSED [ 79%]
11:53:31 test/integration/test_tree.py::TestTree::test_marshal_screens_no_results PASSED [ 79%]
11:53:34 test/integration/test_tree.py::TestTree::test_marshal_screens_user PASSED [ 79%]
11:53:39 test/integration/test_tree.py::TestTree::test_marshal_screens_another_user PASSED [ 80%]
11:53:42 test/integration/test_tree.py::TestTree::test_marshal_screens_another_group PASSED [ 80%]
11:53:45 test/integration/test_tree.py::TestTree::test_marshal_screens_all_groups PASSED [ 80%]
11:53:50 test/integration/test_tree.py::TestTree::test_marshal_screens_all_users PASSED [ 80%]
11:53:55 test/integration/test_tree.py::TestTree::test_marshal_screens_all_groups_all_users PASSED [ 80%]
11:53:58 test/integration/test_tree.py::TestTree::test_marshal_plates_no_results PASSED [ 81%]
11:54:00 test/integration/test_tree.py::TestTree::test_marshal_plates_user PASSED [ 81%]
11:54:06 test/integration/test_tree.py::TestTree::test_marshal_plates_another_user PASSED [ 81%]
11:54:08 test/integration/test_tree.py::TestTree::test_marshal_plates_another_group PASSED [ 81%]
11:54:11 test/integration/test_tree.py::TestTree::test_marshal_plates_all_groups PASSED [ 82%]
11:54:16 test/integration/test_tree.py::TestTree::test_marshal_plates_all_users PASSED [ 82%]
11:54:21 test/integration/test_tree.py::TestTree::test_marshal_plates_all_groups_all_users PASSED [ 82%]
11:54:24 test/integration/test_tree.py::TestTree::test_marshal_plate_acquisitions_no_results PASSED [ 82%]
11:54:27 test/integration/test_tree.py::TestTree::test_marshal_plate_acquisitions_user PASSED [ 83%]
11:54:32 test/integration/test_tree.py::TestTree::test_marshal_plate_acquisitions_another_user PASSED [ 83%]
11:54:34 test/integration/test_tree.py::TestTree::test_marshal_plate_acquisitions_another_group PASSED [ 83%]
11:54:37 test/integration/test_tree.py::TestTree::test_marshal_orphaned_no_results PASSED [ 83%]
11:54:40 test/integration/test_tree.py::TestTree::test_marshal_orphaned PASSED    [ 83%]
11:54:45 test/integration/test_tree.py::TestTree::test_marshal_orphaned_another_user PASSED [ 84%]
11:54:47 test/integration/test_tree.py::TestTree::test_marshal_orphaned_another_group PASSED [ 84%]
11:54:50 test/integration/test_tree.py::TestTree::test_marshal_orphaned_all_groups PASSED [ 84%]
11:54:53 test/integration/test_tree.py::TestTree::test_marshal_tags_no_results PASSED [ 84%]
11:54:58 test/integration/test_tree.py::TestTree::test_marshal_tags_user PASSED   [ 85%]
11:55:03 test/integration/test_tree.py::TestTree::test_marshal_tags_another_user PASSED [ 85%]
11:55:06 test/integration/test_tree.py::TestTree::test_marshal_tags_another_group PASSED [ 85%]
11:55:11 test/integration/test_tree.py::TestTree::test_marshal_tags_all_groups PASSED [ 85%]
11:55:17 test/integration/test_tree.py::TestTree::test_marshal_tags_all_users PASSED [ 86%]
11:55:22 test/integration/test_tree.py::TestTree::test_marshal_tags_all_groups_all_users PASSED [ 86%]
11:55:27 test/integration/test_tree.py::TestTree::test_marshal_tags_orphaned PASSED [ 86%]
11:55:33 test/integration/test_tree.py::TestTree::test_marshal_tags_tagset PASSED [ 86%]
11:55:35 test/integration/test_tree.py::TestTree::test_marshal_tagged_no_results PASSED [ 86%]
11:55:41 test/integration/test_tree.py::TestTree::test_marshal_tagged_user PASSED [ 87%]
11:55:46 test/integration/test_tree.py::TestTree::test_marshal_tagged_perms PASSED [ 87%]
11:55:49 test/integration/test_tree.py::TestTree::test_marshal_tagged_image_pixels PASSED [ 87%]
11:55:54 test/integration/test_tree.py::TestTree::test_marshal_shares_user PASSED [ 87%]
11:56:00 test/integration/test_tree.py::TestTree::test_marshal_shares_another_user PASSED [ 88%]
11:56:05 test/integration/test_tree.py::TestTree::test_marshal_shares_user_owned PASSED [ 88%]
11:56:10 test/integration/test_tree.py::TestTree::test_marshal_shares_another_user_owned PASSED [ 88%]
11:56:16 test/integration/test_tree.py::TestTree::test_marshal_discussions_user PASSED [ 88%]
11:56:21 test/integration/test_tree.py::TestTree::test_marshal_discussions_another_user PASSED [ 89%]
11:56:26 test/integration/test_tree.py::TestTree::test_marshal_discussions_user_owned PASSED [ 89%]
11:56:31 test/integration/test_tree.py::TestTree::test_marshal_discussions_another_user_owned PASSED [ 89%]
11:56:39 test/integration/test_tree_annotations.py::TestTreeAnnotations::test_single_tag PASSED [ 89%]
11:56:45 test/integration/test_tree_annotations.py::TestTreeAnnotations::test_single_tag_userB PASSED [ 90%]
11:56:50 test/integration/test_tree_annotations.py::TestTreeAnnotations::test_twin_tags_userA_userB PASSED [ 90%]
11:56:55 test/integration/test_tree_annotations.py::TestTreeAnnotations::test_twin_tags_projects PASSED [ 90%]
11:57:01 test/integration/test_tree_annotations.py::TestTreeAnnotations::test_tags_comments_project PASSED [ 90%]
11:57:04 test/integration/test_tree_annotations.py::TestTreeAnnotations::test_filter_by_namespace PASSED [ 90%]
11:57:13 test/integration/test_webadmin.py::TestUserSettings::test_user_settings_page PASSED [ 91%]
11:57:16 test/integration/test_webadmin.py::TestUserSettings::test_edit_settings PASSED [ 91%]
11:57:23 test/integration/test_webadmin.py::TestExperimenters::test_create_experimenter_roles[user] PASSED [ 91%]
11:57:27 test/integration/test_webadmin.py::TestExperimenters::test_create_experimenter_roles[restricted_administrator] PASSED [ 91%]
11:57:32 test/integration/test_webadmin.py::TestExperimenters::test_create_experimenter_roles[administrator] PASSED [ 92%]
11:57:37 test/integration/test_webadmin.py::TestExperimenters::test_required_fields[required_field0] PASSED [ 92%]
11:57:42 test/integration/test_webadmin.py::TestExperimenters::test_required_fields[required_field1] PASSED [ 92%]
11:57:48 test/integration/test_webadmin.py::TestExperimenters::test_required_fields[required_field2] PASSED [ 92%]
11:57:53 test/integration/test_webadmin.py::TestExperimenters::test_required_fields[required_field3] PASSED [ 93%]
11:57:59 test/integration/test_webadmin.py::TestExperimenters::test_required_fields[required_field4] PASSED [ 93%]
11:58:04 test/integration/test_webadmin.py::TestExperimenters::test_required_fields[required_field5] PASSED [ 93%]
11:58:10 test/integration/test_webadmin.py::TestExperimenters::test_required_fields[required_field6] PASSED [ 93%]
11:58:14 test/integration/test_webadmin.py::TestExperimenters::test_create_restricted_admin[privilege0] PASSED [ 93%]
11:58:18 test/integration/test_webadmin.py::TestExperimenters::test_create_restricted_admin[privilege1] PASSED [ 94%]
11:58:23 test/integration/test_webadmin.py::TestExperimenters::test_create_restricted_admin[privilege2] PASSED [ 94%]
11:58:27 test/integration/test_webadmin.py::TestExperimenters::test_create_restricted_admin[privilege3] PASSED [ 94%]
11:58:31 test/integration/test_webadmin.py::TestExperimenters::test_create_restricted_admin[privilege4] PASSED [ 94%]
11:58:35 test/integration/test_webadmin.py::TestExperimenters::test_create_restricted_admin[privilege5] PASSED [ 95%]
11:58:40 test/integration/test_webadmin.py::TestExperimenters::test_create_restricted_admin[privilege6] PASSED [ 95%]
11:58:44 test/integration/test_webadmin.py::TestExperimenters::test_create_restricted_admin[privilege7] PASSED [ 95%]
11:58:48 test/integration/test_webadmin.py::TestExperimenters::test_create_restricted_admin[privilege8] PASSED [ 95%]
11:58:52 test/integration/test_webadmin.py::TestExperimenters::test_create_restricted_admin[privilege9] PASSED [ 96%]
11:58:59 test/integration/test_webadmin.py::TestExperimenters::test_create_restricted_admin_form[privileges0] PASSED [ 96%]
11:59:07 test/integration/test_webadmin.py::TestExperimenters::test_create_restricted_admin_form[privileges1] PASSED [ 96%]
11:59:14 test/integration/test_webadmin.py::TestExperimenters::test_create_restricted_admin_form[privileges2] PASSED [ 96%]
11:59:21 test/integration/test_webadmin.py::TestExperimenters::test_create_restricted_admin_form[privileges3] PASSED [ 96%]
11:59:29 test/integration/test_webadmin.py::TestExperimenters::test_create_restricted_admin_form[privileges4] PASSED [ 97%]
11:59:41 test/integration/test_webadmin.py::TestExperimenters::test_restricted_admin_create_edit_user PASSED [ 97%]
11:59:55 test/integration/test_webadmin.py::TestGroups::test_new_group_form[privileges0] PASSED [ 97%]
12:00:09 test/integration/test_webadmin.py::TestGroups::test_new_group_form[privileges1] PASSED [ 97%]
12:00:22 test/integration/test_webadmin.py::TestGroups::test_new_group_form[privileges2] PASSED [ 98%]
12:00:30 test/integration/test_webadmin.py::TestGroups::test_create_group_permissions[permissions0] PASSED [ 98%]
12:00:39 test/integration/test_webadmin.py::TestGroups::test_create_group_permissions[permissions1] PASSED [ 98%]
12:00:47 test/integration/test_webadmin.py::TestGroups::test_create_group_permissions[permissions2] PASSED [ 98%]
12:00:55 test/integration/test_webadmin.py::TestGroups::test_create_group_permissions[permissions3] PASSED [ 99%]
12:01:02 test/integration/test_webadmin.py::TestGroups::test_required_fields[required_field0] PASSED [ 99%]
12:01:09 test/integration/test_webadmin.py::TestGroups::test_required_fields[required_field1] PASSED [ 99%]
12:01:54 test/integration/test_webadmin.py::TestGroups::test_validation_errors PASSED [ 99%]
12:02:05 test/integration/test_webadmin.py::TestGroups::test_save_experimenter PASSED [100%]
12:02:05 =============================== warnings summary ===============================
12:02:05 ../../../../.venv3/lib64/python3.9/site-packages/Ice.py:14
12:02:05   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/Ice.py:14: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
12:02:05     import sys, string, imp, os, threading, warnings, datetime
12:02:05 ../../../../.venv3/lib64/python3.9/site-packages/django/conf/__init__.py:241
12:02:05   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/django/conf/__init__.py:241: RemovedInDjango50Warning: The default value of USE_TZ will change from False to True in Django 5.0. Set USE_TZ to False in your project settings if you want to keep the current default behavior.
12:02:05     warnings.warn(
12:02:05 ../../../../.venv3/lib64/python3.9/site-packages/django/conf/__init__.py:289
12:02:05   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/django/conf/__init__.py:289: RemovedInDjango51Warning: The STATICFILES_STORAGE setting is deprecated. Use STORAGES instead.
12:02:05     warnings.warn(STATICFILES_STORAGE_DEPRECATED_MSG, RemovedInDjango51Warning)
12:02:05 OmeroWeb/test/integration/test_annotate.py: 15 warnings
12:02:05 OmeroWeb/test/integration/test_api_containers.py: 28 warnings
12:02:05 OmeroWeb/test/integration/test_api_errors.py: 4 warnings
12:02:05 OmeroWeb/test/integration/test_api_experimenters_groups.py: 12 warnings
12:02:05 OmeroWeb/test/integration/test_api_images.py: 3 warnings
12:02:05 OmeroWeb/test/integration/test_api_login.py: 3 warnings
12:02:05 OmeroWeb/test/integration/test_api_projects.py: 15 warnings
12:02:05 OmeroWeb/test/integration/test_api_rois.py: 5 warnings
12:02:05 OmeroWeb/test/integration/test_api_wells.py: 5 warnings
12:02:05 OmeroWeb/test/integration/test_chgrp.py: 3 warnings
12:02:05 OmeroWeb/test/integration/test_chown.py: 3 warnings
12:02:05 OmeroWeb/test/integration/test_containers.py: 2 warnings
12:02:05 OmeroWeb/test/integration/test_csrf.py: 2 warnings
12:02:05 OmeroWeb/test/integration/test_decorators.py: 2 warnings
12:02:05 OmeroWeb/test/integration/test_download.py: 4 warnings
12:02:05 OmeroWeb/test/integration/test_groups_users.py: 3 warnings
12:02:05 OmeroWeb/test/integration/test_histogram.py: 2 warnings
12:02:05 OmeroWeb/test/integration/test_history.py: 2 warnings
12:02:05 OmeroWeb/test/integration/test_links.py: 2 warnings
12:02:05 OmeroWeb/test/integration/test_login.py: 5 warnings
12:02:05 OmeroWeb/test/integration/test_marshal.py: 2 warnings
12:02:05 OmeroWeb/test/integration/test_metadata.py: 4 warnings
12:02:05 OmeroWeb/test/integration/test_plategrid.py: 7 warnings
12:02:05 OmeroWeb/test/integration/test_rendering.py: 4 warnings
12:02:05 OmeroWeb/test/integration/test_scripts.py: 4 warnings
12:02:05 OmeroWeb/test/integration/test_show.py: 2 warnings
12:02:05 OmeroWeb/test/integration/test_table.py: 27 warnings
12:02:05 OmeroWeb/test/integration/test_tags.py: 2 warnings
12:02:05 OmeroWeb/test/integration/test_thumbnails.py: 4 warnings
12:02:05 OmeroWeb/test/integration/test_webadmin.py: 18 warnings
12:02:05   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/util/upgrade_check.py:149: DeprecationWarning: The 'warn' method is deprecated, use 'warning' instead
12:02:05     self.log.warn("UPGRADE AVAILABLE:" + result)
12:02:05 OmeroWeb/test/integration/test_annotate.py: 15 warnings
12:02:05 OmeroWeb/test/integration/test_api_containers.py: 28 warnings
12:02:05 OmeroWeb/test/integration/test_api_errors.py: 4 warnings
12:02:05 OmeroWeb/test/integration/test_api_experimenters_groups.py: 12 warnings
12:02:05 OmeroWeb/test/integration/test_api_images.py: 3 warnings
12:02:05 OmeroWeb/test/integration/test_api_login.py: 3 warnings
12:02:05 OmeroWeb/test/integration/test_api_projects.py: 15 warnings
12:02:05 OmeroWeb/test/integration/test_api_rois.py: 5 warnings
12:02:05 OmeroWeb/test/integration/test_api_wells.py: 5 warnings
12:02:05 OmeroWeb/test/integration/test_chgrp.py: 3 warnings
12:02:05 OmeroWeb/test/integration/test_chown.py: 3 warnings
12:02:05 OmeroWeb/test/integration/test_containers.py: 2 warnings
12:02:05 OmeroWeb/test/integration/test_csrf.py: 2 warnings
12:02:05 OmeroWeb/test/integration/test_decorators.py: 2 warnings
12:02:05 OmeroWeb/test/integration/test_download.py: 4 warnings
12:02:05 OmeroWeb/test/integration/test_groups_users.py: 3 warnings
12:02:05 OmeroWeb/test/integration/test_histogram.py: 2 warnings
12:02:05 OmeroWeb/test/integration/test_history.py: 2 warnings
12:02:05 OmeroWeb/test/integration/test_links.py: 2 warnings
12:02:05 OmeroWeb/test/integration/test_login.py: 5 warnings
12:02:05 OmeroWeb/test/integration/test_marshal.py: 2 warnings
12:02:05 OmeroWeb/test/integration/test_metadata.py: 4 warnings
12:02:05 OmeroWeb/test/integration/test_plategrid.py: 7 warnings
12:02:05 OmeroWeb/test/integration/test_rendering.py: 4 warnings
12:02:05 OmeroWeb/test/integration/test_scripts.py: 4 warnings
12:02:05 OmeroWeb/test/integration/test_show.py: 2 warnings
12:02:05 OmeroWeb/test/integration/test_table.py: 27 warnings
12:02:05 OmeroWeb/test/integration/test_tags.py: 2 warnings
12:02:05 OmeroWeb/test/integration/test_thumbnails.py: 4 warnings
12:02:05 OmeroWeb/test/integration/test_webadmin.py: 18 warnings
12:02:05   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omeroweb/webadmin/webadmin_utils.py:26: DeprecationWarning: The 'warn' method is deprecated, use 'warning' instead
12:02:05     logger.warn(
12:02:05 OmeroWeb/test/integration/test_annotate.py: 69 warnings
12:02:05 OmeroWeb/test/integration/test_api_containers.py: 177 warnings
12:02:05 OmeroWeb/test/integration/test_api_errors.py: 19 warnings
12:02:05 OmeroWeb/test/integration/test_api_experimenters_groups.py: 57 warnings
12:02:05 OmeroWeb/test/integration/test_api_images.py: 13 warnings
12:02:05 OmeroWeb/test/integration/test_api_login.py: 8 warnings
12:02:05 OmeroWeb/test/integration/test_api_projects.py: 87 warnings
12:02:05 OmeroWeb/test/integration/test_api_rois.py: 25 warnings
12:02:05 OmeroWeb/test/integration/test_api_wells.py: 20 warnings
12:02:05 OmeroWeb/test/integration/test_chgrp.py: 43 warnings
12:02:05 OmeroWeb/test/integration/test_chown.py: 16 warnings
12:02:05 OmeroWeb/test/integration/test_config.py: 5 warnings
12:02:05 OmeroWeb/test/integration/test_containers.py: 19 warnings
12:02:05 OmeroWeb/test/integration/test_csrf.py: 38 warnings
12:02:05 OmeroWeb/test/integration/test_decorators.py: 5 warnings
12:02:05 OmeroWeb/test/integration/test_download.py: 28 warnings
12:02:05 OmeroWeb/test/integration/test_groups_users.py: 10 warnings
12:02:05 OmeroWeb/test/integration/test_histogram.py: 7 warnings
12:02:05 OmeroWeb/test/integration/test_history.py: 12 warnings
12:02:05 OmeroWeb/test/integration/test_links.py: 20 warnings
12:02:05 OmeroWeb/test/integration/test_login.py: 13 warnings
12:02:05 OmeroWeb/test/integration/test_marshal.py: 6 warnings
12:02:05 OmeroWeb/test/integration/test_metadata.py: 16 warnings
12:02:05 OmeroWeb/test/integration/test_plategrid.py: 29 warnings
12:02:05 OmeroWeb/test/integration/test_rendering.py: 66 warnings
12:02:05 OmeroWeb/test/integration/test_scripts.py: 38 warnings
12:02:05 OmeroWeb/test/integration/test_show.py: 4 warnings
12:02:05 OmeroWeb/test/integration/test_table.py: 110 warnings
12:02:05 OmeroWeb/test/integration/test_tags.py: 26 warnings
12:02:05 OmeroWeb/test/integration/test_thumbnails.py: 68 warnings
12:02:05 OmeroWeb/test/integration/test_webadmin.py: 104 warnings
12:02:05   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/django/core/serializers/base.py:22: RemovedInDjango50Warning: PickleSerializer is deprecated due to its security risk. Use JSONSerializer instead.
12:02:05     warnings.warn(
12:02:05 OmeroWeb/test/integration/test_api_containers.py: 67 warnings
12:02:05 OmeroWeb/test/integration/test_api_images.py: 6 warnings
12:02:05 OmeroWeb/test/integration/test_api_wells.py: 24 warnings
12:02:05 OmeroWeb/test/integration/test_containers.py: 2 warnings
12:02:05 OmeroWeb/test/integration/test_csrf.py: 5 warnings
12:02:05 OmeroWeb/test/integration/test_download.py: 9 warnings
12:02:05 OmeroWeb/test/integration/test_histogram.py: 2 warnings
12:02:05 OmeroWeb/test/integration/test_metadata.py: 2 warnings
12:02:05 OmeroWeb/test/integration/test_rendering.py: 17 warnings
12:02:05 OmeroWeb/test/integration/test_scripts.py: 30 warnings
12:02:05 OmeroWeb/test/integration/test_thumbnails.py: 23 warnings
12:02:05 OmeroWeb/test/integration/test_tree.py: 20 warnings
12:02:05   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/util/script_utils.py:1093: DeprecationWarning: tostring() is deprecated. Use tobytes() instead.
12:02:05     converted_plane = byte_swapped_plane.tostring()
12:02:05 OmeroWeb/test/integration/test_api_errors.py::TestErrors::test_marshal_type
12:02:05   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero_marshal/__init__.py:44: DeprecationWarning: The 'warn' method is deprecated, use 'warning' instead
12:02:05     logger.warn('Requested unknown decoder %s' % t, exc_info=True)
12:02:05 OmeroWeb/test/integration/test_api_errors.py::TestErrors::test_marshal_validation
12:02:05   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero_marshal/__init__.py:97: DeprecationWarning: The 'warn' method is deprecated, use 'warning' instead
12:02:05     logger.warn('Requested unknown decoder %s' % t, exc_info=True)
12:02:05 OmeroWeb/test/integration/test_api_errors.py::TestErrors::test_security_violation
12:02:05 OmeroWeb/test/integration/test_api_errors.py::TestErrors::test_validation_exception
12:02:05 OmeroWeb/test/integration/test_api_errors.py::TestErrors::test_project_validation
12:02:05 OmeroWeb/test/integration/test_api_projects.py::TestProjects::test_project_delete
12:02:05 OmeroWeb/test/integration/test_api_rois.py::TestContainers::test_roi_delete
12:02:05 OmeroWeb/test/integration/test_links.py::TestLinks::test_link_datasets_images
12:02:05 OmeroWeb/test/integration/test_links.py::TestLinks::test_link_datasets_images
12:02:05   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/gateway/__init__.py:4810: DeprecationWarning: The 'warn' method is deprecated, use 'warning' instead
12:02:05     logger.warn("%s on %s to <%s> %s(%r, %r)",
12:02:05 OmeroWeb/test/integration/test_metadata.py::TestBulkAnnotations::test_nsbulkannotations_file[True]
12:02:05 OmeroWeb/test/integration/test_metadata.py::TestBulkAnnotations::test_nsbulkannotations_file[False]
12:02:05 OmeroWeb/test/integration/test_metadata.py::TestBulkAnnotations::test_nsbulkannotations_not_file
12:02:05   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omeroweb/testlib/__init__.py:478: DeprecationWarning: This method is deprecated as of OMERO 5.4.0. Use get
12:02:05     warnings.warn(
12:02:05 OmeroWeb/test/integration/test_rendering.py::TestRendering::test_copy_past_rendering_settings_from_url
12:02:05 OmeroWeb/test/integration/test_rendering.py::TestRendering::test_copy_past_rendering_settings_from_url
12:02:05 OmeroWeb/test/integration/test_rendering.py::TestRendering::test_copy_past_rendering_settings_from_url
12:02:05 OmeroWeb/test/integration/test_rendering.py::TestRenderImageRegion::test_render_image_region_incomplete_request
12:02:05   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/gateway/__init__.py:8856: DeprecationWarning: setActiveChannels() is deprecated in OMERO 5.4.0.Use set_active_channels
12:02:05     warnings.warn("setActiveChannels() is deprecated in OMERO 5.4.0."
12:02:05 OmeroWeb/test/integration/test_rendering.py::TestRendering::test_copy_past_rendering_settings_from_url
12:02:05 OmeroWeb/test/integration/test_rendering.py::TestRendering::test_copy_past_rendering_settings_from_url
12:02:05 OmeroWeb/test/integration/test_rendering.py::TestRendering::test_copy_past_rendering_settings_from_url
12:02:05 OmeroWeb/test/integration/test_rendering.py::TestRendering::test_copy_past_rendering_settings_from_url
12:02:05   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/gateway/__init__.py:9118: DeprecationWarning: Deprecated in 5.4.0. Use setChannelInverted()
12:02:05     warnings.warn("Deprecated in 5.4.0. Use setChannelInverted()",
12:02:05 -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
12:02:05 - generated xml file: /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroWeb/target/reports/integration/junit-results.xml -
12:02:05 =============== 430 passed, 1776 warnings in 1330.53s (0:22:10) ================
12:02:06 !! 12/10/24 12:02:06.613 error: 8 communicators not destroyed during global destruction.
12:02:06 
12:02:06 BUILD SUCCESSFUL
12:02:06 Total time: 22 minutes 12 seconds
12:02:06 + /home/omero/workspace/OMERO-test-integration/src/build.py -f components/tools/OmeroPy/build.xml integration -DMARK=broken -Dtestreports.dir=target/reports/broken
12:02:06 OpenJDK 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0
12:02:06 Buildfile: /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroPy/build.xml
12:02:07 Entering /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroPy...
12:02:07 Entering /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroPy...
12:02:07 
12:02:07 python-integration:
12:02:07 Created dir: /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroPy/target/reports/broken
12:02:08 ============================= test session starts ==============================
12:02:08 platform linux -- Python 3.9.18, pytest-8.3.4, pluggy-1.5.0 -- /home/omero/workspace/OMERO-test-integration/.venv3/bin/python3
12:02:08 cachedir: .pytest_cache
12:02:08 django: version: 4.2.17, settings: omeroweb.settings (from ini)
12:02:08 rootdir: /home/omero/workspace/OMERO-test-integration/src/components/tools
12:02:08 configfile: pytest.ini
12:02:08 plugins: xdist-3.6.1, mock-3.14.0, django-4.9.0
12:02:09 collecting ... collected 2061 items / 2025 deselected / 36 selected
12:02:12 test/integration/clitest/test_fs.py::TestFS::testRenameAdminOnly FAILED  [  2%]
12:02:17 test/integration/clitest/test_import.py::TestImport::testTargetInDifferentGroup[Dataset-test.fake--d] FAILED [  5%]
12:02:19 test/integration/clitest/test_import.py::TestImport::testTargetInDifferentGroup[Screen-SPW&plates=1&plateRows=1&plateCols=1&fields=1&plateAcqs=1.fake--r] FAILED [  8%]
12:02:20 test/integration/gatewaytest/test_multi_group.py::TestHistory::testCreateHistory FAILED [ 11%]
12:02:37 test/integration/gatewaytest/test_multi_group.py::TestScript::testRunScript FAILED [ 13%]
12:02:42 test/integration/gatewaytest/test_performance.py::TestPerformance::testListFileAnnotations FAILED [ 16%]
12:02:43 test/integration/gatewaytest/test_user.py::TestUser::testCrossGroupRead FAILED [ 19%]
12:02:47 test/integration/scriptstest/test_ping.py::TestPing::testProcessCallback FAILED [ 22%]
12:03:03 test/integration/scriptstest/test_repo.py::TestScriptRepo::testGetGroupScripts FAILED [ 25%]
12:03:05 test/integration/tablestest/test_service.py::TestTables::test2098 FAILED [ 27%]
12:03:05 test/integration/tablestest/test_service.py::TestTables::testReadOnlyFile FAILED [ 30%]
12:03:05 test/integration/tablestest/test_service.py::TestTables::testReadEqual FAILED [ 33%]
12:03:05 test/integration/tablestest/test_service.py::TestTables::testReadOutOfRange FAILED [ 36%]
12:03:11 test/integration/test_admin.py::TestAdmin::testChangePasswordWhenUnset FAILED [ 38%]
12:03:13 test/integration/test_admin.py::TestAdmin::test9193 FAILED               [ 41%]
12:03:16 test/integration/test_files.py::TestFiles::testUploadDifferentSizeTicket2337 FAILED [ 44%]
12:03:21 test/integration/test_ishare.py::TestIShare::test1172 FAILED             [ 47%]
12:03:24 test/integration/test_itimeline.py::TestITimeline::test1225 FAILED       [ 50%]
12:03:27 test/integration/test_permissions.py::TestPermissions::test3136 FAILED   [ 52%]
12:03:29 test/integration/test_permissions.py::TestPermissions::testSaveWithNegOneExplicit FAILED [ 55%]
12:03:32 test/integration/test_permissions.py::TestPermissions::testSaveWithNegBadLink FAILED [ 58%]
12:03:35 test/integration/test_permissions.py::TestPermissions::testSaveBadLink FAILED [ 61%]
12:03:37 test/integration/test_permissions.py::TestPermissions::testUseOfRawFileBeanScriptReadCorrectGroupAndUser FAILED [ 63%]
12:03:40 test/integration/test_rawfilestore.py::TestRFS::testTicket1961Basic FAILED [ 66%]
12:03:40 test/integration/test_rawfilestore.py::TestRFS::testTicket1961WithKillSession FAILED [ 69%]
12:03:40 test/integration/test_rawfilestore.py::TestRFS::testTicket2161Save FAILED [ 72%]
12:03:45 test/integration/test_rawfilestore.py::TestRFS::testNoWrite FAILED       [ 75%]
12:03:48 test/integration/test_reporawfilestore.py::TestRepoRawFileStore::testFailedWriteNoFile FAILED [ 77%]
12:04:00 test/integration/test_scripts.py::TestScripts::testParseErrorTicket2185 PASSED [ 80%]
12:04:15 test/integration/test_scripts.py::TestScripts::testAutoFillTicket2326 FAILED [ 83%]
12:04:19 test/integration/test_scripts.py::TestScripts::testParamLoadingPerformanceTicket2285 FAILED [ 86%]
12:04:34 test/integration/test_scripts.py::TestScripts::test3527 FAILED           [ 88%]
12:04:39 test/integration/test_thumbnailPerms.py::TestThumbnailPerms::testPrivate10618RootWithNoCtx FAILED [ 91%]
12:04:59 test/integration/test_tickets2000.py::TestTickets2000::test1184 FAILED   [ 94%]
12:05:10 test/integration/test_tickets4000.py::TestTickets4000::test3138 PASSED   [ 97%]
12:05:15 test/integration/test_tickets6000.py::TestTickets6000::test5684 PASSED   [100%]
12:05:15 =================================== FAILURES ===================================
12:05:15 __________________________ TestFS.testRenameAdminOnly __________________________
12:05:15 self = <test.integration.clitest.test_fs.TestFS object at 0x7fea5750f490>
12:05:15 capsys = <_pytest.capture.CaptureFixture object at 0x7fea239e0790>
12:05:15     @pytest.mark.broken(reason="fs rename is temporarily disabled")
12:05:15     def testRenameAdminOnly(self, capsys):
12:05:15         """Test fs rename is admin-only"""
12:05:15         self.args += ["rename", "Fileset:1"]
12:05:15         with pytest.raises(NonZeroReturnCode):
12:05:15             self.cli.invoke(self.args, strict=True)
12:05:15         out, err = capsys.readouterr()
12:05:15 >       assert err.endswith("SecurityViolation: Admins only!\n")
12:05:15 E       AssertionError: assert False
12:05:15 E        +  where False = <built-in method endswith of str object at 0x7fea17183490>('SecurityViolation: Admins only!\n')
12:05:15 E        +    where <built-in method endswith of str object at 0x7fea17183490> = 'disabled since OMERO 5.4.7 due to Pixels.path bug\n'.endswith
12:05:15 test/integration/clitest/test_fs.py:118: AssertionError
12:05:15 _________ TestImport.testTargetInDifferentGroup[Dataset-test.fake--d] __________
12:05:15 self = <test.integration.clitest.test_import.TestImport object at 0x7fea572e8b50>
12:05:15 container = 'Dataset', filename = 'test.fake', arg = '-d'
12:05:15 tmpdir = local('/tmp/pytest-of-omero/pytest-152/testTargetInDifferentGroup_Dat0')
12:05:15 capfd = <_pytest.capture.CaptureFixture object at 0x7fea233189d0>
12:05:15     @pytest.mark.broken(reason="needs omero.group setting")
12:05:15     @pytest.mark.parametrize("container,filename,arg", target_fixtures)
12:05:15     def testTargetInDifferentGroup(self, container, filename, arg,
12:05:15                                    tmpdir, capfd):
12:05:15         new_group = self.new_group(experimenters=[self.user])
12:05:15         self.sf.getAdminService().getEventContext()  # Refresh
12:05:15         target = eval("omero.model."+container+"I")()
12:05:15         target.name = rstring('testTargetInDifferentGroup')
12:05:15         target = self.update.saveAndReturnObject(
12:05:15             target, {"omero.group": str(new_group.id.val)})
12:05:15         assert target.details.group.id.val == new_group.id.val
12:05:15         fakefile = tmpdir.join(filename)
12:05:15         fakefile.write('')
12:05:15         self.args += [str(fakefile)]
12:05:15         self.args += [arg, '%s' % target.id.val]
12:05:15         # Invoke CLI import command and retrieve stdout/stderr
12:05:15 >       o, e = self.do_import(capfd)
12:05:15 test/integration/clitest/test_import.py:1216: 
12:05:15 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
12:05:15 test/integration/clitest/test_import.py:150: in do_import
12:05:15     self.cli.invoke(self.args, strict=True)
12:05:15 ../../../../.venv3/lib64/python3.9/site-packages/omero/cli.py:1211: in invoke
12:05:15     self.assertRC()
12:05:15 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
12:05:15 self = <omero.cli.CLI object at 0x7fea239b98b0>
12:05:15     def assertRC(self):
12:05:15         if self.rv != 0:
12:05:15 >           raise NonZeroReturnCode(self.rv, "assert failed")
12:05:15 E           omero.cli.NonZeroReturnCode: assert failed
12:05:15 ../../../../.venv3/lib64/python3.9/site-packages/omero/cli.py:1200: NonZeroReturnCode
12:05:15 ----------------------------- Captured stdout call -----------------------------
12:05:15 OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO
12:05:15 EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
12:05:15 2024-12-10 12:02:15,442 238        [      main] INFO          ome.formats.importer.ImportConfig - OMERO.blitz Version: 5.8.1-SNAPSHOT
12:05:15 2024-12-10 12:02:15,458 254        [      main] INFO          ome.formats.importer.ImportConfig - Bioformats version: 8.1.0-SNAPSHOT revision: b3d08ae212d04f6fb327001ca64e8c62a6e602fc date: 10 December 2024
12:05:15 2024-12-10 12:02:15,505 301        [      main] INFO   formats.importer.cli.CommandLineImporter - Log levels -- Bio-Formats: ERROR OMERO.importer: INFO
12:05:15 2024-12-10 12:02:15,806 602        [      main] INFO      ome.formats.importer.ImportCandidates - Depth: 4 Metadata Level: MINIMUM
12:05:15 2024-12-10 12:02:15,871 667        [      main] INFO      ome.formats.importer.ImportCandidates - 1 file(s) parsed into 1 group(s) with 1 call(s) to setId in 63ms. (65ms total) [0 unknowns]
12:05:15 2024-12-10 12:02:15,905 701        [      main] INFO       ome.formats.OMEROMetadataStoreClient - Attempting initial SSL connection to localhost:14064
12:05:15 2024-12-10 12:02:16,279 1075       [      main] INFO       ome.formats.OMEROMetadataStoreClient - Insecure connection requested, falling back
12:05:15 2024-12-10 12:02:16,503 1299       [      main] INFO       ome.formats.OMEROMetadataStoreClient - Pinging session every 300s.
12:05:15 2024-12-10 12:02:16,509 1305       [      main] INFO       ome.formats.OMEROMetadataStoreClient - Server: 5.6.3
12:05:15 2024-12-10 12:02:16,510 1306       [      main] INFO       ome.formats.OMEROMetadataStoreClient - Client: 5.8.1-SNAPSHOT
12:05:15 2024-12-10 12:02:16,510 1306       [      main] INFO       ome.formats.OMEROMetadataStoreClient - Java Version: 11.0.24
12:05:15 2024-12-10 12:02:16,510 1306       [      main] INFO       ome.formats.OMEROMetadataStoreClient - OS Name: Linux
12:05:15 2024-12-10 12:02:16,510 1306       [      main] INFO       ome.formats.OMEROMetadataStoreClient - OS Arch: amd64
12:05:15 2024-12-10 12:02:16,510 1306       [      main] INFO       ome.formats.OMEROMetadataStoreClient - OS Version: 5.14.0-503.15.1.el9_5.x86_64
12:05:15 2024-12-10 12:02:16,872 1668       [      main] INFO          ome.formats.importer.ImportConfig - Using import target: Dataset:1351
12:05:15 2024-12-10 12:02:16,882 1678       [2-thread-1] ERROR        ome.formats.importer.ImportLibrary - Could not load target: ome.formats.importer.targets.ModelImportTarget@bb3b9bd
12:05:15 2024-12-10 12:02:16,882 1678       [2-thread-1] ERROR        ome.formats.importer.ImportLibrary - Error on import
12:05:15 java.lang.RuntimeException: Failed to load target
12:05:15 	at ome.formats.importer.ImportLibrary$1.call(ImportLibrary.java:351)
12:05:15 	at ome.formats.importer.ImportLibrary$1.call(ImportLibrary.java:328)
12:05:15 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
12:05:15 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
12:05:15 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
12:05:15 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
12:05:15 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
12:05:15 	at java.base/java.lang.Thread.run(Thread.java:829)
12:05:15 Caused by: omero.SecurityViolation: null
12:05:15 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
12:05:15 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
12:05:15 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
12:05:15 	at java.base/java.lang.Class.newInstance(Class.java:584)
12:05:15 	at IceInternal.BasicStream.createUserException(BasicStream.java:2785)
12:05:15 	at IceInternal.BasicStream.access$300(BasicStream.java:14)
12:05:15 	at IceInternal.BasicStream$EncapsDecoder11.throwException(BasicStream.java:3620)
12:05:15 	at IceInternal.BasicStream.throwException(BasicStream.java:2291)
12:05:15 	at IceInternal.OutgoingAsync.throwUserException(OutgoingAsync.java:399)
12:05:15 	at omero.api.IQueryPrxHelper.end_get(IQueryPrxHelper.java:2000)
12:05:15 	at omero.api.IQueryPrxHelper.get(IQueryPrxHelper.java:1872)
12:05:15 	at omero.api.IQueryPrxHelper.get(IQueryPrxHelper.java:1859)
12:05:15 	at ome.formats.importer.targets.ModelImportTarget.load(ModelImportTarget.java:219)
12:05:15 	at ome.formats.importer.ImportLibrary$1.call(ImportLibrary.java:334)
12:05:15 	... 7 common frames omitted
12:05:15 2024-12-10 12:02:16,884 1680       [2-thread-1] INFO         ome.formats.importer.ImportLibrary - Exiting on error
12:05:15 ==> Summary
12:05:15 0 files uploaded, 0 filesets created, 0 images imported, 0 errors in 0:00:00.269
12:05:15 ------------------------------ Captured log call -------------------------------
12:05:15 INFO     omero.util.Resources:__init__.py:652 Starting
12:05:15 INFO     omero.util.Resources:__init__.py:669 Halted
12:05:15 _ TestImport.testTargetInDifferentGroup[Screen-SPW&plates=1&plateRows=1&plateCols=1&fields=1&plateAcqs=1.fake--r] _
12:05:15 self = <test.integration.clitest.test_import.TestImport object at 0x7fea572e8cd0>
12:05:15 container = 'Screen'
12:05:15 filename = 'SPW&plates=1&plateRows=1&plateCols=1&fields=1&plateAcqs=1.fake'
12:05:15 arg = '-r'
12:05:15 tmpdir = local('/tmp/pytest-of-omero/pytest-152/testTargetInDifferentGroup_Scr0')
12:05:15 capfd = <_pytest.capture.CaptureFixture object at 0x7fea23326be0>
12:05:15     @pytest.mark.broken(reason="needs omero.group setting")
12:05:15     @pytest.mark.parametrize("container,filename,arg", target_fixtures)
12:05:15     def testTargetInDifferentGroup(self, container, filename, arg,
12:05:15                                    tmpdir, capfd):
12:05:15         new_group = self.new_group(experimenters=[self.user])
12:05:15         self.sf.getAdminService().getEventContext()  # Refresh
12:05:15         target = eval("omero.model."+container+"I")()
12:05:15         target.name = rstring('testTargetInDifferentGroup')
12:05:15         target = self.update.saveAndReturnObject(
12:05:15             target, {"omero.group": str(new_group.id.val)})
12:05:15         assert target.details.group.id.val == new_group.id.val
12:05:15         fakefile = tmpdir.join(filename)
12:05:15         fakefile.write('')
12:05:15         self.args += [str(fakefile)]
12:05:15         self.args += [arg, '%s' % target.id.val]
12:05:15         # Invoke CLI import command and retrieve stdout/stderr
12:05:15 >       o, e = self.do_import(capfd)
12:05:15 test/integration/clitest/test_import.py:1216: 
12:05:15 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
12:05:15 test/integration/clitest/test_import.py:150: in do_import
12:05:15     self.cli.invoke(self.args, strict=True)
12:05:15 ../../../../.venv3/lib64/python3.9/site-packages/omero/cli.py:1211: in invoke
12:05:15     self.assertRC()
12:05:15 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
12:05:15 self = <omero.cli.CLI object at 0x7fea239b98b0>
12:05:15     def assertRC(self):
12:05:15         if self.rv != 0:
12:05:15 >           raise NonZeroReturnCode(self.rv, "assert failed")
12:05:15 E           omero.cli.NonZeroReturnCode: assert failed
12:05:15 ../../../../.venv3/lib64/python3.9/site-packages/omero/cli.py:1200: NonZeroReturnCode
12:05:15 ----------------------------- Captured stdout call -----------------------------
12:05:15 OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO
12:05:15 EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
12:05:15 2024-12-10 12:02:17,660 250        [      main] INFO          ome.formats.importer.ImportConfig - OMERO.blitz Version: 5.8.1-SNAPSHOT
12:05:15 2024-12-10 12:02:17,675 265        [      main] INFO          ome.formats.importer.ImportConfig - Bioformats version: 8.1.0-SNAPSHOT revision: b3d08ae212d04f6fb327001ca64e8c62a6e602fc date: 10 December 2024
12:05:15 2024-12-10 12:02:17,725 315        [      main] INFO   formats.importer.cli.CommandLineImporter - Log levels -- Bio-Formats: ERROR OMERO.importer: INFO
12:05:15 2024-12-10 12:02:18,037 627        [      main] INFO      ome.formats.importer.ImportCandidates - Depth: 4 Metadata Level: MINIMUM
12:05:15 2024-12-10 12:02:18,184 774        [      main] INFO      ome.formats.importer.ImportCandidates - 1 file(s) parsed into 1 group(s) with 1 call(s) to setId in 143ms. (146ms total) [0 unknowns]
12:05:15 2024-12-10 12:02:18,217 807        [      main] INFO       ome.formats.OMEROMetadataStoreClient - Attempting initial SSL connection to localhost:14064
12:05:15 2024-12-10 12:02:18,580 1170       [      main] INFO       ome.formats.OMEROMetadataStoreClient - Insecure connection requested, falling back
12:05:15 2024-12-10 12:02:18,785 1375       [      main] INFO       ome.formats.OMEROMetadataStoreClient - Pinging session every 300s.
12:05:15 2024-12-10 12:02:18,790 1380       [      main] INFO       ome.formats.OMEROMetadataStoreClient - Server: 5.6.3
12:05:15 2024-12-10 12:02:18,790 1380       [      main] INFO       ome.formats.OMEROMetadataStoreClient - Client: 5.8.1-SNAPSHOT
12:05:15 2024-12-10 12:02:18,790 1380       [      main] INFO       ome.formats.OMEROMetadataStoreClient - Java Version: 11.0.24
12:05:15 2024-12-10 12:02:18,790 1380       [      main] INFO       ome.formats.OMEROMetadataStoreClient - OS Name: Linux
12:05:15 2024-12-10 12:02:18,790 1380       [      main] INFO       ome.formats.OMEROMetadataStoreClient - OS Arch: amd64
12:05:15 2024-12-10 12:02:18,791 1381       [      main] INFO       ome.formats.OMEROMetadataStoreClient - OS Version: 5.14.0-503.15.1.el9_5.x86_64
12:05:15 2024-12-10 12:02:19,122 1712       [      main] INFO          ome.formats.importer.ImportConfig - Using import target: Screen:237
12:05:15 2024-12-10 12:02:19,132 1722       [2-thread-1] ERROR        ome.formats.importer.ImportLibrary - Could not load target: ome.formats.importer.targets.ModelImportTarget@691c90a2
12:05:15 2024-12-10 12:02:19,133 1723       [2-thread-1] ERROR        ome.formats.importer.ImportLibrary - Error on import
12:05:15 java.lang.RuntimeException: Failed to load target
12:05:15 	at ome.formats.importer.ImportLibrary$1.call(ImportLibrary.java:351)
12:05:15 	at ome.formats.importer.ImportLibrary$1.call(ImportLibrary.java:328)
12:05:15 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
12:05:15 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
12:05:15 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
12:05:15 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
12:05:15 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
12:05:15 	at java.base/java.lang.Thread.run(Thread.java:829)
12:05:15 Caused by: omero.SecurityViolation: null
12:05:15 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
12:05:15 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
12:05:15 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
12:05:15 	at java.base/java.lang.Class.newInstance(Class.java:584)
12:05:15 	at IceInternal.BasicStream.createUserException(BasicStream.java:2785)
12:05:15 	at IceInternal.BasicStream.access$300(BasicStream.java:14)
12:05:15 	at IceInternal.BasicStream$EncapsDecoder11.throwException(BasicStream.java:3620)
12:05:15 	at IceInternal.BasicStream.throwException(BasicStream.java:2291)
12:05:15 	at IceInternal.OutgoingAsync.throwUserException(OutgoingAsync.java:399)
12:05:15 	at omero.api.IQueryPrxHelper.end_get(IQueryPrxHelper.java:2000)
12:05:15 	at omero.api.IQueryPrxHelper.get(IQueryPrxHelper.java:1872)
12:05:15 	at omero.api.IQueryPrxHelper.get(IQueryPrxHelper.java:1859)
12:05:15 	at ome.formats.importer.targets.ModelImportTarget.load(ModelImportTarget.java:219)
12:05:15 	at ome.formats.importer.ImportLibrary$1.call(ImportLibrary.java:334)
12:05:15 	... 7 common frames omitted
12:05:15 2024-12-10 12:02:19,134 1724       [2-thread-1] INFO         ome.formats.importer.ImportLibrary - Exiting on error
12:05:15 ==> Summary
12:05:15 0 files uploaded, 0 filesets created, 0 images imported, 0 errors in 0:00:00.248
12:05:15 ------------------------------ Captured log call -------------------------------
12:05:15 INFO     omero.util.Resources:__init__.py:652 Starting
12:05:15 INFO     omero.util.Resources:__init__.py:669 Halted
12:05:15 ________________________ TestHistory.testCreateHistory _________________________
12:05:15 self = <test.integration.gatewaytest.test_multi_group.TestHistory object at 0x7fea56ea0760>
12:05:15 gatewaywrapper = <omero.gateway.pytest_fixtures.GatewayWrapper object at 0x7fea232fc4c0>
12:05:15     @pytest.mark.broken(ticket="11494")
12:05:15     def testCreateHistory(self, gatewaywrapper):
12:05:15         # Login as user...
12:05:15         gatewaywrapper.doLogin(dbhelpers.USERS['history_test_user'])
12:05:15         userId = gatewaywrapper.gateway.getEventContext().userId
12:05:15         uuid = gatewaywrapper.gateway.getEventContext().sessionUuid
12:05:15         default_groupId = gatewaywrapper.gateway.getEventContext().groupId
12:05:15         start = int(round(time.time() * 1000)) - 1000
12:05:15         # Create Dataset in 'default' group
12:05:15         update = gatewaywrapper.gateway.getUpdateService()
12:05:15         new_ds = omero.model.DatasetI()
12:05:15         dataset_name = "history_test_%s" % uuid
12:05:15         new_ds.name = rstring(dataset_name)
12:05:15         new_ds = update.saveAndReturnObject(new_ds)
12:05:15         new_ds_Id = new_ds.id.val
12:05:15         # As Admin, create a second group with this user & upload script
12:05:15         gatewaywrapper.loginAsAdmin()
12:05:15         gid = gatewaywrapper.gateway.createGroup(
12:05:15             "history-test-%s" % uuid, member_Ids=[userId], perms=READWRITE)
12:05:15         # login as User
12:05:15         gatewaywrapper.doLogin(dbhelpers.USERS['history_test_user'])
12:05:15         end = int(round(time.time() * 1000)) + 1000
12:05:15         self.searchHistory(gatewaywrapper.gateway, start, end)
12:05:15         # switch user into new group
12:05:15         switched = gatewaywrapper.gateway.c.sf.setSecurityContext(
12:05:15             omero.model.ExperimenterGroupI(gid, False))
12:05:15         assert switched, "Failed to switch into new group"
12:05:15         # Shouldn't be able to access Dataset...
12:05:15 >       self.searchHistory(gatewaywrapper.gateway, start, end)
12:05:15 test/integration/gatewaytest/test_multi_group.py:96: 
12:05:15 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
12:05:15 self = <test.integration.gatewaytest.test_multi_group.TestHistory object at 0x7fea56ea0760>
12:05:15 gateway = <omero.gateway._BlitzGateway object at 0x7fea23318b50>
12:05:15 start = 1733832139358, end = 1733832141492, dtype = 'Dataset'
12:05:15     def searchHistory(self, gateway, start, end, dtype="Dataset"):
12:05:15         tm = gateway.getTimelineService()
12:05:15         count = tm.countByPeriod([dtype], rtime(int(start)),
12:05:15                                  rtime(int(end)), None, gateway.SERVICE_OPTS)
12:05:15         data = tm.getByPeriod([dtype], rtime(int(start)), rtime(int(end)),
12:05:15                               None, True, gateway.SERVICE_OPTS)
12:05:15         logs = tm.getEventLogsByPeriod(rtime(start), rtime(end), None,
12:05:15                                        gateway.SERVICE_OPTS)
12:05:15         entityType = 'ome.model.containers.%s' % dtype
12:05:15         filteredLogs = [{'id': i.entityId.val, 'action': i.action.val}
12:05:15                         for i in logs if i.entityType.val == entityType]
12:05:15         typeCount = count[dtype]
12:05:15         dataCount = len(data[dtype])
12:05:15         logCount = len(filteredLogs)
12:05:15         assert typeCount == dataCount, \
12:05:15             "Period count should match number of objects"
12:05:15 >       assert logCount == dataCount, \
12:05:15             "Logs count should match number of objects"
12:05:15 E       AssertionError: Logs count should match number of objects
12:05:15 E       assert 1 == 0
12:05:15 test/integration/gatewaytest/test_multi_group.py:58: AssertionError
12:05:15 ------------------------------ Captured log setup ------------------------------
12:05:15 INFO     omero.gateway:__init__.py:1940 closed connection (uuid=None)
12:05:15 INFO     omero.gateway:__init__.py:1940 closed connection (uuid=None)
12:05:15 INFO     omero.gateway:__init__.py:2243 created connection (uuid=582a8ad7-90c5-47a1-bcf7-2daefeb94b76)
12:05:15 INFO     omero.gateway:__init__.py:2243 created connection (uuid=8dda6067-d8c2-44fa-9672-39d3e8a6a402)
12:05:15 INFO     omero.gateway:__init__.py:1940 closed connection (uuid=None)
12:05:15 INFO     omero.gateway:__init__.py:2243 created connection (uuid=36f5fde3-2952-490d-aed1-d4853eb0c8be)
12:05:15 INFO     omero.gateway:__init__.py:1940 closed connection (uuid=None)
12:05:15 INFO     omero.gateway:__init__.py:2243 created connection (uuid=06caf997-7356-4dce-9f8d-60b883a64018)
12:05:15 INFO     omero.gateway:__init__.py:1940 closed connection (uuid=None)
12:05:15 INFO     omero.gateway:__init__.py:2243 created connection (uuid=3688236b-481f-481e-ba4d-4f27dc9ee740)
12:05:15 INFO     omero.gateway:__init__.py:1940 closed connection (uuid=None)
12:05:15 INFO     omero.gateway:__init__.py:2243 created connection (uuid=98ddafd2-2fa6-45c5-ae9b-1a89514d204a)
12:05:15 INFO     omero.gateway:__init__.py:1940 closed connection (uuid=None)
12:05:15 INFO     omero.gateway:__init__.py:1940 closed connection (uuid=None)
12:05:15 INFO     omero.gateway:__init__.py:1940 closed connection (uuid=None)
12:05:15 INFO     omero.gateway:__init__.py:2243 created connection (uuid=40b2b94c-eb11-41b3-9cfd-f99c51af5312)
12:05:15 WARNING  omero.gateway:__init__.py:4810 ApiUsageException on <class 'omero.gateway.OmeroGatewaySafeCallWrapper'> to <05a2aefb-8718-42f6-98a5-2b0afc10879fomero.api.IAdmin> lookupExperimenter(('history_test_user',), {})
12:05:15 Traceback (most recent call last):
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/gateway/__init__.py", line 4830, in __call__
12:05:15     return self.f(*args, **kwargs)
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero_api_IAdmin_ice.py", line 824, in lookupExperimenter
12:05:15     return _M_omero.api.IAdmin._op_lookupExperimenter.invoke(self, ((name, ), _ctx))
12:05:15 omero.ApiUsageException: exception ::omero::ApiUsageException
12:05:15 {
12:05:15     serverStackTrace = ome.conditions.ApiUsageException: No such experimenter: history_test_user
12:05:15 	at ome.logic.AdminImpl.lookupExperimenter(AdminImpl.java:325)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor606.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 	at ome.security.basic.EventHandler.invoke(EventHandler.java:154)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.orm.hibernate3.HibernateInterceptor.invoke(HibernateInterceptor.java:119)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
12:05:15 	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:282)
12:05:15 	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.tools.hibernate.ProxyCleanupFilter$Interceptor.invoke(ProxyCleanupFilter.java:249)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.services.util.ServiceHandler.invoke(ServiceHandler.java:121)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 	at com.sun.proxy.$Proxy88.lookupExperimenter(Unknown Source)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor606.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 	at ome.security.basic.BasicSecurityWiring.invoke(BasicSecurityWiring.java:93)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.services.blitz.fire.AopContextInitializer.invoke(AopContextInitializer.java:43)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 	at com.sun.proxy.$Proxy88.lookupExperimenter(Unknown Source)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor3374.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at ome.services.blitz.util.IceMethodInvoker.invoke(IceMethodInvoker.java:172)
12:05:15 	at ome.services.throttling.Callback.run(Callback.java:56)
12:05:15 	at ome.services.throttling.InThreadThrottlingStrategy.callInvokerOnRawArgs(InThreadThrottlingStrategy.java:56)
12:05:15 	at ome.services.blitz.impl.AbstractAmdServant.callInvokerOnRawArgs(AbstractAmdServant.java:140)
12:05:15 	at ome.services.blitz.impl.AdminI.lookupExperimenter_async(AdminI.java:256)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor3373.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 	at omero.cmd.CallContext.invoke(CallContext.java:85)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 	at com.sun.proxy.$Proxy89.lookupExperimenter_async(Unknown Source)
12:05:15 	at omero.api._IAdminTie.lookupExperimenter_async(_IAdminTie.java:264)
12:05:15 	at omero.api._IAdminDisp.___lookupExperimenter(_IAdminDisp.java:924)
12:05:15 	at omero.api._IAdminDisp.__dispatch(_IAdminDisp.java:2345)
12:05:15 	at IceInternal.Incoming.invoke(Incoming.java:221)
12:05:15 	at Ice.ConnectionI.invokeAll(ConnectionI.java:2536)
12:05:15 	at Ice.ConnectionI.dispatch(ConnectionI.java:1145)
12:05:15 	at Ice.ConnectionI.message(ConnectionI.java:1056)
12:05:15 	at IceInternal.ThreadPool.run(ThreadPool.java:395)
12:05:15 	at IceInternal.ThreadPool.access$300(ThreadPool.java:12)
12:05:15 	at IceInternal.ThreadPool$EventHandlerThread.run(ThreadPool.java:832)
12:05:15 	at java.base/java.lang.Thread.run(Thread.java:829)
12:05:15     serverExceptionClass = ome.conditions.ApiUsageException
12:05:15     message = No such experimenter: history_test_user
12:05:15 }
12:05:15 WARNING  omero.gateway:__init__.py:4810 ApiUsageException on <class 'omero.gateway.OmeroGatewaySafeCallWrapper'> to <05a2aefb-8718-42f6-98a5-2b0afc10879fomero.api.IAdmin> lookupGroup(('rw_history',), {})
12:05:15 Traceback (most recent call last):
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/gateway/__init__.py", line 4830, in __call__
12:05:15     return self.f(*args, **kwargs)
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero_api_IAdmin_ice.py", line 937, in lookupGroup
12:05:15     return _M_omero.api.IAdmin._op_lookupGroup.invoke(self, ((name, ), _ctx))
12:05:15 omero.ApiUsageException: exception ::omero::ApiUsageException
12:05:15 {
12:05:15     serverStackTrace = ome.conditions.ApiUsageException: No such group: rw_history
12:05:15 	at ome.logic.AdminImpl.lookupGroup(AdminImpl.java:366)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor480.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 	at ome.security.basic.EventHandler.invoke(EventHandler.java:154)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.orm.hibernate3.HibernateInterceptor.invoke(HibernateInterceptor.java:119)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
12:05:15 	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:282)
12:05:15 	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.tools.hibernate.ProxyCleanupFilter$Interceptor.invoke(ProxyCleanupFilter.java:249)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.services.util.ServiceHandler.invoke(ServiceHandler.java:121)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 	at com.sun.proxy.$Proxy88.lookupGroup(Unknown Source)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor480.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 	at ome.security.basic.BasicSecurityWiring.invoke(BasicSecurityWiring.java:93)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.services.blitz.fire.AopContextInitializer.invoke(AopContextInitializer.java:43)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 	at com.sun.proxy.$Proxy88.lookupGroup(Unknown Source)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor565.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at ome.services.blitz.util.IceMethodInvoker.invoke(IceMethodInvoker.java:172)
12:05:15 	at ome.services.throttling.Callback.run(Callback.java:56)
12:05:15 	at ome.services.throttling.InThreadThrottlingStrategy.callInvokerOnRawArgs(InThreadThrottlingStrategy.java:56)
12:05:15 	at ome.services.blitz.impl.AbstractAmdServant.callInvokerOnRawArgs(AbstractAmdServant.java:140)
12:05:15 	at ome.services.blitz.impl.AdminI.lookupGroup_async(AdminI.java:266)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor564.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 	at omero.cmd.CallContext.invoke(CallContext.java:85)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 	at com.sun.proxy.$Proxy89.lookupGroup_async(Unknown Source)
12:05:15 	at omero.api._IAdminTie.lookupGroup_async(_IAdminTie.java:276)
12:05:15 	at omero.api._IAdminDisp.___lookupGroup(_IAdminDisp.java:990)
12:05:15 	at omero.api._IAdminDisp.__dispatch(_IAdminDisp.java:2353)
12:05:15 	at IceInternal.Incoming.invoke(Incoming.java:221)
12:05:15 	at Ice.ConnectionI.invokeAll(ConnectionI.java:2536)
12:05:15 	at Ice.ConnectionI.dispatch(ConnectionI.java:1145)
12:05:15 	at Ice.ConnectionI.message(ConnectionI.java:1056)
12:05:15 	at IceInternal.ThreadPool.run(ThreadPool.java:395)
12:05:15 	at IceInternal.ThreadPool.access$300(ThreadPool.java:12)
12:05:15 	at IceInternal.ThreadPool$EventHandlerThread.run(ThreadPool.java:832)
12:05:15 	at java.base/java.lang.Thread.run(Thread.java:829)
12:05:15     serverExceptionClass = ome.conditions.ApiUsageException
12:05:15     message = No such group: rw_history
12:05:15 }
12:05:15 INFO     omero.gateway:__init__.py:1940 closed connection (uuid=None)
12:05:15 ------------------------------ Captured log call -------------------------------
12:05:15 INFO     omero.gateway:__init__.py:2243 created connection (uuid=ece7b923-6388-4426-9a25-342812b6100b)
12:05:15 INFO     omero.gateway:__init__.py:1940 closed connection (uuid=None)
12:05:15 INFO     omero.gateway:__init__.py:2243 created connection (uuid=76e85c9e-3244-4ade-9d79-2607a587761a)
12:05:15 INFO     omero.gateway:__init__.py:1940 closed connection (uuid=None)
12:05:15 INFO     omero.gateway:__init__.py:2243 created connection (uuid=c1b3d3a0-72e3-47c1-949e-02b11a5b8d27)
12:05:15 --------------------------- Captured stderr teardown ---------------------------
12:05:15 **
12:05:15 ---------------------------- Captured log teardown -----------------------------
12:05:15 INFO     omero.gateway:__init__.py:1940 closed connection (uuid=None)
12:05:15 INFO     omero.gateway:__init__.py:2243 created connection (uuid=79f78ae0-549a-4957-a3d9-6ecb3c5f6c9a)
12:05:15 INFO     omero.gateway:__init__.py:2243 created connection (uuid=e2e9af42-9efe-4666-82eb-ac8f9a964a39)
12:05:15 INFO     omero.gateway:__init__.py:1940 closed connection (uuid=None)
12:05:15 INFO     omero.gateway:__init__.py:1940 closed connection (uuid=None)
12:05:15 INFO     omero.gateway:__init__.py:2243 created connection (uuid=6bb81094-07c1-4c2e-aec1-35b4babec50a)
12:05:15 INFO     omero.gateway:__init__.py:1940 closed connection (uuid=None)
12:05:15 ___________________________ TestScript.testRunScript ___________________________
12:05:15 self = <test.integration.gatewaytest.test_multi_group.TestScript object at 0x7fea56ea0c40>
12:05:15 gatewaywrapper = <omero.gateway.pytest_fixtures.GatewayWrapper object at 0x7fea239b95e0>
12:05:15     @pytest.mark.broken(ticket="11610")
12:05:15     def testRunScript(self, gatewaywrapper):
12:05:15         # Login as user...
12:05:15         gatewaywrapper.doLogin(dbhelpers.USERS['script_test_user'])
12:05:15         userId = gatewaywrapper.gateway.getEventContext().userId
12:05:15         uuid = gatewaywrapper.gateway.getEventContext().sessionUuid
12:05:15         default_groupId = gatewaywrapper.gateway.getEventContext().groupId
12:05:15         # Create Dataset in 'default' group
12:05:15         update = gatewaywrapper.gateway.getUpdateService()
12:05:15         new_ds = omero.model.DatasetI()
12:05:15         dataset_name = "script_test_%s" % uuid
12:05:15         new_ds.name = rstring(dataset_name)
12:05:15         new_ds = update.saveAndReturnObject(new_ds)
12:05:15         new_ds_Id = new_ds.id.val
12:05:15         # As Admin, create a second group with this user & upload script
12:05:15         gatewaywrapper.loginAsAdmin()
12:05:15         gid = gatewaywrapper.gateway.createGroup(
12:05:15             "script-test-%s" % uuid, member_Ids=[userId], perms=READWRITE)
12:05:15         SCRIPT = """if True:
12:05:15         import omero.scripts
12:05:15         import omero.rtypes
12:05:15         client = omero.scripts.client("ticket8573", \
12:05:15                 omero.scripts.Long("datasetId"), \
12:05:15                 omero.scripts.String("datasetName", out=True))
12:05:15         ec = client.sf.getAdminService().getEventContext()
12:05:15         gid = ec.groupId
12:05:15         qs = client.sf.getQueryService()
12:05:15         ds_Id = client.getInput("datasetId").getValue()
12:05:15         print("Running test...")     # generate stdout
12:05:15         try:
12:05:15             dataset = qs.find("Dataset", ds_Id)
12:05:15             ds_Name = dataset.name.val
12:05:15             print(ds_Name)
12:05:15         except Exception:
12:05:15             ds_Name = "Not Found"
12:05:15         client.setOutput("gid", omero.rtypes.rlong(gid))
12:05:15         client.setOutput("datasetName", omero.rtypes.rstring(ds_Name))
12:05:15         """
12:05:15         svc = gatewaywrapper.gateway.getScriptService()
12:05:15         scriptID = svc.uploadOfficialScript(
12:05:15             "/test/ticket8573/%s" % uuid, SCRIPT)
12:05:15         # switch user into new group
12:05:15         gatewaywrapper.doLogin(dbhelpers.USERS['script_test_user'])
12:05:15         switched = gatewaywrapper.gateway.c.sf.setSecurityContext(
12:05:15             omero.model.ExperimenterGroupI(gid, False))
12:05:15         assert switched, "Failed to switch into new group"
12:05:15         # Shouldn't be able to access Dataset...
12:05:15         value = gatewaywrapper.gateway.getObject("Dataset", new_ds_Id)
12:05:15         assert value is None
12:05:15         gatewaywrapper.gateway.SERVICE_OPTS.setOmeroGroup(
12:05:15             str(default_groupId))
12:05:15         value = gatewaywrapper.gateway.getObject("Dataset", new_ds_Id)
12:05:15         assert value is not None
12:05:15         # run script
12:05:15         svc = gatewaywrapper.gateway.getScriptService()
12:05:15 >       process = svc.runScript(scriptID, {"datasetId": rlong(new_ds_Id)},
12:05:15                                 None, gatewaywrapper.gateway.SERVICE_OPTS)
12:05:15 test/integration/gatewaytest/test_multi_group.py:188: 
12:05:15 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
12:05:15 ../../../../.venv3/lib64/python3.9/site-packages/omero/gateway/__init__.py:4833: in __call__
12:05:15     return self.handle_exception(e, *args, **kwargs)
12:05:15 ../../../../.venv3/lib64/python3.9/site-packages/omero/gateway/__init__.py:4830: in __call__
12:05:15     return self.f(*args, **kwargs)
12:05:15 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
12:05:15 self = 6e0344f5-8ad7-4067-83aa-607e34228330/75debe85-f469-4483-b3c7-03646c7f9308omero.api.IScript -t -e 1.1:tcp -h 172.18.0.9 -p 32919 -t 60000
12:05:15 scriptID = 5993
12:05:15 inputs = {'datasetId': object #0 (::omero::RLong)
12:05:15 {
12:05:15     _val = 1359
12:05:15 }}
12:05:15 waitSecs = None
12:05:15 _ctx = <ServiceOptsDict: {'omero.client.uuid': '75debe85-f469-4483-b3c7-03646c7f9308', 'omero.session.uuid': '6e0344f5-8ad7-4067-83aa-607e34228330', 'omero.group': '3666'}>
12:05:15     def runScript(self, scriptID, inputs, waitSecs, _ctx=None):
12:05:15 >       return _M_omero.api.IScript._op_runScript.invoke(self, ((scriptID, inputs, waitSecs), _ctx))
12:05:15 E       omero.NoProcessorAvailable: exception ::omero::NoProcessorAvailable
12:05:15 E       {
12:05:15 E           serverStackTrace = 
12:05:15 E           serverExceptionClass = 
12:05:15 E           message = No processor available! [0 response(s)]
12:05:15 E           processorCount = 0
12:05:15 E       }
12:05:15 ../../../../.venv3/lib64/python3.9/site-packages/omero_api_IScript_ice.py:935: NoProcessorAvailable
12:05:15 ------------------------------ Captured log setup ------------------------------
12:05:15 INFO     omero.gateway:__init__.py:1940 closed connection (uuid=None)
12:05:15 INFO     omero.gateway:__init__.py:1940 closed connection (uuid=None)
12:05:15 INFO     omero.gateway:__init__.py:2243 created connection (uuid=2fbab3eb-ce0c-4ef0-b565-4b9ebd519a93)
12:05:15 INFO     omero.gateway:__init__.py:2243 created connection (uuid=59caafa1-8d07-4df8-af11-8167f88970f9)
12:05:15 INFO     omero.gateway:__init__.py:1940 closed connection (uuid=None)
12:05:15 INFO     omero.gateway:__init__.py:2243 created connection (uuid=30d7e459-7c58-4f60-a2bf-21abba5deb04)
12:05:15 INFO     omero.gateway:__init__.py:1940 closed connection (uuid=None)
12:05:15 INFO     omero.gateway:__init__.py:2243 created connection (uuid=ab3a8186-730e-4e1f-abac-d6753d4be1fc)
12:05:15 INFO     omero.gateway:__init__.py:1940 closed connection (uuid=None)
12:05:15 INFO     omero.gateway:__init__.py:2243 created connection (uuid=42142c9b-8542-4545-8500-8106425a63c7)
12:05:15 INFO     omero.gateway:__init__.py:1940 closed connection (uuid=None)
12:05:15 INFO     omero.gateway:__init__.py:2243 created connection (uuid=c15b1160-53ac-4121-9b80-73712f6b7776)
12:05:15 INFO     omero.gateway:__init__.py:1940 closed connection (uuid=None)
12:05:15 INFO     omero.gateway:__init__.py:1940 closed connection (uuid=None)
12:05:15 INFO     omero.gateway:__init__.py:1940 closed connection (uuid=None)
12:05:15 INFO     omero.gateway:__init__.py:2243 created connection (uuid=7b5619c7-dad3-4462-9b0b-85cd678798b1)
12:05:15 WARNING  omero.gateway:__init__.py:4810 ApiUsageException on <class 'omero.gateway.OmeroGatewaySafeCallWrapper'> to <38dd0541-693d-4eec-b3dc-d602cc182198omero.api.IAdmin> lookupExperimenter(('script_test_user',), {})
12:05:15 Traceback (most recent call last):
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/gateway/__init__.py", line 4830, in __call__
12:05:15     return self.f(*args, **kwargs)
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero_api_IAdmin_ice.py", line 824, in lookupExperimenter
12:05:15     return _M_omero.api.IAdmin._op_lookupExperimenter.invoke(self, ((name, ), _ctx))
12:05:15 omero.ApiUsageException: exception ::omero::ApiUsageException
12:05:15 {
12:05:15     serverStackTrace = ome.conditions.ApiUsageException: No such experimenter: script_test_user
12:05:15 	at ome.logic.AdminImpl.lookupExperimenter(AdminImpl.java:325)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor606.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 	at ome.security.basic.EventHandler.invoke(EventHandler.java:154)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.orm.hibernate3.HibernateInterceptor.invoke(HibernateInterceptor.java:119)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
12:05:15 	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:282)
12:05:15 	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.tools.hibernate.ProxyCleanupFilter$Interceptor.invoke(ProxyCleanupFilter.java:249)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.services.util.ServiceHandler.invoke(ServiceHandler.java:121)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 	at com.sun.proxy.$Proxy88.lookupExperimenter(Unknown Source)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor606.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 	at ome.security.basic.BasicSecurityWiring.invoke(BasicSecurityWiring.java:93)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.services.blitz.fire.AopContextInitializer.invoke(AopContextInitializer.java:43)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 	at com.sun.proxy.$Proxy88.lookupExperimenter(Unknown Source)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor3374.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at ome.services.blitz.util.IceMethodInvoker.invoke(IceMethodInvoker.java:172)
12:05:15 	at ome.services.throttling.Callback.run(Callback.java:56)
12:05:15 	at ome.services.throttling.InThreadThrottlingStrategy.callInvokerOnRawArgs(InThreadThrottlingStrategy.java:56)
12:05:15 	at ome.services.blitz.impl.AbstractAmdServant.callInvokerOnRawArgs(AbstractAmdServant.java:140)
12:05:15 	at ome.services.blitz.impl.AdminI.lookupExperimenter_async(AdminI.java:256)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor3373.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 	at omero.cmd.CallContext.invoke(CallContext.java:85)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 	at com.sun.proxy.$Proxy89.lookupExperimenter_async(Unknown Source)
12:05:15 	at omero.api._IAdminTie.lookupExperimenter_async(_IAdminTie.java:264)
12:05:15 	at omero.api._IAdminDisp.___lookupExperimenter(_IAdminDisp.java:924)
12:05:15 	at omero.api._IAdminDisp.__dispatch(_IAdminDisp.java:2345)
12:05:15 	at IceInternal.Incoming.invoke(Incoming.java:221)
12:05:15 	at Ice.ConnectionI.invokeAll(ConnectionI.java:2536)
12:05:15 	at Ice.ConnectionI.dispatch(ConnectionI.java:1145)
12:05:15 	at Ice.ConnectionI.message(ConnectionI.java:1056)
12:05:15 	at IceInternal.ThreadPool.run(ThreadPool.java:395)
12:05:15 	at IceInternal.ThreadPool.access$300(ThreadPool.java:12)
12:05:15 	at IceInternal.ThreadPool$EventHandlerThread.run(ThreadPool.java:832)
12:05:15 	at java.base/java.lang.Thread.run(Thread.java:829)
12:05:15     serverExceptionClass = ome.conditions.ApiUsageException
12:05:15     message = No such experimenter: script_test_user
12:05:15 }
12:05:15 WARNING  omero.gateway:__init__.py:4810 ApiUsageException on <class 'omero.gateway.OmeroGatewaySafeCallWrapper'> to <38dd0541-693d-4eec-b3dc-d602cc182198omero.api.IAdmin> lookupGroup(('rw_script',), {})
12:05:15 Traceback (most recent call last):
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/gateway/__init__.py", line 4830, in __call__
12:05:15     return self.f(*args, **kwargs)
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero_api_IAdmin_ice.py", line 937, in lookupGroup
12:05:15     return _M_omero.api.IAdmin._op_lookupGroup.invoke(self, ((name, ), _ctx))
12:05:15 omero.ApiUsageException: exception ::omero::ApiUsageException
12:05:15 {
12:05:15     serverStackTrace = ome.conditions.ApiUsageException: No such group: rw_script
12:05:15 	at ome.logic.AdminImpl.lookupGroup(AdminImpl.java:366)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor480.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 	at ome.security.basic.EventHandler.invoke(EventHandler.java:154)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.orm.hibernate3.HibernateInterceptor.invoke(HibernateInterceptor.java:119)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
12:05:15 	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:282)
12:05:15 	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.tools.hibernate.ProxyCleanupFilter$Interceptor.invoke(ProxyCleanupFilter.java:249)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.services.util.ServiceHandler.invoke(ServiceHandler.java:121)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 	at com.sun.proxy.$Proxy88.lookupGroup(Unknown Source)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor480.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 	at ome.security.basic.BasicSecurityWiring.invoke(BasicSecurityWiring.java:93)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.services.blitz.fire.AopContextInitializer.invoke(AopContextInitializer.java:43)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 	at com.sun.proxy.$Proxy88.lookupGroup(Unknown Source)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor565.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at ome.services.blitz.util.IceMethodInvoker.invoke(IceMethodInvoker.java:172)
12:05:15 	at ome.services.throttling.Callback.run(Callback.java:56)
12:05:15 	at ome.services.throttling.InThreadThrottlingStrategy.callInvokerOnRawArgs(InThreadThrottlingStrategy.java:56)
12:05:15 	at ome.services.blitz.impl.AbstractAmdServant.callInvokerOnRawArgs(AbstractAmdServant.java:140)
12:05:15 	at ome.services.blitz.impl.AdminI.lookupGroup_async(AdminI.java:266)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor564.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 	at omero.cmd.CallContext.invoke(CallContext.java:85)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 	at com.sun.proxy.$Proxy89.lookupGroup_async(Unknown Source)
12:05:15 	at omero.api._IAdminTie.lookupGroup_async(_IAdminTie.java:276)
12:05:15 	at omero.api._IAdminDisp.___lookupGroup(_IAdminDisp.java:990)
12:05:15 	at omero.api._IAdminDisp.__dispatch(_IAdminDisp.java:2353)
12:05:15 	at IceInternal.Incoming.invoke(Incoming.java:221)
12:05:15 	at Ice.ConnectionI.invokeAll(ConnectionI.java:2536)
12:05:15 	at Ice.ConnectionI.dispatch(ConnectionI.java:1145)
12:05:15 	at Ice.ConnectionI.message(ConnectionI.java:1056)
12:05:15 	at IceInternal.ThreadPool.run(ThreadPool.java:395)
12:05:15 	at IceInternal.ThreadPool.access$300(ThreadPool.java:12)
12:05:15 	at IceInternal.ThreadPool$EventHandlerThread.run(ThreadPool.java:832)
12:05:15 	at java.base/java.lang.Thread.run(Thread.java:829)
12:05:15     serverExceptionClass = ome.conditions.ApiUsageException
12:05:15     message = No such group: rw_script
12:05:15 }
12:05:15 INFO     omero.gateway:__init__.py:1940 closed connection (uuid=None)
12:05:15 ------------------------------ Captured log call -------------------------------
12:05:15 INFO     omero.gateway:__init__.py:2243 created connection (uuid=49117c29-1997-4b66-b1b8-91771827e79e)
12:05:15 INFO     omero.gateway:__init__.py:1940 closed connection (uuid=None)
12:05:15 INFO     omero.gateway:__init__.py:2243 created connection (uuid=06320973-5bdc-41d8-8465-bce6c25229e5)
12:05:15 INFO     omero.gateway:__init__.py:1940 closed connection (uuid=None)
12:05:15 INFO     omero.gateway:__init__.py:2243 created connection (uuid=6e0344f5-8ad7-4067-83aa-607e34228330)
12:05:15 WARNING  omero.gateway:__init__.py:4810 NoProcessorAvailable on <class 'omero.gateway.OmeroGatewaySafeCallWrapper'> to <75debe85-f469-4483-b3c7-03646c7f9308omero.api.IScript> runScript((5993, {'datasetId': object #0 (::omero::RLong)
12:05:15 {
12:05:15     _val = 1359
12:05:15 }}, None, <ServiceOptsDict: {'omero.client.uuid': '75debe85-f469-4483-b3c7-03646c7f9308', 'omero.session.uuid': '6e0344f5-8ad7-4067-83aa-607e34228330', 'omero.group': '3666'}>), {})
12:05:15 Traceback (most recent call last):
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/gateway/__init__.py", line 4830, in __call__
12:05:15     return self.f(*args, **kwargs)
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero_api_IScript_ice.py", line 935, in runScript
12:05:15     return _M_omero.api.IScript._op_runScript.invoke(self, ((scriptID, inputs, waitSecs), _ctx))
12:05:15 omero.NoProcessorAvailable: exception ::omero::NoProcessorAvailable
12:05:15 {
12:05:15     serverStackTrace = 
12:05:15     serverExceptionClass = 
12:05:15     message = No processor available! [0 response(s)]
12:05:15     processorCount = 0
12:05:15 }
12:05:15 --------------------------- Captured stderr teardown ---------------------------
12:05:15 **
12:05:15 ---------------------------- Captured log teardown -----------------------------
12:05:15 INFO     omero.gateway:__init__.py:1940 closed connection (uuid=None)
12:05:15 INFO     omero.gateway:__init__.py:2243 created connection (uuid=1d10dfdc-24df-4158-b1db-cec49bf1abab)
12:05:15 INFO     omero.gateway:__init__.py:2243 created connection (uuid=5c6cab64-8ab5-4b6d-8b8a-aa7a35c07ee6)
12:05:15 INFO     omero.gateway:__init__.py:1940 closed connection (uuid=None)
12:05:15 INFO     omero.gateway:__init__.py:1940 closed connection (uuid=None)
12:05:15 INFO     omero.gateway:__init__.py:2243 created connection (uuid=ea0f312d-3894-4b8e-bfcd-b37c037ea2cd)
12:05:15 INFO     omero.gateway:__init__.py:1940 closed connection (uuid=None)
12:05:15 ___________________ TestPerformance.testListFileAnnotations ____________________
12:05:15 self = <test.integration.gatewaytest.test_performance.TestPerformance object at 0x7fea56ea6340>
12:05:15 gatewaywrapper = <omero.gateway.pytest_fixtures.GatewayWrapper object at 0x7fea210c4400>
12:05:15     @pytest.mark.broken(ticket="11494")
12:05:15     def testListFileAnnotations(self, gatewaywrapper):
12:05:15         """
12:05:15         testListFileAnnotations: test speed of getObjects('FileAnnotation') vv
12:05:15         listFileAnnotations()
12:05:15         """
12:05:15         gatewaywrapper.loginAsAuthor()
12:05:15         updateService = gatewaywrapper.gateway.getUpdateService()
12:05:15         def createFileAnnotation(name, ns):
12:05:15             originalFile = omero.model.OriginalFileI()
12:05:15             originalFile.setName(rstring(name))
12:05:15             originalFile.setPath(rstring(name))
12:05:15             originalFile.setSize(rlong(0))
12:05:15             originalFile.setHash(rstring("Foo"))
12:05:15             originalFile = updateService.saveAndReturnObject(originalFile)
12:05:15             fa = omero.model.FileAnnotationI()
12:05:15             fa.setFile(originalFile)
12:05:15             fa.setNs(rstring(ns))
12:05:15             fa = updateService.saveAndReturnObject(fa)
12:05:15             return fa.id.val
12:05:15         ns = "omero.gatewaytest.PerformanceTest.testListFileAnnotations"
12:05:15         fileCount = 250
12:05:15         fileAnnIds = [createFileAnnotation("testListFileAnnotations%s" % i,
12:05:15                       ns) for i in range(fileCount)]
12:05:15         # test speed of listFileAnnotations
12:05:15         startTime = time.time()
12:05:15         fileCount = 0
12:05:15         fileAnns = gatewaywrapper.gateway.listFileAnnotations(toInclude=[ns])
12:05:15         for fa in fileAnns:
12:05:15             fa.getFileName()
12:05:15             fileCount += 1
12:05:15         t1 = time.time() - startTime
12:05:15         print("listFileAnnotations for %d files = %s secs" % (fileCount, t1))
12:05:15         # Typically 1.4 secs
12:05:15         # test speed of getOjbects("Annotation") - lazy loading file names
12:05:15         startTime = time.time()
12:05:15         fileCount = 0
12:05:15         fileAnns = gatewaywrapper.gateway.getObjects(
12:05:15             "FileAnnotation", attributes={'ns': ns})
12:05:15         for fa in fileAnns:
12:05:15             fa.getFileName()
12:05:15             fileCount += 1
12:05:15         t2 = time.time() - startTime
12:05:15         print("getObjects, lazy loading file names for %d files = %s secs"
12:05:15               % (fileCount, t2))  # Typically 2.8 secs
12:05:15         # test speed of getOjbects("Annotation") - NO loading file names
12:05:15         startTime = time.time()
12:05:15         fileCount = 0
12:05:15         fileAnns = gatewaywrapper.gateway.getObjects(
12:05:15             "FileAnnotation", attributes={'ns': ns})
12:05:15         for fa in fileAnns:
12:05:15             fa.getId()
12:05:15             fileCount += 1
12:05:15         t3 = time.time() - startTime
12:05:15         print("getObjects, NO file names for %d files = %s secs"
12:05:15               % (fileCount, t3))  # Typically 0.4 secs
12:05:15 >       assert t1 < t2, "Blitz listFileAnnotations() should be faster " \
12:05:15             "than getObjects('FileAnnotation')"
12:05:15 E       AssertionError: Blitz listFileAnnotations() should be faster than getObjects('FileAnnotation')
12:05:15 E       assert 0.26314806938171387 < 0.22946786880493164
12:05:15 test/integration/gatewaytest/test_performance.py:91: AssertionError
12:05:15 ------------------------------ Captured log setup ------------------------------
12:05:15 INFO     omero.gateway:__init__.py:1940 closed connection (uuid=None)
12:05:15 INFO     omero.gateway:__init__.py:1940 closed connection (uuid=None)
12:05:15 INFO     omero.gateway:__init__.py:2243 created connection (uuid=89ad25b2-68bb-421d-8407-cb47a296c8dd)
12:05:15 INFO     omero.gateway:__init__.py:2243 created connection (uuid=d04ca7f0-6391-4f9e-a8bf-5e27c61c8f20)
12:05:15 INFO     omero.gateway:__init__.py:1940 closed connection (uuid=None)
12:05:15 INFO     omero.gateway:__init__.py:2243 created connection (uuid=e90a3caf-b593-43c6-9c4c-2c7b4c91b139)
12:05:15 INFO     omero.gateway:__init__.py:1940 closed connection (uuid=None)
12:05:15 INFO     omero.gateway:__init__.py:2243 created connection (uuid=8182e079-3659-462f-94e9-8199a506bbf9)
12:05:15 INFO     omero.gateway:__init__.py:1940 closed connection (uuid=None)
12:05:15 INFO     omero.gateway:__init__.py:2243 created connection (uuid=e4050dfa-299d-4b65-9bda-fd48ad58e192)
12:05:15 INFO     omero.gateway:__init__.py:1940 closed connection (uuid=None)
12:05:15 INFO     omero.gateway:__init__.py:2243 created connection (uuid=f75442ef-db4d-4f3f-bc9b-a2415a67c2e9)
12:05:15 INFO     omero.gateway:__init__.py:1940 closed connection (uuid=None)
12:05:15 INFO     omero.gateway:__init__.py:1940 closed connection (uuid=None)
12:05:15 ----------------------------- Captured stdout call -----------------------------
12:05:15 listFileAnnotations for 250 files = 0.26314806938171387 secs
12:05:15 getObjects, lazy loading file names for 250 files = 0.22946786880493164 secs
12:05:15 getObjects, NO file names for 250 files = 0.1562793254852295 secs
12:05:15 ------------------------------ Captured log call -------------------------------
12:05:15 INFO     omero.gateway:__init__.py:2243 created connection (uuid=50d267e9-ca9b-498c-b260-6a9fb87ff7aa)
12:05:15 --------------------------- Captured stderr teardown ---------------------------
12:05:15 **
12:05:15 ---------------------------- Captured log teardown -----------------------------
12:05:15 INFO     omero.gateway:__init__.py:1940 closed connection (uuid=None)
12:05:15 INFO     omero.gateway:__init__.py:2243 created connection (uuid=177edaec-8a42-4819-87bc-ddd7158fdbf8)
12:05:15 INFO     omero.gateway:__init__.py:2243 created connection (uuid=9afb3a5c-652b-4a35-832d-c263cb83de2d)
12:05:15 INFO     omero.gateway:__init__.py:1940 closed connection (uuid=None)
12:05:15 INFO     omero.gateway:__init__.py:1940 closed connection (uuid=None)
12:05:15 INFO     omero.gateway:__init__.py:2243 created connection (uuid=8d07a166-cf1e-45fe-b687-fbed31fe16de)
12:05:15 INFO     omero.gateway:__init__.py:1940 closed connection (uuid=None)
12:05:15 _________________________ TestUser.testCrossGroupRead __________________________
12:05:15 self = <test.integration.gatewaytest.test_user.TestUser object at 0x7fea56e883d0>
12:05:15 gatewaywrapper = <omero.gateway.pytest_fixtures.GatewayWrapper object at 0x7fea2fd92d90>
12:05:15     @pytest.mark.broken(ticket="11545")
12:05:15     def testCrossGroupRead(self, gatewaywrapper):
12:05:15         gatewaywrapper.loginAsAuthor()
12:05:15         p = gatewaywrapper.getTestProject()
12:05:15         assert str(p.getDetails().permissions)[4] == '-'
12:05:15         d = p.getDetails()
12:05:15         g = d.getGroup()
12:05:15         gatewaywrapper.loginAsUser()
12:05:15         gatewaywrapper.gateway.SERVICE_OPTS.setOmeroGroup('-1')
12:05:15 >       assert not g.getId() in \
12:05:15             gatewaywrapper.gateway.getEventContext().memberOfGroups
12:05:15 E       assert not 2719 in [2718, 1, 2730, 2719, 2786]
12:05:15 E        +  where 2719 = getId()
12:05:15 E        +    where getId = <_ExperimenterGroupWrapper id=2719>.getId
12:05:15 E        +  and   [2718, 1, 2730, 2719, 2786] = object #0 (::omero::sys::EventContext)\n{\n    shareId = -1\n    sessionId = 10313\n    sessionUuid = bd72e4a2-e0b5-4871-815e-bc2dbbf20ed6\n    userId = 3728\n    userName = weblitz_test_user\n    sudoerId = <nil>\n    sudoerName = <nil>\n    groupId = 2718\n    groupName = weblitz_test_user_group\n    isAdmin = False\n    adminPrivileges = \n    {\n    }\n    eventId = -1\n    eventType = Internal\n    memberOfGroups = \n    {\n        [0] = 2718\n        [1] = 1\n        [2] = 2730\n        [3] = 2719\n        [4] = 2786\n    }\n    leaderOfGroups = \n    {\n    }\n    groupPermissions = object #1 (::omero::model::Permissions)\n    {\n        _restrictions = \n        {\n        }\n        _extendedRestrictions = \n        {\n        }\n        _perm1 = -56\n    }\n}.memberOfGroups
12:05:15 E        +    where object #0 (::omero::sys::EventContext)\n{\n    shareId = -1\n    sessionId = 10313\n    sessionUuid = bd72e4a2-e0b5-4871-815e-bc2dbbf20ed6\n    userId = 3728\n    userName = weblitz_test_user\n    sudoerId = <nil>\n    sudoerName = <nil>\n    groupId = 2718\n    groupName = weblitz_test_user_group\n    isAdmin = False\n    adminPrivileges = \n    {\n    }\n    eventId = -1\n    eventType = Internal\n    memberOfGroups = \n    {\n        [0] = 2718\n        [1] = 1\n        [2] = 2730\n        [3] = 2719\n        [4] = 2786\n    }\n    leaderOfGroups = \n    {\n    }\n    groupPermissions = object #1 (::omero::model::Permissions)\n    {\n        _restrictions = \n        {\n        }\n        _extendedRestrictions = \n        {\n        }\n        _perm1 = -56\n    }\n} = getEventContext()
12:05:15 E        +      where getEventContext = <omero.gateway._BlitzGateway object at 0x7fea2330bac0>.getEventContext
12:05:15 E        +        where <omero.gateway._BlitzGateway object at 0x7fea2330bac0> = <omero.gateway.pytest_fixtures.GatewayWrapper object at 0x7fea2fd92d90>.gateway
12:05:15 test/integration/gatewaytest/test_user.py:127: AssertionError
12:05:15 ------------------------------ Captured log setup ------------------------------
12:05:15 INFO     omero.gateway:__init__.py:1940 closed connection (uuid=None)
12:05:15 INFO     omero.gateway:__init__.py:1940 closed connection (uuid=None)
12:05:15 INFO     omero.gateway:__init__.py:2243 created connection (uuid=39a7d07a-acb6-4885-afb9-b72f62046f30)
12:05:15 INFO     omero.gateway:__init__.py:2243 created connection (uuid=9a2abc6c-999a-4078-b850-7dccc04cf949)
12:05:15 INFO     omero.gateway:__init__.py:1940 closed connection (uuid=None)
12:05:15 INFO     omero.gateway:__init__.py:2243 created connection (uuid=1dc0e21c-e33e-4640-9193-d6b7215db944)
12:05:15 INFO     omero.gateway:__init__.py:1940 closed connection (uuid=None)
12:05:15 INFO     omero.gateway:__init__.py:2243 created connection (uuid=a6fbce6b-37c7-4b81-89df-e2263f8daeae)
12:05:15 INFO     omero.gateway:__init__.py:1940 closed connection (uuid=None)
12:05:15 INFO     omero.gateway:__init__.py:2243 created connection (uuid=d6bf1b0b-afa7-4fd0-88a8-836181578f07)
12:05:15 INFO     omero.gateway:__init__.py:1940 closed connection (uuid=None)
12:05:15 INFO     omero.gateway:__init__.py:2243 created connection (uuid=7ab82c2f-33f6-47e7-9a39-9d71c2e67830)
12:05:15 INFO     omero.gateway:__init__.py:1940 closed connection (uuid=None)
12:05:15 INFO     omero.gateway:__init__.py:1940 closed connection (uuid=None)
12:05:15 ------------------------------ Captured log call -------------------------------
12:05:15 INFO     omero.gateway:__init__.py:2243 created connection (uuid=df16aa4a-a2b5-445b-9bb2-b3efc6bcaf79)
12:05:15 INFO     omero.gateway:__init__.py:1940 closed connection (uuid=None)
12:05:15 INFO     omero.gateway:__init__.py:2243 created connection (uuid=bd72e4a2-e0b5-4871-815e-bc2dbbf20ed6)
12:05:15 --------------------------- Captured stderr teardown ---------------------------
12:05:15 **
12:05:15 ---------------------------- Captured log teardown -----------------------------
12:05:15 INFO     omero.gateway:__init__.py:1940 closed connection (uuid=None)
12:05:15 INFO     omero.gateway:__init__.py:2243 created connection (uuid=ecc024c3-00b4-4ca0-b7f9-6991f7e6e80f)
12:05:15 INFO     omero.gateway:__init__.py:2243 created connection (uuid=242bd5fe-45cc-45ab-b07f-fee6f561b423)
12:05:15 INFO     omero.gateway:__init__.py:1940 closed connection (uuid=None)
12:05:15 INFO     omero.gateway:__init__.py:1940 closed connection (uuid=None)
12:05:15 INFO     omero.gateway:__init__.py:2243 created connection (uuid=2c32f9db-9554-4276-8270-420955bcda5b)
12:05:15 INFO     omero.gateway:__init__.py:1940 closed connection (uuid=None)
12:05:15 _________________________ TestPing.testProcessCallback _________________________
12:05:15 self = <test.integration.scriptstest.test_ping.TestPing object at 0x7fea56dafd00>
12:05:15     @pytest.mark.broken(ticket="11494")
12:05:15     def testProcessCallback(self):
12:05:15         callback = CallbackI()
12:05:15         id = self.client.getCommunicator().stringToIdentity(str(uuid.uuid4()))
12:05:15         cb = self.client.getAdapter().add(callback, id)
12:05:15         cb = omero.grid.ProcessCallbackPrx.uncheckedCast(cb)
12:05:15         p = self._getProcessor()
12:05:15         params = p.params()
12:05:15         assert params.stdoutFormat
12:05:15         process = p.execute(rmap({}))
12:05:15         process.registerCallback(cb)
12:05:15         self.assertSuccess(p, process)
12:05:15 >       assert len(callback.finish) > 0
12:05:15 E       assert 0 > 0
12:05:15 E        +  where 0 = len([])
12:05:15 E        +    where [] = object #0 (::omero::grid::ProcessCallback)\n{\n}.finish
12:05:15 test/integration/scriptstest/test_ping.py:214: AssertionError
12:05:15 ______________________ TestScriptRepo.testGetGroupScripts ______________________
12:05:15 self = <test.integration.scriptstest.test_repo.TestScriptRepo object at 0x7fea56db29a0>
12:05:15     @pytest.mark.broken(ticket="11494")
12:05:15     def testGetGroupScripts(self):
12:05:15         scriptService = self.sf.getScriptService()
12:05:15         client = self.new_client(self.group)
12:05:15         sid = client.sf.getScriptService().uploadScript(
12:05:15             "/test/otheruser.py",
12:05:15             """if True:
12:05:15             import omero, omero.scripts as OS
12:05:15             OS.client("testGetGroupScripts")
12:05:15             """)
12:05:15         myGroupScripts = scriptService.getUserScripts(
12:05:15             [omero.model.ExperimenterGroupI(self.group.id.val, False)])
12:05:15 >       assert sid in [x.id.val for x in myGroupScripts]
12:05:15 E       assert 6249 in []
12:05:15 test/integration/scriptstest/test_repo.py:78: AssertionError
12:05:15 _____________________________ TestTables.test2098 ______________________________
12:05:15 self = <test_service.TestTables object at 0x7fea50410580>
12:05:15     @pytest.mark.broken(ticket="11534")
12:05:15     def test2098(self):
12:05:15         """
12:05:15         Creates and downloads an HDF file and checks
12:05:15         that its size and hash match whats in the db
12:05:15         """
12:05:15         grid = self.client.sf.sharedResources()
12:05:15         table = grid.newTable(1, "/test")
12:05:15         assert table
12:05:15         lc = columns.LongColumnI('lc', 'desc', [1])
12:05:15         file = None
12:05:15         try:
12:05:15             file = table.getOriginalFile()
12:05:15             assert file
12:05:15             table.initialize([lc])
12:05:15             table.addData([lc])
12:05:15         finally:
12:05:15             # Not deleting since queried
12:05:15             table.close()
12:05:15         # Reload the file
12:05:15         file = self.client.sf.getQueryService().get(
12:05:15             "OriginalFile", file.id.val)
12:05:15         # Check values
12:05:15 >       p = path.path(self.tmpfile())
12:05:15 E       AttributeError: type object 'path' has no attribute 'path'
12:05:15 test/integration/tablestest/test_service.py:154: AttributeError
12:05:15 _________________________ TestTables.testReadOnlyFile __________________________
12:05:15 self = <test_service.TestTables object at 0x7fea503a14f0>
12:05:15     @pytest.mark.broken(ticket="unimplemented")
12:05:15     def testReadOnlyFile(self):
12:05:15         """
12:05:15         Create an HDF5 file on the server, and then mark it read-only.
12:05:15         The server should still allow you to load & read that file.
12:05:15         """
12:05:15         self.testBlankTable()  # ofile
12:05:15 >       filename = self.unique_dir + "/file.txt"
12:05:15 E       AttributeError: 'TestTables' object has no attribute 'unique_dir'
12:05:15 test/integration/tablestest/test_service.py:661: AttributeError
12:05:15 ___________________________ TestTables.testReadEqual ___________________________
12:05:15 self = <test_service.TestTables object at 0x7fea503a1640>
12:05:15 twoColumnFiveRowTable = c9d2e8da-d4e0-4f7b-a991-f735cc058990/Table-7c26b791-c13c-4fa4-bb3a-3c755db9a2ab -t -e 1.1:tcp -h 172.18.0.9 -p 32919 -t 60000
12:05:15     @pytest.mark.broken(reason="start=0,end=0 to be reviewed")
12:05:15     def testReadEqual(self, twoColumnFiveRowTable):
12:05:15         # start=0, end=0 has a special contract
12:05:15         data = twoColumnFiveRowTable.read([0], 0, 0)
12:05:15         assert 1 == len(data.columns)
12:05:15 >       assert [1] == data.columns[0].values
12:05:15 E       assert [1] == [1, 2, 3, 4, 5]
12:05:15 E         
12:05:15 E         Right contains 4 more items, first extra item: 2
12:05:15 E         
12:05:15 E         Full diff:
12:05:15 E           [
12:05:15 E               1,
12:05:15 E         -     2,
12:05:15 E         -     3,
12:05:15 E         -     4,
12:05:15 E         -     5,
12:05:15 E           ]
12:05:15 test/integration/tablestest/test_service.py:967: AssertionError
12:05:15 ________________________ TestTables.testReadOutOfRange _________________________
12:05:15 self = <test_service.TestTables object at 0x7fea503a8e50>
12:05:15 twoColumnFiveRowTable = c9d2e8da-d4e0-4f7b-a991-f735cc058990/Table-a3bf2ae9-2743-44f8-9b98-f69a6bcbb64a -t -e 1.1:tcp -h 172.18.0.9 -p 32919 -t 60000
12:05:15     @pytest.mark.broken(reason="need to be reviewed")
12:05:15     def testReadOutOfRange(self, twoColumnFiveRowTable):
12:05:15         # [1, 2, 3, 4, 5][-1:5] = [5]
12:05:15         data = twoColumnFiveRowTable.read([0], -1, 5)
12:05:15         assert 1 == len(data.columns)
12:05:15         assert [5] == data.columns[0].values
12:05:15 >       assert [4] == data.rowNumbers
12:05:15 E       assert [4] == [-1, 0, 1, 2, 3, 4]
12:05:15 E         
12:05:15 E         At index 0 diff: 4 != -1
12:05:15 E         Right contains 5 more items, first extra item: 0
12:05:15 E         
12:05:15 E         Full diff:
12:05:15 E           [
12:05:15 E         -     -1,
12:05:15 E         -     0,
12:05:15 E         -     1,
12:05:15 E         -     2,
12:05:15 E         -     3,
12:05:15 E               4,
12:05:15 E           ]
12:05:15 test/integration/tablestest/test_service.py:1015: AssertionError
12:05:15 ____________________ TestAdmin.testChangePasswordWhenUnset _____________________
12:05:15 self = <test.integration.test_admin.TestAdmin object at 0x7fea503ba2e0>
12:05:15     @pytest.mark.broken(reason="Empty password disabled by config",
12:05:15                         ticket="3201")
12:05:15     def testChangePasswordWhenUnset(self):
12:05:15         """
12:05:15         Shows that it's possible to use the
12:05:15         changePasswordWithOldPassword when
12:05:15         previously no password was set.
12:05:15         See ticket:3201
12:05:15         """
12:05:15         client = self.new_client()
12:05:15         admin = client.sf.getAdminService()
12:05:15         # By setting the user's password to the empty string
12:05:15         # any password will be allowed as the old password
12:05:15         admin.changePassword(rstring(""))
12:05:15 >       admin.changePasswordWithOldPassword(rstring("IGNORED"), rstring("ome"))
12:05:15 test/integration/test_admin.py:118: 
12:05:15 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
12:05:15 self = a623f556-ea03-4b8d-a7ab-38f6826c05fc/40c4f7d8-36f6-44ba-9493-bd84fcd21e5fomero.api.IAdmin -t -e 1.1:tcp -h 172.18.0.9 -p 32919 -t 60000
12:05:15 oldPassword = object #0 (::omero::RString)
12:05:15 {
12:05:15     _val = IGNORED
12:05:15 }
12:05:15 newPassword = object #0 (::omero::RString)
12:05:15 {
12:05:15     _val = ome
12:05:15 }, _ctx = None
12:05:15     def changePasswordWithOldPassword(self, oldPassword, newPassword, _ctx=None):
12:05:15 >       return _M_omero.api.IAdmin._op_changePasswordWithOldPassword.invoke(self, ((oldPassword, newPassword), _ctx))
12:05:15 E       omero.SecurityViolation: exception ::omero::SecurityViolation
12:05:15 E       {
12:05:15 E           serverStackTrace = ome.conditions.SecurityViolation: Old password is invalid
12:05:15 E       	at ome.logic.AdminImpl.changePasswordWithOldPassword(AdminImpl.java:1253)
12:05:15 E       	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
12:05:15 E       	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
12:05:15 E       	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 E       	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 E       	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 E       	at ome.security.basic.EventHandler.invoke(EventHandler.java:154)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 E       	at org.springframework.orm.hibernate3.HibernateInterceptor.invoke(HibernateInterceptor.java:119)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 E       	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
12:05:15 E       	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:282)
12:05:15 E       	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 E       	at ome.tools.hibernate.ProxyCleanupFilter$Interceptor.invoke(ProxyCleanupFilter.java:249)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 E       	at ome.services.util.ServiceHandler.invoke(ServiceHandler.java:121)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 E       	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 E       	at com.sun.proxy.$Proxy88.changePasswordWithOldPassword(Unknown Source)
12:05:15 E       	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
12:05:15 E       	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
12:05:15 E       	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 E       	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 E       	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 E       	at ome.security.basic.BasicSecurityWiring.invoke(BasicSecurityWiring.java:93)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 E       	at ome.services.blitz.fire.AopContextInitializer.invoke(AopContextInitializer.java:43)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 E       	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 E       	at com.sun.proxy.$Proxy88.changePasswordWithOldPassword(Unknown Source)
12:05:15 E       	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
12:05:15 E       	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
12:05:15 E       	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 E       	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 E       	at ome.services.blitz.util.IceMethodInvoker.invoke(IceMethodInvoker.java:172)
12:05:15 E       	at ome.services.throttling.Callback.run(Callback.java:56)
12:05:15 E       	at ome.services.throttling.InThreadThrottlingStrategy.callInvokerOnRawArgs(InThreadThrottlingStrategy.java:56)
12:05:15 E       	at ome.services.blitz.impl.AbstractAmdServant.callInvokerOnRawArgs(AbstractAmdServant.java:140)
12:05:15 E       	at ome.services.blitz.impl.AdminI.changePasswordWithOldPassword_async(AdminI.java:144)
12:05:15 E       	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
12:05:15 E       	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
12:05:15 E       	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 E       	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 E       	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 E       	at omero.cmd.CallContext.invoke(CallContext.java:85)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 E       	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 E       	at com.sun.proxy.$Proxy89.changePasswordWithOldPassword_async(Unknown Source)
12:05:15 E       	at omero.api._IAdminTie.changePasswordWithOldPassword_async(_IAdminTie.java:112)
12:05:15 E       	at omero.api._IAdminDisp.___changePasswordWithOldPassword(_IAdminDisp.java:1977)
12:05:15 E       	at omero.api._IAdminDisp.__dispatch(_IAdminDisp.java:2229)
12:05:15 E       	at IceInternal.Incoming.invoke(Incoming.java:221)
12:05:15 E       	at Ice.ConnectionI.invokeAll(ConnectionI.java:2536)
12:05:15 E       	at Ice.ConnectionI.dispatch(ConnectionI.java:1145)
12:05:15 E       	at Ice.ConnectionI.message(ConnectionI.java:1056)
12:05:15 E       	at IceInternal.ThreadPool.run(ThreadPool.java:395)
12:05:15 E       	at IceInternal.ThreadPool.access$300(ThreadPool.java:12)
12:05:15 E       	at IceInternal.ThreadPool$EventHandlerThread.run(ThreadPool.java:832)
12:05:15 E       	at java.base/java.lang.Thread.run(Thread.java:829)
12:05:15 E       
12:05:15 E           serverExceptionClass = ome.conditions.SecurityViolation
12:05:15 E           message = Old password is invalid
12:05:15 E       }
12:05:15 ../../../../.venv3/lib64/python3.9/site-packages/omero_api_IAdmin_ice.py:2460: SecurityViolation
12:05:15 ______________________________ TestAdmin.test9193 ______________________________
12:05:15 self = <test.integration.test_admin.TestAdmin object at 0x7fea503bfa00>
12:05:15     @pytest.mark.broken(reason="Is this test still valid?", ticket="11465")
12:05:15     def test9193(self):
12:05:15         # Test the removal of removing users
12:05:15         # from a group when the group in question
12:05:15         # may be their last (i.e. default) group
12:05:15         g = self.new_group()
12:05:15         u = self.new_user(group=g)
12:05:15         # Test removing the default group
12:05:15 >       self.remove_experimenters(g, [u])
12:05:15 test/integration/test_admin.py:240: 
12:05:15 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
12:05:15 ../../../../.venv3/lib64/python3.9/site-packages/omero/testlib/__init__.py:247: in remove_experimenters
12:05:15     admin.removeGroups(user, [group])
12:05:15 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
12:05:15 self = 1ad09345-2968-4a98-b969-d55cb5ee181f/3cb373b1-1673-40e8-ab21-b9b2cb5bd111omero.api.IAdmin -t -e 1.1:tcp -h 172.18.0.9 -p 32919 -t 60000
12:05:15 user = object #0 (::omero::model::Experimenter)
12:05:15 {
12:05:15     _id = object #1 (::omero::RLong)
12:05:15     {
12:05:15         _val = 4731
12:05:15     }
12:05:15     _d...annotationLinksSeq = 
12:05:15     {
12:05:15     }
12:05:15     _annotationLinksLoaded = False
12:05:15     _annotationLinksCountPerOwner = 
12:05:15     {
12:05:15     }
12:05:15 }
12:05:15 groups = [object #0 (::omero::model::ExperimenterGroup)
12:05:15 {
12:05:15     _id = object #1 (::omero::RLong)
12:05:15     {
12:05:15         _val = 3673
12:05:15     }
12:05:15 ...{
12:05:15     }
12:05:15     _annotationLinksLoaded = False
12:05:15     _annotationLinksCountPerOwner = 
12:05:15     {
12:05:15     }
12:05:15     _description = <nil>
12:05:15 }]
12:05:15 _ctx = None
12:05:15     def removeGroups(self, user, groups, _ctx=None):
12:05:15 >       return _M_omero.api.IAdmin._op_removeGroups.invoke(self, ((user, groups), _ctx))
12:05:15 E       omero.ValidationException: exception ::omero::ValidationException
12:05:15 E       {
12:05:15 E           serverStackTrace = ome.conditions.ValidationException: experimenter cannot be a member of only the 'user' group, a different default group is also required
12:05:15 E       	at ome.logic.AdminImpl.removeGroups(AdminImpl.java:813)
12:05:15 E       	at jdk.internal.reflect.GeneratedMethodAccessor598.invoke(Unknown Source)
12:05:15 E       	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 E       	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 E       	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 E       	at ome.security.basic.EventHandler.invoke(EventHandler.java:154)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 E       	at org.springframework.orm.hibernate3.HibernateInterceptor.invoke(HibernateInterceptor.java:119)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 E       	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
12:05:15 E       	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:282)
12:05:15 E       	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 E       	at ome.tools.hibernate.ProxyCleanupFilter$Interceptor.invoke(ProxyCleanupFilter.java:249)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 E       	at ome.services.util.ServiceHandler.invoke(ServiceHandler.java:121)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 E       	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 E       	at com.sun.proxy.$Proxy88.removeGroups(Unknown Source)
12:05:15 E       	at jdk.internal.reflect.GeneratedMethodAccessor598.invoke(Unknown Source)
12:05:15 E       	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 E       	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 E       	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 E       	at ome.security.basic.BasicSecurityWiring.invoke(BasicSecurityWiring.java:93)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 E       	at ome.services.blitz.fire.AopContextInitializer.invoke(AopContextInitializer.java:43)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 E       	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 E       	at com.sun.proxy.$Proxy88.removeGroups(Unknown Source)
12:05:15 E       	at jdk.internal.reflect.GeneratedMethodAccessor3269.invoke(Unknown Source)
12:05:15 E       	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 E       	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 E       	at ome.services.blitz.util.IceMethodInvoker.invoke(IceMethodInvoker.java:172)
12:05:15 E       	at ome.services.throttling.Callback.run(Callback.java:56)
12:05:15 E       	at ome.services.throttling.InThreadThrottlingStrategy.callInvokerOnRawArgs(InThreadThrottlingStrategy.java:56)
12:05:15 E       	at ome.services.blitz.impl.AbstractAmdServant.callInvokerOnRawArgs(AbstractAmdServant.java:140)
12:05:15 E       	at ome.services.blitz.impl.AdminI.removeGroups_async(AdminI.java:318)
12:05:15 E       	at jdk.internal.reflect.GeneratedMethodAccessor3268.invoke(Unknown Source)
12:05:15 E       	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 E       	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 E       	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 E       	at omero.cmd.CallContext.invoke(CallContext.java:85)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 E       	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 E       	at com.sun.proxy.$Proxy89.removeGroups_async(Unknown Source)
12:05:15 E       	at omero.api._IAdminTie.removeGroups_async(_IAdminTie.java:312)
12:05:15 E       	at omero.api._IAdminDisp.___removeGroups(_IAdminDisp.java:1621)
12:05:15 E       	at omero.api._IAdminDisp.__dispatch(_IAdminDisp.java:2377)
12:05:15 E       	at IceInternal.Incoming.invoke(Incoming.java:221)
12:05:15 E       	at Ice.ConnectionI.invokeAll(ConnectionI.java:2536)
12:05:15 E       	at Ice.ConnectionI.dispatch(ConnectionI.java:1145)
12:05:15 E       	at Ice.ConnectionI.message(ConnectionI.java:1056)
12:05:15 E       	at IceInternal.ThreadPool.run(ThreadPool.java:395)
12:05:15 E       	at IceInternal.ThreadPool.access$300(ThreadPool.java:12)
12:05:15 E       	at IceInternal.ThreadPool$EventHandlerThread.run(ThreadPool.java:832)
12:05:15 E       	at java.base/java.lang.Thread.run(Thread.java:829)
12:05:15 E       
12:05:15 E           serverExceptionClass = ome.conditions.ValidationException
12:05:15 E           message = experimenter cannot be a member of only the 'user' group, a different default group is also required
12:05:15 E       }
12:05:15 ../../../../.venv3/lib64/python3.9/site-packages/omero_api_IAdmin_ice.py:2011: ValidationException
12:05:15 _________________ TestFiles.testUploadDifferentSizeTicket2337 __________________
12:05:15 self = <test.integration.test_files.TestFiles object at 0x7fea502db1c0>
12:05:15     @pytest.mark.broken(ticket="11610")
12:05:15     def testUploadDifferentSizeTicket2337(self):
12:05:15         uploaded = tmpfile()
12:05:15         ofile = self.client.upload(str(uploaded), type="text/plain")
12:05:15         uploaded.write_lines(["abc", "def"])  # Shorten
12:05:15 >       ofile = self.client.upload(
12:05:15             str(uploaded), type="text/plain", ofile=ofile)
12:05:15 test/integration/test_files.py:62: 
12:05:15 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
12:05:15 ../../../../.venv3/lib64/python3.9/site-packages/omero/clients.py:878: in upload
12:05:15     ofile = up.saveAndReturnObject(ofile)
12:05:15 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
12:05:15 self = 42592a23-2593-4ffc-9b85-fd7f7d432b05/530e61b5-bdd8-4d69-9d80-b7d057812ec4omero.api.IUpdate -t -e 1.1:tcp -h 172.18.0.9 -p 32919 -t 60000
12:05:15 obj = object #0 (::omero::model::OriginalFile)
12:05:15 {
12:05:15     _id = object #1 (::omero::RLong)
12:05:15     {
12:05:15         _val = 6254
12:05:15     }
12:05:15     _d...ksCountPerOwner = 
12:05:15     {
12:05:15     }
12:05:15     _name = object #60 (::omero::RString)
12:05:15     {
12:05:15         _val = omero_p62941c.tmp
12:05:15     }
12:05:15 }
12:05:15 _ctx = None
12:05:15     def saveAndReturnObject(self, obj, _ctx=None):
12:05:15 >       return _M_omero.api.IUpdate._op_saveAndReturnObject.invoke(self, ((obj, ), _ctx))
12:05:15 E       omero.OptimisticLockException: exception ::omero::OptimisticLockException
12:05:15 E       {
12:05:15 E           serverStackTrace = ome.conditions.OptimisticLockException: You are not authorized to change the update event for ome.model.core.OriginalFile:Id_6254 from ome.model.meta.Event:Id_125577 to ome.model.meta.Event:Id_125576
12:05:15 E       You may need to reload the object before continuing.
12:05:15 E       	at ome.security.basic.OmeroInterceptor.managedEvent(OmeroInterceptor.java:1201)
12:05:15 E       	at ome.security.basic.OmeroInterceptor.checkManagedDetails(OmeroInterceptor.java:963)
12:05:15 E       	at ome.security.basic.OmeroInterceptor.resetDetails(OmeroInterceptor.java:465)
12:05:15 E       	at ome.security.basic.OmeroInterceptor.onFlushDirty(OmeroInterceptor.java:239)
12:05:15 E       	at org.hibernate.event.def.DefaultFlushEntityEventListener.invokeInterceptor(DefaultFlushEntityEventListener.java:372)
12:05:15 E       	at org.hibernate.event.def.DefaultFlushEntityEventListener.handleInterception(DefaultFlushEntityEventListener.java:349)
12:05:15 E       	at org.hibernate.event.def.DefaultFlushEntityEventListener.scheduleUpdate(DefaultFlushEntityEventListener.java:287)
12:05:15 E       	at org.hibernate.event.def.DefaultFlushEntityEventListener.onFlushEntity(DefaultFlushEntityEventListener.java:155)
12:05:15 E       	at org.hibernate.event.def.AbstractFlushingEventListener.flushEntities(AbstractFlushingEventListener.java:219)
12:05:15 E       	at org.hibernate.event.def.AbstractFlushingEventListener.flushEverythingToExecutions(AbstractFlushingEventListener.java:99)
12:05:15 E       	at org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlushEventListener.java:50)
12:05:15 E       	at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:1216)
12:05:15 E       	at ome.logic.UpdateImpl.afterUpdate(UpdateImpl.java:342)
12:05:15 E       	at ome.logic.UpdateImpl.doAction(UpdateImpl.java:358)
12:05:15 E       	at ome.logic.UpdateImpl.doAction(UpdateImpl.java:349)
12:05:15 E       	at ome.logic.UpdateImpl.saveAndReturnObject(UpdateImpl.java:135)
12:05:15 E       	at jdk.internal.reflect.GeneratedMethodAccessor661.invoke(Unknown Source)
12:05:15 E       	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 E       	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 E       	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 E       	at ome.security.basic.EventHandler.invoke(EventHandler.java:154)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 E       	at org.springframework.orm.hibernate3.HibernateInterceptor.invoke(HibernateInterceptor.java:119)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 E       	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
12:05:15 E       	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:282)
12:05:15 E       	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 E       	at ome.tools.hibernate.ProxyCleanupFilter$Interceptor.invoke(ProxyCleanupFilter.java:249)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 E       	at ome.services.util.ServiceHandler.invoke(ServiceHandler.java:121)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 E       	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 E       	at com.sun.proxy.$Proxy94.saveAndReturnObject(Unknown Source)
12:05:15 E       	at jdk.internal.reflect.GeneratedMethodAccessor661.invoke(Unknown Source)
12:05:15 E       	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 E       	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 E       	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 E       	at ome.security.basic.BasicSecurityWiring.invoke(BasicSecurityWiring.java:93)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 E       	at ome.services.blitz.fire.AopContextInitializer.invoke(AopContextInitializer.java:43)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 E       	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 E       	at com.sun.proxy.$Proxy94.saveAndReturnObject(Unknown Source)
12:05:15 E       	at jdk.internal.reflect.GeneratedMethodAccessor1120.invoke(Unknown Source)
12:05:15 E       	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 E       	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 E       	at ome.services.blitz.util.IceMethodInvoker.invoke(IceMethodInvoker.java:172)
12:05:15 E       	at ome.services.throttling.Callback.run(Callback.java:56)
12:05:15 E       	at ome.services.throttling.InThreadThrottlingStrategy.callInvokerOnRawArgs(InThreadThrottlingStrategy.java:56)
12:05:15 E       	at ome.services.blitz.impl.AbstractAmdServant.callInvokerOnRawArgs(AbstractAmdServant.java:140)
12:05:15 E       	at ome.services.blitz.impl.UpdateI.saveAndReturnObject_async(UpdateI.java:62)
12:05:15 E       	at jdk.internal.reflect.GeneratedMethodAccessor1119.invoke(Unknown Source)
12:05:15 E       	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 E       	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 E       	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 E       	at omero.cmd.CallContext.invoke(CallContext.java:85)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 E       	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 E       	at com.sun.proxy.$Proxy95.saveAndReturnObject_async(Unknown Source)
12:05:15 E       	at omero.api._IUpdateTie.saveAndReturnObject_async(_IUpdateTie.java:92)
12:05:15 E       	at omero.api._IUpdateDisp.___saveAndReturnObject(_IUpdateDisp.java:229)
12:05:15 E       	at omero.api._IUpdateDisp.__dispatch(_IUpdateDisp.java:423)
12:05:15 E       	at IceInternal.Incoming.invoke(Incoming.java:221)
12:05:15 E       	at Ice.ConnectionI.invokeAll(ConnectionI.java:2536)
12:05:15 E       	at Ice.ConnectionI.dispatch(ConnectionI.java:1145)
12:05:15 E       	at Ice.ConnectionI.message(ConnectionI.java:1056)
12:05:15 E       	at IceInternal.ThreadPool.run(ThreadPool.java:395)
12:05:15 E       	at IceInternal.ThreadPool.access$300(ThreadPool.java:12)
12:05:15 E       	at IceInternal.ThreadPool$EventHandlerThread.run(ThreadPool.java:832)
12:05:15 E       	at java.base/java.lang.Thread.run(Thread.java:829)
12:05:15 E       
12:05:15 E           serverExceptionClass = ome.conditions.OptimisticLockException
12:05:15 E           message = You are not authorized to change the update event for ome.model.core.OriginalFile:Id_6254 from ome.model.meta.Event:Id_125577 to ome.model.meta.Event:Id_125576
12:05:15 E       You may need to reload the object before continuing.
12:05:15 E           backOff = 0
12:05:15 E       }
12:05:15 ../../../../.venv3/lib64/python3.9/site-packages/omero_api_IUpdate_ice.py:163: OptimisticLockException
12:05:15 _____________________________ TestIShare.test1172 ______________________________
12:05:15 self = <test.integration.test_ishare.TestIShare object at 0x7fea502ab8b0>
12:05:15     @pytest.mark.broken(reason="shares are image-centric for now")
12:05:15     def test1172(self):
12:05:15         uuid = self.root.sf.getAdminService().getEventContext().sessionUuid
12:05:15         share = self.root.sf.getShareService()
12:05:15         query = self.root.sf.getQueryService()
12:05:15         # create user
12:05:15         client_share1, user1 = self.new_client_and_user()
12:05:15         # create dataset with image
12:05:15         ds = self.make_dataset(name="dataset-%s" % uuid, client=self.root)
12:05:15         img = self.new_image(name='test-img in dataset-%s' % uuid)
12:05:15         self.link(ds, img, client=self.root)
12:05:15         items = list()
12:05:15         p = omero.sys.Parameters()
12:05:15         p.map = {"oid": ds.id}
12:05:15         sql = (
12:05:15             "select ds from Dataset ds "
12:05:15             "join fetch ds.details.owner "
12:05:15             "join fetch ds.details.group "
12:05:15             "left outer join fetch ds.imageLinks dil "
12:05:15             "left outer join fetch dil.child i "
12:05:15             "where ds.id=:oid")
12:05:15         items.extend(query.findAllByQuery(sql, p))
12:05:15         assert 1 == len(items)
12:05:15         # members
12:05:15         p.map["eid"] = rlong(user1.id.val)
12:05:15         sql = ("select e from Experimenter e "
12:05:15                "where e.id =:eid order by e.omeName")
12:05:15         ms = query.findAllByQuery(sql, p)
12:05:15         sid = share.createShare(("test-share-%s" % uuid),
12:05:15                                 rtime(int(time.time() * 1000 + 86400)),
12:05:15                                 items, ms, [], True)
12:05:15         # USER RETRIEVAL
12:05:15         # login as user1
12:05:15         share1 = client_share1.sf.getShareService()
12:05:15         query1 = client_share1.sf.getQueryService()
12:05:15         content = share1.getContents(sid)
12:05:15         # Content now contains just the dataset with nothing loaded
12:05:15         assert 1 == len(content)
12:05:15         # get shared dataset and image when share is activated
12:05:15         share1.activate(sid)
12:05:15         # retrieve dataset
12:05:15         p = omero.sys.Parameters()
12:05:15         p.map = {"ids": rlist([ds.id])}
12:05:15         sql = (
12:05:15             "select ds from Dataset ds "
12:05:15             "join fetch ds.details.owner "
12:05:15             "join fetch ds.details.group "
12:05:15             "left outer join fetch ds.imageLinks dil "
12:05:15             "left outer join fetch dil.child i "
12:05:15             "where ds.id in (:ids) order by ds.name")
12:05:15         try:
12:05:15             res1 = query1.findAllByQuery(sql, p)
12:05:15             assert False, "This should throw an exception"
12:05:15         except Exception:
12:05:15             pass
12:05:15         # Now we add all the other elements to the share to prevent
12:05:15         # the security violation
12:05:15         #
12:05:15         # Not working imgs = cntar.getImages("Dataset",[ds.id.val], None)
12:05:15         img = query.findByQuery(
12:05:15             "select i from Image i join fetch i.datasetLinks dil "
12:05:15             "join dil.parent d where d.id = %s " % ds.id.val, None)
12:05:15         assert img
12:05:15         share.addObject(sid, img)
12:05:15         share.addObjects(sid, img.copyDatasetLinks())
12:05:15         assert 3 == len(share.getContents(sid))
12:05:15         # And try again to load them
12:05:15         share1.activate(sid)
12:05:15         res1 = query1.findAllByQuery(sql, p)
12:05:15 >       assert len(res1) == 1
12:05:15 E       assert 0 == 1
12:05:15 E        +  where 0 = len([])
12:05:15 test/integration/test_ishare.py:381: AssertionError
12:05:15 ____________________________ TestITimeline.test1225 ____________________________
12:05:15 self = <test.integration.test_itimeline.TestITimeline object at 0x7fea502ca640>
12:05:15     @pytest.mark.broken(ticket="1225")
12:05:15     def test1225(self):
12:05:15         uuid = self.root.sf.getAdminService().getEventContext().sessionUuid
12:05:15         update = self.root.sf.getUpdateService()
12:05:15         timeline = self.root.sf.getTimelineService()
12:05:15         query = self.root.sf.getQueryService()
12:05:15         # create dataset
12:05:15         to_save = list()
12:05:15         for i in range(0, 10):
12:05:15             to_save.append(self.new_dataset(name="ds-%i-%s" % (i, uuid)))
12:05:15         dss = update.saveAndReturnArray(to_save)
12:05:15         # create tag
12:05:15         for i in range(0, 10):
12:05:15             ds1 = query.get("Dataset", dss[i].id.val)
12:05:15             ann = omero.model.TagAnnotationI()
12:05:15             ann.textValue = rstring('tag-%i-%s' % (i, uuid))
12:05:15             ann.setDescription(rstring('desc-%i-%s' % (i, uuid)))
12:05:15             t_ann = omero.model.DatasetAnnotationLinkI()
12:05:15             t_ann.setParent(ds1)
12:05:15             t_ann.setChild(ann)
12:05:15             update.saveObject(t_ann)
12:05:15         p = omero.sys.Parameters()
12:05:15         p.map = {}
12:05:15         f = omero.sys.Filter()
12:05:15         f.ownerId = rlong(0)
12:05:15         f.limit = rint(10)
12:05:15         p.theFilter = f
12:05:15         M = timeline.getMostRecentAnnotationLinks
12:05:15         tagids = set([e.child.id.val for e in
12:05:15                       M(None, ['TagAnnotation'], None, p)])
12:05:15         assert len(tagids) == 10
12:05:15         # And under #9609
12:05:15         tagids = set([e.child.id.val for e in
12:05:15                      M(None, ['TagAnnotation'], None, p,
12:05:15                        {"omero.group": "-1"})])
12:05:15 >       assert len(tagids) == 10
12:05:15 E       assert 6 == 10
12:05:15 E        +  where 6 = len({1908, 1944, 1995, 9687, 13309, 41717})
12:05:15 test/integration/test_itimeline.py:244: AssertionError
12:05:15 ___________________________ TestPermissions.test3136 ___________________________
12:05:15 self = <test.integration.test_permissions.TestPermissions object at 0x7fea30132a60>
12:05:15     @pytest.mark.broken(ticket="11494")
12:05:15     def test3136(self):
12:05:15         """
12:05:15         Calls to updateGroup were taking too long
12:05:15         because the default value of permissions
12:05:15         returned by the server was triggering a
12:05:15         full changePermissions event.
12:05:15         """
12:05:15         admin = self.root.sf.getAdminService()
12:05:15         group = self.new_group(perms="rw----")
12:05:15         # Change the name but not the permissions
12:05:15         group.name = rstring(self.uuid())
12:05:15         elapsed1, rv = self.timeit(admin.updateGroup, group)
12:05:15         # Now change the name and the permissions
12:05:15         group.name = rstring(self.uuid())
12:05:15         group.details.permissions = omero.model.PermissionsI("rwr---")
12:05:15         elapsed2, rv = self.timeit(admin.updateGroup, group)
12:05:15         # Locally this test always fails as the two times are
12:05:15         # the same order of magnitude. This may be an indication that
12:05:15         # the relevant ticket:
12:05:15         # https://trac.openmicroscopy.org/ome/ticket/3136
12:05:15         # is still valid. Does the ticket need re-opening
12:05:15         # or does the test condition need relaxing?
12:05:15 >       assert elapsed1 < (0.1 * elapsed2), \
12:05:15             "elapsed1=%s, elapsed2=%s" % (elapsed1, elapsed2)
12:05:15 E       AssertionError: elapsed1=0.014176607131958008, elapsed2=0.01354527473449707
12:05:15 E       assert 0.014176607131958008 < (0.1 * 0.01354527473449707)
12:05:15 test/integration/test_permissions.py:488: AssertionError
12:05:15 __________________ TestPermissions.testSaveWithNegOneExplicit __________________
12:05:15 self = <test.integration.test_permissions.TestPermissions object at 0x7fea3013a160>
12:05:15     @pytest.mark.broken(ticket="11374")
12:05:15     def testSaveWithNegOneExplicit(self):
12:05:15         # Get a user and services
12:05:15         client, user = self.new_client_and_user()
12:05:15         # Create a new object with an explicit group
12:05:15         admin = client.sf.getAdminService()
12:05:15         ec = admin.getEventContext()
12:05:15         grp = omero.model.ExperimenterGroupI(ec.groupId, False)
12:05:15         tag = omero.model.TagAnnotationI()
12:05:15         tag.details.group = grp
12:05:15         # Now try to save it in the -1 context
12:05:15         update = client.sf.getUpdateService()
12:05:15         all_context = {"omero.group": "-1"}
12:05:15 >       update.saveAndReturnObject(tag, all_context)
12:05:15 test/integration/test_permissions.py:586: 
12:05:15 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
12:05:15 self = 13561802-72fa-4219-b851-a2bd895999d3/e97df1fa-4670-4749-95d0-587559dc71d1omero.api.IUpdate -t -e 1.1:tcp -h 172.18.0.9 -p 32919 -t 60000
12:05:15 obj = object #0 (::omero::model::TagAnnotation)
12:05:15 {
12:05:15     _id = <nil>
12:05:15     _details = object #1 (::omero::model::Details)
12:05:15     {
12:05:15  ...nksSeq = 
12:05:15     {
12:05:15     }
12:05:15     _annotationLinksLoaded = True
12:05:15     _annotationLinksCountPerOwner = {}
12:05:15     _textValue = <nil>
12:05:15 }
12:05:15 _ctx = {'omero.group': '-1'}
12:05:15     def saveAndReturnObject(self, obj, _ctx=None):
12:05:15 >       return _M_omero.api.IUpdate._op_saveAndReturnObject.invoke(self, ((obj, ), _ctx))
12:05:15 E       omero.ApiUsageException: exception ::omero::ApiUsageException
12:05:15 E       {
12:05:15 E           serverStackTrace = ome.conditions.ApiUsageException: No valid permissions available! DUMMY permissions are not intended for copying. Make sure that you have not passed omero.group=-1 for a save without context
12:05:15 E       	at ome.model.internal.Permissions.<init>(Permissions.java:164)
12:05:15 E       	at ome.security.basic.CurrentDetails.createDetails(CurrentDetails.java:439)
12:05:15 E       	at ome.security.basic.OmeroInterceptor.newTransientDetails(OmeroInterceptor.java:700)
12:05:15 E       	at ome.security.basic.OmeroInterceptor.onSave(OmeroInterceptor.java:187)
12:05:15 E       	at org.hibernate.event.def.AbstractSaveEventListener.substituteValuesIfNecessary(AbstractSaveEventListener.java:413)
12:05:15 E       	at org.hibernate.event.def.AbstractSaveEventListener.performSaveOrReplicate(AbstractSaveEventListener.java:292)
12:05:15 E       	at org.hibernate.event.def.AbstractSaveEventListener.performSave(AbstractSaveEventListener.java:203)
12:05:15 E       	at org.hibernate.event.def.AbstractSaveEventListener.saveWithGeneratedId(AbstractSaveEventListener.java:143)
12:05:15 E       	at org.hibernate.event.def.DefaultMergeEventListener.saveTransientEntity(DefaultMergeEventListener.java:415)
12:05:15 E       	at org.hibernate.event.def.DefaultMergeEventListener.mergeTransientEntity(DefaultMergeEventListener.java:341)
12:05:15 E       	at org.hibernate.event.def.DefaultMergeEventListener.entityIsTransient(DefaultMergeEventListener.java:303)
12:05:15 E       	at org.springframework.orm.hibernate3.support.IdTransferringMergeEventListener.entityIsTransient(IdTransferringMergeEventListener.java:62)
12:05:15 E       	at ome.security.basic.MergeEventListener.entityIsTransient(MergeEventListener.java:154)
12:05:15 E       	at org.hibernate.event.def.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:258)
12:05:15 E       	at ome.security.basic.MergeEventListener.onMerge(MergeEventListener.java:87)
12:05:15 E       	at org.hibernate.event.def.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:84)
12:05:15 E       	at ome.security.basic.MergeEventListener.onMerge(MergeEventListener.java:73)
12:05:15 E       	at org.hibernate.impl.SessionImpl.fireMerge(SessionImpl.java:867)
12:05:15 E       	at org.hibernate.impl.SessionImpl.merge(SessionImpl.java:851)
12:05:15 E       	at org.hibernate.impl.SessionImpl.merge(SessionImpl.java:855)
12:05:15 E       	at ome.logic.UpdateImpl.internalMerge(UpdateImpl.java:313)
12:05:15 E       	at ome.logic.UpdateImpl$2.run(UpdateImpl.java:138)
12:05:15 E       	at ome.logic.UpdateImpl$2.run(UpdateImpl.java:135)
12:05:15 E       	at ome.logic.UpdateImpl.doAction(UpdateImpl.java:357)
12:05:15 E       	at ome.logic.UpdateImpl.doAction(UpdateImpl.java:349)
12:05:15 E       	at ome.logic.UpdateImpl.saveAndReturnObject(UpdateImpl.java:135)
12:05:15 E       	at jdk.internal.reflect.GeneratedMethodAccessor661.invoke(Unknown Source)
12:05:15 E       	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 E       	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 E       	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 E       	at ome.security.basic.EventHandler.invoke(EventHandler.java:154)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 E       	at org.springframework.orm.hibernate3.HibernateInterceptor.invoke(HibernateInterceptor.java:119)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 E       	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
12:05:15 E       	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:282)
12:05:15 E       	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 E       	at ome.tools.hibernate.ProxyCleanupFilter$Interceptor.invoke(ProxyCleanupFilter.java:249)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 E       	at ome.services.util.ServiceHandler.invoke(ServiceHandler.java:121)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 E       	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 E       	at com.sun.proxy.$Proxy94.saveAndReturnObject(Unknown Source)
12:05:15 E       	at jdk.internal.reflect.GeneratedMethodAccessor661.invoke(Unknown Source)
12:05:15 E       	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 E       	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 E       	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 E       	at ome.security.basic.BasicSecurityWiring.invoke(BasicSecurityWiring.java:93)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 E       	at ome.services.blitz.fire.AopContextInitializer.invoke(AopContextInitializer.java:43)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 E       	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 E       	at com.sun.proxy.$Proxy94.saveAndReturnObject(Unknown Source)
12:05:15 E       	at jdk.internal.reflect.GeneratedMethodAccessor1120.invoke(Unknown Source)
12:05:15 E       	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 E       	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 E       	at ome.services.blitz.util.IceMethodInvoker.invoke(IceMethodInvoker.java:172)
12:05:15 E       	at ome.services.throttling.Callback.run(Callback.java:56)
12:05:15 E       	at ome.services.throttling.InThreadThrottlingStrategy.callInvokerOnRawArgs(InThreadThrottlingStrategy.java:56)
12:05:15 E       	at ome.services.blitz.impl.AbstractAmdServant.callInvokerOnRawArgs(AbstractAmdServant.java:140)
12:05:15 E       	at ome.services.blitz.impl.UpdateI.saveAndReturnObject_async(UpdateI.java:62)
12:05:15 E       	at jdk.internal.reflect.GeneratedMethodAccessor1119.invoke(Unknown Source)
12:05:15 E       	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 E       	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 E       	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 E       	at omero.cmd.CallContext.invoke(CallContext.java:85)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 E       	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 E       	at com.sun.proxy.$Proxy95.saveAndReturnObject_async(Unknown Source)
12:05:15 E       	at omero.api._IUpdateTie.saveAndReturnObject_async(_IUpdateTie.java:92)
12:05:15 E       	at omero.api._IUpdateDisp.___saveAndReturnObject(_IUpdateDisp.java:229)
12:05:15 E       	at omero.api._IUpdateDisp.__dispatch(_IUpdateDisp.java:423)
12:05:15 E       	at IceInternal.Incoming.invoke(Incoming.java:221)
12:05:15 E       	at Ice.ConnectionI.invokeAll(ConnectionI.java:2536)
12:05:15 E       	at Ice.ConnectionI.dispatch(ConnectionI.java:1145)
12:05:15 E       	at Ice.ConnectionI.message(ConnectionI.java:1056)
12:05:15 E       	at IceInternal.ThreadPool.run(ThreadPool.java:395)
12:05:15 E       	at IceInternal.ThreadPool.access$300(ThreadPool.java:12)
12:05:15 E       	at IceInternal.ThreadPool$EventHandlerThread.run(ThreadPool.java:832)
12:05:15 E       	at java.base/java.lang.Thread.run(Thread.java:829)
12:05:15 E       
12:05:15 E           serverExceptionClass = ome.conditions.ApiUsageException
12:05:15 E           message = No valid permissions available! DUMMY permissions are not intended for copying. Make sure that you have not passed omero.group=-1 for a save without context
12:05:15 E       }
12:05:15 ../../../../.venv3/lib64/python3.9/site-packages/omero_api_IUpdate_ice.py:163: ApiUsageException
12:05:15 ____________________ TestPermissions.testSaveWithNegBadLink ____________________
12:05:15 self = <test.integration.test_permissions.TestPermissions object at 0x7fea3013a8e0>
12:05:15     @pytest.mark.broken(ticket="11374")
12:05:15     def testSaveWithNegBadLink(self):  # ticket:8194
12:05:15         # Get a user and services
12:05:15         client, user = self.new_client_and_user()
12:05:15         admin = client.sf.getAdminService()
12:05:15         group1 = admin.getGroup(admin.getEventContext().groupId)
12:05:15         group2 = self.new_group(experimenters=[user])
12:05:15         for x in (group1, group2):
12:05:15             x.unload()
12:05:15         admin.getEventContext()  # Refresh
12:05:15         # Create a new object with a bad link
12:05:15         image = self.new_image()
12:05:15         image.details.group = group1
12:05:15         tag = omero.model.TagAnnotationI()
12:05:15         tag.details.group = group2
12:05:15         link = image.linkAnnotation(tag)
12:05:15         link.details.group = group2
12:05:15         # Now try to save it in the -1 context
12:05:15         update = client.sf.getUpdateService()
12:05:15         all_context = {"omero.group": "-1"}
12:05:15         # Bad links should be detected and
12:05:15         # a security violation raised.
12:05:15         with pytest.raises(omero.GroupSecurityViolation):
12:05:15 >           update.saveAndReturnObject(image, all_context)
12:05:15 test/integration/test_permissions.py:635: 
12:05:15 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
12:05:15 self = 974f21f7-624d-4194-baa9-231622c53fa0/1e7b78a1-d683-4239-af31-69184bf34148omero.api.IUpdate -t -e 1.1:tcp -h 172.18.0.9 -p 32919 -t 60000
12:05:15 obj = object #0 (::omero::model::Image)
12:05:15 {
12:05:15     _id = <nil>
12:05:15     _details = object #1 (::omero::model::Details)
12:05:15     {
12:05:15         _...36eae3-ddea-4118-ac40-56f1b9ef1411
12:05:15     }
12:05:15     _description = object #14 (::omero::RString)
12:05:15     {
12:05:15         _val = 
12:05:15     }
12:05:15 }
12:05:15 _ctx = {'omero.group': '-1'}
12:05:15     def saveAndReturnObject(self, obj, _ctx=None):
12:05:15 >       return _M_omero.api.IUpdate._op_saveAndReturnObject.invoke(self, ((obj, ), _ctx))
12:05:15 E       omero.ApiUsageException: exception ::omero::ApiUsageException
12:05:15 E       {
12:05:15 E           serverStackTrace = ome.conditions.ApiUsageException: No valid permissions available! DUMMY permissions are not intended for copying. Make sure that you have not passed omero.group=-1 for a save without context
12:05:15 E       	at ome.model.internal.Permissions.<init>(Permissions.java:164)
12:05:15 E       	at ome.security.basic.CurrentDetails.createDetails(CurrentDetails.java:439)
12:05:15 E       	at ome.security.basic.OmeroInterceptor.newTransientDetails(OmeroInterceptor.java:700)
12:05:15 E       	at ome.security.basic.OmeroInterceptor.onSave(OmeroInterceptor.java:187)
12:05:15 E       	at org.hibernate.event.def.AbstractSaveEventListener.substituteValuesIfNecessary(AbstractSaveEventListener.java:413)
12:05:15 E       	at org.hibernate.event.def.AbstractSaveEventListener.performSaveOrReplicate(AbstractSaveEventListener.java:292)
12:05:15 E       	at org.hibernate.event.def.AbstractSaveEventListener.performSave(AbstractSaveEventListener.java:203)
12:05:15 E       	at org.hibernate.event.def.AbstractSaveEventListener.saveWithGeneratedId(AbstractSaveEventListener.java:143)
12:05:15 E       	at org.hibernate.event.def.DefaultMergeEventListener.saveTransientEntity(DefaultMergeEventListener.java:415)
12:05:15 E       	at org.hibernate.event.def.DefaultMergeEventListener.mergeTransientEntity(DefaultMergeEventListener.java:341)
12:05:15 E       	at org.hibernate.event.def.DefaultMergeEventListener.entityIsTransient(DefaultMergeEventListener.java:303)
12:05:15 E       	at org.springframework.orm.hibernate3.support.IdTransferringMergeEventListener.entityIsTransient(IdTransferringMergeEventListener.java:62)
12:05:15 E       	at ome.security.basic.MergeEventListener.entityIsTransient(MergeEventListener.java:154)
12:05:15 E       	at org.hibernate.event.def.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:258)
12:05:15 E       	at ome.security.basic.MergeEventListener.onMerge(MergeEventListener.java:87)
12:05:15 E       	at org.hibernate.event.def.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:84)
12:05:15 E       	at ome.security.basic.MergeEventListener.onMerge(MergeEventListener.java:73)
12:05:15 E       	at org.hibernate.impl.SessionImpl.fireMerge(SessionImpl.java:867)
12:05:15 E       	at org.hibernate.impl.SessionImpl.merge(SessionImpl.java:851)
12:05:15 E       	at org.hibernate.impl.SessionImpl.merge(SessionImpl.java:855)
12:05:15 E       	at ome.logic.UpdateImpl.internalMerge(UpdateImpl.java:313)
12:05:15 E       	at ome.logic.UpdateImpl$2.run(UpdateImpl.java:138)
12:05:15 E       	at ome.logic.UpdateImpl$2.run(UpdateImpl.java:135)
12:05:15 E       	at ome.logic.UpdateImpl.doAction(UpdateImpl.java:357)
12:05:15 E       	at ome.logic.UpdateImpl.doAction(UpdateImpl.java:349)
12:05:15 E       	at ome.logic.UpdateImpl.saveAndReturnObject(UpdateImpl.java:135)
12:05:15 E       	at jdk.internal.reflect.GeneratedMethodAccessor661.invoke(Unknown Source)
12:05:15 E       	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 E       	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 E       	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 E       	at ome.security.basic.EventHandler.invoke(EventHandler.java:154)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 E       	at org.springframework.orm.hibernate3.HibernateInterceptor.invoke(HibernateInterceptor.java:119)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 E       	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
12:05:15 E       	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:282)
12:05:15 E       	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 E       	at ome.tools.hibernate.ProxyCleanupFilter$Interceptor.invoke(ProxyCleanupFilter.java:249)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 E       	at ome.services.util.ServiceHandler.invoke(ServiceHandler.java:121)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 E       	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 E       	at com.sun.proxy.$Proxy94.saveAndReturnObject(Unknown Source)
12:05:15 E       	at jdk.internal.reflect.GeneratedMethodAccessor661.invoke(Unknown Source)
12:05:15 E       	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 E       	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 E       	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 E       	at ome.security.basic.BasicSecurityWiring.invoke(BasicSecurityWiring.java:93)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 E       	at ome.services.blitz.fire.AopContextInitializer.invoke(AopContextInitializer.java:43)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 E       	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 E       	at com.sun.proxy.$Proxy94.saveAndReturnObject(Unknown Source)
12:05:15 E       	at jdk.internal.reflect.GeneratedMethodAccessor1120.invoke(Unknown Source)
12:05:15 E       	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 E       	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 E       	at ome.services.blitz.util.IceMethodInvoker.invoke(IceMethodInvoker.java:172)
12:05:15 E       	at ome.services.throttling.Callback.run(Callback.java:56)
12:05:15 E       	at ome.services.throttling.InThreadThrottlingStrategy.callInvokerOnRawArgs(InThreadThrottlingStrategy.java:56)
12:05:15 E       	at ome.services.blitz.impl.AbstractAmdServant.callInvokerOnRawArgs(AbstractAmdServant.java:140)
12:05:15 E       	at ome.services.blitz.impl.UpdateI.saveAndReturnObject_async(UpdateI.java:62)
12:05:15 E       	at jdk.internal.reflect.GeneratedMethodAccessor1119.invoke(Unknown Source)
12:05:15 E       	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 E       	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 E       	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 E       	at omero.cmd.CallContext.invoke(CallContext.java:85)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 E       	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 E       	at com.sun.proxy.$Proxy95.saveAndReturnObject_async(Unknown Source)
12:05:15 E       	at omero.api._IUpdateTie.saveAndReturnObject_async(_IUpdateTie.java:92)
12:05:15 E       	at omero.api._IUpdateDisp.___saveAndReturnObject(_IUpdateDisp.java:229)
12:05:15 E       	at omero.api._IUpdateDisp.__dispatch(_IUpdateDisp.java:423)
12:05:15 E       	at IceInternal.Incoming.invoke(Incoming.java:221)
12:05:15 E       	at Ice.ConnectionI.invokeAll(ConnectionI.java:2536)
12:05:15 E       	at Ice.ConnectionI.dispatch(ConnectionI.java:1145)
12:05:15 E       	at Ice.ConnectionI.message(ConnectionI.java:1056)
12:05:15 E       	at IceInternal.ThreadPool.run(ThreadPool.java:395)
12:05:15 E       	at IceInternal.ThreadPool.access$300(ThreadPool.java:12)
12:05:15 E       	at IceInternal.ThreadPool$EventHandlerThread.run(ThreadPool.java:832)
12:05:15 E       	at java.base/java.lang.Thread.run(Thread.java:829)
12:05:15 E       
12:05:15 E           serverExceptionClass = ome.conditions.ApiUsageException
12:05:15 E           message = No valid permissions available! DUMMY permissions are not intended for copying. Make sure that you have not passed omero.group=-1 for a save without context
12:05:15 E       }
12:05:15 ../../../../.venv3/lib64/python3.9/site-packages/omero_api_IUpdate_ice.py:163: ApiUsageException
12:05:15 _______________________ TestPermissions.testSaveBadLink ________________________
12:05:15 self = <test.integration.test_permissions.TestPermissions object at 0x7fea3013aca0>
12:05:15     @pytest.mark.broken(ticket="11375")
12:05:15     def testSaveBadLink(self):
12:05:15         # Get a user and services
12:05:15         client, user = self.new_client_and_user()
12:05:15         admin = client.sf.getAdminService()
12:05:15         group1 = admin.getGroup(admin.getEventContext().groupId)
12:05:15         group2 = self.new_group(experimenters=[user])
12:05:15         for x in (group1, group2):
12:05:15             x.unload()
12:05:15         admin.getEventContext()  # Refresh
12:05:15         # Create a new object with a bad link
12:05:15         image = self.new_image()
12:05:15         image.details.group = group1
12:05:15         tag = omero.model.TagAnnotationI()
12:05:15         tag.details.group = group2
12:05:15         link = image.linkAnnotation(tag)
12:05:15         link.details.group = group2
12:05:15         # Now try to save it
12:05:15         update = client.sf.getUpdateService()
12:05:15         # Bad links should be detected and
12:05:15         # a security violation raised.
12:05:15         with pytest.raises(omero.GroupSecurityViolation):
12:05:15 >           update.saveAndReturnObject(image)
12:05:15 test/integration/test_permissions.py:664: 
12:05:15 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
12:05:15 self = b717b0be-927f-43de-bc89-e3ca700b7865/5b7171dc-0c76-4261-a674-5beec4ce0472omero.api.IUpdate -t -e 1.1:tcp -h 172.18.0.9 -p 32919 -t 60000
12:05:15 obj = object #0 (::omero::model::Image)
12:05:15 {
12:05:15     _id = <nil>
12:05:15     _details = object #1 (::omero::model::Details)
12:05:15     {
12:05:15         _...c97da2-e944-4d72-83fc-dfb2ab3b1bab
12:05:15     }
12:05:15     _description = object #14 (::omero::RString)
12:05:15     {
12:05:15         _val = 
12:05:15     }
12:05:15 }
12:05:15 _ctx = None
12:05:15     def saveAndReturnObject(self, obj, _ctx=None):
12:05:15 >       return _M_omero.api.IUpdate._op_saveAndReturnObject.invoke(self, ((obj, ), _ctx))
12:05:15 E       omero.SecurityViolation: exception ::omero::SecurityViolation
12:05:15 E       {
12:05:15 E           serverStackTrace = ome.conditions.SecurityViolation: You are not authorized to set the ExperimenterGroup for ome.model.annotations.TagAnnotation:Id_41872 to ome.model.meta.ExperimenterGroup:Id_3684
12:05:15 E       	at ome.security.basic.OmeroInterceptor.newTransientDetails(OmeroInterceptor.java:785)
12:05:15 E       	at ome.security.basic.OmeroInterceptor.onSave(OmeroInterceptor.java:187)
12:05:15 E       	at org.hibernate.event.def.AbstractSaveEventListener.substituteValuesIfNecessary(AbstractSaveEventListener.java:413)
12:05:15 E       	at org.hibernate.event.def.AbstractSaveEventListener.performSaveOrReplicate(AbstractSaveEventListener.java:292)
12:05:15 E       	at org.hibernate.event.def.AbstractSaveEventListener.performSave(AbstractSaveEventListener.java:203)
12:05:15 E       	at org.hibernate.event.def.AbstractSaveEventListener.saveWithGeneratedId(AbstractSaveEventListener.java:143)
12:05:15 E       	at org.hibernate.event.def.DefaultMergeEventListener.saveTransientEntity(DefaultMergeEventListener.java:415)
12:05:15 E       	at org.hibernate.event.def.DefaultMergeEventListener.mergeTransientEntity(DefaultMergeEventListener.java:341)
12:05:15 E       	at org.hibernate.event.def.DefaultMergeEventListener.entityIsTransient(DefaultMergeEventListener.java:303)
12:05:15 E       	at org.springframework.orm.hibernate3.support.IdTransferringMergeEventListener.entityIsTransient(IdTransferringMergeEventListener.java:62)
12:05:15 E       	at ome.security.basic.MergeEventListener.entityIsTransient(MergeEventListener.java:154)
12:05:15 E       	at org.hibernate.event.def.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:258)
12:05:15 E       	at ome.security.basic.MergeEventListener.onMerge(MergeEventListener.java:87)
12:05:15 E       	at org.hibernate.impl.SessionImpl.fireMerge(SessionImpl.java:877)
12:05:15 E       	at org.hibernate.impl.SessionImpl.merge(SessionImpl.java:859)
12:05:15 E       	at org.hibernate.engine.CascadingAction$6.cascade(CascadingAction.java:279)
12:05:15 E       	at org.hibernate.engine.Cascade.cascadeToOne(Cascade.java:392)
12:05:15 E       	at org.hibernate.engine.Cascade.cascadeAssociation(Cascade.java:335)
12:05:15 E       	at org.hibernate.engine.Cascade.cascadeProperty(Cascade.java:204)
12:05:15 E       	at org.hibernate.engine.Cascade.cascade(Cascade.java:161)
12:05:15 E       	at org.hibernate.event.def.AbstractSaveEventListener.cascadeBeforeSave(AbstractSaveEventListener.java:450)
12:05:15 E       	at org.hibernate.event.def.DefaultMergeEventListener.mergeTransientEntity(DefaultMergeEventListener.java:336)
12:05:15 E       	at org.hibernate.event.def.DefaultMergeEventListener.entityIsTransient(DefaultMergeEventListener.java:303)
12:05:15 E       	at org.springframework.orm.hibernate3.support.IdTransferringMergeEventListener.entityIsTransient(IdTransferringMergeEventListener.java:62)
12:05:15 E       	at ome.security.basic.MergeEventListener.entityIsTransient(MergeEventListener.java:154)
12:05:15 E       	at org.hibernate.event.def.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:258)
12:05:15 E       	at ome.security.basic.MergeEventListener.onMerge(MergeEventListener.java:87)
12:05:15 E       	at org.hibernate.impl.SessionImpl.fireMerge(SessionImpl.java:877)
12:05:15 E       	at org.hibernate.impl.SessionImpl.merge(SessionImpl.java:859)
12:05:15 E       	at org.hibernate.engine.CascadingAction$6.cascade(CascadingAction.java:279)
12:05:15 E       	at org.hibernate.engine.Cascade.cascadeToOne(Cascade.java:392)
12:05:15 E       	at org.hibernate.engine.Cascade.cascadeAssociation(Cascade.java:335)
12:05:15 E       	at org.hibernate.engine.Cascade.cascadeProperty(Cascade.java:204)
12:05:15 E       	at org.hibernate.engine.Cascade.cascadeCollectionElements(Cascade.java:425)
12:05:15 E       	at org.hibernate.engine.Cascade.cascadeCollection(Cascade.java:362)
12:05:15 E       	at org.hibernate.engine.Cascade.cascadeAssociation(Cascade.java:338)
12:05:15 E       	at org.hibernate.engine.Cascade.cascadeProperty(Cascade.java:204)
12:05:15 E       	at org.hibernate.engine.Cascade.cascade(Cascade.java:161)
12:05:15 E       	at org.hibernate.event.def.AbstractSaveEventListener.cascadeAfterSave(AbstractSaveEventListener.java:475)
12:05:15 E       	at org.hibernate.event.def.DefaultMergeEventListener.mergeTransientEntity(DefaultMergeEventListener.java:388)
12:05:15 E       	at org.hibernate.event.def.DefaultMergeEventListener.entityIsTransient(DefaultMergeEventListener.java:303)
12:05:15 E       	at org.springframework.orm.hibernate3.support.IdTransferringMergeEventListener.entityIsTransient(IdTransferringMergeEventListener.java:62)
12:05:15 E       	at ome.security.basic.MergeEventListener.entityIsTransient(MergeEventListener.java:154)
12:05:15 E       	at org.hibernate.event.def.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:258)
12:05:15 E       	at ome.security.basic.MergeEventListener.onMerge(MergeEventListener.java:87)
12:05:15 E       	at org.hibernate.event.def.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:84)
12:05:15 E       	at ome.security.basic.MergeEventListener.onMerge(MergeEventListener.java:73)
12:05:15 E       	at org.hibernate.impl.SessionImpl.fireMerge(SessionImpl.java:867)
12:05:15 E       	at org.hibernate.impl.SessionImpl.merge(SessionImpl.java:851)
12:05:15 E       	at org.hibernate.impl.SessionImpl.merge(SessionImpl.java:855)
12:05:15 E       	at ome.logic.UpdateImpl.internalMerge(UpdateImpl.java:313)
12:05:15 E       	at ome.logic.UpdateImpl$2.run(UpdateImpl.java:138)
12:05:15 E       	at ome.logic.UpdateImpl$2.run(UpdateImpl.java:135)
12:05:15 E       	at ome.logic.UpdateImpl.doAction(UpdateImpl.java:357)
12:05:15 E       	at ome.logic.UpdateImpl.doAction(UpdateImpl.java:349)
12:05:15 E       	at ome.logic.UpdateImpl.saveAndReturnObject(UpdateImpl.java:135)
12:05:15 E       	at jdk.internal.reflect.GeneratedMethodAccessor661.invoke(Unknown Source)
12:05:15 E       	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 E       	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 E       	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 E       	at ome.security.basic.EventHandler.invoke(EventHandler.java:154)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 E       	at org.springframework.orm.hibernate3.HibernateInterceptor.invoke(HibernateInterceptor.java:119)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 E       	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
12:05:15 E       	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:282)
12:05:15 E       	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 E       	at ome.tools.hibernate.ProxyCleanupFilter$Interceptor.invoke(ProxyCleanupFilter.java:249)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 E       	at ome.services.util.ServiceHandler.invoke(ServiceHandler.java:121)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 E       	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 E       	at com.sun.proxy.$Proxy94.saveAndReturnObject(Unknown Source)
12:05:15 E       	at jdk.internal.reflect.GeneratedMethodAccessor661.invoke(Unknown Source)
12:05:15 E       	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 E       	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 E       	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 E       	at ome.security.basic.BasicSecurityWiring.invoke(BasicSecurityWiring.java:93)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 E       	at ome.services.blitz.fire.AopContextInitializer.invoke(AopContextInitializer.java:43)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 E       	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 E       	at com.sun.proxy.$Proxy94.saveAndReturnObject(Unknown Source)
12:05:15 E       	at jdk.internal.reflect.GeneratedMethodAccessor1120.invoke(Unknown Source)
12:05:15 E       	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 E       	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 E       	at ome.services.blitz.util.IceMethodInvoker.invoke(IceMethodInvoker.java:172)
12:05:15 E       	at ome.services.throttling.Callback.run(Callback.java:56)
12:05:15 E       	at ome.services.throttling.InThreadThrottlingStrategy.callInvokerOnRawArgs(InThreadThrottlingStrategy.java:56)
12:05:15 E       	at ome.services.blitz.impl.AbstractAmdServant.callInvokerOnRawArgs(AbstractAmdServant.java:140)
12:05:15 E       	at ome.services.blitz.impl.UpdateI.saveAndReturnObject_async(UpdateI.java:62)
12:05:15 E       	at jdk.internal.reflect.GeneratedMethodAccessor1119.invoke(Unknown Source)
12:05:15 E       	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 E       	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 E       	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 E       	at omero.cmd.CallContext.invoke(CallContext.java:85)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 E       	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 E       	at com.sun.proxy.$Proxy95.saveAndReturnObject_async(Unknown Source)
12:05:15 E       	at omero.api._IUpdateTie.saveAndReturnObject_async(_IUpdateTie.java:92)
12:05:15 E       	at omero.api._IUpdateDisp.___saveAndReturnObject(_IUpdateDisp.java:229)
12:05:15 E       	at omero.api._IUpdateDisp.__dispatch(_IUpdateDisp.java:423)
12:05:15 E       	at IceInternal.Incoming.invoke(Incoming.java:221)
12:05:15 E       	at Ice.ConnectionI.invokeAll(ConnectionI.java:2536)
12:05:15 E       	at Ice.ConnectionI.dispatch(ConnectionI.java:1145)
12:05:15 E       	at Ice.ConnectionI.message(ConnectionI.java:1056)
12:05:15 E       	at IceInternal.ThreadPool.run(ThreadPool.java:395)
12:05:15 E       	at IceInternal.ThreadPool.access$300(ThreadPool.java:12)
12:05:15 E       	at IceInternal.ThreadPool$EventHandlerThread.run(ThreadPool.java:832)
12:05:15 E       	at java.base/java.lang.Thread.run(Thread.java:829)
12:05:15 E       
12:05:15 E           serverExceptionClass = ome.conditions.SecurityViolation
12:05:15 E           message = You are not authorized to set the ExperimenterGroup for ome.model.annotations.TagAnnotation:Id_41872 to ome.model.meta.ExperimenterGroup:Id_3684
12:05:15 E       }
12:05:15 ../../../../.venv3/lib64/python3.9/site-packages/omero_api_IUpdate_ice.py:163: SecurityViolation
12:05:15 ______ TestPermissions.testUseOfRawFileBeanScriptReadCorrectGroupAndUser _______
12:05:15 self = <test.integration.test_permissions.TestPermissions object at 0x7fea3013fe80>
12:05:15     @pytest.mark.broken(ticket="11539")
12:05:15     def testUseOfRawFileBeanScriptReadCorrectGroupAndUser(self):
12:05:15 >       self.assertValidScript(lambda v: {
12:05:15             'omero.group': str(v.details.group.id.val),
12:05:15             'omero.user': str(v.details.owner.id.val)
12:05:15         })
12:05:15 test/integration/test_permissions.py:831: 
12:05:15 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
12:05:15 test/integration/test_permissions.py:813: in assertValidScript
12:05:15     store.setFileId(script.id.val, ctx)
12:05:15 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
12:05:15 self = 71e0710f-4bc5-4138-9aaf-a11d2c349042/72eca738-2984-42e1-a5a2-d1b7ce57e536omero.api.RawFileStore -t -e 1.1:tcp -h 172.18.0.9 -p 32919 -t 60000
12:05:15 fileId = 1
12:05:15 _ctx = {'omero.client.uuid': '04a3a025-9eb0-4eee-829c-96a94db42cb3', 'omero.group': '1', 'omero.session.uuid': '71e0710f-4bc5-4138-9aaf-a11d2c349042', 'omero.user': '0'}
12:05:15     def setFileId(self, fileId, _ctx=None):
12:05:15 >       return _M_omero.api.RawFileStore._op_setFileId.invoke(self, ((fileId, ), _ctx))
12:05:15 E       Ice.UnknownException: exception ::Ice::UnknownException
12:05:15 E       {
12:05:15 E           unknown = ome.conditions.SecurityViolation: User 4740 is not an admin and so cannot set uid to 0
12:05:15 E       	at ome.security.basic.BasicEventContext.checkAndInitialize(BasicEventContext.java:141)
12:05:15 E       	at ome.security.basic.CurrentDetails.checkAndInitialize(CurrentDetails.java:317)
12:05:15 E       	at ome.security.basic.BasicSecuritySystem.loadEventContext(BasicSecuritySystem.java:449)
12:05:15 E       	at ome.security.basic.EventHandler.doLogin(EventHandler.java:210)
12:05:15 E       	at ome.security.basic.EventHandler.invoke(EventHandler.java:146)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 E       	at org.springframework.orm.hibernate3.HibernateInterceptor.invoke(HibernateInterceptor.java:119)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 E       	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
12:05:15 E       	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:282)
12:05:15 E       	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 E       	at ome.tools.hibernate.ProxyCleanupFilter$Interceptor.invoke(ProxyCleanupFilter.java:249)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 E       	at ome.services.util.ServiceHandler.invoke(ServiceHandler.java:121)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 E       	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 E       	at com.sun.proxy.$Proxy74.doWork(Unknown Source)
12:05:15 E       	at ome.services.util.Executor$Impl.execute(Executor.java:447)
12:05:15 E       	at ome.services.blitz.repo.RepositoryDaoImpl.getFile(RepositoryDaoImpl.java:866)
12:05:15 E       	at ome.services.blitz.repo.PublicRepositoryI.checkId(PublicRepositoryI.java:823)
12:05:15 E       	at ome.services.blitz.repo.PublicRepositoryI.fileById(PublicRepositoryI.java:367)
12:05:15 E       	at omero.grid._RepositoryTie.fileById(_RepositoryTie.java:78)
12:05:15 E       	at omero.grid._RepositoryDisp.___fileById(_RepositoryDisp.java:393)
12:05:15 E       	at omero.grid._RepositoryDisp.__dispatch(_RepositoryDisp.java:538)
12:05:15 E       	at IceInternal.Incoming.invoke(Incoming.java:221)
12:05:15 E       	at Ice.ConnectionI.invokeAll(ConnectionI.java:2536)
12:05:15 E       	at Ice.ConnectionI.dispatch(ConnectionI.java:1145)
12:05:15 E       	at Ice.ConnectionI.message(ConnectionI.java:1056)
12:05:15 E       	at IceInternal.ThreadPool.run(ThreadPool.java:395)
12:05:15 E       	at IceInternal.ThreadPool.access$300(ThreadPool.java:12)
12:05:15 E       	at IceInternal.ThreadPool$EventHandlerThread.run(ThreadPool.java:832)
12:05:15 E       	at java.base/java.lang.Thread.run(Thread.java:829)
12:05:15 E       
12:05:15 E       }
12:05:15 ../../../../.venv3/lib64/python3.9/site-packages/omero_api_RawFileStore_ice.py:200: UnknownException
12:05:15 _________________________ TestRFS.testTicket1961Basic __________________________
12:05:15 self = <test.integration.test_rawfilestore.TestRFS object at 0x7fea300fea00>
12:05:15     @pytest.mark.broken(ticket="11534")
12:05:15     def testTicket1961Basic(self):
12:05:15         ofile = self.file()
12:05:15         rfs = self.client.sf.createRawFileStore()
12:05:15         rfs.setFileId(ofile.id.val)
12:05:15         rfs.write([0, 1, 2, 3], 0, 4)
12:05:15         rfs.close()
12:05:15 >       self.check_file(ofile)
12:05:15 test/integration/test_rawfilestore.py:49: 
12:05:15 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
12:05:15 self = <test.integration.test_rawfilestore.TestRFS object at 0x7fea300fea00>
12:05:15 ofile = object #0 (::omero::model::OriginalFile)
12:05:15 {
12:05:15     _id = object #1 (::omero::RLong)
12:05:15     {
12:05:15         _val = 6255
12:05:15     }
12:05:15     _d...annotationLinksCountPerOwner = 
12:05:15     {
12:05:15     }
12:05:15     _name = object #26 (::omero::RString)
12:05:15     {
12:05:15         _val = test
12:05:15     }
12:05:15 }
12:05:15 client = <omero.clients.BaseClient object at 0x7fea20a174f0>
12:05:15     def check_file(self, ofile, client=None):
12:05:15         if client is None:
12:05:15             client = self.client
12:05:15         query = client.sf.getQueryService()
12:05:15         ofile = query.get("OriginalFile", ofile.id.val)
12:05:15         assert ofile.size.val != -1
12:05:15 >       assert ofile.hash.val != ""
12:05:15 E       AssertionError: assert '' != ''
12:05:15 E        +  where '' = object #0 (::omero::RString)\n{\n    _val = \n}.val
12:05:15 E        +    where object #0 (::omero::RString)\n{\n    _val = \n} = object #0 (::omero::model::OriginalFile)\n{\n    _id = object #1 (::omero::RLong)\n    {\n        _val = 6255\n    }\n    _details = object #2 (::omero::model::Details)\n    {\n        _owner = object #3 (::omero::model::Experimenter)\n        {\n            _id = object #4 (::omero::RLong)\n            {\n                _val = 4741\n            }\n            _details = <nil>\n            _loaded = False\n            _version = <nil>\n            _groupExperimenterMapSeq = \n            {\n            }\n            _groupExperimenterMapLoaded = False\n            _omeName = <nil>\n            _firstName = <nil>\n            _middleName = <nil>\n            _lastName = <nil>\n            _institution = <nil>\n            _ldap = <nil>\n            _email = <nil>\n            _config = \n            {\n            }\n            _annotationLinksSeq = \n            {\n            }\n            _annotationLinksLoaded = False\n            _annotationLinksCountPerOwner = \n            {\n            }\n        }\n        _group = object #5 (::omero::model::ExperimenterGroup)\n        {\n            _id = object #6 (::omero::RLong)\n            {\n                _val = 3686\n            }\n            _details = object #7 (::...  }\n            groupPermissions = object #20 (::omero::model::Permissions)\n            {\n                _restrictions = \n                {\n                }\n                _extendedRestrictions = \n                {\n                }\n                _perm1 = -120\n            }\n        }\n    }\n    _loaded = True\n    _version = <nil>\n    _pixelsFileMapsSeq = \n    {\n    }\n    _pixelsFileMapsLoaded = False\n    _pixelsFileMapsCountPerOwner = \n    {\n    }\n    _path = object #21 (::omero::RString)\n    {\n        _val = /tmp/test\n    }\n    _repo = <nil>\n    _size = object #22 (::omero::RLong)\n    {\n        _val = 4\n    }\n    _atime = <nil>\n    _mtime = object #23 (::omero::RTime)\n    {\n        _val = 1733832220290\n    }\n    _ctime = <nil>\n    _hasher = <nil>\n    _hash = object #24 (::omero::RString)\n    {\n        _val = \n    }\n    _mimetype = object #25 (::omero::RString)\n    {\n        _val = application/octet-stream\n    }\n    _filesetEntriesSeq = \n    {\n    }\n    _filesetEntriesLoaded = True\n    _annotationLinksSeq = \n    {\n    }\n    _annotationLinksLoaded = False\n    _annotationLinksCountPerOwner = \n    {\n    }\n    _name = object #26 (::omero::RString)\n    {\n        _val = test\n    }\n}.hash
12:05:15 test/integration/test_rawfilestore.py:40: AssertionError
12:05:15 ____________________ TestRFS.testTicket1961WithKillSession _____________________
12:05:15 self = <test.integration.test_rawfilestore.TestRFS object at 0x7fea300fedc0>
12:05:15     @pytest.mark.broken(ticket="11534")
12:05:15     def testTicket1961WithKillSession(self):
12:05:15         ofile = self.file()
12:05:15         grp = self.ctx.groupName
12:05:15         session = self.client.sf.getSessionService().createUserSession(
12:05:15             1 * 1000, 10000, grp)
12:05:15         properties = self.client.getPropertyMap()
12:05:15         c = omero.client(properties)
12:05:15         s = c.joinSession(session.uuid.val)
12:05:15         rfs = s.createRawFileStore()
12:05:15         rfs.setFileId(ofile.id.val)
12:05:15         rfs.write([0, 1, 2, 3], 0, 4)
12:05:15         c.killSession()
12:05:15 >       self.check_file(ofile)
12:05:15 test/integration/test_rawfilestore.py:67: 
12:05:15 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
12:05:15 self = <test.integration.test_rawfilestore.TestRFS object at 0x7fea300fedc0>
12:05:15 ofile = object #0 (::omero::model::OriginalFile)
12:05:15 {
12:05:15     _id = object #1 (::omero::RLong)
12:05:15     {
12:05:15         _val = 6256
12:05:15     }
12:05:15     _d...annotationLinksCountPerOwner = 
12:05:15     {
12:05:15     }
12:05:15     _name = object #26 (::omero::RString)
12:05:15     {
12:05:15         _val = test
12:05:15     }
12:05:15 }
12:05:15 client = <omero.clients.BaseClient object at 0x7fea20a174f0>
12:05:15     def check_file(self, ofile, client=None):
12:05:15         if client is None:
12:05:15             client = self.client
12:05:15         query = client.sf.getQueryService()
12:05:15         ofile = query.get("OriginalFile", ofile.id.val)
12:05:15         assert ofile.size.val != -1
12:05:15 >       assert ofile.hash.val != ""
12:05:15 E       AssertionError: assert '' != ''
12:05:15 E        +  where '' = object #0 (::omero::RString)\n{\n    _val = \n}.val
12:05:15 E        +    where object #0 (::omero::RString)\n{\n    _val = \n} = object #0 (::omero::model::OriginalFile)\n{\n    _id = object #1 (::omero::RLong)\n    {\n        _val = 6256\n    }\n    _details = object #2 (::omero::model::Details)\n    {\n        _owner = object #3 (::omero::model::Experimenter)\n        {\n            _id = object #4 (::omero::RLong)\n            {\n                _val = 4741\n            }\n            _details = <nil>\n            _loaded = False\n            _version = <nil>\n            _groupExperimenterMapSeq = \n            {\n            }\n            _groupExperimenterMapLoaded = False\n            _omeName = <nil>\n            _firstName = <nil>\n            _middleName = <nil>\n            _lastName = <nil>\n            _institution = <nil>\n            _ldap = <nil>\n            _email = <nil>\n            _config = \n            {\n            }\n            _annotationLinksSeq = \n            {\n            }\n            _annotationLinksLoaded = False\n            _annotationLinksCountPerOwner = \n            {\n            }\n        }\n        _group = object #5 (::omero::model::ExperimenterGroup)\n        {\n            _id = object #6 (::omero::RLong)\n            {\n                _val = 3686\n            }\n            _details = object #7 (::...  }\n            groupPermissions = object #20 (::omero::model::Permissions)\n            {\n                _restrictions = \n                {\n                }\n                _extendedRestrictions = \n                {\n                }\n                _perm1 = -120\n            }\n        }\n    }\n    _loaded = True\n    _version = <nil>\n    _pixelsFileMapsSeq = \n    {\n    }\n    _pixelsFileMapsLoaded = False\n    _pixelsFileMapsCountPerOwner = \n    {\n    }\n    _path = object #21 (::omero::RString)\n    {\n        _val = /tmp/test\n    }\n    _repo = <nil>\n    _size = object #22 (::omero::RLong)\n    {\n        _val = 4\n    }\n    _atime = <nil>\n    _mtime = object #23 (::omero::RTime)\n    {\n        _val = 1733832220363\n    }\n    _ctime = <nil>\n    _hasher = <nil>\n    _hash = object #24 (::omero::RString)\n    {\n        _val = \n    }\n    _mimetype = object #25 (::omero::RString)\n    {\n        _val = application/octet-stream\n    }\n    _filesetEntriesSeq = \n    {\n    }\n    _filesetEntriesLoaded = True\n    _annotationLinksSeq = \n    {\n    }\n    _annotationLinksLoaded = False\n    _annotationLinksCountPerOwner = \n    {\n    }\n    _name = object #26 (::omero::RString)\n    {\n        _val = test\n    }\n}.hash
12:05:15 test/integration/test_rawfilestore.py:40: AssertionError
12:05:15 __________________________ TestRFS.testTicket2161Save __________________________
12:05:15 self = <test.integration.test_rawfilestore.TestRFS object at 0x7fea301051c0>
12:05:15     @pytest.mark.broken(ticket="11534")
12:05:15     def testTicket2161Save(self):
12:05:15         ofile = self.file()
12:05:15         rfs = self.client.sf.createRawFileStore()
12:05:15         rfs.setFileId(ofile.id.val)
12:05:15         rfs.write([0, 1, 2, 3], 0, 4)
12:05:15         ofile = rfs.save()
12:05:15 >       self.check_file(ofile)
12:05:15 test/integration/test_rawfilestore.py:76: 
12:05:15 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
12:05:15 self = <test.integration.test_rawfilestore.TestRFS object at 0x7fea301051c0>
12:05:15 ofile = object #0 (::omero::model::OriginalFile)
12:05:15 {
12:05:15     _id = object #1 (::omero::RLong)
12:05:15     {
12:05:15         _val = 6257
12:05:15     }
12:05:15     _d...annotationLinksCountPerOwner = 
12:05:15     {
12:05:15     }
12:05:15     _name = object #26 (::omero::RString)
12:05:15     {
12:05:15         _val = test
12:05:15     }
12:05:15 }
12:05:15 client = <omero.clients.BaseClient object at 0x7fea20a174f0>
12:05:15     def check_file(self, ofile, client=None):
12:05:15         if client is None:
12:05:15             client = self.client
12:05:15         query = client.sf.getQueryService()
12:05:15         ofile = query.get("OriginalFile", ofile.id.val)
12:05:15         assert ofile.size.val != -1
12:05:15 >       assert ofile.hash.val != ""
12:05:15 E       AssertionError: assert '' != ''
12:05:15 E        +  where '' = object #0 (::omero::RString)\n{\n    _val = \n}.val
12:05:15 E        +    where object #0 (::omero::RString)\n{\n    _val = \n} = object #0 (::omero::model::OriginalFile)\n{\n    _id = object #1 (::omero::RLong)\n    {\n        _val = 6257\n    }\n    _details = object #2 (::omero::model::Details)\n    {\n        _owner = object #3 (::omero::model::Experimenter)\n        {\n            _id = object #4 (::omero::RLong)\n            {\n                _val = 4741\n            }\n            _details = <nil>\n            _loaded = False\n            _version = <nil>\n            _groupExperimenterMapSeq = \n            {\n            }\n            _groupExperimenterMapLoaded = False\n            _omeName = <nil>\n            _firstName = <nil>\n            _middleName = <nil>\n            _lastName = <nil>\n            _institution = <nil>\n            _ldap = <nil>\n            _email = <nil>\n            _config = \n            {\n            }\n            _annotationLinksSeq = \n            {\n            }\n            _annotationLinksLoaded = False\n            _annotationLinksCountPerOwner = \n            {\n            }\n        }\n        _group = object #5 (::omero::model::ExperimenterGroup)\n        {\n            _id = object #6 (::omero::RLong)\n            {\n                _val = 3686\n            }\n            _details = object #7 (::...  }\n            groupPermissions = object #20 (::omero::model::Permissions)\n            {\n                _restrictions = \n                {\n                }\n                _extendedRestrictions = \n                {\n                }\n                _perm1 = -120\n            }\n        }\n    }\n    _loaded = True\n    _version = <nil>\n    _pixelsFileMapsSeq = \n    {\n    }\n    _pixelsFileMapsLoaded = False\n    _pixelsFileMapsCountPerOwner = \n    {\n    }\n    _path = object #21 (::omero::RString)\n    {\n        _val = /tmp/test\n    }\n    _repo = <nil>\n    _size = object #22 (::omero::RLong)\n    {\n        _val = 4\n    }\n    _atime = <nil>\n    _mtime = object #23 (::omero::RTime)\n    {\n        _val = 1733832220399\n    }\n    _ctime = <nil>\n    _hasher = <nil>\n    _hash = object #24 (::omero::RString)\n    {\n        _val = \n    }\n    _mimetype = object #25 (::omero::RString)\n    {\n        _val = application/octet-stream\n    }\n    _filesetEntriesSeq = \n    {\n    }\n    _filesetEntriesLoaded = True\n    _annotationLinksSeq = \n    {\n    }\n    _annotationLinksLoaded = False\n    _annotationLinksCountPerOwner = \n    {\n    }\n    _name = object #26 (::omero::RString)\n    {\n        _val = test\n    }\n}.hash
12:05:15 test/integration/test_rawfilestore.py:40: AssertionError
12:05:15 _____________________________ TestRFS.testNoWrite ______________________________
12:05:15 self = <test.integration.test_rawfilestore.TestRFS object at 0x7fea30105580>
12:05:15     @pytest.mark.broken(ticket="11534")
12:05:15     def testNoWrite(self):
12:05:15         group = self.new_group(perms="rwr---")
12:05:15         client1 = self.new_client(group=group)
12:05:15         client2 = self.new_client(group=group)
12:05:15         ofile = self.file(client=client1)
12:05:15         rfs = client1.sf.createRawFileStore()
12:05:15         rfs.setFileId(ofile.id.val)
12:05:15         rfs.write(b"0123", 0, 4)
12:05:15         rfs.close()
12:05:15 >       self.check_file(ofile, client=client1)
12:05:15 test/integration/test_rawfilestore.py:94: 
12:05:15 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
12:05:15 self = <test.integration.test_rawfilestore.TestRFS object at 0x7fea30105580>
12:05:15 ofile = object #0 (::omero::model::OriginalFile)
12:05:15 {
12:05:15     _id = object #1 (::omero::RLong)
12:05:15     {
12:05:15         _val = 6258
12:05:15     }
12:05:15     _d...annotationLinksCountPerOwner = 
12:05:15     {
12:05:15     }
12:05:15     _name = object #26 (::omero::RString)
12:05:15     {
12:05:15         _val = test
12:05:15     }
12:05:15 }
12:05:15 client = <omero.clients.BaseClient object at 0x7fea20d9c100>
12:05:15     def check_file(self, ofile, client=None):
12:05:15         if client is None:
12:05:15             client = self.client
12:05:15         query = client.sf.getQueryService()
12:05:15         ofile = query.get("OriginalFile", ofile.id.val)
12:05:15         assert ofile.size.val != -1
12:05:15 >       assert ofile.hash.val != ""
12:05:15 E       AssertionError: assert '' != ''
12:05:15 E        +  where '' = object #0 (::omero::RString)\n{\n    _val = \n}.val
12:05:15 E        +    where object #0 (::omero::RString)\n{\n    _val = \n} = object #0 (::omero::model::OriginalFile)\n{\n    _id = object #1 (::omero::RLong)\n    {\n        _val = 6258\n    }\n    _details = object #2 (::omero::model::Details)\n    {\n        _owner = object #3 (::omero::model::Experimenter)\n        {\n            _id = object #4 (::omero::RLong)\n            {\n                _val = 4742\n            }\n            _details = <nil>\n            _loaded = False\n            _version = <nil>\n            _groupExperimenterMapSeq = \n            {\n            }\n            _groupExperimenterMapLoaded = False\n            _omeName = <nil>\n            _firstName = <nil>\n            _middleName = <nil>\n            _lastName = <nil>\n            _institution = <nil>\n            _ldap = <nil>\n            _email = <nil>\n            _config = \n            {\n            }\n            _annotationLinksSeq = \n            {\n            }\n            _annotationLinksLoaded = False\n            _annotationLinksCountPerOwner = \n            {\n            }\n        }\n        _group = object #5 (::omero::model::ExperimenterGroup)\n        {\n            _id = object #6 (::omero::RLong)\n            {\n                _val = 3687\n            }\n            _details = object #7 (::...   }\n            groupPermissions = object #20 (::omero::model::Permissions)\n            {\n                _restrictions = \n                {\n                }\n                _extendedRestrictions = \n                {\n                }\n                _perm1 = -56\n            }\n        }\n    }\n    _loaded = True\n    _version = <nil>\n    _pixelsFileMapsSeq = \n    {\n    }\n    _pixelsFileMapsLoaded = False\n    _pixelsFileMapsCountPerOwner = \n    {\n    }\n    _path = object #21 (::omero::RString)\n    {\n        _val = /tmp/test\n    }\n    _repo = <nil>\n    _size = object #22 (::omero::RLong)\n    {\n        _val = 4\n    }\n    _atime = <nil>\n    _mtime = object #23 (::omero::RTime)\n    {\n        _val = 1733832225581\n    }\n    _ctime = <nil>\n    _hasher = <nil>\n    _hash = object #24 (::omero::RString)\n    {\n        _val = \n    }\n    _mimetype = object #25 (::omero::RString)\n    {\n        _val = application/octet-stream\n    }\n    _filesetEntriesSeq = \n    {\n    }\n    _filesetEntriesLoaded = True\n    _annotationLinksSeq = \n    {\n    }\n    _annotationLinksLoaded = False\n    _annotationLinksCountPerOwner = \n    {\n    }\n    _name = object #26 (::omero::RString)\n    {\n        _val = test\n    }\n}.hash
12:05:15 test/integration/test_rawfilestore.py:40: AssertionError
12:05:15 __________________ TestRepoRawFileStore.testFailedWriteNoFile __________________
12:05:15 self = <test.integration.test_reporawfilestore.TestRepoRawFileStore object at 0x7fea3012a970>
12:05:15     @pytest.mark.broken(ticket="11610")
12:05:15     def testFailedWriteNoFile(self):
12:05:15         # Without a single write, no file is produced
12:05:15         rfs = self.repoPrx.file(self.repo_filename, "rw")  # create empty file
12:05:15         rfs.close()
12:05:15         rfs = self.repoPrx.file(self.repo_filename, "r")
12:05:15         with pytest.raises(omero.ResourceError):
12:05:15 >           rfs.size()
12:05:15 E           Failed: DID NOT RAISE <class 'omero.ResourceError'>
12:05:15 test/integration/test_reporawfilestore.py:68: Failed
12:05:15 ______________________ TestScripts.testAutoFillTicket2326 ______________________
12:05:15 self = <test.integration.test_scripts.TestScripts object at 0x7fea30095ac0>
12:05:15     @pytest.mark.broken(ticket="11539")
12:05:15     def testAutoFillTicket2326(self):
12:05:15         SCRIPT = """if True:
12:05:15         import omero.scripts
12:05:15         import omero.rtypes
12:05:15         client = omero.scripts.client(
12:05:15             "ticket2326", omero.scripts.Long("width", optional=True))
12:05:15         width = client.getInput("width")
12:05:15         print(width)
12:05:15         client.setOutput(
12:05:15             "noWidthKey",
12:05:15             omero.rtypes.rbool("width" not in client.getInputKeys()))
12:05:15         client.setOutput("widthIsNull", omero.rtypes.rbool(width is None))
12:05:15         """
12:05:15         impl = omero.processor.usermode_processor(self.client)
12:05:15         svc = self.client.sf.getScriptService()
12:05:15         try:
12:05:15             scriptID = svc.uploadScript("/test/testAutoFillTicket2326", SCRIPT)
12:05:15 >           process = svc.runScript(scriptID, {}, None)
12:05:15 test/integration/test_scripts.py:378: 
12:05:15 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
12:05:15 self = 64499063-799f-4ffb-86e5-4574ed0df0c0/a4b5462b-8060-4073-aced-57c5acfe9513omero.api.IScript -t -e 1.1:tcp -h 172.18.0.9 -p 32919 -t 60000
12:05:15 scriptID = 6263, inputs = {}, waitSecs = None, _ctx = None
12:05:15     def runScript(self, scriptID, inputs, waitSecs, _ctx=None):
12:05:15 >       return _M_omero.api.IScript._op_runScript.invoke(self, ((scriptID, inputs, waitSecs), _ctx))
12:05:15 E       omero.NoProcessorAvailable: exception ::omero::NoProcessorAvailable
12:05:15 E       {
12:05:15 E           serverStackTrace = 
12:05:15 E           serverExceptionClass = 
12:05:15 E           message = No processor available! [0 response(s)]
12:05:15 E           processorCount = 0
12:05:15 E       }
12:05:15 ../../../../.venv3/lib64/python3.9/site-packages/omero_api_IScript_ice.py:935: NoProcessorAvailable
12:05:15 ------------------------------ Captured log call -------------------------------
12:05:15 INFO     omero.util.Resources:__init__.py:652 Starting
12:05:15 INFO     omero.processor.ProcessorI:processor.py:814 Registering processor St7T-M#$dgdC8-00Y[Mi/UsermodeProcessor-6c2ff0dc-6aa4-4102-a259-fc85fc5354ae -t -e 1.1:tcp -h 127.0.0.1 -p 38621 -t 60000
12:05:15 INFO     omero.remote:decorators.py:70  Meth: ProcessorI.willAccept
12:05:15 INFO     omero.remote:decorators.py:70  Meth: ProcessorI.willAccept
12:05:15 ERROR    omero.processor.ProcessorI:processor.py:861 File lookup failed: user=4745, group=3689, script=5014
12:05:15 Traceback (most recent call last):
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/processor.py", line 857, in willAccept
12:05:15     file, handle = self.lookup(scriptContext)
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/processor.py", line 829, in lookup
12:05:15     file = prx.validateScript(job, self.accepts_list)
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/processor.py", line 40, in handler
12:05:15     return func(*args, **kwargs)
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero_api_IScript_ice.py", line 1065, in validateScript
12:05:15     return _M_omero.api.IScript._op_validateScript.invoke(self, ((j, acceptsList), _ctx))
12:05:15 omero.ValidationException: exception ::omero::ValidationException
12:05:15 {
12:05:15     serverStackTrace = ome.conditions.ValidationException: Found wrong number of files: []
12:05:15 	at ome.services.blitz.impl.ScriptI$15$1.doWork(ScriptI.java:577)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor267.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 	at ome.services.util.Executor$Impl$Interceptor.invoke(Executor.java:568)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.security.basic.EventHandler.invoke(EventHandler.java:154)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.orm.hibernate3.HibernateInterceptor.invoke(HibernateInterceptor.java:119)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
12:05:15 	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:282)
12:05:15 	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.tools.hibernate.ProxyCleanupFilter$Interceptor.invoke(ProxyCleanupFilter.java:249)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.services.util.ServiceHandler.invoke(ServiceHandler.java:121)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 	at com.sun.proxy.$Proxy74.doWork(Unknown Source)
12:05:15 	at ome.services.util.Executor$Impl.execute(Executor.java:447)
12:05:15 	at ome.services.blitz.impl.ScriptI$15.call(ScriptI.java:570)
12:05:15 	at ome.services.throttling.Callback2.run(Callback2.java:43)
12:05:15 	at ome.services.throttling.InThreadThrottlingStrategy.safeRunnableCall(InThreadThrottlingStrategy.java:80)
12:05:15 	at ome.services.blitz.impl.AbstractAmdServant.safeRunnableCall(AbstractAmdServant.java:159)
12:05:15 	at ome.services.blitz.impl.ScriptI.validateScript_async(ScriptI.java:553)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor654.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 	at omero.cmd.CallContext.invoke(CallContext.java:85)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 	at com.sun.proxy.$Proxy105.validateScript_async(Unknown Source)
12:05:15 	at omero.api._IScriptTie.validateScript_async(_IScriptTie.java:144)
12:05:15 	at omero.api._IScriptDisp.___validateScript(_IScriptDisp.java:704)
12:05:15 	at omero.api._IScriptDisp.__dispatch(_IScriptDisp.java:819)
12:05:15 	at IceInternal.Incoming.invoke(Incoming.java:221)
12:05:15 	at Ice.ConnectionI.invokeAll(ConnectionI.java:2536)
12:05:15 	at Ice.ConnectionI.dispatch(ConnectionI.java:1145)
12:05:15 	at Ice.ConnectionI.message(ConnectionI.java:1056)
12:05:15 	at IceInternal.ThreadPool.run(ThreadPool.java:395)
12:05:15 	at IceInternal.ThreadPool.access$300(ThreadPool.java:12)
12:05:15 	at IceInternal.ThreadPool$EventHandlerThread.run(ThreadPool.java:832)
12:05:15 	at java.base/java.lang.Thread.run(Thread.java:829)
12:05:15     serverExceptionClass = ome.conditions.ValidationException
12:05:15     message = Found wrong number of files: []
12:05:15 }
12:05:15 INFO     omero.remote:decorators.py:75  Rslt: <class 'NoneType'>
12:05:15 ERROR    omero.processor.ProcessorI:processor.py:861 File lookup failed: user=4745, group=3689, script=5014
12:05:15 Traceback (most recent call last):
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/processor.py", line 857, in willAccept
12:05:15     file, handle = self.lookup(scriptContext)
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/processor.py", line 829, in lookup
12:05:15     file = prx.validateScript(job, self.accepts_list)
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/processor.py", line 40, in handler
12:05:15     return func(*args, **kwargs)
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero_api_IScript_ice.py", line 1065, in validateScript
12:05:15     return _M_omero.api.IScript._op_validateScript.invoke(self, ((j, acceptsList), _ctx))
12:05:15 omero.ValidationException: exception ::omero::ValidationException
12:05:15 {
12:05:15     serverStackTrace = ome.conditions.ValidationException: Found wrong number of files: []
12:05:15 	at ome.services.blitz.impl.ScriptI$15$1.doWork(ScriptI.java:577)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor267.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 	at ome.services.util.Executor$Impl$Interceptor.invoke(Executor.java:568)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.security.basic.EventHandler.invoke(EventHandler.java:154)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.orm.hibernate3.HibernateInterceptor.invoke(HibernateInterceptor.java:119)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
12:05:15 	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:282)
12:05:15 	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.tools.hibernate.ProxyCleanupFilter$Interceptor.invoke(ProxyCleanupFilter.java:249)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.services.util.ServiceHandler.invoke(ServiceHandler.java:121)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 	at com.sun.proxy.$Proxy74.doWork(Unknown Source)
12:05:15 	at ome.services.util.Executor$Impl.execute(Executor.java:447)
12:05:15 	at ome.services.blitz.impl.ScriptI$15.call(ScriptI.java:570)
12:05:15 	at ome.services.throttling.Callback2.run(Callback2.java:43)
12:05:15 	at ome.services.throttling.InThreadThrottlingStrategy.safeRunnableCall(InThreadThrottlingStrategy.java:80)
12:05:15 	at ome.services.blitz.impl.AbstractAmdServant.safeRunnableCall(AbstractAmdServant.java:159)
12:05:15 	at ome.services.blitz.impl.ScriptI.validateScript_async(ScriptI.java:553)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor654.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 	at omero.cmd.CallContext.invoke(CallContext.java:85)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 	at com.sun.proxy.$Proxy105.validateScript_async(Unknown Source)
12:05:15 	at omero.api._IScriptTie.validateScript_async(_IScriptTie.java:144)
12:05:15 	at omero.api._IScriptDisp.___validateScript(_IScriptDisp.java:704)
12:05:15 	at omero.api._IScriptDisp.__dispatch(_IScriptDisp.java:819)
12:05:15 	at IceInternal.Incoming.invoke(Incoming.java:221)
12:05:15 	at Ice.ConnectionI.invokeAll(ConnectionI.java:2536)
12:05:15 	at Ice.ConnectionI.dispatch(ConnectionI.java:1145)
12:05:15 	at Ice.ConnectionI.message(ConnectionI.java:1056)
12:05:15 	at IceInternal.ThreadPool.run(ThreadPool.java:395)
12:05:15 	at IceInternal.ThreadPool.access$300(ThreadPool.java:12)
12:05:15 	at IceInternal.ThreadPool$EventHandlerThread.run(ThreadPool.java:832)
12:05:15 	at java.base/java.lang.Thread.run(Thread.java:829)
12:05:15     serverExceptionClass = ome.conditions.ValidationException
12:05:15     message = Found wrong number of files: []
12:05:15 }
12:05:15 INFO     omero.remote:decorators.py:75  Rslt: <class 'NoneType'>
12:05:15 INFO     omero.remote:decorators.py:70  Meth: ProcessorI.willAccept
12:05:15 INFO     omero.remote:decorators.py:70  Meth: ProcessorI.willAccept
12:05:15 ERROR    omero.processor.ProcessorI:processor.py:861 File lookup failed: user=4745, group=3689, script=5015
12:05:15 Traceback (most recent call last):
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/processor.py", line 857, in willAccept
12:05:15     file, handle = self.lookup(scriptContext)
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/processor.py", line 829, in lookup
12:05:15     file = prx.validateScript(job, self.accepts_list)
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/processor.py", line 40, in handler
12:05:15     return func(*args, **kwargs)
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero_api_IScript_ice.py", line 1065, in validateScript
12:05:15     return _M_omero.api.IScript._op_validateScript.invoke(self, ((j, acceptsList), _ctx))
12:05:15 omero.ValidationException: exception ::omero::ValidationException
12:05:15 {
12:05:15     serverStackTrace = ome.conditions.ValidationException: Found wrong number of files: []
12:05:15 	at ome.services.blitz.impl.ScriptI$15$1.doWork(ScriptI.java:577)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor267.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 	at ome.services.util.Executor$Impl$Interceptor.invoke(Executor.java:568)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.security.basic.EventHandler.invoke(EventHandler.java:154)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.orm.hibernate3.HibernateInterceptor.invoke(HibernateInterceptor.java:119)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
12:05:15 	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:282)
12:05:15 	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.tools.hibernate.ProxyCleanupFilter$Interceptor.invoke(ProxyCleanupFilter.java:249)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.services.util.ServiceHandler.invoke(ServiceHandler.java:121)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 	at com.sun.proxy.$Proxy74.doWork(Unknown Source)
12:05:15 	at ome.services.util.Executor$Impl.execute(Executor.java:447)
12:05:15 	at ome.services.blitz.impl.ScriptI$15.call(ScriptI.java:570)
12:05:15 	at ome.services.throttling.Callback2.run(Callback2.java:43)
12:05:15 	at ome.services.throttling.InThreadThrottlingStrategy.safeRunnableCall(InThreadThrottlingStrategy.java:80)
12:05:15 	at ome.services.blitz.impl.AbstractAmdServant.safeRunnableCall(AbstractAmdServant.java:159)
12:05:15 	at ome.services.blitz.impl.ScriptI.validateScript_async(ScriptI.java:553)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor654.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 	at omero.cmd.CallContext.invoke(CallContext.java:85)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 	at com.sun.proxy.$Proxy105.validateScript_async(Unknown Source)
12:05:15 	at omero.api._IScriptTie.validateScript_async(_IScriptTie.java:144)
12:05:15 	at omero.api._IScriptDisp.___validateScript(_IScriptDisp.java:704)
12:05:15 	at omero.api._IScriptDisp.__dispatch(_IScriptDisp.java:819)
12:05:15 	at IceInternal.Incoming.invoke(Incoming.java:221)
12:05:15 	at Ice.ConnectionI.invokeAll(ConnectionI.java:2536)
12:05:15 	at Ice.ConnectionI.dispatch(ConnectionI.java:1145)
12:05:15 	at Ice.ConnectionI.message(ConnectionI.java:1056)
12:05:15 	at IceInternal.ThreadPool.run(ThreadPool.java:395)
12:05:15 	at IceInternal.ThreadPool.access$300(ThreadPool.java:12)
12:05:15 	at IceInternal.ThreadPool$EventHandlerThread.run(ThreadPool.java:832)
12:05:15 	at java.base/java.lang.Thread.run(Thread.java:829)
12:05:15     serverExceptionClass = ome.conditions.ValidationException
12:05:15     message = Found wrong number of files: []
12:05:15 }
12:05:15 INFO     omero.remote:decorators.py:75  Rslt: <class 'NoneType'>
12:05:15 ERROR    omero.processor.ProcessorI:processor.py:861 File lookup failed: user=4745, group=3689, script=5015
12:05:15 Traceback (most recent call last):
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/processor.py", line 857, in willAccept
12:05:15     file, handle = self.lookup(scriptContext)
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/processor.py", line 829, in lookup
12:05:15     file = prx.validateScript(job, self.accepts_list)
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/processor.py", line 40, in handler
12:05:15     return func(*args, **kwargs)
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero_api_IScript_ice.py", line 1065, in validateScript
12:05:15     return _M_omero.api.IScript._op_validateScript.invoke(self, ((j, acceptsList), _ctx))
12:05:15 omero.ValidationException: exception ::omero::ValidationException
12:05:15 {
12:05:15     serverStackTrace = ome.conditions.ValidationException: Found wrong number of files: []
12:05:15 	at ome.services.blitz.impl.ScriptI$15$1.doWork(ScriptI.java:577)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor267.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 	at ome.services.util.Executor$Impl$Interceptor.invoke(Executor.java:568)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.security.basic.EventHandler.invoke(EventHandler.java:154)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.orm.hibernate3.HibernateInterceptor.invoke(HibernateInterceptor.java:119)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
12:05:15 	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:282)
12:05:15 	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.tools.hibernate.ProxyCleanupFilter$Interceptor.invoke(ProxyCleanupFilter.java:249)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.services.util.ServiceHandler.invoke(ServiceHandler.java:121)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 	at com.sun.proxy.$Proxy74.doWork(Unknown Source)
12:05:15 	at ome.services.util.Executor$Impl.execute(Executor.java:447)
12:05:15 	at ome.services.blitz.impl.ScriptI$15.call(ScriptI.java:570)
12:05:15 	at ome.services.throttling.Callback2.run(Callback2.java:43)
12:05:15 	at ome.services.throttling.InThreadThrottlingStrategy.safeRunnableCall(InThreadThrottlingStrategy.java:80)
12:05:15 	at ome.services.blitz.impl.AbstractAmdServant.safeRunnableCall(AbstractAmdServant.java:159)
12:05:15 	at ome.services.blitz.impl.ScriptI.validateScript_async(ScriptI.java:553)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor654.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 	at omero.cmd.CallContext.invoke(CallContext.java:85)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 	at com.sun.proxy.$Proxy105.validateScript_async(Unknown Source)
12:05:15 	at omero.api._IScriptTie.validateScript_async(_IScriptTie.java:144)
12:05:15 	at omero.api._IScriptDisp.___validateScript(_IScriptDisp.java:704)
12:05:15 	at omero.api._IScriptDisp.__dispatch(_IScriptDisp.java:819)
12:05:15 	at IceInternal.Incoming.invoke(Incoming.java:221)
12:05:15 	at Ice.ConnectionI.invokeAll(ConnectionI.java:2536)
12:05:15 	at Ice.ConnectionI.dispatch(ConnectionI.java:1145)
12:05:15 	at Ice.ConnectionI.message(ConnectionI.java:1056)
12:05:15 	at IceInternal.ThreadPool.run(ThreadPool.java:395)
12:05:15 	at IceInternal.ThreadPool.access$300(ThreadPool.java:12)
12:05:15 	at IceInternal.ThreadPool$EventHandlerThread.run(ThreadPool.java:832)
12:05:15 	at java.base/java.lang.Thread.run(Thread.java:829)
12:05:15     serverExceptionClass = ome.conditions.ValidationException
12:05:15     message = Found wrong number of files: []
12:05:15 }
12:05:15 INFO     omero.remote:decorators.py:75  Rslt: <class 'NoneType'>
12:05:15 INFO     omero.processor.ProcessorI:__init__.py:597 Cleaning up
12:05:15 INFO     omero.processor.ProcessorI:__init__.py:599 Done
12:05:15 ______________ TestScripts.testParamLoadingPerformanceTicket2285 _______________
12:05:15 self = <test.integration.test_scripts.TestScripts object at 0x7fea30095e80>
12:05:15     @pytest.mark.broken(reason="Minor performance failure", ticket="11539")
12:05:15     def testParamLoadingPerformanceTicket2285(self):
12:05:15         root_client = self.new_client(system=True)
12:05:15         svc = root_client.sf.getScriptService()
12:05:15         SCRIPT = """if True:
12:05:15         import omero.model as OM
12:05:15         import omero.rtypes as OR
12:05:15         import omero.scripts as OS
12:05:15         c = OS.client("perf test",
12:05:15             OS.Long("a", min=0, max=5),
12:05:15             OS.String("b", values=("a","b","c")),
12:05:15             OS.List("c").ofType(OM.ImageI))
12:05:15         """
12:05:15         upload_time, scriptID = self.timeit(
12:05:15             svc.uploadOfficialScript, "/test/perf%s.py" % self.uuid(), SCRIPT)
12:05:15         impl = omero.processor.usermode_processor(root_client)
12:05:15         try:
12:05:15             params_time, params = self.timeit(svc.getParams, scriptID)
12:05:15             assert params_time < (upload_time / 10), \
12:05:15                 "upload_time(%s) <= 10 * params_time(%s)!" % \
12:05:15                 (upload_time, params_time)
12:05:15             assert params_time < 0.1, "params_time(%s) >= 0.01 !" % params_time
12:05:15 >           run_time, process = self.timeit(
12:05:15                 svc.runScript, scriptID, wrap({"a": int(5)}).val, None)
12:05:15 test/integration/test_scripts.py:417: 
12:05:15 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
12:05:15 ../../../../.venv3/lib64/python3.9/site-packages/omero/testlib/__init__.py:612: in timeit
12:05:15     rv = func(*args, **kwargs)
12:05:15 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
12:05:15 self = d106745a-07b0-48d8-999d-cd9a7aa7c22f/85fb6757-cafa-4c30-bd7e-2d863802ad8bomero.api.IScript -t -e 1.1:tcp -h 172.18.0.9 -p 32919 -t 60000
12:05:15 scriptID = 6264, inputs = {'a': object #0 (::omero::RInt)
12:05:15 {
12:05:15     _val = 5
12:05:15 }}
12:05:15 waitSecs = None, _ctx = None
12:05:15     def runScript(self, scriptID, inputs, waitSecs, _ctx=None):
12:05:15 >       return _M_omero.api.IScript._op_runScript.invoke(self, ((scriptID, inputs, waitSecs), _ctx))
12:05:15 E       omero.ValidationException: exception ::omero::ValidationException
12:05:15 E       {
12:05:15 E           serverStackTrace = 
12:05:15 E           serverExceptionClass = 
12:05:15 E           message = Invalid parameters:
12:05:15 E       WRONG TYPE for "a": <class 'omero.rtypes.RIntI'> != <class 'omero.rtypes.RLongI'>
12:05:15 E       
12:05:15 E       }
12:05:15 ../../../../.venv3/lib64/python3.9/site-packages/omero_api_IScript_ice.py:935: ValidationException
12:05:15 ------------------------------ Captured log call -------------------------------
12:05:15 INFO     omero.remote:decorators.py:70  Meth: ProcessorI.willAccept
12:05:15 INFO     omero.remote:decorators.py:70  Meth: ProcessorI.willAccept
12:05:15 ERROR    omero.processor.ProcessorI:processor.py:861 File lookup failed: user=4746, group=3690, script=5016
12:05:15 Traceback (most recent call last):
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/processor.py", line 858, in willAccept
12:05:15     handle.close()
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/processor.py", line 40, in handler
12:05:15     return func(*args, **kwargs)
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero_ServicesF_ice.py", line 287, in close
12:05:15     return _M_omero.api.StatefulServiceInterface._op_close.invoke(self, ((), _ctx))
12:05:15 omero.SecurityViolation: exception ::omero::SecurityViolation
12:05:15 {
12:05:15     serverStackTrace = ome.conditions.SecurityViolation: User 4745 is not a member of group 3690 and cannot login
12:05:15 	at ome.security.basic.BasicSecuritySystem.loadEventContext(BasicSecuritySystem.java:514)
12:05:15 	at ome.security.basic.EventHandler.doLogin(EventHandler.java:210)
12:05:15 	at ome.security.basic.EventHandler.invoke(EventHandler.java:146)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.tools.hibernate.SessionHandler.doStateful(SessionHandler.java:216)
12:05:15 	at ome.tools.hibernate.SessionHandler.invoke(SessionHandler.java:200)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
12:05:15 	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:282)
12:05:15 	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.tools.hibernate.ProxyCleanupFilter$Interceptor.invoke(ProxyCleanupFilter.java:249)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.services.util.ServiceHandler.invoke(ServiceHandler.java:121)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 	at com.sun.proxy.$Proxy103.close(Unknown Source)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor570.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 	at ome.security.basic.BasicSecurityWiring.invoke(BasicSecurityWiring.java:93)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.services.blitz.fire.AopContextInitializer.invoke(AopContextInitializer.java:43)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 	at com.sun.proxy.$Proxy103.close(Unknown Source)
12:05:15 	at ome.services.blitz.impl.AbstractCloseableAmdServant.close_async(AbstractCloseableAmdServant.java:90)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor603.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 	at omero.cmd.CallContext.invoke(CallContext.java:85)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 	at com.sun.proxy.$Proxy104.close_async(Unknown Source)
12:05:15 	at omero.api._JobHandleTie.close_async(_JobHandleTie.java:144)
12:05:15 	at omero.api._StatefulServiceInterfaceDisp.___close(_StatefulServiceInterfaceDisp.java:185)
12:05:15 	at omero.api._JobHandleDisp.__dispatch(_JobHandleDisp.java:597)
12:05:15 	at IceInternal.Incoming.invoke(Incoming.java:221)
12:05:15 	at Ice.ConnectionI.invokeAll(ConnectionI.java:2536)
12:05:15 	at Ice.ConnectionI.dispatch(ConnectionI.java:1145)
12:05:15 	at Ice.ConnectionI.message(ConnectionI.java:1056)
12:05:15 	at IceInternal.ThreadPool.run(ThreadPool.java:395)
12:05:15 	at IceInternal.ThreadPool.access$300(ThreadPool.java:12)
12:05:15 	at IceInternal.ThreadPool$EventHandlerThread.run(ThreadPool.java:832)
12:05:15 	at java.base/java.lang.Thread.run(Thread.java:829)
12:05:15     serverExceptionClass = ome.conditions.SecurityViolation
12:05:15     message = User 4745 is not a member of group 3690 and cannot login
12:05:15 }
12:05:15 INFO     omero.remote:decorators.py:75  Rslt: <class 'NoneType'>
12:05:15 INFO     omero.remote:decorators.py:75  Rslt: <class 'bool'>
12:05:15 INFO     omero.util.Resources:__init__.py:652 Starting
12:05:15 INFO     omero.processor.ProcessorI:processor.py:814 Registering processor HSn7*b;^ZtR?k]9=0C7(/UsermodeProcessor-1b33e14d-26dd-4d7c-95bb-108127f6f7b9 -t -e 1.1:tcp -h 127.0.0.1 -p 38621 -t 60000
12:05:15 INFO     omero.remote:decorators.py:70  Meth: ProcessorI.willAccept
12:05:15 INFO     omero.remote:decorators.py:70  Meth: ProcessorI.willAccept
12:05:15 INFO     omero.remote:decorators.py:70  Meth: ProcessorI.willAccept
12:05:15 ERROR    omero.processor.ProcessorI:processor.py:861 File lookup failed: user=4746, group=3690, script=5017
12:05:15 Traceback (most recent call last):
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/processor.py", line 858, in willAccept
12:05:15     handle.close()
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/processor.py", line 40, in handler
12:05:15     return func(*args, **kwargs)
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero_ServicesF_ice.py", line 287, in close
12:05:15     return _M_omero.api.StatefulServiceInterface._op_close.invoke(self, ((), _ctx))
12:05:15 omero.SecurityViolation: exception ::omero::SecurityViolation
12:05:15 {
12:05:15     serverStackTrace = ome.conditions.SecurityViolation: User 4745 is not a member of group 3690 and cannot login
12:05:15 	at ome.security.basic.BasicSecuritySystem.loadEventContext(BasicSecuritySystem.java:514)
12:05:15 	at ome.security.basic.EventHandler.doLogin(EventHandler.java:210)
12:05:15 	at ome.security.basic.EventHandler.invoke(EventHandler.java:146)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.tools.hibernate.SessionHandler.doStateful(SessionHandler.java:216)
12:05:15 	at ome.tools.hibernate.SessionHandler.invoke(SessionHandler.java:200)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
12:05:15 	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:282)
12:05:15 	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.tools.hibernate.ProxyCleanupFilter$Interceptor.invoke(ProxyCleanupFilter.java:249)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.services.util.ServiceHandler.invoke(ServiceHandler.java:121)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 	at com.sun.proxy.$Proxy103.close(Unknown Source)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor570.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 	at ome.security.basic.BasicSecurityWiring.invoke(BasicSecurityWiring.java:93)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.services.blitz.fire.AopContextInitializer.invoke(AopContextInitializer.java:43)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 	at com.sun.proxy.$Proxy103.close(Unknown Source)
12:05:15 	at ome.services.blitz.impl.AbstractCloseableAmdServant.close_async(AbstractCloseableAmdServant.java:90)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor603.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 	at omero.cmd.CallContext.invoke(CallContext.java:85)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 	at com.sun.proxy.$Proxy104.close_async(Unknown Source)
12:05:15 	at omero.api._JobHandleTie.close_async(_JobHandleTie.java:144)
12:05:15 	at omero.api._StatefulServiceInterfaceDisp.___close(_StatefulServiceInterfaceDisp.java:185)
12:05:15 	at omero.api._JobHandleDisp.__dispatch(_JobHandleDisp.java:597)
12:05:15 	at IceInternal.Incoming.invoke(Incoming.java:221)
12:05:15 	at Ice.ConnectionI.invokeAll(ConnectionI.java:2536)
12:05:15 	at Ice.ConnectionI.dispatch(ConnectionI.java:1145)
12:05:15 	at Ice.ConnectionI.message(ConnectionI.java:1056)
12:05:15 	at IceInternal.ThreadPool.run(ThreadPool.java:395)
12:05:15 	at IceInternal.ThreadPool.access$300(ThreadPool.java:12)
12:05:15 	at IceInternal.ThreadPool$EventHandlerThread.run(ThreadPool.java:832)
12:05:15 	at java.base/java.lang.Thread.run(Thread.java:829)
12:05:15     serverExceptionClass = ome.conditions.SecurityViolation
12:05:15     message = User 4745 is not a member of group 3690 and cannot login
12:05:15 }
12:05:15 INFO     omero.remote:decorators.py:75  Rslt: <class 'NoneType'>
12:05:15 ERROR    omero.processor.ProcessorI:processor.py:861 File lookup failed: user=4746, group=3690, script=5017
12:05:15 Traceback (most recent call last):
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/processor.py", line 857, in willAccept
12:05:15     file, handle = self.lookup(scriptContext)
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/processor.py", line 829, in lookup
12:05:15     file = prx.validateScript(job, self.accepts_list)
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/processor.py", line 40, in handler
12:05:15     return func(*args, **kwargs)
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero_api_IScript_ice.py", line 1065, in validateScript
12:05:15     return _M_omero.api.IScript._op_validateScript.invoke(self, ((j, acceptsList), _ctx))
12:05:15 omero.ValidationException: exception ::omero::ValidationException
12:05:15 {
12:05:15     serverStackTrace = ome.conditions.ValidationException: Found wrong number of files: []
12:05:15 	at ome.services.blitz.impl.ScriptI$15$1.doWork(ScriptI.java:577)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor267.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 	at ome.services.util.Executor$Impl$Interceptor.invoke(Executor.java:568)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.security.basic.EventHandler.invoke(EventHandler.java:154)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.orm.hibernate3.HibernateInterceptor.invoke(HibernateInterceptor.java:119)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
12:05:15 	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:282)
12:05:15 	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.tools.hibernate.ProxyCleanupFilter$Interceptor.invoke(ProxyCleanupFilter.java:249)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.services.util.ServiceHandler.invoke(ServiceHandler.java:121)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 	at com.sun.proxy.$Proxy74.doWork(Unknown Source)
12:05:15 	at ome.services.util.Executor$Impl.execute(Executor.java:447)
12:05:15 	at ome.services.blitz.impl.ScriptI$15.call(ScriptI.java:570)
12:05:15 	at ome.services.throttling.Callback2.run(Callback2.java:43)
12:05:15 	at ome.services.throttling.InThreadThrottlingStrategy.safeRunnableCall(InThreadThrottlingStrategy.java:80)
12:05:15 	at ome.services.blitz.impl.AbstractAmdServant.safeRunnableCall(AbstractAmdServant.java:159)
12:05:15 	at ome.services.blitz.impl.ScriptI.validateScript_async(ScriptI.java:553)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor654.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 	at omero.cmd.CallContext.invoke(CallContext.java:85)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 	at com.sun.proxy.$Proxy105.validateScript_async(Unknown Source)
12:05:15 	at omero.api._IScriptTie.validateScript_async(_IScriptTie.java:144)
12:05:15 	at omero.api._IScriptDisp.___validateScript(_IScriptDisp.java:704)
12:05:15 	at omero.api._IScriptDisp.__dispatch(_IScriptDisp.java:819)
12:05:15 	at IceInternal.Incoming.invoke(Incoming.java:221)
12:05:15 	at Ice.ConnectionI.invokeAll(ConnectionI.java:2536)
12:05:15 	at Ice.ConnectionI.dispatch(ConnectionI.java:1145)
12:05:15 	at Ice.ConnectionI.message(ConnectionI.java:1056)
12:05:15 	at IceInternal.ThreadPool.run(ThreadPool.java:395)
12:05:15 	at IceInternal.ThreadPool.access$300(ThreadPool.java:12)
12:05:15 	at IceInternal.ThreadPool$EventHandlerThread.run(ThreadPool.java:832)
12:05:15 	at java.base/java.lang.Thread.run(Thread.java:829)
12:05:15     serverExceptionClass = ome.conditions.ValidationException
12:05:15     message = Found wrong number of files: []
12:05:15 }
12:05:15 INFO     omero.remote:decorators.py:75  Rslt: <class 'NoneType'>
12:05:15 INFO     omero.remote:decorators.py:75  Rslt: <class 'bool'>
12:05:15 INFO     omero.processor.ProcessorI:__init__.py:597 Cleaning up
12:05:15 INFO     omero.processor.ProcessorI:__init__.py:599 Done
12:05:15 _____________________________ TestScripts.test3527 _____________________________
12:05:15 self = <test.integration.test_scripts.TestScripts object at 0x7fea30099a00>
12:05:15     @pytest.mark.broken(ticket="11610")
12:05:15     def test3527(self):
12:05:15         SCRIPT = """if True:
12:05:15         import omero.scripts
12:05:15         import omero.rtypes
12:05:15         client = omero.scripts.client("ticket3527", \
12:05:15                 omero.scripts.Long("gid", out=True))
12:05:15         ec = client.sf.getAdminService().getEventContext()
12:05:15         gid = ec.groupId
12:05:15         client.setOutput("gid", omero.rtypes.rlong(gid))
12:05:15         """
12:05:15         impl = omero.processor.usermode_processor(self.client)
12:05:15         svc = self.client.sf.getScriptService()
12:05:15         try:
12:05:15             scriptID = svc.uploadScript("/test/test3527", SCRIPT)
12:05:15 >           process = svc.runScript(scriptID, {}, None)
12:05:15 test/integration/test_scripts.py:521: 
12:05:15 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
12:05:15 self = 64499063-799f-4ffb-86e5-4574ed0df0c0/a4b5462b-8060-4073-aced-57c5acfe9513omero.api.IScript -t -e 1.1:tcp -h 172.18.0.9 -p 32919 -t 60000
12:05:15 scriptID = 6266, inputs = {}, waitSecs = None, _ctx = None
12:05:15     def runScript(self, scriptID, inputs, waitSecs, _ctx=None):
12:05:15 >       return _M_omero.api.IScript._op_runScript.invoke(self, ((scriptID, inputs, waitSecs), _ctx))
12:05:15 E       omero.NoProcessorAvailable: exception ::omero::NoProcessorAvailable
12:05:15 E       {
12:05:15 E           serverStackTrace = 
12:05:15 E           serverExceptionClass = 
12:05:15 E           message = No processor available! [0 response(s)]
12:05:15 E           processorCount = 0
12:05:15 E       }
12:05:15 ../../../../.venv3/lib64/python3.9/site-packages/omero_api_IScript_ice.py:935: NoProcessorAvailable
12:05:15 ------------------------------ Captured log call -------------------------------
12:05:15 INFO     omero.util.Resources:__init__.py:652 Starting
12:05:15 INFO     omero.processor.ProcessorI:processor.py:814 Registering processor St7T-M#$dgdC8-00Y[Mi/UsermodeProcessor-d33319b4-c08c-4c6a-b464-cd354d5fdde5 -t -e 1.1:tcp -h 127.0.0.1 -p 38621 -t 60000
12:05:15 INFO     omero.remote:decorators.py:70  Meth: ProcessorI.willAccept
12:05:15 INFO     omero.remote:decorators.py:70  Meth: ProcessorI.willAccept
12:05:15 INFO     omero.remote:decorators.py:70  Meth: ProcessorI.willAccept
12:05:15 INFO     omero.remote:decorators.py:70  Meth: ProcessorI.willAccept
12:05:15 ERROR    omero.processor.ProcessorI:processor.py:861 File lookup failed: user=4745, group=3689, script=5018
12:05:15 Traceback (most recent call last):
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/processor.py", line 857, in willAccept
12:05:15     file, handle = self.lookup(scriptContext)
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/processor.py", line 829, in lookup
12:05:15     file = prx.validateScript(job, self.accepts_list)
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/processor.py", line 40, in handler
12:05:15     return func(*args, **kwargs)
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero_api_IScript_ice.py", line 1065, in validateScript
12:05:15     return _M_omero.api.IScript._op_validateScript.invoke(self, ((j, acceptsList), _ctx))
12:05:15 omero.ValidationException: exception ::omero::ValidationException
12:05:15 {
12:05:15     serverStackTrace = ome.conditions.ValidationException: Found wrong number of files: []
12:05:15 	at ome.services.blitz.impl.ScriptI$15$1.doWork(ScriptI.java:577)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor267.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 	at ome.services.util.Executor$Impl$Interceptor.invoke(Executor.java:568)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.security.basic.EventHandler.invoke(EventHandler.java:154)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.orm.hibernate3.HibernateInterceptor.invoke(HibernateInterceptor.java:119)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
12:05:15 	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:282)
12:05:15 	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.tools.hibernate.ProxyCleanupFilter$Interceptor.invoke(ProxyCleanupFilter.java:249)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.services.util.ServiceHandler.invoke(ServiceHandler.java:121)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 	at com.sun.proxy.$Proxy74.doWork(Unknown Source)
12:05:15 	at ome.services.util.Executor$Impl.execute(Executor.java:447)
12:05:15 	at ome.services.blitz.impl.ScriptI$15.call(ScriptI.java:570)
12:05:15 	at ome.services.throttling.Callback2.run(Callback2.java:43)
12:05:15 	at ome.services.throttling.InThreadThrottlingStrategy.safeRunnableCall(InThreadThrottlingStrategy.java:80)
12:05:15 	at ome.services.blitz.impl.AbstractAmdServant.safeRunnableCall(AbstractAmdServant.java:159)
12:05:15 	at ome.services.blitz.impl.ScriptI.validateScript_async(ScriptI.java:553)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor654.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 	at omero.cmd.CallContext.invoke(CallContext.java:85)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 	at com.sun.proxy.$Proxy105.validateScript_async(Unknown Source)
12:05:15 	at omero.api._IScriptTie.validateScript_async(_IScriptTie.java:144)
12:05:15 	at omero.api._IScriptDisp.___validateScript(_IScriptDisp.java:704)
12:05:15 	at omero.api._IScriptDisp.__dispatch(_IScriptDisp.java:819)
12:05:15 	at IceInternal.Incoming.invoke(Incoming.java:221)
12:05:15 	at Ice.ConnectionI.invokeAll(ConnectionI.java:2536)
12:05:15 	at Ice.ConnectionI.dispatch(ConnectionI.java:1145)
12:05:15 	at Ice.ConnectionI.message(ConnectionI.java:1056)
12:05:15 	at IceInternal.ThreadPool.run(ThreadPool.java:395)
12:05:15 	at IceInternal.ThreadPool.access$300(ThreadPool.java:12)
12:05:15 	at IceInternal.ThreadPool$EventHandlerThread.run(ThreadPool.java:832)
12:05:15 	at java.base/java.lang.Thread.run(Thread.java:829)
12:05:15     serverExceptionClass = ome.conditions.ValidationException
12:05:15     message = Found wrong number of files: []
12:05:15 }
12:05:15 INFO     omero.remote:decorators.py:75  Rslt: <class 'NoneType'>
12:05:15 ERROR    omero.processor.ProcessorI:processor.py:861 File lookup failed: user=4745, group=3689, script=5018
12:05:15 Traceback (most recent call last):
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/processor.py", line 857, in willAccept
12:05:15     file, handle = self.lookup(scriptContext)
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/processor.py", line 829, in lookup
12:05:15     file = prx.validateScript(job, self.accepts_list)
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/processor.py", line 40, in handler
12:05:15     return func(*args, **kwargs)
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero_api_IScript_ice.py", line 1065, in validateScript
12:05:15     return _M_omero.api.IScript._op_validateScript.invoke(self, ((j, acceptsList), _ctx))
12:05:15 omero.ValidationException: exception ::omero::ValidationException
12:05:15 {
12:05:15     serverStackTrace = ome.conditions.ValidationException: Found wrong number of files: []
12:05:15 	at ome.services.blitz.impl.ScriptI$15$1.doWork(ScriptI.java:577)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor267.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 	at ome.services.util.Executor$Impl$Interceptor.invoke(Executor.java:568)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.security.basic.EventHandler.invoke(EventHandler.java:154)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.orm.hibernate3.HibernateInterceptor.invoke(HibernateInterceptor.java:119)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
12:05:15 	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:282)
12:05:15 	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.tools.hibernate.ProxyCleanupFilter$Interceptor.invoke(ProxyCleanupFilter.java:249)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.services.util.ServiceHandler.invoke(ServiceHandler.java:121)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 	at com.sun.proxy.$Proxy74.doWork(Unknown Source)
12:05:15 	at ome.services.util.Executor$Impl.execute(Executor.java:447)
12:05:15 	at ome.services.blitz.impl.ScriptI$15.call(ScriptI.java:570)
12:05:15 	at ome.services.throttling.Callback2.run(Callback2.java:43)
12:05:15 	at ome.services.throttling.InThreadThrottlingStrategy.safeRunnableCall(InThreadThrottlingStrategy.java:80)
12:05:15 	at ome.services.blitz.impl.AbstractAmdServant.safeRunnableCall(AbstractAmdServant.java:159)
12:05:15 	at ome.services.blitz.impl.ScriptI.validateScript_async(ScriptI.java:553)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor654.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 	at omero.cmd.CallContext.invoke(CallContext.java:85)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 	at com.sun.proxy.$Proxy105.validateScript_async(Unknown Source)
12:05:15 	at omero.api._IScriptTie.validateScript_async(_IScriptTie.java:144)
12:05:15 	at omero.api._IScriptDisp.___validateScript(_IScriptDisp.java:704)
12:05:15 	at omero.api._IScriptDisp.__dispatch(_IScriptDisp.java:819)
12:05:15 	at IceInternal.Incoming.invoke(Incoming.java:221)
12:05:15 	at Ice.ConnectionI.invokeAll(ConnectionI.java:2536)
12:05:15 	at Ice.ConnectionI.dispatch(ConnectionI.java:1145)
12:05:15 	at Ice.ConnectionI.message(ConnectionI.java:1056)
12:05:15 	at IceInternal.ThreadPool.run(ThreadPool.java:395)
12:05:15 	at IceInternal.ThreadPool.access$300(ThreadPool.java:12)
12:05:15 	at IceInternal.ThreadPool$EventHandlerThread.run(ThreadPool.java:832)
12:05:15 	at java.base/java.lang.Thread.run(Thread.java:829)
12:05:15     serverExceptionClass = ome.conditions.ValidationException
12:05:15     message = Found wrong number of files: []
12:05:15 }
12:05:15 INFO     omero.remote:decorators.py:75  Rslt: <class 'NoneType'>
12:05:15 ERROR    omero.processor.ProcessorI:processor.py:861 File lookup failed: user=4745, group=3689, script=5018
12:05:15 Traceback (most recent call last):
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/processor.py", line 857, in willAccept
12:05:15     file, handle = self.lookup(scriptContext)
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/processor.py", line 829, in lookup
12:05:15     file = prx.validateScript(job, self.accepts_list)
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/processor.py", line 40, in handler
12:05:15     return func(*args, **kwargs)
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero_api_IScript_ice.py", line 1065, in validateScript
12:05:15     return _M_omero.api.IScript._op_validateScript.invoke(self, ((j, acceptsList), _ctx))
12:05:15 omero.ValidationException: exception ::omero::ValidationException
12:05:15 {
12:05:15     serverStackTrace = ome.conditions.ValidationException: Found wrong number of files: []
12:05:15 	at ome.services.blitz.impl.ScriptI$15$1.doWork(ScriptI.java:577)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor267.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 	at ome.services.util.Executor$Impl$Interceptor.invoke(Executor.java:568)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.security.basic.EventHandler.invoke(EventHandler.java:154)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.orm.hibernate3.HibernateInterceptor.invoke(HibernateInterceptor.java:119)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
12:05:15 	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:282)
12:05:15 	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.tools.hibernate.ProxyCleanupFilter$Interceptor.invoke(ProxyCleanupFilter.java:249)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.services.util.ServiceHandler.invoke(ServiceHandler.java:121)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 	at com.sun.proxy.$Proxy74.doWork(Unknown Source)
12:05:15 	at ome.services.util.Executor$Impl.execute(Executor.java:447)
12:05:15 	at ome.services.blitz.impl.ScriptI$15.call(ScriptI.java:570)
12:05:15 	at ome.services.throttling.Callback2.run(Callback2.java:43)
12:05:15 	at ome.services.throttling.InThreadThrottlingStrategy.safeRunnableCall(InThreadThrottlingStrategy.java:80)
12:05:15 	at ome.services.blitz.impl.AbstractAmdServant.safeRunnableCall(AbstractAmdServant.java:159)
12:05:15 	at ome.services.blitz.impl.ScriptI.validateScript_async(ScriptI.java:553)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor654.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 	at omero.cmd.CallContext.invoke(CallContext.java:85)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 	at com.sun.proxy.$Proxy105.validateScript_async(Unknown Source)
12:05:15 	at omero.api._IScriptTie.validateScript_async(_IScriptTie.java:144)
12:05:15 	at omero.api._IScriptDisp.___validateScript(_IScriptDisp.java:704)
12:05:15 	at omero.api._IScriptDisp.__dispatch(_IScriptDisp.java:819)
12:05:15 	at IceInternal.Incoming.invoke(Incoming.java:221)
12:05:15 	at Ice.ConnectionI.invokeAll(ConnectionI.java:2536)
12:05:15 	at Ice.ConnectionI.dispatch(ConnectionI.java:1145)
12:05:15 	at Ice.ConnectionI.message(ConnectionI.java:1056)
12:05:15 	at IceInternal.ThreadPool.run(ThreadPool.java:395)
12:05:15 	at IceInternal.ThreadPool.access$300(ThreadPool.java:12)
12:05:15 	at IceInternal.ThreadPool$EventHandlerThread.run(ThreadPool.java:832)
12:05:15 	at java.base/java.lang.Thread.run(Thread.java:829)
12:05:15     serverExceptionClass = ome.conditions.ValidationException
12:05:15     message = Found wrong number of files: []
12:05:15 }
12:05:15 INFO     omero.remote:decorators.py:75  Rslt: <class 'NoneType'>
12:05:15 ERROR    omero.processor.ProcessorI:processor.py:861 File lookup failed: user=4745, group=3689, script=5018
12:05:15 Traceback (most recent call last):
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/processor.py", line 857, in willAccept
12:05:15     file, handle = self.lookup(scriptContext)
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/processor.py", line 829, in lookup
12:05:15     file = prx.validateScript(job, self.accepts_list)
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/processor.py", line 40, in handler
12:05:15     return func(*args, **kwargs)
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero_api_IScript_ice.py", line 1065, in validateScript
12:05:15     return _M_omero.api.IScript._op_validateScript.invoke(self, ((j, acceptsList), _ctx))
12:05:15 omero.ValidationException: exception ::omero::ValidationException
12:05:15 {
12:05:15     serverStackTrace = ome.conditions.ValidationException: Found wrong number of files: []
12:05:15 	at ome.services.blitz.impl.ScriptI$15$1.doWork(ScriptI.java:577)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor267.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 	at ome.services.util.Executor$Impl$Interceptor.invoke(Executor.java:568)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.security.basic.EventHandler.invoke(EventHandler.java:154)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.orm.hibernate3.HibernateInterceptor.invoke(HibernateInterceptor.java:119)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
12:05:15 	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:282)
12:05:15 	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.tools.hibernate.ProxyCleanupFilter$Interceptor.invoke(ProxyCleanupFilter.java:249)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.services.util.ServiceHandler.invoke(ServiceHandler.java:121)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 	at com.sun.proxy.$Proxy74.doWork(Unknown Source)
12:05:15 	at ome.services.util.Executor$Impl.execute(Executor.java:447)
12:05:15 	at ome.services.blitz.impl.ScriptI$15.call(ScriptI.java:570)
12:05:15 	at ome.services.throttling.Callback2.run(Callback2.java:43)
12:05:15 	at ome.services.throttling.InThreadThrottlingStrategy.safeRunnableCall(InThreadThrottlingStrategy.java:80)
12:05:15 	at ome.services.blitz.impl.AbstractAmdServant.safeRunnableCall(AbstractAmdServant.java:159)
12:05:15 	at ome.services.blitz.impl.ScriptI.validateScript_async(ScriptI.java:553)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor654.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 	at omero.cmd.CallContext.invoke(CallContext.java:85)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 	at com.sun.proxy.$Proxy105.validateScript_async(Unknown Source)
12:05:15 	at omero.api._IScriptTie.validateScript_async(_IScriptTie.java:144)
12:05:15 	at omero.api._IScriptDisp.___validateScript(_IScriptDisp.java:704)
12:05:15 	at omero.api._IScriptDisp.__dispatch(_IScriptDisp.java:819)
12:05:15 	at IceInternal.Incoming.invoke(Incoming.java:221)
12:05:15 	at Ice.ConnectionI.invokeAll(ConnectionI.java:2536)
12:05:15 	at Ice.ConnectionI.dispatch(ConnectionI.java:1145)
12:05:15 	at Ice.ConnectionI.message(ConnectionI.java:1056)
12:05:15 	at IceInternal.ThreadPool.run(ThreadPool.java:395)
12:05:15 	at IceInternal.ThreadPool.access$300(ThreadPool.java:12)
12:05:15 	at IceInternal.ThreadPool$EventHandlerThread.run(ThreadPool.java:832)
12:05:15 	at java.base/java.lang.Thread.run(Thread.java:829)
12:05:15     serverExceptionClass = ome.conditions.ValidationException
12:05:15     message = Found wrong number of files: []
12:05:15 }
12:05:15 INFO     omero.remote:decorators.py:75  Rslt: <class 'NoneType'>
12:05:15 INFO     omero.remote:decorators.py:70  Meth: ProcessorI.willAccept
12:05:15 INFO     omero.remote:decorators.py:70  Meth: ProcessorI.willAccept
12:05:15 INFO     omero.remote:decorators.py:70  Meth: ProcessorI.willAccept
12:05:15 INFO     omero.remote:decorators.py:70  Meth: ProcessorI.willAccept
12:05:15 ERROR    omero.processor.ProcessorI:processor.py:861 File lookup failed: user=4745, group=3689, script=5019
12:05:15 Traceback (most recent call last):
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/processor.py", line 857, in willAccept
12:05:15     file, handle = self.lookup(scriptContext)
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/processor.py", line 829, in lookup
12:05:15     file = prx.validateScript(job, self.accepts_list)
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/processor.py", line 40, in handler
12:05:15     return func(*args, **kwargs)
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero_api_IScript_ice.py", line 1065, in validateScript
12:05:15     return _M_omero.api.IScript._op_validateScript.invoke(self, ((j, acceptsList), _ctx))
12:05:15 omero.ValidationException: exception ::omero::ValidationException
12:05:15 {
12:05:15     serverStackTrace = ome.conditions.ValidationException: Found wrong number of files: []
12:05:15 	at ome.services.blitz.impl.ScriptI$15$1.doWork(ScriptI.java:577)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor267.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 	at ome.services.util.Executor$Impl$Interceptor.invoke(Executor.java:568)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.security.basic.EventHandler.invoke(EventHandler.java:154)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.orm.hibernate3.HibernateInterceptor.invoke(HibernateInterceptor.java:119)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
12:05:15 	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:282)
12:05:15 	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.tools.hibernate.ProxyCleanupFilter$Interceptor.invoke(ProxyCleanupFilter.java:249)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.services.util.ServiceHandler.invoke(ServiceHandler.java:121)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 	at com.sun.proxy.$Proxy74.doWork(Unknown Source)
12:05:15 	at ome.services.util.Executor$Impl.execute(Executor.java:447)
12:05:15 	at ome.services.blitz.impl.ScriptI$15.call(ScriptI.java:570)
12:05:15 	at ome.services.throttling.Callback2.run(Callback2.java:43)
12:05:15 	at ome.services.throttling.InThreadThrottlingStrategy.safeRunnableCall(InThreadThrottlingStrategy.java:80)
12:05:15 	at ome.services.blitz.impl.AbstractAmdServant.safeRunnableCall(AbstractAmdServant.java:159)
12:05:15 	at ome.services.blitz.impl.ScriptI.validateScript_async(ScriptI.java:553)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor654.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 	at omero.cmd.CallContext.invoke(CallContext.java:85)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 	at com.sun.proxy.$Proxy105.validateScript_async(Unknown Source)
12:05:15 	at omero.api._IScriptTie.validateScript_async(_IScriptTie.java:144)
12:05:15 	at omero.api._IScriptDisp.___validateScript(_IScriptDisp.java:704)
12:05:15 	at omero.api._IScriptDisp.__dispatch(_IScriptDisp.java:819)
12:05:15 	at IceInternal.Incoming.invoke(Incoming.java:221)
12:05:15 	at Ice.ConnectionI.invokeAll(ConnectionI.java:2536)
12:05:15 	at Ice.ConnectionI.dispatch(ConnectionI.java:1145)
12:05:15 	at Ice.ConnectionI.message(ConnectionI.java:1056)
12:05:15 	at IceInternal.ThreadPool.run(ThreadPool.java:395)
12:05:15 	at IceInternal.ThreadPool.access$300(ThreadPool.java:12)
12:05:15 	at IceInternal.ThreadPool$EventHandlerThread.run(ThreadPool.java:832)
12:05:15 	at java.base/java.lang.Thread.run(Thread.java:829)
12:05:15     serverExceptionClass = ome.conditions.ValidationException
12:05:15     message = Found wrong number of files: []
12:05:15 }
12:05:15 ERROR    omero.processor.ProcessorI:processor.py:861 File lookup failed: user=4745, group=3689, script=5019
12:05:15 Traceback (most recent call last):
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/processor.py", line 857, in willAccept
12:05:15     file, handle = self.lookup(scriptContext)
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/processor.py", line 829, in lookup
12:05:15     file = prx.validateScript(job, self.accepts_list)
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/processor.py", line 40, in handler
12:05:15     return func(*args, **kwargs)
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero_api_IScript_ice.py", line 1065, in validateScript
12:05:15     return _M_omero.api.IScript._op_validateScript.invoke(self, ((j, acceptsList), _ctx))
12:05:15 omero.ValidationException: exception ::omero::ValidationException
12:05:15 {
12:05:15     serverStackTrace = ome.conditions.ValidationException: Found wrong number of files: []
12:05:15 	at ome.services.blitz.impl.ScriptI$15$1.doWork(ScriptI.java:577)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor267.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 	at ome.services.util.Executor$Impl$Interceptor.invoke(Executor.java:568)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.security.basic.EventHandler.invoke(EventHandler.java:154)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.orm.hibernate3.HibernateInterceptor.invoke(HibernateInterceptor.java:119)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
12:05:15 	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:282)
12:05:15 	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.tools.hibernate.ProxyCleanupFilter$Interceptor.invoke(ProxyCleanupFilter.java:249)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.services.util.ServiceHandler.invoke(ServiceHandler.java:121)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 	at com.sun.proxy.$Proxy74.doWork(Unknown Source)
12:05:15 	at ome.services.util.Executor$Impl.execute(Executor.java:447)
12:05:15 	at ome.services.blitz.impl.ScriptI$15.call(ScriptI.java:570)
12:05:15 	at ome.services.throttling.Callback2.run(Callback2.java:43)
12:05:15 	at ome.services.throttling.InThreadThrottlingStrategy.safeRunnableCall(InThreadThrottlingStrategy.java:80)
12:05:15 	at ome.services.blitz.impl.AbstractAmdServant.safeRunnableCall(AbstractAmdServant.java:159)
12:05:15 	at ome.services.blitz.impl.ScriptI.validateScript_async(ScriptI.java:553)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor654.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 	at omero.cmd.CallContext.invoke(CallContext.java:85)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 	at com.sun.proxy.$Proxy105.validateScript_async(Unknown Source)
12:05:15 	at omero.api._IScriptTie.validateScript_async(_IScriptTie.java:144)
12:05:15 	at omero.api._IScriptDisp.___validateScript(_IScriptDisp.java:704)
12:05:15 	at omero.api._IScriptDisp.__dispatch(_IScriptDisp.java:819)
12:05:15 	at IceInternal.Incoming.invoke(Incoming.java:221)
12:05:15 	at Ice.ConnectionI.invokeAll(ConnectionI.java:2536)
12:05:15 	at Ice.ConnectionI.dispatch(ConnectionI.java:1145)
12:05:15 	at Ice.ConnectionI.message(ConnectionI.java:1056)
12:05:15 	at IceInternal.ThreadPool.run(ThreadPool.java:395)
12:05:15 	at IceInternal.ThreadPool.access$300(ThreadPool.java:12)
12:05:15 	at IceInternal.ThreadPool$EventHandlerThread.run(ThreadPool.java:832)
12:05:15 	at java.base/java.lang.Thread.run(Thread.java:829)
12:05:15     serverExceptionClass = ome.conditions.ValidationException
12:05:15     message = Found wrong number of files: []
12:05:15 }
12:05:15 ERROR    omero.processor.ProcessorI:processor.py:861 File lookup failed: user=4745, group=3689, script=5019
12:05:15 Traceback (most recent call last):
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/processor.py", line 857, in willAccept
12:05:15     file, handle = self.lookup(scriptContext)
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/processor.py", line 829, in lookup
12:05:15     file = prx.validateScript(job, self.accepts_list)
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/processor.py", line 40, in handler
12:05:15     return func(*args, **kwargs)
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero_api_IScript_ice.py", line 1065, in validateScript
12:05:15     return _M_omero.api.IScript._op_validateScript.invoke(self, ((j, acceptsList), _ctx))
12:05:15 omero.ValidationException: exception ::omero::ValidationException
12:05:15 {
12:05:15     serverStackTrace = ome.conditions.ValidationException: Found wrong number of files: []
12:05:15 	at ome.services.blitz.impl.ScriptI$15$1.doWork(ScriptI.java:577)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor267.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 	at ome.services.util.Executor$Impl$Interceptor.invoke(Executor.java:568)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.security.basic.EventHandler.invoke(EventHandler.java:154)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.orm.hibernate3.HibernateInterceptor.invoke(HibernateInterceptor.java:119)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
12:05:15 	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:282)
12:05:15 	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.tools.hibernate.ProxyCleanupFilter$Interceptor.invoke(ProxyCleanupFilter.java:249)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.services.util.ServiceHandler.invoke(ServiceHandler.java:121)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 	at com.sun.proxy.$Proxy74.doWork(Unknown Source)
12:05:15 	at ome.services.util.Executor$Impl.execute(Executor.java:447)
12:05:15 	at ome.services.blitz.impl.ScriptI$15.call(ScriptI.java:570)
12:05:15 	at ome.services.throttling.Callback2.run(Callback2.java:43)
12:05:15 	at ome.services.throttling.InThreadThrottlingStrategy.safeRunnableCall(InThreadThrottlingStrategy.java:80)
12:05:15 	at ome.services.blitz.impl.AbstractAmdServant.safeRunnableCall(AbstractAmdServant.java:159)
12:05:15 	at ome.services.blitz.impl.ScriptI.validateScript_async(ScriptI.java:553)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor654.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 	at omero.cmd.CallContext.invoke(CallContext.java:85)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 	at com.sun.proxy.$Proxy105.validateScript_async(Unknown Source)
12:05:15 	at omero.api._IScriptTie.validateScript_async(_IScriptTie.java:144)
12:05:15 	at omero.api._IScriptDisp.___validateScript(_IScriptDisp.java:704)
12:05:15 	at omero.api._IScriptDisp.__dispatch(_IScriptDisp.java:819)
12:05:15 	at IceInternal.Incoming.invoke(Incoming.java:221)
12:05:15 	at Ice.ConnectionI.invokeAll(ConnectionI.java:2536)
12:05:15 	at Ice.ConnectionI.dispatch(ConnectionI.java:1145)
12:05:15 	at Ice.ConnectionI.message(ConnectionI.java:1056)
12:05:15 	at IceInternal.ThreadPool.run(ThreadPool.java:395)
12:05:15 	at IceInternal.ThreadPool.access$300(ThreadPool.java:12)
12:05:15 	at IceInternal.ThreadPool$EventHandlerThread.run(ThreadPool.java:832)
12:05:15 	at java.base/java.lang.Thread.run(Thread.java:829)
12:05:15     serverExceptionClass = ome.conditions.ValidationException
12:05:15     message = Found wrong number of files: []
12:05:15 }
12:05:15 INFO     omero.remote:decorators.py:75  Rslt: <class 'NoneType'>
12:05:15 INFO     omero.remote:decorators.py:75  Rslt: <class 'NoneType'>
12:05:15 INFO     omero.remote:decorators.py:75  Rslt: <class 'NoneType'>
12:05:15 ERROR    omero.processor.ProcessorI:processor.py:861 File lookup failed: user=4745, group=3689, script=5019
12:05:15 Traceback (most recent call last):
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/processor.py", line 857, in willAccept
12:05:15     file, handle = self.lookup(scriptContext)
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/processor.py", line 829, in lookup
12:05:15     file = prx.validateScript(job, self.accepts_list)
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/processor.py", line 40, in handler
12:05:15     return func(*args, **kwargs)
12:05:15   File "/home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero_api_IScript_ice.py", line 1065, in validateScript
12:05:15     return _M_omero.api.IScript._op_validateScript.invoke(self, ((j, acceptsList), _ctx))
12:05:15 omero.ValidationException: exception ::omero::ValidationException
12:05:15 {
12:05:15     serverStackTrace = ome.conditions.ValidationException: Found wrong number of files: []
12:05:15 	at ome.services.blitz.impl.ScriptI$15$1.doWork(ScriptI.java:577)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor267.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 	at ome.services.util.Executor$Impl$Interceptor.invoke(Executor.java:568)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.security.basic.EventHandler.invoke(EventHandler.java:154)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.orm.hibernate3.HibernateInterceptor.invoke(HibernateInterceptor.java:119)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
12:05:15 	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:282)
12:05:15 	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.tools.hibernate.ProxyCleanupFilter$Interceptor.invoke(ProxyCleanupFilter.java:249)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.services.util.ServiceHandler.invoke(ServiceHandler.java:121)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 	at com.sun.proxy.$Proxy74.doWork(Unknown Source)
12:05:15 	at ome.services.util.Executor$Impl.execute(Executor.java:447)
12:05:15 	at ome.services.blitz.impl.ScriptI$15.call(ScriptI.java:570)
12:05:15 	at ome.services.throttling.Callback2.run(Callback2.java:43)
12:05:15 	at ome.services.throttling.InThreadThrottlingStrategy.safeRunnableCall(InThreadThrottlingStrategy.java:80)
12:05:15 	at ome.services.blitz.impl.AbstractAmdServant.safeRunnableCall(AbstractAmdServant.java:159)
12:05:15 	at ome.services.blitz.impl.ScriptI.validateScript_async(ScriptI.java:553)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor654.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 	at omero.cmd.CallContext.invoke(CallContext.java:85)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 	at com.sun.proxy.$Proxy105.validateScript_async(Unknown Source)
12:05:15 	at omero.api._IScriptTie.validateScript_async(_IScriptTie.java:144)
12:05:15 	at omero.api._IScriptDisp.___validateScript(_IScriptDisp.java:704)
12:05:15 	at omero.api._IScriptDisp.__dispatch(_IScriptDisp.java:819)
12:05:15 	at IceInternal.Incoming.invoke(Incoming.java:221)
12:05:15 	at Ice.ConnectionI.invokeAll(ConnectionI.java:2536)
12:05:15 	at Ice.ConnectionI.dispatch(ConnectionI.java:1145)
12:05:15 	at Ice.ConnectionI.message(ConnectionI.java:1056)
12:05:15 	at IceInternal.ThreadPool.run(ThreadPool.java:395)
12:05:15 	at IceInternal.ThreadPool.access$300(ThreadPool.java:12)
12:05:15 	at IceInternal.ThreadPool$EventHandlerThread.run(ThreadPool.java:832)
12:05:15 	at java.base/java.lang.Thread.run(Thread.java:829)
12:05:15     serverExceptionClass = ome.conditions.ValidationException
12:05:15     message = Found wrong number of files: []
12:05:15 }
12:05:15 INFO     omero.remote:decorators.py:75  Rslt: <class 'NoneType'>
12:05:15 INFO     omero.processor.ProcessorI:__init__.py:597 Cleaning up
12:05:15 INFO     omero.processor.ProcessorI:__init__.py:599 Done
12:05:15 _______________ TestThumbnailPerms.testPrivate10618RootWithNoCtx _______________
12:05:15 self = <test.integration.test_thumbnailPerms.TestThumbnailPerms object at 0x7fea3004f880>
12:05:15     @pytest.mark.broken(reason="requires thumbnail work")
12:05:15     def testPrivate10618RootWithNoCtx(self):
12:05:15         """
12:05:15         This would require the server to try omero.group=-1
12:05:15         for the user.
12:05:15         """
12:05:15         group = self.new_group(perms="rw----")
12:05:15 >       self.assert10618(group, self.root, True)
12:05:15 test/integration/test_thumbnailPerms.py:256: 
12:05:15 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
12:05:15 test/integration/test_thumbnailPerms.py:217: in assert10618
12:05:15     s = tb_prx.getThumbnailByLongestSideSet(rint(16), [pId], *ctx)
12:05:15 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
12:05:15 self = f635f480-2c10-4387-a123-55a5f4ff5d9f/9e3a8625-0ffe-4239-96ed-f19c0f173702omero.api.ThumbnailStore -t -e 1.1:tcp -h 172.18.0.9 -p 32919 -t 60000
12:05:15 size = object #0 (::omero::RInt)
12:05:15 {
12:05:15     _val = 16
12:05:15 }, pixelsIds = [2917]
12:05:15 _ctx = None
12:05:15     def getThumbnailByLongestSideSet(self, size, pixelsIds, _ctx=None):
12:05:15 >       return _M_omero.api.ThumbnailStore._op_getThumbnailByLongestSideSet.invoke(self, ((size, pixelsIds), _ctx))
12:05:15 E       omero.ResourceError: exception ::omero::ResourceError
12:05:15 E       {
12:05:15 E           serverStackTrace = ome.conditions.ResourceError: Error retrieving Pixels id:2917. Pixels set does not exist or the user id:0 has insufficient permissions to retrieve it.
12:05:15 E       	at ome.services.ThumbnailCtx.isExtendedGraphCritical(ThumbnailCtx.java:749)
12:05:15 E       	at ome.services.ThumbnailCtx.createAndPrepareMissingRenderingSettings(ThumbnailCtx.java:388)
12:05:15 E       	at ome.services.ThumbnailBean.getThumbnailByLongestSideSet(ThumbnailBean.java:1003)
12:05:15 E       	at jdk.internal.reflect.GeneratedMethodAccessor3881.invoke(Unknown Source)
12:05:15 E       	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 E       	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 E       	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 E       	at ome.security.basic.EventHandler.invoke(EventHandler.java:154)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 E       	at ome.tools.hibernate.SessionHandler.doStateful(SessionHandler.java:216)
12:05:15 E       	at ome.tools.hibernate.SessionHandler.invoke(SessionHandler.java:200)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 E       	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
12:05:15 E       	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:282)
12:05:15 E       	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 E       	at ome.tools.hibernate.ProxyCleanupFilter$Interceptor.invoke(ProxyCleanupFilter.java:249)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 E       	at ome.services.util.ServiceHandler.invoke(ServiceHandler.java:121)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 E       	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 E       	at com.sun.proxy.$Proxy113.getThumbnailByLongestSideSet(Unknown Source)
12:05:15 E       	at jdk.internal.reflect.GeneratedMethodAccessor3881.invoke(Unknown Source)
12:05:15 E       	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 E       	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 E       	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 E       	at ome.security.basic.BasicSecurityWiring.invoke(BasicSecurityWiring.java:93)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 E       	at ome.services.blitz.fire.AopContextInitializer.invoke(AopContextInitializer.java:43)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 E       	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 E       	at com.sun.proxy.$Proxy113.getThumbnailByLongestSideSet(Unknown Source)
12:05:15 E       	at jdk.internal.reflect.GeneratedMethodAccessor3917.invoke(Unknown Source)
12:05:15 E       	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 E       	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 E       	at ome.services.blitz.util.IceMethodInvoker.invoke(IceMethodInvoker.java:172)
12:05:15 E       	at ome.services.throttling.Callback.run(Callback.java:56)
12:05:15 E       	at ome.services.throttling.InThreadThrottlingStrategy.callInvokerOnRawArgs(InThreadThrottlingStrategy.java:56)
12:05:15 E       	at ome.services.blitz.impl.AbstractAmdServant.callInvokerOnRawArgs(AbstractAmdServant.java:140)
12:05:15 E       	at ome.services.blitz.impl.ThumbnailStoreI.getThumbnailByLongestSideSet_async(ThumbnailStoreI.java:83)
12:05:15 E       	at jdk.internal.reflect.GeneratedMethodAccessor3916.invoke(Unknown Source)
12:05:15 E       	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 E       	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 E       	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 E       	at omero.cmd.CallContext.invoke(CallContext.java:85)
12:05:15 E       	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 E       	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 E       	at com.sun.proxy.$Proxy114.getThumbnailByLongestSideSet_async(Unknown Source)
12:05:15 E       	at omero.api._ThumbnailStoreTie.getThumbnailByLongestSideSet_async(_ThumbnailStoreTie.java:132)
12:05:15 E       	at omero.api._ThumbnailStoreDisp.___getThumbnailByLongestSideSet(_ThumbnailStoreDisp.java:743)
12:05:15 E       	at omero.api._ThumbnailStoreDisp.__dispatch(_ThumbnailStoreDisp.java:1088)
12:05:15 E       	at IceInternal.Incoming.invoke(Incoming.java:221)
12:05:15 E       	at Ice.ConnectionI.invokeAll(ConnectionI.java:2536)
12:05:15 E       	at Ice.ConnectionI.dispatch(ConnectionI.java:1145)
12:05:15 E       	at Ice.ConnectionI.message(ConnectionI.java:1056)
12:05:15 E       	at IceInternal.ThreadPool.run(ThreadPool.java:395)
12:05:15 E       	at IceInternal.ThreadPool.access$300(ThreadPool.java:12)
12:05:15 E       	at IceInternal.ThreadPool$EventHandlerThread.run(ThreadPool.java:832)
12:05:15 E       	at java.base/java.lang.Thread.run(Thread.java:829)
12:05:15 E       
12:05:15 E           serverExceptionClass = ome.conditions.ResourceError
12:05:15 E           message = Error retrieving Pixels id:2917. Pixels set does not exist or the user id:0 has insufficient permissions to retrieve it.
12:05:15 E       }
12:05:15 ../../../../.venv3/lib64/python3.9/site-packages/omero_api_ThumbnailStore_ice.py:730: ResourceError
12:05:15 ___________________________ TestTickets2000.test1184 ___________________________
12:05:15 self = <test.integration.test_tickets2000.TestTickets2000 object at 0x7fea300224c0>
12:05:15     @pytest.mark.broken(ticket="11543")
12:05:15     def test1184(self):
12:05:15         uuid = self.uuid()
12:05:15         client = self.new_client(perms="rw----")
12:05:15         query = client.sf.getQueryService()
12:05:15         update = client.sf.getUpdateService()
12:05:15         admin = client.sf.getAdminService()
12:05:15         cont = client.sf.getContainerService()
12:05:15         ds = self.new_dataset(name='test1184-ds-%s' % (uuid))
12:05:15         for i in range(1, 2001):
12:05:15             img = self.new_image(name='img1184-%s' % (uuid))
12:05:15             ds.linkImage(img)
12:05:15         ds = update.saveAndReturnObject(ds)
12:05:15         c = cont.getCollectionCount(
12:05:15             ds.__class__.__name__, ("imageLinks"), [ds.id.val], None)
12:05:15         assert c[ds.id.val] == 2000
12:05:15         page = 1
12:05:15         p = omero.sys.Parameters()
12:05:15         p.map = {}
12:05:15         p.map["eid"] = rlong(admin.getEventContext().userId)
12:05:15         p.map["oid"] = rlong(ds.id.val)
12:05:15         if page is not None:
12:05:15             f = omero.sys.Filter()
12:05:15             f.limit = rint(24)
12:05:15             f.offset = rint((int(page) - 1) * 24)
12:05:15             p.theFilter = f
12:05:15         sql = "select im from Image im join fetch im.details.owner " \
12:05:15               "join fetch im.details.group left outer join fetch " \
12:05:15               "im.datasetLinks dil left outer join fetch dil.parent d " \
12:05:15               "where d.id = :oid and im.details.owner.id=:eid " \
12:05:15               "order by im.id asc"
12:05:15         start = time.time()
12:05:15         res = query.findAllByQuery(sql, p)
12:05:15         assert 24 == len(res)
12:05:15         end = time.time()
12:05:15         elapsed = end - start
12:05:15 >       assert elapsed < 3.0, \
12:05:15             "Expected the test to complete in < 3 seconds, took: %f" % elapsed
12:05:15 E       AssertionError: Expected the test to complete in < 3 seconds, took: 10.782776
12:05:15 E       assert 10.782775640487671 < 3.0
12:05:15 test/integration/test_tickets2000.py:370: AssertionError
12:05:15 =============================== warnings summary ===============================
12:05:15 ../../../../.venv3/lib64/python3.9/site-packages/Ice.py:14
12:05:15   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/Ice.py:14: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
12:05:15     import sys, string, imp, os, threading, warnings, datetime
12:05:15 ../../../../.venv3/lib64/python3.9/site-packages/django/conf/__init__.py:241
12:05:15   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/django/conf/__init__.py:241: RemovedInDjango50Warning: The default value of USE_TZ will change from False to True in Django 5.0. Set USE_TZ to False in your project settings if you want to keep the current default behavior.
12:05:15     warnings.warn(
12:05:15 ../../../../.venv3/lib64/python3.9/site-packages/django/conf/__init__.py:289
12:05:15   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/django/conf/__init__.py:289: RemovedInDjango51Warning: The STATICFILES_STORAGE setting is deprecated. Use STORAGES instead.
12:05:15     warnings.warn(STATICFILES_STORAGE_DEPRECATED_MSG, RemovedInDjango51Warning)
12:05:15 OmeroPy/test/integration/clitest/test_import.py::TestImport::testTargetInDifferentGroup[Dataset-test.fake--d]
12:05:15 OmeroPy/test/integration/clitest/test_import.py::TestImport::testTargetInDifferentGroup[Screen-SPW&plates=1&plateRows=1&plateCols=1&fields=1&plateAcqs=1.fake--r]
12:05:15   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/plugins/sessions.py:176: DeprecationWarning: OMERO_SESSION_DIR is deprecated. Use OMERO_SESSIONDIR instead.
12:05:15     warnings.warn(
12:05:15 OmeroPy/test/integration/gatewaytest/test_multi_group.py::TestHistory::testCreateHistory
12:05:15 OmeroPy/test/integration/gatewaytest/test_multi_group.py::TestHistory::testCreateHistory
12:05:15 OmeroPy/test/integration/gatewaytest/test_multi_group.py::TestScript::testRunScript
12:05:15 OmeroPy/test/integration/gatewaytest/test_multi_group.py::TestScript::testRunScript
12:05:15 OmeroPy/test/integration/gatewaytest/test_multi_group.py::TestScript::testRunScript
12:05:15   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/gateway/__init__.py:4810: DeprecationWarning: The 'warn' method is deprecated, use 'warning' instead
12:05:15     logger.warn("%s on %s to <%s> %s(%r, %r)",
12:05:15 OmeroPy/test/integration/test_thumbnailPerms.py::TestThumbnailPerms::testPrivate10618RootWithNoCtx
12:05:15   /home/omero/workspace/OMERO-test-integration/.venv3/lib64/python3.9/site-packages/omero/util/script_utils.py:1093: DeprecationWarning: tostring() is deprecated. Use tobytes() instead.
12:05:15     converted_plane = byte_swapped_plane.tostring()
12:05:15 -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
12:05:15 - generated xml file: /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroPy/target/reports/broken/junit-results.xml -
12:05:15 =========================== short test summary info ============================
12:05:15 FAILED test/integration/clitest/test_fs.py::TestFS::testRenameAdminOnly - AssertionError: assert False
12:05:15  +  where False = <built-in method endswith of str object at 0x7fea17183490>('SecurityViolation: Admins only!\n')
12:05:15  +    where <built-in method endswith of str object at 0x7fea17183490> = 'disabled since OMERO 5.4.7 due to Pixels.path bug\n'.endswith
12:05:15 FAILED test/integration/clitest/test_import.py::TestImport::testTargetInDifferentGroup[Dataset-test.fake--d] - omero.cli.NonZeroReturnCode: assert failed
12:05:15 FAILED test/integration/clitest/test_import.py::TestImport::testTargetInDifferentGroup[Screen-SPW&plates=1&plateRows=1&plateCols=1&fields=1&plateAcqs=1.fake--r] - omero.cli.NonZeroReturnCode: assert failed
12:05:15 FAILED test/integration/gatewaytest/test_multi_group.py::TestHistory::testCreateHistory - AssertionError: Logs count should match number of objects
12:05:15 assert 1 == 0
12:05:15 FAILED test/integration/gatewaytest/test_multi_group.py::TestScript::testRunScript - omero.NoProcessorAvailable: exception ::omero::NoProcessorAvailable
12:05:15 {
12:05:15     serverStackTrace = 
12:05:15     serverExceptionClass = 
12:05:15     message = No processor available! [0 response(s)]
12:05:15     processorCount = 0
12:05:15 }
12:05:15 FAILED test/integration/gatewaytest/test_performance.py::TestPerformance::testListFileAnnotations - AssertionError: Blitz listFileAnnotations() should be faster than getObjects('FileAnnotation')
12:05:15 assert 0.26314806938171387 < 0.22946786880493164
12:05:15 FAILED test/integration/gatewaytest/test_user.py::TestUser::testCrossGroupRead - assert not 2719 in [2718, 1, 2730, 2719, 2786]
12:05:15  +  where 2719 = getId()
12:05:15  +    where getId = <_ExperimenterGroupWrapper id=2719>.getId
12:05:15  +  and   [2718, 1, 2730, 2719, 2786] = object #0 (::omero::sys::EventContext)\n{\n    shareId = -1\n    sessionId = 10313\n    sessionUuid = bd72e4a2-e0b5-4871-815e-bc2dbbf20ed6\n    userId = 3728\n    userName = weblitz_test_user\n    sudoerId = <nil>\n    sudoerName = <nil>\n    groupId = 2718\n    groupName = weblitz_test_user_group\n    isAdmin = False\n    adminPrivileges = \n    {\n    }\n    eventId = -1\n    eventType = Internal\n    memberOfGroups = \n    {\n        [0] = 2718\n        [1] = 1\n        [2] = 2730\n        [3] = 2719\n        [4] = 2786\n    }\n    leaderOfGroups = \n    {\n    }\n    groupPermissions = object #1 (::omero::model::Permissions)\n    {\n        _restrictions = \n        {\n        }\n        _extendedRestrictions = \n        {\n        }\n        _perm1 = -56\n    }\n}.memberOfGroups
12:05:15  +    where object #0 (::omero::sys::EventContext)\n{\n    shareId = -1\n    sessionId = 10313\n    sessionUuid = bd72e4a2-e0b5-4871-815e-bc2dbbf20ed6\n    userId = 3728\n    userName = weblitz_test_user\n    sudoerId = <nil>\n    sudoerName = <nil>\n    groupId = 2718\n    groupName = weblitz_test_user_group\n    isAdmin = False\n    adminPrivileges = \n    {\n    }\n    eventId = -1\n    eventType = Internal\n    memberOfGroups = \n    {\n        [0] = 2718\n        [1] = 1\n        [2] = 2730\n        [3] = 2719\n        [4] = 2786\n    }\n    leaderOfGroups = \n    {\n    }\n    groupPermissions = object #1 (::omero::model::Permissions)\n    {\n        _restrictions = \n        {\n        }\n        _extendedRestrictions = \n        {\n        }\n        _perm1 = -56\n    }\n} = getEventContext()
12:05:15  +      where getEventContext = <omero.gateway._BlitzGateway object at 0x7fea2330bac0>.getEventContext
12:05:15  +        where <omero.gateway._BlitzGateway object at 0x7fea2330bac0> = <omero.gateway.pytest_fixtures.GatewayWrapper object at 0x7fea2fd92d90>.gateway
12:05:15 FAILED test/integration/scriptstest/test_ping.py::TestPing::testProcessCallback - assert 0 > 0
12:05:15  +  where 0 = len([])
12:05:15  +    where [] = object #0 (::omero::grid::ProcessCallback)\n{\n}.finish
12:05:15 FAILED test/integration/scriptstest/test_repo.py::TestScriptRepo::testGetGroupScripts - assert 6249 in []
12:05:15 FAILED test/integration/tablestest/test_service.py::TestTables::test2098 - AttributeError: type object 'path' has no attribute 'path'
12:05:15 FAILED test/integration/tablestest/test_service.py::TestTables::testReadOnlyFile - AttributeError: 'TestTables' object has no attribute 'unique_dir'
12:05:15 FAILED test/integration/tablestest/test_service.py::TestTables::testReadEqual - assert [1] == [1, 2, 3, 4, 5]
12:05:15   Right contains 4 more items, first extra item: 2
12:05:15   Full diff:
12:05:15     [
12:05:15         1,
12:05:15   -     2,
12:05:15   -     3,
12:05:15   -     4,
12:05:15   -     5,
12:05:15     ]
12:05:15 FAILED test/integration/tablestest/test_service.py::TestTables::testReadOutOfRange - assert [4] == [-1, 0, 1, 2, 3, 4]
12:05:15   At index 0 diff: 4 != -1
12:05:15   Right contains 5 more items, first extra item: 0
12:05:15   Full diff:
12:05:15     [
12:05:15   -     -1,
12:05:15   -     0,
12:05:15   -     1,
12:05:15   -     2,
12:05:15   -     3,
12:05:15         4,
12:05:15     ]
12:05:15 FAILED test/integration/test_admin.py::TestAdmin::testChangePasswordWhenUnset - omero.SecurityViolation: exception ::omero::SecurityViolation
12:05:15 {
12:05:15     serverStackTrace = ome.conditions.SecurityViolation: Old password is invalid
12:05:15 	at ome.logic.AdminImpl.changePasswordWithOldPassword(AdminImpl.java:1253)
12:05:15 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
12:05:15 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 	at ome.security.basic.EventHandler.invoke(EventHandler.java:154)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.orm.hibernate3.HibernateInterceptor.invoke(HibernateInterceptor.java:119)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
12:05:15 	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:282)
12:05:15 	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.tools.hibernate.ProxyCleanupFilter$Interceptor.invoke(ProxyCleanupFilter.java:249)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.services.util.ServiceHandler.invoke(ServiceHandler.java:121)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 	at com.sun.proxy.$Proxy88.changePasswordWithOldPassword(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
12:05:15 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 	at ome.security.basic.BasicSecurityWiring.invoke(BasicSecurityWiring.java:93)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.services.blitz.fire.AopContextInitializer.invoke(AopContextInitializer.java:43)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 	at com.sun.proxy.$Proxy88.changePasswordWithOldPassword(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
12:05:15 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at ome.services.blitz.util.IceMethodInvoker.invoke(IceMethodInvoker.java:172)
12:05:15 	at ome.services.throttling.Callback.run(Callback.java:56)
12:05:15 	at ome.services.throttling.InThreadThrottlingStrategy.callInvokerOnRawArgs(InThreadThrottlingStrategy.java:56)
12:05:15 	at ome.services.blitz.impl.AbstractAmdServant.callInvokerOnRawArgs(AbstractAmdServant.java:140)
12:05:15 	at ome.services.blitz.impl.AdminI.changePasswordWithOldPassword_async(AdminI.java:144)
12:05:15 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
12:05:15 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 	at omero.cmd.CallContext.invoke(CallContext.java:85)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 	at com.sun.proxy.$Proxy89.changePasswordWithOldPassword_async(Unknown Source)
12:05:15 	at omero.api._IAdminTie.changePasswordWithOldPassword_async(_IAdminTie.java:112)
12:05:15 	at omero.api._IAdminDisp.___changePasswordWithOldPassword(_IAdminDisp.java:1977)
12:05:15 	at omero.api._IAdminDisp.__dispatch(_IAdminDisp.java:2229)
12:05:15 	at IceInternal.Incoming.invoke(Incoming.java:221)
12:05:15 	at Ice.ConnectionI.invokeAll(ConnectionI.java:2536)
12:05:15 	at Ice.ConnectionI.dispatch(ConnectionI.java:1145)
12:05:15 	at Ice.ConnectionI.message(ConnectionI.java:1056)
12:05:15 	at IceInternal.ThreadPool.run(ThreadPool.java:395)
12:05:15 	at IceInternal.ThreadPool.access$300(ThreadPool.java:12)
12:05:15 	at IceInternal.ThreadPool$EventHandlerThread.run(ThreadPool.java:832)
12:05:15 	at java.base/java.lang.Thread.run(Thread.java:829)
12:05:15     serverExceptionClass = ome.conditions.SecurityViolation
12:05:15     message = Old password is invalid
12:05:15 }
12:05:15 FAILED test/integration/test_admin.py::TestAdmin::test9193 - omero.ValidationException: exception ::omero::ValidationException
12:05:15 {
12:05:15     serverStackTrace = ome.conditions.ValidationException: experimenter cannot be a member of only the 'user' group, a different default group is also required
12:05:15 	at ome.logic.AdminImpl.removeGroups(AdminImpl.java:813)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor598.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 	at ome.security.basic.EventHandler.invoke(EventHandler.java:154)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.orm.hibernate3.HibernateInterceptor.invoke(HibernateInterceptor.java:119)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
12:05:15 	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:282)
12:05:15 	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.tools.hibernate.ProxyCleanupFilter$Interceptor.invoke(ProxyCleanupFilter.java:249)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.services.util.ServiceHandler.invoke(ServiceHandler.java:121)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 	at com.sun.proxy.$Proxy88.removeGroups(Unknown Source)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor598.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 	at ome.security.basic.BasicSecurityWiring.invoke(BasicSecurityWiring.java:93)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.services.blitz.fire.AopContextInitializer.invoke(AopContextInitializer.java:43)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 	at com.sun.proxy.$Proxy88.removeGroups(Unknown Source)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor3269.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at ome.services.blitz.util.IceMethodInvoker.invoke(IceMethodInvoker.java:172)
12:05:15 	at ome.services.throttling.Callback.run(Callback.java:56)
12:05:15 	at ome.services.throttling.InThreadThrottlingStrategy.callInvokerOnRawArgs(InThreadThrottlingStrategy.java:56)
12:05:15 	at ome.services.blitz.impl.AbstractAmdServant.callInvokerOnRawArgs(AbstractAmdServant.java:140)
12:05:15 	at ome.services.blitz.impl.AdminI.removeGroups_async(AdminI.java:318)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor3268.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 	at omero.cmd.CallContext.invoke(CallContext.java:85)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 	at com.sun.proxy.$Proxy89.removeGroups_async(Unknown Source)
12:05:15 	at omero.api._IAdminTie.removeGroups_async(_IAdminTie.java:312)
12:05:15 	at omero.api._IAdminDisp.___removeGroups(_IAdminDisp.java:1621)
12:05:15 	at omero.api._IAdminDisp.__dispatch(_IAdminDisp.java:2377)
12:05:15 	at IceInternal.Incoming.invoke(Incoming.java:221)
12:05:15 	at Ice.ConnectionI.invokeAll(ConnectionI.java:2536)
12:05:15 	at Ice.ConnectionI.dispatch(ConnectionI.java:1145)
12:05:15 	at Ice.ConnectionI.message(ConnectionI.java:1056)
12:05:15 	at IceInternal.ThreadPool.run(ThreadPool.java:395)
12:05:15 	at IceInternal.ThreadPool.access$300(ThreadPool.java:12)
12:05:15 	at IceInternal.ThreadPool$EventHandlerThread.run(ThreadPool.java:832)
12:05:15 	at java.base/java.lang.Thread.run(Thread.java:829)
12:05:15     serverExceptionClass = ome.conditions.ValidationException
12:05:15     message = experimenter cannot be a member of only the 'user' group, a different default group is also required
12:05:15 }
12:05:15 FAILED test/integration/test_files.py::TestFiles::testUploadDifferentSizeTicket2337 - omero.OptimisticLockException: exception ::omero::OptimisticLockException
12:05:15 {
12:05:15     serverStackTrace = ome.conditions.OptimisticLockException: You are not authorized to change the update event for ome.model.core.OriginalFile:Id_6254 from ome.model.meta.Event:Id_125577 to ome.model.meta.Event:Id_125576
12:05:15 You may need to reload the object before continuing.
12:05:15 	at ome.security.basic.OmeroInterceptor.managedEvent(OmeroInterceptor.java:1201)
12:05:15 	at ome.security.basic.OmeroInterceptor.checkManagedDetails(OmeroInterceptor.java:963)
12:05:15 	at ome.security.basic.OmeroInterceptor.resetDetails(OmeroInterceptor.java:465)
12:05:15 	at ome.security.basic.OmeroInterceptor.onFlushDirty(OmeroInterceptor.java:239)
12:05:15 	at org.hibernate.event.def.DefaultFlushEntityEventListener.invokeInterceptor(DefaultFlushEntityEventListener.java:372)
12:05:15 	at org.hibernate.event.def.DefaultFlushEntityEventListener.handleInterception(DefaultFlushEntityEventListener.java:349)
12:05:15 	at org.hibernate.event.def.DefaultFlushEntityEventListener.scheduleUpdate(DefaultFlushEntityEventListener.java:287)
12:05:15 	at org.hibernate.event.def.DefaultFlushEntityEventListener.onFlushEntity(DefaultFlushEntityEventListener.java:155)
12:05:15 	at org.hibernate.event.def.AbstractFlushingEventListener.flushEntities(AbstractFlushingEventListener.java:219)
12:05:15 	at org.hibernate.event.def.AbstractFlushingEventListener.flushEverythingToExecutions(AbstractFlushingEventListener.java:99)
12:05:15 	at org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlushEventListener.java:50)
12:05:15 	at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:1216)
12:05:15 	at ome.logic.UpdateImpl.afterUpdate(UpdateImpl.java:342)
12:05:15 	at ome.logic.UpdateImpl.doAction(UpdateImpl.java:358)
12:05:15 	at ome.logic.UpdateImpl.doAction(UpdateImpl.java:349)
12:05:15 	at ome.logic.UpdateImpl.saveAndReturnObject(UpdateImpl.java:135)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor661.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 	at ome.security.basic.EventHandler.invoke(EventHandler.java:154)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.orm.hibernate3.HibernateInterceptor.invoke(HibernateInterceptor.java:119)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
12:05:15 	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:282)
12:05:15 	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.tools.hibernate.ProxyCleanupFilter$Interceptor.invoke(ProxyCleanupFilter.java:249)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.services.util.ServiceHandler.invoke(ServiceHandler.java:121)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 	at com.sun.proxy.$Proxy94.saveAndReturnObject(Unknown Source)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor661.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 	at ome.security.basic.BasicSecurityWiring.invoke(BasicSecurityWiring.java:93)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.services.blitz.fire.AopContextInitializer.invoke(AopContextInitializer.java:43)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 	at com.sun.proxy.$Proxy94.saveAndReturnObject(Unknown Source)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor1120.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at ome.services.blitz.util.IceMethodInvoker.invoke(IceMethodInvoker.java:172)
12:05:15 	at ome.services.throttling.Callback.run(Callback.java:56)
12:05:15 	at ome.services.throttling.InThreadThrottlingStrategy.callInvokerOnRawArgs(InThreadThrottlingStrategy.java:56)
12:05:15 	at ome.services.blitz.impl.AbstractAmdServant.callInvokerOnRawArgs(AbstractAmdServant.java:140)
12:05:15 	at ome.services.blitz.impl.UpdateI.saveAndReturnObject_async(UpdateI.java:62)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor1119.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 	at omero.cmd.CallContext.invoke(CallContext.java:85)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 	at com.sun.proxy.$Proxy95.saveAndReturnObject_async(Unknown Source)
12:05:15 	at omero.api._IUpdateTie.saveAndReturnObject_async(_IUpdateTie.java:92)
12:05:15 	at omero.api._IUpdateDisp.___saveAndReturnObject(_IUpdateDisp.java:229)
12:05:15 	at omero.api._IUpdateDisp.__dispatch(_IUpdateDisp.java:423)
12:05:15 	at IceInternal.Incoming.invoke(Incoming.java:221)
12:05:15 	at Ice.ConnectionI.invokeAll(ConnectionI.java:2536)
12:05:15 	at Ice.ConnectionI.dispatch(ConnectionI.java:1145)
12:05:15 	at Ice.ConnectionI.message(ConnectionI.java:1056)
12:05:15 	at IceInternal.ThreadPool.run(ThreadPool.java:395)
12:05:15 	at IceInternal.ThreadPool.access$300(ThreadPool.java:12)
12:05:15 	at IceInternal.ThreadPool$EventHandlerThread.run(ThreadPool.java:832)
12:05:15 	at java.base/java.lang.Thread.run(Thread.java:829)
12:05:15     serverExceptionClass = ome.conditions.OptimisticLockException
12:05:15     message = You are not authorized to change the update event for ome.model.core.OriginalFile:Id_6254 from ome.model.meta.Event:Id_125577 to ome.model.meta.Event:Id_125576
12:05:15 You may need to reload the object before continuing.
12:05:15     backOff = 0
12:05:15 }
12:05:15 FAILED test/integration/test_ishare.py::TestIShare::test1172 - assert 0 == 1
12:05:15  +  where 0 = len([])
12:05:15 FAILED test/integration/test_itimeline.py::TestITimeline::test1225 - assert 6 == 10
12:05:15  +  where 6 = len({1908, 1944, 1995, 9687, 13309, 41717})
12:05:15 FAILED test/integration/test_permissions.py::TestPermissions::test3136 - AssertionError: elapsed1=0.014176607131958008, elapsed2=0.01354527473449707
12:05:15 assert 0.014176607131958008 < (0.1 * 0.01354527473449707)
12:05:15 FAILED test/integration/test_permissions.py::TestPermissions::testSaveWithNegOneExplicit - omero.ApiUsageException: exception ::omero::ApiUsageException
12:05:15 {
12:05:15     serverStackTrace = ome.conditions.ApiUsageException: No valid permissions available! DUMMY permissions are not intended for copying. Make sure that you have not passed omero.group=-1 for a save without context
12:05:15 	at ome.model.internal.Permissions.<init>(Permissions.java:164)
12:05:15 	at ome.security.basic.CurrentDetails.createDetails(CurrentDetails.java:439)
12:05:15 	at ome.security.basic.OmeroInterceptor.newTransientDetails(OmeroInterceptor.java:700)
12:05:15 	at ome.security.basic.OmeroInterceptor.onSave(OmeroInterceptor.java:187)
12:05:15 	at org.hibernate.event.def.AbstractSaveEventListener.substituteValuesIfNecessary(AbstractSaveEventListener.java:413)
12:05:15 	at org.hibernate.event.def.AbstractSaveEventListener.performSaveOrReplicate(AbstractSaveEventListener.java:292)
12:05:15 	at org.hibernate.event.def.AbstractSaveEventListener.performSave(AbstractSaveEventListener.java:203)
12:05:15 	at org.hibernate.event.def.AbstractSaveEventListener.saveWithGeneratedId(AbstractSaveEventListener.java:143)
12:05:15 	at org.hibernate.event.def.DefaultMergeEventListener.saveTransientEntity(DefaultMergeEventListener.java:415)
12:05:15 	at org.hibernate.event.def.DefaultMergeEventListener.mergeTransientEntity(DefaultMergeEventListener.java:341)
12:05:15 	at org.hibernate.event.def.DefaultMergeEventListener.entityIsTransient(DefaultMergeEventListener.java:303)
12:05:15 	at org.springframework.orm.hibernate3.support.IdTransferringMergeEventListener.entityIsTransient(IdTransferringMergeEventListener.java:62)
12:05:15 	at ome.security.basic.MergeEventListener.entityIsTransient(MergeEventListener.java:154)
12:05:15 	at org.hibernate.event.def.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:258)
12:05:15 	at ome.security.basic.MergeEventListener.onMerge(MergeEventListener.java:87)
12:05:15 	at org.hibernate.event.def.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:84)
12:05:15 	at ome.security.basic.MergeEventListener.onMerge(MergeEventListener.java:73)
12:05:15 	at org.hibernate.impl.SessionImpl.fireMerge(SessionImpl.java:867)
12:05:15 	at org.hibernate.impl.SessionImpl.merge(SessionImpl.java:851)
12:05:15 	at org.hibernate.impl.SessionImpl.merge(SessionImpl.java:855)
12:05:15 	at ome.logic.UpdateImpl.internalMerge(UpdateImpl.java:313)
12:05:15 	at ome.logic.UpdateImpl$2.run(UpdateImpl.java:138)
12:05:15 	at ome.logic.UpdateImpl$2.run(UpdateImpl.java:135)
12:05:15 	at ome.logic.UpdateImpl.doAction(UpdateImpl.java:357)
12:05:15 	at ome.logic.UpdateImpl.doAction(UpdateImpl.java:349)
12:05:15 	at ome.logic.UpdateImpl.saveAndReturnObject(UpdateImpl.java:135)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor661.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 	at ome.security.basic.EventHandler.invoke(EventHandler.java:154)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.orm.hibernate3.HibernateInterceptor.invoke(HibernateInterceptor.java:119)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
12:05:15 	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:282)
12:05:15 	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.tools.hibernate.ProxyCleanupFilter$Interceptor.invoke(ProxyCleanupFilter.java:249)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.services.util.ServiceHandler.invoke(ServiceHandler.java:121)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 	at com.sun.proxy.$Proxy94.saveAndReturnObject(Unknown Source)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor661.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 	at ome.security.basic.BasicSecurityWiring.invoke(BasicSecurityWiring.java:93)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.services.blitz.fire.AopContextInitializer.invoke(AopContextInitializer.java:43)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 	at com.sun.proxy.$Proxy94.saveAndReturnObject(Unknown Source)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor1120.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at ome.services.blitz.util.IceMethodInvoker.invoke(IceMethodInvoker.java:172)
12:05:15 	at ome.services.throttling.Callback.run(Callback.java:56)
12:05:15 	at ome.services.throttling.InThreadThrottlingStrategy.callInvokerOnRawArgs(InThreadThrottlingStrategy.java:56)
12:05:15 	at ome.services.blitz.impl.AbstractAmdServant.callInvokerOnRawArgs(AbstractAmdServant.java:140)
12:05:15 	at ome.services.blitz.impl.UpdateI.saveAndReturnObject_async(UpdateI.java:62)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor1119.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 	at omero.cmd.CallContext.invoke(CallContext.java:85)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 	at com.sun.proxy.$Proxy95.saveAndReturnObject_async(Unknown Source)
12:05:15 	at omero.api._IUpdateTie.saveAndReturnObject_async(_IUpdateTie.java:92)
12:05:15 	at omero.api._IUpdateDisp.___saveAndReturnObject(_IUpdateDisp.java:229)
12:05:15 	at omero.api._IUpdateDisp.__dispatch(_IUpdateDisp.java:423)
12:05:15 	at IceInternal.Incoming.invoke(Incoming.java:221)
12:05:15 	at Ice.ConnectionI.invokeAll(ConnectionI.java:2536)
12:05:15 	at Ice.ConnectionI.dispatch(ConnectionI.java:1145)
12:05:15 	at Ice.ConnectionI.message(ConnectionI.java:1056)
12:05:15 	at IceInternal.ThreadPool.run(ThreadPool.java:395)
12:05:15 	at IceInternal.ThreadPool.access$300(ThreadPool.java:12)
12:05:15 	at IceInternal.ThreadPool$EventHandlerThread.run(ThreadPool.java:832)
12:05:15 	at java.base/java.lang.Thread.run(Thread.java:829)
12:05:15     serverExceptionClass = ome.conditions.ApiUsageException
12:05:15     message = No valid permissions available! DUMMY permissions are not intended for copying. Make sure that you have not passed omero.group=-1 for a save without context
12:05:15 }
12:05:15 FAILED test/integration/test_permissions.py::TestPermissions::testSaveWithNegBadLink - omero.ApiUsageException: exception ::omero::ApiUsageException
12:05:15 {
12:05:15     serverStackTrace = ome.conditions.ApiUsageException: No valid permissions available! DUMMY permissions are not intended for copying. Make sure that you have not passed omero.group=-1 for a save without context
12:05:15 	at ome.model.internal.Permissions.<init>(Permissions.java:164)
12:05:15 	at ome.security.basic.CurrentDetails.createDetails(CurrentDetails.java:439)
12:05:15 	at ome.security.basic.OmeroInterceptor.newTransientDetails(OmeroInterceptor.java:700)
12:05:15 	at ome.security.basic.OmeroInterceptor.onSave(OmeroInterceptor.java:187)
12:05:15 	at org.hibernate.event.def.AbstractSaveEventListener.substituteValuesIfNecessary(AbstractSaveEventListener.java:413)
12:05:15 	at org.hibernate.event.def.AbstractSaveEventListener.performSaveOrReplicate(AbstractSaveEventListener.java:292)
12:05:15 	at org.hibernate.event.def.AbstractSaveEventListener.performSave(AbstractSaveEventListener.java:203)
12:05:15 	at org.hibernate.event.def.AbstractSaveEventListener.saveWithGeneratedId(AbstractSaveEventListener.java:143)
12:05:15 	at org.hibernate.event.def.DefaultMergeEventListener.saveTransientEntity(DefaultMergeEventListener.java:415)
12:05:15 	at org.hibernate.event.def.DefaultMergeEventListener.mergeTransientEntity(DefaultMergeEventListener.java:341)
12:05:15 	at org.hibernate.event.def.DefaultMergeEventListener.entityIsTransient(DefaultMergeEventListener.java:303)
12:05:15 	at org.springframework.orm.hibernate3.support.IdTransferringMergeEventListener.entityIsTransient(IdTransferringMergeEventListener.java:62)
12:05:15 	at ome.security.basic.MergeEventListener.entityIsTransient(MergeEventListener.java:154)
12:05:15 	at org.hibernate.event.def.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:258)
12:05:15 	at ome.security.basic.MergeEventListener.onMerge(MergeEventListener.java:87)
12:05:15 	at org.hibernate.event.def.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:84)
12:05:15 	at ome.security.basic.MergeEventListener.onMerge(MergeEventListener.java:73)
12:05:15 	at org.hibernate.impl.SessionImpl.fireMerge(SessionImpl.java:867)
12:05:15 	at org.hibernate.impl.SessionImpl.merge(SessionImpl.java:851)
12:05:15 	at org.hibernate.impl.SessionImpl.merge(SessionImpl.java:855)
12:05:15 	at ome.logic.UpdateImpl.internalMerge(UpdateImpl.java:313)
12:05:15 	at ome.logic.UpdateImpl$2.run(UpdateImpl.java:138)
12:05:15 	at ome.logic.UpdateImpl$2.run(UpdateImpl.java:135)
12:05:15 	at ome.logic.UpdateImpl.doAction(UpdateImpl.java:357)
12:05:15 	at ome.logic.UpdateImpl.doAction(UpdateImpl.java:349)
12:05:15 	at ome.logic.UpdateImpl.saveAndReturnObject(UpdateImpl.java:135)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor661.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 	at ome.security.basic.EventHandler.invoke(EventHandler.java:154)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.orm.hibernate3.HibernateInterceptor.invoke(HibernateInterceptor.java:119)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
12:05:15 	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:282)
12:05:15 	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.tools.hibernate.ProxyCleanupFilter$Interceptor.invoke(ProxyCleanupFilter.java:249)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.services.util.ServiceHandler.invoke(ServiceHandler.java:121)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 	at com.sun.proxy.$Proxy94.saveAndReturnObject(Unknown Source)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor661.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 	at ome.security.basic.BasicSecurityWiring.invoke(BasicSecurityWiring.java:93)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.services.blitz.fire.AopContextInitializer.invoke(AopContextInitializer.java:43)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 	at com.sun.proxy.$Proxy94.saveAndReturnObject(Unknown Source)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor1120.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at ome.services.blitz.util.IceMethodInvoker.invoke(IceMethodInvoker.java:172)
12:05:15 	at ome.services.throttling.Callback.run(Callback.java:56)
12:05:15 	at ome.services.throttling.InThreadThrottlingStrategy.callInvokerOnRawArgs(InThreadThrottlingStrategy.java:56)
12:05:15 	at ome.services.blitz.impl.AbstractAmdServant.callInvokerOnRawArgs(AbstractAmdServant.java:140)
12:05:15 	at ome.services.blitz.impl.UpdateI.saveAndReturnObject_async(UpdateI.java:62)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor1119.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 	at omero.cmd.CallContext.invoke(CallContext.java:85)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 	at com.sun.proxy.$Proxy95.saveAndReturnObject_async(Unknown Source)
12:05:15 	at omero.api._IUpdateTie.saveAndReturnObject_async(_IUpdateTie.java:92)
12:05:15 	at omero.api._IUpdateDisp.___saveAndReturnObject(_IUpdateDisp.java:229)
12:05:15 	at omero.api._IUpdateDisp.__dispatch(_IUpdateDisp.java:423)
12:05:15 	at IceInternal.Incoming.invoke(Incoming.java:221)
12:05:15 	at Ice.ConnectionI.invokeAll(ConnectionI.java:2536)
12:05:15 	at Ice.ConnectionI.dispatch(ConnectionI.java:1145)
12:05:15 	at Ice.ConnectionI.message(ConnectionI.java:1056)
12:05:15 	at IceInternal.ThreadPool.run(ThreadPool.java:395)
12:05:15 	at IceInternal.ThreadPool.access$300(ThreadPool.java:12)
12:05:15 	at IceInternal.ThreadPool$EventHandlerThread.run(ThreadPool.java:832)
12:05:15 	at java.base/java.lang.Thread.run(Thread.java:829)
12:05:15     serverExceptionClass = ome.conditions.ApiUsageException
12:05:15     message = No valid permissions available! DUMMY permissions are not intended for copying. Make sure that you have not passed omero.group=-1 for a save without context
12:05:15 }
12:05:15 FAILED test/integration/test_permissions.py::TestPermissions::testSaveBadLink - omero.SecurityViolation: exception ::omero::SecurityViolation
12:05:15 {
12:05:15     serverStackTrace = ome.conditions.SecurityViolation: You are not authorized to set the ExperimenterGroup for ome.model.annotations.TagAnnotation:Id_41872 to ome.model.meta.ExperimenterGroup:Id_3684
12:05:15 	at ome.security.basic.OmeroInterceptor.newTransientDetails(OmeroInterceptor.java:785)
12:05:15 	at ome.security.basic.OmeroInterceptor.onSave(OmeroInterceptor.java:187)
12:05:15 	at org.hibernate.event.def.AbstractSaveEventListener.substituteValuesIfNecessary(AbstractSaveEventListener.java:413)
12:05:15 	at org.hibernate.event.def.AbstractSaveEventListener.performSaveOrReplicate(AbstractSaveEventListener.java:292)
12:05:15 	at org.hibernate.event.def.AbstractSaveEventListener.performSave(AbstractSaveEventListener.java:203)
12:05:15 	at org.hibernate.event.def.AbstractSaveEventListener.saveWithGeneratedId(AbstractSaveEventListener.java:143)
12:05:15 	at org.hibernate.event.def.DefaultMergeEventListener.saveTransientEntity(DefaultMergeEventListener.java:415)
12:05:15 	at org.hibernate.event.def.DefaultMergeEventListener.mergeTransientEntity(DefaultMergeEventListener.java:341)
12:05:15 	at org.hibernate.event.def.DefaultMergeEventListener.entityIsTransient(DefaultMergeEventListener.java:303)
12:05:15 	at org.springframework.orm.hibernate3.support.IdTransferringMergeEventListener.entityIsTransient(IdTransferringMergeEventListener.java:62)
12:05:15 	at ome.security.basic.MergeEventListener.entityIsTransient(MergeEventListener.java:154)
12:05:15 	at org.hibernate.event.def.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:258)
12:05:15 	at ome.security.basic.MergeEventListener.onMerge(MergeEventListener.java:87)
12:05:15 	at org.hibernate.impl.SessionImpl.fireMerge(SessionImpl.java:877)
12:05:15 	at org.hibernate.impl.SessionImpl.merge(SessionImpl.java:859)
12:05:15 	at org.hibernate.engine.CascadingAction$6.cascade(CascadingAction.java:279)
12:05:15 	at org.hibernate.engine.Cascade.cascadeToOne(Cascade.java:392)
12:05:15 	at org.hibernate.engine.Cascade.cascadeAssociation(Cascade.java:335)
12:05:15 	at org.hibernate.engine.Cascade.cascadeProperty(Cascade.java:204)
12:05:15 	at org.hibernate.engine.Cascade.cascade(Cascade.java:161)
12:05:15 	at org.hibernate.event.def.AbstractSaveEventListener.cascadeBeforeSave(AbstractSaveEventListener.java:450)
12:05:15 	at org.hibernate.event.def.DefaultMergeEventListener.mergeTransientEntity(DefaultMergeEventListener.java:336)
12:05:15 	at org.hibernate.event.def.DefaultMergeEventListener.entityIsTransient(DefaultMergeEventListener.java:303)
12:05:15 	at org.springframework.orm.hibernate3.support.IdTransferringMergeEventListener.entityIsTransient(IdTransferringMergeEventListener.java:62)
12:05:15 	at ome.security.basic.MergeEventListener.entityIsTransient(MergeEventListener.java:154)
12:05:15 	at org.hibernate.event.def.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:258)
12:05:15 	at ome.security.basic.MergeEventListener.onMerge(MergeEventListener.java:87)
12:05:15 	at org.hibernate.impl.SessionImpl.fireMerge(SessionImpl.java:877)
12:05:15 	at org.hibernate.impl.SessionImpl.merge(SessionImpl.java:859)
12:05:15 	at org.hibernate.engine.CascadingAction$6.cascade(CascadingAction.java:279)
12:05:15 	at org.hibernate.engine.Cascade.cascadeToOne(Cascade.java:392)
12:05:15 	at org.hibernate.engine.Cascade.cascadeAssociation(Cascade.java:335)
12:05:15 	at org.hibernate.engine.Cascade.cascadeProperty(Cascade.java:204)
12:05:15 	at org.hibernate.engine.Cascade.cascadeCollectionElements(Cascade.java:425)
12:05:15 	at org.hibernate.engine.Cascade.cascadeCollection(Cascade.java:362)
12:05:15 	at org.hibernate.engine.Cascade.cascadeAssociation(Cascade.java:338)
12:05:15 	at org.hibernate.engine.Cascade.cascadeProperty(Cascade.java:204)
12:05:15 	at org.hibernate.engine.Cascade.cascade(Cascade.java:161)
12:05:15 	at org.hibernate.event.def.AbstractSaveEventListener.cascadeAfterSave(AbstractSaveEventListener.java:475)
12:05:15 	at org.hibernate.event.def.DefaultMergeEventListener.mergeTransientEntity(DefaultMergeEventListener.java:388)
12:05:15 	at org.hibernate.event.def.DefaultMergeEventListener.entityIsTransient(DefaultMergeEventListener.java:303)
12:05:15 	at org.springframework.orm.hibernate3.support.IdTransferringMergeEventListener.entityIsTransient(IdTransferringMergeEventListener.java:62)
12:05:15 	at ome.security.basic.MergeEventListener.entityIsTransient(MergeEventListener.java:154)
12:05:15 	at org.hibernate.event.def.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:258)
12:05:15 	at ome.security.basic.MergeEventListener.onMerge(MergeEventListener.java:87)
12:05:15 	at org.hibernate.event.def.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:84)
12:05:15 	at ome.security.basic.MergeEventListener.onMerge(MergeEventListener.java:73)
12:05:15 	at org.hibernate.impl.SessionImpl.fireMerge(SessionImpl.java:867)
12:05:15 	at org.hibernate.impl.SessionImpl.merge(SessionImpl.java:851)
12:05:15 	at org.hibernate.impl.SessionImpl.merge(SessionImpl.java:855)
12:05:15 	at ome.logic.UpdateImpl.internalMerge(UpdateImpl.java:313)
12:05:15 	at ome.logic.UpdateImpl$2.run(UpdateImpl.java:138)
12:05:15 	at ome.logic.UpdateImpl$2.run(UpdateImpl.java:135)
12:05:15 	at ome.logic.UpdateImpl.doAction(UpdateImpl.java:357)
12:05:15 	at ome.logic.UpdateImpl.doAction(UpdateImpl.java:349)
12:05:15 	at ome.logic.UpdateImpl.saveAndReturnObject(UpdateImpl.java:135)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor661.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 	at ome.security.basic.EventHandler.invoke(EventHandler.java:154)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.orm.hibernate3.HibernateInterceptor.invoke(HibernateInterceptor.java:119)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
12:05:15 	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:282)
12:05:15 	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.tools.hibernate.ProxyCleanupFilter$Interceptor.invoke(ProxyCleanupFilter.java:249)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.services.util.ServiceHandler.invoke(ServiceHandler.java:121)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 	at com.sun.proxy.$Proxy94.saveAndReturnObject(Unknown Source)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor661.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 	at ome.security.basic.BasicSecurityWiring.invoke(BasicSecurityWiring.java:93)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.services.blitz.fire.AopContextInitializer.invoke(AopContextInitializer.java:43)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 	at com.sun.proxy.$Proxy94.saveAndReturnObject(Unknown Source)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor1120.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at ome.services.blitz.util.IceMethodInvoker.invoke(IceMethodInvoker.java:172)
12:05:15 	at ome.services.throttling.Callback.run(Callback.java:56)
12:05:15 	at ome.services.throttling.InThreadThrottlingStrategy.callInvokerOnRawArgs(InThreadThrottlingStrategy.java:56)
12:05:15 	at ome.services.blitz.impl.AbstractAmdServant.callInvokerOnRawArgs(AbstractAmdServant.java:140)
12:05:15 	at ome.services.blitz.impl.UpdateI.saveAndReturnObject_async(UpdateI.java:62)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor1119.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 	at omero.cmd.CallContext.invoke(CallContext.java:85)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 	at com.sun.proxy.$Proxy95.saveAndReturnObject_async(Unknown Source)
12:05:15 	at omero.api._IUpdateTie.saveAndReturnObject_async(_IUpdateTie.java:92)
12:05:15 	at omero.api._IUpdateDisp.___saveAndReturnObject(_IUpdateDisp.java:229)
12:05:15 	at omero.api._IUpdateDisp.__dispatch(_IUpdateDisp.java:423)
12:05:15 	at IceInternal.Incoming.invoke(Incoming.java:221)
12:05:15 	at Ice.ConnectionI.invokeAll(ConnectionI.java:2536)
12:05:15 	at Ice.ConnectionI.dispatch(ConnectionI.java:1145)
12:05:15 	at Ice.ConnectionI.message(ConnectionI.java:1056)
12:05:15 	at IceInternal.ThreadPool.run(ThreadPool.java:395)
12:05:15 	at IceInternal.ThreadPool.access$300(ThreadPool.java:12)
12:05:15 	at IceInternal.ThreadPool$EventHandlerThread.run(ThreadPool.java:832)
12:05:15 	at java.base/java.lang.Thread.run(Thread.java:829)
12:05:15     serverExceptionClass = ome.conditions.SecurityViolation
12:05:15     message = You are not authorized to set the ExperimenterGroup for ome.model.annotations.TagAnnotation:Id_41872 to ome.model.meta.ExperimenterGroup:Id_3684
12:05:15 }
12:05:15 FAILED test/integration/test_permissions.py::TestPermissions::testUseOfRawFileBeanScriptReadCorrectGroupAndUser - Ice.UnknownException: exception ::Ice::UnknownException
12:05:15 {
12:05:15     unknown = ome.conditions.SecurityViolation: User 4740 is not an admin and so cannot set uid to 0
12:05:15 	at ome.security.basic.BasicEventContext.checkAndInitialize(BasicEventContext.java:141)
12:05:15 	at ome.security.basic.CurrentDetails.checkAndInitialize(CurrentDetails.java:317)
12:05:15 	at ome.security.basic.BasicSecuritySystem.loadEventContext(BasicSecuritySystem.java:449)
12:05:15 	at ome.security.basic.EventHandler.doLogin(EventHandler.java:210)
12:05:15 	at ome.security.basic.EventHandler.invoke(EventHandler.java:146)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.orm.hibernate3.HibernateInterceptor.invoke(HibernateInterceptor.java:119)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
12:05:15 	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:282)
12:05:15 	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.tools.hibernate.ProxyCleanupFilter$Interceptor.invoke(ProxyCleanupFilter.java:249)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.services.util.ServiceHandler.invoke(ServiceHandler.java:121)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 	at com.sun.proxy.$Proxy74.doWork(Unknown Source)
12:05:15 	at ome.services.util.Executor$Impl.execute(Executor.java:447)
12:05:15 	at ome.services.blitz.repo.RepositoryDaoImpl.getFile(RepositoryDaoImpl.java:866)
12:05:15 	at ome.services.blitz.repo.PublicRepositoryI.checkId(PublicRepositoryI.java:823)
12:05:15 	at ome.services.blitz.repo.PublicRepositoryI.fileById(PublicRepositoryI.java:367)
12:05:15 	at omero.grid._RepositoryTie.fileById(_RepositoryTie.java:78)
12:05:15 	at omero.grid._RepositoryDisp.___fileById(_RepositoryDisp.java:393)
12:05:15 	at omero.grid._RepositoryDisp.__dispatch(_RepositoryDisp.java:538)
12:05:15 	at IceInternal.Incoming.invoke(Incoming.java:221)
12:05:15 	at Ice.ConnectionI.invokeAll(ConnectionI.java:2536)
12:05:15 	at Ice.ConnectionI.dispatch(ConnectionI.java:1145)
12:05:15 	at Ice.ConnectionI.message(ConnectionI.java:1056)
12:05:15 	at IceInternal.ThreadPool.run(ThreadPool.java:395)
12:05:15 	at IceInternal.ThreadPool.access$300(ThreadPool.java:12)
12:05:15 	at IceInternal.ThreadPool$EventHandlerThread.run(ThreadPool.java:832)
12:05:15 	at java.base/java.lang.Thread.run(Thread.java:829)
12:05:15 }
12:05:15 FAILED test/integration/test_rawfilestore.py::TestRFS::testTicket1961Basic - AssertionError: assert '' != ''
12:05:15  +  where '' = object #0 (::omero::RString)\n{\n    _val = \n}.val
12:05:15  +    where object #0 (::omero::RString)\n{\n    _val = \n} = object #0 (::omero::model::OriginalFile)\n{\n    _id = object #1 (::omero::RLong)\n    {\n        _val = 6255\n    }\n    _details = object #2 (::omero::model::Details)\n    {\n        _owner = object #3 (::omero::model::Experimenter)\n        {\n            _id = object #4 (::omero::RLong)\n            {\n                _val = 4741\n            }\n            _details = <nil>\n            _loaded = False\n            _version = <nil>\n            _groupExperimenterMapSeq = \n            {\n            }\n            _groupExperimenterMapLoaded = False\n            _omeName = <nil>\n            _firstName = <nil>\n            _middleName = <nil>\n            _lastName = <nil>\n            _institution = <nil>\n            _ldap = <nil>\n            _email = <nil>\n            _config = \n            {\n            }\n            _annotationLinksSeq = \n            {\n            }\n            _annotationLinksLoaded = False\n            _annotationLinksCountPerOwner = \n            {\n            }\n        }\n        _group = object #5 (::omero::model::ExperimenterGroup)\n        {\n            _id = object #6 (::omero::RLong)\n            {\n                _val = 3686\n            }\n            _details = object #7 (::...  }\n            groupPermissions = object #20 (::omero::model::Permissions)\n            {\n                _restrictions = \n                {\n                }\n                _extendedRestrictions = \n                {\n                }\n                _perm1 = -120\n            }\n        }\n    }\n    _loaded = True\n    _version = <nil>\n    _pixelsFileMapsSeq = \n    {\n    }\n    _pixelsFileMapsLoaded = False\n    _pixelsFileMapsCountPerOwner = \n    {\n    }\n    _path = object #21 (::omero::RString)\n    {\n        _val = /tmp/test\n    }\n    _repo = <nil>\n    _size = object #22 (::omero::RLong)\n    {\n        _val = 4\n    }\n    _atime = <nil>\n    _mtime = object #23 (::omero::RTime)\n    {\n        _val = 1733832220290\n    }\n    _ctime = <nil>\n    _hasher = <nil>\n    _hash = object #24 (::omero::RString)\n    {\n        _val = \n    }\n    _mimetype = object #25 (::omero::RString)\n    {\n        _val = application/octet-stream\n    }\n    _filesetEntriesSeq = \n    {\n    }\n    _filesetEntriesLoaded = True\n    _annotationLinksSeq = \n    {\n    }\n    _annotationLinksLoaded = False\n    _annotationLinksCountPerOwner = \n    {\n    }\n    _name = object #26 (::omero::RString)\n    {\n        _val = test\n    }\n}.hash
12:05:15 FAILED test/integration/test_rawfilestore.py::TestRFS::testTicket1961WithKillSession - AssertionError: assert '' != ''
12:05:15  +  where '' = object #0 (::omero::RString)\n{\n    _val = \n}.val
12:05:15  +    where object #0 (::omero::RString)\n{\n    _val = \n} = object #0 (::omero::model::OriginalFile)\n{\n    _id = object #1 (::omero::RLong)\n    {\n        _val = 6256\n    }\n    _details = object #2 (::omero::model::Details)\n    {\n        _owner = object #3 (::omero::model::Experimenter)\n        {\n            _id = object #4 (::omero::RLong)\n            {\n                _val = 4741\n            }\n            _details = <nil>\n            _loaded = False\n            _version = <nil>\n            _groupExperimenterMapSeq = \n            {\n            }\n            _groupExperimenterMapLoaded = False\n            _omeName = <nil>\n            _firstName = <nil>\n            _middleName = <nil>\n            _lastName = <nil>\n            _institution = <nil>\n            _ldap = <nil>\n            _email = <nil>\n            _config = \n            {\n            }\n            _annotationLinksSeq = \n            {\n            }\n            _annotationLinksLoaded = False\n            _annotationLinksCountPerOwner = \n            {\n            }\n        }\n        _group = object #5 (::omero::model::ExperimenterGroup)\n        {\n            _id = object #6 (::omero::RLong)\n            {\n                _val = 3686\n            }\n            _details = object #7 (::...  }\n            groupPermissions = object #20 (::omero::model::Permissions)\n            {\n                _restrictions = \n                {\n                }\n                _extendedRestrictions = \n                {\n                }\n                _perm1 = -120\n            }\n        }\n    }\n    _loaded = True\n    _version = <nil>\n    _pixelsFileMapsSeq = \n    {\n    }\n    _pixelsFileMapsLoaded = False\n    _pixelsFileMapsCountPerOwner = \n    {\n    }\n    _path = object #21 (::omero::RString)\n    {\n        _val = /tmp/test\n    }\n    _repo = <nil>\n    _size = object #22 (::omero::RLong)\n    {\n        _val = 4\n    }\n    _atime = <nil>\n    _mtime = object #23 (::omero::RTime)\n    {\n        _val = 1733832220363\n    }\n    _ctime = <nil>\n    _hasher = <nil>\n    _hash = object #24 (::omero::RString)\n    {\n        _val = \n    }\n    _mimetype = object #25 (::omero::RString)\n    {\n        _val = application/octet-stream\n    }\n    _filesetEntriesSeq = \n    {\n    }\n    _filesetEntriesLoaded = True\n    _annotationLinksSeq = \n    {\n    }\n    _annotationLinksLoaded = False\n    _annotationLinksCountPerOwner = \n    {\n    }\n    _name = object #26 (::omero::RString)\n    {\n        _val = test\n    }\n}.hash
12:05:15 FAILED test/integration/test_rawfilestore.py::TestRFS::testTicket2161Save - AssertionError: assert '' != ''
12:05:15  +  where '' = object #0 (::omero::RString)\n{\n    _val = \n}.val
12:05:15  +    where object #0 (::omero::RString)\n{\n    _val = \n} = object #0 (::omero::model::OriginalFile)\n{\n    _id = object #1 (::omero::RLong)\n    {\n        _val = 6257\n    }\n    _details = object #2 (::omero::model::Details)\n    {\n        _owner = object #3 (::omero::model::Experimenter)\n        {\n            _id = object #4 (::omero::RLong)\n            {\n                _val = 4741\n            }\n            _details = <nil>\n            _loaded = False\n            _version = <nil>\n            _groupExperimenterMapSeq = \n            {\n            }\n            _groupExperimenterMapLoaded = False\n            _omeName = <nil>\n            _firstName = <nil>\n            _middleName = <nil>\n            _lastName = <nil>\n            _institution = <nil>\n            _ldap = <nil>\n            _email = <nil>\n            _config = \n            {\n            }\n            _annotationLinksSeq = \n            {\n            }\n            _annotationLinksLoaded = False\n            _annotationLinksCountPerOwner = \n            {\n            }\n        }\n        _group = object #5 (::omero::model::ExperimenterGroup)\n        {\n            _id = object #6 (::omero::RLong)\n            {\n                _val = 3686\n            }\n            _details = object #7 (::...  }\n            groupPermissions = object #20 (::omero::model::Permissions)\n            {\n                _restrictions = \n                {\n                }\n                _extendedRestrictions = \n                {\n                }\n                _perm1 = -120\n            }\n        }\n    }\n    _loaded = True\n    _version = <nil>\n    _pixelsFileMapsSeq = \n    {\n    }\n    _pixelsFileMapsLoaded = False\n    _pixelsFileMapsCountPerOwner = \n    {\n    }\n    _path = object #21 (::omero::RString)\n    {\n        _val = /tmp/test\n    }\n    _repo = <nil>\n    _size = object #22 (::omero::RLong)\n    {\n        _val = 4\n    }\n    _atime = <nil>\n    _mtime = object #23 (::omero::RTime)\n    {\n        _val = 1733832220399\n    }\n    _ctime = <nil>\n    _hasher = <nil>\n    _hash = object #24 (::omero::RString)\n    {\n        _val = \n    }\n    _mimetype = object #25 (::omero::RString)\n    {\n        _val = application/octet-stream\n    }\n    _filesetEntriesSeq = \n    {\n    }\n    _filesetEntriesLoaded = True\n    _annotationLinksSeq = \n    {\n    }\n    _annotationLinksLoaded = False\n    _annotationLinksCountPerOwner = \n    {\n    }\n    _name = object #26 (::omero::RString)\n    {\n        _val = test\n    }\n}.hash
12:05:15 FAILED test/integration/test_rawfilestore.py::TestRFS::testNoWrite - AssertionError: assert '' != ''
12:05:15  +  where '' = object #0 (::omero::RString)\n{\n    _val = \n}.val
12:05:15  +    where object #0 (::omero::RString)\n{\n    _val = \n} = object #0 (::omero::model::OriginalFile)\n{\n    _id = object #1 (::omero::RLong)\n    {\n        _val = 6258\n    }\n    _details = object #2 (::omero::model::Details)\n    {\n        _owner = object #3 (::omero::model::Experimenter)\n        {\n            _id = object #4 (::omero::RLong)\n            {\n                _val = 4742\n            }\n            _details = <nil>\n            _loaded = False\n            _version = <nil>\n            _groupExperimenterMapSeq = \n            {\n            }\n            _groupExperimenterMapLoaded = False\n            _omeName = <nil>\n            _firstName = <nil>\n            _middleName = <nil>\n            _lastName = <nil>\n            _institution = <nil>\n            _ldap = <nil>\n            _email = <nil>\n            _config = \n            {\n            }\n            _annotationLinksSeq = \n            {\n            }\n            _annotationLinksLoaded = False\n            _annotationLinksCountPerOwner = \n            {\n            }\n        }\n        _group = object #5 (::omero::model::ExperimenterGroup)\n        {\n            _id = object #6 (::omero::RLong)\n            {\n                _val = 3687\n            }\n            _details = object #7 (::...   }\n            groupPermissions = object #20 (::omero::model::Permissions)\n            {\n                _restrictions = \n                {\n                }\n                _extendedRestrictions = \n                {\n                }\n                _perm1 = -56\n            }\n        }\n    }\n    _loaded = True\n    _version = <nil>\n    _pixelsFileMapsSeq = \n    {\n    }\n    _pixelsFileMapsLoaded = False\n    _pixelsFileMapsCountPerOwner = \n    {\n    }\n    _path = object #21 (::omero::RString)\n    {\n        _val = /tmp/test\n    }\n    _repo = <nil>\n    _size = object #22 (::omero::RLong)\n    {\n        _val = 4\n    }\n    _atime = <nil>\n    _mtime = object #23 (::omero::RTime)\n    {\n        _val = 1733832225581\n    }\n    _ctime = <nil>\n    _hasher = <nil>\n    _hash = object #24 (::omero::RString)\n    {\n        _val = \n    }\n    _mimetype = object #25 (::omero::RString)\n    {\n        _val = application/octet-stream\n    }\n    _filesetEntriesSeq = \n    {\n    }\n    _filesetEntriesLoaded = True\n    _annotationLinksSeq = \n    {\n    }\n    _annotationLinksLoaded = False\n    _annotationLinksCountPerOwner = \n    {\n    }\n    _name = object #26 (::omero::RString)\n    {\n        _val = test\n    }\n}.hash
12:05:15 FAILED test/integration/test_reporawfilestore.py::TestRepoRawFileStore::testFailedWriteNoFile - Failed: DID NOT RAISE <class 'omero.ResourceError'>
12:05:15 FAILED test/integration/test_scripts.py::TestScripts::testAutoFillTicket2326 - omero.NoProcessorAvailable: exception ::omero::NoProcessorAvailable
12:05:15 {
12:05:15     serverStackTrace = 
12:05:15     serverExceptionClass = 
12:05:15     message = No processor available! [0 response(s)]
12:05:15     processorCount = 0
12:05:15 }
12:05:15 FAILED test/integration/test_scripts.py::TestScripts::testParamLoadingPerformanceTicket2285 - omero.ValidationException: exception ::omero::ValidationException
12:05:15 {
12:05:15     serverStackTrace = 
12:05:15     serverExceptionClass = 
12:05:15     message = Invalid parameters:
12:05:15 WRONG TYPE for "a": <class 'omero.rtypes.RIntI'> != <class 'omero.rtypes.RLongI'>
12:05:15 }
12:05:15 FAILED test/integration/test_scripts.py::TestScripts::test3527 - omero.NoProcessorAvailable: exception ::omero::NoProcessorAvailable
12:05:15 {
12:05:15     serverStackTrace = 
12:05:15     serverExceptionClass = 
12:05:15     message = No processor available! [0 response(s)]
12:05:15     processorCount = 0
12:05:15 }
12:05:15 FAILED test/integration/test_thumbnailPerms.py::TestThumbnailPerms::testPrivate10618RootWithNoCtx - omero.ResourceError: exception ::omero::ResourceError
12:05:15 {
12:05:15     serverStackTrace = ome.conditions.ResourceError: Error retrieving Pixels id:2917. Pixels set does not exist or the user id:0 has insufficient permissions to retrieve it.
12:05:15 	at ome.services.ThumbnailCtx.isExtendedGraphCritical(ThumbnailCtx.java:749)
12:05:15 	at ome.services.ThumbnailCtx.createAndPrepareMissingRenderingSettings(ThumbnailCtx.java:388)
12:05:15 	at ome.services.ThumbnailBean.getThumbnailByLongestSideSet(ThumbnailBean.java:1003)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor3881.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 	at ome.security.basic.EventHandler.invoke(EventHandler.java:154)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.tools.hibernate.SessionHandler.doStateful(SessionHandler.java:216)
12:05:15 	at ome.tools.hibernate.SessionHandler.invoke(SessionHandler.java:200)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
12:05:15 	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:282)
12:05:15 	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.tools.hibernate.ProxyCleanupFilter$Interceptor.invoke(ProxyCleanupFilter.java:249)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.services.util.ServiceHandler.invoke(ServiceHandler.java:121)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 	at com.sun.proxy.$Proxy113.getThumbnailByLongestSideSet(Unknown Source)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor3881.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 	at ome.security.basic.BasicSecurityWiring.invoke(BasicSecurityWiring.java:93)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at ome.services.blitz.fire.AopContextInitializer.invoke(AopContextInitializer.java:43)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 	at com.sun.proxy.$Proxy113.getThumbnailByLongestSideSet(Unknown Source)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor3917.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at ome.services.blitz.util.IceMethodInvoker.invoke(IceMethodInvoker.java:172)
12:05:15 	at ome.services.throttling.Callback.run(Callback.java:56)
12:05:15 	at ome.services.throttling.InThreadThrottlingStrategy.callInvokerOnRawArgs(InThreadThrottlingStrategy.java:56)
12:05:15 	at ome.services.blitz.impl.AbstractAmdServant.callInvokerOnRawArgs(AbstractAmdServant.java:140)
12:05:15 	at ome.services.blitz.impl.ThumbnailStoreI.getThumbnailByLongestSideSet_async(ThumbnailStoreI.java:83)
12:05:15 	at jdk.internal.reflect.GeneratedMethodAccessor3916.invoke(Unknown Source)
12:05:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:05:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:05:15 	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
12:05:15 	at omero.cmd.CallContext.invoke(CallContext.java:85)
12:05:15 	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
12:05:15 	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
12:05:15 	at com.sun.proxy.$Proxy114.getThumbnailByLongestSideSet_async(Unknown Source)
12:05:15 	at omero.api._ThumbnailStoreTie.getThumbnailByLongestSideSet_async(_ThumbnailStoreTie.java:132)
12:05:15 	at omero.api._ThumbnailStoreDisp.___getThumbnailByLongestSideSet(_ThumbnailStoreDisp.java:743)
12:05:15 	at omero.api._ThumbnailStoreDisp.__dispatch(_ThumbnailStoreDisp.java:1088)
12:05:15 	at IceInternal.Incoming.invoke(Incoming.java:221)
12:05:15 	at Ice.ConnectionI.invokeAll(ConnectionI.java:2536)
12:05:15 	at Ice.ConnectionI.dispatch(ConnectionI.java:1145)
12:05:15 	at Ice.ConnectionI.message(ConnectionI.java:1056)
12:05:15 	at IceInternal.ThreadPool.run(ThreadPool.java:395)
12:05:15 	at IceInternal.ThreadPool.access$300(ThreadPool.java:12)
12:05:15 	at IceInternal.ThreadPool$EventHandlerThread.run(ThreadPool.java:832)
12:05:15 	at java.base/java.lang.Thread.run(Thread.java:829)
12:05:15     serverExceptionClass = ome.conditions.ResourceError
12:05:15     message = Error retrieving Pixels id:2917. Pixels set does not exist or the user id:0 has insufficient permissions to retrieve it.
12:05:15 }
12:05:15 FAILED test/integration/test_tickets2000.py::TestTickets2000::test1184 - AssertionError: Expected the test to complete in < 3 seconds, took: 10.782776
12:05:15 assert 10.782775640487671 < 3.0
12:05:15 ==== 33 failed, 3 passed, 2025 deselected, 11 warnings in 187.65s (0:03:07) ====
12:05:16 !! 12/10/24 12:05:15.978 error: 4 communicators not destroyed during global destruction.
12:05:16 Result: 1
12:05:16 
12:05:16 BUILD SUCCESSFUL
12:05:16 Total time: 3 minutes 9 seconds
12:05:16 + /home/omero/workspace/OMERO-test-integration/src/build.py -f components/tools/OmeroJava/build.xml -Dtestng.useDefaultListeners=true -Dtestreports.dir=target/reports/broken broken
12:05:16 OpenJDK 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0
12:05:16 Buildfile: /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/build.xml
12:05:16 Entering /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava...
12:05:16 
12:05:16 testng-init:
12:05:16 :: Apache Ivy 2.4.0 - 20141213170938 :: http://ant.apache.org/ivy/ ::
12:05:16 :: loading settings :: file = /home/omero/workspace/OMERO-test-integration/src/etc/ivysettings.xml
12:05:19 12:05:19,250 |-INFO in ch.qos.logback.classic.LoggerContext[default] - This is logback-classic version 1.3.14
12:05:19 12:05:19,252 |-INFO in ch.qos.logback.classic.util.ContextInitializer@1e40fbb3 - No custom configurators were discovered as a service.
12:05:19 12:05:19,252 |-INFO in ch.qos.logback.classic.util.ContextInitializer@1e40fbb3 - Trying to configure with ch.qos.logback.classic.joran.SerializedModelConfigurator
12:05:19 12:05:19,256 |-INFO in ch.qos.logback.classic.util.ContextInitializer@1e40fbb3 - Constructed configurator of type class ch.qos.logback.classic.joran.SerializedModelConfigurator
12:05:19 12:05:19,256 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.scmo]
12:05:19 12:05:19,257 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.scmo]
12:05:19 12:05:19,257 |-INFO in ch.qos.logback.classic.util.ContextInitializer@1e40fbb3 - ch.qos.logback.classic.joran.SerializedModelConfigurator.configure() call lasted 1 milliseconds. ExecutionStatus=INVOKE_NEXT_IF_ANY
12:05:19 12:05:19,257 |-INFO in ch.qos.logback.classic.util.ContextInitializer@1e40fbb3 - Trying to configure with ch.qos.logback.classic.util.DefaultJoranConfigurator
12:05:19 12:05:19,259 |-INFO in ch.qos.logback.classic.util.ContextInitializer@1e40fbb3 - Constructed configurator of type class ch.qos.logback.classic.util.DefaultJoranConfigurator
12:05:19 12:05:19,260 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
12:05:19 12:05:19,260 |-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]
12:05:19 12:05:19,261 |-WARN in ch.qos.logback.classic.util.DefaultJoranConfigurator@1b560eb0 - Resource [logback.xml] occurs multiple times on the classpath.
12:05:19 12:05:19,261 |-WARN in ch.qos.logback.classic.util.DefaultJoranConfigurator@1b560eb0 - Resource [logback.xml] occurs at [file:/home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/classes/logback.xml]
12:05:19 12:05:19,261 |-WARN in ch.qos.logback.classic.util.DefaultJoranConfigurator@1b560eb0 - Resource [logback.xml] occurs at [file:/home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/generated/resources/logback.xml]
12:05:19 12:05:19,473 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [stderr]
12:05:19 12:05:19,473 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
12:05:19 12:05:19,491 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
12:05:19 12:05:19,492 |-WARN in ch.qos.logback.classic.encoder.PatternLayoutEncoder@9e02f84 - As of version 1.2.0 "immediateFlush" property should be set within the enclosing Appender.
12:05:19 12:05:19,492 |-WARN in ch.qos.logback.classic.encoder.PatternLayoutEncoder@9e02f84 - Please move "immediateFlush" property into the enclosing appender.
12:05:19 12:05:19,552 |-WARN in ch.qos.logback.classic.encoder.PatternLayoutEncoder@9e02f84 - Setting the "immediateFlush" property of the enclosing appender to true
12:05:19 12:05:19,553 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [velocity] to ERROR
12:05:19 12:05:19,553 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org] to ERROR
12:05:19 12:05:19,553 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [ome] to ERROR
12:05:19 12:05:19,553 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [loci] to ERROR
12:05:19 12:05:19,553 |-INFO in ch.qos.logback.classic.model.processor.RootLoggerModelHandler - Setting level of ROOT logger to WARN
12:05:19 12:05:19,553 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [stderr] to Logger[ROOT]
12:05:19 12:05:19,555 |-INFO in ch.qos.logback.core.model.processor.DefaultProcessor@1e6060f1 - End of configuration.
12:05:19 12:05:19,557 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@7e49ded - Registering current configuration as safe fallback point
12:05:19 12:05:19,557 |-INFO in ch.qos.logback.classic.util.ContextInitializer@1e40fbb3 - ch.qos.logback.classic.util.DefaultJoranConfigurator.configure() call lasted 298 milliseconds. ExecutionStatus=DO_NOT_INVOKE_NEXT_IF_ANY
12:05:19 
12:05:19 lifecycle.test-compile:
12:05:19 Deleting: /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/_omero_build_1521141189.tmp
12:05:19 Deleting: /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/OmeroJava-test.xml
12:05:19 :: loading settings :: file = /home/omero/workspace/OMERO-test-integration/src/etc/ivysettings.xml
12:05:19 :: delivering :: omero#OmeroJava-test;working@bdaf9f08f5d1 :: 5.6.3-529-cb99513754-ice36-ice36 :: integration :: Tue Dec 10 12:05:16 UTC 2024
12:05:19 	delivering ivy file to /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/OmeroJava-test.xml
12:05:19 :: publishing :: omero#OmeroJava-test
12:05:19 	published OmeroJava-test to /home/omero/workspace/OMERO-test-integration/src/target/test-repository/OmeroJava-test-5.6.3-529-cb99513754-ice36-ice36.jar
12:05:19 	published ivy to /home/omero/workspace/OMERO-test-integration/src/target/test-repository/OmeroJava-test-5.6.3-529-cb99513754-ice36-ice36.xml
12:05:19 
12:05:19 broken:
12:05:19 OpenJDK 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0
12:05:20 12:05:20,089 |-INFO in ch.qos.logback.classic.LoggerContext[default] - This is logback-classic version 1.3.14
12:05:20 12:05:20,092 |-INFO in ch.qos.logback.classic.util.ContextInitializer@3febb011 - No custom configurators were discovered as a service.
12:05:20 12:05:20,092 |-INFO in ch.qos.logback.classic.util.ContextInitializer@3febb011 - Trying to configure with ch.qos.logback.classic.joran.SerializedModelConfigurator
12:05:20 12:05:20,093 |-INFO in ch.qos.logback.classic.util.ContextInitializer@3febb011 - Constructed configurator of type class ch.qos.logback.classic.joran.SerializedModelConfigurator
12:05:20 12:05:20,094 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.scmo]
12:05:20 12:05:20,094 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.scmo]
12:05:20 12:05:20,095 |-INFO in ch.qos.logback.classic.util.ContextInitializer@3febb011 - ch.qos.logback.classic.joran.SerializedModelConfigurator.configure() call lasted 2 milliseconds. ExecutionStatus=INVOKE_NEXT_IF_ANY
12:05:20 12:05:20,095 |-INFO in ch.qos.logback.classic.util.ContextInitializer@3febb011 - Trying to configure with ch.qos.logback.classic.util.DefaultJoranConfigurator
12:05:20 12:05:20,095 |-INFO in ch.qos.logback.classic.util.ContextInitializer@3febb011 - Constructed configurator of type class ch.qos.logback.classic.util.DefaultJoranConfigurator
12:05:20 12:05:20,096 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
12:05:20 12:05:20,096 |-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]
12:05:20 12:05:20,097 |-WARN in ch.qos.logback.classic.util.DefaultJoranConfigurator@10e31a9a - Resource [logback.xml] occurs multiple times on the classpath.
12:05:20 12:05:20,097 |-WARN in ch.qos.logback.classic.util.DefaultJoranConfigurator@10e31a9a - Resource [logback.xml] occurs at [file:/home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/classes/logback.xml]
12:05:20 12:05:20,097 |-WARN in ch.qos.logback.classic.util.DefaultJoranConfigurator@10e31a9a - Resource [logback.xml] occurs at [file:/home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/generated/resources/logback.xml]
12:05:20 12:05:20,270 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [stderr]
12:05:20 12:05:20,270 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
12:05:20 12:05:20,276 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
12:05:20 12:05:20,277 |-WARN in ch.qos.logback.classic.encoder.PatternLayoutEncoder@131774fe - As of version 1.2.0 "immediateFlush" property should be set within the enclosing Appender.
12:05:20 12:05:20,277 |-WARN in ch.qos.logback.classic.encoder.PatternLayoutEncoder@131774fe - Please move "immediateFlush" property into the enclosing appender.
12:05:20 12:05:20,300 |-WARN in ch.qos.logback.classic.encoder.PatternLayoutEncoder@131774fe - Setting the "immediateFlush" property of the enclosing appender to true
12:05:20 12:05:20,301 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [velocity] to ERROR
12:05:20 12:05:20,301 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org] to ERROR
12:05:20 12:05:20,301 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [ome] to ERROR
12:05:20 12:05:20,301 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [loci] to ERROR
12:05:20 12:05:20,301 |-INFO in ch.qos.logback.classic.model.processor.RootLoggerModelHandler - Setting level of ROOT logger to WARN
12:05:20 12:05:20,301 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [stderr] to Logger[ROOT]
12:05:20 12:05:20,301 |-INFO in ch.qos.logback.core.model.processor.DefaultProcessor@158d2680 - End of configuration.
12:05:20 12:05:20,302 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@77847718 - Registering current configuration as safe fallback point
12:05:20 12:05:20,302 |-INFO in ch.qos.logback.classic.util.ContextInitializer@3febb011 - ch.qos.logback.classic.util.DefaultJoranConfigurator.configure() call lasted 207 milliseconds. ExecutionStatus=DO_NOT_INVOKE_NEXT_IF_ANY
12:05:21 Dec 10, 2024 12:05:21 PM ome.system.OmeroContext prepareRefresh
12:05:21 INFO: Refreshing ome.system.OmeroContext@9fec931: startup date [Tue Dec 10 12:05:21 UTC 2024]; root of context hierarchy
12:05:21 Dec 10, 2024 12:05:21 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
12:05:21 INFO: Loading XML bean definitions from class path resource [ome/config.xml]
12:06:50 ===============================================
12:06:50 OmeroJava.integration
12:06:50 Total tests run: 43, Passes: 2, Failures: 41, Skips: 0
12:06:50 ===============================================
12:06:50 The tests failed.
12:06:50 
12:06:50 BUILD SUCCESSFUL
12:06:50 Total time: 1 minute 34 seconds
12:06:50 + deactivate
12:06:50 + '[' -n /opt/ice-3.6.5/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin ']'
12:06:50 + PATH=/opt/ice-3.6.5/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
12:06:50 + export PATH
12:06:50 + unset _OLD_VIRTUAL_PATH
12:06:50 + '[' -n '' ']'
12:06:50 + '[' -n /bin/bash -o -n '' ']'
12:06:50 + hash -r
12:06:50 + '[' -n '' ']'
12:06:50 + unset VIRTUAL_ENV
12:06:50 + '[' '!' '' = nondestructive ']'
12:06:50 + unset -f deactivate
12:06:50 Recording test results
12:06:51 [Checks API] No suitable checks publisher found.
12:06:51 TestNG Reports Processing: START
12:06:51 Looking for TestNG results report in workspace using pattern: **/OmeroJava/target/reports/integration/*.xml
12:06:53 Saving reports...
12:06:53 Processing '/var/jenkins_home/jobs/OMERO-test-integration/builds/251/testng/testng-results.xml'
12:06:53 TestNG Reports Processing: FINISH
12:06:53 Finished: SUCCESS