Started by upstream project "Trigger" build number 35 originally caused by: Started by user devspace [Pipeline] Start of Pipeline [Pipeline] node Running on testintegration in /home/omero/workspace/OMERO-python-superbuild-push [Pipeline] { [Pipeline] library Loading library recursiveMerge@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.39.2' > git ls-remote -- https://github.com/ome/jenkins-library-recursivemerge.git # timeout=10 Found match: refs/heads/master revision f061dff15033c5cd55249a383f52c15ca4a0e5cf The recommended git tool is: NONE No credentials specified > git rev-parse --resolve-git-dir /var/jenkins_home/jobs/OMERO-python-superbuild-push/workspace@libs/3527f795de077758b82663f7b48798100750860c75e4099522d51863b08dc748/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/ome/jenkins-library-recursivemerge.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/ome/jenkins-library-recursivemerge.git > git --version # timeout=10 > git --version # 'git version 2.39.2' > git fetch --no-tags --force --progress -- https://github.com/ome/jenkins-library-recursivemerge.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision f061dff15033c5cd55249a383f52c15ca4a0e5cf (master) > git config core.sparsecheckout # timeout=10 > git checkout -f f061dff15033c5cd55249a383f52c15ca4a0e5cf # timeout=10 Commit message: "Merge pull request #17 from jburel/python3" > git rev-list --no-walk f061dff15033c5cd55249a383f52c15ca4a0e5cf # timeout=10 [Pipeline] checkout The recommended git tool is: NONE No credentials specified Fetching changes from the remote Git repository Checking out Revision 2524209fa303040cb896adb393aa091fe485414d (refs/remotes/origin/master) Commit message: "Merge pull request #272 from ome/dependabot/submodules/omero-web-0e4013c" > git rev-parse --resolve-git-dir /home/omero/workspace/OMERO-python-superbuild-push/.git # timeout=10 > git config remote.origin.url https://github.com/ome/omero-python-superbuild.git # timeout=10 Fetching upstream changes from https://github.com/ome/omero-python-superbuild.git > git --version # timeout=10 > git --version # 'git version 2.39.3' > git fetch --tags --force --progress -- https://github.com/ome/omero-python-superbuild.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2524209fa303040cb896adb393aa091fe485414d # timeout=10 > git rev-list --no-walk 2524209fa303040cb896adb393aa091fe485414d # timeout=10 Cleaning workspace > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 > git clean -fdx # timeout=10 > git submodule foreach --recursive git reset --hard # timeout=10 > git submodule foreach --recursive git clean -fdx # timeout=10 > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.omero-py.url # timeout=10 > git config -f .gitmodules --get submodule.omero-py.path # timeout=10 > git config --get submodule.omero-web.url # timeout=10 > git config -f .gitmodules --get submodule.omero-web.path # timeout=10 > git config --get submodule.omero-marshal.url # timeout=10 > git config -f .gitmodules --get submodule.omero-marshal.path # timeout=10 > git config --get submodule.omero-dropbox.url # timeout=10 > git config -f .gitmodules --get submodule.omero-dropbox.path # timeout=10 > git config --get submodule.omero-scripts.url # timeout=10 > git config -f .gitmodules --get submodule.omero-scripts.path # timeout=10 > git submodule update --init --recursive omero-py # timeout=10 [Pipeline] pwd [Pipeline] copyArtifacts Copied 1 artifact from "OMERO-build-push" build number 31 [Pipeline] sh + pushd build ~/workspace/OMERO-python-superbuild-push/build ~/workspace/OMERO-python-superbuild-push + curl -sfL https://github.com/ome/build-infra/archive/master.tar.gz + tar -zxf - > git submodule update --init --recursive omero-web # timeout=10 > git submodule update --init --recursive omero-marshal # timeout=10 > git submodule update --init --recursive omero-dropbox # timeout=10 > git submodule update --init --recursive omero-scripts # timeout=10 + popd ~/workspace/OMERO-python-superbuild-push + python3 -m venv build/venv + . build/venv/bin/activate ++ deactivate nondestructive ++ '[' -n '' ']' ++ '[' -n '' ']' ++ '[' -n /bin/bash -o -n '' ']' ++ hash -r ++ '[' -n '' ']' ++ unset VIRTUAL_ENV ++ '[' '!' nondestructive = nondestructive ']' ++ VIRTUAL_ENV=/home/omero/workspace/OMERO-python-superbuild-push/build/venv ++ export VIRTUAL_ENV ++ _OLD_VIRTUAL_PATH=/opt/ice-3.6.5/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin ++ PATH=/home/omero/workspace/OMERO-python-superbuild-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 ++ '[' -n /bin/bash -o -n '' ']' ++ hash -r + python3 -m pip install -U pip Requirement already satisfied: pip in ./build/venv/lib/python3.9/site-packages (21.2.3) Collecting pip Using cached pip-24.0-py3-none-any.whl (2.1 MB) Installing collected packages: pip Attempting uninstall: pip Found existing installation: pip 21.2.3 Uninstalling pip-21.2.3: Successfully uninstalled pip-21.2.3 Successfully installed pip-24.0 + python3 -m pip install scc Collecting scc Using cached scc-0.19.1-py3-none-any.whl.metadata (3.6 kB) Collecting PyGithub>=1.54 (from scc) Using cached PyGithub-2.3.0-py3-none-any.whl.metadata (3.8 kB) Collecting PyYAML>=5.1 (from scc) Using cached PyYAML-6.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB) Collecting future (from scc) Using cached future-1.0.0-py3-none-any.whl.metadata (4.0 kB) Collecting ruamel.yaml (from scc) Using cached ruamel.yaml-0.18.6-py3-none-any.whl.metadata (23 kB) Collecting ruamel.yaml.jinja2 (from scc) Using cached ruamel.yaml.jinja2-0.2.7-py2.py3-none-any.whl.metadata (2.9 kB) Collecting six (from scc) Using cached six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) Collecting urllib3<2 (from scc) Using cached urllib3-1.26.18-py2.py3-none-any.whl.metadata (48 kB) Collecting yaclifw<0.3,>=0.2.0 (from scc) Using cached yaclifw-0.2.0-py3-none-any.whl Collecting pynacl>=1.4.0 (from PyGithub>=1.54->scc) Using cached PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl.metadata (8.6 kB) Collecting requests>=2.14.0 (from PyGithub>=1.54->scc) Using cached requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) Collecting pyjwt>=2.4.0 (from pyjwt[crypto]>=2.4.0->PyGithub>=1.54->scc) Using cached PyJWT-2.8.0-py3-none-any.whl.metadata (4.2 kB) Collecting typing-extensions>=4.0.0 (from PyGithub>=1.54->scc) Using cached typing_extensions-4.11.0-py3-none-any.whl.metadata (3.0 kB) Collecting Deprecated (from PyGithub>=1.54->scc) Using cached Deprecated-1.2.14-py2.py3-none-any.whl.metadata (5.4 kB) Collecting ruamel.yaml.clib>=0.2.7 (from ruamel.yaml->scc) Using cached ruamel.yaml.clib-0.2.8-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl.metadata (2.2 kB) Collecting cryptography>=3.4.0 (from pyjwt[crypto]>=2.4.0->PyGithub>=1.54->scc) Using cached cryptography-42.0.5-cp39-abi3-manylinux_2_28_x86_64.whl.metadata (5.3 kB) Collecting cffi>=1.4.1 (from pynacl>=1.4.0->PyGithub>=1.54->scc) Using cached cffi-1.16.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB) Collecting charset-normalizer<4,>=2 (from requests>=2.14.0->PyGithub>=1.54->scc) Using cached charset_normalizer-3.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (33 kB) Collecting idna<4,>=2.5 (from requests>=2.14.0->PyGithub>=1.54->scc) Using cached idna-3.7-py3-none-any.whl.metadata (9.9 kB) Collecting certifi>=2017.4.17 (from requests>=2.14.0->PyGithub>=1.54->scc) Using cached certifi-2024.2.2-py3-none-any.whl.metadata (2.2 kB) Collecting wrapt<2,>=1.10 (from Deprecated->PyGithub>=1.54->scc) Using cached wrapt-1.16.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.6 kB) Collecting pycparser (from cffi>=1.4.1->pynacl>=1.4.0->PyGithub>=1.54->scc) Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes) Using cached scc-0.19.1-py3-none-any.whl (48 kB) Using cached PyGithub-2.3.0-py3-none-any.whl (354 kB) Using cached PyYAML-6.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (738 kB) Using cached urllib3-1.26.18-py2.py3-none-any.whl (143 kB) Using cached future-1.0.0-py3-none-any.whl (491 kB) Using cached ruamel.yaml-0.18.6-py3-none-any.whl (117 kB) Using cached ruamel.yaml.jinja2-0.2.7-py2.py3-none-any.whl (5.5 kB) Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) Using cached PyJWT-2.8.0-py3-none-any.whl (22 kB) Using cached PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB) Using cached requests-2.31.0-py3-none-any.whl (62 kB) Using cached ruamel.yaml.clib-0.2.8-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl (562 kB) Using cached typing_extensions-4.11.0-py3-none-any.whl (34 kB) Using cached Deprecated-1.2.14-py2.py3-none-any.whl (9.6 kB) Using cached certifi-2024.2.2-py3-none-any.whl (163 kB) Using cached cffi-1.16.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (443 kB) Using cached charset_normalizer-3.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (142 kB) Using cached cryptography-42.0.5-cp39-abi3-manylinux_2_28_x86_64.whl (4.6 MB) Using cached idna-3.7-py3-none-any.whl (66 kB) Using cached wrapt-1.16.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (80 kB) Using cached pycparser-2.22-py3-none-any.whl (117 kB) Installing collected packages: wrapt, urllib3, typing-extensions, six, ruamel.yaml.clib, PyYAML, pyjwt, pycparser, idna, future, charset-normalizer, certifi, yaclifw, ruamel.yaml, requests, Deprecated, cffi, ruamel.yaml.jinja2, pynacl, cryptography, PyGithub, scc Successfully installed Deprecated-1.2.14 PyGithub-2.3.0 PyYAML-6.0.1 certifi-2024.2.2 cffi-1.16.0 charset-normalizer-3.3.2 cryptography-42.0.5 future-1.0.0 idna-3.7 pycparser-2.22 pyjwt-2.8.0 pynacl-1.5.0 requests-2.31.0 ruamel.yaml-0.18.6 ruamel.yaml.clib-0.2.8 ruamel.yaml.jinja2-0.2.7 scc-0.19.1 six-1.16.0 typing-extensions-4.11.0 urllib3-1.26.18 wrapt-1.16.0 yaclifw-0.2.0 [Pipeline] sh + export BASE_REPO=omero-python-superbuild.git + BASE_REPO=omero-python-superbuild.git + export BASE_BRANCH=master + BASE_BRANCH=master + export VERSION_LOG=/home/omero/workspace/OMERO-python-superbuild-push/build/version.tsv + VERSION_LOG=/home/omero/workspace/OMERO-python-superbuild-push/build/version.tsv + . build/venv/bin/activate ++ deactivate nondestructive ++ '[' -n '' ']' ++ '[' -n '' ']' ++ '[' -n /bin/bash -o -n '' ']' ++ hash -r ++ '[' -n '' ']' ++ unset VIRTUAL_ENV ++ '[' '!' nondestructive = nondestructive ']' ++ VIRTUAL_ENV=/home/omero/workspace/OMERO-python-superbuild-push/build/venv ++ export VIRTUAL_ENV ++ _OLD_VIRTUAL_PATH=/opt/ice-3.6.5/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin ++ PATH=/home/omero/workspace/OMERO-python-superbuild-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 ++ '[' -n /bin/bash -o -n '' ']' ++ 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) 2024-04-12 06:24:04,006 [ scc.config] DEBUG Found github.token 2024-04-12 06:24:04,009 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443 2024-04-12 06:24:04,239 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None 2024-04-12 06:24:04,643 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None 2024-04-12 06:24:05,050 [urllib3.conn] DEBUG https://api.github.com:443 "GET /rate_limit HTTP/1.1" 200 None 2024-04-12 06:24:05,051 [ scc.gh] DEBUG 4036 remaining from 5000 (Reset at 06:04 2024-04-12 06:24:05,052 [ scc.git] DEBUG Calling 'git rev-parse --show-toplevel' 2024-04-12 06:24:05,057 [ scc.git] DEBUG Check current status 2024-04-12 06:24:05,057 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD' 2024-04-12 06:24:05,060 [ scc.git] DEBUG 2524209 Merge pull request #272 from ome/dependabot/submodules/omero-web-0e4013c 2024-04-12 06:24:05,060 [ scc.git] DEBUG Calling 'git submodule status' 2024-04-12 06:24:05,099 [ scc.git] DEBUG 586335057cf72cce7df48fd2b99f124a26100deb omero-dropbox (v5.6.0-54-g5863350) 2024-04-12 06:24:05,102 [ scc.git] DEBUG cca4c2f7b6934b48b8ddb0e337c32d32cd4a07f3 omero-marshal (v0.9.0-4-gcca4c2f) 2024-04-12 06:24:05,106 [ scc.git] DEBUG d76e17aa58ca755d239e9e8005712cd78239c62e omero-py (v5.19.1-1-gd76e17aa) 2024-04-12 06:24:05,109 [ scc.git] DEBUG 2078ac72dbf11f2733e685000a274eff81c2ac2d omero-scripts (v5.8.0-1-g2078ac7) 2024-04-12 06:24:05,152 [ scc.git] DEBUG 0e4013c65acba6525cd5eabf869611c9e1311ba7 omero-web (v5.25.0-5-g0e4013c65) 2024-04-12 06:24:05,156 [ scc.config] DEBUG Found remote.origin.url 2024-04-12 06:24:05,548 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-python-superbuild HTTP/1.1" 200 None 2024-04-12 06:24:05,989 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None 2024-04-12 06:24:06,403 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None 2024-04-12 06:24:06,826 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None 2024-04-12 06:24:07,266 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None 2024-04-12 06:24:07,267 [ scc.git] DEBUG Resetting... 2024-04-12 06:24:07,267 [ scc.git] DEBUG Calling 'git reset --hard HEAD' 2024-04-12 06:24:07,273 [ scc.git] DEBUG HEAD is now at 2524209 Merge pull request #272 from ome/dependabot/submodules/omero-web-0e4013c 2024-04-12 06:24:07,273 [ scc.git] DEBUG Calling 'git submodule update --recursive' 2024-04-12 06:24:07,328 [ scc.git] DEBUG Check current status 2024-04-12 06:24:07,329 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD' 2024-04-12 06:24:07,333 [ scc.git] DEBUG 2524209 Merge pull request #272 from ome/dependabot/submodules/omero-web-0e4013c 2024-04-12 06:24:07,333 [ scc.git] DEBUG Calling 'git submodule status' 2024-04-12 06:24:07,373 [ scc.git] DEBUG 586335057cf72cce7df48fd2b99f124a26100deb omero-dropbox (v5.6.0-54-g5863350) 2024-04-12 06:24:07,375 [ scc.git] DEBUG cca4c2f7b6934b48b8ddb0e337c32d32cd4a07f3 omero-marshal (v0.9.0-4-gcca4c2f) 2024-04-12 06:24:07,379 [ scc.git] DEBUG d76e17aa58ca755d239e9e8005712cd78239c62e omero-py (v5.19.1-1-gd76e17aa) 2024-04-12 06:24:07,382 [ scc.git] DEBUG 2078ac72dbf11f2733e685000a274eff81c2ac2d omero-scripts (v5.8.0-1-g2078ac7) 2024-04-12 06:24:07,386 [ scc.git] DEBUG 0e4013c65acba6525cd5eabf869611c9e1311ba7 omero-web (v5.25.0-5-g0e4013c65) 2024-04-12 06:24:07,386 [ scc.merge] INFO Merging Pull Request(s) based on master 2024-04-12 06:24:07,387 [ scc.merge] INFO Including Pull Request(s) opened by any public member of the organization 2024-04-12 06:24:07,387 [ scc.merge] INFO Including Pull Request(s) labelled as include or dependencies 2024-04-12 06:24:07,387 [ scc.merge] INFO Excluding Pull Request(s) staged as draft 2024-04-12 06:24:07,387 [ scc.merge] INFO Excluding Pull Request(s) labelled as exclude or breaking 2024-04-12 06:24:07,387 [ scc.repo] DEBUG ## PRs found: 2024-04-12 06:24:07,691 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-python-superbuild/pulls HTTP/1.1" 200 2 2024-04-12 06:24:07,692 [ scc.repo] DEBUG ## Branches found: 2024-04-12 06:24:07,692 [ scc.git] DEBUG Get sha1 of %s 2024-04-12 06:24:07,692 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2024-04-12 06:24:07,697 [ scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master' 2024-04-12 06:24:07,703 [ scc.git] DEBUG ## Merging base to ensure closed PRs are included. 2024-04-12 06:24:07,703 [ scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master' 2024-04-12 06:24:07,707 [ scc.git] DEBUG Calling 'git merge --ff-only origin/master' 2024-04-12 06:24:07,711 [ scc.git] DEBUG Already up to date. 2024-04-12 06:24:07,711 [ scc.git] DEBUG ## Unique users: [] 2024-04-12 06:24:07,711 [ scc.git] DEBUG Get sha1 of %s 2024-04-12 06:24:07,711 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2024-04-12 06:24:07,714 [ scc.git] DEBUG Calling 'git submodule update' 2024-04-12 06:24:07,753 [ scc.git] DEBUG Get sha1 of %s 2024-04-12 06:24:07,753 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2024-04-12 06:24:07,757 [ scc.git] DEBUG Calling 'git status --porcelain' 2024-04-12 06:24:07,918 [ scc.git] DEBUG has no local changes 2024-04-12 06:24:07,918 [ scc.git] DEBUG Calling 'git commit --allow-empty -a -n -m merge master -Dorg -Snone Repository: ome/omero-python-superbuild Already up to date. Generated by OMERO-python-superbuild-push#30 (https://BRANCHCI.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/30/)' 2024-04-12 06:24:07,942 [ scc.git] DEBUG [detached HEAD d8eb809] merge master -Dorg -Snone 2024-04-12 06:24:07,943 [ scc.merge] INFO Repository: ome/omero-python-superbuild 2024-04-12 06:24:07,943 [ scc.merge] INFO Already up to date. 2024-04-12 06:24:07,943 [ scc.merge] INFO 2024-04-12 06:24:07,943 [ scc.merge] INFO 2024-04-12 06:24:07,943 [ scc.merge] DEBUG Cleaning remote branches created for merging 2024-04-12 06:24:07,943 [ scc.git] DEBUG Calling 'git remote' Synchronizing submodule url for 'omero-dropbox' Synchronizing submodule url for 'omero-marshal' Synchronizing submodule url for 'omero-py' Synchronizing submodule url for 'omero-scripts' Synchronizing submodule url for 'omero-web' Merge all submodules using repository configuration: base-branch: master submodules: omero-scripts: base-branch: develop 2024-04-12 06:24:10,393 [ scc.config] DEBUG Found github.token 2024-04-12 06:24:10,395 [urllib3.conn] DEBUG Starting new HTTPS connection (1): api.github.com:443 2024-04-12 06:24:10,621 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None 2024-04-12 06:24:11,026 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None 2024-04-12 06:24:11,428 [urllib3.conn] DEBUG https://api.github.com:443 "GET /rate_limit HTTP/1.1" 200 None 2024-04-12 06:24:11,429 [ scc.gh] DEBUG 4028 remaining from 5000 (Reset at 06:04 2024-04-12 06:24:11,430 [ scc.git] DEBUG Calling 'git rev-parse --show-toplevel' 2024-04-12 06:24:11,434 [ scc.git] DEBUG Check current status 2024-04-12 06:24:11,434 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD' 2024-04-12 06:24:11,438 [ scc.git] DEBUG d8eb809 merge master -Dorg -Snone 2024-04-12 06:24:11,438 [ scc.git] DEBUG Calling 'git submodule status' 2024-04-12 06:24:11,480 [ scc.git] DEBUG 586335057cf72cce7df48fd2b99f124a26100deb omero-dropbox (v5.6.0-54-g5863350) 2024-04-12 06:24:11,483 [ scc.git] DEBUG cca4c2f7b6934b48b8ddb0e337c32d32cd4a07f3 omero-marshal (v0.9.0-4-gcca4c2f) 2024-04-12 06:24:11,486 [ scc.git] DEBUG d76e17aa58ca755d239e9e8005712cd78239c62e omero-py (v5.19.1-1-gd76e17aa) 2024-04-12 06:24:11,490 [ scc.git] DEBUG 2078ac72dbf11f2733e685000a274eff81c2ac2d omero-scripts (v5.8.0-1-g2078ac7) 2024-04-12 06:24:11,493 [ scc.git] DEBUG 0e4013c65acba6525cd5eabf869611c9e1311ba7 omero-web (v5.25.0-5-g0e4013c65) 2024-04-12 06:24:11,497 [ scc.config] DEBUG Found remote.origin.url 2024-04-12 06:24:11,497 [ scc.git] DEBUG Reading repository configuration from repositories.yml 2024-04-12 06:24:11,499 [ scc.git] DEBUG Repository configuration: base-branch: master submodules: omero-scripts: base-branch: develop 2024-04-12 06:24:11,978 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-python-superbuild HTTP/1.1" 200 None 2024-04-12 06:24:12,416 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None 2024-04-12 06:24:12,829 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None 2024-04-12 06:24:13,284 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None 2024-04-12 06:24:13,691 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None 2024-04-12 06:24:13,693 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path' 2024-04-12 06:24:13,739 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-python-superbuild-push/omero-dropbox 2024-04-12 06:24:13,739 [ scc.git] DEBUG Calling 'git rev-parse --show-toplevel' 2024-04-12 06:24:13,743 [ scc.git] DEBUG Check current status 2024-04-12 06:24:13,743 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD' 2024-04-12 06:24:13,746 [ scc.git] DEBUG 5863350 Merge pull request #22 from sbesson/python311 2024-04-12 06:24:13,746 [ scc.git] DEBUG Calling 'git submodule status' 2024-04-12 06:24:13,794 [ scc.config] DEBUG Found remote.origin.url 2024-04-12 06:24:14,189 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-dropbox HTTP/1.1" 200 None 2024-04-12 06:24:14,636 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None 2024-04-12 06:24:15,093 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None 2024-04-12 06:24:15,528 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None 2024-04-12 06:24:15,944 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None 2024-04-12 06:24:15,945 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path' 2024-04-12 06:24:15,984 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-python-superbuild-push 2024-04-12 06:24:15,985 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-python-superbuild-push/omero-marshal 2024-04-12 06:24:15,985 [ scc.git] DEBUG Calling 'git rev-parse --show-toplevel' 2024-04-12 06:24:15,990 [ scc.git] DEBUG Check current status 2024-04-12 06:24:15,990 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD' 2024-04-12 06:24:15,994 [ scc.git] DEBUG cca4c2f Merge pull request #80 from sbesson/python312 2024-04-12 06:24:15,994 [ scc.git] DEBUG Calling 'git submodule status' 2024-04-12 06:24:16,036 [ scc.config] DEBUG Found remote.origin.url 2024-04-12 06:24:16,408 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-marshal HTTP/1.1" 200 None 2024-04-12 06:24:16,852 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None 2024-04-12 06:24:17,263 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None 2024-04-12 06:24:17,687 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None 2024-04-12 06:24:18,101 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None 2024-04-12 06:24:18,104 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path' 2024-04-12 06:24:18,145 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-python-superbuild-push 2024-04-12 06:24:18,146 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-python-superbuild-push/omero-py 2024-04-12 06:24:18,146 [ scc.git] DEBUG Calling 'git rev-parse --show-toplevel' 2024-04-12 06:24:18,150 [ scc.git] DEBUG Check current status 2024-04-12 06:24:18,150 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD' 2024-04-12 06:24:18,154 [ scc.git] DEBUG d76e17aa Bump version: 5.19.1 → 5.19.2.dev0 2024-04-12 06:24:18,154 [ scc.git] DEBUG Calling 'git submodule status' 2024-04-12 06:24:18,194 [ scc.config] DEBUG Found remote.origin.url 2024-04-12 06:24:18,588 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py HTTP/1.1" 200 None 2024-04-12 06:24:19,084 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None 2024-04-12 06:24:19,517 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None 2024-04-12 06:24:20,926 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None 2024-04-12 06:24:21,347 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None 2024-04-12 06:24:21,348 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path' 2024-04-12 06:24:21,386 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-python-superbuild-push 2024-04-12 06:24:21,387 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-python-superbuild-push/omero-scripts 2024-04-12 06:24:21,387 [ scc.git] DEBUG Calling 'git rev-parse --show-toplevel' 2024-04-12 06:24:21,392 [ scc.git] DEBUG Check current status 2024-04-12 06:24:21,392 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD' 2024-04-12 06:24:21,396 [ scc.git] DEBUG 2078ac7 Bump version: 5.8.0 → 5.8.1.dev0 2024-04-12 06:24:21,396 [ scc.git] DEBUG Calling 'git submodule status' 2024-04-12 06:24:21,443 [ scc.config] DEBUG Found remote.origin.url 2024-04-12 06:24:21,443 [ scc.git] DEBUG Repository configuration: base-branch: develop 2024-04-12 06:24:21,836 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-scripts HTTP/1.1" 200 None 2024-04-12 06:24:22,286 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None 2024-04-12 06:24:22,698 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None 2024-04-12 06:24:23,119 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None 2024-04-12 06:24:23,551 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None 2024-04-12 06:24:23,552 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path' 2024-04-12 06:24:23,588 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-python-superbuild-push 2024-04-12 06:24:23,589 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-python-superbuild-push/omero-web 2024-04-12 06:24:23,589 [ scc.git] DEBUG Calling 'git rev-parse --show-toplevel' 2024-04-12 06:24:23,593 [ scc.git] DEBUG Check current status 2024-04-12 06:24:23,593 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD' 2024-04-12 06:24:23,597 [ scc.git] DEBUG 0e4013c65 Merge pull request #547 from asherkhb/update_chgrp_img_path 2024-04-12 06:24:23,597 [ scc.git] DEBUG Calling 'git submodule status' 2024-04-12 06:24:23,636 [ scc.config] DEBUG Found remote.origin.url 2024-04-12 06:24:24,025 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web HTTP/1.1" 200 None 2024-04-12 06:24:24,482 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome HTTP/1.1" 200 None 2024-04-12 06:24:24,900 [urllib3.conn] DEBUG https://api.github.com:443 "GET /orgs/ome/members HTTP/1.1" 200 None 2024-04-12 06:24:25,314 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=2 HTTP/1.1" 200 None 2024-04-12 06:24:25,722 [urllib3.conn] DEBUG https://api.github.com:443 "GET /organizations/1831717/members?page=3 HTTP/1.1" 200 None 2024-04-12 06:24:25,724 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path' 2024-04-12 06:24:25,767 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-python-superbuild-push 2024-04-12 06:24:25,767 [ scc.git] DEBUG Resetting... 2024-04-12 06:24:25,767 [ scc.git] DEBUG Calling 'git reset --hard HEAD' 2024-04-12 06:24:25,773 [ scc.git] DEBUG HEAD is now at d8eb809 merge master -Dorg -Snone 2024-04-12 06:24:25,773 [ scc.git] DEBUG Calling 'git submodule update --recursive' 2024-04-12 06:24:25,826 [ scc.git] DEBUG Check current status 2024-04-12 06:24:25,826 [ scc.git] DEBUG Calling 'git log --oneline -n 1 HEAD' 2024-04-12 06:24:25,831 [ scc.git] DEBUG d8eb809 merge master -Dorg -Snone 2024-04-12 06:24:25,831 [ scc.git] DEBUG Calling 'git submodule status' 2024-04-12 06:24:25,875 [ scc.git] DEBUG 586335057cf72cce7df48fd2b99f124a26100deb omero-dropbox (v5.6.0-54-g5863350) 2024-04-12 06:24:25,878 [ scc.git] DEBUG cca4c2f7b6934b48b8ddb0e337c32d32cd4a07f3 omero-marshal (v0.9.0-4-gcca4c2f) 2024-04-12 06:24:25,882 [ scc.git] DEBUG d76e17aa58ca755d239e9e8005712cd78239c62e omero-py (v5.19.1-1-gd76e17aa) 2024-04-12 06:24:25,885 [ scc.git] DEBUG 2078ac72dbf11f2733e685000a274eff81c2ac2d omero-scripts (v5.8.0-1-g2078ac7) 2024-04-12 06:24:25,889 [ scc.git] DEBUG 0e4013c65acba6525cd5eabf869611c9e1311ba7 omero-web (v5.25.0-5-g0e4013c65) 2024-04-12 06:24:25,890 [ scc.merge] INFO Merging Pull Request(s) based on master 2024-04-12 06:24:25,890 [ scc.merge] INFO Including Pull Request(s) opened by any public member of the organization 2024-04-12 06:24:25,890 [ scc.merge] INFO Including Pull Request(s) labelled as include or dependencies 2024-04-12 06:24:25,890 [ scc.merge] INFO Excluding Pull Request(s) staged as draft 2024-04-12 06:24:25,890 [ scc.merge] INFO Excluding Pull Request(s) labelled as exclude or breaking 2024-04-12 06:24:25,890 [ scc.merge] INFO Excluding Pull Request(s) without successful status 2024-04-12 06:24:25,890 [ scc.repo] DEBUG ## PRs found: 2024-04-12 06:24:26,159 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-python-superbuild/pulls HTTP/1.1" 200 2 2024-04-12 06:24:26,160 [ scc.repo] DEBUG ## Branches found: 2024-04-12 06:24:26,161 [ scc.git] DEBUG Get sha1 of %s 2024-04-12 06:24:26,161 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2024-04-12 06:24:26,165 [ scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master' 2024-04-12 06:24:26,170 [ scc.git] DEBUG ## Merging base to ensure closed PRs are included. 2024-04-12 06:24:26,170 [ scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master' 2024-04-12 06:24:26,175 [ scc.git] DEBUG Calling 'git merge --ff-only origin/master' 2024-04-12 06:24:26,180 [ scc.git] DEBUG Already up to date. 2024-04-12 06:24:26,180 [ scc.git] DEBUG ## Unique users: [] 2024-04-12 06:24:26,180 [ scc.git] DEBUG Get sha1 of %s 2024-04-12 06:24:26,181 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2024-04-12 06:24:26,185 [ scc.git] DEBUG Calling 'git submodule update' 2024-04-12 06:24:26,229 [ scc.git] DEBUG Get sha1 of %s 2024-04-12 06:24:26,229 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2024-04-12 06:24:26,233 [ scc.repo] DEBUG ## PRs found: 2024-04-12 06:24:26,723 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-dropbox/pulls HTTP/1.1" 200 None 2024-04-12 06:24:27,253 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-dropbox/issues/23 HTTP/1.1" 200 None 2024-04-12 06:24:27,742 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-dropbox/issues/23/comments HTTP/1.1" 200 None 2024-04-12 06:24:28,227 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-dropbox/commits/9be465b316e0bf0fbbf1b55a89b4dc9d7ecbfab8 HTTP/1.1" 200 None 2024-04-12 06:24:28,698 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-dropbox/commits/9be465b316e0bf0fbbf1b55a89b4dc9d7ecbfab8/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None 2024-04-12 06:24:29,174 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-dropbox/commits/9be465b316e0bf0fbbf1b55a89b4dc9d7ecbfab8/check-suites?app_id=15368 HTTP/1.1" 200 None 2024-04-12 06:24:29,609 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-dropbox/commits/9be465b316e0bf0fbbf1b55a89b4dc9d7ecbfab8 HTTP/1.1" 200 None 2024-04-12 06:24:30,032 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-dropbox/statuses/9be465b316e0bf0fbbf1b55a89b4dc9d7ecbfab8?per_page=1 HTTP/1.1" 200 2 2024-04-12 06:24:30,033 [ scc.repo] DEBUG - PR 23 sbesson 'Remove python-future compatibility code' 2024-04-12 06:24:30,488 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-dropbox/issues/16 HTTP/1.1" 200 None 2024-04-12 06:24:30,964 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-dropbox/issues/16/comments HTTP/1.1" 200 None 2024-04-12 06:24:31,471 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-dropbox/commits/f802993eba0b6514d0e31f0f7d5b996ffb54b452 HTTP/1.1" 200 None 2024-04-12 06:24:31,927 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-dropbox/commits/f802993eba0b6514d0e31f0f7d5b996ffb54b452/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None 2024-04-12 06:24:32,378 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-dropbox/commits/f802993eba0b6514d0e31f0f7d5b996ffb54b452 HTTP/1.1" 200 None 2024-04-12 06:24:32,799 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-dropbox/statuses/f802993eba0b6514d0e31f0f7d5b996ffb54b452?per_page=1 HTTP/1.1" 200 2 2024-04-12 06:24:32,799 [ scc.repo] DEBUG - PR 16 joshmoore 'Review all instances of whitelist/blacklist' 2024-04-12 06:24:32,800 [ scc.repo] DEBUG ## Branches found: 2024-04-12 06:24:32,800 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-python-superbuild-push/omero-dropbox 2024-04-12 06:24:32,800 [ scc.git] DEBUG Get sha1 of %s 2024-04-12 06:24:32,800 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2024-04-12 06:24:32,804 [ scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master' 2024-04-12 06:24:32,808 [ scc.git] DEBUG ## Merging base to ensure closed PRs are included. 2024-04-12 06:24:32,808 [ scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master' 2024-04-12 06:24:32,813 [ scc.git] DEBUG Calling 'git merge --ff-only origin/master' 2024-04-12 06:24:32,818 [ scc.git] DEBUG Already up to date. 2024-04-12 06:24:32,818 [ scc.git] DEBUG Calling 'git fetch origin pull/16/head' 2024-04-12 06:24:33,228 [ scc.git] DEBUG From https://github.com/ome/omero-dropbox 2024-04-12 06:24:33,228 [ scc.git] DEBUG * branch refs/pull/16/head -> FETCH_HEAD 2024-04-12 06:24:33,233 [ scc.git] DEBUG Calling 'git fetch origin pull/23/head' 2024-04-12 06:24:33,612 [ scc.git] DEBUG From https://github.com/ome/omero-dropbox 2024-04-12 06:24:33,612 [ scc.git] DEBUG * branch refs/pull/23/head -> FETCH_HEAD 2024-04-12 06:24:33,616 [ scc.git] DEBUG ## Unique users: [] 2024-04-12 06:24:33,616 [ scc.git] DEBUG Get sha1 of %s 2024-04-12 06:24:33,616 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2024-04-12 06:24:33,620 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...f802993eba0b6514d0e31f0f7d5b996ffb54b452' 2024-04-12 06:24:33,624 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2024-04-12 06:24:33,628 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 16 (Review all instances of whitelist/blacklist) f802993eba0b6514d0e31f0f7d5b996ffb54b452' 2024-04-12 06:24:33,665 [ scc.git] DEBUG Merge made by the 'ort' strategy. 2024-04-12 06:24:33,669 [ scc.git] DEBUG src/fsAbstractPlatformMonitor.py | 6 +++--- 2024-04-12 06:24:33,669 [ scc.git] DEBUG src/fsDirectory.py | 46 ++++++++++++++++++++-------------------- 2024-04-12 06:24:33,669 [ scc.git] DEBUG src/fsDropBox.py | 24 ++++++++++----------- 2024-04-12 06:24:33,669 [ scc.git] DEBUG src/fsLists.py | 14 ++++++------ 2024-04-12 06:24:33,669 [ scc.git] DEBUG src/fsMac-10-5-Monitor.py | 10 ++++----- 2024-04-12 06:24:33,669 [ scc.git] DEBUG src/fsMonitor.py | 24 ++++++++++----------- 2024-04-12 06:24:33,669 [ scc.git] DEBUG src/fsMonitorServer.py | 10 ++++----- 2024-04-12 06:24:33,669 [ scc.git] DEBUG src/fsPyinotifyMonitor.py | 8 +++---- 2024-04-12 06:24:33,671 [ scc.git] DEBUG src/fsWin-XP-Monitor.py | 20 ++++++++--------- 2024-04-12 06:24:33,671 [ scc.git] DEBUG 9 files changed, 81 insertions(+), 81 deletions(-) 2024-04-12 06:24:33,820 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None 2024-04-12 06:24:33,821 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...9be465b316e0bf0fbbf1b55a89b4dc9d7ecbfab8' 2024-04-12 06:24:33,827 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2024-04-12 06:24:33,831 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 23 (Remove python-future compatibility code) 9be465b316e0bf0fbbf1b55a89b4dc9d7ecbfab8' 2024-04-12 06:24:33,848 [ scc.git] DEBUG Auto-merging src/fsAbstractPlatformMonitor.py 2024-04-12 06:24:33,848 [ scc.git] DEBUG Auto-merging src/fsDirectory.py 2024-04-12 06:24:33,848 [ scc.git] DEBUG Auto-merging src/fsDropBox.py 2024-04-12 06:24:33,848 [ scc.git] DEBUG Auto-merging src/fsLists.py 2024-04-12 06:24:33,848 [ scc.git] DEBUG Auto-merging src/fsMac-10-5-Monitor.py 2024-04-12 06:24:33,848 [ scc.git] DEBUG Auto-merging src/fsMonitor.py 2024-04-12 06:24:33,848 [ scc.git] DEBUG Auto-merging src/fsMonitorServer.py 2024-04-12 06:24:33,848 [ scc.git] DEBUG Auto-merging src/fsPyinotifyMonitor.py 2024-04-12 06:24:33,848 [ scc.git] DEBUG Auto-merging src/fsWin-XP-Monitor.py 2024-04-12 06:24:33,848 [ scc.git] DEBUG Merge made by the 'ort' strategy. 2024-04-12 06:24:33,855 [ scc.git] DEBUG .github/workflows/omero_plugin.yml | 2 +- 2024-04-12 06:24:33,855 [ scc.git] DEBUG .github/workflows/publish_pypi.yml | 6 +++-- 2024-04-12 06:24:33,855 [ scc.git] DEBUG .github/workflows/tox.yml | 5 ++-- 2024-04-12 06:24:33,855 [ scc.git] DEBUG Dockerfile | 32 ---------------------- 2024-04-12 06:24:33,855 [ scc.git] DEBUG setup.py | 2 +- 2024-04-12 06:24:33,855 [ scc.git] DEBUG src/fsAbstractPlatformMonitor.py | 1 - 2024-04-12 06:24:33,855 [ scc.git] DEBUG src/fsDirectory.py | 8 +----- 2024-04-12 06:24:33,856 [ scc.git] DEBUG src/fsDropBox.py | 8 +----- 2024-04-12 06:24:33,856 [ scc.git] DEBUG src/fsDropBoxMonitorClient.py | 11 +------- 2024-04-12 06:24:33,856 [ scc.git] DEBUG src/fsFileServer.py | 12 ++------- 2024-04-12 06:24:33,856 [ scc.git] DEBUG src/fsLists.py | 2 -- 2024-04-12 06:24:33,856 [ scc.git] DEBUG src/fsMac-10-5-Monitor.py | 9 +------ 2024-04-12 06:24:33,856 [ scc.git] DEBUG src/fsMonitor.py | 2 -- 2024-04-12 06:24:33,856 [ scc.git] DEBUG src/fsMonitorServer.py | 8 +++--- 2024-04-12 06:24:33,856 [ scc.git] DEBUG src/fsNotificationScheduler.py | 3 --- 2024-04-12 06:24:33,856 [ scc.git] DEBUG src/fsPyinotifyMonitor.py | 21 +++++---------- 2024-04-12 06:24:33,856 [ scc.git] DEBUG src/fsUtil.py | 9 +++---- 2024-04-12 06:24:33,856 [ scc.git] DEBUG src/fsWin-XP-Monitor.py | 8 +----- 2024-04-12 06:24:33,856 [ scc.git] DEBUG test/conftest.py | 2 -- 2024-04-12 06:24:33,856 [ scc.git] DEBUG test/drivers.py | 17 +++--------- 2024-04-12 06:24:33,856 [ scc.git] DEBUG test/unit/test_drivers.py | 55 ++++++++++++++++---------------------- 2024-04-12 06:24:33,856 [ scc.git] DEBUG test/unit/test_monitor.py | 2 -- 2024-04-12 06:24:33,856 [ scc.git] DEBUG test/unit/test_replay.py | 8 +----- 2024-04-12 06:24:33,857 [ scc.git] DEBUG test/unit/test_state.py | 1 - 2024-04-12 06:24:33,857 [ scc.git] DEBUG tox.ini | 3 ++- 2024-04-12 06:24:33,857 [ scc.git] DEBUG 25 files changed, 59 insertions(+), 178 deletions(-) 2024-04-12 06:24:33,857 [ scc.git] DEBUG delete mode 100644 Dockerfile 2024-04-12 06:24:34,227 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None 2024-04-12 06:24:34,228 [ scc.git] DEBUG Calling 'git submodule update' 2024-04-12 06:24:34,270 [ scc.git] DEBUG Get sha1 of %s 2024-04-12 06:24:34,270 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2024-04-12 06:24:34,275 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path' 2024-04-12 06:24:34,316 [ scc.git] DEBUG Calling 'git status --porcelain' 2024-04-12 06:24:34,322 [ scc.git] DEBUG has no local changes 2024-04-12 06:24:34,323 [ scc.git] DEBUG Calling 'git commit --allow-empty -a -n -m merge master -Dorg -Ssuccess-only Repository: ome/omero-dropbox Already up to date. Merged PRs: - PR 16 joshmoore 'Review all instances of whitelist/blacklist' - PR 23 sbesson 'Remove python-future compatibility code' Generated by OMERO-python-superbuild-push#30 (https://BRANCHCI.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/30/)' 2024-04-12 06:24:34,331 [ scc.git] DEBUG [detached HEAD 8ba72b6] merge master -Dorg -Ssuccess-only 2024-04-12 06:24:34,331 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-python-superbuild-push 2024-04-12 06:24:34,332 [ scc.repo] DEBUG ## PRs found: 2024-04-12 06:24:34,792 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-marshal/pulls HTTP/1.1" 200 None 2024-04-12 06:24:35,247 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-marshal/issues/69 HTTP/1.1" 200 None 2024-04-12 06:24:35,692 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-marshal/issues/69/comments HTTP/1.1" 200 None 2024-04-12 06:24:36,194 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-marshal/commits/1cbe0bebb081ffedb835c966ecb434d33502ceca HTTP/1.1" 200 None 2024-04-12 06:24:36,664 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-marshal/commits/1cbe0bebb081ffedb835c966ecb434d33502ceca/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None 2024-04-12 06:24:37,134 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-marshal/commits/1cbe0bebb081ffedb835c966ecb434d33502ceca/check-suites?app_id=15368 HTTP/1.1" 200 None 2024-04-12 06:24:37,623 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-marshal/commits/1cbe0bebb081ffedb835c966ecb434d33502ceca HTTP/1.1" 200 None 2024-04-12 06:24:38,022 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-marshal/statuses/1cbe0bebb081ffedb835c966ecb434d33502ceca?per_page=1 HTTP/1.1" 200 2 2024-04-12 06:24:38,023 [ scc.repo] DEBUG - PR 69 will-moore 'Roi encoder allows Shape None' 2024-04-12 06:24:38,495 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-marshal/issues/34 HTTP/1.1" 200 None 2024-04-12 06:24:38,959 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-marshal/issues/34/comments HTTP/1.1" 200 None 2024-04-12 06:24:39,430 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-marshal/issues/33 HTTP/1.1" 200 None 2024-04-12 06:24:39,872 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-marshal/issues/33/comments HTTP/1.1" 200 None 2024-04-12 06:24:39,873 [ scc.repo] DEBUG ## Branches found: 2024-04-12 06:24:39,873 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-python-superbuild-push/omero-marshal 2024-04-12 06:24:39,873 [ scc.git] DEBUG Get sha1 of %s 2024-04-12 06:24:39,873 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2024-04-12 06:24:39,879 [ scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master' 2024-04-12 06:24:39,883 [ scc.git] DEBUG ## Merging base to ensure closed PRs are included. 2024-04-12 06:24:39,883 [ scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master' 2024-04-12 06:24:39,887 [ scc.git] DEBUG Calling 'git merge --ff-only origin/master' 2024-04-12 06:24:39,892 [ scc.git] DEBUG Already up to date. 2024-04-12 06:24:39,892 [ scc.git] DEBUG Calling 'git fetch origin pull/69/head' 2024-04-12 06:24:40,387 [ scc.git] DEBUG From https://github.com/ome/omero-marshal 2024-04-12 06:24:40,387 [ scc.git] DEBUG * branch refs/pull/69/head -> FETCH_HEAD 2024-04-12 06:24:40,392 [ scc.git] DEBUG ## Unique users: [] 2024-04-12 06:24:40,392 [ scc.git] DEBUG Get sha1 of %s 2024-04-12 06:24:40,392 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2024-04-12 06:24:40,398 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...1cbe0bebb081ffedb835c966ecb434d33502ceca' 2024-04-12 06:24:40,404 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2024-04-12 06:24:40,409 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 69 (Roi encoder allows Shape None) 1cbe0bebb081ffedb835c966ecb434d33502ceca' 2024-04-12 06:24:40,419 [ scc.git] DEBUG Auto-merging tests/unit/conftest.py 2024-04-12 06:24:40,420 [ scc.git] DEBUG Merge made by the 'ort' strategy. 2024-04-12 06:24:40,424 [ scc.git] DEBUG omero_marshal/encode/encoders/roi.py | 5 +++-- 2024-04-12 06:24:40,424 [ scc.git] DEBUG tests/unit/conftest.py | 5 ++++- 2024-04-12 06:24:40,424 [ scc.git] DEBUG 2 files changed, 7 insertions(+), 3 deletions(-) 2024-04-12 06:24:40,591 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None 2024-04-12 06:24:40,592 [ scc.git] DEBUG Calling 'git submodule update' 2024-04-12 06:24:40,633 [ scc.git] DEBUG Get sha1 of %s 2024-04-12 06:24:40,633 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2024-04-12 06:24:40,638 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path' 2024-04-12 06:24:40,677 [ scc.git] DEBUG Calling 'git status --porcelain' 2024-04-12 06:24:40,684 [ scc.git] DEBUG has no local changes 2024-04-12 06:24:40,684 [ scc.git] DEBUG Calling 'git commit --allow-empty -a -n -m merge master -Dorg -Ssuccess-only Repository: ome/omero-marshal Excluded PRs: - PR 34 chris-allan 'Initial support for Event' (exclude comment) - PR 33 chris-allan 'Encode/Decode Experimenters with ExperimenterGroup' (exclude comment) Already up to date. Merged PRs: - PR 69 will-moore 'Roi encoder allows Shape None' Generated by OMERO-python-superbuild-push#30 (https://BRANCHCI.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/30/)' 2024-04-12 06:24:40,692 [ scc.git] DEBUG [detached HEAD 610b243] merge master -Dorg -Ssuccess-only 2024-04-12 06:24:40,693 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-python-superbuild-push 2024-04-12 06:24:40,693 [ scc.repo] DEBUG ## PRs found: 2024-04-12 06:24:41,334 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/pulls HTTP/1.1" 200 None 2024-04-12 06:24:41,805 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/issues/405 HTTP/1.1" 200 None 2024-04-12 06:24:42,265 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/issues/405/comments HTTP/1.1" 200 None 2024-04-12 06:24:42,810 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/commits/5ad53ebee1b529384752bd13b853b45d14484e4c HTTP/1.1" 200 None 2024-04-12 06:24:43,270 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/commits/5ad53ebee1b529384752bd13b853b45d14484e4c/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None 2024-04-12 06:24:43,781 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/commits/5ad53ebee1b529384752bd13b853b45d14484e4c/check-suites?app_id=15368 HTTP/1.1" 200 None 2024-04-12 06:24:44,281 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/commits/5ad53ebee1b529384752bd13b853b45d14484e4c HTTP/1.1" 200 None 2024-04-12 06:24:44,703 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/statuses/5ad53ebee1b529384752bd13b853b45d14484e4c?per_page=1 HTTP/1.1" 200 None 2024-04-12 06:24:45,141 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/commits/5ad53ebee1b529384752bd13b853b45d14484e4c HTTP/1.1" 200 None 2024-04-12 06:24:45,575 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/commits/5ad53ebee1b529384752bd13b853b45d14484e4c/status HTTP/1.1" 200 None 2024-04-12 06:24:45,576 [ scc.repo] DEBUG - PR 405 will-moore 'FilesetWrapper lazy loads Images and UsedFiles' 2024-04-12 06:24:46,048 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/issues/403 HTTP/1.1" 200 None 2024-04-12 06:24:46,505 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/issues/403/comments HTTP/1.1" 200 None 2024-04-12 06:24:47,004 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/commits/61489cddb9009af5f6f914e39ef9b02b4019f13d HTTP/1.1" 200 None 2024-04-12 06:24:47,464 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/commits/61489cddb9009af5f6f914e39ef9b02b4019f13d/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None 2024-04-12 06:24:47,968 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/commits/61489cddb9009af5f6f914e39ef9b02b4019f13d/check-suites?app_id=15368 HTTP/1.1" 200 None 2024-04-12 06:24:48,476 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/commits/61489cddb9009af5f6f914e39ef9b02b4019f13d HTTP/1.1" 200 None 2024-04-12 06:24:48,880 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/statuses/61489cddb9009af5f6f914e39ef9b02b4019f13d?per_page=1 HTTP/1.1" 200 None 2024-04-12 06:24:49,359 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/commits/61489cddb9009af5f6f914e39ef9b02b4019f13d HTTP/1.1" 200 None 2024-04-12 06:24:49,786 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/commits/61489cddb9009af5f6f914e39ef9b02b4019f13d/status HTTP/1.1" 200 None 2024-04-12 06:24:49,788 [ scc.repo] DEBUG - PR 403 sbesson 'Consume pre-build Ice Python wheel packages on Windows builds' 2024-04-12 06:24:50,267 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/issues/400 HTTP/1.1" 200 None 2024-04-12 06:24:50,748 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/issues/400/comments HTTP/1.1" 200 None 2024-04-12 06:24:51,233 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/commits/64bf1f9dfd9553a639094f9a6b232218e92d690b HTTP/1.1" 200 None 2024-04-12 06:24:51,718 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/commits/64bf1f9dfd9553a639094f9a6b232218e92d690b/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None 2024-04-12 06:24:52,223 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/commits/64bf1f9dfd9553a639094f9a6b232218e92d690b/check-suites?app_id=15368 HTTP/1.1" 200 None 2024-04-12 06:24:52,657 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/commits/64bf1f9dfd9553a639094f9a6b232218e92d690b HTTP/1.1" 200 None 2024-04-12 06:24:53,088 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/statuses/64bf1f9dfd9553a639094f9a6b232218e92d690b?per_page=1 HTTP/1.1" 200 None 2024-04-12 06:24:53,531 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/commits/64bf1f9dfd9553a639094f9a6b232218e92d690b HTTP/1.1" 200 None 2024-04-12 06:24:53,970 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/commits/64bf1f9dfd9553a639094f9a6b232218e92d690b/status HTTP/1.1" 200 None 2024-04-12 06:24:53,971 [ scc.repo] DEBUG - PR 400 jburel 'Session ID and constructor' 2024-04-12 06:24:54,447 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/issues/398 HTTP/1.1" 200 None 2024-04-12 06:24:54,954 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/commits/bbf54d740f70baee1e5fd5d3fb396699af5095b3 HTTP/1.1" 200 None 2024-04-12 06:24:55,455 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/commits/bbf54d740f70baee1e5fd5d3fb396699af5095b3/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None 2024-04-12 06:24:55,948 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/commits/bbf54d740f70baee1e5fd5d3fb396699af5095b3/check-suites?app_id=15368 HTTP/1.1" 200 None 2024-04-12 06:24:56,477 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/commits/bbf54d740f70baee1e5fd5d3fb396699af5095b3 HTTP/1.1" 200 None 2024-04-12 06:24:56,908 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/statuses/bbf54d740f70baee1e5fd5d3fb396699af5095b3?per_page=1 HTTP/1.1" 200 None 2024-04-12 06:24:57,397 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/commits/bbf54d740f70baee1e5fd5d3fb396699af5095b3 HTTP/1.1" 200 None 2024-04-12 06:24:57,817 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/commits/bbf54d740f70baee1e5fd5d3fb396699af5095b3/status HTTP/1.1" 200 None 2024-04-12 06:24:57,818 [ scc.repo] DEBUG - PR 398 will-moore 'getGridSize() handles plates with no Wells' 2024-04-12 06:24:58,264 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/issues/396 HTTP/1.1" 200 None 2024-04-12 06:24:58,708 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/issues/396/comments HTTP/1.1" 200 None 2024-04-12 06:24:59,200 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/commits/c2cf271ef27269131408acb10c7cc1ecaefb0573 HTTP/1.1" 200 None 2024-04-12 06:24:59,675 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/commits/c2cf271ef27269131408acb10c7cc1ecaefb0573/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None 2024-04-12 06:25:00,167 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/commits/c2cf271ef27269131408acb10c7cc1ecaefb0573/check-suites?app_id=15368 HTTP/1.1" 200 None 2024-04-12 06:25:00,645 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/issues/394 HTTP/1.1" 200 None 2024-04-12 06:25:01,138 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/issues/394/comments HTTP/1.1" 200 None 2024-04-12 06:25:01,604 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/issues/391 HTTP/1.1" 200 None 2024-04-12 06:25:02,136 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/commits/20da2ca68fa40df47b5436887597e9804098f023 HTTP/1.1" 200 None 2024-04-12 06:25:02,603 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/commits/20da2ca68fa40df47b5436887597e9804098f023/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None 2024-04-12 06:25:03,398 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/commits/20da2ca68fa40df47b5436887597e9804098f023/check-suites?app_id=15368 HTTP/1.1" 200 None 2024-04-12 06:25:03,888 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/commits/20da2ca68fa40df47b5436887597e9804098f023 HTTP/1.1" 200 None 2024-04-12 06:25:04,299 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/statuses/20da2ca68fa40df47b5436887597e9804098f023?per_page=1 HTTP/1.1" 200 None 2024-04-12 06:25:04,769 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/commits/20da2ca68fa40df47b5436887597e9804098f023 HTTP/1.1" 200 None 2024-04-12 06:25:05,202 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/commits/20da2ca68fa40df47b5436887597e9804098f023/status HTTP/1.1" 200 None 2024-04-12 06:25:05,203 [ scc.repo] DEBUG - PR 391 joshmoore 'Add jstack command' 2024-04-12 06:25:05,650 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/issues/387 HTTP/1.1" 200 None 2024-04-12 06:25:05,651 [ scc.repo] DEBUG # ... Exclude label: exclude 2024-04-12 06:25:06,105 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/issues/378 HTTP/1.1" 200 None 2024-04-12 06:25:06,568 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/issues/378/comments HTTP/1.1" 200 None 2024-04-12 06:25:07,022 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/issues/337 HTTP/1.1" 200 None 2024-04-12 06:25:07,479 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/issues/337/comments HTTP/1.1" 200 None 2024-04-12 06:25:07,974 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/commits/0df9ec8000befec36dd85b7ff078ce66603e36a5 HTTP/1.1" 200 None 2024-04-12 06:25:08,461 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/commits/0df9ec8000befec36dd85b7ff078ce66603e36a5/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None 2024-04-12 06:25:08,940 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/commits/0df9ec8000befec36dd85b7ff078ce66603e36a5 HTTP/1.1" 200 None 2024-04-12 06:25:09,359 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/statuses/0df9ec8000befec36dd85b7ff078ce66603e36a5?per_page=1 HTTP/1.1" 200 2 2024-04-12 06:25:09,360 [ scc.repo] DEBUG - PR 337 will-moore 'bulk.yml depth is passed to xargs' 2024-04-12 06:25:09,838 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/issues/332 HTTP/1.1" 200 None 2024-04-12 06:25:10,317 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/issues/332/comments HTTP/1.1" 200 None 2024-04-12 06:25:10,809 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/commits/c427fcd99373ad6c0c2d28d322827d0523ba7afc HTTP/1.1" 200 None 2024-04-12 06:25:11,333 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/commits/c427fcd99373ad6c0c2d28d322827d0523ba7afc/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None 2024-04-12 06:25:11,808 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/commits/c427fcd99373ad6c0c2d28d322827d0523ba7afc/check-suites?app_id=15368 HTTP/1.1" 200 None 2024-04-12 06:25:12,243 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/commits/c427fcd99373ad6c0c2d28d322827d0523ba7afc HTTP/1.1" 200 None 2024-04-12 06:25:12,660 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/statuses/c427fcd99373ad6c0c2d28d322827d0523ba7afc?per_page=1 HTTP/1.1" 200 None 2024-04-12 06:25:13,142 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/commits/c427fcd99373ad6c0c2d28d322827d0523ba7afc HTTP/1.1" 200 None 2024-04-12 06:25:13,556 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/commits/c427fcd99373ad6c0c2d28d322827d0523ba7afc/status HTTP/1.1" 200 None 2024-04-12 06:25:13,558 [ scc.repo] DEBUG - PR 332 jburel 'Build conda' 2024-04-12 06:25:14,030 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/issues/325 HTTP/1.1" 200 None 2024-04-12 06:25:14,506 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/issues/325/comments HTTP/1.1" 200 None 2024-04-12 06:25:14,972 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/issues/299 HTTP/1.1" 200 None 2024-04-12 06:25:15,482 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/issues/299/comments HTTP/1.1" 200 None 2024-04-12 06:25:15,961 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/commits/09ae8033d77faf0346255eb9644207e02c98709a HTTP/1.1" 200 None 2024-04-12 06:25:16,391 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/commits/09ae8033d77faf0346255eb9644207e02c98709a/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None 2024-04-12 06:25:16,895 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/commits/09ae8033d77faf0346255eb9644207e02c98709a HTTP/1.1" 200 None 2024-04-12 06:25:17,306 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/statuses/09ae8033d77faf0346255eb9644207e02c98709a?per_page=1 HTTP/1.1" 200 2 2024-04-12 06:25:17,307 [ scc.repo] DEBUG - PR 299 joshmoore 'Add parents and children to omero obj' 2024-04-12 06:25:17,770 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/issues/266 HTTP/1.1" 200 None 2024-04-12 06:25:18,265 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/commits/df250605e81b3b5f509b4cddc3186a63d7ba364f HTTP/1.1" 200 None 2024-04-12 06:25:18,699 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/commits/df250605e81b3b5f509b4cddc3186a63d7ba364f/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None 2024-04-12 06:25:19,202 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/commits/df250605e81b3b5f509b4cddc3186a63d7ba364f HTTP/1.1" 200 None 2024-04-12 06:25:19,603 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/statuses/df250605e81b3b5f509b4cddc3186a63d7ba364f?per_page=1 HTTP/1.1" 200 2 2024-04-12 06:25:19,604 [ scc.repo] DEBUG - PR 266 joshmoore 'errors: use raise_error from cli plugins' 2024-04-12 06:25:20,069 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/issues/207 HTTP/1.1" 200 None 2024-04-12 06:25:20,529 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/issues/207/comments HTTP/1.1" 200 None 2024-04-12 06:25:21,053 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/commits/d68e639b52d3b583d12c65164f3edcd0b813a4bb HTTP/1.1" 200 None 2024-04-12 06:25:21,503 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/commits/d68e639b52d3b583d12c65164f3edcd0b813a4bb/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None 2024-04-12 06:25:21,951 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/commits/d68e639b52d3b583d12c65164f3edcd0b813a4bb HTTP/1.1" 200 None 2024-04-12 06:25:22,374 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/statuses/d68e639b52d3b583d12c65164f3edcd0b813a4bb?per_page=1 HTTP/1.1" 200 2 2024-04-12 06:25:22,375 [ scc.repo] DEBUG - PR 207 manics 'BlitzGateway.connect raise on error' 2024-04-12 06:25:22,836 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/issues/199 HTTP/1.1" 200 None 2024-04-12 06:25:23,329 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/issues/199/comments HTTP/1.1" 200 None 2024-04-12 06:25:23,834 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/commits/d9df94bbff36ef1f943c9ab1995cd60831e572ec HTTP/1.1" 200 None 2024-04-12 06:25:24,306 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/commits/d9df94bbff36ef1f943c9ab1995cd60831e572ec/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None 2024-04-12 06:25:24,794 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/commits/d9df94bbff36ef1f943c9ab1995cd60831e572ec HTTP/1.1" 200 None 2024-04-12 06:25:25,205 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/statuses/d9df94bbff36ef1f943c9ab1995cd60831e572ec?per_page=1 HTTP/1.1" 200 2 2024-04-12 06:25:25,206 [ scc.repo] DEBUG - PR 199 joshmoore 'user: allow setting default group' 2024-04-12 06:25:25,681 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/issues/194 HTTP/1.1" 200 None 2024-04-12 06:25:26,204 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/issues/194/comments HTTP/1.1" 200 None 2024-04-12 06:25:26,667 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/issues/129 HTTP/1.1" 200 None 2024-04-12 06:25:27,156 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-py/issues/129/comments HTTP/1.1" 200 None 2024-04-12 06:25:27,158 [ scc.repo] DEBUG ## Branches found: 2024-04-12 06:25:27,159 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-python-superbuild-push/omero-py 2024-04-12 06:25:27,159 [ scc.git] DEBUG Get sha1 of %s 2024-04-12 06:25:27,159 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2024-04-12 06:25:27,164 [ scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master' 2024-04-12 06:25:27,169 [ scc.git] DEBUG ## Merging base to ensure closed PRs are included. 2024-04-12 06:25:27,169 [ scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master' 2024-04-12 06:25:27,175 [ scc.git] DEBUG Calling 'git merge --ff-only origin/master' 2024-04-12 06:25:27,181 [ scc.git] DEBUG Already up to date. 2024-04-12 06:25:27,182 [ scc.git] DEBUG Calling 'git fetch origin pull/199/head' 2024-04-12 06:25:27,749 [ scc.git] DEBUG From https://github.com/ome/omero-py 2024-04-12 06:25:27,749 [ scc.git] DEBUG * branch refs/pull/199/head -> FETCH_HEAD 2024-04-12 06:25:27,755 [ scc.git] DEBUG Calling 'git fetch origin pull/207/head' 2024-04-12 06:25:28,181 [ scc.git] DEBUG From https://github.com/ome/omero-py 2024-04-12 06:25:28,181 [ scc.git] DEBUG * branch refs/pull/207/head -> FETCH_HEAD 2024-04-12 06:25:28,186 [ scc.git] DEBUG Calling 'git fetch origin pull/266/head' 2024-04-12 06:25:28,615 [ scc.git] DEBUG From https://github.com/ome/omero-py 2024-04-12 06:25:28,615 [ scc.git] DEBUG * branch refs/pull/266/head -> FETCH_HEAD 2024-04-12 06:25:28,620 [ scc.git] DEBUG Calling 'git fetch origin pull/299/head' 2024-04-12 06:25:29,023 [ scc.git] DEBUG From https://github.com/ome/omero-py 2024-04-12 06:25:29,023 [ scc.git] DEBUG * branch refs/pull/299/head -> FETCH_HEAD 2024-04-12 06:25:29,028 [ scc.git] DEBUG Calling 'git fetch origin pull/332/head' 2024-04-12 06:25:29,452 [ scc.git] DEBUG From https://github.com/ome/omero-py 2024-04-12 06:25:29,452 [ scc.git] DEBUG * branch refs/pull/332/head -> FETCH_HEAD 2024-04-12 06:25:29,457 [ scc.git] DEBUG Calling 'git fetch origin pull/337/head' 2024-04-12 06:25:29,842 [ scc.git] DEBUG From https://github.com/ome/omero-py 2024-04-12 06:25:29,842 [ scc.git] DEBUG * branch refs/pull/337/head -> FETCH_HEAD 2024-04-12 06:25:29,847 [ scc.git] DEBUG Calling 'git fetch origin pull/391/head' 2024-04-12 06:25:30,246 [ scc.git] DEBUG From https://github.com/ome/omero-py 2024-04-12 06:25:30,246 [ scc.git] DEBUG * branch refs/pull/391/head -> FETCH_HEAD 2024-04-12 06:25:30,252 [ scc.git] DEBUG Calling 'git fetch origin pull/398/head' 2024-04-12 06:25:30,733 [ scc.git] DEBUG From https://github.com/ome/omero-py 2024-04-12 06:25:30,733 [ scc.git] DEBUG * branch refs/pull/398/head -> FETCH_HEAD 2024-04-12 06:25:30,744 [ scc.git] DEBUG Calling 'git fetch origin pull/400/head' 2024-04-12 06:25:32,445 [ scc.git] DEBUG From https://github.com/ome/omero-py 2024-04-12 06:25:32,445 [ scc.git] DEBUG * branch refs/pull/400/head -> FETCH_HEAD 2024-04-12 06:25:32,448 [ scc.git] DEBUG Calling 'git fetch origin pull/403/head' 2024-04-12 06:25:32,860 [ scc.git] DEBUG From https://github.com/ome/omero-py 2024-04-12 06:25:32,860 [ scc.git] DEBUG * branch refs/pull/403/head -> FETCH_HEAD 2024-04-12 06:25:32,866 [ scc.git] DEBUG Calling 'git fetch origin pull/405/head' 2024-04-12 06:25:33,446 [ scc.git] DEBUG From https://github.com/ome/omero-py 2024-04-12 06:25:33,446 [ scc.git] DEBUG * branch refs/pull/405/head -> FETCH_HEAD 2024-04-12 06:25:33,452 [ scc.git] DEBUG ## Unique users: [] 2024-04-12 06:25:33,452 [ scc.git] DEBUG Get sha1 of %s 2024-04-12 06:25:33,452 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2024-04-12 06:25:33,458 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...d9df94bbff36ef1f943c9ab1995cd60831e572ec' 2024-04-12 06:25:33,469 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2024-04-12 06:25:33,474 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 199 (user: allow setting default group) d9df94bbff36ef1f943c9ab1995cd60831e572ec' 2024-04-12 06:25:33,636 [ scc.git] DEBUG Auto-merging src/omero/cli.py 2024-04-12 06:25:33,636 [ scc.git] DEBUG Auto-merging src/omero/plugins/user.py 2024-04-12 06:25:33,637 [ scc.git] DEBUG Merge made by the 'ort' strategy. 2024-04-12 06:25:33,642 [ scc.git] DEBUG src/omero/cli.py | 6 ++++++ 2024-04-12 06:25:33,642 [ scc.git] DEBUG src/omero/plugins/user.py | 36 +++++++++++++++++++++++++++++++++--- 2024-04-12 06:25:33,642 [ scc.git] DEBUG 2 files changed, 39 insertions(+), 3 deletions(-) 2024-04-12 06:25:33,806 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None 2024-04-12 06:25:33,808 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...d68e639b52d3b583d12c65164f3edcd0b813a4bb' 2024-04-12 06:25:33,818 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2024-04-12 06:25:33,822 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 207 (BlitzGateway.connect raise on error) d68e639b52d3b583d12c65164f3edcd0b813a4bb' 2024-04-12 06:25:33,974 [ scc.git] DEBUG Auto-merging src/omero/gateway/__init__.py 2024-04-12 06:25:33,975 [ scc.git] DEBUG Auto-merging test/unit/test_gateway.py 2024-04-12 06:25:33,975 [ scc.git] DEBUG Merge made by the 'ort' strategy. 2024-04-12 06:25:33,982 [ scc.git] DEBUG src/omero/gateway/__init__.py | 19 +++++++++++++------ 2024-04-12 06:25:33,982 [ scc.git] DEBUG test/unit/test_gateway.py | 16 ++++++++++++++++ 2024-04-12 06:25:33,982 [ scc.git] DEBUG 2 files changed, 29 insertions(+), 6 deletions(-) 2024-04-12 06:25:34,223 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None 2024-04-12 06:25:34,224 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...df250605e81b3b5f509b4cddc3186a63d7ba364f' 2024-04-12 06:25:34,235 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2024-04-12 06:25:34,239 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 266 (errors: use raise_error from cli plugins) df250605e81b3b5f509b4cddc3186a63d7ba364f' 2024-04-12 06:25:34,264 [ scc.git] DEBUG Auto-merging src/omero/plugins/search.py 2024-04-12 06:25:34,264 [ scc.git] DEBUG Merge made by the 'ort' strategy. 2024-04-12 06:25:34,267 [ scc.git] DEBUG src/omero/plugins/search.py | 13 +++++++++---- 2024-04-12 06:25:34,267 [ scc.git] DEBUG 1 file changed, 9 insertions(+), 4 deletions(-) 2024-04-12 06:25:34,638 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None 2024-04-12 06:25:34,639 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...09ae8033d77faf0346255eb9644207e02c98709a' 2024-04-12 06:25:34,650 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2024-04-12 06:25:34,654 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 299 (Add parents and children to omero obj) 09ae8033d77faf0346255eb9644207e02c98709a' 2024-04-12 06:25:34,698 [ scc.git] DEBUG Auto-merging src/omero/plugins/obj.py 2024-04-12 06:25:34,699 [ scc.git] DEBUG Auto-merging test/unit/clitest/test_obj.py 2024-04-12 06:25:34,700 [ scc.git] DEBUG Merge made by the 'ort' strategy. 2024-04-12 06:25:34,703 [ scc.git] DEBUG src/omero/plugins/obj.py | 69 ++++++++++++++++++++++++++++++++++++++++++- 2024-04-12 06:25:34,703 [ scc.git] DEBUG test/unit/clitest/test_obj.py | 2 +- 2024-04-12 06:25:34,703 [ scc.git] DEBUG 2 files changed, 69 insertions(+), 2 deletions(-) 2024-04-12 06:25:35,047 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None 2024-04-12 06:25:35,048 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...c427fcd99373ad6c0c2d28d322827d0523ba7afc' 2024-04-12 06:25:35,059 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2024-04-12 06:25:35,064 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 332 (Build conda) c427fcd99373ad6c0c2d28d322827d0523ba7afc' 2024-04-12 06:25:35,112 [ scc.git] DEBUG Merge made by the 'ort' strategy. 2024-04-12 06:25:35,115 [ scc.git] DEBUG .github/workflows/install.yml | 37 +++++++++++++++++++++++++++++++++++++ 2024-04-12 06:25:35,115 [ scc.git] DEBUG connect.py | 11 +++++++++++ 2024-04-12 06:25:35,115 [ scc.git] DEBUG 2 files changed, 48 insertions(+) 2024-04-12 06:25:35,115 [ scc.git] DEBUG create mode 100644 .github/workflows/install.yml 2024-04-12 06:25:35,115 [ scc.git] DEBUG create mode 100644 connect.py 2024-04-12 06:25:35,450 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None 2024-04-12 06:25:35,451 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...0df9ec8000befec36dd85b7ff078ce66603e36a5' 2024-04-12 06:25:35,463 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2024-04-12 06:25:35,468 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 337 (bulk.yml depth is passed to xargs) 0df9ec8000befec36dd85b7ff078ce66603e36a5' 2024-04-12 06:25:35,522 [ scc.git] DEBUG Auto-merging src/omero/plugins/import.py 2024-04-12 06:25:35,523 [ scc.git] DEBUG Merge made by the 'ort' strategy. 2024-04-12 06:25:35,527 [ scc.git] DEBUG src/omero/plugins/import.py | 2 ++ 2024-04-12 06:25:35,527 [ scc.git] DEBUG 1 file changed, 2 insertions(+) 2024-04-12 06:25:35,869 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None 2024-04-12 06:25:35,870 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...20da2ca68fa40df47b5436887597e9804098f023' 2024-04-12 06:25:35,885 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2024-04-12 06:25:35,891 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 391 (Add jstack command) 20da2ca68fa40df47b5436887597e9804098f023' 2024-04-12 06:25:35,942 [ scc.git] DEBUG Auto-merging src/omero/plugins/admin.py 2024-04-12 06:25:35,943 [ scc.git] DEBUG Merge made by the 'ort' strategy. 2024-04-12 06:25:35,947 [ scc.git] DEBUG src/omero/plugins/admin.py | 61 ++++++++++++++++++++++++++++++++++++++++++++-- 2024-04-12 06:25:35,947 [ scc.git] DEBUG 1 file changed, 59 insertions(+), 2 deletions(-) 2024-04-12 06:25:36,281 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None 2024-04-12 06:25:36,282 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...bbf54d740f70baee1e5fd5d3fb396699af5095b3' 2024-04-12 06:25:36,294 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2024-04-12 06:25:36,298 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 398 (getGridSize() handles plates with no Wells) bbf54d740f70baee1e5fd5d3fb396699af5095b3' 2024-04-12 06:25:36,406 [ scc.git] DEBUG Auto-merging src/omero/gateway/__init__.py 2024-04-12 06:25:36,407 [ scc.git] DEBUG Merge made by the 'ort' strategy. 2024-04-12 06:25:36,416 [ scc.git] DEBUG src/omero/gateway/__init__.py | 6 +++++- 2024-04-12 06:25:36,416 [ scc.git] DEBUG 1 file changed, 5 insertions(+), 1 deletion(-) 2024-04-12 06:25:36,698 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None 2024-04-12 06:25:36,699 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...64bf1f9dfd9553a639094f9a6b232218e92d690b' 2024-04-12 06:25:36,713 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2024-04-12 06:25:36,718 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 400 (Session ID and constructor) 64bf1f9dfd9553a639094f9a6b232218e92d690b' 2024-04-12 06:25:36,766 [ scc.git] DEBUG Auto-merging src/omero/gateway/__init__.py 2024-04-12 06:25:36,767 [ scc.git] DEBUG Merge made by the 'ort' strategy. 2024-04-12 06:25:36,774 [ scc.git] DEBUG src/omero/gateway/__init__.py | 50 +++++++++++++++++++++++++++++++--- 2024-04-12 06:25:36,775 [ scc.git] DEBUG src/omero/gateway/scripts/dbhelpers.py | 3 +- 2024-04-12 06:25:36,775 [ scc.git] DEBUG 2 files changed, 48 insertions(+), 5 deletions(-) 2024-04-12 06:25:37,106 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None 2024-04-12 06:25:37,107 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...61489cddb9009af5f6f914e39ef9b02b4019f13d' 2024-04-12 06:25:37,118 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2024-04-12 06:25:37,123 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 403 (Consume pre-build Ice Python wheel packages on Windows builds) 61489cddb9009af5f6f914e39ef9b02b4019f13d' 2024-04-12 06:25:37,143 [ scc.git] DEBUG Merge made by the 'ort' strategy. 2024-04-12 06:25:37,147 [ scc.git] DEBUG .github/workflows/workflow.yml | 3 +-- 2024-04-12 06:25:37,147 [ scc.git] DEBUG tox.ini | 5 +++++ 2024-04-12 06:25:37,147 [ scc.git] DEBUG 2 files changed, 6 insertions(+), 2 deletions(-) 2024-04-12 06:25:37,508 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None 2024-04-12 06:25:37,510 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...5ad53ebee1b529384752bd13b853b45d14484e4c' 2024-04-12 06:25:37,521 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2024-04-12 06:25:37,525 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 405 (FilesetWrapper lazy loads Images and UsedFiles) 5ad53ebee1b529384752bd13b853b45d14484e4c' 2024-04-12 06:25:37,578 [ scc.git] DEBUG Auto-merging src/omero/gateway/__init__.py 2024-04-12 06:25:37,579 [ scc.git] DEBUG Merge made by the 'ort' strategy. 2024-04-12 06:25:37,587 [ scc.git] DEBUG src/omero/gateway/__init__.py | 41 +++++++++++++++++++++++++---------------- 2024-04-12 06:25:37,587 [ scc.git] DEBUG 1 file changed, 25 insertions(+), 16 deletions(-) 2024-04-12 06:25:37,926 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None 2024-04-12 06:25:37,927 [ scc.git] DEBUG Calling 'git submodule update' 2024-04-12 06:25:37,969 [ scc.git] DEBUG Get sha1 of %s 2024-04-12 06:25:37,969 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2024-04-12 06:25:37,974 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path' 2024-04-12 06:25:38,018 [ scc.git] DEBUG Calling 'git status --porcelain' 2024-04-12 06:25:38,027 [ scc.git] DEBUG has no local changes 2024-04-12 06:25:38,028 [ scc.git] DEBUG Calling 'git commit --allow-empty -a -n -m merge master -Dorg -Ssuccess-only Repository: ome/omero-py Excluded PRs: - PR 396 joshmoore 'Config property for passing environment variables (see #395)' (status: failure) - PR 394 jo-mueller 'added `_repr_html_` method for `_ImageWrapper`' (user: jo-mueller) - PR 387 will-moore 'Numpy pixels type' (label: exclude) - PR 378 ehrenfeu 'Fix UnicodeDecodeError' (user: ehrenfeu) - PR 325 JulianHn 'Addding support for other encodings than utf-8 in DownloadingOriginalFileProvider' (user: JulianHn) - PR 194 manics 'Support Python 3 asyncio concurrency' (stage: draft) - PR 129 dominikl 'Add option to create new ThumbnailStore connection' (exclude comment) Already up to date. Merged PRs: - PR 199 joshmoore 'user: allow setting default group' - PR 207 manics 'BlitzGateway.connect raise on error' - PR 266 joshmoore 'errors: use raise_error from cli plugins' - PR 299 joshmoore 'Add parents and children to omero obj' - PR 332 jburel 'Build conda' - PR 337 will-moore 'bulk.yml depth is passed to xargs' - PR 391 joshmoore 'Add jstack command' - PR 398 will-moore 'getGridSize() handles plates with no Wells' - PR 400 jburel 'Session ID and constructor' - PR 403 sbesson 'Consume pre-build Ice Python wheel packages on Windows builds' - PR 405 will-moore 'FilesetWrapper lazy loads Images and UsedFiles' Generated by OMERO-python-superbuild-push#30 (https://BRANCHCI.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/30/)' 2024-04-12 06:25:38,038 [ scc.git] DEBUG [detached HEAD 5e81a584] merge master -Dorg -Ssuccess-only 2024-04-12 06:25:38,038 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-python-superbuild-push 2024-04-12 06:25:38,038 [ scc.git] INFO Overriding base-branch from master to develop 2024-04-12 06:25:38,038 [ scc.repo] DEBUG ## PRs found: 2024-04-12 06:25:38,564 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-scripts/pulls HTTP/1.1" 200 None 2024-04-12 06:25:39,073 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-scripts/issues/216 HTTP/1.1" 200 None 2024-04-12 06:25:39,550 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-scripts/issues/216/comments HTTP/1.1" 200 None 2024-04-12 06:25:40,032 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-scripts/issues/206 HTTP/1.1" 200 None 2024-04-12 06:25:40,509 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-scripts/issues/206/comments HTTP/1.1" 200 None 2024-04-12 06:25:40,970 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-scripts/issues/202 HTTP/1.1" 200 None 2024-04-12 06:25:41,425 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-scripts/issues/202/comments HTTP/1.1" 200 None 2024-04-12 06:25:41,919 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-scripts/commits/1fd6030669613cdb8879cfe6395db8c820fdcf19 HTTP/1.1" 200 None 2024-04-12 06:25:42,379 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-scripts/commits/1fd6030669613cdb8879cfe6395db8c820fdcf19/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None 2024-04-12 06:25:42,862 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-scripts/commits/1fd6030669613cdb8879cfe6395db8c820fdcf19 HTTP/1.1" 200 None 2024-04-12 06:25:43,320 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-scripts/statuses/1fd6030669613cdb8879cfe6395db8c820fdcf19?per_page=1 HTTP/1.1" 200 2 2024-04-12 06:25:43,321 [ scc.repo] DEBUG - PR 202 will-moore 'Add Plate support to KeyVal_to_csv.py' 2024-04-12 06:25:43,790 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-scripts/issues/198 HTTP/1.1" 200 None 2024-04-12 06:25:44,290 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-scripts/issues/198/comments HTTP/1.1" 200 None 2024-04-12 06:25:44,762 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-scripts/issues/103 HTTP/1.1" 200 None 2024-04-12 06:25:45,251 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-scripts/issues/103/comments HTTP/1.1" 200 None 2024-04-12 06:25:45,254 [ scc.repo] DEBUG ## Branches found: 2024-04-12 06:25:45,254 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-python-superbuild-push/omero-scripts 2024-04-12 06:25:45,254 [ scc.git] DEBUG Get sha1 of %s 2024-04-12 06:25:45,255 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2024-04-12 06:25:45,261 [ scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/develop' 2024-04-12 06:25:45,265 [ scc.git] DEBUG ## Merging base to ensure closed PRs are included. 2024-04-12 06:25:45,265 [ scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/develop' 2024-04-12 06:25:45,270 [ scc.git] DEBUG Calling 'git merge --ff-only origin/develop' 2024-04-12 06:25:45,274 [ scc.git] DEBUG Already up to date. 2024-04-12 06:25:45,274 [ scc.git] DEBUG Calling 'git fetch origin pull/202/head' 2024-04-12 06:25:45,742 [ scc.git] DEBUG From https://github.com/ome/omero-scripts 2024-04-12 06:25:45,742 [ scc.git] DEBUG * branch refs/pull/202/head -> FETCH_HEAD 2024-04-12 06:25:45,747 [ scc.git] DEBUG ## Unique users: [] 2024-04-12 06:25:45,747 [ scc.git] DEBUG Get sha1 of %s 2024-04-12 06:25:45,747 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2024-04-12 06:25:45,753 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...1fd6030669613cdb8879cfe6395db8c820fdcf19' 2024-04-12 06:25:45,761 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2024-04-12 06:25:45,766 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 202 (Add Plate support to KeyVal_to_csv.py) 1fd6030669613cdb8879cfe6395db8c820fdcf19' 2024-04-12 06:25:45,779 [ scc.git] DEBUG Auto-merging omero/annotation_scripts/KeyVal_to_csv.py 2024-04-12 06:25:45,779 [ scc.git] DEBUG CONFLICT (content): Merge conflict in omero/annotation_scripts/KeyVal_to_csv.py 2024-04-12 06:25:45,779 [ scc.git] DEBUG Automatic merge failed; fix conflicts and then commit the result. 2024-04-12 06:25:45,779 [ scc.git] DEBUG Calling 'git diff --name-only --diff-filter=U' 2024-04-12 06:25:45,785 [ scc.git] DEBUG Calling 'git reset --hard 2078ac72dbf11f2733e685000a274eff81c2ac2d' 2024-04-12 06:25:45,792 [ scc.git] DEBUG HEAD is now at 2078ac7 Bump version: 5.8.0 → 5.8.1.dev0 2024-04-12 06:25:45,963 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None 2024-04-12 06:25:45,965 [ scc.git] DEBUG Calling 'git merge-base 2078ac72dbf11f2733e685000a274eff81c2ac2d 1fd6030669613cdb8879cfe6395db8c820fdcf19' 2024-04-12 06:25:45,971 [ scc.git] DEBUG Calling 'git diff --name-only a90f59802f6752ad74badec5c0c1d6b0c9c43b15..2078ac72dbf11f2733e685000a274eff81c2ac2d' 2024-04-12 06:25:45,975 [ scc.git] INFO - PR 202 will-moore 'Add Plate support to KeyVal_to_csv.py' Conflicting PR. Removed from build [OMERO-python-superbuild-push#30](https://BRANCHCI.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/30/). See the [console output](https://BRANCHCI.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/30/consoleText) for more details. Possible conflicts: - Upstream changes - omero/annotation_scripts/KeyVal_to_csv.py --conflicts 2024-04-12 06:25:45,979 [ scc.config] DEBUG Found github.token 2024-04-12 06:25:45,979 [ scc.git] DEBUG Not adding comment to issue #202, already --conflicts. 2024-04-12 06:25:45,979 [ scc.git] DEBUG Calling 'git submodule update' 2024-04-12 06:25:46,014 [ scc.git] DEBUG Get sha1 of %s 2024-04-12 06:25:46,015 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2024-04-12 06:25:46,019 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path' 2024-04-12 06:25:46,055 [ scc.git] DEBUG Calling 'git status --porcelain' 2024-04-12 06:25:46,063 [ scc.git] DEBUG has no local changes 2024-04-12 06:25:46,064 [ scc.git] DEBUG Calling 'git commit --allow-empty -a -n -m merge master -Dorg -Ssuccess-only Repository: ome/omero-scripts Excluded PRs: - PR 216 Tom-TBT 'Key-value pair scripts enhancement' (user: Tom-TBT) - PR 206 Rdornier 'Adding a script that saves data owner as key-value pair' (user: Rdornier) - PR 198 JulianHn 'Adding Support for different CSV Encodings in Import_Scripts/Populate_Metadata.py' (user: JulianHn) - PR 103 joshmoore 'Script for calculating min/max' (exclude comment) Already up to date. Conflicting PRs (not included): - PR 202 will-moore 'Add Plate support to KeyVal_to_csv.py' Generated by OMERO-python-superbuild-push#30 (https://BRANCHCI.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/30/)' 2024-04-12 06:25:46,072 [ scc.git] DEBUG [detached HEAD e4c8465] merge master -Dorg -Ssuccess-only 2024-04-12 06:25:46,073 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-python-superbuild-push 2024-04-12 06:25:46,073 [ scc.repo] DEBUG ## PRs found: 2024-04-12 06:25:46,568 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web/pulls HTTP/1.1" 200 None 2024-04-12 06:25:47,016 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web/issues/548 HTTP/1.1" 200 None 2024-04-12 06:25:47,469 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web/issues/543 HTTP/1.1" 200 None 2024-04-12 06:25:47,924 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web/issues/542 HTTP/1.1" 200 None 2024-04-12 06:25:48,402 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web/issues/542/comments HTTP/1.1" 200 None 2024-04-12 06:25:48,405 [ scc.repo] DEBUG # ... Include label: include 2024-04-12 06:25:48,889 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web/commits/977f7b65169e6dee479197a9156993bbadd2d2e2 HTTP/1.1" 200 None 2024-04-12 06:25:49,377 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web/commits/977f7b65169e6dee479197a9156993bbadd2d2e2/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None 2024-04-12 06:25:49,868 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web/commits/977f7b65169e6dee479197a9156993bbadd2d2e2/check-suites?app_id=15368 HTTP/1.1" 200 None 2024-04-12 06:25:50,317 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web/commits/977f7b65169e6dee479197a9156993bbadd2d2e2 HTTP/1.1" 200 None 2024-04-12 06:25:50,736 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web/statuses/977f7b65169e6dee479197a9156993bbadd2d2e2?per_page=1 HTTP/1.1" 200 None 2024-04-12 06:25:51,228 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web/commits/977f7b65169e6dee479197a9156993bbadd2d2e2 HTTP/1.1" 200 None 2024-04-12 06:25:51,661 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web/commits/977f7b65169e6dee479197a9156993bbadd2d2e2/status HTTP/1.1" 200 None 2024-04-12 06:25:51,662 [ scc.repo] DEBUG - PR 542 Tom-TBT 'PlateAcquisition filtering with plate display' 2024-04-12 06:25:52,146 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web/issues/540 HTTP/1.1" 200 None 2024-04-12 06:25:52,664 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web/commits/ee785db51c334b1be62c14ab36414993a2319a30 HTTP/1.1" 200 None 2024-04-12 06:25:53,162 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web/commits/ee785db51c334b1be62c14ab36414993a2319a30/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None 2024-04-12 06:25:53,640 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web/commits/ee785db51c334b1be62c14ab36414993a2319a30/check-suites?app_id=15368 HTTP/1.1" 200 None 2024-04-12 06:25:54,120 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web/commits/ee785db51c334b1be62c14ab36414993a2319a30 HTTP/1.1" 200 None 2024-04-12 06:25:54,547 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web/statuses/ee785db51c334b1be62c14ab36414993a2319a30?per_page=1 HTTP/1.1" 200 None 2024-04-12 06:25:55,062 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web/commits/ee785db51c334b1be62c14ab36414993a2319a30 HTTP/1.1" 200 None 2024-04-12 06:25:55,505 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web/commits/ee785db51c334b1be62c14ab36414993a2319a30/status HTTP/1.1" 200 None 2024-04-12 06:25:55,507 [ scc.repo] DEBUG - PR 540 will-moore 'Add 'django.template.context_processors.request' to TEMPLATES' 2024-04-12 06:25:55,988 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web/issues/536 HTTP/1.1" 200 None 2024-04-12 06:25:56,488 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web/issues/536/comments HTTP/1.1" 200 None 2024-04-12 06:25:56,998 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web/commits/069e5c60afeaeca105e5209b14c37c87b49c2342 HTTP/1.1" 200 None 2024-04-12 06:25:57,506 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web/commits/069e5c60afeaeca105e5209b14c37c87b49c2342/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None 2024-04-12 06:25:58,000 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web/commits/069e5c60afeaeca105e5209b14c37c87b49c2342/check-suites?app_id=15368 HTTP/1.1" 200 None 2024-04-12 06:25:58,498 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web/commits/069e5c60afeaeca105e5209b14c37c87b49c2342 HTTP/1.1" 200 None 2024-04-12 06:25:58,926 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web/statuses/069e5c60afeaeca105e5209b14c37c87b49c2342?per_page=1 HTTP/1.1" 200 None 2024-04-12 06:25:59,358 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web/commits/069e5c60afeaeca105e5209b14c37c87b49c2342 HTTP/1.1" 200 None 2024-04-12 06:25:59,795 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web/commits/069e5c60afeaeca105e5209b14c37c87b49c2342/status HTTP/1.1" 200 None 2024-04-12 06:25:59,797 [ scc.repo] DEBUG - PR 536 will-moore 'imgData JSON with no stateful services' 2024-04-12 06:26:00,288 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web/issues/535 HTTP/1.1" 200 None 2024-04-12 06:26:00,752 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web/issues/534 HTTP/1.1" 200 None 2024-04-12 06:26:01,257 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web/issues/534/comments HTTP/1.1" 200 None 2024-04-12 06:26:01,767 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web/commits/d328a0cbb5b49cd63929a8a6c6cf7a89a925d005 HTTP/1.1" 200 None 2024-04-12 06:26:02,248 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web/commits/d328a0cbb5b49cd63929a8a6c6cf7a89a925d005/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None 2024-04-12 06:26:02,821 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web/commits/d328a0cbb5b49cd63929a8a6c6cf7a89a925d005/check-suites?app_id=15368 HTTP/1.1" 200 None 2024-04-12 06:26:03,265 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web/commits/d328a0cbb5b49cd63929a8a6c6cf7a89a925d005 HTTP/1.1" 200 None 2024-04-12 06:26:03,707 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web/statuses/d328a0cbb5b49cd63929a8a6c6cf7a89a925d005?per_page=1 HTTP/1.1" 200 None 2024-04-12 06:26:04,190 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web/commits/d328a0cbb5b49cd63929a8a6c6cf7a89a925d005 HTTP/1.1" 200 None 2024-04-12 06:26:04,642 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web/commits/d328a0cbb5b49cd63929a8a6c6cf7a89a925d005/status HTTP/1.1" 200 None 2024-04-12 06:26:04,644 [ scc.repo] DEBUG - PR 534 will-moore 'get strings from omero.cmd.ERR and omero.CmdError correctly' 2024-04-12 06:26:05,110 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web/issues/533 HTTP/1.1" 200 None 2024-04-12 06:26:05,611 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web/commits/e335980be1e7197826687f6c322a60c61b4aa545 HTTP/1.1" 200 None 2024-04-12 06:26:06,135 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web/commits/e335980be1e7197826687f6c322a60c61b4aa545/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None 2024-04-12 06:26:06,648 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web/commits/e335980be1e7197826687f6c322a60c61b4aa545/check-suites?app_id=15368 HTTP/1.1" 200 None 2024-04-12 06:26:07,093 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web/commits/e335980be1e7197826687f6c322a60c61b4aa545 HTTP/1.1" 200 None 2024-04-12 06:26:07,521 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web/statuses/e335980be1e7197826687f6c322a60c61b4aa545?per_page=1 HTTP/1.1" 200 None 2024-04-12 06:26:07,981 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web/commits/e335980be1e7197826687f6c322a60c61b4aa545 HTTP/1.1" 200 None 2024-04-12 06:26:08,432 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web/commits/e335980be1e7197826687f6c322a60c61b4aa545/status HTTP/1.1" 200 None 2024-04-12 06:26:08,433 [ scc.repo] DEBUG - PR 533 jburel 'use conda-forge channel' 2024-04-12 06:26:08,885 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web/issues/527 HTTP/1.1" 200 None 2024-04-12 06:26:09,373 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web/issues/527/comments HTTP/1.1" 200 None 2024-04-12 06:26:09,921 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web/commits/5565fa5d8fdefd1a406a9951f80779817ea35767 HTTP/1.1" 200 None 2024-04-12 06:26:10,402 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web/commits/5565fa5d8fdefd1a406a9951f80779817ea35767/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None 2024-04-12 06:26:10,911 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web/commits/5565fa5d8fdefd1a406a9951f80779817ea35767/check-suites?app_id=15368 HTTP/1.1" 200 None 2024-04-12 06:26:11,411 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web/commits/5565fa5d8fdefd1a406a9951f80779817ea35767 HTTP/1.1" 200 None 2024-04-12 06:26:11,832 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web/statuses/5565fa5d8fdefd1a406a9951f80779817ea35767?per_page=1 HTTP/1.1" 200 None 2024-04-12 06:26:12,323 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web/commits/5565fa5d8fdefd1a406a9951f80779817ea35767 HTTP/1.1" 200 None 2024-04-12 06:26:12,754 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web/commits/5565fa5d8fdefd1a406a9951f80779817ea35767/status HTTP/1.1" 200 None 2024-04-12 06:26:12,755 [ scc.repo] DEBUG - PR 527 will-moore 'Add some initial CSP settings to test' 2024-04-12 06:26:13,205 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web/issues/399 HTTP/1.1" 200 None 2024-04-12 06:26:13,691 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web/issues/225 HTTP/1.1" 200 None 2024-04-12 06:26:14,311 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web/issues/225/comments HTTP/1.1" 200 None 2024-04-12 06:26:14,782 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repositories/200678050/issues/225/comments?page=2 HTTP/1.1" 200 None 2024-04-12 06:26:15,270 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web/issues/168 HTTP/1.1" 200 None 2024-04-12 06:26:16,001 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web/issues/168/comments HTTP/1.1" 200 None 2024-04-12 06:26:16,558 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web/commits/219d9e721304a4c46b4d73ef9ff3777549d69615 HTTP/1.1" 200 None 2024-04-12 06:26:17,025 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web/commits/219d9e721304a4c46b4d73ef9ff3777549d69615/check-suites?app_id=15368&per_page=1 HTTP/1.1" 200 None 2024-04-12 06:26:17,550 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web/commits/219d9e721304a4c46b4d73ef9ff3777549d69615 HTTP/1.1" 200 None 2024-04-12 06:26:17,980 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web/statuses/219d9e721304a4c46b4d73ef9ff3777549d69615?per_page=1 HTTP/1.1" 200 2 2024-04-12 06:26:17,981 [ scc.repo] DEBUG - PR 168 stick 'Changes to nginx @maintenance handler' 2024-04-12 06:26:18,434 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web/issues/17 HTTP/1.1" 200 None 2024-04-12 06:26:18,947 [urllib3.conn] DEBUG https://api.github.com:443 "GET /repos/ome/omero-web/issues/17/comments HTTP/1.1" 200 None 2024-04-12 06:26:18,950 [ scc.repo] DEBUG ## Branches found: 2024-04-12 06:26:18,950 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-python-superbuild-push/omero-web 2024-04-12 06:26:18,951 [ scc.git] DEBUG Get sha1 of %s 2024-04-12 06:26:18,951 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2024-04-12 06:26:18,956 [ scc.git] DEBUG Calling 'git show-ref --verify --quiet refs/remotes/origin/master' 2024-04-12 06:26:18,960 [ scc.git] DEBUG ## Merging base to ensure closed PRs are included. 2024-04-12 06:26:18,960 [ scc.git] DEBUG Calling 'git log --oneline --first-parent HEAD..origin/master' 2024-04-12 06:26:18,966 [ scc.git] DEBUG Calling 'git merge --ff-only origin/master' 2024-04-12 06:26:18,972 [ scc.git] DEBUG Already up to date. 2024-04-12 06:26:18,972 [ scc.git] DEBUG Calling 'git fetch origin pull/168/head' 2024-04-12 06:26:19,596 [ scc.git] DEBUG From https://github.com/ome/omero-web 2024-04-12 06:26:19,597 [ scc.git] DEBUG * branch refs/pull/168/head -> FETCH_HEAD 2024-04-12 06:26:19,605 [ scc.git] DEBUG Calling 'git fetch origin pull/527/head' 2024-04-12 06:26:20,117 [ scc.git] DEBUG From https://github.com/ome/omero-web 2024-04-12 06:26:20,118 [ scc.git] DEBUG * branch refs/pull/527/head -> FETCH_HEAD 2024-04-12 06:26:20,125 [ scc.git] DEBUG Calling 'git fetch origin pull/533/head' 2024-04-12 06:26:20,553 [ scc.git] DEBUG From https://github.com/ome/omero-web 2024-04-12 06:26:20,554 [ scc.git] DEBUG * branch refs/pull/533/head -> FETCH_HEAD 2024-04-12 06:26:20,560 [ scc.git] DEBUG Calling 'git fetch origin pull/534/head' 2024-04-12 06:26:20,982 [ scc.git] DEBUG From https://github.com/ome/omero-web 2024-04-12 06:26:20,982 [ scc.git] DEBUG * branch refs/pull/534/head -> FETCH_HEAD 2024-04-12 06:26:20,990 [ scc.git] DEBUG Calling 'git fetch origin pull/536/head' 2024-04-12 06:26:21,585 [ scc.git] DEBUG From https://github.com/ome/omero-web 2024-04-12 06:26:21,585 [ scc.git] DEBUG * branch refs/pull/536/head -> FETCH_HEAD 2024-04-12 06:26:21,592 [ scc.git] DEBUG Calling 'git fetch origin pull/540/head' 2024-04-12 06:26:21,978 [ scc.git] DEBUG From https://github.com/ome/omero-web 2024-04-12 06:26:21,978 [ scc.git] DEBUG * branch refs/pull/540/head -> FETCH_HEAD 2024-04-12 06:26:21,983 [ scc.git] DEBUG Calling 'git fetch origin pull/542/head' 2024-04-12 06:26:22,668 [ scc.git] DEBUG From https://github.com/ome/omero-web 2024-04-12 06:26:22,668 [ scc.git] DEBUG * branch refs/pull/542/head -> FETCH_HEAD 2024-04-12 06:26:22,673 [ scc.git] DEBUG ## Unique users: [] 2024-04-12 06:26:22,674 [ scc.git] DEBUG Get sha1 of %s 2024-04-12 06:26:22,674 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2024-04-12 06:26:22,678 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...219d9e721304a4c46b4d73ef9ff3777549d69615' 2024-04-12 06:26:22,693 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2024-04-12 06:26:22,697 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 168 (Changes to nginx @maintenance handler) 219d9e721304a4c46b4d73ef9ff3777549d69615' 2024-04-12 06:26:22,785 [ scc.git] DEBUG Auto-merging test/unit/test_web.py 2024-04-12 06:26:22,785 [ scc.git] DEBUG CONFLICT (content): Merge conflict in test/unit/test_web.py 2024-04-12 06:26:22,786 [ scc.git] DEBUG Automatic merge failed; fix conflicts and then commit the result. 2024-04-12 06:26:22,787 [ scc.git] DEBUG Calling 'git diff --name-only --diff-filter=U' 2024-04-12 06:26:22,795 [ scc.git] DEBUG Calling 'git reset --hard 0e4013c65acba6525cd5eabf869611c9e1311ba7' 2024-04-12 06:26:22,806 [ scc.git] DEBUG HEAD is now at 0e4013c65 Merge pull request #547 from asherkhb/update_chgrp_img_path 2024-04-12 06:26:22,955 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None 2024-04-12 06:26:22,957 [ scc.git] DEBUG Calling 'git merge-base 0e4013c65acba6525cd5eabf869611c9e1311ba7 219d9e721304a4c46b4d73ef9ff3777549d69615' 2024-04-12 06:26:22,973 [ scc.git] DEBUG Calling 'git diff --name-only 632d14a9cab5319c6b1bd9190d441a95e457103b..0e4013c65acba6525cd5eabf869611c9e1311ba7' 2024-04-12 06:26:23,051 [ scc.git] INFO - PR 168 stick 'Changes to nginx @maintenance handler' Conflicting PR. Removed from build [OMERO-python-superbuild-push#30](https://BRANCHCI.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/30/). See the [console output](https://BRANCHCI.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/30/consoleText) for more details. Possible conflicts: - Upstream changes - test/unit/test_web.py --conflicts 2024-04-12 06:26:23,056 [ scc.config] DEBUG Found github.token 2024-04-12 06:26:23,056 [ scc.git] DEBUG Not adding comment to issue #168, already --conflicts. 2024-04-12 06:26:23,057 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...5565fa5d8fdefd1a406a9951f80779817ea35767' 2024-04-12 06:26:23,062 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2024-04-12 06:26:23,066 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 527 (Add some initial CSP settings to test) 5565fa5d8fdefd1a406a9951f80779817ea35767' 2024-04-12 06:26:23,123 [ scc.git] DEBUG Auto-merging omeroweb/settings.py 2024-04-12 06:26:23,123 [ scc.git] DEBUG Auto-merging setup.py 2024-04-12 06:26:23,140 [ scc.git] DEBUG Merge made by the 'ort' strategy. 2024-04-12 06:26:23,144 [ scc.git] DEBUG omeroweb/settings.py | 42 +++++++++++++++++++++++++++++++++++++++++- 2024-04-12 06:26:23,144 [ scc.git] DEBUG setup.py | 1 + 2024-04-12 06:26:23,144 [ scc.git] DEBUG 2 files changed, 42 insertions(+), 1 deletion(-) 2024-04-12 06:26:23,360 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None 2024-04-12 06:26:23,361 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...e335980be1e7197826687f6c322a60c61b4aa545' 2024-04-12 06:26:23,368 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2024-04-12 06:26:23,372 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 533 (use conda-forge channel) e335980be1e7197826687f6c322a60c61b4aa545' 2024-04-12 06:26:23,386 [ scc.git] DEBUG Auto-merging README.rst 2024-04-12 06:26:23,388 [ scc.git] DEBUG Merge made by the 'ort' strategy. 2024-04-12 06:26:23,391 [ scc.git] DEBUG README.rst | 3 +-- 2024-04-12 06:26:23,391 [ scc.git] DEBUG 1 file changed, 1 insertion(+), 2 deletions(-) 2024-04-12 06:26:23,773 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None 2024-04-12 06:26:23,775 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...d328a0cbb5b49cd63929a8a6c6cf7a89a925d005' 2024-04-12 06:26:23,781 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2024-04-12 06:26:23,785 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 534 (get strings from omero.cmd.ERR and omero.CmdError correctly) d328a0cbb5b49cd63929a8a6c6cf7a89a925d005' 2024-04-12 06:26:23,838 [ scc.git] DEBUG Auto-merging omeroweb/webclient/webclient_gateway.py 2024-04-12 06:26:23,839 [ scc.git] DEBUG Auto-merging omeroweb/webgateway/marshal.py 2024-04-12 06:26:23,840 [ scc.git] DEBUG Merge made by the 'ort' strategy. 2024-04-12 06:26:23,844 [ scc.git] DEBUG omeroweb/webclient/webclient_gateway.py | 2 +- 2024-04-12 06:26:23,844 [ scc.git] DEBUG omeroweb/webgateway/marshal.py | 4 ++-- 2024-04-12 06:26:23,844 [ scc.git] DEBUG 2 files changed, 3 insertions(+), 3 deletions(-) 2024-04-12 06:26:24,181 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None 2024-04-12 06:26:24,182 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...069e5c60afeaeca105e5209b14c37c87b49c2342' 2024-04-12 06:26:24,189 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2024-04-12 06:26:24,194 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 536 (imgData JSON with no stateful services) 069e5c60afeaeca105e5209b14c37c87b49c2342' 2024-04-12 06:26:24,327 [ scc.git] DEBUG Auto-merging omeroweb/webclient/views.py 2024-04-12 06:26:24,327 [ scc.git] DEBUG Auto-merging omeroweb/webgateway/marshal.py 2024-04-12 06:26:24,328 [ scc.git] DEBUG Merge made by the 'ort' strategy. 2024-04-12 06:26:24,334 [ scc.git] DEBUG omeroweb/webclient/views.py | 4 +- 2024-04-12 06:26:24,334 [ scc.git] DEBUG omeroweb/webgateway/marshal.py | 132 +++++++++++++++++++++++++++++++++++++---- 2024-04-12 06:26:24,334 [ scc.git] DEBUG omeroweb/webgateway/util.py | 38 ++++++++++++ 2024-04-12 06:26:24,334 [ scc.git] DEBUG 3 files changed, 163 insertions(+), 11 deletions(-) 2024-04-12 06:26:24,594 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None 2024-04-12 06:26:24,595 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...ee785db51c334b1be62c14ab36414993a2319a30' 2024-04-12 06:26:24,603 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2024-04-12 06:26:24,607 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 540 (Add 'django.template.context_processors.request' to TEMPLATES) ee785db51c334b1be62c14ab36414993a2319a30' 2024-04-12 06:26:24,625 [ scc.git] DEBUG Auto-merging omeroweb/settings.py 2024-04-12 06:26:24,626 [ scc.git] DEBUG Merge made by the 'ort' strategy. 2024-04-12 06:26:24,629 [ scc.git] DEBUG omeroweb/settings.py | 1 + 2024-04-12 06:26:24,629 [ scc.git] DEBUG 1 file changed, 1 insertion(+) 2024-04-12 06:26:24,996 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None 2024-04-12 06:26:24,997 [ scc.git] DEBUG Calling 'git diff --name-only HEAD...977f7b65169e6dee479197a9156993bbadd2d2e2' 2024-04-12 06:26:25,004 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2024-04-12 06:26:25,008 [ scc.git] DEBUG Calling 'git merge --no-ff -m merge master -Dorg -Ssuccess-only: PR 542 (PlateAcquisition filtering with plate display) 977f7b65169e6dee479197a9156993bbadd2d2e2' 2024-04-12 06:26:25,054 [ scc.git] DEBUG Auto-merging omeroweb/webclient/views.py 2024-04-12 06:26:25,056 [ scc.git] DEBUG Merge made by the 'ort' strategy. 2024-04-12 06:26:25,063 [ scc.git] DEBUG .../data/includes/center_plugin.thumbs.js.html | 13 +++------- 2024-04-12 06:26:25,063 [ scc.git] DEBUG .../webclient/templates/webclient/data/plate.html | 10 ++++---- 2024-04-12 06:26:25,064 [ scc.git] DEBUG omeroweb/webclient/views.py | 17 ++++++++++++ 2024-04-12 06:26:25,064 [ scc.git] DEBUG omeroweb/webgateway/plategrid.py | 30 +++++++++++++++++++--- 2024-04-12 06:26:25,064 [ scc.git] DEBUG .../static/webgateway/js/ome.plateview.js | 16 +++++++----- 2024-04-12 06:26:25,064 [ scc.git] DEBUG omeroweb/webgateway/urls.py | 2 +- 2024-04-12 06:26:25,064 [ scc.git] DEBUG omeroweb/webgateway/views.py | 16 ++++++++++-- 2024-04-12 06:26:25,064 [ scc.git] DEBUG 7 files changed, 78 insertions(+), 26 deletions(-) 2024-04-12 06:26:25,408 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None 2024-04-12 06:26:25,410 [ scc.git] DEBUG Calling 'git submodule update' 2024-04-12 06:26:25,450 [ scc.git] DEBUG Get sha1 of %s 2024-04-12 06:26:25,450 [ scc.git] DEBUG Calling 'git rev-parse HEAD' 2024-04-12 06:26:25,455 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path' 2024-04-12 06:26:25,492 [ scc.git] DEBUG Calling 'git status --porcelain' 2024-04-12 06:26:25,502 [ scc.git] DEBUG has no local changes 2024-04-12 06:26:25,502 [ scc.git] DEBUG Calling 'git commit --allow-empty -a -n -m merge master -Dorg -Ssuccess-only Repository: ome/omero-web Excluded PRs: - PR 548 will-moore 'imgData JSON with no stateful services' (stage: draft) - PR 543 knabar 'Make long-running tasks like "Save to all" more robust' (stage: draft) - PR 535 will-moore 'Initial working browser history' (stage: draft) - PR 399 will-moore 'Handle chgrp dry-run LogicalChannel[ID] to show images' (stage: draft) - PR 225 will-moore 'Query string ids' (exclude comment) - PR 17 will-moore 'Right panel performance fixes' (exclude comment) Already up to date. Merged PRs: - PR 527 will-moore 'Add some initial CSP settings to test' - PR 533 jburel 'use conda-forge channel' - PR 534 will-moore 'get strings from omero.cmd.ERR and omero.CmdError correctly' - PR 536 will-moore 'imgData JSON with no stateful services' - PR 540 will-moore 'Add 'django.template.context_processors.request' to TEMPLATES' - PR 542 Tom-TBT 'PlateAcquisition filtering with plate display' Conflicting PRs (not included): - PR 168 stick 'Changes to nginx @maintenance handler' Generated by OMERO-python-superbuild-push#30 (https://BRANCHCI.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/30/)' 2024-04-12 06:26:25,515 [ scc.git] DEBUG [detached HEAD 4e9b1ebc4] merge master -Dorg -Ssuccess-only 2024-04-12 06:26:25,515 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-python-superbuild-push 2024-04-12 06:26:25,515 [ scc.git] DEBUG Calling 'git submodule --quiet foreach echo $path' 2024-04-12 06:26:25,564 [ scc.config] DEBUG Found submodule.omero-dropbox.url 2024-04-12 06:26:25,874 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None 2024-04-12 06:26:25,893 [ scc.config] DEBUG Found submodule.omero-marshal.url 2024-04-12 06:26:26,297 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None 2024-04-12 06:26:26,312 [ scc.config] DEBUG Found submodule.omero-py.url 2024-04-12 06:26:26,714 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None 2024-04-12 06:26:26,726 [ scc.config] DEBUG Found submodule.omero-scripts.url 2024-04-12 06:26:27,116 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None 2024-04-12 06:26:27,134 [ scc.config] DEBUG Found submodule.omero-web.url 2024-04-12 06:26:27,525 [urllib3.conn] DEBUG https://api.github.com:443 "GET /user HTTP/1.1" 200 None 2024-04-12 06:26:27,537 [ scc.git] DEBUG Calling 'git status --porcelain' 2024-04-12 06:26:27,567 [ scc.git] DEBUG has local changes 2024-04-12 06:26:27,568 [ scc.git] DEBUG Calling 'git commit -a -n -m merge master -Dorg -Ssuccess-only Repository: ome/omero-python-superbuild Already up to date. Repository: ome/omero-dropbox Already up to date. Merged PRs: - PR 16 joshmoore 'Review all instances of whitelist/blacklist' - PR 23 sbesson 'Remove python-future compatibility code' Repository: ome/omero-marshal Excluded PRs: - PR 34 chris-allan 'Initial support for Event' (exclude comment) - PR 33 chris-allan 'Encode/Decode Experimenters with ExperimenterGroup' (exclude comment) Already up to date. Merged PRs: - PR 69 will-moore 'Roi encoder allows Shape None' Repository: ome/omero-py Excluded PRs: - PR 396 joshmoore 'Config property for passing environment variables (see #395)' (status: failure) - PR 394 jo-mueller 'added `_repr_html_` method for `_ImageWrapper`' (user: jo-mueller) - PR 387 will-moore 'Numpy pixels type' (label: exclude) - PR 378 ehrenfeu 'Fix UnicodeDecodeError' (user: ehrenfeu) - PR 325 JulianHn 'Addding support for other encodings than utf-8 in DownloadingOriginalFileProvider' (user: JulianHn) - PR 194 manics 'Support Python 3 asyncio concurrency' (stage: draft) - PR 129 dominikl 'Add option to create new ThumbnailStore connection' (exclude comment) Already up to date. Merged PRs: - PR 199 joshmoore 'user: allow setting default group' - PR 207 manics 'BlitzGateway.connect raise on error' - PR 266 joshmoore 'errors: use raise_error from cli plugins' - PR 299 joshmoore 'Add parents and children to omero obj' - PR 332 jburel 'Build conda' - PR 337 will-moore 'bulk.yml depth is passed to xargs' - PR 391 joshmoore 'Add jstack command' - PR 398 will-moore 'getGridSize() handles plates with no Wells' - PR 400 jburel 'Session ID and constructor' - PR 403 sbesson 'Consume pre-build Ice Python wheel packages on Windows builds' - PR 405 will-moore 'FilesetWrapper lazy loads Images and UsedFiles' Repository: ome/omero-scripts Excluded PRs: - PR 216 Tom-TBT 'Key-value pair scripts enhancement' (user: Tom-TBT) - PR 206 Rdornier 'Adding a script that saves data owner as key-value pair' (user: Rdornier) - PR 198 JulianHn 'Adding Support for different CSV Encodings in Import_Scripts/Populate_Metadata.py' (user: JulianHn) - PR 103 joshmoore 'Script for calculating min/max' (exclude comment) Already up to date. Conflicting PRs (not included): - PR 202 will-moore 'Add Plate support to KeyVal_to_csv.py' Repository: ome/omero-web Excluded PRs: - PR 548 will-moore 'imgData JSON with no stateful services' (stage: draft) - PR 543 knabar 'Make long-running tasks like "Save to all" more robust' (stage: draft) - PR 535 will-moore 'Initial working browser history' (stage: draft) - PR 399 will-moore 'Handle chgrp dry-run LogicalChannel[ID] to show images' (stage: draft) - PR 225 will-moore 'Query string ids' (exclude comment) - PR 17 will-moore 'Right panel performance fixes' (exclude comment) Already up to date. Merged PRs: - PR 527 will-moore 'Add some initial CSP settings to test' - PR 533 jburel 'use conda-forge channel' - PR 534 will-moore 'get strings from omero.cmd.ERR and omero.CmdError correctly' - PR 536 will-moore 'imgData JSON with no stateful services' - PR 540 will-moore 'Add 'django.template.context_processors.request' to TEMPLATES' - PR 542 Tom-TBT 'PlateAcquisition filtering with plate display' Conflicting PRs (not included): - PR 168 stick 'Changes to nginx @maintenance handler' Generated by OMERO-python-superbuild-push#30 (https://BRANCHCI.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/30/)' 2024-04-12 06:26:27,579 [ scc.git] DEBUG [detached HEAD ec9ff12] merge master -Dorg -Ssuccess-only 2024-04-12 06:26:27,580 [ scc.merge] INFO Repository: ome/omero-python-superbuild 2024-04-12 06:26:27,580 [ scc.git] DEBUG 6 files changed, 10 insertions(+), 10 deletions(-) 2024-04-12 06:26:27,580 [ scc.merge] INFO Already up to date. 2024-04-12 06:26:27,580 [ scc.merge] INFO 2024-04-12 06:26:27,580 [ scc.merge] INFO 2024-04-12 06:26:27,580 [ scc.merge] INFO Repository: ome/omero-dropbox 2024-04-12 06:26:27,580 [ scc.merge] INFO Already up to date. 2024-04-12 06:26:27,580 [ scc.merge] INFO 2024-04-12 06:26:27,580 [ scc.merge] INFO Merged PRs: 2024-04-12 06:26:27,580 [ scc.merge] INFO - PR 16 joshmoore 'Review all instances of whitelist/blacklist' 2024-04-12 06:26:27,580 [ scc.merge] INFO - PR 23 sbesson 'Remove python-future compatibility code' 2024-04-12 06:26:27,580 [ scc.merge] INFO 2024-04-12 06:26:27,580 [ scc.merge] INFO Repository: ome/omero-marshal 2024-04-12 06:26:27,580 [ scc.merge] INFO Excluded PRs: 2024-04-12 06:26:27,580 [ scc.merge] INFO - PR 34 chris-allan 'Initial support for Event' (exclude comment) 2024-04-12 06:26:27,581 [ scc.merge] INFO - PR 33 chris-allan 'Encode/Decode Experimenters with ExperimenterGroup' (exclude comment) 2024-04-12 06:26:27,581 [ scc.merge] INFO Already up to date. 2024-04-12 06:26:27,581 [ scc.merge] INFO 2024-04-12 06:26:27,581 [ scc.merge] INFO Merged PRs: 2024-04-12 06:26:27,581 [ scc.merge] INFO - PR 69 will-moore 'Roi encoder allows Shape None' 2024-04-12 06:26:27,581 [ scc.merge] INFO 2024-04-12 06:26:27,581 [ scc.merge] INFO Repository: ome/omero-py 2024-04-12 06:26:27,581 [ scc.merge] INFO Excluded PRs: 2024-04-12 06:26:27,581 [ scc.merge] INFO - PR 396 joshmoore 'Config property for passing environment variables (see #395)' (status: failure) 2024-04-12 06:26:27,581 [ scc.merge] INFO - PR 394 jo-mueller 'added `_repr_html_` method for `_ImageWrapper`' (user: jo-mueller) 2024-04-12 06:26:27,581 [ scc.merge] INFO - PR 387 will-moore 'Numpy pixels type' (label: exclude) 2024-04-12 06:26:27,581 [ scc.merge] INFO - PR 378 ehrenfeu 'Fix UnicodeDecodeError' (user: ehrenfeu) 2024-04-12 06:26:27,581 [ scc.merge] INFO - PR 325 JulianHn 'Addding support for other encodings than utf-8 in DownloadingOriginalFileProvider' (user: JulianHn) 2024-04-12 06:26:27,581 [ scc.merge] INFO - PR 194 manics 'Support Python 3 asyncio concurrency' (stage: draft) 2024-04-12 06:26:27,581 [ scc.merge] INFO - PR 129 dominikl 'Add option to create new ThumbnailStore connection' (exclude comment) 2024-04-12 06:26:27,581 [ scc.merge] INFO Already up to date. 2024-04-12 06:26:27,581 [ scc.merge] INFO 2024-04-12 06:26:27,581 [ scc.merge] INFO Merged PRs: 2024-04-12 06:26:27,581 [ scc.merge] INFO - PR 199 joshmoore 'user: allow setting default group' 2024-04-12 06:26:27,581 [ scc.merge] INFO - PR 207 manics 'BlitzGateway.connect raise on error' 2024-04-12 06:26:27,581 [ scc.merge] INFO - PR 266 joshmoore 'errors: use raise_error from cli plugins' 2024-04-12 06:26:27,581 [ scc.merge] INFO - PR 299 joshmoore 'Add parents and children to omero obj' 2024-04-12 06:26:27,581 [ scc.merge] INFO - PR 332 jburel 'Build conda' 2024-04-12 06:26:27,581 [ scc.merge] INFO - PR 337 will-moore 'bulk.yml depth is passed to xargs' 2024-04-12 06:26:27,581 [ scc.merge] INFO - PR 391 joshmoore 'Add jstack command' 2024-04-12 06:26:27,581 [ scc.merge] INFO - PR 398 will-moore 'getGridSize() handles plates with no Wells' 2024-04-12 06:26:27,581 [ scc.merge] INFO - PR 400 jburel 'Session ID and constructor' 2024-04-12 06:26:27,582 [ scc.merge] INFO - PR 403 sbesson 'Consume pre-build Ice Python wheel packages on Windows builds' 2024-04-12 06:26:27,582 [ scc.merge] INFO - PR 405 will-moore 'FilesetWrapper lazy loads Images and UsedFiles' 2024-04-12 06:26:27,582 [ scc.merge] INFO 2024-04-12 06:26:27,582 [ scc.merge] INFO Repository: ome/omero-scripts 2024-04-12 06:26:27,582 [ scc.merge] INFO Excluded PRs: 2024-04-12 06:26:27,582 [ scc.merge] INFO - PR 216 Tom-TBT 'Key-value pair scripts enhancement' (user: Tom-TBT) 2024-04-12 06:26:27,582 [ scc.merge] INFO - PR 206 Rdornier 'Adding a script that saves data owner as key-value pair' (user: Rdornier) 2024-04-12 06:26:27,582 [ scc.merge] INFO - PR 198 JulianHn 'Adding Support for different CSV Encodings in Import_Scripts/Populate_Metadata.py' (user: JulianHn) 2024-04-12 06:26:27,582 [ scc.merge] INFO - PR 103 joshmoore 'Script for calculating min/max' (exclude comment) 2024-04-12 06:26:27,582 [ scc.merge] INFO Already up to date. 2024-04-12 06:26:27,582 [ scc.merge] INFO 2024-04-12 06:26:27,582 [ scc.merge] INFO Conflicting PRs (not included): 2024-04-12 06:26:27,582 [ scc.merge] INFO - PR 202 will-moore 'Add Plate support to KeyVal_to_csv.py' 2024-04-12 06:26:27,582 [ scc.merge] INFO 2024-04-12 06:26:27,582 [ scc.merge] INFO Repository: ome/omero-web 2024-04-12 06:26:27,582 [ scc.merge] INFO Excluded PRs: 2024-04-12 06:26:27,582 [ scc.merge] INFO - PR 548 will-moore 'imgData JSON with no stateful services' (stage: draft) 2024-04-12 06:26:27,582 [ scc.merge] INFO - PR 543 knabar 'Make long-running tasks like "Save to all" more robust' (stage: draft) 2024-04-12 06:26:27,582 [ scc.merge] INFO - PR 535 will-moore 'Initial working browser history' (stage: draft) 2024-04-12 06:26:27,582 [ scc.merge] INFO - PR 399 will-moore 'Handle chgrp dry-run LogicalChannel[ID] to show images' (stage: draft) 2024-04-12 06:26:27,582 [ scc.merge] INFO - PR 225 will-moore 'Query string ids' (exclude comment) 2024-04-12 06:26:27,582 [ scc.merge] INFO - PR 17 will-moore 'Right panel performance fixes' (exclude comment) 2024-04-12 06:26:27,582 [ scc.merge] INFO Already up to date. 2024-04-12 06:26:27,582 [ scc.merge] INFO 2024-04-12 06:26:27,582 [ scc.merge] INFO Merged PRs: 2024-04-12 06:26:27,582 [ scc.merge] INFO - PR 527 will-moore 'Add some initial CSP settings to test' 2024-04-12 06:26:27,582 [ scc.merge] INFO - PR 533 jburel 'use conda-forge channel' 2024-04-12 06:26:27,583 [ scc.merge] INFO - PR 534 will-moore 'get strings from omero.cmd.ERR and omero.CmdError correctly' 2024-04-12 06:26:27,583 [ scc.merge] INFO - PR 536 will-moore 'imgData JSON with no stateful services' 2024-04-12 06:26:27,583 [ scc.merge] INFO - PR 540 will-moore 'Add 'django.template.context_processors.request' to TEMPLATES' 2024-04-12 06:26:27,583 [ scc.merge] INFO - PR 542 Tom-TBT 'PlateAcquisition filtering with plate display' 2024-04-12 06:26:27,583 [ scc.merge] INFO 2024-04-12 06:26:27,583 [ scc.merge] INFO Conflicting PRs (not included): 2024-04-12 06:26:27,583 [ scc.merge] INFO - PR 168 stick 'Changes to nginx @maintenance handler' 2024-04-12 06:26:27,583 [ scc.merge] INFO 2024-04-12 06:26:27,583 [ scc.merge] DEBUG Cleaning remote branches created for merging 2024-04-12 06:26:27,583 [ scc.git] DEBUG Calling 'git remote' 2024-04-12 06:26:27,589 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-python-superbuild-push/omero-dropbox 2024-04-12 06:26:27,589 [ scc.git] DEBUG Calling 'git remote' 2024-04-12 06:26:27,594 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-python-superbuild-push 2024-04-12 06:26:27,594 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-python-superbuild-push/omero-marshal 2024-04-12 06:26:27,594 [ scc.git] DEBUG Calling 'git remote' 2024-04-12 06:26:27,599 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-python-superbuild-push 2024-04-12 06:26:27,599 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-python-superbuild-push/omero-py 2024-04-12 06:26:27,599 [ scc.git] DEBUG Calling 'git remote' 2024-04-12 06:26:27,605 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-python-superbuild-push 2024-04-12 06:26:27,605 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-python-superbuild-push/omero-scripts 2024-04-12 06:26:27,605 [ scc.git] DEBUG Calling 'git remote' 2024-04-12 06:26:27,609 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-python-superbuild-push 2024-04-12 06:26:27,610 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-python-superbuild-push/omero-web 2024-04-12 06:26:27,610 [ scc.git] DEBUG Calling 'git remote' 2024-04-12 06:26:27,614 [ scc.git] DEBUG cd /home/omero/workspace/OMERO-python-superbuild-push Update component versions Downloading https://BRANCHCI.openmicroscopy.org/jenkins/job/OMERO-build-build/lastSuccessfulBuild/artifact/omero-blitz/build/distributions/omero-blitz-5.5.5-python.zip ... Traceback (most recent call last): File "/usr/lib64/python3.9/urllib/request.py", line 1346, in do_open h.request(req.get_method(), req.selector, req.data, headers, File "/usr/lib64/python3.9/http/client.py", line 1285, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib64/python3.9/http/client.py", line 1331, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib64/python3.9/http/client.py", line 1280, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib64/python3.9/http/client.py", line 1040, in _send_output self.send(msg) File "/usr/lib64/python3.9/http/client.py", line 980, in send self.connect() File "/usr/lib64/python3.9/http/client.py", line 1447, in connect super().connect() File "/usr/lib64/python3.9/http/client.py", line 946, in connect self.sock = self._create_connection( File "/usr/lib64/python3.9/socket.py", line 823, in create_connection for res in getaddrinfo(host, port, 0, SOCK_STREAM): File "/usr/lib64/python3.9/socket.py", line 954, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -2] Name or service not known During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/omero/workspace/OMERO-python-superbuild-push/omero-py/setup.py", line 150, in download_blitz_target() File "/home/omero/workspace/OMERO-python-superbuild-push/omero-py/setup.py", line 83, in download_blitz_target resp = urlopen(loc) File "/usr/lib64/python3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/usr/lib64/python3.9/urllib/request.py", line 517, in open response = self._open(req, data) File "/usr/lib64/python3.9/urllib/request.py", line 534, in _open result = self._call_chain(self.handle_open, protocol, protocol + File "/usr/lib64/python3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/usr/lib64/python3.9/urllib/request.py", line 1389, in https_open return self.do_open(http.client.HTTPSConnection, req, File "/usr/lib64/python3.9/urllib/request.py", line 1349, in do_open raise URLError(err) urllib.error.URLError: Downloading https://BRANCHCI.openmicroscopy.org/jenkins/job/OMERO-build-build/lastSuccessfulBuild/artifact/omero-blitz/build/distributions/omero-blitz-5.5.5-python.zip ... Traceback (most recent call last): File "/usr/lib64/python3.9/urllib/request.py", line 1346, in do_open h.request(req.get_method(), req.selector, req.data, headers, File "/usr/lib64/python3.9/http/client.py", line 1285, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib64/python3.9/http/client.py", line 1331, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib64/python3.9/http/client.py", line 1280, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib64/python3.9/http/client.py", line 1040, in _send_output self.send(msg) File "/usr/lib64/python3.9/http/client.py", line 980, in send self.connect() File "/usr/lib64/python3.9/http/client.py", line 1447, in connect super().connect() File "/usr/lib64/python3.9/http/client.py", line 946, in connect self.sock = self._create_connection( File "/usr/lib64/python3.9/socket.py", line 823, in create_connection for res in getaddrinfo(host, port, 0, SOCK_STREAM): File "/usr/lib64/python3.9/socket.py", line 954, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -2] Name or service not known During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/omero/workspace/OMERO-python-superbuild-push/omero-py/setup.py", line 150, in download_blitz_target() File "/home/omero/workspace/OMERO-python-superbuild-push/omero-py/setup.py", line 83, in download_blitz_target resp = urlopen(loc) File "/usr/lib64/python3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/usr/lib64/python3.9/urllib/request.py", line 517, in open response = self._open(req, data) File "/usr/lib64/python3.9/urllib/request.py", line 534, in _open result = self._call_chain(self.handle_open, protocol, protocol + File "/usr/lib64/python3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/usr/lib64/python3.9/urllib/request.py", line 1389, in https_open return self.do_open(http.client.HTTPSConnection, req, File "/usr/lib64/python3.9/urllib/request.py", line 1349, in do_open raise URLError(err) urllib.error.URLError: grep: build.gradle: No such file or directory Up-to-date: Up-to-date: grep: build.gradle: No such file or directory Up-to-date: Up-to-date: grep: build.gradle: No such file or directory Up-to-date: Up-to-date: grep: build.gradle: No such file or directory Up-to-date: Up-to-date: grep: build.gradle: No such file or directory Up-to-date: Up-to-date: Commit all component version changes Entering 'omero-dropbox' Entering 'omero-marshal' Entering 'omero-py' Entering 'omero-scripts' Entering 'omero-web' Entering 'omero-dropbox' HEAD detached from 5863350 nothing to commit, working tree clean Entering 'omero-marshal' HEAD detached from cca4c2f nothing to commit, working tree clean Entering 'omero-py' HEAD detached from d76e17aa nothing to commit, working tree clean Entering 'omero-scripts' HEAD detached from 2078ac7 nothing to commit, working tree clean Entering 'omero-web' HEAD detached from 0e4013c65 nothing to commit, working tree clean HEAD detached from 2524209 nothing to commit, working tree clean 2024-04-12 06:26:57,917 [ scc.push] INFO Merged branch pushed to https://github.com/snoopycrimecop/omero-python-superbuild/tree/merge_ci [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: SUCCESS