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 > 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 [Pipeline] dir Running in /home/omero/workspace/WEBSITE-push/governance [Pipeline] { [Pipeline] sh + git fetch origin pull/123/head:pr-123 From https://github.com/ome/www.openmicroscopy.org * [new ref] refs/pull/123/head -> pr-123 + git checkout pr-123 warning: unable to rmdir 'Schemas': Directory not empty warning: unable to rmdir '_governance': Directory not empty warning: unable to rmdir '_minutes': Directory not empty > git submodule update --init --recursive _minutes # timeout=10 > git submodule update --init --recursive Schemas # timeout=10 > git submodule update --init --recursive _governance # timeout=10 Previous HEAD position was 38fa7d98 Merge pull request #879 from pwalczysko/fix-links Switched to branch 'pr-123' [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 16:31:06,929 [ scc.config] DEBUG Found github.token 2026-07-08 16:31:06,930 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443 2026-07-08 16:31:07,233 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None 2026-07-08 16:31:07,714 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None 2026-07-08 16:31:08,122 [urllib3.conn] DEBUG https://api.github.com:443 "GET /rate_limit HTTP/1.1" 200 None 2026-07-08 16:31:08,122 [ scc.gh] DEBUG 5000 remaining from 5000 (Reset at 17:07 2026-07-08 16:31:08,123 [ scc.git] DEBUG Calling 'git rev-parse --show-toplevel' 2026-07-08 16:31:08,135 [ scc.git] DEBUG Check current status 2026-07-08 16:31:08,135 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD' 2026-07-08 16:31:08,157 [ scc.git] DEBUG 9e85925c update email alias 2026-07-08 16:31:08,158 [ scc.git] DEBUG Calling 'git submodule status' 2026-07-08 16:31:08,259 [ scc.config] DEBUG Found remote.origin.url 2026-07-08 16:31:08,693 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org HTTP/1.1" 200 None 2026-07-08 16:31:09,196 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None 2026-07-08 16:31:09,678 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None 2026-07-08 16:31:10,155 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None 2026-07-08 16:31:10,614 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None 2026-07-08 16:31:10,616 [ scc.git] DEBUG Resetting... 2026-07-08 16:31:10,616 [ scc.git] DEBUG Calling 'git reset --hard HEAD' 2026-07-08 16:31:10,956 [ scc.git] DEBUG HEAD is now at 9e85925c update email alias 2026-07-08 16:31:10,957 [ scc.git] DEBUG Calling 'git submodule update --recursive' 2026-07-08 16:31:11,052 [ scc.git] DEBUG Check current status 2026-07-08 16:31:11,052 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD' 2026-07-08 16:31:11,068 [ scc.git] DEBUG 9e85925c update email alias 2026-07-08 16:31:11,069 [ scc.git] DEBUG Calling 'git submodule status' 2026-07-08 16:31:11,151 [ scc.merge] INFO Merging Pull Request(s) based on master 2026-07-08 16:31:11,151 [ scc.merge] INFO Including Pull Request(s) opened by any public member of the organization 2026-07-08 16:31:11,151 [ scc.merge] INFO Including Pull Request(s) labelled as include or dependencies 2026-07-08 16:31:11,151 [ scc.merge] INFO Excluding Pull Request(s) staged as draft 2026-07-08 16:31:11,151 [ scc.merge] INFO Excluding Pull Request(s) labelled as exclude or breaking 2026-07-08 16:31:11,152 [ scc.repo] DEBUG ## PRs found: 2026-07-08 16:31:11,462 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls HTTP/1.1" 200 None 2026-07-08 16:31:11,991 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/issues/880 HTTP/1.1" 200 None 2026-07-08 16:31:11,992 [ scc.repo] DEBUG # ... Include label: dependencies 2026-07-08 16:31:11,992 [ scc.repo] DEBUG - PR 880 dependabot[bot] 'Bump _governance from `c09da53` to `62ee97f`' 2026-07-08 16:31:11,992 [ scc.repo] DEBUG ## Branches found: 2026-07-08 16:31:11,992 [ scc.git] DEBUG Get sha1 of %s 2026-07-08 16:31:11,992 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2026-07-08 16:31:12,005 [ scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master' 2026-07-08 16:31:12,022 [ scc.git] DEBUG ## Merging base to ensure closed PRs are included. 2026-07-08 16:31:12,022 [ scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master' 2026-07-08 16:31:12,169 [ scc.git] DEBUG Calling 'git merge --ff-only origin/master' 2026-07-08 16:31:22,306 [ scc.git] ERROR stderr (git merge --ff-only origin/master): Updating files: 18% (118/646) Updating files: 19% (123/646) Updating files: 20% (130/646) Updating files: 21% (136/646) Updating files: 22% (143/646) Updating files: 23% (149/646) Updating files: 24% (156/646) Updating files: 25% (162/646) Updating files: 26% (168/646) Updating files: 27% (175/646) Updating files: 28% (181/646) Updating files: 29% (188/646) Updating files: 30% (194/646) Updating files: 31% (201/646) Updating files: 32% (207/646) Updating files: 32% (208/646) Updating files: 33% (214/646) Updating files: 34% (220/646) Updating files: 35% (227/646) Updating files: 36% (233/646) Updating files: 37% (240/646) Updating files: 38% (246/646) Updating files: 39% (252/646) Updating files: 40% (259/646) Updating files: 41% (265/646) Updating files: 42% (272/646) Updating files: 43% (278/646) Updating files: 44% (285/646) Updating files: 45% (291/646) Updating files: 46% (298/646) Updating files: 47% (304/646) Updating files: 48% (311/646) Updating files: 48% (314/646) Updating files: 49% (317/646) Updating files: 50% (323/646) Updating files: 51% (330/646) Updating files: 52% (336/646) Updating files: 53% (343/646) Updating files: 54% (349/646) Updating files: 55% (356/646) Updating files: 56% (362/646) Updating files: 57% (369/646) Updating files: 58% (375/646) Updating files: 59% (382/646) Updating files: 60% (388/646) Updating files: 60% (393/646) Updating files: 61% (395/646) Updating files: 62% (401/646) Updating files: 63% (407/646) Updating files: 64% (414/646) Updating files: 65% (420/646) Updating files: 66% (427/646) Updating files: 67% (433/646) Updating files: 68% (440/646) Updating files: 69% (446/646) Updating files: 70% (453/646) Updating files: 70% (457/646) Updating files: 71% (459/646) Updating files: 72% (466/646) Updating files: 73% (472/646) Updating files: 74% (479/646) Updating files: 75% (485/646) Updating files: 76% (491/646) Updating files: 77% (498/646) Updating files: 78% (504/646) Updating files: 79% (511/646) Updating files: 80% (517/646) Updating files: 80% (518/646) Updating files: 81% (524/646) Updating files: 82% (530/646) Updating files: 83% (537/646) Updating files: 84% (543/646) Updating files: 85% (550/646) Updating files: 86% (556/646) Updating files: 87% (563/646) Updating files: 87% (566/646) Updating files: 88% (569/646) Updating files: 89% (575/646) Updating files: 90% (582/646) Updating files: 91% (588/646) Updating files: 92% (595/646) Updating files: 93% (601/646) Updating files: 94% (608/646) Updating files: 95% (614/646) Updating files: 96% (621/646) Updating files: 97% (627/646) Updating files: 98% (634/646) Updating files: 98% (637/646) Updating files: 99% (640/646) Updating files: 100% (646/646) Updating files: 100% (646/646), done. 2026-07-08 16:31:22,307 [ scc.git] DEBUG Updating 9e85925c..38fa7d98 2026-07-08 16:31:22,900 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/879 HTTP/1.1" 200 None 2026-07-08 16:31:23,903 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/878 HTTP/1.1" 200 None 2026-07-08 16:31:24,799 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/877 HTTP/1.1" 200 None 2026-07-08 16:31:25,554 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/872 HTTP/1.1" 200 None 2026-07-08 16:31:26,416 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/875 HTTP/1.1" 200 None 2026-07-08 16:31:27,271 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/876 HTTP/1.1" 200 None 2026-07-08 16:31:28,110 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/874 HTTP/1.1" 200 None 2026-07-08 16:31:28,902 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/873 HTTP/1.1" 200 None 2026-07-08 16:31:29,769 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/871 HTTP/1.1" 200 None 2026-07-08 16:31:30,580 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/870 HTTP/1.1" 200 None 2026-07-08 16:31:31,397 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/867 HTTP/1.1" 200 None 2026-07-08 16:31:32,214 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/868 HTTP/1.1" 200 None 2026-07-08 16:31:33,056 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/864 HTTP/1.1" 200 None 2026-07-08 16:31:33,889 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/866 HTTP/1.1" 200 None 2026-07-08 16:31:34,816 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/865 HTTP/1.1" 200 None 2026-07-08 16:31:35,626 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/853 HTTP/1.1" 200 None 2026-07-08 16:31:36,425 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/857 HTTP/1.1" 200 None 2026-07-08 16:31:37,301 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/862 HTTP/1.1" 200 None 2026-07-08 16:31:38,124 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/861 HTTP/1.1" 200 None 2026-07-08 16:31:39,028 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/859 HTTP/1.1" 200 None 2026-07-08 16:31:39,813 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/860 HTTP/1.1" 200 None 2026-07-08 16:31:40,600 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/858 HTTP/1.1" 200 None 2026-07-08 16:31:41,375 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/856 HTTP/1.1" 200 None 2026-07-08 16:31:42,224 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/854 HTTP/1.1" 200 None 2026-07-08 16:31:43,104 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/851 HTTP/1.1" 200 None 2026-07-08 16:31:43,965 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/852 HTTP/1.1" 200 None 2026-07-08 16:31:44,823 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/849 HTTP/1.1" 200 None 2026-07-08 16:31:45,727 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/850 HTTP/1.1" 200 None 2026-07-08 16:31:46,454 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/840 HTTP/1.1" 200 None 2026-07-08 16:31:47,240 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/844 HTTP/1.1" 200 None 2026-07-08 16:31:48,147 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/845 HTTP/1.1" 200 None 2026-07-08 16:31:48,979 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/843 HTTP/1.1" 200 None 2026-07-08 16:31:49,811 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/839 HTTP/1.1" 200 None 2026-07-08 16:31:50,619 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/842 HTTP/1.1" 200 None 2026-07-08 16:31:51,378 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/834 HTTP/1.1" 200 None 2026-07-08 16:31:52,230 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/837 HTTP/1.1" 200 None 2026-07-08 16:31:53,015 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/836 HTTP/1.1" 200 None 2026-07-08 16:31:53,929 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/835 HTTP/1.1" 200 None 2026-07-08 16:31:54,745 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/833 HTTP/1.1" 200 None 2026-07-08 16:31:55,620 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/832 HTTP/1.1" 200 None 2026-07-08 16:31:56,399 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/830 HTTP/1.1" 200 None 2026-07-08 16:31:57,291 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/831 HTTP/1.1" 200 None 2026-07-08 16:31:58,048 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/829 HTTP/1.1" 200 None 2026-07-08 16:31:58,854 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/826 HTTP/1.1" 200 None 2026-07-08 16:31:59,686 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/827 HTTP/1.1" 200 None 2026-07-08 16:32:00,499 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/824 HTTP/1.1" 200 None 2026-07-08 16:32:01,332 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/823 HTTP/1.1" 200 None 2026-07-08 16:32:02,109 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/822 HTTP/1.1" 200 None 2026-07-08 16:32:02,961 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/821 HTTP/1.1" 200 None 2026-07-08 16:32:03,736 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/807 HTTP/1.1" 200 None 2026-07-08 16:32:04,543 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/820 HTTP/1.1" 200 None 2026-07-08 16:32:05,344 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/813 HTTP/1.1" 200 None 2026-07-08 16:32:06,248 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/818 HTTP/1.1" 200 None 2026-07-08 16:32:07,178 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/817 HTTP/1.1" 200 None 2026-07-08 16:32:07,946 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/816 HTTP/1.1" 200 None 2026-07-08 16:32:08,842 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/815 HTTP/1.1" 200 None 2026-07-08 16:32:09,804 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/812 HTTP/1.1" 200 None 2026-07-08 16:32:10,624 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/811 HTTP/1.1" 200 None 2026-07-08 16:32:11,348 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/809 HTTP/1.1" 200 None 2026-07-08 16:32:12,139 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/810 HTTP/1.1" 200 None 2026-07-08 16:32:13,026 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/808 HTTP/1.1" 200 None 2026-07-08 16:32:13,873 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/806 HTTP/1.1" 200 None 2026-07-08 16:32:14,724 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/802 HTTP/1.1" 200 None 2026-07-08 16:32:15,657 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/798 HTTP/1.1" 200 None 2026-07-08 16:32:16,454 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/800 HTTP/1.1" 200 None 2026-07-08 16:32:17,233 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/799 HTTP/1.1" 200 None 2026-07-08 16:32:18,019 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/791 HTTP/1.1" 200 None 2026-07-08 16:32:18,749 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/770 HTTP/1.1" 200 None 2026-07-08 16:32:19,563 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/793 HTTP/1.1" 200 None 2026-07-08 16:32:20,398 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/792 HTTP/1.1" 200 None 2026-07-08 16:32:21,216 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/790 HTTP/1.1" 200 None 2026-07-08 16:32:22,063 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/786 HTTP/1.1" 200 None 2026-07-08 16:32:22,849 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/789 HTTP/1.1" 200 None 2026-07-08 16:32:23,673 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/785 HTTP/1.1" 200 None 2026-07-08 16:32:24,444 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/788 HTTP/1.1" 200 None 2026-07-08 16:32:25,281 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/784 HTTP/1.1" 200 None 2026-07-08 16:32:26,116 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/782 HTTP/1.1" 200 None 2026-07-08 16:32:26,906 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/781 HTTP/1.1" 200 None 2026-07-08 16:32:27,771 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/779 HTTP/1.1" 200 None 2026-07-08 16:32:28,643 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/780 HTTP/1.1" 200 None 2026-07-08 16:32:29,464 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/776 HTTP/1.1" 200 None 2026-07-08 16:32:30,356 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/775 HTTP/1.1" 200 None 2026-07-08 16:32:31,190 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/764 HTTP/1.1" 200 None 2026-07-08 16:32:32,052 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/771 HTTP/1.1" 200 None 2026-07-08 16:32:32,815 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/767 HTTP/1.1" 200 None 2026-07-08 16:32:33,624 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/769 HTTP/1.1" 200 None 2026-07-08 16:32:34,401 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/768 HTTP/1.1" 200 None 2026-07-08 16:32:35,232 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/766 HTTP/1.1" 200 None 2026-07-08 16:32:36,052 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/765 HTTP/1.1" 200 None 2026-07-08 16:32:36,816 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/763 HTTP/1.1" 200 None 2026-07-08 16:32:37,675 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/760 HTTP/1.1" 200 None 2026-07-08 16:32:38,539 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/762 HTTP/1.1" 200 None 2026-07-08 16:32:39,369 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/761 HTTP/1.1" 200 None 2026-07-08 16:32:40,153 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/758 HTTP/1.1" 200 None 2026-07-08 16:32:41,028 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/759 HTTP/1.1" 200 None 2026-07-08 16:32:41,831 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/757 HTTP/1.1" 200 None 2026-07-08 16:32:42,653 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/751 HTTP/1.1" 200 None 2026-07-08 16:32:43,517 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/752 HTTP/1.1" 200 None 2026-07-08 16:32:44,327 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/755 HTTP/1.1" 200 None 2026-07-08 16:32:45,180 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/750 HTTP/1.1" 200 None 2026-07-08 16:32:45,976 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/748 HTTP/1.1" 200 None 2026-07-08 16:32:46,679 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/749 HTTP/1.1" 200 None 2026-07-08 16:32:47,466 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/746 HTTP/1.1" 200 None 2026-07-08 16:32:48,358 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/743 HTTP/1.1" 200 None 2026-07-08 16:32:49,159 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/744 HTTP/1.1" 200 None 2026-07-08 16:32:49,950 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/745 HTTP/1.1" 200 None 2026-07-08 16:32:50,747 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/742 HTTP/1.1" 200 None 2026-07-08 16:32:51,498 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/740 HTTP/1.1" 200 None 2026-07-08 16:32:52,328 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/741 HTTP/1.1" 200 None 2026-07-08 16:32:53,089 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/739 HTTP/1.1" 200 None 2026-07-08 16:32:53,855 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/737 HTTP/1.1" 200 None 2026-07-08 16:32:54,645 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/738 HTTP/1.1" 200 None 2026-07-08 16:32:55,358 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/736 HTTP/1.1" 200 None 2026-07-08 16:32:56,189 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/735 HTTP/1.1" 200 None 2026-07-08 16:32:57,030 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/734 HTTP/1.1" 200 None 2026-07-08 16:32:57,806 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/731 HTTP/1.1" 200 None 2026-07-08 16:32:58,618 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/730 HTTP/1.1" 200 None 2026-07-08 16:32:59,439 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/727 HTTP/1.1" 200 None 2026-07-08 16:33:00,267 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/729 HTTP/1.1" 200 None 2026-07-08 16:33:01,063 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/728 HTTP/1.1" 200 None 2026-07-08 16:33:01,866 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/726 HTTP/1.1" 200 None 2026-07-08 16:33:02,657 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/725 HTTP/1.1" 200 None 2026-07-08 16:33:03,477 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/724 HTTP/1.1" 200 None 2026-07-08 16:33:04,205 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/713 HTTP/1.1" 200 None 2026-07-08 16:33:05,040 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/723 HTTP/1.1" 200 None 2026-07-08 16:33:05,904 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/722 HTTP/1.1" 200 None 2026-07-08 16:33:06,731 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/721 HTTP/1.1" 200 None 2026-07-08 16:33:07,515 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/720 HTTP/1.1" 200 None 2026-07-08 16:33:08,424 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/719 HTTP/1.1" 200 None 2026-07-08 16:33:09,286 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/718 HTTP/1.1" 200 None 2026-07-08 16:33:10,067 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/717 HTTP/1.1" 200 None 2026-07-08 16:33:11,034 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/716 HTTP/1.1" 200 None 2026-07-08 16:33:11,951 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/715 HTTP/1.1" 200 None 2026-07-08 16:33:12,773 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/714 HTTP/1.1" 200 None 2026-07-08 16:33:13,617 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/712 HTTP/1.1" 200 None 2026-07-08 16:33:14,610 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/710 HTTP/1.1" 200 None 2026-07-08 16:33:15,389 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/708 HTTP/1.1" 200 None 2026-07-08 16:33:16,159 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/707 HTTP/1.1" 200 None 2026-07-08 16:33:16,978 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/705 HTTP/1.1" 200 None 2026-07-08 16:33:17,858 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/704 HTTP/1.1" 200 None 2026-07-08 16:33:18,650 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/701 HTTP/1.1" 200 None 2026-07-08 16:33:19,409 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/702 HTTP/1.1" 200 None 2026-07-08 16:33:20,149 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/700 HTTP/1.1" 200 None 2026-07-08 16:33:20,990 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/698 HTTP/1.1" 200 None 2026-07-08 16:33:21,703 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/697 HTTP/1.1" 200 None 2026-07-08 16:33:22,509 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/696 HTTP/1.1" 200 None 2026-07-08 16:33:23,318 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/694 HTTP/1.1" 200 None 2026-07-08 16:33:24,100 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/695 HTTP/1.1" 200 None 2026-07-08 16:33:24,824 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/692 HTTP/1.1" 200 None 2026-07-08 16:33:25,586 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/690 HTTP/1.1" 200 None 2026-07-08 16:33:26,419 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/688 HTTP/1.1" 200 None 2026-07-08 16:33:27,199 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/689 HTTP/1.1" 200 None 2026-07-08 16:33:27,997 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/671 HTTP/1.1" 200 None 2026-07-08 16:33:28,879 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/687 HTTP/1.1" 200 None 2026-07-08 16:33:29,664 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/686 HTTP/1.1" 200 None 2026-07-08 16:33:30,520 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/685 HTTP/1.1" 200 None 2026-07-08 16:33:31,300 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/684 HTTP/1.1" 200 None 2026-07-08 16:33:32,161 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/683 HTTP/1.1" 200 None 2026-07-08 16:33:32,939 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/682 HTTP/1.1" 200 None 2026-07-08 16:33:33,751 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/681 HTTP/1.1" 200 None 2026-07-08 16:33:34,504 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/680 HTTP/1.1" 200 None 2026-07-08 16:33:35,293 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/679 HTTP/1.1" 200 None 2026-07-08 16:33:36,153 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/676 HTTP/1.1" 200 None 2026-07-08 16:33:36,941 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/675 HTTP/1.1" 200 None 2026-07-08 16:33:37,753 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/674 HTTP/1.1" 200 None 2026-07-08 16:33:38,505 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/673 HTTP/1.1" 200 None 2026-07-08 16:33:39,314 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/670 HTTP/1.1" 200 None 2026-07-08 16:33:40,027 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/639 HTTP/1.1" 200 None 2026-07-08 16:33:40,863 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/669 HTTP/1.1" 200 None 2026-07-08 16:33:41,678 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/667 HTTP/1.1" 200 None 2026-07-08 16:33:42,525 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/666 HTTP/1.1" 200 None 2026-07-08 16:33:43,421 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/665 HTTP/1.1" 200 None 2026-07-08 16:33:44,177 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/664 HTTP/1.1" 200 None 2026-07-08 16:33:45,008 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/663 HTTP/1.1" 200 None 2026-07-08 16:33:45,862 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/662 HTTP/1.1" 200 None 2026-07-08 16:33:46,639 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/661 HTTP/1.1" 200 None 2026-07-08 16:33:47,487 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/657 HTTP/1.1" 200 None 2026-07-08 16:33:48,311 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/659 HTTP/1.1" 200 None 2026-07-08 16:33:49,080 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/660 HTTP/1.1" 200 None 2026-07-08 16:33:49,910 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/658 HTTP/1.1" 200 None 2026-07-08 16:33:50,694 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/656 HTTP/1.1" 200 None 2026-07-08 16:33:51,519 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/655 HTTP/1.1" 200 None 2026-07-08 16:33:52,288 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/653 HTTP/1.1" 200 None 2026-07-08 16:33:53,077 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/654 HTTP/1.1" 200 None 2026-07-08 16:33:53,886 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/652 HTTP/1.1" 200 None 2026-07-08 16:33:54,694 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/651 HTTP/1.1" 200 None 2026-07-08 16:33:55,521 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/650 HTTP/1.1" 200 None 2026-07-08 16:33:56,365 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/648 HTTP/1.1" 200 None 2026-07-08 16:33:57,197 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/647 HTTP/1.1" 200 None 2026-07-08 16:33:57,975 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/645 HTTP/1.1" 200 None 2026-07-08 16:33:58,747 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/644 HTTP/1.1" 200 None 2026-07-08 16:33:59,565 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/646 HTTP/1.1" 200 None 2026-07-08 16:34:00,396 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/643 HTTP/1.1" 200 None 2026-07-08 16:34:01,188 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/641 HTTP/1.1" 200 None 2026-07-08 16:34:02,127 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/633 HTTP/1.1" 200 None 2026-07-08 16:34:03,149 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/642 HTTP/1.1" 200 None 2026-07-08 16:34:04,052 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/640 HTTP/1.1" 200 None 2026-07-08 16:34:04,907 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/638 HTTP/1.1" 200 None 2026-07-08 16:34:05,749 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/637 HTTP/1.1" 200 None 2026-07-08 16:34:06,572 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/635 HTTP/1.1" 200 None 2026-07-08 16:34:07,407 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/634 HTTP/1.1" 200 None 2026-07-08 16:34:08,213 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/636 HTTP/1.1" 200 None 2026-07-08 16:34:09,031 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/632 HTTP/1.1" 200 None 2026-07-08 16:34:10,023 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/631 HTTP/1.1" 200 None 2026-07-08 16:34:10,830 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/630 HTTP/1.1" 200 None 2026-07-08 16:34:11,648 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/629 HTTP/1.1" 200 None 2026-07-08 16:34:12,447 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/628 HTTP/1.1" 200 None 2026-07-08 16:34:13,254 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/627 HTTP/1.1" 200 None 2026-07-08 16:34:14,057 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/626 HTTP/1.1" 200 None 2026-07-08 16:34:14,885 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/625 HTTP/1.1" 200 None 2026-07-08 16:34:15,681 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/624 HTTP/1.1" 200 None 2026-07-08 16:34:16,503 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/623 HTTP/1.1" 200 None 2026-07-08 16:34:17,318 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/622 HTTP/1.1" 200 None 2026-07-08 16:34:18,098 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/621 HTTP/1.1" 200 None 2026-07-08 16:34:18,970 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/620 HTTP/1.1" 200 None 2026-07-08 16:34:19,761 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/619 HTTP/1.1" 200 None 2026-07-08 16:34:20,616 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/618 HTTP/1.1" 200 None 2026-07-08 16:34:21,470 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/617 HTTP/1.1" 200 None 2026-07-08 16:34:22,262 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/616 HTTP/1.1" 200 None 2026-07-08 16:34:23,076 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/615 HTTP/1.1" 200 None 2026-07-08 16:34:23,901 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/613 HTTP/1.1" 200 None 2026-07-08 16:34:24,688 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/611 HTTP/1.1" 200 None 2026-07-08 16:34:25,516 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/610 HTTP/1.1" 200 None 2026-07-08 16:34:26,334 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/609 HTTP/1.1" 200 None 2026-07-08 16:34:27,068 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/608 HTTP/1.1" 200 None 2026-07-08 16:34:27,834 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/607 HTTP/1.1" 200 None 2026-07-08 16:34:28,741 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/605 HTTP/1.1" 200 None 2026-07-08 16:34:29,545 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/603 HTTP/1.1" 200 None 2026-07-08 16:34:30,277 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/599 HTTP/1.1" 200 None 2026-07-08 16:34:31,094 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/602 HTTP/1.1" 200 None 2026-07-08 16:34:31,898 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/600 HTTP/1.1" 200 None 2026-07-08 16:34:32,614 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/598 HTTP/1.1" 200 None 2026-07-08 16:34:33,370 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/597 HTTP/1.1" 200 None 2026-07-08 16:34:34,163 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/596 HTTP/1.1" 200 None 2026-07-08 16:34:34,911 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/595 HTTP/1.1" 200 None 2026-07-08 16:34:35,714 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/594 HTTP/1.1" 200 None 2026-07-08 16:34:36,530 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/593 HTTP/1.1" 200 None 2026-07-08 16:34:37,335 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/592 HTTP/1.1" 200 None 2026-07-08 16:34:38,043 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/591 HTTP/1.1" 200 None 2026-07-08 16:34:38,779 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/590 HTTP/1.1" 200 None 2026-07-08 16:34:39,547 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/589 HTTP/1.1" 200 None 2026-07-08 16:34:40,407 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/587 HTTP/1.1" 200 None 2026-07-08 16:34:41,272 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/588 HTTP/1.1" 200 None 2026-07-08 16:34:42,153 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/586 HTTP/1.1" 200 None 2026-07-08 16:34:42,984 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/585 HTTP/1.1" 200 None 2026-07-08 16:34:43,817 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/583 HTTP/1.1" 200 None 2026-07-08 16:34:44,628 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/584 HTTP/1.1" 200 None 2026-07-08 16:34:45,373 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/582 HTTP/1.1" 200 None 2026-07-08 16:34:46,147 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/581 HTTP/1.1" 200 None 2026-07-08 16:34:46,908 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/579 HTTP/1.1" 200 None 2026-07-08 16:34:47,797 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/577 HTTP/1.1" 200 None 2026-07-08 16:34:48,661 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/578 HTTP/1.1" 200 None 2026-07-08 16:34:49,398 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/576 HTTP/1.1" 200 None 2026-07-08 16:34:50,273 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/575 HTTP/1.1" 200 None 2026-07-08 16:34:51,266 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/574 HTTP/1.1" 200 None 2026-07-08 16:34:52,208 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/572 HTTP/1.1" 200 None 2026-07-08 16:34:53,044 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/571 HTTP/1.1" 200 None 2026-07-08 16:34:53,782 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/573 HTTP/1.1" 200 None 2026-07-08 16:34:54,815 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/570 HTTP/1.1" 200 None 2026-07-08 16:34:55,678 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/569 HTTP/1.1" 200 None 2026-07-08 16:34:56,404 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/568 HTTP/1.1" 200 None 2026-07-08 16:34:57,397 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/566 HTTP/1.1" 200 None 2026-07-08 16:34:58,269 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/564 HTTP/1.1" 200 None 2026-07-08 16:34:59,105 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/565 HTTP/1.1" 200 None 2026-07-08 16:34:59,911 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/563 HTTP/1.1" 200 None 2026-07-08 16:35:00,649 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/562 HTTP/1.1" 200 None 2026-07-08 16:35:01,471 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/561 HTTP/1.1" 200 None 2026-07-08 16:35:02,356 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/560 HTTP/1.1" 200 None 2026-07-08 16:35:03,241 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/559 HTTP/1.1" 200 None 2026-07-08 16:35:03,997 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/558 HTTP/1.1" 200 None 2026-07-08 16:35:04,771 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/554 HTTP/1.1" 200 None 2026-07-08 16:35:05,579 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/556 HTTP/1.1" 200 None 2026-07-08 16:35:06,295 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/557 HTTP/1.1" 200 None 2026-07-08 16:35:07,067 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/555 HTTP/1.1" 200 None 2026-07-08 16:35:07,847 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/553 HTTP/1.1" 200 None 2026-07-08 16:35:08,688 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/551 HTTP/1.1" 200 None 2026-07-08 16:35:09,426 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/552 HTTP/1.1" 200 None 2026-07-08 16:35:10,206 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/550 HTTP/1.1" 200 None 2026-07-08 16:35:11,060 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/549 HTTP/1.1" 200 None 2026-07-08 16:35:11,975 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/546 HTTP/1.1" 200 None 2026-07-08 16:35:12,755 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/547 HTTP/1.1" 200 None 2026-07-08 16:35:13,479 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/548 HTTP/1.1" 200 None 2026-07-08 16:35:14,395 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/534 HTTP/1.1" 200 None 2026-07-08 16:35:15,261 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/544 HTTP/1.1" 200 None 2026-07-08 16:35:15,998 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/543 HTTP/1.1" 200 None 2026-07-08 16:35:16,771 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/541 HTTP/1.1" 200 None 2026-07-08 16:35:17,535 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/542 HTTP/1.1" 200 None 2026-07-08 16:35:18,270 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/539 HTTP/1.1" 200 None 2026-07-08 16:35:19,042 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/540 HTTP/1.1" 200 None 2026-07-08 16:35:20,121 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/538 HTTP/1.1" 200 None 2026-07-08 16:35:21,022 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/536 HTTP/1.1" 200 None 2026-07-08 16:35:21,838 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/535 HTTP/1.1" 200 None 2026-07-08 16:35:23,040 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/515 HTTP/1.1" 200 None 2026-07-08 16:35:23,868 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/533 HTTP/1.1" 200 None 2026-07-08 16:35:24,690 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/532 HTTP/1.1" 200 None 2026-07-08 16:35:25,453 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/530 HTTP/1.1" 200 None 2026-07-08 16:35:26,207 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/528 HTTP/1.1" 200 None 2026-07-08 16:35:26,998 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/529 HTTP/1.1" 200 None 2026-07-08 16:35:27,763 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/527 HTTP/1.1" 200 None 2026-07-08 16:35:28,532 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/526 HTTP/1.1" 200 None 2026-07-08 16:35:29,360 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/524 HTTP/1.1" 200 None 2026-07-08 16:35:30,095 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/525 HTTP/1.1" 200 None 2026-07-08 16:35:30,852 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/523 HTTP/1.1" 200 None 2026-07-08 16:35:31,649 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/522 HTTP/1.1" 200 None 2026-07-08 16:35:32,483 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/521 HTTP/1.1" 200 None 2026-07-08 16:35:33,231 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/520 HTTP/1.1" 200 None 2026-07-08 16:35:33,963 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/519 HTTP/1.1" 200 None 2026-07-08 16:35:34,692 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/518 HTTP/1.1" 200 None 2026-07-08 16:35:35,506 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/516 HTTP/1.1" 200 None 2026-07-08 16:35:36,235 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/517 HTTP/1.1" 200 None 2026-07-08 16:35:37,002 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/511 HTTP/1.1" 200 None 2026-07-08 16:35:37,851 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/513 HTTP/1.1" 200 None 2026-07-08 16:35:38,719 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/512 HTTP/1.1" 200 None 2026-07-08 16:35:39,498 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/510 HTTP/1.1" 200 None 2026-07-08 16:35:40,290 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/508 HTTP/1.1" 200 None 2026-07-08 16:35:41,075 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/509 HTTP/1.1" 200 None 2026-07-08 16:35:41,867 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/507 HTTP/1.1" 200 None 2026-07-08 16:35:42,654 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/506 HTTP/1.1" 200 None 2026-07-08 16:35:43,444 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/505 HTTP/1.1" 200 None 2026-07-08 16:35:44,250 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/504 HTTP/1.1" 200 None 2026-07-08 16:35:45,044 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/503 HTTP/1.1" 200 None 2026-07-08 16:35:45,793 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/502 HTTP/1.1" 200 None 2026-07-08 16:35:46,582 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/501 HTTP/1.1" 200 None 2026-07-08 16:35:47,345 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/500 HTTP/1.1" 200 None 2026-07-08 16:35:48,122 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/499 HTTP/1.1" 200 None 2026-07-08 16:35:48,902 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/498 HTTP/1.1" 200 None 2026-07-08 16:35:49,713 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/497 HTTP/1.1" 200 None 2026-07-08 16:35:50,506 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/496 HTTP/1.1" 200 None 2026-07-08 16:35:51,288 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/495 HTTP/1.1" 200 None 2026-07-08 16:35:52,087 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/492 HTTP/1.1" 200 None 2026-07-08 16:35:52,927 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/494 HTTP/1.1" 200 None 2026-07-08 16:35:53,657 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/493 HTTP/1.1" 200 None 2026-07-08 16:35:54,456 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/491 HTTP/1.1" 200 None 2026-07-08 16:35:55,268 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/490 HTTP/1.1" 200 None 2026-07-08 16:35:56,046 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/489 HTTP/1.1" 200 None 2026-07-08 16:35:56,877 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/487 HTTP/1.1" 200 None 2026-07-08 16:35:57,725 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/485 HTTP/1.1" 200 None 2026-07-08 16:35:58,487 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/486 HTTP/1.1" 200 None 2026-07-08 16:35:59,216 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/488 HTTP/1.1" 200 None 2026-07-08 16:36:00,014 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/484 HTTP/1.1" 200 None 2026-07-08 16:36:00,807 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/483 HTTP/1.1" 200 None 2026-07-08 16:36:01,671 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/482 HTTP/1.1" 200 None 2026-07-08 16:36:02,450 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/481 HTTP/1.1" 200 None 2026-07-08 16:36:03,233 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/480 HTTP/1.1" 200 None 2026-07-08 16:36:04,275 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/478 HTTP/1.1" 200 None 2026-07-08 16:36:05,091 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/477 HTTP/1.1" 200 None 2026-07-08 16:36:05,902 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/476 HTTP/1.1" 200 None 2026-07-08 16:36:06,688 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/475 HTTP/1.1" 200 None 2026-07-08 16:36:07,512 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/474 HTTP/1.1" 200 None 2026-07-08 16:36:08,284 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/473 HTTP/1.1" 200 None 2026-07-08 16:36:09,155 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/471 HTTP/1.1" 200 None 2026-07-08 16:36:09,968 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/472 HTTP/1.1" 200 None 2026-07-08 16:36:10,913 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/462 HTTP/1.1" 200 None 2026-07-08 16:36:11,741 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/469 HTTP/1.1" 200 None 2026-07-08 16:36:12,475 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/470 HTTP/1.1" 200 None 2026-07-08 16:36:13,294 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/467 HTTP/1.1" 200 None 2026-07-08 16:36:14,048 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/468 HTTP/1.1" 200 None 2026-07-08 16:36:15,004 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/466 HTTP/1.1" 200 None 2026-07-08 16:36:15,850 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/461 HTTP/1.1" 200 None 2026-07-08 16:36:16,703 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/464 HTTP/1.1" 200 None 2026-07-08 16:36:17,496 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/463 HTTP/1.1" 200 None 2026-07-08 16:36:18,270 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/460 HTTP/1.1" 200 None 2026-07-08 16:36:19,063 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/459 HTTP/1.1" 200 None 2026-07-08 16:36:19,866 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/457 HTTP/1.1" 200 None 2026-07-08 16:36:20,567 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/458 HTTP/1.1" 200 None 2026-07-08 16:36:21,435 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/456 HTTP/1.1" 200 None 2026-07-08 16:36:22,238 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/455 HTTP/1.1" 200 None 2026-07-08 16:36:23,015 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/447 HTTP/1.1" 200 None 2026-07-08 16:36:23,754 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/453 HTTP/1.1" 200 None 2026-07-08 16:36:24,544 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/450 HTTP/1.1" 200 None 2026-07-08 16:36:25,335 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/449 HTTP/1.1" 200 None 2026-07-08 16:36:26,187 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/452 HTTP/1.1" 200 None 2026-07-08 16:36:26,896 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/451 HTTP/1.1" 200 None 2026-07-08 16:36:27,678 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/448 HTTP/1.1" 200 None 2026-07-08 16:36:28,421 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/446 HTTP/1.1" 200 None 2026-07-08 16:36:29,224 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/445 HTTP/1.1" 200 None 2026-07-08 16:36:29,947 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/444 HTTP/1.1" 200 None 2026-07-08 16:36:30,729 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/443 HTTP/1.1" 200 None 2026-07-08 16:36:31,628 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/442 HTTP/1.1" 200 None 2026-07-08 16:36:32,358 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/440 HTTP/1.1" 200 None 2026-07-08 16:36:33,129 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/431 HTTP/1.1" 200 None 2026-07-08 16:36:33,865 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/438 HTTP/1.1" 200 None 2026-07-08 16:36:34,681 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/439 HTTP/1.1" 200 None 2026-07-08 16:36:35,509 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/435 HTTP/1.1" 200 None 2026-07-08 16:36:36,320 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/436 HTTP/1.1" 200 None 2026-07-08 16:36:37,097 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/433 HTTP/1.1" 200 None 2026-07-08 16:36:37,880 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/434 HTTP/1.1" 200 None 2026-07-08 16:36:38,678 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/432 HTTP/1.1" 200 None 2026-07-08 16:36:39,545 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/430 HTTP/1.1" 200 None 2026-07-08 16:36:40,347 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/413 HTTP/1.1" 200 None 2026-07-08 16:36:41,125 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/429 HTTP/1.1" 200 None 2026-07-08 16:36:41,938 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/428 HTTP/1.1" 200 None 2026-07-08 16:36:42,751 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/427 HTTP/1.1" 200 None 2026-07-08 16:36:43,504 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/424 HTTP/1.1" 200 None 2026-07-08 16:36:44,296 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/425 HTTP/1.1" 200 None 2026-07-08 16:36:45,085 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/420 HTTP/1.1" 200 None 2026-07-08 16:36:45,838 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/421 HTTP/1.1" 200 None 2026-07-08 16:36:46,560 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/423 HTTP/1.1" 200 None 2026-07-08 16:36:47,338 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/422 HTTP/1.1" 200 None 2026-07-08 16:36:48,112 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/418 HTTP/1.1" 200 None 2026-07-08 16:36:48,899 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/417 HTTP/1.1" 200 None 2026-07-08 16:36:49,713 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/412 HTTP/1.1" 200 None 2026-07-08 16:36:50,540 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/410 HTTP/1.1" 200 None 2026-07-08 16:36:51,367 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/411 HTTP/1.1" 200 None 2026-07-08 16:36:52,216 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/409 HTTP/1.1" 200 None 2026-07-08 16:36:53,000 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/408 HTTP/1.1" 200 None 2026-07-08 16:36:53,771 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/406 HTTP/1.1" 200 None 2026-07-08 16:36:54,552 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/403 HTTP/1.1" 200 None 2026-07-08 16:36:55,351 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/407 HTTP/1.1" 200 None 2026-07-08 16:36:56,211 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/401 HTTP/1.1" 200 None 2026-07-08 16:36:57,067 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/404 HTTP/1.1" 200 None 2026-07-08 16:36:57,822 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/400 HTTP/1.1" 200 None 2026-07-08 16:36:58,647 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/399 HTTP/1.1" 200 None 2026-07-08 16:36:59,470 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/398 HTTP/1.1" 200 None 2026-07-08 16:37:00,364 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/397 HTTP/1.1" 200 None 2026-07-08 16:37:01,255 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/395 HTTP/1.1" 200 None 2026-07-08 16:37:02,038 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/394 HTTP/1.1" 200 None 2026-07-08 16:37:02,806 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/392 HTTP/1.1" 200 None 2026-07-08 16:37:03,681 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/391 HTTP/1.1" 200 None 2026-07-08 16:37:04,547 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/390 HTTP/1.1" 200 None 2026-07-08 16:37:05,353 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/389 HTTP/1.1" 200 None 2026-07-08 16:37:06,217 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/388 HTTP/1.1" 200 None 2026-07-08 16:37:07,000 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/387 HTTP/1.1" 200 None 2026-07-08 16:37:07,751 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/386 HTTP/1.1" 200 None 2026-07-08 16:37:08,538 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/385 HTTP/1.1" 200 None 2026-07-08 16:37:09,346 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/384 HTTP/1.1" 200 None 2026-07-08 16:37:10,155 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/381 HTTP/1.1" 200 None 2026-07-08 16:37:10,997 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/382 HTTP/1.1" 200 None 2026-07-08 16:37:11,796 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/383 HTTP/1.1" 200 None 2026-07-08 16:37:12,603 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/380 HTTP/1.1" 200 None 2026-07-08 16:37:13,469 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/379 HTTP/1.1" 200 None 2026-07-08 16:37:14,259 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/377 HTTP/1.1" 200 None 2026-07-08 16:37:15,238 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/378 HTTP/1.1" 200 None 2026-07-08 16:37:16,131 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/376 HTTP/1.1" 200 None 2026-07-08 16:37:17,182 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/375 HTTP/1.1" 200 None 2026-07-08 16:37:18,061 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/371 HTTP/1.1" 200 None 2026-07-08 16:37:18,936 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/373 HTTP/1.1" 200 None 2026-07-08 16:37:19,812 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/374 HTTP/1.1" 200 None 2026-07-08 16:37:20,646 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/368 HTTP/1.1" 200 None 2026-07-08 16:37:21,528 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/367 HTTP/1.1" 200 None 2026-07-08 16:37:22,352 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/362 HTTP/1.1" 200 None 2026-07-08 16:37:23,117 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/364 HTTP/1.1" 200 None 2026-07-08 16:37:23,914 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/365 HTTP/1.1" 200 None 2026-07-08 16:37:24,679 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/366 HTTP/1.1" 200 None 2026-07-08 16:37:25,433 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/363 HTTP/1.1" 200 None 2026-07-08 16:37:26,283 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/360 HTTP/1.1" 200 None 2026-07-08 16:37:27,073 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/359 HTTP/1.1" 200 None 2026-07-08 16:37:27,990 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/358 HTTP/1.1" 200 None 2026-07-08 16:37:28,963 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/357 HTTP/1.1" 200 None 2026-07-08 16:37:29,764 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/356 HTTP/1.1" 200 None 2026-07-08 16:37:30,614 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/355 HTTP/1.1" 200 None 2026-07-08 16:37:31,392 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/354 HTTP/1.1" 200 None 2026-07-08 16:37:32,241 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/353 HTTP/1.1" 200 None 2026-07-08 16:37:33,090 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/352 HTTP/1.1" 200 None 2026-07-08 16:37:33,922 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/351 HTTP/1.1" 200 None 2026-07-08 16:37:34,721 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/350 HTTP/1.1" 200 None 2026-07-08 16:37:35,634 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/349 HTTP/1.1" 200 None 2026-07-08 16:37:36,454 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/347 HTTP/1.1" 200 None 2026-07-08 16:37:37,302 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/346 HTTP/1.1" 200 None 2026-07-08 16:37:38,194 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/345 HTTP/1.1" 200 None 2026-07-08 16:37:39,010 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/344 HTTP/1.1" 200 None 2026-07-08 16:37:39,783 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/342 HTTP/1.1" 200 None 2026-07-08 16:37:40,537 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/343 HTTP/1.1" 200 None 2026-07-08 16:37:41,489 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/341 HTTP/1.1" 200 None 2026-07-08 16:37:42,296 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/337 HTTP/1.1" 200 None 2026-07-08 16:37:43,151 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/340 HTTP/1.1" 200 None 2026-07-08 16:37:44,032 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/339 HTTP/1.1" 200 None 2026-07-08 16:37:44,791 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/338 HTTP/1.1" 200 None 2026-07-08 16:37:45,591 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/336 HTTP/1.1" 200 None 2026-07-08 16:37:46,372 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/333 HTTP/1.1" 200 None 2026-07-08 16:37:47,166 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/334 HTTP/1.1" 200 None 2026-07-08 16:37:47,956 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/335 HTTP/1.1" 200 None 2026-07-08 16:37:48,722 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/332 HTTP/1.1" 200 None 2026-07-08 16:37:49,518 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/331 HTTP/1.1" 200 None 2026-07-08 16:37:50,484 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/330 HTTP/1.1" 200 None 2026-07-08 16:37:51,257 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/329 HTTP/1.1" 200 None 2026-07-08 16:37:52,074 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/328 HTTP/1.1" 200 None 2026-07-08 16:37:52,884 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/327 HTTP/1.1" 200 None 2026-07-08 16:37:53,669 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/326 HTTP/1.1" 200 None 2026-07-08 16:37:54,465 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/324 HTTP/1.1" 200 None 2026-07-08 16:37:55,224 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/323 HTTP/1.1" 200 None 2026-07-08 16:37:56,003 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/322 HTTP/1.1" 200 None 2026-07-08 16:37:56,821 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/321 HTTP/1.1" 200 None 2026-07-08 16:37:57,622 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/319 HTTP/1.1" 200 None 2026-07-08 16:37:58,459 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/316 HTTP/1.1" 200 None 2026-07-08 16:37:59,246 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/315 HTTP/1.1" 200 None 2026-07-08 16:38:00,052 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/314 HTTP/1.1" 200 None 2026-07-08 16:38:00,814 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/313 HTTP/1.1" 200 None 2026-07-08 16:38:01,698 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/312 HTTP/1.1" 200 None 2026-07-08 16:38:02,459 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/311 HTTP/1.1" 200 None 2026-07-08 16:38:03,364 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/310 HTTP/1.1" 200 None 2026-07-08 16:38:04,212 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/309 HTTP/1.1" 200 None 2026-07-08 16:38:05,017 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/307 HTTP/1.1" 200 None 2026-07-08 16:38:05,812 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/308 HTTP/1.1" 200 None 2026-07-08 16:38:06,725 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/305 HTTP/1.1" 200 None 2026-07-08 16:38:07,644 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/303 HTTP/1.1" 200 None 2026-07-08 16:38:08,433 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/304 HTTP/1.1" 200 None 2026-07-08 16:38:09,322 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/302 HTTP/1.1" 200 None 2026-07-08 16:38:10,148 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/269 HTTP/1.1" 200 None 2026-07-08 16:38:10,998 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/301 HTTP/1.1" 200 None 2026-07-08 16:38:11,848 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/296 HTTP/1.1" 200 None 2026-07-08 16:38:12,714 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/299 HTTP/1.1" 200 None 2026-07-08 16:38:13,492 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/300 HTTP/1.1" 200 None 2026-07-08 16:38:14,269 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/297 HTTP/1.1" 200 None 2026-07-08 16:38:15,162 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/295 HTTP/1.1" 200 None 2026-07-08 16:38:16,001 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/294 HTTP/1.1" 200 None 2026-07-08 16:38:16,790 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/293 HTTP/1.1" 200 None 2026-07-08 16:38:17,550 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/292 HTTP/1.1" 200 None 2026-07-08 16:38:18,307 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/289 HTTP/1.1" 200 None 2026-07-08 16:38:19,124 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/291 HTTP/1.1" 200 None 2026-07-08 16:38:19,917 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/290 HTTP/1.1" 200 None 2026-07-08 16:38:20,706 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/287 HTTP/1.1" 200 None 2026-07-08 16:38:21,558 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/288 HTTP/1.1" 200 None 2026-07-08 16:38:22,349 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/285 HTTP/1.1" 200 None 2026-07-08 16:38:23,130 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/284 HTTP/1.1" 200 None 2026-07-08 16:38:23,961 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/281 HTTP/1.1" 200 None 2026-07-08 16:38:24,749 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/283 HTTP/1.1" 200 None 2026-07-08 16:38:25,538 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/255 HTTP/1.1" 200 None 2026-07-08 16:38:26,330 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/282 HTTP/1.1" 200 None 2026-07-08 16:38:27,127 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/280 HTTP/1.1" 200 None 2026-07-08 16:38:27,916 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/279 HTTP/1.1" 200 None 2026-07-08 16:38:28,734 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/278 HTTP/1.1" 200 None 2026-07-08 16:38:29,554 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/277 HTTP/1.1" 200 None 2026-07-08 16:38:30,310 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/276 HTTP/1.1" 200 None 2026-07-08 16:38:31,085 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/275 HTTP/1.1" 200 None 2026-07-08 16:38:31,920 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/274 HTTP/1.1" 200 None 2026-07-08 16:38:32,718 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/271 HTTP/1.1" 200 None 2026-07-08 16:38:33,525 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/270 HTTP/1.1" 200 None 2026-07-08 16:38:34,334 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/268 HTTP/1.1" 200 None 2026-07-08 16:38:35,111 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/267 HTTP/1.1" 200 None 2026-07-08 16:38:35,869 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/266 HTTP/1.1" 200 None 2026-07-08 16:38:36,663 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/265 HTTP/1.1" 200 None 2026-07-08 16:38:37,438 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/264 HTTP/1.1" 200 None 2026-07-08 16:38:38,219 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/263 HTTP/1.1" 200 None 2026-07-08 16:38:39,015 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/262 HTTP/1.1" 200 None 2026-07-08 16:38:39,838 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/261 HTTP/1.1" 200 None 2026-07-08 16:38:40,652 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/249 HTTP/1.1" 200 None 2026-07-08 16:38:41,470 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/259 HTTP/1.1" 200 None 2026-07-08 16:38:42,294 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/258 HTTP/1.1" 200 None 2026-07-08 16:38:43,055 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/260 HTTP/1.1" 200 None 2026-07-08 16:38:43,874 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/257 HTTP/1.1" 200 None 2026-07-08 16:38:44,690 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/254 HTTP/1.1" 200 None 2026-07-08 16:38:45,502 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/245 HTTP/1.1" 200 None 2026-07-08 16:38:46,324 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/253 HTTP/1.1" 200 None 2026-07-08 16:38:47,093 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/256 HTTP/1.1" 200 None 2026-07-08 16:38:47,908 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/251 HTTP/1.1" 200 None 2026-07-08 16:38:48,722 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/252 HTTP/1.1" 200 None 2026-07-08 16:38:49,507 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/250 HTTP/1.1" 200 None 2026-07-08 16:38:50,320 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/248 HTTP/1.1" 200 None 2026-07-08 16:38:51,078 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/247 HTTP/1.1" 200 None 2026-07-08 16:38:51,859 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/246 HTTP/1.1" 200 None 2026-07-08 16:38:52,726 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/243 HTTP/1.1" 200 None 2026-07-08 16:38:53,504 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/242 HTTP/1.1" 200 None 2026-07-08 16:38:54,274 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/240 HTTP/1.1" 200 None 2026-07-08 16:38:55,110 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/13 HTTP/1.1" 200 None 2026-07-08 16:38:56,013 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/11 HTTP/1.1" 200 None 2026-07-08 16:38:56,791 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/241 HTTP/1.1" 200 None 2026-07-08 16:38:57,598 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/239 HTTP/1.1" 200 None 2026-07-08 16:38:58,451 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/238 HTTP/1.1" 200 None 2026-07-08 16:38:59,209 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/237 HTTP/1.1" 200 None 2026-07-08 16:39:00,002 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/235 HTTP/1.1" 200 None 2026-07-08 16:39:01,024 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/234 HTTP/1.1" 200 None 2026-07-08 16:39:01,918 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/233 HTTP/1.1" 200 None 2026-07-08 16:39:02,818 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/232 HTTP/1.1" 200 None 2026-07-08 16:39:03,643 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/231 HTTP/1.1" 200 None 2026-07-08 16:39:04,438 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/229 HTTP/1.1" 200 None 2026-07-08 16:39:05,224 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/230 HTTP/1.1" 200 None 2026-07-08 16:39:06,017 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/227 HTTP/1.1" 200 None 2026-07-08 16:39:06,870 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/228 HTTP/1.1" 200 None 2026-07-08 16:39:07,754 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/226 HTTP/1.1" 200 None 2026-07-08 16:39:08,548 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/224 HTTP/1.1" 200 None 2026-07-08 16:39:09,375 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/223 HTTP/1.1" 200 None 2026-07-08 16:39:10,280 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/225 HTTP/1.1" 200 None 2026-07-08 16:39:11,157 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/222 HTTP/1.1" 200 None 2026-07-08 16:39:11,933 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/221 HTTP/1.1" 200 None 2026-07-08 16:39:13,016 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/218 HTTP/1.1" 200 None 2026-07-08 16:39:13,875 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/214 HTTP/1.1" 200 None 2026-07-08 16:39:14,676 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/212 HTTP/1.1" 200 None 2026-07-08 16:39:15,502 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/217 HTTP/1.1" 200 None 2026-07-08 16:39:16,261 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/216 HTTP/1.1" 200 None 2026-07-08 16:39:17,034 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/215 HTTP/1.1" 200 None 2026-07-08 16:39:17,827 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/213 HTTP/1.1" 200 None 2026-07-08 16:39:18,609 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/210 HTTP/1.1" 200 None 2026-07-08 16:39:19,366 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/209 HTTP/1.1" 200 None 2026-07-08 16:39:20,120 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/208 HTTP/1.1" 200 None 2026-07-08 16:39:20,907 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/207 HTTP/1.1" 200 None 2026-07-08 16:39:21,702 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/206 HTTP/1.1" 200 None 2026-07-08 16:39:22,515 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/204 HTTP/1.1" 200 None 2026-07-08 16:39:23,279 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/203 HTTP/1.1" 200 None 2026-07-08 16:39:24,083 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/194 HTTP/1.1" 200 None 2026-07-08 16:39:24,885 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/205 HTTP/1.1" 200 None 2026-07-08 16:39:25,625 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/199 HTTP/1.1" 200 None 2026-07-08 16:39:26,420 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/202 HTTP/1.1" 200 None 2026-07-08 16:39:27,303 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/201 HTTP/1.1" 200 None 2026-07-08 16:39:28,082 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/198 HTTP/1.1" 200 None 2026-07-08 16:39:28,833 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/200 HTTP/1.1" 200 None 2026-07-08 16:39:29,627 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/195 HTTP/1.1" 200 None 2026-07-08 16:39:30,437 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/197 HTTP/1.1" 200 None 2026-07-08 16:39:31,219 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/196 HTTP/1.1" 200 None 2026-07-08 16:39:31,985 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/191 HTTP/1.1" 200 None 2026-07-08 16:39:32,774 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/190 HTTP/1.1" 200 None 2026-07-08 16:39:33,586 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/189 HTTP/1.1" 200 None 2026-07-08 16:39:34,503 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/188 HTTP/1.1" 200 None 2026-07-08 16:39:35,282 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/187 HTTP/1.1" 200 None 2026-07-08 16:39:36,157 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/186 HTTP/1.1" 200 None 2026-07-08 16:39:36,957 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/183 HTTP/1.1" 200 None 2026-07-08 16:39:37,735 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/184 HTTP/1.1" 200 None 2026-07-08 16:39:38,534 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/182 HTTP/1.1" 200 None 2026-07-08 16:39:39,325 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/180 HTTP/1.1" 200 None 2026-07-08 16:39:40,205 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/175 HTTP/1.1" 200 None 2026-07-08 16:39:41,081 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/155 HTTP/1.1" 200 None 2026-07-08 16:39:41,957 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/181 HTTP/1.1" 200 None 2026-07-08 16:39:42,744 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/179 HTTP/1.1" 200 None 2026-07-08 16:39:43,526 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/178 HTTP/1.1" 200 None 2026-07-08 16:39:44,283 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/177 HTTP/1.1" 200 None 2026-07-08 16:39:45,054 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/176 HTTP/1.1" 200 None 2026-07-08 16:39:45,856 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/168 HTTP/1.1" 200 None 2026-07-08 16:39:46,638 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/173 HTTP/1.1" 200 None 2026-07-08 16:39:47,424 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/174 HTTP/1.1" 200 None 2026-07-08 16:39:48,238 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/170 HTTP/1.1" 200 None 2026-07-08 16:39:49,066 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/172 HTTP/1.1" 200 None 2026-07-08 16:39:49,865 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/169 HTTP/1.1" 200 None 2026-07-08 16:39:50,674 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/171 HTTP/1.1" 200 None 2026-07-08 16:39:51,442 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/167 HTTP/1.1" 200 None 2026-07-08 16:39:52,221 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/165 HTTP/1.1" 200 None 2026-07-08 16:39:52,970 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/166 HTTP/1.1" 200 None 2026-07-08 16:39:53,759 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/164 HTTP/1.1" 200 None 2026-07-08 16:39:54,538 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/162 HTTP/1.1" 200 None 2026-07-08 16:39:55,446 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/163 HTTP/1.1" 200 None 2026-07-08 16:39:56,221 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/154 HTTP/1.1" 200 None 2026-07-08 16:39:57,002 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/161 HTTP/1.1" 200 None 2026-07-08 16:39:57,919 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/160 HTTP/1.1" 200 None 2026-07-08 16:39:58,767 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/159 HTTP/1.1" 200 None 2026-07-08 16:39:59,565 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/158 HTTP/1.1" 200 None 2026-07-08 16:40:00,382 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/156 HTTP/1.1" 200 None 2026-07-08 16:40:01,201 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/153 HTTP/1.1" 200 None 2026-07-08 16:40:01,997 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/152 HTTP/1.1" 200 None 2026-07-08 16:40:02,757 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/151 HTTP/1.1" 200 None 2026-07-08 16:40:03,563 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/150 HTTP/1.1" 200 None 2026-07-08 16:40:04,397 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/148 HTTP/1.1" 200 None 2026-07-08 16:40:05,242 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/146 HTTP/1.1" 200 None 2026-07-08 16:40:06,145 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/147 HTTP/1.1" 200 None 2026-07-08 16:40:07,039 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/142 HTTP/1.1" 200 None 2026-07-08 16:40:07,953 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/138 HTTP/1.1" 200 None 2026-07-08 16:40:08,744 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/145 HTTP/1.1" 200 None 2026-07-08 16:40:09,573 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/141 HTTP/1.1" 200 None 2026-07-08 16:40:10,383 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/122 HTTP/1.1" 200 None 2026-07-08 16:40:11,168 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/131 HTTP/1.1" 200 None 2026-07-08 16:40:12,001 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/144 HTTP/1.1" 200 None 2026-07-08 16:40:12,813 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/139 HTTP/1.1" 200 None 2026-07-08 16:40:13,600 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/132 HTTP/1.1" 200 None 2026-07-08 16:40:14,386 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/134 HTTP/1.1" 200 None 2026-07-08 16:40:15,155 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/135 HTTP/1.1" 200 None 2026-07-08 16:40:15,947 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/133 HTTP/1.1" 200 None 2026-07-08 16:40:16,753 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/129 HTTP/1.1" 200 None 2026-07-08 16:40:17,624 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/130 HTTP/1.1" 200 None 2026-07-08 16:40:18,467 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/128 HTTP/1.1" 200 None 2026-07-08 16:40:19,350 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/127 HTTP/1.1" 200 None 2026-07-08 16:40:20,134 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/124 HTTP/1.1" 200 None 2026-07-08 16:40:20,924 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/126 HTTP/1.1" 200 None 2026-07-08 16:40:21,760 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/125 HTTP/1.1" 200 None 2026-07-08 16:40:22,554 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls/123 HTTP/1.1" 200 None 2026-07-08 16:40:22,555 [ scc.git] DEBUG Calling 'git fetch origin pull/880/head' 2026-07-08 16:40:23,844 [ scc.git] DEBUG From https://github.com/ome/www.openmicroscopy.org 2026-07-08 16:40:23,844 [ scc.git] DEBUG * branch refs/pull/880/head -> FETCH_HEAD 2026-07-08 16:40:23,882 [ scc.git] DEBUG ## Unique users: [] 2026-07-08 16:40:23,882 [ scc.git] DEBUG Get sha1 of %s 2026-07-08 16:40:23,882 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2026-07-08 16:40:23,895 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...77e6e835c3d6dc9ee5d45e836cea488c5c43db00' 2026-07-08 16:40:23,919 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2026-07-08 16:40:23,930 [ 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 16:40:24,598 [ scc.git] DEBUG Merge made by the 'ort' strategy. 2026-07-08 16:40:24,665 [ scc.git] DEBUG _governance | 2 +- 2026-07-08 16:40:24,665 [ scc.git] DEBUG 1 file changed, 1 insertion(+), 1 deletion(-) 2026-07-08 16:40:24,877 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None 2026-07-08 16:40:24,877 [ scc.git] DEBUG Calling 'git submodule update' 2026-07-08 16:40:25,259 [ scc.git] DEBUG Submodule path '_governance': checked out '62ee97fa91c8a828403f9457343cb8ae238191f1' 2026-07-08 16:40:25,260 [ scc.git] DEBUG Get sha1 of %s 2026-07-08 16:40:25,260 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2026-07-08 16:40:25,273 [ scc.git] DEBUG Calling 'git status --porcelain' 2026-07-08 16:40:25,941 [ scc.git] DEBUG has no local changes 2026-07-08 16:40:25,942 [ scc.git] DEBUG Calling 'git commit --allow-empty -a -n -m merge master -Dorg -Snone Repository: ome/www.openmicroscopy.org Updating 9e85925c..38fa7d98 Previously merged: - PR 879 pwalczysko 'Fix links' - PR 878 will-moore 'Submodule init info' - PR 877 pwalczysko 'Fix layout of Governace index page' - PR 872 dependabot[bot] 'Bump Schemas from `718d3d4` to `7bec92a`' - PR 875 joshmoore '/about/governance' - PR 876 pwalczysko 'Fixing the build' - PR 874 knabar 'OMERO.web 5.32.0 release announcement' - PR 873 pwalczysko 'Update events' - PR 871 sbesson 'Add announcement for OMERO.server 5.6.18 and OMERO.web 5.31.1 releases' - PR 870 pwalczysko 'Fix two links' - PR 867 muhanadz 'Added TissueGnostics GmbH' - PR 868 pwalczysko 'Ignore broad' - PR 864 erindiel 'Update commercial partners page' - PR 866 pwalczysko 'Remove links to OME 2024 ' - PR 865 pwalczysko 'Ignore 3 links which work but 403' - PR 853 dependabot[bot] 'Bump Schemas from `c4e38d1` to `718d3d4`' - PR 857 dependabot[bot] 'Bump _minutes from `1d2fb51` to `83a75cc`' - PR 862 pwalczysko 'Replace with livingobjects' - PR 861 sbesson 'Add post communicating end of Java 8 support' - PR 859 melissalinkert 'Bio-Formats 8.5.0 and advisory' - PR 860 pwalczysko 'Ignore zenodo.org' - PR 858 pwalczysko 'Update events' - PR 856 sbesson 'Add announcement post for OMERO.server 5.6.17 and OMERO.web 5.31.0' - PR 854 pwalczysko 'Update events' - PR 851 melissalinkert 'Add announcement for Bio-Formats 8.4.0 release' - PR 852 pwalczysko 'ignore stowers' - PR 849 knabar 'OMERO.web 5.30.1 release announcement' - PR 850 pwalczysko 'Replace link to CHANGELOG with link to Releases for Figure' - PR 840 dependabot[bot] 'Bump _minutes from `507f52d` to `1d2fb51`' - PR 844 knabar 'Add announcement for OMERO.web 5.30.0' - PR 845 gouttegd 'Add Damien Goutte-Gattat bio.' - PR 843 knabar 'Add missing announcement for OMERO.web 5.29.3 security release' - PR 839 clbarnes 'Chris Barnes bio' - PR 842 pwalczysko 'Add Brno 2025, put ome 2026 in future' - PR 834 dependabot[bot] 'Bump _minutes from `72e9cee` to `507f52d`' - PR 837 joshmoore 'Split HHU from GerBI' - PR 836 joshmoore 'Squarify Matthew' - PR 835 joshmoore 'Teams page refinements' - PR 833 joshmoore 'Rework teams page with BIA as an example' - PR 832 joshmoore 'Add ome-transition blog post' - PR 830 joshmoore 'Update Josh headshot 🌳' - PR 831 joshmoore 'Initial OME2026 page' - PR 829 dependabot[bot] 'Bump Schemas from `24a3011` to `c4e38d1`' - PR 826 lubianat 'Add Tiago Lubiana bio' - PR 827 will-moore 'Add OME 2025 meeting to events' - PR 824 sbesson 'Add advisories for CVEs 2022-22970 and 2022-22971' - PR 823 erindiel 'Extend description of GS contributions' - PR 822 dependabot[bot] 'Bump _minutes from `761a148` to `72e9cee`' - PR 821 pwalczysko 'Add acknowledgement to Advisories too' - PR 807 dependabot[bot] 'Bump Schemas from `92f4f0d` to `24a3011`' - PR 820 pwalczysko 'Add thanks for the secvuln report' - PR 813 erindiel 'Replacement of OMERO text with logo' - PR 818 jburel 'Banner' - PR 817 knabar 'OMERO.web 5.29.2 release announcement' - PR 816 dependabot[bot] 'Bump _minutes from `25cae1b` to `761a148`' - PR 815 jo-mueller 'Add johannes soltwedel bio' - PR 812 sbesson 'Add announcement for Bio-Formats 8.3.0 release' - PR 811 pwalczysko 'Add videos pune' - PR 809 dependabot[bot] 'Bump _minutes from `b211426` to `25cae1b`' - PR 810 pwalczysko 'Try to fix by removing the trailing slash in link' - PR 808 pwalczysko 'Update' - PR 806 sbesson 'Add announcement post for the release of OMERO.server 5.6.16' - PR 802 pwalczysko 'Add workshop at IISER Pune' - PR 798 melissalinkert 'Bio-Formats 8.2.0' - PR 800 pwalczysko 'Elmi 2025, EMBL EBI course and Blue button OME 2025' - PR 799 melissalinkert 'Replace broken CRS4 link with ORCID' - PR 791 dependabot[bot] 'Bump _minutes from `1363daa` to `b211426`' - PR 770 dependabot[bot] 'Bump Schemas from `9dc8459` to `92f4f0d`' - PR 793 pwalczysko 'Ignore failing links' - PR 792 pwalczysko 'Point to OME 2025 on the www website' - PR 790 dominikl 'Release 5.6.15' - PR 786 will-moore 'Add ome-file-formats page' - PR 789 dependabot[bot] 'Bump _minutes from `022e144` to `1363daa`' - PR 785 pwalczysko 'Update outreach' - PR 788 sbesson 'Add multimeric as an OMERO contributor' - PR 784 will-moore 'About update' - PR 782 khaledk2 'Add Khaled description' - PR 781 joshmoore 'Team page refresh' - PR 779 melissalinkert 'Add release announcement for Bio-Formats 8.1.1' - PR 780 pwalczysko 'Replace 404-ing sonatype link with a working link' - PR 776 melissalinkert 'Add announcement and contributors for Bio-Formats 8.1.0' - PR 775 will-moore 'Update jquery to 3.7.1' - PR 764 jburel 'Switch twitter by bluesky for openmicroscopy.org' - PR 771 jburel 'Exclude www.imim.cat' - PR 767 dependabot[bot] 'Bump _minutes from `ec35c63` to `022e144`' - PR 769 pwalczysko 'Ignore github.com/openmicroscopy/design - link works, but linkcheck f…' - PR 768 sbesson 'Add advisory for the assessment of the impact of CVE-2022-22950' - PR 766 pwalczysko 'Update events' - PR 765 jburel 'Fix link' - PR 763 dependabot[bot] 'Bump _minutes from `98b4d02` to `ec35c63`' - PR 760 dependabot[bot] 'Bump _minutes from `6c1e198` to `98b4d02`' - PR 762 jburel 'Release openmicroscopy 5 6 14' - PR 761 sbesson 'Update all references to the Bio-Formats documentation to readthedocs' - PR 758 pwalczysko 'Add workshops Kobe and Brno' - PR 759 melissalinkert 'Add Bio-Formats 8.0.1 announcement and update config' - PR 757 melissalinkert 'Updates for Bio-Formats 8.0.0' - PR 751 sbesson 'GitHub Actions version upgrade' - PR 752 jburel 'Insight 5.8.5' - PR 755 pwalczysko 'Fix links' - PR 750 chris-allan 'Revised security page' - PR 748 knabar 'OMERO.web 5.27.2 release announcement' - PR 749 dependabot[bot] 'Bump _minutes from `f0a407f` to `6c1e198`' - PR 746 knabar 'OMERO.web 5.27.1 release announcement' - PR 743 jburel 'remove link to qa.openmicroscopy.org.uk for demo account' - PR 744 jburel 'update link to webtagging (now autotag)' - PR 745 jburel 'BF page: review text' - PR 742 will-moore 'Release omero 5.6.13' - PR 740 dependabot[bot] 'Bump _minutes from `83273fd` to `f0a407f`' - PR 741 chris-allan 'Update to 5.6.12 release notes' - PR 739 jburel 'Openmicroscopy 5.6.12' - PR 737 dependabot[bot] 'Bump _minutes from `09898a5` to `83273fd`' - PR 738 knabar 'OMERO.web 5.27.0 release announcement' - PR 736 dependabot[bot] 'Bump _minutes from `ae11136` to `09898a5`' - PR 735 dgault 'Bio-Formats 7.3.1 updates' - PR 734 pwalczysko 'Update events' - PR 731 pwalczysko 'Fix build ' - PR 730 pwalczysko 'Remove latest release button' - PR 727 pwalczysko 'Add Telight to list of companies supporting ome-tiff' - PR 729 pwalczysko 'Wrap up OME 2024' - PR 728 pwalczysko 'Swap Zarr workshop slot3 with train-t-t workshop slot1' - PR 726 jburel 'fix typo' - PR 725 pwalczysko 'Add final programme' - PR 724 pwalczysko 'Change GG affiliation' - PR 713 dependabot[bot] 'Bump _minutes from `76e3b8e` to `ae11136`' - PR 723 knabar 'OMERO.web 5.26.0 release announcement' - PR 722 pwalczysko 'Add GS workshops titles' - PR 721 pwalczysko 'Add NR talk title and workshops' - PR 720 pwalczysko 'Add titles OME 2024 talks' - PR 719 pwalczysko 'OME_2024 - programme updates' - PR 718 jburel 'Insight 5.8.4' - PR 717 jburel 'bump version to 5.6.11' - PR 716 pwalczysko 'Adjust program' - PR 715 jburel 'add post for omero 5.6.11' - PR 714 pwalczysko 'Programme for OME2024' - PR 712 pwalczysko 'Update events' - PR 710 dgault 'Bio-Formats 7.3.0 updates' - PR 708 pwalczysko 'Community meeting' - PR 707 pwalczysko 'Fix uncomment cf. Chris's remark' - PR 705 dependabot[bot] 'Bump _minutes from `9aff040` to `76e3b8e`' - PR 704 pwalczysko 'Banner for OME meeting' - PR 701 pwalczysko 'Update after ugm' - PR 702 knabar 'OMERO.web 5.25.0 release announcement' - PR 700 dependabot[bot] 'Bump _minutes from `66ffec7` to `9aff040`' - PR 698 pwalczysko 'ugm workshop event' - PR 697 dependabot[bot] 'Bump _minutes from `419eb0f` to `66ffec7`' - PR 696 dependabot[bot] 'Bump _minutes from `5f9b985` to `419eb0f`' - PR 694 dgault 'Bio-Formats 7.2.0 updates' - PR 695 dgault 'Update broken link in OME 2021' - PR 692 dependabot[bot] 'Bump _minutes from `abf39e3` to `5f9b985`' - PR 690 joshmoore 'Hide banner completely' - PR 688 jburel 'Update link' - PR 689 dependabot[bot] 'Bump _minutes from `a22e38c` to `abf39e3`' - PR 671 jburel 'Update infra' - PR 687 pwalczysko 'Update events' - PR 686 knabar 'Add OMERO.web 5.24.0 announcement' - PR 685 jburel 'OMERO release 5.6.10' - PR 684 jburel 'update url to point to the most recent documentation tag i.e. stable' - PR 683 melissalinkert 'Change ome-codecs version from 1.1.0 to 1.0.1' - PR 682 dgault 'Bio-Formats 7.1.0 updates' - PR 681 pwalczysko 'Update events' - PR 680 joshmoore 'citing: Fix PMCID for 2003 paper' - PR 679 dependabot[bot] 'Bump _minutes from `a7dc4f6` to `a22e38c`' - PR 676 knabar 'Add announcement for OMERO.web 5.23.0' - PR 675 dependabot[bot] 'Bump _minutes from `8b5647f` to `a7dc4f6`' - PR 674 dgault 'Bio-Formats 7.0.1 updates' - PR 673 dependabot[bot] 'Bump _minutes from `48edd80` to `8b5647f`' - PR 670 jburel 'Release omero 5 6 9' - PR 639 dependabot[bot] 'Bump Schemas from `bfd36ae` to `9dc8459`' - PR 669 pwalczysko 'Update events, HDBI, CGR' - PR 667 jburel 'Insight 5 8 3' - PR 666 jburel 'Insight 5.8.2' - PR 665 jburel 'ome-model point to latest. ' - PR 664 jburel 'Fix version' - PR 663 dgault 'Bio-Formats 7.0.0 updates' - PR 662 sbesson 'Update omero.search property description' - PR 661 knabar 'Add announcement for OMERO.web 5.22.1' - PR 657 jburel 'Openmicroscopy 5.6.8' - PR 659 pwalczysko 'Add Canada and Arizona workshops' - PR 660 knabar 'Add announcement for OMERO.web 5.22.0' - PR 658 jburel 'add post for distributions support' - PR 656 pwalczysko 'Add japan seminars and workshops' - PR 655 jburel 'fix build failure' - PR 653 sbesson 'Update contributor names' - PR 654 dgault 'Bio-Formats 6.14.0 updates' - PR 652 pwalczysko 'Add EBI, adjust Neubias into past tense and add resources' - PR 651 knabar 'Add announcement for OMERO.web 5.21.0' - PR 650 knabar 'Fix Docker link' - PR 648 knabar 'Add announcement for OMERO.web 5.20.0' - PR 647 will-moore 'CVE-2023-31047 Django file validation' - PR 645 dgault 'Bio-Formats 6.13.0 updates' - PR 644 pwalczysko 'Update events April 2023' - PR 646 dgault 'Update broken npsc link' - PR 643 jburel 'Insight 5.8.1' - PR 641 jburel 'Omero 5.6.7 release' - PR 633 joshmoore 'Add mastodon link' - PR 642 knabar 'Add announcement for OMERO.web 5.19.0' - PR 640 pwalczysko 'Update events' - PR 638 pwalczysko 'Fix docker command similar to idr.op...py.org' - PR 637 pwalczysko 'Add links to resources, use past tense' - PR 635 knabar 'Add announcement for OMERO.web 5.18.0' - PR 634 dgault 'Bio-Formats 6.12.0 updates' - PR 636 jburel 'Rsp' - PR 632 jburel 'Insight 5.8.0' - PR 631 pwalczysko 'Update events' - PR 630 pwalczysko 'Change Media Cybernetics as per request' - PR 629 jburel 'fix version number' - PR 628 jburel 'make omero the latest release' - PR 627 jburel 'Fix name' - PR 626 jburel 'Release omero 5.6.6' - PR 625 dgault 'Bio-Formats 6.11.1 updates' - PR 624 pwalczysko 'Last recordings and make button blue' - PR 623 pwalczysko 'Add video ngff meta morning' - PR 622 pwalczysko 'Add recordings to events OME 2022' - PR 621 jburel 'Check external links' - PR 620 jburel 'temporarily remove the external checks' - PR 619 joshmoore 'OME2022: deactivate banner and swap OME2021 links' - PR 618 jburel 'fix wording' - PR 617 pwalczysko 'OME 2022' - PR 616 dgault 'Fix broken links' - PR 615 dgault 'Update external contributor and fix broken link' - PR 613 dgault 'Bio-Formats 6.11.0 updates' - PR 611 pwalczysko 'Try to fix the failing build --no-enforce-https, add docker pull' - PR 610 pwalczysko 'Add Edin and EastBio 2022 to Events' - PR 609 sbesson 'Move Sebastien Besson to OME former members' - PR 608 dependabot[bot] 'Bump _minutes from `4689636` to `0d6b494`' - PR 607 dgault 'Bio-Formats 6.10.1 updates' - PR 605 dependabot[bot] 'Bump _minutes from `b91fd8f` to `4689636`' - PR 603 dependabot[bot] 'Bump _minutes from `59073ed` to `b91fd8f`' - PR 599 dependabot[bot] 'Bump Schemas from `96fff16` to `bfd36ae`' - PR 602 jburel 'bump omero-matlab version' - PR 600 jburel 'Insight 572' - PR 598 dependabot[bot] 'Bump _minutes from `dc6bf62` to `59073ed`' - PR 597 dependabot[bot] 'Bump _minutes from `af88a22` to `dc6bf62`' - PR 596 sbesson 'Add announcement post for OMERO 5.6.5' - PR 595 dependabot[bot] 'Bump _minutes from `2bcd0f2` to `af88a22`' - PR 594 dependabot[bot] 'Bump _minutes from `7169eb7` to `2bcd0f2`' - PR 593 dgault 'Bio-Formats 6.10.0 updates' - PR 592 pwalczysko 'Add ELMI 2022 workshops' - PR 591 dependabot[bot] 'Bump _minutes from `15f1ce2` to `7169eb7`' - PR 590 dependabot[bot] 'Bump Schemas from `85f0faf` to `96fff16`' - PR 589 dependabot[bot] 'Bump _minutes from `f280adc` to `15f1ce2`' - PR 587 dependabot[bot] 'Bump _minutes from `659fba9` to `f280adc`' - PR 588 pwalczysko 'Add new events, unify the tense of past event' - PR 586 jburel 'App release' - PR 585 dependabot[bot] 'Bump _minutes from `d0d4b96` to `659fba9`' - PR 583 jburel 'Release 5.6.4' - PR 584 dgault 'Bio-Formats 6.9.1 updates' - PR 582 dependabot[bot] 'Bump _minutes from `f2f2f50` to `d0d4b96`' - PR 581 chris-allan 'Update for Spring Framework RCE (CVE-2022-22965)' - PR 579 dependabot[bot] 'Bump _minutes from `805c502` to `f2f2f50`' - PR 577 jburel 'Link to 5.14.0 in banner' - PR 578 jburel 'update link' - PR 576 dependabot[bot] 'Bump _minutes from `d32a637` to `805c502`' - PR 575 jburel 'replace banner with django upragde' - PR 574 dependabot[bot] 'Bump _minutes from `56e53bc` to `d32a637`' - PR 572 dgault 'Bio-Formats 6.9.0 updates' - PR 571 jburel 'Insight 570' - PR 573 dependabot[bot] 'Bump _minutes from `b089b87` to `56e53bc`' - PR 570 dependabot[bot] 'Bump _minutes from `969fa0d` to `b089b87`' - PR 569 sbesson 'Add blog post announcing the upcoming OMERO.web Django upgrade work' - PR 568 dependabot[bot] 'Bump _minutes from `b865577` to `969fa0d`' - PR 566 joshmoore 'Add security advistories to the footer' - PR 564 will-moore 'Button to copy s3 urls to clipboard' - PR 565 dependabot[bot] 'Bump _minutes from `f3d46f4` to `b865577`' - PR 563 dgault 'Bio-Formats 6.8.1 updates' - PR 562 dependabot[bot] 'Bump _minutes from `e162e53` to `f3d46f4`' - PR 561 sbesson 'Rename blog post URL as ome-ngff' - PR 560 sbesson 'Review usage of NGFF vs OME-NGFF' - PR 559 jburel 'remove extra characters' - PR 558 joshmoore 'Update favicon from https://realfavicongenerator.net/' - PR 554 pwalczysko 'Add GBI courses 2022' - PR 556 sbesson 'Add blog post for OME NGFF 2021 updates' - PR 557 dependabot[bot] 'Bump _minutes from `bfd45f5` to `e162e53`' - PR 555 joshmoore 'Update for Log4Shell (CVE-2021-44228)' - PR 553 will-moore 'Fix links to uk1s3.embassy.ebi.ac.uk' - PR 551 dgault 'Bio-Formats 6.8.0 updates' - PR 552 dependabot[bot] 'Bump _minutes from `af25ff8` to `bfd45f5`' - PR 550 sbesson 'Add citation for 2021 OME-NGFF paper' - PR 549 dependabot[bot] 'Bump _minutes from `7f93940` to `af25ff8`' - PR 546 pwalczysko 'Add Turku workshop' - PR 547 jburel 'remove banner' - PR 548 dependabot[bot] 'Bump _minutes from `08b835c` to `7f93940`' - PR 534 sbesson 'Convert custom YAML contributor data files to use schema.org compliant JSON' - PR 544 dependabot[bot] 'Bump _minutes from `88f2e3f` to `08b835c`' - PR 543 dependabot[bot] 'Bump Schemas from `3d8707f` to `85f0faf`' - PR 541 jburel 'Idr logo' - PR 542 jburel 'point to orcid' - PR 539 dependabot[bot] 'Bump _minutes from `08e079b` to `88f2e3f`' - PR 540 jburel 'remove link to workshop page due to 404' - PR 538 jburel 'Pre release5.11.0rc' - PR 536 jburel 'add eastbio workshop' - PR 535 jburel 'bump insight version to 5.6.2' - PR 515 sbesson 'Migrate OME blog content into main OME website' - PR 533 dependabot[bot] 'Bump _minutes from `7f37666` to `08e079b`' - PR 532 dgault 'Update for Bio-Formats 6.7.0' - PR 530 sbesson 'Review capitalization of MATLAB' - PR 528 dependabot[bot] 'Bump _minutes from `660d6df` to `7f37666`' - PR 529 sbesson 'Fix canonical links to PDBE and EMPIAR' - PR 527 dependabot[bot] 'Bump _minutes from `2ca1f0c` to `660d6df`' - PR 526 sbesson 'Temporarily use custom User-Agent for htmlproofer' - PR 524 sbesson 'Add link to Micro-Meta app recorded video' - PR 525 dependabot[bot] 'Bump _minutes from `c9d4f10` to `2ca1f0c`' - PR 523 dependabot[bot] 'Bump _minutes from `c58cc1c` to `c9d4f10`' - PR 522 jburel 'Insight5.6.1' - PR 521 jburel 'Insight5.6' - PR 520 dependabot[bot] 'Bump _minutes from `509b14b` to `c58cc1c`' - PR 519 dependabot[bot] 'Bump Schemas from `3c46638` to `3d8707f`' - PR 518 dependabot[bot] 'Bump _minutes from `ef6f4a7` to `509b14b`' - PR 516 jburel 'add insight 5.5.19' - PR 517 dependabot[bot] 'Bump _minutes from `029bdbb` to `ef6f4a7`' - PR 511 will-moore 'fix youtube link ome2021' - PR 513 pwalczysko 'Fix the missing bar between the last and one but last event' - PR 512 pwalczysko 'Cleanup and new event' - PR 510 pwalczysko 'Fix link to explore' - PR 508 sbesson 'Add details for break-out sessions on Day 4' - PR 509 jburel 'fix typo' - PR 507 sbesson 'Breakout sessions' - PR 506 jburel 'Videos' - PR 505 sbesson 'Add keynote Youtube video to JSON object and embed within Day 1' - PR 504 joshmoore 'Open a new page for gather.town' - PR 503 joshmoore 'Use timeanddate.com for clickable times' - PR 502 jburel 'remove entry' - PR 501 jburel 'speakers section' - PR 500 jburel 'move schedule section' - PR 499 jburel 'Split demo in slots' - PR 498 joshmoore 'First draft of gather.town link' - PR 497 sbesson 'OME 2021: mark registration as closed' - PR 496 sbesson 'Playlist updates' - PR 495 jburel 'Day1' - PR 492 jburel 'list demo' - PR 494 sbesson 'Add playlists for day 4' - PR 493 dependabot[bot] 'Bump _minutes from `f52bfd4` to `029bdbb`' - PR 491 sbesson 'Add playlists for Day 3 (invited and flash talks)' - PR 490 jburel 'workshop description' - PR 489 sbesson 'Day 1: add demos playlist to event JSON and add video talks section' - PR 487 sbesson 'Miscellaneous project updates' - PR 485 sbesson 'Change break-out sessions into Concluding remarks for Day 4' - PR 486 joshmoore 'day2: Add description for breakouts as well as Q&A' - PR 488 dependabot[bot] 'Bump _minutes from `7987284` to `f52bfd4`' - PR 484 chris-allan 'Revise Glencoe statement' - PR 483 jburel 'add text for day4' - PR 482 sbesson 'Agenda sessions' - PR 481 dependabot[bot] 'Bump _minutes from `6eacf8a` to `7987284`' - PR 480 sbesson 'Use givenName rather than firstName for schema.org Person' - PR 478 sbesson 'Add speakers to the OME 2021 overview page' - PR 477 dependabot[bot] 'Bump _minutes from `b3aedfb` to `6eacf8a`' - PR 476 sbesson 'Add URL for registration to the OME 2021 community meeting' - PR 475 sbesson 'Add Media Cybernetics to the list of commercial partners' - PR 474 dependabot[bot] 'Bump _minutes from `55b9890` to `b3aedfb`' - PR 473 sbesson 'Additional event metadata' - PR 471 sbesson 'Add list of OME 2021 speakers' - PR 472 joshmoore 'Add RDM day blurb' - PR 462 pwalczysko 'Rewrite OMERO institutions page for better completeness' - PR 469 sbesson 'Promote OME2021 meeting event' - PR 470 dependabot[bot] 'Bump _minutes from `d5cf67b` to `55b9890`' - PR 467 sbesson 'Add ORCID IDs to team JSON and webpage' - PR 468 dependabot[bot] 'Bump _minutes from `b686907` to `d5cf67b`' - PR 466 pwalczysko 'Add cli-duplicate to Apps' - PR 461 sbesson 'OME2021 community meeting' - PR 464 dependabot[bot] 'Bump _minutes from `b366d22` to `b686907`' - PR 463 pwalczysko 'Crop contributors image so that the black part is under text' - PR 460 dependabot[bot] 'Bump _minutes from `034776c` to `b366d22`' - PR 459 sbesson 'OME teams: add schema.org markup' - PR 457 dgault 'Update for Bio-Formats 6.6.1' - PR 458 dependabot[bot] 'Bump _minutes from `9cb5915` to `034776c`' - PR 456 sbesson 'Contributors: additions and data files' - PR 455 dependabot[bot] 'Bump _minutes from `73f0503` to `9cb5915`' - PR 447 pwalczysko 'Add Share page with pointer to omero-guides' - PR 453 dependabot[bot] 'Bump _minutes from `5b74ead` to `73f0503`' - PR 450 jburel 'bump omero-matlab to 5.5.4' - PR 449 pwalczysko 'Add retrospectively events in 2021' - PR 452 jburel 'add banner' - PR 451 dependabot[bot] 'Bump _minutes from `585e551` to `5b74ead`' - PR 448 jburel 'bump insight version' - PR 446 dependabot[bot] 'Bump _minutes from `bbdd4d1` to `585e551`' - PR 445 jburel 'Web apps' - PR 444 dependabot[bot] 'Bump _minutes from `e8a3369` to `bbdd4d1`' - PR 443 jburel 'bump insight version' - PR 442 sbesson 'Move Simon to the former OME members section' - PR 440 dependabot[bot] 'Bump _minutes from `bd0c2a6` to `e8a3369`' - PR 431 pwalczysko 'Add OMERO to licensing' - PR 438 dependabot[bot] 'Bump _minutes from `a006a13` to `bd0c2a6`' - PR 439 sbesson 'Twitter links' - PR 435 dgault 'Update for Bio-Formats 6.6.0' - PR 436 dependabot[bot] 'Bump Schemas from `fdc888e` to `3c46638`' - PR 433 sbesson 'Add checks for file existence' - PR 434 dependabot[bot] 'Bump _minutes from `49a8a81` to `a006a13`' - PR 432 joshmoore 'Checkout submodules for build' - PR 430 pwalczysko 'Fix GBI workshop announcement' - PR 413 manics 'Use GitHub openmicroscopy release page where possible' - PR 429 jburel 'Update team page' - PR 428 jburel 'add gbi workshops' - PR 427 pwalczysko 'Update events' - PR 424 dependabot[bot] 'Bump _minutes from `c1eb11f` to `1a2a391`' - PR 425 sbesson 'Switch to GitHub actions' - PR 420 sbesson 'Add Schemas as a submodule of www.openmicroscopy.org' - PR 421 dependabot[bot] 'Bump _minutes from `12fe686` to `c1eb11f`' - PR 423 sbesson 'Revert "www.openmicroscopy.org CNAME for GH page hosting"' - PR 422 manics 'Fix broken navbar html' - PR 418 manics 'Add banner about uod outage' - PR 417 manics 'www.openmicroscopy.org CNAME for GH page hosting' - PR 412 dependabot[bot] 'Bump _minutes from `49a8a81` to `12fe686`' - PR 410 mtbc 'Insight v5.5.14 is now released.' - PR 411 pwalczysko 'Remove broken ELMI 2019 link' - PR 409 mtbc 'Link latest OMERO release as 5.6.3.' - PR 408 mtbc 'OMERO.server is now v5.6.3 and OMERO.insight is now v5.5.13.' - PR 406 mtbc 'Announce release of OMERO.server 5.6.3.' - PR 403 joshmoore 'Community meeting updates' - PR 407 mtbc 'Fix CRS4 links to Data-Intensive Computing.' - PR 401 pwalczysko 'Help replacement suggestions' - PR 404 jburel 'change status' - PR 400 joshmoore 'Update Micron Oxford URL' - PR 399 jburel 'roll back header' - PR 398 jburel 'Release562' - PR 397 jburel 'bump insight version to 5.5.12' - PR 395 manics 'Fix footer forums link' - PR 394 dgault 'Update for Bio-Formats 6.5.1' - PR 392 melissalinkert 'Add BIOQUANT to list of commercial partners that support OME-TIFF' - PR 391 sbesson 'htmlproofer: reenable external linkchecking for 404' - PR 390 pwalczysko 'Add Craig Russell to speakers' - PR 389 pwalczysko 'Second batch' - PR 388 pwalczysko 'Tuesday batch' - PR 387 pwalczysko 'More and more videos' - PR 386 sbesson 'Use chair rather than moderator' - PR 385 pwalczysko 'Add Sofroniew talk video' - PR 384 pwalczysko 'Add Onami talk video' - PR 381 pwalczysko 'Edits of speakers' - PR 382 pwalczysko 'Add movie remove speaker' - PR 383 jburel 'Figure431' - PR 380 pwalczysko 'Add yet more talks' - PR 379 pwalczysko 'More videos' - PR 377 sbesson 'Update day 1 IDR entry to point at the recorded video' - PR 378 will-moore 'Ome2020 videos' - PR 376 pwalczysko 'Remove the subheader text' - PR 375 pwalczysko 'More updates for OME2020' - PR 371 will-moore 'Remove links to OME 2020 registration form' - PR 373 will-moore 'Add real videos' - PR 374 will-moore 'Update talk title Michelle Itano' - PR 368 lunson 'More title updates' - PR 367 lunson 'Add workshop schedule' - PR 362 lunson 'Add lightning talks page' - PR 364 lunson 'Add moderators' - PR 365 lunson 'Add reminder banner' - PR 366 lunson 'add Russell to Day 2, per June' - PR 363 jburel 'Figure 4.3.0' - PR 360 jburel 'insight 5.5.11' - PR 359 lunson 'additional agenda edits' - PR 358 lunson 'Agenda edits' - PR 357 lunson 'Add speaker' - PR 356 dgault 'Update for Bio-Formats 6.5.0' - PR 355 lunson 'Add OME Community Meeting program' - PR 354 jburel 'bump insight version' - PR 353 mtbc 'Use US spelling for OME website.' - PR 352 lunson 'Change hero image to market OME Community Meeting' - PR 351 lunson 'Add brand colors to css' - PR 350 mtbc 'Update banner to mention imminent OMERO 5.6.1 release.' - PR 349 dgault 'Update for Bio-Formats 6.4.0' - PR 347 chris-allan 'Add Visiopharm to list of commercial partners' - PR 346 sbesson 'Migrate alumni content into YAML format' - PR 345 sbesson 'Remove dropped FAIRsharing link' - PR 344 mtbc 'Update commercial partners link for DRVision.' - PR 342 lunson 'add URL to config' - PR 343 pwalczysko 'Update events, add ome-community-meeting' - PR 341 joshmoore 'Add Susanne to contributors' - PR 337 lunson 'Store repeating data in YAML' - PR 340 lunson 'Add new sitemap' - PR 339 pwalczysko 'Fix location and organizer as requested' - PR 338 jburel 'bump insight version' - PR 336 will-moore 'Fix site.omero.build number.' - PR 333 lunson 'add sitemap - part 2' - PR 334 joshmoore 'Update analytics script' - PR 335 jburel 'Fix link to insight' - PR 332 joshmoore 'OMERO 5 6 0' - PR 331 lunson 'Add sitemap' - PR 330 lunson 'Add meta descriptions' - PR 329 pwalczysko 'Add tim' - PR 328 dgault 'Bio-Formats 6.3.1 release updates' - PR 327 pwalczysko 'Update list' - PR 326 pwalczysko 'Add omero-guides to training page' - PR 324 lunson 'Add announcement style' - PR 323 mtbc 'Suffix blog posts with date.' - PR 322 jburel 'Figure410' - PR 321 dgault 'Update for Bio-Formats 6.3.0' - PR 319 jburel 'events update' - PR 316 mtbc 'Update team meeting minutes link.' - PR 315 mtbc 'fix grammar typo' - PR 314 jburel 'Iviewer 0.8.1' - PR 313 jburel 'Bump insight version' - PR 312 dgault 'Update for Bio-Formats 6.2.1' - PR 311 jburel 'Announce insight 5.5.5' - PR 310 jburel 'bump insight version to 5.5.4' - PR 309 jburel 'Fix link' - PR 307 jburel 'iviewer 0.8.0' - PR 308 jburel 'September workshop' - PR 305 sbesson 'Update all links to GS website' - PR 303 jburel 'upcoming workshop' - PR 304 dgault 'Update for Bio-Formats 6.2.0' - PR 302 will-moore 'Omero 5.5.1 release' - PR 269 manics 'Update explore dev/sysadmin examples' - PR 301 manics 'Add links to old support forums' - PR 296 jburel 'Downloads client/5.5.0 announcement' - PR 299 dgault 'Update for Bio-Formats 6.1.1' - PR 300 jburel 'update workshop' - PR 297 will-moore 'Update support page with image.sc forum instead of old forums and lists' - PR 295 joshmoore 'support: point "Forum" to image.sc' - PR 294 dgault 'Bio-Formats 6.1.0 release updates' - PR 293 jburel 'Training freising' - PR 292 jburel 'Workshop update' - PR 289 jburel 'iviewer 0.7.0' - PR 291 jburel 'Typo' - PR 290 mtbc 'Fix CVE links for 2014-SV3 and 2014-SV4.' - PR 287 mtbc 'Make users' workshop dates less ambiguous.' - PR 288 mtbc 'Add OMERO users' training in Dundee to Events index.' - PR 285 pwalczysko 'Update website and add training-support list on website' - PR 284 dgault 'Release notes for BF 6.0.1' - PR 281 jburel 'Dundee workshops' - PR 283 mtbc 'use more HTTPS on the OME website' - PR 255 manics 'Experimental: Attempt to include sha256 in release notes' - PR 282 dgault 'Update for Bio-Formats 6.0.0' - PR 280 jburel 'update front page' - PR 279 sbesson 'OMERO 5.4.10 release announcement' - PR 278 jburel 'Next workshop' - PR 277 emilroz 'Update Glencoe's team page link' - PR 276 jburel 'Workshop promotion' - PR 275 joshmoore 'Fairsharing 1' - PR 274 joshmoore 'Fairsharing links' - PR 271 jburel 'iviewer announcement fix' - PR 270 jburel 'Post for iviewer 0.6.0' - PR 268 jburel 'Turku is next' - PR 267 jburel 'Remove members' - PR 266 jburel 'Promote Okinawa' - PR 265 jburel 'Promote upcoming workshops' - PR 264 sbesson 'Add release announcement for OMERO 5.4.9' - PR 263 jburel 'Announcement fpbioimage 0.3.0' - PR 262 jburel 'Add I2K meeting' - PR 261 jburel 'Announcement for figure 4.0.2' - PR 249 will-moore 'apps page' - PR 259 jburel 'Promote next workshop' - PR 258 will-moore 'No top links' - PR 260 joshmoore 'Add OMERO 5.4.8 release' - PR 257 jburel 'Team update' - PR 254 jburel 'start up' - PR 245 will-moore 'training pages' - PR 253 jburel 'Promote next event' - PR 256 sbesson 'Add entry for Bio-Formats 5.9.2 release' - PR 251 mtbc 'have security advisories mention assigned CVEs' - PR 252 jburel 'Neubias workshop' - PR 250 jburel '4.0.1 announcement' - PR 248 jburel 'Upcoming events front page' - PR 247 mtbc 'minor adjustments to Bio-Formats 5.9.1 release notes' - PR 246 dgault 'Bio-Formats 5.9.1 release' - PR 243 will-moore 'Add OMERO MIAP Workshop to Events list' - PR 242 manics 'Include future-dated posts in build' - PR 240 manics 'Include a version/date string in footer' - PR 13 lunson 'Add bg images and logos' - PR 11 hflynn 'Explore page' - PR 241 sbesson 'Readme' - PR 239 sbesson 'Website: build and deployment overhaul' - PR 238 sbesson 'Link to Niko's AutoTx Smart presentation' - PR 237 dgault 'Bio-Formats 5.9.0 release' - PR 235 mtbc 'change links to OME help to use HTTPS' - PR 234 sbesson 'Review citation page external links' - PR 233 joshmoore 'docker: Use branch name rather than "master"' - PR 232 sbesson 'OME2018 short talks' - PR 231 sbesson 'OME2018: add references to presentations' - PR 229 will-moore 'Release figure 4.0.0 post' - PR 230 jburel 'Release iviewer 0.5.0' - PR 227 sbesson 'Add programme for Day 2 of 2018 Users meeting' - PR 228 sbesson 'Day1 short talks final' - PR 226 sbesson 'Dundee2018: day 1 amendments' - PR 224 jburel 'Omero 5.4.6' - PR 223 sbesson 'Add programme for Day 1 of the 2018 Users Meeting' - PR 225 sbesson 'Remove URLs to registration URL for 2018 Users meeting' - PR 222 hflynn 'Move Harald to former members' - PR 221 dgault 'Bio-Formats 5.8.2 release' - PR 218 hflynn 'Add Riad to team page' - PR 214 hflynn 'Older users meetings' - PR 212 hflynn 'OMERO 5.4.5 release' - PR 217 hflynn 'Add IDR announcement blog link' - PR 216 hflynn 'Bio-Formats 5.8.1 release' - PR 215 mtbc 'add statement about not-insecure OMERO versions' - PR 213 hflynn 'Remove link redirected to legacy for old meetings' - PR 210 hflynn 'Add page title for features section' - PR 209 hflynn 'Add Docker Hub link to Explore' - PR 208 ctrueden 'Fix the ImageJ web site link' - PR 207 hflynn 'Add OMERO.iviewer page' - PR 206 hflynn 'Remove Balaji & Eleanor from current staff' - PR 204 lunson 'add Yokogawa to list of Commercial Partners' - PR 203 hflynn 'Add fpbioimage to OMERO features view page' - PR 194 hflynn 'Add OMERO.figure landing page' - PR 205 hflynn 'Add Artwork page to share logos' - PR 199 hflynn 'Change OMERO feature section heading' - PR 202 lunson 'Chrome bg fix' - PR 201 hflynn 'User Meeting banner for home page' - PR 198 hflynn 'Bio-Formats 5.8.0 release' - PR 200 hflynn 'Rename 2018 user meeting' - PR 195 hflynn 'Alternative proposal for OMERO navigation' - PR 197 hflynn 'Add Figure 3.2.1 announcement' - PR 196 hflynn 'User meeting 2018' - PR 191 hflynn 'Add Figure releases to announcements ' - PR 190 will-moore 'figure 3.2.0 announcement' - PR 189 hflynn 'Update Figure demo movie link' - PR 188 hflynn 'OMERO 5.4.3 release' - PR 187 lunson 'Twitter preview redux' - PR 186 hflynn 'Add warning banner and updated announcements re: 5.4.2 web issue' - PR 183 lunson 'add meta tags for Twitter' - PR 184 lunson 'tone down the gray' - PR 182 hflynn 'Add blurb for Docker compose on Explore page' - PR 180 hflynn 'OMERO 5.4.2 release' - PR 175 hflynn 'Add links to new publication doc' - PR 155 manics 'Replace ansible example with link to repo' - PR 181 hflynn 'Model 5.6.1 release' - PR 179 hflynn 'Update gdoc meeting notes link for 2018' - PR 178 hflynn 'Bio-Formats 5.7.3 release' - PR 177 hflynn 'Make OMERO feature category icons clickable' - PR 176 hflynn 'Escape ampersands in a href' - PR 168 hflynn 'Add 2014 users meeting & pdf icons' - PR 173 hflynn 'Remove hyphen from OME Files' - PR 174 hflynn 'Link to demo signup on QA on Explore' - PR 170 lunson 'fix link under Attaching Analytical Results' - PR 172 lunson 'Fix docs links' - PR 169 lunson 'Add Facebook preview image' - PR 171 lunson 'replace old JCB logo with new one' - PR 167 joshmoore 'Fix 040 copy-n-paste errors' - PR 165 hflynn 'Add version & release link to ome files downloads' - PR 166 rleigh-codelibre 'ome-files 0.5.0: Fix download links and sizes' - PR 164 rleigh-codelibre 'ome-files 0.5.0: Fix capitalisation' - PR 162 rleigh-codelibre 'ome-files 0.5.0' - PR 163 hflynn ' Update ome-files docs links to new URLs' - PR 154 hflynn 'Update links to scripting info' - PR 161 hflynn '10th User meeting content' - PR 160 jburel 'Renamed file' - PR 159 jburel 'iviewer 0.4.0' - PR 158 jburel 'Omero 5 4 1' - PR 156 hflynn 'Bio-Formats 5.7.2 release' - PR 153 hflynn 'Use docker-compose text on Explore page' - PR 152 hflynn 'Add Gabry's job title from June' - PR 151 lunson 'host social media images' - PR 150 hflynn 'Use https for twitter links' - PR 148 hflynn 'Docs links' - PR 146 hflynn 'Announce figure 3.1.2' - PR 147 hflynn 'Fix doc URL in announcement' - PR 142 hflynn '5.4.0 release update' - PR 138 lunson 'Add sitemap' - PR 145 hflynn 'Use qa link for demo account on omero downloads' - PR 141 hflynn 'Add 11th user meeting to events' - PR 122 hflynn 'Update web install doc link for 5.4.0' - PR 131 hflynn 'Add new OMERO features for 5.4' - PR 144 kennethgillen 'addendum regarding omero.web.check_version' - PR 139 hflynn 'Remove Simone from the Dundee team page' - PR 132 hflynn 'Social hub page' - PR 134 lunson 'indicate current page of pagination' - PR 135 lunson 'add flimfit to Analyze features' - PR 133 hflynn 'Announce iviewer 0.3.0' - PR 129 hflynn 'Contributors' - PR 130 hflynn 'Rename BioSharing to FAIRsharing' - PR 128 dgault 'Bio-Formats 5.7.1 release update ' - PR 127 lunson 'Links to secvul' - PR 124 hflynn 'Update secvuln page links on release announcements' - PR 126 hflynn 'Remove mail-to link' - PR 125 hflynn 'Add previous to download footers &fix OMERO components link' - PR 123 lunson 'clean up security landing page' Merged PRs: - PR 880 dependabot[bot] 'Bump _governance from `c09da53` to `62ee97f`' Generated by WEBSITE-push#2 (https://merge-ci.openmicroscopy.org/jenkins/job/WEBSITE-push/2/)' 2026-07-08 16:40:26,311 [ scc.git] DEBUG [pr-123 8d66dbba] merge master -Dorg -Snone 2026-07-08 16:40:26,313 [ scc.merge] INFO Repository: ome/www.openmicroscopy.org 2026-07-08 16:40:26,313 [ scc.merge] INFO Updating 9e85925c..38fa7d98 2026-07-08 16:40:26,313 [ scc.merge] INFO Previously merged: 2026-07-08 16:40:26,313 [ scc.merge] INFO - PR 879 pwalczysko 'Fix links' 2026-07-08 16:40:26,314 [ scc.merge] INFO - PR 878 will-moore 'Submodule init info' 2026-07-08 16:40:26,314 [ scc.merge] INFO - PR 877 pwalczysko 'Fix layout of Governace index page' 2026-07-08 16:40:26,314 [ scc.merge] INFO - PR 872 dependabot[bot] 'Bump Schemas from `718d3d4` to `7bec92a`' 2026-07-08 16:40:26,314 [ scc.merge] INFO - PR 875 joshmoore '/about/governance' 2026-07-08 16:40:26,314 [ scc.merge] INFO - PR 876 pwalczysko 'Fixing the build' 2026-07-08 16:40:26,314 [ scc.merge] INFO - PR 874 knabar 'OMERO.web 5.32.0 release announcement' 2026-07-08 16:40:26,314 [ scc.merge] INFO - PR 873 pwalczysko 'Update events' 2026-07-08 16:40:26,314 [ scc.merge] INFO - PR 871 sbesson 'Add announcement for OMERO.server 5.6.18 and OMERO.web 5.31.1 releases' 2026-07-08 16:40:26,314 [ scc.merge] INFO - PR 870 pwalczysko 'Fix two links' 2026-07-08 16:40:26,314 [ scc.merge] INFO - PR 867 muhanadz 'Added TissueGnostics GmbH' 2026-07-08 16:40:26,314 [ scc.merge] INFO - PR 868 pwalczysko 'Ignore broad' 2026-07-08 16:40:26,314 [ scc.merge] INFO - PR 864 erindiel 'Update commercial partners page' 2026-07-08 16:40:26,314 [ scc.merge] INFO - PR 866 pwalczysko 'Remove links to OME 2024 ' 2026-07-08 16:40:26,314 [ scc.merge] INFO - PR 865 pwalczysko 'Ignore 3 links which work but 403' 2026-07-08 16:40:26,314 [ scc.merge] INFO - PR 853 dependabot[bot] 'Bump Schemas from `c4e38d1` to `718d3d4`' 2026-07-08 16:40:26,314 [ scc.merge] INFO - PR 857 dependabot[bot] 'Bump _minutes from `1d2fb51` to `83a75cc`' 2026-07-08 16:40:26,314 [ scc.merge] INFO - PR 862 pwalczysko 'Replace with livingobjects' 2026-07-08 16:40:26,314 [ scc.merge] INFO - PR 861 sbesson 'Add post communicating end of Java 8 support' 2026-07-08 16:40:26,314 [ scc.merge] INFO - PR 859 melissalinkert 'Bio-Formats 8.5.0 and advisory' 2026-07-08 16:40:26,314 [ scc.merge] INFO - PR 860 pwalczysko 'Ignore zenodo.org' 2026-07-08 16:40:26,314 [ scc.merge] INFO - PR 858 pwalczysko 'Update events' 2026-07-08 16:40:26,314 [ scc.merge] INFO - PR 856 sbesson 'Add announcement post for OMERO.server 5.6.17 and OMERO.web 5.31.0' 2026-07-08 16:40:26,314 [ scc.merge] INFO - PR 854 pwalczysko 'Update events' 2026-07-08 16:40:26,314 [ scc.merge] INFO - PR 851 melissalinkert 'Add announcement for Bio-Formats 8.4.0 release' 2026-07-08 16:40:26,314 [ scc.merge] INFO - PR 852 pwalczysko 'ignore stowers' 2026-07-08 16:40:26,314 [ scc.merge] INFO - PR 849 knabar 'OMERO.web 5.30.1 release announcement' 2026-07-08 16:40:26,314 [ scc.merge] INFO - PR 850 pwalczysko 'Replace link to CHANGELOG with link to Releases for Figure' 2026-07-08 16:40:26,314 [ scc.merge] INFO - PR 840 dependabot[bot] 'Bump _minutes from `507f52d` to `1d2fb51`' 2026-07-08 16:40:26,314 [ scc.merge] INFO - PR 844 knabar 'Add announcement for OMERO.web 5.30.0' 2026-07-08 16:40:26,314 [ scc.merge] INFO - PR 845 gouttegd 'Add Damien Goutte-Gattat bio.' 2026-07-08 16:40:26,314 [ scc.merge] INFO - PR 843 knabar 'Add missing announcement for OMERO.web 5.29.3 security release' 2026-07-08 16:40:26,314 [ scc.merge] INFO - PR 839 clbarnes 'Chris Barnes bio' 2026-07-08 16:40:26,314 [ scc.merge] INFO - PR 842 pwalczysko 'Add Brno 2025, put ome 2026 in future' 2026-07-08 16:40:26,314 [ scc.merge] INFO - PR 834 dependabot[bot] 'Bump _minutes from `72e9cee` to `507f52d`' 2026-07-08 16:40:26,314 [ scc.merge] INFO - PR 837 joshmoore 'Split HHU from GerBI' 2026-07-08 16:40:26,314 [ scc.merge] INFO - PR 836 joshmoore 'Squarify Matthew' 2026-07-08 16:40:26,314 [ scc.merge] INFO - PR 835 joshmoore 'Teams page refinements' 2026-07-08 16:40:26,314 [ scc.merge] INFO - PR 833 joshmoore 'Rework teams page with BIA as an example' 2026-07-08 16:40:26,314 [ scc.merge] INFO - PR 832 joshmoore 'Add ome-transition blog post' 2026-07-08 16:40:26,314 [ scc.merge] INFO - PR 830 joshmoore 'Update Josh headshot 🌳' 2026-07-08 16:40:26,314 [ scc.merge] INFO - PR 831 joshmoore 'Initial OME2026 page' 2026-07-08 16:40:26,314 [ scc.merge] INFO - PR 829 dependabot[bot] 'Bump Schemas from `24a3011` to `c4e38d1`' 2026-07-08 16:40:26,314 [ scc.merge] INFO - PR 826 lubianat 'Add Tiago Lubiana bio' 2026-07-08 16:40:26,314 [ scc.merge] INFO - PR 827 will-moore 'Add OME 2025 meeting to events' 2026-07-08 16:40:26,314 [ scc.merge] INFO - PR 824 sbesson 'Add advisories for CVEs 2022-22970 and 2022-22971' 2026-07-08 16:40:26,314 [ scc.merge] INFO - PR 823 erindiel 'Extend description of GS contributions' 2026-07-08 16:40:26,314 [ scc.merge] INFO - PR 822 dependabot[bot] 'Bump _minutes from `761a148` to `72e9cee`' 2026-07-08 16:40:26,314 [ scc.merge] INFO - PR 821 pwalczysko 'Add acknowledgement to Advisories too' 2026-07-08 16:40:26,314 [ scc.merge] INFO - PR 807 dependabot[bot] 'Bump Schemas from `92f4f0d` to `24a3011`' 2026-07-08 16:40:26,314 [ scc.merge] INFO - PR 820 pwalczysko 'Add thanks for the secvuln report' 2026-07-08 16:40:26,314 [ scc.merge] INFO - PR 813 erindiel 'Replacement of OMERO text with logo' 2026-07-08 16:40:26,315 [ scc.merge] INFO - PR 818 jburel 'Banner' 2026-07-08 16:40:26,315 [ scc.merge] INFO - PR 817 knabar 'OMERO.web 5.29.2 release announcement' 2026-07-08 16:40:26,315 [ scc.merge] INFO - PR 816 dependabot[bot] 'Bump _minutes from `25cae1b` to `761a148`' 2026-07-08 16:40:26,315 [ scc.merge] INFO - PR 815 jo-mueller 'Add johannes soltwedel bio' 2026-07-08 16:40:26,315 [ scc.merge] INFO - PR 812 sbesson 'Add announcement for Bio-Formats 8.3.0 release' 2026-07-08 16:40:26,315 [ scc.merge] INFO - PR 811 pwalczysko 'Add videos pune' 2026-07-08 16:40:26,315 [ scc.merge] INFO - PR 809 dependabot[bot] 'Bump _minutes from `b211426` to `25cae1b`' 2026-07-08 16:40:26,315 [ scc.merge] INFO - PR 810 pwalczysko 'Try to fix by removing the trailing slash in link' 2026-07-08 16:40:26,315 [ scc.merge] INFO - PR 808 pwalczysko 'Update' 2026-07-08 16:40:26,315 [ scc.merge] INFO - PR 806 sbesson 'Add announcement post for the release of OMERO.server 5.6.16' 2026-07-08 16:40:26,315 [ scc.merge] INFO - PR 802 pwalczysko 'Add workshop at IISER Pune' 2026-07-08 16:40:26,315 [ scc.merge] INFO - PR 798 melissalinkert 'Bio-Formats 8.2.0' 2026-07-08 16:40:26,315 [ scc.merge] INFO - PR 800 pwalczysko 'Elmi 2025, EMBL EBI course and Blue button OME 2025' 2026-07-08 16:40:26,315 [ scc.merge] INFO - PR 799 melissalinkert 'Replace broken CRS4 link with ORCID' 2026-07-08 16:40:26,315 [ scc.merge] INFO - PR 791 dependabot[bot] 'Bump _minutes from `1363daa` to `b211426`' 2026-07-08 16:40:26,315 [ scc.merge] INFO - PR 770 dependabot[bot] 'Bump Schemas from `9dc8459` to `92f4f0d`' 2026-07-08 16:40:26,315 [ scc.merge] INFO - PR 793 pwalczysko 'Ignore failing links' 2026-07-08 16:40:26,315 [ scc.merge] INFO - PR 792 pwalczysko 'Point to OME 2025 on the www website' 2026-07-08 16:40:26,315 [ scc.merge] INFO - PR 790 dominikl 'Release 5.6.15' 2026-07-08 16:40:26,315 [ scc.merge] INFO - PR 786 will-moore 'Add ome-file-formats page' 2026-07-08 16:40:26,315 [ scc.merge] INFO - PR 789 dependabot[bot] 'Bump _minutes from `022e144` to `1363daa`' 2026-07-08 16:40:26,315 [ scc.merge] INFO - PR 785 pwalczysko 'Update outreach' 2026-07-08 16:40:26,315 [ scc.merge] INFO - PR 788 sbesson 'Add multimeric as an OMERO contributor' 2026-07-08 16:40:26,315 [ scc.merge] INFO - PR 784 will-moore 'About update' 2026-07-08 16:40:26,315 [ scc.merge] INFO - PR 782 khaledk2 'Add Khaled description' 2026-07-08 16:40:26,315 [ scc.merge] INFO - PR 781 joshmoore 'Team page refresh' 2026-07-08 16:40:26,315 [ scc.merge] INFO - PR 779 melissalinkert 'Add release announcement for Bio-Formats 8.1.1' 2026-07-08 16:40:26,315 [ scc.merge] INFO - PR 780 pwalczysko 'Replace 404-ing sonatype link with a working link' 2026-07-08 16:40:26,315 [ scc.merge] INFO - PR 776 melissalinkert 'Add announcement and contributors for Bio-Formats 8.1.0' 2026-07-08 16:40:26,315 [ scc.merge] INFO - PR 775 will-moore 'Update jquery to 3.7.1' 2026-07-08 16:40:26,315 [ scc.merge] INFO - PR 764 jburel 'Switch twitter by bluesky for openmicroscopy.org' 2026-07-08 16:40:26,315 [ scc.merge] INFO - PR 771 jburel 'Exclude www.imim.cat' 2026-07-08 16:40:26,315 [ scc.merge] INFO - PR 767 dependabot[bot] 'Bump _minutes from `ec35c63` to `022e144`' 2026-07-08 16:40:26,315 [ scc.merge] INFO - PR 769 pwalczysko 'Ignore github.com/openmicroscopy/design - link works, but linkcheck f…' 2026-07-08 16:40:26,315 [ scc.merge] INFO - PR 768 sbesson 'Add advisory for the assessment of the impact of CVE-2022-22950' 2026-07-08 16:40:26,315 [ scc.merge] INFO - PR 766 pwalczysko 'Update events' 2026-07-08 16:40:26,315 [ scc.merge] INFO - PR 765 jburel 'Fix link' 2026-07-08 16:40:26,315 [ scc.merge] INFO - PR 763 dependabot[bot] 'Bump _minutes from `98b4d02` to `ec35c63`' 2026-07-08 16:40:26,315 [ scc.merge] INFO - PR 760 dependabot[bot] 'Bump _minutes from `6c1e198` to `98b4d02`' 2026-07-08 16:40:26,315 [ scc.merge] INFO - PR 762 jburel 'Release openmicroscopy 5 6 14' 2026-07-08 16:40:26,315 [ scc.merge] INFO - PR 761 sbesson 'Update all references to the Bio-Formats documentation to readthedocs' 2026-07-08 16:40:26,315 [ scc.merge] INFO - PR 758 pwalczysko 'Add workshops Kobe and Brno' 2026-07-08 16:40:26,315 [ scc.merge] INFO - PR 759 melissalinkert 'Add Bio-Formats 8.0.1 announcement and update config' 2026-07-08 16:40:26,315 [ scc.merge] INFO - PR 757 melissalinkert 'Updates for Bio-Formats 8.0.0' 2026-07-08 16:40:26,315 [ scc.merge] INFO - PR 751 sbesson 'GitHub Actions version upgrade' 2026-07-08 16:40:26,315 [ scc.merge] INFO - PR 752 jburel 'Insight 5.8.5' 2026-07-08 16:40:26,315 [ scc.merge] INFO - PR 755 pwalczysko 'Fix links' 2026-07-08 16:40:26,315 [ scc.merge] INFO - PR 750 chris-allan 'Revised security page' 2026-07-08 16:40:26,315 [ scc.merge] INFO - PR 748 knabar 'OMERO.web 5.27.2 release announcement' 2026-07-08 16:40:26,315 [ scc.merge] INFO - PR 749 dependabot[bot] 'Bump _minutes from `f0a407f` to `6c1e198`' 2026-07-08 16:40:26,315 [ scc.merge] INFO - PR 746 knabar 'OMERO.web 5.27.1 release announcement' 2026-07-08 16:40:26,315 [ scc.merge] INFO - PR 743 jburel 'remove link to qa.openmicroscopy.org.uk for demo account' 2026-07-08 16:40:26,315 [ scc.merge] INFO - PR 744 jburel 'update link to webtagging (now autotag)' 2026-07-08 16:40:26,315 [ scc.merge] INFO - PR 745 jburel 'BF page: review text' 2026-07-08 16:40:26,316 [ scc.merge] INFO - PR 742 will-moore 'Release omero 5.6.13' 2026-07-08 16:40:26,316 [ scc.merge] INFO - PR 740 dependabot[bot] 'Bump _minutes from `83273fd` to `f0a407f`' 2026-07-08 16:40:26,316 [ scc.merge] INFO - PR 741 chris-allan 'Update to 5.6.12 release notes' 2026-07-08 16:40:26,316 [ scc.merge] INFO - PR 739 jburel 'Openmicroscopy 5.6.12' 2026-07-08 16:40:26,316 [ scc.merge] INFO - PR 737 dependabot[bot] 'Bump _minutes from `09898a5` to `83273fd`' 2026-07-08 16:40:26,316 [ scc.merge] INFO - PR 738 knabar 'OMERO.web 5.27.0 release announcement' 2026-07-08 16:40:26,316 [ scc.merge] INFO - PR 736 dependabot[bot] 'Bump _minutes from `ae11136` to `09898a5`' 2026-07-08 16:40:26,316 [ scc.merge] INFO - PR 735 dgault 'Bio-Formats 7.3.1 updates' 2026-07-08 16:40:26,316 [ scc.merge] INFO - PR 734 pwalczysko 'Update events' 2026-07-08 16:40:26,316 [ scc.merge] INFO - PR 731 pwalczysko 'Fix build ' 2026-07-08 16:40:26,316 [ scc.merge] INFO - PR 730 pwalczysko 'Remove latest release button' 2026-07-08 16:40:26,316 [ scc.merge] INFO - PR 727 pwalczysko 'Add Telight to list of companies supporting ome-tiff' 2026-07-08 16:40:26,316 [ scc.merge] INFO - PR 729 pwalczysko 'Wrap up OME 2024' 2026-07-08 16:40:26,316 [ scc.merge] INFO - PR 728 pwalczysko 'Swap Zarr workshop slot3 with train-t-t workshop slot1' 2026-07-08 16:40:26,316 [ scc.merge] INFO - PR 726 jburel 'fix typo' 2026-07-08 16:40:26,316 [ scc.merge] INFO - PR 725 pwalczysko 'Add final programme' 2026-07-08 16:40:26,316 [ scc.merge] INFO - PR 724 pwalczysko 'Change GG affiliation' 2026-07-08 16:40:26,316 [ scc.merge] INFO - PR 713 dependabot[bot] 'Bump _minutes from `76e3b8e` to `ae11136`' 2026-07-08 16:40:26,316 [ scc.merge] INFO - PR 723 knabar 'OMERO.web 5.26.0 release announcement' 2026-07-08 16:40:26,316 [ scc.merge] INFO - PR 722 pwalczysko 'Add GS workshops titles' 2026-07-08 16:40:26,316 [ scc.merge] INFO - PR 721 pwalczysko 'Add NR talk title and workshops' 2026-07-08 16:40:26,316 [ scc.merge] INFO - PR 720 pwalczysko 'Add titles OME 2024 talks' 2026-07-08 16:40:26,316 [ scc.merge] INFO - PR 719 pwalczysko 'OME_2024 - programme updates' 2026-07-08 16:40:26,316 [ scc.merge] INFO - PR 718 jburel 'Insight 5.8.4' 2026-07-08 16:40:26,316 [ scc.merge] INFO - PR 717 jburel 'bump version to 5.6.11' 2026-07-08 16:40:26,316 [ scc.merge] INFO - PR 716 pwalczysko 'Adjust program' 2026-07-08 16:40:26,316 [ scc.merge] INFO - PR 715 jburel 'add post for omero 5.6.11' 2026-07-08 16:40:26,316 [ scc.merge] INFO - PR 714 pwalczysko 'Programme for OME2024' 2026-07-08 16:40:26,316 [ scc.merge] INFO - PR 712 pwalczysko 'Update events' 2026-07-08 16:40:26,316 [ scc.merge] INFO - PR 710 dgault 'Bio-Formats 7.3.0 updates' 2026-07-08 16:40:26,316 [ scc.merge] INFO - PR 708 pwalczysko 'Community meeting' 2026-07-08 16:40:26,316 [ scc.merge] INFO - PR 707 pwalczysko 'Fix uncomment cf. Chris's remark' 2026-07-08 16:40:26,316 [ scc.merge] INFO - PR 705 dependabot[bot] 'Bump _minutes from `9aff040` to `76e3b8e`' 2026-07-08 16:40:26,316 [ scc.merge] INFO - PR 704 pwalczysko 'Banner for OME meeting' 2026-07-08 16:40:26,316 [ scc.merge] INFO - PR 701 pwalczysko 'Update after ugm' 2026-07-08 16:40:26,316 [ scc.merge] INFO - PR 702 knabar 'OMERO.web 5.25.0 release announcement' 2026-07-08 16:40:26,316 [ scc.merge] INFO - PR 700 dependabot[bot] 'Bump _minutes from `66ffec7` to `9aff040`' 2026-07-08 16:40:26,316 [ scc.merge] INFO - PR 698 pwalczysko 'ugm workshop event' 2026-07-08 16:40:26,316 [ scc.merge] INFO - PR 697 dependabot[bot] 'Bump _minutes from `419eb0f` to `66ffec7`' 2026-07-08 16:40:26,316 [ scc.merge] INFO - PR 696 dependabot[bot] 'Bump _minutes from `5f9b985` to `419eb0f`' 2026-07-08 16:40:26,316 [ scc.merge] INFO - PR 694 dgault 'Bio-Formats 7.2.0 updates' 2026-07-08 16:40:26,316 [ scc.merge] INFO - PR 695 dgault 'Update broken link in OME 2021' 2026-07-08 16:40:26,316 [ scc.merge] INFO - PR 692 dependabot[bot] 'Bump _minutes from `abf39e3` to `5f9b985`' 2026-07-08 16:40:26,316 [ scc.merge] INFO - PR 690 joshmoore 'Hide banner completely' 2026-07-08 16:40:26,316 [ scc.merge] INFO - PR 688 jburel 'Update link' 2026-07-08 16:40:26,316 [ scc.merge] INFO - PR 689 dependabot[bot] 'Bump _minutes from `a22e38c` to `abf39e3`' 2026-07-08 16:40:26,316 [ scc.merge] INFO - PR 671 jburel 'Update infra' 2026-07-08 16:40:26,316 [ scc.merge] INFO - PR 687 pwalczysko 'Update events' 2026-07-08 16:40:26,316 [ scc.merge] INFO - PR 686 knabar 'Add OMERO.web 5.24.0 announcement' 2026-07-08 16:40:26,316 [ scc.merge] INFO - PR 685 jburel 'OMERO release 5.6.10' 2026-07-08 16:40:26,316 [ scc.merge] INFO - PR 684 jburel 'update url to point to the most recent documentation tag i.e. stable' 2026-07-08 16:40:26,316 [ scc.merge] INFO - PR 683 melissalinkert 'Change ome-codecs version from 1.1.0 to 1.0.1' 2026-07-08 16:40:26,317 [ scc.merge] INFO - PR 682 dgault 'Bio-Formats 7.1.0 updates' 2026-07-08 16:40:26,317 [ scc.merge] INFO - PR 681 pwalczysko 'Update events' 2026-07-08 16:40:26,317 [ scc.merge] INFO - PR 680 joshmoore 'citing: Fix PMCID for 2003 paper' 2026-07-08 16:40:26,317 [ scc.merge] INFO - PR 679 dependabot[bot] 'Bump _minutes from `a7dc4f6` to `a22e38c`' 2026-07-08 16:40:26,317 [ scc.merge] INFO - PR 676 knabar 'Add announcement for OMERO.web 5.23.0' 2026-07-08 16:40:26,317 [ scc.merge] INFO - PR 675 dependabot[bot] 'Bump _minutes from `8b5647f` to `a7dc4f6`' 2026-07-08 16:40:26,317 [ scc.merge] INFO - PR 674 dgault 'Bio-Formats 7.0.1 updates' 2026-07-08 16:40:26,317 [ scc.merge] INFO - PR 673 dependabot[bot] 'Bump _minutes from `48edd80` to `8b5647f`' 2026-07-08 16:40:26,317 [ scc.merge] INFO - PR 670 jburel 'Release omero 5 6 9' 2026-07-08 16:40:26,317 [ scc.merge] INFO - PR 639 dependabot[bot] 'Bump Schemas from `bfd36ae` to `9dc8459`' 2026-07-08 16:40:26,317 [ scc.merge] INFO - PR 669 pwalczysko 'Update events, HDBI, CGR' 2026-07-08 16:40:26,317 [ scc.merge] INFO - PR 667 jburel 'Insight 5 8 3' 2026-07-08 16:40:26,317 [ scc.merge] INFO - PR 666 jburel 'Insight 5.8.2' 2026-07-08 16:40:26,317 [ scc.merge] INFO - PR 665 jburel 'ome-model point to latest. ' 2026-07-08 16:40:26,317 [ scc.merge] INFO - PR 664 jburel 'Fix version' 2026-07-08 16:40:26,317 [ scc.merge] INFO - PR 663 dgault 'Bio-Formats 7.0.0 updates' 2026-07-08 16:40:26,317 [ scc.merge] INFO - PR 662 sbesson 'Update omero.search property description' 2026-07-08 16:40:26,317 [ scc.merge] INFO - PR 661 knabar 'Add announcement for OMERO.web 5.22.1' 2026-07-08 16:40:26,317 [ scc.merge] INFO - PR 657 jburel 'Openmicroscopy 5.6.8' 2026-07-08 16:40:26,317 [ scc.merge] INFO - PR 659 pwalczysko 'Add Canada and Arizona workshops' 2026-07-08 16:40:26,317 [ scc.merge] INFO - PR 660 knabar 'Add announcement for OMERO.web 5.22.0' 2026-07-08 16:40:26,317 [ scc.merge] INFO - PR 658 jburel 'add post for distributions support' 2026-07-08 16:40:26,317 [ scc.merge] INFO - PR 656 pwalczysko 'Add japan seminars and workshops' 2026-07-08 16:40:26,317 [ scc.merge] INFO - PR 655 jburel 'fix build failure' 2026-07-08 16:40:26,317 [ scc.merge] INFO - PR 653 sbesson 'Update contributor names' 2026-07-08 16:40:26,317 [ scc.merge] INFO - PR 654 dgault 'Bio-Formats 6.14.0 updates' 2026-07-08 16:40:26,317 [ scc.merge] INFO - PR 652 pwalczysko 'Add EBI, adjust Neubias into past tense and add resources' 2026-07-08 16:40:26,317 [ scc.merge] INFO - PR 651 knabar 'Add announcement for OMERO.web 5.21.0' 2026-07-08 16:40:26,317 [ scc.merge] INFO - PR 650 knabar 'Fix Docker link' 2026-07-08 16:40:26,317 [ scc.merge] INFO - PR 648 knabar 'Add announcement for OMERO.web 5.20.0' 2026-07-08 16:40:26,317 [ scc.merge] INFO - PR 647 will-moore 'CVE-2023-31047 Django file validation' 2026-07-08 16:40:26,317 [ scc.merge] INFO - PR 645 dgault 'Bio-Formats 6.13.0 updates' 2026-07-08 16:40:26,317 [ scc.merge] INFO - PR 644 pwalczysko 'Update events April 2023' 2026-07-08 16:40:26,317 [ scc.merge] INFO - PR 646 dgault 'Update broken npsc link' 2026-07-08 16:40:26,317 [ scc.merge] INFO - PR 643 jburel 'Insight 5.8.1' 2026-07-08 16:40:26,317 [ scc.merge] INFO - PR 641 jburel 'Omero 5.6.7 release' 2026-07-08 16:40:26,317 [ scc.merge] INFO - PR 633 joshmoore 'Add mastodon link' 2026-07-08 16:40:26,317 [ scc.merge] INFO - PR 642 knabar 'Add announcement for OMERO.web 5.19.0' 2026-07-08 16:40:26,317 [ scc.merge] INFO - PR 640 pwalczysko 'Update events' 2026-07-08 16:40:26,317 [ scc.merge] INFO - PR 638 pwalczysko 'Fix docker command similar to idr.op...py.org' 2026-07-08 16:40:26,317 [ scc.merge] INFO - PR 637 pwalczysko 'Add links to resources, use past tense' 2026-07-08 16:40:26,317 [ scc.merge] INFO - PR 635 knabar 'Add announcement for OMERO.web 5.18.0' 2026-07-08 16:40:26,317 [ scc.merge] INFO - PR 634 dgault 'Bio-Formats 6.12.0 updates' 2026-07-08 16:40:26,317 [ scc.merge] INFO - PR 636 jburel 'Rsp' 2026-07-08 16:40:26,317 [ scc.merge] INFO - PR 632 jburel 'Insight 5.8.0' 2026-07-08 16:40:26,317 [ scc.merge] INFO - PR 631 pwalczysko 'Update events' 2026-07-08 16:40:26,317 [ scc.merge] INFO - PR 630 pwalczysko 'Change Media Cybernetics as per request' 2026-07-08 16:40:26,317 [ scc.merge] INFO - PR 629 jburel 'fix version number' 2026-07-08 16:40:26,317 [ scc.merge] INFO - PR 628 jburel 'make omero the latest release' 2026-07-08 16:40:26,317 [ scc.merge] INFO - PR 627 jburel 'Fix name' 2026-07-08 16:40:26,317 [ scc.merge] INFO - PR 626 jburel 'Release omero 5.6.6' 2026-07-08 16:40:26,317 [ scc.merge] INFO - PR 625 dgault 'Bio-Formats 6.11.1 updates' 2026-07-08 16:40:26,317 [ scc.merge] INFO - PR 624 pwalczysko 'Last recordings and make button blue' 2026-07-08 16:40:26,317 [ scc.merge] INFO - PR 623 pwalczysko 'Add video ngff meta morning' 2026-07-08 16:40:26,318 [ scc.merge] INFO - PR 622 pwalczysko 'Add recordings to events OME 2022' 2026-07-08 16:40:26,318 [ scc.merge] INFO - PR 621 jburel 'Check external links' 2026-07-08 16:40:26,318 [ scc.merge] INFO - PR 620 jburel 'temporarily remove the external checks' 2026-07-08 16:40:26,318 [ scc.merge] INFO - PR 619 joshmoore 'OME2022: deactivate banner and swap OME2021 links' 2026-07-08 16:40:26,318 [ scc.merge] INFO - PR 618 jburel 'fix wording' 2026-07-08 16:40:26,318 [ scc.merge] INFO - PR 617 pwalczysko 'OME 2022' 2026-07-08 16:40:26,318 [ scc.merge] INFO - PR 616 dgault 'Fix broken links' 2026-07-08 16:40:26,318 [ scc.merge] INFO - PR 615 dgault 'Update external contributor and fix broken link' 2026-07-08 16:40:26,318 [ scc.merge] INFO - PR 613 dgault 'Bio-Formats 6.11.0 updates' 2026-07-08 16:40:26,318 [ scc.merge] INFO - PR 611 pwalczysko 'Try to fix the failing build --no-enforce-https, add docker pull' 2026-07-08 16:40:26,318 [ scc.merge] INFO - PR 610 pwalczysko 'Add Edin and EastBio 2022 to Events' 2026-07-08 16:40:26,318 [ scc.merge] INFO - PR 609 sbesson 'Move Sebastien Besson to OME former members' 2026-07-08 16:40:26,318 [ scc.merge] INFO - PR 608 dependabot[bot] 'Bump _minutes from `4689636` to `0d6b494`' 2026-07-08 16:40:26,318 [ scc.merge] INFO - PR 607 dgault 'Bio-Formats 6.10.1 updates' 2026-07-08 16:40:26,318 [ scc.merge] INFO - PR 605 dependabot[bot] 'Bump _minutes from `b91fd8f` to `4689636`' 2026-07-08 16:40:26,318 [ scc.merge] INFO - PR 603 dependabot[bot] 'Bump _minutes from `59073ed` to `b91fd8f`' 2026-07-08 16:40:26,318 [ scc.merge] INFO - PR 599 dependabot[bot] 'Bump Schemas from `96fff16` to `bfd36ae`' 2026-07-08 16:40:26,318 [ scc.merge] INFO - PR 602 jburel 'bump omero-matlab version' 2026-07-08 16:40:26,318 [ scc.merge] INFO - PR 600 jburel 'Insight 572' 2026-07-08 16:40:26,318 [ scc.merge] INFO - PR 598 dependabot[bot] 'Bump _minutes from `dc6bf62` to `59073ed`' 2026-07-08 16:40:26,318 [ scc.merge] INFO - PR 597 dependabot[bot] 'Bump _minutes from `af88a22` to `dc6bf62`' 2026-07-08 16:40:26,318 [ scc.merge] INFO - PR 596 sbesson 'Add announcement post for OMERO 5.6.5' 2026-07-08 16:40:26,318 [ scc.merge] INFO - PR 595 dependabot[bot] 'Bump _minutes from `2bcd0f2` to `af88a22`' 2026-07-08 16:40:26,318 [ scc.merge] INFO - PR 594 dependabot[bot] 'Bump _minutes from `7169eb7` to `2bcd0f2`' 2026-07-08 16:40:26,318 [ scc.merge] INFO - PR 593 dgault 'Bio-Formats 6.10.0 updates' 2026-07-08 16:40:26,318 [ scc.merge] INFO - PR 592 pwalczysko 'Add ELMI 2022 workshops' 2026-07-08 16:40:26,318 [ scc.merge] INFO - PR 591 dependabot[bot] 'Bump _minutes from `15f1ce2` to `7169eb7`' 2026-07-08 16:40:26,318 [ scc.merge] INFO - PR 590 dependabot[bot] 'Bump Schemas from `85f0faf` to `96fff16`' 2026-07-08 16:40:26,318 [ scc.merge] INFO - PR 589 dependabot[bot] 'Bump _minutes from `f280adc` to `15f1ce2`' 2026-07-08 16:40:26,318 [ scc.merge] INFO - PR 587 dependabot[bot] 'Bump _minutes from `659fba9` to `f280adc`' 2026-07-08 16:40:26,318 [ scc.merge] INFO - PR 588 pwalczysko 'Add new events, unify the tense of past event' 2026-07-08 16:40:26,318 [ scc.merge] INFO - PR 586 jburel 'App release' 2026-07-08 16:40:26,318 [ scc.merge] INFO - PR 585 dependabot[bot] 'Bump _minutes from `d0d4b96` to `659fba9`' 2026-07-08 16:40:26,318 [ scc.merge] INFO - PR 583 jburel 'Release 5.6.4' 2026-07-08 16:40:26,318 [ scc.merge] INFO - PR 584 dgault 'Bio-Formats 6.9.1 updates' 2026-07-08 16:40:26,318 [ scc.merge] INFO - PR 582 dependabot[bot] 'Bump _minutes from `f2f2f50` to `d0d4b96`' 2026-07-08 16:40:26,318 [ scc.merge] INFO - PR 581 chris-allan 'Update for Spring Framework RCE (CVE-2022-22965)' 2026-07-08 16:40:26,318 [ scc.merge] INFO - PR 579 dependabot[bot] 'Bump _minutes from `805c502` to `f2f2f50`' 2026-07-08 16:40:26,318 [ scc.merge] INFO - PR 577 jburel 'Link to 5.14.0 in banner' 2026-07-08 16:40:26,318 [ scc.merge] INFO - PR 578 jburel 'update link' 2026-07-08 16:40:26,318 [ scc.merge] INFO - PR 576 dependabot[bot] 'Bump _minutes from `d32a637` to `805c502`' 2026-07-08 16:40:26,318 [ scc.merge] INFO - PR 575 jburel 'replace banner with django upragde' 2026-07-08 16:40:26,318 [ scc.merge] INFO - PR 574 dependabot[bot] 'Bump _minutes from `56e53bc` to `d32a637`' 2026-07-08 16:40:26,318 [ scc.merge] INFO - PR 572 dgault 'Bio-Formats 6.9.0 updates' 2026-07-08 16:40:26,318 [ scc.merge] INFO - PR 571 jburel 'Insight 570' 2026-07-08 16:40:26,318 [ scc.merge] INFO - PR 573 dependabot[bot] 'Bump _minutes from `b089b87` to `56e53bc`' 2026-07-08 16:40:26,318 [ scc.merge] INFO - PR 570 dependabot[bot] 'Bump _minutes from `969fa0d` to `b089b87`' 2026-07-08 16:40:26,318 [ scc.merge] INFO - PR 569 sbesson 'Add blog post announcing the upcoming OMERO.web Django upgrade work' 2026-07-08 16:40:26,318 [ scc.merge] INFO - PR 568 dependabot[bot] 'Bump _minutes from `b865577` to `969fa0d`' 2026-07-08 16:40:26,318 [ scc.merge] INFO - PR 566 joshmoore 'Add security advistories to the footer' 2026-07-08 16:40:26,318 [ scc.merge] INFO - PR 564 will-moore 'Button to copy s3 urls to clipboard' 2026-07-08 16:40:26,318 [ scc.merge] INFO - PR 565 dependabot[bot] 'Bump _minutes from `f3d46f4` to `b865577`' 2026-07-08 16:40:26,318 [ scc.merge] INFO - PR 563 dgault 'Bio-Formats 6.8.1 updates' 2026-07-08 16:40:26,318 [ scc.merge] INFO - PR 562 dependabot[bot] 'Bump _minutes from `e162e53` to `f3d46f4`' 2026-07-08 16:40:26,318 [ scc.merge] INFO - PR 561 sbesson 'Rename blog post URL as ome-ngff' 2026-07-08 16:40:26,319 [ scc.merge] INFO - PR 560 sbesson 'Review usage of NGFF vs OME-NGFF' 2026-07-08 16:40:26,319 [ scc.merge] INFO - PR 559 jburel 'remove extra characters' 2026-07-08 16:40:26,319 [ scc.merge] INFO - PR 558 joshmoore 'Update favicon from https://realfavicongenerator.net/' 2026-07-08 16:40:26,319 [ scc.merge] INFO - PR 554 pwalczysko 'Add GBI courses 2022' 2026-07-08 16:40:26,319 [ scc.merge] INFO - PR 556 sbesson 'Add blog post for OME NGFF 2021 updates' 2026-07-08 16:40:26,319 [ scc.merge] INFO - PR 557 dependabot[bot] 'Bump _minutes from `bfd45f5` to `e162e53`' 2026-07-08 16:40:26,319 [ scc.merge] INFO - PR 555 joshmoore 'Update for Log4Shell (CVE-2021-44228)' 2026-07-08 16:40:26,319 [ scc.merge] INFO - PR 553 will-moore 'Fix links to uk1s3.embassy.ebi.ac.uk' 2026-07-08 16:40:26,319 [ scc.merge] INFO - PR 551 dgault 'Bio-Formats 6.8.0 updates' 2026-07-08 16:40:26,319 [ scc.merge] INFO - PR 552 dependabot[bot] 'Bump _minutes from `af25ff8` to `bfd45f5`' 2026-07-08 16:40:26,319 [ scc.merge] INFO - PR 550 sbesson 'Add citation for 2021 OME-NGFF paper' 2026-07-08 16:40:26,319 [ scc.merge] INFO - PR 549 dependabot[bot] 'Bump _minutes from `7f93940` to `af25ff8`' 2026-07-08 16:40:26,319 [ scc.merge] INFO - PR 546 pwalczysko 'Add Turku workshop' 2026-07-08 16:40:26,319 [ scc.merge] INFO - PR 547 jburel 'remove banner' 2026-07-08 16:40:26,319 [ scc.merge] INFO - PR 548 dependabot[bot] 'Bump _minutes from `08b835c` to `7f93940`' 2026-07-08 16:40:26,319 [ scc.merge] INFO - PR 534 sbesson 'Convert custom YAML contributor data files to use schema.org compliant JSON' 2026-07-08 16:40:26,319 [ scc.merge] INFO - PR 544 dependabot[bot] 'Bump _minutes from `88f2e3f` to `08b835c`' 2026-07-08 16:40:26,319 [ scc.merge] INFO - PR 543 dependabot[bot] 'Bump Schemas from `3d8707f` to `85f0faf`' 2026-07-08 16:40:26,319 [ scc.merge] INFO - PR 541 jburel 'Idr logo' 2026-07-08 16:40:26,319 [ scc.merge] INFO - PR 542 jburel 'point to orcid' 2026-07-08 16:40:26,319 [ scc.merge] INFO - PR 539 dependabot[bot] 'Bump _minutes from `08e079b` to `88f2e3f`' 2026-07-08 16:40:26,319 [ scc.merge] INFO - PR 540 jburel 'remove link to workshop page due to 404' 2026-07-08 16:40:26,319 [ scc.merge] INFO - PR 538 jburel 'Pre release5.11.0rc' 2026-07-08 16:40:26,319 [ scc.merge] INFO - PR 536 jburel 'add eastbio workshop' 2026-07-08 16:40:26,319 [ scc.merge] INFO - PR 535 jburel 'bump insight version to 5.6.2' 2026-07-08 16:40:26,319 [ scc.merge] INFO - PR 515 sbesson 'Migrate OME blog content into main OME website' 2026-07-08 16:40:26,319 [ scc.merge] INFO - PR 533 dependabot[bot] 'Bump _minutes from `7f37666` to `08e079b`' 2026-07-08 16:40:26,319 [ scc.merge] INFO - PR 532 dgault 'Update for Bio-Formats 6.7.0' 2026-07-08 16:40:26,319 [ scc.merge] INFO - PR 530 sbesson 'Review capitalization of MATLAB' 2026-07-08 16:40:26,319 [ scc.merge] INFO - PR 528 dependabot[bot] 'Bump _minutes from `660d6df` to `7f37666`' 2026-07-08 16:40:26,319 [ scc.merge] INFO - PR 529 sbesson 'Fix canonical links to PDBE and EMPIAR' 2026-07-08 16:40:26,319 [ scc.merge] INFO - PR 527 dependabot[bot] 'Bump _minutes from `2ca1f0c` to `660d6df`' 2026-07-08 16:40:26,319 [ scc.merge] INFO - PR 526 sbesson 'Temporarily use custom User-Agent for htmlproofer' 2026-07-08 16:40:26,319 [ scc.merge] INFO - PR 524 sbesson 'Add link to Micro-Meta app recorded video' 2026-07-08 16:40:26,319 [ scc.merge] INFO - PR 525 dependabot[bot] 'Bump _minutes from `c9d4f10` to `2ca1f0c`' 2026-07-08 16:40:26,319 [ scc.merge] INFO - PR 523 dependabot[bot] 'Bump _minutes from `c58cc1c` to `c9d4f10`' 2026-07-08 16:40:26,319 [ scc.merge] INFO - PR 522 jburel 'Insight5.6.1' 2026-07-08 16:40:26,319 [ scc.merge] INFO - PR 521 jburel 'Insight5.6' 2026-07-08 16:40:26,319 [ scc.merge] INFO - PR 520 dependabot[bot] 'Bump _minutes from `509b14b` to `c58cc1c`' 2026-07-08 16:40:26,319 [ scc.merge] INFO - PR 519 dependabot[bot] 'Bump Schemas from `3c46638` to `3d8707f`' 2026-07-08 16:40:26,319 [ scc.merge] INFO - PR 518 dependabot[bot] 'Bump _minutes from `ef6f4a7` to `509b14b`' 2026-07-08 16:40:26,319 [ scc.merge] INFO - PR 516 jburel 'add insight 5.5.19' 2026-07-08 16:40:26,319 [ scc.merge] INFO - PR 517 dependabot[bot] 'Bump _minutes from `029bdbb` to `ef6f4a7`' 2026-07-08 16:40:26,319 [ scc.merge] INFO - PR 511 will-moore 'fix youtube link ome2021' 2026-07-08 16:40:26,319 [ scc.merge] INFO - PR 513 pwalczysko 'Fix the missing bar between the last and one but last event' 2026-07-08 16:40:26,319 [ scc.merge] INFO - PR 512 pwalczysko 'Cleanup and new event' 2026-07-08 16:40:26,319 [ scc.merge] INFO - PR 510 pwalczysko 'Fix link to explore' 2026-07-08 16:40:26,319 [ scc.merge] INFO - PR 508 sbesson 'Add details for break-out sessions on Day 4' 2026-07-08 16:40:26,319 [ scc.merge] INFO - PR 509 jburel 'fix typo' 2026-07-08 16:40:26,319 [ scc.merge] INFO - PR 507 sbesson 'Breakout sessions' 2026-07-08 16:40:26,319 [ scc.merge] INFO - PR 506 jburel 'Videos' 2026-07-08 16:40:26,319 [ scc.merge] INFO - PR 505 sbesson 'Add keynote Youtube video to JSON object and embed within Day 1' 2026-07-08 16:40:26,319 [ scc.merge] INFO - PR 504 joshmoore 'Open a new page for gather.town' 2026-07-08 16:40:26,319 [ scc.merge] INFO - PR 503 joshmoore 'Use timeanddate.com for clickable times' 2026-07-08 16:40:26,319 [ scc.merge] INFO - PR 502 jburel 'remove entry' 2026-07-08 16:40:26,320 [ scc.merge] INFO - PR 501 jburel 'speakers section' 2026-07-08 16:40:26,320 [ scc.merge] INFO - PR 500 jburel 'move schedule section' 2026-07-08 16:40:26,320 [ scc.merge] INFO - PR 499 jburel 'Split demo in slots' 2026-07-08 16:40:26,320 [ scc.merge] INFO - PR 498 joshmoore 'First draft of gather.town link' 2026-07-08 16:40:26,320 [ scc.merge] INFO - PR 497 sbesson 'OME 2021: mark registration as closed' 2026-07-08 16:40:26,320 [ scc.merge] INFO - PR 496 sbesson 'Playlist updates' 2026-07-08 16:40:26,320 [ scc.merge] INFO - PR 495 jburel 'Day1' 2026-07-08 16:40:26,320 [ scc.merge] INFO - PR 492 jburel 'list demo' 2026-07-08 16:40:26,320 [ scc.merge] INFO - PR 494 sbesson 'Add playlists for day 4' 2026-07-08 16:40:26,320 [ scc.merge] INFO - PR 493 dependabot[bot] 'Bump _minutes from `f52bfd4` to `029bdbb`' 2026-07-08 16:40:26,320 [ scc.merge] INFO - PR 491 sbesson 'Add playlists for Day 3 (invited and flash talks)' 2026-07-08 16:40:26,320 [ scc.merge] INFO - PR 490 jburel 'workshop description' 2026-07-08 16:40:26,320 [ scc.merge] INFO - PR 489 sbesson 'Day 1: add demos playlist to event JSON and add video talks section' 2026-07-08 16:40:26,320 [ scc.merge] INFO - PR 487 sbesson 'Miscellaneous project updates' 2026-07-08 16:40:26,320 [ scc.merge] INFO - PR 485 sbesson 'Change break-out sessions into Concluding remarks for Day 4' 2026-07-08 16:40:26,320 [ scc.merge] INFO - PR 486 joshmoore 'day2: Add description for breakouts as well as Q&A' 2026-07-08 16:40:26,320 [ scc.merge] INFO - PR 488 dependabot[bot] 'Bump _minutes from `7987284` to `f52bfd4`' 2026-07-08 16:40:26,320 [ scc.merge] INFO - PR 484 chris-allan 'Revise Glencoe statement' 2026-07-08 16:40:26,320 [ scc.merge] INFO - PR 483 jburel 'add text for day4' 2026-07-08 16:40:26,320 [ scc.merge] INFO - PR 482 sbesson 'Agenda sessions' 2026-07-08 16:40:26,320 [ scc.merge] INFO - PR 481 dependabot[bot] 'Bump _minutes from `6eacf8a` to `7987284`' 2026-07-08 16:40:26,320 [ scc.merge] INFO - PR 480 sbesson 'Use givenName rather than firstName for schema.org Person' 2026-07-08 16:40:26,320 [ scc.merge] INFO - PR 478 sbesson 'Add speakers to the OME 2021 overview page' 2026-07-08 16:40:26,320 [ scc.merge] INFO - PR 477 dependabot[bot] 'Bump _minutes from `b3aedfb` to `6eacf8a`' 2026-07-08 16:40:26,320 [ scc.merge] INFO - PR 476 sbesson 'Add URL for registration to the OME 2021 community meeting' 2026-07-08 16:40:26,320 [ scc.merge] INFO - PR 475 sbesson 'Add Media Cybernetics to the list of commercial partners' 2026-07-08 16:40:26,320 [ scc.merge] INFO - PR 474 dependabot[bot] 'Bump _minutes from `55b9890` to `b3aedfb`' 2026-07-08 16:40:26,320 [ scc.merge] INFO - PR 473 sbesson 'Additional event metadata' 2026-07-08 16:40:26,320 [ scc.merge] INFO - PR 471 sbesson 'Add list of OME 2021 speakers' 2026-07-08 16:40:26,320 [ scc.merge] INFO - PR 472 joshmoore 'Add RDM day blurb' 2026-07-08 16:40:26,320 [ scc.merge] INFO - PR 462 pwalczysko 'Rewrite OMERO institutions page for better completeness' 2026-07-08 16:40:26,320 [ scc.merge] INFO - PR 469 sbesson 'Promote OME2021 meeting event' 2026-07-08 16:40:26,320 [ scc.merge] INFO - PR 470 dependabot[bot] 'Bump _minutes from `d5cf67b` to `55b9890`' 2026-07-08 16:40:26,320 [ scc.merge] INFO - PR 467 sbesson 'Add ORCID IDs to team JSON and webpage' 2026-07-08 16:40:26,320 [ scc.merge] INFO - PR 468 dependabot[bot] 'Bump _minutes from `b686907` to `d5cf67b`' 2026-07-08 16:40:26,320 [ scc.merge] INFO - PR 466 pwalczysko 'Add cli-duplicate to Apps' 2026-07-08 16:40:26,320 [ scc.merge] INFO - PR 461 sbesson 'OME2021 community meeting' 2026-07-08 16:40:26,320 [ scc.merge] INFO - PR 464 dependabot[bot] 'Bump _minutes from `b366d22` to `b686907`' 2026-07-08 16:40:26,320 [ scc.merge] INFO - PR 463 pwalczysko 'Crop contributors image so that the black part is under text' 2026-07-08 16:40:26,320 [ scc.merge] INFO - PR 460 dependabot[bot] 'Bump _minutes from `034776c` to `b366d22`' 2026-07-08 16:40:26,320 [ scc.merge] INFO - PR 459 sbesson 'OME teams: add schema.org markup' 2026-07-08 16:40:26,320 [ scc.merge] INFO - PR 457 dgault 'Update for Bio-Formats 6.6.1' 2026-07-08 16:40:26,320 [ scc.merge] INFO - PR 458 dependabot[bot] 'Bump _minutes from `9cb5915` to `034776c`' 2026-07-08 16:40:26,320 [ scc.merge] INFO - PR 456 sbesson 'Contributors: additions and data files' 2026-07-08 16:40:26,320 [ scc.merge] INFO - PR 455 dependabot[bot] 'Bump _minutes from `73f0503` to `9cb5915`' 2026-07-08 16:40:26,320 [ scc.merge] INFO - PR 447 pwalczysko 'Add Share page with pointer to omero-guides' 2026-07-08 16:40:26,320 [ scc.merge] INFO - PR 453 dependabot[bot] 'Bump _minutes from `5b74ead` to `73f0503`' 2026-07-08 16:40:26,320 [ scc.merge] INFO - PR 450 jburel 'bump omero-matlab to 5.5.4' 2026-07-08 16:40:26,320 [ scc.merge] INFO - PR 449 pwalczysko 'Add retrospectively events in 2021' 2026-07-08 16:40:26,320 [ scc.merge] INFO - PR 452 jburel 'add banner' 2026-07-08 16:40:26,320 [ scc.merge] INFO - PR 451 dependabot[bot] 'Bump _minutes from `585e551` to `5b74ead`' 2026-07-08 16:40:26,320 [ scc.merge] INFO - PR 448 jburel 'bump insight version' 2026-07-08 16:40:26,320 [ scc.merge] INFO - PR 446 dependabot[bot] 'Bump _minutes from `bbdd4d1` to `585e551`' 2026-07-08 16:40:26,320 [ scc.merge] INFO - PR 445 jburel 'Web apps' 2026-07-08 16:40:26,321 [ scc.merge] INFO - PR 444 dependabot[bot] 'Bump _minutes from `e8a3369` to `bbdd4d1`' 2026-07-08 16:40:26,321 [ scc.merge] INFO - PR 443 jburel 'bump insight version' 2026-07-08 16:40:26,321 [ scc.merge] INFO - PR 442 sbesson 'Move Simon to the former OME members section' 2026-07-08 16:40:26,321 [ scc.merge] INFO - PR 440 dependabot[bot] 'Bump _minutes from `bd0c2a6` to `e8a3369`' 2026-07-08 16:40:26,321 [ scc.merge] INFO - PR 431 pwalczysko 'Add OMERO to licensing' 2026-07-08 16:40:26,321 [ scc.merge] INFO - PR 438 dependabot[bot] 'Bump _minutes from `a006a13` to `bd0c2a6`' 2026-07-08 16:40:26,321 [ scc.merge] INFO - PR 439 sbesson 'Twitter links' 2026-07-08 16:40:26,321 [ scc.merge] INFO - PR 435 dgault 'Update for Bio-Formats 6.6.0' 2026-07-08 16:40:26,321 [ scc.merge] INFO - PR 436 dependabot[bot] 'Bump Schemas from `fdc888e` to `3c46638`' 2026-07-08 16:40:26,321 [ scc.merge] INFO - PR 433 sbesson 'Add checks for file existence' 2026-07-08 16:40:26,321 [ scc.merge] INFO - PR 434 dependabot[bot] 'Bump _minutes from `49a8a81` to `a006a13`' 2026-07-08 16:40:26,321 [ scc.merge] INFO - PR 432 joshmoore 'Checkout submodules for build' 2026-07-08 16:40:26,321 [ scc.merge] INFO - PR 430 pwalczysko 'Fix GBI workshop announcement' 2026-07-08 16:40:26,321 [ scc.merge] INFO - PR 413 manics 'Use GitHub openmicroscopy release page where possible' 2026-07-08 16:40:26,321 [ scc.merge] INFO - PR 429 jburel 'Update team page' 2026-07-08 16:40:26,321 [ scc.merge] INFO - PR 428 jburel 'add gbi workshops' 2026-07-08 16:40:26,321 [ scc.merge] INFO - PR 427 pwalczysko 'Update events' 2026-07-08 16:40:26,321 [ scc.merge] INFO - PR 424 dependabot[bot] 'Bump _minutes from `c1eb11f` to `1a2a391`' 2026-07-08 16:40:26,321 [ scc.merge] INFO - PR 425 sbesson 'Switch to GitHub actions' 2026-07-08 16:40:26,321 [ scc.merge] INFO - PR 420 sbesson 'Add Schemas as a submodule of www.openmicroscopy.org' 2026-07-08 16:40:26,321 [ scc.merge] INFO - PR 421 dependabot[bot] 'Bump _minutes from `12fe686` to `c1eb11f`' 2026-07-08 16:40:26,321 [ scc.merge] INFO - PR 423 sbesson 'Revert "www.openmicroscopy.org CNAME for GH page hosting"' 2026-07-08 16:40:26,321 [ scc.merge] INFO - PR 422 manics 'Fix broken navbar html' 2026-07-08 16:40:26,321 [ scc.merge] INFO - PR 418 manics 'Add banner about uod outage' 2026-07-08 16:40:26,321 [ scc.merge] INFO - PR 417 manics 'www.openmicroscopy.org CNAME for GH page hosting' 2026-07-08 16:40:26,321 [ scc.merge] INFO - PR 412 dependabot[bot] 'Bump _minutes from `49a8a81` to `12fe686`' 2026-07-08 16:40:26,321 [ scc.merge] INFO - PR 410 mtbc 'Insight v5.5.14 is now released.' 2026-07-08 16:40:26,321 [ scc.merge] INFO - PR 411 pwalczysko 'Remove broken ELMI 2019 link' 2026-07-08 16:40:26,321 [ scc.merge] INFO - PR 409 mtbc 'Link latest OMERO release as 5.6.3.' 2026-07-08 16:40:26,321 [ scc.merge] INFO - PR 408 mtbc 'OMERO.server is now v5.6.3 and OMERO.insight is now v5.5.13.' 2026-07-08 16:40:26,321 [ scc.merge] INFO - PR 406 mtbc 'Announce release of OMERO.server 5.6.3.' 2026-07-08 16:40:26,321 [ scc.merge] INFO - PR 403 joshmoore 'Community meeting updates' 2026-07-08 16:40:26,321 [ scc.merge] INFO - PR 407 mtbc 'Fix CRS4 links to Data-Intensive Computing.' 2026-07-08 16:40:26,321 [ scc.merge] INFO - PR 401 pwalczysko 'Help replacement suggestions' 2026-07-08 16:40:26,321 [ scc.merge] INFO - PR 404 jburel 'change status' 2026-07-08 16:40:26,321 [ scc.merge] INFO - PR 400 joshmoore 'Update Micron Oxford URL' 2026-07-08 16:40:26,321 [ scc.merge] INFO - PR 399 jburel 'roll back header' 2026-07-08 16:40:26,321 [ scc.merge] INFO - PR 398 jburel 'Release562' 2026-07-08 16:40:26,321 [ scc.merge] INFO - PR 397 jburel 'bump insight version to 5.5.12' 2026-07-08 16:40:26,321 [ scc.merge] INFO - PR 395 manics 'Fix footer forums link' 2026-07-08 16:40:26,321 [ scc.merge] INFO - PR 394 dgault 'Update for Bio-Formats 6.5.1' 2026-07-08 16:40:26,321 [ scc.merge] INFO - PR 392 melissalinkert 'Add BIOQUANT to list of commercial partners that support OME-TIFF' 2026-07-08 16:40:26,321 [ scc.merge] INFO - PR 391 sbesson 'htmlproofer: reenable external linkchecking for 404' 2026-07-08 16:40:26,321 [ scc.merge] INFO - PR 390 pwalczysko 'Add Craig Russell to speakers' 2026-07-08 16:40:26,321 [ scc.merge] INFO - PR 389 pwalczysko 'Second batch' 2026-07-08 16:40:26,321 [ scc.merge] INFO - PR 388 pwalczysko 'Tuesday batch' 2026-07-08 16:40:26,321 [ scc.merge] INFO - PR 387 pwalczysko 'More and more videos' 2026-07-08 16:40:26,321 [ scc.merge] INFO - PR 386 sbesson 'Use chair rather than moderator' 2026-07-08 16:40:26,321 [ scc.merge] INFO - PR 385 pwalczysko 'Add Sofroniew talk video' 2026-07-08 16:40:26,321 [ scc.merge] INFO - PR 384 pwalczysko 'Add Onami talk video' 2026-07-08 16:40:26,321 [ scc.merge] INFO - PR 381 pwalczysko 'Edits of speakers' 2026-07-08 16:40:26,321 [ scc.merge] INFO - PR 382 pwalczysko 'Add movie remove speaker' 2026-07-08 16:40:26,321 [ scc.merge] INFO - PR 383 jburel 'Figure431' 2026-07-08 16:40:26,322 [ scc.merge] INFO - PR 380 pwalczysko 'Add yet more talks' 2026-07-08 16:40:26,322 [ scc.merge] INFO - PR 379 pwalczysko 'More videos' 2026-07-08 16:40:26,322 [ scc.merge] INFO - PR 377 sbesson 'Update day 1 IDR entry to point at the recorded video' 2026-07-08 16:40:26,322 [ scc.merge] INFO - PR 378 will-moore 'Ome2020 videos' 2026-07-08 16:40:26,322 [ scc.merge] INFO - PR 376 pwalczysko 'Remove the subheader text' 2026-07-08 16:40:26,322 [ scc.merge] INFO - PR 375 pwalczysko 'More updates for OME2020' 2026-07-08 16:40:26,322 [ scc.merge] INFO - PR 371 will-moore 'Remove links to OME 2020 registration form' 2026-07-08 16:40:26,322 [ scc.merge] INFO - PR 373 will-moore 'Add real videos' 2026-07-08 16:40:26,322 [ scc.merge] INFO - PR 374 will-moore 'Update talk title Michelle Itano' 2026-07-08 16:40:26,322 [ scc.merge] INFO - PR 368 lunson 'More title updates' 2026-07-08 16:40:26,322 [ scc.merge] INFO - PR 367 lunson 'Add workshop schedule' 2026-07-08 16:40:26,322 [ scc.merge] INFO - PR 362 lunson 'Add lightning talks page' 2026-07-08 16:40:26,322 [ scc.merge] INFO - PR 364 lunson 'Add moderators' 2026-07-08 16:40:26,322 [ scc.merge] INFO - PR 365 lunson 'Add reminder banner' 2026-07-08 16:40:26,322 [ scc.merge] INFO - PR 366 lunson 'add Russell to Day 2, per June' 2026-07-08 16:40:26,322 [ scc.merge] INFO - PR 363 jburel 'Figure 4.3.0' 2026-07-08 16:40:26,322 [ scc.merge] INFO - PR 360 jburel 'insight 5.5.11' 2026-07-08 16:40:26,322 [ scc.merge] INFO - PR 359 lunson 'additional agenda edits' 2026-07-08 16:40:26,322 [ scc.merge] INFO - PR 358 lunson 'Agenda edits' 2026-07-08 16:40:26,322 [ scc.merge] INFO - PR 357 lunson 'Add speaker' 2026-07-08 16:40:26,322 [ scc.merge] INFO - PR 356 dgault 'Update for Bio-Formats 6.5.0' 2026-07-08 16:40:26,322 [ scc.merge] INFO - PR 355 lunson 'Add OME Community Meeting program' 2026-07-08 16:40:26,322 [ scc.merge] INFO - PR 354 jburel 'bump insight version' 2026-07-08 16:40:26,322 [ scc.merge] INFO - PR 353 mtbc 'Use US spelling for OME website.' 2026-07-08 16:40:26,322 [ scc.merge] INFO - PR 352 lunson 'Change hero image to market OME Community Meeting' 2026-07-08 16:40:26,322 [ scc.merge] INFO - PR 351 lunson 'Add brand colors to css' 2026-07-08 16:40:26,322 [ scc.merge] INFO - PR 350 mtbc 'Update banner to mention imminent OMERO 5.6.1 release.' 2026-07-08 16:40:26,322 [ scc.merge] INFO - PR 349 dgault 'Update for Bio-Formats 6.4.0' 2026-07-08 16:40:26,322 [ scc.merge] INFO - PR 347 chris-allan 'Add Visiopharm to list of commercial partners' 2026-07-08 16:40:26,322 [ scc.merge] INFO - PR 346 sbesson 'Migrate alumni content into YAML format' 2026-07-08 16:40:26,322 [ scc.merge] INFO - PR 345 sbesson 'Remove dropped FAIRsharing link' 2026-07-08 16:40:26,322 [ scc.merge] INFO - PR 344 mtbc 'Update commercial partners link for DRVision.' 2026-07-08 16:40:26,322 [ scc.merge] INFO - PR 342 lunson 'add URL to config' 2026-07-08 16:40:26,322 [ scc.merge] INFO - PR 343 pwalczysko 'Update events, add ome-community-meeting' 2026-07-08 16:40:26,322 [ scc.merge] INFO - PR 341 joshmoore 'Add Susanne to contributors' 2026-07-08 16:40:26,322 [ scc.merge] INFO - PR 337 lunson 'Store repeating data in YAML' 2026-07-08 16:40:26,322 [ scc.merge] INFO - PR 340 lunson 'Add new sitemap' 2026-07-08 16:40:26,322 [ scc.merge] INFO - PR 339 pwalczysko 'Fix location and organizer as requested' 2026-07-08 16:40:26,322 [ scc.merge] INFO - PR 338 jburel 'bump insight version' 2026-07-08 16:40:26,322 [ scc.merge] INFO - PR 336 will-moore 'Fix site.omero.build number.' 2026-07-08 16:40:26,322 [ scc.merge] INFO - PR 333 lunson 'add sitemap - part 2' 2026-07-08 16:40:26,322 [ scc.merge] INFO - PR 334 joshmoore 'Update analytics script' 2026-07-08 16:40:26,322 [ scc.merge] INFO - PR 335 jburel 'Fix link to insight' 2026-07-08 16:40:26,322 [ scc.merge] INFO - PR 332 joshmoore 'OMERO 5 6 0' 2026-07-08 16:40:26,322 [ scc.merge] INFO - PR 331 lunson 'Add sitemap' 2026-07-08 16:40:26,322 [ scc.merge] INFO - PR 330 lunson 'Add meta descriptions' 2026-07-08 16:40:26,322 [ scc.merge] INFO - PR 329 pwalczysko 'Add tim' 2026-07-08 16:40:26,322 [ scc.merge] INFO - PR 328 dgault 'Bio-Formats 6.3.1 release updates' 2026-07-08 16:40:26,322 [ scc.merge] INFO - PR 327 pwalczysko 'Update list' 2026-07-08 16:40:26,322 [ scc.merge] INFO - PR 326 pwalczysko 'Add omero-guides to training page' 2026-07-08 16:40:26,322 [ scc.merge] INFO - PR 324 lunson 'Add announcement style' 2026-07-08 16:40:26,322 [ scc.merge] INFO - PR 323 mtbc 'Suffix blog posts with date.' 2026-07-08 16:40:26,322 [ scc.merge] INFO - PR 322 jburel 'Figure410' 2026-07-08 16:40:26,322 [ scc.merge] INFO - PR 321 dgault 'Update for Bio-Formats 6.3.0' 2026-07-08 16:40:26,322 [ scc.merge] INFO - PR 319 jburel 'events update' 2026-07-08 16:40:26,323 [ scc.merge] INFO - PR 316 mtbc 'Update team meeting minutes link.' 2026-07-08 16:40:26,323 [ scc.merge] INFO - PR 315 mtbc 'fix grammar typo' 2026-07-08 16:40:26,323 [ scc.merge] INFO - PR 314 jburel 'Iviewer 0.8.1' 2026-07-08 16:40:26,323 [ scc.merge] INFO - PR 313 jburel 'Bump insight version' 2026-07-08 16:40:26,323 [ scc.merge] INFO - PR 312 dgault 'Update for Bio-Formats 6.2.1' 2026-07-08 16:40:26,323 [ scc.merge] INFO - PR 311 jburel 'Announce insight 5.5.5' 2026-07-08 16:40:26,323 [ scc.merge] INFO - PR 310 jburel 'bump insight version to 5.5.4' 2026-07-08 16:40:26,323 [ scc.merge] INFO - PR 309 jburel 'Fix link' 2026-07-08 16:40:26,323 [ scc.merge] INFO - PR 307 jburel 'iviewer 0.8.0' 2026-07-08 16:40:26,323 [ scc.merge] INFO - PR 308 jburel 'September workshop' 2026-07-08 16:40:26,323 [ scc.merge] INFO - PR 305 sbesson 'Update all links to GS website' 2026-07-08 16:40:26,323 [ scc.merge] INFO - PR 303 jburel 'upcoming workshop' 2026-07-08 16:40:26,323 [ scc.merge] INFO - PR 304 dgault 'Update for Bio-Formats 6.2.0' 2026-07-08 16:40:26,323 [ scc.merge] INFO - PR 302 will-moore 'Omero 5.5.1 release' 2026-07-08 16:40:26,323 [ scc.merge] INFO - PR 269 manics 'Update explore dev/sysadmin examples' 2026-07-08 16:40:26,323 [ scc.merge] INFO - PR 301 manics 'Add links to old support forums' 2026-07-08 16:40:26,323 [ scc.merge] INFO - PR 296 jburel 'Downloads client/5.5.0 announcement' 2026-07-08 16:40:26,323 [ scc.merge] INFO - PR 299 dgault 'Update for Bio-Formats 6.1.1' 2026-07-08 16:40:26,323 [ scc.merge] INFO - PR 300 jburel 'update workshop' 2026-07-08 16:40:26,323 [ scc.merge] INFO - PR 297 will-moore 'Update support page with image.sc forum instead of old forums and lists' 2026-07-08 16:40:26,323 [ scc.merge] INFO - PR 295 joshmoore 'support: point "Forum" to image.sc' 2026-07-08 16:40:26,323 [ scc.merge] INFO - PR 294 dgault 'Bio-Formats 6.1.0 release updates' 2026-07-08 16:40:26,323 [ scc.merge] INFO - PR 293 jburel 'Training freising' 2026-07-08 16:40:26,323 [ scc.merge] INFO - PR 292 jburel 'Workshop update' 2026-07-08 16:40:26,323 [ scc.merge] INFO - PR 289 jburel 'iviewer 0.7.0' 2026-07-08 16:40:26,323 [ scc.merge] INFO - PR 291 jburel 'Typo' 2026-07-08 16:40:26,323 [ scc.merge] INFO - PR 290 mtbc 'Fix CVE links for 2014-SV3 and 2014-SV4.' 2026-07-08 16:40:26,323 [ scc.merge] INFO - PR 287 mtbc 'Make users' workshop dates less ambiguous.' 2026-07-08 16:40:26,323 [ scc.merge] INFO - PR 288 mtbc 'Add OMERO users' training in Dundee to Events index.' 2026-07-08 16:40:26,323 [ scc.merge] INFO - PR 285 pwalczysko 'Update website and add training-support list on website' 2026-07-08 16:40:26,323 [ scc.merge] INFO - PR 284 dgault 'Release notes for BF 6.0.1' 2026-07-08 16:40:26,323 [ scc.merge] INFO - PR 281 jburel 'Dundee workshops' 2026-07-08 16:40:26,323 [ scc.merge] INFO - PR 283 mtbc 'use more HTTPS on the OME website' 2026-07-08 16:40:26,323 [ scc.merge] INFO - PR 255 manics 'Experimental: Attempt to include sha256 in release notes' 2026-07-08 16:40:26,323 [ scc.merge] INFO - PR 282 dgault 'Update for Bio-Formats 6.0.0' 2026-07-08 16:40:26,323 [ scc.merge] INFO - PR 280 jburel 'update front page' 2026-07-08 16:40:26,323 [ scc.merge] INFO - PR 279 sbesson 'OMERO 5.4.10 release announcement' 2026-07-08 16:40:26,323 [ scc.merge] INFO - PR 278 jburel 'Next workshop' 2026-07-08 16:40:26,323 [ scc.merge] INFO - PR 277 emilroz 'Update Glencoe's team page link' 2026-07-08 16:40:26,323 [ scc.merge] INFO - PR 276 jburel 'Workshop promotion' 2026-07-08 16:40:26,323 [ scc.merge] INFO - PR 275 joshmoore 'Fairsharing 1' 2026-07-08 16:40:26,323 [ scc.merge] INFO - PR 274 joshmoore 'Fairsharing links' 2026-07-08 16:40:26,323 [ scc.merge] INFO - PR 271 jburel 'iviewer announcement fix' 2026-07-08 16:40:26,323 [ scc.merge] INFO - PR 270 jburel 'Post for iviewer 0.6.0' 2026-07-08 16:40:26,323 [ scc.merge] INFO - PR 268 jburel 'Turku is next' 2026-07-08 16:40:26,323 [ scc.merge] INFO - PR 267 jburel 'Remove members' 2026-07-08 16:40:26,323 [ scc.merge] INFO - PR 266 jburel 'Promote Okinawa' 2026-07-08 16:40:26,323 [ scc.merge] INFO - PR 265 jburel 'Promote upcoming workshops' 2026-07-08 16:40:26,323 [ scc.merge] INFO - PR 264 sbesson 'Add release announcement for OMERO 5.4.9' 2026-07-08 16:40:26,323 [ scc.merge] INFO - PR 263 jburel 'Announcement fpbioimage 0.3.0' 2026-07-08 16:40:26,323 [ scc.merge] INFO - PR 262 jburel 'Add I2K meeting' 2026-07-08 16:40:26,323 [ scc.merge] INFO - PR 261 jburel 'Announcement for figure 4.0.2' 2026-07-08 16:40:26,323 [ scc.merge] INFO - PR 249 will-moore 'apps page' 2026-07-08 16:40:26,323 [ scc.merge] INFO - PR 259 jburel 'Promote next workshop' 2026-07-08 16:40:26,323 [ scc.merge] INFO - PR 258 will-moore 'No top links' 2026-07-08 16:40:26,324 [ scc.merge] INFO - PR 260 joshmoore 'Add OMERO 5.4.8 release' 2026-07-08 16:40:26,324 [ scc.merge] INFO - PR 257 jburel 'Team update' 2026-07-08 16:40:26,324 [ scc.merge] INFO - PR 254 jburel 'start up' 2026-07-08 16:40:26,324 [ scc.merge] INFO - PR 245 will-moore 'training pages' 2026-07-08 16:40:26,324 [ scc.merge] INFO - PR 253 jburel 'Promote next event' 2026-07-08 16:40:26,324 [ scc.merge] INFO - PR 256 sbesson 'Add entry for Bio-Formats 5.9.2 release' 2026-07-08 16:40:26,324 [ scc.merge] INFO - PR 251 mtbc 'have security advisories mention assigned CVEs' 2026-07-08 16:40:26,324 [ scc.merge] INFO - PR 252 jburel 'Neubias workshop' 2026-07-08 16:40:26,324 [ scc.merge] INFO - PR 250 jburel '4.0.1 announcement' 2026-07-08 16:40:26,324 [ scc.merge] INFO - PR 248 jburel 'Upcoming events front page' 2026-07-08 16:40:26,324 [ scc.merge] INFO - PR 247 mtbc 'minor adjustments to Bio-Formats 5.9.1 release notes' 2026-07-08 16:40:26,324 [ scc.merge] INFO - PR 246 dgault 'Bio-Formats 5.9.1 release' 2026-07-08 16:40:26,324 [ scc.merge] INFO - PR 243 will-moore 'Add OMERO MIAP Workshop to Events list' 2026-07-08 16:40:26,324 [ scc.merge] INFO - PR 242 manics 'Include future-dated posts in build' 2026-07-08 16:40:26,324 [ scc.merge] INFO - PR 240 manics 'Include a version/date string in footer' 2026-07-08 16:40:26,324 [ scc.merge] INFO - PR 13 lunson 'Add bg images and logos' 2026-07-08 16:40:26,324 [ scc.merge] INFO - PR 11 hflynn 'Explore page' 2026-07-08 16:40:26,324 [ scc.merge] INFO - PR 241 sbesson 'Readme' 2026-07-08 16:40:26,324 [ scc.merge] INFO - PR 239 sbesson 'Website: build and deployment overhaul' 2026-07-08 16:40:26,324 [ scc.merge] INFO - PR 238 sbesson 'Link to Niko's AutoTx Smart presentation' 2026-07-08 16:40:26,324 [ scc.merge] INFO - PR 237 dgault 'Bio-Formats 5.9.0 release' 2026-07-08 16:40:26,324 [ scc.merge] INFO - PR 235 mtbc 'change links to OME help to use HTTPS' 2026-07-08 16:40:26,324 [ scc.merge] INFO - PR 234 sbesson 'Review citation page external links' 2026-07-08 16:40:26,324 [ scc.merge] INFO - PR 233 joshmoore 'docker: Use branch name rather than "master"' 2026-07-08 16:40:26,324 [ scc.merge] INFO - PR 232 sbesson 'OME2018 short talks' 2026-07-08 16:40:26,324 [ scc.merge] INFO - PR 231 sbesson 'OME2018: add references to presentations' 2026-07-08 16:40:26,324 [ scc.merge] INFO - PR 229 will-moore 'Release figure 4.0.0 post' 2026-07-08 16:40:26,324 [ scc.merge] INFO - PR 230 jburel 'Release iviewer 0.5.0' 2026-07-08 16:40:26,324 [ scc.merge] INFO - PR 227 sbesson 'Add programme for Day 2 of 2018 Users meeting' 2026-07-08 16:40:26,324 [ scc.merge] INFO - PR 228 sbesson 'Day1 short talks final' 2026-07-08 16:40:26,324 [ scc.merge] INFO - PR 226 sbesson 'Dundee2018: day 1 amendments' 2026-07-08 16:40:26,324 [ scc.merge] INFO - PR 224 jburel 'Omero 5.4.6' 2026-07-08 16:40:26,324 [ scc.merge] INFO - PR 223 sbesson 'Add programme for Day 1 of the 2018 Users Meeting' 2026-07-08 16:40:26,324 [ scc.merge] INFO - PR 225 sbesson 'Remove URLs to registration URL for 2018 Users meeting' 2026-07-08 16:40:26,324 [ scc.merge] INFO - PR 222 hflynn 'Move Harald to former members' 2026-07-08 16:40:26,324 [ scc.merge] INFO - PR 221 dgault 'Bio-Formats 5.8.2 release' 2026-07-08 16:40:26,324 [ scc.merge] INFO - PR 218 hflynn 'Add Riad to team page' 2026-07-08 16:40:26,324 [ scc.merge] INFO - PR 214 hflynn 'Older users meetings' 2026-07-08 16:40:26,324 [ scc.merge] INFO - PR 212 hflynn 'OMERO 5.4.5 release' 2026-07-08 16:40:26,324 [ scc.merge] INFO - PR 217 hflynn 'Add IDR announcement blog link' 2026-07-08 16:40:26,324 [ scc.merge] INFO - PR 216 hflynn 'Bio-Formats 5.8.1 release' 2026-07-08 16:40:26,324 [ scc.merge] INFO - PR 215 mtbc 'add statement about not-insecure OMERO versions' 2026-07-08 16:40:26,324 [ scc.merge] INFO - PR 213 hflynn 'Remove link redirected to legacy for old meetings' 2026-07-08 16:40:26,324 [ scc.merge] INFO - PR 210 hflynn 'Add page title for features section' 2026-07-08 16:40:26,324 [ scc.merge] INFO - PR 209 hflynn 'Add Docker Hub link to Explore' 2026-07-08 16:40:26,324 [ scc.merge] INFO - PR 208 ctrueden 'Fix the ImageJ web site link' 2026-07-08 16:40:26,324 [ scc.merge] INFO - PR 207 hflynn 'Add OMERO.iviewer page' 2026-07-08 16:40:26,324 [ scc.merge] INFO - PR 206 hflynn 'Remove Balaji & Eleanor from current staff' 2026-07-08 16:40:26,324 [ scc.merge] INFO - PR 204 lunson 'add Yokogawa to list of Commercial Partners' 2026-07-08 16:40:26,324 [ scc.merge] INFO - PR 203 hflynn 'Add fpbioimage to OMERO features view page' 2026-07-08 16:40:26,324 [ scc.merge] INFO - PR 194 hflynn 'Add OMERO.figure landing page' 2026-07-08 16:40:26,324 [ scc.merge] INFO - PR 205 hflynn 'Add Artwork page to share logos' 2026-07-08 16:40:26,324 [ scc.merge] INFO - PR 199 hflynn 'Change OMERO feature section heading' 2026-07-08 16:40:26,324 [ scc.merge] INFO - PR 202 lunson 'Chrome bg fix' 2026-07-08 16:40:26,324 [ scc.merge] INFO - PR 201 hflynn 'User Meeting banner for home page' 2026-07-08 16:40:26,325 [ scc.merge] INFO - PR 198 hflynn 'Bio-Formats 5.8.0 release' 2026-07-08 16:40:26,325 [ scc.merge] INFO - PR 200 hflynn 'Rename 2018 user meeting' 2026-07-08 16:40:26,325 [ scc.merge] INFO - PR 195 hflynn 'Alternative proposal for OMERO navigation' 2026-07-08 16:40:26,325 [ scc.merge] INFO - PR 197 hflynn 'Add Figure 3.2.1 announcement' 2026-07-08 16:40:26,325 [ scc.merge] INFO - PR 196 hflynn 'User meeting 2018' 2026-07-08 16:40:26,325 [ scc.merge] INFO - PR 191 hflynn 'Add Figure releases to announcements ' 2026-07-08 16:40:26,325 [ scc.merge] INFO - PR 190 will-moore 'figure 3.2.0 announcement' 2026-07-08 16:40:26,325 [ scc.merge] INFO - PR 189 hflynn 'Update Figure demo movie link' 2026-07-08 16:40:26,325 [ scc.merge] INFO - PR 188 hflynn 'OMERO 5.4.3 release' 2026-07-08 16:40:26,325 [ scc.merge] INFO - PR 187 lunson 'Twitter preview redux' 2026-07-08 16:40:26,325 [ scc.merge] INFO - PR 186 hflynn 'Add warning banner and updated announcements re: 5.4.2 web issue' 2026-07-08 16:40:26,325 [ scc.merge] INFO - PR 183 lunson 'add meta tags for Twitter' 2026-07-08 16:40:26,325 [ scc.merge] INFO - PR 184 lunson 'tone down the gray' 2026-07-08 16:40:26,325 [ scc.merge] INFO - PR 182 hflynn 'Add blurb for Docker compose on Explore page' 2026-07-08 16:40:26,325 [ scc.merge] INFO - PR 180 hflynn 'OMERO 5.4.2 release' 2026-07-08 16:40:26,325 [ scc.merge] INFO - PR 175 hflynn 'Add links to new publication doc' 2026-07-08 16:40:26,325 [ scc.merge] INFO - PR 155 manics 'Replace ansible example with link to repo' 2026-07-08 16:40:26,325 [ scc.merge] INFO - PR 181 hflynn 'Model 5.6.1 release' 2026-07-08 16:40:26,325 [ scc.merge] INFO - PR 179 hflynn 'Update gdoc meeting notes link for 2018' 2026-07-08 16:40:26,325 [ scc.merge] INFO - PR 178 hflynn 'Bio-Formats 5.7.3 release' 2026-07-08 16:40:26,325 [ scc.merge] INFO - PR 177 hflynn 'Make OMERO feature category icons clickable' 2026-07-08 16:40:26,325 [ scc.merge] INFO - PR 176 hflynn 'Escape ampersands in a href' 2026-07-08 16:40:26,325 [ scc.merge] INFO - PR 168 hflynn 'Add 2014 users meeting & pdf icons' 2026-07-08 16:40:26,325 [ scc.merge] INFO - PR 173 hflynn 'Remove hyphen from OME Files' 2026-07-08 16:40:26,325 [ scc.merge] INFO - PR 174 hflynn 'Link to demo signup on QA on Explore' 2026-07-08 16:40:26,325 [ scc.merge] INFO - PR 170 lunson 'fix link under Attaching Analytical Results' 2026-07-08 16:40:26,325 [ scc.merge] INFO - PR 172 lunson 'Fix docs links' 2026-07-08 16:40:26,325 [ scc.merge] INFO - PR 169 lunson 'Add Facebook preview image' 2026-07-08 16:40:26,325 [ scc.merge] INFO - PR 171 lunson 'replace old JCB logo with new one' 2026-07-08 16:40:26,325 [ scc.merge] INFO - PR 167 joshmoore 'Fix 040 copy-n-paste errors' 2026-07-08 16:40:26,325 [ scc.merge] INFO - PR 165 hflynn 'Add version & release link to ome files downloads' 2026-07-08 16:40:26,325 [ scc.merge] INFO - PR 166 rleigh-codelibre 'ome-files 0.5.0: Fix download links and sizes' 2026-07-08 16:40:26,325 [ scc.merge] INFO - PR 164 rleigh-codelibre 'ome-files 0.5.0: Fix capitalisation' 2026-07-08 16:40:26,325 [ scc.merge] INFO - PR 162 rleigh-codelibre 'ome-files 0.5.0' 2026-07-08 16:40:26,325 [ scc.merge] INFO - PR 163 hflynn ' Update ome-files docs links to new URLs' 2026-07-08 16:40:26,325 [ scc.merge] INFO - PR 154 hflynn 'Update links to scripting info' 2026-07-08 16:40:26,325 [ scc.merge] INFO - PR 161 hflynn '10th User meeting content' 2026-07-08 16:40:26,325 [ scc.merge] INFO - PR 160 jburel 'Renamed file' 2026-07-08 16:40:26,325 [ scc.merge] INFO - PR 159 jburel 'iviewer 0.4.0' 2026-07-08 16:40:26,325 [ scc.merge] INFO - PR 158 jburel 'Omero 5 4 1' 2026-07-08 16:40:26,325 [ scc.merge] INFO - PR 156 hflynn 'Bio-Formats 5.7.2 release' 2026-07-08 16:40:26,325 [ scc.merge] INFO - PR 153 hflynn 'Use docker-compose text on Explore page' 2026-07-08 16:40:26,325 [ scc.merge] INFO - PR 152 hflynn 'Add Gabry's job title from June' 2026-07-08 16:40:26,325 [ scc.merge] INFO - PR 151 lunson 'host social media images' 2026-07-08 16:40:26,325 [ scc.merge] INFO - PR 150 hflynn 'Use https for twitter links' 2026-07-08 16:40:26,325 [ scc.merge] INFO - PR 148 hflynn 'Docs links' 2026-07-08 16:40:26,325 [ scc.merge] INFO - PR 146 hflynn 'Announce figure 3.1.2' 2026-07-08 16:40:26,325 [ scc.merge] INFO - PR 147 hflynn 'Fix doc URL in announcement' 2026-07-08 16:40:26,325 [ scc.merge] INFO - PR 142 hflynn '5.4.0 release update' 2026-07-08 16:40:26,325 [ scc.merge] INFO - PR 138 lunson 'Add sitemap' 2026-07-08 16:40:26,325 [ scc.merge] INFO - PR 145 hflynn 'Use qa link for demo account on omero downloads' 2026-07-08 16:40:26,325 [ scc.merge] INFO - PR 141 hflynn 'Add 11th user meeting to events' 2026-07-08 16:40:26,325 [ scc.merge] INFO - PR 122 hflynn 'Update web install doc link for 5.4.0' 2026-07-08 16:40:26,325 [ scc.merge] INFO - PR 131 hflynn 'Add new OMERO features for 5.4' 2026-07-08 16:40:26,326 [ scc.merge] INFO - PR 144 kennethgillen 'addendum regarding omero.web.check_version' 2026-07-08 16:40:26,326 [ scc.merge] INFO - PR 139 hflynn 'Remove Simone from the Dundee team page' 2026-07-08 16:40:26,326 [ scc.merge] INFO - PR 132 hflynn 'Social hub page' 2026-07-08 16:40:26,326 [ scc.merge] INFO - PR 134 lunson 'indicate current page of pagination' 2026-07-08 16:40:26,326 [ scc.merge] INFO - PR 135 lunson 'add flimfit to Analyze features' 2026-07-08 16:40:26,326 [ scc.merge] INFO - PR 133 hflynn 'Announce iviewer 0.3.0' 2026-07-08 16:40:26,326 [ scc.merge] INFO - PR 129 hflynn 'Contributors' 2026-07-08 16:40:26,326 [ scc.merge] INFO - PR 130 hflynn 'Rename BioSharing to FAIRsharing' 2026-07-08 16:40:26,326 [ scc.merge] INFO - PR 128 dgault 'Bio-Formats 5.7.1 release update ' 2026-07-08 16:40:26,326 [ scc.merge] INFO - PR 127 lunson 'Links to secvul' 2026-07-08 16:40:26,326 [ scc.merge] INFO - PR 124 hflynn 'Update secvuln page links on release announcements' 2026-07-08 16:40:26,326 [ scc.merge] INFO - PR 126 hflynn 'Remove mail-to link' 2026-07-08 16:40:26,326 [ scc.merge] INFO - PR 125 hflynn 'Add previous to download footers &fix OMERO components link' 2026-07-08 16:40:26,326 [ scc.merge] INFO - PR 123 lunson 'clean up security landing page' 2026-07-08 16:40:26,326 [ scc.merge] INFO 2026-07-08 16:40:26,326 [ scc.merge] INFO Merged PRs: 2026-07-08 16:40:26,326 [ scc.merge] INFO - PR 880 dependabot[bot] 'Bump _governance from `c09da53` to `62ee97f`' 2026-07-08 16:40:26,326 [ scc.merge] INFO 2026-07-08 16:40:26,326 [ scc.merge] DEBUG Cleaning remote branches created for merging 2026-07-08 16:40:26,326 [ 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 16:40:29,356 [ scc.config] DEBUG Found github.token 2026-07-08 16:40:29,358 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443 2026-07-08 16:40:29,596 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None 2026-07-08 16:40:30,057 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None 2026-07-08 16:40:30,469 [urllib3.conn] DEBUG https://api.github.com:443 "GET /rate_limit HTTP/1.1" 200 None 2026-07-08 16:40:30,469 [ scc.gh] DEBUG 4999 remaining from 5000 (Reset at 17:07 2026-07-08 16:40:30,470 [ scc.git] DEBUG Calling 'git rev-parse --show-toplevel' 2026-07-08 16:40:30,481 [ scc.git] DEBUG Check current status 2026-07-08 16:40:30,481 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD' 2026-07-08 16:40:30,503 [ scc.git] DEBUG 8d66dbba merge master -Dorg -Snone 2026-07-08 16:40:30,504 [ scc.git] DEBUG Calling 'git submodule status' 2026-07-08 16:40:30,688 [ scc.git] DEBUG 7bec92a82ad60d24438f37d2b2d1145a2ff470aa Schemas (heads/master) 2026-07-08 16:40:30,768 [ scc.git] DEBUG 62ee97fa91c8a828403f9457343cb8ae238191f1 _governance (heads/main) 2026-07-08 16:40:30,823 [ scc.git] DEBUG 83a75cc12b0ca56b2e70a23c907ca6e8b52b71d4 _minutes (heads/master) 2026-07-08 16:40:30,833 [ scc.config] DEBUG Found remote.origin.url 2026-07-08 16:40:31,162 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org HTTP/1.1" 200 None 2026-07-08 16:40:31,726 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None 2026-07-08 16:40:32,186 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None 2026-07-08 16:40:32,649 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None 2026-07-08 16:40:33,127 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None 2026-07-08 16:40:33,128 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path' 2026-07-08 16:40:33,220 [ scc.git] DEBUG cd /home/omero/workspace/WEBSITE-push/Schemas 2026-07-08 16:40:33,220 [ scc.git] DEBUG Calling 'git rev-parse --show-toplevel' 2026-07-08 16:40:33,231 [ scc.git] DEBUG Check current status 2026-07-08 16:40:33,231 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD' 2026-07-08 16:40:33,248 [ scc.git] DEBUG 7bec92a Generate Schemas pages 2026-07-08 16:40:33,249 [ scc.git] DEBUG Calling 'git submodule status' 2026-07-08 16:40:33,373 [ scc.config] DEBUG Found remote.origin.url 2026-07-08 16:40:33,710 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/schemas HTTP/1.1" 200 None 2026-07-08 16:40:34,230 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None 2026-07-08 16:40:34,699 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None 2026-07-08 16:40:35,160 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None 2026-07-08 16:40:35,605 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None 2026-07-08 16:40:35,606 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path' 2026-07-08 16:40:35,710 [ scc.git] DEBUG cd /home/omero/workspace/WEBSITE-push 2026-07-08 16:40:35,710 [ scc.git] DEBUG cd /home/omero/workspace/WEBSITE-push/_governance 2026-07-08 16:40:35,710 [ scc.git] DEBUG Calling 'git rev-parse --show-toplevel' 2026-07-08 16:40:35,723 [ scc.git] DEBUG Check current status 2026-07-08 16:40:35,723 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD' 2026-07-08 16:40:35,742 [ scc.git] DEBUG 62ee97f Merge pull request #1 from pwalczysko/layout-fixes 2026-07-08 16:40:35,743 [ scc.git] DEBUG Calling 'git submodule status' 2026-07-08 16:40:35,864 [ scc.config] DEBUG Found remote.origin.url 2026-07-08 16:40:36,169 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/governance HTTP/1.1" 200 None 2026-07-08 16:40:36,693 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None 2026-07-08 16:40:37,169 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None 2026-07-08 16:40:37,628 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None 2026-07-08 16:40:38,110 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None 2026-07-08 16:40:38,111 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path' 2026-07-08 16:40:38,209 [ scc.git] DEBUG cd /home/omero/workspace/WEBSITE-push 2026-07-08 16:40:38,210 [ scc.git] DEBUG cd /home/omero/workspace/WEBSITE-push/_minutes 2026-07-08 16:40:38,210 [ scc.git] DEBUG Calling 'git rev-parse --show-toplevel' 2026-07-08 16:40:38,221 [ scc.git] DEBUG Check current status 2026-07-08 16:40:38,221 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD' 2026-07-08 16:40:38,239 [ scc.git] DEBUG 83a75cc 03 and 10th Feb 2026 2026-07-08 16:40:38,240 [ scc.git] DEBUG Calling 'git submodule status' 2026-07-08 16:40:38,370 [ scc.config] DEBUG Found remote.origin.url 2026-07-08 16:40:38,696 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/meeting-minutes HTTP/1.1" 200 None 2026-07-08 16:40:39,232 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None 2026-07-08 16:40:39,684 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None 2026-07-08 16:40:40,147 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None 2026-07-08 16:40:40,768 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None 2026-07-08 16:40:40,769 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path' 2026-07-08 16:40:40,866 [ scc.git] DEBUG cd /home/omero/workspace/WEBSITE-push 2026-07-08 16:40:40,866 [ scc.git] DEBUG Resetting... 2026-07-08 16:40:40,866 [ scc.git] DEBUG Calling 'git reset --hard HEAD' 2026-07-08 16:40:41,289 [ scc.git] DEBUG HEAD is now at 8d66dbba merge master -Dorg -Snone 2026-07-08 16:40:41,291 [ scc.git] DEBUG Calling 'git submodule update --recursive' 2026-07-08 16:40:41,527 [ scc.git] DEBUG Check current status 2026-07-08 16:40:41,528 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD' 2026-07-08 16:40:41,550 [ scc.git] DEBUG 8d66dbba merge master -Dorg -Snone 2026-07-08 16:40:41,551 [ scc.git] DEBUG Calling 'git submodule status' 2026-07-08 16:40:41,729 [ scc.git] DEBUG 7bec92a82ad60d24438f37d2b2d1145a2ff470aa Schemas (heads/master) 2026-07-08 16:40:41,806 [ scc.git] DEBUG 62ee97fa91c8a828403f9457343cb8ae238191f1 _governance (heads/main) 2026-07-08 16:40:41,859 [ scc.git] DEBUG 83a75cc12b0ca56b2e70a23c907ca6e8b52b71d4 _minutes (heads/master) 2026-07-08 16:40:41,860 [ scc.merge] INFO Merging Pull Request(s) based on master 2026-07-08 16:40:41,860 [ scc.merge] INFO Including Pull Request(s) opened by any public member of the organization 2026-07-08 16:40:41,860 [ scc.merge] INFO Including Pull Request(s) labelled as include or dependencies 2026-07-08 16:40:41,860 [ scc.merge] INFO Excluding Pull Request(s) staged as draft 2026-07-08 16:40:41,860 [ scc.merge] INFO Excluding Pull Request(s) labelled as exclude or breaking 2026-07-08 16:40:41,860 [ scc.merge] INFO Excluding Pull Request(s) without successful status 2026-07-08 16:40:41,860 [ scc.repo] DEBUG ## PRs found: 2026-07-08 16:40:42,144 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/pulls HTTP/1.1" 200 None 2026-07-08 16:40:42,654 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/www.openmicroscopy.org/issues/880 HTTP/1.1" 200 None 2026-07-08 16:40:42,655 [ scc.repo] DEBUG # ... Include label: dependencies 2026-07-08 16:40:43,290 [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 16:40:43,860 [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 16:40:44,426 [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 16:40:44,918 [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 16:40:45,391 [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 16:40:45,391 [ scc.repo] DEBUG - PR 880 dependabot[bot] 'Bump _governance from `c09da53` to `62ee97f`' 2026-07-08 16:40:45,391 [ scc.repo] DEBUG ## Branches found: 2026-07-08 16:40:45,391 [ scc.git] DEBUG Get sha1 of %s 2026-07-08 16:40:45,392 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2026-07-08 16:40:45,402 [ scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master' 2026-07-08 16:40:45,415 [ scc.git] DEBUG ## Merging base to ensure closed PRs are included. 2026-07-08 16:40:45,415 [ scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master' 2026-07-08 16:40:45,432 [ scc.git] DEBUG Calling 'git merge --ff-only origin/master' 2026-07-08 16:40:45,486 [ scc.git] DEBUG Already up to date. 2026-07-08 16:40:45,486 [ scc.git] DEBUG Calling 'git fetch origin pull/880/head' 2026-07-08 16:40:46,487 [ scc.git] DEBUG From https://github.com/ome/www.openmicroscopy.org 2026-07-08 16:40:46,487 [ scc.git] DEBUG * branch refs/pull/880/head -> FETCH_HEAD 2026-07-08 16:40:46,523 [ scc.git] DEBUG ## Unique users: [] 2026-07-08 16:40:46,523 [ scc.git] DEBUG Get sha1 of %s 2026-07-08 16:40:46,523 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2026-07-08 16:40:46,557 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...77e6e835c3d6dc9ee5d45e836cea488c5c43db00' 2026-07-08 16:40:46,581 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2026-07-08 16:40:46,591 [ 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 16:40:46,664 [ scc.git] DEBUG Already up to date. 2026-07-08 16:40:46,888 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None 2026-07-08 16:40:46,889 [ scc.git] DEBUG Calling 'git submodule update' 2026-07-08 16:40:47,058 [ scc.git] DEBUG Get sha1 of %s 2026-07-08 16:40:47,058 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2026-07-08 16:40:47,068 [ scc.repo] DEBUG ## PRs found: 2026-07-08 16:40:47,455 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/schemas/pulls HTTP/1.1" 200 None 2026-07-08 16:40:47,961 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/schemas/issues/12 HTTP/1.1" 200 None 2026-07-08 16:40:48,458 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/schemas/issues/12/comments HTTP/1.1" 200 None 2026-07-08 16:40:48,459 [ scc.repo] DEBUG ## Branches found: 2026-07-08 16:40:48,459 [ scc.git] DEBUG cd /home/omero/workspace/WEBSITE-push/Schemas 2026-07-08 16:40:48,461 [ scc.git] DEBUG Get sha1 of %s 2026-07-08 16:40:48,461 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2026-07-08 16:40:48,477 [ scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master' 2026-07-08 16:40:48,495 [ scc.git] DEBUG ## Merging base to ensure closed PRs are included. 2026-07-08 16:40:48,495 [ scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master' 2026-07-08 16:40:48,520 [ scc.git] DEBUG Calling 'git merge --ff-only origin/master' 2026-07-08 16:40:48,581 [ scc.git] DEBUG Already up to date. 2026-07-08 16:40:48,581 [ scc.git] DEBUG ## Unique users: [] 2026-07-08 16:40:48,581 [ scc.git] DEBUG Get sha1 of %s 2026-07-08 16:40:48,581 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2026-07-08 16:40:48,595 [ scc.git] DEBUG Calling 'git submodule update' 2026-07-08 16:40:48,694 [ scc.git] DEBUG Get sha1 of %s 2026-07-08 16:40:48,694 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2026-07-08 16:40:48,707 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path' 2026-07-08 16:40:48,803 [ scc.git] DEBUG Calling 'git status --porcelain' 2026-07-08 16:40:48,950 [ scc.git] DEBUG has no local changes 2026-07-08 16:40:48,951 [ 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#2 (https://merge-ci.openmicroscopy.org/jenkins/job/WEBSITE-push/2/)' 2026-07-08 16:40:49,086 [ scc.git] DEBUG [detached HEAD 3e60e7a] merge master -Dorg -Ssuccess-only 2026-07-08 16:40:49,088 [ scc.git] DEBUG cd /home/omero/workspace/WEBSITE-push 2026-07-08 16:40:49,088 [ scc.repo] DEBUG ## PRs found: 2026-07-08 16:40:49,383 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/governance/pulls HTTP/1.1" 200 None 2026-07-08 16:40:49,384 [ scc.repo] DEBUG ## Branches found: 2026-07-08 16:40:49,384 [ scc.git] DEBUG cd /home/omero/workspace/WEBSITE-push/_governance 2026-07-08 16:40:49,384 [ scc.git] DEBUG Get sha1 of %s 2026-07-08 16:40:49,384 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2026-07-08 16:40:49,398 [ scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master' 2026-07-08 16:40:49,411 [ scc.git] DEBUG ## Unique users: [] 2026-07-08 16:40:49,411 [ scc.git] DEBUG Get sha1 of %s 2026-07-08 16:40:49,411 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2026-07-08 16:40:49,422 [ scc.git] DEBUG Calling 'git submodule update' 2026-07-08 16:40:49,533 [ scc.git] DEBUG Get sha1 of %s 2026-07-08 16:40:49,533 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2026-07-08 16:40:49,547 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path' 2026-07-08 16:40:49,657 [ scc.git] DEBUG Calling 'git status --porcelain' 2026-07-08 16:40:49,709 [ scc.git] DEBUG has no local changes 2026-07-08 16:40:49,709 [ scc.git] DEBUG Calling 'git commit --allow-empty -a -n -m merge master -Dorg -Ssuccess-only Repository: ome/governance Generated by WEBSITE-push#2 (https://merge-ci.openmicroscopy.org/jenkins/job/WEBSITE-push/2/)' 2026-07-08 16:40:49,859 [ scc.git] DEBUG [detached HEAD c016613] merge master -Dorg -Ssuccess-only 2026-07-08 16:40:49,861 [ scc.git] DEBUG cd /home/omero/workspace/WEBSITE-push 2026-07-08 16:40:49,862 [ scc.repo] DEBUG ## PRs found: 2026-07-08 16:40:50,080 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/meeting-minutes/pulls HTTP/1.1" 200 2 2026-07-08 16:40:50,080 [ scc.repo] DEBUG ## Branches found: 2026-07-08 16:40:50,080 [ scc.git] DEBUG cd /home/omero/workspace/WEBSITE-push/_minutes 2026-07-08 16:40:50,080 [ scc.git] DEBUG Get sha1 of %s 2026-07-08 16:40:50,080 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2026-07-08 16:40:50,096 [ scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master' 2026-07-08 16:40:50,115 [ scc.git] DEBUG ## Merging base to ensure closed PRs are included. 2026-07-08 16:40:50,115 [ scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master' 2026-07-08 16:40:50,138 [ scc.git] DEBUG Calling 'git merge --ff-only origin/master' 2026-07-08 16:40:50,203 [ scc.git] DEBUG Already up to date. 2026-07-08 16:40:50,203 [ scc.git] DEBUG ## Unique users: [] 2026-07-08 16:40:50,204 [ scc.git] DEBUG Get sha1 of %s 2026-07-08 16:40:50,204 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2026-07-08 16:40:50,221 [ scc.git] DEBUG Calling 'git submodule update' 2026-07-08 16:40:50,336 [ scc.git] DEBUG Get sha1 of %s 2026-07-08 16:40:50,336 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2026-07-08 16:40:50,349 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path' 2026-07-08 16:40:50,451 [ scc.git] DEBUG Calling 'git status --porcelain' 2026-07-08 16:40:50,640 [ scc.git] DEBUG has no local changes 2026-07-08 16:40:50,640 [ 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#2 (https://merge-ci.openmicroscopy.org/jenkins/job/WEBSITE-push/2/)' 2026-07-08 16:40:50,799 [ scc.git] DEBUG [detached HEAD 43e58ab] merge master -Dorg -Ssuccess-only 2026-07-08 16:40:50,801 [ scc.git] DEBUG cd /home/omero/workspace/WEBSITE-push 2026-07-08 16:40:50,801 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path' 2026-07-08 16:40:50,903 [ scc.config] DEBUG Found submodule.Schemas.url 2026-07-08 16:40:51,100 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None 2026-07-08 16:40:51,134 [ scc.config] DEBUG Found submodule._governance.url 2026-07-08 16:40:51,548 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None 2026-07-08 16:40:51,582 [ scc.config] DEBUG Found submodule._minutes.url 2026-07-08 16:40:51,991 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None 2026-07-08 16:40:52,022 [ scc.git] DEBUG Calling 'git status --porcelain' 2026-07-08 16:40:52,337 [ scc.git] DEBUG has local changes 2026-07-08 16:40:52,337 [ 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#2 (https://merge-ci.openmicroscopy.org/jenkins/job/WEBSITE-push/2/)' 2026-07-08 16:40:52,562 [ scc.git] DEBUG [pr-123 47306ed5] merge master -Dorg -Ssuccess-only 2026-07-08 16:40:52,562 [ scc.git] DEBUG 4 files changed, 6 insertions(+), 6 deletions(-) 2026-07-08 16:40:52,564 [ scc.merge] INFO Repository: ome/www.openmicroscopy.org 2026-07-08 16:40:52,564 [ scc.merge] INFO Already up to date. 2026-07-08 16:40:52,564 [ scc.merge] INFO 2026-07-08 16:40:52,564 [ scc.merge] INFO Merged PRs: 2026-07-08 16:40:52,564 [ scc.merge] INFO - PR 880 dependabot[bot] 'Bump _governance from `c09da53` to `62ee97f`' 2026-07-08 16:40:52,564 [ scc.merge] INFO 2026-07-08 16:40:52,564 [ scc.merge] INFO Repository: ome/schemas 2026-07-08 16:40:52,564 [ scc.merge] INFO Excluded PRs: 2026-07-08 16:40:52,564 [ scc.merge] INFO - PR 12 joshmoore 'Update schemas doc pages' (stage: draft) 2026-07-08 16:40:52,564 [ scc.merge] INFO Already up to date. 2026-07-08 16:40:52,564 [ scc.merge] INFO 2026-07-08 16:40:52,564 [ scc.merge] INFO 2026-07-08 16:40:52,564 [ scc.merge] INFO Repository: ome/governance 2026-07-08 16:40:52,564 [ scc.merge] INFO 2026-07-08 16:40:52,564 [ scc.merge] INFO Repository: ome/meeting-minutes 2026-07-08 16:40:52,564 [ scc.merge] INFO Already up to date. 2026-07-08 16:40:52,564 [ scc.merge] INFO 2026-07-08 16:40:52,564 [ scc.merge] INFO 2026-07-08 16:40:52,564 [ scc.merge] DEBUG Cleaning remote branches created for merging 2026-07-08 16:40:52,564 [ scc.git] DEBUG Calling 'git remote' 2026-07-08 16:40:52,577 [ scc.git] DEBUG cd /home/omero/workspace/WEBSITE-push/Schemas 2026-07-08 16:40:52,577 [ scc.git] DEBUG Calling 'git remote' 2026-07-08 16:40:52,593 [ scc.git] DEBUG cd /home/omero/workspace/WEBSITE-push 2026-07-08 16:40:52,593 [ scc.git] DEBUG cd /home/omero/workspace/WEBSITE-push/_governance 2026-07-08 16:40:52,593 [ scc.git] DEBUG Calling 'git remote' 2026-07-08 16:40:52,609 [ scc.git] DEBUG cd /home/omero/workspace/WEBSITE-push 2026-07-08 16:40:52,609 [ scc.git] DEBUG cd /home/omero/workspace/WEBSITE-push/_minutes 2026-07-08 16:40:52,609 [ scc.git] DEBUG Calling 'git remote' 2026-07-08 16:40:52,624 [ 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 On branch pr-123 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