Skipping 2 KB..
Full LogTestTestTestTestTestTestTestTestTestTestTestTestTest
[Pipeline] {
[Pipeline] library
Loading library recursiveMerge@master
Attempting to resolve master from remote references...
> git --version # timeout=10
> git --version # 'git version 2.39.2'
> git ls-remote -- https://github.com/ome/jenkins-library-recursivemerge.git # timeout=10
Found match: refs/heads/master revision 654fab96d71411fab33e55b79057bcbf94eef8a2
The recommended git tool is: NONE
No credentials specified
> git rev-parse --resolve-git-dir /var/jenkins_home/jobs/OMERO-build-push/workspace@libs/3527f795de077758b82663f7b48798100750860c75e4099522d51863b08dc748/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/ome/jenkins-library-recursivemerge.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/ome/jenkins-library-recursivemerge.git
> git --version # timeout=10
> git --version # 'git version 2.39.2'
> git fetch --no-tags --force --progress -- https://github.com/ome/jenkins-library-recursivemerge.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 654fab96d71411fab33e55b79057bcbf94eef8a2 (master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 654fab96d71411fab33e55b79057bcbf94eef8a2 # timeout=10
Commit message: "Merge pull request #18 from jburel/python_311"
> git rev-list --no-walk 654fab96d71411fab33e55b79057bcbf94eef8a2 # timeout=10
[Pipeline] checkout
The recommended git tool is: NONE
No credentials specified
Fetching changes from the remote Git repository
> git rev-parse --resolve-git-dir /home/omero/workspace/OMERO-build-push/.git # timeout=10
> git config remote.origin.url https://github.com/ome/omero-build.git # timeout=10
Fetching upstream changes from https://github.com/ome/omero-build.git
> git --version # timeout=10
> git --version # 'git version 2.43.5'
> git fetch --tags --force --progress -- https://github.com/ome/omero-build.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 129d8aff87161caf7625b0c7363852f8027c041a (refs/remotes/origin/master)
Commit message: "Merge pull request #236 from ome/dependabot/submodules/omero-model-c4c6357"
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 129d8aff87161caf7625b0c7363852f8027c041a # timeout=10
> git rev-list --no-walk 129d8aff87161caf7625b0c7363852f8027c041a # timeout=10
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
> git submodule foreach --recursive git reset --hard # timeout=10
> git submodule foreach --recursive git clean -fdx # timeout=10
> git remote # timeout=10
> git submodule init # timeout=10
> git submodule sync # timeout=10
> git config --get remote.origin.url # timeout=10
> git submodule init # timeout=10
> git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10
> git config --get submodule.omero-model.url # timeout=10
> git config -f .gitmodules --get submodule.omero-model.path # timeout=10
> git config --get submodule.omero-common.url # timeout=10
> git config -f .gitmodules --get submodule.omero-common.path # timeout=10
> git config --get submodule.omero-romio.url # timeout=10
> git config -f .gitmodules --get submodule.omero-romio.path # timeout=10
> git config --get submodule.omero-renderer.url # timeout=10
> git config -f .gitmodules --get submodule.omero-renderer.path # timeout=10
> git config --get submodule.omero-server.url # timeout=10
> git config -f .gitmodules --get submodule.omero-server.path # timeout=10
> git config --get submodule.omero-blitz.url # timeout=10
> git config -f .gitmodules --get submodule.omero-blitz.path # timeout=10
> git config --get submodule.omero-gateway-java.url # timeout=10
> git config -f .gitmodules --get submodule.omero-gateway-java.path # timeout=10
> git submodule update --init --recursive omero-model # timeout=10
> git submodule update --init --recursive omero-common # timeout=10
> git submodule update --init --recursive omero-romio # timeout=10
> 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
[Pipeline] pwd
[Pipeline] copyArtifacts
Copied 1 artifact from "OMERO-gradle-plugins-push" build number 446
[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 -
+ 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-28 00:34:11,296 [ scc.config] DEBUG Found github.token
2025-05-28 00:34:11,298 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:11,477 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-28 00:34:11,728 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:11,884 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-28 00:34:12,135 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:12,289 [urllib3.conn] DEBUG https://api.github.com:443 "GET /rate_limit HTTP/1.1" 200 None
2025-05-28 00:34:12,290 [ scc.gh] DEBUG 4848 remaining from 5000 (Reset at 01:05
2025-05-28 00:34:12,291 [ scc.git] DEBUG Calling 'git rev-parse --show-toplevel'
2025-05-28 00:34:12,293 [ scc.git] DEBUG Check current status
2025-05-28 00:34:12,293 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2025-05-28 00:34:12,296 [ scc.git] DEBUG 129d8af Merge pull request #236 from ome/dependabot/submodules/omero-model-c4c6357
2025-05-28 00:34:12,296 [ scc.git] DEBUG Calling 'git submodule status'
2025-05-28 00:34:12,338 [ scc.git] DEBUG 3b924c1fed49e54297c081163c79cb79a01cbb98 omero-blitz (v5.8.2-1-g3b924c1f)
2025-05-28 00:34:12,342 [ scc.git] DEBUG 754892bfdd9a9507da0ad74a37da7f073157bc8c omero-common (v5.7.2-1-g754892b)
2025-05-28 00:34:12,346 [ scc.git] DEBUG d0d0e4790dd145186ca0506c31aa0b40aac18ae5 omero-gateway-java (v5.10.2-1-gd0d0e47)
2025-05-28 00:34:12,457 [ scc.git] DEBUG c4c6357ce8a177dce4bf024f4fe6fd23a64c4fcd omero-model (v5.7.2-4-gc4c6357)
2025-05-28 00:34:12,461 [ scc.git] DEBUG 29e6f1a9a1d17548de405925d41e81313941ea4a omero-renderer (v5.6.2-1-g29e6f1a)
2025-05-28 00:34:12,464 [ scc.git] DEBUG 18595c1558d066a9c37ce53165a3b7f5a268c459 omero-romio (v5.8.2-1-g18595c1)
2025-05-28 00:34:12,468 [ scc.git] DEBUG f3ce0f6f1f7b86dac78350d14b39847b0c5512f8 omero-server (v5.7.2-1-gf3ce0f6f)
2025-05-28 00:34:12,470 [ scc.config] DEBUG Found remote.origin.url
2025-05-28 00:34:12,541 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:12,817 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build HTTP/1.1" 200 None
2025-05-28 00:34:13,069 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:13,287 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None
2025-05-28 00:34:13,539 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:13,732 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None
2025-05-28 00:34:13,984 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:14,168 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None
2025-05-28 00:34:14,419 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:14,612 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None
2025-05-28 00:34:14,613 [ scc.git] DEBUG Resetting...
2025-05-28 00:34:14,613 [ scc.git] DEBUG Calling 'git reset --hard HEAD'
2025-05-28 00:34:14,618 [ scc.git] DEBUG HEAD is now at 129d8af Merge pull request #236 from ome/dependabot/submodules/omero-model-c4c6357
2025-05-28 00:34:14,618 [ scc.git] DEBUG Calling 'git submodule update --recursive'
2025-05-28 00:34:14,678 [ scc.git] DEBUG Check current status
2025-05-28 00:34:14,679 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2025-05-28 00:34:14,681 [ scc.git] DEBUG 129d8af Merge pull request #236 from ome/dependabot/submodules/omero-model-c4c6357
2025-05-28 00:34:14,681 [ scc.git] DEBUG Calling 'git submodule status'
2025-05-28 00:34:14,722 [ scc.git] DEBUG 3b924c1fed49e54297c081163c79cb79a01cbb98 omero-blitz (v5.8.2-1-g3b924c1f)
2025-05-28 00:34:14,726 [ scc.git] DEBUG 754892bfdd9a9507da0ad74a37da7f073157bc8c omero-common (v5.7.2-1-g754892b)
2025-05-28 00:34:14,729 [ scc.git] DEBUG d0d0e4790dd145186ca0506c31aa0b40aac18ae5 omero-gateway-java (v5.10.2-1-gd0d0e47)
2025-05-28 00:34:14,733 [ scc.git] DEBUG c4c6357ce8a177dce4bf024f4fe6fd23a64c4fcd omero-model (v5.7.2-4-gc4c6357)
2025-05-28 00:34:14,737 [ scc.git] DEBUG 29e6f1a9a1d17548de405925d41e81313941ea4a omero-renderer (v5.6.2-1-g29e6f1a)
2025-05-28 00:34:14,741 [ scc.git] DEBUG 18595c1558d066a9c37ce53165a3b7f5a268c459 omero-romio (v5.8.2-1-g18595c1)
2025-05-28 00:34:14,744 [ scc.git] DEBUG f3ce0f6f1f7b86dac78350d14b39847b0c5512f8 omero-server (v5.7.2-1-gf3ce0f6f)
2025-05-28 00:34:14,745 [ scc.merge] INFO Merging Pull Request(s) based on master
2025-05-28 00:34:14,745 [ scc.merge] INFO Including Pull Request(s) opened by any public member of the organization
2025-05-28 00:34:14,745 [ scc.merge] INFO Including Pull Request(s) labelled as include or dependencies
2025-05-28 00:34:14,745 [ scc.merge] INFO Excluding Pull Request(s) staged as draft
2025-05-28 00:34:14,745 [ scc.merge] INFO Excluding Pull Request(s) labelled as exclude or breaking
2025-05-28 00:34:14,745 [ scc.repo] DEBUG ## PRs found:
2025-05-28 00:34:14,863 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:15,122 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/pulls HTTP/1.1" 200 None
2025-05-28 00:34:15,373 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:15,605 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/issues/243 HTTP/1.1" 200 None
2025-05-28 00:34:15,605 [ scc.repo] DEBUG # ... Include label: dependencies
2025-05-28 00:34:15,605 [ scc.repo] DEBUG - PR 243 dependabot[bot] 'Bump omero-model from `c4c6357` to `3329504`'
2025-05-28 00:34:15,856 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:16,080 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/issues/242 HTTP/1.1" 200 None
2025-05-28 00:34:16,080 [ scc.repo] DEBUG # ... Include label: dependencies
2025-05-28 00:34:16,080 [ scc.repo] DEBUG - PR 242 dependabot[bot] 'Bump omero-server from `f3ce0f6` to `23c2596`'
2025-05-28 00:34:16,331 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:16,564 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/issues/241 HTTP/1.1" 200 None
2025-05-28 00:34:16,564 [ scc.repo] DEBUG # ... Include label: dependencies
2025-05-28 00:34:16,564 [ scc.repo] DEBUG - PR 241 dependabot[bot] 'Bump omero-blitz from `3b924c1` to `6d34e0e`'
2025-05-28 00:34:16,564 [ scc.repo] DEBUG ## Branches found:
2025-05-28 00:34:16,564 [ scc.git] DEBUG Get sha1 of %s
2025-05-28 00:34:16,564 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-28 00:34:16,567 [ scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master'
2025-05-28 00:34:16,570 [ scc.git] DEBUG ## Merging base to ensure closed PRs are included.
2025-05-28 00:34:16,570 [ scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master'
2025-05-28 00:34:16,572 [ scc.git] DEBUG Calling 'git merge --ff-only origin/master'
2025-05-28 00:34:16,575 [ scc.git] DEBUG Already up to date.
2025-05-28 00:34:16,575 [ scc.git] DEBUG Calling 'git fetch origin pull/241/head'
2025-05-28 00:34:16,884 [ scc.git] DEBUG From https://github.com/ome/omero-build
2025-05-28 00:34:16,884 [ scc.git] DEBUG * branch refs/pull/241/head -> FETCH_HEAD
2025-05-28 00:34:16,890 [ scc.git] DEBUG Calling 'git fetch origin pull/242/head'
2025-05-28 00:34:17,178 [ scc.git] DEBUG From https://github.com/ome/omero-build
2025-05-28 00:34:17,178 [ scc.git] DEBUG * branch refs/pull/242/head -> FETCH_HEAD
2025-05-28 00:34:17,184 [ scc.git] DEBUG Calling 'git fetch origin pull/243/head'
2025-05-28 00:34:17,442 [ scc.git] DEBUG From https://github.com/ome/omero-build
2025-05-28 00:34:17,442 [ scc.git] DEBUG * branch refs/pull/243/head -> FETCH_HEAD
2025-05-28 00:34:17,448 [ scc.git] DEBUG ## Unique users: []
2025-05-28 00:34:17,448 [ scc.git] DEBUG Get sha1 of %s
2025-05-28 00:34:17,448 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-28 00:34:17,450 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...7313e3e2eb7a4f8862c0e23bedaf1af1c46d98c5'
2025-05-28 00:34:17,491 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-28 00:34:17,493 [ 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-28 00:34:17,503 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-05-28 00:34:17,506 [ scc.git] DEBUG omero-blitz | 2 +-
2025-05-28 00:34:17,506 [ scc.git] DEBUG 1 file changed, 1 insertion(+), 1 deletion(-)
2025-05-28 00:34:17,508 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:17,673 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-28 00:34:17,674 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...c107491844725eed0ae249752aa9caab0a419e2a'
2025-05-28 00:34:17,726 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-28 00:34:17,728 [ 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-28 00:34:17,776 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-05-28 00:34:17,779 [ scc.git] DEBUG omero-server | 2 +-
2025-05-28 00:34:17,779 [ scc.git] DEBUG 1 file changed, 1 insertion(+), 1 deletion(-)
2025-05-28 00:34:17,925 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:18,087 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-28 00:34:18,088 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...a70265b75a6658801db3b572af7adb1e0e46ab9c'
2025-05-28 00:34:18,107 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-28 00:34:18,109 [ 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-28 00:34:18,125 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-05-28 00:34:18,127 [ scc.git] DEBUG omero-model | 2 +-
2025-05-28 00:34:18,127 [ scc.git] DEBUG 1 file changed, 1 insertion(+), 1 deletion(-)
2025-05-28 00:34:18,339 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:18,526 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-28 00:34:18,527 [ scc.git] DEBUG Calling 'git submodule update'
2025-05-28 00:34:18,818 [ scc.git] DEBUG Submodule path 'omero-blitz': checked out '6d34e0ecdd65026edbdb4c6cb330f944fe358193'
2025-05-28 00:34:18,923 [ scc.git] DEBUG Submodule path 'omero-model': checked out '33295040fd7b52f4b384b1bc9c68aea99b4a85f1'
2025-05-28 00:34:19,139 [ scc.git] DEBUG Submodule path 'omero-server': checked out '23c2596ede328fc5020901f7d9e71fc91151a240'
2025-05-28 00:34:19,140 [ scc.git] DEBUG Get sha1 of %s
2025-05-28 00:34:19,140 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-28 00:34:19,143 [ scc.git] DEBUG Calling 'git status --porcelain'
2025-05-28 00:34:19,630 [ scc.git] DEBUG <scc.git.GitRepository object at 0x7f151829f310> has no local changes
2025-05-28 00:34:19,630 [ 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#444 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build-push/444/)'
2025-05-28 00:34:19,869 [ scc.git] DEBUG [detached HEAD 4fdff42] merge master -Dorg -Snone
2025-05-28 00:34:19,869 [ scc.merge] INFO Repository: ome/omero-build
2025-05-28 00:34:19,869 [ scc.merge] INFO Already up to date.
2025-05-28 00:34:19,870 [ scc.merge] INFO
2025-05-28 00:34:19,870 [ scc.merge] INFO Merged PRs:
2025-05-28 00:34:19,870 [ scc.merge] INFO - PR 241 dependabot[bot] 'Bump omero-blitz from `3b924c1` to `6d34e0e`'
2025-05-28 00:34:19,870 [ scc.merge] INFO - PR 242 dependabot[bot] 'Bump omero-server from `f3ce0f6` to `23c2596`'
2025-05-28 00:34:19,870 [ scc.merge] INFO - PR 243 dependabot[bot] 'Bump omero-model from `c4c6357` to `3329504`'
2025-05-28 00:34:19,870 [ scc.merge] INFO
2025-05-28 00:34:19,870 [ scc.merge] DEBUG Cleaning remote branches created for merging
2025-05-28 00:34:19,870 [ 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-28 00:34:22,957 [ scc.config] DEBUG Found github.token
2025-05-28 00:34:22,958 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:23,123 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-28 00:34:23,374 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:23,539 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-28 00:34:23,791 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:23,935 [urllib3.conn] DEBUG https://api.github.com:443 "GET /rate_limit HTTP/1.1" 200 None
2025-05-28 00:34:23,935 [ scc.gh] DEBUG 4834 remaining from 5000 (Reset at 01:05
2025-05-28 00:34:23,936 [ scc.git] DEBUG Calling 'git rev-parse --show-toplevel'
2025-05-28 00:34:23,939 [ scc.git] DEBUG Check current status
2025-05-28 00:34:23,939 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2025-05-28 00:34:23,941 [ scc.git] DEBUG 4fdff42 merge master -Dorg -Snone
2025-05-28 00:34:23,941 [ scc.git] DEBUG Calling 'git submodule status'
2025-05-28 00:34:23,983 [ scc.git] DEBUG 6d34e0ecdd65026edbdb4c6cb330f944fe358193 omero-blitz (v5.8.2-3-g6d34e0ec)
2025-05-28 00:34:23,987 [ scc.git] DEBUG 754892bfdd9a9507da0ad74a37da7f073157bc8c omero-common (v5.7.2-1-g754892b)
2025-05-28 00:34:23,991 [ scc.git] DEBUG d0d0e4790dd145186ca0506c31aa0b40aac18ae5 omero-gateway-java (v5.10.2-1-gd0d0e47)
2025-05-28 00:34:23,995 [ scc.git] DEBUG 33295040fd7b52f4b384b1bc9c68aea99b4a85f1 omero-model (v5.7.2-12-g3329504)
2025-05-28 00:34:23,999 [ scc.git] DEBUG 29e6f1a9a1d17548de405925d41e81313941ea4a omero-renderer (v5.6.2-1-g29e6f1a)
2025-05-28 00:34:24,002 [ scc.git] DEBUG 18595c1558d066a9c37ce53165a3b7f5a268c459 omero-romio (v5.8.2-1-g18595c1)
2025-05-28 00:34:24,006 [ scc.git] DEBUG 23c2596ede328fc5020901f7d9e71fc91151a240 omero-server (v5.7.2-9-g23c2596e)
2025-05-28 00:34:24,009 [ scc.config] DEBUG Found remote.origin.url
2025-05-28 00:34:24,186 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:24,444 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build HTTP/1.1" 200 None
2025-05-28 00:34:24,696 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:24,967 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None
2025-05-28 00:34:25,218 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:25,401 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None
2025-05-28 00:34:25,652 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:25,839 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None
2025-05-28 00:34:26,090 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:26,270 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None
2025-05-28 00:34:26,271 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-05-28 00:34:26,323 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-blitz
2025-05-28 00:34:26,323 [ scc.git] DEBUG Calling 'git rev-parse --show-toplevel'
2025-05-28 00:34:26,325 [ scc.git] DEBUG Check current status
2025-05-28 00:34:26,325 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2025-05-28 00:34:26,327 [ scc.git] DEBUG 6d34e0ec Merge pull request #159 from sbesson/ehcache_2.10.9.2
2025-05-28 00:34:26,327 [ scc.git] DEBUG Calling 'git submodule status'
2025-05-28 00:34:26,368 [ scc.config] DEBUG Found remote.origin.url
2025-05-28 00:34:26,522 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:26,800 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz HTTP/1.1" 200 None
2025-05-28 00:34:27,052 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:27,291 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None
2025-05-28 00:34:27,542 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:27,712 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None
2025-05-28 00:34:27,963 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:28,151 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None
2025-05-28 00:34:28,402 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:28,574 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None
2025-05-28 00:34:28,575 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-05-28 00:34:28,614 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-05-28 00:34:28,615 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-common
2025-05-28 00:34:28,615 [ scc.git] DEBUG Calling 'git rev-parse --show-toplevel'
2025-05-28 00:34:28,617 [ scc.git] DEBUG Check current status
2025-05-28 00:34:28,617 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2025-05-28 00:34:28,619 [ scc.git] DEBUG 754892b Revert to snapshot
2025-05-28 00:34:28,620 [ scc.git] DEBUG Calling 'git submodule status'
2025-05-28 00:34:28,660 [ scc.config] DEBUG Found remote.origin.url
2025-05-28 00:34:28,825 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:29,103 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-common HTTP/1.1" 200 None
2025-05-28 00:34:29,354 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:29,575 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None
2025-05-28 00:34:29,827 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:30,015 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None
2025-05-28 00:34:30,267 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:30,470 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None
2025-05-28 00:34:30,721 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:30,892 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None
2025-05-28 00:34:30,893 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-05-28 00:34:30,933 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-05-28 00:34:30,933 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-gateway-java
2025-05-28 00:34:30,933 [ scc.git] DEBUG Calling 'git rev-parse --show-toplevel'
2025-05-28 00:34:30,935 [ scc.git] DEBUG Check current status
2025-05-28 00:34:30,935 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2025-05-28 00:34:30,938 [ scc.git] DEBUG d0d0e47 Revert to snapshot
2025-05-28 00:34:30,938 [ scc.git] DEBUG Calling 'git submodule status'
2025-05-28 00:34:30,978 [ scc.config] DEBUG Found remote.origin.url
2025-05-28 00:34:31,143 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:31,421 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java HTTP/1.1" 200 None
2025-05-28 00:34:31,673 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:31,910 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None
2025-05-28 00:34:32,161 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:32,353 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None
2025-05-28 00:34:32,605 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:32,792 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None
2025-05-28 00:34:33,044 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:33,237 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None
2025-05-28 00:34:33,238 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-05-28 00:34:33,276 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-05-28 00:34:33,277 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-model
2025-05-28 00:34:33,277 [ scc.git] DEBUG Calling 'git rev-parse --show-toplevel'
2025-05-28 00:34:33,279 [ scc.git] DEBUG Check current status
2025-05-28 00:34:33,279 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2025-05-28 00:34:33,282 [ scc.git] DEBUG 3329504 Merge pull request #116 from sbesson/dom4j_2.1.2
2025-05-28 00:34:33,282 [ scc.git] DEBUG Calling 'git submodule status'
2025-05-28 00:34:33,321 [ scc.config] DEBUG Found remote.origin.url
2025-05-28 00:34:33,488 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:33,765 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-model HTTP/1.1" 200 None
2025-05-28 00:34:34,016 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:34,251 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None
2025-05-28 00:34:34,502 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:34,685 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None
2025-05-28 00:34:34,936 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:35,127 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None
2025-05-28 00:34:35,379 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:35,554 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None
2025-05-28 00:34:35,554 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-05-28 00:34:35,595 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-05-28 00:34:35,595 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-renderer
2025-05-28 00:34:35,595 [ scc.git] DEBUG Calling 'git rev-parse --show-toplevel'
2025-05-28 00:34:35,597 [ scc.git] DEBUG Check current status
2025-05-28 00:34:35,598 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2025-05-28 00:34:35,600 [ scc.git] DEBUG 29e6f1a Revert to snapshot
2025-05-28 00:34:35,600 [ scc.git] DEBUG Calling 'git submodule status'
2025-05-28 00:34:35,640 [ scc.config] DEBUG Found remote.origin.url
2025-05-28 00:34:35,805 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:36,070 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-renderer HTTP/1.1" 200 None
2025-05-28 00:34:36,322 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:36,537 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None
2025-05-28 00:34:36,788 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:36,970 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None
2025-05-28 00:34:37,221 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:37,401 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None
2025-05-28 00:34:37,653 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:37,823 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None
2025-05-28 00:34:37,824 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-05-28 00:34:37,862 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-05-28 00:34:37,862 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-romio
2025-05-28 00:34:37,862 [ scc.git] DEBUG Calling 'git rev-parse --show-toplevel'
2025-05-28 00:34:37,864 [ scc.git] DEBUG Check current status
2025-05-28 00:34:37,864 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2025-05-28 00:34:37,867 [ scc.git] DEBUG 18595c1 Revert to snapshot
2025-05-28 00:34:37,867 [ scc.git] DEBUG Calling 'git submodule status'
2025-05-28 00:34:37,907 [ scc.config] DEBUG Found remote.origin.url
2025-05-28 00:34:38,075 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:38,333 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-romio HTTP/1.1" 200 None
2025-05-28 00:34:38,584 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:38,820 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None
2025-05-28 00:34:39,071 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:39,260 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None
2025-05-28 00:34:39,512 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:39,707 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None
2025-05-28 00:34:39,959 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:40,157 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None
2025-05-28 00:34:40,158 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-05-28 00:34:40,198 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-05-28 00:34:40,199 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-server
2025-05-28 00:34:40,199 [ scc.git] DEBUG Calling 'git rev-parse --show-toplevel'
2025-05-28 00:34:40,201 [ scc.git] DEBUG Check current status
2025-05-28 00:34:40,201 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2025-05-28 00:34:40,204 [ scc.git] DEBUG 23c2596e Merge pull request #192 from sbesson/ehcache_2.10.9.2
2025-05-28 00:34:40,204 [ scc.git] DEBUG Calling 'git submodule status'
2025-05-28 00:34:40,243 [ scc.config] DEBUG Found remote.origin.url
2025-05-28 00:34:40,408 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:40,686 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server HTTP/1.1" 200 None
2025-05-28 00:34:40,937 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:41,196 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None
2025-05-28 00:34:41,447 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:41,628 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None
2025-05-28 00:34:41,880 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:42,075 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None
2025-05-28 00:34:42,327 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:42,507 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None
2025-05-28 00:34:42,508 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-05-28 00:34:42,549 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-05-28 00:34:42,549 [ scc.git] DEBUG Resetting...
2025-05-28 00:34:42,549 [ scc.git] DEBUG Calling 'git reset --hard HEAD'
2025-05-28 00:34:42,555 [ scc.git] DEBUG HEAD is now at 4fdff42 merge master -Dorg -Snone
2025-05-28 00:34:42,555 [ scc.git] DEBUG Calling 'git submodule update --recursive'
2025-05-28 00:34:42,612 [ scc.git] DEBUG Check current status
2025-05-28 00:34:42,613 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2025-05-28 00:34:42,615 [ scc.git] DEBUG 4fdff42 merge master -Dorg -Snone
2025-05-28 00:34:42,615 [ scc.git] DEBUG Calling 'git submodule status'
2025-05-28 00:34:42,654 [ scc.git] DEBUG 6d34e0ecdd65026edbdb4c6cb330f944fe358193 omero-blitz (v5.8.2-3-g6d34e0ec)
2025-05-28 00:34:42,658 [ scc.git] DEBUG 754892bfdd9a9507da0ad74a37da7f073157bc8c omero-common (v5.7.2-1-g754892b)
2025-05-28 00:34:42,662 [ scc.git] DEBUG d0d0e4790dd145186ca0506c31aa0b40aac18ae5 omero-gateway-java (v5.10.2-1-gd0d0e47)
2025-05-28 00:34:42,666 [ scc.git] DEBUG 33295040fd7b52f4b384b1bc9c68aea99b4a85f1 omero-model (v5.7.2-12-g3329504)
2025-05-28 00:34:42,669 [ scc.git] DEBUG 29e6f1a9a1d17548de405925d41e81313941ea4a omero-renderer (v5.6.2-1-g29e6f1a)
2025-05-28 00:34:42,673 [ scc.git] DEBUG 18595c1558d066a9c37ce53165a3b7f5a268c459 omero-romio (v5.8.2-1-g18595c1)
2025-05-28 00:34:42,676 [ scc.git] DEBUG 23c2596ede328fc5020901f7d9e71fc91151a240 omero-server (v5.7.2-9-g23c2596e)
2025-05-28 00:34:42,677 [ scc.merge] INFO Merging Pull Request(s) based on master
2025-05-28 00:34:42,677 [ scc.merge] INFO Including Pull Request(s) opened by any public member of the organization
2025-05-28 00:34:42,677 [ scc.merge] INFO Including Pull Request(s) labelled as include or dependencies
2025-05-28 00:34:42,677 [ scc.merge] INFO Excluding Pull Request(s) staged as draft
2025-05-28 00:34:42,677 [ scc.merge] INFO Excluding Pull Request(s) labelled as exclude or breaking
2025-05-28 00:34:42,677 [ scc.merge] INFO Excluding Pull Request(s) without successful status
2025-05-28 00:34:42,677 [ scc.repo] DEBUG ## PRs found:
2025-05-28 00:34:42,759 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:43,013 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/pulls HTTP/1.1" 200 None
2025-05-28 00:34:43,265 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:43,508 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/issues/243 HTTP/1.1" 200 None
2025-05-28 00:34:43,508 [ scc.repo] DEBUG # ... Include label: dependencies
2025-05-28 00:34:43,759 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:44,132 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/commits/a70265b75a6658801db3b572af7adb1e0e46ab9c HTTP/1.1" 200 None
2025-05-28 00:34:44,383 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:44,629 [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-28 00:34:44,880 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:45,220 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/commits/a70265b75a6658801db3b572af7adb1e0e46ab9c HTTP/1.1" 200 None
2025-05-28 00:34:45,471 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:45,647 [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-28 00:34:45,647 [ scc.repo] DEBUG - PR 243 dependabot[bot] 'Bump omero-model from `c4c6357` to `3329504`'
2025-05-28 00:34:45,898 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:46,133 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/issues/242 HTTP/1.1" 200 None
2025-05-28 00:34:46,133 [ scc.repo] DEBUG # ... Include label: dependencies
2025-05-28 00:34:46,384 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:46,691 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/commits/c107491844725eed0ae249752aa9caab0a419e2a HTTP/1.1" 200 None
2025-05-28 00:34:46,942 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:47,153 [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-28 00:34:47,405 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:47,658 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/commits/c107491844725eed0ae249752aa9caab0a419e2a HTTP/1.1" 200 None
2025-05-28 00:34:47,910 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:48,116 [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-28 00:34:48,117 [ scc.repo] DEBUG - PR 242 dependabot[bot] 'Bump omero-server from `f3ce0f6` to `23c2596`'
2025-05-28 00:34:48,367 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:48,605 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/issues/241 HTTP/1.1" 200 None
2025-05-28 00:34:48,605 [ scc.repo] DEBUG # ... Include label: dependencies
2025-05-28 00:34:48,856 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:49,152 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/commits/7313e3e2eb7a4f8862c0e23bedaf1af1c46d98c5 HTTP/1.1" 200 None
2025-05-28 00:34:49,403 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:49,604 [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-28 00:34:49,855 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:50,177 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-build/commits/7313e3e2eb7a4f8862c0e23bedaf1af1c46d98c5 HTTP/1.1" 200 None
2025-05-28 00:34:50,428 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:50,619 [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-28 00:34:50,620 [ scc.repo] DEBUG - PR 241 dependabot[bot] 'Bump omero-blitz from `3b924c1` to `6d34e0e`'
2025-05-28 00:34:50,620 [ scc.repo] DEBUG ## Branches found:
2025-05-28 00:34:50,620 [ scc.git] DEBUG Get sha1 of %s
2025-05-28 00:34:50,620 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-28 00:34:50,622 [ scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master'
2025-05-28 00:34:50,624 [ scc.git] DEBUG ## Merging base to ensure closed PRs are included.
2025-05-28 00:34:50,625 [ scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master'
2025-05-28 00:34:50,627 [ scc.git] DEBUG Calling 'git merge --ff-only origin/master'
2025-05-28 00:34:50,630 [ scc.git] DEBUG Already up to date.
2025-05-28 00:34:50,631 [ scc.git] DEBUG Calling 'git fetch origin pull/241/head'
2025-05-28 00:34:50,930 [ scc.git] DEBUG From https://github.com/ome/omero-build
2025-05-28 00:34:50,930 [ scc.git] DEBUG * branch refs/pull/241/head -> FETCH_HEAD
2025-05-28 00:34:50,936 [ scc.git] DEBUG Calling 'git fetch origin pull/242/head'
2025-05-28 00:34:51,223 [ scc.git] DEBUG From https://github.com/ome/omero-build
2025-05-28 00:34:51,223 [ scc.git] DEBUG * branch refs/pull/242/head -> FETCH_HEAD
2025-05-28 00:34:51,229 [ scc.git] DEBUG Calling 'git fetch origin pull/243/head'
2025-05-28 00:34:51,511 [ scc.git] DEBUG From https://github.com/ome/omero-build
2025-05-28 00:34:51,511 [ scc.git] DEBUG * branch refs/pull/243/head -> FETCH_HEAD
2025-05-28 00:34:51,517 [ scc.git] DEBUG ## Unique users: []
2025-05-28 00:34:51,517 [ scc.git] DEBUG Get sha1 of %s
2025-05-28 00:34:51,517 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-28 00:34:51,519 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...7313e3e2eb7a4f8862c0e23bedaf1af1c46d98c5'
2025-05-28 00:34:51,522 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-28 00:34:51,524 [ 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-28 00:34:51,527 [ scc.git] DEBUG Already up to date.
2025-05-28 00:34:51,528 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:51,686 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-28 00:34:51,687 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...c107491844725eed0ae249752aa9caab0a419e2a'
2025-05-28 00:34:51,690 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-28 00:34:51,692 [ 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-28 00:34:51,695 [ scc.git] DEBUG Already up to date.
2025-05-28 00:34:51,938 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:52,125 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-28 00:34:52,126 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...a70265b75a6658801db3b572af7adb1e0e46ab9c'
2025-05-28 00:34:52,129 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-28 00:34:52,131 [ 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-28 00:34:52,133 [ scc.git] DEBUG Already up to date.
2025-05-28 00:34:52,377 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:52,529 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-28 00:34:52,529 [ scc.git] DEBUG Calling 'git submodule update'
2025-05-28 00:34:52,574 [ scc.git] DEBUG Get sha1 of %s
2025-05-28 00:34:52,574 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-28 00:34:52,576 [ scc.repo] DEBUG ## PRs found:
2025-05-28 00:34:52,781 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:53,078 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/pulls HTTP/1.1" 200 None
2025-05-28 00:34:53,329 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:53,622 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/issues/161 HTTP/1.1" 200 None
2025-05-28 00:34:53,874 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:54,172 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/commits/e2bc6ff9d93229122ee05f55c6a77f6a6147916a HTTP/1.1" 200 None
2025-05-28 00:34:54,424 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:54,711 [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-28 00:34:54,962 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:55,180 [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-28 00:34:55,432 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:55,722 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/commits/e2bc6ff9d93229122ee05f55c6a77f6a6147916a HTTP/1.1" 200 None
2025-05-28 00:34:55,973 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:56,149 [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-28 00:34:56,149 [ scc.repo] DEBUG - PR 161 sbesson 'Only depend on batik-parser and upgrade to 1.19'
2025-05-28 00:34:56,400 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:56,610 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/issues/160 HTTP/1.1" 200 None
2025-05-28 00:34:56,862 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:57,088 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/issues/160/comments HTTP/1.1" 200 None
2025-05-28 00:34:57,340 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:57,625 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/commits/c3ffe9c4b18e1ab991507fb4ac30f834848c0ca9 HTTP/1.1" 200 None
2025-05-28 00:34:57,877 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:58,170 [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-28 00:34:58,421 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:58,656 [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-28 00:34:58,908 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:59,175 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/commits/c3ffe9c4b18e1ab991507fb4ac30f834848c0ca9 HTTP/1.1" 200 None
2025-05-28 00:34:59,426 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:34:59,607 [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-28 00:34:59,607 [ scc.repo] DEBUG - PR 160 sbesson 'Add CodeQL workflow'
2025-05-28 00:34:59,858 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:00,075 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/issues/132 HTTP/1.1" 200 None
2025-05-28 00:35:00,326 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:00,571 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/issues/132/comments HTTP/1.1" 200 None
2025-05-28 00:35:00,822 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:01,113 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/commits/6d887b53b85d244eed855703effd0e470c83bab9 HTTP/1.1" 200 None
2025-05-28 00:35:01,365 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:01,595 [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-28 00:35:01,846 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:02,157 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/commits/6d887b53b85d244eed855703effd0e470c83bab9 HTTP/1.1" 200 None
2025-05-28 00:35:02,408 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:02,601 [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-28 00:35:02,601 [ scc.repo] DEBUG - PR 132 jburel 'Fix javadoc warning'
2025-05-28 00:35:02,852 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:03,062 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/issues/119 HTTP/1.1" 200 None
2025-05-28 00:35:03,314 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:03,563 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/issues/119/comments HTTP/1.1" 200 None
2025-05-28 00:35:03,815 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:04,085 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/commits/4ef8809efaee231eb83e45e64a852a9808bc4723 HTTP/1.1" 200 None
2025-05-28 00:35:04,336 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:04,541 [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-28 00:35:04,792 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:05,057 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz/commits/4ef8809efaee231eb83e45e64a852a9808bc4723 HTTP/1.1" 200 None
2025-05-28 00:35:05,308 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:05,498 [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-28 00:35:05,499 [ scc.repo] DEBUG - PR 119 dominikl 'Take Ice and omero sysenv variables into account'
2025-05-28 00:35:05,499 [ scc.repo] DEBUG ## Branches found:
2025-05-28 00:35:05,499 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-blitz
2025-05-28 00:35:05,499 [ scc.git] DEBUG Get sha1 of %s
2025-05-28 00:35:05,499 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-28 00:35:05,501 [ scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master'
2025-05-28 00:35:05,504 [ scc.git] DEBUG ## Merging base to ensure closed PRs are included.
2025-05-28 00:35:05,504 [ scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master'
2025-05-28 00:35:05,507 [ scc.git] DEBUG Calling 'git merge --ff-only origin/master'
2025-05-28 00:35:05,510 [ scc.git] DEBUG Already up to date.
2025-05-28 00:35:05,510 [ scc.git] DEBUG Calling 'git fetch origin pull/119/head'
2025-05-28 00:35:07,383 [ scc.git] DEBUG From https://github.com/ome/omero-blitz
2025-05-28 00:35:07,383 [ scc.git] DEBUG * branch refs/pull/119/head -> FETCH_HEAD
2025-05-28 00:35:07,388 [ scc.git] DEBUG Calling 'git fetch origin pull/132/head'
2025-05-28 00:35:07,886 [ scc.git] DEBUG From https://github.com/ome/omero-blitz
2025-05-28 00:35:07,886 [ scc.git] DEBUG * branch refs/pull/132/head -> FETCH_HEAD
2025-05-28 00:35:07,890 [ scc.git] DEBUG Calling 'git fetch origin pull/160/head'
2025-05-28 00:35:08,371 [ scc.git] DEBUG From https://github.com/ome/omero-blitz
2025-05-28 00:35:08,371 [ scc.git] DEBUG * branch refs/pull/160/head -> FETCH_HEAD
2025-05-28 00:35:08,375 [ scc.git] DEBUG Calling 'git fetch origin pull/161/head'
2025-05-28 00:35:08,675 [ scc.git] DEBUG From https://github.com/ome/omero-blitz
2025-05-28 00:35:08,675 [ scc.git] DEBUG * branch refs/pull/161/head -> FETCH_HEAD
2025-05-28 00:35:08,679 [ scc.git] DEBUG ## Unique users: []
2025-05-28 00:35:08,680 [ scc.git] DEBUG Get sha1 of %s
2025-05-28 00:35:08,680 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-28 00:35:08,682 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...4ef8809efaee231eb83e45e64a852a9808bc4723'
2025-05-28 00:35:08,687 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-28 00:35:08,689 [ 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-28 00:35:08,859 [ scc.git] DEBUG Auto-merging src/main/java/omero/client.java
2025-05-28 00:35:08,861 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-05-28 00:35:08,864 [ scc.git] DEBUG src/main/java/omero/client.java | 6 ++++++
2025-05-28 00:35:08,865 [ scc.git] DEBUG 1 file changed, 6 insertions(+)
2025-05-28 00:35:08,866 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:09,032 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-28 00:35:09,032 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...6d887b53b85d244eed855703effd0e470c83bab9'
2025-05-28 00:35:09,037 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-28 00:35:09,039 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 132 (Fix javadoc warning) 6d887b53b85d244eed855703effd0e470c83bab9'
2025-05-28 00:35:09,093 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-05-28 00:35:09,096 [ scc.git] DEBUG src/main/slice/omero/api/ThumbnailStore.ice | 2 +-
2025-05-28 00:35:09,096 [ scc.git] DEBUG 1 file changed, 1 insertion(+), 1 deletion(-)
2025-05-28 00:35:09,283 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:09,442 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-28 00:35:09,443 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...c3ffe9c4b18e1ab991507fb4ac30f834848c0ca9'
2025-05-28 00:35:09,448 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-28 00:35:09,450 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 160 (Add CodeQL workflow) c3ffe9c4b18e1ab991507fb4ac30f834848c0ca9'
2025-05-28 00:35:09,464 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-05-28 00:35:09,467 [ scc.git] DEBUG .github/workflows/codeql.yml | 52 +++++++
2025-05-28 00:35:09,467 [ scc.git] DEBUG gradle/wrapper/gradle-wrapper.jar | Bin 0 -> 59203 bytes
2025-05-28 00:35:09,467 [ scc.git] DEBUG gradle/wrapper/gradle-wrapper.properties | 5 +
2025-05-28 00:35:09,467 [ scc.git] DEBUG gradlew | 234 +++++++++++++++++++++++++++++++
2025-05-28 00:35:09,468 [ scc.git] DEBUG gradlew.bat | 89 ++++++++++++
2025-05-28 00:35:09,468 [ scc.git] DEBUG 5 files changed, 380 insertions(+)
2025-05-28 00:35:09,468 [ scc.git] DEBUG create mode 100644 .github/workflows/codeql.yml
2025-05-28 00:35:09,468 [ scc.git] DEBUG create mode 100644 gradle/wrapper/gradle-wrapper.jar
2025-05-28 00:35:09,468 [ scc.git] DEBUG create mode 100644 gradle/wrapper/gradle-wrapper.properties
2025-05-28 00:35:09,468 [ scc.git] DEBUG create mode 100755 gradlew
2025-05-28 00:35:09,468 [ scc.git] DEBUG create mode 100644 gradlew.bat
2025-05-28 00:35:09,694 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:09,861 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-28 00:35:09,861 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...e2bc6ff9d93229122ee05f55c6a77f6a6147916a'
2025-05-28 00:35:09,866 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-28 00:35:09,868 [ 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-28 00:35:10,005 [ scc.git] DEBUG Auto-merging build.gradle
2025-05-28 00:35:10,006 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-05-28 00:35:10,009 [ scc.git] DEBUG build.gradle | 2 +-
2025-05-28 00:35:10,009 [ scc.git] DEBUG 1 file changed, 1 insertion(+), 1 deletion(-)
2025-05-28 00:35:10,112 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:10,279 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-28 00:35:10,280 [ scc.git] DEBUG Calling 'git submodule update'
2025-05-28 00:35:10,318 [ scc.git] DEBUG Get sha1 of %s
2025-05-28 00:35:10,318 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-28 00:35:10,320 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-05-28 00:35:10,357 [ scc.git] DEBUG Calling 'git status --porcelain'
2025-05-28 00:35:10,364 [ scc.git] DEBUG <scc.git.GitRepository object at 0x7f189c96bd50> has no local changes
2025-05-28 00:35:10,364 [ 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#444 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build-push/444/)'
2025-05-28 00:35:10,372 [ scc.git] DEBUG [detached HEAD ae2d898f] merge master -Dorg -Ssuccess-only
2025-05-28 00:35:10,372 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-05-28 00:35:10,372 [ scc.repo] DEBUG ## PRs found:
2025-05-28 00:35:10,531 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:10,984 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-common/pulls HTTP/1.1" 200 None
2025-05-28 00:35:11,236 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:11,472 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-common/issues/50 HTTP/1.1" 200 None
2025-05-28 00:35:11,723 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:11,958 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-common/issues/50/comments HTTP/1.1" 200 None
2025-05-28 00:35:12,209 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:12,516 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-common/commits/f4a28d84c3bb443ccf46765e43eb129100b0980e HTTP/1.1" 200 None
2025-05-28 00:35:12,768 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:13,012 [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-28 00:35:13,263 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:13,534 [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-28 00:35:13,786 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:14,088 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-common/commits/f4a28d84c3bb443ccf46765e43eb129100b0980e HTTP/1.1" 200 None
2025-05-28 00:35:14,339 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:14,571 [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-28 00:35:14,572 [ scc.repo] DEBUG - PR 50 sbesson 'Add CodeQL workflow'
2025-05-28 00:35:14,823 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:15,044 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-common/issues/45 HTTP/1.1" 200 None
2025-05-28 00:35:15,295 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:15,514 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-common/issues/45/comments HTTP/1.1" 200 None
2025-05-28 00:35:15,765 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:16,024 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-common/issues/42 HTTP/1.1" 200 None
2025-05-28 00:35:16,276 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:16,488 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-common/issues/42/comments HTTP/1.1" 200 None
2025-05-28 00:35:16,739 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:17,019 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-common/commits/92e4d3ee9bd655e531156415863a1defa7d0ab39 HTTP/1.1" 200 None
2025-05-28 00:35:17,270 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:17,463 [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-28 00:35:17,715 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:17,974 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-common/commits/92e4d3ee9bd655e531156415863a1defa7d0ab39 HTTP/1.1" 200 None
2025-05-28 00:35:18,226 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:18,409 [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-28 00:35:18,409 [ scc.repo] DEBUG - PR 42 jburel 'include all'
2025-05-28 00:35:18,410 [ scc.repo] DEBUG ## Branches found:
2025-05-28 00:35:18,410 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-common
2025-05-28 00:35:18,410 [ scc.git] DEBUG Get sha1 of %s
2025-05-28 00:35:18,410 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-28 00:35:18,412 [ scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master'
2025-05-28 00:35:18,414 [ scc.git] DEBUG ## Merging base to ensure closed PRs are included.
2025-05-28 00:35:18,414 [ scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master'
2025-05-28 00:35:18,417 [ scc.git] DEBUG Calling 'git merge --ff-only origin/master'
2025-05-28 00:35:18,420 [ scc.git] DEBUG Already up to date.
2025-05-28 00:35:18,420 [ scc.git] DEBUG Calling 'git fetch origin pull/42/head'
2025-05-28 00:35:19,786 [ scc.git] DEBUG From https://github.com/ome/omero-common
2025-05-28 00:35:19,786 [ scc.git] DEBUG * branch refs/pull/42/head -> FETCH_HEAD
2025-05-28 00:35:19,790 [ scc.git] DEBUG Calling 'git fetch origin pull/50/head'
2025-05-28 00:35:20,101 [ scc.git] DEBUG From https://github.com/ome/omero-common
2025-05-28 00:35:20,101 [ scc.git] DEBUG * branch refs/pull/50/head -> FETCH_HEAD
2025-05-28 00:35:20,105 [ scc.git] DEBUG ## Unique users: []
2025-05-28 00:35:20,105 [ scc.git] DEBUG Get sha1 of %s
2025-05-28 00:35:20,105 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-28 00:35:20,107 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...92e4d3ee9bd655e531156415863a1defa7d0ab39'
2025-05-28 00:35:20,111 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-28 00:35:20,113 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 42 (include all) 92e4d3ee9bd655e531156415863a1defa7d0ab39'
2025-05-28 00:35:20,131 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-05-28 00:35:20,134 [ scc.git] DEBUG publish.gradle | 17 +----------------
2025-05-28 00:35:20,134 [ scc.git] DEBUG 1 file changed, 1 insertion(+), 16 deletions(-)
2025-05-28 00:35:20,135 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:20,296 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-28 00:35:20,296 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...f4a28d84c3bb443ccf46765e43eb129100b0980e'
2025-05-28 00:35:20,300 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-28 00:35:20,302 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 50 (Add CodeQL workflow) f4a28d84c3bb443ccf46765e43eb129100b0980e'
2025-05-28 00:35:20,380 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-05-28 00:35:20,383 [ scc.git] DEBUG .github/workflows/codeql.yml | 48 ++++++++
2025-05-28 00:35:20,383 [ scc.git] DEBUG gradle.properties | 1 +
2025-05-28 00:35:20,383 [ scc.git] DEBUG gradle/wrapper/gradle-wrapper.jar | Bin 0 -> 59203 bytes
2025-05-28 00:35:20,383 [ scc.git] DEBUG gradle/wrapper/gradle-wrapper.properties | 5 +
2025-05-28 00:35:20,383 [ scc.git] DEBUG gradlew | 185 +++++++++++++++++++++++++++++++
2025-05-28 00:35:20,383 [ scc.git] DEBUG gradlew.bat | 89 +++++++++++++++
2025-05-28 00:35:20,383 [ scc.git] DEBUG 6 files changed, 328 insertions(+)
2025-05-28 00:35:20,383 [ scc.git] DEBUG create mode 100644 .github/workflows/codeql.yml
2025-05-28 00:35:20,383 [ scc.git] DEBUG create mode 100644 gradle.properties
2025-05-28 00:35:20,383 [ scc.git] DEBUG create mode 100644 gradle/wrapper/gradle-wrapper.jar
2025-05-28 00:35:20,383 [ scc.git] DEBUG create mode 100644 gradle/wrapper/gradle-wrapper.properties
2025-05-28 00:35:20,383 [ scc.git] DEBUG create mode 100755 gradlew
2025-05-28 00:35:20,383 [ scc.git] DEBUG create mode 100644 gradlew.bat
2025-05-28 00:35:20,547 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:20,712 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-28 00:35:20,713 [ scc.git] DEBUG Calling 'git submodule update'
2025-05-28 00:35:20,750 [ scc.git] DEBUG Get sha1 of %s
2025-05-28 00:35:20,750 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-28 00:35:20,752 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-05-28 00:35:20,788 [ scc.git] DEBUG Calling 'git status --porcelain'
2025-05-28 00:35:20,792 [ scc.git] DEBUG <scc.git.GitRepository object at 0x7f189c957210> has no local changes
2025-05-28 00:35:20,793 [ 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#444 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build-push/444/)'
2025-05-28 00:35:20,800 [ scc.git] DEBUG [detached HEAD 77868a2] merge master -Dorg -Ssuccess-only
2025-05-28 00:35:20,800 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-05-28 00:35:20,800 [ scc.repo] DEBUG ## PRs found:
2025-05-28 00:35:20,964 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:21,304 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java/pulls HTTP/1.1" 200 None
2025-05-28 00:35:21,556 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:21,783 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java/issues/102 HTTP/1.1" 200 None
2025-05-28 00:35:22,035 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:22,264 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java/issues/102/comments HTTP/1.1" 200 None
2025-05-28 00:35:22,515 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:22,819 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java/commits/bd0e1be487c53642786cc79f9acfb00258b719b1 HTTP/1.1" 200 None
2025-05-28 00:35:23,070 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:23,324 [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-28 00:35:23,576 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:23,802 [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-28 00:35:24,054 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:24,323 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java/commits/bd0e1be487c53642786cc79f9acfb00258b719b1 HTTP/1.1" 200 None
2025-05-28 00:35:24,575 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:24,797 [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-28 00:35:24,797 [ scc.repo] DEBUG - PR 102 sbesson 'Add CodeQL workflow'
2025-05-28 00:35:25,048 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:25,324 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java/issues/101 HTTP/1.1" 200 None
2025-05-28 00:35:25,575 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:25,779 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java/issues/93 HTTP/1.1" 200 None
2025-05-28 00:35:26,030 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:26,379 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java/commits/3f1e5fd7a279d0793ceccb8c1f3a0d6bac666126 HTTP/1.1" 200 None
2025-05-28 00:35:26,631 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:26,904 [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-28 00:35:27,156 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:27,373 [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-28 00:35:27,624 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:27,950 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java/commits/3f1e5fd7a279d0793ceccb8c1f3a0d6bac666126 HTTP/1.1" 200 None
2025-05-28 00:35:28,201 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:28,408 [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-28 00:35:28,408 [ scc.repo] DEBUG - PR 93 dominikl 'Renderfacility'
2025-05-28 00:35:28,659 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:28,897 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java/issues/30 HTTP/1.1" 200 None
2025-05-28 00:35:29,148 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:29,445 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gateway-java/issues/30/comments HTTP/1.1" 200 None
2025-05-28 00:35:29,446 [ scc.repo] DEBUG ## Branches found:
2025-05-28 00:35:29,446 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-gateway-java
2025-05-28 00:35:29,447 [ scc.git] DEBUG Get sha1 of %s
2025-05-28 00:35:29,447 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-28 00:35:29,449 [ scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master'
2025-05-28 00:35:29,451 [ scc.git] DEBUG ## Merging base to ensure closed PRs are included.
2025-05-28 00:35:29,451 [ scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master'
2025-05-28 00:35:29,454 [ scc.git] DEBUG Calling 'git merge --ff-only origin/master'
2025-05-28 00:35:29,457 [ scc.git] DEBUG Already up to date.
2025-05-28 00:35:29,457 [ scc.git] DEBUG Calling 'git fetch origin pull/93/head'
2025-05-28 00:35:30,878 [ scc.git] DEBUG From https://github.com/ome/omero-gateway-java
2025-05-28 00:35:30,878 [ scc.git] DEBUG * branch refs/pull/93/head -> FETCH_HEAD
2025-05-28 00:35:30,882 [ scc.git] DEBUG Calling 'git fetch origin pull/102/head'
2025-05-28 00:35:31,229 [ scc.git] DEBUG From https://github.com/ome/omero-gateway-java
2025-05-28 00:35:31,229 [ scc.git] DEBUG * branch refs/pull/102/head -> FETCH_HEAD
2025-05-28 00:35:31,232 [ scc.git] DEBUG ## Unique users: []
2025-05-28 00:35:31,232 [ scc.git] DEBUG Get sha1 of %s
2025-05-28 00:35:31,233 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-28 00:35:31,235 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...3f1e5fd7a279d0793ceccb8c1f3a0d6bac666126'
2025-05-28 00:35:31,238 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-28 00:35:31,240 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 93 (Renderfacility) 3f1e5fd7a279d0793ceccb8c1f3a0d6bac666126'
2025-05-28 00:35:31,293 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-05-28 00:35:31,297 [ scc.git] DEBUG src/main/java/omero/gateway/Gateway.java | 9 +-
2025-05-28 00:35:31,297 [ scc.git] DEBUG src/main/java/omero/gateway/facility/Facility.java | 8 +-
2025-05-28 00:35:31,297 [ scc.git] DEBUG .../omero/gateway/facility/RenderFacility.java | 236 +++++++++++++++++++++
2025-05-28 00:35:31,297 [ scc.git] DEBUG 3 files changed, 249 insertions(+), 4 deletions(-)
2025-05-28 00:35:31,297 [ scc.git] DEBUG create mode 100644 src/main/java/omero/gateway/facility/RenderFacility.java
2025-05-28 00:35:31,298 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:31,461 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-28 00:35:31,462 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...bd0e1be487c53642786cc79f9acfb00258b719b1'
2025-05-28 00:35:31,465 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-28 00:35:31,467 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 102 (Add CodeQL workflow) bd0e1be487c53642786cc79f9acfb00258b719b1'
2025-05-28 00:35:31,479 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-05-28 00:35:31,482 [ scc.git] DEBUG .github/workflows/codeql.yml | 48 ++++++++
2025-05-28 00:35:31,482 [ scc.git] DEBUG .gitignore | 3 -
2025-05-28 00:35:31,482 [ scc.git] DEBUG gradle/wrapper/gradle-wrapper.jar | Bin 0 -> 59203 bytes
2025-05-28 00:35:31,482 [ scc.git] DEBUG gradle/wrapper/gradle-wrapper.properties | 5 +
2025-05-28 00:35:31,482 [ scc.git] DEBUG gradlew | 185 +++++++++++++++++++++++++++++++
2025-05-28 00:35:31,482 [ scc.git] DEBUG gradlew.bat | 89 +++++++++++++++
2025-05-28 00:35:31,482 [ scc.git] DEBUG 6 files changed, 327 insertions(+), 3 deletions(-)
2025-05-28 00:35:31,482 [ scc.git] DEBUG create mode 100644 .github/workflows/codeql.yml
2025-05-28 00:35:31,482 [ scc.git] DEBUG create mode 100644 gradle/wrapper/gradle-wrapper.jar
2025-05-28 00:35:31,482 [ scc.git] DEBUG create mode 100644 gradle/wrapper/gradle-wrapper.properties
2025-05-28 00:35:31,482 [ scc.git] DEBUG create mode 100755 gradlew
2025-05-28 00:35:31,482 [ scc.git] DEBUG create mode 100644 gradlew.bat
2025-05-28 00:35:31,712 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:31,871 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-28 00:35:31,872 [ scc.git] DEBUG Calling 'git submodule update'
2025-05-28 00:35:31,910 [ scc.git] DEBUG Get sha1 of %s
2025-05-28 00:35:31,910 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-28 00:35:31,912 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-05-28 00:35:31,949 [ scc.git] DEBUG Calling 'git status --porcelain'
2025-05-28 00:35:31,954 [ scc.git] DEBUG <scc.git.GitRepository object at 0x7f189c94c610> has no local changes
2025-05-28 00:35:31,954 [ 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#444 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build-push/444/)'
2025-05-28 00:35:31,962 [ scc.git] DEBUG [detached HEAD be893e3] merge master -Dorg -Ssuccess-only
2025-05-28 00:35:31,962 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-05-28 00:35:31,963 [ scc.repo] DEBUG ## PRs found:
2025-05-28 00:35:32,123 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:32,384 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-model/pulls HTTP/1.1" 200 None
2025-05-28 00:35:32,635 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:32,858 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-model/issues/117 HTTP/1.1" 200 None
2025-05-28 00:35:33,112 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:33,420 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-model/commits/c1ba187df3685ed1c421aa35e33c3125208bcc10 HTTP/1.1" 200 None
2025-05-28 00:35:33,672 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:33,915 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-model/commits/c1ba187df3685ed1c421aa35e33c3125208bcc10/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None
2025-05-28 00:35:34,166 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:34,413 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-model/commits/c1ba187df3685ed1c421aa35e33c3125208bcc10/check-suites?app_id=15368 HTTP/1.1" 200 None
2025-05-28 00:35:34,664 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:34,889 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-model/commits/c1ba187df3685ed1c421aa35e33c3125208bcc10 HTTP/1.1" 200 None
2025-05-28 00:35:35,141 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:35,346 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-model/statuses/c1ba187df3685ed1c421aa35e33c3125208bcc10?per_page=1 HTTP/1.1" 200 2
2025-05-28 00:35:35,346 [ scc.repo] DEBUG - PR 117 sbesson 'Remove bufr and udunits dependencies from omero-model'
2025-05-28 00:35:35,597 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:35,861 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-model/issues/113 HTTP/1.1" 200 None
2025-05-28 00:35:36,112 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:36,390 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-model/commits/e7fe5ecee920360ccd7c282ef3d2f872223cb42e HTTP/1.1" 200 None
2025-05-28 00:35:36,641 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:36,887 [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-28 00:35:37,139 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:37,406 [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-28 00:35:37,657 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:37,925 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-model/commits/e7fe5ecee920360ccd7c282ef3d2f872223cb42e HTTP/1.1" 200 None
2025-05-28 00:35:38,176 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:38,368 [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-28 00:35:38,368 [ scc.repo] DEBUG - PR 113 jburel 'Review repo'
2025-05-28 00:35:38,369 [ scc.repo] DEBUG ## Branches found:
2025-05-28 00:35:38,369 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-model
2025-05-28 00:35:38,369 [ scc.git] DEBUG Get sha1 of %s
2025-05-28 00:35:38,369 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-28 00:35:38,371 [ scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master'
2025-05-28 00:35:38,374 [ scc.git] DEBUG ## Merging base to ensure closed PRs are included.
2025-05-28 00:35:38,374 [ scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master'
2025-05-28 00:35:38,376 [ scc.git] DEBUG Calling 'git merge --ff-only origin/master'
2025-05-28 00:35:38,379 [ scc.git] DEBUG Already up to date.
2025-05-28 00:35:38,379 [ scc.git] DEBUG Calling 'git fetch origin pull/113/head'
2025-05-28 00:35:39,025 [ scc.git] DEBUG From https://github.com/ome/omero-model
2025-05-28 00:35:39,025 [ scc.git] DEBUG * branch refs/pull/113/head -> FETCH_HEAD
2025-05-28 00:35:39,029 [ scc.git] DEBUG Calling 'git fetch origin pull/117/head'
2025-05-28 00:35:40,384 [ scc.git] DEBUG From https://github.com/ome/omero-model
2025-05-28 00:35:40,384 [ scc.git] DEBUG * branch refs/pull/117/head -> FETCH_HEAD
2025-05-28 00:35:40,387 [ scc.git] DEBUG ## Unique users: []
2025-05-28 00:35:40,387 [ scc.git] DEBUG Get sha1 of %s
2025-05-28 00:35:40,387 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-28 00:35:40,389 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...e7fe5ecee920360ccd7c282ef3d2f872223cb42e'
2025-05-28 00:35:40,392 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-28 00:35:40,394 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 113 (Review repo) e7fe5ecee920360ccd7c282ef3d2f872223cb42e'
2025-05-28 00:35:40,575 [ scc.git] DEBUG Auto-merging build.gradle
2025-05-28 00:35:40,576 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-05-28 00:35:40,579 [ scc.git] DEBUG build.gradle | 14 ++++++++++++++
2025-05-28 00:35:40,579 [ scc.git] DEBUG settings.gradle | 2 +-
2025-05-28 00:35:40,579 [ scc.git] DEBUG 2 files changed, 15 insertions(+), 1 deletion(-)
2025-05-28 00:35:40,580 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:40,754 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-28 00:35:40,754 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...c1ba187df3685ed1c421aa35e33c3125208bcc10'
2025-05-28 00:35:40,757 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-28 00:35:40,759 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 117 (Remove bufr and udunits dependencies from omero-model) c1ba187df3685ed1c421aa35e33c3125208bcc10'
2025-05-28 00:35:40,768 [ scc.git] DEBUG Auto-merging build.gradle
2025-05-28 00:35:40,769 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-05-28 00:35:40,771 [ scc.git] DEBUG build.gradle | 5 -----
2025-05-28 00:35:40,771 [ scc.git] DEBUG 1 file changed, 5 deletions(-)
2025-05-28 00:35:41,005 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:41,170 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-28 00:35:41,170 [ scc.git] DEBUG Calling 'git submodule update'
2025-05-28 00:35:41,207 [ scc.git] DEBUG Get sha1 of %s
2025-05-28 00:35:41,207 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-28 00:35:41,209 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-05-28 00:35:41,247 [ scc.git] DEBUG Calling 'git status --porcelain'
2025-05-28 00:35:41,252 [ scc.git] DEBUG <scc.git.GitRepository object at 0x7f189c9c0950> has no local changes
2025-05-28 00:35:41,252 [ scc.git] DEBUG Calling 'git commit --allow-empty -a -n -m merge master -Dorg -Ssuccess-only
Repository: ome/omero-model
Already up to date.
Merged PRs:
- PR 113 jburel 'Review repo'
- PR 117 sbesson 'Remove bufr and udunits dependencies from omero-model'
Generated by OMERO-build-push#444 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build-push/444/)'
2025-05-28 00:35:41,258 [ scc.git] DEBUG [detached HEAD 12cdb4d] merge master -Dorg -Ssuccess-only
2025-05-28 00:35:41,258 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-05-28 00:35:41,258 [ scc.repo] DEBUG ## PRs found:
2025-05-28 00:35:41,421 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:41,707 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-renderer/pulls HTTP/1.1" 200 None
2025-05-28 00:35:41,958 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:42,229 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-renderer/issues/30 HTTP/1.1" 200 None
2025-05-28 00:35:42,480 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:42,793 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-renderer/issues/30/comments HTTP/1.1" 200 None
2025-05-28 00:35:43,044 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:43,372 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-renderer/commits/924aec408910b30b63e1a07228d4560cd2fe431e HTTP/1.1" 200 None
2025-05-28 00:35:43,624 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:43,871 [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-28 00:35:44,123 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:44,397 [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-28 00:35:44,649 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:44,956 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-renderer/commits/924aec408910b30b63e1a07228d4560cd2fe431e HTTP/1.1" 200 None
2025-05-28 00:35:45,207 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:45,387 [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-28 00:35:45,388 [ scc.repo] DEBUG - PR 30 sbesson 'Add CodeQL workflow'
2025-05-28 00:35:45,639 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:45,876 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-renderer/issues/10 HTTP/1.1" 200 None
2025-05-28 00:35:46,128 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:46,393 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-renderer/issues/10/comments HTTP/1.1" 200 None
2025-05-28 00:35:46,393 [ scc.repo] DEBUG # ... Exclude label: exclude
2025-05-28 00:35:46,393 [ scc.repo] DEBUG ## Branches found:
2025-05-28 00:35:46,393 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-renderer
2025-05-28 00:35:46,394 [ scc.git] DEBUG Get sha1 of %s
2025-05-28 00:35:46,394 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-28 00:35:46,396 [ scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master'
2025-05-28 00:35:46,398 [ scc.git] DEBUG ## Merging base to ensure closed PRs are included.
2025-05-28 00:35:46,398 [ scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master'
2025-05-28 00:35:46,401 [ scc.git] DEBUG Calling 'git merge --ff-only origin/master'
2025-05-28 00:35:46,404 [ scc.git] DEBUG Already up to date.
2025-05-28 00:35:46,404 [ scc.git] DEBUG Calling 'git fetch origin pull/30/head'
2025-05-28 00:35:46,739 [ scc.git] DEBUG From https://github.com/ome/omero-renderer
2025-05-28 00:35:46,739 [ scc.git] DEBUG * branch refs/pull/30/head -> FETCH_HEAD
2025-05-28 00:35:46,743 [ scc.git] DEBUG ## Unique users: []
2025-05-28 00:35:46,743 [ scc.git] DEBUG Get sha1 of %s
2025-05-28 00:35:46,743 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-28 00:35:46,745 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...924aec408910b30b63e1a07228d4560cd2fe431e'
2025-05-28 00:35:46,748 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-28 00:35:46,750 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 30 (Add CodeQL workflow) 924aec408910b30b63e1a07228d4560cd2fe431e'
2025-05-28 00:35:46,759 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-05-28 00:35:46,762 [ scc.git] DEBUG .github/workflows/codeql.yml | 48 ++++++++
2025-05-28 00:35:46,762 [ scc.git] DEBUG gradle.properties | 1 +
2025-05-28 00:35:46,762 [ scc.git] DEBUG gradle/wrapper/gradle-wrapper.jar | Bin 0 -> 59203 bytes
2025-05-28 00:35:46,762 [ scc.git] DEBUG gradle/wrapper/gradle-wrapper.properties | 5 +
2025-05-28 00:35:46,762 [ scc.git] DEBUG gradlew | 185 +++++++++++++++++++++++++++++++
2025-05-28 00:35:46,762 [ scc.git] DEBUG gradlew.bat | 89 +++++++++++++++
2025-05-28 00:35:46,762 [ scc.git] DEBUG 6 files changed, 328 insertions(+)
2025-05-28 00:35:46,762 [ scc.git] DEBUG create mode 100644 .github/workflows/codeql.yml
2025-05-28 00:35:46,762 [ scc.git] DEBUG create mode 100644 gradle.properties
2025-05-28 00:35:46,763 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:46,763 [ scc.git] DEBUG create mode 100644 gradle/wrapper/gradle-wrapper.jar
2025-05-28 00:35:46,763 [ scc.git] DEBUG create mode 100644 gradle/wrapper/gradle-wrapper.properties
2025-05-28 00:35:46,763 [ scc.git] DEBUG create mode 100755 gradlew
2025-05-28 00:35:46,763 [ scc.git] DEBUG create mode 100644 gradlew.bat
2025-05-28 00:35:46,923 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-28 00:35:46,924 [ scc.git] DEBUG Calling 'git submodule update'
2025-05-28 00:35:46,962 [ scc.git] DEBUG Get sha1 of %s
2025-05-28 00:35:46,962 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-28 00:35:46,964 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-05-28 00:35:47,001 [ scc.git] DEBUG Calling 'git status --porcelain'
2025-05-28 00:35:47,006 [ scc.git] DEBUG <scc.git.GitRepository object at 0x7f189c953ad0> has no local changes
2025-05-28 00:35:47,006 [ 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#444 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build-push/444/)'
2025-05-28 00:35:47,012 [ scc.git] DEBUG [detached HEAD 7c6ee70] merge master -Dorg -Ssuccess-only
2025-05-28 00:35:47,012 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-05-28 00:35:47,013 [ scc.repo] DEBUG ## PRs found:
2025-05-28 00:35:47,174 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:47,465 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-romio/pulls HTTP/1.1" 200 None
2025-05-28 00:35:47,716 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:47,977 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-romio/issues/47 HTTP/1.1" 200 None
2025-05-28 00:35:48,228 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:48,426 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-romio/issues/47/comments HTTP/1.1" 200 None
2025-05-28 00:35:48,677 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:48,981 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-romio/commits/39e9a91e272729b2254b5ee1fa09216a27e39530 HTTP/1.1" 200 None
2025-05-28 00:35:49,232 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:49,531 [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-28 00:35:49,782 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:50,030 [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-28 00:35:50,282 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:50,569 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-romio/commits/39e9a91e272729b2254b5ee1fa09216a27e39530 HTTP/1.1" 200 None
2025-05-28 00:35:50,820 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:51,080 [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-28 00:35:51,081 [ scc.repo] DEBUG - PR 47 sbesson 'Add CodeQL workflow'
2025-05-28 00:35:51,332 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:51,576 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-romio/issues/14 HTTP/1.1" 200 None
2025-05-28 00:35:51,827 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:52,057 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-romio/issues/14/comments HTTP/1.1" 200 None
2025-05-28 00:35:52,058 [ scc.repo] DEBUG ## Branches found:
2025-05-28 00:35:52,058 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-romio
2025-05-28 00:35:52,058 [ scc.git] DEBUG Get sha1 of %s
2025-05-28 00:35:52,058 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-28 00:35:52,061 [ scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master'
2025-05-28 00:35:52,063 [ scc.git] DEBUG ## Merging base to ensure closed PRs are included.
2025-05-28 00:35:52,063 [ scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master'
2025-05-28 00:35:52,066 [ scc.git] DEBUG Calling 'git merge --ff-only origin/master'
2025-05-28 00:35:52,069 [ scc.git] DEBUG Already up to date.
2025-05-28 00:35:52,069 [ scc.git] DEBUG Calling 'git fetch origin pull/47/head'
2025-05-28 00:35:52,465 [ scc.git] DEBUG From https://github.com/ome/omero-romio
2025-05-28 00:35:52,465 [ scc.git] DEBUG * branch refs/pull/47/head -> FETCH_HEAD
2025-05-28 00:35:52,470 [ scc.git] DEBUG ## Unique users: []
2025-05-28 00:35:52,470 [ scc.git] DEBUG Get sha1 of %s
2025-05-28 00:35:52,470 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-28 00:35:52,472 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...39e9a91e272729b2254b5ee1fa09216a27e39530'
2025-05-28 00:35:52,475 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-28 00:35:52,477 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 47 (Add CodeQL workflow) 39e9a91e272729b2254b5ee1fa09216a27e39530'
2025-05-28 00:35:52,486 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-05-28 00:35:52,489 [ scc.git] DEBUG .github/workflows/codeql.yml | 48 ++++++++
2025-05-28 00:35:52,489 [ scc.git] DEBUG gradle.properties | 1 +
2025-05-28 00:35:52,489 [ scc.git] DEBUG gradle/wrapper/gradle-wrapper.jar | Bin 0 -> 59203 bytes
2025-05-28 00:35:52,489 [ scc.git] DEBUG gradle/wrapper/gradle-wrapper.properties | 5 +
2025-05-28 00:35:52,489 [ scc.git] DEBUG gradlew | 185 +++++++++++++++++++++++++++++++
2025-05-28 00:35:52,489 [ scc.git] DEBUG gradlew.bat | 89 +++++++++++++++
2025-05-28 00:35:52,489 [ scc.git] DEBUG 6 files changed, 328 insertions(+)
2025-05-28 00:35:52,489 [ scc.git] DEBUG create mode 100644 .github/workflows/codeql.yml
2025-05-28 00:35:52,490 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:52,490 [ scc.git] DEBUG create mode 100644 gradle.properties
2025-05-28 00:35:52,490 [ scc.git] DEBUG create mode 100644 gradle/wrapper/gradle-wrapper.jar
2025-05-28 00:35:52,490 [ scc.git] DEBUG create mode 100644 gradle/wrapper/gradle-wrapper.properties
2025-05-28 00:35:52,490 [ scc.git] DEBUG create mode 100755 gradlew
2025-05-28 00:35:52,490 [ scc.git] DEBUG create mode 100644 gradlew.bat
2025-05-28 00:35:52,675 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-28 00:35:52,676 [ scc.git] DEBUG Calling 'git submodule update'
2025-05-28 00:35:52,712 [ scc.git] DEBUG Get sha1 of %s
2025-05-28 00:35:52,712 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-28 00:35:52,714 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-05-28 00:35:52,751 [ scc.git] DEBUG Calling 'git status --porcelain'
2025-05-28 00:35:52,755 [ scc.git] DEBUG <scc.git.GitRepository object at 0x7f189c9a8d10> has no local changes
2025-05-28 00:35:52,755 [ 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#444 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build-push/444/)'
2025-05-28 00:35:52,762 [ scc.git] DEBUG [detached HEAD 1ed1891] merge master -Dorg -Ssuccess-only
2025-05-28 00:35:52,762 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-05-28 00:35:52,762 [ scc.repo] DEBUG ## PRs found:
2025-05-28 00:35:52,927 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:53,311 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/pulls HTTP/1.1" 200 None
2025-05-28 00:35:53,574 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:53,811 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/issues/197 HTTP/1.1" 200 None
2025-05-28 00:35:54,063 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:54,351 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/2f36525982c6c5bfcbdced3a4c85febe34fefd18 HTTP/1.1" 200 None
2025-05-28 00:35:54,602 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:54,834 [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-28 00:35:55,085 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:55,313 [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-28 00:35:55,564 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:55,805 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/2f36525982c6c5bfcbdced3a4c85febe34fefd18 HTTP/1.1" 200 None
2025-05-28 00:35:56,056 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:56,238 [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-28 00:35:56,238 [ scc.repo] DEBUG - PR 197 sbesson 'Upgrade calcitecore to version 1.35'
2025-05-28 00:35:56,489 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:56,711 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/issues/196 HTTP/1.1" 200 None
2025-05-28 00:35:56,962 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:57,193 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/issues/196/comments HTTP/1.1" 200 None
2025-05-28 00:35:57,445 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:57,702 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/667fbaeb3155f6f1cdfa46440a28192d237d5054 HTTP/1.1" 200 None
2025-05-28 00:35:57,954 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:58,201 [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-28 00:35:58,453 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:58,675 [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-28 00:35:58,927 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:59,121 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/667fbaeb3155f6f1cdfa46440a28192d237d5054 HTTP/1.1" 200 None
2025-05-28 00:35:59,373 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:35:59,589 [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-28 00:35:59,589 [ scc.repo] DEBUG - PR 196 sbesson 'Only declare batik-codec as a dependency and upgrade to 1.19'
2025-05-28 00:35:59,840 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:36:00,075 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/issues/195 HTTP/1.1" 200 None
2025-05-28 00:36:00,326 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:36:00,539 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/issues/195/comments HTTP/1.1" 200 None
2025-05-28 00:36:00,790 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:36:01,045 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/4f20e4c11a1630cb7613456caa530f6f01a5a8b6 HTTP/1.1" 200 None
2025-05-28 00:36:01,297 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:36:01,519 [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-28 00:36:01,770 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:36:02,031 [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-28 00:36:02,283 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:36:02,496 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/4f20e4c11a1630cb7613456caa530f6f01a5a8b6 HTTP/1.1" 200 None
2025-05-28 00:36:02,748 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:36:02,946 [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-28 00:36:02,946 [ scc.repo] DEBUG - PR 195 sbesson 'Bump com.jamonapi:jamon to 2.82 and declare as a test dependency'
2025-05-28 00:36:03,197 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:36:03,421 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/issues/194 HTTP/1.1" 200 None
2025-05-28 00:36:03,673 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:36:03,973 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/f010d3a8f54fe46e7e377a29447a220a6a109124 HTTP/1.1" 200 None
2025-05-28 00:36:04,224 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:36:04,472 [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-28 00:36:04,724 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:36:04,971 [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-28 00:36:05,223 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:36:05,514 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/f010d3a8f54fe46e7e377a29447a220a6a109124 HTTP/1.1" 200 None
2025-05-28 00:36:05,765 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:36:05,955 [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-28 00:36:05,955 [ scc.repo] DEBUG - PR 194 sbesson 'Add CodeQL workflow'
2025-05-28 00:36:06,207 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:36:06,449 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/issues/166 HTTP/1.1" 200 None
2025-05-28 00:36:06,701 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:36:06,957 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/issues/166/comments HTTP/1.1" 200 None
2025-05-28 00:36:07,209 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:36:07,447 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/issues/152 HTTP/1.1" 200 None
2025-05-28 00:36:07,699 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:36:07,926 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/issues/152/comments HTTP/1.1" 200 None
2025-05-28 00:36:08,178 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:36:08,455 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/3e65b9de901fc160c380da602def943206fe9b1d HTTP/1.1" 200 None
2025-05-28 00:36:08,707 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:36:08,905 [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-28 00:36:09,156 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:36:09,428 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/3e65b9de901fc160c380da602def943206fe9b1d HTTP/1.1" 200 None
2025-05-28 00:36:09,680 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:36:09,854 [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-28 00:36:09,854 [ scc.repo] DEBUG - PR 152 jburel 'Set class in doc'
2025-05-28 00:36:10,105 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:36:10,338 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/issues/61 HTTP/1.1" 200 None
2025-05-28 00:36:10,589 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:36:10,792 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/issues/61/comments HTTP/1.1" 200 None
2025-05-28 00:36:11,044 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:36:11,329 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/9eea4c38f3603bbfb29d2b1a45883767f9f1ffaf HTTP/1.1" 200 None
2025-05-28 00:36:11,580 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:36:11,808 [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-28 00:36:12,060 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:36:12,315 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-server/commits/9eea4c38f3603bbfb29d2b1a45883767f9f1ffaf HTTP/1.1" 200 None
2025-05-28 00:36:12,566 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:36:12,741 [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-28 00:36:12,742 [ scc.repo] DEBUG - PR 61 joshmoore 'Pass user executor to rendering tasks'
2025-05-28 00:36:12,742 [ scc.repo] DEBUG ## Branches found:
2025-05-28 00:36:12,742 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-server
2025-05-28 00:36:12,742 [ scc.git] DEBUG Get sha1 of %s
2025-05-28 00:36:12,742 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-28 00:36:12,745 [ scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master'
2025-05-28 00:36:12,747 [ scc.git] DEBUG ## Merging base to ensure closed PRs are included.
2025-05-28 00:36:12,747 [ scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master'
2025-05-28 00:36:12,750 [ scc.git] DEBUG Calling 'git merge --ff-only origin/master'
2025-05-28 00:36:12,753 [ scc.git] DEBUG Already up to date.
2025-05-28 00:36:12,753 [ scc.git] DEBUG Calling 'git fetch origin pull/61/head'
2025-05-28 00:36:14,392 [ scc.git] DEBUG From https://github.com/ome/omero-server
2025-05-28 00:36:14,392 [ scc.git] DEBUG * branch refs/pull/61/head -> FETCH_HEAD
2025-05-28 00:36:14,396 [ scc.git] DEBUG Calling 'git fetch origin pull/152/head'
2025-05-28 00:36:14,706 [ scc.git] DEBUG From https://github.com/ome/omero-server
2025-05-28 00:36:14,706 [ scc.git] DEBUG * branch refs/pull/152/head -> FETCH_HEAD
2025-05-28 00:36:14,710 [ scc.git] DEBUG Calling 'git fetch origin pull/194/head'
2025-05-28 00:36:15,039 [ scc.git] DEBUG From https://github.com/ome/omero-server
2025-05-28 00:36:15,040 [ scc.git] DEBUG * branch refs/pull/194/head -> FETCH_HEAD
2025-05-28 00:36:15,043 [ scc.git] DEBUG Calling 'git fetch origin pull/195/head'
2025-05-28 00:36:15,523 [ scc.git] DEBUG From https://github.com/ome/omero-server
2025-05-28 00:36:15,523 [ scc.git] DEBUG * branch refs/pull/195/head -> FETCH_HEAD
2025-05-28 00:36:15,528 [ scc.git] DEBUG Calling 'git fetch origin pull/196/head'
2025-05-28 00:36:15,799 [ scc.git] DEBUG From https://github.com/ome/omero-server
2025-05-28 00:36:15,799 [ scc.git] DEBUG * branch refs/pull/196/head -> FETCH_HEAD
2025-05-28 00:36:15,803 [ scc.git] DEBUG Calling 'git fetch origin pull/197/head'
2025-05-28 00:36:16,211 [ scc.git] DEBUG From https://github.com/ome/omero-server
2025-05-28 00:36:16,211 [ scc.git] DEBUG * branch refs/pull/197/head -> FETCH_HEAD
2025-05-28 00:36:16,215 [ scc.git] DEBUG ## Unique users: []
2025-05-28 00:36:16,215 [ scc.git] DEBUG Get sha1 of %s
2025-05-28 00:36:16,215 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-28 00:36:16,218 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...9eea4c38f3603bbfb29d2b1a45883767f9f1ffaf'
2025-05-28 00:36:16,224 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-28 00:36:16,226 [ 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-28 00:36:16,496 [ 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-28 00:36:16,496 [ scc.git] DEBUG Auto-merging build.gradle
2025-05-28 00:36:16,496 [ scc.git] DEBUG CONFLICT (content): Merge conflict in build.gradle
2025-05-28 00:36:16,497 [ scc.git] DEBUG Automatic merge failed; fix conflicts and then commit the result.
2025-05-28 00:36:16,497 [ scc.git] DEBUG Calling 'git diff --name-only --diff-filter=U'
2025-05-28 00:36:16,502 [ scc.git] DEBUG Calling 'git reset --hard 23c2596ede328fc5020901f7d9e71fc91151a240'
2025-05-28 00:36:16,509 [ scc.git] DEBUG HEAD is now at 23c2596e Merge pull request #192 from sbesson/ehcache_2.10.9.2
2025-05-28 00:36:16,510 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:36:16,701 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-28 00:36:16,702 [ scc.git] DEBUG Calling 'git merge-base 23c2596ede328fc5020901f7d9e71fc91151a240 9eea4c38f3603bbfb29d2b1a45883767f9f1ffaf'
2025-05-28 00:36:16,708 [ scc.git] DEBUG Calling 'git diff --name-only dee098f9c5138f2e746928fb31973abfe33d1718..23c2596ede328fc5020901f7d9e71fc91151a240'
2025-05-28 00:36:16,711 [ scc.git] INFO - PR 61 joshmoore 'Pass user executor to rendering tasks'
Conflicting PR. Removed from build [OMERO-build-push#444](https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build-push/444/). See the [console output](https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build-push/444/consoleText) for more details.
Possible conflicts:
- Upstream changes
- build.gradle
- .travis.yml
--conflicts
2025-05-28 00:36:16,713 [ scc.config] DEBUG Found github.token
2025-05-28 00:36:16,713 [ scc.git] DEBUG Not adding comment to issue #61, already --conflicts.
2025-05-28 00:36:16,714 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...3e65b9de901fc160c380da602def943206fe9b1d'
2025-05-28 00:36:16,718 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-28 00:36:16,720 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 152 (Set class in doc) 3e65b9de901fc160c380da602def943206fe9b1d'
2025-05-28 00:36:16,824 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-05-28 00:36:16,827 [ scc.git] DEBUG src/main/java/ome/api/local/LocalSession.java | 2 +-
2025-05-28 00:36:16,827 [ scc.git] DEBUG 1 file changed, 1 insertion(+), 1 deletion(-)
2025-05-28 00:36:16,953 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:36:17,157 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-28 00:36:17,157 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...f010d3a8f54fe46e7e377a29447a220a6a109124'
2025-05-28 00:36:17,162 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-28 00:36:17,164 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 194 (Add CodeQL workflow) f010d3a8f54fe46e7e377a29447a220a6a109124'
2025-05-28 00:36:17,237 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-05-28 00:36:17,239 [ scc.git] DEBUG .github/workflows/codeql.yml | 57 ++++++++++
2025-05-28 00:36:17,239 [ scc.git] DEBUG gradle.properties | 1 +
2025-05-28 00:36:17,239 [ scc.git] DEBUG gradle/wrapper/gradle-wrapper.jar | Bin 0 -> 59203 bytes
2025-05-28 00:36:17,240 [ scc.git] DEBUG gradle/wrapper/gradle-wrapper.properties | 5 +
2025-05-28 00:36:17,240 [ scc.git] DEBUG gradlew | 185 +++++++++++++++++++++++++++++++
2025-05-28 00:36:17,240 [ scc.git] DEBUG gradlew.bat | 89 +++++++++++++++
2025-05-28 00:36:17,240 [ scc.git] DEBUG 6 files changed, 337 insertions(+)
2025-05-28 00:36:17,240 [ scc.git] DEBUG create mode 100644 .github/workflows/codeql.yml
2025-05-28 00:36:17,240 [ scc.git] DEBUG create mode 100644 gradle.properties
2025-05-28 00:36:17,240 [ scc.git] DEBUG create mode 100644 gradle/wrapper/gradle-wrapper.jar
2025-05-28 00:36:17,240 [ scc.git] DEBUG create mode 100644 gradle/wrapper/gradle-wrapper.properties
2025-05-28 00:36:17,240 [ scc.git] DEBUG create mode 100755 gradlew
2025-05-28 00:36:17,240 [ scc.git] DEBUG create mode 100644 gradlew.bat
2025-05-28 00:36:17,408 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:36:17,583 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-28 00:36:17,584 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...4f20e4c11a1630cb7613456caa530f6f01a5a8b6'
2025-05-28 00:36:17,589 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-28 00:36:17,591 [ 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-28 00:36:17,762 [ scc.git] DEBUG Auto-merging build.gradle
2025-05-28 00:36:17,764 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-05-28 00:36:17,767 [ scc.git] DEBUG build.gradle | 2 +-
2025-05-28 00:36:17,767 [ scc.git] DEBUG src/main/resources/ome/services/services.xml | 4 ++--
2025-05-28 00:36:17,767 [ scc.git] DEBUG 2 files changed, 3 insertions(+), 3 deletions(-)
2025-05-28 00:36:17,834 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:36:18,000 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-28 00:36:18,001 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...667fbaeb3155f6f1cdfa46440a28192d237d5054'
2025-05-28 00:36:18,006 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-28 00:36:18,008 [ 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-28 00:36:18,031 [ scc.git] DEBUG Auto-merging build.gradle
2025-05-28 00:36:18,032 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-05-28 00:36:18,035 [ scc.git] DEBUG build.gradle | 2 +-
2025-05-28 00:36:18,035 [ scc.git] DEBUG 1 file changed, 1 insertion(+), 1 deletion(-)
2025-05-28 00:36:18,252 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:36:18,419 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-28 00:36:18,420 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...2f36525982c6c5bfcbdced3a4c85febe34fefd18'
2025-05-28 00:36:18,425 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-28 00:36:18,427 [ 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-28 00:36:18,556 [ scc.git] DEBUG Auto-merging build.gradle
2025-05-28 00:36:18,557 [ scc.git] DEBUG Merge made by the 'ort' strategy.
2025-05-28 00:36:18,560 [ scc.git] DEBUG build.gradle | 3 +--
2025-05-28 00:36:18,560 [ scc.git] DEBUG 1 file changed, 1 insertion(+), 2 deletions(-)
2025-05-28 00:36:18,671 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:36:18,847 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-28 00:36:18,847 [ scc.git] DEBUG Calling 'git submodule update'
2025-05-28 00:36:18,885 [ scc.git] DEBUG Get sha1 of %s
2025-05-28 00:36:18,885 [ scc.git] DEBUG Calling 'git rev-parse HEAD'
2025-05-28 00:36:18,887 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-05-28 00:36:18,923 [ scc.git] DEBUG Calling 'git status --porcelain'
2025-05-28 00:36:18,930 [ scc.git] DEBUG <scc.git.GitRepository object at 0x7f189c9e3f10> has no local changes
2025-05-28 00:36:18,930 [ 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#444 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build-push/444/)'
2025-05-28 00:36:18,938 [ scc.git] DEBUG [detached HEAD 346989b3] merge master -Dorg -Ssuccess-only
2025-05-28 00:36:18,939 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-05-28 00:36:18,939 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2025-05-28 00:36:18,987 [ scc.config] DEBUG Found submodule.omero-blitz.url
2025-05-28 00:36:19,098 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:36:19,263 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-28 00:36:19,267 [ scc.config] DEBUG Found submodule.omero-blitz.branch
2025-05-28 00:36:19,269 [ scc.config] DEBUG Found submodule.omero-common.url
2025-05-28 00:36:19,514 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:36:19,716 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-28 00:36:19,721 [ scc.config] DEBUG Found submodule.omero-common.branch
2025-05-28 00:36:19,722 [ scc.config] DEBUG Found submodule.omero-gateway-java.url
2025-05-28 00:36:19,968 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:36:20,142 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-28 00:36:20,146 [ scc.config] DEBUG Found submodule.omero-gateway-java.branch
2025-05-28 00:36:20,148 [ scc.config] DEBUG Found submodule.omero-model.url
2025-05-28 00:36:20,393 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:36:20,559 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-28 00:36:20,564 [ scc.config] DEBUG Found submodule.omero-model.branch
2025-05-28 00:36:20,566 [ scc.config] DEBUG Found submodule.omero-renderer.url
2025-05-28 00:36:20,810 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:36:20,978 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-28 00:36:20,982 [ scc.config] DEBUG Found submodule.omero-renderer.branch
2025-05-28 00:36:20,984 [ scc.config] DEBUG Found submodule.omero-romio.url
2025-05-28 00:36:21,229 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:36:21,400 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-28 00:36:21,405 [ scc.config] DEBUG Found submodule.omero-romio.branch
2025-05-28 00:36:21,407 [ scc.config] DEBUG Found submodule.omero-server.url
2025-05-28 00:36:21,651 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2025-05-28 00:36:21,834 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2025-05-28 00:36:21,839 [ scc.config] DEBUG Found submodule.omero-server.branch
2025-05-28 00:36:21,839 [ scc.git] DEBUG Calling 'git status --porcelain'
2025-05-28 00:36:21,880 [ scc.git] DEBUG <scc.git.GitRepository object at 0x7f189ca21d10> has local changes
2025-05-28 00:36:21,880 [ 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'
- PR 117 sbesson 'Remove bufr and udunits dependencies from omero-model'
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#444 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build-push/444/)'
2025-05-28 00:36:21,889 [ scc.git] DEBUG [detached HEAD 1975e82] merge master -Dorg -Ssuccess-only
2025-05-28 00:36:21,889 [ scc.git] DEBUG 8 files changed, 14 insertions(+), 14 deletions(-)
2025-05-28 00:36:21,889 [ scc.merge] INFO Repository: ome/omero-build
2025-05-28 00:36:21,889 [ scc.merge] INFO Already up to date.
2025-05-28 00:36:21,889 [ scc.merge] INFO
2025-05-28 00:36:21,889 [ scc.merge] INFO Merged PRs:
2025-05-28 00:36:21,889 [ scc.merge] INFO - PR 241 dependabot[bot] 'Bump omero-blitz from `3b924c1` to `6d34e0e`'
2025-05-28 00:36:21,889 [ scc.merge] INFO - PR 242 dependabot[bot] 'Bump omero-server from `f3ce0f6` to `23c2596`'
2025-05-28 00:36:21,889 [ scc.merge] INFO - PR 243 dependabot[bot] 'Bump omero-model from `c4c6357` to `3329504`'
2025-05-28 00:36:21,889 [ scc.merge] INFO
2025-05-28 00:36:21,889 [ scc.merge] INFO Repository: ome/omero-blitz
2025-05-28 00:36:21,889 [ scc.merge] INFO Already up to date.
2025-05-28 00:36:21,889 [ scc.merge] INFO
2025-05-28 00:36:21,889 [ scc.merge] INFO Merged PRs:
2025-05-28 00:36:21,889 [ scc.merge] INFO - PR 119 dominikl 'Take Ice and omero sysenv variables into account'
2025-05-28 00:36:21,889 [ scc.merge] INFO - PR 132 jburel 'Fix javadoc warning'
2025-05-28 00:36:21,889 [ scc.merge] INFO - PR 160 sbesson 'Add CodeQL workflow'
2025-05-28 00:36:21,889 [ scc.merge] INFO - PR 161 sbesson 'Only depend on batik-parser and upgrade to 1.19'
2025-05-28 00:36:21,889 [ scc.merge] INFO
2025-05-28 00:36:21,889 [ scc.merge] INFO Repository: ome/omero-common
2025-05-28 00:36:21,890 [ scc.merge] INFO Excluded PRs:
2025-05-28 00:36:21,890 [ scc.merge] INFO - PR 45 ehrenfeu 'Do not hide "Make Movie" from script menu' (user: ehrenfeu)
2025-05-28 00:36:21,890 [ scc.merge] INFO - PR 40 jburel 'set classifier' (exclude comment)
2025-05-28 00:36:21,890 [ scc.merge] INFO - PR 29 dominikl 'Add method to get pixel min max' (exclude comment)
2025-05-28 00:36:21,890 [ scc.merge] INFO Already up to date.
2025-05-28 00:36:21,890 [ scc.merge] INFO
2025-05-28 00:36:21,890 [ scc.merge] INFO Merged PRs:
2025-05-28 00:36:21,890 [ scc.merge] INFO - PR 42 jburel 'include all'
2025-05-28 00:36:21,890 [ scc.merge] INFO - PR 50 sbesson 'Add CodeQL workflow'
2025-05-28 00:36:21,890 [ scc.merge] INFO
2025-05-28 00:36:21,890 [ scc.merge] INFO Repository: ome/omero-gateway-java
2025-05-28 00:36:21,890 [ scc.merge] INFO Excluded PRs:
2025-05-28 00:36:21,890 [ scc.merge] INFO - PR 101 ppouchin 'Fix serverhost (issue #97)' (user: ppouchin)
2025-05-28 00:36:21,890 [ scc.merge] INFO - PR 30 jburel 'Import image' (exclude comment)
2025-05-28 00:36:21,890 [ scc.merge] INFO Already up to date.
2025-05-28 00:36:21,890 [ scc.merge] INFO
2025-05-28 00:36:21,890 [ scc.merge] INFO Merged PRs:
2025-05-28 00:36:21,890 [ scc.merge] INFO - PR 93 dominikl 'Renderfacility'
2025-05-28 00:36:21,890 [ scc.merge] INFO - PR 102 sbesson 'Add CodeQL workflow'
2025-05-28 00:36:21,890 [ scc.merge] INFO
2025-05-28 00:36:21,890 [ scc.merge] INFO Repository: ome/omero-model
2025-05-28 00:36:21,890 [ scc.merge] INFO Already up to date.
2025-05-28 00:36:21,890 [ scc.merge] INFO
2025-05-28 00:36:21,890 [ scc.merge] INFO Merged PRs:
2025-05-28 00:36:21,890 [ scc.merge] INFO - PR 113 jburel 'Review repo'
2025-05-28 00:36:21,890 [ scc.merge] INFO - PR 117 sbesson 'Remove bufr and udunits dependencies from omero-model'
2025-05-28 00:36:21,890 [ scc.merge] INFO
2025-05-28 00:36:21,890 [ scc.merge] INFO Repository: ome/omero-renderer
2025-05-28 00:36:21,890 [ scc.merge] INFO Excluded PRs:
2025-05-28 00:36:21,890 [ scc.merge] INFO - PR 10 joshmoore 'Allow passing ExecutorService to region task' (label: exclude)
2025-05-28 00:36:21,890 [ scc.merge] INFO Already up to date.
2025-05-28 00:36:21,890 [ scc.merge] INFO
2025-05-28 00:36:21,890 [ scc.merge] INFO Merged PRs:
2025-05-28 00:36:21,890 [ scc.merge] INFO - PR 30 sbesson 'Add CodeQL workflow'
2025-05-28 00:36:21,890 [ scc.merge] INFO
2025-05-28 00:36:21,890 [ scc.merge] INFO Repository: ome/omero-romio
2025-05-28 00:36:21,890 [ scc.merge] INFO Excluded PRs:
2025-05-28 00:36:21,890 [ scc.merge] INFO - PR 14 chris-allan 'Bye bye commons-io' (exclude comment)
2025-05-28 00:36:21,890 [ scc.merge] INFO Already up to date.
2025-05-28 00:36:21,891 [ scc.merge] INFO
2025-05-28 00:36:21,891 [ scc.merge] INFO Merged PRs:
2025-05-28 00:36:21,891 [ scc.merge] INFO - PR 47 sbesson 'Add CodeQL workflow'
2025-05-28 00:36:21,891 [ scc.merge] INFO
2025-05-28 00:36:21,891 [ scc.merge] INFO Repository: ome/omero-server
2025-05-28 00:36:21,891 [ scc.merge] INFO Excluded PRs:
2025-05-28 00:36:21,891 [ scc.merge] INFO - PR 166 kkoz 'Experimenter group cache' (stage: draft)
2025-05-28 00:36:21,891 [ scc.merge] INFO - PR 116 dominikl 'Add method to get pixel min max' (exclude comment)
2025-05-28 00:36:21,891 [ scc.merge] INFO Already up to date.
2025-05-28 00:36:21,891 [ scc.merge] INFO
2025-05-28 00:36:21,891 [ scc.merge] INFO Merged PRs:
2025-05-28 00:36:21,891 [ scc.merge] INFO - PR 152 jburel 'Set class in doc'
2025-05-28 00:36:21,891 [ scc.merge] INFO - PR 194 sbesson 'Add CodeQL workflow'
2025-05-28 00:36:21,891 [ scc.merge] INFO - PR 195 sbesson 'Bump com.jamonapi:jamon to 2.82 and declare as a test dependency'
2025-05-28 00:36:21,891 [ scc.merge] INFO - PR 196 sbesson 'Only declare batik-codec as a dependency and upgrade to 1.19'
2025-05-28 00:36:21,891 [ scc.merge] INFO - PR 197 sbesson 'Upgrade calcitecore to version 1.35'
2025-05-28 00:36:21,891 [ scc.merge] INFO
2025-05-28 00:36:21,891 [ scc.merge] INFO Conflicting PRs (not included):
2025-05-28 00:36:21,891 [ scc.merge] INFO - PR 61 joshmoore 'Pass user executor to rendering tasks'
2025-05-28 00:36:21,891 [ scc.merge] INFO
2025-05-28 00:36:21,891 [ scc.merge] DEBUG Cleaning remote branches created for merging
2025-05-28 00:36:21,891 [ scc.git] DEBUG Calling 'git remote'
2025-05-28 00:36:21,893 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-blitz
2025-05-28 00:36:21,893 [ scc.git] DEBUG Calling 'git remote'
2025-05-28 00:36:21,895 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-05-28 00:36:21,895 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-common
2025-05-28 00:36:21,895 [ scc.git] DEBUG Calling 'git remote'
2025-05-28 00:36:21,897 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-05-28 00:36:21,897 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-gateway-java
2025-05-28 00:36:21,898 [ scc.git] DEBUG Calling 'git remote'
2025-05-28 00:36:21,899 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-05-28 00:36:21,900 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-model
2025-05-28 00:36:21,900 [ scc.git] DEBUG Calling 'git remote'
2025-05-28 00:36:21,902 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-05-28 00:36:21,902 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-renderer
2025-05-28 00:36:21,902 [ scc.git] DEBUG Calling 'git remote'
2025-05-28 00:36:21,904 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-05-28 00:36:21,904 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-romio
2025-05-28 00:36:21,904 [ scc.git] DEBUG Calling 'git remote'
2025-05-28 00:36:21,906 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push
2025-05-28 00:36:21,906 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-build-push/omero-server
2025-05-28 00:36:21,906 [ scc.git] DEBUG Calling 'git remote'
2025-05-28 00:36:21,908 [ 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 3c0167dc] Update component versions
1 file changed, 2 insertions(+), 2 deletions(-)
Entering 'omero-common'
[detached HEAD 05384a9] Update component versions
1 file changed, 1 insertion(+), 1 deletion(-)
Entering 'omero-gateway-java'
[detached HEAD 3a19851] Update component versions
1 file changed, 1 insertion(+), 1 deletion(-)
Entering 'omero-model'
[detached HEAD e598a44] Update component versions
1 file changed, 1 insertion(+), 1 deletion(-)
Entering 'omero-renderer'
[detached HEAD 72057c6] Update component versions
1 file changed, 1 insertion(+), 1 deletion(-)
Entering 'omero-romio'
[detached HEAD 24b7412] Update component versions
1 file changed, 1 insertion(+), 1 deletion(-)
Entering 'omero-server'
[detached HEAD 78fc0721] Update component versions
1 file changed, 2 insertions(+), 2 deletions(-)
[detached HEAD 81e7117] Update component versions
7 files changed, 7 insertions(+), 7 deletions(-)
2025-05-28 00:36:56,348 [ 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