Started by user devspace Running as SYSTEM Building remotely on testintegration (swarm rocky9 ice36 java11) in workspace /home/omero/workspace/OMERO-docs The recommended git tool is: NONE No credentials specified > git rev-parse --resolve-git-dir /home/omero/workspace/OMERO-docs/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/ome/ome-documentation # timeout=10 Fetching upstream changes from https://github.com/ome/ome-documentation > git --version # timeout=10 > git --version # 'git version 2.52.0' > git fetch --tags --force --progress -- https://github.com/ome/ome-documentation +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/develop^{commit} # timeout=10 Checking out Revision 0202d632a526578d0d3089bf9be028d0f27474ff (origin/develop) > git config core.sparsecheckout # timeout=10 > git checkout -f 0202d632a526578d0d3089bf9be028d0f27474ff # timeout=10 Commit message: "Merge pull request #2550 from pwalczysko/fix-links" > git rev-list --no-walk 0202d632a526578d0d3089bf9be028d0f27474ff # timeout=10 Cleaning workspace > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 > git clean -fdx # timeout=10 [OMERO-docs] $ /bin/bash -xe /tmp/jenkins4908658605051775039.sh + python3.11 -mvenv venv + source /home/omero/workspace/OMERO-docs/venv/bin/activate ++ deactivate nondestructive ++ '[' -n '' ']' ++ '[' -n '' ']' ++ hash -r ++ '[' -n '' ']' ++ unset VIRTUAL_ENV ++ unset VIRTUAL_ENV_PROMPT ++ '[' '!' nondestructive = nondestructive ']' ++ VIRTUAL_ENV=/home/omero/workspace/OMERO-docs/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-docs/venv/bin:/opt/ice-3.6.5/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin ++ export PATH ++ '[' -n '' ']' ++ '[' -z '' ']' ++ _OLD_VIRTUAL_PS1= ++ PS1='(venv) ' ++ export PS1 ++ VIRTUAL_ENV_PROMPT='(venv) ' ++ export VIRTUAL_ENV_PROMPT ++ hash -r + pip install -U pip Requirement already satisfied: pip in ./venv/lib64/python3.11/site-packages (22.3.1) Collecting pip Using cached pip-26.2.1-py3-none-any.whl (1.8 MB) Installing collected packages: pip Attempting uninstall: pip Found existing installation: pip 22.3.1 Uninstalling pip-22.3.1: Successfully uninstalled pip-22.3.1 Successfully installed pip-26.2.1 WARNING: There was an error checking the latest version of pip. + pip install -U scc Collecting scc Using cached scc-0.20.0-py3-none-any.whl.metadata (3.6 kB) Collecting PyGithub>=1.54 (from scc) Using cached pygithub-2.10.0-py3-none-any.whl.metadata (3.9 kB) Collecting PyYAML>=5.1 (from scc) Using cached pyyaml-6.0.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (2.4 kB) Collecting future (from scc) Using cached future-1.0.0-py3-none-any.whl.metadata (4.0 kB) Collecting ruamel.yaml (from scc) Using cached ruamel_yaml-0.19.1-py3-none-any.whl.metadata (16 kB) Collecting ruamel.yaml.jinja2 (from scc) Using cached ruamel.yaml.jinja2-0.2.7-py2.py3-none-any.whl.metadata (2.9 kB) Collecting six (from scc) Using cached six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) Collecting urllib3<2 (from scc) Using cached urllib3-1.26.20-py2.py3-none-any.whl.metadata (50 kB) Collecting yaclifw<0.3,>=0.2.0 (from scc) Using cached yaclifw-0.2.0-py3-none-any.whl Collecting pynacl>=1.4.0 (from PyGithub>=1.54->scc) Using cached pynacl-1.6.2-cp38-abi3-manylinux_2_34_x86_64.whl.metadata (10.0 kB) Collecting requests>=2.14.0 (from PyGithub>=1.54->scc) Using cached requests-2.34.2-py3-none-any.whl.metadata (4.8 kB) Collecting pyjwt>=2.4.0 (from pyjwt[crypto]>=2.4.0->PyGithub>=1.54->scc) Using cached pyjwt-2.14.0-py3-none-any.whl.metadata (3.4 kB) Collecting typing-extensions>=4.5.0 (from PyGithub>=1.54->scc) Using cached typing_extensions-4.16.0-py3-none-any.whl.metadata (3.3 kB) Collecting cryptography>=3.4.0 (from pyjwt[crypto]>=2.4.0->PyGithub>=1.54->scc) Using cached cryptography-50.0.1-cp311-abi3-manylinux_2_34_x86_64.whl.metadata (4.3 kB) Collecting cffi>=2.0.0 (from cryptography>=3.4.0->pyjwt[crypto]>=2.4.0->PyGithub>=1.54->scc) Using cached cffi-2.1.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (2.5 kB) Collecting pycparser (from cffi>=2.0.0->cryptography>=3.4.0->pyjwt[crypto]>=2.4.0->PyGithub>=1.54->scc) Using cached pycparser-3.0-py3-none-any.whl.metadata (8.2 kB) Collecting charset_normalizer<4,>=2 (from requests>=2.14.0->PyGithub>=1.54->scc) Using cached charset_normalizer-3.5.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (45 kB) Collecting idna<4,>=2.5 (from requests>=2.14.0->PyGithub>=1.54->scc) Using cached idna-3.20-py3-none-any.whl.metadata (7.2 kB) Collecting certifi>=2023.5.7 (from requests>=2.14.0->PyGithub>=1.54->scc) Using cached certifi-2026.7.22-py3-none-any.whl.metadata (2.5 kB) Using cached scc-0.20.0-py3-none-any.whl (48 kB) Using cached urllib3-1.26.20-py2.py3-none-any.whl (144 kB) Using cached pygithub-2.10.0-py3-none-any.whl (455 kB) Using cached pyjwt-2.14.0-py3-none-any.whl (32 kB) Using cached cryptography-50.0.1-cp311-abi3-manylinux_2_34_x86_64.whl (4.7 MB) Using cached cffi-2.1.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (217 kB) Using cached pynacl-1.6.2-cp38-abi3-manylinux_2_34_x86_64.whl (1.4 MB) Using cached pyyaml-6.0.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (806 kB) Using cached requests-2.34.2-py3-none-any.whl (73 kB) Using cached charset_normalizer-3.5.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (262 kB) Using cached idna-3.20-py3-none-any.whl (69 kB) Using cached certifi-2026.7.22-py3-none-any.whl (136 kB) Using cached typing_extensions-4.16.0-py3-none-any.whl (45 kB) Using cached future-1.0.0-py3-none-any.whl (491 kB) Using cached pycparser-3.0-py3-none-any.whl (48 kB) Using cached ruamel_yaml-0.19.1-py3-none-any.whl (118 kB) Using cached ruamel.yaml.jinja2-0.2.7-py2.py3-none-any.whl (5.5 kB) Using cached six-1.17.0-py2.py3-none-any.whl (11 kB) Installing collected packages: urllib3, typing-extensions, six, ruamel.yaml, PyYAML, pyjwt, pycparser, idna, future, charset_normalizer, certifi, yaclifw, ruamel.yaml.jinja2, requests, cffi, pynacl, cryptography, PyGithub, scc Successfully installed PyGithub-2.10.0 PyYAML-6.0.3 certifi-2026.7.22 cffi-2.1.1 charset_normalizer-3.5.1 cryptography-50.0.1 future-1.0.0 idna-3.20 pycparser-3.0 pyjwt-2.14.0 pynacl-1.6.2 requests-2.34.2 ruamel.yaml-0.19.1 ruamel.yaml.jinja2-0.2.7 scc-0.20.0 six-1.17.0 typing-extensions-4.16.0 urllib3-1.26.20 yaclifw-0.2.0 + test -e src + scc merge develop --no-ask --reset --comment -S success-only --push merge_ci Following Github server redirection from /repos/ome/ome-documentation to /repositories/3198415 2026-09-22 09:46:31,669 [github.Reque] INFO Following Github server redirection from /repos/ome/ome-documentation to /repositories/3198415 2026-09-22 09:46:34,829 [ scc.merge] INFO Merging Pull Request(s) based on develop 2026-09-22 09:46:34,829 [ scc.merge] INFO Including Pull Request(s) opened by any public member of the organization 2026-09-22 09:46:34,830 [ scc.merge] INFO Including Pull Request(s) labelled as include or dependencies 2026-09-22 09:46:34,830 [ scc.merge] INFO Excluding Pull Request(s) staged as draft 2026-09-22 09:46:34,830 [ scc.merge] INFO Excluding Pull Request(s) labelled as exclude or breaking 2026-09-22 09:46:34,830 [ scc.merge] INFO Excluding Pull Request(s) without successful status 2026-09-22 09:46:51,460 [ scc.git] INFO - PR 2353 jburel 'Mencoder' Conflicting PR. Removed from build [OMERO-docs#77](https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-docs/77/). See the [console output](https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-docs/77/consoleText) for more details. Possible conflicts: - Upstream changes - omero/sysadmins/omeromovie.rst --conflicts 2026-09-22 09:46:52,876 [ scc.merge] INFO Repository: ome/ome-documentation 2026-09-22 09:46:52,877 [ scc.merge] INFO Already up to date. 2026-09-22 09:46:52,877 [ scc.merge] INFO 2026-09-22 09:46:52,877 [ scc.merge] INFO Merged PRs: 2026-09-22 09:46:52,877 [ scc.merge] INFO - PR 2291 pwalczysko 'Add ansible and docker install doc - former "install.rst"' 2026-09-22 09:46:52,877 [ scc.merge] INFO - PR 2551 github-actions[bot] 'Changes from upstream repositories: openmicroscopy' 2026-09-22 09:46:52,877 [ scc.merge] INFO 2026-09-22 09:46:52,877 [ scc.merge] INFO Conflicting PRs (not included): 2026-09-22 09:46:52,877 [ scc.merge] INFO - PR 2353 jburel 'Mencoder' 2026-09-22 09:46:52,877 [ scc.merge] INFO Traceback (most recent call last): File "/home/omero/workspace/OMERO-docs/venv/lib64/python3.11/site-packages/scc/main.py", line 64, in entry_point main("scc", items=[ File "/home/omero/workspace/OMERO-docs/venv/lib64/python3.11/site-packages/yaclifw/framework.py", line 188, in main ns.func(ns) File "/home/omero/workspace/OMERO-docs/venv/lib64/python3.11/site-packages/scc/git.py", line 3339, in __call__ self.push(args, self.main_repo) File "/home/omero/workspace/OMERO-docs/venv/lib64/python3.11/site-packages/scc/git.py", line 2210, in push main_repo.rpush(branch_name, remote, force=True) File "/home/omero/workspace/OMERO-docs/venv/lib64/python3.11/site-packages/scc/git.py", line 2047, in rpush self.push_branch(branch_name, remote=full_remote, force=force) File "/home/omero/workspace/OMERO-docs/venv/lib64/python3.11/site-packages/scc/git.py", line 126, in wrapper error = check_exception_message(e) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/omero/workspace/OMERO-docs/venv/lib64/python3.11/site-packages/scc/git.py", line 115, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/home/omero/workspace/OMERO-docs/venv/lib64/python3.11/site-packages/scc/git.py", line 1296, in push_branch self.call("git", "push", "-f", remote, name) File "/home/omero/workspace/OMERO-docs/venv/lib64/python3.11/site-packages/scc/git.py", line 1162, in call return self.wrap_call(self.debugWrap, *command, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/omero/workspace/OMERO-docs/venv/lib64/python3.11/site-packages/scc/git.py", line 1187, in wrap_call raise Exception("rc=%s" % rc) Exception: rc=128 Build step 'Execute shell' marked build as failure Archiving artifacts Finished: FAILURE