12:18:41Started by user devspace12:18:41Running as SYSTEM
12:18:41Building remotely on testintegration (swarm rocky9 ice36 java11) in workspace /home/omero/workspace/OMERO-push
12:18:41The recommended git tool is: NONE
12:18:41No credentials specified
12:18:41 > git rev-parse --resolve-git-dir /home/omero/workspace/OMERO-push/src/.git # timeout=10
12:18:41Fetching changes from the remote Git repository
12:18:41 > git config remote.origin.url https://github.com/ome/openmicroscopy.git # timeout=10
12:18:41Fetching upstream changes from https://github.com/ome/openmicroscopy.git12:18:41 > git --version # timeout=10
12:18:41 > git --version # 'git version 2.52.0'
12:18:41 > git fetch --tags --force --progress -- https://github.com/ome/openmicroscopy.git +refs/heads/*:refs/remotes/origin/* # timeout=30
12:18:47 > git rev-parse origin/develop^{commit} # timeout=10
12:18:47Checking out Revision a49489e0cb2c30833afa413ae796f65478f6a387 (origin/develop)
12:18:47 > git config core.sparsecheckout # timeout=10
12:18:47 > git checkout -f a49489e0cb2c30833afa413ae796f65478f6a387 # timeout=30
12:18:52Commit message: "Merge pull request #6462 from pwalczysko/nfs-test-fix"
12:18:52 > git rev-list --no-walk 5fb4a44dc6078b16945f61f57b64426f68fd5702 # timeout=10
12:18:52Cleaning workspace
12:18:52 > git rev-parse --verify HEAD # timeout=10
12:18:52Resetting working tree
12:18:52 > git reset --hard # timeout=10
12:18:52 > git clean -fdx # timeout=10
12:18:52Copied 1 artifact from "OMERO-python-superbuild-build" build number 4812:18:52[OMERO-push] $ /bin/bash -xe /tmp/jenkins2942009486170994355.sh
12:18:52+ python3.11 -mvenv venv
12:18:55+ source /home/omero/workspace/OMERO-push/venv/bin/activate
12:18:55++ deactivate nondestructive
12:18:55++ '[' -n '' ']'
12:18:55++ '[' -n '' ']'
12:18:55++ hash -r
12:18:55++ '[' -n '' ']'
12:18:55++ unset VIRTUAL_ENV
12:18:55++ unset VIRTUAL_ENV_PROMPT
12:18:55++ '[' '!' nondestructive = nondestructive ']'
12:18:55++ VIRTUAL_ENV=/home/omero/workspace/OMERO-push/venv
12:18:55++ export VIRTUAL_ENV
12:18:55++ _OLD_VIRTUAL_PATH=/opt/ice-3.6.5/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
12:18:55++ PATH=/home/omero/workspace/OMERO-push/venv/bin:/opt/ice-3.6.5/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
12:18:55++ export PATH
12:18:55++ '[' -n '' ']'
12:18:55++ '[' -z '' ']'
12:18:55++ _OLD_VIRTUAL_PS1=
12:18:55++ PS1='(venv) '
12:18:55++ export PS1
12:18:55++ VIRTUAL_ENV_PROMPT='(venv) '
12:18:55++ export VIRTUAL_ENV_PROMPT
12:18:55++ hash -r
12:18:55+ pip install -U pip
12:19:01Requirement already satisfied: pip in ./venv/lib64/python3.11/site-packages (26.2.1)
12:19:01+ pip install -U scc
12:19:02Requirement already satisfied: scc in ./venv/lib64/python3.11/site-packages (0.20.0)
12:19:02Requirement already satisfied: PyGithub>=1.54 in ./venv/lib64/python3.11/site-packages (from scc) (2.9.1)
12:19:02Requirement already satisfied: PyYAML>=5.1 in ./venv/lib64/python3.11/site-packages (from scc) (6.0.3)
12:19:02Requirement already satisfied: future in ./venv/lib64/python3.11/site-packages (from scc) (1.0.0)
12:19:02Requirement already satisfied: ruamel.yaml in ./venv/lib64/python3.11/site-packages (from scc) (0.19.1)
12:19:02Requirement already satisfied: ruamel.yaml.jinja2 in ./venv/lib64/python3.11/site-packages (from scc) (0.2.7)
12:19:02Requirement already satisfied: six in ./venv/lib64/python3.11/site-packages (from scc) (1.17.0)
12:19:02Requirement already satisfied: urllib3<2 in ./venv/lib64/python3.11/site-packages (from scc) (1.26.20)
12:19:02Requirement already satisfied: yaclifw<0.3,>=0.2.0 in ./venv/lib64/python3.11/site-packages (from scc) (0.2.0)
12:19:02Requirement already satisfied: pynacl>=1.4.0 in ./venv/lib64/python3.11/site-packages (from PyGithub>=1.54->scc) (1.6.2)
12:19:02Requirement already satisfied: requests>=2.14.0 in ./venv/lib64/python3.11/site-packages (from PyGithub>=1.54->scc) (2.34.2)
12:19:02Requirement already satisfied: pyjwt>=2.4.0 in ./venv/lib64/python3.11/site-packages (from pyjwt[crypto]>=2.4.0->PyGithub>=1.54->scc) (2.13.0)
12:19:02Requirement already satisfied: typing-extensions>=4.5.0 in ./venv/lib64/python3.11/site-packages (from PyGithub>=1.54->scc) (4.16.0)
12:19:02Requirement already satisfied: cryptography>=3.4.0 in ./venv/lib64/python3.11/site-packages (from pyjwt[crypto]>=2.4.0->PyGithub>=1.54->scc) (49.0.0)
12:19:02Requirement already satisfied: cffi>=2.0.0 in ./venv/lib64/python3.11/site-packages (from cryptography>=3.4.0->pyjwt[crypto]>=2.4.0->PyGithub>=1.54->scc) (2.1.0)
12:19:02Requirement already satisfied: pycparser in ./venv/lib64/python3.11/site-packages (from cffi>=2.0.0->cryptography>=3.4.0->pyjwt[crypto]>=2.4.0->PyGithub>=1.54->scc) (3.0)
12:19:02Requirement already satisfied: charset_normalizer<4,>=2 in ./venv/lib64/python3.11/site-packages (from requests>=2.14.0->PyGithub>=1.54->scc) (3.4.8)
12:19:02Requirement already satisfied: idna<4,>=2.5 in ./venv/lib64/python3.11/site-packages (from requests>=2.14.0->PyGithub>=1.54->scc) (3.18)
12:19:02Requirement already satisfied: certifi>=2023.5.7 in ./venv/lib64/python3.11/site-packages (from requests>=2.14.0->PyGithub>=1.54->scc) (2026.6.17)
12:19:02+ test -e src
12:19:02+ cd src
12:19:02++ git config github.user
12:19:02+ user=snoopycrimecop
12:19:02+ scc merge develop --no-ask --reset --shallow -S success-only
12:19:092026-08-21 12:19:09,798 [ scc.merge] INFO Merging Pull Request(s) based on develop
12:19:092026-08-21 12:19:09,798 [ scc.merge] INFO Including Pull Request(s) opened by any public member of the organization
12:19:092026-08-21 12:19:09,799 [ scc.merge] INFO Including Pull Request(s) labelled as include or dependencies
12:19:092026-08-21 12:19:09,799 [ scc.merge] INFO Excluding Pull Request(s) staged as draft
12:19:092026-08-21 12:19:09,799 [ scc.merge] INFO Excluding Pull Request(s) labelled as exclude or breaking
12:19:092026-08-21 12:19:09,799 [ scc.merge] INFO Excluding Pull Request(s) without successful status
12:19:332026-08-21 12:19:33,805 [ scc.merge] INFO Repository: ome/openmicroscopy
12:19:332026-08-21 12:19:33,806 [ scc.merge] INFO Excluded PRs:
12:19:332026-08-21 12:19:33,806 [ scc.merge] INFO - PR 6212 jburel 'add test to import images' (exclude comment)
12:19:332026-08-21 12:19:33,806 [ scc.merge] INFO Already up to date.
12:19:332026-08-21 12:19:33,806 [ scc.merge] INFO
12:19:332026-08-21 12:19:33,806 [ scc.merge] INFO Merged PRs:
12:19:332026-08-21 12:19:33,806 [ scc.merge] INFO - PR 6423 jburel 'Use \d'
12:19:332026-08-21 12:19:33,806 [ scc.merge] INFO - PR 6458 will-moore 'Add test for conn.getObjects('Annotations', opts={...})'
12:19:332026-08-21 12:19:33,806 [ scc.merge] INFO - PR 6459 will-moore 'JSON API annotations tests'
12:19:332026-08-21 12:19:33,806 [ scc.merge] INFO - PR 6478 dominikl 'Add omero-zarr-pixel-buffer'
12:19:332026-08-21 12:19:33,806 [ scc.merge] INFO
12:19:33+ cp etc/omero.properties etc/omero.properties.bak
12:19:33+ rm etc/omero.properties
12:19:33+ touch etc/omero.properties
12:19:33++ sed -n '/Internal dependencies/=' etc/omero.properties.bak
12:19:33+ ne=252
12:19:33++ sed -n 1,252p etc/omero.properties.bak
12:19:33+ line='##
12:19:33## omero.properties
12:19:33## ----------------
12:19:33##
12:19:33## DO NOT EDIT!
12:19:33##
12:19:33##
12:19:33## Any of these properties can be altered by using `omero config`. MODIFYING
12:19:33## THIS FILE DOES NOT ALTER SERVER BEHAVIOR. It solely defines the defaults
12:19:33## at compile time!
12:19:33##
12:19:33## For an overview of these properties, see
12:19:33## https://docs.openmicroscopy.org/latest/omero/sysadmins/config.html12:19:33##
12:19:33## Properties marked with "DEVELOPMENT" should not be used in production.
12:19:3312:19:33# Comma separated list of Ice transports available to clients. The default
12:19:33# value ("ssl,tcp") instructs Ice to open the ports specified by the
12:19:33# omero.ports.ssl and omero.ports.tcp properties. Restricting to "ssl"
12:19:33# will prevent all non-encrypted connections to the OMERO server.
12:19:33#
12:19:33# Additionally, there are two experimental values for using websockets:
12:19:33# "ws" and "wss" for unencrypted and encrypted, respectively. The ports
12:19:33# that are opened are controlled by the omero.ports.ws and omero.ports.wss
12:19:33# properties. To enable all possible protocols use: "ssl,tcp,wss,ws".
12:19:33#
12:19:33# Note: When using websockets behind a web server like nginx, additional
12:19:33# configuration may be needed.
12:19:33omero.client.icetransports=ssl,tcp
12:19:3312:19:33# The prefix to apply to all port numbers (SSL, TCP, registry) used by the
12:19:33# server
12:19:33omero.ports.prefix=
12:19:3312:19:33# The Glacier2 SSL port number to use
12:19:33omero.ports.ssl=4064
12:19:3312:19:33# The Glacier2 TCP port number to use (unencrypted)
12:19:33omero.ports.tcp=4063
12:19:3312:19:33# The Glacier2 WSS port number to use
12:19:33omero.ports.wss=4066
12:19:3312:19:33# The Glacier2 WS port number to use (unencrypted)
12:19:33omero.ports.ws=4065
12:19:3312:19:33# The IceGrid registry port number to use
12:19:33omero.ports.registry=4061
12:19:3312:19:33#############################################
12:19:33## JVM configuration
12:19:33##
12:19:33## Note: changes to the omero.jvmcfg properties
12:19:33## will *not* be reflected in OMERO.server
12:19:33## since they are defined in OMERO.py.
12:19:33#############################################
12:19:33## (For documentation only)
12:19:33# Memory strategy which will be used by default.
12:19:33# Options include: percent, manual
12:19:33omero.jvmcfg.strategy=percent
12:19:3312:19:33## (For documentation only)
12:19:33# Explicit value for the `-Xmx` argument, e.g.
12:19:33# "1g"
12:19:33omero.jvmcfg.heap_size=
12:19:3312:19:33## (For documentation only)
12:19:33# Explicit value for the MaxPermSize argument
12:19:33# to the JVM, e.g. "500M". Ignored for Java8+
12:19:33omero.jvmcfg.perm_gen=
12:19:3312:19:33## (For documentation only)
12:19:33# Toggles on or off heap dumps on OOMs. Default is "off".
12:19:33# The special value "tmp" will create the heap dumps in
12:19:33# your temp directory.
12:19:33omero.jvmcfg.heap_dump=
12:19:3312:19:33## (For documentation only)
12:19:33# Used only by the percent strategy. An integer between 0
12:19:33# and 100 which is the percent of active memory that will
12:19:33# be used by the service.
12:19:33omero.jvmcfg.percent=
12:19:3312:19:33## (For documentation only)
12:19:33# Contains other parameters which should be passed to the
12:19:33# JVM. The value of "append" is treated as if it were on
12:19:33# the command line so will be separated on whitespace.
12:19:33# For example, '\''-XX:-PrintGC -XX:+UseCompressedOops'\'' would
12:19:33# results in two new arguments.
12:19:33# Note that when using `config set` from the command line
12:19:33# one may need to give a prior `--` option to prevent a value
12:19:33# starting with `-` from already being parsed as an option,
12:19:33# and values may need quoting to prevent whitespace or other
12:19:33# significant characters from being interpreted prematurely.
12:19:3312:19:33omero.jvmcfg.append=
12:19:3312:19:33## (For documentation only)
12:19:33# Manual override of the total system memory that
12:19:33# OMERO will *think* is present on the local OS (MB).
12:19:33# If unset, an attempt will be made to detect the actual
12:19:33# amount: first by using the Python library `psutil` and
12:19:33# if that is not installed, by running a Java tool. If
12:19:33# neither works, 4.0GB is assumed.
12:19:33omero.jvmcfg.system_memory=
12:19:3312:19:33## (For documentation only)
12:19:33# Suggestion for strategies as to the minimum memory
12:19:33# that they will use for calculating JVM settings (MB).
12:19:33omero.jvmcfg.min_system_memory=3414
12:19:3312:19:33## (For documentation only)
12:19:33# Suggestion for strategies as to the maximum memory
12:19:33# that they will use for calculating JVM settings (MB).
12:19:33omero.jvmcfg.max_system_memory=48000
12:19:3312:19:3312:19:33#############################################
12:19:33## Logging properties
12:19:33##
12:19:33## Note: changes to the default omero.logging values in
12:19:33## this file will *not* be reflected in OMERO.server
12:19:33## since they are defined in OMERO.py
12:19:33#############################################
12:19:3312:19:33## (For documentation only)
12:19:33# Relative server directory where the log files should be stored.
12:19:33omero.logging.directory=var/log/
12:19:3312:19:33## (For documentation only)
12:19:33# Whether the server log files should be rotated at a certain time
12:19:33# interval. If true, log files will be rolled over at midnight.
12:19:33# Otherwise, log files will be rolled over at a predetermined size,
12:19:33# see omero.logging.logsize for more information.
12:19:33omero.logging.timedlog=false
12:19:3312:19:33## (For documentation only)
12:19:33# If omero.logging.timedlog is false or unset, specifies the
12:19:33# maximum size of the server log files in bytes above which a
12:19:33# new log file should be created.
12:19:33omero.logging.logsize=5000000
12:19:3312:19:33## (For documentation only)
12:19:33# If omero.logging.timedlog is false or unset, specifies the
12:19:33# number of old server log files that should be kept. Old log
12:19:33# files will be saved by appending the extensions '\''.1'\'', '\''.2'\'' etc.
12:19:33omero.logging.lognum=9
12:19:3312:19:33## (For documentation only)
12:19:33# Specifies the threshold for the Python servers log files. Logging messages
12:19:33# which are less severe than this value will be ignored. For a list of
12:19:33# available values, see https://docs.python.org/3/library/logging.html#levels.
12:19:33omero.logging.level=20
12:19:3312:19:33#############################################
12:19:33## Ice overrides
12:19:33##
12:19:33## Though not used directly by OMERO, a number
12:19:33## of properties prefixed with "Ice.*" will
12:19:33## alter the behavior of the OMERO runtime
12:19:33## by configuring the Ice communicators. For a
12:19:33## full listing see:
12:19:33##
12:19:33## http://doc.zeroc.com/display/Ice/Property+Reference12:19:33## For more information see
12:19:33## https://docs.openmicroscopy.org/latest/omero/sysadmins/troubleshooting.html#server-fails-to-start12:19:33#############################################
12:19:3312:19:33# Disable IPv6 by setting to 0. Only needed in
12:19:33# certain situations.
12:19:33Ice.IPv6=1
12:19:3312:19:33# Glacier2Template IceSSL defaults and overrides,
12:19:33# see https://doc.zeroc.com/ice/3.6/property-reference/icessl.
12:19:33# Any property beginning ``omero.glacier2.IceSSL.`` will be used to
12:19:33# update the corresponding IceSSL. property.
12:19:33omero.glacier2.IceSSL=
12:19:3312:19:33# Glacier2Template SSL maximum allowed protocol (mac bug)
12:19:33omero.glacier2.IceSSL.ProtocolVersionMax=tls1_1
12:19:33# Glacier2Template SSL allowed cipher suites
12:19:33omero.glacier2.IceSSL.Ciphers=ADH:!LOW:!MD5:!EXP:!3DES:@STRENGTH
12:19:33# Glacier2Template SSL verification requirements
12:19:33omero.glacier2.IceSSL.VerifyPeer=0
12:19:33# Glacier2Template SSL allowed protocols
12:19:33omero.glacier2.IceSSL.Protocols=tls1
12:19:3312:19:33# Override the default set of OMERO services.
12:19:33# For example, to run OMERO.server with Blitz and Tables only
12:19:33# (i.e. disable Processor, DropBox, Indexer, PixelData)
12:19:33# set this to ``master:Blitz-0,Tables-0``.
12:19:33# Also use this to distribute OMERO services across multiple nodes,
12:19:33# for example:
12:19:33# ``master:Blitz-0,Tables-0 worker1:Processor-0``.
12:19:33# See
12:19:33# https://docs.openmicroscopy.org/omero/latest/sysadmins/grid.html#deployment-examples12:19:33omero.server.nodedescriptors=
12:19:3312:19:33#############################################
12:19:33## Darwin (OS X) specific defaults for templated configuration files only.
12:19:33## ``_xxx.yyy.darwin`` properties will override xxx.yyy properties in this
12:19:33## file.
12:19:33## Do not set these properties in ``omero config``, instead set the original
12:19:33## ``xxx.yyy`` property
12:19:33#############################################
12:19:33_omero.glacier2.IceSSL.Ciphers.darwin=(AES)
12:19:3312:19:33## (For documentation only)
12:19:33# Name of the Python module to use when starting the Tables service
12:19:33omero.tables.module=runTables
12:19:3312:19:33#############################################
12:19:33## Server product name for release artifacts
12:19:33#############################################
12:19:33product.name=OMERO.server
12:19:3312:19:33#############################################
12:19:33### Properties below this marker are ignored by
12:19:33### omero.install.config_parser.PropertyParser
12:19:33### END
12:19:3312:19:33#############################################
12:19:33## Library versions
12:19:33#############################################
12:19:33##
12:19:33versions.findbugs=1.2.1
12:19:33versions.ice36=3.6.5
12:19:33versions.ice36_lib=36
12:19:33## internal
12:19:33versions.omeroshares36=3.6.3
12:19:33versions.omeromock36=3.6.3
12:19:33versions.icedb36=3.6.3
12:19:33versions.ipython=1.2.1
12:19:3312:19:33versions.janino=2.5.10
12:19:3312:19:33versions.reportng=1.1.1
12:19:3312:19:33versions.testng=7.5
12:19:33versions.velocity=1.4
12:19:3312:19:33versions.omero-pypi=https://pypi.io/packages/source/o/PACKAGE12:19:33versions.omero-scripts-url=${versions.omero-pypi}
12:19:3312:19:33# hard coded, should not be picked up by scc for now!
12:19:33versions.omero-zarr-pixel-buffer=0.7.0-rc3
12:19:3312:19:33###
12:19:33### Appended Values
12:19:33###
12:19:3312:19:33## Internal dependencies'
12:19:33+ echo '##
12:19:33## omero.properties
12:19:33## ----------------
12:19:33##
12:19:33## DO NOT EDIT!
12:19:33##
12:19:33##
12:19:33## Any of these properties can be altered by using `omero config`. MODIFYING
12:19:33## THIS FILE DOES NOT ALTER SERVER BEHAVIOR. It solely defines the defaults
12:19:33## at compile time!
12:19:33##
12:19:33## For an overview of these properties, see
12:19:33## https://docs.openmicroscopy.org/latest/omero/sysadmins/config.html12:19:33##
12:19:33## Properties marked with "DEVELOPMENT" should not be used in production.
12:19:3312:19:33# Comma separated list of Ice transports available to clients. The default
12:19:33# value ("ssl,tcp") instructs Ice to open the ports specified by the
12:19:33# omero.ports.ssl and omero.ports.tcp properties. Restricting to "ssl"
12:19:33# will prevent all non-encrypted connections to the OMERO server.
12:19:33#
12:19:33# Additionally, there are two experimental values for using websockets:
12:19:33# "ws" and "wss" for unencrypted and encrypted, respectively. The ports
12:19:33# that are opened are controlled by the omero.ports.ws and omero.ports.wss
12:19:33# properties. To enable all possible protocols use: "ssl,tcp,wss,ws".
12:19:33#
12:19:33# Note: When using websockets behind a web server like nginx, additional
12:19:33# configuration may be needed.
12:19:33omero.client.icetransports=ssl,tcp
12:19:3312:19:33# The prefix to apply to all port numbers (SSL, TCP, registry) used by the
12:19:33# server
12:19:33omero.ports.prefix=
12:19:3312:19:33# The Glacier2 SSL port number to use
12:19:33omero.ports.ssl=4064
12:19:3312:19:33# The Glacier2 TCP port number to use (unencrypted)
12:19:33omero.ports.tcp=4063
12:19:3312:19:33# The Glacier2 WSS port number to use
12:19:33omero.ports.wss=4066
12:19:3312:19:33# The Glacier2 WS port number to use (unencrypted)
12:19:33omero.ports.ws=4065
12:19:3312:19:33# The IceGrid registry port number to use
12:19:33omero.ports.registry=4061
12:19:3312:19:33#############################################
12:19:33## JVM configuration
12:19:33##
12:19:33## Note: changes to the omero.jvmcfg properties
12:19:33## will *not* be reflected in OMERO.server
12:19:33## since they are defined in OMERO.py.
12:19:33#############################################
12:19:33## (For documentation only)
12:19:33# Memory strategy which will be used by default.
12:19:33# Options include: percent, manual
12:19:33omero.jvmcfg.strategy=percent
12:19:3312:19:33## (For documentation only)
12:19:33# Explicit value for the `-Xmx` argument, e.g.
12:19:33# "1g"
12:19:33omero.jvmcfg.heap_size=
12:19:3312:19:33## (For documentation only)
12:19:33# Explicit value for the MaxPermSize argument
12:19:33# to the JVM, e.g. "500M". Ignored for Java8+
12:19:33omero.jvmcfg.perm_gen=
12:19:3312:19:33## (For documentation only)
12:19:33# Toggles on or off heap dumps on OOMs. Default is "off".
12:19:33# The special value "tmp" will create the heap dumps in
12:19:33# your temp directory.
12:19:33omero.jvmcfg.heap_dump=
12:19:3312:19:33## (For documentation only)
12:19:33# Used only by the percent strategy. An integer between 0
12:19:33# and 100 which is the percent of active memory that will
12:19:33# be used by the service.
12:19:33omero.jvmcfg.percent=
12:19:3312:19:33## (For documentation only)
12:19:33# Contains other parameters which should be passed to the
12:19:33# JVM. The value of "append" is treated as if it were on
12:19:33# the command line so will be separated on whitespace.
12:19:33# For example, '\''-XX:-PrintGC -XX:+UseCompressedOops'\'' would
12:19:33# results in two new arguments.
12:19:33# Note that when using `config set` from the command line
12:19:33# one may need to give a prior `--` option to prevent a value
12:19:33# starting with `-` from already being parsed as an option,
12:19:33# and values may need quoting to prevent whitespace or other
12:19:33# significant characters from being interpreted prematurely.
12:19:3312:19:33omero.jvmcfg.append=
12:19:3312:19:33## (For documentation only)
12:19:33# Manual override of the total system memory that
12:19:33# OMERO will *think* is present on the local OS (MB).
12:19:33# If unset, an attempt will be made to detect the actual
12:19:33# amount: first by using the Python library `psutil` and
12:19:33# if that is not installed, by running a Java tool. If
12:19:33# neither works, 4.0GB is assumed.
12:19:33omero.jvmcfg.system_memory=
12:19:3312:19:33## (For documentation only)
12:19:33# Suggestion for strategies as to the minimum memory
12:19:33# that they will use for calculating JVM settings (MB).
12:19:33omero.jvmcfg.min_system_memory=3414
12:19:3312:19:33## (For documentation only)
12:19:33# Suggestion for strategies as to the maximum memory
12:19:33# that they will use for calculating JVM settings (MB).
12:19:33omero.jvmcfg.max_system_memory=48000
12:19:3312:19:3312:19:33#############################################
12:19:33## Logging properties
12:19:33##
12:19:33## Note: changes to the default omero.logging values in
12:19:33## this file will *not* be reflected in OMERO.server
12:19:33## since they are defined in OMERO.py
12:19:33#############################################
12:19:3312:19:33## (For documentation only)
12:19:33# Relative server directory where the log files should be stored.
12:19:33omero.logging.directory=var/log/
12:19:3312:19:33## (For documentation only)
12:19:33# Whether the server log files should be rotated at a certain time
12:19:33# interval. If true, log files will be rolled over at midnight.
12:19:33# Otherwise, log files will be rolled over at a predetermined size,
12:19:33# see omero.logging.logsize for more information.
12:19:33omero.logging.timedlog=false
12:19:3312:19:33## (For documentation only)
12:19:33# If omero.logging.timedlog is false or unset, specifies the
12:19:33# maximum size of the server log files in bytes above which a
12:19:33# new log file should be created.
12:19:33omero.logging.logsize=5000000
12:19:3312:19:33## (For documentation only)
12:19:33# If omero.logging.timedlog is false or unset, specifies the
12:19:33# number of old server log files that should be kept. Old log
12:19:33# files will be saved by appending the extensions '\''.1'\'', '\''.2'\'' etc.
12:19:33omero.logging.lognum=9
12:19:3312:19:33## (For documentation only)
12:19:33# Specifies the threshold for the Python servers log files. Logging messages
12:19:33# which are less severe than this value will be ignored. For a list of
12:19:33# available values, see https://docs.python.org/3/library/logging.html#levels.
12:19:33omero.logging.level=20
12:19:3312:19:33#############################################
12:19:33## Ice overrides
12:19:33##
12:19:33## Though not used directly by OMERO, a number
12:19:33## of properties prefixed with "Ice.*" will
12:19:33## alter the behavior of the OMERO runtime
12:19:33## by configuring the Ice communicators. For a
12:19:33## full listing see:
12:19:33##
12:19:33## http://doc.zeroc.com/display/Ice/Property+Reference12:19:33## For more information see
12:19:33## https://docs.openmicroscopy.org/latest/omero/sysadmins/troubleshooting.html#server-fails-to-start12:19:33#############################################
12:19:3312:19:33# Disable IPv6 by setting to 0. Only needed in
12:19:33# certain situations.
12:19:33Ice.IPv6=1
12:19:3312:19:33# Glacier2Template IceSSL defaults and overrides,
12:19:33# see https://doc.zeroc.com/ice/3.6/property-reference/icessl.
12:19:33# Any property beginning ``omero.glacier2.IceSSL.`` will be used to
12:19:33# update the corresponding IceSSL. property.
12:19:33omero.glacier2.IceSSL=
12:19:3312:19:33# Glacier2Template SSL maximum allowed protocol (mac bug)
12:19:33omero.glacier2.IceSSL.ProtocolVersionMax=tls1_1
12:19:33# Glacier2Template SSL allowed cipher suites
12:19:33omero.glacier2.IceSSL.Ciphers=ADH:!LOW:!MD5:!EXP:!3DES:@STRENGTH
12:19:33# Glacier2Template SSL verification requirements
12:19:33omero.glacier2.IceSSL.VerifyPeer=0
12:19:33# Glacier2Template SSL allowed protocols
12:19:33omero.glacier2.IceSSL.Protocols=tls1
12:19:3312:19:33# Override the default set of OMERO services.
12:19:33# For example, to run OMERO.server with Blitz and Tables only
12:19:33# (i.e. disable Processor, DropBox, Indexer, PixelData)
12:19:33# set this to ``master:Blitz-0,Tables-0``.
12:19:33# Also use this to distribute OMERO services across multiple nodes,
12:19:33# for example:
12:19:33# ``master:Blitz-0,Tables-0 worker1:Processor-0``.
12:19:33# See
12:19:33# https://docs.openmicroscopy.org/omero/latest/sysadmins/grid.html#deployment-examples12:19:33omero.server.nodedescriptors=
12:19:3312:19:33#############################################
12:19:33## Darwin (OS X) specific defaults for templated configuration files only.
12:19:33## ``_xxx.yyy.darwin`` properties will override xxx.yyy properties in this
12:19:33## file.
12:19:33## Do not set these properties in ``omero config``, instead set the original
12:19:33## ``xxx.yyy`` property
12:19:33#############################################
12:19:33_omero.glacier2.IceSSL.Ciphers.darwin=(AES)
12:19:3312:19:33## (For documentation only)
12:19:33# Name of the Python module to use when starting the Tables service
12:19:33omero.tables.module=runTables
12:19:3312:19:33#############################################
12:19:33## Server product name for release artifacts
12:19:33#############################################
12:19:33product.name=OMERO.server
12:19:3312:19:33#############################################
12:19:33### Properties below this marker are ignored by
12:19:33### omero.install.config_parser.PropertyParser
12:19:33### END
12:19:3312:19:33#############################################
12:19:33## Library versions
12:19:33#############################################
12:19:33##
12:19:33versions.findbugs=1.2.1
12:19:33versions.ice36=3.6.5
12:19:33versions.ice36_lib=36
12:19:33## internal
12:19:33versions.omeroshares36=3.6.3
12:19:33versions.omeromock36=3.6.3
12:19:33versions.icedb36=3.6.3
12:19:33versions.ipython=1.2.1
12:19:3312:19:33versions.janino=2.5.10
12:19:3312:19:33versions.reportng=1.1.1
12:19:3312:19:33versions.testng=7.5
12:19:33versions.velocity=1.4
12:19:3312:19:33versions.omero-pypi=https://pypi.io/packages/source/o/PACKAGE12:19:33versions.omero-scripts-url=${versions.omero-pypi}
12:19:3312:19:33# hard coded, should not be picked up by scc for now!
12:19:33versions.omero-zarr-pixel-buffer=0.7.0-rc3
12:19:3312:19:33###
12:19:33### Appended Values
12:19:33###
12:19:3312:19:33## Internal dependencies'
12:19:33+ echo versions.omero-pypi=https://merge-ci.openmicroscopy.org/jenkins//job/OMERO-python-superbuild-build/lastSuccessfulBuild/artifact/PACKAGE/dist/12:19:33+ echo versions.omero-github=https://github.com/snoopycrimecop/PACKAGE/archive12:19:33+ echo versions.scripts-prefix=
12:19:33+ echo versions.scripts=merge_ci
12:19:33+ cat /home/omero/workspace/OMERO-push/version.properties
12:19:33+ git commit -a -m 'Add version.properties to etc/omero.properties'
12:19:34[detached HEAD ea14a7366e] Add version.properties to etc/omero.properties
12:19:34 1 file changed, 46 insertions(+), 6 deletions(-)
12:19:34+ git push -f git@github.com:snoopycrimecop/openmicroscopy.git HEAD:refs/heads/merge_ci
12:19:38To github.com:snoopycrimecop/openmicroscopy.git
12:19:38 + 15fa2102f4...ea14a7366e HEAD -> merge_ci (forced update)
12:19:38Finished: SUCCESS