Started by upstream project "Trigger" build number 39 originally caused by: Started by user devspace [Pipeline] Start of Pipeline [Pipeline] node Running on testintegration in /home/omero/workspace/OMERO-gradle-plugins-push [Pipeline] { [Pipeline] library Loading library recursiveMerge@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.47.3' > 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-gradle-plugins-push/workspace@libs/80042be2aab2f4c47851263660cdf7971582cd0b3548009ec2196c6f3069ef1a/.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.47.3' > 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-gradle-plugins-push/.git # timeout=10 > git config remote.origin.url https://github.com/ome/omero-gradle-plugins.git # timeout=10 Fetching upstream changes from https://github.com/ome/omero-gradle-plugins.git > git --version # timeout=10 > git --version # 'git version 2.47.3' > git fetch --tags --force --progress -- https://github.com/ome/omero-gradle-plugins.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 980be16aee9f3ac57730196879f724a12e36921d (refs/remotes/origin/master) Commit message: "Merge pull request #45 from ome/dependabot/submodules/omero-dsl-plugin-59e2e29" > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 980be16aee9f3ac57730196879f724a12e36921d # timeout=10 > git rev-list --no-walk 980be16aee9f3ac57730196879f724a12e36921d # 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-dsl-plugin.url # timeout=10 > git config -f .gitmodules --get submodule.omero-dsl-plugin.path # timeout=10 > git config --get submodule.omero-api-plugin.url # timeout=10 > git config -f .gitmodules --get submodule.omero-api-plugin.path # timeout=10 > git config --get submodule.omero-blitz-plugin.url # timeout=10 > git config -f .gitmodules --get submodule.omero-blitz-plugin.path # timeout=10 > git config --get submodule.omero-artifact-plugin.url # timeout=10 > git config -f .gitmodules --get submodule.omero-artifact-plugin.path # timeout=10 > git config --get submodule.omero-javapackager-plugin.url # timeout=10 > git config -f .gitmodules --get submodule.omero-javapackager-plugin.path # timeout=10 > git config --get submodule.ice-builder-gradle.url # timeout=10 > git config -f .gitmodules --get submodule.ice-builder-gradle.path # timeout=10 > git submodule update --init --recursive omero-dsl-plugin # timeout=10 [Pipeline] pwd [Pipeline] copyArtifacts Copied 1 artifact from "BIOFORMATS-push" build number 32 [Pipeline] sh > git submodule update --init --recursive omero-api-plugin # timeout=10 > git submodule update --init --recursive omero-blitz-plugin # timeout=10 > git submodule update --init --recursive omero-artifact-plugin # timeout=10 > git submodule update --init --recursive omero-javapackager-plugin # timeout=10 > git submodule update --init --recursive ice-builder-gradle # timeout=10 + pushd build ~/workspace/OMERO-gradle-plugins-push/build ~/workspace/OMERO-gradle-plugins-push + curl -sfL https://github.com/ome/build-infra/archive/master.tar.gz + tar -zxf - + popd ~/workspace/OMERO-gradle-plugins-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-gradle-plugins-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-gradle-plugins-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.3-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.3 + 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.8.1-py3-none-any.whl.metadata (3.9 kB) Collecting PyYAML>=5.1 (from scc) Using cached pyyaml-6.0.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (2.4 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.19.1-py3-none-any.whl.metadata (16 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.6.2-cp38-abi3-manylinux_2_34_x86_64.whl.metadata (10.0 kB) Collecting requests>=2.14.0 (from PyGithub>=1.54->scc) Using cached requests-2.32.5-py3-none-any.whl.metadata (4.9 kB) Collecting pyjwt>=2.4.0 (from pyjwt[crypto]>=2.4.0->PyGithub>=1.54->scc) Using cached PyJWT-2.10.1-py3-none-any.whl.metadata (4.0 kB) Collecting typing-extensions>=4.5.0 (from PyGithub>=1.54->scc) Using cached typing_extensions-4.15.0-py3-none-any.whl.metadata (3.3 kB) Collecting cryptography>=3.4.0 (from pyjwt[crypto]>=2.4.0->PyGithub>=1.54->scc) Using cached cryptography-46.0.3-cp311-abi3-manylinux_2_34_x86_64.whl.metadata (5.7 kB) Collecting cffi>=2.0.0 (from cryptography>=3.4.0->pyjwt[crypto]>=2.4.0->PyGithub>=1.54->scc) Using cached cffi-2.0.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (2.6 kB) Collecting pycparser (from cffi>=2.0.0->cryptography>=3.4.0->pyjwt[crypto]>=2.4.0->PyGithub>=1.54->scc) Using cached pycparser-2.23-py3-none-any.whl.metadata (993 bytes) Collecting charset_normalizer<4,>=2 (from requests>=2.14.0->PyGithub>=1.54->scc) Using cached charset_normalizer-3.4.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (37 kB) Collecting idna<4,>=2.5 (from requests>=2.14.0->PyGithub>=1.54->scc) Using cached idna-3.11-py3-none-any.whl.metadata (8.4 kB) Collecting certifi>=2017.4.17 (from requests>=2.14.0->PyGithub>=1.54->scc) Using cached certifi-2026.1.4-py3-none-any.whl.metadata (2.5 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.8.1-py3-none-any.whl (432 kB) Using cached PyJWT-2.10.1-py3-none-any.whl (22 kB) Using cached cryptography-46.0.3-cp311-abi3-manylinux_2_34_x86_64.whl (4.5 MB) Using cached cffi-2.0.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (215 kB) Using cached pynacl-1.6.2-cp38-abi3-manylinux_2_34_x86_64.whl (1.4 MB) Using cached pyyaml-6.0.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (806 kB) Using cached requests-2.32.5-py3-none-any.whl (64 kB) Using cached charset_normalizer-3.4.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (151 kB) Using cached idna-3.11-py3-none-any.whl (71 kB) Using cached certifi-2026.1.4-py3-none-any.whl (152 kB) Using cached typing_extensions-4.15.0-py3-none-any.whl (44 kB) Using cached future-1.0.0-py3-none-any.whl (491 kB) Using cached pycparser-2.23-py3-none-any.whl (118 kB) Using cached ruamel_yaml-0.19.1-py3-none-any.whl (118 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: urllib3, typing-extensions, six, ruamel.yaml, PyYAML, pyjwt, pycparser, idna, future, charset_normalizer, certifi, yaclifw, ruamel.yaml.jinja2, requests, cffi, pynacl, cryptography, PyGithub, scc Successfully installed PyGithub-2.8.1 PyYAML-6.0.3 certifi-2026.1.4 cffi-2.0.0 charset_normalizer-3.4.4 cryptography-46.0.3 future-1.0.0 idna-3.11 pycparser-2.23 pyjwt-2.10.1 pynacl-1.6.2 requests-2.32.5 ruamel.yaml-0.19.1 ruamel.yaml.jinja2-0.2.7 scc-0.20.0 six-1.17.0 typing-extensions-4.15.0 urllib3-1.26.20 yaclifw-0.2.0 [Pipeline] sh + export BASE_REPO=omero-gradle-plugins.git + BASE_REPO=omero-gradle-plugins.git + export BASE_BRANCH=master + BASE_BRANCH=master + export VERSION_LOG=/home/omero/workspace/OMERO-gradle-plugins-push/build/version.tsv + VERSION_LOG=/home/omero/workspace/OMERO-gradle-plugins-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-gradle-plugins-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-gradle-plugins-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) 2026-01-14 08:16:29,433 [ scc.config] DEBUG Found github.token 2026-01-14 08:16:29,435 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443 2026-01-14 08:16:29,643 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None 2026-01-14 08:16:30,033 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None 2026-01-14 08:16:30,432 [urllib3.conn] DEBUG https://api.github.com:443 "GET /rate_limit HTTP/1.1" 200 None 2026-01-14 08:16:30,433 [ scc.gh] DEBUG 4663 remaining from 5000 (Reset at 08:01 2026-01-14 08:16:30,434 [ scc.git] DEBUG Calling 'git rev-parse --show-toplevel' 2026-01-14 08:16:30,436 [ scc.git] DEBUG Check current status 2026-01-14 08:16:30,436 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD' 2026-01-14 08:16:30,439 [ scc.git] DEBUG 980be16 Merge pull request #45 from ome/dependabot/submodules/omero-dsl-plugin-59e2e29 2026-01-14 08:16:30,439 [ scc.git] DEBUG Calling 'git submodule status' 2026-01-14 08:16:30,478 [ scc.git] DEBUG 7145ddaa38dd48430d9ccedbf76e8993f9f61ac2 ice-builder-gradle (v1.5.2-4-g7145dda) 2026-01-14 08:16:30,481 [ scc.git] DEBUG 5cd7dfc96e2d216e298aebbb99b30df0c1b2c7ed omero-api-plugin (v5.5.2-1-g5cd7dfc) 2026-01-14 08:16:30,483 [ scc.git] DEBUG 8f73552f41753a06302d61478a743cd2e00a2492 omero-artifact-plugin (v5.7.2-1-g8f73552) 2026-01-14 08:16:30,486 [ scc.git] DEBUG 410bad03097d711ae05013082e0db0dc562ed756 omero-blitz-plugin (v5.5.3-1-g410bad0) 2026-01-14 08:16:30,488 [ scc.git] DEBUG 59e2e29f6aa9ef33c23eef2e2ea72ad73ad30495 omero-dsl-plugin (v5.5.3-1-g59e2e29) 2026-01-14 08:16:30,490 [ scc.git] DEBUG 424b3c3a1bf5a88219ab274851e19d4fce67719f omero-javapackager-plugin (v5.5.2-1-g424b3c3) 2026-01-14 08:16:30,493 [ scc.config] DEBUG Found remote.origin.url 2026-01-14 08:16:30,999 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gradle-plugins HTTP/1.1" 200 None 2026-01-14 08:16:31,469 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None 2026-01-14 08:16:31,885 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None 2026-01-14 08:16:32,299 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None 2026-01-14 08:16:32,748 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None 2026-01-14 08:16:32,749 [ scc.git] DEBUG Resetting... 2026-01-14 08:16:32,750 [ scc.git] DEBUG Calling 'git reset --hard HEAD' 2026-01-14 08:16:32,754 [ scc.git] DEBUG HEAD is now at 980be16 Merge pull request #45 from ome/dependabot/submodules/omero-dsl-plugin-59e2e29 2026-01-14 08:16:32,754 [ scc.git] DEBUG Calling 'git submodule update --recursive' 2026-01-14 08:16:32,807 [ scc.git] DEBUG Check current status 2026-01-14 08:16:32,807 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD' 2026-01-14 08:16:32,809 [ scc.git] DEBUG 980be16 Merge pull request #45 from ome/dependabot/submodules/omero-dsl-plugin-59e2e29 2026-01-14 08:16:32,810 [ scc.git] DEBUG Calling 'git submodule status' 2026-01-14 08:16:32,848 [ scc.git] DEBUG 7145ddaa38dd48430d9ccedbf76e8993f9f61ac2 ice-builder-gradle (v1.5.2-4-g7145dda) 2026-01-14 08:16:32,851 [ scc.git] DEBUG 5cd7dfc96e2d216e298aebbb99b30df0c1b2c7ed omero-api-plugin (v5.5.2-1-g5cd7dfc) 2026-01-14 08:16:32,854 [ scc.git] DEBUG 8f73552f41753a06302d61478a743cd2e00a2492 omero-artifact-plugin (v5.7.2-1-g8f73552) 2026-01-14 08:16:32,856 [ scc.git] DEBUG 410bad03097d711ae05013082e0db0dc562ed756 omero-blitz-plugin (v5.5.3-1-g410bad0) 2026-01-14 08:16:32,859 [ scc.git] DEBUG 59e2e29f6aa9ef33c23eef2e2ea72ad73ad30495 omero-dsl-plugin (v5.5.3-1-g59e2e29) 2026-01-14 08:16:32,861 [ scc.git] DEBUG 424b3c3a1bf5a88219ab274851e19d4fce67719f omero-javapackager-plugin (v5.5.2-1-g424b3c3) 2026-01-14 08:16:32,862 [ scc.merge] INFO Merging Pull Request(s) based on master 2026-01-14 08:16:32,862 [ scc.merge] INFO Including Pull Request(s) opened by any public member of the organization 2026-01-14 08:16:32,862 [ scc.merge] INFO Including Pull Request(s) labelled as include or dependencies 2026-01-14 08:16:32,862 [ scc.merge] INFO Excluding Pull Request(s) staged as draft 2026-01-14 08:16:32,862 [ scc.merge] INFO Excluding Pull Request(s) labelled as exclude or breaking 2026-01-14 08:16:32,862 [ scc.repo] DEBUG ## PRs found: 2026-01-14 08:16:33,304 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gradle-plugins/pulls HTTP/1.1" 200 None 2026-01-14 08:16:33,783 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gradle-plugins/issues/55 HTTP/1.1" 200 None 2026-01-14 08:16:33,784 [ scc.repo] DEBUG # ... Include label: dependencies 2026-01-14 08:16:33,784 [ scc.repo] DEBUG - PR 55 dependabot[bot] 'Bump ice-builder-gradle from `7145dda` to `108acf3`' 2026-01-14 08:16:34,267 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gradle-plugins/issues/54 HTTP/1.1" 200 None 2026-01-14 08:16:34,268 [ scc.repo] DEBUG # ... Include label: dependencies 2026-01-14 08:16:34,268 [ scc.repo] DEBUG - PR 54 dependabot[bot] 'Bump omero-blitz-plugin from `410bad0` to `8f9240a`' 2026-01-14 08:16:34,921 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gradle-plugins/issues/53 HTTP/1.1" 200 None 2026-01-14 08:16:34,922 [ scc.repo] DEBUG # ... Include label: dependencies 2026-01-14 08:16:34,922 [ scc.repo] DEBUG - PR 53 dependabot[bot] 'Bump omero-api-plugin from `5cd7dfc` to `d81df94`' 2026-01-14 08:16:35,429 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gradle-plugins/issues/52 HTTP/1.1" 200 None 2026-01-14 08:16:35,430 [ scc.repo] DEBUG # ... Include label: dependencies 2026-01-14 08:16:35,430 [ scc.repo] DEBUG - PR 52 dependabot[bot] 'Bump omero-dsl-plugin from `59e2e29` to `d990836`' 2026-01-14 08:16:35,948 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gradle-plugins/issues/50 HTTP/1.1" 200 None 2026-01-14 08:16:35,948 [ scc.repo] DEBUG # ... Include label: dependencies 2026-01-14 08:16:35,948 [ scc.repo] DEBUG - PR 50 dependabot[bot] 'Bump omero-javapackager-plugin from `424b3c3` to `81dc4e0`' 2026-01-14 08:16:35,948 [ scc.repo] DEBUG ## Branches found: 2026-01-14 08:16:35,949 [ scc.git] DEBUG Get sha1 of %s 2026-01-14 08:16:35,949 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2026-01-14 08:16:35,951 [ scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master' 2026-01-14 08:16:35,953 [ scc.git] DEBUG ## Merging base to ensure closed PRs are included. 2026-01-14 08:16:35,953 [ scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master' 2026-01-14 08:16:35,956 [ scc.git] DEBUG Calling 'git merge --ff-only origin/master' 2026-01-14 08:16:35,958 [ scc.git] DEBUG Already up to date. 2026-01-14 08:16:35,958 [ scc.git] DEBUG Calling 'git fetch origin pull/50/head' 2026-01-14 08:16:36,225 [ scc.git] DEBUG From https://github.com/ome/omero-gradle-plugins 2026-01-14 08:16:36,225 [ scc.git] DEBUG * branch refs/pull/50/head -> FETCH_HEAD 2026-01-14 08:16:36,229 [ scc.git] DEBUG Calling 'git fetch origin pull/52/head' 2026-01-14 08:16:36,498 [ scc.git] DEBUG From https://github.com/ome/omero-gradle-plugins 2026-01-14 08:16:36,498 [ scc.git] DEBUG * branch refs/pull/52/head -> FETCH_HEAD 2026-01-14 08:16:36,503 [ scc.git] DEBUG Calling 'git fetch origin pull/53/head' 2026-01-14 08:16:36,757 [ scc.git] DEBUG From https://github.com/ome/omero-gradle-plugins 2026-01-14 08:16:36,757 [ scc.git] DEBUG * branch refs/pull/53/head -> FETCH_HEAD 2026-01-14 08:16:36,761 [ scc.git] DEBUG Calling 'git fetch origin pull/54/head' 2026-01-14 08:16:37,012 [ scc.git] DEBUG From https://github.com/ome/omero-gradle-plugins 2026-01-14 08:16:37,012 [ scc.git] DEBUG * branch refs/pull/54/head -> FETCH_HEAD 2026-01-14 08:16:37,015 [ scc.git] DEBUG Calling 'git fetch origin pull/55/head' 2026-01-14 08:16:37,273 [ scc.git] DEBUG From https://github.com/ome/omero-gradle-plugins 2026-01-14 08:16:37,273 [ scc.git] DEBUG * branch refs/pull/55/head -> FETCH_HEAD 2026-01-14 08:16:37,277 [ scc.git] DEBUG ## Unique users: [] 2026-01-14 08:16:37,277 [ scc.git] DEBUG Get sha1 of %s 2026-01-14 08:16:37,277 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2026-01-14 08:16:37,279 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...f7e76a4f8619aacbf2239e50e09ea94edd0ad04b' 2026-01-14 08:16:37,281 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2026-01-14 08:16:37,284 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Snone: PR 50 (Bump omero-javapackager-plugin from `424b3c3` to `81dc4e0`) f7e76a4f8619aacbf2239e50e09ea94edd0ad04b' 2026-01-14 08:16:37,292 [ scc.git] DEBUG Merge made by the 'ort' strategy. 2026-01-14 08:16:37,295 [ scc.git] DEBUG omero-javapackager-plugin | 2 +- 2026-01-14 08:16:37,295 [ scc.git] DEBUG 1 file changed, 1 insertion(+), 1 deletion(-) 2026-01-14 08:16:37,442 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None 2026-01-14 08:16:37,443 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...6067c138295b55b4d7614aa67fa52a9629fc82dd' 2026-01-14 08:16:37,446 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2026-01-14 08:16:37,448 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Snone: PR 52 (Bump omero-dsl-plugin from `59e2e29` to `d990836`) 6067c138295b55b4d7614aa67fa52a9629fc82dd' 2026-01-14 08:16:37,504 [ scc.git] DEBUG Merge made by the 'ort' strategy. 2026-01-14 08:16:37,507 [ scc.git] DEBUG omero-dsl-plugin | 2 +- 2026-01-14 08:16:37,507 [ scc.git] DEBUG 1 file changed, 1 insertion(+), 1 deletion(-) 2026-01-14 08:16:37,843 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None 2026-01-14 08:16:37,844 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...2afd601adbbfd76ce980417f993a713afa2612a1' 2026-01-14 08:16:37,847 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2026-01-14 08:16:37,849 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Snone: PR 53 (Bump omero-api-plugin from `5cd7dfc` to `d81df94`) 2afd601adbbfd76ce980417f993a713afa2612a1' 2026-01-14 08:16:37,870 [ scc.git] DEBUG Merge made by the 'ort' strategy. 2026-01-14 08:16:37,873 [ scc.git] DEBUG omero-api-plugin | 2 +- 2026-01-14 08:16:37,873 [ scc.git] DEBUG 1 file changed, 1 insertion(+), 1 deletion(-) 2026-01-14 08:16:38,241 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None 2026-01-14 08:16:38,242 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...dafbbdb406e792d36da5f06ae67a32a090e0d356' 2026-01-14 08:16:38,245 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2026-01-14 08:16:38,247 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Snone: PR 54 (Bump omero-blitz-plugin from `410bad0` to `8f9240a`) dafbbdb406e792d36da5f06ae67a32a090e0d356' 2026-01-14 08:16:38,263 [ scc.git] DEBUG Merge made by the 'ort' strategy. 2026-01-14 08:16:38,265 [ scc.git] DEBUG omero-blitz-plugin | 2 +- 2026-01-14 08:16:38,265 [ scc.git] DEBUG 1 file changed, 1 insertion(+), 1 deletion(-) 2026-01-14 08:16:38,677 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None 2026-01-14 08:16:38,678 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...ffb5f1ebaa1447701b1b25964767962b5d165152' 2026-01-14 08:16:38,681 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2026-01-14 08:16:38,683 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Snone: PR 55 (Bump ice-builder-gradle from `7145dda` to `108acf3`) ffb5f1ebaa1447701b1b25964767962b5d165152' 2026-01-14 08:16:38,692 [ scc.git] DEBUG Merge made by the 'ort' strategy. 2026-01-14 08:16:38,694 [ scc.git] DEBUG ice-builder-gradle | 2 +- 2026-01-14 08:16:38,694 [ scc.git] DEBUG 1 file changed, 1 insertion(+), 1 deletion(-) 2026-01-14 08:16:39,082 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None 2026-01-14 08:16:39,082 [ scc.git] DEBUG Calling 'git submodule update' 2026-01-14 08:16:39,129 [ scc.git] DEBUG Submodule path 'ice-builder-gradle': checked out '108acf3a67580517f47de7e5a728e9ee5fbc41e5' 2026-01-14 08:16:39,138 [ scc.git] DEBUG Submodule path 'omero-api-plugin': checked out 'd81df949cf0c59e55034fe06d84de5f82c9dc1f5' 2026-01-14 08:16:39,147 [ scc.git] DEBUG Submodule path 'omero-blitz-plugin': checked out '8f9240a2940e5eb3e6b4d1f0bb6b45655b711115' 2026-01-14 08:16:39,156 [ scc.git] DEBUG Submodule path 'omero-dsl-plugin': checked out 'd990836503b01e80347e5f722bda325a51584d61' 2026-01-14 08:16:39,164 [ scc.git] DEBUG Submodule path 'omero-javapackager-plugin': checked out '81dc4e0b1b26566a9ffd673f1029c68b27835298' 2026-01-14 08:16:39,165 [ scc.git] DEBUG Get sha1 of %s 2026-01-14 08:16:39,165 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2026-01-14 08:16:39,167 [ scc.git] DEBUG Calling 'git status --porcelain' 2026-01-14 08:16:39,213 [ scc.git] DEBUG has no local changes 2026-01-14 08:16:39,214 [ scc.git] DEBUG Calling 'git commit --allow-empty -a -n -m merge master -Dorg -Snone Repository: ome/omero-gradle-plugins Already up to date. Merged PRs: - PR 50 dependabot[bot] 'Bump omero-javapackager-plugin from `424b3c3` to `81dc4e0`' - PR 52 dependabot[bot] 'Bump omero-dsl-plugin from `59e2e29` to `d990836`' - PR 53 dependabot[bot] 'Bump omero-api-plugin from `5cd7dfc` to `d81df94`' - PR 54 dependabot[bot] 'Bump omero-blitz-plugin from `410bad0` to `8f9240a`' - PR 55 dependabot[bot] 'Bump ice-builder-gradle from `7145dda` to `108acf3`' Generated by OMERO-gradle-plugins-push#25 (https://BRANCHCI.openmicroscopy.org/jenkins/job/OMERO-gradle-plugins-push/25/)' 2026-01-14 08:16:39,235 [ scc.git] DEBUG [detached HEAD 24bf490] merge master -Dorg -Snone 2026-01-14 08:16:39,235 [ scc.merge] INFO Repository: ome/omero-gradle-plugins 2026-01-14 08:16:39,236 [ scc.merge] INFO Already up to date. 2026-01-14 08:16:39,236 [ scc.merge] INFO 2026-01-14 08:16:39,236 [ scc.merge] INFO Merged PRs: 2026-01-14 08:16:39,236 [ scc.merge] INFO - PR 50 dependabot[bot] 'Bump omero-javapackager-plugin from `424b3c3` to `81dc4e0`' 2026-01-14 08:16:39,236 [ scc.merge] INFO - PR 52 dependabot[bot] 'Bump omero-dsl-plugin from `59e2e29` to `d990836`' 2026-01-14 08:16:39,236 [ scc.merge] INFO - PR 53 dependabot[bot] 'Bump omero-api-plugin from `5cd7dfc` to `d81df94`' 2026-01-14 08:16:39,236 [ scc.merge] INFO - PR 54 dependabot[bot] 'Bump omero-blitz-plugin from `410bad0` to `8f9240a`' 2026-01-14 08:16:39,236 [ scc.merge] INFO - PR 55 dependabot[bot] 'Bump ice-builder-gradle from `7145dda` to `108acf3`' 2026-01-14 08:16:39,236 [ scc.merge] INFO 2026-01-14 08:16:39,236 [ scc.merge] DEBUG Cleaning remote branches created for merging 2026-01-14 08:16:39,236 [ scc.git] DEBUG Calling 'git remote' Synchronizing submodule url for 'ice-builder-gradle' Synchronizing submodule url for 'omero-api-plugin' Synchronizing submodule url for 'omero-artifact-plugin' Synchronizing submodule url for 'omero-blitz-plugin' Synchronizing submodule url for 'omero-dsl-plugin' Synchronizing submodule url for 'omero-javapackager-plugin' Submodule path 'omero-artifact-plugin': checked out 'e52539a8e6fb8a5bc69da5e1cc9af83ff0426a50' Merge all submodules2026-01-14 08:16:41,439 [ scc.config] DEBUG Found github.token 2026-01-14 08:16:41,441 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443 2026-01-14 08:16:41,637 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None 2026-01-14 08:16:42,035 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None 2026-01-14 08:16:42,428 [urllib3.conn] DEBUG https://api.github.com:443 "GET /rate_limit HTTP/1.1" 200 None 2026-01-14 08:16:42,429 [ scc.gh] DEBUG 4645 remaining from 5000 (Reset at 08:01 2026-01-14 08:16:42,429 [ scc.git] DEBUG Calling 'git rev-parse --show-toplevel' 2026-01-14 08:16:42,432 [ scc.git] DEBUG Check current status 2026-01-14 08:16:42,432 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD' 2026-01-14 08:16:42,434 [ scc.git] DEBUG 24bf490 merge master -Dorg -Snone 2026-01-14 08:16:42,434 [ scc.git] DEBUG Calling 'git submodule status' 2026-01-14 08:16:42,473 [ scc.git] DEBUG 108acf3a67580517f47de7e5a728e9ee5fbc41e5 ice-builder-gradle (v1.5.8-1-g108acf3) 2026-01-14 08:16:42,476 [ scc.git] DEBUG d81df949cf0c59e55034fe06d84de5f82c9dc1f5 omero-api-plugin (v5.5.3-1-gd81df94) 2026-01-14 08:16:42,479 [ scc.git] DEBUG +e52539a8e6fb8a5bc69da5e1cc9af83ff0426a50 omero-artifact-plugin (v6.0.0-1-ge52539a) 2026-01-14 08:16:42,482 [ scc.git] DEBUG 8f9240a2940e5eb3e6b4d1f0bb6b45655b711115 omero-blitz-plugin (v5.5.4-1-g8f9240a) 2026-01-14 08:16:42,485 [ scc.git] DEBUG d990836503b01e80347e5f722bda325a51584d61 omero-dsl-plugin (v5.5.4-1-gd990836) 2026-01-14 08:16:42,487 [ scc.git] DEBUG 81dc4e0b1b26566a9ffd673f1029c68b27835298 omero-javapackager-plugin (v5.5.3-1-g81dc4e0) 2026-01-14 08:16:42,489 [ scc.config] DEBUG Found remote.origin.url 2026-01-14 08:16:42,961 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gradle-plugins HTTP/1.1" 200 None 2026-01-14 08:16:43,448 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None 2026-01-14 08:16:43,926 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None 2026-01-14 08:16:44,348 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None 2026-01-14 08:16:44,752 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None 2026-01-14 08:16:44,753 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path' 2026-01-14 08:16:44,799 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-gradle-plugins-push/ice-builder-gradle 2026-01-14 08:16:44,799 [ scc.git] DEBUG Calling 'git rev-parse --show-toplevel' 2026-01-14 08:16:44,801 [ scc.git] DEBUG Check current status 2026-01-14 08:16:44,801 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD' 2026-01-14 08:16:44,804 [ scc.git] DEBUG 108acf3 Revert to snapshot 2026-01-14 08:16:44,804 [ scc.git] DEBUG Calling 'git submodule status' 2026-01-14 08:16:44,843 [ scc.config] DEBUG Found remote.origin.url 2026-01-14 08:16:45,337 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/ice-builder-gradle HTTP/1.1" 200 None 2026-01-14 08:16:45,823 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None 2026-01-14 08:16:46,247 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None 2026-01-14 08:16:46,689 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None 2026-01-14 08:16:47,104 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None 2026-01-14 08:16:47,105 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path' 2026-01-14 08:16:47,142 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-gradle-plugins-push 2026-01-14 08:16:47,143 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-gradle-plugins-push/omero-api-plugin 2026-01-14 08:16:47,143 [ scc.git] DEBUG Calling 'git rev-parse --show-toplevel' 2026-01-14 08:16:47,145 [ scc.git] DEBUG Check current status 2026-01-14 08:16:47,145 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD' 2026-01-14 08:16:47,147 [ scc.git] DEBUG d81df94 Revert to snapshot 2026-01-14 08:16:47,147 [ scc.git] DEBUG Calling 'git submodule status' 2026-01-14 08:16:47,185 [ scc.config] DEBUG Found remote.origin.url 2026-01-14 08:16:47,662 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-api-plugin HTTP/1.1" 200 None 2026-01-14 08:16:48,174 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None 2026-01-14 08:16:48,634 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None 2026-01-14 08:16:49,104 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None 2026-01-14 08:16:49,520 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None 2026-01-14 08:16:49,521 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path' 2026-01-14 08:16:49,560 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-gradle-plugins-push 2026-01-14 08:16:49,560 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-gradle-plugins-push/omero-artifact-plugin 2026-01-14 08:16:49,560 [ scc.git] DEBUG Calling 'git rev-parse --show-toplevel' 2026-01-14 08:16:49,562 [ scc.git] DEBUG Check current status 2026-01-14 08:16:49,562 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD' 2026-01-14 08:16:49,565 [ scc.git] DEBUG e52539a Bump version to 6.0.1-SNAPSHOT 2026-01-14 08:16:49,565 [ scc.git] DEBUG Calling 'git submodule status' 2026-01-14 08:16:49,603 [ scc.config] DEBUG Found remote.origin.url 2026-01-14 08:16:50,114 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-artifact-plugin HTTP/1.1" 200 None 2026-01-14 08:16:50,583 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None 2026-01-14 08:16:51,011 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None 2026-01-14 08:16:51,472 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None 2026-01-14 08:16:51,948 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None 2026-01-14 08:16:51,949 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path' 2026-01-14 08:16:51,987 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-gradle-plugins-push 2026-01-14 08:16:51,988 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-gradle-plugins-push/omero-blitz-plugin 2026-01-14 08:16:51,988 [ scc.git] DEBUG Calling 'git rev-parse --show-toplevel' 2026-01-14 08:16:51,990 [ scc.git] DEBUG Check current status 2026-01-14 08:16:51,990 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD' 2026-01-14 08:16:51,992 [ scc.git] DEBUG 8f9240a Revert to snapshot 2026-01-14 08:16:51,992 [ scc.git] DEBUG Calling 'git submodule status' 2026-01-14 08:16:52,031 [ scc.config] DEBUG Found remote.origin.url 2026-01-14 08:16:52,501 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz-plugin HTTP/1.1" 200 None 2026-01-14 08:16:52,995 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None 2026-01-14 08:16:53,428 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None 2026-01-14 08:16:53,855 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None 2026-01-14 08:16:54,298 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None 2026-01-14 08:16:54,299 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path' 2026-01-14 08:16:54,337 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-gradle-plugins-push 2026-01-14 08:16:54,337 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-gradle-plugins-push/omero-dsl-plugin 2026-01-14 08:16:54,337 [ scc.git] DEBUG Calling 'git rev-parse --show-toplevel' 2026-01-14 08:16:54,339 [ scc.git] DEBUG Check current status 2026-01-14 08:16:54,339 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD' 2026-01-14 08:16:54,341 [ scc.git] DEBUG d990836 Revert to snapshot 2026-01-14 08:16:54,342 [ scc.git] DEBUG Calling 'git submodule status' 2026-01-14 08:16:54,381 [ scc.config] DEBUG Found remote.origin.url 2026-01-14 08:16:54,817 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-dsl-plugin HTTP/1.1" 200 None 2026-01-14 08:16:55,291 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None 2026-01-14 08:16:55,726 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None 2026-01-14 08:16:56,176 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None 2026-01-14 08:16:56,614 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None 2026-01-14 08:16:56,615 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path' 2026-01-14 08:16:56,652 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-gradle-plugins-push 2026-01-14 08:16:56,652 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-gradle-plugins-push/omero-javapackager-plugin 2026-01-14 08:16:56,652 [ scc.git] DEBUG Calling 'git rev-parse --show-toplevel' 2026-01-14 08:16:56,654 [ scc.git] DEBUG Check current status 2026-01-14 08:16:56,654 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD' 2026-01-14 08:16:56,656 [ scc.git] DEBUG 81dc4e0 Revert to snapshot 2026-01-14 08:16:56,657 [ scc.git] DEBUG Calling 'git submodule status' 2026-01-14 08:16:56,694 [ scc.config] DEBUG Found remote.origin.url 2026-01-14 08:16:57,210 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-javapackager-plugin HTTP/1.1" 200 None 2026-01-14 08:16:57,714 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None 2026-01-14 08:16:58,140 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None 2026-01-14 08:16:58,572 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None 2026-01-14 08:16:58,995 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None 2026-01-14 08:16:58,996 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path' 2026-01-14 08:16:59,033 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-gradle-plugins-push 2026-01-14 08:16:59,033 [ scc.git] DEBUG Resetting... 2026-01-14 08:16:59,033 [ scc.git] DEBUG Calling 'git reset --hard HEAD' 2026-01-14 08:16:59,037 [ scc.git] DEBUG HEAD is now at 24bf490 merge master -Dorg -Snone 2026-01-14 08:16:59,037 [ scc.git] DEBUG Calling 'git submodule update --recursive' 2026-01-14 08:16:59,087 [ scc.git] DEBUG Submodule path 'omero-artifact-plugin': checked out '8f73552f41753a06302d61478a743cd2e00a2492' 2026-01-14 08:16:59,098 [ scc.git] DEBUG Check current status 2026-01-14 08:16:59,098 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD' 2026-01-14 08:16:59,100 [ scc.git] DEBUG 24bf490 merge master -Dorg -Snone 2026-01-14 08:16:59,100 [ scc.git] DEBUG Calling 'git submodule status' 2026-01-14 08:16:59,139 [ scc.git] DEBUG 108acf3a67580517f47de7e5a728e9ee5fbc41e5 ice-builder-gradle (v1.5.8-1-g108acf3) 2026-01-14 08:16:59,141 [ scc.git] DEBUG d81df949cf0c59e55034fe06d84de5f82c9dc1f5 omero-api-plugin (v5.5.3-1-gd81df94) 2026-01-14 08:16:59,144 [ scc.git] DEBUG 8f73552f41753a06302d61478a743cd2e00a2492 omero-artifact-plugin (v5.7.2-1-g8f73552) 2026-01-14 08:16:59,147 [ scc.git] DEBUG 8f9240a2940e5eb3e6b4d1f0bb6b45655b711115 omero-blitz-plugin (v5.5.4-1-g8f9240a) 2026-01-14 08:16:59,149 [ scc.git] DEBUG d990836503b01e80347e5f722bda325a51584d61 omero-dsl-plugin (v5.5.4-1-gd990836) 2026-01-14 08:16:59,151 [ scc.git] DEBUG 81dc4e0b1b26566a9ffd673f1029c68b27835298 omero-javapackager-plugin (v5.5.3-1-g81dc4e0) 2026-01-14 08:16:59,152 [ scc.merge] INFO Merging Pull Request(s) based on master 2026-01-14 08:16:59,152 [ scc.merge] INFO Including Pull Request(s) opened by any public member of the organization 2026-01-14 08:16:59,152 [ scc.merge] INFO Including Pull Request(s) labelled as include or dependencies 2026-01-14 08:16:59,152 [ scc.merge] INFO Excluding Pull Request(s) staged as draft 2026-01-14 08:16:59,152 [ scc.merge] INFO Excluding Pull Request(s) labelled as exclude or breaking 2026-01-14 08:16:59,152 [ scc.merge] INFO Excluding Pull Request(s) without successful status 2026-01-14 08:16:59,152 [ scc.repo] DEBUG ## PRs found: 2026-01-14 08:16:59,496 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gradle-plugins/pulls HTTP/1.1" 200 None 2026-01-14 08:17:00,004 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gradle-plugins/issues/55 HTTP/1.1" 200 None 2026-01-14 08:17:00,004 [ scc.repo] DEBUG # ... Include label: dependencies 2026-01-14 08:17:00,648 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gradle-plugins/commits/ffb5f1ebaa1447701b1b25964767962b5d165152 HTTP/1.1" 200 None 2026-01-14 08:17:01,126 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gradle-plugins/commits/ffb5f1ebaa1447701b1b25964767962b5d165152/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None 2026-01-14 08:17:01,661 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gradle-plugins/commits/ffb5f1ebaa1447701b1b25964767962b5d165152 HTTP/1.1" 200 None 2026-01-14 08:17:02,100 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gradle-plugins/statuses/ffb5f1ebaa1447701b1b25964767962b5d165152?per_page=1 HTTP/1.1" 200 2 2026-01-14 08:17:02,100 [ scc.repo] DEBUG - PR 55 dependabot[bot] 'Bump ice-builder-gradle from `7145dda` to `108acf3`' 2026-01-14 08:17:02,592 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gradle-plugins/issues/54 HTTP/1.1" 200 None 2026-01-14 08:17:02,593 [ scc.repo] DEBUG # ... Include label: dependencies 2026-01-14 08:17:03,196 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gradle-plugins/commits/dafbbdb406e792d36da5f06ae67a32a090e0d356 HTTP/1.1" 200 None 2026-01-14 08:17:03,650 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gradle-plugins/commits/dafbbdb406e792d36da5f06ae67a32a090e0d356/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None 2026-01-14 08:17:04,254 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gradle-plugins/commits/dafbbdb406e792d36da5f06ae67a32a090e0d356 HTTP/1.1" 200 None 2026-01-14 08:17:04,689 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gradle-plugins/statuses/dafbbdb406e792d36da5f06ae67a32a090e0d356?per_page=1 HTTP/1.1" 200 2 2026-01-14 08:17:04,689 [ scc.repo] DEBUG - PR 54 dependabot[bot] 'Bump omero-blitz-plugin from `410bad0` to `8f9240a`' 2026-01-14 08:17:05,207 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gradle-plugins/issues/53 HTTP/1.1" 200 None 2026-01-14 08:17:05,207 [ scc.repo] DEBUG # ... Include label: dependencies 2026-01-14 08:17:05,712 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gradle-plugins/commits/2afd601adbbfd76ce980417f993a713afa2612a1 HTTP/1.1" 200 None 2026-01-14 08:17:06,222 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gradle-plugins/commits/2afd601adbbfd76ce980417f993a713afa2612a1/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None 2026-01-14 08:17:06,811 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gradle-plugins/commits/2afd601adbbfd76ce980417f993a713afa2612a1 HTTP/1.1" 200 None 2026-01-14 08:17:07,248 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gradle-plugins/statuses/2afd601adbbfd76ce980417f993a713afa2612a1?per_page=1 HTTP/1.1" 200 2 2026-01-14 08:17:07,248 [ scc.repo] DEBUG - PR 53 dependabot[bot] 'Bump omero-api-plugin from `5cd7dfc` to `d81df94`' 2026-01-14 08:17:07,744 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gradle-plugins/issues/52 HTTP/1.1" 200 None 2026-01-14 08:17:07,745 [ scc.repo] DEBUG # ... Include label: dependencies 2026-01-14 08:17:08,277 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gradle-plugins/commits/6067c138295b55b4d7614aa67fa52a9629fc82dd HTTP/1.1" 200 None 2026-01-14 08:17:08,746 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gradle-plugins/commits/6067c138295b55b4d7614aa67fa52a9629fc82dd/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None 2026-01-14 08:17:09,299 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gradle-plugins/commits/6067c138295b55b4d7614aa67fa52a9629fc82dd HTTP/1.1" 200 None 2026-01-14 08:17:09,742 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gradle-plugins/statuses/6067c138295b55b4d7614aa67fa52a9629fc82dd?per_page=1 HTTP/1.1" 200 2 2026-01-14 08:17:09,742 [ scc.repo] DEBUG - PR 52 dependabot[bot] 'Bump omero-dsl-plugin from `59e2e29` to `d990836`' 2026-01-14 08:17:10,245 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gradle-plugins/issues/50 HTTP/1.1" 200 None 2026-01-14 08:17:10,245 [ scc.repo] DEBUG # ... Include label: dependencies 2026-01-14 08:17:10,853 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gradle-plugins/commits/f7e76a4f8619aacbf2239e50e09ea94edd0ad04b HTTP/1.1" 200 None 2026-01-14 08:17:11,334 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gradle-plugins/commits/f7e76a4f8619aacbf2239e50e09ea94edd0ad04b/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None 2026-01-14 08:17:11,853 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gradle-plugins/commits/f7e76a4f8619aacbf2239e50e09ea94edd0ad04b HTTP/1.1" 200 None 2026-01-14 08:17:12,292 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-gradle-plugins/statuses/f7e76a4f8619aacbf2239e50e09ea94edd0ad04b?per_page=1 HTTP/1.1" 200 2 2026-01-14 08:17:12,293 [ scc.repo] DEBUG - PR 50 dependabot[bot] 'Bump omero-javapackager-plugin from `424b3c3` to `81dc4e0`' 2026-01-14 08:17:12,293 [ scc.repo] DEBUG ## Branches found: 2026-01-14 08:17:12,293 [ scc.git] DEBUG Get sha1 of %s 2026-01-14 08:17:12,293 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2026-01-14 08:17:12,295 [ scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master' 2026-01-14 08:17:12,297 [ scc.git] DEBUG ## Merging base to ensure closed PRs are included. 2026-01-14 08:17:12,297 [ scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master' 2026-01-14 08:17:12,300 [ scc.git] DEBUG Calling 'git merge --ff-only origin/master' 2026-01-14 08:17:12,303 [ scc.git] DEBUG Already up to date. 2026-01-14 08:17:12,303 [ scc.git] DEBUG Calling 'git fetch origin pull/50/head' 2026-01-14 08:17:12,592 [ scc.git] DEBUG From https://github.com/ome/omero-gradle-plugins 2026-01-14 08:17:12,592 [ scc.git] DEBUG * branch refs/pull/50/head -> FETCH_HEAD 2026-01-14 08:17:12,596 [ scc.git] DEBUG Calling 'git fetch origin pull/52/head' 2026-01-14 08:17:12,855 [ scc.git] DEBUG From https://github.com/ome/omero-gradle-plugins 2026-01-14 08:17:12,855 [ scc.git] DEBUG * branch refs/pull/52/head -> FETCH_HEAD 2026-01-14 08:17:12,860 [ scc.git] DEBUG Calling 'git fetch origin pull/53/head' 2026-01-14 08:17:13,124 [ scc.git] DEBUG From https://github.com/ome/omero-gradle-plugins 2026-01-14 08:17:13,124 [ scc.git] DEBUG * branch refs/pull/53/head -> FETCH_HEAD 2026-01-14 08:17:13,128 [ scc.git] DEBUG Calling 'git fetch origin pull/54/head' 2026-01-14 08:17:13,390 [ scc.git] DEBUG From https://github.com/ome/omero-gradle-plugins 2026-01-14 08:17:13,390 [ scc.git] DEBUG * branch refs/pull/54/head -> FETCH_HEAD 2026-01-14 08:17:13,394 [ scc.git] DEBUG Calling 'git fetch origin pull/55/head' 2026-01-14 08:17:13,651 [ scc.git] DEBUG From https://github.com/ome/omero-gradle-plugins 2026-01-14 08:17:13,651 [ scc.git] DEBUG * branch refs/pull/55/head -> FETCH_HEAD 2026-01-14 08:17:13,655 [ scc.git] DEBUG ## Unique users: [] 2026-01-14 08:17:13,655 [ scc.git] DEBUG Get sha1 of %s 2026-01-14 08:17:13,655 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2026-01-14 08:17:13,657 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...f7e76a4f8619aacbf2239e50e09ea94edd0ad04b' 2026-01-14 08:17:13,660 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2026-01-14 08:17:13,662 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 50 (Bump omero-javapackager-plugin from `424b3c3` to `81dc4e0`) f7e76a4f8619aacbf2239e50e09ea94edd0ad04b' 2026-01-14 08:17:13,664 [ scc.git] DEBUG Already up to date. 2026-01-14 08:17:13,827 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None 2026-01-14 08:17:13,827 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...6067c138295b55b4d7614aa67fa52a9629fc82dd' 2026-01-14 08:17:13,830 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2026-01-14 08:17:13,832 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 52 (Bump omero-dsl-plugin from `59e2e29` to `d990836`) 6067c138295b55b4d7614aa67fa52a9629fc82dd' 2026-01-14 08:17:13,834 [ scc.git] DEBUG Already up to date. 2026-01-14 08:17:14,235 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None 2026-01-14 08:17:14,236 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...2afd601adbbfd76ce980417f993a713afa2612a1' 2026-01-14 08:17:14,238 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2026-01-14 08:17:14,240 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 53 (Bump omero-api-plugin from `5cd7dfc` to `d81df94`) 2afd601adbbfd76ce980417f993a713afa2612a1' 2026-01-14 08:17:14,243 [ scc.git] DEBUG Already up to date. 2026-01-14 08:17:14,635 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None 2026-01-14 08:17:14,635 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...dafbbdb406e792d36da5f06ae67a32a090e0d356' 2026-01-14 08:17:14,638 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2026-01-14 08:17:14,640 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 54 (Bump omero-blitz-plugin from `410bad0` to `8f9240a`) dafbbdb406e792d36da5f06ae67a32a090e0d356' 2026-01-14 08:17:14,642 [ scc.git] DEBUG Already up to date. 2026-01-14 08:17:15,045 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None 2026-01-14 08:17:15,046 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...ffb5f1ebaa1447701b1b25964767962b5d165152' 2026-01-14 08:17:15,048 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2026-01-14 08:17:15,050 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 55 (Bump ice-builder-gradle from `7145dda` to `108acf3`) ffb5f1ebaa1447701b1b25964767962b5d165152' 2026-01-14 08:17:15,052 [ scc.git] DEBUG Already up to date. 2026-01-14 08:17:15,442 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None 2026-01-14 08:17:15,443 [ scc.git] DEBUG Calling 'git submodule update' 2026-01-14 08:17:15,482 [ scc.git] DEBUG Get sha1 of %s 2026-01-14 08:17:15,482 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2026-01-14 08:17:15,484 [ scc.repo] DEBUG ## PRs found: 2026-01-14 08:17:15,870 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/ice-builder-gradle/pulls HTTP/1.1" 200 2 2026-01-14 08:17:15,870 [ scc.repo] DEBUG ## Branches found: 2026-01-14 08:17:15,871 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-gradle-plugins-push/ice-builder-gradle 2026-01-14 08:17:15,871 [ scc.git] DEBUG Get sha1 of %s 2026-01-14 08:17:15,871 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2026-01-14 08:17:15,873 [ scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master' 2026-01-14 08:17:15,875 [ scc.git] DEBUG ## Merging base to ensure closed PRs are included. 2026-01-14 08:17:15,875 [ scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master' 2026-01-14 08:17:15,878 [ scc.git] DEBUG Calling 'git merge --ff-only origin/master' 2026-01-14 08:17:15,880 [ scc.git] DEBUG Already up to date. 2026-01-14 08:17:15,880 [ scc.git] DEBUG ## Unique users: [] 2026-01-14 08:17:15,880 [ scc.git] DEBUG Get sha1 of %s 2026-01-14 08:17:15,880 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2026-01-14 08:17:15,882 [ scc.git] DEBUG Calling 'git submodule update' 2026-01-14 08:17:15,919 [ scc.git] DEBUG Get sha1 of %s 2026-01-14 08:17:15,919 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2026-01-14 08:17:15,921 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path' 2026-01-14 08:17:15,956 [ scc.git] DEBUG Calling 'git status --porcelain' 2026-01-14 08:17:15,960 [ scc.git] DEBUG has no local changes 2026-01-14 08:17:15,960 [ scc.git] DEBUG Calling 'git commit --allow-empty -a -n -m merge master -Dorg -Ssuccess-only Repository: ome/ice-builder-gradle Already up to date. Generated by OMERO-gradle-plugins-push#25 (https://BRANCHCI.openmicroscopy.org/jenkins/job/OMERO-gradle-plugins-push/25/)' 2026-01-14 08:17:15,965 [ scc.git] DEBUG [detached HEAD 577cb71] merge master -Dorg -Ssuccess-only 2026-01-14 08:17:15,965 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-gradle-plugins-push 2026-01-14 08:17:15,965 [ scc.repo] DEBUG ## PRs found: 2026-01-14 08:17:16,302 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-api-plugin/pulls HTTP/1.1" 200 2 2026-01-14 08:17:16,302 [ scc.repo] DEBUG ## Branches found: 2026-01-14 08:17:16,302 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-gradle-plugins-push/omero-api-plugin 2026-01-14 08:17:16,303 [ scc.git] DEBUG Get sha1 of %s 2026-01-14 08:17:16,303 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2026-01-14 08:17:16,305 [ scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master' 2026-01-14 08:17:16,307 [ scc.git] DEBUG ## Merging base to ensure closed PRs are included. 2026-01-14 08:17:16,307 [ scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master' 2026-01-14 08:17:16,309 [ scc.git] DEBUG Calling 'git merge --ff-only origin/master' 2026-01-14 08:17:16,312 [ scc.git] DEBUG Already up to date. 2026-01-14 08:17:16,312 [ scc.git] DEBUG ## Unique users: [] 2026-01-14 08:17:16,312 [ scc.git] DEBUG Get sha1 of %s 2026-01-14 08:17:16,312 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2026-01-14 08:17:16,314 [ scc.git] DEBUG Calling 'git submodule update' 2026-01-14 08:17:16,349 [ scc.git] DEBUG Get sha1 of %s 2026-01-14 08:17:16,349 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2026-01-14 08:17:16,351 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path' 2026-01-14 08:17:16,386 [ scc.git] DEBUG Calling 'git status --porcelain' 2026-01-14 08:17:16,389 [ scc.git] DEBUG has no local changes 2026-01-14 08:17:16,389 [ scc.git] DEBUG Calling 'git commit --allow-empty -a -n -m merge master -Dorg -Ssuccess-only Repository: ome/omero-api-plugin Already up to date. Generated by OMERO-gradle-plugins-push#25 (https://BRANCHCI.openmicroscopy.org/jenkins/job/OMERO-gradle-plugins-push/25/)' 2026-01-14 08:17:16,394 [ scc.git] DEBUG [detached HEAD 56df1c2] merge master -Dorg -Ssuccess-only 2026-01-14 08:17:16,395 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-gradle-plugins-push 2026-01-14 08:17:16,395 [ scc.repo] DEBUG ## PRs found: 2026-01-14 08:17:16,737 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-artifact-plugin/pulls HTTP/1.1" 200 2 2026-01-14 08:17:16,737 [ scc.repo] DEBUG ## Branches found: 2026-01-14 08:17:16,737 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-gradle-plugins-push/omero-artifact-plugin 2026-01-14 08:17:16,737 [ scc.git] DEBUG Get sha1 of %s 2026-01-14 08:17:16,737 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2026-01-14 08:17:16,739 [ scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master' 2026-01-14 08:17:16,742 [ scc.git] DEBUG ## Merging base to ensure closed PRs are included. 2026-01-14 08:17:16,742 [ scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master' 2026-01-14 08:17:16,744 [ scc.git] DEBUG Calling 'git merge --ff-only origin/master' 2026-01-14 08:17:16,751 [ scc.git] DEBUG Updating 8f73552..e52539a 2026-01-14 08:17:17,469 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-artifact-plugin/pulls/30 HTTP/1.1" 200 None 2026-01-14 08:17:18,179 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-artifact-plugin/pulls/29 HTTP/1.1" 200 None 2026-01-14 08:17:18,180 [ scc.git] DEBUG ## Unique users: [] 2026-01-14 08:17:18,180 [ scc.git] DEBUG Get sha1 of %s 2026-01-14 08:17:18,180 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2026-01-14 08:17:18,183 [ scc.git] DEBUG Calling 'git submodule update' 2026-01-14 08:17:18,219 [ scc.git] DEBUG Get sha1 of %s 2026-01-14 08:17:18,219 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2026-01-14 08:17:18,221 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path' 2026-01-14 08:17:18,257 [ scc.git] DEBUG Calling 'git status --porcelain' 2026-01-14 08:17:18,260 [ scc.git] DEBUG has no local changes 2026-01-14 08:17:18,260 [ scc.git] DEBUG Calling 'git commit --allow-empty -a -n -m merge master -Dorg -Ssuccess-only Repository: ome/omero-artifact-plugin Updating 8f73552..e52539a Previously merged: - PR 30 sbesson 'Remove manually created CHANGELOG in favor of generated GH releases' - PR 29 sbesson 'Remove repository injection logic from Gradle plugin' Generated by OMERO-gradle-plugins-push#25 (https://BRANCHCI.openmicroscopy.org/jenkins/job/OMERO-gradle-plugins-push/25/)' 2026-01-14 08:17:18,266 [ scc.git] DEBUG [detached HEAD 65faa04] merge master -Dorg -Ssuccess-only 2026-01-14 08:17:18,266 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-gradle-plugins-push 2026-01-14 08:17:18,266 [ scc.repo] DEBUG ## PRs found: 2026-01-14 08:17:18,607 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-blitz-plugin/pulls HTTP/1.1" 200 2 2026-01-14 08:17:18,607 [ scc.repo] DEBUG ## Branches found: 2026-01-14 08:17:18,607 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-gradle-plugins-push/omero-blitz-plugin 2026-01-14 08:17:18,607 [ scc.git] DEBUG Get sha1 of %s 2026-01-14 08:17:18,607 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2026-01-14 08:17:18,609 [ scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master' 2026-01-14 08:17:18,611 [ scc.git] DEBUG ## Merging base to ensure closed PRs are included. 2026-01-14 08:17:18,611 [ scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master' 2026-01-14 08:17:18,614 [ scc.git] DEBUG Calling 'git merge --ff-only origin/master' 2026-01-14 08:17:18,616 [ scc.git] DEBUG Already up to date. 2026-01-14 08:17:18,616 [ scc.git] DEBUG ## Unique users: [] 2026-01-14 08:17:18,616 [ scc.git] DEBUG Get sha1 of %s 2026-01-14 08:17:18,617 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2026-01-14 08:17:18,619 [ scc.git] DEBUG Calling 'git submodule update' 2026-01-14 08:17:18,654 [ scc.git] DEBUG Get sha1 of %s 2026-01-14 08:17:18,654 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2026-01-14 08:17:18,656 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path' 2026-01-14 08:17:18,689 [ scc.git] DEBUG Calling 'git status --porcelain' 2026-01-14 08:17:18,692 [ scc.git] DEBUG has no local changes 2026-01-14 08:17:18,692 [ scc.git] DEBUG Calling 'git commit --allow-empty -a -n -m merge master -Dorg -Ssuccess-only Repository: ome/omero-blitz-plugin Already up to date. Generated by OMERO-gradle-plugins-push#25 (https://BRANCHCI.openmicroscopy.org/jenkins/job/OMERO-gradle-plugins-push/25/)' 2026-01-14 08:17:18,698 [ scc.git] DEBUG [detached HEAD 41443d9] merge master -Dorg -Ssuccess-only 2026-01-14 08:17:18,698 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-gradle-plugins-push 2026-01-14 08:17:18,698 [ scc.repo] DEBUG ## PRs found: 2026-01-14 08:17:19,042 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-dsl-plugin/pulls HTTP/1.1" 200 2 2026-01-14 08:17:19,043 [ scc.repo] DEBUG ## Branches found: 2026-01-14 08:17:19,043 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-gradle-plugins-push/omero-dsl-plugin 2026-01-14 08:17:19,043 [ scc.git] DEBUG Get sha1 of %s 2026-01-14 08:17:19,043 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2026-01-14 08:17:19,045 [ scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master' 2026-01-14 08:17:19,047 [ scc.git] DEBUG ## Merging base to ensure closed PRs are included. 2026-01-14 08:17:19,047 [ scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master' 2026-01-14 08:17:19,050 [ scc.git] DEBUG Calling 'git merge --ff-only origin/master' 2026-01-14 08:17:19,052 [ scc.git] DEBUG Already up to date. 2026-01-14 08:17:19,052 [ scc.git] DEBUG ## Unique users: [] 2026-01-14 08:17:19,052 [ scc.git] DEBUG Get sha1 of %s 2026-01-14 08:17:19,052 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2026-01-14 08:17:19,054 [ scc.git] DEBUG Calling 'git submodule update' 2026-01-14 08:17:19,090 [ scc.git] DEBUG Get sha1 of %s 2026-01-14 08:17:19,090 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2026-01-14 08:17:19,092 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path' 2026-01-14 08:17:19,128 [ scc.git] DEBUG Calling 'git status --porcelain' 2026-01-14 08:17:19,131 [ scc.git] DEBUG has no local changes 2026-01-14 08:17:19,131 [ scc.git] DEBUG Calling 'git commit --allow-empty -a -n -m merge master -Dorg -Ssuccess-only Repository: ome/omero-dsl-plugin Already up to date. Generated by OMERO-gradle-plugins-push#25 (https://BRANCHCI.openmicroscopy.org/jenkins/job/OMERO-gradle-plugins-push/25/)' 2026-01-14 08:17:19,136 [ scc.git] DEBUG [detached HEAD ea9220f] merge master -Dorg -Ssuccess-only 2026-01-14 08:17:19,137 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-gradle-plugins-push 2026-01-14 08:17:19,137 [ scc.repo] DEBUG ## PRs found: 2026-01-14 08:17:19,591 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-javapackager-plugin/pulls HTTP/1.1" 200 None 2026-01-14 08:17:20,118 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-javapackager-plugin/issues/10 HTTP/1.1" 200 None 2026-01-14 08:17:20,587 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-javapackager-plugin/issues/10/comments HTTP/1.1" 200 None 2026-01-14 08:17:21,153 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-javapackager-plugin/commits/498a9fc970e459c7555795f1d3dbd73879753c5a HTTP/1.1" 200 None 2026-01-14 08:17:21,625 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-javapackager-plugin/commits/498a9fc970e459c7555795f1d3dbd73879753c5a/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None 2026-01-14 08:17:22,089 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-javapackager-plugin/commits/498a9fc970e459c7555795f1d3dbd73879753c5a HTTP/1.1" 200 None 2026-01-14 08:17:22,525 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-javapackager-plugin/statuses/498a9fc970e459c7555795f1d3dbd73879753c5a?per_page=1 HTTP/1.1" 200 2 2026-01-14 08:17:22,525 [ scc.repo] DEBUG - PR 10 jburel 'Commons-io' 2026-01-14 08:17:22,525 [ scc.repo] DEBUG ## Branches found: 2026-01-14 08:17:22,525 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-gradle-plugins-push/omero-javapackager-plugin 2026-01-14 08:17:22,525 [ scc.git] DEBUG Get sha1 of %s 2026-01-14 08:17:22,525 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2026-01-14 08:17:22,528 [ scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master' 2026-01-14 08:17:22,530 [ scc.git] DEBUG ## Merging base to ensure closed PRs are included. 2026-01-14 08:17:22,530 [ scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master' 2026-01-14 08:17:22,532 [ scc.git] DEBUG Calling 'git merge --ff-only origin/master' 2026-01-14 08:17:22,535 [ scc.git] DEBUG Already up to date. 2026-01-14 08:17:22,535 [ scc.git] DEBUG Calling 'git fetch origin pull/10/head' 2026-01-14 08:17:22,965 [ scc.git] DEBUG From https://github.com/ome/omero-javapackager-plugin 2026-01-14 08:17:22,966 [ scc.git] DEBUG * branch refs/pull/10/head -> FETCH_HEAD 2026-01-14 08:17:22,970 [ scc.git] DEBUG ## Unique users: [] 2026-01-14 08:17:22,970 [ scc.git] DEBUG Get sha1 of %s 2026-01-14 08:17:22,970 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2026-01-14 08:17:22,972 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...498a9fc970e459c7555795f1d3dbd73879753c5a' 2026-01-14 08:17:22,975 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2026-01-14 08:17:22,977 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 10 (Commons-io) 498a9fc970e459c7555795f1d3dbd73879753c5a' 2026-01-14 08:17:23,040 [ scc.git] DEBUG Auto-merging build.gradle 2026-01-14 08:17:23,041 [ scc.git] DEBUG Merge made by the 'ort' strategy. 2026-01-14 08:17:23,044 [ scc.git] DEBUG build.gradle | 4 --- 2026-01-14 08:17:23,044 [ scc.git] DEBUG .../org/openmicroscopy/extensions/FileUtils.groovy | 39 ++++++++++++++++++++++ 2026-01-14 08:17:23,044 [ scc.git] DEBUG .../implementation/DefaultInstallOptions.groovy | 4 +-- 2026-01-14 08:17:23,044 [ scc.git] DEBUG .../extensions/implementation/MacOptions.groovy | 4 +-- 2026-01-14 08:17:23,044 [ scc.git] DEBUG .../extensions/implementation/WinOptions.groovy | 4 +-- 2026-01-14 08:17:23,044 [ scc.git] DEBUG 5 files changed, 45 insertions(+), 10 deletions(-) 2026-01-14 08:17:23,044 [ scc.git] DEBUG create mode 100644 src/main/groovy/org/openmicroscopy/extensions/FileUtils.groovy 2026-01-14 08:17:23,196 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None 2026-01-14 08:17:23,196 [ scc.git] DEBUG Calling 'git submodule update' 2026-01-14 08:17:23,233 [ scc.git] DEBUG Get sha1 of %s 2026-01-14 08:17:23,233 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2026-01-14 08:17:23,235 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path' 2026-01-14 08:17:23,271 [ scc.git] DEBUG Calling 'git status --porcelain' 2026-01-14 08:17:23,275 [ scc.git] DEBUG has no local changes 2026-01-14 08:17:23,275 [ scc.git] DEBUG Calling 'git commit --allow-empty -a -n -m merge master -Dorg -Ssuccess-only Repository: ome/omero-javapackager-plugin Already up to date. Merged PRs: - PR 10 jburel 'Commons-io' Generated by OMERO-gradle-plugins-push#25 (https://BRANCHCI.openmicroscopy.org/jenkins/job/OMERO-gradle-plugins-push/25/)' 2026-01-14 08:17:23,281 [ scc.git] DEBUG [detached HEAD 0ff42ed] merge master -Dorg -Ssuccess-only 2026-01-14 08:17:23,281 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-gradle-plugins-push 2026-01-14 08:17:23,281 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path' 2026-01-14 08:17:23,326 [ scc.config] DEBUG Found submodule.ice-builder-gradle.url 2026-01-14 08:17:23,587 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None 2026-01-14 08:17:23,591 [ scc.config] DEBUG Found submodule.ice-builder-gradle.branch 2026-01-14 08:17:23,593 [ scc.config] DEBUG Found submodule.omero-api-plugin.url 2026-01-14 08:17:23,998 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None 2026-01-14 08:17:24,003 [ scc.config] DEBUG Found submodule.omero-api-plugin.branch 2026-01-14 08:17:24,005 [ scc.config] DEBUG Found submodule.omero-artifact-plugin.url 2026-01-14 08:17:24,407 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None 2026-01-14 08:17:24,412 [ scc.config] DEBUG Found submodule.omero-artifact-plugin.branch 2026-01-14 08:17:24,414 [ scc.config] DEBUG Found submodule.omero-blitz-plugin.url 2026-01-14 08:17:24,800 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None 2026-01-14 08:17:24,805 [ scc.config] DEBUG Found submodule.omero-blitz-plugin.branch 2026-01-14 08:17:24,807 [ scc.config] DEBUG Found submodule.omero-dsl-plugin.url 2026-01-14 08:17:25,205 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None 2026-01-14 08:17:25,210 [ scc.config] DEBUG Found submodule.omero-dsl-plugin.branch 2026-01-14 08:17:25,212 [ scc.config] DEBUG Found submodule.omero-javapackager-plugin.url 2026-01-14 08:17:25,624 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None 2026-01-14 08:17:25,628 [ scc.config] DEBUG Found submodule.omero-javapackager-plugin.branch 2026-01-14 08:17:25,629 [ scc.git] DEBUG Calling 'git status --porcelain' 2026-01-14 08:17:25,650 [ scc.git] DEBUG has local changes 2026-01-14 08:17:25,650 [ scc.git] DEBUG Calling 'git commit -a -n -m merge master -Dorg -Ssuccess-only Repository: ome/omero-gradle-plugins Already up to date. Merged PRs: - PR 50 dependabot[bot] 'Bump omero-javapackager-plugin from `424b3c3` to `81dc4e0`' - PR 52 dependabot[bot] 'Bump omero-dsl-plugin from `59e2e29` to `d990836`' - PR 53 dependabot[bot] 'Bump omero-api-plugin from `5cd7dfc` to `d81df94`' - PR 54 dependabot[bot] 'Bump omero-blitz-plugin from `410bad0` to `8f9240a`' - PR 55 dependabot[bot] 'Bump ice-builder-gradle from `7145dda` to `108acf3`' Repository: ome/ice-builder-gradle Already up to date. Repository: ome/omero-api-plugin Already up to date. Repository: ome/omero-artifact-plugin Updating 8f73552..e52539a Previously merged: - PR 30 sbesson 'Remove manually created CHANGELOG in favor of generated GH releases' - PR 29 sbesson 'Remove repository injection logic from Gradle plugin' Repository: ome/omero-blitz-plugin Already up to date. Repository: ome/omero-dsl-plugin Already up to date. Repository: ome/omero-javapackager-plugin Already up to date. Merged PRs: - PR 10 jburel 'Commons-io' Generated by OMERO-gradle-plugins-push#25 (https://BRANCHCI.openmicroscopy.org/jenkins/job/OMERO-gradle-plugins-push/25/)' 2026-01-14 08:17:25,657 [ scc.git] DEBUG [detached HEAD 8e2deeb] merge master -Dorg -Ssuccess-only 2026-01-14 08:17:25,657 [ scc.git] DEBUG 7 files changed, 12 insertions(+), 12 deletions(-) 2026-01-14 08:17:25,657 [ scc.merge] INFO Repository: ome/omero-gradle-plugins 2026-01-14 08:17:25,657 [ scc.merge] INFO Already up to date. 2026-01-14 08:17:25,657 [ scc.merge] INFO 2026-01-14 08:17:25,657 [ scc.merge] INFO Merged PRs: 2026-01-14 08:17:25,657 [ scc.merge] INFO - PR 50 dependabot[bot] 'Bump omero-javapackager-plugin from `424b3c3` to `81dc4e0`' 2026-01-14 08:17:25,657 [ scc.merge] INFO - PR 52 dependabot[bot] 'Bump omero-dsl-plugin from `59e2e29` to `d990836`' 2026-01-14 08:17:25,657 [ scc.merge] INFO - PR 53 dependabot[bot] 'Bump omero-api-plugin from `5cd7dfc` to `d81df94`' 2026-01-14 08:17:25,657 [ scc.merge] INFO - PR 54 dependabot[bot] 'Bump omero-blitz-plugin from `410bad0` to `8f9240a`' 2026-01-14 08:17:25,657 [ scc.merge] INFO - PR 55 dependabot[bot] 'Bump ice-builder-gradle from `7145dda` to `108acf3`' 2026-01-14 08:17:25,658 [ scc.merge] INFO 2026-01-14 08:17:25,658 [ scc.merge] INFO Repository: ome/ice-builder-gradle 2026-01-14 08:17:25,658 [ scc.merge] INFO Already up to date. 2026-01-14 08:17:25,658 [ scc.merge] INFO 2026-01-14 08:17:25,658 [ scc.merge] INFO 2026-01-14 08:17:25,658 [ scc.merge] INFO Repository: ome/omero-api-plugin 2026-01-14 08:17:25,658 [ scc.merge] INFO Already up to date. 2026-01-14 08:17:25,658 [ scc.merge] INFO 2026-01-14 08:17:25,658 [ scc.merge] INFO 2026-01-14 08:17:25,658 [ scc.merge] INFO Repository: ome/omero-artifact-plugin 2026-01-14 08:17:25,658 [ scc.merge] INFO Updating 8f73552..e52539a 2026-01-14 08:17:25,658 [ scc.merge] INFO Previously merged: 2026-01-14 08:17:25,658 [ scc.merge] INFO - PR 30 sbesson 'Remove manually created CHANGELOG in favor of generated GH releases' 2026-01-14 08:17:25,658 [ scc.merge] INFO - PR 29 sbesson 'Remove repository injection logic from Gradle plugin' 2026-01-14 08:17:25,658 [ scc.merge] INFO 2026-01-14 08:17:25,658 [ scc.merge] INFO 2026-01-14 08:17:25,658 [ scc.merge] INFO Repository: ome/omero-blitz-plugin 2026-01-14 08:17:25,658 [ scc.merge] INFO Already up to date. 2026-01-14 08:17:25,658 [ scc.merge] INFO 2026-01-14 08:17:25,658 [ scc.merge] INFO 2026-01-14 08:17:25,658 [ scc.merge] INFO Repository: ome/omero-dsl-plugin 2026-01-14 08:17:25,658 [ scc.merge] INFO Already up to date. 2026-01-14 08:17:25,658 [ scc.merge] INFO 2026-01-14 08:17:25,658 [ scc.merge] INFO 2026-01-14 08:17:25,658 [ scc.merge] INFO Repository: ome/omero-javapackager-plugin 2026-01-14 08:17:25,658 [ scc.merge] INFO Already up to date. 2026-01-14 08:17:25,658 [ scc.merge] INFO 2026-01-14 08:17:25,658 [ scc.merge] INFO Merged PRs: 2026-01-14 08:17:25,658 [ scc.merge] INFO - PR 10 jburel 'Commons-io' 2026-01-14 08:17:25,658 [ scc.merge] INFO 2026-01-14 08:17:25,658 [ scc.merge] DEBUG Cleaning remote branches created for merging 2026-01-14 08:17:25,658 [ scc.git] DEBUG Calling 'git remote' 2026-01-14 08:17:25,660 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-gradle-plugins-push/ice-builder-gradle 2026-01-14 08:17:25,660 [ scc.git] DEBUG Calling 'git remote' 2026-01-14 08:17:25,662 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-gradle-plugins-push 2026-01-14 08:17:25,662 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-gradle-plugins-push/omero-api-plugin 2026-01-14 08:17:25,662 [ scc.git] DEBUG Calling 'git remote' 2026-01-14 08:17:25,664 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-gradle-plugins-push 2026-01-14 08:17:25,664 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-gradle-plugins-push/omero-artifact-plugin 2026-01-14 08:17:25,665 [ scc.git] DEBUG Calling 'git remote' 2026-01-14 08:17:25,667 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-gradle-plugins-push 2026-01-14 08:17:25,667 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-gradle-plugins-push/omero-blitz-plugin 2026-01-14 08:17:25,667 [ scc.git] DEBUG Calling 'git remote' 2026-01-14 08:17:25,669 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-gradle-plugins-push 2026-01-14 08:17:25,669 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-gradle-plugins-push/omero-dsl-plugin 2026-01-14 08:17:25,669 [ scc.git] DEBUG Calling 'git remote' 2026-01-14 08:17:25,671 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-gradle-plugins-push 2026-01-14 08:17:25,671 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-gradle-plugins-push/omero-javapackager-plugin 2026-01-14 08:17:25,671 [ scc.git] DEBUG Calling 'git remote' 2026-01-14 08:17:25,673 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-gradle-plugins-push Update component versions grep: build.gradle: No such file or directory grep: settings.gradle: No such file or directory grep: build.gradle: No such file or directory Up-to-date: grep: build.gradle: No such file or directory Up-to-date: Updating omero-dsl-plugin from 5.5.0 to 5.5.5-SNAPSHOT Updating omero-api-plugin from 5.5.0 to 5.5.4-SNAPSHOT Up-to-date: Up-to-date: Commit all component version changes Entering 'ice-builder-gradle' Entering 'omero-api-plugin' Entering 'omero-artifact-plugin' Entering 'omero-blitz-plugin' Entering 'omero-dsl-plugin' Entering 'omero-javapackager-plugin' Entering 'ice-builder-gradle' HEAD detached from 108acf3 nothing to commit, working tree clean Entering 'omero-api-plugin' HEAD detached from d81df94 nothing to commit, working tree clean Entering 'omero-artifact-plugin' HEAD detached from 8f73552 nothing to commit, working tree clean Entering 'omero-blitz-plugin' [detached HEAD 198082d] Update component versions 1 file changed, 2 insertions(+), 2 deletions(-) Entering 'omero-dsl-plugin' HEAD detached from d990836 nothing to commit, working tree clean Entering 'omero-javapackager-plugin' HEAD detached from 81dc4e0 nothing to commit, working tree clean [detached HEAD fc9bf80] Update component versions 1 file changed, 1 insertion(+), 1 deletion(-) 2026-01-14 08:18:07,593 [ scc.push] INFO Merged branch pushed to https://github.com/snoopycrimecop/omero-gradle-plugins/tree/merge_ci [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: SUCCESS