Skip to content
Started by user devspace
[Pipeline] Start of Pipeline
[Pipeline] node
Running on testintegration in /home/omero/workspace/WEBSITE-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/WEBSITE-push/workspace@libs/e9d96de4efbb3e39a2ce24824e54985c7c2760a6ed46c5415ea0aa1fd1e18d41/.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/WEBSITE-push/.git # timeout=10
 > git config remote.origin.url https://github.com/ome/www.openmicroscopy.org # timeout=10
Fetching upstream changes from https://github.com/ome/www.openmicroscopy.org
 > git --version # timeout=10
 > git --version # 'git version 2.52.0'
 > git fetch --tags --force --progress -- https://github.com/ome/www.openmicroscopy.org +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 38fa7d98af64c481aa886eb6f09fd7019a52571e (refs/remotes/origin/master)
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 38fa7d98af64c481aa886eb6f09fd7019a52571e # timeout=10
Commit message: "Merge pull request #879 from pwalczysko/fix-links"
 > git rev-list --no-walk 38fa7d98af64c481aa886eb6f09fd7019a52571e # 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
[Pipeline] dir
Running in /home/omero/workspace/WEBSITE-push/_governance
[Pipeline] {
[Pipeline] sh
 > 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._minutes.url # timeout=10
 > git config -f .gitmodules --get submodule._minutes.path # timeout=10
 > git config --get submodule.Schemas.url # timeout=10
 > git config -f .gitmodules --get submodule.Schemas.path # timeout=10
 > git config --get submodule._governance.url # timeout=10
 > git config -f .gitmodules --get submodule._governance.path # timeout=10
 > git submodule update --init --recursive _minutes # timeout=10
 > git submodule update --init --recursive Schemas # timeout=10
 > git submodule update --init --recursive _governance # timeout=10
+ git config --list
+ grep remote
push.autosetupremote=true
remote.origin.url=https://github.com/ome/governance.git
remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
branch.main.remote=origin
+ git submodule foreach 'echo ===  ===; git remote -v'
+ git remote -v
origin	https://github.com/ome/governance.git (fetch)
origin	https://github.com/ome/governance.git (push)
+ git branch -D pr-3
Deleted branch pr-3 (was cf9e8e7).
+ git fetch origin pull/3/head:pr-3
From https://github.com/ome/governance
 * [new ref]         refs/pull/3/head -> pr-3
+ git checkout pr-3
Previous HEAD position was c09da53 Improve link checks
Switched to branch 'pr-3'
[Pipeline] }
[Pipeline] // dir
[Pipeline] pwd
[Pipeline] sh
+ mkdir -p build
+ echo build
[Pipeline] sh
+ pushd build
~/workspace/WEBSITE-push/build ~/workspace/WEBSITE-push
+ tar -zxf -
+ curl -sfL https://github.com/ome/build-infra/archive/master.tar.gz
+ popd
~/workspace/WEBSITE-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/WEBSITE-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/WEBSITE-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-26.1.2-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-26.1.2
+ 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.9.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.34.2-py3-none-any.whl.metadata (4.8 kB)
Collecting pyjwt>=2.4.0 (from pyjwt[crypto]>=2.4.0->PyGithub>=1.54->scc)
  Using cached pyjwt-2.13.0-py3-none-any.whl.metadata (3.4 kB)
Collecting typing-extensions>=4.5.0 (from PyGithub>=1.54->scc)
  Using cached typing_extensions-4.16.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-49.0.0-cp311-abi3-manylinux_2_34_x86_64.whl.metadata (4.3 kB)
Collecting cffi>=2.0.0 (from cryptography>=3.4.0->pyjwt[crypto]>=2.4.0->PyGithub>=1.54->scc)
  Using cached cffi-2.1.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (2.5 kB)
Collecting pycparser (from cffi>=2.0.0->cryptography>=3.4.0->pyjwt[crypto]>=2.4.0->PyGithub>=1.54->scc)
  Using cached pycparser-3.0-py3-none-any.whl.metadata (8.2 kB)
Collecting charset_normalizer<4,>=2 (from requests>=2.14.0->PyGithub>=1.54->scc)
  Using cached charset_normalizer-3.4.9-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (41 kB)
Collecting idna<4,>=2.5 (from requests>=2.14.0->PyGithub>=1.54->scc)
  Using cached idna-3.18-py3-none-any.whl.metadata (6.1 kB)
Collecting certifi>=2023.5.7 (from requests>=2.14.0->PyGithub>=1.54->scc)
  Using cached certifi-2026.6.17-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.9.1-py3-none-any.whl (449 kB)
Using cached pyjwt-2.13.0-py3-none-any.whl (31 kB)
Using cached cryptography-49.0.0-cp311-abi3-manylinux_2_34_x86_64.whl (4.7 MB)
Using cached cffi-2.1.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (217 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.34.2-py3-none-any.whl (73 kB)
Using cached charset_normalizer-3.4.9-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (221 kB)
Using cached idna-3.18-py3-none-any.whl (65 kB)
Using cached certifi-2026.6.17-py3-none-any.whl (133 kB)
Using cached typing_extensions-4.16.0-py3-none-any.whl (45 kB)
Using cached future-1.0.0-py3-none-any.whl (491 kB)
Using cached pycparser-3.0-py3-none-any.whl (48 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.9.1 PyYAML-6.0.3 certifi-2026.6.17 cffi-2.1.0 charset_normalizer-3.4.9 cryptography-49.0.0 future-1.0.0 idna-3.18 pycparser-3.0 pyjwt-2.13.0 pynacl-1.6.2 requests-2.34.2 ruamel.yaml-0.19.1 ruamel.yaml.jinja2-0.2.7 scc-0.20.0 six-1.17.0 typing-extensions-4.16.0 urllib3-1.26.20 yaclifw-0.2.0
[Pipeline] sh
+ export BASE_REPO=www.openmicroscopy.org
+ BASE_REPO=www.openmicroscopy.org
+ export BASE_BRANCH=master
+ BASE_BRANCH=master
+ export VERSION_LOG=/home/omero/workspace/WEBSITE-push/build/version.tsv
+ VERSION_LOG=/home/omero/workspace/WEBSITE-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/WEBSITE-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/WEBSITE-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-07-08 17:31:24,729 [  scc.config] DEBUG Found github.token
2026-07-08 17:31:24,731 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2026-07-08 17:31:25,001 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2026-07-08 17:31:25,456 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2026-07-08 17:31:25,858 [urllib3.conn] DEBUG https://api.github.com:443 "GET /rate_limit HTTP/1.1" 200 None
2026-07-08 17:31:25,858 [      scc.gh] DEBUG 5000 remaining from 5000 (Reset at 18:07
2026-07-08 17:31:25,859 [     scc.git] DEBUG Calling 'git rev-parse --show-toplevel'
2026-07-08 17:31:25,867 [     scc.git] DEBUG Check current status
2026-07-08 17:31:25,868 [     scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2026-07-08 17:31:25,885 [     scc.git] DEBUG 38fa7d98 Merge pull request #879 from pwalczysko/fix-links
2026-07-08 17:31:25,886 [     scc.git] DEBUG Calling 'git submodule status'
2026-07-08 17:31:26,064 [     scc.git] DEBUG  7bec92a82ad60d24438f37d2b2d1145a2ff470aa Schemas (heads/master)
2026-07-08 17:31:26,141 [     scc.git] DEBUG +cf9e8e7e1622a0f9552531a0fbee4f6f7252846d _governance (heads/pr-3)
2026-07-08 17:31:26,198 [     scc.git] DEBUG  83a75cc12b0ca56b2e70a23c907ca6e8b52b71d4 _minutes (heads/master)
2026-07-08 17:31:26,207 [  scc.config] DEBUG Found remote.origin.url
2026-07-08 17:31:26,504 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org HTTP/1.1" 200 None
2026-07-08 17:31:27,073 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None
2026-07-08 17:31:27,550 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None
2026-07-08 17:31:28,022 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None
2026-07-08 17:31:28,507 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None
2026-07-08 17:31:28,509 [     scc.git] DEBUG Resetting...
2026-07-08 17:31:28,509 [     scc.git] DEBUG Calling 'git reset --hard HEAD'
2026-07-08 17:31:28,987 [     scc.git] DEBUG HEAD is now at 38fa7d98 Merge pull request #879 from pwalczysko/fix-links
2026-07-08 17:31:28,988 [     scc.git] DEBUG Calling 'git submodule update --recursive'
2026-07-08 17:31:29,344 [     scc.git] DEBUG Submodule path '_governance': checked out 'c09da53985963b01554ec555a76d999cd40eb8c8'
2026-07-08 17:31:29,415 [     scc.git] DEBUG Check current status
2026-07-08 17:31:29,416 [     scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2026-07-08 17:31:29,431 [     scc.git] DEBUG 38fa7d98 Merge pull request #879 from pwalczysko/fix-links
2026-07-08 17:31:29,432 [     scc.git] DEBUG Calling 'git submodule status'
2026-07-08 17:31:29,632 [     scc.git] DEBUG  7bec92a82ad60d24438f37d2b2d1145a2ff470aa Schemas (heads/master)
2026-07-08 17:31:29,704 [     scc.git] DEBUG  c09da53985963b01554ec555a76d999cd40eb8c8 _governance (c09da53)
2026-07-08 17:31:29,769 [     scc.git] DEBUG  83a75cc12b0ca56b2e70a23c907ca6e8b52b71d4 _minutes (heads/master)
2026-07-08 17:31:29,770 [   scc.merge] INFO  Merging Pull Request(s) based on master
2026-07-08 17:31:29,770 [   scc.merge] INFO  Including Pull Request(s) opened by any public member of the organization
2026-07-08 17:31:29,770 [   scc.merge] INFO  Including Pull Request(s) labelled as include or dependencies
2026-07-08 17:31:29,770 [   scc.merge] INFO  Excluding Pull Request(s) staged as draft
2026-07-08 17:31:29,770 [   scc.merge] INFO  Excluding Pull Request(s) labelled as exclude or breaking
2026-07-08 17:31:29,770 [    scc.repo] DEBUG ## PRs found:
2026-07-08 17:31:30,079 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls HTTP/1.1" 200 None
2026-07-08 17:31:30,570 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/issues/880 HTTP/1.1" 200 None
2026-07-08 17:31:30,570 [    scc.repo] DEBUG   # ... Include label: dependencies
2026-07-08 17:31:30,571 [    scc.repo] DEBUG   - PR 880 dependabot[bot] 'Bump _governance from `c09da53` to `62ee97f`'
2026-07-08 17:31:30,571 [    scc.repo] DEBUG ## Branches found:
2026-07-08 17:31:30,571 [     scc.git] DEBUG Get sha1 of %s
2026-07-08 17:31:30,571 [     scc.git] DEBUG Calling 'git rev-parse HEAD'
2026-07-08 17:31:30,583 [     scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master'
2026-07-08 17:31:30,599 [     scc.git] DEBUG ## Merging base to ensure closed PRs are included.
2026-07-08 17:31:30,599 [     scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master'
2026-07-08 17:31:30,617 [     scc.git] DEBUG Calling 'git merge --ff-only origin/master'
2026-07-08 17:31:30,670 [     scc.git] DEBUG Already up to date.

2026-07-08 17:31:30,671 [     scc.git] DEBUG Calling 'git fetch origin pull/880/head'
2026-07-08 17:31:31,767 [     scc.git] DEBUG From https://github.com/ome/www.openmicroscopy.org
2026-07-08 17:31:31,767 [     scc.git] DEBUG  * branch              refs/pull/880/head -> FETCH_HEAD
2026-07-08 17:31:31,815 [     scc.git] DEBUG ## Unique users: []
2026-07-08 17:31:31,815 [     scc.git] DEBUG Get sha1 of %s
2026-07-08 17:31:31,815 [     scc.git] DEBUG Calling 'git rev-parse HEAD'
2026-07-08 17:31:31,826 [     scc.git] DEBUG Calling 'git diff --name-only HEAD...77e6e835c3d6dc9ee5d45e836cea488c5c43db00'
2026-07-08 17:31:31,847 [     scc.git] DEBUG Calling 'git rev-parse HEAD'
2026-07-08 17:31:31,857 [     scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Snone: PR 880 (Bump _governance from `c09da53` to `62ee97f`) 77e6e835c3d6dc9ee5d45e836cea488c5c43db00'
2026-07-08 17:31:32,101 [     scc.git] DEBUG Merge made by the 'ort' strategy.
2026-07-08 17:31:32,162 [     scc.git] DEBUG  _governance | 2 +-
2026-07-08 17:31:32,162 [     scc.git] DEBUG  1 file changed, 1 insertion(+), 1 deletion(-)
2026-07-08 17:31:32,355 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2026-07-08 17:31:32,356 [     scc.git] DEBUG Calling 'git submodule update'
2026-07-08 17:31:32,762 [     scc.git] DEBUG Submodule path '_governance': checked out '62ee97fa91c8a828403f9457343cb8ae238191f1'
2026-07-08 17:31:32,763 [     scc.git] DEBUG Get sha1 of %s
2026-07-08 17:31:32,763 [     scc.git] DEBUG Calling 'git rev-parse HEAD'
2026-07-08 17:31:32,773 [     scc.git] DEBUG Calling 'git status --porcelain'
2026-07-08 17:31:33,392 [     scc.git] DEBUG <scc.git.GitRepository object at 0x7f038469fbd0> has no local changes
2026-07-08 17:31:33,393 [     scc.git] DEBUG Calling 'git commit --allow-empty -a -n -m merge master -Dorg -Snone

Repository: ome/www.openmicroscopy.org
Already up to date.

Merged PRs:
  - PR 880 dependabot[bot] 'Bump _governance from `c09da53` to `62ee97f`'

Generated by WEBSITE-push#7 (https://merge-ci.openmicroscopy.org/jenkins/job/WEBSITE-push/7/)'
2026-07-08 17:31:33,684 [     scc.git] DEBUG [detached HEAD 68ccba4c] merge master -Dorg -Snone
2026-07-08 17:31:33,686 [   scc.merge] INFO  Repository: ome/www.openmicroscopy.org
2026-07-08 17:31:33,686 [   scc.merge] INFO  Already up to date.
2026-07-08 17:31:33,686 [   scc.merge] INFO  
2026-07-08 17:31:33,686 [   scc.merge] INFO  Merged PRs:
2026-07-08 17:31:33,686 [   scc.merge] INFO    - PR 880 dependabot[bot] 'Bump _governance from `c09da53` to `62ee97f`'
2026-07-08 17:31:33,686 [   scc.merge] INFO  
2026-07-08 17:31:33,686 [   scc.merge] DEBUG Cleaning remote branches created for merging
2026-07-08 17:31:33,687 [     scc.git] DEBUG Calling 'git remote'
Synchronizing submodule url for 'Schemas'
Synchronizing submodule url for '_governance'
Synchronizing submodule url for '_minutes'
Merge all submodules2026-07-08 17:31:36,625 [  scc.config] DEBUG Found github.token
2026-07-08 17:31:36,627 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443
2026-07-08 17:31:36,886 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2026-07-08 17:31:37,342 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2026-07-08 17:31:37,748 [urllib3.conn] DEBUG https://api.github.com:443 "GET /rate_limit HTTP/1.1" 200 None
2026-07-08 17:31:37,749 [      scc.gh] DEBUG 4999 remaining from 5000 (Reset at 18:07
2026-07-08 17:31:37,749 [     scc.git] DEBUG Calling 'git rev-parse --show-toplevel'
2026-07-08 17:31:37,760 [     scc.git] DEBUG Check current status
2026-07-08 17:31:37,760 [     scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2026-07-08 17:31:37,781 [     scc.git] DEBUG 68ccba4c merge master -Dorg -Snone
2026-07-08 17:31:37,782 [     scc.git] DEBUG Calling 'git submodule status'
2026-07-08 17:31:37,998 [     scc.git] DEBUG  7bec92a82ad60d24438f37d2b2d1145a2ff470aa Schemas (heads/master)
2026-07-08 17:31:38,068 [     scc.git] DEBUG  62ee97fa91c8a828403f9457343cb8ae238191f1 _governance (heads/main)
2026-07-08 17:31:38,135 [     scc.git] DEBUG  83a75cc12b0ca56b2e70a23c907ca6e8b52b71d4 _minutes (heads/master)
2026-07-08 17:31:38,146 [  scc.config] DEBUG Found remote.origin.url
2026-07-08 17:31:38,474 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org HTTP/1.1" 200 None
2026-07-08 17:31:39,175 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None
2026-07-08 17:31:39,642 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None
2026-07-08 17:31:40,106 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None
2026-07-08 17:31:40,562 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None
2026-07-08 17:31:40,563 [     scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2026-07-08 17:31:40,657 [     scc.git] DEBUG cd /home/omero/workspace/WEBSITE-push/Schemas
2026-07-08 17:31:40,657 [     scc.git] DEBUG Calling 'git rev-parse --show-toplevel'
2026-07-08 17:31:40,667 [     scc.git] DEBUG Check current status
2026-07-08 17:31:40,667 [     scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2026-07-08 17:31:40,684 [     scc.git] DEBUG 7bec92a Generate Schemas pages
2026-07-08 17:31:40,685 [     scc.git] DEBUG Calling 'git submodule status'
2026-07-08 17:31:40,803 [  scc.config] DEBUG Found remote.origin.url
2026-07-08 17:31:41,127 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/schemas HTTP/1.1" 200 None
2026-07-08 17:31:41,680 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None
2026-07-08 17:31:42,140 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None
2026-07-08 17:31:42,603 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None
2026-07-08 17:31:43,074 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None
2026-07-08 17:31:43,075 [     scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2026-07-08 17:31:43,185 [     scc.git] DEBUG cd /home/omero/workspace/WEBSITE-push
2026-07-08 17:31:43,185 [     scc.git] DEBUG cd /home/omero/workspace/WEBSITE-push/_governance
2026-07-08 17:31:43,186 [     scc.git] DEBUG Calling 'git rev-parse --show-toplevel'
2026-07-08 17:31:43,198 [     scc.git] DEBUG Check current status
2026-07-08 17:31:43,198 [     scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2026-07-08 17:31:43,220 [     scc.git] DEBUG 62ee97f Merge pull request #1 from pwalczysko/layout-fixes
2026-07-08 17:31:43,220 [     scc.git] DEBUG Calling 'git submodule status'
2026-07-08 17:31:43,344 [  scc.config] DEBUG Found remote.origin.url
2026-07-08 17:31:43,633 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/governance HTTP/1.1" 200 None
2026-07-08 17:31:44,265 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None
2026-07-08 17:31:44,724 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None
2026-07-08 17:31:45,186 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None
2026-07-08 17:31:45,645 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None
2026-07-08 17:31:45,647 [     scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2026-07-08 17:31:45,758 [     scc.git] DEBUG cd /home/omero/workspace/WEBSITE-push
2026-07-08 17:31:45,759 [     scc.git] DEBUG cd /home/omero/workspace/WEBSITE-push/_minutes
2026-07-08 17:31:45,759 [     scc.git] DEBUG Calling 'git rev-parse --show-toplevel'
2026-07-08 17:31:45,771 [     scc.git] DEBUG Check current status
2026-07-08 17:31:45,771 [     scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2026-07-08 17:31:45,789 [     scc.git] DEBUG 83a75cc 03 and 10th Feb 2026
2026-07-08 17:31:45,790 [     scc.git] DEBUG Calling 'git submodule status'
2026-07-08 17:31:45,910 [  scc.config] DEBUG Found remote.origin.url
2026-07-08 17:31:46,230 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/meeting-minutes HTTP/1.1" 200 None
2026-07-08 17:31:46,755 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None
2026-07-08 17:31:47,223 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None
2026-07-08 17:31:47,724 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None
2026-07-08 17:31:48,191 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None
2026-07-08 17:31:48,192 [     scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2026-07-08 17:31:48,306 [     scc.git] DEBUG cd /home/omero/workspace/WEBSITE-push
2026-07-08 17:31:48,306 [     scc.git] DEBUG Resetting...
2026-07-08 17:31:48,306 [     scc.git] DEBUG Calling 'git reset --hard HEAD'
2026-07-08 17:31:48,462 [     scc.git] DEBUG HEAD is now at 68ccba4c merge master -Dorg -Snone
2026-07-08 17:31:48,463 [     scc.git] DEBUG Calling 'git submodule update --recursive'
2026-07-08 17:31:48,679 [     scc.git] DEBUG Check current status
2026-07-08 17:31:48,679 [     scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD'
2026-07-08 17:31:48,696 [     scc.git] DEBUG 68ccba4c merge master -Dorg -Snone
2026-07-08 17:31:48,697 [     scc.git] DEBUG Calling 'git submodule status'
2026-07-08 17:31:48,870 [     scc.git] DEBUG  7bec92a82ad60d24438f37d2b2d1145a2ff470aa Schemas (heads/master)
2026-07-08 17:31:48,958 [     scc.git] DEBUG  62ee97fa91c8a828403f9457343cb8ae238191f1 _governance (heads/main)
2026-07-08 17:31:49,014 [     scc.git] DEBUG  83a75cc12b0ca56b2e70a23c907ca6e8b52b71d4 _minutes (heads/master)
2026-07-08 17:31:49,015 [   scc.merge] INFO  Merging Pull Request(s) based on master
2026-07-08 17:31:49,015 [   scc.merge] INFO  Including Pull Request(s) opened by any public member of the organization
2026-07-08 17:31:49,015 [   scc.merge] INFO  Including Pull Request(s) labelled as include or dependencies
2026-07-08 17:31:49,015 [   scc.merge] INFO  Excluding Pull Request(s) staged as draft
2026-07-08 17:31:49,015 [   scc.merge] INFO  Excluding Pull Request(s) labelled as exclude or breaking
2026-07-08 17:31:49,015 [   scc.merge] INFO  Excluding Pull Request(s) without successful status
2026-07-08 17:31:49,015 [    scc.repo] DEBUG ## PRs found:
2026-07-08 17:31:49,300 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls HTTP/1.1" 200 None
2026-07-08 17:31:49,793 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/issues/880 HTTP/1.1" 200 None
2026-07-08 17:31:49,794 [    scc.repo] DEBUG   # ... Include label: dependencies
2026-07-08 17:31:50,287 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/commits/77e6e835c3d6dc9ee5d45e836cea488c5c43db00?page=1 HTTP/1.1" 200 None
2026-07-08 17:31:50,849 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/commits/77e6e835c3d6dc9ee5d45e836cea488c5c43db00/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None
2026-07-08 17:31:51,444 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/commits/77e6e835c3d6dc9ee5d45e836cea488c5c43db00/check-suites?app_id=15368 HTTP/1.1" 200 None
2026-07-08 17:31:51,938 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/commits/77e6e835c3d6dc9ee5d45e836cea488c5c43db00?page=1 HTTP/1.1" 200 None
2026-07-08 17:31:52,414 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/statuses/77e6e835c3d6dc9ee5d45e836cea488c5c43db00?per_page=1 HTTP/1.1" 200 2
2026-07-08 17:31:52,415 [    scc.repo] DEBUG   - PR 880 dependabot[bot] 'Bump _governance from `c09da53` to `62ee97f`'
2026-07-08 17:31:52,415 [    scc.repo] DEBUG ## Branches found:
2026-07-08 17:31:52,415 [     scc.git] DEBUG Get sha1 of %s
2026-07-08 17:31:52,415 [     scc.git] DEBUG Calling 'git rev-parse HEAD'
2026-07-08 17:31:52,426 [     scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master'
2026-07-08 17:31:52,438 [     scc.git] DEBUG ## Merging base to ensure closed PRs are included.
2026-07-08 17:31:52,438 [     scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master'
2026-07-08 17:31:52,455 [     scc.git] DEBUG Calling 'git merge --ff-only origin/master'
2026-07-08 17:31:52,500 [     scc.git] DEBUG Already up to date.

2026-07-08 17:31:52,500 [     scc.git] DEBUG Calling 'git fetch origin pull/880/head'
2026-07-08 17:31:53,469 [     scc.git] DEBUG From https://github.com/ome/www.openmicroscopy.org
2026-07-08 17:31:53,469 [     scc.git] DEBUG  * branch              refs/pull/880/head -> FETCH_HEAD
2026-07-08 17:31:53,508 [     scc.git] DEBUG ## Unique users: []
2026-07-08 17:31:53,508 [     scc.git] DEBUG Get sha1 of %s
2026-07-08 17:31:53,508 [     scc.git] DEBUG Calling 'git rev-parse HEAD'
2026-07-08 17:31:53,519 [     scc.git] DEBUG Calling 'git diff --name-only HEAD...77e6e835c3d6dc9ee5d45e836cea488c5c43db00'
2026-07-08 17:31:53,539 [     scc.git] DEBUG Calling 'git rev-parse HEAD'
2026-07-08 17:31:53,550 [     scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 880 (Bump _governance from `c09da53` to `62ee97f`) 77e6e835c3d6dc9ee5d45e836cea488c5c43db00'
2026-07-08 17:31:53,599 [     scc.git] DEBUG Already up to date.
2026-07-08 17:31:53,792 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2026-07-08 17:31:53,792 [     scc.git] DEBUG Calling 'git submodule update'
2026-07-08 17:31:53,984 [     scc.git] DEBUG Get sha1 of %s
2026-07-08 17:31:53,984 [     scc.git] DEBUG Calling 'git rev-parse HEAD'
2026-07-08 17:31:53,994 [    scc.repo] DEBUG ## PRs found:
2026-07-08 17:31:54,341 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/schemas/pulls HTTP/1.1" 200 None
2026-07-08 17:31:54,832 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/schemas/issues/12 HTTP/1.1" 200 None
2026-07-08 17:31:55,355 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/schemas/issues/12/comments HTTP/1.1" 200 None
2026-07-08 17:31:55,355 [    scc.repo] DEBUG ## Branches found:
2026-07-08 17:31:55,355 [     scc.git] DEBUG cd /home/omero/workspace/WEBSITE-push/Schemas
2026-07-08 17:31:55,355 [     scc.git] DEBUG Get sha1 of %s
2026-07-08 17:31:55,355 [     scc.git] DEBUG Calling 'git rev-parse HEAD'
2026-07-08 17:31:55,372 [     scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master'
2026-07-08 17:31:55,389 [     scc.git] DEBUG ## Merging base to ensure closed PRs are included.
2026-07-08 17:31:55,389 [     scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master'
2026-07-08 17:31:55,411 [     scc.git] DEBUG Calling 'git merge --ff-only origin/master'
2026-07-08 17:31:55,477 [     scc.git] DEBUG Already up to date.

2026-07-08 17:31:55,477 [     scc.git] DEBUG ## Unique users: []
2026-07-08 17:31:55,477 [     scc.git] DEBUG Get sha1 of %s
2026-07-08 17:31:55,477 [     scc.git] DEBUG Calling 'git rev-parse HEAD'
2026-07-08 17:31:55,494 [     scc.git] DEBUG Calling 'git submodule update'
2026-07-08 17:31:55,596 [     scc.git] DEBUG Get sha1 of %s
2026-07-08 17:31:55,596 [     scc.git] DEBUG Calling 'git rev-parse HEAD'
2026-07-08 17:31:55,608 [     scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2026-07-08 17:31:55,712 [     scc.git] DEBUG Calling 'git status --porcelain'
2026-07-08 17:31:55,797 [     scc.git] DEBUG <scc.git.GitRepository object at 0x7f2508bc89d0> has no local changes
2026-07-08 17:31:55,797 [     scc.git] DEBUG Calling 'git commit --allow-empty -a -n -m merge master -Dorg -Ssuccess-only

Repository: ome/schemas
Excluded PRs:
  - PR 12 joshmoore 'Update schemas doc pages' (stage: draft)
Already up to date.


Generated by WEBSITE-push#7 (https://merge-ci.openmicroscopy.org/jenkins/job/WEBSITE-push/7/)'
2026-07-08 17:31:55,940 [     scc.git] DEBUG [detached HEAD 5fdfdea] merge master -Dorg -Ssuccess-only
2026-07-08 17:31:55,942 [     scc.git] DEBUG cd /home/omero/workspace/WEBSITE-push
2026-07-08 17:31:55,942 [    scc.repo] DEBUG ## PRs found:
2026-07-08 17:31:56,266 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/governance/pulls HTTP/1.1" 200 None
2026-07-08 17:31:56,267 [    scc.repo] DEBUG ## Branches found:
2026-07-08 17:31:56,267 [     scc.git] DEBUG cd /home/omero/workspace/WEBSITE-push/_governance
2026-07-08 17:31:56,267 [     scc.git] DEBUG Get sha1 of %s
2026-07-08 17:31:56,267 [     scc.git] DEBUG Calling 'git rev-parse HEAD'
2026-07-08 17:31:56,281 [     scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master'
2026-07-08 17:31:56,296 [     scc.git] DEBUG ## Unique users: []
2026-07-08 17:31:56,296 [     scc.git] DEBUG Get sha1 of %s
2026-07-08 17:31:56,296 [     scc.git] DEBUG Calling 'git rev-parse HEAD'
2026-07-08 17:31:56,310 [     scc.git] DEBUG Calling 'git submodule update'
2026-07-08 17:31:56,426 [     scc.git] DEBUG Get sha1 of %s
2026-07-08 17:31:56,426 [     scc.git] DEBUG Calling 'git rev-parse HEAD'
2026-07-08 17:31:56,440 [     scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2026-07-08 17:31:56,544 [     scc.git] DEBUG Calling 'git status --porcelain'
2026-07-08 17:31:56,583 [     scc.git] DEBUG <scc.git.GitRepository object at 0x7f2508958ad0> has no local changes
2026-07-08 17:31:56,583 [     scc.git] DEBUG Calling 'git commit --allow-empty -a -n -m merge master -Dorg -Ssuccess-only

Repository: ome/governance

Generated by WEBSITE-push#7 (https://merge-ci.openmicroscopy.org/jenkins/job/WEBSITE-push/7/)'
2026-07-08 17:31:56,717 [     scc.git] DEBUG [detached HEAD 54203c3] merge master -Dorg -Ssuccess-only
2026-07-08 17:31:56,719 [     scc.git] DEBUG cd /home/omero/workspace/WEBSITE-push
2026-07-08 17:31:56,719 [    scc.repo] DEBUG ## PRs found:
2026-07-08 17:31:56,978 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/meeting-minutes/pulls HTTP/1.1" 200 2
2026-07-08 17:31:56,978 [    scc.repo] DEBUG ## Branches found:
2026-07-08 17:31:56,978 [     scc.git] DEBUG cd /home/omero/workspace/WEBSITE-push/_minutes
2026-07-08 17:31:56,979 [     scc.git] DEBUG Get sha1 of %s
2026-07-08 17:31:56,979 [     scc.git] DEBUG Calling 'git rev-parse HEAD'
2026-07-08 17:31:56,994 [     scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master'
2026-07-08 17:31:57,008 [     scc.git] DEBUG ## Merging base to ensure closed PRs are included.
2026-07-08 17:31:57,008 [     scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master'
2026-07-08 17:31:57,025 [     scc.git] DEBUG Calling 'git merge --ff-only origin/master'
2026-07-08 17:31:57,081 [     scc.git] DEBUG Already up to date.

2026-07-08 17:31:57,081 [     scc.git] DEBUG ## Unique users: []
2026-07-08 17:31:57,081 [     scc.git] DEBUG Get sha1 of %s
2026-07-08 17:31:57,081 [     scc.git] DEBUG Calling 'git rev-parse HEAD'
2026-07-08 17:31:57,094 [     scc.git] DEBUG Calling 'git submodule update'
2026-07-08 17:31:57,203 [     scc.git] DEBUG Get sha1 of %s
2026-07-08 17:31:57,203 [     scc.git] DEBUG Calling 'git rev-parse HEAD'
2026-07-08 17:31:57,219 [     scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2026-07-08 17:31:57,325 [     scc.git] DEBUG Calling 'git status --porcelain'
2026-07-08 17:31:57,366 [     scc.git] DEBUG <scc.git.GitRepository object at 0x7f2508f8c850> has no local changes
2026-07-08 17:31:57,366 [     scc.git] DEBUG Calling 'git commit --allow-empty -a -n -m merge master -Dorg -Ssuccess-only

Repository: ome/meeting-minutes
Already up to date.


Generated by WEBSITE-push#7 (https://merge-ci.openmicroscopy.org/jenkins/job/WEBSITE-push/7/)'
2026-07-08 17:31:57,494 [     scc.git] DEBUG [detached HEAD 97518de] merge master -Dorg -Ssuccess-only
2026-07-08 17:31:57,496 [     scc.git] DEBUG cd /home/omero/workspace/WEBSITE-push
2026-07-08 17:31:57,496 [     scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path'
2026-07-08 17:31:57,609 [  scc.config] DEBUG Found submodule.Schemas.url
2026-07-08 17:31:57,951 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2026-07-08 17:31:57,991 [  scc.config] DEBUG Found submodule._governance.url
2026-07-08 17:31:58,406 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2026-07-08 17:31:58,442 [  scc.config] DEBUG Found submodule._minutes.url
2026-07-08 17:31:58,863 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None
2026-07-08 17:31:58,890 [     scc.git] DEBUG Calling 'git status --porcelain'
2026-07-08 17:31:59,182 [     scc.git] DEBUG <scc.git.GitRepository object at 0x7f2509862490> has local changes
2026-07-08 17:31:59,182 [     scc.git] DEBUG Calling 'git commit -a -n -m merge master -Dorg -Ssuccess-only

Repository: ome/www.openmicroscopy.org
Already up to date.

Merged PRs:
  - PR 880 dependabot[bot] 'Bump _governance from `c09da53` to `62ee97f`'

Repository: ome/schemas
Excluded PRs:
  - PR 12 joshmoore 'Update schemas doc pages' (stage: draft)
Already up to date.


Repository: ome/governance

Repository: ome/meeting-minutes
Already up to date.


Generated by WEBSITE-push#7 (https://merge-ci.openmicroscopy.org/jenkins/job/WEBSITE-push/7/)'
2026-07-08 17:31:59,362 [     scc.git] DEBUG [detached HEAD 9515d529] merge master -Dorg -Ssuccess-only
2026-07-08 17:31:59,362 [     scc.git] DEBUG  4 files changed, 6 insertions(+), 6 deletions(-)
2026-07-08 17:31:59,364 [   scc.merge] INFO  Repository: ome/www.openmicroscopy.org
2026-07-08 17:31:59,364 [   scc.merge] INFO  Already up to date.
2026-07-08 17:31:59,364 [   scc.merge] INFO  
2026-07-08 17:31:59,364 [   scc.merge] INFO  Merged PRs:
2026-07-08 17:31:59,364 [   scc.merge] INFO    - PR 880 dependabot[bot] 'Bump _governance from `c09da53` to `62ee97f`'
2026-07-08 17:31:59,364 [   scc.merge] INFO  
2026-07-08 17:31:59,364 [   scc.merge] INFO  Repository: ome/schemas
2026-07-08 17:31:59,364 [   scc.merge] INFO  Excluded PRs:
2026-07-08 17:31:59,364 [   scc.merge] INFO    - PR 12 joshmoore 'Update schemas doc pages' (stage: draft)
2026-07-08 17:31:59,364 [   scc.merge] INFO  Already up to date.
2026-07-08 17:31:59,364 [   scc.merge] INFO  
2026-07-08 17:31:59,364 [   scc.merge] INFO  
2026-07-08 17:31:59,364 [   scc.merge] INFO  Repository: ome/governance
2026-07-08 17:31:59,364 [   scc.merge] INFO  
2026-07-08 17:31:59,364 [   scc.merge] INFO  Repository: ome/meeting-minutes
2026-07-08 17:31:59,364 [   scc.merge] INFO  Already up to date.
2026-07-08 17:31:59,364 [   scc.merge] INFO  
2026-07-08 17:31:59,364 [   scc.merge] INFO  
2026-07-08 17:31:59,364 [   scc.merge] DEBUG Cleaning remote branches created for merging
2026-07-08 17:31:59,364 [     scc.git] DEBUG Calling 'git remote'
2026-07-08 17:31:59,375 [     scc.git] DEBUG cd /home/omero/workspace/WEBSITE-push/Schemas
2026-07-08 17:31:59,375 [     scc.git] DEBUG Calling 'git remote'
2026-07-08 17:31:59,389 [     scc.git] DEBUG cd /home/omero/workspace/WEBSITE-push
2026-07-08 17:31:59,389 [     scc.git] DEBUG cd /home/omero/workspace/WEBSITE-push/_governance
2026-07-08 17:31:59,389 [     scc.git] DEBUG Calling 'git remote'
2026-07-08 17:31:59,401 [     scc.git] DEBUG cd /home/omero/workspace/WEBSITE-push
2026-07-08 17:31:59,401 [     scc.git] DEBUG cd /home/omero/workspace/WEBSITE-push/_minutes
2026-07-08 17:31:59,401 [     scc.git] DEBUG Calling 'git remote'
2026-07-08 17:31:59,416 [     scc.git] DEBUG cd /home/omero/workspace/WEBSITE-push
Update component versions
python3.11: can't open file '/home/omero/workspace/WEBSITE-push/Schemas/setup.py': [Errno 2] No such file or directory
python3.11: can't open file '/home/omero/workspace/WEBSITE-push/Schemas/setup.py': [Errno 2] No such file or directory
python3.11: can't open file '/home/omero/workspace/WEBSITE-push/_governance/setup.py': [Errno 2] No such file or directory
python3.11: can't open file '/home/omero/workspace/WEBSITE-push/_governance/setup.py': [Errno 2] No such file or directory
python3.11: can't open file '/home/omero/workspace/WEBSITE-push/_minutes/setup.py': [Errno 2] No such file or directory
python3.11: can't open file '/home/omero/workspace/WEBSITE-push/_minutes/setup.py': [Errno 2] No such file or directory
grep: build.gradle: No such file or directory
Up-to-date: 
Up-to-date: 
Up-to-date: 
grep: build.gradle: No such file or directory
Up-to-date: 
Up-to-date: 
Up-to-date: 
grep: build.gradle: No such file or directory
Up-to-date: 
Up-to-date: 
Up-to-date: 
Commit all component version changes
Entering 'Schemas'
Entering '_governance'
Entering '_minutes'
Entering 'Schemas'
HEAD detached from 7bec92a
nothing to commit, working tree clean
Entering '_governance'
HEAD detached from 62ee97f
nothing to commit, working tree clean
Entering '_minutes'
HEAD detached from 83a75cc
nothing to commit, working tree clean
HEAD detached from 38fa7d98
nothing to commit, working tree clean
Traceback (most recent call last):
  File "/home/omero/workspace/WEBSITE-push/build/venv/lib64/python3.11/site-packages/scc/main.py", line 64, in entry_point
    main("scc", items=[
  File "/home/omero/workspace/WEBSITE-push/build/venv/lib64/python3.11/site-packages/yaclifw/framework.py", line 188, in main
    ns.func(ns)
  File "/home/omero/workspace/WEBSITE-push/build/venv/lib64/python3.11/site-packages/scc/git.py", line 3533, in __call__
    self.push(args, self.main_repo)
  File "/home/omero/workspace/WEBSITE-push/build/venv/lib64/python3.11/site-packages/scc/git.py", line 2210, in push
    main_repo.rpush(branch_name, remote, force=True)
  File "/home/omero/workspace/WEBSITE-push/build/venv/lib64/python3.11/site-packages/scc/git.py", line 2041, in rpush
    submodule_repo.rpush(branch_name, remote, force=force)
  File "/home/omero/workspace/WEBSITE-push/build/venv/lib64/python3.11/site-packages/scc/git.py", line 2047, in rpush
    self.push_branch(branch_name, remote=full_remote, force=force)
  File "/home/omero/workspace/WEBSITE-push/build/venv/lib64/python3.11/site-packages/scc/git.py", line 126, in wrapper
    error = check_exception_message(e)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/omero/workspace/WEBSITE-push/build/venv/lib64/python3.11/site-packages/scc/git.py", line 115, in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/omero/workspace/WEBSITE-push/build/venv/lib64/python3.11/site-packages/scc/git.py", line 1296, in push_branch
    self.call("git", "push", "-f", remote, name)
  File "/home/omero/workspace/WEBSITE-push/build/venv/lib64/python3.11/site-packages/scc/git.py", line 1162, in call
    return self.wrap_call(self.debugWrap, *command, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/omero/workspace/WEBSITE-push/build/venv/lib64/python3.11/site-packages/scc/git.py", line 1187, in wrap_call
    raise Exception("rc=%s" % rc)
Exception: rc=128
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE