Started by upstream project "Trigger" build number 525
originally caused by:
Started by user devspace
[Pipeline] Start of Pipeline
[Pipeline] node
Running on testintegration in /home/omero/workspace/OMERO-build-push
[Pipeline] {
[Pipeline] library
Loading library recursiveMerge@master
Attempting to resolve master from remote references...
> git --version # timeout=10
> git --version # 'git version 2.39.2'
> git ls-remote -- https://github.com/ome/jenkins-library-recursivemerge.git # timeout=10
Found match: refs/heads/master revision 654fab96d71411fab33e55b79057bcbf94eef8a2
The recommended git tool is: NONE
No credentials specified
> git rev-parse --resolve-git-dir /var/jenkins_home/jobs/OMERO-build-push/workspace@libs/3527f795de077758b82663f7b48798100750860c75e4099522d51863b08dc748/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/ome/jenkins-library-recursivemerge.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/ome/jenkins-library-recursivemerge.git
> git --version # timeout=10
> git --version # 'git version 2.39.2'
> git fetch --no-tags --force --progress -- https://github.com/ome/jenkins-library-recursivemerge.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 654fab96d71411fab33e55b79057bcbf94eef8a2 (master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 654fab96d71411fab33e55b79057bcbf94eef8a2 # timeout=10
Commit message: "Merge pull request #18 from jburel/python_311"
> git rev-list --no-walk 654fab96d71411fab33e55b79057bcbf94eef8a2 # timeout=10
[Pipeline] checkout
The recommended git tool is: NONE
No credentials specified
Fetching changes from the remote Git repository
> git rev-parse --resolve-git-dir /home/omero/workspace/OMERO-build-push/.git # timeout=10
> git config remote.origin.url https://github.com/ome/omero-build.git # timeout=10
Fetching upstream changes from https://github.com/ome/omero-build.git
> git --version # timeout=10
> git --version # 'git version 2.43.5'
> git fetch --tags --force --progress -- https://github.com/ome/omero-build.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 74746d479bcb1a775b36b5635c51be7aa5d1a64d (refs/remotes/origin/master)
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 74746d479bcb1a775b36b5635c51be7aa5d1a64d # timeout=10
Commit message: "Merge pull request #253 from ome/dependabot/submodules/omero-gateway-java-20415d6"
> git rev-list --no-walk 74746d479bcb1a775b36b5635c51be7aa5d1a64d # timeout=10
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
> git submodule foreach --recursive git reset --hard # timeout=10
> git submodule foreach --recursive git clean -fdx # 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-model.url # timeout=10
> git config -f .gitmodules --get submodule.omero-model.path # timeout=10
> git config --get submodule.omero-common.url # timeout=10
> git config -f .gitmodules --get submodule.omero-common.path # timeout=10
> git config --get submodule.omero-romio.url # timeout=10
> git config -f .gitmodules --get submodule.omero-romio.path # timeout=10
> git config --get submodule.omero-renderer.url # timeout=10
> git config -f .gitmodules --get submodule.omero-renderer.path # timeout=10
> git config --get submodule.omero-server.url # timeout=10
> git config -f .gitmodules --get submodule.omero-server.path # timeout=10
> git config --get submodule.omero-blitz.url # timeout=10
> git config -f .gitmodules --get submodule.omero-blitz.path # timeout=10
> git config --get submodule.omero-gateway-java.url # timeout=10
> git config -f .gitmodules --get submodule.omero-gateway-java.path # timeout=10
> git submodule update --init --recursive omero-model # timeout=10
> git submodule update --init --recursive omero-common # timeout=10
> git submodule update --init --recursive omero-romio # timeout=10
> git submodule update --init --recursive omero-renderer # timeout=10
> git submodule update --init --recursive omero-server # timeout=10
[Pipeline] pwd
[Pipeline] copyArtifacts
Copied 1 artifact from "OMERO-gradle-plugins-push" build number 471
[Pipeline] sh
> git submodule update --init --recursive omero-blitz # timeout=10
> git submodule update --init --recursive omero-gateway-java # timeout=10
+ pushd build
~/workspace/OMERO-build-push/build ~/workspace/OMERO-build-push
+ curl -sfL https://github.com/ome/build-infra/archive/master.tar.gz
+ tar -zxf -
+ popd
~/workspace/OMERO-build-push
+ python3.11 -m venv build/venv
+ . build/venv/bin/activate
++ deactivate nondestructive
++ '[' -n '' ']'
++ '[' -n '' ']'
++ hash -r
++ '[' -n '' ']'
++ unset VIRTUAL_ENV
++ unset VIRTUAL_ENV_PROMPT
++ '[' '!' nondestructive = nondestructive ']'
++ VIRTUAL_ENV=/home/omero/workspace/OMERO-build-push/build/venv
++ export VIRTUAL_ENV
++ _OLD_VIRTUAL_PATH=/opt/ice-3.6.5/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
++ PATH=/home/omero/workspace/OMERO-build-push/build/venv/bin:/opt/ice-3.6.5/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
++ export PATH
++ '[' -n '' ']'
++ '[' -z '' ']'
++ _OLD_VIRTUAL_PS1=
++ PS1='(venv) '
++ export PS1
++ VIRTUAL_ENV_PROMPT='(venv) '
++ export VIRTUAL_ENV_PROMPT
++ hash -r
+ python3.11 -m pip install -U pip
Requirement already satisfied: pip in ./build/venv/lib64/python3.11/site-packages (22.3.1)
Collecting pip
Using cached pip-25.1.1-py3-none-any.whl (1.8 MB)
Installing collected packages: pip
Attempting uninstall: pip
Found existing installation: pip 22.3.1
Uninstalling pip-22.3.1:
Successfully uninstalled pip-22.3.1
Successfully installed pip-25.1.1
+ python3.11 -m pip install scc
Collecting scc
Using cached scc-0.20.0-py3-none-any.whl.metadata (3.6 kB)
Collecting PyGithub>=1.54 (from scc)
Using cached PyGithub-2.6.1-py3-none-any.whl.metadata (3.9 kB)
Collecting PyYAML>=5.1 (from scc)
Using cached PyYAML-6.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
Collecting future (from scc)
Using cached future-1.0.0-py3-none-any.whl.metadata (4.0 kB)
Collecting ruamel.yaml (from scc)
Using cached ruamel.yaml-0.18.14-py3-none-any.whl.metadata (24 kB)
Collecting ruamel.yaml.jinja2 (from scc)
Using cached ruamel.yaml.jinja2-0.2.7-py2.py3-none-any.whl.metadata (2.9 kB)
Collecting six (from scc)
Using cached six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB)
Collecting urllib3<2 (from scc)
Using cached urllib3-1.26.20-py2.py3-none-any.whl.metadata (50 kB)
Collecting yaclifw<0.3,>=0.2.0 (from scc)
Using cached yaclifw-0.2.0-py3-none-any.whl
Collecting pynacl>=1.4.0 (from PyGithub>=1.54->scc)
Using cached PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl.metadata (8.6 kB)
Collecting requests>=2.14.0 (from PyGithub>=1.54->scc)
Using cached requests-2.32.4-py3-none-any.whl.metadata (4.9 kB)
Collecting pyjwt>=2.4.0 (from pyjwt[crypto]>=2.4.0->PyGithub>=1.54->scc)
Using cached PyJWT-2.10.1-py3-none-any.whl.metadata (4.0 kB)
Collecting typing-extensions>=4.0.0 (from PyGithub>=1.54->scc)
Using cached typing_extensions-4.14.0-py3-none-any.whl.metadata (3.0 kB)
Collecting Deprecated (from PyGithub>=1.54->scc)
Using cached Deprecated-1.2.18-py2.py3-none-any.whl.metadata (5.7 kB)
Collecting cryptography>=3.4.0 (from pyjwt[crypto]>=2.4.0->PyGithub>=1.54->scc)
Using cached cryptography-45.0.4-cp311-abi3-manylinux_2_34_x86_64.whl.metadata (5.7 kB)
Collecting cffi>=1.14 (from cryptography>=3.4.0->pyjwt[crypto]>=2.4.0->PyGithub>=1.54->scc)
Using cached cffi-1.17.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
Collecting pycparser (from cffi>=1.14->cryptography>=3.4.0->pyjwt[crypto]>=2.4.0->PyGithub>=1.54->scc)
Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
Collecting charset_normalizer<4,>=2 (from requests>=2.14.0->PyGithub>=1.54->scc)
Using cached charset_normalizer-3.4.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (35 kB)
Collecting idna<4,>=2.5 (from requests>=2.14.0->PyGithub>=1.54->scc)
Using cached idna-3.10-py3-none-any.whl.metadata (10 kB)
Collecting certifi>=2017.4.17 (from requests>=2.14.0->PyGithub>=1.54->scc)
Using cached certifi-2025.6.15-py3-none-any.whl.metadata (2.4 kB)
Collecting wrapt<2,>=1.10 (from Deprecated->PyGithub>=1.54->scc)
Using cached wrapt-1.17.2-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.4 kB)
Collecting ruamel.yaml.clib>=0.2.7 (from ruamel.yaml->scc)
Using cached ruamel.yaml.clib-0.2.12-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.7 kB)
Using cached scc-0.20.0-py3-none-any.whl (48 kB)
Using cached urllib3-1.26.20-py2.py3-none-any.whl (144 kB)
Using cached PyGithub-2.6.1-py3-none-any.whl (410 kB)
Using cached PyJWT-2.10.1-py3-none-any.whl (22 kB)
Using cached cryptography-45.0.4-cp311-abi3-manylinux_2_34_x86_64.whl (4.5 MB)
Using cached cffi-1.17.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (467 kB)
Using cached PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB)
Using cached PyYAML-6.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (762 kB)
Using cached requests-2.32.4-py3-none-any.whl (64 kB)
Using cached charset_normalizer-3.4.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (147 kB)
Using cached idna-3.10-py3-none-any.whl (70 kB)
Using cached certifi-2025.6.15-py3-none-any.whl (157 kB)
Using cached typing_extensions-4.14.0-py3-none-any.whl (43 kB)
Using cached Deprecated-1.2.18-py2.py3-none-any.whl (10.0 kB)
Using cached wrapt-1.17.2-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (83 kB)
Using cached future-1.0.0-py3-none-any.whl (491 kB)
Using cached pycparser-2.22-py3-none-any.whl (117 kB)
Using cached ruamel.yaml-0.18.14-py3-none-any.whl (118 kB)
Using cached ruamel.yaml.clib-0.2.12-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (739 kB)
Using cached ruamel.yaml.jinja2-0.2.7-py2.py3-none-any.whl (5.5 kB)
Using cached six-1.17.0-py2.py3-none-any.whl (11 kB)
Installing collected packages: wrapt, urllib3, typing-extensions, six, ruamel.yaml.clib, PyYAML, pyjwt, pycparser, idna, future, charset_normalizer, certifi, yaclifw, ruamel.yaml, requests, Deprecated, cffi, ruamel.yaml.jinja2, pynacl, cryptography, PyGithub, scc
Successfully installed Deprecated-1.2.18 PyGithub-2.6.1 PyYAML-6.0.2 certifi-2025.6.15 cffi-1.17.1 charset_normalizer-3.4.2 cryptography-45.0.4 future-1.0.0 idna-3.10 pycparser-2.22 pyjwt-2.10.1 pynacl-1.5.0 requests-2.32.4 ruamel.yaml-0.18.14 ruamel.yaml.clib-0.2.12 ruamel.yaml.jinja2-0.2.7 scc-0.20.0 six-1.17.0 typing-extensions-4.14.0 urllib3-1.26.20 wrapt-1.17.2 yaclifw-0.2.0
[Pipeline] sh
+ export BASE_REPO=omero-build.git
+ BASE_REPO=omero-build.git
+ export BASE_BRANCH=master
+ BASE_BRANCH=master
+ export VERSION_LOG=/home/omero/workspace/OMERO-build-push/build/version.tsv
+ VERSION_LOG=/home/omero/workspace/OMERO-build-push/build/version.tsv
+ . build/venv/bin/activate
++ deactivate nondestructive
++ '[' -n '' ']'
++ '[' -n '' ']'
++ hash -r
++ '[' -n '' ']'
++ unset VIRTUAL_ENV
++ unset VIRTUAL_ENV_PROMPT
++ '[' '!' nondestructive = nondestructive ']'
++ VIRTUAL_ENV=/home/omero/workspace/OMERO-build-push/build/venv
++ export VIRTUAL_ENV
++ _OLD_VIRTUAL_PATH=/opt/ice-3.6.5/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
++ PATH=/home/omero/workspace/OMERO-build-push/build/venv/bin:/opt/ice-3.6.5/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
++ export PATH
++ '[' -n '' ']'
++ '[' -z '' ']'
++ _OLD_VIRTUAL_PS1=
++ PS1='(venv) '
++ export PS1
++ VIRTUAL_ENV_PROMPT='(venv) '
++ export VIRTUAL_ENV_PROMPT
++ hash -r
+ '[' merge_ci '!=' null ']'
+ export PUSH_BRANCH=merge_ci
+ PUSH_BRANCH=merge_ci
+ '[' null '!=' null ']'
+ export STATUS=success-only 'MERGE_OPTIONS=-vvv --no-ask --reset --comment'
+ STATUS=success-only
+ MERGE_OPTIONS='-vvv --no-ask --reset --comment'
+ bash build/build-infra-master/recursive-merge
Merge base repository (no submodule updates)
2025-06-18 02:27:38,777 [ scc.config] DEBUG Found github.token
2025-06-18 02:27:38,778 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:27:38,969 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-18 02:27:39,221 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:27:39,396 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-18 02:27:39,647 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:27:39,807 [urllib3.conn] DEBUG https://api.github.com:443 "GET /rate_limit HTTP/1.1" 200 None
2025-06-18 02:27:39,808 [ scc.gh] DEBUG 4562 remaining from 5000 (Reset at 03:06
2025-06-18 02:27:39,809 [ scc.git] DEBUG Calling 'git rev-parse --show-toplevel'
2025-06-18 02:27:39,811 [ scc.git] DEBUG Check current status
2025-06-18 02:27:39,811 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2025-06-18 02:27:39,814 [ scc.git] DEBUG 74746d4 Merge pull request #253 from ome/dependabot/submodules/omero-gateway-java-20415d6
2025-06-18 02:27:39,815 [ scc.git] DEBUG Calling 'git submodule status'
2025-06-18 02:27:40,139 [ scc.git] DEBUG b56a31dff4a7470a1b1947e6e9cd9019642480ee omero-blitz (v5.8.2-9-gb56a31df)
2025-06-18 02:27:40,143 [ scc.git] DEBUG 540d520c0d291cdec3dc140b69a77fba2ccbed64 omero-common (v5.7.3-1-g540d520)
2025-06-18 02:27:40,149 [ scc.git] DEBUG 20415d65dd81bce4ed7808939d08fe3fc2353b33 omero-gateway-java (v5.10.2-4-g20415d6)
2025-06-18 02:27:40,153 [ scc.git] DEBUG 4d7c5cda6caa4f564e3ae30191f942f132853cda omero-model (v5.7.3-3-g4d7c5cd)
2025-06-18 02:27:40,157 [ scc.git] DEBUG bdbdb9e2fd188a536fc1992051b8ab32afab465a omero-renderer (v5.6.3-1-gbdbdb9e)
2025-06-18 02:27:40,161 [ scc.git] DEBUG dd94b039abd0e7be6399cc25a4dbc84e85099ac5 omero-romio (v5.8.3-1-gdd94b03)
2025-06-18 02:27:40,678 [ scc.git] DEBUG 5096f6dca3f4669c735b1257adca12cb21927db1 omero-server (v5.7.2-19-g5096f6dc)
2025-06-18 02:27:40,681 [ scc.config] DEBUG Found remote.origin.url
2025-06-18 02:27:40,682 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:27:40,951 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build HTTP/1.1" 200 None
2025-06-18 02:27:41,202 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:27:41,445 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None
2025-06-18 02:27:41,696 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:27:41,887 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None
2025-06-18 02:27:42,139 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:27:42,328 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None
2025-06-18 02:27:42,580 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:27:42,774 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None
2025-06-18 02:27:42,775 [ scc.git] DEBUG Resetting...
2025-06-18 02:27:42,775 [ scc.git] DEBUG Calling 'git reset --hard HEAD'
2025-06-18 02:27:42,780 [ scc.git] DEBUG HEAD is now at 74746d4 Merge pull request #253 from ome/dependabot/submodules/omero-gateway-java-20415d6
2025-06-18 02:27:42,780 [ scc.git] DEBUG Calling 'git submodule update --recursive'
2025-06-18 02:27:42,844 [ scc.git] DEBUG Check current status
2025-06-18 02:27:42,844 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2025-06-18 02:27:42,847 [ scc.git] DEBUG 74746d4 Merge pull request #253 from ome/dependabot/submodules/omero-gateway-java-20415d6
2025-06-18 02:27:42,847 [ scc.git] DEBUG Calling 'git submodule status'
2025-06-18 02:27:42,889 [ scc.git] DEBUG b56a31dff4a7470a1b1947e6e9cd9019642480ee omero-blitz (v5.8.2-9-gb56a31df)
2025-06-18 02:27:42,892 [ scc.git] DEBUG 540d520c0d291cdec3dc140b69a77fba2ccbed64 omero-common (v5.7.3-1-g540d520)
2025-06-18 02:27:42,896 [ scc.git] DEBUG 20415d65dd81bce4ed7808939d08fe3fc2353b33 omero-gateway-java (v5.10.2-4-g20415d6)
2025-06-18 02:27:42,900 [ scc.git] DEBUG 4d7c5cda6caa4f564e3ae30191f942f132853cda omero-model (v5.7.3-3-g4d7c5cd)
2025-06-18 02:27:42,904 [ scc.git] DEBUG bdbdb9e2fd188a536fc1992051b8ab32afab465a omero-renderer (v5.6.3-1-gbdbdb9e)
2025-06-18 02:27:42,908 [ scc.git] DEBUG dd94b039abd0e7be6399cc25a4dbc84e85099ac5 omero-romio (v5.8.3-1-gdd94b03)
2025-06-18 02:27:42,912 [ scc.git] DEBUG 5096f6dca3f4669c735b1257adca12cb21927db1 omero-server (v5.7.2-19-g5096f6dc)
2025-06-18 02:27:42,913 [ scc.merge] INFO Merging Pull Request(s) based on master
2025-06-18 02:27:42,913 [ scc.merge] INFO Including Pull Request(s) opened by any public member of the organization
2025-06-18 02:27:42,913 [ scc.merge] INFO Including Pull Request(s) labelled as include or dependencies
2025-06-18 02:27:42,913 [ scc.merge] INFO Excluding Pull Request(s) staged as draft
2025-06-18 02:27:42,913 [ scc.merge] INFO Excluding Pull Request(s) labelled as exclude or breaking
2025-06-18 02:27:42,913 [ scc.repo] DEBUG ## PRs found:
2025-06-18 02:27:43,026 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:27:43,301 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/pulls HTTP/1.1" 200 None
2025-06-18 02:27:43,553 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:27:43,799 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/issues/261 HTTP/1.1" 200 None
2025-06-18 02:27:43,800 [ scc.repo] DEBUG # ... Include label: dependencies
2025-06-18 02:27:43,800 [ scc.repo] DEBUG - PR 261 dependabot[bot] 'Bump omero-gateway-java from `20415d6` to `d272baf`'
2025-06-18 02:27:44,050 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:27:44,315 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/issues/260 HTTP/1.1" 200 None
2025-06-18 02:27:44,316 [ scc.repo] DEBUG # ... Include label: dependencies
2025-06-18 02:27:44,316 [ scc.repo] DEBUG - PR 260 dependabot[bot] 'Bump omero-server from `5096f6d` to `e594cc1`'
2025-06-18 02:27:44,566 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:27:44,804 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/issues/259 HTTP/1.1" 200 None
2025-06-18 02:27:44,804 [ scc.repo] DEBUG # ... Include label: dependencies
2025-06-18 02:27:44,805 [ scc.repo] DEBUG - PR 259 dependabot[bot] 'Bump omero-blitz from `b56a31d` to `808b26c`'
2025-06-18 02:27:44,805 [ scc.repo] DEBUG ## Branches found:
2025-06-18 02:27:44,805 [ scc.git] DEBUG Get sha1 of %s
2025-06-18 02:27:44,805 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-18 02:27:44,807 [ scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master'
2025-06-18 02:27:44,810 [ scc.git] DEBUG ## Merging base to ensure closed PRs are included.
2025-06-18 02:27:44,810 [ scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master'
2025-06-18 02:27:44,813 [ scc.git] DEBUG Calling 'git merge --ff-only origin/master'
2025-06-18 02:27:44,816 [ scc.git] DEBUG Already up to date.
2025-06-18 02:27:44,816 [ scc.git] DEBUG Calling 'git fetch origin pull/259/head'
2025-06-18 02:27:45,149 [ scc.git] DEBUG From https://github.com/ome/omero-build
2025-06-18 02:27:45,149 [ scc.git] DEBUG * branch refs/pull/259/head -> FETCH_HEAD
2025-06-18 02:27:45,158 [ scc.git] DEBUG Calling 'git fetch origin pull/260/head'
2025-06-18 02:27:45,436 [ scc.git] DEBUG From https://github.com/ome/omero-build
2025-06-18 02:27:45,437 [ scc.git] DEBUG * branch refs/pull/260/head -> FETCH_HEAD
2025-06-18 02:27:45,444 [ scc.git] DEBUG Calling 'git fetch origin pull/261/head'
2025-06-18 02:27:45,718 [ scc.git] DEBUG From https://github.com/ome/omero-build
2025-06-18 02:27:45,718 [ scc.git] DEBUG * branch refs/pull/261/head -> FETCH_HEAD
2025-06-18 02:27:45,725 [ scc.git] DEBUG ## Unique users: []
2025-06-18 02:27:45,725 [ scc.git] DEBUG Get sha1 of %s
2025-06-18 02:27:45,725 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-18 02:27:45,728 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...7f9ca8aceb1cb0445f5779f11420aa99cb7e151b'
2025-06-18 02:27:45,786 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-18 02:27:45,788 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Snone: PR 259 (Bump omero-blitz from `b56a31d` to `808b26c`) 7f9ca8aceb1cb0445f5779f11420aa99cb7e151b'
2025-06-18 02:27:45,798 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-06-18 02:27:45,801 [ scc.git] DEBUG omero-blitz | 2 +-
2025-06-18 02:27:45,801 [ scc.git] DEBUG 1 file changed, 1 insertion(+), 1 deletion(-)
2025-06-18 02:27:45,802 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:27:45,968 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-18 02:27:45,968 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...cde94c446eb5af3cf18ec97c78dafe9d1410aa95'
2025-06-18 02:27:46,026 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-18 02:27:46,028 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Snone: PR 260 (Bump omero-server from `5096f6d` to `e594cc1`) cde94c446eb5af3cf18ec97c78dafe9d1410aa95'
2025-06-18 02:27:46,062 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-06-18 02:27:46,065 [ scc.git] DEBUG omero-server | 2 +-
2025-06-18 02:27:46,065 [ scc.git] DEBUG 1 file changed, 1 insertion(+), 1 deletion(-)
2025-06-18 02:27:46,219 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:27:46,401 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-18 02:27:46,401 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...485d7ef650f63b16054a5e9ca0986e3ebd02199f'
2025-06-18 02:27:46,409 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-18 02:27:46,412 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Snone: PR 261 (Bump omero-gateway-java from `20415d6` to `d272baf`) 485d7ef650f63b16054a5e9ca0986e3ebd02199f'
2025-06-18 02:27:46,422 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-06-18 02:27:46,425 [ scc.git] DEBUG omero-gateway-java | 2 +-
2025-06-18 02:27:46,425 [ scc.git] DEBUG 1 file changed, 1 insertion(+), 1 deletion(-)
2025-06-18 02:27:46,652 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:27:46,807 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-18 02:27:46,808 [ scc.git] DEBUG Calling 'git submodule update'
2025-06-18 02:27:46,977 [ scc.git] DEBUG Submodule path 'omero-blitz': checked out '808b26cdda7eae8fa8e85eb52a32781751b4b512'
2025-06-18 02:27:47,417 [ scc.git] DEBUG Submodule path 'omero-gateway-java': checked out 'd272baff87a4399942fccd93b89bd98b4f716c0f'
2025-06-18 02:27:47,594 [ scc.git] DEBUG Submodule path 'omero-server': checked out 'e594cc1fccbdaffe1c51566d8c5b1d4d4da49d69'
2025-06-18 02:27:47,595 [ scc.git] DEBUG Get sha1 of %s
2025-06-18 02:27:47,595 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-18 02:27:47,597 [ scc.git] DEBUG Calling 'git status --porcelain'
2025-06-18 02:27:48,195 [ scc.git] DEBUG <scc.git.GitRepository object at 0x7f2e02d52b50> has no local changes
2025-06-18 02:27:48,195 [ scc.git] DEBUG Calling 'git commit --allow-empty -a -n -m merge master -Dorg -Snone
Repository: ome/omero-build
Already up to date.
Merged PRs:
- PR 259 dependabot[bot] 'Bump omero-blitz from `b56a31d` to `808b26c`'
- PR 260 dependabot[bot] 'Bump omero-server from `5096f6d` to `e594cc1`'
- PR 261 dependabot[bot] 'Bump omero-gateway-java from `20415d6` to `d272baf`'
Generated by OMERO-build-push#463 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build-push/463/)'
2025-06-18 02:27:48,355 [ scc.git] DEBUG [detached HEAD d2f8927] merge master -Dorg -Snone
2025-06-18 02:27:48,356 [ scc.merge] INFO Repository: ome/omero-build
2025-06-18 02:27:48,356 [ scc.merge] INFO Already up to date.
2025-06-18 02:27:48,356 [ scc.merge] INFO
2025-06-18 02:27:48,356 [ scc.merge] INFO Merged PRs:
2025-06-18 02:27:48,356 [ scc.merge] INFO - PR 259 dependabot[bot] 'Bump omero-blitz from `b56a31d` to `808b26c`'
2025-06-18 02:27:48,356 [ scc.merge] INFO - PR 260 dependabot[bot] 'Bump omero-server from `5096f6d` to `e594cc1`'
2025-06-18 02:27:48,356 [ scc.merge] INFO - PR 261 dependabot[bot] 'Bump omero-gateway-java from `20415d6` to `d272baf`'
2025-06-18 02:27:48,356 [ scc.merge] INFO
2025-06-18 02:27:48,356 [ scc.merge] DEBUG Cleaning remote branches created for merging
2025-06-18 02:27:48,356 [ scc.git] DEBUG Calling 'git remote'
Synchronizing submodule url for 'omero-blitz'
Synchronizing submodule url for 'omero-common'
Synchronizing submodule url for 'omero-gateway-java'
Synchronizing submodule url for 'omero-model'
Synchronizing submodule url for 'omero-renderer'
Synchronizing submodule url for 'omero-romio'
Synchronizing submodule url for 'omero-server'
Merge all submodules2025-06-18 02:27:51,203 [ scc.config] DEBUG Found github.token
2025-06-18 02:27:51,204 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:27:51,366 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-18 02:27:51,617 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:27:51,779 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-18 02:27:52,031 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:27:52,185 [urllib3.conn] DEBUG https://api.github.com:443 "GET /rate_limit HTTP/1.1" 200 None
2025-06-18 02:27:52,186 [ scc.gh] DEBUG 4548 remaining from 5000 (Reset at 03:06
2025-06-18 02:27:52,186 [ scc.git] DEBUG Calling 'git rev-parse --show-toplevel'
2025-06-18 02:27:52,189 [ scc.git] DEBUG Check current status
2025-06-18 02:27:52,189 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2025-06-18 02:27:52,192 [ scc.git] DEBUG d2f8927 merge master -Dorg -Snone
2025-06-18 02:27:52,192 [ scc.git] DEBUG Calling 'git submodule status'
2025-06-18 02:27:52,234 [ scc.git] DEBUG 808b26cdda7eae8fa8e85eb52a32781751b4b512 omero-blitz (v5.8.3-1-g808b26cd)
2025-06-18 02:27:52,238 [ scc.git] DEBUG 540d520c0d291cdec3dc140b69a77fba2ccbed64 omero-common (v5.7.3-1-g540d520)
2025-06-18 02:27:52,242 [ scc.git] DEBUG d272baff87a4399942fccd93b89bd98b4f716c0f omero-gateway-java (v5.10.3-3-gd272baf)
2025-06-18 02:27:52,246 [ scc.git] DEBUG 4d7c5cda6caa4f564e3ae30191f942f132853cda omero-model (v5.7.3-3-g4d7c5cd)
2025-06-18 02:27:52,250 [ scc.git] DEBUG bdbdb9e2fd188a536fc1992051b8ab32afab465a omero-renderer (v5.6.3-1-gbdbdb9e)
2025-06-18 02:27:52,254 [ scc.git] DEBUG dd94b039abd0e7be6399cc25a4dbc84e85099ac5 omero-romio (v5.8.3-1-gdd94b03)
2025-06-18 02:27:52,257 [ scc.git] DEBUG e594cc1fccbdaffe1c51566d8c5b1d4d4da49d69 omero-server (v5.7.3-1-ge594cc1f)
2025-06-18 02:27:52,260 [ scc.config] DEBUG Found remote.origin.url
2025-06-18 02:27:52,437 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:27:52,691 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build HTTP/1.1" 200 None
2025-06-18 02:27:52,942 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:27:53,151 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None
2025-06-18 02:27:53,402 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:27:53,573 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None
2025-06-18 02:27:53,825 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:27:53,997 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None
2025-06-18 02:27:54,248 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:27:54,424 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None
2025-06-18 02:27:54,425 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-06-18 02:27:54,478 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-blitz
2025-06-18 02:27:54,478 [ scc.git] DEBUG Calling 'git rev-parse --show-toplevel'
2025-06-18 02:27:54,480 [ scc.git] DEBUG Check current status
2025-06-18 02:27:54,480 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2025-06-18 02:27:54,483 [ scc.git] DEBUG 808b26cd Bump version to 5.8.4-SNAPSHOT
2025-06-18 02:27:54,483 [ scc.git] DEBUG Calling 'git submodule status'
2025-06-18 02:27:54,524 [ scc.config] DEBUG Found remote.origin.url
2025-06-18 02:27:54,676 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:27:54,931 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz HTTP/1.1" 200 None
2025-06-18 02:27:55,182 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:27:55,413 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None
2025-06-18 02:27:55,664 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:27:55,837 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None
2025-06-18 02:27:56,089 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:27:56,274 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None
2025-06-18 02:27:56,525 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:27:56,707 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None
2025-06-18 02:27:56,707 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-06-18 02:27:56,749 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-06-18 02:27:56,750 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-common
2025-06-18 02:27:56,750 [ scc.git] DEBUG Calling 'git rev-parse --show-toplevel'
2025-06-18 02:27:56,752 [ scc.git] DEBUG Check current status
2025-06-18 02:27:56,752 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2025-06-18 02:27:56,755 [ scc.git] DEBUG 540d520 Bump version to 5.7.4-SNAPSHOT
2025-06-18 02:27:56,755 [ scc.git] DEBUG Calling 'git submodule status'
2025-06-18 02:27:56,796 [ scc.config] DEBUG Found remote.origin.url
2025-06-18 02:27:56,958 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:27:57,217 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-common HTTP/1.1" 200 None
2025-06-18 02:27:57,469 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:27:57,707 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None
2025-06-18 02:27:57,958 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:27:58,134 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None
2025-06-18 02:27:58,385 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:27:58,560 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None
2025-06-18 02:27:58,812 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:27:59,039 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None
2025-06-18 02:27:59,040 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-06-18 02:27:59,081 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-06-18 02:27:59,081 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-gateway-java
2025-06-18 02:27:59,081 [ scc.git] DEBUG Calling 'git rev-parse --show-toplevel'
2025-06-18 02:27:59,084 [ scc.git] DEBUG Check current status
2025-06-18 02:27:59,084 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2025-06-18 02:27:59,086 [ scc.git] DEBUG d272baf Merge pull request #101 from ppouchin/fix-serverhost
2025-06-18 02:27:59,086 [ scc.git] DEBUG Calling 'git submodule status'
2025-06-18 02:27:59,127 [ scc.config] DEBUG Found remote.origin.url
2025-06-18 02:27:59,291 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:27:59,582 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java HTTP/1.1" 200 None
2025-06-18 02:27:59,833 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:00,052 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None
2025-06-18 02:28:00,303 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:00,477 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None
2025-06-18 02:28:00,729 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:00,920 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None
2025-06-18 02:28:01,172 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:01,374 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None
2025-06-18 02:28:01,375 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-06-18 02:28:01,415 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-06-18 02:28:01,416 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-model
2025-06-18 02:28:01,416 [ scc.git] DEBUG Calling 'git rev-parse --show-toplevel'
2025-06-18 02:28:01,419 [ scc.git] DEBUG Check current status
2025-06-18 02:28:01,419 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2025-06-18 02:28:01,421 [ scc.git] DEBUG 4d7c5cd Merge pull request #119 from sbesson/changelog_removal
2025-06-18 02:28:01,422 [ scc.git] DEBUG Calling 'git submodule status'
2025-06-18 02:28:01,462 [ scc.config] DEBUG Found remote.origin.url
2025-06-18 02:28:01,625 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:01,897 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-model HTTP/1.1" 200 None
2025-06-18 02:28:02,149 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:02,399 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None
2025-06-18 02:28:02,650 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:02,876 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None
2025-06-18 02:28:03,128 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:03,322 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None
2025-06-18 02:28:03,573 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:03,746 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None
2025-06-18 02:28:03,746 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-06-18 02:28:03,786 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-06-18 02:28:03,786 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-renderer
2025-06-18 02:28:03,787 [ scc.git] DEBUG Calling 'git rev-parse --show-toplevel'
2025-06-18 02:28:03,789 [ scc.git] DEBUG Check current status
2025-06-18 02:28:03,789 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2025-06-18 02:28:03,791 [ scc.git] DEBUG bdbdb9e Bump version to 5.6.4-SNAPSHOT
2025-06-18 02:28:03,792 [ scc.git] DEBUG Calling 'git submodule status'
2025-06-18 02:28:03,834 [ scc.config] DEBUG Found remote.origin.url
2025-06-18 02:28:03,997 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:04,257 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-renderer HTTP/1.1" 200 None
2025-06-18 02:28:04,509 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:04,734 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None
2025-06-18 02:28:04,985 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:05,201 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None
2025-06-18 02:28:05,453 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:05,623 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None
2025-06-18 02:28:05,875 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:06,056 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None
2025-06-18 02:28:06,057 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-06-18 02:28:06,101 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-06-18 02:28:06,101 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-romio
2025-06-18 02:28:06,102 [ scc.git] DEBUG Calling 'git rev-parse --show-toplevel'
2025-06-18 02:28:06,104 [ scc.git] DEBUG Check current status
2025-06-18 02:28:06,104 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2025-06-18 02:28:06,106 [ scc.git] DEBUG dd94b03 Bump version to 5.8.4-SNAPSHOT
2025-06-18 02:28:06,107 [ scc.git] DEBUG Calling 'git submodule status'
2025-06-18 02:28:06,149 [ scc.config] DEBUG Found remote.origin.url
2025-06-18 02:28:06,307 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:06,592 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-romio HTTP/1.1" 200 None
2025-06-18 02:28:06,843 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:07,098 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None
2025-06-18 02:28:07,349 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:07,546 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None
2025-06-18 02:28:07,797 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:07,979 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None
2025-06-18 02:28:08,230 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:08,414 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None
2025-06-18 02:28:08,415 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-06-18 02:28:08,457 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-06-18 02:28:08,457 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-server
2025-06-18 02:28:08,457 [ scc.git] DEBUG Calling 'git rev-parse --show-toplevel'
2025-06-18 02:28:08,460 [ scc.git] DEBUG Check current status
2025-06-18 02:28:08,460 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2025-06-18 02:28:08,462 [ scc.git] DEBUG e594cc1f Bump version to 5.7.4-SNAPSHOT
2025-06-18 02:28:08,463 [ scc.git] DEBUG Calling 'git submodule status'
2025-06-18 02:28:08,505 [ scc.config] DEBUG Found remote.origin.url
2025-06-18 02:28:08,666 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:08,978 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server HTTP/1.1" 200 None
2025-06-18 02:28:09,229 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:09,471 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None
2025-06-18 02:28:09,723 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:09,907 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None
2025-06-18 02:28:10,158 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:10,348 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None
2025-06-18 02:28:10,600 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:10,783 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None
2025-06-18 02:28:10,783 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-06-18 02:28:10,825 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-06-18 02:28:10,825 [ scc.git] DEBUG Resetting...
2025-06-18 02:28:10,825 [ scc.git] DEBUG Calling 'git reset --hard HEAD'
2025-06-18 02:28:10,830 [ scc.git] DEBUG HEAD is now at d2f8927 merge master -Dorg -Snone
2025-06-18 02:28:10,830 [ scc.git] DEBUG Calling 'git submodule update --recursive'
2025-06-18 02:28:10,892 [ scc.git] DEBUG Check current status
2025-06-18 02:28:10,892 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2025-06-18 02:28:10,894 [ scc.git] DEBUG d2f8927 merge master -Dorg -Snone
2025-06-18 02:28:10,894 [ scc.git] DEBUG Calling 'git submodule status'
2025-06-18 02:28:10,934 [ scc.git] DEBUG 808b26cdda7eae8fa8e85eb52a32781751b4b512 omero-blitz (v5.8.3-1-g808b26cd)
2025-06-18 02:28:10,938 [ scc.git] DEBUG 540d520c0d291cdec3dc140b69a77fba2ccbed64 omero-common (v5.7.3-1-g540d520)
2025-06-18 02:28:10,942 [ scc.git] DEBUG d272baff87a4399942fccd93b89bd98b4f716c0f omero-gateway-java (v5.10.3-3-gd272baf)
2025-06-18 02:28:10,945 [ scc.git] DEBUG 4d7c5cda6caa4f564e3ae30191f942f132853cda omero-model (v5.7.3-3-g4d7c5cd)
2025-06-18 02:28:10,949 [ scc.git] DEBUG bdbdb9e2fd188a536fc1992051b8ab32afab465a omero-renderer (v5.6.3-1-gbdbdb9e)
2025-06-18 02:28:10,953 [ scc.git] DEBUG dd94b039abd0e7be6399cc25a4dbc84e85099ac5 omero-romio (v5.8.3-1-gdd94b03)
2025-06-18 02:28:10,956 [ scc.git] DEBUG e594cc1fccbdaffe1c51566d8c5b1d4d4da49d69 omero-server (v5.7.3-1-ge594cc1f)
2025-06-18 02:28:10,957 [ scc.merge] INFO Merging Pull Request(s) based on master
2025-06-18 02:28:10,957 [ scc.merge] INFO Including Pull Request(s) opened by any public member of the organization
2025-06-18 02:28:10,957 [ scc.merge] INFO Including Pull Request(s) labelled as include or dependencies
2025-06-18 02:28:10,957 [ scc.merge] INFO Excluding Pull Request(s) staged as draft
2025-06-18 02:28:10,957 [ scc.merge] INFO Excluding Pull Request(s) labelled as exclude or breaking
2025-06-18 02:28:10,957 [ scc.merge] INFO Excluding Pull Request(s) without successful status
2025-06-18 02:28:10,957 [ scc.repo] DEBUG ## PRs found:
2025-06-18 02:28:11,034 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:11,307 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/pulls HTTP/1.1" 200 None
2025-06-18 02:28:11,558 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:11,842 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/issues/261 HTTP/1.1" 200 None
2025-06-18 02:28:11,843 [ scc.repo] DEBUG # ... Include label: dependencies
2025-06-18 02:28:12,093 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:12,435 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/commits/485d7ef650f63b16054a5e9ca0986e3ebd02199f HTTP/1.1" 200 None
2025-06-18 02:28:12,687 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:12,897 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/commits/485d7ef650f63b16054a5e9ca0986e3ebd02199f/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None
2025-06-18 02:28:13,148 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:13,506 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/commits/485d7ef650f63b16054a5e9ca0986e3ebd02199f HTTP/1.1" 200 None
2025-06-18 02:28:13,757 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:13,969 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/statuses/485d7ef650f63b16054a5e9ca0986e3ebd02199f?per_page=1 HTTP/1.1" 200 2
2025-06-18 02:28:13,969 [ scc.repo] DEBUG - PR 261 dependabot[bot] 'Bump omero-gateway-java from `20415d6` to `d272baf`'
2025-06-18 02:28:14,220 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:14,502 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/issues/260 HTTP/1.1" 200 None
2025-06-18 02:28:14,503 [ scc.repo] DEBUG # ... Include label: dependencies
2025-06-18 02:28:14,754 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:15,058 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/commits/cde94c446eb5af3cf18ec97c78dafe9d1410aa95 HTTP/1.1" 200 None
2025-06-18 02:28:15,310 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:15,539 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/commits/cde94c446eb5af3cf18ec97c78dafe9d1410aa95/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None
2025-06-18 02:28:15,791 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:16,114 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/commits/cde94c446eb5af3cf18ec97c78dafe9d1410aa95 HTTP/1.1" 200 None
2025-06-18 02:28:16,366 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:16,552 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/statuses/cde94c446eb5af3cf18ec97c78dafe9d1410aa95?per_page=1 HTTP/1.1" 200 2
2025-06-18 02:28:16,553 [ scc.repo] DEBUG - PR 260 dependabot[bot] 'Bump omero-server from `5096f6d` to `e594cc1`'
2025-06-18 02:28:16,804 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:17,042 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/issues/259 HTTP/1.1" 200 None
2025-06-18 02:28:17,043 [ scc.repo] DEBUG # ... Include label: dependencies
2025-06-18 02:28:17,293 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:17,602 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/commits/7f9ca8aceb1cb0445f5779f11420aa99cb7e151b HTTP/1.1" 200 None
2025-06-18 02:28:17,853 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:18,099 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/commits/7f9ca8aceb1cb0445f5779f11420aa99cb7e151b/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None
2025-06-18 02:28:18,350 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:18,659 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/commits/7f9ca8aceb1cb0445f5779f11420aa99cb7e151b HTTP/1.1" 200 None
2025-06-18 02:28:18,910 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:19,111 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/statuses/7f9ca8aceb1cb0445f5779f11420aa99cb7e151b?per_page=1 HTTP/1.1" 200 2
2025-06-18 02:28:19,111 [ scc.repo] DEBUG - PR 259 dependabot[bot] 'Bump omero-blitz from `b56a31d` to `808b26c`'
2025-06-18 02:28:19,111 [ scc.repo] DEBUG ## Branches found:
2025-06-18 02:28:19,111 [ scc.git] DEBUG Get sha1 of %s
2025-06-18 02:28:19,111 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-18 02:28:19,114 [ scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master'
2025-06-18 02:28:19,116 [ scc.git] DEBUG ## Merging base to ensure closed PRs are included.
2025-06-18 02:28:19,116 [ scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master'
2025-06-18 02:28:19,119 [ scc.git] DEBUG Calling 'git merge --ff-only origin/master'
2025-06-18 02:28:19,122 [ scc.git] DEBUG Already up to date.
2025-06-18 02:28:19,122 [ scc.git] DEBUG Calling 'git fetch origin pull/259/head'
2025-06-18 02:28:19,455 [ scc.git] DEBUG From https://github.com/ome/omero-build
2025-06-18 02:28:19,455 [ scc.git] DEBUG * branch refs/pull/259/head -> FETCH_HEAD
2025-06-18 02:28:19,462 [ scc.git] DEBUG Calling 'git fetch origin pull/260/head'
2025-06-18 02:28:19,771 [ scc.git] DEBUG From https://github.com/ome/omero-build
2025-06-18 02:28:19,771 [ scc.git] DEBUG * branch refs/pull/260/head -> FETCH_HEAD
2025-06-18 02:28:19,779 [ scc.git] DEBUG Calling 'git fetch origin pull/261/head'
2025-06-18 02:28:20,046 [ scc.git] DEBUG From https://github.com/ome/omero-build
2025-06-18 02:28:20,046 [ scc.git] DEBUG * branch refs/pull/261/head -> FETCH_HEAD
2025-06-18 02:28:20,055 [ scc.git] DEBUG ## Unique users: []
2025-06-18 02:28:20,055 [ scc.git] DEBUG Get sha1 of %s
2025-06-18 02:28:20,056 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-18 02:28:20,058 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...7f9ca8aceb1cb0445f5779f11420aa99cb7e151b'
2025-06-18 02:28:20,060 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-18 02:28:20,063 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 259 (Bump omero-blitz from `b56a31d` to `808b26c`) 7f9ca8aceb1cb0445f5779f11420aa99cb7e151b'
2025-06-18 02:28:20,066 [ scc.git] DEBUG Already up to date.
2025-06-18 02:28:20,067 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:20,229 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-18 02:28:20,229 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...cde94c446eb5af3cf18ec97c78dafe9d1410aa95'
2025-06-18 02:28:20,232 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-18 02:28:20,235 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 260 (Bump omero-server from `5096f6d` to `e594cc1`) cde94c446eb5af3cf18ec97c78dafe9d1410aa95'
2025-06-18 02:28:20,237 [ scc.git] DEBUG Already up to date.
2025-06-18 02:28:20,480 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:20,645 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-18 02:28:20,645 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...485d7ef650f63b16054a5e9ca0986e3ebd02199f'
2025-06-18 02:28:20,648 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-18 02:28:20,651 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 261 (Bump omero-gateway-java from `20415d6` to `d272baf`) 485d7ef650f63b16054a5e9ca0986e3ebd02199f'
2025-06-18 02:28:20,653 [ scc.git] DEBUG Already up to date.
2025-06-18 02:28:20,896 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:21,073 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-18 02:28:21,074 [ scc.git] DEBUG Calling 'git submodule update'
2025-06-18 02:28:21,120 [ scc.git] DEBUG Get sha1 of %s
2025-06-18 02:28:21,120 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-18 02:28:21,122 [ scc.repo] DEBUG ## PRs found:
2025-06-18 02:28:21,325 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:21,628 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/pulls HTTP/1.1" 200 None
2025-06-18 02:28:21,879 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:22,142 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/issues/162 HTTP/1.1" 200 None
2025-06-18 02:28:22,394 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:22,674 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/commits/89350120dc7fcf98f33accaa081c638a5c81724d HTTP/1.1" 200 None
2025-06-18 02:28:22,926 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:23,197 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/commits/89350120dc7fcf98f33accaa081c638a5c81724d/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None
2025-06-18 02:28:23,449 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:23,686 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/commits/89350120dc7fcf98f33accaa081c638a5c81724d/check-suites?app_id=15368 HTTP/1.1" 200 None
2025-06-18 02:28:23,937 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:24,274 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/commits/89350120dc7fcf98f33accaa081c638a5c81724d HTTP/1.1" 200 None
2025-06-18 02:28:24,525 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:24,742 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/statuses/89350120dc7fcf98f33accaa081c638a5c81724d?per_page=1 HTTP/1.1" 200 2
2025-06-18 02:28:24,742 [ scc.repo] DEBUG - PR 162 sbesson 'OMEROMetadataStoreClient: fall back to secure session on SocketException'
2025-06-18 02:28:24,993 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:25,222 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/issues/132 HTTP/1.1" 200 None
2025-06-18 02:28:25,474 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:25,696 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/issues/132/comments HTTP/1.1" 200 None
2025-06-18 02:28:25,947 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:26,272 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/commits/6d887b53b85d244eed855703effd0e470c83bab9 HTTP/1.1" 200 None
2025-06-18 02:28:26,523 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:26,759 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/commits/6d887b53b85d244eed855703effd0e470c83bab9/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None
2025-06-18 02:28:27,010 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:27,344 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/commits/6d887b53b85d244eed855703effd0e470c83bab9 HTTP/1.1" 200 None
2025-06-18 02:28:27,595 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:27,778 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/statuses/6d887b53b85d244eed855703effd0e470c83bab9?per_page=1 HTTP/1.1" 200 2
2025-06-18 02:28:27,778 [ scc.repo] DEBUG - PR 132 jburel 'Fix javadoc warning'
2025-06-18 02:28:28,029 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:28,301 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/issues/119 HTTP/1.1" 200 None
2025-06-18 02:28:28,552 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:28,781 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/issues/119/comments HTTP/1.1" 200 None
2025-06-18 02:28:29,033 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:29,299 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/commits/4ef8809efaee231eb83e45e64a852a9808bc4723 HTTP/1.1" 200 None
2025-06-18 02:28:29,550 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:29,759 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/commits/4ef8809efaee231eb83e45e64a852a9808bc4723/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None
2025-06-18 02:28:30,010 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:30,278 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/commits/4ef8809efaee231eb83e45e64a852a9808bc4723 HTTP/1.1" 200 None
2025-06-18 02:28:30,530 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:30,717 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/statuses/4ef8809efaee231eb83e45e64a852a9808bc4723?per_page=1 HTTP/1.1" 200 2
2025-06-18 02:28:30,717 [ scc.repo] DEBUG - PR 119 dominikl 'Take Ice and omero sysenv variables into account'
2025-06-18 02:28:30,718 [ scc.repo] DEBUG ## Branches found:
2025-06-18 02:28:30,718 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-blitz
2025-06-18 02:28:30,718 [ scc.git] DEBUG Get sha1 of %s
2025-06-18 02:28:30,718 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-18 02:28:30,720 [ scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master'
2025-06-18 02:28:30,723 [ scc.git] DEBUG ## Merging base to ensure closed PRs are included.
2025-06-18 02:28:30,723 [ scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master'
2025-06-18 02:28:30,726 [ scc.git] DEBUG Calling 'git merge --ff-only origin/master'
2025-06-18 02:28:30,729 [ scc.git] DEBUG Already up to date.
2025-06-18 02:28:30,730 [ scc.git] DEBUG Calling 'git fetch origin pull/119/head'
2025-06-18 02:28:32,234 [ scc.git] DEBUG From https://github.com/ome/omero-blitz
2025-06-18 02:28:32,234 [ scc.git] DEBUG * branch refs/pull/119/head -> FETCH_HEAD
2025-06-18 02:28:32,239 [ scc.git] DEBUG Calling 'git fetch origin pull/132/head'
2025-06-18 02:28:32,789 [ scc.git] DEBUG From https://github.com/ome/omero-blitz
2025-06-18 02:28:32,789 [ scc.git] DEBUG * branch refs/pull/132/head -> FETCH_HEAD
2025-06-18 02:28:32,794 [ scc.git] DEBUG Calling 'git fetch origin pull/162/head'
2025-06-18 02:28:33,394 [ scc.git] DEBUG From https://github.com/ome/omero-blitz
2025-06-18 02:28:33,394 [ scc.git] DEBUG * branch refs/pull/162/head -> FETCH_HEAD
2025-06-18 02:28:33,399 [ scc.git] DEBUG ## Unique users: []
2025-06-18 02:28:33,399 [ scc.git] DEBUG Get sha1 of %s
2025-06-18 02:28:33,399 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-18 02:28:33,401 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...4ef8809efaee231eb83e45e64a852a9808bc4723'
2025-06-18 02:28:33,407 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-18 02:28:33,409 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 119 (Take Ice and omero sysenv variables into account) 4ef8809efaee231eb83e45e64a852a9808bc4723'
2025-06-18 02:28:33,622 [ scc.git] DEBUG Auto-merging src/main/java/omero/client.java
2025-06-18 02:28:33,624 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-06-18 02:28:33,627 [ scc.git] DEBUG src/main/java/omero/client.java | 6 ++++++
2025-06-18 02:28:33,627 [ scc.git] DEBUG 1 file changed, 6 insertions(+)
2025-06-18 02:28:33,628 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:33,795 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-18 02:28:33,795 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...6d887b53b85d244eed855703effd0e470c83bab9'
2025-06-18 02:28:33,801 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-18 02:28:33,803 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 132 (Fix javadoc warning) 6d887b53b85d244eed855703effd0e470c83bab9'
2025-06-18 02:28:33,894 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-06-18 02:28:33,897 [ scc.git] DEBUG src/main/slice/omero/api/ThumbnailStore.ice | 2 +-
2025-06-18 02:28:33,897 [ scc.git] DEBUG 1 file changed, 1 insertion(+), 1 deletion(-)
2025-06-18 02:28:34,046 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:34,212 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-18 02:28:34,213 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...89350120dc7fcf98f33accaa081c638a5c81724d'
2025-06-18 02:28:34,219 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-18 02:28:34,221 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 162 (OMEROMetadataStoreClient: fall back to secure session on SocketException) 89350120dc7fcf98f33accaa081c638a5c81724d'
2025-06-18 02:28:34,325 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-06-18 02:28:34,332 [ scc.git] DEBUG src/main/java/ome/formats/OMEROMetadataStoreClient.java | 4 ++--
2025-06-18 02:28:34,332 [ scc.git] DEBUG 1 file changed, 2 insertions(+), 2 deletions(-)
2025-06-18 02:28:34,463 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:34,650 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-18 02:28:34,650 [ scc.git] DEBUG Calling 'git submodule update'
2025-06-18 02:28:34,693 [ scc.git] DEBUG Get sha1 of %s
2025-06-18 02:28:34,693 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-18 02:28:34,696 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-06-18 02:28:34,736 [ scc.git] DEBUG Calling 'git status --porcelain'
2025-06-18 02:28:34,744 [ scc.git] DEBUG <scc.git.GitRepository object at 0x7f7479622850> has no local changes
2025-06-18 02:28:34,744 [ scc.git] DEBUG Calling 'git commit --allow-empty -a -n -m merge master -Dorg -Ssuccess-only
Repository: ome/omero-blitz
Already up to date.
Merged PRs:
- PR 119 dominikl 'Take Ice and omero sysenv variables into account'
- PR 132 jburel 'Fix javadoc warning'
- PR 162 sbesson 'OMEROMetadataStoreClient: fall back to secure session on SocketException'
Generated by OMERO-build-push#463 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build-push/463/)'
2025-06-18 02:28:34,754 [ scc.git] DEBUG [detached HEAD 3d069f61] merge master -Dorg -Ssuccess-only
2025-06-18 02:28:34,754 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-06-18 02:28:34,754 [ scc.repo] DEBUG ## PRs found:
2025-06-18 02:28:34,901 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:35,266 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-common/pulls HTTP/1.1" 200 None
2025-06-18 02:28:35,518 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:35,788 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-common/issues/45 HTTP/1.1" 200 None
2025-06-18 02:28:36,040 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:36,306 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-common/issues/45/comments HTTP/1.1" 200 None
2025-06-18 02:28:36,557 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:36,776 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-common/issues/42 HTTP/1.1" 200 None
2025-06-18 02:28:37,028 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:37,248 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-common/issues/42/comments HTTP/1.1" 200 None
2025-06-18 02:28:37,499 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:37,815 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-common/commits/92e4d3ee9bd655e531156415863a1defa7d0ab39 HTTP/1.1" 200 None
2025-06-18 02:28:38,066 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:38,350 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-common/commits/92e4d3ee9bd655e531156415863a1defa7d0ab39/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None
2025-06-18 02:28:38,601 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:38,871 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-common/commits/92e4d3ee9bd655e531156415863a1defa7d0ab39 HTTP/1.1" 200 None
2025-06-18 02:28:39,123 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:39,315 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-common/statuses/92e4d3ee9bd655e531156415863a1defa7d0ab39?per_page=1 HTTP/1.1" 200 2
2025-06-18 02:28:39,315 [ scc.repo] DEBUG - PR 42 jburel 'include all'
2025-06-18 02:28:39,316 [ scc.repo] DEBUG ## Branches found:
2025-06-18 02:28:39,316 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-common
2025-06-18 02:28:39,316 [ scc.git] DEBUG Get sha1 of %s
2025-06-18 02:28:39,316 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-18 02:28:39,318 [ scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master'
2025-06-18 02:28:39,321 [ scc.git] DEBUG ## Merging base to ensure closed PRs are included.
2025-06-18 02:28:39,321 [ scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master'
2025-06-18 02:28:39,324 [ scc.git] DEBUG Calling 'git merge --ff-only origin/master'
2025-06-18 02:28:39,327 [ scc.git] DEBUG Already up to date.
2025-06-18 02:28:39,327 [ scc.git] DEBUG Calling 'git fetch origin pull/42/head'
2025-06-18 02:28:40,853 [ scc.git] DEBUG From https://github.com/ome/omero-common
2025-06-18 02:28:40,853 [ scc.git] DEBUG * branch refs/pull/42/head -> FETCH_HEAD
2025-06-18 02:28:40,858 [ scc.git] DEBUG ## Unique users: []
2025-06-18 02:28:40,858 [ scc.git] DEBUG Get sha1 of %s
2025-06-18 02:28:40,858 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-18 02:28:40,860 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...92e4d3ee9bd655e531156415863a1defa7d0ab39'
2025-06-18 02:28:40,865 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-18 02:28:40,867 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 42 (include all) 92e4d3ee9bd655e531156415863a1defa7d0ab39'
2025-06-18 02:28:40,891 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-06-18 02:28:40,894 [ scc.git] DEBUG publish.gradle | 17 +----------------
2025-06-18 02:28:40,894 [ scc.git] DEBUG 1 file changed, 1 insertion(+), 16 deletions(-)
2025-06-18 02:28:40,895 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:41,078 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-18 02:28:41,079 [ scc.git] DEBUG Calling 'git submodule update'
2025-06-18 02:28:41,124 [ scc.git] DEBUG Get sha1 of %s
2025-06-18 02:28:41,124 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-18 02:28:41,127 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-06-18 02:28:41,166 [ scc.git] DEBUG Calling 'git status --porcelain'
2025-06-18 02:28:41,171 [ scc.git] DEBUG <scc.git.GitRepository object at 0x7f7479571d50> has no local changes
2025-06-18 02:28:41,171 [ scc.git] DEBUG Calling 'git commit --allow-empty -a -n -m merge master -Dorg -Ssuccess-only
Repository: ome/omero-common
Excluded PRs:
- PR 45 ehrenfeu 'Do not hide "Make Movie" from script menu' (user: ehrenfeu)
- PR 40 jburel 'set classifier' (exclude comment)
- PR 29 dominikl 'Add method to get pixel min max' (exclude comment)
Already up to date.
Merged PRs:
- PR 42 jburel 'include all'
Generated by OMERO-build-push#463 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build-push/463/)'
2025-06-18 02:28:41,177 [ scc.git] DEBUG [detached HEAD dfbdf65] merge master -Dorg -Ssuccess-only
2025-06-18 02:28:41,178 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-06-18 02:28:41,178 [ scc.repo] DEBUG ## PRs found:
2025-06-18 02:28:41,330 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:41,617 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java/pulls HTTP/1.1" 200 None
2025-06-18 02:28:41,868 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:42,096 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java/issues/93 HTTP/1.1" 200 None
2025-06-18 02:28:42,347 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:42,667 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java/commits/3f1e5fd7a279d0793ceccb8c1f3a0d6bac666126 HTTP/1.1" 200 None
2025-06-18 02:28:42,919 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:43,252 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java/commits/3f1e5fd7a279d0793ceccb8c1f3a0d6bac666126/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None
2025-06-18 02:28:43,503 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:43,780 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java/commits/3f1e5fd7a279d0793ceccb8c1f3a0d6bac666126/check-suites?app_id=15368 HTTP/1.1" 200 None
2025-06-18 02:28:44,032 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:44,246 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java/commits/3f1e5fd7a279d0793ceccb8c1f3a0d6bac666126 HTTP/1.1" 200 None
2025-06-18 02:28:44,498 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:44,685 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java/statuses/3f1e5fd7a279d0793ceccb8c1f3a0d6bac666126?per_page=1 HTTP/1.1" 200 2
2025-06-18 02:28:44,686 [ scc.repo] DEBUG - PR 93 dominikl 'Renderfacility'
2025-06-18 02:28:44,937 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:45,181 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java/issues/30 HTTP/1.1" 200 None
2025-06-18 02:28:45,432 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:45,667 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java/issues/30/comments HTTP/1.1" 200 None
2025-06-18 02:28:45,668 [ scc.repo] DEBUG ## Branches found:
2025-06-18 02:28:45,668 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-gateway-java
2025-06-18 02:28:45,668 [ scc.git] DEBUG Get sha1 of %s
2025-06-18 02:28:45,668 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-18 02:28:45,671 [ scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master'
2025-06-18 02:28:45,673 [ scc.git] DEBUG ## Merging base to ensure closed PRs are included.
2025-06-18 02:28:45,673 [ scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master'
2025-06-18 02:28:45,676 [ scc.git] DEBUG Calling 'git merge --ff-only origin/master'
2025-06-18 02:28:45,679 [ scc.git] DEBUG Already up to date.
2025-06-18 02:28:45,679 [ scc.git] DEBUG Calling 'git fetch origin pull/93/head'
2025-06-18 02:28:47,948 [ scc.git] DEBUG From https://github.com/ome/omero-gateway-java
2025-06-18 02:28:47,948 [ scc.git] DEBUG * branch refs/pull/93/head -> FETCH_HEAD
2025-06-18 02:28:47,953 [ scc.git] DEBUG ## Unique users: []
2025-06-18 02:28:47,953 [ scc.git] DEBUG Get sha1 of %s
2025-06-18 02:28:47,953 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-18 02:28:47,955 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...3f1e5fd7a279d0793ceccb8c1f3a0d6bac666126'
2025-06-18 02:28:47,959 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-18 02:28:47,962 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 93 (Renderfacility) 3f1e5fd7a279d0793ceccb8c1f3a0d6bac666126'
2025-06-18 02:28:48,068 [ scc.git] DEBUG Auto-merging src/main/java/omero/gateway/Gateway.java
2025-06-18 02:28:48,070 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-06-18 02:28:48,074 [ scc.git] DEBUG src/main/java/omero/gateway/Gateway.java | 9 +-
2025-06-18 02:28:48,074 [ scc.git] DEBUG src/main/java/omero/gateway/facility/Facility.java | 8 +-
2025-06-18 02:28:48,074 [ scc.git] DEBUG .../omero/gateway/facility/RenderFacility.java | 236 +++++++++++++++++++++
2025-06-18 02:28:48,074 [ scc.git] DEBUG 3 files changed, 249 insertions(+), 4 deletions(-)
2025-06-18 02:28:48,074 [ scc.git] DEBUG create mode 100644 src/main/java/omero/gateway/facility/RenderFacility.java
2025-06-18 02:28:48,075 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:48,286 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-18 02:28:48,287 [ scc.git] DEBUG Calling 'git submodule update'
2025-06-18 02:28:48,327 [ scc.git] DEBUG Get sha1 of %s
2025-06-18 02:28:48,327 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-18 02:28:48,330 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-06-18 02:28:48,368 [ scc.git] DEBUG Calling 'git status --porcelain'
2025-06-18 02:28:48,372 [ scc.git] DEBUG <scc.git.GitRepository object at 0x7f7479ab5ad0> has no local changes
2025-06-18 02:28:48,372 [ scc.git] DEBUG Calling 'git commit --allow-empty -a -n -m merge master -Dorg -Ssuccess-only
Repository: ome/omero-gateway-java
Excluded PRs:
- PR 30 jburel 'Import image' (exclude comment)
Already up to date.
Merged PRs:
- PR 93 dominikl 'Renderfacility'
Generated by OMERO-build-push#463 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build-push/463/)'
2025-06-18 02:28:48,380 [ scc.git] DEBUG [detached HEAD 5293cf3] merge master -Dorg -Ssuccess-only
2025-06-18 02:28:48,380 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-06-18 02:28:48,380 [ scc.repo] DEBUG ## PRs found:
2025-06-18 02:28:48,537 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:48,729 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-model/pulls HTTP/1.1" 200 2
2025-06-18 02:28:48,729 [ scc.repo] DEBUG ## Branches found:
2025-06-18 02:28:48,729 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-model
2025-06-18 02:28:48,729 [ scc.git] DEBUG Get sha1 of %s
2025-06-18 02:28:48,729 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-18 02:28:48,732 [ scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master'
2025-06-18 02:28:48,734 [ scc.git] DEBUG ## Merging base to ensure closed PRs are included.
2025-06-18 02:28:48,734 [ scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master'
2025-06-18 02:28:48,737 [ scc.git] DEBUG Calling 'git merge --ff-only origin/master'
2025-06-18 02:28:48,740 [ scc.git] DEBUG Already up to date.
2025-06-18 02:28:48,740 [ scc.git] DEBUG ## Unique users: []
2025-06-18 02:28:48,740 [ scc.git] DEBUG Get sha1 of %s
2025-06-18 02:28:48,740 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-18 02:28:48,742 [ scc.git] DEBUG Calling 'git submodule update'
2025-06-18 02:28:48,782 [ scc.git] DEBUG Get sha1 of %s
2025-06-18 02:28:48,782 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-18 02:28:48,784 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-06-18 02:28:48,823 [ scc.git] DEBUG Calling 'git status --porcelain'
2025-06-18 02:28:48,827 [ scc.git] DEBUG <scc.git.GitRepository object at 0x7f74795c3fd0> has no local changes
2025-06-18 02:28:48,827 [ scc.git] DEBUG Calling 'git commit --allow-empty -a -n -m merge master -Dorg -Ssuccess-only
Repository: ome/omero-model
Already up to date.
Generated by OMERO-build-push#463 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build-push/463/)'
2025-06-18 02:28:48,885 [ scc.git] DEBUG [detached HEAD 5eeabbe] merge master -Dorg -Ssuccess-only
2025-06-18 02:28:48,886 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-06-18 02:28:48,886 [ scc.repo] DEBUG ## PRs found:
2025-06-18 02:28:48,980 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:49,247 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-renderer/pulls HTTP/1.1" 200 None
2025-06-18 02:28:49,498 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:49,745 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-renderer/issues/10 HTTP/1.1" 200 None
2025-06-18 02:28:49,996 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:50,230 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-renderer/issues/10/comments HTTP/1.1" 200 None
2025-06-18 02:28:50,231 [ scc.repo] DEBUG # ... Exclude label: exclude
2025-06-18 02:28:50,231 [ scc.repo] DEBUG ## Branches found:
2025-06-18 02:28:50,231 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-renderer
2025-06-18 02:28:50,231 [ scc.git] DEBUG Get sha1 of %s
2025-06-18 02:28:50,231 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-18 02:28:50,234 [ scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master'
2025-06-18 02:28:50,236 [ scc.git] DEBUG ## Merging base to ensure closed PRs are included.
2025-06-18 02:28:50,236 [ scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master'
2025-06-18 02:28:50,239 [ scc.git] DEBUG Calling 'git merge --ff-only origin/master'
2025-06-18 02:28:50,242 [ scc.git] DEBUG Already up to date.
2025-06-18 02:28:50,242 [ scc.git] DEBUG ## Unique users: []
2025-06-18 02:28:50,242 [ scc.git] DEBUG Get sha1 of %s
2025-06-18 02:28:50,242 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-18 02:28:50,245 [ scc.git] DEBUG Calling 'git submodule update'
2025-06-18 02:28:50,283 [ scc.git] DEBUG Get sha1 of %s
2025-06-18 02:28:50,284 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-18 02:28:50,286 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-06-18 02:28:50,325 [ scc.git] DEBUG Calling 'git status --porcelain'
2025-06-18 02:28:50,329 [ scc.git] DEBUG <scc.git.GitRepository object at 0x7f747bb297d0> has no local changes
2025-06-18 02:28:50,329 [ scc.git] DEBUG Calling 'git commit --allow-empty -a -n -m merge master -Dorg -Ssuccess-only
Repository: ome/omero-renderer
Excluded PRs:
- PR 10 joshmoore 'Allow passing ExecutorService to region task' (label: exclude)
Already up to date.
Generated by OMERO-build-push#463 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build-push/463/)'
2025-06-18 02:28:50,384 [ scc.git] DEBUG [detached HEAD 364115a] merge master -Dorg -Ssuccess-only
2025-06-18 02:28:50,384 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-06-18 02:28:50,384 [ scc.repo] DEBUG ## PRs found:
2025-06-18 02:28:50,482 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:50,748 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-romio/pulls HTTP/1.1" 200 None
2025-06-18 02:28:50,999 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:51,273 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-romio/issues/14 HTTP/1.1" 200 None
2025-06-18 02:28:51,524 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:51,752 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-romio/issues/14/comments HTTP/1.1" 200 None
2025-06-18 02:28:51,753 [ scc.repo] DEBUG ## Branches found:
2025-06-18 02:28:51,753 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-romio
2025-06-18 02:28:51,753 [ scc.git] DEBUG Get sha1 of %s
2025-06-18 02:28:51,753 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-18 02:28:51,756 [ scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master'
2025-06-18 02:28:51,758 [ scc.git] DEBUG ## Merging base to ensure closed PRs are included.
2025-06-18 02:28:51,758 [ scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master'
2025-06-18 02:28:51,761 [ scc.git] DEBUG Calling 'git merge --ff-only origin/master'
2025-06-18 02:28:51,764 [ scc.git] DEBUG Already up to date.
2025-06-18 02:28:51,764 [ scc.git] DEBUG ## Unique users: []
2025-06-18 02:28:51,764 [ scc.git] DEBUG Get sha1 of %s
2025-06-18 02:28:51,765 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-18 02:28:51,767 [ scc.git] DEBUG Calling 'git submodule update'
2025-06-18 02:28:51,807 [ scc.git] DEBUG Get sha1 of %s
2025-06-18 02:28:51,807 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-18 02:28:51,809 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-06-18 02:28:51,847 [ scc.git] DEBUG Calling 'git status --porcelain'
2025-06-18 02:28:51,851 [ scc.git] DEBUG <scc.git.GitRepository object at 0x7f7479575490> has no local changes
2025-06-18 02:28:51,851 [ scc.git] DEBUG Calling 'git commit --allow-empty -a -n -m merge master -Dorg -Ssuccess-only
Repository: ome/omero-romio
Excluded PRs:
- PR 14 chris-allan 'Bye bye commons-io' (exclude comment)
Already up to date.
Generated by OMERO-build-push#463 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build-push/463/)'
2025-06-18 02:28:51,857 [ scc.git] DEBUG [detached HEAD a4aecb4] merge master -Dorg -Ssuccess-only
2025-06-18 02:28:51,857 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-06-18 02:28:51,857 [ scc.repo] DEBUG ## PRs found:
2025-06-18 02:28:52,004 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:52,303 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/pulls HTTP/1.1" 200 None
2025-06-18 02:28:52,555 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:52,773 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/issues/166 HTTP/1.1" 200 None
2025-06-18 02:28:53,025 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:53,262 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/issues/166/comments HTTP/1.1" 200 None
2025-06-18 02:28:53,514 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:53,757 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/issues/152 HTTP/1.1" 200 None
2025-06-18 02:28:54,008 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:54,254 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/issues/152/comments HTTP/1.1" 200 None
2025-06-18 02:28:54,506 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:54,774 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/3e65b9de901fc160c380da602def943206fe9b1d HTTP/1.1" 200 None
2025-06-18 02:28:55,026 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:55,258 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/3e65b9de901fc160c380da602def943206fe9b1d/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None
2025-06-18 02:28:55,510 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:55,715 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/3e65b9de901fc160c380da602def943206fe9b1d HTTP/1.1" 200 None
2025-06-18 02:28:55,967 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:56,162 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/statuses/3e65b9de901fc160c380da602def943206fe9b1d?per_page=1 HTTP/1.1" 200 2
2025-06-18 02:28:56,162 [ scc.repo] DEBUG - PR 152 jburel 'Set class in doc'
2025-06-18 02:28:56,413 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:56,711 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/issues/61 HTTP/1.1" 200 None
2025-06-18 02:28:56,963 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:57,166 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/issues/61/comments HTTP/1.1" 200 None
2025-06-18 02:28:57,417 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:57,680 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/9eea4c38f3603bbfb29d2b1a45883767f9f1ffaf HTTP/1.1" 200 None
2025-06-18 02:28:57,938 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:58,202 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/9eea4c38f3603bbfb29d2b1a45883767f9f1ffaf/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None
2025-06-18 02:28:58,453 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:58,743 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/9eea4c38f3603bbfb29d2b1a45883767f9f1ffaf HTTP/1.1" 200 None
2025-06-18 02:28:58,994 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:28:59,186 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/statuses/9eea4c38f3603bbfb29d2b1a45883767f9f1ffaf?per_page=1 HTTP/1.1" 200 2
2025-06-18 02:28:59,186 [ scc.repo] DEBUG - PR 61 joshmoore 'Pass user executor to rendering tasks'
2025-06-18 02:28:59,187 [ scc.repo] DEBUG ## Branches found:
2025-06-18 02:28:59,187 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-server
2025-06-18 02:28:59,187 [ scc.git] DEBUG Get sha1 of %s
2025-06-18 02:28:59,188 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-18 02:28:59,191 [ scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master'
2025-06-18 02:28:59,193 [ scc.git] DEBUG ## Merging base to ensure closed PRs are included.
2025-06-18 02:28:59,193 [ scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master'
2025-06-18 02:28:59,196 [ scc.git] DEBUG Calling 'git merge --ff-only origin/master'
2025-06-18 02:28:59,199 [ scc.git] DEBUG Already up to date.
2025-06-18 02:28:59,200 [ scc.git] DEBUG Calling 'git fetch origin pull/61/head'
2025-06-18 02:29:00,889 [ scc.git] DEBUG From https://github.com/ome/omero-server
2025-06-18 02:29:00,890 [ scc.git] DEBUG * branch refs/pull/61/head -> FETCH_HEAD
2025-06-18 02:29:00,895 [ scc.git] DEBUG Calling 'git fetch origin pull/152/head'
2025-06-18 02:29:01,195 [ scc.git] DEBUG From https://github.com/ome/omero-server
2025-06-18 02:29:01,195 [ scc.git] DEBUG * branch refs/pull/152/head -> FETCH_HEAD
2025-06-18 02:29:01,199 [ scc.git] DEBUG ## Unique users: []
2025-06-18 02:29:01,200 [ scc.git] DEBUG Get sha1 of %s
2025-06-18 02:29:01,200 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-18 02:29:01,202 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...9eea4c38f3603bbfb29d2b1a45883767f9f1ffaf'
2025-06-18 02:29:01,209 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-18 02:29:01,211 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 61 (Pass user executor to rendering tasks) 9eea4c38f3603bbfb29d2b1a45883767f9f1ffaf'
2025-06-18 02:29:01,735 [ scc.git] DEBUG CONFLICT (modify/delete): .travis.yml deleted in HEAD and modified in 9eea4c38f3603bbfb29d2b1a45883767f9f1ffaf. Version 9eea4c38f3603bbfb29d2b1a45883767f9f1ffaf of .travis.yml left in tree.
2025-06-18 02:29:01,735 [ scc.git] DEBUG Auto-merging build.gradle
2025-06-18 02:29:01,735 [ scc.git] DEBUG CONFLICT (content): Merge conflict in build.gradle
2025-06-18 02:29:01,736 [ scc.git] DEBUG Automatic merge failed; fix conflicts and then commit the result.
2025-06-18 02:29:01,737 [ scc.git] DEBUG Calling 'git diff --name-only --diff-filter=U'
2025-06-18 02:29:01,741 [ scc.git] DEBUG Calling 'git reset --hard e594cc1fccbdaffe1c51566d8c5b1d4d4da49d69'
2025-06-18 02:29:01,748 [ scc.git] DEBUG HEAD is now at e594cc1f Bump version to 5.7.4-SNAPSHOT
2025-06-18 02:29:01,750 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:29:01,921 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-18 02:29:01,921 [ scc.git] DEBUG Calling 'git merge-base e594cc1fccbdaffe1c51566d8c5b1d4d4da49d69 9eea4c38f3603bbfb29d2b1a45883767f9f1ffaf'
2025-06-18 02:29:01,928 [ scc.git] DEBUG Calling 'git diff --name-only dee098f9c5138f2e746928fb31973abfe33d1718..e594cc1fccbdaffe1c51566d8c5b1d4d4da49d69'
2025-06-18 02:29:01,933 [ scc.git] INFO - PR 61 joshmoore 'Pass user executor to rendering tasks'
Conflicting PR. Removed from build [OMERO-build-push#463](https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build-push/463/). See the [console output](https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build-push/463/consoleText) for more details.
Possible conflicts:
- Upstream changes
- .travis.yml
- build.gradle
--conflicts
2025-06-18 02:29:01,936 [ scc.config] DEBUG Found github.token
2025-06-18 02:29:01,936 [ scc.git] DEBUG Not adding comment to issue #61, already --conflicts.
2025-06-18 02:29:01,936 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...3e65b9de901fc160c380da602def943206fe9b1d'
2025-06-18 02:29:01,941 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-18 02:29:01,943 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 152 (Set class in doc) 3e65b9de901fc160c380da602def943206fe9b1d'
2025-06-18 02:29:01,960 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-06-18 02:29:01,963 [ scc.git] DEBUG src/main/java/ome/api/local/LocalSession.java | 2 +-
2025-06-18 02:29:01,963 [ scc.git] DEBUG 1 file changed, 1 insertion(+), 1 deletion(-)
2025-06-18 02:29:02,172 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:29:02,340 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-18 02:29:02,340 [ scc.git] DEBUG Calling 'git submodule update'
2025-06-18 02:29:02,381 [ scc.git] DEBUG Get sha1 of %s
2025-06-18 02:29:02,381 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-18 02:29:02,383 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-06-18 02:29:02,421 [ scc.git] DEBUG Calling 'git status --porcelain'
2025-06-18 02:29:02,429 [ scc.git] DEBUG <scc.git.GitRepository object at 0x7f7479645a90> has no local changes
2025-06-18 02:29:02,429 [ scc.git] DEBUG Calling 'git commit --allow-empty -a -n -m merge master -Dorg -Ssuccess-only
Repository: ome/omero-server
Excluded PRs:
- PR 166 kkoz 'Experimenter group cache' (stage: draft)
- PR 116 dominikl 'Add method to get pixel min max' (exclude comment)
Already up to date.
Merged PRs:
- PR 152 jburel 'Set class in doc'
Conflicting PRs (not included):
- PR 61 joshmoore 'Pass user executor to rendering tasks'
Generated by OMERO-build-push#463 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build-push/463/)'
2025-06-18 02:29:02,437 [ scc.git] DEBUG [detached HEAD 473a5b6c] merge master -Dorg -Ssuccess-only
2025-06-18 02:29:02,438 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-06-18 02:29:02,438 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-06-18 02:29:02,490 [ scc.config] DEBUG Found submodule.omero-blitz.url
2025-06-18 02:29:02,591 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:29:02,766 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-18 02:29:02,772 [ scc.config] DEBUG Found submodule.omero-blitz.branch
2025-06-18 02:29:02,774 [ scc.config] DEBUG Found submodule.omero-common.url
2025-06-18 02:29:03,018 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:29:03,203 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-18 02:29:03,208 [ scc.config] DEBUG Found submodule.omero-common.branch
2025-06-18 02:29:03,210 [ scc.config] DEBUG Found submodule.omero-gateway-java.url
2025-06-18 02:29:03,455 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:29:03,614 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-18 02:29:03,619 [ scc.config] DEBUG Found submodule.omero-gateway-java.branch
2025-06-18 02:29:03,621 [ scc.config] DEBUG Found submodule.omero-model.url
2025-06-18 02:29:03,865 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:29:04,025 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-18 02:29:04,030 [ scc.config] DEBUG Found submodule.omero-model.branch
2025-06-18 02:29:04,032 [ scc.config] DEBUG Found submodule.omero-renderer.url
2025-06-18 02:29:04,276 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:29:04,435 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-18 02:29:04,440 [ scc.config] DEBUG Found submodule.omero-renderer.branch
2025-06-18 02:29:04,442 [ scc.config] DEBUG Found submodule.omero-romio.url
2025-06-18 02:29:04,686 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:29:04,849 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-18 02:29:04,854 [ scc.config] DEBUG Found submodule.omero-romio.branch
2025-06-18 02:29:04,857 [ scc.config] DEBUG Found submodule.omero-server.url
2025-06-18 02:29:05,100 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-18 02:29:05,268 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-18 02:29:05,273 [ scc.config] DEBUG Found submodule.omero-server.branch
2025-06-18 02:29:05,273 [ scc.git] DEBUG Calling 'git status --porcelain'
2025-06-18 02:29:05,314 [ scc.git] DEBUG <scc.git.GitRepository object at 0x7f747957ba90> has local changes
2025-06-18 02:29:05,314 [ scc.git] DEBUG Calling 'git commit -a -n -m merge master -Dorg -Ssuccess-only
Repository: ome/omero-build
Already up to date.
Merged PRs:
- PR 259 dependabot[bot] 'Bump omero-blitz from `b56a31d` to `808b26c`'
- PR 260 dependabot[bot] 'Bump omero-server from `5096f6d` to `e594cc1`'
- PR 261 dependabot[bot] 'Bump omero-gateway-java from `20415d6` to `d272baf`'
Repository: ome/omero-blitz
Already up to date.
Merged PRs:
- PR 119 dominikl 'Take Ice and omero sysenv variables into account'
- PR 132 jburel 'Fix javadoc warning'
- PR 162 sbesson 'OMEROMetadataStoreClient: fall back to secure session on SocketException'
Repository: ome/omero-common
Excluded PRs:
- PR 45 ehrenfeu 'Do not hide "Make Movie" from script menu' (user: ehrenfeu)
- PR 40 jburel 'set classifier' (exclude comment)
- PR 29 dominikl 'Add method to get pixel min max' (exclude comment)
Already up to date.
Merged PRs:
- PR 42 jburel 'include all'
Repository: ome/omero-gateway-java
Excluded PRs:
- PR 30 jburel 'Import image' (exclude comment)
Already up to date.
Merged PRs:
- PR 93 dominikl 'Renderfacility'
Repository: ome/omero-model
Already up to date.
Repository: ome/omero-renderer
Excluded PRs:
- PR 10 joshmoore 'Allow passing ExecutorService to region task' (label: exclude)
Already up to date.
Repository: ome/omero-romio
Excluded PRs:
- PR 14 chris-allan 'Bye bye commons-io' (exclude comment)
Already up to date.
Repository: ome/omero-server
Excluded PRs:
- PR 166 kkoz 'Experimenter group cache' (stage: draft)
- PR 116 dominikl 'Add method to get pixel min max' (exclude comment)
Already up to date.
Merged PRs:
- PR 152 jburel 'Set class in doc'
Conflicting PRs (not included):
- PR 61 joshmoore 'Pass user executor to rendering tasks'
Generated by OMERO-build-push#463 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build-push/463/)'
2025-06-18 02:29:05,322 [ scc.git] DEBUG [detached HEAD b3bd537] merge master -Dorg -Ssuccess-only
2025-06-18 02:29:05,322 [ scc.git] DEBUG 8 files changed, 14 insertions(+), 14 deletions(-)
2025-06-18 02:29:05,323 [ scc.merge] INFO Repository: ome/omero-build
2025-06-18 02:29:05,323 [ scc.merge] INFO Already up to date.
2025-06-18 02:29:05,323 [ scc.merge] INFO
2025-06-18 02:29:05,323 [ scc.merge] INFO Merged PRs:
2025-06-18 02:29:05,323 [ scc.merge] INFO - PR 259 dependabot[bot] 'Bump omero-blitz from `b56a31d` to `808b26c`'
2025-06-18 02:29:05,323 [ scc.merge] INFO - PR 260 dependabot[bot] 'Bump omero-server from `5096f6d` to `e594cc1`'
2025-06-18 02:29:05,323 [ scc.merge] INFO - PR 261 dependabot[bot] 'Bump omero-gateway-java from `20415d6` to `d272baf`'
2025-06-18 02:29:05,323 [ scc.merge] INFO
2025-06-18 02:29:05,323 [ scc.merge] INFO Repository: ome/omero-blitz
2025-06-18 02:29:05,323 [ scc.merge] INFO Already up to date.
2025-06-18 02:29:05,323 [ scc.merge] INFO
2025-06-18 02:29:05,323 [ scc.merge] INFO Merged PRs:
2025-06-18 02:29:05,323 [ scc.merge] INFO - PR 119 dominikl 'Take Ice and omero sysenv variables into account'
2025-06-18 02:29:05,323 [ scc.merge] INFO - PR 132 jburel 'Fix javadoc warning'
2025-06-18 02:29:05,323 [ scc.merge] INFO - PR 162 sbesson 'OMEROMetadataStoreClient: fall back to secure session on SocketException'
2025-06-18 02:29:05,323 [ scc.merge] INFO
2025-06-18 02:29:05,323 [ scc.merge] INFO Repository: ome/omero-common
2025-06-18 02:29:05,323 [ scc.merge] INFO Excluded PRs:
2025-06-18 02:29:05,323 [ scc.merge] INFO - PR 45 ehrenfeu 'Do not hide "Make Movie" from script menu' (user: ehrenfeu)
2025-06-18 02:29:05,323 [ scc.merge] INFO - PR 40 jburel 'set classifier' (exclude comment)
2025-06-18 02:29:05,323 [ scc.merge] INFO - PR 29 dominikl 'Add method to get pixel min max' (exclude comment)
2025-06-18 02:29:05,323 [ scc.merge] INFO Already up to date.
2025-06-18 02:29:05,323 [ scc.merge] INFO
2025-06-18 02:29:05,323 [ scc.merge] INFO Merged PRs:
2025-06-18 02:29:05,323 [ scc.merge] INFO - PR 42 jburel 'include all'
2025-06-18 02:29:05,323 [ scc.merge] INFO
2025-06-18 02:29:05,323 [ scc.merge] INFO Repository: ome/omero-gateway-java
2025-06-18 02:29:05,323 [ scc.merge] INFO Excluded PRs:
2025-06-18 02:29:05,323 [ scc.merge] INFO - PR 30 jburel 'Import image' (exclude comment)
2025-06-18 02:29:05,323 [ scc.merge] INFO Already up to date.
2025-06-18 02:29:05,324 [ scc.merge] INFO
2025-06-18 02:29:05,324 [ scc.merge] INFO Merged PRs:
2025-06-18 02:29:05,324 [ scc.merge] INFO - PR 93 dominikl 'Renderfacility'
2025-06-18 02:29:05,324 [ scc.merge] INFO
2025-06-18 02:29:05,324 [ scc.merge] INFO Repository: ome/omero-model
2025-06-18 02:29:05,324 [ scc.merge] INFO Already up to date.
2025-06-18 02:29:05,324 [ scc.merge] INFO
2025-06-18 02:29:05,324 [ scc.merge] INFO
2025-06-18 02:29:05,324 [ scc.merge] INFO Repository: ome/omero-renderer
2025-06-18 02:29:05,324 [ scc.merge] INFO Excluded PRs:
2025-06-18 02:29:05,324 [ scc.merge] INFO - PR 10 joshmoore 'Allow passing ExecutorService to region task' (label: exclude)
2025-06-18 02:29:05,324 [ scc.merge] INFO Already up to date.
2025-06-18 02:29:05,324 [ scc.merge] INFO
2025-06-18 02:29:05,324 [ scc.merge] INFO
2025-06-18 02:29:05,324 [ scc.merge] INFO Repository: ome/omero-romio
2025-06-18 02:29:05,324 [ scc.merge] INFO Excluded PRs:
2025-06-18 02:29:05,324 [ scc.merge] INFO - PR 14 chris-allan 'Bye bye commons-io' (exclude comment)
2025-06-18 02:29:05,324 [ scc.merge] INFO Already up to date.
2025-06-18 02:29:05,324 [ scc.merge] INFO
2025-06-18 02:29:05,324 [ scc.merge] INFO
2025-06-18 02:29:05,324 [ scc.merge] INFO Repository: ome/omero-server
2025-06-18 02:29:05,324 [ scc.merge] INFO Excluded PRs:
2025-06-18 02:29:05,324 [ scc.merge] INFO - PR 166 kkoz 'Experimenter group cache' (stage: draft)
2025-06-18 02:29:05,324 [ scc.merge] INFO - PR 116 dominikl 'Add method to get pixel min max' (exclude comment)
2025-06-18 02:29:05,324 [ scc.merge] INFO Already up to date.
2025-06-18 02:29:05,324 [ scc.merge] INFO
2025-06-18 02:29:05,324 [ scc.merge] INFO Merged PRs:
2025-06-18 02:29:05,324 [ scc.merge] INFO - PR 152 jburel 'Set class in doc'
2025-06-18 02:29:05,324 [ scc.merge] INFO
2025-06-18 02:29:05,324 [ scc.merge] INFO Conflicting PRs (not included):
2025-06-18 02:29:05,324 [ scc.merge] INFO - PR 61 joshmoore 'Pass user executor to rendering tasks'
2025-06-18 02:29:05,324 [ scc.merge] INFO
2025-06-18 02:29:05,324 [ scc.merge] DEBUG Cleaning remote branches created for merging
2025-06-18 02:29:05,325 [ scc.git] DEBUG Calling 'git remote'
2025-06-18 02:29:05,327 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-blitz
2025-06-18 02:29:05,327 [ scc.git] DEBUG Calling 'git remote'
2025-06-18 02:29:05,329 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-06-18 02:29:05,329 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-common
2025-06-18 02:29:05,329 [ scc.git] DEBUG Calling 'git remote'
2025-06-18 02:29:05,331 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-06-18 02:29:05,331 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-gateway-java
2025-06-18 02:29:05,331 [ scc.git] DEBUG Calling 'git remote'
2025-06-18 02:29:05,333 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-06-18 02:29:05,333 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-model
2025-06-18 02:29:05,334 [ scc.git] DEBUG Calling 'git remote'
2025-06-18 02:29:05,336 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-06-18 02:29:05,336 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-renderer
2025-06-18 02:29:05,336 [ scc.git] DEBUG Calling 'git remote'
2025-06-18 02:29:05,338 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-06-18 02:29:05,338 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-romio
2025-06-18 02:29:05,338 [ scc.git] DEBUG Calling 'git remote'
2025-06-18 02:29:05,341 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-06-18 02:29:05,341 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-server
2025-06-18 02:29:05,341 [ scc.git] DEBUG Calling 'git remote'
2025-06-18 02:29:05,343 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
Update component versions
Updating omero-common-test from 5.7.2 to 5.7.4-SNAPSHOT
Updating omero-server from 5.7.3 to 5.7.4-SNAPSHOT
Updating omero-model from 5.7.3 to 5.7.4-SNAPSHOT
Updating omero-blitz from 5.8.3 to 5.8.4-SNAPSHOT
Updating formats-gpl from 8.2.0 to 8.3.0-SNAPSHOT
Updating omero-romio from 5.8.3 to 5.8.4-SNAPSHOT
Updating omero-common from 5.7.3 to 5.7.4-SNAPSHOT
Updating omero-common-test from 5.7.2 to 5.7.4-SNAPSHOT
Updating omero-renderer from 5.6.3 to 5.6.4-SNAPSHOT
Commit all component version changes
Entering 'omero-blitz'
Entering 'omero-common'
Entering 'omero-gateway-java'
Entering 'omero-model'
Entering 'omero-renderer'
Entering 'omero-romio'
Entering 'omero-server'
Entering 'omero-blitz'
[detached HEAD 813257d2] Update component versions
1 file changed, 2 insertions(+), 2 deletions(-)
Entering 'omero-common'
[detached HEAD 35629a3] Update component versions
1 file changed, 1 insertion(+), 1 deletion(-)
Entering 'omero-gateway-java'
[detached HEAD 4002753] Update component versions
1 file changed, 1 insertion(+), 1 deletion(-)
Entering 'omero-model'
[detached HEAD 66ff542] Update component versions
1 file changed, 1 insertion(+), 1 deletion(-)
Entering 'omero-renderer'
[detached HEAD fa5af56] Update component versions
1 file changed, 1 insertion(+), 1 deletion(-)
Entering 'omero-romio'
[detached HEAD 4bd6e2b] Update component versions
1 file changed, 1 insertion(+), 1 deletion(-)
Entering 'omero-server'
[detached HEAD 829939a3] Update component versions
1 file changed, 2 insertions(+), 2 deletions(-)
[detached HEAD 9f29f57] Update component versions
7 files changed, 7 insertions(+), 7 deletions(-)
2025-06-18 02:29:40,393 [ scc.push] INFO Merged branch pushed to https://github.com/snoopycrimecop/omero-build/tree/merge_ci
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS