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