Started by upstream project "Trigger" build number 513
originally caused by:
Started by user devspace
[Pipeline] Start of Pipeline
[Pipeline] node
Running on testintegration in /home/omero/workspace/OMERO-build-push
[Pipeline] {
[Pipeline] library
Loading library recursiveMerge@master
Attempting to resolve master from remote references...
> git --version # timeout=10
> git --version # 'git version 2.39.2'
> git ls-remote -- https://github.com/ome/jenkins-library-recursivemerge.git # timeout=10
Found match: refs/heads/master revision 654fab96d71411fab33e55b79057bcbf94eef8a2
The recommended git tool is: NONE
No credentials specified
> git rev-parse --resolve-git-dir /var/jenkins_home/jobs/OMERO-build-push/workspace@libs/3527f795de077758b82663f7b48798100750860c75e4099522d51863b08dc748/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/ome/jenkins-library-recursivemerge.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/ome/jenkins-library-recursivemerge.git
> git --version # timeout=10
> git --version # 'git version 2.39.2'
> git fetch --no-tags --force --progress -- https://github.com/ome/jenkins-library-recursivemerge.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 654fab96d71411fab33e55b79057bcbf94eef8a2 (master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 654fab96d71411fab33e55b79057bcbf94eef8a2 # timeout=10
Commit message: "Merge pull request #18 from jburel/python_311"
> git rev-list --no-walk 654fab96d71411fab33e55b79057bcbf94eef8a2 # timeout=10
[Pipeline] checkout
The recommended git tool is: NONE
No credentials specified
Fetching changes from the remote Git repository
> git rev-parse --resolve-git-dir /home/omero/workspace/OMERO-build-push/.git # timeout=10
> git config remote.origin.url https://github.com/ome/omero-build.git # timeout=10
Fetching upstream changes from https://github.com/ome/omero-build.git
> git --version # timeout=10
> git --version # 'git version 2.43.5'
> git fetch --tags --force --progress -- https://github.com/ome/omero-build.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 74746d479bcb1a775b36b5635c51be7aa5d1a64d (refs/remotes/origin/master)
Commit message: "Merge pull request #253 from ome/dependabot/submodules/omero-gateway-java-20415d6"
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 74746d479bcb1a775b36b5635c51be7aa5d1a64d # timeout=10
> git rev-list --no-walk 74746d479bcb1a775b36b5635c51be7aa5d1a64d # timeout=10
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
> git submodule foreach --recursive git reset --hard # timeout=10
> git submodule foreach --recursive git clean -fdx # timeout=10
[Pipeline] pwd
[Pipeline] copyArtifacts
Copied 1 artifact from "OMERO-gradle-plugins-push" build number 461
[Pipeline] sh
+ 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 -
> 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
+ 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.14-py3-none-any.whl.metadata (24 kB)
Collecting ruamel.yaml.jinja2 (from scc)
Using cached ruamel.yaml.jinja2-0.2.7-py2.py3-none-any.whl.metadata (2.9 kB)
Collecting six (from scc)
Using cached six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB)
Collecting urllib3<2 (from scc)
Using cached urllib3-1.26.20-py2.py3-none-any.whl.metadata (50 kB)
Collecting yaclifw<0.3,>=0.2.0 (from scc)
Using cached yaclifw-0.2.0-py3-none-any.whl
Collecting pynacl>=1.4.0 (from PyGithub>=1.54->scc)
Using cached PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl.metadata (8.6 kB)
Collecting requests>=2.14.0 (from PyGithub>=1.54->scc)
Using cached requests-2.32.4-py3-none-any.whl.metadata (4.9 kB)
Collecting pyjwt>=2.4.0 (from pyjwt[crypto]>=2.4.0->PyGithub>=1.54->scc)
Using cached PyJWT-2.10.1-py3-none-any.whl.metadata (4.0 kB)
Collecting typing-extensions>=4.0.0 (from PyGithub>=1.54->scc)
Using cached typing_extensions-4.14.0-py3-none-any.whl.metadata (3.0 kB)
Collecting Deprecated (from PyGithub>=1.54->scc)
Using cached Deprecated-1.2.18-py2.py3-none-any.whl.metadata (5.7 kB)
Collecting cryptography>=3.4.0 (from pyjwt[crypto]>=2.4.0->PyGithub>=1.54->scc)
Using cached cryptography-45.0.4-cp311-abi3-manylinux_2_34_x86_64.whl.metadata (5.7 kB)
Collecting cffi>=1.14 (from cryptography>=3.4.0->pyjwt[crypto]>=2.4.0->PyGithub>=1.54->scc)
Using cached cffi-1.17.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
Collecting pycparser (from cffi>=1.14->cryptography>=3.4.0->pyjwt[crypto]>=2.4.0->PyGithub>=1.54->scc)
Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
Collecting charset_normalizer<4,>=2 (from requests>=2.14.0->PyGithub>=1.54->scc)
Using cached charset_normalizer-3.4.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (35 kB)
Collecting idna<4,>=2.5 (from requests>=2.14.0->PyGithub>=1.54->scc)
Using cached idna-3.10-py3-none-any.whl.metadata (10 kB)
Collecting certifi>=2017.4.17 (from requests>=2.14.0->PyGithub>=1.54->scc)
Using cached certifi-2025.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.4-cp311-abi3-manylinux_2_34_x86_64.whl (4.5 MB)
Using cached cffi-1.17.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (467 kB)
Using cached PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB)
Using cached PyYAML-6.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (762 kB)
Using cached requests-2.32.4-py3-none-any.whl (64 kB)
Using cached charset_normalizer-3.4.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (147 kB)
Using cached idna-3.10-py3-none-any.whl (70 kB)
Using cached certifi-2025.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.14-py3-none-any.whl (118 kB)
Using cached ruamel.yaml.clib-0.2.12-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (739 kB)
Using cached ruamel.yaml.jinja2-0.2.7-py2.py3-none-any.whl (5.5 kB)
Using cached six-1.17.0-py2.py3-none-any.whl (11 kB)
Installing collected packages: wrapt, urllib3, typing-extensions, six, ruamel.yaml.clib, PyYAML, pyjwt, pycparser, idna, future, charset_normalizer, certifi, yaclifw, ruamel.yaml, requests, Deprecated, cffi, ruamel.yaml.jinja2, pynacl, cryptography, PyGithub, scc
Successfully installed Deprecated-1.2.18 PyGithub-2.6.1 PyYAML-6.0.2 certifi-2025.4.26 cffi-1.17.1 charset_normalizer-3.4.2 cryptography-45.0.4 future-1.0.0 idna-3.10 pycparser-2.22 pyjwt-2.10.1 pynacl-1.5.0 requests-2.32.4 ruamel.yaml-0.18.14 ruamel.yaml.clib-0.2.12 ruamel.yaml.jinja2-0.2.7 scc-0.20.0 six-1.17.0 typing-extensions-4.14.0 urllib3-1.26.20 wrapt-1.17.2 yaclifw-0.2.0
[Pipeline] sh
+ export BASE_REPO=omero-build.git
+ BASE_REPO=omero-build.git
+ export BASE_BRANCH=master
+ BASE_BRANCH=master
+ export VERSION_LOG=/home/omero/workspace/OMERO-build-push/build/version.tsv
+ VERSION_LOG=/home/omero/workspace/OMERO-build-push/build/version.tsv
+ . build/venv/bin/activate
++ deactivate nondestructive
++ '[' -n '' ']'
++ '[' -n '' ']'
++ hash -r
++ '[' -n '' ']'
++ unset VIRTUAL_ENV
++ unset VIRTUAL_ENV_PROMPT
++ '[' '!' nondestructive = nondestructive ']'
++ VIRTUAL_ENV=/home/omero/workspace/OMERO-build-push/build/venv
++ export VIRTUAL_ENV
++ _OLD_VIRTUAL_PATH=/opt/ice-3.6.5/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
++ PATH=/home/omero/workspace/OMERO-build-push/build/venv/bin:/opt/ice-3.6.5/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
++ export PATH
++ '[' -n '' ']'
++ '[' -z '' ']'
++ _OLD_VIRTUAL_PS1=
++ PS1='(venv) '
++ export PS1
++ VIRTUAL_ENV_PROMPT='(venv) '
++ export VIRTUAL_ENV_PROMPT
++ hash -r
+ '[' merge_ci '!=' null ']'
+ export PUSH_BRANCH=merge_ci
+ PUSH_BRANCH=merge_ci
+ '[' null '!=' null ']'
+ export STATUS=success-only 'MERGE_OPTIONS=-vvv --no-ask --reset --comment'
+ STATUS=success-only
+ MERGE_OPTIONS='-vvv --no-ask --reset --comment'
+ bash build/build-infra-master/recursive-merge
Merge base repository (no submodule updates)
2025-06-10 10:33:01,080 [ scc.config] DEBUG Found github.token
2025-06-10 10:33:01,082 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:01,256 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-10 10:33:01,508 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:01,700 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-10 10:33:01,952 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:02,111 [urllib3.conn] DEBUG https://api.github.com:443 "GET /rate_limit HTTP/1.1" 200 None
2025-06-10 10:33:02,112 [ scc.gh] DEBUG 4583 remaining from 5000 (Reset at 10:06
2025-06-10 10:33:02,113 [ scc.git] DEBUG Calling 'git rev-parse --show-toplevel'
2025-06-10 10:33:02,115 [ scc.git] DEBUG Check current status
2025-06-10 10:33:02,115 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2025-06-10 10:33:02,118 [ scc.git] DEBUG 74746d4 Merge pull request #253 from ome/dependabot/submodules/omero-gateway-java-20415d6
2025-06-10 10:33:02,118 [ scc.git] DEBUG Calling 'git submodule status'
2025-06-10 10:33:02,163 [ scc.git] DEBUG b56a31dff4a7470a1b1947e6e9cd9019642480ee omero-blitz (v5.8.2-9-gb56a31df)
2025-06-10 10:33:02,167 [ scc.git] DEBUG 540d520c0d291cdec3dc140b69a77fba2ccbed64 omero-common (v5.7.3-1-g540d520)
2025-06-10 10:33:02,172 [ scc.git] DEBUG 20415d65dd81bce4ed7808939d08fe3fc2353b33 omero-gateway-java (v5.10.2-4-g20415d6)
2025-06-10 10:33:02,176 [ scc.git] DEBUG 4d7c5cda6caa4f564e3ae30191f942f132853cda omero-model (v5.7.3-3-g4d7c5cd)
2025-06-10 10:33:02,180 [ scc.git] DEBUG bdbdb9e2fd188a536fc1992051b8ab32afab465a omero-renderer (v5.6.3-1-gbdbdb9e)
2025-06-10 10:33:02,184 [ scc.git] DEBUG dd94b039abd0e7be6399cc25a4dbc84e85099ac5 omero-romio (v5.8.3-1-gdd94b03)
2025-06-10 10:33:02,188 [ scc.git] DEBUG 5096f6dca3f4669c735b1257adca12cb21927db1 omero-server (v5.7.2-19-g5096f6dc)
2025-06-10 10:33:02,191 [ scc.config] DEBUG Found remote.origin.url
2025-06-10 10:33:02,362 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:02,626 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build HTTP/1.1" 200 None
2025-06-10 10:33:02,878 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:03,192 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None
2025-06-10 10:33:03,443 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:03,638 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None
2025-06-10 10:33:03,890 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:04,094 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None
2025-06-10 10:33:04,346 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:04,527 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None
2025-06-10 10:33:04,528 [ scc.git] DEBUG Resetting...
2025-06-10 10:33:04,528 [ scc.git] DEBUG Calling 'git reset --hard HEAD'
2025-06-10 10:33:04,534 [ scc.git] DEBUG HEAD is now at 74746d4 Merge pull request #253 from ome/dependabot/submodules/omero-gateway-java-20415d6
2025-06-10 10:33:04,535 [ scc.git] DEBUG Calling 'git submodule update --recursive'
2025-06-10 10:33:04,599 [ scc.git] DEBUG Check current status
2025-06-10 10:33:04,599 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2025-06-10 10:33:04,602 [ scc.git] DEBUG 74746d4 Merge pull request #253 from ome/dependabot/submodules/omero-gateway-java-20415d6
2025-06-10 10:33:04,602 [ scc.git] DEBUG Calling 'git submodule status'
2025-06-10 10:33:04,644 [ scc.git] DEBUG b56a31dff4a7470a1b1947e6e9cd9019642480ee omero-blitz (v5.8.2-9-gb56a31df)
2025-06-10 10:33:04,648 [ scc.git] DEBUG 540d520c0d291cdec3dc140b69a77fba2ccbed64 omero-common (v5.7.3-1-g540d520)
2025-06-10 10:33:04,652 [ scc.git] DEBUG 20415d65dd81bce4ed7808939d08fe3fc2353b33 omero-gateway-java (v5.10.2-4-g20415d6)
2025-06-10 10:33:04,656 [ scc.git] DEBUG 4d7c5cda6caa4f564e3ae30191f942f132853cda omero-model (v5.7.3-3-g4d7c5cd)
2025-06-10 10:33:04,660 [ scc.git] DEBUG bdbdb9e2fd188a536fc1992051b8ab32afab465a omero-renderer (v5.6.3-1-gbdbdb9e)
2025-06-10 10:33:04,664 [ scc.git] DEBUG dd94b039abd0e7be6399cc25a4dbc84e85099ac5 omero-romio (v5.8.3-1-gdd94b03)
2025-06-10 10:33:04,668 [ scc.git] DEBUG 5096f6dca3f4669c735b1257adca12cb21927db1 omero-server (v5.7.2-19-g5096f6dc)
2025-06-10 10:33:04,668 [ scc.merge] INFO Merging Pull Request(s) based on master
2025-06-10 10:33:04,668 [ scc.merge] INFO Including Pull Request(s) opened by any public member of the organization
2025-06-10 10:33:04,669 [ scc.merge] INFO Including Pull Request(s) labelled as include or dependencies
2025-06-10 10:33:04,669 [ scc.merge] INFO Excluding Pull Request(s) staged as draft
2025-06-10 10:33:04,669 [ scc.merge] INFO Excluding Pull Request(s) labelled as exclude or breaking
2025-06-10 10:33:04,669 [ scc.repo] DEBUG ## PRs found:
2025-06-10 10:33:04,778 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:05,064 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/pulls HTTP/1.1" 200 None
2025-06-10 10:33:05,315 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:05,568 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/issues/257 HTTP/1.1" 200 None
2025-06-10 10:33:05,569 [ scc.repo] DEBUG # ... Include label: dependencies
2025-06-10 10:33:05,569 [ scc.repo] DEBUG - PR 257 dependabot[bot] 'Bump omero-server from `5096f6d` to `6c6dbe7`'
2025-06-10 10:33:05,569 [ scc.repo] DEBUG ## Branches found:
2025-06-10 10:33:05,569 [ scc.git] DEBUG Get sha1 of %s
2025-06-10 10:33:05,569 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-10 10:33:05,572 [ scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master'
2025-06-10 10:33:05,574 [ scc.git] DEBUG ## Merging base to ensure closed PRs are included.
2025-06-10 10:33:05,574 [ scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master'
2025-06-10 10:33:05,578 [ scc.git] DEBUG Calling 'git merge --ff-only origin/master'
2025-06-10 10:33:05,581 [ scc.git] DEBUG Already up to date.
2025-06-10 10:33:05,581 [ scc.git] DEBUG Calling 'git fetch origin pull/257/head'
2025-06-10 10:33:06,989 [ scc.git] DEBUG From https://github.com/ome/omero-build
2025-06-10 10:33:06,989 [ scc.git] DEBUG * branch refs/pull/257/head -> FETCH_HEAD
2025-06-10 10:33:06,997 [ scc.git] DEBUG ## Unique users: []
2025-06-10 10:33:06,997 [ scc.git] DEBUG Get sha1 of %s
2025-06-10 10:33:06,997 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-10 10:33:06,999 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...407040e8d63abe1d98c8ce6abb6014a76efae040'
2025-06-10 10:33:07,002 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-10 10:33:07,005 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Snone: PR 257 (Bump omero-server from `5096f6d` to `6c6dbe7`) 407040e8d63abe1d98c8ce6abb6014a76efae040'
2025-06-10 10:33:07,015 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-06-10 10:33:07,018 [ scc.git] DEBUG omero-server | 2 +-
2025-06-10 10:33:07,018 [ scc.git] DEBUG 1 file changed, 1 insertion(+), 1 deletion(-)
2025-06-10 10:33:07,019 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:07,188 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-10 10:33:07,188 [ scc.git] DEBUG Calling 'git submodule update'
2025-06-10 10:33:07,248 [ scc.git] DEBUG Submodule path 'omero-server': checked out '6c6dbe78dfdd8e6f228e3aa21da624db0d2e642e'
2025-06-10 10:33:07,249 [ scc.git] DEBUG Get sha1 of %s
2025-06-10 10:33:07,249 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-10 10:33:07,252 [ scc.git] DEBUG Calling 'git status --porcelain'
2025-06-10 10:33:07,307 [ scc.git] DEBUG <scc.git.GitRepository object at 0x7f289e4dd690> has no local changes
2025-06-10 10:33:07,307 [ 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 257 dependabot[bot] 'Bump omero-server from `5096f6d` to `6c6dbe7`'
Generated by OMERO-build-push#457 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build-push/457/)'
2025-06-10 10:33:07,340 [ scc.git] DEBUG [detached HEAD cd7326d] merge master -Dorg -Snone
2025-06-10 10:33:07,341 [ scc.merge] INFO Repository: ome/omero-build
2025-06-10 10:33:07,341 [ scc.merge] INFO Already up to date.
2025-06-10 10:33:07,341 [ scc.merge] INFO
2025-06-10 10:33:07,341 [ scc.merge] INFO Merged PRs:
2025-06-10 10:33:07,341 [ scc.merge] INFO - PR 257 dependabot[bot] 'Bump omero-server from `5096f6d` to `6c6dbe7`'
2025-06-10 10:33:07,341 [ scc.merge] INFO
2025-06-10 10:33:07,341 [ scc.merge] DEBUG Cleaning remote branches created for merging
2025-06-10 10:33:07,341 [ scc.git] DEBUG Calling 'git remote'
Synchronizing submodule url for 'omero-blitz'
Synchronizing submodule url for 'omero-common'
Synchronizing submodule url for 'omero-gateway-java'
Synchronizing submodule url for 'omero-model'
Synchronizing submodule url for 'omero-renderer'
Synchronizing submodule url for 'omero-romio'
Synchronizing submodule url for 'omero-server'
Merge all submodules2025-06-10 10:33:09,930 [ scc.config] DEBUG Found github.token
2025-06-10 10:33:09,931 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:10,149 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-10 10:33:10,401 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:10,586 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-10 10:33:10,837 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:11,018 [urllib3.conn] DEBUG https://api.github.com:443 "GET /rate_limit HTTP/1.1" 200 None
2025-06-10 10:33:11,019 [ scc.gh] DEBUG 4573 remaining from 5000 (Reset at 10:06
2025-06-10 10:33:11,019 [ scc.git] DEBUG Calling 'git rev-parse --show-toplevel'
2025-06-10 10:33:11,022 [ scc.git] DEBUG Check current status
2025-06-10 10:33:11,022 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2025-06-10 10:33:11,025 [ scc.git] DEBUG cd7326d merge master -Dorg -Snone
2025-06-10 10:33:11,025 [ scc.git] DEBUG Calling 'git submodule status'
2025-06-10 10:33:11,068 [ scc.git] DEBUG b56a31dff4a7470a1b1947e6e9cd9019642480ee omero-blitz (v5.8.2-9-gb56a31df)
2025-06-10 10:33:11,072 [ scc.git] DEBUG 540d520c0d291cdec3dc140b69a77fba2ccbed64 omero-common (v5.7.3-1-g540d520)
2025-06-10 10:33:11,076 [ scc.git] DEBUG 20415d65dd81bce4ed7808939d08fe3fc2353b33 omero-gateway-java (v5.10.2-4-g20415d6)
2025-06-10 10:33:11,080 [ scc.git] DEBUG 4d7c5cda6caa4f564e3ae30191f942f132853cda omero-model (v5.7.3-3-g4d7c5cd)
2025-06-10 10:33:11,083 [ scc.git] DEBUG bdbdb9e2fd188a536fc1992051b8ab32afab465a omero-renderer (v5.6.3-1-gbdbdb9e)
2025-06-10 10:33:11,087 [ scc.git] DEBUG dd94b039abd0e7be6399cc25a4dbc84e85099ac5 omero-romio (v5.8.3-1-gdd94b03)
2025-06-10 10:33:11,091 [ scc.git] DEBUG 6c6dbe78dfdd8e6f228e3aa21da624db0d2e642e omero-server (v5.7.2-21-g6c6dbe78)
2025-06-10 10:33:11,094 [ scc.config] DEBUG Found remote.origin.url
2025-06-10 10:33:11,270 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:11,565 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build HTTP/1.1" 200 None
2025-06-10 10:33:11,817 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:12,144 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None
2025-06-10 10:33:12,395 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:12,568 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None
2025-06-10 10:33:12,819 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:13,016 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None
2025-06-10 10:33:13,268 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:13,451 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None
2025-06-10 10:33:13,452 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-06-10 10:33:13,506 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-blitz
2025-06-10 10:33:13,507 [ scc.git] DEBUG Calling 'git rev-parse --show-toplevel'
2025-06-10 10:33:13,509 [ scc.git] DEBUG Check current status
2025-06-10 10:33:13,509 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2025-06-10 10:33:13,511 [ scc.git] DEBUG b56a31df Merge pull request #161 from sbesson/batik_1.19
2025-06-10 10:33:13,512 [ scc.git] DEBUG Calling 'git submodule status'
2025-06-10 10:33:13,552 [ scc.config] DEBUG Found remote.origin.url
2025-06-10 10:33:13,702 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:14,111 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz HTTP/1.1" 200 None
2025-06-10 10:33:14,362 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:14,658 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None
2025-06-10 10:33:14,910 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:15,116 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None
2025-06-10 10:33:15,368 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:15,554 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None
2025-06-10 10:33:15,806 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:16,001 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None
2025-06-10 10:33:16,002 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-06-10 10:33:16,041 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-06-10 10:33:16,042 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-common
2025-06-10 10:33:16,042 [ scc.git] DEBUG Calling 'git rev-parse --show-toplevel'
2025-06-10 10:33:16,044 [ scc.git] DEBUG Check current status
2025-06-10 10:33:16,044 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2025-06-10 10:33:16,046 [ scc.git] DEBUG 540d520 Bump version to 5.7.4-SNAPSHOT
2025-06-10 10:33:16,046 [ scc.git] DEBUG Calling 'git submodule status'
2025-06-10 10:33:16,088 [ scc.config] DEBUG Found remote.origin.url
2025-06-10 10:33:16,253 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:16,560 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-common HTTP/1.1" 200 None
2025-06-10 10:33:16,811 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:17,076 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None
2025-06-10 10:33:17,327 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:17,510 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None
2025-06-10 10:33:17,762 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:17,964 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None
2025-06-10 10:33:18,216 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:18,420 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None
2025-06-10 10:33:18,421 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-06-10 10:33:18,461 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-06-10 10:33:18,462 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-gateway-java
2025-06-10 10:33:18,462 [ scc.git] DEBUG Calling 'git rev-parse --show-toplevel'
2025-06-10 10:33:18,464 [ scc.git] DEBUG Check current status
2025-06-10 10:33:18,464 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2025-06-10 10:33:18,467 [ scc.git] DEBUG 20415d6 Merge pull request #102 from sbesson/master
2025-06-10 10:33:18,467 [ scc.git] DEBUG Calling 'git submodule status'
2025-06-10 10:33:18,508 [ scc.config] DEBUG Found remote.origin.url
2025-06-10 10:33:18,671 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:18,967 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java HTTP/1.1" 200 None
2025-06-10 10:33:19,218 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:19,459 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None
2025-06-10 10:33:19,711 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:19,946 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None
2025-06-10 10:33:20,198 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:20,384 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None
2025-06-10 10:33:20,636 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:20,817 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None
2025-06-10 10:33:20,818 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-06-10 10:33:20,857 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-06-10 10:33:20,858 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-model
2025-06-10 10:33:20,858 [ scc.git] DEBUG Calling 'git rev-parse --show-toplevel'
2025-06-10 10:33:20,861 [ scc.git] DEBUG Check current status
2025-06-10 10:33:20,861 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2025-06-10 10:33:20,863 [ scc.git] DEBUG 4d7c5cd Merge pull request #119 from sbesson/changelog_removal
2025-06-10 10:33:20,864 [ scc.git] DEBUG Calling 'git submodule status'
2025-06-10 10:33:20,903 [ scc.config] DEBUG Found remote.origin.url
2025-06-10 10:33:21,069 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:21,348 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-model HTTP/1.1" 200 None
2025-06-10 10:33:21,600 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:21,825 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None
2025-06-10 10:33:22,076 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:22,285 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None
2025-06-10 10:33:22,536 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:22,743 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None
2025-06-10 10:33:22,994 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:23,189 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None
2025-06-10 10:33:23,190 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-06-10 10:33:23,230 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-06-10 10:33:23,230 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-renderer
2025-06-10 10:33:23,230 [ scc.git] DEBUG Calling 'git rev-parse --show-toplevel'
2025-06-10 10:33:23,232 [ scc.git] DEBUG Check current status
2025-06-10 10:33:23,232 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2025-06-10 10:33:23,235 [ scc.git] DEBUG bdbdb9e Bump version to 5.6.4-SNAPSHOT
2025-06-10 10:33:23,235 [ scc.git] DEBUG Calling 'git submodule status'
2025-06-10 10:33:23,277 [ scc.config] DEBUG Found remote.origin.url
2025-06-10 10:33:23,441 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:23,719 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-renderer HTTP/1.1" 200 None
2025-06-10 10:33:23,970 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:24,210 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None
2025-06-10 10:33:24,462 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:24,653 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None
2025-06-10 10:33:24,905 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:25,100 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None
2025-06-10 10:33:25,352 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:25,523 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None
2025-06-10 10:33:25,524 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-06-10 10:33:25,564 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-06-10 10:33:25,564 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-romio
2025-06-10 10:33:25,564 [ scc.git] DEBUG Calling 'git rev-parse --show-toplevel'
2025-06-10 10:33:25,566 [ scc.git] DEBUG Check current status
2025-06-10 10:33:25,567 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2025-06-10 10:33:25,569 [ scc.git] DEBUG dd94b03 Bump version to 5.8.4-SNAPSHOT
2025-06-10 10:33:25,569 [ scc.git] DEBUG Calling 'git submodule status'
2025-06-10 10:33:25,611 [ scc.config] DEBUG Found remote.origin.url
2025-06-10 10:33:25,775 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:26,034 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-romio HTTP/1.1" 200 None
2025-06-10 10:33:26,286 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:26,513 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None
2025-06-10 10:33:26,765 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:26,958 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None
2025-06-10 10:33:27,210 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:27,390 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None
2025-06-10 10:33:27,641 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:27,830 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None
2025-06-10 10:33:27,832 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-06-10 10:33:27,871 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-06-10 10:33:27,871 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-server
2025-06-10 10:33:27,872 [ scc.git] DEBUG Calling 'git rev-parse --show-toplevel'
2025-06-10 10:33:27,874 [ scc.git] DEBUG Check current status
2025-06-10 10:33:27,874 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2025-06-10 10:33:27,876 [ scc.git] DEBUG 6c6dbe78 Merge pull request #198 from sbesson/changelog_removal
2025-06-10 10:33:27,877 [ scc.git] DEBUG Calling 'git submodule status'
2025-06-10 10:33:27,916 [ scc.config] DEBUG Found remote.origin.url
2025-06-10 10:33:28,082 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:28,359 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server HTTP/1.1" 200 None
2025-06-10 10:33:28,611 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:28,850 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None
2025-06-10 10:33:29,102 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:29,292 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None
2025-06-10 10:33:29,543 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:29,735 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None
2025-06-10 10:33:29,986 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:30,170 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None
2025-06-10 10:33:30,171 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-06-10 10:33:30,210 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-06-10 10:33:30,210 [ scc.git] DEBUG Resetting...
2025-06-10 10:33:30,210 [ scc.git] DEBUG Calling 'git reset --hard HEAD'
2025-06-10 10:33:30,215 [ scc.git] DEBUG HEAD is now at cd7326d merge master -Dorg -Snone
2025-06-10 10:33:30,215 [ scc.git] DEBUG Calling 'git submodule update --recursive'
2025-06-10 10:33:30,278 [ scc.git] DEBUG Check current status
2025-06-10 10:33:30,278 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2025-06-10 10:33:30,280 [ scc.git] DEBUG cd7326d merge master -Dorg -Snone
2025-06-10 10:33:30,280 [ scc.git] DEBUG Calling 'git submodule status'
2025-06-10 10:33:30,322 [ scc.git] DEBUG b56a31dff4a7470a1b1947e6e9cd9019642480ee omero-blitz (v5.8.2-9-gb56a31df)
2025-06-10 10:33:30,325 [ scc.git] DEBUG 540d520c0d291cdec3dc140b69a77fba2ccbed64 omero-common (v5.7.3-1-g540d520)
2025-06-10 10:33:30,329 [ scc.git] DEBUG 20415d65dd81bce4ed7808939d08fe3fc2353b33 omero-gateway-java (v5.10.2-4-g20415d6)
2025-06-10 10:33:30,333 [ scc.git] DEBUG 4d7c5cda6caa4f564e3ae30191f942f132853cda omero-model (v5.7.3-3-g4d7c5cd)
2025-06-10 10:33:30,337 [ scc.git] DEBUG bdbdb9e2fd188a536fc1992051b8ab32afab465a omero-renderer (v5.6.3-1-gbdbdb9e)
2025-06-10 10:33:30,340 [ scc.git] DEBUG dd94b039abd0e7be6399cc25a4dbc84e85099ac5 omero-romio (v5.8.3-1-gdd94b03)
2025-06-10 10:33:30,344 [ scc.git] DEBUG 6c6dbe78dfdd8e6f228e3aa21da624db0d2e642e omero-server (v5.7.2-21-g6c6dbe78)
2025-06-10 10:33:30,345 [ scc.merge] INFO Merging Pull Request(s) based on master
2025-06-10 10:33:30,345 [ scc.merge] INFO Including Pull Request(s) opened by any public member of the organization
2025-06-10 10:33:30,345 [ scc.merge] INFO Including Pull Request(s) labelled as include or dependencies
2025-06-10 10:33:30,345 [ scc.merge] INFO Excluding Pull Request(s) staged as draft
2025-06-10 10:33:30,345 [ scc.merge] INFO Excluding Pull Request(s) labelled as exclude or breaking
2025-06-10 10:33:30,345 [ scc.merge] INFO Excluding Pull Request(s) without successful status
2025-06-10 10:33:30,345 [ scc.repo] DEBUG ## PRs found:
2025-06-10 10:33:30,421 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:30,677 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/pulls HTTP/1.1" 200 None
2025-06-10 10:33:30,929 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:31,172 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/issues/257 HTTP/1.1" 200 None
2025-06-10 10:33:31,173 [ scc.repo] DEBUG # ... Include label: dependencies
2025-06-10 10:33:31,424 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:31,788 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/commits/407040e8d63abe1d98c8ce6abb6014a76efae040 HTTP/1.1" 200 None
2025-06-10 10:33:32,040 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:32,275 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/commits/407040e8d63abe1d98c8ce6abb6014a76efae040/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None
2025-06-10 10:33:32,526 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:32,825 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/commits/407040e8d63abe1d98c8ce6abb6014a76efae040 HTTP/1.1" 200 None
2025-06-10 10:33:33,077 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:33,270 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/statuses/407040e8d63abe1d98c8ce6abb6014a76efae040?per_page=1 HTTP/1.1" 200 2
2025-06-10 10:33:33,271 [ scc.repo] DEBUG - PR 257 dependabot[bot] 'Bump omero-server from `5096f6d` to `6c6dbe7`'
2025-06-10 10:33:33,271 [ scc.repo] DEBUG ## Branches found:
2025-06-10 10:33:33,271 [ scc.git] DEBUG Get sha1 of %s
2025-06-10 10:33:33,271 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-10 10:33:33,274 [ scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master'
2025-06-10 10:33:33,276 [ scc.git] DEBUG ## Merging base to ensure closed PRs are included.
2025-06-10 10:33:33,276 [ scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master'
2025-06-10 10:33:33,279 [ scc.git] DEBUG Calling 'git merge --ff-only origin/master'
2025-06-10 10:33:33,282 [ scc.git] DEBUG Already up to date.
2025-06-10 10:33:33,282 [ scc.git] DEBUG Calling 'git fetch origin pull/257/head'
2025-06-10 10:33:33,615 [ scc.git] DEBUG From https://github.com/ome/omero-build
2025-06-10 10:33:33,615 [ scc.git] DEBUG * branch refs/pull/257/head -> FETCH_HEAD
2025-06-10 10:33:33,623 [ scc.git] DEBUG ## Unique users: []
2025-06-10 10:33:33,623 [ scc.git] DEBUG Get sha1 of %s
2025-06-10 10:33:33,623 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-10 10:33:33,625 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...407040e8d63abe1d98c8ce6abb6014a76efae040'
2025-06-10 10:33:33,628 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-10 10:33:33,630 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 257 (Bump omero-server from `5096f6d` to `6c6dbe7`) 407040e8d63abe1d98c8ce6abb6014a76efae040'
2025-06-10 10:33:33,632 [ scc.git] DEBUG Already up to date.
2025-06-10 10:33:33,634 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:33,802 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-10 10:33:33,803 [ scc.git] DEBUG Calling 'git submodule update'
2025-06-10 10:33:33,846 [ scc.git] DEBUG Get sha1 of %s
2025-06-10 10:33:33,846 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-10 10:33:33,848 [ scc.repo] DEBUG ## PRs found:
2025-06-10 10:33:34,054 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:34,394 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/pulls HTTP/1.1" 200 None
2025-06-10 10:33:34,646 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:34,933 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/issues/163 HTTP/1.1" 200 None
2025-06-10 10:33:35,185 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:35,526 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/commits/52e97844515e5d4a0c09b4cfe8e259f5e4dd6f92 HTTP/1.1" 200 None
2025-06-10 10:33:35,778 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:35,988 [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-10 10:33:36,240 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:36,454 [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-10 10:33:36,706 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:36,916 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/commits/52e97844515e5d4a0c09b4cfe8e259f5e4dd6f92 HTTP/1.1" 200 None
2025-06-10 10:33:37,168 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:37,347 [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-10 10:33:37,347 [ scc.repo] DEBUG - PR 163 sbesson 'Remove CHANGELOG in favor of generated GitHub release notes'
2025-06-10 10:33:37,598 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:37,817 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/issues/162 HTTP/1.1" 200 None
2025-06-10 10:33:38,068 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:38,339 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/commits/89350120dc7fcf98f33accaa081c638a5c81724d HTTP/1.1" 200 None
2025-06-10 10:33:38,591 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:38,827 [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-10 10:33:39,079 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:39,335 [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-10 10:33:39,586 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:39,891 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/commits/89350120dc7fcf98f33accaa081c638a5c81724d HTTP/1.1" 200 None
2025-06-10 10:33:40,143 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:40,363 [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-10 10:33:40,364 [ scc.repo] DEBUG - PR 162 sbesson 'OMEROMetadataStoreClient: fall back to secure session on SocketException'
2025-06-10 10:33:40,615 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:40,851 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/issues/132 HTTP/1.1" 200 None
2025-06-10 10:33:41,103 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:41,357 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/issues/132/comments HTTP/1.1" 200 None
2025-06-10 10:33:41,609 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:41,959 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/commits/6d887b53b85d244eed855703effd0e470c83bab9 HTTP/1.1" 200 None
2025-06-10 10:33:42,211 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:42,406 [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-10 10:33:42,658 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:42,982 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/commits/6d887b53b85d244eed855703effd0e470c83bab9 HTTP/1.1" 200 None
2025-06-10 10:33:43,233 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:43,426 [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-10 10:33:43,426 [ scc.repo] DEBUG - PR 132 jburel 'Fix javadoc warning'
2025-06-10 10:33:43,678 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:43,904 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/issues/119 HTTP/1.1" 200 None
2025-06-10 10:33:44,156 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:44,424 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/issues/119/comments HTTP/1.1" 200 None
2025-06-10 10:33:44,676 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:44,958 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/commits/4ef8809efaee231eb83e45e64a852a9808bc4723 HTTP/1.1" 200 None
2025-06-10 10:33:45,210 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:45,431 [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-10 10:33:45,682 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:45,896 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/commits/4ef8809efaee231eb83e45e64a852a9808bc4723 HTTP/1.1" 200 None
2025-06-10 10:33:46,148 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:46,361 [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-10 10:33:46,361 [ scc.repo] DEBUG - PR 119 dominikl 'Take Ice and omero sysenv variables into account'
2025-06-10 10:33:46,361 [ scc.repo] DEBUG ## Branches found:
2025-06-10 10:33:46,361 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-blitz
2025-06-10 10:33:46,361 [ scc.git] DEBUG Get sha1 of %s
2025-06-10 10:33:46,361 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-10 10:33:46,364 [ scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master'
2025-06-10 10:33:46,366 [ scc.git] DEBUG ## Merging base to ensure closed PRs are included.
2025-06-10 10:33:46,367 [ scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master'
2025-06-10 10:33:46,369 [ scc.git] DEBUG Calling 'git merge --ff-only origin/master'
2025-06-10 10:33:46,373 [ scc.git] DEBUG Already up to date.
2025-06-10 10:33:46,373 [ scc.git] DEBUG Calling 'git fetch origin pull/119/head'
2025-06-10 10:33:46,675 [ scc.git] DEBUG From https://github.com/ome/omero-blitz
2025-06-10 10:33:46,675 [ scc.git] DEBUG * branch refs/pull/119/head -> FETCH_HEAD
2025-06-10 10:33:46,679 [ scc.git] DEBUG Calling 'git fetch origin pull/132/head'
2025-06-10 10:33:46,958 [ scc.git] DEBUG From https://github.com/ome/omero-blitz
2025-06-10 10:33:46,958 [ scc.git] DEBUG * branch refs/pull/132/head -> FETCH_HEAD
2025-06-10 10:33:46,963 [ scc.git] DEBUG Calling 'git fetch origin pull/162/head'
2025-06-10 10:33:47,224 [ scc.git] DEBUG From https://github.com/ome/omero-blitz
2025-06-10 10:33:47,224 [ scc.git] DEBUG * branch refs/pull/162/head -> FETCH_HEAD
2025-06-10 10:33:47,228 [ scc.git] DEBUG Calling 'git fetch origin pull/163/head'
2025-06-10 10:33:47,781 [ scc.git] DEBUG From https://github.com/ome/omero-blitz
2025-06-10 10:33:47,781 [ scc.git] DEBUG * branch refs/pull/163/head -> FETCH_HEAD
2025-06-10 10:33:47,786 [ scc.git] DEBUG ## Unique users: []
2025-06-10 10:33:47,786 [ scc.git] DEBUG Get sha1 of %s
2025-06-10 10:33:47,787 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-10 10:33:47,789 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...4ef8809efaee231eb83e45e64a852a9808bc4723'
2025-06-10 10:33:47,794 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-10 10:33:47,796 [ 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-10 10:33:47,810 [ scc.git] DEBUG Auto-merging src/main/java/omero/client.java
2025-06-10 10:33:47,812 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-06-10 10:33:47,816 [ scc.git] DEBUG src/main/java/omero/client.java | 6 ++++++
2025-06-10 10:33:47,816 [ scc.git] DEBUG 1 file changed, 6 insertions(+)
2025-06-10 10:33:47,817 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:48,048 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-10 10:33:48,049 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...6d887b53b85d244eed855703effd0e470c83bab9'
2025-06-10 10:33:48,055 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-10 10:33:48,057 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 132 (Fix javadoc warning) 6d887b53b85d244eed855703effd0e470c83bab9'
2025-06-10 10:33:48,074 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-06-10 10:33:48,077 [ scc.git] DEBUG src/main/slice/omero/api/ThumbnailStore.ice | 2 +-
2025-06-10 10:33:48,077 [ scc.git] DEBUG 1 file changed, 1 insertion(+), 1 deletion(-)
2025-06-10 10:33:48,300 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:48,469 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-10 10:33:48,470 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...89350120dc7fcf98f33accaa081c638a5c81724d'
2025-06-10 10:33:48,476 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-10 10:33:48,478 [ 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-10 10:33:48,494 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-06-10 10:33:48,500 [ scc.git] DEBUG src/main/java/ome/formats/OMEROMetadataStoreClient.java | 4 ++--
2025-06-10 10:33:48,501 [ scc.git] DEBUG 1 file changed, 2 insertions(+), 2 deletions(-)
2025-06-10 10:33:48,720 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:48,895 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-10 10:33:48,895 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...52e97844515e5d4a0c09b4cfe8e259f5e4dd6f92'
2025-06-10 10:33:48,901 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-10 10:33:48,903 [ 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-10 10:33:48,920 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-06-10 10:33:48,923 [ scc.git] DEBUG CHANGELOG.md | 217 -----------------------------------------------------------
2025-06-10 10:33:48,923 [ scc.git] DEBUG 1 file changed, 217 deletions(-)
2025-06-10 10:33:48,923 [ scc.git] DEBUG delete mode 100644 CHANGELOG.md
2025-06-10 10:33:49,146 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:49,311 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-10 10:33:49,311 [ scc.git] DEBUG Calling 'git submodule update'
2025-06-10 10:33:49,351 [ scc.git] DEBUG Get sha1 of %s
2025-06-10 10:33:49,351 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-10 10:33:49,353 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-06-10 10:33:49,393 [ scc.git] DEBUG Calling 'git status --porcelain'
2025-06-10 10:33:49,402 [ scc.git] DEBUG <scc.git.GitRepository object at 0x7f787926bbd0> has no local changes
2025-06-10 10:33:49,402 [ 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#457 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build-push/457/)'
2025-06-10 10:33:49,410 [ scc.git] DEBUG [detached HEAD b28eb9ba] merge master -Dorg -Ssuccess-only
2025-06-10 10:33:49,410 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-06-10 10:33:49,410 [ scc.repo] DEBUG ## PRs found:
2025-06-10 10:33:49,562 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:49,869 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-common/pulls HTTP/1.1" 200 None
2025-06-10 10:33:50,121 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:50,378 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-common/issues/45 HTTP/1.1" 200 None
2025-06-10 10:33:50,630 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:50,879 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-common/issues/45/comments HTTP/1.1" 200 None
2025-06-10 10:33:51,130 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:51,374 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-common/issues/42 HTTP/1.1" 200 None
2025-06-10 10:33:51,626 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:51,862 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-common/issues/42/comments HTTP/1.1" 200 None
2025-06-10 10:33:52,114 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:52,414 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-common/commits/92e4d3ee9bd655e531156415863a1defa7d0ab39 HTTP/1.1" 200 None
2025-06-10 10:33:52,665 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:52,879 [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-10 10:33:53,130 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:53,431 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-common/commits/92e4d3ee9bd655e531156415863a1defa7d0ab39 HTTP/1.1" 200 None
2025-06-10 10:33:53,682 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:53,879 [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-10 10:33:53,879 [ scc.repo] DEBUG - PR 42 jburel 'include all'
2025-06-10 10:33:53,879 [ scc.repo] DEBUG ## Branches found:
2025-06-10 10:33:53,879 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-common
2025-06-10 10:33:53,879 [ scc.git] DEBUG Get sha1 of %s
2025-06-10 10:33:53,880 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-10 10:33:53,882 [ scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master'
2025-06-10 10:33:53,885 [ scc.git] DEBUG ## Merging base to ensure closed PRs are included.
2025-06-10 10:33:53,885 [ scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master'
2025-06-10 10:33:53,888 [ scc.git] DEBUG Calling 'git merge --ff-only origin/master'
2025-06-10 10:33:53,891 [ scc.git] DEBUG Already up to date.
2025-06-10 10:33:53,891 [ scc.git] DEBUG Calling 'git fetch origin pull/42/head'
2025-06-10 10:33:54,224 [ scc.git] DEBUG From https://github.com/ome/omero-common
2025-06-10 10:33:54,224 [ scc.git] DEBUG * branch refs/pull/42/head -> FETCH_HEAD
2025-06-10 10:33:54,229 [ scc.git] DEBUG ## Unique users: []
2025-06-10 10:33:54,229 [ scc.git] DEBUG Get sha1 of %s
2025-06-10 10:33:54,229 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-10 10:33:54,231 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...92e4d3ee9bd655e531156415863a1defa7d0ab39'
2025-06-10 10:33:54,235 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-10 10:33:54,237 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 42 (include all) 92e4d3ee9bd655e531156415863a1defa7d0ab39'
2025-06-10 10:33:54,247 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-06-10 10:33:54,251 [ scc.git] DEBUG publish.gradle | 17 +----------------
2025-06-10 10:33:54,251 [ scc.git] DEBUG 1 file changed, 1 insertion(+), 16 deletions(-)
2025-06-10 10:33:54,252 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:54,417 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-10 10:33:54,418 [ scc.git] DEBUG Calling 'git submodule update'
2025-06-10 10:33:54,457 [ scc.git] DEBUG Get sha1 of %s
2025-06-10 10:33:54,457 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-10 10:33:54,459 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-06-10 10:33:54,496 [ scc.git] DEBUG Calling 'git status --porcelain'
2025-06-10 10:33:54,501 [ scc.git] DEBUG <scc.git.GitRepository object at 0x7f78797437d0> has no local changes
2025-06-10 10:33:54,501 [ 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#457 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build-push/457/)'
2025-06-10 10:33:54,508 [ scc.git] DEBUG [detached HEAD 31013a2] merge master -Dorg -Ssuccess-only
2025-06-10 10:33:54,508 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-06-10 10:33:54,508 [ scc.repo] DEBUG ## PRs found:
2025-06-10 10:33:54,669 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:55,134 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java/pulls HTTP/1.1" 200 None
2025-06-10 10:33:55,386 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:55,644 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java/issues/103 HTTP/1.1" 200 None
2025-06-10 10:33:55,895 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:56,207 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java/commits/21b916dfedb2ae57981e0a70dcb5d23e7b254d07 HTTP/1.1" 200 None
2025-06-10 10:33:56,459 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:56,776 [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-10 10:33:57,028 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:57,286 [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-10 10:33:57,538 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:57,828 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java/commits/21b916dfedb2ae57981e0a70dcb5d23e7b254d07 HTTP/1.1" 200 None
2025-06-10 10:33:58,080 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:58,270 [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-10 10:33:58,271 [ scc.repo] DEBUG - PR 103 sbesson 'Remove CHANGELOG in favor of generated GitHub release notes'
2025-06-10 10:33:58,522 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:58,765 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java/issues/101 HTTP/1.1" 200 None
2025-06-10 10:33:59,017 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:59,255 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java/issues/93 HTTP/1.1" 200 None
2025-06-10 10:33:59,506 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:33:59,831 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java/commits/3f1e5fd7a279d0793ceccb8c1f3a0d6bac666126 HTTP/1.1" 200 None
2025-06-10 10:34:00,083 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:34:00,363 [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-10 10:34:00,615 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:34:00,849 [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-10 10:34:01,101 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:34:01,453 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java/commits/3f1e5fd7a279d0793ceccb8c1f3a0d6bac666126 HTTP/1.1" 200 None
2025-06-10 10:34:01,705 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:34:01,904 [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-10 10:34:01,905 [ scc.repo] DEBUG - PR 93 dominikl 'Renderfacility'
2025-06-10 10:34:02,156 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:34:02,389 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java/issues/30 HTTP/1.1" 200 None
2025-06-10 10:34:02,640 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:34:02,928 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java/issues/30/comments HTTP/1.1" 200 None
2025-06-10 10:34:02,929 [ scc.repo] DEBUG ## Branches found:
2025-06-10 10:34:02,929 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-gateway-java
2025-06-10 10:34:02,929 [ scc.git] DEBUG Get sha1 of %s
2025-06-10 10:34:02,929 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-10 10:34:02,932 [ scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master'
2025-06-10 10:34:02,934 [ scc.git] DEBUG ## Merging base to ensure closed PRs are included.
2025-06-10 10:34:02,934 [ scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master'
2025-06-10 10:34:02,937 [ scc.git] DEBUG Calling 'git merge --ff-only origin/master'
2025-06-10 10:34:02,940 [ scc.git] DEBUG Already up to date.
2025-06-10 10:34:02,940 [ scc.git] DEBUG Calling 'git fetch origin pull/93/head'
2025-06-10 10:34:03,263 [ scc.git] DEBUG From https://github.com/ome/omero-gateway-java
2025-06-10 10:34:03,263 [ scc.git] DEBUG * branch refs/pull/93/head -> FETCH_HEAD
2025-06-10 10:34:03,267 [ scc.git] DEBUG Calling 'git fetch origin pull/103/head'
2025-06-10 10:34:03,553 [ scc.git] DEBUG From https://github.com/ome/omero-gateway-java
2025-06-10 10:34:03,553 [ scc.git] DEBUG * branch refs/pull/103/head -> FETCH_HEAD
2025-06-10 10:34:03,557 [ scc.git] DEBUG ## Unique users: []
2025-06-10 10:34:03,557 [ scc.git] DEBUG Get sha1 of %s
2025-06-10 10:34:03,557 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-10 10:34:03,559 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...3f1e5fd7a279d0793ceccb8c1f3a0d6bac666126'
2025-06-10 10:34:03,563 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-10 10:34:03,565 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 93 (Renderfacility) 3f1e5fd7a279d0793ceccb8c1f3a0d6bac666126'
2025-06-10 10:34:03,575 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-06-10 10:34:03,579 [ scc.git] DEBUG src/main/java/omero/gateway/Gateway.java | 9 +-
2025-06-10 10:34:03,579 [ scc.git] DEBUG src/main/java/omero/gateway/facility/Facility.java | 8 +-
2025-06-10 10:34:03,579 [ scc.git] DEBUG .../omero/gateway/facility/RenderFacility.java | 236 +++++++++++++++++++++
2025-06-10 10:34:03,579 [ scc.git] DEBUG 3 files changed, 249 insertions(+), 4 deletions(-)
2025-06-10 10:34:03,579 [ scc.git] DEBUG create mode 100644 src/main/java/omero/gateway/facility/RenderFacility.java
2025-06-10 10:34:03,580 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:34:03,753 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-10 10:34:03,753 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...21b916dfedb2ae57981e0a70dcb5d23e7b254d07'
2025-06-10 10:34:03,757 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-10 10:34:03,759 [ 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-10 10:34:03,769 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-06-10 10:34:03,771 [ scc.git] DEBUG CHANGELOG.md | 184 -----------------------------------------------------------
2025-06-10 10:34:03,771 [ scc.git] DEBUG 1 file changed, 184 deletions(-)
2025-06-10 10:34:03,772 [ scc.git] DEBUG delete mode 100644 CHANGELOG.md
2025-06-10 10:34:04,004 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:34:04,200 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-10 10:34:04,200 [ scc.git] DEBUG Calling 'git submodule update'
2025-06-10 10:34:04,239 [ scc.git] DEBUG Get sha1 of %s
2025-06-10 10:34:04,239 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-10 10:34:04,242 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-06-10 10:34:04,281 [ scc.git] DEBUG Calling 'git status --porcelain'
2025-06-10 10:34:04,287 [ scc.git] DEBUG <scc.git.GitRepository object at 0x7f787925e290> has no local changes
2025-06-10 10:34:04,287 [ 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#457 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build-push/457/)'
2025-06-10 10:34:04,294 [ scc.git] DEBUG [detached HEAD e9724ca] merge master -Dorg -Ssuccess-only
2025-06-10 10:34:04,294 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-06-10 10:34:04,294 [ scc.repo] DEBUG ## PRs found:
2025-06-10 10:34:04,451 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:34:04,630 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-model/pulls HTTP/1.1" 200 2
2025-06-10 10:34:04,631 [ scc.repo] DEBUG ## Branches found:
2025-06-10 10:34:04,631 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-model
2025-06-10 10:34:04,631 [ scc.git] DEBUG Get sha1 of %s
2025-06-10 10:34:04,631 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-10 10:34:04,634 [ scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master'
2025-06-10 10:34:04,636 [ scc.git] DEBUG ## Merging base to ensure closed PRs are included.
2025-06-10 10:34:04,636 [ scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master'
2025-06-10 10:34:04,639 [ scc.git] DEBUG Calling 'git merge --ff-only origin/master'
2025-06-10 10:34:04,642 [ scc.git] DEBUG Already up to date.
2025-06-10 10:34:04,642 [ scc.git] DEBUG ## Unique users: []
2025-06-10 10:34:04,642 [ scc.git] DEBUG Get sha1 of %s
2025-06-10 10:34:04,642 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-10 10:34:04,644 [ scc.git] DEBUG Calling 'git submodule update'
2025-06-10 10:34:04,683 [ scc.git] DEBUG Get sha1 of %s
2025-06-10 10:34:04,683 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-10 10:34:04,685 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-06-10 10:34:04,722 [ scc.git] DEBUG Calling 'git status --porcelain'
2025-06-10 10:34:04,726 [ scc.git] DEBUG <scc.git.GitRepository object at 0x7f78792a8c90> has no local changes
2025-06-10 10:34:04,726 [ 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#457 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build-push/457/)'
2025-06-10 10:34:04,732 [ scc.git] DEBUG [detached HEAD 1e22736] merge master -Dorg -Ssuccess-only
2025-06-10 10:34:04,733 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-06-10 10:34:04,733 [ scc.repo] DEBUG ## PRs found:
2025-06-10 10:34:04,882 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:34:05,198 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-renderer/pulls HTTP/1.1" 200 None
2025-06-10 10:34:05,449 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:34:05,689 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-renderer/issues/10 HTTP/1.1" 200 None
2025-06-10 10:34:05,941 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:34:06,210 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-renderer/issues/10/comments HTTP/1.1" 200 None
2025-06-10 10:34:06,211 [ scc.repo] DEBUG # ... Exclude label: exclude
2025-06-10 10:34:06,212 [ scc.repo] DEBUG ## Branches found:
2025-06-10 10:34:06,212 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-renderer
2025-06-10 10:34:06,212 [ scc.git] DEBUG Get sha1 of %s
2025-06-10 10:34:06,212 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-10 10:34:06,214 [ scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master'
2025-06-10 10:34:06,217 [ scc.git] DEBUG ## Merging base to ensure closed PRs are included.
2025-06-10 10:34:06,217 [ scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master'
2025-06-10 10:34:06,220 [ scc.git] DEBUG Calling 'git merge --ff-only origin/master'
2025-06-10 10:34:06,224 [ scc.git] DEBUG Already up to date.
2025-06-10 10:34:06,224 [ scc.git] DEBUG ## Unique users: []
2025-06-10 10:34:06,224 [ scc.git] DEBUG Get sha1 of %s
2025-06-10 10:34:06,224 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-10 10:34:06,226 [ scc.git] DEBUG Calling 'git submodule update'
2025-06-10 10:34:06,264 [ scc.git] DEBUG Get sha1 of %s
2025-06-10 10:34:06,264 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-10 10:34:06,266 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-06-10 10:34:06,304 [ scc.git] DEBUG Calling 'git status --porcelain'
2025-06-10 10:34:06,308 [ scc.git] DEBUG <scc.git.GitRepository object at 0x7f787929da90> has no local changes
2025-06-10 10:34:06,308 [ scc.git] DEBUG Calling 'git commit --allow-empty -a -n -m merge master -Dorg -Ssuccess-only
Repository: ome/omero-renderer
Excluded PRs:
- PR 10 joshmoore 'Allow passing ExecutorService to region task' (label: exclude)
Already up to date.
Generated by OMERO-build-push#457 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build-push/457/)'
2025-06-10 10:34:06,314 [ scc.git] DEBUG [detached HEAD 0497210] merge master -Dorg -Ssuccess-only
2025-06-10 10:34:06,315 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-06-10 10:34:06,315 [ scc.repo] DEBUG ## PRs found:
2025-06-10 10:34:06,462 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:34:06,763 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-romio/pulls HTTP/1.1" 200 None
2025-06-10 10:34:07,015 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:34:07,253 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-romio/issues/14 HTTP/1.1" 200 None
2025-06-10 10:34:07,504 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:34:07,776 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-romio/issues/14/comments HTTP/1.1" 200 None
2025-06-10 10:34:07,777 [ scc.repo] DEBUG ## Branches found:
2025-06-10 10:34:07,777 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-romio
2025-06-10 10:34:07,777 [ scc.git] DEBUG Get sha1 of %s
2025-06-10 10:34:07,777 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-10 10:34:07,780 [ scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master'
2025-06-10 10:34:07,783 [ scc.git] DEBUG ## Merging base to ensure closed PRs are included.
2025-06-10 10:34:07,783 [ scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master'
2025-06-10 10:34:07,786 [ scc.git] DEBUG Calling 'git merge --ff-only origin/master'
2025-06-10 10:34:07,788 [ scc.git] DEBUG Already up to date.
2025-06-10 10:34:07,788 [ scc.git] DEBUG ## Unique users: []
2025-06-10 10:34:07,788 [ scc.git] DEBUG Get sha1 of %s
2025-06-10 10:34:07,789 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-10 10:34:07,791 [ scc.git] DEBUG Calling 'git submodule update'
2025-06-10 10:34:07,830 [ scc.git] DEBUG Get sha1 of %s
2025-06-10 10:34:07,831 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-10 10:34:07,833 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-06-10 10:34:07,870 [ scc.git] DEBUG Calling 'git status --porcelain'
2025-06-10 10:34:07,873 [ scc.git] DEBUG <scc.git.GitRepository object at 0x7f787a29c990> has no local changes
2025-06-10 10:34:07,874 [ 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#457 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build-push/457/)'
2025-06-10 10:34:07,880 [ scc.git] DEBUG [detached HEAD 5e2c662] merge master -Dorg -Ssuccess-only
2025-06-10 10:34:07,881 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-06-10 10:34:07,881 [ scc.repo] DEBUG ## PRs found:
2025-06-10 10:34:08,028 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:34:08,441 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/pulls HTTP/1.1" 200 None
2025-06-10 10:34:08,693 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:34:08,952 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/issues/199 HTTP/1.1" 200 None
2025-06-10 10:34:09,204 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:34:09,490 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/7aeedf4aa7054ad36c88b3d25a5282d0590b0f8b HTTP/1.1" 200 None
2025-06-10 10:34:09,741 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:34:10,004 [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-10 10:34:10,256 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:34:10,540 [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-10 10:34:10,792 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:34:11,023 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/7aeedf4aa7054ad36c88b3d25a5282d0590b0f8b HTTP/1.1" 200 None
2025-06-10 10:34:11,275 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:34:11,493 [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-10 10:34:11,494 [ scc.repo] DEBUG - PR 199 sbesson 'Bump org.openmicroscopy:omero-renderer from 5.6.2 to 5.6.3'
2025-06-10 10:34:11,745 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:34:11,986 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/issues/195 HTTP/1.1" 200 None
2025-06-10 10:34:12,238 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:34:12,489 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/issues/195/comments HTTP/1.1" 200 None
2025-06-10 10:34:12,744 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:34:13,052 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/63450d4ab34d7e935166f76ce0574b39e3ea8c0e HTTP/1.1" 200 None
2025-06-10 10:34:13,303 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:34:13,547 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/63450d4ab34d7e935166f76ce0574b39e3ea8c0e/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None
2025-06-10 10:34:13,799 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:34:14,043 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/63450d4ab34d7e935166f76ce0574b39e3ea8c0e/check-suites?app_id=15368 HTTP/1.1" 200 None
2025-06-10 10:34:14,295 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:34:14,581 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/63450d4ab34d7e935166f76ce0574b39e3ea8c0e HTTP/1.1" 200 None
2025-06-10 10:34:14,832 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:34:15,012 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/statuses/63450d4ab34d7e935166f76ce0574b39e3ea8c0e?per_page=1 HTTP/1.1" 200 2
2025-06-10 10:34:15,012 [ scc.repo] DEBUG - PR 195 sbesson 'Bump com.jamonapi:jamon to 2.82 and declare as a test dependency'
2025-06-10 10:34:15,263 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:34:15,510 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/issues/166 HTTP/1.1" 200 None
2025-06-10 10:34:15,761 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:34:15,971 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/issues/166/comments HTTP/1.1" 200 None
2025-06-10 10:34:16,222 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:34:16,476 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/issues/152 HTTP/1.1" 200 None
2025-06-10 10:34:16,727 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:34:16,934 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/issues/152/comments HTTP/1.1" 200 None
2025-06-10 10:34:17,185 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:34:17,488 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/3e65b9de901fc160c380da602def943206fe9b1d HTTP/1.1" 200 None
2025-06-10 10:34:17,740 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:34:17,945 [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-10 10:34:18,197 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:34:18,408 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/3e65b9de901fc160c380da602def943206fe9b1d HTTP/1.1" 200 None
2025-06-10 10:34:18,659 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:34:18,846 [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-10 10:34:18,846 [ scc.repo] DEBUG - PR 152 jburel 'Set class in doc'
2025-06-10 10:34:19,097 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:34:19,345 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/issues/61 HTTP/1.1" 200 None
2025-06-10 10:34:19,597 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:34:19,826 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/issues/61/comments HTTP/1.1" 200 None
2025-06-10 10:34:20,078 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:34:20,392 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/9eea4c38f3603bbfb29d2b1a45883767f9f1ffaf HTTP/1.1" 200 None
2025-06-10 10:34:20,644 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:34:20,874 [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-10 10:34:21,126 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:34:21,337 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/9eea4c38f3603bbfb29d2b1a45883767f9f1ffaf HTTP/1.1" 200 None
2025-06-10 10:34:21,588 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:34:21,817 [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-10 10:34:21,817 [ scc.repo] DEBUG - PR 61 joshmoore 'Pass user executor to rendering tasks'
2025-06-10 10:34:21,818 [ scc.repo] DEBUG ## Branches found:
2025-06-10 10:34:21,818 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-server
2025-06-10 10:34:21,818 [ scc.git] DEBUG Get sha1 of %s
2025-06-10 10:34:21,818 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-10 10:34:21,821 [ scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master'
2025-06-10 10:34:21,824 [ scc.git] DEBUG ## Merging base to ensure closed PRs are included.
2025-06-10 10:34:21,824 [ scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master'
2025-06-10 10:34:21,827 [ scc.git] DEBUG Calling 'git merge --ff-only origin/master'
2025-06-10 10:34:21,830 [ scc.git] DEBUG Already up to date.
2025-06-10 10:34:21,830 [ scc.git] DEBUG Calling 'git fetch origin pull/61/head'
2025-06-10 10:34:22,151 [ scc.git] DEBUG From https://github.com/ome/omero-server
2025-06-10 10:34:22,151 [ scc.git] DEBUG * branch refs/pull/61/head -> FETCH_HEAD
2025-06-10 10:34:22,155 [ scc.git] DEBUG Calling 'git fetch origin pull/152/head'
2025-06-10 10:34:22,431 [ scc.git] DEBUG From https://github.com/ome/omero-server
2025-06-10 10:34:22,431 [ scc.git] DEBUG * branch refs/pull/152/head -> FETCH_HEAD
2025-06-10 10:34:22,435 [ scc.git] DEBUG Calling 'git fetch origin pull/195/head'
2025-06-10 10:34:22,734 [ scc.git] DEBUG From https://github.com/ome/omero-server
2025-06-10 10:34:22,734 [ scc.git] DEBUG * branch refs/pull/195/head -> FETCH_HEAD
2025-06-10 10:34:22,739 [ scc.git] DEBUG Calling 'git fetch origin pull/199/head'
2025-06-10 10:34:23,070 [ scc.git] DEBUG From https://github.com/ome/omero-server
2025-06-10 10:34:23,070 [ scc.git] DEBUG * branch refs/pull/199/head -> FETCH_HEAD
2025-06-10 10:34:23,074 [ scc.git] DEBUG ## Unique users: []
2025-06-10 10:34:23,074 [ scc.git] DEBUG Get sha1 of %s
2025-06-10 10:34:23,074 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-10 10:34:23,076 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...9eea4c38f3603bbfb29d2b1a45883767f9f1ffaf'
2025-06-10 10:34:23,083 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-10 10:34:23,085 [ 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-10 10:34:23,102 [ 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-10 10:34:23,102 [ scc.git] DEBUG Auto-merging build.gradle
2025-06-10 10:34:23,102 [ scc.git] DEBUG CONFLICT (content): Merge conflict in build.gradle
2025-06-10 10:34:23,103 [ scc.git] DEBUG Automatic merge failed; fix conflicts and then commit the result.
2025-06-10 10:34:23,103 [ scc.git] DEBUG Calling 'git diff --name-only --diff-filter=U'
2025-06-10 10:34:23,107 [ scc.git] DEBUG Calling 'git reset --hard 6c6dbe78dfdd8e6f228e3aa21da624db0d2e642e'
2025-06-10 10:34:23,114 [ scc.git] DEBUG HEAD is now at 6c6dbe78 Merge pull request #198 from sbesson/changelog_removal
2025-06-10 10:34:23,116 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:34:23,286 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-10 10:34:23,287 [ scc.git] DEBUG Calling 'git merge-base 6c6dbe78dfdd8e6f228e3aa21da624db0d2e642e 9eea4c38f3603bbfb29d2b1a45883767f9f1ffaf'
2025-06-10 10:34:23,293 [ scc.git] DEBUG Calling 'git diff --name-only dee098f9c5138f2e746928fb31973abfe33d1718..6c6dbe78dfdd8e6f228e3aa21da624db0d2e642e'
2025-06-10 10:34:23,297 [ scc.git] INFO - PR 61 joshmoore 'Pass user executor to rendering tasks'
Conflicting PR. Removed from build [OMERO-build-push#457](https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build-push/457/). See the [console output](https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build-push/457/consoleText) for more details.
Possible conflicts:
- Upstream changes
- build.gradle
- .travis.yml
--conflicts
2025-06-10 10:34:23,300 [ scc.config] DEBUG Found github.token
2025-06-10 10:34:23,300 [ scc.git] DEBUG Not adding comment to issue #61, already --conflicts.
2025-06-10 10:34:23,300 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...3e65b9de901fc160c380da602def943206fe9b1d'
2025-06-10 10:34:23,305 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-10 10:34:23,307 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 152 (Set class in doc) 3e65b9de901fc160c380da602def943206fe9b1d'
2025-06-10 10:34:23,323 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-06-10 10:34:23,326 [ scc.git] DEBUG src/main/java/ome/api/local/LocalSession.java | 2 +-
2025-06-10 10:34:23,326 [ scc.git] DEBUG 1 file changed, 1 insertion(+), 1 deletion(-)
2025-06-10 10:34:23,538 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:34:23,706 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-10 10:34:23,707 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...63450d4ab34d7e935166f76ce0574b39e3ea8c0e'
2025-06-10 10:34:23,713 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-10 10:34:23,715 [ 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) 63450d4ab34d7e935166f76ce0574b39e3ea8c0e'
2025-06-10 10:34:23,732 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-06-10 10:34:23,735 [ scc.git] DEBUG build.gradle | 2 +-
2025-06-10 10:34:23,735 [ scc.git] DEBUG src/main/resources/ome/services/services.xml | 3 -
2025-06-10 10:34:23,736 [ scc.git] DEBUG .../SqlHibernateDatasourceComparisonTest.java | 283 ---------------------
2025-06-10 10:34:23,736 [ scc.git] DEBUG 3 files changed, 1 insertion(+), 287 deletions(-)
2025-06-10 10:34:23,736 [ scc.git] DEBUG delete mode 100644 src/test/java/ome/server/itests/scalability/SqlHibernateDatasourceComparisonTest.java
2025-06-10 10:34:23,957 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:34:24,137 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-10 10:34:24,137 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...7aeedf4aa7054ad36c88b3d25a5282d0590b0f8b'
2025-06-10 10:34:24,143 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-10 10:34:24,146 [ 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-10 10:34:24,160 [ scc.git] DEBUG Auto-merging build.gradle
2025-06-10 10:34:24,161 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-06-10 10:34:24,164 [ scc.git] DEBUG build.gradle | 2 +-
2025-06-10 10:34:24,164 [ scc.git] DEBUG 1 file changed, 1 insertion(+), 1 deletion(-)
2025-06-10 10:34:24,389 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:34:24,557 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-10 10:34:24,558 [ scc.git] DEBUG Calling 'git submodule update'
2025-06-10 10:34:24,597 [ scc.git] DEBUG Get sha1 of %s
2025-06-10 10:34:24,597 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-06-10 10:34:24,600 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-06-10 10:34:24,639 [ scc.git] DEBUG Calling 'git status --porcelain'
2025-06-10 10:34:24,646 [ scc.git] DEBUG <scc.git.GitRepository object at 0x7f78792caad0> has no local changes
2025-06-10 10:34:24,646 [ scc.git] DEBUG Calling 'git commit --allow-empty -a -n -m merge master -Dorg -Ssuccess-only
Repository: ome/omero-server
Excluded PRs:
- PR 166 kkoz 'Experimenter group cache' (stage: draft)
- PR 116 dominikl 'Add method to get pixel min max' (exclude comment)
Already up to date.
Merged PRs:
- PR 152 jburel 'Set class in doc'
- 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#457 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build-push/457/)'
2025-06-10 10:34:24,656 [ scc.git] DEBUG [detached HEAD 9e3f71d7] merge master -Dorg -Ssuccess-only
2025-06-10 10:34:24,656 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-06-10 10:34:24,656 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-06-10 10:34:24,707 [ scc.config] DEBUG Found submodule.omero-blitz.url
2025-06-10 10:34:24,809 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:34:24,983 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-10 10:34:24,988 [ scc.config] DEBUG Found submodule.omero-blitz.branch
2025-06-10 10:34:24,990 [ scc.config] DEBUG Found submodule.omero-common.url
2025-06-10 10:34:25,235 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:34:25,418 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-10 10:34:25,424 [ scc.config] DEBUG Found submodule.omero-common.branch
2025-06-10 10:34:25,426 [ scc.config] DEBUG Found submodule.omero-gateway-java.url
2025-06-10 10:34:25,670 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:34:25,838 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-10 10:34:25,844 [ scc.config] DEBUG Found submodule.omero-gateway-java.branch
2025-06-10 10:34:25,846 [ scc.config] DEBUG Found submodule.omero-model.url
2025-06-10 10:34:26,090 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:34:26,250 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-10 10:34:26,256 [ scc.config] DEBUG Found submodule.omero-model.branch
2025-06-10 10:34:26,258 [ scc.config] DEBUG Found submodule.omero-renderer.url
2025-06-10 10:34:26,502 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:34:26,682 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-10 10:34:26,687 [ scc.config] DEBUG Found submodule.omero-renderer.branch
2025-06-10 10:34:26,689 [ scc.config] DEBUG Found submodule.omero-romio.url
2025-06-10 10:34:26,933 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:34:27,128 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-10 10:34:27,133 [ scc.config] DEBUG Found submodule.omero-romio.branch
2025-06-10 10:34:27,135 [ scc.config] DEBUG Found submodule.omero-server.url
2025-06-10 10:34:27,379 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-06-10 10:34:27,541 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-06-10 10:34:27,546 [ scc.config] DEBUG Found submodule.omero-server.branch
2025-06-10 10:34:27,546 [ scc.git] DEBUG Calling 'git status --porcelain'
2025-06-10 10:34:27,587 [ scc.git] DEBUG <scc.git.GitRepository object at 0x7f787925fc90> has local changes
2025-06-10 10:34:27,587 [ 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 257 dependabot[bot] 'Bump omero-server from `5096f6d` to `6c6dbe7`'
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)
Already up to date.
Repository: ome/omero-romio
Excluded PRs:
- PR 14 chris-allan 'Bye bye commons-io' (exclude comment)
Already up to date.
Repository: ome/omero-server
Excluded PRs:
- PR 166 kkoz 'Experimenter group cache' (stage: draft)
- PR 116 dominikl 'Add method to get pixel min max' (exclude comment)
Already up to date.
Merged PRs:
- PR 152 jburel 'Set class in doc'
- 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#457 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build-push/457/)'
2025-06-10 10:34:27,596 [ scc.git] DEBUG [detached HEAD 20b3479] merge master -Dorg -Ssuccess-only
2025-06-10 10:34:27,596 [ scc.git] DEBUG 8 files changed, 14 insertions(+), 14 deletions(-)
2025-06-10 10:34:27,596 [ scc.merge] INFO Repository: ome/omero-build
2025-06-10 10:34:27,596 [ scc.merge] INFO Already up to date.
2025-06-10 10:34:27,596 [ scc.merge] INFO
2025-06-10 10:34:27,596 [ scc.merge] INFO Merged PRs:
2025-06-10 10:34:27,596 [ scc.merge] INFO - PR 257 dependabot[bot] 'Bump omero-server from `5096f6d` to `6c6dbe7`'
2025-06-10 10:34:27,596 [ scc.merge] INFO
2025-06-10 10:34:27,596 [ scc.merge] INFO Repository: ome/omero-blitz
2025-06-10 10:34:27,596 [ scc.merge] INFO Already up to date.
2025-06-10 10:34:27,596 [ scc.merge] INFO
2025-06-10 10:34:27,596 [ scc.merge] INFO Merged PRs:
2025-06-10 10:34:27,596 [ scc.merge] INFO - PR 119 dominikl 'Take Ice and omero sysenv variables into account'
2025-06-10 10:34:27,596 [ scc.merge] INFO - PR 132 jburel 'Fix javadoc warning'
2025-06-10 10:34:27,596 [ scc.merge] INFO - PR 162 sbesson 'OMEROMetadataStoreClient: fall back to secure session on SocketException'
2025-06-10 10:34:27,596 [ scc.merge] INFO - PR 163 sbesson 'Remove CHANGELOG in favor of generated GitHub release notes'
2025-06-10 10:34:27,596 [ scc.merge] INFO
2025-06-10 10:34:27,596 [ scc.merge] INFO Repository: ome/omero-common
2025-06-10 10:34:27,596 [ scc.merge] INFO Excluded PRs:
2025-06-10 10:34:27,596 [ scc.merge] INFO - PR 45 ehrenfeu 'Do not hide "Make Movie" from script menu' (user: ehrenfeu)
2025-06-10 10:34:27,597 [ scc.merge] INFO - PR 40 jburel 'set classifier' (exclude comment)
2025-06-10 10:34:27,597 [ scc.merge] INFO - PR 29 dominikl 'Add method to get pixel min max' (exclude comment)
2025-06-10 10:34:27,597 [ scc.merge] INFO Already up to date.
2025-06-10 10:34:27,597 [ scc.merge] INFO
2025-06-10 10:34:27,597 [ scc.merge] INFO Merged PRs:
2025-06-10 10:34:27,597 [ scc.merge] INFO - PR 42 jburel 'include all'
2025-06-10 10:34:27,597 [ scc.merge] INFO
2025-06-10 10:34:27,597 [ scc.merge] INFO Repository: ome/omero-gateway-java
2025-06-10 10:34:27,597 [ scc.merge] INFO Excluded PRs:
2025-06-10 10:34:27,597 [ scc.merge] INFO - PR 101 ppouchin 'Fix serverhost (issue #97)' (user: ppouchin)
2025-06-10 10:34:27,597 [ scc.merge] INFO - PR 30 jburel 'Import image' (exclude comment)
2025-06-10 10:34:27,597 [ scc.merge] INFO Already up to date.
2025-06-10 10:34:27,597 [ scc.merge] INFO
2025-06-10 10:34:27,597 [ scc.merge] INFO Merged PRs:
2025-06-10 10:34:27,597 [ scc.merge] INFO - PR 93 dominikl 'Renderfacility'
2025-06-10 10:34:27,597 [ scc.merge] INFO - PR 103 sbesson 'Remove CHANGELOG in favor of generated GitHub release notes'
2025-06-10 10:34:27,597 [ scc.merge] INFO
2025-06-10 10:34:27,597 [ scc.merge] INFO Repository: ome/omero-model
2025-06-10 10:34:27,597 [ scc.merge] INFO Already up to date.
2025-06-10 10:34:27,597 [ scc.merge] INFO
2025-06-10 10:34:27,597 [ scc.merge] INFO
2025-06-10 10:34:27,597 [ scc.merge] INFO Repository: ome/omero-renderer
2025-06-10 10:34:27,597 [ scc.merge] INFO Excluded PRs:
2025-06-10 10:34:27,597 [ scc.merge] INFO - PR 10 joshmoore 'Allow passing ExecutorService to region task' (label: exclude)
2025-06-10 10:34:27,597 [ scc.merge] INFO Already up to date.
2025-06-10 10:34:27,597 [ scc.merge] INFO
2025-06-10 10:34:27,597 [ scc.merge] INFO
2025-06-10 10:34:27,597 [ scc.merge] INFO Repository: ome/omero-romio
2025-06-10 10:34:27,597 [ scc.merge] INFO Excluded PRs:
2025-06-10 10:34:27,597 [ scc.merge] INFO - PR 14 chris-allan 'Bye bye commons-io' (exclude comment)
2025-06-10 10:34:27,597 [ scc.merge] INFO Already up to date.
2025-06-10 10:34:27,597 [ scc.merge] INFO
2025-06-10 10:34:27,597 [ scc.merge] INFO
2025-06-10 10:34:27,597 [ scc.merge] INFO Repository: ome/omero-server
2025-06-10 10:34:27,597 [ scc.merge] INFO Excluded PRs:
2025-06-10 10:34:27,597 [ scc.merge] INFO - PR 166 kkoz 'Experimenter group cache' (stage: draft)
2025-06-10 10:34:27,597 [ scc.merge] INFO - PR 116 dominikl 'Add method to get pixel min max' (exclude comment)
2025-06-10 10:34:27,597 [ scc.merge] INFO Already up to date.
2025-06-10 10:34:27,597 [ scc.merge] INFO
2025-06-10 10:34:27,597 [ scc.merge] INFO Merged PRs:
2025-06-10 10:34:27,597 [ scc.merge] INFO - PR 152 jburel 'Set class in doc'
2025-06-10 10:34:27,597 [ scc.merge] INFO - PR 195 sbesson 'Bump com.jamonapi:jamon to 2.82 and declare as a test dependency'
2025-06-10 10:34:27,598 [ scc.merge] INFO - PR 199 sbesson 'Bump org.openmicroscopy:omero-renderer from 5.6.2 to 5.6.3'
2025-06-10 10:34:27,598 [ scc.merge] INFO
2025-06-10 10:34:27,598 [ scc.merge] INFO Conflicting PRs (not included):
2025-06-10 10:34:27,598 [ scc.merge] INFO - PR 61 joshmoore 'Pass user executor to rendering tasks'
2025-06-10 10:34:27,598 [ scc.merge] INFO
2025-06-10 10:34:27,598 [ scc.merge] DEBUG Cleaning remote branches created for merging
2025-06-10 10:34:27,598 [ scc.git] DEBUG Calling 'git remote'
2025-06-10 10:34:27,600 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-blitz
2025-06-10 10:34:27,600 [ scc.git] DEBUG Calling 'git remote'
2025-06-10 10:34:27,602 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-06-10 10:34:27,602 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-common
2025-06-10 10:34:27,602 [ scc.git] DEBUG Calling 'git remote'
2025-06-10 10:34:27,604 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-06-10 10:34:27,604 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-gateway-java
2025-06-10 10:34:27,604 [ scc.git] DEBUG Calling 'git remote'
2025-06-10 10:34:27,606 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-06-10 10:34:27,607 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-model
2025-06-10 10:34:27,607 [ scc.git] DEBUG Calling 'git remote'
2025-06-10 10:34:27,609 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-06-10 10:34:27,609 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-renderer
2025-06-10 10:34:27,609 [ scc.git] DEBUG Calling 'git remote'
2025-06-10 10:34:27,611 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-06-10 10:34:27,611 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-romio
2025-06-10 10:34:27,611 [ scc.git] DEBUG Calling 'git remote'
2025-06-10 10:34:27,613 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-06-10 10:34:27,613 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-server
2025-06-10 10:34:27,613 [ scc.git] DEBUG Calling 'git remote'
2025-06-10 10:34:27,615 [ 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 40c630f7] Update component versions
1 file changed, 2 insertions(+), 2 deletions(-)
Entering 'omero-common'
[detached HEAD 11170ff] Update component versions
1 file changed, 1 insertion(+), 1 deletion(-)
Entering 'omero-gateway-java'
[detached HEAD 054912e] Update component versions
1 file changed, 1 insertion(+), 1 deletion(-)
Entering 'omero-model'
[detached HEAD 988a8f3] Update component versions
1 file changed, 1 insertion(+), 1 deletion(-)
Entering 'omero-renderer'
[detached HEAD 013cb1f] Update component versions
1 file changed, 1 insertion(+), 1 deletion(-)
Entering 'omero-romio'
[detached HEAD 0b1b949] Update component versions
1 file changed, 1 insertion(+), 1 deletion(-)
Entering 'omero-server'
[detached HEAD c93e3676] Update component versions
1 file changed, 2 insertions(+), 2 deletions(-)
[detached HEAD 80d1eb8] Update component versions
7 files changed, 7 insertions(+), 7 deletions(-)
2025-06-10 10:35:02,150 [ 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