Skip to content

Console Output

Started by user devspace
Obtained Jenkinsfile from git https://github.com/jburel/omero-python-superbuild.git
[Pipeline] Start of Pipeline (hide)
[Pipeline] node (hide)
Running on testintegration in /home/omero/workspace/OMERO-python-superbuild-build
[Pipeline] { (hide)
[Pipeline] stage (hide)
[Pipeline] { (Declarative: Checkout SCM) (hide)
[Pipeline] checkout (hide)
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Avoid second fetch
Checking out Revision f47798f80efe3bc5b153e6a499cb55c42ace2869 (origin/merge_ci)
Commit message: "Replace python3 by python3.11"
First time build. Skipping changelog.
Using shallow submodule update with depth 1
Cloning repository https://github.com/jburel/omero-python-superbuild.git
 > git init /home/omero/workspace/OMERO-python-superbuild-build # timeout=10
Fetching upstream changes from https://github.com/jburel/omero-python-superbuild.git
 > git --version # timeout=10
 > git --version # 'git version 2.43.5'
 > git fetch --tags --force --progress -- https://github.com/jburel/omero-python-superbuild.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/jburel/omero-python-superbuild.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/merge_ci^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f47798f80efe3bc5b153e6a499cb55c42ace2869 # timeout=10
 > git remote # timeout=10
 > git submodule init # timeout=10
 > git submodule sync # timeout=10
 > git config --get remote.origin.url # timeout=10
 > git submodule init # timeout=10
 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10
 > git config --get submodule.omero-py.url # timeout=10
 > git config -f .gitmodules --get submodule.omero-py.path # timeout=10
 > git config --get submodule.omero-web.url # timeout=10
 > git config -f .gitmodules --get submodule.omero-web.path # timeout=10
 > git config --get submodule.omero-marshal.url # timeout=10
 > git config -f .gitmodules --get submodule.omero-marshal.path # timeout=10
 > git config --get submodule.omero-dropbox.url # timeout=10
 > git config -f .gitmodules --get submodule.omero-dropbox.path # timeout=10
 > git config --get submodule.omero-scripts.url # timeout=10
 > git config -f .gitmodules --get submodule.omero-scripts.path # timeout=10
 > git submodule update --init --recursive --depth=1 omero-py # timeout=10
 > git submodule update --init --recursive --depth=1 omero-web # timeout=10
 > git submodule update --init --recursive --depth=1 omero-marshal # timeout=10
 > git submodule update --init --recursive --depth=1 omero-dropbox # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv (hide)
[Pipeline] { (hide)
[Pipeline] withEnv (hide)
[Pipeline] { (hide)
[Pipeline] stage (hide)
[Pipeline] { (Versions) (hide)
[Pipeline] copyArtifacts (hide)
Copied 2 artifacts from "OMERO-build-build" build number 383
[Pipeline] sh (hide)
+ mkdir /home/omero/workspace/OMERO-python-superbuild-build/build
+ cd /home/omero/workspace/OMERO-python-superbuild-build/build
+ curl -sfL https://github.com/ome/build-infra/archive/master.tar.gz
+ tar -zxf -
 > git submodule update --init --recursive --depth=1 omero-scripts # timeout=10
+ export PATH=/opt/ice-3.6.5/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/omero/workspace/OMERO-python-superbuild-build/build/build-infra-master/
+ PATH=/opt/ice-3.6.5/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/omero/workspace/OMERO-python-superbuild-build/build/build-infra-master/
+ cd ..
+ find . -name version.properties -exec cp '{}' . ';'
cp: './version.properties' and './version.properties' are the same file
+ test -e version.properties
+ export VERSION_PROPERTIES=/home/omero/workspace/OMERO-python-superbuild-build/version.properties
+ VERSION_PROPERTIES=/home/omero/workspace/OMERO-python-superbuild-build/version.properties
+ export ZIP_FILE=/home/omero/workspace/OMERO-python-superbuild-build/omero-blitz-VERSION-python.zip
+ ZIP_FILE=/home/omero/workspace/OMERO-python-superbuild-build/omero-blitz-VERSION-python.zip
+ foreach-get-version-as-property
Traceback (most recent call last):
  File "/home/omero/workspace/OMERO-python-superbuild-build/omero-dropbox/setup.py", line 15, in <module>
    from setuptools import setup
ModuleNotFoundError: No module named 'setuptools'
Traceback (most recent call last):
  File "/home/omero/workspace/OMERO-python-superbuild-build/omero-dropbox/setup.py", line 15, in <module>
    from setuptools import setup
ModuleNotFoundError: No module named 'setuptools'
Traceback (most recent call last):
  File "/home/omero/workspace/OMERO-python-superbuild-build/omero-marshal/setup.py", line 3, in <module>
    from setuptools import setup, find_packages
ModuleNotFoundError: No module named 'setuptools'
Traceback (most recent call last):
  File "/home/omero/workspace/OMERO-python-superbuild-build/omero-marshal/setup.py", line 3, in <module>
    from setuptools import setup, find_packages
ModuleNotFoundError: No module named 'setuptools'
Traceback (most recent call last):
  File "/home/omero/workspace/OMERO-python-superbuild-build/omero-py/setup.py", line 14, in <module>
    from setuptools import (
ModuleNotFoundError: No module named 'setuptools'
Traceback (most recent call last):
  File "/home/omero/workspace/OMERO-python-superbuild-build/omero-py/setup.py", line 14, in <module>
    from setuptools import (
ModuleNotFoundError: No module named 'setuptools'
Traceback (most recent call last):
  File "/home/omero/workspace/OMERO-python-superbuild-build/omero-scripts/setup.py", line 3, in <module>
    from setuptools import setup
ModuleNotFoundError: No module named 'setuptools'
Traceback (most recent call last):
  File "/home/omero/workspace/OMERO-python-superbuild-build/omero-scripts/setup.py", line 3, in <module>
    from setuptools import setup
ModuleNotFoundError: No module named 'setuptools'
Traceback (most recent call last):
  File "/home/omero/workspace/OMERO-python-superbuild-build/omero-web/setup.py", line 14, in <module>
    from setuptools import setup, find_packages
ModuleNotFoundError: No module named 'setuptools'
Traceback (most recent call last):
  File "/home/omero/workspace/OMERO-python-superbuild-build/omero-web/setup.py", line 14, in <module>
    from setuptools import setup, find_packages
ModuleNotFoundError: No module named 'setuptools'
[Pipeline] archiveArtifacts (hide)
Archiving artifacts
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage (hide)
[Pipeline] { (Build) (hide)
[Pipeline] sh (hide)
+ export VERSION_PROPERTIES=/home/omero/workspace/OMERO-python-superbuild-build/version.properties
+ VERSION_PROPERTIES=/home/omero/workspace/OMERO-python-superbuild-build/version.properties
+ export ZIP_FILE=/home/omero/workspace/OMERO-python-superbuild-build/omero-blitz-VERSION-python.zip
+ ZIP_FILE=/home/omero/workspace/OMERO-python-superbuild-build/omero-blitz-VERSION-python.zip
+ git submodule update --init --recursive
+ git submodule foreach python3.11 -m build
Entering 'omero-dropbox'
* Creating isolated environment: venv+pip...
* Installing packages in isolated environment:
  - setuptools >= 40.8.0
* Getting build dependencies for sdist...
/tmp/build-env-2eimf6gs/lib64/python3.11/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require'
  warnings.warn(msg)
/tmp/build-env-2eimf6gs/lib64/python3.11/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        ********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX license expression:

        License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)

        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************

!!
  self._finalize_license_expression()
running egg_info
creating src/omero_dropbox.egg-info
writing src/omero_dropbox.egg-info/PKG-INFO
writing dependency_links to src/omero_dropbox.egg-info/dependency_links.txt
writing requirements to src/omero_dropbox.egg-info/requires.txt
writing top-level names to src/omero_dropbox.egg-info/top_level.txt
writing manifest file 'src/omero_dropbox.egg-info/SOURCES.txt'
reading manifest file 'src/omero_dropbox.egg-info/SOURCES.txt'
adding license file 'LICENSE.txt'
writing manifest file 'src/omero_dropbox.egg-info/SOURCES.txt'
* Building sdist...
/tmp/build-env-2eimf6gs/lib64/python3.11/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require'
  warnings.warn(msg)
/tmp/build-env-2eimf6gs/lib64/python3.11/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        ********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX license expression:

        License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)

        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************

!!
  self._finalize_license_expression()
running sdist
running egg_info
writing src/omero_dropbox.egg-info/PKG-INFO
writing dependency_links to src/omero_dropbox.egg-info/dependency_links.txt
writing requirements to src/omero_dropbox.egg-info/requires.txt
writing top-level names to src/omero_dropbox.egg-info/top_level.txt
reading manifest file 'src/omero_dropbox.egg-info/SOURCES.txt'
adding license file 'LICENSE.txt'
writing manifest file 'src/omero_dropbox.egg-info/SOURCES.txt'
running check
creating omero_dropbox-5.7.1.dev0
creating omero_dropbox-5.7.1.dev0/src
creating omero_dropbox-5.7.1.dev0/src/omero_dropbox.egg-info
copying files to omero_dropbox-5.7.1.dev0...
copying LICENSE.txt -> omero_dropbox-5.7.1.dev0
copying README.rst -> omero_dropbox-5.7.1.dev0
copying setup.py -> omero_dropbox-5.7.1.dev0
copying src/fsAbstractPlatformMonitor.py -> omero_dropbox-5.7.1.dev0/src
copying src/fsDirectory.py -> omero_dropbox-5.7.1.dev0/src
copying src/fsDropBox.py -> omero_dropbox-5.7.1.dev0/src
copying src/fsDropBoxMonitorClient.py -> omero_dropbox-5.7.1.dev0/src
copying src/fsFileServer.py -> omero_dropbox-5.7.1.dev0/src
copying src/fsLists.py -> omero_dropbox-5.7.1.dev0/src
copying src/fsMac-10-5-Monitor.py -> omero_dropbox-5.7.1.dev0/src
copying src/fsMonitor.py -> omero_dropbox-5.7.1.dev0/src
copying src/fsMonitorServer.py -> omero_dropbox-5.7.1.dev0/src
copying src/fsNotificationScheduler.py -> omero_dropbox-5.7.1.dev0/src
copying src/fsPyinotifyMonitor.py -> omero_dropbox-5.7.1.dev0/src
copying src/fsServerFS.py -> omero_dropbox-5.7.1.dev0/src
copying src/fsServerMS.py -> omero_dropbox-5.7.1.dev0/src
copying src/fsUtil.py -> omero_dropbox-5.7.1.dev0/src
copying src/fsWin-XP-Monitor.py -> omero_dropbox-5.7.1.dev0/src
copying src/omero_dropbox.egg-info/PKG-INFO -> omero_dropbox-5.7.1.dev0/src/omero_dropbox.egg-info
copying src/omero_dropbox.egg-info/SOURCES.txt -> omero_dropbox-5.7.1.dev0/src/omero_dropbox.egg-info
copying src/omero_dropbox.egg-info/dependency_links.txt -> omero_dropbox-5.7.1.dev0/src/omero_dropbox.egg-info
copying src/omero_dropbox.egg-info/requires.txt -> omero_dropbox-5.7.1.dev0/src/omero_dropbox.egg-info
copying src/omero_dropbox.egg-info/top_level.txt -> omero_dropbox-5.7.1.dev0/src/omero_dropbox.egg-info
copying src/omero_dropbox.egg-info/SOURCES.txt -> omero_dropbox-5.7.1.dev0/src/omero_dropbox.egg-info
Writing omero_dropbox-5.7.1.dev0/setup.cfg
Creating tar archive
removing 'omero_dropbox-5.7.1.dev0' (and everything under it)
* Building wheel from sdist
* Creating isolated environment: venv+pip...
* Installing packages in isolated environment:
  - setuptools >= 40.8.0
* Getting build dependencies for wheel...
/tmp/build-env-5qoj8zi5/lib64/python3.11/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require'
  warnings.warn(msg)
/tmp/build-env-5qoj8zi5/lib64/python3.11/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        ********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX license expression:

        License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)

        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************

!!
  self._finalize_license_expression()
running egg_info
writing src/omero_dropbox.egg-info/PKG-INFO
writing dependency_links to src/omero_dropbox.egg-info/dependency_links.txt
writing requirements to src/omero_dropbox.egg-info/requires.txt
writing top-level names to src/omero_dropbox.egg-info/top_level.txt
reading manifest file 'src/omero_dropbox.egg-info/SOURCES.txt'
adding license file 'LICENSE.txt'
writing manifest file 'src/omero_dropbox.egg-info/SOURCES.txt'
* Building wheel...
/tmp/build-env-5qoj8zi5/lib64/python3.11/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require'
  warnings.warn(msg)
/tmp/build-env-5qoj8zi5/lib64/python3.11/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        ********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX license expression:

        License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)

        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************

!!
  self._finalize_license_expression()
running bdist_wheel
running build
running build_py
creating build/lib
copying src/fsAbstractPlatformMonitor.py -> build/lib
copying src/fsDirectory.py -> build/lib
copying src/fsDropBox.py -> build/lib
copying src/fsDropBoxMonitorClient.py -> build/lib
copying src/fsFileServer.py -> build/lib
copying src/fsLists.py -> build/lib
copying src/fsMac-10-5-Monitor.py -> build/lib
copying src/fsMonitor.py -> build/lib
copying src/fsMonitorServer.py -> build/lib
copying src/fsNotificationScheduler.py -> build/lib
copying src/fsPyinotifyMonitor.py -> build/lib
copying src/fsServerFS.py -> build/lib
copying src/fsServerMS.py -> build/lib
copying src/fsUtil.py -> build/lib
copying src/fsWin-XP-Monitor.py -> build/lib
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64/wheel
copying build/lib/fsAbstractPlatformMonitor.py -> build/bdist.linux-x86_64/wheel/.
copying build/lib/fsDirectory.py -> build/bdist.linux-x86_64/wheel/.
copying build/lib/fsDropBox.py -> build/bdist.linux-x86_64/wheel/.
copying build/lib/fsDropBoxMonitorClient.py -> build/bdist.linux-x86_64/wheel/.
copying build/lib/fsFileServer.py -> build/bdist.linux-x86_64/wheel/.
copying build/lib/fsLists.py -> build/bdist.linux-x86_64/wheel/.
copying build/lib/fsMac-10-5-Monitor.py -> build/bdist.linux-x86_64/wheel/.
copying build/lib/fsMonitor.py -> build/bdist.linux-x86_64/wheel/.
copying build/lib/fsMonitorServer.py -> build/bdist.linux-x86_64/wheel/.
copying build/lib/fsNotificationScheduler.py -> build/bdist.linux-x86_64/wheel/.
copying build/lib/fsPyinotifyMonitor.py -> build/bdist.linux-x86_64/wheel/.
copying build/lib/fsServerFS.py -> build/bdist.linux-x86_64/wheel/.
copying build/lib/fsServerMS.py -> build/bdist.linux-x86_64/wheel/.
copying build/lib/fsUtil.py -> build/bdist.linux-x86_64/wheel/.
copying build/lib/fsWin-XP-Monitor.py -> build/bdist.linux-x86_64/wheel/.
running install_egg_info
running egg_info
writing src/omero_dropbox.egg-info/PKG-INFO
writing dependency_links to src/omero_dropbox.egg-info/dependency_links.txt
writing requirements to src/omero_dropbox.egg-info/requires.txt
writing top-level names to src/omero_dropbox.egg-info/top_level.txt
reading manifest file 'src/omero_dropbox.egg-info/SOURCES.txt'
adding license file 'LICENSE.txt'
writing manifest file 'src/omero_dropbox.egg-info/SOURCES.txt'
Copying src/omero_dropbox.egg-info to build/bdist.linux-x86_64/wheel/./omero_dropbox-5.7.1.dev0-py3.11.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/omero_dropbox-5.7.1.dev0.dist-info/WHEEL
creating '/home/omero/workspace/OMERO-python-superbuild-build/omero-dropbox/dist/.tmp-bxizfe6a/omero_dropbox-5.7.1.dev0-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'fsAbstractPlatformMonitor.py'
adding 'fsDirectory.py'
adding 'fsDropBox.py'
adding 'fsDropBoxMonitorClient.py'
adding 'fsFileServer.py'
adding 'fsLists.py'
adding 'fsMac-10-5-Monitor.py'
adding 'fsMonitor.py'
adding 'fsMonitorServer.py'
adding 'fsNotificationScheduler.py'
adding 'fsPyinotifyMonitor.py'
adding 'fsServerFS.py'
adding 'fsServerMS.py'
adding 'fsUtil.py'
adding 'fsWin-XP-Monitor.py'
adding 'omero_dropbox-5.7.1.dev0.dist-info/licenses/LICENSE.txt'
adding 'omero_dropbox-5.7.1.dev0.dist-info/METADATA'
adding 'omero_dropbox-5.7.1.dev0.dist-info/WHEEL'
adding 'omero_dropbox-5.7.1.dev0.dist-info/top_level.txt'
adding 'omero_dropbox-5.7.1.dev0.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built omero_dropbox-5.7.1.dev0.tar.gz and omero_dropbox-5.7.1.dev0-py3-none-any.whl
Entering 'omero-marshal'
* Creating isolated environment: venv+pip...
* Installing packages in isolated environment:
  - setuptools >= 40.8.0
* Getting build dependencies for sdist...
/tmp/build-env-5lfe9olt/lib64/python3.11/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require'
  warnings.warn(msg)
/tmp/build-env-5lfe9olt/lib64/python3.11/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        ********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX license expression:

        License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)

        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************

!!
  self._finalize_license_expression()
running egg_info
creating omero_marshal.egg-info
writing omero_marshal.egg-info/PKG-INFO
writing dependency_links to omero_marshal.egg-info/dependency_links.txt
writing top-level names to omero_marshal.egg-info/top_level.txt
writing manifest file 'omero_marshal.egg-info/SOURCES.txt'
reading manifest file 'omero_marshal.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE.txt'
writing manifest file 'omero_marshal.egg-info/SOURCES.txt'
* Building sdist...
/tmp/build-env-5lfe9olt/lib64/python3.11/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require'
  warnings.warn(msg)
/tmp/build-env-5lfe9olt/lib64/python3.11/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        ********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX license expression:

        License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)

        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************

!!
  self._finalize_license_expression()
running sdist
running egg_info
writing omero_marshal.egg-info/PKG-INFO
writing dependency_links to omero_marshal.egg-info/dependency_links.txt
writing top-level names to omero_marshal.egg-info/top_level.txt
reading manifest file 'omero_marshal.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE.txt'
writing manifest file 'omero_marshal.egg-info/SOURCES.txt'
running check
creating omero_marshal-0.9.1.dev0
creating omero_marshal-0.9.1.dev0/omero_marshal
creating omero_marshal-0.9.1.dev0/omero_marshal.egg-info
creating omero_marshal-0.9.1.dev0/omero_marshal/decode
creating omero_marshal-0.9.1.dev0/omero_marshal/decode/decoders
creating omero_marshal-0.9.1.dev0/omero_marshal/encode
creating omero_marshal-0.9.1.dev0/omero_marshal/encode/encoders
creating omero_marshal-0.9.1.dev0/omero_marshal/legacy
copying files to omero_marshal-0.9.1.dev0...
copying LICENSE.txt -> omero_marshal-0.9.1.dev0
copying MANIFEST.in -> omero_marshal-0.9.1.dev0
copying README.rst -> omero_marshal-0.9.1.dev0
copying requirements-dev.txt -> omero_marshal-0.9.1.dev0
copying requirements.txt -> omero_marshal-0.9.1.dev0
copying setup.py -> omero_marshal-0.9.1.dev0
copying omero_marshal/__init__.py -> omero_marshal-0.9.1.dev0/omero_marshal
copying omero_marshal.egg-info/PKG-INFO -> omero_marshal-0.9.1.dev0/omero_marshal.egg-info
copying omero_marshal.egg-info/SOURCES.txt -> omero_marshal-0.9.1.dev0/omero_marshal.egg-info
copying omero_marshal.egg-info/dependency_links.txt -> omero_marshal-0.9.1.dev0/omero_marshal.egg-info
copying omero_marshal.egg-info/top_level.txt -> omero_marshal-0.9.1.dev0/omero_marshal.egg-info
copying omero_marshal.egg-info/zip-safe -> omero_marshal-0.9.1.dev0/omero_marshal.egg-info
copying omero_marshal/decode/__init__.py -> omero_marshal-0.9.1.dev0/omero_marshal/decode
copying omero_marshal/decode/decoders/__init__.py -> omero_marshal-0.9.1.dev0/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/acquisitionmode.py -> omero_marshal-0.9.1.dev0/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/affinetransform.py -> omero_marshal-0.9.1.dev0/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/annotation.py -> omero_marshal-0.9.1.dev0/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/boolean_annotation.py -> omero_marshal-0.9.1.dev0/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/channel.py -> omero_marshal-0.9.1.dev0/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/checksum_algorithm.py -> omero_marshal-0.9.1.dev0/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/comment_annotation.py -> omero_marshal-0.9.1.dev0/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/contrastmethod.py -> omero_marshal-0.9.1.dev0/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/dataset.py -> omero_marshal-0.9.1.dev0/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/details.py -> omero_marshal-0.9.1.dev0/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/dimensionorder.py -> omero_marshal-0.9.1.dev0/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/double_annotation.py -> omero_marshal-0.9.1.dev0/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/ellipse.py -> omero_marshal-0.9.1.dev0/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/enum.py -> omero_marshal-0.9.1.dev0/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/experimenter.py -> omero_marshal-0.9.1.dev0/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/experimentergroup.py -> omero_marshal-0.9.1.dev0/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/externalinfo.py -> omero_marshal-0.9.1.dev0/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/file_annotation.py -> omero_marshal-0.9.1.dev0/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/format.py -> omero_marshal-0.9.1.dev0/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/illumination.py -> omero_marshal-0.9.1.dev0/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/image.py -> omero_marshal-0.9.1.dev0/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/label.py -> omero_marshal-0.9.1.dev0/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/line.py -> omero_marshal-0.9.1.dev0/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/long_annotation.py -> omero_marshal-0.9.1.dev0/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/map_annotation.py -> omero_marshal-0.9.1.dev0/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/mask.py -> omero_marshal-0.9.1.dev0/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/original_file.py -> omero_marshal-0.9.1.dev0/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/permissions.py -> omero_marshal-0.9.1.dev0/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/photometricinterpretation.py -> omero_marshal-0.9.1.dev0/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/pixels.py -> omero_marshal-0.9.1.dev0/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/pixelstype.py -> omero_marshal-0.9.1.dev0/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/plate.py -> omero_marshal-0.9.1.dev0/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/plateacquisition.py -> omero_marshal-0.9.1.dev0/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/point.py -> omero_marshal-0.9.1.dev0/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/polygon.py -> omero_marshal-0.9.1.dev0/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/polyline.py -> omero_marshal-0.9.1.dev0/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/project.py -> omero_marshal-0.9.1.dev0/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/rectangle.py -> omero_marshal-0.9.1.dev0/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/roi.py -> omero_marshal-0.9.1.dev0/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/screen.py -> omero_marshal-0.9.1.dev0/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/shape.py -> omero_marshal-0.9.1.dev0/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/tag_annotation.py -> omero_marshal-0.9.1.dev0/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/term_annotation.py -> omero_marshal-0.9.1.dev0/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/text_annotation.py -> omero_marshal-0.9.1.dev0/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/timestamp_annotation.py -> omero_marshal-0.9.1.dev0/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/well.py -> omero_marshal-0.9.1.dev0/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/wellsample.py -> omero_marshal-0.9.1.dev0/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/xml_annotation.py -> omero_marshal-0.9.1.dev0/omero_marshal/decode/decoders
copying omero_marshal/encode/__init__.py -> omero_marshal-0.9.1.dev0/omero_marshal/encode
copying omero_marshal/encode/encoders/__init__.py -> omero_marshal-0.9.1.dev0/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/acquisitionmode.py -> omero_marshal-0.9.1.dev0/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/affinetransform.py -> omero_marshal-0.9.1.dev0/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/annotation.py -> omero_marshal-0.9.1.dev0/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/boolean_annotation.py -> omero_marshal-0.9.1.dev0/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/channel.py -> omero_marshal-0.9.1.dev0/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/checksum_algorithm.py -> omero_marshal-0.9.1.dev0/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/comment_annotation.py -> omero_marshal-0.9.1.dev0/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/contrastmethod.py -> omero_marshal-0.9.1.dev0/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/dataset.py -> omero_marshal-0.9.1.dev0/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/details.py -> omero_marshal-0.9.1.dev0/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/dimensionorder.py -> omero_marshal-0.9.1.dev0/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/double_annotation.py -> omero_marshal-0.9.1.dev0/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/ellipse.py -> omero_marshal-0.9.1.dev0/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/enum.py -> omero_marshal-0.9.1.dev0/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/experimenter.py -> omero_marshal-0.9.1.dev0/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/experimentergroup.py -> omero_marshal-0.9.1.dev0/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/externalinfo.py -> omero_marshal-0.9.1.dev0/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/file_annotation.py -> omero_marshal-0.9.1.dev0/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/format.py -> omero_marshal-0.9.1.dev0/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/illumination.py -> omero_marshal-0.9.1.dev0/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/image.py -> omero_marshal-0.9.1.dev0/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/label.py -> omero_marshal-0.9.1.dev0/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/line.py -> omero_marshal-0.9.1.dev0/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/long_annotation.py -> omero_marshal-0.9.1.dev0/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/map_annotation.py -> omero_marshal-0.9.1.dev0/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/mask.py -> omero_marshal-0.9.1.dev0/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/original_file.py -> omero_marshal-0.9.1.dev0/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/permissions.py -> omero_marshal-0.9.1.dev0/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/photometricinterpretation.py -> omero_marshal-0.9.1.dev0/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/pixels.py -> omero_marshal-0.9.1.dev0/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/pixelstype.py -> omero_marshal-0.9.1.dev0/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/plate.py -> omero_marshal-0.9.1.dev0/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/plateacquisition.py -> omero_marshal-0.9.1.dev0/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/point.py -> omero_marshal-0.9.1.dev0/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/polygon.py -> omero_marshal-0.9.1.dev0/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/polyline.py -> omero_marshal-0.9.1.dev0/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/project.py -> omero_marshal-0.9.1.dev0/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/rectangle.py -> omero_marshal-0.9.1.dev0/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/roi.py -> omero_marshal-0.9.1.dev0/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/screen.py -> omero_marshal-0.9.1.dev0/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/shape.py -> omero_marshal-0.9.1.dev0/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/tag_annotation.py -> omero_marshal-0.9.1.dev0/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/term_annotation.py -> omero_marshal-0.9.1.dev0/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/text_annotation.py -> omero_marshal-0.9.1.dev0/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/timestamp_annotation.py -> omero_marshal-0.9.1.dev0/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/well.py -> omero_marshal-0.9.1.dev0/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/wellsample.py -> omero_marshal-0.9.1.dev0/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/xml_annotation.py -> omero_marshal-0.9.1.dev0/omero_marshal/encode/encoders
copying omero_marshal/legacy/__init__.py -> omero_marshal-0.9.1.dev0/omero_marshal/legacy
copying omero_marshal/legacy/affinetransform.py -> omero_marshal-0.9.1.dev0/omero_marshal/legacy
copying omero_marshal.egg-info/SOURCES.txt -> omero_marshal-0.9.1.dev0/omero_marshal.egg-info
Writing omero_marshal-0.9.1.dev0/setup.cfg
Creating tar archive
removing 'omero_marshal-0.9.1.dev0' (and everything under it)
* Building wheel from sdist
* Creating isolated environment: venv+pip...
* Installing packages in isolated environment:
  - setuptools >= 40.8.0
* Getting build dependencies for wheel...
/tmp/build-env-g59lyxa5/lib64/python3.11/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require'
  warnings.warn(msg)
/tmp/build-env-g59lyxa5/lib64/python3.11/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        ********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX license expression:

        License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)

        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************

!!
  self._finalize_license_expression()
running egg_info
writing omero_marshal.egg-info/PKG-INFO
writing dependency_links to omero_marshal.egg-info/dependency_links.txt
writing top-level names to omero_marshal.egg-info/top_level.txt
reading manifest file 'omero_marshal.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE.txt'
writing manifest file 'omero_marshal.egg-info/SOURCES.txt'
* Building wheel...
/tmp/build-env-g59lyxa5/lib64/python3.11/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require'
  warnings.warn(msg)
/tmp/build-env-g59lyxa5/lib64/python3.11/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        ********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX license expression:

        License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)

        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************

!!
  self._finalize_license_expression()
running bdist_wheel
running build
running build_py
creating build/lib/omero_marshal
copying omero_marshal/__init__.py -> build/lib/omero_marshal
creating build/lib/omero_marshal/decode
copying omero_marshal/decode/__init__.py -> build/lib/omero_marshal/decode
creating build/lib/omero_marshal/encode
copying omero_marshal/encode/__init__.py -> build/lib/omero_marshal/encode
creating build/lib/omero_marshal/legacy
copying omero_marshal/legacy/__init__.py -> build/lib/omero_marshal/legacy
copying omero_marshal/legacy/affinetransform.py -> build/lib/omero_marshal/legacy
creating build/lib/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/__init__.py -> build/lib/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/acquisitionmode.py -> build/lib/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/affinetransform.py -> build/lib/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/annotation.py -> build/lib/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/boolean_annotation.py -> build/lib/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/channel.py -> build/lib/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/checksum_algorithm.py -> build/lib/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/comment_annotation.py -> build/lib/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/contrastmethod.py -> build/lib/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/dataset.py -> build/lib/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/details.py -> build/lib/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/dimensionorder.py -> build/lib/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/double_annotation.py -> build/lib/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/ellipse.py -> build/lib/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/enum.py -> build/lib/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/experimenter.py -> build/lib/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/experimentergroup.py -> build/lib/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/externalinfo.py -> build/lib/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/file_annotation.py -> build/lib/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/format.py -> build/lib/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/illumination.py -> build/lib/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/image.py -> build/lib/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/label.py -> build/lib/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/line.py -> build/lib/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/long_annotation.py -> build/lib/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/map_annotation.py -> build/lib/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/mask.py -> build/lib/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/original_file.py -> build/lib/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/permissions.py -> build/lib/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/photometricinterpretation.py -> build/lib/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/pixels.py -> build/lib/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/pixelstype.py -> build/lib/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/plate.py -> build/lib/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/plateacquisition.py -> build/lib/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/point.py -> build/lib/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/polygon.py -> build/lib/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/polyline.py -> build/lib/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/project.py -> build/lib/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/rectangle.py -> build/lib/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/roi.py -> build/lib/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/screen.py -> build/lib/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/shape.py -> build/lib/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/tag_annotation.py -> build/lib/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/term_annotation.py -> build/lib/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/text_annotation.py -> build/lib/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/timestamp_annotation.py -> build/lib/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/well.py -> build/lib/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/wellsample.py -> build/lib/omero_marshal/decode/decoders
copying omero_marshal/decode/decoders/xml_annotation.py -> build/lib/omero_marshal/decode/decoders
creating build/lib/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/__init__.py -> build/lib/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/acquisitionmode.py -> build/lib/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/affinetransform.py -> build/lib/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/annotation.py -> build/lib/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/boolean_annotation.py -> build/lib/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/channel.py -> build/lib/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/checksum_algorithm.py -> build/lib/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/comment_annotation.py -> build/lib/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/contrastmethod.py -> build/lib/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/dataset.py -> build/lib/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/details.py -> build/lib/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/dimensionorder.py -> build/lib/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/double_annotation.py -> build/lib/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/ellipse.py -> build/lib/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/enum.py -> build/lib/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/experimenter.py -> build/lib/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/experimentergroup.py -> build/lib/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/externalinfo.py -> build/lib/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/file_annotation.py -> build/lib/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/format.py -> build/lib/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/illumination.py -> build/lib/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/image.py -> build/lib/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/label.py -> build/lib/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/line.py -> build/lib/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/long_annotation.py -> build/lib/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/map_annotation.py -> build/lib/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/mask.py -> build/lib/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/original_file.py -> build/lib/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/permissions.py -> build/lib/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/photometricinterpretation.py -> build/lib/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/pixels.py -> build/lib/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/pixelstype.py -> build/lib/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/plate.py -> build/lib/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/plateacquisition.py -> build/lib/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/point.py -> build/lib/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/polygon.py -> build/lib/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/polyline.py -> build/lib/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/project.py -> build/lib/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/rectangle.py -> build/lib/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/roi.py -> build/lib/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/screen.py -> build/lib/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/shape.py -> build/lib/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/tag_annotation.py -> build/lib/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/term_annotation.py -> build/lib/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/text_annotation.py -> build/lib/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/timestamp_annotation.py -> build/lib/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/well.py -> build/lib/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/wellsample.py -> build/lib/omero_marshal/encode/encoders
copying omero_marshal/encode/encoders/xml_annotation.py -> build/lib/omero_marshal/encode/encoders
running egg_info
writing omero_marshal.egg-info/PKG-INFO
writing dependency_links to omero_marshal.egg-info/dependency_links.txt
writing top-level names to omero_marshal.egg-info/top_level.txt
reading manifest file 'omero_marshal.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE.txt'
writing manifest file 'omero_marshal.egg-info/SOURCES.txt'
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/omero_marshal
copying build/lib/omero_marshal/__init__.py -> build/bdist.linux-x86_64/wheel/./omero_marshal
creating build/bdist.linux-x86_64/wheel/omero_marshal/decode
copying build/lib/omero_marshal/decode/__init__.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/decode
creating build/bdist.linux-x86_64/wheel/omero_marshal/decode/decoders
copying build/lib/omero_marshal/decode/decoders/__init__.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/decode/decoders
copying build/lib/omero_marshal/decode/decoders/acquisitionmode.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/decode/decoders
copying build/lib/omero_marshal/decode/decoders/affinetransform.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/decode/decoders
copying build/lib/omero_marshal/decode/decoders/annotation.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/decode/decoders
copying build/lib/omero_marshal/decode/decoders/boolean_annotation.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/decode/decoders
copying build/lib/omero_marshal/decode/decoders/channel.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/decode/decoders
copying build/lib/omero_marshal/decode/decoders/checksum_algorithm.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/decode/decoders
copying build/lib/omero_marshal/decode/decoders/comment_annotation.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/decode/decoders
copying build/lib/omero_marshal/decode/decoders/contrastmethod.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/decode/decoders
copying build/lib/omero_marshal/decode/decoders/dataset.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/decode/decoders
copying build/lib/omero_marshal/decode/decoders/details.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/decode/decoders
copying build/lib/omero_marshal/decode/decoders/dimensionorder.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/decode/decoders
copying build/lib/omero_marshal/decode/decoders/double_annotation.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/decode/decoders
copying build/lib/omero_marshal/decode/decoders/ellipse.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/decode/decoders
copying build/lib/omero_marshal/decode/decoders/enum.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/decode/decoders
copying build/lib/omero_marshal/decode/decoders/experimenter.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/decode/decoders
copying build/lib/omero_marshal/decode/decoders/experimentergroup.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/decode/decoders
copying build/lib/omero_marshal/decode/decoders/externalinfo.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/decode/decoders
copying build/lib/omero_marshal/decode/decoders/file_annotation.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/decode/decoders
copying build/lib/omero_marshal/decode/decoders/format.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/decode/decoders
copying build/lib/omero_marshal/decode/decoders/illumination.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/decode/decoders
copying build/lib/omero_marshal/decode/decoders/image.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/decode/decoders
copying build/lib/omero_marshal/decode/decoders/label.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/decode/decoders
copying build/lib/omero_marshal/decode/decoders/line.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/decode/decoders
copying build/lib/omero_marshal/decode/decoders/long_annotation.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/decode/decoders
copying build/lib/omero_marshal/decode/decoders/map_annotation.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/decode/decoders
copying build/lib/omero_marshal/decode/decoders/mask.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/decode/decoders
copying build/lib/omero_marshal/decode/decoders/original_file.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/decode/decoders
copying build/lib/omero_marshal/decode/decoders/permissions.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/decode/decoders
copying build/lib/omero_marshal/decode/decoders/photometricinterpretation.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/decode/decoders
copying build/lib/omero_marshal/decode/decoders/pixels.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/decode/decoders
copying build/lib/omero_marshal/decode/decoders/pixelstype.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/decode/decoders
copying build/lib/omero_marshal/decode/decoders/plate.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/decode/decoders
copying build/lib/omero_marshal/decode/decoders/plateacquisition.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/decode/decoders
copying build/lib/omero_marshal/decode/decoders/point.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/decode/decoders
copying build/lib/omero_marshal/decode/decoders/polygon.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/decode/decoders
copying build/lib/omero_marshal/decode/decoders/polyline.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/decode/decoders
copying build/lib/omero_marshal/decode/decoders/project.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/decode/decoders
copying build/lib/omero_marshal/decode/decoders/rectangle.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/decode/decoders
copying build/lib/omero_marshal/decode/decoders/roi.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/decode/decoders
copying build/lib/omero_marshal/decode/decoders/screen.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/decode/decoders
copying build/lib/omero_marshal/decode/decoders/shape.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/decode/decoders
copying build/lib/omero_marshal/decode/decoders/tag_annotation.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/decode/decoders
copying build/lib/omero_marshal/decode/decoders/term_annotation.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/decode/decoders
copying build/lib/omero_marshal/decode/decoders/text_annotation.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/decode/decoders
copying build/lib/omero_marshal/decode/decoders/timestamp_annotation.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/decode/decoders
copying build/lib/omero_marshal/decode/decoders/well.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/decode/decoders
copying build/lib/omero_marshal/decode/decoders/wellsample.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/decode/decoders
copying build/lib/omero_marshal/decode/decoders/xml_annotation.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/decode/decoders
creating build/bdist.linux-x86_64/wheel/omero_marshal/encode
copying build/lib/omero_marshal/encode/__init__.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/encode
creating build/bdist.linux-x86_64/wheel/omero_marshal/encode/encoders
copying build/lib/omero_marshal/encode/encoders/__init__.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/encode/encoders
copying build/lib/omero_marshal/encode/encoders/acquisitionmode.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/encode/encoders
copying build/lib/omero_marshal/encode/encoders/affinetransform.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/encode/encoders
copying build/lib/omero_marshal/encode/encoders/annotation.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/encode/encoders
copying build/lib/omero_marshal/encode/encoders/boolean_annotation.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/encode/encoders
copying build/lib/omero_marshal/encode/encoders/channel.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/encode/encoders
copying build/lib/omero_marshal/encode/encoders/checksum_algorithm.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/encode/encoders
copying build/lib/omero_marshal/encode/encoders/comment_annotation.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/encode/encoders
copying build/lib/omero_marshal/encode/encoders/contrastmethod.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/encode/encoders
copying build/lib/omero_marshal/encode/encoders/dataset.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/encode/encoders
copying build/lib/omero_marshal/encode/encoders/details.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/encode/encoders
copying build/lib/omero_marshal/encode/encoders/dimensionorder.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/encode/encoders
copying build/lib/omero_marshal/encode/encoders/double_annotation.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/encode/encoders
copying build/lib/omero_marshal/encode/encoders/ellipse.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/encode/encoders
copying build/lib/omero_marshal/encode/encoders/enum.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/encode/encoders
copying build/lib/omero_marshal/encode/encoders/experimenter.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/encode/encoders
copying build/lib/omero_marshal/encode/encoders/experimentergroup.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/encode/encoders
copying build/lib/omero_marshal/encode/encoders/externalinfo.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/encode/encoders
copying build/lib/omero_marshal/encode/encoders/file_annotation.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/encode/encoders
copying build/lib/omero_marshal/encode/encoders/format.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/encode/encoders
copying build/lib/omero_marshal/encode/encoders/illumination.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/encode/encoders
copying build/lib/omero_marshal/encode/encoders/image.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/encode/encoders
copying build/lib/omero_marshal/encode/encoders/label.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/encode/encoders
copying build/lib/omero_marshal/encode/encoders/line.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/encode/encoders
copying build/lib/omero_marshal/encode/encoders/long_annotation.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/encode/encoders
copying build/lib/omero_marshal/encode/encoders/map_annotation.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/encode/encoders
copying build/lib/omero_marshal/encode/encoders/mask.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/encode/encoders
copying build/lib/omero_marshal/encode/encoders/original_file.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/encode/encoders
copying build/lib/omero_marshal/encode/encoders/permissions.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/encode/encoders
copying build/lib/omero_marshal/encode/encoders/photometricinterpretation.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/encode/encoders
copying build/lib/omero_marshal/encode/encoders/pixels.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/encode/encoders
copying build/lib/omero_marshal/encode/encoders/pixelstype.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/encode/encoders
copying build/lib/omero_marshal/encode/encoders/plate.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/encode/encoders
copying build/lib/omero_marshal/encode/encoders/plateacquisition.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/encode/encoders
copying build/lib/omero_marshal/encode/encoders/point.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/encode/encoders
copying build/lib/omero_marshal/encode/encoders/polygon.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/encode/encoders
copying build/lib/omero_marshal/encode/encoders/polyline.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/encode/encoders
copying build/lib/omero_marshal/encode/encoders/project.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/encode/encoders
copying build/lib/omero_marshal/encode/encoders/rectangle.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/encode/encoders
copying build/lib/omero_marshal/encode/encoders/roi.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/encode/encoders
copying build/lib/omero_marshal/encode/encoders/screen.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/encode/encoders
copying build/lib/omero_marshal/encode/encoders/shape.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/encode/encoders
copying build/lib/omero_marshal/encode/encoders/tag_annotation.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/encode/encoders
copying build/lib/omero_marshal/encode/encoders/term_annotation.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/encode/encoders
copying build/lib/omero_marshal/encode/encoders/text_annotation.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/encode/encoders
copying build/lib/omero_marshal/encode/encoders/timestamp_annotation.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/encode/encoders
copying build/lib/omero_marshal/encode/encoders/well.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/encode/encoders
copying build/lib/omero_marshal/encode/encoders/wellsample.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/encode/encoders
copying build/lib/omero_marshal/encode/encoders/xml_annotation.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/encode/encoders
creating build/bdist.linux-x86_64/wheel/omero_marshal/legacy
copying build/lib/omero_marshal/legacy/__init__.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/legacy
copying build/lib/omero_marshal/legacy/affinetransform.py -> build/bdist.linux-x86_64/wheel/./omero_marshal/legacy
running install_egg_info
Copying omero_marshal.egg-info to build/bdist.linux-x86_64/wheel/./omero_marshal-0.9.1.dev0-py3.11.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/omero_marshal-0.9.1.dev0.dist-info/WHEEL
creating '/home/omero/workspace/OMERO-python-superbuild-build/omero-marshal/dist/.tmp-8x6loxee/omero_marshal-0.9.1.dev0-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'omero_marshal/__init__.py'
adding 'omero_marshal/decode/__init__.py'
adding 'omero_marshal/decode/decoders/__init__.py'
adding 'omero_marshal/decode/decoders/acquisitionmode.py'
adding 'omero_marshal/decode/decoders/affinetransform.py'
adding 'omero_marshal/decode/decoders/annotation.py'
adding 'omero_marshal/decode/decoders/boolean_annotation.py'
adding 'omero_marshal/decode/decoders/channel.py'
adding 'omero_marshal/decode/decoders/checksum_algorithm.py'
adding 'omero_marshal/decode/decoders/comment_annotation.py'
adding 'omero_marshal/decode/decoders/contrastmethod.py'
adding 'omero_marshal/decode/decoders/dataset.py'
adding 'omero_marshal/decode/decoders/details.py'
adding 'omero_marshal/decode/decoders/dimensionorder.py'
adding 'omero_marshal/decode/decoders/double_annotation.py'
adding 'omero_marshal/decode/decoders/ellipse.py'
adding 'omero_marshal/decode/decoders/enum.py'
adding 'omero_marshal/decode/decoders/experimenter.py'
adding 'omero_marshal/decode/decoders/experimentergroup.py'
adding 'omero_marshal/decode/decoders/externalinfo.py'
adding 'omero_marshal/decode/decoders/file_annotation.py'
adding 'omero_marshal/decode/decoders/format.py'
adding 'omero_marshal/decode/decoders/illumination.py'
adding 'omero_marshal/decode/decoders/image.py'
adding 'omero_marshal/decode/decoders/label.py'
adding 'omero_marshal/decode/decoders/line.py'
adding 'omero_marshal/decode/decoders/long_annotation.py'
adding 'omero_marshal/decode/decoders/map_annotation.py'
adding 'omero_marshal/decode/decoders/mask.py'
adding 'omero_marshal/decode/decoders/original_file.py'
adding 'omero_marshal/decode/decoders/permissions.py'
adding 'omero_marshal/decode/decoders/photometricinterpretation.py'
adding 'omero_marshal/decode/decoders/pixels.py'
adding 'omero_marshal/decode/decoders/pixelstype.py'
adding 'omero_marshal/decode/decoders/plate.py'
adding 'omero_marshal/decode/decoders/plateacquisition.py'
adding 'omero_marshal/decode/decoders/point.py'
adding 'omero_marshal/decode/decoders/polygon.py'
adding 'omero_marshal/decode/decoders/polyline.py'
adding 'omero_marshal/decode/decoders/project.py'
adding 'omero_marshal/decode/decoders/rectangle.py'
adding 'omero_marshal/decode/decoders/roi.py'
adding 'omero_marshal/decode/decoders/screen.py'
adding 'omero_marshal/decode/decoders/shape.py'
adding 'omero_marshal/decode/decoders/tag_annotation.py'
adding 'omero_marshal/decode/decoders/term_annotation.py'
adding 'omero_marshal/decode/decoders/text_annotation.py'
adding 'omero_marshal/decode/decoders/timestamp_annotation.py'
adding 'omero_marshal/decode/decoders/well.py'
adding 'omero_marshal/decode/decoders/wellsample.py'
adding 'omero_marshal/decode/decoders/xml_annotation.py'
adding 'omero_marshal/encode/__init__.py'
adding 'omero_marshal/encode/encoders/__init__.py'
adding 'omero_marshal/encode/encoders/acquisitionmode.py'
adding 'omero_marshal/encode/encoders/affinetransform.py'
adding 'omero_marshal/encode/encoders/annotation.py'
adding 'omero_marshal/encode/encoders/boolean_annotation.py'
adding 'omero_marshal/encode/encoders/channel.py'
adding 'omero_marshal/encode/encoders/checksum_algorithm.py'
adding 'omero_marshal/encode/encoders/comment_annotation.py'
adding 'omero_marshal/encode/encoders/contrastmethod.py'
adding 'omero_marshal/encode/encoders/dataset.py'
adding 'omero_marshal/encode/encoders/details.py'
adding 'omero_marshal/encode/encoders/dimensionorder.py'
adding 'omero_marshal/encode/encoders/double_annotation.py'
adding 'omero_marshal/encode/encoders/ellipse.py'
adding 'omero_marshal/encode/encoders/enum.py'
adding 'omero_marshal/encode/encoders/experimenter.py'
adding 'omero_marshal/encode/encoders/experimentergroup.py'
adding 'omero_marshal/encode/encoders/externalinfo.py'
adding 'omero_marshal/encode/encoders/file_annotation.py'
adding 'omero_marshal/encode/encoders/format.py'
adding 'omero_marshal/encode/encoders/illumination.py'
adding 'omero_marshal/encode/encoders/image.py'
adding 'omero_marshal/encode/encoders/label.py'
adding 'omero_marshal/encode/encoders/line.py'
adding 'omero_marshal/encode/encoders/long_annotation.py'
adding 'omero_marshal/encode/encoders/map_annotation.py'
adding 'omero_marshal/encode/encoders/mask.py'
adding 'omero_marshal/encode/encoders/original_file.py'
adding 'omero_marshal/encode/encoders/permissions.py'
adding 'omero_marshal/encode/encoders/photometricinterpretation.py'
adding 'omero_marshal/encode/encoders/pixels.py'
adding 'omero_marshal/encode/encoders/pixelstype.py'
adding 'omero_marshal/encode/encoders/plate.py'
adding 'omero_marshal/encode/encoders/plateacquisition.py'
adding 'omero_marshal/encode/encoders/point.py'
adding 'omero_marshal/encode/encoders/polygon.py'
adding 'omero_marshal/encode/encoders/polyline.py'
adding 'omero_marshal/encode/encoders/project.py'
adding 'omero_marshal/encode/encoders/rectangle.py'
adding 'omero_marshal/encode/encoders/roi.py'
adding 'omero_marshal/encode/encoders/screen.py'
adding 'omero_marshal/encode/encoders/shape.py'
adding 'omero_marshal/encode/encoders/tag_annotation.py'
adding 'omero_marshal/encode/encoders/term_annotation.py'
adding 'omero_marshal/encode/encoders/text_annotation.py'
adding 'omero_marshal/encode/encoders/timestamp_annotation.py'
adding 'omero_marshal/encode/encoders/well.py'
adding 'omero_marshal/encode/encoders/wellsample.py'
adding 'omero_marshal/encode/encoders/xml_annotation.py'
adding 'omero_marshal/legacy/__init__.py'
adding 'omero_marshal/legacy/affinetransform.py'
adding 'omero_marshal-0.9.1.dev0.dist-info/licenses/LICENSE.txt'
adding 'omero_marshal-0.9.1.dev0.dist-info/METADATA'
adding 'omero_marshal-0.9.1.dev0.dist-info/WHEEL'
adding 'omero_marshal-0.9.1.dev0.dist-info/top_level.txt'
adding 'omero_marshal-0.9.1.dev0.dist-info/zip-safe'
adding 'omero_marshal-0.9.1.dev0.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built omero_marshal-0.9.1.dev0.tar.gz and omero_marshal-0.9.1.dev0-py3-none-any.whl
Entering 'omero-py'
* Creating isolated environment: venv+pip...
* Installing packages in isolated environment:
  - setuptools >= 40.8.0
* Getting build dependencies for sdist...
<string>:67: DeprecationWarning: This method will be removed in Python 3.12. Use 'parser.read_file()' instead.
Traceback (most recent call last):
  File "/usr/local/lib/python3.11/site-packages/pyproject_hooks/_in_process/_in_process.py", line 389, in <module>
    main()
  File "/usr/local/lib/python3.11/site-packages/pyproject_hooks/_in_process/_in_process.py", line 373, in main
    json_out["return_val"] = hook(**hook_input["kwargs"])
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/site-packages/pyproject_hooks/_in_process/_in_process.py", line 317, in get_requires_for_build_sdist
    return hook(config_settings)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/tmp/build-env-8mxs1_p_/lib64/python3.11/site-packages/setuptools/build_meta.py", line 337, in get_requires_for_build_sdist
    return self._get_build_requires(config_settings, requirements=[])
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/tmp/build-env-8mxs1_p_/lib64/python3.11/site-packages/setuptools/build_meta.py", line 304, in _get_build_requires
    self.run_setup()
  File "/tmp/build-env-8mxs1_p_/lib64/python3.11/site-packages/setuptools/build_meta.py", line 522, in run_setup
    super().run_setup(setup_script=setup_script)
  File "/tmp/build-env-8mxs1_p_/lib64/python3.11/site-packages/setuptools/build_meta.py", line 320, in run_setup
    exec(code, locals())
  File "<string>", line 150, in <module>
  File "<string>", line 78, in download_blitz_target
  File "<string>", line 67, in get_blitz_location
  File "/usr/lib64/python3.11/configparser.py", line 779, in readfp
    self.read_file(fp, source=filename)
  File "/usr/lib64/python3.11/configparser.py", line 734, in read_file
    self._read(f, source)
  File "/usr/lib64/python3.11/configparser.py", line 1113, in _read
    raise DuplicateOptionError(sectname, optname,
configparser.DuplicateOptionError: While reading from '<???>' [line 39]: option 'versions.' in section 'DEFAULT' already exists

ERROR Backend subprocess exited when trying to invoke get_requires_for_build_sdist
fatal: run_command returned non-zero status for omero-py
.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage (hide)
[Pipeline] { (Deploy) (hide)
Stage "Deploy" skipped due to earlier failure(s)
[Pipeline] getContext (hide)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage (hide)
[Pipeline] { (Declarative: Post Actions) (hide)
[Pipeline] deleteDir (hide)
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 128
Finished: FAILURE