Skip to content

Console Output

Started by upstream project "Trigger" build number 497
originally caused by:
 Started by timer
[Pipeline] Start of Pipeline
[Pipeline] node
Running on testintegration in /home/omero/workspace/OMERO-build-push
[Pipeline] {
[Pipeline] library
Loading library recursiveMerge@master
Attempting to resolve master from remote references...
 > git --version # timeout=10
 > git --version # 'git version 2.39.2'
 > git ls-remote -- https://github.com/ome/jenkins-library-recursivemerge.git # timeout=10
Found match: refs/heads/master revision 654fab96d71411fab33e55b79057bcbf94eef8a2
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /var/jenkins_home/jobs/OMERO-build-push/workspace@libs/3527f795de077758b82663f7b48798100750860c75e4099522d51863b08dc748/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/ome/jenkins-library-recursivemerge.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/ome/jenkins-library-recursivemerge.git
 > git --version # timeout=10
 > git --version # 'git version 2.39.2'
 > git fetch --no-tags --force --progress -- https://github.com/ome/jenkins-library-recursivemerge.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 654fab96d71411fab33e55b79057bcbf94eef8a2 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 654fab96d71411fab33e55b79057bcbf94eef8a2 # timeout=10
Commit message: "Merge pull request #18 from jburel/python_311"
 > git rev-list --no-walk 654fab96d71411fab33e55b79057bcbf94eef8a2 # timeout=10
[Pipeline] checkout
The recommended git tool is: NONE
No credentials specified
Fetching changes from the remote Git repository
Checking out Revision 129d8aff87161caf7625b0c7363852f8027c041a (refs/remotes/origin/master)
Commit message: "Merge pull request #236 from ome/dependabot/submodules/omero-model-c4c6357"
 > 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
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 129d8aff87161caf7625b0c7363852f8027c041a # timeout=10
 > git rev-list --no-walk 129d8aff87161caf7625b0c7363852f8027c041a # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
 > git submodule foreach --recursive git reset --hard # timeout=10
 > git submodule foreach --recursive git clean -fdx # timeout=10
 > git remote # timeout=10
 > git submodule init # timeout=10
 > git submodule sync # timeout=10
 > git config --get remote.origin.url # timeout=10
 > git submodule init # timeout=10
 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10
 > git config --get submodule.omero-model.url # timeout=10
 > git config -f .gitmodules --get submodule.omero-model.path # timeout=10
 > git config --get submodule.omero-common.url # timeout=10
 > git config -f .gitmodules --get submodule.omero-common.path # timeout=10
 > git config --get submodule.omero-romio.url # timeout=10
 > git config -f .gitmodules --get submodule.omero-romio.path # timeout=10
 > git config --get submodule.omero-renderer.url # timeout=10
 > git config -f .gitmodules --get submodule.omero-renderer.path # timeout=10
 > git config --get submodule.omero-server.url # timeout=10
 > git config -f .gitmodules --get submodule.omero-server.path # timeout=10
 > git config --get submodule.omero-blitz.url # timeout=10
 > git config -f .gitmodules --get submodule.omero-blitz.path # timeout=10
 > git config --get submodule.omero-gateway-java.url # timeout=10
 > git config -f .gitmodules --get submodule.omero-gateway-java.path # timeout=10
 > git submodule update --init --recursive omero-model # timeout=10
 > git submodule update --init --recursive omero-common # timeout=10
 > git submodule update --init --recursive omero-romio # timeout=10
[Pipeline] pwd
[Pipeline] copyArtifacts
Copied 1 artifact from "OMERO-gradle-plugins-push" build number 447
[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 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.11-py3-none-any.whl.metadata (23 kB)
Collecting ruamel.yaml.jinja2 (from scc)
  Using cached ruamel.yaml.jinja2-0.2.7-py2.py3-none-any.whl.metadata (2.9 kB)
Collecting six (from scc)
  Using cached six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB)
Collecting urllib3<2 (from scc)
  Using cached urllib3-1.26.20-py2.py3-none-any.whl.metadata (50 kB)
Collecting yaclifw<0.3,>=0.2.0 (from scc)
  Using cached yaclifw-0.2.0-py3-none-any.whl
Collecting pynacl>=1.4.0 (from PyGithub>=1.54->scc)
  Using cached PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl.metadata (8.6 kB)
Collecting requests>=2.14.0 (from PyGithub>=1.54->scc)
  Using cached requests-2.32.3-py3-none-any.whl.metadata (4.6 kB)
Collecting pyjwt>=2.4.0 (from pyjwt[crypto]>=2.4.0->PyGithub>=1.54->scc)
  Using cached PyJWT-2.10.1-py3-none-any.whl.metadata (4.0 kB)
Collecting typing-extensions>=4.0.0 (from PyGithub>=1.54->scc)
  Using cached typing_extensions-4.13.2-py3-none-any.whl.metadata (3.0 kB)
Collecting Deprecated (from PyGithub>=1.54->scc)
  Using cached Deprecated-1.2.18-py2.py3-none-any.whl.metadata (5.7 kB)
Collecting cryptography>=3.4.0 (from pyjwt[crypto]>=2.4.0->PyGithub>=1.54->scc)
  Using cached cryptography-45.0.3-cp311-abi3-manylinux_2_34_x86_64.whl.metadata (5.7 kB)
Collecting cffi>=1.14 (from cryptography>=3.4.0->pyjwt[crypto]>=2.4.0->PyGithub>=1.54->scc)
  Using cached cffi-1.17.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
Collecting pycparser (from cffi>=1.14->cryptography>=3.4.0->pyjwt[crypto]>=2.4.0->PyGithub>=1.54->scc)
  Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
Collecting charset-normalizer<4,>=2 (from requests>=2.14.0->PyGithub>=1.54->scc)
  Using cached charset_normalizer-3.4.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (35 kB)
Collecting idna<4,>=2.5 (from requests>=2.14.0->PyGithub>=1.54->scc)
  Using cached idna-3.10-py3-none-any.whl.metadata (10 kB)
Collecting certifi>=2017.4.17 (from requests>=2.14.0->PyGithub>=1.54->scc)
  Using cached certifi-2025.4.26-py3-none-any.whl.metadata (2.5 kB)
Collecting wrapt<2,>=1.10 (from Deprecated->PyGithub>=1.54->scc)
  Using cached wrapt-1.17.2-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.4 kB)
Collecting ruamel.yaml.clib>=0.2.7 (from ruamel.yaml->scc)
  Using cached ruamel.yaml.clib-0.2.12-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.7 kB)
Using cached scc-0.20.0-py3-none-any.whl (48 kB)
Using cached urllib3-1.26.20-py2.py3-none-any.whl (144 kB)
Using cached PyGithub-2.6.1-py3-none-any.whl (410 kB)
Using cached PyJWT-2.10.1-py3-none-any.whl (22 kB)
Using cached cryptography-45.0.3-cp311-abi3-manylinux_2_34_x86_64.whl (4.5 MB)
Using cached cffi-1.17.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (467 kB)
Using cached PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB)
Using cached PyYAML-6.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (762 kB)
Using cached requests-2.32.3-py3-none-any.whl (64 kB)
Using cached charset_normalizer-3.4.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (147 kB)
Using cached idna-3.10-py3-none-any.whl (70 kB)
Using cached certifi-2025.4.26-py3-none-any.whl (159 kB)
Using cached typing_extensions-4.13.2-py3-none-any.whl (45 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.11-py3-none-any.whl (118 kB)
Using cached ruamel.yaml.clib-0.2.12-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (739 kB)
Using cached ruamel.yaml.jinja2-0.2.7-py2.py3-none-any.whl (5.5 kB)
Using cached six-1.17.0-py2.py3-none-any.whl (11 kB)
Installing collected packages: wrapt, urllib3, typing-extensions, six, ruamel.yaml.clib, PyYAML, pyjwt, pycparser, idna, future, charset-normalizer, certifi, yaclifw, ruamel.yaml, requests, Deprecated, cffi, ruamel.yaml.jinja2, pynacl, cryptography, PyGithub, scc

Successfully installed Deprecated-1.2.18 PyGithub-2.6.1 PyYAML-6.0.2 certifi-2025.4.26 cffi-1.17.1 charset-normalizer-3.4.2 cryptography-45.0.3 future-1.0.0 idna-3.10 pycparser-2.22 pyjwt-2.10.1 pynacl-1.5.0 requests-2.32.3 ruamel.yaml-0.18.11 ruamel.yaml.clib-0.2.12 ruamel.yaml.jinja2-0.2.7 scc-0.20.0 six-1.17.0 typing-extensions-4.13.2 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-05-29 00:25:19,040 [  scc.config] DEBUG Found github.token
2025-05-29 00:25:19,042 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:19,218 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-29 00:25:19,470 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:19,626 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-29 00:25:19,878 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:20,037 [urllib3.conn] DEBUG https://api.github.com:443 "GET /rate_limit HTTP/1.1" 200 None
2025-05-29 00:25:20,038 [      scc.gh] DEBUG 4631 remaining from 5000 (Reset at 01:05
2025-05-29 00:25:20,039 [     scc.git] DEBUG Calling 'git rev-parse --show-toplevel'
2025-05-29 00:25:20,041 [     scc.git] DEBUG Check current status
2025-05-29 00:25:20,041 [     scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2025-05-29 00:25:20,044 [     scc.git] DEBUG 129d8af Merge pull request #236 from ome/dependabot/submodules/omero-model-c4c6357
2025-05-29 00:25:20,044 [     scc.git] DEBUG Calling 'git submodule status'
2025-05-29 00:25:20,084 [     scc.git] DEBUG  3b924c1fed49e54297c081163c79cb79a01cbb98 omero-blitz (v5.8.2-1-g3b924c1f)
2025-05-29 00:25:20,088 [     scc.git] DEBUG  754892bfdd9a9507da0ad74a37da7f073157bc8c omero-common (v5.7.2-1-g754892b)
2025-05-29 00:25:20,092 [     scc.git] DEBUG  d0d0e4790dd145186ca0506c31aa0b40aac18ae5 omero-gateway-java (v5.10.2-1-gd0d0e47)
2025-05-29 00:25:20,095 [     scc.git] DEBUG  c4c6357ce8a177dce4bf024f4fe6fd23a64c4fcd omero-model (v5.7.2-4-gc4c6357)
2025-05-29 00:25:20,099 [     scc.git] DEBUG  29e6f1a9a1d17548de405925d41e81313941ea4a omero-renderer (v5.6.2-1-g29e6f1a)
2025-05-29 00:25:20,102 [     scc.git] DEBUG  18595c1558d066a9c37ce53165a3b7f5a268c459 omero-romio (v5.8.2-1-g18595c1)
2025-05-29 00:25:20,106 [     scc.git] DEBUG  f3ce0f6f1f7b86dac78350d14b39847b0c5512f8 omero-server (v5.7.2-1-gf3ce0f6f)
2025-05-29 00:25:20,108 [  scc.config] DEBUG Found remote.origin.url
2025-05-29 00:25:20,289 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:20,549 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build HTTP/1.1" 200 None
2025-05-29 00:25:20,801 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:21,056 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None
2025-05-29 00:25:21,308 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:21,482 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None
2025-05-29 00:25:21,734 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:21,908 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None
2025-05-29 00:25:22,160 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:22,336 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None
2025-05-29 00:25:22,337 [     scc.git] DEBUG Resetting...
2025-05-29 00:25:22,337 [     scc.git] DEBUG Calling 'git reset --hard HEAD'
2025-05-29 00:25:22,343 [     scc.git] DEBUG HEAD is now at 129d8af Merge pull request #236 from ome/dependabot/submodules/omero-model-c4c6357
2025-05-29 00:25:22,343 [     scc.git] DEBUG Calling 'git submodule update --recursive'
2025-05-29 00:25:22,404 [     scc.git] DEBUG Check current status
2025-05-29 00:25:22,404 [     scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2025-05-29 00:25:22,406 [     scc.git] DEBUG 129d8af Merge pull request #236 from ome/dependabot/submodules/omero-model-c4c6357
2025-05-29 00:25:22,406 [     scc.git] DEBUG Calling 'git submodule status'
2025-05-29 00:25:22,447 [     scc.git] DEBUG  3b924c1fed49e54297c081163c79cb79a01cbb98 omero-blitz (v5.8.2-1-g3b924c1f)
2025-05-29 00:25:22,451 [     scc.git] DEBUG  754892bfdd9a9507da0ad74a37da7f073157bc8c omero-common (v5.7.2-1-g754892b)
2025-05-29 00:25:22,454 [     scc.git] DEBUG  d0d0e4790dd145186ca0506c31aa0b40aac18ae5 omero-gateway-java (v5.10.2-1-gd0d0e47)
2025-05-29 00:25:22,458 [     scc.git] DEBUG  c4c6357ce8a177dce4bf024f4fe6fd23a64c4fcd omero-model (v5.7.2-4-gc4c6357)
2025-05-29 00:25:22,462 [     scc.git] DEBUG  29e6f1a9a1d17548de405925d41e81313941ea4a omero-renderer (v5.6.2-1-g29e6f1a)
2025-05-29 00:25:22,465 [     scc.git] DEBUG  18595c1558d066a9c37ce53165a3b7f5a268c459 omero-romio (v5.8.2-1-g18595c1)
2025-05-29 00:25:22,469 [     scc.git] DEBUG  f3ce0f6f1f7b86dac78350d14b39847b0c5512f8 omero-server (v5.7.2-1-gf3ce0f6f)
2025-05-29 00:25:22,469 [   scc.merge] INFO  Merging Pull Request(s) based on master
2025-05-29 00:25:22,470 [   scc.merge] INFO  Including Pull Request(s) opened by any public member of the organization
2025-05-29 00:25:22,470 [   scc.merge] INFO  Including Pull Request(s) labelled as include or dependencies
2025-05-29 00:25:22,470 [   scc.merge] INFO  Excluding Pull Request(s) staged as draft
2025-05-29 00:25:22,470 [   scc.merge] INFO  Excluding Pull Request(s) labelled as exclude or breaking
2025-05-29 00:25:22,470 [    scc.repo] DEBUG ## PRs found:
2025-05-29 00:25:22,588 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:22,841 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/pulls HTTP/1.1" 200 None
2025-05-29 00:25:23,092 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:23,335 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/issues/243 HTTP/1.1" 200 None
2025-05-29 00:25:23,336 [    scc.repo] DEBUG   # ... Include label: dependencies
2025-05-29 00:25:23,336 [    scc.repo] DEBUG   - PR 243 dependabot[bot] 'Bump omero-model from `c4c6357` to `3329504`'
2025-05-29 00:25:23,587 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:23,876 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/issues/242 HTTP/1.1" 200 None
2025-05-29 00:25:23,876 [    scc.repo] DEBUG   # ... Include label: dependencies
2025-05-29 00:25:23,876 [    scc.repo] DEBUG   - PR 242 dependabot[bot] 'Bump omero-server from `f3ce0f6` to `23c2596`'
2025-05-29 00:25:24,127 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:24,370 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/issues/241 HTTP/1.1" 200 None
2025-05-29 00:25:24,370 [    scc.repo] DEBUG   # ... Include label: dependencies
2025-05-29 00:25:24,370 [    scc.repo] DEBUG   - PR 241 dependabot[bot] 'Bump omero-blitz from `3b924c1` to `6d34e0e`'
2025-05-29 00:25:24,370 [    scc.repo] DEBUG ## Branches found:
2025-05-29 00:25:24,370 [     scc.git] DEBUG Get sha1 of %s
2025-05-29 00:25:24,371 [     scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-29 00:25:24,373 [     scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master'
2025-05-29 00:25:24,375 [     scc.git] DEBUG ## Merging base to ensure closed PRs are included.
2025-05-29 00:25:24,375 [     scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master'
2025-05-29 00:25:24,378 [     scc.git] DEBUG Calling 'git merge --ff-only origin/master'
2025-05-29 00:25:24,381 [     scc.git] DEBUG Already up to date.

2025-05-29 00:25:24,381 [     scc.git] DEBUG Calling 'git fetch origin pull/241/head'
2025-05-29 00:25:24,742 [     scc.git] DEBUG From https://github.com/ome/omero-build
2025-05-29 00:25:24,742 [     scc.git] DEBUG  * branch            refs/pull/241/head -> FETCH_HEAD
2025-05-29 00:25:24,748 [     scc.git] DEBUG Calling 'git fetch origin pull/242/head'
2025-05-29 00:25:25,053 [     scc.git] DEBUG From https://github.com/ome/omero-build
2025-05-29 00:25:25,053 [     scc.git] DEBUG  * branch            refs/pull/242/head -> FETCH_HEAD
2025-05-29 00:25:25,060 [     scc.git] DEBUG Calling 'git fetch origin pull/243/head'
2025-05-29 00:25:25,345 [     scc.git] DEBUG From https://github.com/ome/omero-build
2025-05-29 00:25:25,345 [     scc.git] DEBUG  * branch            refs/pull/243/head -> FETCH_HEAD
2025-05-29 00:25:25,351 [     scc.git] DEBUG ## Unique users: []
2025-05-29 00:25:25,351 [     scc.git] DEBUG Get sha1 of %s
2025-05-29 00:25:25,351 [     scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-29 00:25:25,353 [     scc.git] DEBUG Calling 'git diff --name-only HEAD...7313e3e2eb7a4f8862c0e23bedaf1af1c46d98c5'
2025-05-29 00:25:25,356 [     scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-29 00:25:25,358 [     scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Snone: PR 241 (Bump omero-blitz from `3b924c1` to `6d34e0e`) 7313e3e2eb7a4f8862c0e23bedaf1af1c46d98c5'
2025-05-29 00:25:25,368 [     scc.git] DEBUG Merge made by the 'ort' strategy.
2025-05-29 00:25:25,370 [     scc.git] DEBUG  omero-blitz | 2 +-
2025-05-29 00:25:25,370 [     scc.git] DEBUG  1 file changed, 1 insertion(+), 1 deletion(-)
2025-05-29 00:25:25,372 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:25,547 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-29 00:25:25,547 [     scc.git] DEBUG Calling 'git diff --name-only HEAD...c107491844725eed0ae249752aa9caab0a419e2a'
2025-05-29 00:25:25,550 [     scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-29 00:25:25,552 [     scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Snone: PR 242 (Bump omero-server from `f3ce0f6` to `23c2596`) c107491844725eed0ae249752aa9caab0a419e2a'
2025-05-29 00:25:25,562 [     scc.git] DEBUG Merge made by the 'ort' strategy.
2025-05-29 00:25:25,565 [     scc.git] DEBUG  omero-server | 2 +-
2025-05-29 00:25:25,565 [     scc.git] DEBUG  1 file changed, 1 insertion(+), 1 deletion(-)
2025-05-29 00:25:25,798 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:25,981 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-29 00:25:25,981 [     scc.git] DEBUG Calling 'git diff --name-only HEAD...a70265b75a6658801db3b572af7adb1e0e46ab9c'
2025-05-29 00:25:25,984 [     scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-29 00:25:25,986 [     scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Snone: PR 243 (Bump omero-model from `c4c6357` to `3329504`) a70265b75a6658801db3b572af7adb1e0e46ab9c'
2025-05-29 00:25:25,996 [     scc.git] DEBUG Merge made by the 'ort' strategy.
2025-05-29 00:25:25,999 [     scc.git] DEBUG  omero-model | 2 +-
2025-05-29 00:25:25,999 [     scc.git] DEBUG  1 file changed, 1 insertion(+), 1 deletion(-)
2025-05-29 00:25:26,232 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:26,512 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-29 00:25:26,512 [     scc.git] DEBUG Calling 'git submodule update'
2025-05-29 00:25:26,566 [     scc.git] DEBUG Submodule path 'omero-blitz': checked out '6d34e0ecdd65026edbdb4c6cb330f944fe358193'
2025-05-29 00:25:26,582 [     scc.git] DEBUG Submodule path 'omero-model': checked out '33295040fd7b52f4b384b1bc9c68aea99b4a85f1'
2025-05-29 00:25:26,598 [     scc.git] DEBUG Submodule path 'omero-server': checked out '23c2596ede328fc5020901f7d9e71fc91151a240'
2025-05-29 00:25:26,599 [     scc.git] DEBUG Get sha1 of %s
2025-05-29 00:25:26,599 [     scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-29 00:25:26,601 [     scc.git] DEBUG Calling 'git status --porcelain'
2025-05-29 00:25:26,640 [     scc.git] DEBUG <scc.git.GitRepository object at 0x7fd4be83aa10> has no local changes
2025-05-29 00:25:26,640 [     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 241 dependabot[bot] 'Bump omero-blitz from `3b924c1` to `6d34e0e`'
  - PR 242 dependabot[bot] 'Bump omero-server from `f3ce0f6` to `23c2596`'
  - PR 243 dependabot[bot] 'Bump omero-model from `c4c6357` to `3329504`'

Generated by OMERO-build-push#445 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build-push/445/)'
2025-05-29 00:25:26,674 [     scc.git] DEBUG [detached HEAD 2080529] merge master -Dorg -Snone
2025-05-29 00:25:26,674 [   scc.merge] INFO  Repository: ome/omero-build
2025-05-29 00:25:26,674 [   scc.merge] INFO  Already up to date.
2025-05-29 00:25:26,674 [   scc.merge] INFO  
2025-05-29 00:25:26,674 [   scc.merge] INFO  Merged PRs:
2025-05-29 00:25:26,674 [   scc.merge] INFO    - PR 241 dependabot[bot] 'Bump omero-blitz from `3b924c1` to `6d34e0e`'
2025-05-29 00:25:26,674 [   scc.merge] INFO    - PR 242 dependabot[bot] 'Bump omero-server from `f3ce0f6` to `23c2596`'
2025-05-29 00:25:26,674 [   scc.merge] INFO    - PR 243 dependabot[bot] 'Bump omero-model from `c4c6357` to `3329504`'
2025-05-29 00:25:26,674 [   scc.merge] INFO  
2025-05-29 00:25:26,674 [   scc.merge] DEBUG Cleaning remote branches created for merging
2025-05-29 00:25:26,674 [     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'
From https://github.com/ome/omero-blitz
   6d34e0ec..b56a31df  master     -> origin/master
Submodule path 'omero-blitz': checked out 'b56a31dff4a7470a1b1947e6e9cd9019642480ee'
From https://github.com/ome/omero-common
   754892b..34197b8  master     -> origin/master
Submodule path 'omero-common': checked out '34197b8e70d4fcf488b8290ad195599bd004d09a'
From https://github.com/ome/omero-gateway-java
   d0d0e47..20415d6  master     -> origin/master
Submodule path 'omero-gateway-java': checked out '20415d65dd81bce4ed7808939d08fe3fc2353b33'
From https://github.com/ome/omero-renderer
   29e6f1a..36f6079  master     -> origin/master
Submodule path 'omero-renderer': checked out '36f60793b39da318807c5fe644e86909eb3d655e'
From https://github.com/ome/omero-romio
   18595c1..05289b8  master     -> origin/master
Submodule path 'omero-romio': checked out '05289b8324525b37edcdcab858b800b839cae70c'
From https://github.com/ome/omero-server
   23c2596e..3e229ed7  master     -> origin/master
Submodule path 'omero-server': checked out '3e229ed74f5e84a67a327b39bdbb84e81b9c4c21'
Merge all submodules2025-05-29 00:25:32,223 [  scc.config] DEBUG Found github.token
2025-05-29 00:25:32,224 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:32,406 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-29 00:25:32,658 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:32,822 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-29 00:25:33,073 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:33,221 [urllib3.conn] DEBUG https://api.github.com:443 "GET /rate_limit HTTP/1.1" 200 None
2025-05-29 00:25:33,222 [      scc.gh] DEBUG 4617 remaining from 5000 (Reset at 01:05
2025-05-29 00:25:33,223 [     scc.git] DEBUG Calling 'git rev-parse --show-toplevel'
2025-05-29 00:25:33,225 [     scc.git] DEBUG Check current status
2025-05-29 00:25:33,225 [     scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2025-05-29 00:25:33,228 [     scc.git] DEBUG 2080529 merge master -Dorg -Snone
2025-05-29 00:25:33,228 [     scc.git] DEBUG Calling 'git submodule status'
2025-05-29 00:25:33,270 [     scc.git] DEBUG +b56a31dff4a7470a1b1947e6e9cd9019642480ee omero-blitz (v5.8.2-9-gb56a31df)
2025-05-29 00:25:33,273 [     scc.git] DEBUG +34197b8e70d4fcf488b8290ad195599bd004d09a omero-common (v5.7.2-4-g34197b8)
2025-05-29 00:25:33,277 [     scc.git] DEBUG +20415d65dd81bce4ed7808939d08fe3fc2353b33 omero-gateway-java (v5.10.2-4-g20415d6)
2025-05-29 00:25:33,282 [     scc.git] DEBUG  33295040fd7b52f4b384b1bc9c68aea99b4a85f1 omero-model (v5.7.2-12-g3329504)
2025-05-29 00:25:33,285 [     scc.git] DEBUG +36f60793b39da318807c5fe644e86909eb3d655e omero-renderer (v5.6.2-4-g36f6079)
2025-05-29 00:25:33,289 [     scc.git] DEBUG +05289b8324525b37edcdcab858b800b839cae70c omero-romio (v5.8.2-4-g05289b8)
2025-05-29 00:25:33,293 [     scc.git] DEBUG +3e229ed74f5e84a67a327b39bdbb84e81b9c4c21 omero-server (v5.7.2-15-g3e229ed7)
2025-05-29 00:25:33,295 [  scc.config] DEBUG Found remote.origin.url
2025-05-29 00:25:33,473 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:33,742 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build HTTP/1.1" 200 None
2025-05-29 00:25:33,994 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:34,225 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None
2025-05-29 00:25:34,477 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:34,656 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None
2025-05-29 00:25:34,907 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:35,113 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None
2025-05-29 00:25:35,364 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:35,544 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None
2025-05-29 00:25:35,545 [     scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-05-29 00:25:35,596 [     scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-blitz
2025-05-29 00:25:35,596 [     scc.git] DEBUG Calling 'git rev-parse --show-toplevel'
2025-05-29 00:25:35,598 [     scc.git] DEBUG Check current status
2025-05-29 00:25:35,598 [     scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2025-05-29 00:25:35,601 [     scc.git] DEBUG b56a31df Merge pull request #161 from sbesson/batik_1.19
2025-05-29 00:25:35,601 [     scc.git] DEBUG Calling 'git submodule status'
2025-05-29 00:25:35,640 [  scc.config] DEBUG Found remote.origin.url
2025-05-29 00:25:35,796 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:36,075 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz HTTP/1.1" 200 None
2025-05-29 00:25:36,327 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:36,539 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None
2025-05-29 00:25:36,791 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:36,968 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None
2025-05-29 00:25:37,219 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:37,429 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None
2025-05-29 00:25:37,681 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:37,881 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None
2025-05-29 00:25:37,882 [     scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-05-29 00:25:37,922 [     scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-05-29 00:25:37,923 [     scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-common
2025-05-29 00:25:37,923 [     scc.git] DEBUG Calling 'git rev-parse --show-toplevel'
2025-05-29 00:25:37,925 [     scc.git] DEBUG Check current status
2025-05-29 00:25:37,925 [     scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2025-05-29 00:25:37,927 [     scc.git] DEBUG 34197b8 Merge pull request #50 from sbesson/codeql
2025-05-29 00:25:37,928 [     scc.git] DEBUG Calling 'git submodule status'
2025-05-29 00:25:37,968 [  scc.config] DEBUG Found remote.origin.url
2025-05-29 00:25:38,133 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:38,424 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-common HTTP/1.1" 200 None
2025-05-29 00:25:38,675 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:38,900 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None
2025-05-29 00:25:39,152 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:39,335 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None
2025-05-29 00:25:39,586 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:39,773 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None
2025-05-29 00:25:40,025 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:40,192 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None
2025-05-29 00:25:40,193 [     scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-05-29 00:25:40,232 [     scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-05-29 00:25:40,233 [     scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-gateway-java
2025-05-29 00:25:40,233 [     scc.git] DEBUG Calling 'git rev-parse --show-toplevel'
2025-05-29 00:25:40,235 [     scc.git] DEBUG Check current status
2025-05-29 00:25:40,236 [     scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2025-05-29 00:25:40,238 [     scc.git] DEBUG 20415d6 Merge pull request #102 from sbesson/master
2025-05-29 00:25:40,239 [     scc.git] DEBUG Calling 'git submodule status'
2025-05-29 00:25:40,278 [  scc.config] DEBUG Found remote.origin.url
2025-05-29 00:25:40,444 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:40,690 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java HTTP/1.1" 200 None
2025-05-29 00:25:40,942 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:41,204 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None
2025-05-29 00:25:41,456 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:41,631 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None
2025-05-29 00:25:41,883 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:42,054 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None
2025-05-29 00:25:42,306 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:42,489 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None
2025-05-29 00:25:42,490 [     scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-05-29 00:25:42,529 [     scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-05-29 00:25:42,529 [     scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-model
2025-05-29 00:25:42,529 [     scc.git] DEBUG Calling 'git rev-parse --show-toplevel'
2025-05-29 00:25:42,531 [     scc.git] DEBUG Check current status
2025-05-29 00:25:42,532 [     scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2025-05-29 00:25:42,534 [     scc.git] DEBUG 3329504 Merge pull request #116 from sbesson/dom4j_2.1.2
2025-05-29 00:25:42,535 [     scc.git] DEBUG Calling 'git submodule status'
2025-05-29 00:25:42,573 [  scc.config] DEBUG Found remote.origin.url
2025-05-29 00:25:42,740 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:43,039 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-model HTTP/1.1" 200 None
2025-05-29 00:25:43,291 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:43,509 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None
2025-05-29 00:25:43,761 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:43,935 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None
2025-05-29 00:25:44,186 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:44,360 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None
2025-05-29 00:25:44,611 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:44,780 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None
2025-05-29 00:25:44,781 [     scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-05-29 00:25:44,821 [     scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-05-29 00:25:44,821 [     scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-renderer
2025-05-29 00:25:44,821 [     scc.git] DEBUG Calling 'git rev-parse --show-toplevel'
2025-05-29 00:25:44,823 [     scc.git] DEBUG Check current status
2025-05-29 00:25:44,823 [     scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2025-05-29 00:25:44,826 [     scc.git] DEBUG 36f6079 Merge pull request #30 from sbesson/codeql
2025-05-29 00:25:44,826 [     scc.git] DEBUG Calling 'git submodule status'
2025-05-29 00:25:44,866 [  scc.config] DEBUG Found remote.origin.url
2025-05-29 00:25:45,032 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:45,306 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-renderer HTTP/1.1" 200 None
2025-05-29 00:25:45,557 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:45,814 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None
2025-05-29 00:25:46,065 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:46,258 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None
2025-05-29 00:25:46,510 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:46,715 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None
2025-05-29 00:25:46,966 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:47,166 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None
2025-05-29 00:25:47,167 [     scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-05-29 00:25:47,207 [     scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-05-29 00:25:47,208 [     scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-romio
2025-05-29 00:25:47,208 [     scc.git] DEBUG Calling 'git rev-parse --show-toplevel'
2025-05-29 00:25:47,210 [     scc.git] DEBUG Check current status
2025-05-29 00:25:47,210 [     scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2025-05-29 00:25:47,212 [     scc.git] DEBUG 05289b8 Merge pull request #47 from sbesson/codeql
2025-05-29 00:25:47,213 [     scc.git] DEBUG Calling 'git submodule status'
2025-05-29 00:25:47,252 [  scc.config] DEBUG Found remote.origin.url
2025-05-29 00:25:47,418 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:47,700 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-romio HTTP/1.1" 200 None
2025-05-29 00:25:47,951 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:48,189 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None
2025-05-29 00:25:48,440 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:48,607 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None
2025-05-29 00:25:48,858 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:49,056 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None
2025-05-29 00:25:49,307 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:49,522 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None
2025-05-29 00:25:49,523 [     scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-05-29 00:25:49,562 [     scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-05-29 00:25:49,563 [     scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-server
2025-05-29 00:25:49,563 [     scc.git] DEBUG Calling 'git rev-parse --show-toplevel'
2025-05-29 00:25:49,565 [     scc.git] DEBUG Check current status
2025-05-29 00:25:49,565 [     scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2025-05-29 00:25:49,567 [     scc.git] DEBUG 3e229ed7 Merge pull request #196 from sbesson/batik_1.19
2025-05-29 00:25:49,568 [     scc.git] DEBUG Calling 'git submodule status'
2025-05-29 00:25:49,610 [  scc.config] DEBUG Found remote.origin.url
2025-05-29 00:25:49,774 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:50,060 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server HTTP/1.1" 200 None
2025-05-29 00:25:50,311 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:50,557 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None
2025-05-29 00:25:50,809 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:50,993 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None
2025-05-29 00:25:51,244 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:51,442 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None
2025-05-29 00:25:51,693 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:51,896 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None
2025-05-29 00:25:51,897 [     scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-05-29 00:25:51,937 [     scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-05-29 00:25:51,937 [     scc.git] DEBUG Resetting...
2025-05-29 00:25:51,937 [     scc.git] DEBUG Calling 'git reset --hard HEAD'
2025-05-29 00:25:51,942 [     scc.git] DEBUG HEAD is now at 2080529 merge master -Dorg -Snone
2025-05-29 00:25:51,943 [     scc.git] DEBUG Calling 'git submodule update --recursive'
2025-05-29 00:25:51,995 [     scc.git] DEBUG Submodule path 'omero-blitz': checked out '6d34e0ecdd65026edbdb4c6cb330f944fe358193'
2025-05-29 00:25:52,011 [     scc.git] DEBUG Submodule path 'omero-common': checked out '754892bfdd9a9507da0ad74a37da7f073157bc8c'
2025-05-29 00:25:52,026 [     scc.git] DEBUG Submodule path 'omero-gateway-java': checked out 'd0d0e4790dd145186ca0506c31aa0b40aac18ae5'
2025-05-29 00:25:52,044 [     scc.git] DEBUG Submodule path 'omero-renderer': checked out '29e6f1a9a1d17548de405925d41e81313941ea4a'
2025-05-29 00:25:52,059 [     scc.git] DEBUG Submodule path 'omero-romio': checked out '18595c1558d066a9c37ce53165a3b7f5a268c459'
2025-05-29 00:25:52,077 [     scc.git] DEBUG Submodule path 'omero-server': checked out '23c2596ede328fc5020901f7d9e71fc91151a240'
2025-05-29 00:25:52,080 [     scc.git] DEBUG Check current status
2025-05-29 00:25:52,080 [     scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2025-05-29 00:25:52,082 [     scc.git] DEBUG 2080529 merge master -Dorg -Snone
2025-05-29 00:25:52,083 [     scc.git] DEBUG Calling 'git submodule status'
2025-05-29 00:25:52,126 [     scc.git] DEBUG  6d34e0ecdd65026edbdb4c6cb330f944fe358193 omero-blitz (v5.8.2-3-g6d34e0ec)
2025-05-29 00:25:52,130 [     scc.git] DEBUG  754892bfdd9a9507da0ad74a37da7f073157bc8c omero-common (v5.7.2-1-g754892b)
2025-05-29 00:25:52,133 [     scc.git] DEBUG  d0d0e4790dd145186ca0506c31aa0b40aac18ae5 omero-gateway-java (v5.10.2-1-gd0d0e47)
2025-05-29 00:25:52,137 [     scc.git] DEBUG  33295040fd7b52f4b384b1bc9c68aea99b4a85f1 omero-model (v5.7.2-12-g3329504)
2025-05-29 00:25:52,141 [     scc.git] DEBUG  29e6f1a9a1d17548de405925d41e81313941ea4a omero-renderer (v5.6.2-1-g29e6f1a)
2025-05-29 00:25:52,144 [     scc.git] DEBUG  18595c1558d066a9c37ce53165a3b7f5a268c459 omero-romio (v5.8.2-1-g18595c1)
2025-05-29 00:25:52,148 [     scc.git] DEBUG  23c2596ede328fc5020901f7d9e71fc91151a240 omero-server (v5.7.2-9-g23c2596e)
2025-05-29 00:25:52,149 [   scc.merge] INFO  Merging Pull Request(s) based on master
2025-05-29 00:25:52,149 [   scc.merge] INFO  Including Pull Request(s) opened by any public member of the organization
2025-05-29 00:25:52,149 [   scc.merge] INFO  Including Pull Request(s) labelled as include or dependencies
2025-05-29 00:25:52,149 [   scc.merge] INFO  Excluding Pull Request(s) staged as draft
2025-05-29 00:25:52,149 [   scc.merge] INFO  Excluding Pull Request(s) labelled as exclude or breaking
2025-05-29 00:25:52,149 [   scc.merge] INFO  Excluding Pull Request(s) without successful status
2025-05-29 00:25:52,149 [    scc.repo] DEBUG ## PRs found:
2025-05-29 00:25:52,150 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:52,394 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/pulls HTTP/1.1" 200 None
2025-05-29 00:25:52,646 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:52,888 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/issues/243 HTTP/1.1" 200 None
2025-05-29 00:25:52,889 [    scc.repo] DEBUG   # ... Include label: dependencies
2025-05-29 00:25:53,139 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:53,454 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/commits/a70265b75a6658801db3b572af7adb1e0e46ab9c HTTP/1.1" 200 None
2025-05-29 00:25:53,706 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:53,953 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/commits/a70265b75a6658801db3b572af7adb1e0e46ab9c/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None
2025-05-29 00:25:54,204 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:54,494 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/commits/a70265b75a6658801db3b572af7adb1e0e46ab9c HTTP/1.1" 200 None
2025-05-29 00:25:54,746 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:54,926 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/statuses/a70265b75a6658801db3b572af7adb1e0e46ab9c?per_page=1 HTTP/1.1" 200 2
2025-05-29 00:25:54,927 [    scc.repo] DEBUG   - PR 243 dependabot[bot] 'Bump omero-model from `c4c6357` to `3329504`'
2025-05-29 00:25:55,178 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:55,419 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/issues/242 HTTP/1.1" 200 None
2025-05-29 00:25:55,420 [    scc.repo] DEBUG   # ... Include label: dependencies
2025-05-29 00:25:55,671 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:55,990 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/commits/c107491844725eed0ae249752aa9caab0a419e2a HTTP/1.1" 200 None
2025-05-29 00:25:56,242 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:56,461 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/commits/c107491844725eed0ae249752aa9caab0a419e2a/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None
2025-05-29 00:25:56,713 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:56,910 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/commits/c107491844725eed0ae249752aa9caab0a419e2a HTTP/1.1" 200 None
2025-05-29 00:25:57,162 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:57,354 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/statuses/c107491844725eed0ae249752aa9caab0a419e2a?per_page=1 HTTP/1.1" 200 2
2025-05-29 00:25:57,355 [    scc.repo] DEBUG   - PR 242 dependabot[bot] 'Bump omero-server from `f3ce0f6` to `23c2596`'
2025-05-29 00:25:57,606 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:57,841 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/issues/241 HTTP/1.1" 200 None
2025-05-29 00:25:57,842 [    scc.repo] DEBUG   # ... Include label: dependencies
2025-05-29 00:25:58,092 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:58,395 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/commits/7313e3e2eb7a4f8862c0e23bedaf1af1c46d98c5 HTTP/1.1" 200 None
2025-05-29 00:25:58,647 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:58,846 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/commits/7313e3e2eb7a4f8862c0e23bedaf1af1c46d98c5/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None
2025-05-29 00:25:59,097 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:59,313 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/commits/7313e3e2eb7a4f8862c0e23bedaf1af1c46d98c5 HTTP/1.1" 200 None
2025-05-29 00:25:59,564 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:25:59,735 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/statuses/7313e3e2eb7a4f8862c0e23bedaf1af1c46d98c5?per_page=1 HTTP/1.1" 200 2
2025-05-29 00:25:59,735 [    scc.repo] DEBUG   - PR 241 dependabot[bot] 'Bump omero-blitz from `3b924c1` to `6d34e0e`'
2025-05-29 00:25:59,735 [    scc.repo] DEBUG ## Branches found:
2025-05-29 00:25:59,736 [     scc.git] DEBUG Get sha1 of %s
2025-05-29 00:25:59,736 [     scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-29 00:25:59,738 [     scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master'
2025-05-29 00:25:59,741 [     scc.git] DEBUG ## Merging base to ensure closed PRs are included.
2025-05-29 00:25:59,741 [     scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master'
2025-05-29 00:25:59,743 [     scc.git] DEBUG Calling 'git merge --ff-only origin/master'
2025-05-29 00:25:59,746 [     scc.git] DEBUG Already up to date.

2025-05-29 00:25:59,746 [     scc.git] DEBUG Calling 'git fetch origin pull/241/head'
2025-05-29 00:26:00,067 [     scc.git] DEBUG From https://github.com/ome/omero-build
2025-05-29 00:26:00,067 [     scc.git] DEBUG  * branch            refs/pull/241/head -> FETCH_HEAD
2025-05-29 00:26:00,073 [     scc.git] DEBUG Calling 'git fetch origin pull/242/head'
2025-05-29 00:26:00,375 [     scc.git] DEBUG From https://github.com/ome/omero-build
2025-05-29 00:26:00,375 [     scc.git] DEBUG  * branch            refs/pull/242/head -> FETCH_HEAD
2025-05-29 00:26:00,381 [     scc.git] DEBUG Calling 'git fetch origin pull/243/head'
2025-05-29 00:26:00,653 [     scc.git] DEBUG From https://github.com/ome/omero-build
2025-05-29 00:26:00,653 [     scc.git] DEBUG  * branch            refs/pull/243/head -> FETCH_HEAD
2025-05-29 00:26:00,659 [     scc.git] DEBUG ## Unique users: []
2025-05-29 00:26:00,659 [     scc.git] DEBUG Get sha1 of %s
2025-05-29 00:26:00,659 [     scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-29 00:26:00,661 [     scc.git] DEBUG Calling 'git diff --name-only HEAD...7313e3e2eb7a4f8862c0e23bedaf1af1c46d98c5'
2025-05-29 00:26:00,664 [     scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-29 00:26:00,666 [     scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 241 (Bump omero-blitz from `3b924c1` to `6d34e0e`) 7313e3e2eb7a4f8862c0e23bedaf1af1c46d98c5'
2025-05-29 00:26:00,668 [     scc.git] DEBUG Already up to date.
2025-05-29 00:26:00,669 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:00,825 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-29 00:26:00,825 [     scc.git] DEBUG Calling 'git diff --name-only HEAD...c107491844725eed0ae249752aa9caab0a419e2a'
2025-05-29 00:26:00,828 [     scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-29 00:26:00,830 [     scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 242 (Bump omero-server from `f3ce0f6` to `23c2596`) c107491844725eed0ae249752aa9caab0a419e2a'
2025-05-29 00:26:00,833 [     scc.git] DEBUG Already up to date.
2025-05-29 00:26:01,076 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:01,236 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-29 00:26:01,236 [     scc.git] DEBUG Calling 'git diff --name-only HEAD...a70265b75a6658801db3b572af7adb1e0e46ab9c'
2025-05-29 00:26:01,239 [     scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-29 00:26:01,241 [     scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 243 (Bump omero-model from `c4c6357` to `3329504`) a70265b75a6658801db3b572af7adb1e0e46ab9c'
2025-05-29 00:26:01,244 [     scc.git] DEBUG Already up to date.
2025-05-29 00:26:01,487 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:01,641 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-29 00:26:01,642 [     scc.git] DEBUG Calling 'git submodule update'
2025-05-29 00:26:01,684 [     scc.git] DEBUG Get sha1 of %s
2025-05-29 00:26:01,684 [     scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-29 00:26:01,686 [    scc.repo] DEBUG ## PRs found:
2025-05-29 00:26:01,893 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:02,185 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/pulls HTTP/1.1" 200 None
2025-05-29 00:26:02,437 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:02,659 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/issues/132 HTTP/1.1" 200 None
2025-05-29 00:26:02,910 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:03,139 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/issues/132/comments HTTP/1.1" 200 None
2025-05-29 00:26:03,390 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:03,726 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/commits/6d887b53b85d244eed855703effd0e470c83bab9 HTTP/1.1" 200 None
2025-05-29 00:26:03,978 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:04,190 [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-05-29 00:26:04,442 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:04,757 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/commits/6d887b53b85d244eed855703effd0e470c83bab9 HTTP/1.1" 200 None
2025-05-29 00:26:05,008 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:05,221 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/statuses/6d887b53b85d244eed855703effd0e470c83bab9?per_page=1 HTTP/1.1" 200 2
2025-05-29 00:26:05,221 [    scc.repo] DEBUG   - PR 132 jburel 'Fix javadoc warning'
2025-05-29 00:26:05,472 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:05,707 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/issues/119 HTTP/1.1" 200 None
2025-05-29 00:26:05,959 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:06,173 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/issues/119/comments HTTP/1.1" 200 None
2025-05-29 00:26:06,425 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:06,700 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/commits/4ef8809efaee231eb83e45e64a852a9808bc4723 HTTP/1.1" 200 None
2025-05-29 00:26:06,951 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:07,163 [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-05-29 00:26:07,415 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:07,640 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/commits/4ef8809efaee231eb83e45e64a852a9808bc4723 HTTP/1.1" 200 None
2025-05-29 00:26:07,892 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:08,077 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/statuses/4ef8809efaee231eb83e45e64a852a9808bc4723?per_page=1 HTTP/1.1" 200 2
2025-05-29 00:26:08,077 [    scc.repo] DEBUG   - PR 119 dominikl 'Take Ice and omero sysenv variables into account'
2025-05-29 00:26:08,078 [    scc.repo] DEBUG ## Branches found:
2025-05-29 00:26:08,078 [     scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-blitz
2025-05-29 00:26:08,078 [     scc.git] DEBUG Get sha1 of %s
2025-05-29 00:26:08,078 [     scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-29 00:26:08,080 [     scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master'
2025-05-29 00:26:08,083 [     scc.git] DEBUG ## Merging base to ensure closed PRs are included.
2025-05-29 00:26:08,083 [     scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master'
2025-05-29 00:26:08,086 [     scc.git] DEBUG Calling 'git merge --ff-only origin/master'
2025-05-29 00:26:08,098 [     scc.git] DEBUG Updating 6d34e0ec..b56a31df

2025-05-29 00:26:08,329 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:08,769 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/pulls/161 HTTP/1.1" 200 None
2025-05-29 00:26:09,021 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:09,451 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/pulls/160 HTTP/1.1" 200 None
2025-05-29 00:26:09,452 [     scc.git] DEBUG Calling 'git fetch origin pull/119/head'
2025-05-29 00:26:09,754 [     scc.git] DEBUG From https://github.com/ome/omero-blitz
2025-05-29 00:26:09,754 [     scc.git] DEBUG  * branch              refs/pull/119/head -> FETCH_HEAD
2025-05-29 00:26:09,758 [     scc.git] DEBUG Calling 'git fetch origin pull/132/head'
2025-05-29 00:26:10,030 [     scc.git] DEBUG From https://github.com/ome/omero-blitz
2025-05-29 00:26:10,030 [     scc.git] DEBUG  * branch              refs/pull/132/head -> FETCH_HEAD
2025-05-29 00:26:10,034 [     scc.git] DEBUG ## Unique users: []
2025-05-29 00:26:10,034 [     scc.git] DEBUG Get sha1 of %s
2025-05-29 00:26:10,034 [     scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-29 00:26:10,036 [     scc.git] DEBUG Calling 'git diff --name-only HEAD...4ef8809efaee231eb83e45e64a852a9808bc4723'
2025-05-29 00:26:10,041 [     scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-29 00:26:10,043 [     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-05-29 00:26:10,059 [     scc.git] DEBUG Auto-merging src/main/java/omero/client.java
2025-05-29 00:26:10,061 [     scc.git] DEBUG Merge made by the 'ort' strategy.
2025-05-29 00:26:10,064 [     scc.git] DEBUG  src/main/java/omero/client.java | 6 ++++++
2025-05-29 00:26:10,064 [     scc.git] DEBUG  1 file changed, 6 insertions(+)
2025-05-29 00:26:10,065 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:10,224 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-29 00:26:10,225 [     scc.git] DEBUG Calling 'git diff --name-only HEAD...6d887b53b85d244eed855703effd0e470c83bab9'
2025-05-29 00:26:10,230 [     scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-29 00:26:10,232 [     scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 132 (Fix javadoc warning) 6d887b53b85d244eed855703effd0e470c83bab9'
2025-05-29 00:26:10,247 [     scc.git] DEBUG Merge made by the 'ort' strategy.
2025-05-29 00:26:10,250 [     scc.git] DEBUG  src/main/slice/omero/api/ThumbnailStore.ice | 2 +-
2025-05-29 00:26:10,250 [     scc.git] DEBUG  1 file changed, 1 insertion(+), 1 deletion(-)
2025-05-29 00:26:10,476 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:10,636 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-29 00:26:10,636 [     scc.git] DEBUG Calling 'git submodule update'
2025-05-29 00:26:10,676 [     scc.git] DEBUG Get sha1 of %s
2025-05-29 00:26:10,676 [     scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-29 00:26:10,679 [     scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-05-29 00:26:10,716 [     scc.git] DEBUG Calling 'git status --porcelain'
2025-05-29 00:26:10,723 [     scc.git] DEBUG <scc.git.GitRepository object at 0x7f87879b1fd0> has no local changes
2025-05-29 00:26:10,723 [     scc.git] DEBUG Calling 'git commit --allow-empty -a -n -m merge master -Dorg -Ssuccess-only

Repository: ome/omero-blitz
Updating 6d34e0ec..b56a31df
Previously merged:
  - PR 161 sbesson 'Only depend on batik-parser and upgrade to 1.19'
  - PR 160 sbesson 'Add CodeQL workflow'

Merged PRs:
  - PR 119 dominikl 'Take Ice and omero sysenv variables into account'
  - PR 132 jburel 'Fix javadoc warning'

Generated by OMERO-build-push#445 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build-push/445/)'
2025-05-29 00:26:10,732 [     scc.git] DEBUG [detached HEAD d0e5c8a9] merge master -Dorg -Ssuccess-only
2025-05-29 00:26:10,732 [     scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-05-29 00:26:10,732 [    scc.repo] DEBUG ## PRs found:
2025-05-29 00:26:10,887 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:11,230 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-common/pulls HTTP/1.1" 200 None
2025-05-29 00:26:11,481 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:11,707 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-common/issues/45 HTTP/1.1" 200 None
2025-05-29 00:26:11,959 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:12,215 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-common/issues/45/comments HTTP/1.1" 200 None
2025-05-29 00:26:12,466 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:12,694 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-common/issues/42 HTTP/1.1" 200 None
2025-05-29 00:26:12,945 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:13,188 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-common/issues/42/comments HTTP/1.1" 200 None
2025-05-29 00:26:13,440 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:13,720 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-common/commits/92e4d3ee9bd655e531156415863a1defa7d0ab39 HTTP/1.1" 200 None
2025-05-29 00:26:13,972 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:14,206 [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-05-29 00:26:14,458 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:14,721 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-common/commits/92e4d3ee9bd655e531156415863a1defa7d0ab39 HTTP/1.1" 200 None
2025-05-29 00:26:14,972 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:15,155 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-common/statuses/92e4d3ee9bd655e531156415863a1defa7d0ab39?per_page=1 HTTP/1.1" 200 2
2025-05-29 00:26:15,155 [    scc.repo] DEBUG   - PR 42 jburel 'include all'
2025-05-29 00:26:15,155 [    scc.repo] DEBUG ## Branches found:
2025-05-29 00:26:15,156 [     scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-common
2025-05-29 00:26:15,156 [     scc.git] DEBUG Get sha1 of %s
2025-05-29 00:26:15,156 [     scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-29 00:26:15,158 [     scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master'
2025-05-29 00:26:15,161 [     scc.git] DEBUG ## Merging base to ensure closed PRs are included.
2025-05-29 00:26:15,161 [     scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master'
2025-05-29 00:26:15,164 [     scc.git] DEBUG Calling 'git merge --ff-only origin/master'
2025-05-29 00:26:15,173 [     scc.git] DEBUG Updating 754892b..34197b8

2025-05-29 00:26:15,406 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:15,864 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-common/pulls/50 HTTP/1.1" 200 None
2025-05-29 00:26:15,866 [     scc.git] DEBUG Calling 'git fetch origin pull/42/head'
2025-05-29 00:26:16,180 [     scc.git] DEBUG From https://github.com/ome/omero-common
2025-05-29 00:26:16,180 [     scc.git] DEBUG  * branch            refs/pull/42/head -> FETCH_HEAD
2025-05-29 00:26:16,184 [     scc.git] DEBUG ## Unique users: []
2025-05-29 00:26:16,184 [     scc.git] DEBUG Get sha1 of %s
2025-05-29 00:26:16,184 [     scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-29 00:26:16,186 [     scc.git] DEBUG Calling 'git diff --name-only HEAD...92e4d3ee9bd655e531156415863a1defa7d0ab39'
2025-05-29 00:26:16,190 [     scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-29 00:26:16,192 [     scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 42 (include all) 92e4d3ee9bd655e531156415863a1defa7d0ab39'
2025-05-29 00:26:16,203 [     scc.git] DEBUG Merge made by the 'ort' strategy.
2025-05-29 00:26:16,206 [     scc.git] DEBUG  publish.gradle | 17 +----------------
2025-05-29 00:26:16,206 [     scc.git] DEBUG  1 file changed, 1 insertion(+), 16 deletions(-)
2025-05-29 00:26:16,207 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:16,377 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-29 00:26:16,377 [     scc.git] DEBUG Calling 'git submodule update'
2025-05-29 00:26:16,416 [     scc.git] DEBUG Get sha1 of %s
2025-05-29 00:26:16,416 [     scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-29 00:26:16,418 [     scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-05-29 00:26:16,455 [     scc.git] DEBUG Calling 'git status --porcelain'
2025-05-29 00:26:16,460 [     scc.git] DEBUG <scc.git.GitRepository object at 0x7f878772a550> has no local changes
2025-05-29 00:26:16,460 [     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)
Updating 754892b..34197b8
Previously merged:
  - PR 50 sbesson 'Add CodeQL workflow'

Merged PRs:
  - PR 42 jburel 'include all'

Generated by OMERO-build-push#445 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build-push/445/)'
2025-05-29 00:26:16,467 [     scc.git] DEBUG [detached HEAD cb243aa] merge master -Dorg -Ssuccess-only
2025-05-29 00:26:16,467 [     scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-05-29 00:26:16,467 [    scc.repo] DEBUG ## PRs found:
2025-05-29 00:26:16,628 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:16,931 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java/pulls HTTP/1.1" 200 None
2025-05-29 00:26:17,183 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:17,504 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java/issues/101 HTTP/1.1" 200 None
2025-05-29 00:26:17,756 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:17,992 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java/issues/93 HTTP/1.1" 200 None
2025-05-29 00:26:18,244 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:18,583 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java/commits/3f1e5fd7a279d0793ceccb8c1f3a0d6bac666126 HTTP/1.1" 200 None
2025-05-29 00:26:18,835 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:19,089 [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-05-29 00:26:19,341 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:19,556 [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-05-29 00:26:19,807 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:20,032 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java/commits/3f1e5fd7a279d0793ceccb8c1f3a0d6bac666126 HTTP/1.1" 200 None
2025-05-29 00:26:20,284 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:20,462 [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-05-29 00:26:20,463 [    scc.repo] DEBUG   - PR 93 dominikl 'Renderfacility'
2025-05-29 00:26:20,714 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:20,941 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java/issues/30 HTTP/1.1" 200 None
2025-05-29 00:26:21,192 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:21,473 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java/issues/30/comments HTTP/1.1" 200 None
2025-05-29 00:26:21,474 [    scc.repo] DEBUG ## Branches found:
2025-05-29 00:26:21,474 [     scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-gateway-java
2025-05-29 00:26:21,475 [     scc.git] DEBUG Get sha1 of %s
2025-05-29 00:26:21,475 [     scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-29 00:26:21,477 [     scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master'
2025-05-29 00:26:21,480 [     scc.git] DEBUG ## Merging base to ensure closed PRs are included.
2025-05-29 00:26:21,480 [     scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master'
2025-05-29 00:26:21,482 [     scc.git] DEBUG Calling 'git merge --ff-only origin/master'
2025-05-29 00:26:21,492 [     scc.git] DEBUG Updating d0d0e47..20415d6

2025-05-29 00:26:21,725 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:22,215 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java/pulls/102 HTTP/1.1" 200 None
2025-05-29 00:26:22,216 [     scc.git] DEBUG Calling 'git fetch origin pull/93/head'
2025-05-29 00:26:22,542 [     scc.git] DEBUG From https://github.com/ome/omero-gateway-java
2025-05-29 00:26:22,542 [     scc.git] DEBUG  * branch            refs/pull/93/head -> FETCH_HEAD
2025-05-29 00:26:22,546 [     scc.git] DEBUG ## Unique users: []
2025-05-29 00:26:22,546 [     scc.git] DEBUG Get sha1 of %s
2025-05-29 00:26:22,546 [     scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-29 00:26:22,548 [     scc.git] DEBUG Calling 'git diff --name-only HEAD...3f1e5fd7a279d0793ceccb8c1f3a0d6bac666126'
2025-05-29 00:26:22,552 [     scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-29 00:26:22,554 [     scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 93 (Renderfacility) 3f1e5fd7a279d0793ceccb8c1f3a0d6bac666126'
2025-05-29 00:26:22,565 [     scc.git] DEBUG Merge made by the 'ort' strategy.
2025-05-29 00:26:22,569 [     scc.git] DEBUG  src/main/java/omero/gateway/Gateway.java           |   9 +-
2025-05-29 00:26:22,569 [     scc.git] DEBUG  src/main/java/omero/gateway/facility/Facility.java |   8 +-
2025-05-29 00:26:22,569 [     scc.git] DEBUG  .../omero/gateway/facility/RenderFacility.java     | 236 +++++++++++++++++++++
2025-05-29 00:26:22,570 [     scc.git] DEBUG  3 files changed, 249 insertions(+), 4 deletions(-)
2025-05-29 00:26:22,570 [     scc.git] DEBUG  create mode 100644 src/main/java/omero/gateway/facility/RenderFacility.java
2025-05-29 00:26:22,571 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:22,732 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-29 00:26:22,733 [     scc.git] DEBUG Calling 'git submodule update'
2025-05-29 00:26:22,772 [     scc.git] DEBUG Get sha1 of %s
2025-05-29 00:26:22,772 [     scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-29 00:26:22,774 [     scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-05-29 00:26:22,812 [     scc.git] DEBUG Calling 'git status --porcelain'
2025-05-29 00:26:22,816 [     scc.git] DEBUG <scc.git.GitRepository object at 0x7f87877212d0> has no local changes
2025-05-29 00:26:22,816 [     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)
Updating d0d0e47..20415d6
Previously merged:
  - PR 102 sbesson 'Add CodeQL workflow'

Merged PRs:
  - PR 93 dominikl 'Renderfacility'

Generated by OMERO-build-push#445 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build-push/445/)'
2025-05-29 00:26:22,824 [     scc.git] DEBUG [detached HEAD 246df44] merge master -Dorg -Ssuccess-only
2025-05-29 00:26:22,824 [     scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-05-29 00:26:22,824 [    scc.repo] DEBUG ## PRs found:
2025-05-29 00:26:22,984 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:23,410 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-model/pulls HTTP/1.1" 200 None
2025-05-29 00:26:23,662 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:23,904 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-model/issues/118 HTTP/1.1" 200 None
2025-05-29 00:26:24,156 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:24,422 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-model/commits/82b98278bbe46446eef75878771356bc76d75064 HTTP/1.1" 200 None
2025-05-29 00:26:24,673 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:24,909 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-model/commits/82b98278bbe46446eef75878771356bc76d75064/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None
2025-05-29 00:26:25,161 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:25,408 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-model/commits/82b98278bbe46446eef75878771356bc76d75064/check-suites?app_id=15368 HTTP/1.1" 200 None
2025-05-29 00:26:25,660 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:25,921 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-model/commits/82b98278bbe46446eef75878771356bc76d75064 HTTP/1.1" 200 None
2025-05-29 00:26:26,173 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:26,365 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-model/statuses/82b98278bbe46446eef75878771356bc76d75064?per_page=1 HTTP/1.1" 200 2
2025-05-29 00:26:26,366 [    scc.repo] DEBUG   - PR 118 sbesson 'Bump Bio-Formats to the latest 8.2.0 release'
2025-05-29 00:26:26,617 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:26,831 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-model/issues/117 HTTP/1.1" 200 None
2025-05-29 00:26:27,083 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:27,374 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-model/commits/c1ba187df3685ed1c421aa35e33c3125208bcc10 HTTP/1.1" 200 None
2025-05-29 00:26:27,626 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:27,944 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-model/commits/c1ba187df3685ed1c421aa35e33c3125208bcc10/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None
2025-05-29 00:26:28,196 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:28,481 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-model/commits/c1ba187df3685ed1c421aa35e33c3125208bcc10/check-suites?app_id=15368 HTTP/1.1" 200 None
2025-05-29 00:26:28,733 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:28,994 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-model/commits/c1ba187df3685ed1c421aa35e33c3125208bcc10 HTTP/1.1" 200 None
2025-05-29 00:26:29,246 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:29,422 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-model/statuses/c1ba187df3685ed1c421aa35e33c3125208bcc10?per_page=1 HTTP/1.1" 200 2
2025-05-29 00:26:29,423 [    scc.repo] DEBUG   - PR 117 sbesson 'Remove bufr and udunits dependencies from omero-model'
2025-05-29 00:26:29,674 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:29,920 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-model/issues/113 HTTP/1.1" 200 None
2025-05-29 00:26:30,171 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:30,427 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-model/commits/e7fe5ecee920360ccd7c282ef3d2f872223cb42e HTTP/1.1" 200 None
2025-05-29 00:26:30,678 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:30,952 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-model/commits/e7fe5ecee920360ccd7c282ef3d2f872223cb42e/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None
2025-05-29 00:26:31,204 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:31,564 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-model/commits/e7fe5ecee920360ccd7c282ef3d2f872223cb42e/check-suites?app_id=15368 HTTP/1.1" 200 None
2025-05-29 00:26:31,816 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:32,072 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-model/commits/e7fe5ecee920360ccd7c282ef3d2f872223cb42e HTTP/1.1" 200 None
2025-05-29 00:26:32,323 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:32,506 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-model/statuses/e7fe5ecee920360ccd7c282ef3d2f872223cb42e?per_page=1 HTTP/1.1" 200 2
2025-05-29 00:26:32,507 [    scc.repo] DEBUG   - PR 113 jburel 'Review repo'
2025-05-29 00:26:32,507 [    scc.repo] DEBUG ## Branches found:
2025-05-29 00:26:32,507 [     scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-model
2025-05-29 00:26:32,507 [     scc.git] DEBUG Get sha1 of %s
2025-05-29 00:26:32,507 [     scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-29 00:26:32,510 [     scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master'
2025-05-29 00:26:32,512 [     scc.git] DEBUG ## Merging base to ensure closed PRs are included.
2025-05-29 00:26:32,512 [     scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master'
2025-05-29 00:26:32,515 [     scc.git] DEBUG Calling 'git merge --ff-only origin/master'
2025-05-29 00:26:32,518 [     scc.git] DEBUG Already up to date.

2025-05-29 00:26:32,519 [     scc.git] DEBUG Calling 'git fetch origin pull/113/head'
2025-05-29 00:26:32,812 [     scc.git] DEBUG From https://github.com/ome/omero-model
2025-05-29 00:26:32,812 [     scc.git] DEBUG  * branch            refs/pull/113/head -> FETCH_HEAD
2025-05-29 00:26:32,817 [     scc.git] DEBUG Calling 'git fetch origin pull/117/head'
2025-05-29 00:26:33,106 [     scc.git] DEBUG From https://github.com/ome/omero-model
2025-05-29 00:26:33,107 [     scc.git] DEBUG  * branch            refs/pull/117/head -> FETCH_HEAD
2025-05-29 00:26:33,111 [     scc.git] DEBUG Calling 'git fetch origin pull/118/head'
2025-05-29 00:26:33,568 [     scc.git] DEBUG From https://github.com/ome/omero-model
2025-05-29 00:26:33,568 [     scc.git] DEBUG  * branch            refs/pull/118/head -> FETCH_HEAD
2025-05-29 00:26:33,571 [     scc.git] DEBUG ## Unique users: []
2025-05-29 00:26:33,571 [     scc.git] DEBUG Get sha1 of %s
2025-05-29 00:26:33,571 [     scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-29 00:26:33,574 [     scc.git] DEBUG Calling 'git diff --name-only HEAD...e7fe5ecee920360ccd7c282ef3d2f872223cb42e'
2025-05-29 00:26:33,577 [     scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-29 00:26:33,579 [     scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 113 (Review repo) e7fe5ecee920360ccd7c282ef3d2f872223cb42e'
2025-05-29 00:26:33,588 [     scc.git] DEBUG Auto-merging build.gradle
2025-05-29 00:26:33,589 [     scc.git] DEBUG Merge made by the 'ort' strategy.
2025-05-29 00:26:33,592 [     scc.git] DEBUG  build.gradle    | 14 ++++++++++++++
2025-05-29 00:26:33,592 [     scc.git] DEBUG  settings.gradle |  2 +-
2025-05-29 00:26:33,592 [     scc.git] DEBUG  2 files changed, 15 insertions(+), 1 deletion(-)
2025-05-29 00:26:33,593 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:33,777 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-29 00:26:33,778 [     scc.git] DEBUG Calling 'git diff --name-only HEAD...c1ba187df3685ed1c421aa35e33c3125208bcc10'
2025-05-29 00:26:33,781 [     scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-29 00:26:33,783 [     scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 117 (Remove bufr and udunits dependencies from omero-model) c1ba187df3685ed1c421aa35e33c3125208bcc10'
2025-05-29 00:26:33,792 [     scc.git] DEBUG Auto-merging build.gradle
2025-05-29 00:26:33,793 [     scc.git] DEBUG Merge made by the 'ort' strategy.
2025-05-29 00:26:33,796 [     scc.git] DEBUG  build.gradle | 5 -----
2025-05-29 00:26:33,796 [     scc.git] DEBUG  1 file changed, 5 deletions(-)
2025-05-29 00:26:34,029 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:34,210 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-29 00:26:34,211 [     scc.git] DEBUG Calling 'git diff --name-only HEAD...82b98278bbe46446eef75878771356bc76d75064'
2025-05-29 00:26:34,214 [     scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-29 00:26:34,216 [     scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 118 (Bump Bio-Formats to the latest 8.2.0 release) 82b98278bbe46446eef75878771356bc76d75064'
2025-05-29 00:26:34,225 [     scc.git] DEBUG Auto-merging build.gradle
2025-05-29 00:26:34,226 [     scc.git] DEBUG Merge made by the 'ort' strategy.
2025-05-29 00:26:34,229 [     scc.git] DEBUG  build.gradle | 2 +-
2025-05-29 00:26:34,229 [     scc.git] DEBUG  1 file changed, 1 insertion(+), 1 deletion(-)
2025-05-29 00:26:34,461 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:34,623 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-29 00:26:34,623 [     scc.git] DEBUG Calling 'git submodule update'
2025-05-29 00:26:34,663 [     scc.git] DEBUG Get sha1 of %s
2025-05-29 00:26:34,663 [     scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-29 00:26:34,665 [     scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-05-29 00:26:34,703 [     scc.git] DEBUG Calling 'git status --porcelain'
2025-05-29 00:26:34,707 [     scc.git] DEBUG <scc.git.GitRepository object at 0x7f87878cc450> has no local changes
2025-05-29 00:26:34,707 [     scc.git] DEBUG Calling 'git commit --allow-empty -a -n -m merge master -Dorg -Ssuccess-only

Repository: ome/omero-model
Already up to date.

Merged PRs:
  - PR 113 jburel 'Review repo'
  - PR 117 sbesson 'Remove bufr and udunits dependencies from omero-model'
  - PR 118 sbesson 'Bump Bio-Formats to the latest 8.2.0 release'

Generated by OMERO-build-push#445 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build-push/445/)'
2025-05-29 00:26:34,714 [     scc.git] DEBUG [detached HEAD 113af8d] merge master -Dorg -Ssuccess-only
2025-05-29 00:26:34,714 [     scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-05-29 00:26:34,714 [    scc.repo] DEBUG ## PRs found:
2025-05-29 00:26:34,874 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:35,172 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-renderer/pulls HTTP/1.1" 200 None
2025-05-29 00:26:35,423 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:35,662 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-renderer/issues/10 HTTP/1.1" 200 None
2025-05-29 00:26:35,913 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:36,162 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-renderer/issues/10/comments HTTP/1.1" 200 None
2025-05-29 00:26:36,162 [    scc.repo] DEBUG   # ... Exclude label: exclude
2025-05-29 00:26:36,163 [    scc.repo] DEBUG ## Branches found:
2025-05-29 00:26:36,163 [     scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-renderer
2025-05-29 00:26:36,163 [     scc.git] DEBUG Get sha1 of %s
2025-05-29 00:26:36,163 [     scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-29 00:26:36,165 [     scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master'
2025-05-29 00:26:36,168 [     scc.git] DEBUG ## Merging base to ensure closed PRs are included.
2025-05-29 00:26:36,168 [     scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master'
2025-05-29 00:26:36,171 [     scc.git] DEBUG Calling 'git merge --ff-only origin/master'
2025-05-29 00:26:36,179 [     scc.git] DEBUG Updating 29e6f1a..36f6079

2025-05-29 00:26:36,413 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:36,845 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-renderer/pulls/30 HTTP/1.1" 200 None
2025-05-29 00:26:36,846 [     scc.git] DEBUG ## Unique users: []
2025-05-29 00:26:36,846 [     scc.git] DEBUG Get sha1 of %s
2025-05-29 00:26:36,846 [     scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-29 00:26:36,848 [     scc.git] DEBUG Calling 'git submodule update'
2025-05-29 00:26:36,888 [     scc.git] DEBUG Get sha1 of %s
2025-05-29 00:26:36,888 [     scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-29 00:26:36,890 [     scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-05-29 00:26:36,928 [     scc.git] DEBUG Calling 'git status --porcelain'
2025-05-29 00:26:36,932 [     scc.git] DEBUG <scc.git.GitRepository object at 0x7f8788741810> has no local changes
2025-05-29 00:26:36,933 [     scc.git] DEBUG Calling 'git commit --allow-empty -a -n -m merge master -Dorg -Ssuccess-only

Repository: ome/omero-renderer
Excluded PRs:
  - PR 10 joshmoore 'Allow passing ExecutorService to region task' (label: exclude)
Updating 29e6f1a..36f6079
Previously merged:
  - PR 30 sbesson 'Add CodeQL workflow'


Generated by OMERO-build-push#445 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build-push/445/)'
2025-05-29 00:26:36,940 [     scc.git] DEBUG [detached HEAD 596c7aa] merge master -Dorg -Ssuccess-only
2025-05-29 00:26:36,940 [     scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-05-29 00:26:36,940 [    scc.repo] DEBUG ## PRs found:
2025-05-29 00:26:37,097 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:37,361 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-romio/pulls HTTP/1.1" 200 None
2025-05-29 00:26:37,615 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:37,838 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-romio/issues/14 HTTP/1.1" 200 None
2025-05-29 00:26:38,090 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:38,344 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-romio/issues/14/comments HTTP/1.1" 200 None
2025-05-29 00:26:38,345 [    scc.repo] DEBUG ## Branches found:
2025-05-29 00:26:38,346 [     scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-romio
2025-05-29 00:26:38,346 [     scc.git] DEBUG Get sha1 of %s
2025-05-29 00:26:38,346 [     scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-29 00:26:38,348 [     scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master'
2025-05-29 00:26:38,351 [     scc.git] DEBUG ## Merging base to ensure closed PRs are included.
2025-05-29 00:26:38,351 [     scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master'
2025-05-29 00:26:38,354 [     scc.git] DEBUG Calling 'git merge --ff-only origin/master'
2025-05-29 00:26:38,363 [     scc.git] DEBUG Updating 18595c1..05289b8

2025-05-29 00:26:38,596 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:38,998 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-romio/pulls/47 HTTP/1.1" 200 None
2025-05-29 00:26:38,999 [     scc.git] DEBUG ## Unique users: []
2025-05-29 00:26:38,999 [     scc.git] DEBUG Get sha1 of %s
2025-05-29 00:26:38,999 [     scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-29 00:26:39,001 [     scc.git] DEBUG Calling 'git submodule update'
2025-05-29 00:26:39,041 [     scc.git] DEBUG Get sha1 of %s
2025-05-29 00:26:39,041 [     scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-29 00:26:39,043 [     scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-05-29 00:26:39,082 [     scc.git] DEBUG Calling 'git status --porcelain'
2025-05-29 00:26:39,086 [     scc.git] DEBUG <scc.git.GitRepository object at 0x7f8787799190> has no local changes
2025-05-29 00:26:39,086 [     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)
Updating 18595c1..05289b8
Previously merged:
  - PR 47 sbesson 'Add CodeQL workflow'


Generated by OMERO-build-push#445 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build-push/445/)'
2025-05-29 00:26:39,092 [     scc.git] DEBUG [detached HEAD df794f5] merge master -Dorg -Ssuccess-only
2025-05-29 00:26:39,092 [     scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-05-29 00:26:39,093 [    scc.repo] DEBUG ## PRs found:
2025-05-29 00:26:39,249 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:39,623 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/pulls HTTP/1.1" 200 None
2025-05-29 00:26:39,875 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:40,095 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/issues/197 HTTP/1.1" 200 None
2025-05-29 00:26:40,347 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:40,595 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/2f36525982c6c5bfcbdced3a4c85febe34fefd18 HTTP/1.1" 200 None
2025-05-29 00:26:40,847 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:41,073 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/2f36525982c6c5bfcbdced3a4c85febe34fefd18/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None
2025-05-29 00:26:41,325 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:41,562 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/2f36525982c6c5bfcbdced3a4c85febe34fefd18/check-suites?app_id=15368 HTTP/1.1" 200 None
2025-05-29 00:26:41,814 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:42,066 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/2f36525982c6c5bfcbdced3a4c85febe34fefd18 HTTP/1.1" 200 None
2025-05-29 00:26:42,317 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:42,495 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/statuses/2f36525982c6c5bfcbdced3a4c85febe34fefd18?per_page=1 HTTP/1.1" 200 2
2025-05-29 00:26:42,495 [    scc.repo] DEBUG   - PR 197 sbesson 'Upgrade calcitecore to version 1.35'
2025-05-29 00:26:42,746 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:42,972 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/issues/195 HTTP/1.1" 200 None
2025-05-29 00:26:43,224 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:43,441 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/issues/195/comments HTTP/1.1" 200 None
2025-05-29 00:26:43,693 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:43,971 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/4f20e4c11a1630cb7613456caa530f6f01a5a8b6 HTTP/1.1" 200 None
2025-05-29 00:26:44,222 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:44,492 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/4f20e4c11a1630cb7613456caa530f6f01a5a8b6/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None
2025-05-29 00:26:44,744 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:44,979 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/4f20e4c11a1630cb7613456caa530f6f01a5a8b6/check-suites?app_id=15368 HTTP/1.1" 200 None
2025-05-29 00:26:45,231 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:45,500 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/4f20e4c11a1630cb7613456caa530f6f01a5a8b6 HTTP/1.1" 200 None
2025-05-29 00:26:45,752 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:45,924 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/statuses/4f20e4c11a1630cb7613456caa530f6f01a5a8b6?per_page=1 HTTP/1.1" 200 2
2025-05-29 00:26:45,924 [    scc.repo] DEBUG   - PR 195 sbesson 'Bump com.jamonapi:jamon to 2.82 and declare as a test dependency'
2025-05-29 00:26:46,176 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:46,438 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/issues/166 HTTP/1.1" 200 None
2025-05-29 00:26:46,690 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:46,901 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/issues/166/comments HTTP/1.1" 200 None
2025-05-29 00:26:47,153 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:47,374 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/issues/152 HTTP/1.1" 200 None
2025-05-29 00:26:47,626 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:47,897 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/issues/152/comments HTTP/1.1" 200 None
2025-05-29 00:26:48,148 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:48,413 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/3e65b9de901fc160c380da602def943206fe9b1d HTTP/1.1" 200 None
2025-05-29 00:26:48,664 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:48,848 [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-05-29 00:26:49,100 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:49,407 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/3e65b9de901fc160c380da602def943206fe9b1d HTTP/1.1" 200 None
2025-05-29 00:26:49,658 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:49,883 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/statuses/3e65b9de901fc160c380da602def943206fe9b1d?per_page=1 HTTP/1.1" 200 2
2025-05-29 00:26:49,883 [    scc.repo] DEBUG   - PR 152 jburel 'Set class in doc'
2025-05-29 00:26:50,134 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:50,366 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/issues/61 HTTP/1.1" 200 None
2025-05-29 00:26:50,618 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:50,819 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/issues/61/comments HTTP/1.1" 200 None
2025-05-29 00:26:51,070 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:51,360 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/9eea4c38f3603bbfb29d2b1a45883767f9f1ffaf HTTP/1.1" 200 None
2025-05-29 00:26:51,611 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:51,838 [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-05-29 00:26:52,089 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:52,291 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/9eea4c38f3603bbfb29d2b1a45883767f9f1ffaf HTTP/1.1" 200 None
2025-05-29 00:26:52,543 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:52,736 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/statuses/9eea4c38f3603bbfb29d2b1a45883767f9f1ffaf?per_page=1 HTTP/1.1" 200 2
2025-05-29 00:26:52,737 [    scc.repo] DEBUG   - PR 61 joshmoore 'Pass user executor to rendering tasks'
2025-05-29 00:26:52,737 [    scc.repo] DEBUG ## Branches found:
2025-05-29 00:26:52,737 [     scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-server
2025-05-29 00:26:52,737 [     scc.git] DEBUG Get sha1 of %s
2025-05-29 00:26:52,737 [     scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-29 00:26:52,740 [     scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master'
2025-05-29 00:26:52,743 [     scc.git] DEBUG ## Merging base to ensure closed PRs are included.
2025-05-29 00:26:52,743 [     scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master'
2025-05-29 00:26:52,746 [     scc.git] DEBUG Calling 'git merge --ff-only origin/master'
2025-05-29 00:26:52,759 [     scc.git] DEBUG Updating 23c2596e..3e229ed7

2025-05-29 00:26:52,988 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:53,369 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/pulls/196 HTTP/1.1" 200 None
2025-05-29 00:26:53,620 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:54,020 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/pulls/194 HTTP/1.1" 200 None
2025-05-29 00:26:54,023 [     scc.git] DEBUG Calling 'git fetch origin pull/61/head'
2025-05-29 00:26:54,366 [     scc.git] DEBUG From https://github.com/ome/omero-server
2025-05-29 00:26:54,366 [     scc.git] DEBUG  * branch              refs/pull/61/head -> FETCH_HEAD
2025-05-29 00:26:54,370 [     scc.git] DEBUG Calling 'git fetch origin pull/152/head'
2025-05-29 00:26:54,660 [     scc.git] DEBUG From https://github.com/ome/omero-server
2025-05-29 00:26:54,660 [     scc.git] DEBUG  * branch              refs/pull/152/head -> FETCH_HEAD
2025-05-29 00:26:54,664 [     scc.git] DEBUG Calling 'git fetch origin pull/195/head'
2025-05-29 00:26:54,937 [     scc.git] DEBUG From https://github.com/ome/omero-server
2025-05-29 00:26:54,937 [     scc.git] DEBUG  * branch              refs/pull/195/head -> FETCH_HEAD
2025-05-29 00:26:54,942 [     scc.git] DEBUG Calling 'git fetch origin pull/197/head'
2025-05-29 00:26:55,214 [     scc.git] DEBUG From https://github.com/ome/omero-server
2025-05-29 00:26:55,214 [     scc.git] DEBUG  * branch              refs/pull/197/head -> FETCH_HEAD
2025-05-29 00:26:55,218 [     scc.git] DEBUG ## Unique users: []
2025-05-29 00:26:55,218 [     scc.git] DEBUG Get sha1 of %s
2025-05-29 00:26:55,218 [     scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-29 00:26:55,221 [     scc.git] DEBUG Calling 'git diff --name-only HEAD...9eea4c38f3603bbfb29d2b1a45883767f9f1ffaf'
2025-05-29 00:26:55,227 [     scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-29 00:26:55,229 [     scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 61 (Pass user executor to rendering tasks) 9eea4c38f3603bbfb29d2b1a45883767f9f1ffaf'
2025-05-29 00:26:55,247 [     scc.git] DEBUG CONFLICT (modify/delete): .travis.yml deleted in HEAD and modified in 9eea4c38f3603bbfb29d2b1a45883767f9f1ffaf.  Version 9eea4c38f3603bbfb29d2b1a45883767f9f1ffaf of .travis.yml left in tree.
2025-05-29 00:26:55,247 [     scc.git] DEBUG Auto-merging build.gradle
2025-05-29 00:26:55,247 [     scc.git] DEBUG CONFLICT (content): Merge conflict in build.gradle
2025-05-29 00:26:55,248 [     scc.git] DEBUG Automatic merge failed; fix conflicts and then commit the result.
2025-05-29 00:26:55,248 [     scc.git] DEBUG Calling 'git diff --name-only --diff-filter=U'
2025-05-29 00:26:55,252 [     scc.git] DEBUG Calling 'git reset --hard 3e229ed74f5e84a67a327b39bdbb84e81b9c4c21'
2025-05-29 00:26:55,260 [     scc.git] DEBUG HEAD is now at 3e229ed7 Merge pull request #196 from sbesson/batik_1.19
2025-05-29 00:26:55,261 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:55,436 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-29 00:26:55,436 [     scc.git] DEBUG Calling 'git merge-base 3e229ed74f5e84a67a327b39bdbb84e81b9c4c21 9eea4c38f3603bbfb29d2b1a45883767f9f1ffaf'
2025-05-29 00:26:55,443 [     scc.git] DEBUG Calling 'git diff --name-only dee098f9c5138f2e746928fb31973abfe33d1718..3e229ed74f5e84a67a327b39bdbb84e81b9c4c21'
2025-05-29 00:26:55,447 [     scc.git] INFO    - PR 61 joshmoore 'Pass user executor to rendering tasks'
Conflicting PR. Removed from build [OMERO-build-push#445](https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build-push/445/). See the [console output](https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build-push/445/consoleText) for more details.
Possible conflicts:
  - Upstream changes
    - .travis.yml
    - build.gradle

--conflicts

2025-05-29 00:26:55,449 [  scc.config] DEBUG Found github.token
2025-05-29 00:26:55,449 [     scc.git] DEBUG Not adding comment to issue #61, already --conflicts.
2025-05-29 00:26:55,449 [     scc.git] DEBUG Calling 'git diff --name-only HEAD...3e65b9de901fc160c380da602def943206fe9b1d'
2025-05-29 00:26:55,455 [     scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-29 00:26:55,457 [     scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 152 (Set class in doc) 3e65b9de901fc160c380da602def943206fe9b1d'
2025-05-29 00:26:55,473 [     scc.git] DEBUG Merge made by the 'ort' strategy.
2025-05-29 00:26:55,476 [     scc.git] DEBUG  src/main/java/ome/api/local/LocalSession.java | 2 +-
2025-05-29 00:26:55,476 [     scc.git] DEBUG  1 file changed, 1 insertion(+), 1 deletion(-)
2025-05-29 00:26:55,687 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:55,858 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-29 00:26:55,858 [     scc.git] DEBUG Calling 'git diff --name-only HEAD...4f20e4c11a1630cb7613456caa530f6f01a5a8b6'
2025-05-29 00:26:55,864 [     scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-29 00:26:55,866 [     scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 195 (Bump com.jamonapi:jamon to 2.82 and declare as a test dependency) 4f20e4c11a1630cb7613456caa530f6f01a5a8b6'
2025-05-29 00:26:55,880 [     scc.git] DEBUG Auto-merging build.gradle
2025-05-29 00:26:55,882 [     scc.git] DEBUG Merge made by the 'ort' strategy.
2025-05-29 00:26:55,886 [     scc.git] DEBUG  build.gradle                                 | 2 +-
2025-05-29 00:26:55,886 [     scc.git] DEBUG  src/main/resources/ome/services/services.xml | 4 ++--
2025-05-29 00:26:55,886 [     scc.git] DEBUG  2 files changed, 3 insertions(+), 3 deletions(-)
2025-05-29 00:26:56,109 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:56,278 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-29 00:26:56,279 [     scc.git] DEBUG Calling 'git diff --name-only HEAD...2f36525982c6c5bfcbdced3a4c85febe34fefd18'
2025-05-29 00:26:56,284 [     scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-29 00:26:56,286 [     scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 197 (Upgrade calcitecore to version 1.35) 2f36525982c6c5bfcbdced3a4c85febe34fefd18'
2025-05-29 00:26:56,300 [     scc.git] DEBUG Auto-merging build.gradle
2025-05-29 00:26:56,301 [     scc.git] DEBUG Merge made by the 'ort' strategy.
2025-05-29 00:26:56,304 [     scc.git] DEBUG  build.gradle | 3 +--
2025-05-29 00:26:56,305 [     scc.git] DEBUG  1 file changed, 1 insertion(+), 2 deletions(-)
2025-05-29 00:26:56,529 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:56,697 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-29 00:26:56,698 [     scc.git] DEBUG Calling 'git submodule update'
2025-05-29 00:26:56,737 [     scc.git] DEBUG Get sha1 of %s
2025-05-29 00:26:56,737 [     scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-29 00:26:56,740 [     scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-05-29 00:26:56,778 [     scc.git] DEBUG Calling 'git status --porcelain'
2025-05-29 00:26:56,785 [     scc.git] DEBUG <scc.git.GitRepository object at 0x7f87876fcd10> has no local changes
2025-05-29 00:26:56,785 [     scc.git] DEBUG Calling 'git commit --allow-empty -a -n -m merge master -Dorg -Ssuccess-only

Repository: ome/omero-server
Excluded PRs:
  - PR 166 kkoz 'Experimenter group cache' (stage: draft)
  - PR 116 dominikl 'Add method to get pixel min max' (exclude comment)
Updating 23c2596e..3e229ed7
Previously merged:
  - PR 196 sbesson 'Only declare batik-codec as a dependency and upgrade to 1.19'
  - PR 194 sbesson 'Add CodeQL workflow'

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 197 sbesson 'Upgrade calcitecore to version 1.35'

Conflicting PRs (not included):
  - PR 61 joshmoore 'Pass user executor to rendering tasks'

Generated by OMERO-build-push#445 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build-push/445/)'
2025-05-29 00:26:56,794 [     scc.git] DEBUG [detached HEAD 4e845d30] merge master -Dorg -Ssuccess-only
2025-05-29 00:26:56,794 [     scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-05-29 00:26:56,795 [     scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-05-29 00:26:56,846 [  scc.config] DEBUG Found submodule.omero-blitz.url
2025-05-29 00:26:56,949 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:57,113 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-29 00:26:57,119 [  scc.config] DEBUG Found submodule.omero-blitz.branch
2025-05-29 00:26:57,121 [  scc.config] DEBUG Found submodule.omero-common.url
2025-05-29 00:26:57,365 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:57,523 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-29 00:26:57,528 [  scc.config] DEBUG Found submodule.omero-common.branch
2025-05-29 00:26:57,531 [  scc.config] DEBUG Found submodule.omero-gateway-java.url
2025-05-29 00:26:57,775 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:57,940 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-29 00:26:57,945 [  scc.config] DEBUG Found submodule.omero-gateway-java.branch
2025-05-29 00:26:57,946 [  scc.config] DEBUG Found submodule.omero-model.url
2025-05-29 00:26:58,191 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:58,349 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-29 00:26:58,354 [  scc.config] DEBUG Found submodule.omero-model.branch
2025-05-29 00:26:58,356 [  scc.config] DEBUG Found submodule.omero-renderer.url
2025-05-29 00:26:58,600 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:58,761 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-29 00:26:58,765 [  scc.config] DEBUG Found submodule.omero-renderer.branch
2025-05-29 00:26:58,767 [  scc.config] DEBUG Found submodule.omero-romio.url
2025-05-29 00:26:59,012 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:59,209 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-29 00:26:59,214 [  scc.config] DEBUG Found submodule.omero-romio.branch
2025-05-29 00:26:59,216 [  scc.config] DEBUG Found submodule.omero-server.url
2025-05-29 00:26:59,460 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-29 00:26:59,632 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-29 00:26:59,637 [  scc.config] DEBUG Found submodule.omero-server.branch
2025-05-29 00:26:59,637 [     scc.git] DEBUG Calling 'git status --porcelain'
2025-05-29 00:26:59,680 [     scc.git] DEBUG <scc.git.GitRepository object at 0x7f87879b1b50> has local changes
2025-05-29 00:26:59,680 [     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 241 dependabot[bot] 'Bump omero-blitz from `3b924c1` to `6d34e0e`'
  - PR 242 dependabot[bot] 'Bump omero-server from `f3ce0f6` to `23c2596`'
  - PR 243 dependabot[bot] 'Bump omero-model from `c4c6357` to `3329504`'

Repository: ome/omero-blitz
Updating 6d34e0ec..b56a31df
Previously merged:
  - PR 161 sbesson 'Only depend on batik-parser and upgrade to 1.19'
  - PR 160 sbesson 'Add CodeQL workflow'

Merged PRs:
  - PR 119 dominikl 'Take Ice and omero sysenv variables into account'
  - PR 132 jburel 'Fix javadoc warning'

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)
Updating 754892b..34197b8
Previously merged:
  - PR 50 sbesson 'Add CodeQL workflow'

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)
Updating d0d0e47..20415d6
Previously merged:
  - PR 102 sbesson 'Add CodeQL workflow'

Merged PRs:
  - PR 93 dominikl 'Renderfacility'

Repository: ome/omero-model
Already up to date.

Merged PRs:
  - PR 113 jburel 'Review repo'
  - PR 117 sbesson 'Remove bufr and udunits dependencies from omero-model'
  - PR 118 sbesson 'Bump Bio-Formats to the latest 8.2.0 release'

Repository: ome/omero-renderer
Excluded PRs:
  - PR 10 joshmoore 'Allow passing ExecutorService to region task' (label: exclude)
Updating 29e6f1a..36f6079
Previously merged:
  - PR 30 sbesson 'Add CodeQL workflow'


Repository: ome/omero-romio
Excluded PRs:
  - PR 14 chris-allan 'Bye bye commons-io' (exclude comment)
Updating 18595c1..05289b8
Previously merged:
  - PR 47 sbesson 'Add CodeQL workflow'


Repository: ome/omero-server
Excluded PRs:
  - PR 166 kkoz 'Experimenter group cache' (stage: draft)
  - PR 116 dominikl 'Add method to get pixel min max' (exclude comment)
Updating 23c2596e..3e229ed7
Previously merged:
  - PR 196 sbesson 'Only declare batik-codec as a dependency and upgrade to 1.19'
  - PR 194 sbesson 'Add CodeQL workflow'

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 197 sbesson 'Upgrade calcitecore to version 1.35'

Conflicting PRs (not included):
  - PR 61 joshmoore 'Pass user executor to rendering tasks'

Generated by OMERO-build-push#445 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build-push/445/)'
2025-05-29 00:26:59,688 [     scc.git] DEBUG [detached HEAD ee45e01] merge master -Dorg -Ssuccess-only
2025-05-29 00:26:59,688 [     scc.git] DEBUG  8 files changed, 14 insertions(+), 14 deletions(-)
2025-05-29 00:26:59,688 [   scc.merge] INFO  Repository: ome/omero-build
2025-05-29 00:26:59,688 [   scc.merge] INFO  Already up to date.
2025-05-29 00:26:59,689 [   scc.merge] INFO  
2025-05-29 00:26:59,689 [   scc.merge] INFO  Merged PRs:
2025-05-29 00:26:59,689 [   scc.merge] INFO    - PR 241 dependabot[bot] 'Bump omero-blitz from `3b924c1` to `6d34e0e`'
2025-05-29 00:26:59,689 [   scc.merge] INFO    - PR 242 dependabot[bot] 'Bump omero-server from `f3ce0f6` to `23c2596`'
2025-05-29 00:26:59,689 [   scc.merge] INFO    - PR 243 dependabot[bot] 'Bump omero-model from `c4c6357` to `3329504`'
2025-05-29 00:26:59,689 [   scc.merge] INFO  
2025-05-29 00:26:59,689 [   scc.merge] INFO  Repository: ome/omero-blitz
2025-05-29 00:26:59,689 [   scc.merge] INFO  Updating 6d34e0ec..b56a31df
2025-05-29 00:26:59,689 [   scc.merge] INFO  Previously merged:
2025-05-29 00:26:59,689 [   scc.merge] INFO    - PR 161 sbesson 'Only depend on batik-parser and upgrade to 1.19'
2025-05-29 00:26:59,689 [   scc.merge] INFO    - PR 160 sbesson 'Add CodeQL workflow'
2025-05-29 00:26:59,689 [   scc.merge] INFO  
2025-05-29 00:26:59,689 [   scc.merge] INFO  Merged PRs:
2025-05-29 00:26:59,689 [   scc.merge] INFO    - PR 119 dominikl 'Take Ice and omero sysenv variables into account'
2025-05-29 00:26:59,689 [   scc.merge] INFO    - PR 132 jburel 'Fix javadoc warning'
2025-05-29 00:26:59,689 [   scc.merge] INFO  
2025-05-29 00:26:59,689 [   scc.merge] INFO  Repository: ome/omero-common
2025-05-29 00:26:59,689 [   scc.merge] INFO  Excluded PRs:
2025-05-29 00:26:59,689 [   scc.merge] INFO    - PR 45 ehrenfeu 'Do not hide "Make Movie" from script menu' (user: ehrenfeu)
2025-05-29 00:26:59,689 [   scc.merge] INFO    - PR 40 jburel 'set classifier' (exclude comment)
2025-05-29 00:26:59,689 [   scc.merge] INFO    - PR 29 dominikl 'Add method to get pixel min max' (exclude comment)
2025-05-29 00:26:59,689 [   scc.merge] INFO  Updating 754892b..34197b8
2025-05-29 00:26:59,689 [   scc.merge] INFO  Previously merged:
2025-05-29 00:26:59,689 [   scc.merge] INFO    - PR 50 sbesson 'Add CodeQL workflow'
2025-05-29 00:26:59,689 [   scc.merge] INFO  
2025-05-29 00:26:59,689 [   scc.merge] INFO  Merged PRs:
2025-05-29 00:26:59,689 [   scc.merge] INFO    - PR 42 jburel 'include all'
2025-05-29 00:26:59,689 [   scc.merge] INFO  
2025-05-29 00:26:59,689 [   scc.merge] INFO  Repository: ome/omero-gateway-java
2025-05-29 00:26:59,689 [   scc.merge] INFO  Excluded PRs:
2025-05-29 00:26:59,689 [   scc.merge] INFO    - PR 101 ppouchin 'Fix serverhost (issue #97)' (user: ppouchin)
2025-05-29 00:26:59,689 [   scc.merge] INFO    - PR 30 jburel 'Import image' (exclude comment)
2025-05-29 00:26:59,689 [   scc.merge] INFO  Updating d0d0e47..20415d6
2025-05-29 00:26:59,690 [   scc.merge] INFO  Previously merged:
2025-05-29 00:26:59,690 [   scc.merge] INFO    - PR 102 sbesson 'Add CodeQL workflow'
2025-05-29 00:26:59,690 [   scc.merge] INFO  
2025-05-29 00:26:59,690 [   scc.merge] INFO  Merged PRs:
2025-05-29 00:26:59,690 [   scc.merge] INFO    - PR 93 dominikl 'Renderfacility'
2025-05-29 00:26:59,690 [   scc.merge] INFO  
2025-05-29 00:26:59,690 [   scc.merge] INFO  Repository: ome/omero-model
2025-05-29 00:26:59,690 [   scc.merge] INFO  Already up to date.
2025-05-29 00:26:59,690 [   scc.merge] INFO  
2025-05-29 00:26:59,690 [   scc.merge] INFO  Merged PRs:
2025-05-29 00:26:59,690 [   scc.merge] INFO    - PR 113 jburel 'Review repo'
2025-05-29 00:26:59,690 [   scc.merge] INFO    - PR 117 sbesson 'Remove bufr and udunits dependencies from omero-model'
2025-05-29 00:26:59,690 [   scc.merge] INFO    - PR 118 sbesson 'Bump Bio-Formats to the latest 8.2.0 release'
2025-05-29 00:26:59,690 [   scc.merge] INFO  
2025-05-29 00:26:59,690 [   scc.merge] INFO  Repository: ome/omero-renderer
2025-05-29 00:26:59,690 [   scc.merge] INFO  Excluded PRs:
2025-05-29 00:26:59,690 [   scc.merge] INFO    - PR 10 joshmoore 'Allow passing ExecutorService to region task' (label: exclude)
2025-05-29 00:26:59,690 [   scc.merge] INFO  Updating 29e6f1a..36f6079
2025-05-29 00:26:59,690 [   scc.merge] INFO  Previously merged:
2025-05-29 00:26:59,690 [   scc.merge] INFO    - PR 30 sbesson 'Add CodeQL workflow'
2025-05-29 00:26:59,690 [   scc.merge] INFO  
2025-05-29 00:26:59,690 [   scc.merge] INFO  
2025-05-29 00:26:59,690 [   scc.merge] INFO  Repository: ome/omero-romio
2025-05-29 00:26:59,690 [   scc.merge] INFO  Excluded PRs:
2025-05-29 00:26:59,690 [   scc.merge] INFO    - PR 14 chris-allan 'Bye bye commons-io' (exclude comment)
2025-05-29 00:26:59,690 [   scc.merge] INFO  Updating 18595c1..05289b8
2025-05-29 00:26:59,690 [   scc.merge] INFO  Previously merged:
2025-05-29 00:26:59,690 [   scc.merge] INFO    - PR 47 sbesson 'Add CodeQL workflow'
2025-05-29 00:26:59,690 [   scc.merge] INFO  
2025-05-29 00:26:59,690 [   scc.merge] INFO  
2025-05-29 00:26:59,690 [   scc.merge] INFO  Repository: ome/omero-server
2025-05-29 00:26:59,690 [   scc.merge] INFO  Excluded PRs:
2025-05-29 00:26:59,690 [   scc.merge] INFO    - PR 166 kkoz 'Experimenter group cache' (stage: draft)
2025-05-29 00:26:59,690 [   scc.merge] INFO    - PR 116 dominikl 'Add method to get pixel min max' (exclude comment)
2025-05-29 00:26:59,690 [   scc.merge] INFO  Updating 23c2596e..3e229ed7
2025-05-29 00:26:59,691 [   scc.merge] INFO  Previously merged:
2025-05-29 00:26:59,691 [   scc.merge] INFO    - PR 196 sbesson 'Only declare batik-codec as a dependency and upgrade to 1.19'
2025-05-29 00:26:59,691 [   scc.merge] INFO    - PR 194 sbesson 'Add CodeQL workflow'
2025-05-29 00:26:59,691 [   scc.merge] INFO  
2025-05-29 00:26:59,691 [   scc.merge] INFO  Merged PRs:
2025-05-29 00:26:59,691 [   scc.merge] INFO    - PR 152 jburel 'Set class in doc'
2025-05-29 00:26:59,691 [   scc.merge] INFO    - PR 195 sbesson 'Bump com.jamonapi:jamon to 2.82 and declare as a test dependency'
2025-05-29 00:26:59,691 [   scc.merge] INFO    - PR 197 sbesson 'Upgrade calcitecore to version 1.35'
2025-05-29 00:26:59,691 [   scc.merge] INFO  
2025-05-29 00:26:59,691 [   scc.merge] INFO  Conflicting PRs (not included):
2025-05-29 00:26:59,691 [   scc.merge] INFO    - PR 61 joshmoore 'Pass user executor to rendering tasks'
2025-05-29 00:26:59,691 [   scc.merge] INFO  
2025-05-29 00:26:59,691 [   scc.merge] DEBUG Cleaning remote branches created for merging
2025-05-29 00:26:59,691 [     scc.git] DEBUG Calling 'git remote'
2025-05-29 00:26:59,693 [     scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-blitz
2025-05-29 00:26:59,693 [     scc.git] DEBUG Calling 'git remote'
2025-05-29 00:26:59,695 [     scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-05-29 00:26:59,695 [     scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-common
2025-05-29 00:26:59,695 [     scc.git] DEBUG Calling 'git remote'
2025-05-29 00:26:59,697 [     scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-05-29 00:26:59,697 [     scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-gateway-java
2025-05-29 00:26:59,697 [     scc.git] DEBUG Calling 'git remote'
2025-05-29 00:26:59,700 [     scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-05-29 00:26:59,700 [     scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-model
2025-05-29 00:26:59,700 [     scc.git] DEBUG Calling 'git remote'
2025-05-29 00:26:59,702 [     scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-05-29 00:26:59,702 [     scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-renderer
2025-05-29 00:26:59,702 [     scc.git] DEBUG Calling 'git remote'
2025-05-29 00:26:59,704 [     scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-05-29 00:26:59,705 [     scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-romio
2025-05-29 00:26:59,705 [     scc.git] DEBUG Calling 'git remote'
2025-05-29 00:26:59,707 [     scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-05-29 00:26:59,707 [     scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-server
2025-05-29 00:26:59,707 [     scc.git] DEBUG Calling 'git remote'
2025-05-29 00:26:59,709 [     scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
Update component versions
Updating omero-common-test from 5.7.2 to 5.7.3-SNAPSHOT
Updating omero-server from 5.7.2 to 5.7.3-SNAPSHOT
Updating omero-model from 5.7.2 to 5.7.3-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.2 to 5.8.3-SNAPSHOT
Updating omero-common from 5.7.2 to 5.7.3-SNAPSHOT
Updating omero-common-test from 5.7.2 to 5.7.3-SNAPSHOT
Updating omero-renderer from 5.6.2 to 5.6.3-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 45320eb2] Update component versions
 1 file changed, 2 insertions(+), 2 deletions(-)
Entering 'omero-common'
[detached HEAD be214df] Update component versions
 1 file changed, 1 insertion(+), 1 deletion(-)
Entering 'omero-gateway-java'
[detached HEAD f9e08ff] Update component versions
 1 file changed, 1 insertion(+), 1 deletion(-)
Entering 'omero-model'
[detached HEAD 835f453] Update component versions
 1 file changed, 1 insertion(+), 1 deletion(-)
Entering 'omero-renderer'
[detached HEAD c709d25] Update component versions
 1 file changed, 1 insertion(+), 1 deletion(-)
Entering 'omero-romio'
[detached HEAD f4e36fe] Update component versions
 1 file changed, 1 insertion(+), 1 deletion(-)
Entering 'omero-server'
[detached HEAD a045d0f2] Update component versions
 1 file changed, 2 insertions(+), 2 deletions(-)
[detached HEAD f01705d] Update component versions
 7 files changed, 7 insertions(+), 7 deletions(-)
2025-05-29 00:27:33,814 [    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