Started by upstream project "Trigger" build number 506
originally caused by:
Started by timer
[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 8be5b37b1546982cb9f19ce58b2c43d488dc1b11 (refs/remotes/origin/master)
Commit message: "Merge pull request #245 from ome/dependabot/submodules/omero-renderer-36f6079"
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 8be5b37b1546982cb9f19ce58b2c43d488dc1b11 # timeout=10
> git rev-list --no-walk 8be5b37b1546982cb9f19ce58b2c43d488dc1b11 # timeout=10
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
[Pipeline] pwd
[Pipeline] copyArtifacts
Copied 1 artifact from "OMERO-gradle-plugins-push" build number 454
[Pipeline] sh
> 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
> 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
WARNING: There was an error checking the latest version of pip.
+ 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.12-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.3-py3-none-any.whl.metadata (4.6 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.3-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.4.26-py3-none-any.whl.metadata (2.5 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.3-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.3-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.4.26-py3-none-any.whl (159 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.12-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.4.26 cffi-1.17.1 charset-normalizer-3.4.2 cryptography-45.0.3 future-1.0.0 idna-3.10 pycparser-2.22 pyjwt-2.10.1 pynacl-1.5.0 requests-2.32.3 ruamel.yaml-0.18.12 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-05 00:21:56,151 [ scc.config] DEBUG Found github.token
2025-06-05 00:21:56,153 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:21:56,338 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-05 00:21:56,590 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:21:56,750 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-05 00:21:57,002 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:21:57,154 [urllib3.conn] DEBUG https://api.github.com:443 "GET /rate_limit HTTP/1.1" 200 None
2025-06-05 00:21:57,155 [ scc.gh] DEBUG 4848 remaining from 5000 (Reset at 01:06
2025-06-05 00:21:57,156 [ scc.git] DEBUG Calling 'git rev-parse --show-toplevel'
2025-06-05 00:21:57,158 [ scc.git] DEBUG Check current status
2025-06-05 00:21:57,158 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2025-06-05 00:21:57,161 [ scc.git] DEBUG 8be5b37 Merge pull request #245 from ome/dependabot/submodules/omero-renderer-36f6079
2025-06-05 00:21:57,161 [ scc.git] DEBUG Calling 'git submodule status'
2025-06-05 00:21:57,202 [ scc.git] DEBUG b56a31dff4a7470a1b1947e6e9cd9019642480ee omero-blitz (v5.8.2-9-gb56a31df)
2025-06-05 00:21:57,205 [ scc.git] DEBUG 754892bfdd9a9507da0ad74a37da7f073157bc8c omero-common (v5.7.2-1-g754892b)
2025-06-05 00:21:57,209 [ scc.git] DEBUG d0d0e4790dd145186ca0506c31aa0b40aac18ae5 omero-gateway-java (v5.10.2-1-gd0d0e47)
2025-06-05 00:21:57,213 [ scc.git] DEBUG 711d2fd3ea2c4ebab17ce756d5214f1cb2e2fa37 omero-model (v5.7.3-1-g711d2fd)
2025-06-05 00:21:57,217 [ scc.git] DEBUG 36f60793b39da318807c5fe644e86909eb3d655e omero-renderer (v5.6.2-4-g36f6079)
2025-06-05 00:21:57,221 [ scc.git] DEBUG 05289b8324525b37edcdcab858b800b839cae70c omero-romio (v5.8.2-4-g05289b8)
2025-06-05 00:21:57,225 [ scc.git] DEBUG 5096f6dca3f4669c735b1257adca12cb21927db1 omero-server (v5.7.2-19-g5096f6dc)
2025-06-05 00:21:57,227 [ scc.config] DEBUG Found remote.origin.url
2025-06-05 00:21:57,406 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:21:57,688 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build HTTP/1.1" 200 None
2025-06-05 00:21:57,940 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:21:58,201 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None
2025-06-05 00:21:58,452 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:21:58,639 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None
2025-06-05 00:21:58,891 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:21:59,073 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None
2025-06-05 00:21:59,324 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:21:59,496 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None
2025-06-05 00:21:59,497 [ scc.git] DEBUG Resetting...
2025-06-05 00:21:59,497 [ scc.git] DEBUG Calling 'git reset --hard HEAD'
2025-06-05 00:21:59,502 [ scc.git] DEBUG HEAD is now at 8be5b37 Merge pull request #245 from ome/dependabot/submodules/omero-renderer-36f6079
2025-06-05 00:21:59,503 [ scc.git] DEBUG Calling 'git submodule update --recursive'
2025-06-05 00:21:59,562 [ scc.git] DEBUG Check current status
2025-06-05 00:21:59,562 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2025-06-05 00:21:59,565 [ scc.git] DEBUG 8be5b37 Merge pull request #245 from ome/dependabot/submodules/omero-renderer-36f6079
2025-06-05 00:21:59,565 [ scc.git] DEBUG Calling 'git submodule status'
2025-06-05 00:21:59,605 [ scc.git] DEBUG b56a31dff4a7470a1b1947e6e9cd9019642480ee omero-blitz (v5.8.2-9-gb56a31df)
2025-06-05 00:21:59,609 [ scc.git] DEBUG 754892bfdd9a9507da0ad74a37da7f073157bc8c omero-common (v5.7.2-1-g754892b)
2025-06-05 00:21:59,613 [ scc.git] DEBUG d0d0e4790dd145186ca0506c31aa0b40aac18ae5 omero-gateway-java (v5.10.2-1-gd0d0e47)
2025-06-05 00:21:59,616 [ scc.git] DEBUG 711d2fd3ea2c4ebab17ce756d5214f1cb2e2fa37 omero-model (v5.7.3-1-g711d2fd)
2025-06-05 00:21:59,620 [ scc.git] DEBUG 36f60793b39da318807c5fe644e86909eb3d655e omero-renderer (v5.6.2-4-g36f6079)
2025-06-05 00:21:59,624 [ scc.git] DEBUG 05289b8324525b37edcdcab858b800b839cae70c omero-romio (v5.8.2-4-g05289b8)
2025-06-05 00:21:59,628 [ scc.git] DEBUG 5096f6dca3f4669c735b1257adca12cb21927db1 omero-server (v5.7.2-19-g5096f6dc)
2025-06-05 00:21:59,628 [ scc.merge] INFO Merging Pull Request(s) based on master
2025-06-05 00:21:59,628 [ scc.merge] INFO Including Pull Request(s) opened by any public member of the organization
2025-06-05 00:21:59,629 [ scc.merge] INFO Including Pull Request(s) labelled as include or dependencies
2025-06-05 00:21:59,629 [ scc.merge] INFO Excluding Pull Request(s) staged as draft
2025-06-05 00:21:59,629 [ scc.merge] INFO Excluding Pull Request(s) labelled as exclude or breaking
2025-06-05 00:21:59,629 [ scc.repo] DEBUG ## PRs found:
2025-06-05 00:21:59,748 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:00,027 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/pulls HTTP/1.1" 200 None
2025-06-05 00:22:00,279 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:00,519 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/issues/255 HTTP/1.1" 200 None
2025-06-05 00:22:00,520 [ scc.repo] DEBUG # ... Include label: dependencies
2025-06-05 00:22:00,520 [ scc.repo] DEBUG - PR 255 dependabot[bot] 'Bump omero-model from `711d2fd` to `4d7c5cd`'
2025-06-05 00:22:00,771 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:01,037 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/issues/254 HTTP/1.1" 200 None
2025-06-05 00:22:01,037 [ scc.repo] DEBUG # ... Include label: dependencies
2025-06-05 00:22:01,037 [ scc.repo] DEBUG - PR 254 dependabot[bot] 'Bump omero-common from `754892b` to `540d520`'
2025-06-05 00:22:01,288 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:01,536 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/issues/253 HTTP/1.1" 200 None
2025-06-05 00:22:01,537 [ scc.repo] DEBUG # ... Include label: dependencies
2025-06-05 00:22:01,538 [ scc.repo] DEBUG - PR 253 dependabot[bot] 'Bump omero-gateway-java from `d0d0e47` to `20415d6`'
2025-06-05 00:22:01,788 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:02,023 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/issues/252 HTTP/1.1" 200 None
2025-06-05 00:22:02,024 [ scc.repo] DEBUG # ... Include label: dependencies
2025-06-05 00:22:02,024 [ scc.repo] DEBUG - PR 252 dependabot[bot] 'Bump omero-renderer from `36f6079` to `0299d84`'
2025-06-05 00:22:02,275 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:02,498 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/issues/251 HTTP/1.1" 200 None
2025-06-05 00:22:02,499 [ scc.repo] DEBUG # ... Include label: dependencies
2025-06-05 00:22:02,499 [ scc.repo] DEBUG - PR 251 dependabot[bot] 'Bump omero-romio from `05289b8` to `dd94b03`'
2025-06-05 00:22:02,499 [ scc.repo] DEBUG ## Branches found:
2025-06-05 00:22:02,499 [ scc.git] DEBUG Get sha1 of %s
2025-06-05 00:22:02,499 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-05 00:22:02,502 [ scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master'
2025-06-05 00:22:02,504 [ scc.git] DEBUG ## Merging base to ensure closed PRs are included.
2025-06-05 00:22:02,504 [ scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master'
2025-06-05 00:22:02,507 [ scc.git] DEBUG Calling 'git merge --ff-only origin/master'
2025-06-05 00:22:02,510 [ scc.git] DEBUG Already up to date.
2025-06-05 00:22:02,510 [ scc.git] DEBUG Calling 'git fetch origin pull/251/head'
2025-06-05 00:22:02,827 [ scc.git] DEBUG From https://github.com/ome/omero-build
2025-06-05 00:22:02,827 [ scc.git] DEBUG * branch refs/pull/251/head -> FETCH_HEAD
2025-06-05 00:22:02,833 [ scc.git] DEBUG Calling 'git fetch origin pull/252/head'
2025-06-05 00:22:03,119 [ scc.git] DEBUG From https://github.com/ome/omero-build
2025-06-05 00:22:03,119 [ scc.git] DEBUG * branch refs/pull/252/head -> FETCH_HEAD
2025-06-05 00:22:03,126 [ scc.git] DEBUG Calling 'git fetch origin pull/253/head'
2025-06-05 00:22:03,422 [ scc.git] DEBUG From https://github.com/ome/omero-build
2025-06-05 00:22:03,422 [ scc.git] DEBUG * branch refs/pull/253/head -> FETCH_HEAD
2025-06-05 00:22:03,429 [ scc.git] DEBUG Calling 'git fetch origin pull/254/head'
2025-06-05 00:22:03,686 [ scc.git] DEBUG From https://github.com/ome/omero-build
2025-06-05 00:22:03,686 [ scc.git] DEBUG * branch refs/pull/254/head -> FETCH_HEAD
2025-06-05 00:22:03,693 [ scc.git] DEBUG Calling 'git fetch origin pull/255/head'
2025-06-05 00:22:03,963 [ scc.git] DEBUG From https://github.com/ome/omero-build
2025-06-05 00:22:03,964 [ scc.git] DEBUG * branch refs/pull/255/head -> FETCH_HEAD
2025-06-05 00:22:03,970 [ scc.git] DEBUG ## Unique users: []
2025-06-05 00:22:03,970 [ scc.git] DEBUG Get sha1 of %s
2025-06-05 00:22:03,971 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-05 00:22:03,973 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...7f1237054ab77cb21a07db563b17032e13ec3956'
2025-06-05 00:22:03,976 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-05 00:22:03,978 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Snone: PR 251 (Bump omero-romio from `05289b8` to `dd94b03`) 7f1237054ab77cb21a07db563b17032e13ec3956'
2025-06-05 00:22:03,988 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-06-05 00:22:03,990 [ scc.git] DEBUG omero-romio | 2 +-
2025-06-05 00:22:03,990 [ scc.git] DEBUG 1 file changed, 1 insertion(+), 1 deletion(-)
2025-06-05 00:22:03,992 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:04,163 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-05 00:22:04,164 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...8bca0056088f8aaf2a4caeebb4a9dff17f0822b5'
2025-06-05 00:22:04,167 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-05 00:22:04,169 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Snone: PR 252 (Bump omero-renderer from `36f6079` to `0299d84`) 8bca0056088f8aaf2a4caeebb4a9dff17f0822b5'
2025-06-05 00:22:04,179 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-06-05 00:22:04,182 [ scc.git] DEBUG omero-renderer | 2 +-
2025-06-05 00:22:04,182 [ scc.git] DEBUG 1 file changed, 1 insertion(+), 1 deletion(-)
2025-06-05 00:22:04,415 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:04,608 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-05 00:22:04,608 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...6aba924842caa794fb300babe4347d894f5c4bd7'
2025-06-05 00:22:04,612 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-05 00:22:04,614 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Snone: PR 253 (Bump omero-gateway-java from `d0d0e47` to `20415d6`) 6aba924842caa794fb300babe4347d894f5c4bd7'
2025-06-05 00:22:04,625 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-06-05 00:22:04,627 [ scc.git] DEBUG omero-gateway-java | 2 +-
2025-06-05 00:22:04,627 [ scc.git] DEBUG 1 file changed, 1 insertion(+), 1 deletion(-)
2025-06-05 00:22:04,859 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:05,031 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-05 00:22:05,031 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...fb1b351ac2d0904e2171767f36ae0e803e0d758b'
2025-06-05 00:22:05,035 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-05 00:22:05,036 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Snone: PR 254 (Bump omero-common from `754892b` to `540d520`) fb1b351ac2d0904e2171767f36ae0e803e0d758b'
2025-06-05 00:22:05,047 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-06-05 00:22:05,050 [ scc.git] DEBUG omero-common | 2 +-
2025-06-05 00:22:05,050 [ scc.git] DEBUG 1 file changed, 1 insertion(+), 1 deletion(-)
2025-06-05 00:22:05,282 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:05,450 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-05 00:22:05,450 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...3595c5fdb41c18b5eb1d7a6c0fdbc0f6d10d63b9'
2025-06-05 00:22:05,454 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-05 00:22:05,456 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Snone: PR 255 (Bump omero-model from `711d2fd` to `4d7c5cd`) 3595c5fdb41c18b5eb1d7a6c0fdbc0f6d10d63b9'
2025-06-05 00:22:05,467 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-06-05 00:22:05,470 [ scc.git] DEBUG omero-model | 2 +-
2025-06-05 00:22:05,470 [ scc.git] DEBUG 1 file changed, 1 insertion(+), 1 deletion(-)
2025-06-05 00:22:05,701 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:05,875 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-05 00:22:05,876 [ scc.git] DEBUG Calling 'git submodule update'
2025-06-05 00:22:05,929 [ scc.git] DEBUG Submodule path 'omero-common': checked out '540d520c0d291cdec3dc140b69a77fba2ccbed64'
2025-06-05 00:22:05,944 [ scc.git] DEBUG Submodule path 'omero-gateway-java': checked out '20415d65dd81bce4ed7808939d08fe3fc2353b33'
2025-06-05 00:22:05,957 [ scc.git] DEBUG Submodule path 'omero-model': checked out '4d7c5cda6caa4f564e3ae30191f942f132853cda'
2025-06-05 00:22:05,969 [ scc.git] DEBUG Submodule path 'omero-renderer': checked out '0299d84f1b224b6d2909d803730f85cf9fd1c7bf'
2025-06-05 00:22:05,981 [ scc.git] DEBUG Submodule path 'omero-romio': checked out 'dd94b039abd0e7be6399cc25a4dbc84e85099ac5'
2025-06-05 00:22:05,982 [ scc.git] DEBUG Get sha1 of %s
2025-06-05 00:22:05,982 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-05 00:22:05,984 [ scc.git] DEBUG Calling 'git status --porcelain'
2025-06-05 00:22:06,026 [ scc.git] DEBUG <scc.git.GitRepository object at 0x7f9e52b12a50> has no local changes
2025-06-05 00:22:06,026 [ 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 251 dependabot[bot] 'Bump omero-romio from `05289b8` to `dd94b03`'
- PR 252 dependabot[bot] 'Bump omero-renderer from `36f6079` to `0299d84`'
- PR 253 dependabot[bot] 'Bump omero-gateway-java from `d0d0e47` to `20415d6`'
- PR 254 dependabot[bot] 'Bump omero-common from `754892b` to `540d520`'
- PR 255 dependabot[bot] 'Bump omero-model from `711d2fd` to `4d7c5cd`'
Generated by OMERO-build-push#452 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build-push/452/)'
2025-06-05 00:22:06,058 [ scc.git] DEBUG [detached HEAD ee86037] merge master -Dorg -Snone
2025-06-05 00:22:06,058 [ scc.merge] INFO Repository: ome/omero-build
2025-06-05 00:22:06,058 [ scc.merge] INFO Already up to date.
2025-06-05 00:22:06,058 [ scc.merge] INFO
2025-06-05 00:22:06,058 [ scc.merge] INFO Merged PRs:
2025-06-05 00:22:06,058 [ scc.merge] INFO - PR 251 dependabot[bot] 'Bump omero-romio from `05289b8` to `dd94b03`'
2025-06-05 00:22:06,059 [ scc.merge] INFO - PR 252 dependabot[bot] 'Bump omero-renderer from `36f6079` to `0299d84`'
2025-06-05 00:22:06,059 [ scc.merge] INFO - PR 253 dependabot[bot] 'Bump omero-gateway-java from `d0d0e47` to `20415d6`'
2025-06-05 00:22:06,059 [ scc.merge] INFO - PR 254 dependabot[bot] 'Bump omero-common from `754892b` to `540d520`'
2025-06-05 00:22:06,059 [ scc.merge] INFO - PR 255 dependabot[bot] 'Bump omero-model from `711d2fd` to `4d7c5cd`'
2025-06-05 00:22:06,059 [ scc.merge] INFO
2025-06-05 00:22:06,059 [ scc.merge] DEBUG Cleaning remote branches created for merging
2025-06-05 00:22:06,059 [ 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'
Submodule path 'omero-renderer': checked out 'bdbdb9e2fd188a536fc1992051b8ab32afab465a'
From https://github.com/ome/omero-server
5096f6dc..6c6dbe78 master -> origin/master
Submodule path 'omero-server': checked out '6c6dbe78dfdd8e6f228e3aa21da624db0d2e642e'
Merge all submodules2025-06-05 00:22:09,273 [ scc.config] DEBUG Found github.token
2025-06-05 00:22:09,274 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:09,436 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-05 00:22:09,688 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:09,854 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-05 00:22:10,106 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:10,285 [urllib3.conn] DEBUG https://api.github.com:443 "GET /rate_limit HTTP/1.1" 200 None
2025-06-05 00:22:10,286 [ scc.gh] DEBUG 4830 remaining from 5000 (Reset at 01:06
2025-06-05 00:22:10,287 [ scc.git] DEBUG Calling 'git rev-parse --show-toplevel'
2025-06-05 00:22:10,289 [ scc.git] DEBUG Check current status
2025-06-05 00:22:10,289 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2025-06-05 00:22:10,292 [ scc.git] DEBUG ee86037 merge master -Dorg -Snone
2025-06-05 00:22:10,292 [ scc.git] DEBUG Calling 'git submodule status'
2025-06-05 00:22:10,334 [ scc.git] DEBUG b56a31dff4a7470a1b1947e6e9cd9019642480ee omero-blitz (v5.8.2-9-gb56a31df)
2025-06-05 00:22:10,338 [ scc.git] DEBUG 540d520c0d291cdec3dc140b69a77fba2ccbed64 omero-common (v5.7.3-1-g540d520)
2025-06-05 00:22:10,342 [ scc.git] DEBUG 20415d65dd81bce4ed7808939d08fe3fc2353b33 omero-gateway-java (v5.10.2-4-g20415d6)
2025-06-05 00:22:10,346 [ scc.git] DEBUG 4d7c5cda6caa4f564e3ae30191f942f132853cda omero-model (v5.7.3-3-g4d7c5cd)
2025-06-05 00:22:10,350 [ scc.git] DEBUG +bdbdb9e2fd188a536fc1992051b8ab32afab465a omero-renderer (v5.6.3-1-gbdbdb9e)
2025-06-05 00:22:10,353 [ scc.git] DEBUG dd94b039abd0e7be6399cc25a4dbc84e85099ac5 omero-romio (v5.8.3-1-gdd94b03)
2025-06-05 00:22:10,357 [ scc.git] DEBUG +6c6dbe78dfdd8e6f228e3aa21da624db0d2e642e omero-server (v5.7.2-21-g6c6dbe78)
2025-06-05 00:22:10,360 [ scc.config] DEBUG Found remote.origin.url
2025-06-05 00:22:10,537 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:10,799 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build HTTP/1.1" 200 None
2025-06-05 00:22:11,050 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:11,261 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None
2025-06-05 00:22:11,512 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:11,706 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None
2025-06-05 00:22:11,957 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:12,141 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None
2025-06-05 00:22:12,392 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:12,578 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None
2025-06-05 00:22:12,579 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-06-05 00:22:12,632 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-blitz
2025-06-05 00:22:12,632 [ scc.git] DEBUG Calling 'git rev-parse --show-toplevel'
2025-06-05 00:22:12,634 [ scc.git] DEBUG Check current status
2025-06-05 00:22:12,634 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2025-06-05 00:22:12,637 [ scc.git] DEBUG b56a31df Merge pull request #161 from sbesson/batik_1.19
2025-06-05 00:22:12,637 [ scc.git] DEBUG Calling 'git submodule status'
2025-06-05 00:22:12,676 [ scc.config] DEBUG Found remote.origin.url
2025-06-05 00:22:12,830 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:13,113 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz HTTP/1.1" 200 None
2025-06-05 00:22:13,365 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:13,644 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None
2025-06-05 00:22:13,895 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:14,070 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None
2025-06-05 00:22:14,321 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:14,504 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None
2025-06-05 00:22:14,755 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:14,934 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None
2025-06-05 00:22:14,935 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-06-05 00:22:14,975 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-06-05 00:22:14,976 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-common
2025-06-05 00:22:14,976 [ scc.git] DEBUG Calling 'git rev-parse --show-toplevel'
2025-06-05 00:22:14,978 [ scc.git] DEBUG Check current status
2025-06-05 00:22:14,978 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2025-06-05 00:22:14,981 [ scc.git] DEBUG 540d520 Bump version to 5.7.4-SNAPSHOT
2025-06-05 00:22:14,981 [ scc.git] DEBUG Calling 'git submodule status'
2025-06-05 00:22:15,023 [ scc.config] DEBUG Found remote.origin.url
2025-06-05 00:22:15,186 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:15,437 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-common HTTP/1.1" 200 None
2025-06-05 00:22:15,688 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:15,933 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None
2025-06-05 00:22:16,185 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:16,364 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None
2025-06-05 00:22:16,615 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:16,809 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None
2025-06-05 00:22:17,061 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:17,260 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None
2025-06-05 00:22:17,261 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-06-05 00:22:17,301 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-06-05 00:22:17,302 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-gateway-java
2025-06-05 00:22:17,302 [ scc.git] DEBUG Calling 'git rev-parse --show-toplevel'
2025-06-05 00:22:17,304 [ scc.git] DEBUG Check current status
2025-06-05 00:22:17,304 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2025-06-05 00:22:17,306 [ scc.git] DEBUG 20415d6 Merge pull request #102 from sbesson/master
2025-06-05 00:22:17,307 [ scc.git] DEBUG Calling 'git submodule status'
2025-06-05 00:22:17,346 [ scc.config] DEBUG Found remote.origin.url
2025-06-05 00:22:17,512 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:17,822 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java HTTP/1.1" 200 None
2025-06-05 00:22:18,074 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:18,351 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None
2025-06-05 00:22:18,603 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:18,777 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None
2025-06-05 00:22:19,029 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:19,210 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None
2025-06-05 00:22:19,463 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:19,650 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None
2025-06-05 00:22:19,651 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-06-05 00:22:19,689 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-06-05 00:22:19,689 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-model
2025-06-05 00:22:19,690 [ scc.git] DEBUG Calling 'git rev-parse --show-toplevel'
2025-06-05 00:22:19,692 [ scc.git] DEBUG Check current status
2025-06-05 00:22:19,692 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2025-06-05 00:22:19,694 [ scc.git] DEBUG 4d7c5cd Merge pull request #119 from sbesson/changelog_removal
2025-06-05 00:22:19,694 [ scc.git] DEBUG Calling 'git submodule status'
2025-06-05 00:22:19,733 [ scc.config] DEBUG Found remote.origin.url
2025-06-05 00:22:19,902 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:20,199 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-model HTTP/1.1" 200 None
2025-06-05 00:22:20,451 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:20,699 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None
2025-06-05 00:22:20,951 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:21,144 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None
2025-06-05 00:22:21,396 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:21,578 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None
2025-06-05 00:22:21,829 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:21,997 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None
2025-06-05 00:22:21,998 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-06-05 00:22:22,039 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-06-05 00:22:22,039 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-renderer
2025-06-05 00:22:22,039 [ scc.git] DEBUG Calling 'git rev-parse --show-toplevel'
2025-06-05 00:22:22,041 [ scc.git] DEBUG Check current status
2025-06-05 00:22:22,041 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2025-06-05 00:22:22,044 [ scc.git] DEBUG bdbdb9e Bump version to 5.6.4-SNAPSHOT
2025-06-05 00:22:22,044 [ scc.git] DEBUG Calling 'git submodule status'
2025-06-05 00:22:22,084 [ scc.config] DEBUG Found remote.origin.url
2025-06-05 00:22:22,249 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:22,496 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-renderer HTTP/1.1" 200 None
2025-06-05 00:22:22,747 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:22,981 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None
2025-06-05 00:22:23,233 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:23,424 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None
2025-06-05 00:22:23,676 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:23,864 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None
2025-06-05 00:22:24,115 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:24,287 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None
2025-06-05 00:22:24,288 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-06-05 00:22:24,327 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-06-05 00:22:24,328 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-romio
2025-06-05 00:22:24,328 [ scc.git] DEBUG Calling 'git rev-parse --show-toplevel'
2025-06-05 00:22:24,330 [ scc.git] DEBUG Check current status
2025-06-05 00:22:24,330 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2025-06-05 00:22:24,333 [ scc.git] DEBUG dd94b03 Bump version to 5.8.4-SNAPSHOT
2025-06-05 00:22:24,333 [ scc.git] DEBUG Calling 'git submodule status'
2025-06-05 00:22:24,373 [ scc.config] DEBUG Found remote.origin.url
2025-06-05 00:22:24,538 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:24,809 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-romio HTTP/1.1" 200 None
2025-06-05 00:22:25,060 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:25,297 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None
2025-06-05 00:22:25,548 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:25,737 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None
2025-06-05 00:22:25,990 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:26,169 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None
2025-06-05 00:22:26,421 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:26,606 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None
2025-06-05 00:22:26,606 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-06-05 00:22:26,645 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-06-05 00:22:26,645 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-server
2025-06-05 00:22:26,645 [ scc.git] DEBUG Calling 'git rev-parse --show-toplevel'
2025-06-05 00:22:26,647 [ scc.git] DEBUG Check current status
2025-06-05 00:22:26,647 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2025-06-05 00:22:26,650 [ scc.git] DEBUG 6c6dbe78 Merge pull request #198 from sbesson/changelog_removal
2025-06-05 00:22:26,650 [ scc.git] DEBUG Calling 'git submodule status'
2025-06-05 00:22:26,689 [ scc.config] DEBUG Found remote.origin.url
2025-06-05 00:22:26,857 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:27,098 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server HTTP/1.1" 200 None
2025-06-05 00:22:27,350 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:27,595 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None
2025-06-05 00:22:27,846 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:28,033 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None
2025-06-05 00:22:28,285 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:28,520 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None
2025-06-05 00:22:28,771 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:28,962 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None
2025-06-05 00:22:28,962 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-06-05 00:22:29,000 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-06-05 00:22:29,001 [ scc.git] DEBUG Resetting...
2025-06-05 00:22:29,001 [ scc.git] DEBUG Calling 'git reset --hard HEAD'
2025-06-05 00:22:29,006 [ scc.git] DEBUG HEAD is now at ee86037 merge master -Dorg -Snone
2025-06-05 00:22:29,006 [ scc.git] DEBUG Calling 'git submodule update --recursive'
2025-06-05 00:22:29,067 [ scc.git] DEBUG Submodule path 'omero-renderer': checked out '0299d84f1b224b6d2909d803730f85cf9fd1c7bf'
2025-06-05 00:22:29,087 [ scc.git] DEBUG Submodule path 'omero-server': checked out '5096f6dca3f4669c735b1257adca12cb21927db1'
2025-06-05 00:22:29,090 [ scc.git] DEBUG Check current status
2025-06-05 00:22:29,090 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2025-06-05 00:22:29,092 [ scc.git] DEBUG ee86037 merge master -Dorg -Snone
2025-06-05 00:22:29,093 [ scc.git] DEBUG Calling 'git submodule status'
2025-06-05 00:22:29,132 [ scc.git] DEBUG b56a31dff4a7470a1b1947e6e9cd9019642480ee omero-blitz (v5.8.2-9-gb56a31df)
2025-06-05 00:22:29,136 [ scc.git] DEBUG 540d520c0d291cdec3dc140b69a77fba2ccbed64 omero-common (v5.7.3-1-g540d520)
2025-06-05 00:22:29,140 [ scc.git] DEBUG 20415d65dd81bce4ed7808939d08fe3fc2353b33 omero-gateway-java (v5.10.2-4-g20415d6)
2025-06-05 00:22:29,144 [ scc.git] DEBUG 4d7c5cda6caa4f564e3ae30191f942f132853cda omero-model (v5.7.3-3-g4d7c5cd)
2025-06-05 00:22:29,148 [ scc.git] DEBUG 0299d84f1b224b6d2909d803730f85cf9fd1c7bf omero-renderer (v5.6.2-6-g0299d84)
2025-06-05 00:22:29,151 [ scc.git] DEBUG dd94b039abd0e7be6399cc25a4dbc84e85099ac5 omero-romio (v5.8.3-1-gdd94b03)
2025-06-05 00:22:29,155 [ scc.git] DEBUG 5096f6dca3f4669c735b1257adca12cb21927db1 omero-server (v5.7.2-19-g5096f6dc)
2025-06-05 00:22:29,156 [ scc.merge] INFO Merging Pull Request(s) based on master
2025-06-05 00:22:29,156 [ scc.merge] INFO Including Pull Request(s) opened by any public member of the organization
2025-06-05 00:22:29,156 [ scc.merge] INFO Including Pull Request(s) labelled as include or dependencies
2025-06-05 00:22:29,156 [ scc.merge] INFO Excluding Pull Request(s) staged as draft
2025-06-05 00:22:29,156 [ scc.merge] INFO Excluding Pull Request(s) labelled as exclude or breaking
2025-06-05 00:22:29,156 [ scc.merge] INFO Excluding Pull Request(s) without successful status
2025-06-05 00:22:29,156 [ scc.repo] DEBUG ## PRs found:
2025-06-05 00:22:29,213 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:29,494 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/pulls HTTP/1.1" 200 None
2025-06-05 00:22:29,746 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:29,991 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/issues/255 HTTP/1.1" 200 None
2025-06-05 00:22:29,992 [ scc.repo] DEBUG # ... Include label: dependencies
2025-06-05 00:22:30,243 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:30,571 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/commits/3595c5fdb41c18b5eb1d7a6c0fdbc0f6d10d63b9 HTTP/1.1" 200 None
2025-06-05 00:22:30,822 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:31,052 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/commits/3595c5fdb41c18b5eb1d7a6c0fdbc0f6d10d63b9/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None
2025-06-05 00:22:31,304 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:31,629 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/commits/3595c5fdb41c18b5eb1d7a6c0fdbc0f6d10d63b9 HTTP/1.1" 200 None
2025-06-05 00:22:31,880 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:32,065 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/statuses/3595c5fdb41c18b5eb1d7a6c0fdbc0f6d10d63b9?per_page=1 HTTP/1.1" 200 2
2025-06-05 00:22:32,065 [ scc.repo] DEBUG - PR 255 dependabot[bot] 'Bump omero-model from `711d2fd` to `4d7c5cd`'
2025-06-05 00:22:32,316 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:32,536 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/issues/254 HTTP/1.1" 200 None
2025-06-05 00:22:32,537 [ scc.repo] DEBUG # ... Include label: dependencies
2025-06-05 00:22:32,788 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:33,075 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/commits/fb1b351ac2d0904e2171767f36ae0e803e0d758b HTTP/1.1" 200 None
2025-06-05 00:22:33,326 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:33,568 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/commits/fb1b351ac2d0904e2171767f36ae0e803e0d758b/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None
2025-06-05 00:22:33,819 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:34,144 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/commits/fb1b351ac2d0904e2171767f36ae0e803e0d758b HTTP/1.1" 200 None
2025-06-05 00:22:34,396 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:34,578 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/statuses/fb1b351ac2d0904e2171767f36ae0e803e0d758b?per_page=1 HTTP/1.1" 200 2
2025-06-05 00:22:34,579 [ scc.repo] DEBUG - PR 254 dependabot[bot] 'Bump omero-common from `754892b` to `540d520`'
2025-06-05 00:22:34,830 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:35,088 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/issues/253 HTTP/1.1" 200 None
2025-06-05 00:22:35,089 [ scc.repo] DEBUG # ... Include label: dependencies
2025-06-05 00:22:35,340 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:35,643 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/commits/6aba924842caa794fb300babe4347d894f5c4bd7 HTTP/1.1" 200 None
2025-06-05 00:22:35,894 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:36,119 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/commits/6aba924842caa794fb300babe4347d894f5c4bd7/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None
2025-06-05 00:22:36,370 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:36,672 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/commits/6aba924842caa794fb300babe4347d894f5c4bd7 HTTP/1.1" 200 None
2025-06-05 00:22:36,924 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:37,111 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/statuses/6aba924842caa794fb300babe4347d894f5c4bd7?per_page=1 HTTP/1.1" 200 2
2025-06-05 00:22:37,111 [ scc.repo] DEBUG - PR 253 dependabot[bot] 'Bump omero-gateway-java from `d0d0e47` to `20415d6`'
2025-06-05 00:22:37,362 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:37,648 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/issues/252 HTTP/1.1" 200 None
2025-06-05 00:22:37,648 [ scc.repo] DEBUG # ... Include label: dependencies
2025-06-05 00:22:37,899 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:38,198 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/commits/8bca0056088f8aaf2a4caeebb4a9dff17f0822b5 HTTP/1.1" 200 None
2025-06-05 00:22:38,449 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:38,676 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/commits/8bca0056088f8aaf2a4caeebb4a9dff17f0822b5/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None
2025-06-05 00:22:38,927 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:39,178 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/commits/8bca0056088f8aaf2a4caeebb4a9dff17f0822b5 HTTP/1.1" 200 None
2025-06-05 00:22:39,430 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:39,632 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/statuses/8bca0056088f8aaf2a4caeebb4a9dff17f0822b5?per_page=1 HTTP/1.1" 200 2
2025-06-05 00:22:39,633 [ scc.repo] DEBUG - PR 252 dependabot[bot] 'Bump omero-renderer from `36f6079` to `0299d84`'
2025-06-05 00:22:39,884 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:40,132 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/issues/251 HTTP/1.1" 200 None
2025-06-05 00:22:40,133 [ scc.repo] DEBUG # ... Include label: dependencies
2025-06-05 00:22:40,383 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:40,680 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/commits/7f1237054ab77cb21a07db563b17032e13ec3956 HTTP/1.1" 200 None
2025-06-05 00:22:40,931 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:41,129 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/commits/7f1237054ab77cb21a07db563b17032e13ec3956/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None
2025-06-05 00:22:41,380 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:41,675 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/commits/7f1237054ab77cb21a07db563b17032e13ec3956 HTTP/1.1" 200 None
2025-06-05 00:22:41,927 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:42,103 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/statuses/7f1237054ab77cb21a07db563b17032e13ec3956?per_page=1 HTTP/1.1" 200 2
2025-06-05 00:22:42,103 [ scc.repo] DEBUG - PR 251 dependabot[bot] 'Bump omero-romio from `05289b8` to `dd94b03`'
2025-06-05 00:22:42,103 [ scc.repo] DEBUG ## Branches found:
2025-06-05 00:22:42,103 [ scc.git] DEBUG Get sha1 of %s
2025-06-05 00:22:42,103 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-05 00:22:42,106 [ scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master'
2025-06-05 00:22:42,108 [ scc.git] DEBUG ## Merging base to ensure closed PRs are included.
2025-06-05 00:22:42,108 [ scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master'
2025-06-05 00:22:42,112 [ scc.git] DEBUG Calling 'git merge --ff-only origin/master'
2025-06-05 00:22:42,115 [ scc.git] DEBUG Already up to date.
2025-06-05 00:22:42,115 [ scc.git] DEBUG Calling 'git fetch origin pull/251/head'
2025-06-05 00:22:42,420 [ scc.git] DEBUG From https://github.com/ome/omero-build
2025-06-05 00:22:42,420 [ scc.git] DEBUG * branch refs/pull/251/head -> FETCH_HEAD
2025-06-05 00:22:42,426 [ scc.git] DEBUG Calling 'git fetch origin pull/252/head'
2025-06-05 00:22:42,716 [ scc.git] DEBUG From https://github.com/ome/omero-build
2025-06-05 00:22:42,717 [ scc.git] DEBUG * branch refs/pull/252/head -> FETCH_HEAD
2025-06-05 00:22:42,723 [ scc.git] DEBUG Calling 'git fetch origin pull/253/head'
2025-06-05 00:22:43,021 [ scc.git] DEBUG From https://github.com/ome/omero-build
2025-06-05 00:22:43,021 [ scc.git] DEBUG * branch refs/pull/253/head -> FETCH_HEAD
2025-06-05 00:22:43,028 [ scc.git] DEBUG Calling 'git fetch origin pull/254/head'
2025-06-05 00:22:43,302 [ scc.git] DEBUG From https://github.com/ome/omero-build
2025-06-05 00:22:43,302 [ scc.git] DEBUG * branch refs/pull/254/head -> FETCH_HEAD
2025-06-05 00:22:43,309 [ scc.git] DEBUG Calling 'git fetch origin pull/255/head'
2025-06-05 00:22:43,582 [ scc.git] DEBUG From https://github.com/ome/omero-build
2025-06-05 00:22:43,582 [ scc.git] DEBUG * branch refs/pull/255/head -> FETCH_HEAD
2025-06-05 00:22:43,589 [ scc.git] DEBUG ## Unique users: []
2025-06-05 00:22:43,589 [ scc.git] DEBUG Get sha1 of %s
2025-06-05 00:22:43,589 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-05 00:22:43,591 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...7f1237054ab77cb21a07db563b17032e13ec3956'
2025-06-05 00:22:43,594 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-05 00:22:43,597 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 251 (Bump omero-romio from `05289b8` to `dd94b03`) 7f1237054ab77cb21a07db563b17032e13ec3956'
2025-06-05 00:22:43,599 [ scc.git] DEBUG Already up to date.
2025-06-05 00:22:43,601 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:43,778 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-05 00:22:43,779 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...8bca0056088f8aaf2a4caeebb4a9dff17f0822b5'
2025-06-05 00:22:43,781 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-05 00:22:43,784 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 252 (Bump omero-renderer from `36f6079` to `0299d84`) 8bca0056088f8aaf2a4caeebb4a9dff17f0822b5'
2025-06-05 00:22:43,786 [ scc.git] DEBUG Already up to date.
2025-06-05 00:22:44,029 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:44,195 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-05 00:22:44,196 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...6aba924842caa794fb300babe4347d894f5c4bd7'
2025-06-05 00:22:44,199 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-05 00:22:44,201 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 253 (Bump omero-gateway-java from `d0d0e47` to `20415d6`) 6aba924842caa794fb300babe4347d894f5c4bd7'
2025-06-05 00:22:44,204 [ scc.git] DEBUG Already up to date.
2025-06-05 00:22:44,446 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:44,618 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-05 00:22:44,618 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...fb1b351ac2d0904e2171767f36ae0e803e0d758b'
2025-06-05 00:22:44,622 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-05 00:22:44,624 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 254 (Bump omero-common from `754892b` to `540d520`) fb1b351ac2d0904e2171767f36ae0e803e0d758b'
2025-06-05 00:22:44,627 [ scc.git] DEBUG Already up to date.
2025-06-05 00:22:44,869 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:45,031 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-05 00:22:45,031 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...3595c5fdb41c18b5eb1d7a6c0fdbc0f6d10d63b9'
2025-06-05 00:22:45,034 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-05 00:22:45,036 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 255 (Bump omero-model from `711d2fd` to `4d7c5cd`) 3595c5fdb41c18b5eb1d7a6c0fdbc0f6d10d63b9'
2025-06-05 00:22:45,039 [ scc.git] DEBUG Already up to date.
2025-06-05 00:22:45,282 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:45,445 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-05 00:22:45,445 [ scc.git] DEBUG Calling 'git submodule update'
2025-06-05 00:22:45,488 [ scc.git] DEBUG Get sha1 of %s
2025-06-05 00:22:45,488 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-05 00:22:45,490 [ scc.repo] DEBUG ## PRs found:
2025-06-05 00:22:45,696 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:46,033 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/pulls HTTP/1.1" 200 None
2025-06-05 00:22:46,285 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:46,507 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/issues/163 HTTP/1.1" 200 None
2025-06-05 00:22:46,758 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:47,026 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/commits/52e97844515e5d4a0c09b4cfe8e259f5e4dd6f92 HTTP/1.1" 200 None
2025-06-05 00:22:47,278 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:47,519 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/commits/52e97844515e5d4a0c09b4cfe8e259f5e4dd6f92/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None
2025-06-05 00:22:47,770 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:48,004 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/commits/52e97844515e5d4a0c09b4cfe8e259f5e4dd6f92/check-suites?app_id=15368 HTTP/1.1" 200 None
2025-06-05 00:22:48,256 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:48,455 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/commits/52e97844515e5d4a0c09b4cfe8e259f5e4dd6f92 HTTP/1.1" 200 None
2025-06-05 00:22:48,707 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:48,890 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/statuses/52e97844515e5d4a0c09b4cfe8e259f5e4dd6f92?per_page=1 HTTP/1.1" 200 2
2025-06-05 00:22:48,891 [ scc.repo] DEBUG - PR 163 sbesson 'Remove CHANGELOG in favor of generated GitHub release notes'
2025-06-05 00:22:49,142 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:49,367 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/issues/162 HTTP/1.1" 200 None
2025-06-05 00:22:49,619 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:49,917 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/commits/89350120dc7fcf98f33accaa081c638a5c81724d HTTP/1.1" 200 None
2025-06-05 00:22:50,168 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:50,425 [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-05 00:22:50,677 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:51,024 [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-05 00:22:51,275 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:51,485 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/commits/89350120dc7fcf98f33accaa081c638a5c81724d HTTP/1.1" 200 None
2025-06-05 00:22:51,736 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:51,914 [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-05 00:22:51,914 [ scc.repo] DEBUG - PR 162 sbesson 'OMEROMetadataStoreClient: fall back to secure session on SocketException'
2025-06-05 00:22:52,165 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:52,444 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/issues/132 HTTP/1.1" 200 None
2025-06-05 00:22:52,695 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:52,918 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/issues/132/comments HTTP/1.1" 200 None
2025-06-05 00:22:53,170 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:53,458 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/commits/6d887b53b85d244eed855703effd0e470c83bab9 HTTP/1.1" 200 None
2025-06-05 00:22:53,709 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:53,911 [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-05 00:22:54,163 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:54,468 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/commits/6d887b53b85d244eed855703effd0e470c83bab9 HTTP/1.1" 200 None
2025-06-05 00:22:54,720 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:54,894 [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-05 00:22:54,895 [ scc.repo] DEBUG - PR 132 jburel 'Fix javadoc warning'
2025-06-05 00:22:55,145 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:55,393 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/issues/119 HTTP/1.1" 200 None
2025-06-05 00:22:55,645 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:55,859 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/issues/119/comments HTTP/1.1" 200 None
2025-06-05 00:22:56,110 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:56,390 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/commits/4ef8809efaee231eb83e45e64a852a9808bc4723 HTTP/1.1" 200 None
2025-06-05 00:22:56,642 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:56,846 [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-05 00:22:57,098 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:57,399 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/commits/4ef8809efaee231eb83e45e64a852a9808bc4723 HTTP/1.1" 200 None
2025-06-05 00:22:57,650 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:57,853 [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-05 00:22:57,854 [ scc.repo] DEBUG - PR 119 dominikl 'Take Ice and omero sysenv variables into account'
2025-06-05 00:22:57,854 [ scc.repo] DEBUG ## Branches found:
2025-06-05 00:22:57,854 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-blitz
2025-06-05 00:22:57,854 [ scc.git] DEBUG Get sha1 of %s
2025-06-05 00:22:57,854 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-05 00:22:57,857 [ scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master'
2025-06-05 00:22:57,859 [ scc.git] DEBUG ## Merging base to ensure closed PRs are included.
2025-06-05 00:22:57,859 [ scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master'
2025-06-05 00:22:57,862 [ scc.git] DEBUG Calling 'git merge --ff-only origin/master'
2025-06-05 00:22:57,865 [ scc.git] DEBUG Already up to date.
2025-06-05 00:22:57,865 [ scc.git] DEBUG Calling 'git fetch origin pull/119/head'
2025-06-05 00:22:58,202 [ scc.git] DEBUG From https://github.com/ome/omero-blitz
2025-06-05 00:22:58,202 [ scc.git] DEBUG * branch refs/pull/119/head -> FETCH_HEAD
2025-06-05 00:22:58,207 [ scc.git] DEBUG Calling 'git fetch origin pull/132/head'
2025-06-05 00:22:58,497 [ scc.git] DEBUG From https://github.com/ome/omero-blitz
2025-06-05 00:22:58,498 [ scc.git] DEBUG * branch refs/pull/132/head -> FETCH_HEAD
2025-06-05 00:22:58,502 [ scc.git] DEBUG Calling 'git fetch origin pull/162/head'
2025-06-05 00:22:58,793 [ scc.git] DEBUG From https://github.com/ome/omero-blitz
2025-06-05 00:22:58,793 [ scc.git] DEBUG * branch refs/pull/162/head -> FETCH_HEAD
2025-06-05 00:22:58,797 [ scc.git] DEBUG Calling 'git fetch origin pull/163/head'
2025-06-05 00:22:59,214 [ scc.git] DEBUG From https://github.com/ome/omero-blitz
2025-06-05 00:22:59,214 [ scc.git] DEBUG * branch refs/pull/163/head -> FETCH_HEAD
2025-06-05 00:22:59,217 [ scc.git] DEBUG ## Unique users: []
2025-06-05 00:22:59,217 [ scc.git] DEBUG Get sha1 of %s
2025-06-05 00:22:59,217 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-05 00:22:59,220 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...4ef8809efaee231eb83e45e64a852a9808bc4723'
2025-06-05 00:22:59,225 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-05 00:22:59,227 [ 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-05 00:22:59,242 [ scc.git] DEBUG Auto-merging src/main/java/omero/client.java
2025-06-05 00:22:59,243 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-06-05 00:22:59,246 [ scc.git] DEBUG src/main/java/omero/client.java | 6 ++++++
2025-06-05 00:22:59,247 [ scc.git] DEBUG 1 file changed, 6 insertions(+)
2025-06-05 00:22:59,248 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:59,404 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-05 00:22:59,405 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...6d887b53b85d244eed855703effd0e470c83bab9'
2025-06-05 00:22:59,410 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-05 00:22:59,412 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 132 (Fix javadoc warning) 6d887b53b85d244eed855703effd0e470c83bab9'
2025-06-05 00:22:59,427 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-06-05 00:22:59,430 [ scc.git] DEBUG src/main/slice/omero/api/ThumbnailStore.ice | 2 +-
2025-06-05 00:22:59,431 [ scc.git] DEBUG 1 file changed, 1 insertion(+), 1 deletion(-)
2025-06-05 00:22:59,656 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:22:59,815 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-05 00:22:59,815 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...89350120dc7fcf98f33accaa081c638a5c81724d'
2025-06-05 00:22:59,821 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-05 00:22:59,823 [ 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-05 00:22:59,840 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-06-05 00:22:59,846 [ scc.git] DEBUG src/main/java/ome/formats/OMEROMetadataStoreClient.java | 4 ++--
2025-06-05 00:22:59,846 [ scc.git] DEBUG 1 file changed, 2 insertions(+), 2 deletions(-)
2025-06-05 00:23:00,066 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:00,233 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-05 00:23:00,234 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...52e97844515e5d4a0c09b4cfe8e259f5e4dd6f92'
2025-06-05 00:23:00,239 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-05 00:23:00,242 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 163 (Remove CHANGELOG in favor of generated GitHub release notes) 52e97844515e5d4a0c09b4cfe8e259f5e4dd6f92'
2025-06-05 00:23:00,257 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-06-05 00:23:00,259 [ scc.git] DEBUG CHANGELOG.md | 217 -----------------------------------------------------------
2025-06-05 00:23:00,259 [ scc.git] DEBUG 1 file changed, 217 deletions(-)
2025-06-05 00:23:00,259 [ scc.git] DEBUG delete mode 100644 CHANGELOG.md
2025-06-05 00:23:00,485 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:00,667 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-05 00:23:00,668 [ scc.git] DEBUG Calling 'git submodule update'
2025-06-05 00:23:00,708 [ scc.git] DEBUG Get sha1 of %s
2025-06-05 00:23:00,708 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-05 00:23:00,710 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-06-05 00:23:00,749 [ scc.git] DEBUG Calling 'git status --porcelain'
2025-06-05 00:23:00,756 [ scc.git] DEBUG <scc.git.GitRepository object at 0x7f8f03f0d290> has no local changes
2025-06-05 00:23:00,756 [ 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'
- PR 163 sbesson 'Remove CHANGELOG in favor of generated GitHub release notes'
Generated by OMERO-build-push#452 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build-push/452/)'
2025-06-05 00:23:00,764 [ scc.git] DEBUG [detached HEAD 635e090a] merge master -Dorg -Ssuccess-only
2025-06-05 00:23:00,764 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-06-05 00:23:00,764 [ scc.repo] DEBUG ## PRs found:
2025-06-05 00:23:00,919 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:01,283 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-common/pulls HTTP/1.1" 200 None
2025-06-05 00:23:01,535 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:01,783 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-common/issues/45 HTTP/1.1" 200 None
2025-06-05 00:23:02,035 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:02,267 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-common/issues/45/comments HTTP/1.1" 200 None
2025-06-05 00:23:02,518 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:02,756 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-common/issues/42 HTTP/1.1" 200 None
2025-06-05 00:23:03,008 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:03,254 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-common/issues/42/comments HTTP/1.1" 200 None
2025-06-05 00:23:03,505 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:03,810 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-common/commits/92e4d3ee9bd655e531156415863a1defa7d0ab39 HTTP/1.1" 200 None
2025-06-05 00:23:04,061 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:04,268 [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-05 00:23:04,519 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:04,772 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-common/commits/92e4d3ee9bd655e531156415863a1defa7d0ab39 HTTP/1.1" 200 None
2025-06-05 00:23:05,024 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:05,196 [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-05 00:23:05,196 [ scc.repo] DEBUG - PR 42 jburel 'include all'
2025-06-05 00:23:05,197 [ scc.repo] DEBUG ## Branches found:
2025-06-05 00:23:05,197 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-common
2025-06-05 00:23:05,197 [ scc.git] DEBUG Get sha1 of %s
2025-06-05 00:23:05,197 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-05 00:23:05,200 [ scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master'
2025-06-05 00:23:05,202 [ scc.git] DEBUG ## Merging base to ensure closed PRs are included.
2025-06-05 00:23:05,202 [ scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master'
2025-06-05 00:23:05,205 [ scc.git] DEBUG Calling 'git merge --ff-only origin/master'
2025-06-05 00:23:05,208 [ scc.git] DEBUG Already up to date.
2025-06-05 00:23:05,208 [ scc.git] DEBUG Calling 'git fetch origin pull/42/head'
2025-06-05 00:23:05,499 [ scc.git] DEBUG From https://github.com/ome/omero-common
2025-06-05 00:23:05,499 [ scc.git] DEBUG * branch refs/pull/42/head -> FETCH_HEAD
2025-06-05 00:23:05,503 [ scc.git] DEBUG ## Unique users: []
2025-06-05 00:23:05,503 [ scc.git] DEBUG Get sha1 of %s
2025-06-05 00:23:05,503 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-05 00:23:05,505 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...92e4d3ee9bd655e531156415863a1defa7d0ab39'
2025-06-05 00:23:05,510 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-05 00:23:05,512 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 42 (include all) 92e4d3ee9bd655e531156415863a1defa7d0ab39'
2025-06-05 00:23:05,521 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-06-05 00:23:05,524 [ scc.git] DEBUG publish.gradle | 17 +----------------
2025-06-05 00:23:05,524 [ scc.git] DEBUG 1 file changed, 1 insertion(+), 16 deletions(-)
2025-06-05 00:23:05,525 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:05,695 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-05 00:23:05,695 [ scc.git] DEBUG Calling 'git submodule update'
2025-06-05 00:23:05,734 [ scc.git] DEBUG Get sha1 of %s
2025-06-05 00:23:05,734 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-05 00:23:05,736 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-06-05 00:23:05,775 [ scc.git] DEBUG Calling 'git status --porcelain'
2025-06-05 00:23:05,780 [ scc.git] DEBUG <scc.git.GitRepository object at 0x7f8f043a7e90> has no local changes
2025-06-05 00:23:05,780 [ 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#452 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build-push/452/)'
2025-06-05 00:23:05,787 [ scc.git] DEBUG [detached HEAD 33c0648] merge master -Dorg -Ssuccess-only
2025-06-05 00:23:05,787 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-06-05 00:23:05,787 [ scc.repo] DEBUG ## PRs found:
2025-06-05 00:23:05,946 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:06,292 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java/pulls HTTP/1.1" 200 None
2025-06-05 00:23:06,544 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:06,764 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java/issues/103 HTTP/1.1" 200 None
2025-06-05 00:23:07,015 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:07,326 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java/commits/21b916dfedb2ae57981e0a70dcb5d23e7b254d07 HTTP/1.1" 200 None
2025-06-05 00:23:07,577 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:07,806 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java/commits/21b916dfedb2ae57981e0a70dcb5d23e7b254d07/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None
2025-06-05 00:23:08,057 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:08,288 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java/commits/21b916dfedb2ae57981e0a70dcb5d23e7b254d07/check-suites?app_id=15368 HTTP/1.1" 200 None
2025-06-05 00:23:08,539 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:08,856 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java/commits/21b916dfedb2ae57981e0a70dcb5d23e7b254d07 HTTP/1.1" 200 None
2025-06-05 00:23:09,108 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:09,297 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java/statuses/21b916dfedb2ae57981e0a70dcb5d23e7b254d07?per_page=1 HTTP/1.1" 200 2
2025-06-05 00:23:09,297 [ scc.repo] DEBUG - PR 103 sbesson 'Remove CHANGELOG in favor of generated GitHub release notes'
2025-06-05 00:23:09,548 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:09,797 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java/issues/101 HTTP/1.1" 200 None
2025-06-05 00:23:10,049 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:10,278 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java/issues/93 HTTP/1.1" 200 None
2025-06-05 00:23:10,529 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:10,896 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java/commits/3f1e5fd7a279d0793ceccb8c1f3a0d6bac666126 HTTP/1.1" 200 None
2025-06-05 00:23:11,148 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:11,399 [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-05 00:23:11,650 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:11,909 [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-05 00:23:12,160 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:12,481 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java/commits/3f1e5fd7a279d0793ceccb8c1f3a0d6bac666126 HTTP/1.1" 200 None
2025-06-05 00:23:12,733 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:12,920 [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-05 00:23:12,920 [ scc.repo] DEBUG - PR 93 dominikl 'Renderfacility'
2025-06-05 00:23:13,171 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:13,410 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java/issues/30 HTTP/1.1" 200 None
2025-06-05 00:23:13,662 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:13,985 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java/issues/30/comments HTTP/1.1" 200 None
2025-06-05 00:23:13,986 [ scc.repo] DEBUG ## Branches found:
2025-06-05 00:23:13,986 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-gateway-java
2025-06-05 00:23:13,986 [ scc.git] DEBUG Get sha1 of %s
2025-06-05 00:23:13,986 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-05 00:23:13,989 [ scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master'
2025-06-05 00:23:13,991 [ scc.git] DEBUG ## Merging base to ensure closed PRs are included.
2025-06-05 00:23:13,991 [ scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master'
2025-06-05 00:23:13,994 [ scc.git] DEBUG Calling 'git merge --ff-only origin/master'
2025-06-05 00:23:13,997 [ scc.git] DEBUG Already up to date.
2025-06-05 00:23:13,997 [ scc.git] DEBUG Calling 'git fetch origin pull/93/head'
2025-06-05 00:23:14,333 [ scc.git] DEBUG From https://github.com/ome/omero-gateway-java
2025-06-05 00:23:14,333 [ scc.git] DEBUG * branch refs/pull/93/head -> FETCH_HEAD
2025-06-05 00:23:14,337 [ scc.git] DEBUG Calling 'git fetch origin pull/103/head'
2025-06-05 00:23:15,217 [ scc.git] DEBUG From https://github.com/ome/omero-gateway-java
2025-06-05 00:23:15,217 [ scc.git] DEBUG * branch refs/pull/103/head -> FETCH_HEAD
2025-06-05 00:23:15,220 [ scc.git] DEBUG ## Unique users: []
2025-06-05 00:23:15,220 [ scc.git] DEBUG Get sha1 of %s
2025-06-05 00:23:15,220 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-05 00:23:15,222 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...3f1e5fd7a279d0793ceccb8c1f3a0d6bac666126'
2025-06-05 00:23:15,225 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-05 00:23:15,228 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 93 (Renderfacility) 3f1e5fd7a279d0793ceccb8c1f3a0d6bac666126'
2025-06-05 00:23:15,239 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-06-05 00:23:15,243 [ scc.git] DEBUG src/main/java/omero/gateway/Gateway.java | 9 +-
2025-06-05 00:23:15,243 [ scc.git] DEBUG src/main/java/omero/gateway/facility/Facility.java | 8 +-
2025-06-05 00:23:15,243 [ scc.git] DEBUG .../omero/gateway/facility/RenderFacility.java | 236 +++++++++++++++++++++
2025-06-05 00:23:15,243 [ scc.git] DEBUG 3 files changed, 249 insertions(+), 4 deletions(-)
2025-06-05 00:23:15,243 [ scc.git] DEBUG create mode 100644 src/main/java/omero/gateway/facility/RenderFacility.java
2025-06-05 00:23:15,245 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:15,411 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-05 00:23:15,412 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...21b916dfedb2ae57981e0a70dcb5d23e7b254d07'
2025-06-05 00:23:15,415 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-05 00:23:15,417 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 103 (Remove CHANGELOG in favor of generated GitHub release notes) 21b916dfedb2ae57981e0a70dcb5d23e7b254d07'
2025-06-05 00:23:15,427 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-06-05 00:23:15,430 [ scc.git] DEBUG CHANGELOG.md | 184 -----------------------------------------------------------
2025-06-05 00:23:15,430 [ scc.git] DEBUG 1 file changed, 184 deletions(-)
2025-06-05 00:23:15,430 [ scc.git] DEBUG delete mode 100644 CHANGELOG.md
2025-06-05 00:23:15,662 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:15,820 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-05 00:23:15,822 [ scc.git] DEBUG Calling 'git submodule update'
2025-06-05 00:23:15,860 [ scc.git] DEBUG Get sha1 of %s
2025-06-05 00:23:15,860 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-05 00:23:15,863 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-06-05 00:23:15,902 [ scc.git] DEBUG Calling 'git status --porcelain'
2025-06-05 00:23:15,906 [ scc.git] DEBUG <scc.git.GitRepository object at 0x7f8f038049d0> has no local changes
2025-06-05 00:23:15,906 [ scc.git] DEBUG Calling 'git commit --allow-empty -a -n -m merge master -Dorg -Ssuccess-only
Repository: ome/omero-gateway-java
Excluded PRs:
- PR 101 ppouchin 'Fix serverhost (issue #97)' (user: ppouchin)
- PR 30 jburel 'Import image' (exclude comment)
Already up to date.
Merged PRs:
- PR 93 dominikl 'Renderfacility'
- PR 103 sbesson 'Remove CHANGELOG in favor of generated GitHub release notes'
Generated by OMERO-build-push#452 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build-push/452/)'
2025-06-05 00:23:15,914 [ scc.git] DEBUG [detached HEAD a801ba7] merge master -Dorg -Ssuccess-only
2025-06-05 00:23:15,915 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-06-05 00:23:15,915 [ scc.repo] DEBUG ## PRs found:
2025-06-05 00:23:16,073 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:16,266 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-model/pulls HTTP/1.1" 200 2
2025-06-05 00:23:16,267 [ scc.repo] DEBUG ## Branches found:
2025-06-05 00:23:16,267 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-model
2025-06-05 00:23:16,267 [ scc.git] DEBUG Get sha1 of %s
2025-06-05 00:23:16,267 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-05 00:23:16,269 [ scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master'
2025-06-05 00:23:16,271 [ scc.git] DEBUG ## Merging base to ensure closed PRs are included.
2025-06-05 00:23:16,272 [ scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master'
2025-06-05 00:23:16,274 [ scc.git] DEBUG Calling 'git merge --ff-only origin/master'
2025-06-05 00:23:16,277 [ scc.git] DEBUG Already up to date.
2025-06-05 00:23:16,277 [ scc.git] DEBUG ## Unique users: []
2025-06-05 00:23:16,278 [ scc.git] DEBUG Get sha1 of %s
2025-06-05 00:23:16,278 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-05 00:23:16,280 [ scc.git] DEBUG Calling 'git submodule update'
2025-06-05 00:23:16,320 [ scc.git] DEBUG Get sha1 of %s
2025-06-05 00:23:16,320 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-05 00:23:16,322 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-06-05 00:23:16,361 [ scc.git] DEBUG Calling 'git status --porcelain'
2025-06-05 00:23:16,365 [ scc.git] DEBUG <scc.git.GitRepository object at 0x7f8f05f6cbd0> has no local changes
2025-06-05 00:23:16,365 [ 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#452 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build-push/452/)'
2025-06-05 00:23:16,372 [ scc.git] DEBUG [detached HEAD 854f8ff] merge master -Dorg -Ssuccess-only
2025-06-05 00:23:16,372 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-06-05 00:23:16,372 [ scc.repo] DEBUG ## PRs found:
2025-06-05 00:23:16,518 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:16,808 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-renderer/pulls HTTP/1.1" 200 None
2025-06-05 00:23:17,060 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:17,296 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-renderer/issues/10 HTTP/1.1" 200 None
2025-06-05 00:23:17,547 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:17,792 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-renderer/issues/10/comments HTTP/1.1" 200 None
2025-06-05 00:23:17,793 [ scc.repo] DEBUG # ... Exclude label: exclude
2025-06-05 00:23:17,793 [ scc.repo] DEBUG ## Branches found:
2025-06-05 00:23:17,793 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-renderer
2025-06-05 00:23:17,793 [ scc.git] DEBUG Get sha1 of %s
2025-06-05 00:23:17,793 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-05 00:23:17,796 [ scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master'
2025-06-05 00:23:17,798 [ scc.git] DEBUG ## Merging base to ensure closed PRs are included.
2025-06-05 00:23:17,798 [ scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master'
2025-06-05 00:23:17,802 [ scc.git] DEBUG Calling 'git merge --ff-only origin/master'
2025-06-05 00:23:17,809 [ scc.git] DEBUG Updating 0299d84..bdbdb9e
2025-06-05 00:23:18,043 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:18,440 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-renderer/pulls/32 HTTP/1.1" 200 None
2025-06-05 00:23:18,441 [ scc.git] DEBUG ## Unique users: []
2025-06-05 00:23:18,441 [ scc.git] DEBUG Get sha1 of %s
2025-06-05 00:23:18,441 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-05 00:23:18,444 [ scc.git] DEBUG Calling 'git submodule update'
2025-06-05 00:23:18,483 [ scc.git] DEBUG Get sha1 of %s
2025-06-05 00:23:18,483 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-05 00:23:18,485 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-06-05 00:23:18,524 [ scc.git] DEBUG Calling 'git status --porcelain'
2025-06-05 00:23:18,528 [ scc.git] DEBUG <scc.git.GitRepository object at 0x7f8f037f6450> has no local changes
2025-06-05 00:23:18,528 [ 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)
Updating 0299d84..bdbdb9e
Previously merged:
- PR 32 sbesson 'Bump org.openmicroscopy:omero-romio from 5.8.2 to 5.8.3'
Generated by OMERO-build-push#452 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build-push/452/)'
2025-06-05 00:23:18,535 [ scc.git] DEBUG [detached HEAD 1568203] merge master -Dorg -Ssuccess-only
2025-06-05 00:23:18,535 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-06-05 00:23:18,535 [ scc.repo] DEBUG ## PRs found:
2025-06-05 00:23:18,692 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:18,953 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-romio/pulls HTTP/1.1" 200 None
2025-06-05 00:23:19,204 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:19,439 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-romio/issues/14 HTTP/1.1" 200 None
2025-06-05 00:23:19,691 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:19,946 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-romio/issues/14/comments HTTP/1.1" 200 None
2025-06-05 00:23:19,946 [ scc.repo] DEBUG ## Branches found:
2025-06-05 00:23:19,947 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-romio
2025-06-05 00:23:19,947 [ scc.git] DEBUG Get sha1 of %s
2025-06-05 00:23:19,947 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-05 00:23:19,949 [ scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master'
2025-06-05 00:23:19,951 [ scc.git] DEBUG ## Merging base to ensure closed PRs are included.
2025-06-05 00:23:19,952 [ scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master'
2025-06-05 00:23:19,954 [ scc.git] DEBUG Calling 'git merge --ff-only origin/master'
2025-06-05 00:23:19,957 [ scc.git] DEBUG Already up to date.
2025-06-05 00:23:19,957 [ scc.git] DEBUG ## Unique users: []
2025-06-05 00:23:19,957 [ scc.git] DEBUG Get sha1 of %s
2025-06-05 00:23:19,957 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-05 00:23:19,960 [ scc.git] DEBUG Calling 'git submodule update'
2025-06-05 00:23:19,999 [ scc.git] DEBUG Get sha1 of %s
2025-06-05 00:23:19,999 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-05 00:23:20,001 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-06-05 00:23:20,039 [ scc.git] DEBUG Calling 'git status --porcelain'
2025-06-05 00:23:20,043 [ scc.git] DEBUG <scc.git.GitRepository object at 0x7f8f03806610> has no local changes
2025-06-05 00:23:20,043 [ 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#452 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build-push/452/)'
2025-06-05 00:23:20,049 [ scc.git] DEBUG [detached HEAD 56704d1] merge master -Dorg -Ssuccess-only
2025-06-05 00:23:20,050 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-06-05 00:23:20,050 [ scc.repo] DEBUG ## PRs found:
2025-06-05 00:23:20,197 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:20,557 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/pulls HTTP/1.1" 200 None
2025-06-05 00:23:20,809 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:21,044 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/issues/199 HTTP/1.1" 200 None
2025-06-05 00:23:21,296 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:21,551 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/7aeedf4aa7054ad36c88b3d25a5282d0590b0f8b HTTP/1.1" 200 None
2025-06-05 00:23:21,803 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:22,044 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/7aeedf4aa7054ad36c88b3d25a5282d0590b0f8b/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None
2025-06-05 00:23:22,296 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:22,548 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/7aeedf4aa7054ad36c88b3d25a5282d0590b0f8b/check-suites?app_id=15368 HTTP/1.1" 200 None
2025-06-05 00:23:22,800 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:23,118 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/7aeedf4aa7054ad36c88b3d25a5282d0590b0f8b HTTP/1.1" 200 None
2025-06-05 00:23:23,370 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:23,544 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/statuses/7aeedf4aa7054ad36c88b3d25a5282d0590b0f8b?per_page=1 HTTP/1.1" 200 2
2025-06-05 00:23:23,545 [ scc.repo] DEBUG - PR 199 sbesson 'Bump org.openmicroscopy:omero-renderer from 5.6.2 to 5.6.3'
2025-06-05 00:23:23,796 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:24,018 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/issues/195 HTTP/1.1" 200 None
2025-06-05 00:23:24,269 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:24,501 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/issues/195/comments HTTP/1.1" 200 None
2025-06-05 00:23:24,752 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:25,027 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/4f20e4c11a1630cb7613456caa530f6f01a5a8b6 HTTP/1.1" 200 None
2025-06-05 00:23:25,279 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:25,536 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/4f20e4c11a1630cb7613456caa530f6f01a5a8b6/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None
2025-06-05 00:23:25,788 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:26,037 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/4f20e4c11a1630cb7613456caa530f6f01a5a8b6/check-suites?app_id=15368 HTTP/1.1" 200 None
2025-06-05 00:23:26,288 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:26,573 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/4f20e4c11a1630cb7613456caa530f6f01a5a8b6 HTTP/1.1" 200 None
2025-06-05 00:23:26,824 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:27,017 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/statuses/4f20e4c11a1630cb7613456caa530f6f01a5a8b6?per_page=1 HTTP/1.1" 200 2
2025-06-05 00:23:27,017 [ scc.repo] DEBUG - PR 195 sbesson 'Bump com.jamonapi:jamon to 2.82 and declare as a test dependency'
2025-06-05 00:23:27,268 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:27,518 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/issues/166 HTTP/1.1" 200 None
2025-06-05 00:23:27,769 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:27,984 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/issues/166/comments HTTP/1.1" 200 None
2025-06-05 00:23:28,236 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:28,460 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/issues/152 HTTP/1.1" 200 None
2025-06-05 00:23:28,712 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:28,923 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/issues/152/comments HTTP/1.1" 200 None
2025-06-05 00:23:29,175 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:29,449 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/3e65b9de901fc160c380da602def943206fe9b1d HTTP/1.1" 200 None
2025-06-05 00:23:29,700 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:29,933 [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-05 00:23:30,184 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:30,464 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/3e65b9de901fc160c380da602def943206fe9b1d HTTP/1.1" 200 None
2025-06-05 00:23:30,715 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:30,879 [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-05 00:23:30,879 [ scc.repo] DEBUG - PR 152 jburel 'Set class in doc'
2025-06-05 00:23:31,130 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:31,347 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/issues/61 HTTP/1.1" 200 None
2025-06-05 00:23:31,598 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:31,823 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/issues/61/comments HTTP/1.1" 200 None
2025-06-05 00:23:32,074 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:32,352 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/9eea4c38f3603bbfb29d2b1a45883767f9f1ffaf HTTP/1.1" 200 None
2025-06-05 00:23:32,603 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:32,801 [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-05 00:23:33,053 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:33,353 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/9eea4c38f3603bbfb29d2b1a45883767f9f1ffaf HTTP/1.1" 200 None
2025-06-05 00:23:33,604 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:33,801 [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-05 00:23:33,801 [ scc.repo] DEBUG - PR 61 joshmoore 'Pass user executor to rendering tasks'
2025-06-05 00:23:33,802 [ scc.repo] DEBUG ## Branches found:
2025-06-05 00:23:33,802 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-server
2025-06-05 00:23:33,802 [ scc.git] DEBUG Get sha1 of %s
2025-06-05 00:23:33,802 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-05 00:23:33,805 [ scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master'
2025-06-05 00:23:33,807 [ scc.git] DEBUG ## Merging base to ensure closed PRs are included.
2025-06-05 00:23:33,807 [ scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master'
2025-06-05 00:23:33,811 [ scc.git] DEBUG Calling 'git merge --ff-only origin/master'
2025-06-05 00:23:33,821 [ scc.git] DEBUG Updating 5096f6dc..6c6dbe78
2025-06-05 00:23:34,052 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:34,430 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/pulls/198 HTTP/1.1" 200 None
2025-06-05 00:23:34,432 [ scc.git] DEBUG Calling 'git fetch origin pull/61/head'
2025-06-05 00:23:34,721 [ scc.git] DEBUG From https://github.com/ome/omero-server
2025-06-05 00:23:34,721 [ scc.git] DEBUG * branch refs/pull/61/head -> FETCH_HEAD
2025-06-05 00:23:34,725 [ scc.git] DEBUG Calling 'git fetch origin pull/152/head'
2025-06-05 00:23:35,024 [ scc.git] DEBUG From https://github.com/ome/omero-server
2025-06-05 00:23:35,024 [ scc.git] DEBUG * branch refs/pull/152/head -> FETCH_HEAD
2025-06-05 00:23:35,029 [ scc.git] DEBUG Calling 'git fetch origin pull/195/head'
2025-06-05 00:23:35,320 [ scc.git] DEBUG From https://github.com/ome/omero-server
2025-06-05 00:23:35,320 [ scc.git] DEBUG * branch refs/pull/195/head -> FETCH_HEAD
2025-06-05 00:23:35,324 [ scc.git] DEBUG Calling 'git fetch origin pull/199/head'
2025-06-05 00:23:35,733 [ scc.git] DEBUG From https://github.com/ome/omero-server
2025-06-05 00:23:35,733 [ scc.git] DEBUG * branch refs/pull/199/head -> FETCH_HEAD
2025-06-05 00:23:35,736 [ scc.git] DEBUG ## Unique users: []
2025-06-05 00:23:35,736 [ scc.git] DEBUG Get sha1 of %s
2025-06-05 00:23:35,736 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-05 00:23:35,739 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...9eea4c38f3603bbfb29d2b1a45883767f9f1ffaf'
2025-06-05 00:23:35,746 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-05 00:23:35,748 [ 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-05 00:23:35,765 [ 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-05 00:23:35,765 [ scc.git] DEBUG Auto-merging build.gradle
2025-06-05 00:23:35,765 [ scc.git] DEBUG CONFLICT (content): Merge conflict in build.gradle
2025-06-05 00:23:35,766 [ scc.git] DEBUG Automatic merge failed; fix conflicts and then commit the result.
2025-06-05 00:23:35,766 [ scc.git] DEBUG Calling 'git diff --name-only --diff-filter=U'
2025-06-05 00:23:35,771 [ scc.git] DEBUG Calling 'git reset --hard 6c6dbe78dfdd8e6f228e3aa21da624db0d2e642e'
2025-06-05 00:23:35,778 [ scc.git] DEBUG HEAD is now at 6c6dbe78 Merge pull request #198 from sbesson/changelog_removal
2025-06-05 00:23:35,780 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:35,944 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-05 00:23:35,945 [ scc.git] DEBUG Calling 'git merge-base 6c6dbe78dfdd8e6f228e3aa21da624db0d2e642e 9eea4c38f3603bbfb29d2b1a45883767f9f1ffaf'
2025-06-05 00:23:35,951 [ scc.git] DEBUG Calling 'git diff --name-only dee098f9c5138f2e746928fb31973abfe33d1718..6c6dbe78dfdd8e6f228e3aa21da624db0d2e642e'
2025-06-05 00:23:35,956 [ scc.git] INFO - PR 61 joshmoore 'Pass user executor to rendering tasks'
Conflicting PR. Removed from build [OMERO-build-push#452](https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build-push/452/). See the [console output](https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build-push/452/consoleText) for more details.
Possible conflicts:
- Upstream changes
- build.gradle
- .travis.yml
--conflicts
2025-06-05 00:23:35,958 [ scc.config] DEBUG Found github.token
2025-06-05 00:23:35,958 [ scc.git] DEBUG Not adding comment to issue #61, already --conflicts.
2025-06-05 00:23:35,958 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...3e65b9de901fc160c380da602def943206fe9b1d'
2025-06-05 00:23:35,963 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-05 00:23:35,965 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 152 (Set class in doc) 3e65b9de901fc160c380da602def943206fe9b1d'
2025-06-05 00:23:35,981 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-06-05 00:23:35,984 [ scc.git] DEBUG src/main/java/ome/api/local/LocalSession.java | 2 +-
2025-06-05 00:23:35,984 [ scc.git] DEBUG 1 file changed, 1 insertion(+), 1 deletion(-)
2025-06-05 00:23:36,196 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:36,359 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-05 00:23:36,360 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...4f20e4c11a1630cb7613456caa530f6f01a5a8b6'
2025-06-05 00:23:36,366 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-05 00:23:36,368 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 195 (Bump com.jamonapi:jamon to 2.82 and declare as a test dependency) 4f20e4c11a1630cb7613456caa530f6f01a5a8b6'
2025-06-05 00:23:36,382 [ scc.git] DEBUG Auto-merging build.gradle
2025-06-05 00:23:36,384 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-06-05 00:23:36,387 [ scc.git] DEBUG build.gradle | 2 +-
2025-06-05 00:23:36,387 [ scc.git] DEBUG src/main/resources/ome/services/services.xml | 4 ++--
2025-06-05 00:23:36,387 [ scc.git] DEBUG 2 files changed, 3 insertions(+), 3 deletions(-)
2025-06-05 00:23:36,611 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:36,785 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-05 00:23:36,785 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...7aeedf4aa7054ad36c88b3d25a5282d0590b0f8b'
2025-06-05 00:23:36,791 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-05 00:23:36,793 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 199 (Bump org.openmicroscopy:omero-renderer from 5.6.2 to 5.6.3) 7aeedf4aa7054ad36c88b3d25a5282d0590b0f8b'
2025-06-05 00:23:36,806 [ scc.git] DEBUG Auto-merging build.gradle
2025-06-05 00:23:36,808 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-06-05 00:23:36,811 [ scc.git] DEBUG build.gradle | 2 +-
2025-06-05 00:23:36,811 [ scc.git] DEBUG 1 file changed, 1 insertion(+), 1 deletion(-)
2025-06-05 00:23:37,036 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:37,196 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-05 00:23:37,196 [ scc.git] DEBUG Calling 'git submodule update'
2025-06-05 00:23:37,237 [ scc.git] DEBUG Get sha1 of %s
2025-06-05 00:23:37,237 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-05 00:23:37,239 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-06-05 00:23:37,278 [ scc.git] DEBUG Calling 'git status --porcelain'
2025-06-05 00:23:37,286 [ scc.git] DEBUG <scc.git.GitRepository object at 0x7f8f025eb2d0> has no local changes
2025-06-05 00:23:37,286 [ 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)
Updating 5096f6dc..6c6dbe78
Previously merged:
- PR 198 sbesson 'Remove CHANGELOG in favor of generated GitHub release notes'
Merged PRs:
- PR 152 jburel 'Set class in doc'
- PR 195 sbesson 'Bump com.jamonapi:jamon to 2.82 and declare as a test dependency'
- PR 199 sbesson 'Bump org.openmicroscopy:omero-renderer from 5.6.2 to 5.6.3'
Conflicting PRs (not included):
- PR 61 joshmoore 'Pass user executor to rendering tasks'
Generated by OMERO-build-push#452 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build-push/452/)'
2025-06-05 00:23:37,294 [ scc.git] DEBUG [detached HEAD 9d3b2731] merge master -Dorg -Ssuccess-only
2025-06-05 00:23:37,294 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-06-05 00:23:37,294 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-06-05 00:23:37,346 [ scc.config] DEBUG Found submodule.omero-blitz.url
2025-06-05 00:23:37,447 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:37,601 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-05 00:23:37,606 [ scc.config] DEBUG Found submodule.omero-blitz.branch
2025-06-05 00:23:37,608 [ scc.config] DEBUG Found submodule.omero-common.url
2025-06-05 00:23:37,852 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:38,012 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-05 00:23:38,016 [ scc.config] DEBUG Found submodule.omero-common.branch
2025-06-05 00:23:38,018 [ scc.config] DEBUG Found submodule.omero-gateway-java.url
2025-06-05 00:23:38,263 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:38,431 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-05 00:23:38,436 [ scc.config] DEBUG Found submodule.omero-gateway-java.branch
2025-06-05 00:23:38,438 [ scc.config] DEBUG Found submodule.omero-model.url
2025-06-05 00:23:38,682 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:38,837 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-05 00:23:38,842 [ scc.config] DEBUG Found submodule.omero-model.branch
2025-06-05 00:23:38,844 [ scc.config] DEBUG Found submodule.omero-renderer.url
2025-06-05 00:23:39,088 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:39,268 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-05 00:23:39,273 [ scc.config] DEBUG Found submodule.omero-renderer.branch
2025-06-05 00:23:39,275 [ scc.config] DEBUG Found submodule.omero-romio.url
2025-06-05 00:23:39,519 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:39,680 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-05 00:23:39,685 [ scc.config] DEBUG Found submodule.omero-romio.branch
2025-06-05 00:23:39,687 [ scc.config] DEBUG Found submodule.omero-server.url
2025-06-05 00:23:39,931 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-05 00:23:40,091 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-05 00:23:40,096 [ scc.config] DEBUG Found submodule.omero-server.branch
2025-06-05 00:23:40,096 [ scc.git] DEBUG Calling 'git status --porcelain'
2025-06-05 00:23:40,135 [ scc.git] DEBUG <scc.git.GitRepository object at 0x7f8f038d2dd0> has local changes
2025-06-05 00:23:40,135 [ 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 251 dependabot[bot] 'Bump omero-romio from `05289b8` to `dd94b03`'
- PR 252 dependabot[bot] 'Bump omero-renderer from `36f6079` to `0299d84`'
- PR 253 dependabot[bot] 'Bump omero-gateway-java from `d0d0e47` to `20415d6`'
- PR 254 dependabot[bot] 'Bump omero-common from `754892b` to `540d520`'
- PR 255 dependabot[bot] 'Bump omero-model from `711d2fd` to `4d7c5cd`'
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'
- PR 163 sbesson 'Remove CHANGELOG in favor of generated GitHub release notes'
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 101 ppouchin 'Fix serverhost (issue #97)' (user: ppouchin)
- PR 30 jburel 'Import image' (exclude comment)
Already up to date.
Merged PRs:
- PR 93 dominikl 'Renderfacility'
- PR 103 sbesson 'Remove CHANGELOG in favor of generated GitHub release notes'
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)
Updating 0299d84..bdbdb9e
Previously merged:
- PR 32 sbesson 'Bump org.openmicroscopy:omero-romio from 5.8.2 to 5.8.3'
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)
Updating 5096f6dc..6c6dbe78
Previously merged:
- PR 198 sbesson 'Remove CHANGELOG in favor of generated GitHub release notes'
Merged PRs:
- PR 152 jburel 'Set class in doc'
- PR 195 sbesson 'Bump com.jamonapi:jamon to 2.82 and declare as a test dependency'
- PR 199 sbesson 'Bump org.openmicroscopy:omero-renderer from 5.6.2 to 5.6.3'
Conflicting PRs (not included):
- PR 61 joshmoore 'Pass user executor to rendering tasks'
Generated by OMERO-build-push#452 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build-push/452/)'
2025-06-05 00:23:40,143 [ scc.git] DEBUG [detached HEAD d71d15d] merge master -Dorg -Ssuccess-only
2025-06-05 00:23:40,144 [ scc.git] DEBUG 8 files changed, 14 insertions(+), 14 deletions(-)
2025-06-05 00:23:40,144 [ scc.merge] INFO Repository: ome/omero-build
2025-06-05 00:23:40,144 [ scc.merge] INFO Already up to date.
2025-06-05 00:23:40,144 [ scc.merge] INFO
2025-06-05 00:23:40,144 [ scc.merge] INFO Merged PRs:
2025-06-05 00:23:40,144 [ scc.merge] INFO - PR 251 dependabot[bot] 'Bump omero-romio from `05289b8` to `dd94b03`'
2025-06-05 00:23:40,144 [ scc.merge] INFO - PR 252 dependabot[bot] 'Bump omero-renderer from `36f6079` to `0299d84`'
2025-06-05 00:23:40,144 [ scc.merge] INFO - PR 253 dependabot[bot] 'Bump omero-gateway-java from `d0d0e47` to `20415d6`'
2025-06-05 00:23:40,144 [ scc.merge] INFO - PR 254 dependabot[bot] 'Bump omero-common from `754892b` to `540d520`'
2025-06-05 00:23:40,144 [ scc.merge] INFO - PR 255 dependabot[bot] 'Bump omero-model from `711d2fd` to `4d7c5cd`'
2025-06-05 00:23:40,144 [ scc.merge] INFO
2025-06-05 00:23:40,144 [ scc.merge] INFO Repository: ome/omero-blitz
2025-06-05 00:23:40,144 [ scc.merge] INFO Already up to date.
2025-06-05 00:23:40,144 [ scc.merge] INFO
2025-06-05 00:23:40,144 [ scc.merge] INFO Merged PRs:
2025-06-05 00:23:40,144 [ scc.merge] INFO - PR 119 dominikl 'Take Ice and omero sysenv variables into account'
2025-06-05 00:23:40,144 [ scc.merge] INFO - PR 132 jburel 'Fix javadoc warning'
2025-06-05 00:23:40,144 [ scc.merge] INFO - PR 162 sbesson 'OMEROMetadataStoreClient: fall back to secure session on SocketException'
2025-06-05 00:23:40,145 [ scc.merge] INFO - PR 163 sbesson 'Remove CHANGELOG in favor of generated GitHub release notes'
2025-06-05 00:23:40,145 [ scc.merge] INFO
2025-06-05 00:23:40,145 [ scc.merge] INFO Repository: ome/omero-common
2025-06-05 00:23:40,145 [ scc.merge] INFO Excluded PRs:
2025-06-05 00:23:40,145 [ scc.merge] INFO - PR 45 ehrenfeu 'Do not hide "Make Movie" from script menu' (user: ehrenfeu)
2025-06-05 00:23:40,145 [ scc.merge] INFO - PR 40 jburel 'set classifier' (exclude comment)
2025-06-05 00:23:40,145 [ scc.merge] INFO - PR 29 dominikl 'Add method to get pixel min max' (exclude comment)
2025-06-05 00:23:40,145 [ scc.merge] INFO Already up to date.
2025-06-05 00:23:40,145 [ scc.merge] INFO
2025-06-05 00:23:40,145 [ scc.merge] INFO Merged PRs:
2025-06-05 00:23:40,145 [ scc.merge] INFO - PR 42 jburel 'include all'
2025-06-05 00:23:40,145 [ scc.merge] INFO
2025-06-05 00:23:40,145 [ scc.merge] INFO Repository: ome/omero-gateway-java
2025-06-05 00:23:40,145 [ scc.merge] INFO Excluded PRs:
2025-06-05 00:23:40,145 [ scc.merge] INFO - PR 101 ppouchin 'Fix serverhost (issue #97)' (user: ppouchin)
2025-06-05 00:23:40,145 [ scc.merge] INFO - PR 30 jburel 'Import image' (exclude comment)
2025-06-05 00:23:40,145 [ scc.merge] INFO Already up to date.
2025-06-05 00:23:40,145 [ scc.merge] INFO
2025-06-05 00:23:40,145 [ scc.merge] INFO Merged PRs:
2025-06-05 00:23:40,145 [ scc.merge] INFO - PR 93 dominikl 'Renderfacility'
2025-06-05 00:23:40,145 [ scc.merge] INFO - PR 103 sbesson 'Remove CHANGELOG in favor of generated GitHub release notes'
2025-06-05 00:23:40,145 [ scc.merge] INFO
2025-06-05 00:23:40,145 [ scc.merge] INFO Repository: ome/omero-model
2025-06-05 00:23:40,145 [ scc.merge] INFO Already up to date.
2025-06-05 00:23:40,145 [ scc.merge] INFO
2025-06-05 00:23:40,145 [ scc.merge] INFO
2025-06-05 00:23:40,145 [ scc.merge] INFO Repository: ome/omero-renderer
2025-06-05 00:23:40,145 [ scc.merge] INFO Excluded PRs:
2025-06-05 00:23:40,145 [ scc.merge] INFO - PR 10 joshmoore 'Allow passing ExecutorService to region task' (label: exclude)
2025-06-05 00:23:40,145 [ scc.merge] INFO Updating 0299d84..bdbdb9e
2025-06-05 00:23:40,145 [ scc.merge] INFO Previously merged:
2025-06-05 00:23:40,145 [ scc.merge] INFO - PR 32 sbesson 'Bump org.openmicroscopy:omero-romio from 5.8.2 to 5.8.3'
2025-06-05 00:23:40,145 [ scc.merge] INFO
2025-06-05 00:23:40,145 [ scc.merge] INFO
2025-06-05 00:23:40,145 [ scc.merge] INFO Repository: ome/omero-romio
2025-06-05 00:23:40,145 [ scc.merge] INFO Excluded PRs:
2025-06-05 00:23:40,145 [ scc.merge] INFO - PR 14 chris-allan 'Bye bye commons-io' (exclude comment)
2025-06-05 00:23:40,145 [ scc.merge] INFO Already up to date.
2025-06-05 00:23:40,145 [ scc.merge] INFO
2025-06-05 00:23:40,146 [ scc.merge] INFO
2025-06-05 00:23:40,146 [ scc.merge] INFO Repository: ome/omero-server
2025-06-05 00:23:40,146 [ scc.merge] INFO Excluded PRs:
2025-06-05 00:23:40,146 [ scc.merge] INFO - PR 166 kkoz 'Experimenter group cache' (stage: draft)
2025-06-05 00:23:40,146 [ scc.merge] INFO - PR 116 dominikl 'Add method to get pixel min max' (exclude comment)
2025-06-05 00:23:40,146 [ scc.merge] INFO Updating 5096f6dc..6c6dbe78
2025-06-05 00:23:40,146 [ scc.merge] INFO Previously merged:
2025-06-05 00:23:40,146 [ scc.merge] INFO - PR 198 sbesson 'Remove CHANGELOG in favor of generated GitHub release notes'
2025-06-05 00:23:40,146 [ scc.merge] INFO
2025-06-05 00:23:40,146 [ scc.merge] INFO Merged PRs:
2025-06-05 00:23:40,146 [ scc.merge] INFO - PR 152 jburel 'Set class in doc'
2025-06-05 00:23:40,146 [ scc.merge] INFO - PR 195 sbesson 'Bump com.jamonapi:jamon to 2.82 and declare as a test dependency'
2025-06-05 00:23:40,146 [ scc.merge] INFO - PR 199 sbesson 'Bump org.openmicroscopy:omero-renderer from 5.6.2 to 5.6.3'
2025-06-05 00:23:40,146 [ scc.merge] INFO
2025-06-05 00:23:40,146 [ scc.merge] INFO Conflicting PRs (not included):
2025-06-05 00:23:40,146 [ scc.merge] INFO - PR 61 joshmoore 'Pass user executor to rendering tasks'
2025-06-05 00:23:40,146 [ scc.merge] INFO
2025-06-05 00:23:40,146 [ scc.merge] DEBUG Cleaning remote branches created for merging
2025-06-05 00:23:40,146 [ scc.git] DEBUG Calling 'git remote'
2025-06-05 00:23:40,148 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-blitz
2025-06-05 00:23:40,148 [ scc.git] DEBUG Calling 'git remote'
2025-06-05 00:23:40,150 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-06-05 00:23:40,150 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-common
2025-06-05 00:23:40,151 [ scc.git] DEBUG Calling 'git remote'
2025-06-05 00:23:40,153 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-06-05 00:23:40,153 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-gateway-java
2025-06-05 00:23:40,153 [ scc.git] DEBUG Calling 'git remote'
2025-06-05 00:23:40,155 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-06-05 00:23:40,155 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-model
2025-06-05 00:23:40,155 [ scc.git] DEBUG Calling 'git remote'
2025-06-05 00:23:40,157 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-06-05 00:23:40,157 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-renderer
2025-06-05 00:23:40,157 [ scc.git] DEBUG Calling 'git remote'
2025-06-05 00:23:40,159 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-06-05 00:23:40,159 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-romio
2025-06-05 00:23:40,159 [ scc.git] DEBUG Calling 'git remote'
2025-06-05 00:23:40,162 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-06-05 00:23:40,162 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-server
2025-06-05 00:23:40,162 [ scc.git] DEBUG Calling 'git remote'
2025-06-05 00:23:40,164 [ 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.2 to 5.7.3-SNAPSHOT
Updating omero-model from 5.7.3 to 5.7.4-SNAPSHOT
Updating omero-blitz from 5.8.2 to 5.8.3-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 aa1e71ba] Update component versions
1 file changed, 2 insertions(+), 2 deletions(-)
Entering 'omero-common'
[detached HEAD e79e49c] Update component versions
1 file changed, 1 insertion(+), 1 deletion(-)
Entering 'omero-gateway-java'
[detached HEAD 721fe1c] Update component versions
1 file changed, 1 insertion(+), 1 deletion(-)
Entering 'omero-model'
[detached HEAD e67ef48] Update component versions
1 file changed, 1 insertion(+), 1 deletion(-)
Entering 'omero-renderer'
[detached HEAD 57ce596] Update component versions
1 file changed, 1 insertion(+), 1 deletion(-)
Entering 'omero-romio'
[detached HEAD d3b9dcf] Update component versions
1 file changed, 1 insertion(+), 1 deletion(-)
Entering 'omero-server'
[detached HEAD 33c171cd] Update component versions
1 file changed, 2 insertions(+), 2 deletions(-)
[detached HEAD 2050d60] Update component versions
7 files changed, 7 insertions(+), 7 deletions(-)
2025-06-05 00:24:14,225 [ 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