Started by upstream project "Trigger" build number 495
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
[Pipeline] pwd
[Pipeline] copyArtifacts
Copied 1 artifact from "OMERO-gradle-plugins-push" build number 445
[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-romio # timeout=10
> git submodule update --init --recursive omero-renderer # timeout=10
> git submodule update --init --recursive omero-server # timeout=10
> git submodule update --init --recursive omero-blitz # timeout=10
> git submodule update --init --recursive omero-gateway-java # timeout=10
+ popd
~/workspace/OMERO-build-push
+ python3.11 -m venv build/venv
+ . build/venv/bin/activate
++ deactivate nondestructive
++ '[' -n '' ']'
++ '[' -n '' ']'
++ hash -r
++ '[' -n '' ']'
++ unset VIRTUAL_ENV
++ unset VIRTUAL_ENV_PROMPT
++ '[' '!' nondestructive = nondestructive ']'
++ VIRTUAL_ENV=/home/omero/workspace/OMERO-build-push/build/venv
++ export VIRTUAL_ENV
++ _OLD_VIRTUAL_PATH=/opt/ice-3.6.5/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
++ PATH=/home/omero/workspace/OMERO-build-push/build/venv/bin:/opt/ice-3.6.5/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
++ export PATH
++ '[' -n '' ']'
++ '[' -z '' ']'
++ _OLD_VIRTUAL_PS1=
++ PS1='(venv) '
++ export PS1
++ VIRTUAL_ENV_PROMPT='(venv) '
++ export VIRTUAL_ENV_PROMPT
++ hash -r
+ python3.11 -m pip install -U pip
Requirement already satisfied: pip in ./build/venv/lib64/python3.11/site-packages (22.3.1)
Collecting pip
Using cached pip-25.1.1-py3-none-any.whl (1.8 MB)
Installing collected packages: pip
Attempting uninstall: pip
Found existing installation: pip 22.3.1
Uninstalling pip-22.3.1:
Successfully uninstalled pip-22.3.1
Successfully installed pip-25.1.1
WARNING: There was an error checking the latest version of pip.
+ python3.11 -m pip install scc
Collecting scc
Using cached scc-0.20.0-py3-none-any.whl.metadata (3.6 kB)
Collecting PyGithub>=1.54 (from scc)
Using cached PyGithub-2.6.1-py3-none-any.whl.metadata (3.9 kB)
Collecting PyYAML>=5.1 (from scc)
Using cached PyYAML-6.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
Collecting future (from scc)
Using cached future-1.0.0-py3-none-any.whl.metadata (4.0 kB)
Collecting ruamel.yaml (from scc)
Using cached ruamel.yaml-0.18.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-27 00:43:04,516 [ scc.config] DEBUG Found github.token
2025-05-27 00:43:04,517 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:04,701 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-27 00:43:04,952 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:05,107 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-27 00:43:05,359 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:05,530 [urllib3.conn] DEBUG https://api.github.com:443 "GET /rate_limit HTTP/1.1" 200 None
2025-05-27 00:43:05,531 [ scc.gh] DEBUG 4588 remaining from 5000 (Reset at 00:05
2025-05-27 00:43:05,532 [ scc.git] DEBUG Calling 'git rev-parse --show-toplevel'
2025-05-27 00:43:05,534 [ scc.git] DEBUG Check current status
2025-05-27 00:43:05,534 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2025-05-27 00:43:05,537 [ scc.git] DEBUG 129d8af Merge pull request #236 from ome/dependabot/submodules/omero-model-c4c6357
2025-05-27 00:43:05,537 [ scc.git] DEBUG Calling 'git submodule status'
2025-05-27 00:43:05,579 [ scc.git] DEBUG 3b924c1fed49e54297c081163c79cb79a01cbb98 omero-blitz (v5.8.2-1-g3b924c1f)
2025-05-27 00:43:05,583 [ scc.git] DEBUG 754892bfdd9a9507da0ad74a37da7f073157bc8c omero-common (v5.7.2-1-g754892b)
2025-05-27 00:43:05,587 [ scc.git] DEBUG d0d0e4790dd145186ca0506c31aa0b40aac18ae5 omero-gateway-java (v5.10.2-1-gd0d0e47)
2025-05-27 00:43:05,591 [ scc.git] DEBUG c4c6357ce8a177dce4bf024f4fe6fd23a64c4fcd omero-model (v5.7.2-4-gc4c6357)
2025-05-27 00:43:05,594 [ scc.git] DEBUG 29e6f1a9a1d17548de405925d41e81313941ea4a omero-renderer (v5.6.2-1-g29e6f1a)
2025-05-27 00:43:05,598 [ scc.git] DEBUG 18595c1558d066a9c37ce53165a3b7f5a268c459 omero-romio (v5.8.2-1-g18595c1)
2025-05-27 00:43:05,601 [ scc.git] DEBUG f3ce0f6f1f7b86dac78350d14b39847b0c5512f8 omero-server (v5.7.2-1-gf3ce0f6f)
2025-05-27 00:43:05,604 [ scc.config] DEBUG Found remote.origin.url
2025-05-27 00:43:05,782 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:06,026 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build HTTP/1.1" 200 None
2025-05-27 00:43:06,278 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:06,566 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None
2025-05-27 00:43:06,817 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:06,995 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None
2025-05-27 00:43:07,247 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:07,434 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None
2025-05-27 00:43:07,686 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:07,887 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None
2025-05-27 00:43:07,888 [ scc.git] DEBUG Resetting...
2025-05-27 00:43:07,888 [ scc.git] DEBUG Calling 'git reset --hard HEAD'
2025-05-27 00:43:07,893 [ scc.git] DEBUG HEAD is now at 129d8af Merge pull request #236 from ome/dependabot/submodules/omero-model-c4c6357
2025-05-27 00:43:07,893 [ scc.git] DEBUG Calling 'git submodule update --recursive'
2025-05-27 00:43:07,954 [ scc.git] DEBUG Check current status
2025-05-27 00:43:07,954 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2025-05-27 00:43:07,956 [ scc.git] DEBUG 129d8af Merge pull request #236 from ome/dependabot/submodules/omero-model-c4c6357
2025-05-27 00:43:07,957 [ scc.git] DEBUG Calling 'git submodule status'
2025-05-27 00:43:07,998 [ scc.git] DEBUG 3b924c1fed49e54297c081163c79cb79a01cbb98 omero-blitz (v5.8.2-1-g3b924c1f)
2025-05-27 00:43:08,002 [ scc.git] DEBUG 754892bfdd9a9507da0ad74a37da7f073157bc8c omero-common (v5.7.2-1-g754892b)
2025-05-27 00:43:08,006 [ scc.git] DEBUG d0d0e4790dd145186ca0506c31aa0b40aac18ae5 omero-gateway-java (v5.10.2-1-gd0d0e47)
2025-05-27 00:43:08,010 [ scc.git] DEBUG c4c6357ce8a177dce4bf024f4fe6fd23a64c4fcd omero-model (v5.7.2-4-gc4c6357)
2025-05-27 00:43:08,013 [ scc.git] DEBUG 29e6f1a9a1d17548de405925d41e81313941ea4a omero-renderer (v5.6.2-1-g29e6f1a)
2025-05-27 00:43:08,017 [ scc.git] DEBUG 18595c1558d066a9c37ce53165a3b7f5a268c459 omero-romio (v5.8.2-1-g18595c1)
2025-05-27 00:43:08,021 [ scc.git] DEBUG f3ce0f6f1f7b86dac78350d14b39847b0c5512f8 omero-server (v5.7.2-1-gf3ce0f6f)
2025-05-27 00:43:08,022 [ scc.merge] INFO Merging Pull Request(s) based on master
2025-05-27 00:43:08,022 [ scc.merge] INFO Including Pull Request(s) opened by any public member of the organization
2025-05-27 00:43:08,022 [ scc.merge] INFO Including Pull Request(s) labelled as include or dependencies
2025-05-27 00:43:08,022 [ scc.merge] INFO Excluding Pull Request(s) staged as draft
2025-05-27 00:43:08,022 [ scc.merge] INFO Excluding Pull Request(s) labelled as exclude or breaking
2025-05-27 00:43:08,022 [ scc.repo] DEBUG ## PRs found:
2025-05-27 00:43:08,139 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:08,433 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/pulls HTTP/1.1" 200 None
2025-05-27 00:43:08,685 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:08,911 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/issues/243 HTTP/1.1" 200 None
2025-05-27 00:43:08,911 [ scc.repo] DEBUG # ... Include label: dependencies
2025-05-27 00:43:08,911 [ scc.repo] DEBUG - PR 243 dependabot[bot] 'Bump omero-model from `c4c6357` to `3329504`'
2025-05-27 00:43:09,162 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:09,392 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/issues/242 HTTP/1.1" 200 None
2025-05-27 00:43:09,392 [ scc.repo] DEBUG # ... Include label: dependencies
2025-05-27 00:43:09,392 [ scc.repo] DEBUG - PR 242 dependabot[bot] 'Bump omero-server from `f3ce0f6` to `23c2596`'
2025-05-27 00:43:09,643 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:09,915 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/issues/241 HTTP/1.1" 200 None
2025-05-27 00:43:09,915 [ scc.repo] DEBUG # ... Include label: dependencies
2025-05-27 00:43:09,915 [ scc.repo] DEBUG - PR 241 dependabot[bot] 'Bump omero-blitz from `3b924c1` to `6d34e0e`'
2025-05-27 00:43:09,915 [ scc.repo] DEBUG ## Branches found:
2025-05-27 00:43:09,915 [ scc.git] DEBUG Get sha1 of %s
2025-05-27 00:43:09,916 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-27 00:43:09,918 [ scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master'
2025-05-27 00:43:09,920 [ scc.git] DEBUG ## Merging base to ensure closed PRs are included.
2025-05-27 00:43:09,920 [ scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master'
2025-05-27 00:43:09,923 [ scc.git] DEBUG Calling 'git merge --ff-only origin/master'
2025-05-27 00:43:09,926 [ scc.git] DEBUG Already up to date.
2025-05-27 00:43:09,926 [ scc.git] DEBUG Calling 'git fetch origin pull/241/head'
2025-05-27 00:43:10,231 [ scc.git] DEBUG From https://github.com/ome/omero-build
2025-05-27 00:43:10,232 [ scc.git] DEBUG * branch refs/pull/241/head -> FETCH_HEAD
2025-05-27 00:43:10,238 [ scc.git] DEBUG Calling 'git fetch origin pull/242/head'
2025-05-27 00:43:10,564 [ scc.git] DEBUG From https://github.com/ome/omero-build
2025-05-27 00:43:10,564 [ scc.git] DEBUG * branch refs/pull/242/head -> FETCH_HEAD
2025-05-27 00:43:10,571 [ scc.git] DEBUG Calling 'git fetch origin pull/243/head'
2025-05-27 00:43:10,844 [ scc.git] DEBUG From https://github.com/ome/omero-build
2025-05-27 00:43:10,844 [ scc.git] DEBUG * branch refs/pull/243/head -> FETCH_HEAD
2025-05-27 00:43:10,850 [ scc.git] DEBUG ## Unique users: []
2025-05-27 00:43:10,850 [ scc.git] DEBUG Get sha1 of %s
2025-05-27 00:43:10,850 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-27 00:43:10,853 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...7313e3e2eb7a4f8862c0e23bedaf1af1c46d98c5'
2025-05-27 00:43:10,855 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-27 00:43:10,857 [ 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-27 00:43:10,867 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-05-27 00:43:10,870 [ scc.git] DEBUG omero-blitz | 2 +-
2025-05-27 00:43:10,870 [ scc.git] DEBUG 1 file changed, 1 insertion(+), 1 deletion(-)
2025-05-27 00:43:10,872 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:11,041 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-27 00:43:11,042 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...c107491844725eed0ae249752aa9caab0a419e2a'
2025-05-27 00:43:11,045 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-27 00:43:11,047 [ 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-27 00:43:11,058 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-05-27 00:43:11,061 [ scc.git] DEBUG omero-server | 2 +-
2025-05-27 00:43:11,061 [ scc.git] DEBUG 1 file changed, 1 insertion(+), 1 deletion(-)
2025-05-27 00:43:11,293 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:11,463 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-27 00:43:11,463 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...a70265b75a6658801db3b572af7adb1e0e46ab9c'
2025-05-27 00:43:11,466 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-27 00:43:11,468 [ 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-27 00:43:11,479 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-05-27 00:43:11,481 [ scc.git] DEBUG omero-model | 2 +-
2025-05-27 00:43:11,481 [ scc.git] DEBUG 1 file changed, 1 insertion(+), 1 deletion(-)
2025-05-27 00:43:11,714 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:11,890 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-27 00:43:11,891 [ scc.git] DEBUG Calling 'git submodule update'
2025-05-27 00:43:11,946 [ scc.git] DEBUG Submodule path 'omero-blitz': checked out '6d34e0ecdd65026edbdb4c6cb330f944fe358193'
2025-05-27 00:43:11,962 [ scc.git] DEBUG Submodule path 'omero-model': checked out '33295040fd7b52f4b384b1bc9c68aea99b4a85f1'
2025-05-27 00:43:11,978 [ scc.git] DEBUG Submodule path 'omero-server': checked out '23c2596ede328fc5020901f7d9e71fc91151a240'
2025-05-27 00:43:11,978 [ scc.git] DEBUG Get sha1 of %s
2025-05-27 00:43:11,978 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-27 00:43:11,980 [ scc.git] DEBUG Calling 'git status --porcelain'
2025-05-27 00:43:12,021 [ scc.git] DEBUG <scc.git.GitRepository object at 0x7fd5c5ac4f90> has no local changes
2025-05-27 00:43:12,021 [ 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#443 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build-push/443/)'
2025-05-27 00:43:12,053 [ scc.git] DEBUG [detached HEAD 901042c] merge master -Dorg -Snone
2025-05-27 00:43:12,054 [ scc.merge] INFO Repository: ome/omero-build
2025-05-27 00:43:12,054 [ scc.merge] INFO Already up to date.
2025-05-27 00:43:12,054 [ scc.merge] INFO
2025-05-27 00:43:12,054 [ scc.merge] INFO Merged PRs:
2025-05-27 00:43:12,054 [ scc.merge] INFO - PR 241 dependabot[bot] 'Bump omero-blitz from `3b924c1` to `6d34e0e`'
2025-05-27 00:43:12,054 [ scc.merge] INFO - PR 242 dependabot[bot] 'Bump omero-server from `f3ce0f6` to `23c2596`'
2025-05-27 00:43:12,054 [ scc.merge] INFO - PR 243 dependabot[bot] 'Bump omero-model from `c4c6357` to `3329504`'
2025-05-27 00:43:12,054 [ scc.merge] INFO
2025-05-27 00:43:12,054 [ scc.merge] DEBUG Cleaning remote branches created for merging
2025-05-27 00:43:12,054 [ scc.git] DEBUG Calling 'git remote'
Synchronizing submodule url for 'omero-blitz'
Synchronizing submodule url for 'omero-common'
Synchronizing submodule url for 'omero-gateway-java'
Synchronizing submodule url for 'omero-model'
Synchronizing submodule url for 'omero-renderer'
Synchronizing submodule url for 'omero-romio'
Synchronizing submodule url for 'omero-server'
Merge all submodules2025-05-27 00:43:14,628 [ scc.config] DEBUG Found github.token
2025-05-27 00:43:14,629 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:14,792 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-27 00:43:15,044 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:15,213 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-27 00:43:15,464 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:15,618 [urllib3.conn] DEBUG https://api.github.com:443 "GET /rate_limit HTTP/1.1" 200 None
2025-05-27 00:43:15,619 [ scc.gh] DEBUG 4574 remaining from 5000 (Reset at 00:05
2025-05-27 00:43:15,619 [ scc.git] DEBUG Calling 'git rev-parse --show-toplevel'
2025-05-27 00:43:15,622 [ scc.git] DEBUG Check current status
2025-05-27 00:43:15,622 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2025-05-27 00:43:15,624 [ scc.git] DEBUG 901042c merge master -Dorg -Snone
2025-05-27 00:43:15,624 [ scc.git] DEBUG Calling 'git submodule status'
2025-05-27 00:43:15,666 [ scc.git] DEBUG 6d34e0ecdd65026edbdb4c6cb330f944fe358193 omero-blitz (v5.8.2-3-g6d34e0ec)
2025-05-27 00:43:15,670 [ scc.git] DEBUG 754892bfdd9a9507da0ad74a37da7f073157bc8c omero-common (v5.7.2-1-g754892b)
2025-05-27 00:43:15,674 [ scc.git] DEBUG d0d0e4790dd145186ca0506c31aa0b40aac18ae5 omero-gateway-java (v5.10.2-1-gd0d0e47)
2025-05-27 00:43:15,678 [ scc.git] DEBUG 33295040fd7b52f4b384b1bc9c68aea99b4a85f1 omero-model (v5.7.2-12-g3329504)
2025-05-27 00:43:15,681 [ scc.git] DEBUG 29e6f1a9a1d17548de405925d41e81313941ea4a omero-renderer (v5.6.2-1-g29e6f1a)
2025-05-27 00:43:15,685 [ scc.git] DEBUG 18595c1558d066a9c37ce53165a3b7f5a268c459 omero-romio (v5.8.2-1-g18595c1)
2025-05-27 00:43:15,689 [ scc.git] DEBUG 23c2596ede328fc5020901f7d9e71fc91151a240 omero-server (v5.7.2-9-g23c2596e)
2025-05-27 00:43:15,691 [ scc.config] DEBUG Found remote.origin.url
2025-05-27 00:43:15,870 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:16,154 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build HTTP/1.1" 200 None
2025-05-27 00:43:16,405 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:16,608 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None
2025-05-27 00:43:16,859 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:17,038 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None
2025-05-27 00:43:17,290 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:17,510 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None
2025-05-27 00:43:17,762 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:17,948 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None
2025-05-27 00:43:17,949 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-05-27 00:43:18,000 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-blitz
2025-05-27 00:43:18,000 [ scc.git] DEBUG Calling 'git rev-parse --show-toplevel'
2025-05-27 00:43:18,002 [ scc.git] DEBUG Check current status
2025-05-27 00:43:18,002 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2025-05-27 00:43:18,005 [ scc.git] DEBUG 6d34e0ec Merge pull request #159 from sbesson/ehcache_2.10.9.2
2025-05-27 00:43:18,005 [ scc.git] DEBUG Calling 'git submodule status'
2025-05-27 00:43:18,046 [ scc.config] DEBUG Found remote.origin.url
2025-05-27 00:43:18,200 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:18,476 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz HTTP/1.1" 200 None
2025-05-27 00:43:18,728 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:19,012 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None
2025-05-27 00:43:19,263 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:19,445 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None
2025-05-27 00:43:19,697 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:19,886 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None
2025-05-27 00:43:20,137 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:20,319 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None
2025-05-27 00:43:20,320 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-05-27 00:43:20,360 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-05-27 00:43:20,361 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-common
2025-05-27 00:43:20,361 [ scc.git] DEBUG Calling 'git rev-parse --show-toplevel'
2025-05-27 00:43:20,363 [ scc.git] DEBUG Check current status
2025-05-27 00:43:20,363 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2025-05-27 00:43:20,366 [ scc.git] DEBUG 754892b Revert to snapshot
2025-05-27 00:43:20,366 [ scc.git] DEBUG Calling 'git submodule status'
2025-05-27 00:43:20,407 [ scc.config] DEBUG Found remote.origin.url
2025-05-27 00:43:20,571 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:20,841 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-common HTTP/1.1" 200 None
2025-05-27 00:43:21,092 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:21,319 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None
2025-05-27 00:43:21,570 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:21,746 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None
2025-05-27 00:43:21,997 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:22,185 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None
2025-05-27 00:43:22,437 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:22,599 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None
2025-05-27 00:43:22,599 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-05-27 00:43:22,638 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-05-27 00:43:22,638 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-gateway-java
2025-05-27 00:43:22,638 [ scc.git] DEBUG Calling 'git rev-parse --show-toplevel'
2025-05-27 00:43:22,641 [ scc.git] DEBUG Check current status
2025-05-27 00:43:22,641 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2025-05-27 00:43:22,643 [ scc.git] DEBUG d0d0e47 Revert to snapshot
2025-05-27 00:43:22,644 [ scc.git] DEBUG Calling 'git submodule status'
2025-05-27 00:43:22,682 [ scc.config] DEBUG Found remote.origin.url
2025-05-27 00:43:22,850 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:23,113 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java HTTP/1.1" 200 None
2025-05-27 00:43:23,365 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:23,588 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None
2025-05-27 00:43:23,839 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:24,018 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None
2025-05-27 00:43:24,269 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:24,464 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None
2025-05-27 00:43:24,715 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:24,885 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None
2025-05-27 00:43:24,886 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-05-27 00:43:24,924 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-05-27 00:43:24,925 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-model
2025-05-27 00:43:24,925 [ scc.git] DEBUG Calling 'git rev-parse --show-toplevel'
2025-05-27 00:43:24,927 [ scc.git] DEBUG Check current status
2025-05-27 00:43:24,927 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2025-05-27 00:43:24,930 [ scc.git] DEBUG 3329504 Merge pull request #116 from sbesson/dom4j_2.1.2
2025-05-27 00:43:24,930 [ scc.git] DEBUG Calling 'git submodule status'
2025-05-27 00:43:24,970 [ scc.config] DEBUG Found remote.origin.url
2025-05-27 00:43:25,136 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:25,392 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-model HTTP/1.1" 200 None
2025-05-27 00:43:25,644 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:25,860 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None
2025-05-27 00:43:26,111 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:26,286 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None
2025-05-27 00:43:26,538 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:26,711 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None
2025-05-27 00:43:26,962 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:27,136 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None
2025-05-27 00:43:27,137 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-05-27 00:43:27,175 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-05-27 00:43:27,176 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-renderer
2025-05-27 00:43:27,176 [ scc.git] DEBUG Calling 'git rev-parse --show-toplevel'
2025-05-27 00:43:27,178 [ scc.git] DEBUG Check current status
2025-05-27 00:43:27,178 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2025-05-27 00:43:27,180 [ scc.git] DEBUG 29e6f1a Revert to snapshot
2025-05-27 00:43:27,180 [ scc.git] DEBUG Calling 'git submodule status'
2025-05-27 00:43:27,220 [ scc.config] DEBUG Found remote.origin.url
2025-05-27 00:43:27,388 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:27,650 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-renderer HTTP/1.1" 200 None
2025-05-27 00:43:27,901 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:28,124 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None
2025-05-27 00:43:28,376 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:28,581 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None
2025-05-27 00:43:28,832 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:29,009 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None
2025-05-27 00:43:29,261 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:29,432 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None
2025-05-27 00:43:29,433 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-05-27 00:43:29,471 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-05-27 00:43:29,472 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-romio
2025-05-27 00:43:29,472 [ scc.git] DEBUG Calling 'git rev-parse --show-toplevel'
2025-05-27 00:43:29,474 [ scc.git] DEBUG Check current status
2025-05-27 00:43:29,474 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2025-05-27 00:43:29,476 [ scc.git] DEBUG 18595c1 Revert to snapshot
2025-05-27 00:43:29,477 [ scc.git] DEBUG Calling 'git submodule status'
2025-05-27 00:43:29,515 [ scc.config] DEBUG Found remote.origin.url
2025-05-27 00:43:29,684 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:29,940 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-romio HTTP/1.1" 200 None
2025-05-27 00:43:30,192 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:30,449 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None
2025-05-27 00:43:30,701 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:30,872 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None
2025-05-27 00:43:31,123 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:31,303 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None
2025-05-27 00:43:31,555 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:31,750 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None
2025-05-27 00:43:31,751 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-05-27 00:43:31,791 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-05-27 00:43:31,792 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-server
2025-05-27 00:43:31,792 [ scc.git] DEBUG Calling 'git rev-parse --show-toplevel'
2025-05-27 00:43:31,794 [ scc.git] DEBUG Check current status
2025-05-27 00:43:31,794 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2025-05-27 00:43:31,797 [ scc.git] DEBUG 23c2596e Merge pull request #192 from sbesson/ehcache_2.10.9.2
2025-05-27 00:43:31,797 [ scc.git] DEBUG Calling 'git submodule status'
2025-05-27 00:43:31,836 [ scc.config] DEBUG Found remote.origin.url
2025-05-27 00:43:32,002 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:32,304 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server HTTP/1.1" 200 None
2025-05-27 00:43:32,555 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:32,787 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None
2025-05-27 00:43:33,038 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:33,320 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None
2025-05-27 00:43:33,572 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:33,758 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None
2025-05-27 00:43:34,010 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:34,191 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None
2025-05-27 00:43:34,192 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-05-27 00:43:34,233 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-05-27 00:43:34,233 [ scc.git] DEBUG Resetting...
2025-05-27 00:43:34,233 [ scc.git] DEBUG Calling 'git reset --hard HEAD'
2025-05-27 00:43:34,238 [ scc.git] DEBUG HEAD is now at 901042c merge master -Dorg -Snone
2025-05-27 00:43:34,238 [ scc.git] DEBUG Calling 'git submodule update --recursive'
2025-05-27 00:43:34,296 [ scc.git] DEBUG Check current status
2025-05-27 00:43:34,296 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2025-05-27 00:43:34,298 [ scc.git] DEBUG 901042c merge master -Dorg -Snone
2025-05-27 00:43:34,298 [ scc.git] DEBUG Calling 'git submodule status'
2025-05-27 00:43:34,339 [ scc.git] DEBUG 6d34e0ecdd65026edbdb4c6cb330f944fe358193 omero-blitz (v5.8.2-3-g6d34e0ec)
2025-05-27 00:43:34,342 [ scc.git] DEBUG 754892bfdd9a9507da0ad74a37da7f073157bc8c omero-common (v5.7.2-1-g754892b)
2025-05-27 00:43:34,346 [ scc.git] DEBUG d0d0e4790dd145186ca0506c31aa0b40aac18ae5 omero-gateway-java (v5.10.2-1-gd0d0e47)
2025-05-27 00:43:34,350 [ scc.git] DEBUG 33295040fd7b52f4b384b1bc9c68aea99b4a85f1 omero-model (v5.7.2-12-g3329504)
2025-05-27 00:43:34,354 [ scc.git] DEBUG 29e6f1a9a1d17548de405925d41e81313941ea4a omero-renderer (v5.6.2-1-g29e6f1a)
2025-05-27 00:43:34,358 [ scc.git] DEBUG 18595c1558d066a9c37ce53165a3b7f5a268c459 omero-romio (v5.8.2-1-g18595c1)
2025-05-27 00:43:34,362 [ scc.git] DEBUG 23c2596ede328fc5020901f7d9e71fc91151a240 omero-server (v5.7.2-9-g23c2596e)
2025-05-27 00:43:34,362 [ scc.merge] INFO Merging Pull Request(s) based on master
2025-05-27 00:43:34,362 [ scc.merge] INFO Including Pull Request(s) opened by any public member of the organization
2025-05-27 00:43:34,362 [ scc.merge] INFO Including Pull Request(s) labelled as include or dependencies
2025-05-27 00:43:34,362 [ scc.merge] INFO Excluding Pull Request(s) staged as draft
2025-05-27 00:43:34,362 [ scc.merge] INFO Excluding Pull Request(s) labelled as exclude or breaking
2025-05-27 00:43:34,362 [ scc.merge] INFO Excluding Pull Request(s) without successful status
2025-05-27 00:43:34,363 [ scc.repo] DEBUG ## PRs found:
2025-05-27 00:43:34,443 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:34,694 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/pulls HTTP/1.1" 200 None
2025-05-27 00:43:34,946 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:35,179 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/issues/243 HTTP/1.1" 200 None
2025-05-27 00:43:35,179 [ scc.repo] DEBUG # ... Include label: dependencies
2025-05-27 00:43:35,430 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:35,734 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/commits/a70265b75a6658801db3b572af7adb1e0e46ab9c HTTP/1.1" 200 None
2025-05-27 00:43:35,985 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:36,223 [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-27 00:43:36,474 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:36,793 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/commits/a70265b75a6658801db3b572af7adb1e0e46ab9c HTTP/1.1" 200 None
2025-05-27 00:43:37,044 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:37,228 [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-27 00:43:37,228 [ scc.repo] DEBUG - PR 243 dependabot[bot] 'Bump omero-model from `c4c6357` to `3329504`'
2025-05-27 00:43:37,479 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:37,721 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/issues/242 HTTP/1.1" 200 None
2025-05-27 00:43:37,721 [ scc.repo] DEBUG # ... Include label: dependencies
2025-05-27 00:43:37,972 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:38,320 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/commits/c107491844725eed0ae249752aa9caab0a419e2a HTTP/1.1" 200 None
2025-05-27 00:43:38,571 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:38,770 [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-27 00:43:39,021 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:39,326 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/commits/c107491844725eed0ae249752aa9caab0a419e2a HTTP/1.1" 200 None
2025-05-27 00:43:39,577 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:39,747 [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-27 00:43:39,747 [ scc.repo] DEBUG - PR 242 dependabot[bot] 'Bump omero-server from `f3ce0f6` to `23c2596`'
2025-05-27 00:43:39,998 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:40,219 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/issues/241 HTTP/1.1" 200 None
2025-05-27 00:43:40,219 [ scc.repo] DEBUG # ... Include label: dependencies
2025-05-27 00:43:40,470 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:40,764 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/commits/7313e3e2eb7a4f8862c0e23bedaf1af1c46d98c5 HTTP/1.1" 200 None
2025-05-27 00:43:41,015 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:41,219 [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-27 00:43:41,470 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:41,768 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/commits/7313e3e2eb7a4f8862c0e23bedaf1af1c46d98c5 HTTP/1.1" 200 None
2025-05-27 00:43:42,020 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:42,227 [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-27 00:43:42,228 [ scc.repo] DEBUG - PR 241 dependabot[bot] 'Bump omero-blitz from `3b924c1` to `6d34e0e`'
2025-05-27 00:43:42,228 [ scc.repo] DEBUG ## Branches found:
2025-05-27 00:43:42,228 [ scc.git] DEBUG Get sha1 of %s
2025-05-27 00:43:42,228 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-27 00:43:42,231 [ scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master'
2025-05-27 00:43:42,233 [ scc.git] DEBUG ## Merging base to ensure closed PRs are included.
2025-05-27 00:43:42,233 [ scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master'
2025-05-27 00:43:42,236 [ scc.git] DEBUG Calling 'git merge --ff-only origin/master'
2025-05-27 00:43:42,239 [ scc.git] DEBUG Already up to date.
2025-05-27 00:43:42,239 [ scc.git] DEBUG Calling 'git fetch origin pull/241/head'
2025-05-27 00:43:42,530 [ scc.git] DEBUG From https://github.com/ome/omero-build
2025-05-27 00:43:42,530 [ scc.git] DEBUG * branch refs/pull/241/head -> FETCH_HEAD
2025-05-27 00:43:42,535 [ scc.git] DEBUG Calling 'git fetch origin pull/242/head'
2025-05-27 00:43:42,832 [ scc.git] DEBUG From https://github.com/ome/omero-build
2025-05-27 00:43:42,832 [ scc.git] DEBUG * branch refs/pull/242/head -> FETCH_HEAD
2025-05-27 00:43:42,838 [ scc.git] DEBUG Calling 'git fetch origin pull/243/head'
2025-05-27 00:43:43,113 [ scc.git] DEBUG From https://github.com/ome/omero-build
2025-05-27 00:43:43,113 [ scc.git] DEBUG * branch refs/pull/243/head -> FETCH_HEAD
2025-05-27 00:43:43,119 [ scc.git] DEBUG ## Unique users: []
2025-05-27 00:43:43,119 [ scc.git] DEBUG Get sha1 of %s
2025-05-27 00:43:43,119 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-27 00:43:43,121 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...7313e3e2eb7a4f8862c0e23bedaf1af1c46d98c5'
2025-05-27 00:43:43,124 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-27 00:43:43,126 [ 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-27 00:43:43,128 [ scc.git] DEBUG Already up to date.
2025-05-27 00:43:43,130 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:43,298 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-27 00:43:43,299 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...c107491844725eed0ae249752aa9caab0a419e2a'
2025-05-27 00:43:43,302 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-27 00:43:43,304 [ 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-27 00:43:43,307 [ scc.git] DEBUG Already up to date.
2025-05-27 00:43:43,550 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:43,731 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-27 00:43:43,731 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...a70265b75a6658801db3b572af7adb1e0e46ab9c'
2025-05-27 00:43:43,735 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-27 00:43:43,737 [ 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-27 00:43:43,739 [ scc.git] DEBUG Already up to date.
2025-05-27 00:43:43,982 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:44,167 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-27 00:43:44,167 [ scc.git] DEBUG Calling 'git submodule update'
2025-05-27 00:43:44,211 [ scc.git] DEBUG Get sha1 of %s
2025-05-27 00:43:44,211 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-27 00:43:44,213 [ scc.repo] DEBUG ## PRs found:
2025-05-27 00:43:44,418 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:44,732 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/pulls HTTP/1.1" 200 None
2025-05-27 00:43:44,984 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:45,237 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/issues/161 HTTP/1.1" 200 None
2025-05-27 00:43:45,488 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:45,787 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/commits/e2bc6ff9d93229122ee05f55c6a77f6a6147916a HTTP/1.1" 200 None
2025-05-27 00:43:46,039 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:46,327 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/commits/e2bc6ff9d93229122ee05f55c6a77f6a6147916a/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None
2025-05-27 00:43:46,578 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:46,858 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/commits/e2bc6ff9d93229122ee05f55c6a77f6a6147916a/check-suites?app_id=15368 HTTP/1.1" 200 None
2025-05-27 00:43:47,110 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:47,380 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/commits/e2bc6ff9d93229122ee05f55c6a77f6a6147916a HTTP/1.1" 200 None
2025-05-27 00:43:47,632 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:47,818 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/statuses/e2bc6ff9d93229122ee05f55c6a77f6a6147916a?per_page=1 HTTP/1.1" 200 2
2025-05-27 00:43:47,818 [ scc.repo] DEBUG - PR 161 sbesson 'Only depend on batik-parser and upgrade to 1.19'
2025-05-27 00:43:48,069 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:48,280 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/issues/160 HTTP/1.1" 200 None
2025-05-27 00:43:48,531 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:48,745 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/issues/160/comments HTTP/1.1" 200 None
2025-05-27 00:43:48,996 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:49,248 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/commits/c3ffe9c4b18e1ab991507fb4ac30f834848c0ca9 HTTP/1.1" 200 None
2025-05-27 00:43:49,500 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:49,748 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/commits/c3ffe9c4b18e1ab991507fb4ac30f834848c0ca9/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None
2025-05-27 00:43:50,000 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:50,268 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/commits/c3ffe9c4b18e1ab991507fb4ac30f834848c0ca9/check-suites?app_id=15368 HTTP/1.1" 200 None
2025-05-27 00:43:50,519 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:50,771 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/commits/c3ffe9c4b18e1ab991507fb4ac30f834848c0ca9 HTTP/1.1" 200 None
2025-05-27 00:43:51,022 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:51,223 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/statuses/c3ffe9c4b18e1ab991507fb4ac30f834848c0ca9?per_page=1 HTTP/1.1" 200 2
2025-05-27 00:43:51,223 [ scc.repo] DEBUG - PR 160 sbesson 'Add CodeQL workflow'
2025-05-27 00:43:51,475 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:51,695 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/issues/132 HTTP/1.1" 200 None
2025-05-27 00:43:51,946 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:52,154 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/issues/132/comments HTTP/1.1" 200 None
2025-05-27 00:43:52,405 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:52,693 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/commits/6d887b53b85d244eed855703effd0e470c83bab9 HTTP/1.1" 200 None
2025-05-27 00:43:52,945 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:53,157 [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-27 00:43:53,408 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:53,687 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/commits/6d887b53b85d244eed855703effd0e470c83bab9 HTTP/1.1" 200 None
2025-05-27 00:43:53,938 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:54,145 [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-27 00:43:54,145 [ scc.repo] DEBUG - PR 132 jburel 'Fix javadoc warning'
2025-05-27 00:43:54,396 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:54,647 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/issues/119 HTTP/1.1" 200 None
2025-05-27 00:43:54,899 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:55,125 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/issues/119/comments HTTP/1.1" 200 None
2025-05-27 00:43:55,376 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:55,661 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/commits/4ef8809efaee231eb83e45e64a852a9808bc4723 HTTP/1.1" 200 None
2025-05-27 00:43:55,913 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:56,116 [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-27 00:43:56,367 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:56,551 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/commits/4ef8809efaee231eb83e45e64a852a9808bc4723 HTTP/1.1" 200 None
2025-05-27 00:43:56,803 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:57,012 [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-27 00:43:57,012 [ scc.repo] DEBUG - PR 119 dominikl 'Take Ice and omero sysenv variables into account'
2025-05-27 00:43:57,012 [ scc.repo] DEBUG ## Branches found:
2025-05-27 00:43:57,013 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-blitz
2025-05-27 00:43:57,013 [ scc.git] DEBUG Get sha1 of %s
2025-05-27 00:43:57,013 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-27 00:43:57,015 [ scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master'
2025-05-27 00:43:57,018 [ scc.git] DEBUG ## Merging base to ensure closed PRs are included.
2025-05-27 00:43:57,018 [ scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master'
2025-05-27 00:43:57,021 [ scc.git] DEBUG Calling 'git merge --ff-only origin/master'
2025-05-27 00:43:57,024 [ scc.git] DEBUG Already up to date.
2025-05-27 00:43:57,024 [ scc.git] DEBUG Calling 'git fetch origin pull/119/head'
2025-05-27 00:43:57,299 [ scc.git] DEBUG From https://github.com/ome/omero-blitz
2025-05-27 00:43:57,299 [ scc.git] DEBUG * branch refs/pull/119/head -> FETCH_HEAD
2025-05-27 00:43:57,303 [ scc.git] DEBUG Calling 'git fetch origin pull/132/head'
2025-05-27 00:43:57,612 [ scc.git] DEBUG From https://github.com/ome/omero-blitz
2025-05-27 00:43:57,612 [ scc.git] DEBUG * branch refs/pull/132/head -> FETCH_HEAD
2025-05-27 00:43:57,617 [ scc.git] DEBUG Calling 'git fetch origin pull/160/head'
2025-05-27 00:43:57,890 [ scc.git] DEBUG From https://github.com/ome/omero-blitz
2025-05-27 00:43:57,890 [ scc.git] DEBUG * branch refs/pull/160/head -> FETCH_HEAD
2025-05-27 00:43:57,894 [ scc.git] DEBUG Calling 'git fetch origin pull/161/head'
2025-05-27 00:43:58,154 [ scc.git] DEBUG From https://github.com/ome/omero-blitz
2025-05-27 00:43:58,154 [ scc.git] DEBUG * branch refs/pull/161/head -> FETCH_HEAD
2025-05-27 00:43:58,158 [ scc.git] DEBUG ## Unique users: []
2025-05-27 00:43:58,159 [ scc.git] DEBUG Get sha1 of %s
2025-05-27 00:43:58,159 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-27 00:43:58,161 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...4ef8809efaee231eb83e45e64a852a9808bc4723'
2025-05-27 00:43:58,166 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-27 00:43:58,168 [ 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-27 00:43:58,182 [ scc.git] DEBUG Auto-merging src/main/java/omero/client.java
2025-05-27 00:43:58,184 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-05-27 00:43:58,187 [ scc.git] DEBUG src/main/java/omero/client.java | 6 ++++++
2025-05-27 00:43:58,187 [ scc.git] DEBUG 1 file changed, 6 insertions(+)
2025-05-27 00:43:58,188 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:58,351 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-27 00:43:58,351 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...6d887b53b85d244eed855703effd0e470c83bab9'
2025-05-27 00:43:58,357 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-27 00:43:58,359 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 132 (Fix javadoc warning) 6d887b53b85d244eed855703effd0e470c83bab9'
2025-05-27 00:43:58,373 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-05-27 00:43:58,377 [ scc.git] DEBUG src/main/slice/omero/api/ThumbnailStore.ice | 2 +-
2025-05-27 00:43:58,377 [ scc.git] DEBUG 1 file changed, 1 insertion(+), 1 deletion(-)
2025-05-27 00:43:58,602 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:58,772 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-27 00:43:58,773 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...c3ffe9c4b18e1ab991507fb4ac30f834848c0ca9'
2025-05-27 00:43:58,778 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-27 00:43:58,780 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 160 (Add CodeQL workflow) c3ffe9c4b18e1ab991507fb4ac30f834848c0ca9'
2025-05-27 00:43:58,795 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-05-27 00:43:58,798 [ scc.git] DEBUG .github/workflows/codeql.yml | 52 +++++++
2025-05-27 00:43:58,798 [ scc.git] DEBUG gradle/wrapper/gradle-wrapper.jar | Bin 0 -> 59203 bytes
2025-05-27 00:43:58,798 [ scc.git] DEBUG gradle/wrapper/gradle-wrapper.properties | 5 +
2025-05-27 00:43:58,798 [ scc.git] DEBUG gradlew | 234 +++++++++++++++++++++++++++++++
2025-05-27 00:43:58,798 [ scc.git] DEBUG gradlew.bat | 89 ++++++++++++
2025-05-27 00:43:58,798 [ scc.git] DEBUG 5 files changed, 380 insertions(+)
2025-05-27 00:43:58,798 [ scc.git] DEBUG create mode 100644 .github/workflows/codeql.yml
2025-05-27 00:43:58,798 [ scc.git] DEBUG create mode 100644 gradle/wrapper/gradle-wrapper.jar
2025-05-27 00:43:58,798 [ scc.git] DEBUG create mode 100644 gradle/wrapper/gradle-wrapper.properties
2025-05-27 00:43:58,798 [ scc.git] DEBUG create mode 100755 gradlew
2025-05-27 00:43:58,798 [ scc.git] DEBUG create mode 100644 gradlew.bat
2025-05-27 00:43:59,024 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:59,201 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-27 00:43:59,202 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...e2bc6ff9d93229122ee05f55c6a77f6a6147916a'
2025-05-27 00:43:59,207 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-27 00:43:59,209 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 161 (Only depend on batik-parser and upgrade to 1.19) e2bc6ff9d93229122ee05f55c6a77f6a6147916a'
2025-05-27 00:43:59,222 [ scc.git] DEBUG Auto-merging build.gradle
2025-05-27 00:43:59,224 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-05-27 00:43:59,227 [ scc.git] DEBUG build.gradle | 2 +-
2025-05-27 00:43:59,227 [ scc.git] DEBUG 1 file changed, 1 insertion(+), 1 deletion(-)
2025-05-27 00:43:59,453 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:43:59,611 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-27 00:43:59,612 [ scc.git] DEBUG Calling 'git submodule update'
2025-05-27 00:43:59,652 [ scc.git] DEBUG Get sha1 of %s
2025-05-27 00:43:59,652 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-27 00:43:59,654 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-05-27 00:43:59,693 [ scc.git] DEBUG Calling 'git status --porcelain'
2025-05-27 00:43:59,701 [ scc.git] DEBUG <scc.git.GitRepository object at 0x7fda3ca17a90> has no local changes
2025-05-27 00:43:59,701 [ scc.git] DEBUG Calling 'git commit --allow-empty -a -n -m merge master -Dorg -Ssuccess-only
Repository: ome/omero-blitz
Already up to date.
Merged PRs:
- PR 119 dominikl 'Take Ice and omero sysenv variables into account'
- PR 132 jburel 'Fix javadoc warning'
- PR 160 sbesson 'Add CodeQL workflow'
- PR 161 sbesson 'Only depend on batik-parser and upgrade to 1.19'
Generated by OMERO-build-push#443 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build-push/443/)'
2025-05-27 00:43:59,709 [ scc.git] DEBUG [detached HEAD e9090bb2] merge master -Dorg -Ssuccess-only
2025-05-27 00:43:59,709 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-05-27 00:43:59,709 [ scc.repo] DEBUG ## PRs found:
2025-05-27 00:43:59,863 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:00,223 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-common/pulls HTTP/1.1" 200 None
2025-05-27 00:44:00,475 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:00,722 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-common/issues/50 HTTP/1.1" 200 None
2025-05-27 00:44:00,973 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:01,240 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-common/issues/50/comments HTTP/1.1" 200 None
2025-05-27 00:44:01,491 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:01,768 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-common/commits/f4a28d84c3bb443ccf46765e43eb129100b0980e HTTP/1.1" 200 None
2025-05-27 00:44:02,020 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:02,260 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-common/commits/f4a28d84c3bb443ccf46765e43eb129100b0980e/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None
2025-05-27 00:44:02,511 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:02,731 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-common/commits/f4a28d84c3bb443ccf46765e43eb129100b0980e/check-suites?app_id=15368 HTTP/1.1" 200 None
2025-05-27 00:44:02,982 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:03,190 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-common/commits/f4a28d84c3bb443ccf46765e43eb129100b0980e HTTP/1.1" 200 None
2025-05-27 00:44:03,442 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:03,646 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-common/statuses/f4a28d84c3bb443ccf46765e43eb129100b0980e?per_page=1 HTTP/1.1" 200 2
2025-05-27 00:44:03,647 [ scc.repo] DEBUG - PR 50 sbesson 'Add CodeQL workflow'
2025-05-27 00:44:03,898 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:04,121 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-common/issues/45 HTTP/1.1" 200 None
2025-05-27 00:44:04,372 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:04,592 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-common/issues/45/comments HTTP/1.1" 200 None
2025-05-27 00:44:04,844 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:05,072 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-common/issues/42 HTTP/1.1" 200 None
2025-05-27 00:44:05,324 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:05,565 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-common/issues/42/comments HTTP/1.1" 200 None
2025-05-27 00:44:05,816 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:06,121 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-common/commits/92e4d3ee9bd655e531156415863a1defa7d0ab39 HTTP/1.1" 200 None
2025-05-27 00:44:06,373 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:06,605 [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-27 00:44:06,856 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:07,085 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-common/commits/92e4d3ee9bd655e531156415863a1defa7d0ab39 HTTP/1.1" 200 None
2025-05-27 00:44:07,336 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:07,529 [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-27 00:44:07,529 [ scc.repo] DEBUG - PR 42 jburel 'include all'
2025-05-27 00:44:07,530 [ scc.repo] DEBUG ## Branches found:
2025-05-27 00:44:07,530 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-common
2025-05-27 00:44:07,530 [ scc.git] DEBUG Get sha1 of %s
2025-05-27 00:44:07,530 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-27 00:44:07,532 [ scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master'
2025-05-27 00:44:07,535 [ scc.git] DEBUG ## Merging base to ensure closed PRs are included.
2025-05-27 00:44:07,535 [ scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master'
2025-05-27 00:44:07,538 [ scc.git] DEBUG Calling 'git merge --ff-only origin/master'
2025-05-27 00:44:07,540 [ scc.git] DEBUG Already up to date.
2025-05-27 00:44:07,541 [ scc.git] DEBUG Calling 'git fetch origin pull/42/head'
2025-05-27 00:44:07,842 [ scc.git] DEBUG From https://github.com/ome/omero-common
2025-05-27 00:44:07,842 [ scc.git] DEBUG * branch refs/pull/42/head -> FETCH_HEAD
2025-05-27 00:44:07,846 [ scc.git] DEBUG Calling 'git fetch origin pull/50/head'
2025-05-27 00:44:08,121 [ scc.git] DEBUG From https://github.com/ome/omero-common
2025-05-27 00:44:08,121 [ scc.git] DEBUG * branch refs/pull/50/head -> FETCH_HEAD
2025-05-27 00:44:08,126 [ scc.git] DEBUG ## Unique users: []
2025-05-27 00:44:08,126 [ scc.git] DEBUG Get sha1 of %s
2025-05-27 00:44:08,126 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-27 00:44:08,128 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...92e4d3ee9bd655e531156415863a1defa7d0ab39'
2025-05-27 00:44:08,132 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-27 00:44:08,134 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 42 (include all) 92e4d3ee9bd655e531156415863a1defa7d0ab39'
2025-05-27 00:44:08,144 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-05-27 00:44:08,147 [ scc.git] DEBUG publish.gradle | 17 +----------------
2025-05-27 00:44:08,147 [ scc.git] DEBUG 1 file changed, 1 insertion(+), 16 deletions(-)
2025-05-27 00:44:08,148 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:08,312 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-27 00:44:08,312 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...f4a28d84c3bb443ccf46765e43eb129100b0980e'
2025-05-27 00:44:08,316 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-27 00:44:08,318 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 50 (Add CodeQL workflow) f4a28d84c3bb443ccf46765e43eb129100b0980e'
2025-05-27 00:44:08,329 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-05-27 00:44:08,332 [ scc.git] DEBUG .github/workflows/codeql.yml | 48 ++++++++
2025-05-27 00:44:08,332 [ scc.git] DEBUG gradle.properties | 1 +
2025-05-27 00:44:08,332 [ scc.git] DEBUG gradle/wrapper/gradle-wrapper.jar | Bin 0 -> 59203 bytes
2025-05-27 00:44:08,332 [ scc.git] DEBUG gradle/wrapper/gradle-wrapper.properties | 5 +
2025-05-27 00:44:08,332 [ scc.git] DEBUG gradlew | 185 +++++++++++++++++++++++++++++++
2025-05-27 00:44:08,332 [ scc.git] DEBUG gradlew.bat | 89 +++++++++++++++
2025-05-27 00:44:08,333 [ scc.git] DEBUG 6 files changed, 328 insertions(+)
2025-05-27 00:44:08,333 [ scc.git] DEBUG create mode 100644 .github/workflows/codeql.yml
2025-05-27 00:44:08,333 [ scc.git] DEBUG create mode 100644 gradle.properties
2025-05-27 00:44:08,333 [ scc.git] DEBUG create mode 100644 gradle/wrapper/gradle-wrapper.jar
2025-05-27 00:44:08,333 [ scc.git] DEBUG create mode 100644 gradle/wrapper/gradle-wrapper.properties
2025-05-27 00:44:08,333 [ scc.git] DEBUG create mode 100755 gradlew
2025-05-27 00:44:08,333 [ scc.git] DEBUG create mode 100644 gradlew.bat
2025-05-27 00:44:08,563 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:08,724 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-27 00:44:08,724 [ scc.git] DEBUG Calling 'git submodule update'
2025-05-27 00:44:08,762 [ scc.git] DEBUG Get sha1 of %s
2025-05-27 00:44:08,762 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-27 00:44:08,764 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-05-27 00:44:08,801 [ scc.git] DEBUG Calling 'git status --porcelain'
2025-05-27 00:44:08,807 [ scc.git] DEBUG <scc.git.GitRepository object at 0x7fda3ce9f650> has no local changes
2025-05-27 00:44:08,807 [ scc.git] DEBUG Calling 'git commit --allow-empty -a -n -m merge master -Dorg -Ssuccess-only
Repository: ome/omero-common
Excluded PRs:
- PR 45 ehrenfeu 'Do not hide "Make Movie" from script menu' (user: ehrenfeu)
- PR 40 jburel 'set classifier' (exclude comment)
- PR 29 dominikl 'Add method to get pixel min max' (exclude comment)
Already up to date.
Merged PRs:
- PR 42 jburel 'include all'
- PR 50 sbesson 'Add CodeQL workflow'
Generated by OMERO-build-push#443 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build-push/443/)'
2025-05-27 00:44:08,815 [ scc.git] DEBUG [detached HEAD 8cbff01] merge master -Dorg -Ssuccess-only
2025-05-27 00:44:08,815 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-05-27 00:44:08,815 [ scc.repo] DEBUG ## PRs found:
2025-05-27 00:44:08,975 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:09,321 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java/pulls HTTP/1.1" 200 None
2025-05-27 00:44:09,573 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:09,835 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java/issues/102 HTTP/1.1" 200 None
2025-05-27 00:44:10,086 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:10,316 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java/issues/102/comments HTTP/1.1" 200 None
2025-05-27 00:44:10,567 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:10,895 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java/commits/bd0e1be487c53642786cc79f9acfb00258b719b1 HTTP/1.1" 200 None
2025-05-27 00:44:11,146 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:11,386 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java/commits/bd0e1be487c53642786cc79f9acfb00258b719b1/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None
2025-05-27 00:44:11,638 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:11,886 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java/commits/bd0e1be487c53642786cc79f9acfb00258b719b1/check-suites?app_id=15368 HTTP/1.1" 200 None
2025-05-27 00:44:12,137 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:12,419 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java/commits/bd0e1be487c53642786cc79f9acfb00258b719b1 HTTP/1.1" 200 None
2025-05-27 00:44:12,671 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:12,854 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java/statuses/bd0e1be487c53642786cc79f9acfb00258b719b1?per_page=1 HTTP/1.1" 200 2
2025-05-27 00:44:12,855 [ scc.repo] DEBUG - PR 102 sbesson 'Add CodeQL workflow'
2025-05-27 00:44:13,106 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:13,331 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java/issues/101 HTTP/1.1" 200 None
2025-05-27 00:44:13,582 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:13,794 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java/issues/93 HTTP/1.1" 200 None
2025-05-27 00:44:14,045 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:14,398 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java/commits/3f1e5fd7a279d0793ceccb8c1f3a0d6bac666126 HTTP/1.1" 200 None
2025-05-27 00:44:14,651 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:14,921 [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-27 00:44:15,172 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:15,421 [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-27 00:44:15,673 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:16,006 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java/commits/3f1e5fd7a279d0793ceccb8c1f3a0d6bac666126 HTTP/1.1" 200 None
2025-05-27 00:44:16,257 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:16,431 [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-27 00:44:16,432 [ scc.repo] DEBUG - PR 93 dominikl 'Renderfacility'
2025-05-27 00:44:16,682 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:16,903 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java/issues/30 HTTP/1.1" 200 None
2025-05-27 00:44:17,154 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:17,452 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java/issues/30/comments HTTP/1.1" 200 None
2025-05-27 00:44:17,453 [ scc.repo] DEBUG ## Branches found:
2025-05-27 00:44:17,453 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-gateway-java
2025-05-27 00:44:17,454 [ scc.git] DEBUG Get sha1 of %s
2025-05-27 00:44:17,454 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-27 00:44:17,456 [ scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master'
2025-05-27 00:44:17,459 [ scc.git] DEBUG ## Merging base to ensure closed PRs are included.
2025-05-27 00:44:17,459 [ scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master'
2025-05-27 00:44:17,462 [ scc.git] DEBUG Calling 'git merge --ff-only origin/master'
2025-05-27 00:44:17,465 [ scc.git] DEBUG Already up to date.
2025-05-27 00:44:17,465 [ scc.git] DEBUG Calling 'git fetch origin pull/93/head'
2025-05-27 00:44:17,754 [ scc.git] DEBUG From https://github.com/ome/omero-gateway-java
2025-05-27 00:44:17,754 [ scc.git] DEBUG * branch refs/pull/93/head -> FETCH_HEAD
2025-05-27 00:44:17,759 [ scc.git] DEBUG Calling 'git fetch origin pull/102/head'
2025-05-27 00:44:18,053 [ scc.git] DEBUG From https://github.com/ome/omero-gateway-java
2025-05-27 00:44:18,053 [ scc.git] DEBUG * branch refs/pull/102/head -> FETCH_HEAD
2025-05-27 00:44:18,057 [ scc.git] DEBUG ## Unique users: []
2025-05-27 00:44:18,057 [ scc.git] DEBUG Get sha1 of %s
2025-05-27 00:44:18,057 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-27 00:44:18,059 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...3f1e5fd7a279d0793ceccb8c1f3a0d6bac666126'
2025-05-27 00:44:18,063 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-27 00:44:18,065 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 93 (Renderfacility) 3f1e5fd7a279d0793ceccb8c1f3a0d6bac666126'
2025-05-27 00:44:18,075 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-05-27 00:44:18,079 [ scc.git] DEBUG src/main/java/omero/gateway/Gateway.java | 9 +-
2025-05-27 00:44:18,079 [ scc.git] DEBUG src/main/java/omero/gateway/facility/Facility.java | 8 +-
2025-05-27 00:44:18,079 [ scc.git] DEBUG .../omero/gateway/facility/RenderFacility.java | 236 +++++++++++++++++++++
2025-05-27 00:44:18,079 [ scc.git] DEBUG 3 files changed, 249 insertions(+), 4 deletions(-)
2025-05-27 00:44:18,079 [ scc.git] DEBUG create mode 100644 src/main/java/omero/gateway/facility/RenderFacility.java
2025-05-27 00:44:18,080 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:18,252 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-27 00:44:18,253 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...bd0e1be487c53642786cc79f9acfb00258b719b1'
2025-05-27 00:44:18,257 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-27 00:44:18,259 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 102 (Add CodeQL workflow) bd0e1be487c53642786cc79f9acfb00258b719b1'
2025-05-27 00:44:18,270 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-05-27 00:44:18,273 [ scc.git] DEBUG .github/workflows/codeql.yml | 48 ++++++++
2025-05-27 00:44:18,273 [ scc.git] DEBUG .gitignore | 3 -
2025-05-27 00:44:18,273 [ scc.git] DEBUG gradle/wrapper/gradle-wrapper.jar | Bin 0 -> 59203 bytes
2025-05-27 00:44:18,273 [ scc.git] DEBUG gradle/wrapper/gradle-wrapper.properties | 5 +
2025-05-27 00:44:18,273 [ scc.git] DEBUG gradlew | 185 +++++++++++++++++++++++++++++++
2025-05-27 00:44:18,273 [ scc.git] DEBUG gradlew.bat | 89 +++++++++++++++
2025-05-27 00:44:18,273 [ scc.git] DEBUG 6 files changed, 327 insertions(+), 3 deletions(-)
2025-05-27 00:44:18,274 [ scc.git] DEBUG create mode 100644 .github/workflows/codeql.yml
2025-05-27 00:44:18,274 [ scc.git] DEBUG create mode 100644 gradle/wrapper/gradle-wrapper.jar
2025-05-27 00:44:18,274 [ scc.git] DEBUG create mode 100644 gradle/wrapper/gradle-wrapper.properties
2025-05-27 00:44:18,274 [ scc.git] DEBUG create mode 100755 gradlew
2025-05-27 00:44:18,274 [ scc.git] DEBUG create mode 100644 gradlew.bat
2025-05-27 00:44:18,504 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:18,674 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-27 00:44:18,674 [ scc.git] DEBUG Calling 'git submodule update'
2025-05-27 00:44:18,714 [ scc.git] DEBUG Get sha1 of %s
2025-05-27 00:44:18,714 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-27 00:44:18,717 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-05-27 00:44:18,756 [ scc.git] DEBUG Calling 'git status --porcelain'
2025-05-27 00:44:18,761 [ scc.git] DEBUG <scc.git.GitRepository object at 0x7fda3be78f50> has no local changes
2025-05-27 00:44:18,762 [ scc.git] DEBUG Calling 'git commit --allow-empty -a -n -m merge master -Dorg -Ssuccess-only
Repository: ome/omero-gateway-java
Excluded PRs:
- PR 101 ppouchin 'Fix serverhost (issue #97)' (user: ppouchin)
- PR 30 jburel 'Import image' (exclude comment)
Already up to date.
Merged PRs:
- PR 93 dominikl 'Renderfacility'
- PR 102 sbesson 'Add CodeQL workflow'
Generated by OMERO-build-push#443 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build-push/443/)'
2025-05-27 00:44:18,770 [ scc.git] DEBUG [detached HEAD 398d799] merge master -Dorg -Ssuccess-only
2025-05-27 00:44:18,770 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-05-27 00:44:18,770 [ scc.repo] DEBUG ## PRs found:
2025-05-27 00:44:18,929 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:19,177 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-model/pulls HTTP/1.1" 200 None
2025-05-27 00:44:19,429 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:19,666 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-model/issues/113 HTTP/1.1" 200 None
2025-05-27 00:44:19,918 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:20,165 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-model/commits/e7fe5ecee920360ccd7c282ef3d2f872223cb42e HTTP/1.1" 200 None
2025-05-27 00:44:20,417 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:20,676 [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-27 00:44:20,927 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:21,145 [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-27 00:44:21,396 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:21,734 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-model/commits/e7fe5ecee920360ccd7c282ef3d2f872223cb42e HTTP/1.1" 200 None
2025-05-27 00:44:21,985 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:22,178 [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-27 00:44:22,179 [ scc.repo] DEBUG - PR 113 jburel 'Review repo'
2025-05-27 00:44:22,179 [ scc.repo] DEBUG ## Branches found:
2025-05-27 00:44:22,179 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-model
2025-05-27 00:44:22,179 [ scc.git] DEBUG Get sha1 of %s
2025-05-27 00:44:22,179 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-27 00:44:22,182 [ scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master'
2025-05-27 00:44:22,184 [ scc.git] DEBUG ## Merging base to ensure closed PRs are included.
2025-05-27 00:44:22,184 [ scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master'
2025-05-27 00:44:22,187 [ scc.git] DEBUG Calling 'git merge --ff-only origin/master'
2025-05-27 00:44:22,190 [ scc.git] DEBUG Already up to date.
2025-05-27 00:44:22,190 [ scc.git] DEBUG Calling 'git fetch origin pull/113/head'
2025-05-27 00:44:22,516 [ scc.git] DEBUG From https://github.com/ome/omero-model
2025-05-27 00:44:22,516 [ scc.git] DEBUG * branch refs/pull/113/head -> FETCH_HEAD
2025-05-27 00:44:22,520 [ scc.git] DEBUG ## Unique users: []
2025-05-27 00:44:22,520 [ scc.git] DEBUG Get sha1 of %s
2025-05-27 00:44:22,520 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-27 00:44:22,523 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...e7fe5ecee920360ccd7c282ef3d2f872223cb42e'
2025-05-27 00:44:22,526 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-27 00:44:22,528 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 113 (Review repo) e7fe5ecee920360ccd7c282ef3d2f872223cb42e'
2025-05-27 00:44:22,536 [ scc.git] DEBUG Auto-merging build.gradle
2025-05-27 00:44:22,537 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-05-27 00:44:22,540 [ scc.git] DEBUG build.gradle | 14 ++++++++++++++
2025-05-27 00:44:22,540 [ scc.git] DEBUG settings.gradle | 2 +-
2025-05-27 00:44:22,540 [ scc.git] DEBUG 2 files changed, 15 insertions(+), 1 deletion(-)
2025-05-27 00:44:22,542 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:22,701 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-27 00:44:22,702 [ scc.git] DEBUG Calling 'git submodule update'
2025-05-27 00:44:22,740 [ scc.git] DEBUG Get sha1 of %s
2025-05-27 00:44:22,740 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-27 00:44:22,742 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-05-27 00:44:22,780 [ scc.git] DEBUG Calling 'git status --porcelain'
2025-05-27 00:44:22,785 [ scc.git] DEBUG <scc.git.GitRepository object at 0x7fda3bec13d0> has no local changes
2025-05-27 00:44:22,785 [ 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'
Generated by OMERO-build-push#443 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build-push/443/)'
2025-05-27 00:44:22,791 [ scc.git] DEBUG [detached HEAD 4900d4c] merge master -Dorg -Ssuccess-only
2025-05-27 00:44:22,792 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-05-27 00:44:22,792 [ scc.repo] DEBUG ## PRs found:
2025-05-27 00:44:22,953 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:23,231 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-renderer/pulls HTTP/1.1" 200 None
2025-05-27 00:44:23,482 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:23,752 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-renderer/issues/30 HTTP/1.1" 200 None
2025-05-27 00:44:24,004 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:24,214 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-renderer/issues/30/comments HTTP/1.1" 200 None
2025-05-27 00:44:24,466 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:24,784 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-renderer/commits/924aec408910b30b63e1a07228d4560cd2fe431e HTTP/1.1" 200 None
2025-05-27 00:44:25,035 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:25,308 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-renderer/commits/924aec408910b30b63e1a07228d4560cd2fe431e/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None
2025-05-27 00:44:25,559 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:25,780 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-renderer/commits/924aec408910b30b63e1a07228d4560cd2fe431e/check-suites?app_id=15368 HTTP/1.1" 200 None
2025-05-27 00:44:26,032 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:26,365 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-renderer/commits/924aec408910b30b63e1a07228d4560cd2fe431e HTTP/1.1" 200 None
2025-05-27 00:44:26,617 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:26,805 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-renderer/statuses/924aec408910b30b63e1a07228d4560cd2fe431e?per_page=1 HTTP/1.1" 200 2
2025-05-27 00:44:26,805 [ scc.repo] DEBUG - PR 30 sbesson 'Add CodeQL workflow'
2025-05-27 00:44:27,056 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:27,269 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-renderer/issues/10 HTTP/1.1" 200 None
2025-05-27 00:44:27,521 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:27,769 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-renderer/issues/10/comments HTTP/1.1" 200 None
2025-05-27 00:44:27,770 [ scc.repo] DEBUG # ... Exclude label: exclude
2025-05-27 00:44:27,770 [ scc.repo] DEBUG ## Branches found:
2025-05-27 00:44:27,770 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-renderer
2025-05-27 00:44:27,770 [ scc.git] DEBUG Get sha1 of %s
2025-05-27 00:44:27,770 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-27 00:44:27,773 [ scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master'
2025-05-27 00:44:27,775 [ scc.git] DEBUG ## Merging base to ensure closed PRs are included.
2025-05-27 00:44:27,775 [ scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master'
2025-05-27 00:44:27,778 [ scc.git] DEBUG Calling 'git merge --ff-only origin/master'
2025-05-27 00:44:27,781 [ scc.git] DEBUG Already up to date.
2025-05-27 00:44:27,781 [ scc.git] DEBUG Calling 'git fetch origin pull/30/head'
2025-05-27 00:44:28,073 [ scc.git] DEBUG From https://github.com/ome/omero-renderer
2025-05-27 00:44:28,073 [ scc.git] DEBUG * branch refs/pull/30/head -> FETCH_HEAD
2025-05-27 00:44:28,077 [ scc.git] DEBUG ## Unique users: []
2025-05-27 00:44:28,077 [ scc.git] DEBUG Get sha1 of %s
2025-05-27 00:44:28,077 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-27 00:44:28,079 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...924aec408910b30b63e1a07228d4560cd2fe431e'
2025-05-27 00:44:28,082 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-27 00:44:28,084 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 30 (Add CodeQL workflow) 924aec408910b30b63e1a07228d4560cd2fe431e'
2025-05-27 00:44:28,093 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-05-27 00:44:28,096 [ scc.git] DEBUG .github/workflows/codeql.yml | 48 ++++++++
2025-05-27 00:44:28,096 [ scc.git] DEBUG gradle.properties | 1 +
2025-05-27 00:44:28,096 [ scc.git] DEBUG gradle/wrapper/gradle-wrapper.jar | Bin 0 -> 59203 bytes
2025-05-27 00:44:28,097 [ scc.git] DEBUG gradle/wrapper/gradle-wrapper.properties | 5 +
2025-05-27 00:44:28,097 [ scc.git] DEBUG gradlew | 185 +++++++++++++++++++++++++++++++
2025-05-27 00:44:28,097 [ scc.git] DEBUG gradlew.bat | 89 +++++++++++++++
2025-05-27 00:44:28,097 [ scc.git] DEBUG 6 files changed, 328 insertions(+)
2025-05-27 00:44:28,098 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:28,098 [ scc.git] DEBUG create mode 100644 .github/workflows/codeql.yml
2025-05-27 00:44:28,098 [ scc.git] DEBUG create mode 100644 gradle.properties
2025-05-27 00:44:28,098 [ scc.git] DEBUG create mode 100644 gradle/wrapper/gradle-wrapper.jar
2025-05-27 00:44:28,098 [ scc.git] DEBUG create mode 100644 gradle/wrapper/gradle-wrapper.properties
2025-05-27 00:44:28,098 [ scc.git] DEBUG create mode 100755 gradlew
2025-05-27 00:44:28,098 [ scc.git] DEBUG create mode 100644 gradlew.bat
2025-05-27 00:44:28,269 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-27 00:44:28,269 [ scc.git] DEBUG Calling 'git submodule update'
2025-05-27 00:44:28,308 [ scc.git] DEBUG Get sha1 of %s
2025-05-27 00:44:28,308 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-27 00:44:28,310 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-05-27 00:44:28,348 [ scc.git] DEBUG Calling 'git status --porcelain'
2025-05-27 00:44:28,353 [ scc.git] DEBUG <scc.git.GitRepository object at 0x7fda3bfb6710> has no local changes
2025-05-27 00:44:28,353 [ scc.git] DEBUG Calling 'git commit --allow-empty -a -n -m merge master -Dorg -Ssuccess-only
Repository: ome/omero-renderer
Excluded PRs:
- PR 10 joshmoore 'Allow passing ExecutorService to region task' (label: exclude)
Already up to date.
Merged PRs:
- PR 30 sbesson 'Add CodeQL workflow'
Generated by OMERO-build-push#443 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build-push/443/)'
2025-05-27 00:44:28,360 [ scc.git] DEBUG [detached HEAD 60d3313] merge master -Dorg -Ssuccess-only
2025-05-27 00:44:28,360 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-05-27 00:44:28,360 [ scc.repo] DEBUG ## PRs found:
2025-05-27 00:44:28,520 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:28,805 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-romio/pulls HTTP/1.1" 200 None
2025-05-27 00:44:29,057 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:29,295 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-romio/issues/47 HTTP/1.1" 200 None
2025-05-27 00:44:29,546 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:29,772 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-romio/issues/47/comments HTTP/1.1" 200 None
2025-05-27 00:44:30,024 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:30,322 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-romio/commits/39e9a91e272729b2254b5ee1fa09216a27e39530 HTTP/1.1" 200 None
2025-05-27 00:44:30,574 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:30,822 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-romio/commits/39e9a91e272729b2254b5ee1fa09216a27e39530/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None
2025-05-27 00:44:31,073 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:31,286 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-romio/commits/39e9a91e272729b2254b5ee1fa09216a27e39530/check-suites?app_id=15368 HTTP/1.1" 200 None
2025-05-27 00:44:31,538 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:31,866 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-romio/commits/39e9a91e272729b2254b5ee1fa09216a27e39530 HTTP/1.1" 200 None
2025-05-27 00:44:32,118 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:32,301 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-romio/statuses/39e9a91e272729b2254b5ee1fa09216a27e39530?per_page=1 HTTP/1.1" 200 2
2025-05-27 00:44:32,302 [ scc.repo] DEBUG - PR 47 sbesson 'Add CodeQL workflow'
2025-05-27 00:44:32,552 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:32,790 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-romio/issues/14 HTTP/1.1" 200 None
2025-05-27 00:44:33,042 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:33,273 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-romio/issues/14/comments HTTP/1.1" 200 None
2025-05-27 00:44:33,273 [ scc.repo] DEBUG ## Branches found:
2025-05-27 00:44:33,273 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-romio
2025-05-27 00:44:33,274 [ scc.git] DEBUG Get sha1 of %s
2025-05-27 00:44:33,274 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-27 00:44:33,276 [ scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master'
2025-05-27 00:44:33,278 [ scc.git] DEBUG ## Merging base to ensure closed PRs are included.
2025-05-27 00:44:33,278 [ scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master'
2025-05-27 00:44:33,281 [ scc.git] DEBUG Calling 'git merge --ff-only origin/master'
2025-05-27 00:44:33,284 [ scc.git] DEBUG Already up to date.
2025-05-27 00:44:33,284 [ scc.git] DEBUG Calling 'git fetch origin pull/47/head'
2025-05-27 00:44:33,596 [ scc.git] DEBUG From https://github.com/ome/omero-romio
2025-05-27 00:44:33,596 [ scc.git] DEBUG * branch refs/pull/47/head -> FETCH_HEAD
2025-05-27 00:44:33,600 [ scc.git] DEBUG ## Unique users: []
2025-05-27 00:44:33,600 [ scc.git] DEBUG Get sha1 of %s
2025-05-27 00:44:33,600 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-27 00:44:33,602 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...39e9a91e272729b2254b5ee1fa09216a27e39530'
2025-05-27 00:44:33,605 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-27 00:44:33,607 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 47 (Add CodeQL workflow) 39e9a91e272729b2254b5ee1fa09216a27e39530'
2025-05-27 00:44:33,615 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-05-27 00:44:33,619 [ scc.git] DEBUG .github/workflows/codeql.yml | 48 ++++++++
2025-05-27 00:44:33,619 [ scc.git] DEBUG gradle.properties | 1 +
2025-05-27 00:44:33,619 [ scc.git] DEBUG gradle/wrapper/gradle-wrapper.jar | Bin 0 -> 59203 bytes
2025-05-27 00:44:33,619 [ scc.git] DEBUG gradle/wrapper/gradle-wrapper.properties | 5 +
2025-05-27 00:44:33,619 [ scc.git] DEBUG gradlew | 185 +++++++++++++++++++++++++++++++
2025-05-27 00:44:33,619 [ scc.git] DEBUG gradlew.bat | 89 +++++++++++++++
2025-05-27 00:44:33,619 [ scc.git] DEBUG 6 files changed, 328 insertions(+)
2025-05-27 00:44:33,619 [ scc.git] DEBUG create mode 100644 .github/workflows/codeql.yml
2025-05-27 00:44:33,620 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:33,620 [ scc.git] DEBUG create mode 100644 gradle.properties
2025-05-27 00:44:33,620 [ scc.git] DEBUG create mode 100644 gradle/wrapper/gradle-wrapper.jar
2025-05-27 00:44:33,620 [ scc.git] DEBUG create mode 100644 gradle/wrapper/gradle-wrapper.properties
2025-05-27 00:44:33,620 [ scc.git] DEBUG create mode 100755 gradlew
2025-05-27 00:44:33,620 [ scc.git] DEBUG create mode 100644 gradlew.bat
2025-05-27 00:44:33,791 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-27 00:44:33,792 [ scc.git] DEBUG Calling 'git submodule update'
2025-05-27 00:44:33,832 [ scc.git] DEBUG Get sha1 of %s
2025-05-27 00:44:33,832 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-27 00:44:33,834 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-05-27 00:44:33,872 [ scc.git] DEBUG Calling 'git status --porcelain'
2025-05-27 00:44:33,876 [ scc.git] DEBUG <scc.git.GitRepository object at 0x7fda3bfca990> has no local changes
2025-05-27 00:44:33,876 [ scc.git] DEBUG Calling 'git commit --allow-empty -a -n -m merge master -Dorg -Ssuccess-only
Repository: ome/omero-romio
Excluded PRs:
- PR 14 chris-allan 'Bye bye commons-io' (exclude comment)
Already up to date.
Merged PRs:
- PR 47 sbesson 'Add CodeQL workflow'
Generated by OMERO-build-push#443 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build-push/443/)'
2025-05-27 00:44:33,883 [ scc.git] DEBUG [detached HEAD 8982232] merge master -Dorg -Ssuccess-only
2025-05-27 00:44:33,884 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-05-27 00:44:33,884 [ scc.repo] DEBUG ## PRs found:
2025-05-27 00:44:34,043 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:34,371 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/pulls HTTP/1.1" 200 None
2025-05-27 00:44:34,635 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:34,896 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/issues/197 HTTP/1.1" 200 None
2025-05-27 00:44:35,147 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:35,409 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/2f36525982c6c5bfcbdced3a4c85febe34fefd18 HTTP/1.1" 200 None
2025-05-27 00:44:35,660 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:35,902 [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-27 00:44:36,154 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:36,425 [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-27 00:44:36,676 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:36,946 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/2f36525982c6c5bfcbdced3a4c85febe34fefd18 HTTP/1.1" 200 None
2025-05-27 00:44:37,198 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:37,372 [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-27 00:44:37,372 [ scc.repo] DEBUG - PR 197 sbesson 'Upgrade calcitecore to version 1.35'
2025-05-27 00:44:37,623 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:37,844 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/issues/196 HTTP/1.1" 200 None
2025-05-27 00:44:38,095 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:38,317 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/issues/196/comments HTTP/1.1" 200 None
2025-05-27 00:44:38,569 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:38,821 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/667fbaeb3155f6f1cdfa46440a28192d237d5054 HTTP/1.1" 200 None
2025-05-27 00:44:39,072 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:39,318 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/667fbaeb3155f6f1cdfa46440a28192d237d5054/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None
2025-05-27 00:44:39,569 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:39,828 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/667fbaeb3155f6f1cdfa46440a28192d237d5054/check-suites?app_id=15368 HTTP/1.1" 200 None
2025-05-27 00:44:40,080 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:40,351 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/667fbaeb3155f6f1cdfa46440a28192d237d5054 HTTP/1.1" 200 None
2025-05-27 00:44:40,603 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:40,781 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/statuses/667fbaeb3155f6f1cdfa46440a28192d237d5054?per_page=1 HTTP/1.1" 200 2
2025-05-27 00:44:40,781 [ scc.repo] DEBUG - PR 196 sbesson 'Only declare batik-codec as a dependency and upgrade to 1.19'
2025-05-27 00:44:41,032 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:41,246 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/issues/195 HTTP/1.1" 200 None
2025-05-27 00:44:41,498 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:41,757 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/4f20e4c11a1630cb7613456caa530f6f01a5a8b6 HTTP/1.1" 200 None
2025-05-27 00:44:42,009 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:42,255 [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-27 00:44:42,506 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:42,743 [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-27 00:44:42,994 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:43,251 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/4f20e4c11a1630cb7613456caa530f6f01a5a8b6 HTTP/1.1" 200 None
2025-05-27 00:44:43,503 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:43,686 [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-27 00:44:43,687 [ scc.repo] DEBUG - PR 195 sbesson 'Bump com.jamonapi:jamon to 2.82 and declare as a test dependency'
2025-05-27 00:44:43,938 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:44,166 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/issues/194 HTTP/1.1" 200 None
2025-05-27 00:44:44,417 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:44,674 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/f010d3a8f54fe46e7e377a29447a220a6a109124 HTTP/1.1" 200 None
2025-05-27 00:44:44,926 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:45,172 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/f010d3a8f54fe46e7e377a29447a220a6a109124/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None
2025-05-27 00:44:45,424 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:45,661 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/f010d3a8f54fe46e7e377a29447a220a6a109124/check-suites?app_id=15368 HTTP/1.1" 200 None
2025-05-27 00:44:45,913 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:46,155 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/f010d3a8f54fe46e7e377a29447a220a6a109124 HTTP/1.1" 200 None
2025-05-27 00:44:46,406 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:46,588 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/statuses/f010d3a8f54fe46e7e377a29447a220a6a109124?per_page=1 HTTP/1.1" 200 2
2025-05-27 00:44:46,588 [ scc.repo] DEBUG - PR 194 sbesson 'Add CodeQL workflow'
2025-05-27 00:44:46,839 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:47,077 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/issues/166 HTTP/1.1" 200 None
2025-05-27 00:44:47,328 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:47,531 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/issues/166/comments HTTP/1.1" 200 None
2025-05-27 00:44:47,783 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:48,000 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/issues/152 HTTP/1.1" 200 None
2025-05-27 00:44:48,251 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:48,464 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/issues/152/comments HTTP/1.1" 200 None
2025-05-27 00:44:48,716 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:49,012 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/3e65b9de901fc160c380da602def943206fe9b1d HTTP/1.1" 200 None
2025-05-27 00:44:49,264 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:49,477 [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-27 00:44:49,728 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:49,982 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/3e65b9de901fc160c380da602def943206fe9b1d HTTP/1.1" 200 None
2025-05-27 00:44:50,234 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:50,422 [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-27 00:44:50,422 [ scc.repo] DEBUG - PR 152 jburel 'Set class in doc'
2025-05-27 00:44:50,673 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:50,893 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/issues/61 HTTP/1.1" 200 None
2025-05-27 00:44:51,145 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:51,355 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/issues/61/comments HTTP/1.1" 200 None
2025-05-27 00:44:51,606 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:51,876 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/9eea4c38f3603bbfb29d2b1a45883767f9f1ffaf HTTP/1.1" 200 None
2025-05-27 00:44:52,128 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:52,318 [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-27 00:44:52,570 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:52,835 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/9eea4c38f3603bbfb29d2b1a45883767f9f1ffaf HTTP/1.1" 200 None
2025-05-27 00:44:53,086 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:53,265 [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-27 00:44:53,265 [ scc.repo] DEBUG - PR 61 joshmoore 'Pass user executor to rendering tasks'
2025-05-27 00:44:53,265 [ scc.repo] DEBUG ## Branches found:
2025-05-27 00:44:53,265 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-server
2025-05-27 00:44:53,265 [ scc.git] DEBUG Get sha1 of %s
2025-05-27 00:44:53,265 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-27 00:44:53,268 [ scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master'
2025-05-27 00:44:53,270 [ scc.git] DEBUG ## Merging base to ensure closed PRs are included.
2025-05-27 00:44:53,270 [ scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master'
2025-05-27 00:44:53,273 [ scc.git] DEBUG Calling 'git merge --ff-only origin/master'
2025-05-27 00:44:53,277 [ scc.git] DEBUG Already up to date.
2025-05-27 00:44:53,277 [ scc.git] DEBUG Calling 'git fetch origin pull/61/head'
2025-05-27 00:44:53,616 [ scc.git] DEBUG From https://github.com/ome/omero-server
2025-05-27 00:44:53,617 [ scc.git] DEBUG * branch refs/pull/61/head -> FETCH_HEAD
2025-05-27 00:44:53,621 [ scc.git] DEBUG Calling 'git fetch origin pull/152/head'
2025-05-27 00:44:53,921 [ scc.git] DEBUG From https://github.com/ome/omero-server
2025-05-27 00:44:53,921 [ scc.git] DEBUG * branch refs/pull/152/head -> FETCH_HEAD
2025-05-27 00:44:53,925 [ scc.git] DEBUG Calling 'git fetch origin pull/194/head'
2025-05-27 00:44:54,197 [ scc.git] DEBUG From https://github.com/ome/omero-server
2025-05-27 00:44:54,197 [ scc.git] DEBUG * branch refs/pull/194/head -> FETCH_HEAD
2025-05-27 00:44:54,202 [ scc.git] DEBUG Calling 'git fetch origin pull/195/head'
2025-05-27 00:44:54,474 [ scc.git] DEBUG From https://github.com/ome/omero-server
2025-05-27 00:44:54,474 [ scc.git] DEBUG * branch refs/pull/195/head -> FETCH_HEAD
2025-05-27 00:44:54,479 [ scc.git] DEBUG Calling 'git fetch origin pull/196/head'
2025-05-27 00:44:54,780 [ scc.git] DEBUG From https://github.com/ome/omero-server
2025-05-27 00:44:54,781 [ scc.git] DEBUG * branch refs/pull/196/head -> FETCH_HEAD
2025-05-27 00:44:54,785 [ scc.git] DEBUG Calling 'git fetch origin pull/197/head'
2025-05-27 00:44:55,054 [ scc.git] DEBUG From https://github.com/ome/omero-server
2025-05-27 00:44:55,054 [ scc.git] DEBUG * branch refs/pull/197/head -> FETCH_HEAD
2025-05-27 00:44:55,058 [ scc.git] DEBUG ## Unique users: []
2025-05-27 00:44:55,058 [ scc.git] DEBUG Get sha1 of %s
2025-05-27 00:44:55,058 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-27 00:44:55,060 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...9eea4c38f3603bbfb29d2b1a45883767f9f1ffaf'
2025-05-27 00:44:55,066 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-27 00:44:55,069 [ 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-27 00:44:55,086 [ 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-27 00:44:55,086 [ scc.git] DEBUG Auto-merging build.gradle
2025-05-27 00:44:55,086 [ scc.git] DEBUG CONFLICT (content): Merge conflict in build.gradle
2025-05-27 00:44:55,088 [ scc.git] DEBUG Automatic merge failed; fix conflicts and then commit the result.
2025-05-27 00:44:55,088 [ scc.git] DEBUG Calling 'git diff --name-only --diff-filter=U'
2025-05-27 00:44:55,092 [ scc.git] DEBUG Calling 'git reset --hard 23c2596ede328fc5020901f7d9e71fc91151a240'
2025-05-27 00:44:55,100 [ scc.git] DEBUG HEAD is now at 23c2596e Merge pull request #192 from sbesson/ehcache_2.10.9.2
2025-05-27 00:44:55,102 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:55,264 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-27 00:44:55,264 [ scc.git] DEBUG Calling 'git merge-base 23c2596ede328fc5020901f7d9e71fc91151a240 9eea4c38f3603bbfb29d2b1a45883767f9f1ffaf'
2025-05-27 00:44:55,270 [ scc.git] DEBUG Calling 'git diff --name-only dee098f9c5138f2e746928fb31973abfe33d1718..23c2596ede328fc5020901f7d9e71fc91151a240'
2025-05-27 00:44:55,274 [ scc.git] INFO - PR 61 joshmoore 'Pass user executor to rendering tasks'
Conflicting PR. Removed from build [OMERO-build-push#443](https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build-push/443/). See the [console output](https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build-push/443/consoleText) for more details.
Possible conflicts:
- Upstream changes
- .travis.yml
- build.gradle
--conflicts
2025-05-27 00:44:55,277 [ scc.config] DEBUG Found github.token
2025-05-27 00:44:55,277 [ scc.git] DEBUG Not adding comment to issue #61, already --conflicts.
2025-05-27 00:44:55,277 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...3e65b9de901fc160c380da602def943206fe9b1d'
2025-05-27 00:44:55,282 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-27 00:44:55,284 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 152 (Set class in doc) 3e65b9de901fc160c380da602def943206fe9b1d'
2025-05-27 00:44:55,300 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-05-27 00:44:55,303 [ scc.git] DEBUG src/main/java/ome/api/local/LocalSession.java | 2 +-
2025-05-27 00:44:55,303 [ scc.git] DEBUG 1 file changed, 1 insertion(+), 1 deletion(-)
2025-05-27 00:44:55,515 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:55,673 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-27 00:44:55,674 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...f010d3a8f54fe46e7e377a29447a220a6a109124'
2025-05-27 00:44:55,679 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-27 00:44:55,681 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 194 (Add CodeQL workflow) f010d3a8f54fe46e7e377a29447a220a6a109124'
2025-05-27 00:44:55,698 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-05-27 00:44:55,701 [ scc.git] DEBUG .github/workflows/codeql.yml | 57 ++++++++++
2025-05-27 00:44:55,701 [ scc.git] DEBUG gradle.properties | 1 +
2025-05-27 00:44:55,701 [ scc.git] DEBUG gradle/wrapper/gradle-wrapper.jar | Bin 0 -> 59203 bytes
2025-05-27 00:44:55,701 [ scc.git] DEBUG gradle/wrapper/gradle-wrapper.properties | 5 +
2025-05-27 00:44:55,701 [ scc.git] DEBUG gradlew | 185 +++++++++++++++++++++++++++++++
2025-05-27 00:44:55,701 [ scc.git] DEBUG gradlew.bat | 89 +++++++++++++++
2025-05-27 00:44:55,701 [ scc.git] DEBUG 6 files changed, 337 insertions(+)
2025-05-27 00:44:55,702 [ scc.git] DEBUG create mode 100644 .github/workflows/codeql.yml
2025-05-27 00:44:55,702 [ scc.git] DEBUG create mode 100644 gradle.properties
2025-05-27 00:44:55,702 [ scc.git] DEBUG create mode 100644 gradle/wrapper/gradle-wrapper.jar
2025-05-27 00:44:55,702 [ scc.git] DEBUG create mode 100644 gradle/wrapper/gradle-wrapper.properties
2025-05-27 00:44:55,702 [ scc.git] DEBUG create mode 100755 gradlew
2025-05-27 00:44:55,702 [ scc.git] DEBUG create mode 100644 gradlew.bat
2025-05-27 00:44:55,925 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:56,115 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-27 00:44:56,116 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...4f20e4c11a1630cb7613456caa530f6f01a5a8b6'
2025-05-27 00:44:56,121 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-27 00:44:56,124 [ 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-27 00:44:56,138 [ scc.git] DEBUG Auto-merging build.gradle
2025-05-27 00:44:56,140 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-05-27 00:44:56,144 [ scc.git] DEBUG build.gradle | 2 +-
2025-05-27 00:44:56,144 [ scc.git] DEBUG src/main/resources/ome/services/services.xml | 4 ++--
2025-05-27 00:44:56,144 [ scc.git] DEBUG 2 files changed, 3 insertions(+), 3 deletions(-)
2025-05-27 00:44:56,367 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:56,533 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-27 00:44:56,534 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...667fbaeb3155f6f1cdfa46440a28192d237d5054'
2025-05-27 00:44:56,539 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-27 00:44:56,541 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 196 (Only declare batik-codec as a dependency and upgrade to 1.19) 667fbaeb3155f6f1cdfa46440a28192d237d5054'
2025-05-27 00:44:56,554 [ scc.git] DEBUG Auto-merging build.gradle
2025-05-27 00:44:56,556 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-05-27 00:44:56,559 [ scc.git] DEBUG build.gradle | 2 +-
2025-05-27 00:44:56,559 [ scc.git] DEBUG 1 file changed, 1 insertion(+), 1 deletion(-)
2025-05-27 00:44:56,784 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:56,937 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-27 00:44:56,937 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...2f36525982c6c5bfcbdced3a4c85febe34fefd18'
2025-05-27 00:44:56,943 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-27 00:44:56,945 [ 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-27 00:44:56,958 [ scc.git] DEBUG Auto-merging build.gradle
2025-05-27 00:44:56,960 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-05-27 00:44:56,962 [ scc.git] DEBUG build.gradle | 3 +--
2025-05-27 00:44:56,962 [ scc.git] DEBUG 1 file changed, 1 insertion(+), 2 deletions(-)
2025-05-27 00:44:57,188 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:57,353 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-27 00:44:57,354 [ scc.git] DEBUG Calling 'git submodule update'
2025-05-27 00:44:57,394 [ scc.git] DEBUG Get sha1 of %s
2025-05-27 00:44:57,394 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-27 00:44:57,396 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-05-27 00:44:57,436 [ scc.git] DEBUG Calling 'git status --porcelain'
2025-05-27 00:44:57,444 [ scc.git] DEBUG <scc.git.GitRepository object at 0x7fda3bee30d0> has no local changes
2025-05-27 00:44:57,444 [ scc.git] DEBUG Calling 'git commit --allow-empty -a -n -m merge master -Dorg -Ssuccess-only
Repository: ome/omero-server
Excluded PRs:
- PR 166 kkoz 'Experimenter group cache' (stage: draft)
- PR 116 dominikl 'Add method to get pixel min max' (exclude comment)
Already up to date.
Merged PRs:
- PR 152 jburel 'Set class in doc'
- PR 194 sbesson 'Add CodeQL workflow'
- PR 195 sbesson 'Bump com.jamonapi:jamon to 2.82 and declare as a test dependency'
- PR 196 sbesson 'Only declare batik-codec as a dependency and upgrade to 1.19'
- 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#443 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build-push/443/)'
2025-05-27 00:44:57,453 [ scc.git] DEBUG [detached HEAD a558d5ce] merge master -Dorg -Ssuccess-only
2025-05-27 00:44:57,453 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-05-27 00:44:57,453 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-05-27 00:44:57,504 [ scc.config] DEBUG Found submodule.omero-blitz.url
2025-05-27 00:44:57,605 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:57,767 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-27 00:44:57,772 [ scc.config] DEBUG Found submodule.omero-blitz.branch
2025-05-27 00:44:57,774 [ scc.config] DEBUG Found submodule.omero-common.url
2025-05-27 00:44:58,019 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:58,195 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-27 00:44:58,199 [ scc.config] DEBUG Found submodule.omero-common.branch
2025-05-27 00:44:58,201 [ scc.config] DEBUG Found submodule.omero-gateway-java.url
2025-05-27 00:44:58,446 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:58,604 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-27 00:44:58,609 [ scc.config] DEBUG Found submodule.omero-gateway-java.branch
2025-05-27 00:44:58,611 [ scc.config] DEBUG Found submodule.omero-model.url
2025-05-27 00:44:58,855 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:59,019 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-27 00:44:59,024 [ scc.config] DEBUG Found submodule.omero-model.branch
2025-05-27 00:44:59,026 [ scc.config] DEBUG Found submodule.omero-renderer.url
2025-05-27 00:44:59,270 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:59,423 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-27 00:44:59,428 [ scc.config] DEBUG Found submodule.omero-renderer.branch
2025-05-27 00:44:59,430 [ scc.config] DEBUG Found submodule.omero-romio.url
2025-05-27 00:44:59,674 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:44:59,828 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-27 00:44:59,833 [ scc.config] DEBUG Found submodule.omero-romio.branch
2025-05-27 00:44:59,835 [ scc.config] DEBUG Found submodule.omero-server.url
2025-05-27 00:45:00,080 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-27 00:45:00,254 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-27 00:45:00,259 [ scc.config] DEBUG Found submodule.omero-server.branch
2025-05-27 00:45:00,259 [ scc.git] DEBUG Calling 'git status --porcelain'
2025-05-27 00:45:00,301 [ scc.git] DEBUG <scc.git.GitRepository object at 0x7fda3befb850> has local changes
2025-05-27 00:45:00,301 [ 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
Already up to date.
Merged PRs:
- PR 119 dominikl 'Take Ice and omero sysenv variables into account'
- PR 132 jburel 'Fix javadoc warning'
- PR 160 sbesson 'Add CodeQL workflow'
- PR 161 sbesson 'Only depend on batik-parser and upgrade to 1.19'
Repository: ome/omero-common
Excluded PRs:
- PR 45 ehrenfeu 'Do not hide "Make Movie" from script menu' (user: ehrenfeu)
- PR 40 jburel 'set classifier' (exclude comment)
- PR 29 dominikl 'Add method to get pixel min max' (exclude comment)
Already up to date.
Merged PRs:
- PR 42 jburel 'include all'
- PR 50 sbesson 'Add CodeQL workflow'
Repository: ome/omero-gateway-java
Excluded PRs:
- PR 101 ppouchin 'Fix serverhost (issue #97)' (user: ppouchin)
- PR 30 jburel 'Import image' (exclude comment)
Already up to date.
Merged PRs:
- PR 93 dominikl 'Renderfacility'
- PR 102 sbesson 'Add CodeQL workflow'
Repository: ome/omero-model
Already up to date.
Merged PRs:
- PR 113 jburel 'Review repo'
Repository: ome/omero-renderer
Excluded PRs:
- PR 10 joshmoore 'Allow passing ExecutorService to region task' (label: exclude)
Already up to date.
Merged PRs:
- PR 30 sbesson 'Add CodeQL workflow'
Repository: ome/omero-romio
Excluded PRs:
- PR 14 chris-allan 'Bye bye commons-io' (exclude comment)
Already up to date.
Merged PRs:
- 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)
Already up to date.
Merged PRs:
- PR 152 jburel 'Set class in doc'
- PR 194 sbesson 'Add CodeQL workflow'
- PR 195 sbesson 'Bump com.jamonapi:jamon to 2.82 and declare as a test dependency'
- PR 196 sbesson 'Only declare batik-codec as a dependency and upgrade to 1.19'
- 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#443 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build-push/443/)'
2025-05-27 00:45:00,309 [ scc.git] DEBUG [detached HEAD 16cc7cc] merge master -Dorg -Ssuccess-only
2025-05-27 00:45:00,309 [ scc.git] DEBUG 8 files changed, 14 insertions(+), 14 deletions(-)
2025-05-27 00:45:00,310 [ scc.merge] INFO Repository: ome/omero-build
2025-05-27 00:45:00,310 [ scc.merge] INFO Already up to date.
2025-05-27 00:45:00,310 [ scc.merge] INFO
2025-05-27 00:45:00,310 [ scc.merge] INFO Merged PRs:
2025-05-27 00:45:00,310 [ scc.merge] INFO - PR 241 dependabot[bot] 'Bump omero-blitz from `3b924c1` to `6d34e0e`'
2025-05-27 00:45:00,310 [ scc.merge] INFO - PR 242 dependabot[bot] 'Bump omero-server from `f3ce0f6` to `23c2596`'
2025-05-27 00:45:00,310 [ scc.merge] INFO - PR 243 dependabot[bot] 'Bump omero-model from `c4c6357` to `3329504`'
2025-05-27 00:45:00,310 [ scc.merge] INFO
2025-05-27 00:45:00,310 [ scc.merge] INFO Repository: ome/omero-blitz
2025-05-27 00:45:00,310 [ scc.merge] INFO Already up to date.
2025-05-27 00:45:00,310 [ scc.merge] INFO
2025-05-27 00:45:00,310 [ scc.merge] INFO Merged PRs:
2025-05-27 00:45:00,310 [ scc.merge] INFO - PR 119 dominikl 'Take Ice and omero sysenv variables into account'
2025-05-27 00:45:00,310 [ scc.merge] INFO - PR 132 jburel 'Fix javadoc warning'
2025-05-27 00:45:00,310 [ scc.merge] INFO - PR 160 sbesson 'Add CodeQL workflow'
2025-05-27 00:45:00,310 [ scc.merge] INFO - PR 161 sbesson 'Only depend on batik-parser and upgrade to 1.19'
2025-05-27 00:45:00,310 [ scc.merge] INFO
2025-05-27 00:45:00,310 [ scc.merge] INFO Repository: ome/omero-common
2025-05-27 00:45:00,310 [ scc.merge] INFO Excluded PRs:
2025-05-27 00:45:00,310 [ scc.merge] INFO - PR 45 ehrenfeu 'Do not hide "Make Movie" from script menu' (user: ehrenfeu)
2025-05-27 00:45:00,310 [ scc.merge] INFO - PR 40 jburel 'set classifier' (exclude comment)
2025-05-27 00:45:00,310 [ scc.merge] INFO - PR 29 dominikl 'Add method to get pixel min max' (exclude comment)
2025-05-27 00:45:00,310 [ scc.merge] INFO Already up to date.
2025-05-27 00:45:00,310 [ scc.merge] INFO
2025-05-27 00:45:00,310 [ scc.merge] INFO Merged PRs:
2025-05-27 00:45:00,310 [ scc.merge] INFO - PR 42 jburel 'include all'
2025-05-27 00:45:00,310 [ scc.merge] INFO - PR 50 sbesson 'Add CodeQL workflow'
2025-05-27 00:45:00,310 [ scc.merge] INFO
2025-05-27 00:45:00,310 [ scc.merge] INFO Repository: ome/omero-gateway-java
2025-05-27 00:45:00,310 [ scc.merge] INFO Excluded PRs:
2025-05-27 00:45:00,310 [ scc.merge] INFO - PR 101 ppouchin 'Fix serverhost (issue #97)' (user: ppouchin)
2025-05-27 00:45:00,310 [ scc.merge] INFO - PR 30 jburel 'Import image' (exclude comment)
2025-05-27 00:45:00,310 [ scc.merge] INFO Already up to date.
2025-05-27 00:45:00,311 [ scc.merge] INFO
2025-05-27 00:45:00,311 [ scc.merge] INFO Merged PRs:
2025-05-27 00:45:00,311 [ scc.merge] INFO - PR 93 dominikl 'Renderfacility'
2025-05-27 00:45:00,311 [ scc.merge] INFO - PR 102 sbesson 'Add CodeQL workflow'
2025-05-27 00:45:00,311 [ scc.merge] INFO
2025-05-27 00:45:00,311 [ scc.merge] INFO Repository: ome/omero-model
2025-05-27 00:45:00,311 [ scc.merge] INFO Already up to date.
2025-05-27 00:45:00,311 [ scc.merge] INFO
2025-05-27 00:45:00,311 [ scc.merge] INFO Merged PRs:
2025-05-27 00:45:00,311 [ scc.merge] INFO - PR 113 jburel 'Review repo'
2025-05-27 00:45:00,311 [ scc.merge] INFO
2025-05-27 00:45:00,311 [ scc.merge] INFO Repository: ome/omero-renderer
2025-05-27 00:45:00,311 [ scc.merge] INFO Excluded PRs:
2025-05-27 00:45:00,311 [ scc.merge] INFO - PR 10 joshmoore 'Allow passing ExecutorService to region task' (label: exclude)
2025-05-27 00:45:00,311 [ scc.merge] INFO Already up to date.
2025-05-27 00:45:00,311 [ scc.merge] INFO
2025-05-27 00:45:00,311 [ scc.merge] INFO Merged PRs:
2025-05-27 00:45:00,311 [ scc.merge] INFO - PR 30 sbesson 'Add CodeQL workflow'
2025-05-27 00:45:00,311 [ scc.merge] INFO
2025-05-27 00:45:00,311 [ scc.merge] INFO Repository: ome/omero-romio
2025-05-27 00:45:00,311 [ scc.merge] INFO Excluded PRs:
2025-05-27 00:45:00,311 [ scc.merge] INFO - PR 14 chris-allan 'Bye bye commons-io' (exclude comment)
2025-05-27 00:45:00,311 [ scc.merge] INFO Already up to date.
2025-05-27 00:45:00,311 [ scc.merge] INFO
2025-05-27 00:45:00,311 [ scc.merge] INFO Merged PRs:
2025-05-27 00:45:00,311 [ scc.merge] INFO - PR 47 sbesson 'Add CodeQL workflow'
2025-05-27 00:45:00,311 [ scc.merge] INFO
2025-05-27 00:45:00,311 [ scc.merge] INFO Repository: ome/omero-server
2025-05-27 00:45:00,311 [ scc.merge] INFO Excluded PRs:
2025-05-27 00:45:00,311 [ scc.merge] INFO - PR 166 kkoz 'Experimenter group cache' (stage: draft)
2025-05-27 00:45:00,311 [ scc.merge] INFO - PR 116 dominikl 'Add method to get pixel min max' (exclude comment)
2025-05-27 00:45:00,311 [ scc.merge] INFO Already up to date.
2025-05-27 00:45:00,311 [ scc.merge] INFO
2025-05-27 00:45:00,311 [ scc.merge] INFO Merged PRs:
2025-05-27 00:45:00,311 [ scc.merge] INFO - PR 152 jburel 'Set class in doc'
2025-05-27 00:45:00,311 [ scc.merge] INFO - PR 194 sbesson 'Add CodeQL workflow'
2025-05-27 00:45:00,311 [ scc.merge] INFO - PR 195 sbesson 'Bump com.jamonapi:jamon to 2.82 and declare as a test dependency'
2025-05-27 00:45:00,311 [ scc.merge] INFO - PR 196 sbesson 'Only declare batik-codec as a dependency and upgrade to 1.19'
2025-05-27 00:45:00,311 [ scc.merge] INFO - PR 197 sbesson 'Upgrade calcitecore to version 1.35'
2025-05-27 00:45:00,312 [ scc.merge] INFO
2025-05-27 00:45:00,312 [ scc.merge] INFO Conflicting PRs (not included):
2025-05-27 00:45:00,312 [ scc.merge] INFO - PR 61 joshmoore 'Pass user executor to rendering tasks'
2025-05-27 00:45:00,312 [ scc.merge] INFO
2025-05-27 00:45:00,312 [ scc.merge] DEBUG Cleaning remote branches created for merging
2025-05-27 00:45:00,312 [ scc.git] DEBUG Calling 'git remote'
2025-05-27 00:45:00,314 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-blitz
2025-05-27 00:45:00,314 [ scc.git] DEBUG Calling 'git remote'
2025-05-27 00:45:00,316 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-05-27 00:45:00,316 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-common
2025-05-27 00:45:00,316 [ scc.git] DEBUG Calling 'git remote'
2025-05-27 00:45:00,318 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-05-27 00:45:00,318 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-gateway-java
2025-05-27 00:45:00,318 [ scc.git] DEBUG Calling 'git remote'
2025-05-27 00:45:00,321 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-05-27 00:45:00,321 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-model
2025-05-27 00:45:00,321 [ scc.git] DEBUG Calling 'git remote'
2025-05-27 00:45:00,323 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-05-27 00:45:00,323 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-renderer
2025-05-27 00:45:00,323 [ scc.git] DEBUG Calling 'git remote'
2025-05-27 00:45:00,325 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-05-27 00:45:00,325 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-romio
2025-05-27 00:45:00,325 [ scc.git] DEBUG Calling 'git remote'
2025-05-27 00:45:00,327 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-05-27 00:45:00,327 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-server
2025-05-27 00:45:00,327 [ scc.git] DEBUG Calling 'git remote'
2025-05-27 00:45:00,330 [ 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.1.1 to 8.2.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 11f71550] Update component versions
1 file changed, 2 insertions(+), 2 deletions(-)
Entering 'omero-common'
[detached HEAD f3141a8] Update component versions
1 file changed, 1 insertion(+), 1 deletion(-)
Entering 'omero-gateway-java'
[detached HEAD 24e281b] Update component versions
1 file changed, 1 insertion(+), 1 deletion(-)
Entering 'omero-model'
[detached HEAD b475878] Update component versions
1 file changed, 1 insertion(+), 1 deletion(-)
Entering 'omero-renderer'
[detached HEAD 7aeed82] Update component versions
1 file changed, 1 insertion(+), 1 deletion(-)
Entering 'omero-romio'
[detached HEAD 133565e] Update component versions
1 file changed, 1 insertion(+), 1 deletion(-)
Entering 'omero-server'
[detached HEAD f6602cf8] Update component versions
1 file changed, 2 insertions(+), 2 deletions(-)
[detached HEAD 4768874] Update component versions
7 files changed, 7 insertions(+), 7 deletions(-)
2025-05-27 00:45:34,238 [ 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