Skip to content

Console Output

The recommended git tool is: NONE
No credentials specified
Fetching changes from the remote Git repository
 > git rev-parse --resolve-git-dir /home/omero/workspace/OMERO-plugins-push/.git # timeout=10
 > git config remote.origin.url https://github.com/ome/omero-plugins.git # timeout=10
Fetching upstream changes from https://github.com/ome/omero-plugins.git
 > git --version # timeout=10
 > git --version # 'git version 2.39.3'
 > git fetch --tags --force --progress -- https://github.com/ome/omero-plugins.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 6e8d6c02735d91d63282abf7000916273d6c54c1 (refs/remotes/origin/master)
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6e8d6c02735d91d63282abf7000916273d6c54c1 # timeout=10
Commit message: "Merge pull request #360 from ome/dependabot/submodules/omero-iviewer-9d8d147"
 > git rev-list --no-walk 6e8d6c02735d91d63282abf7000916273d6c54c1 # 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-figure.url # timeout=10
 > git config -f .gitmodules --get submodule.omero-figure.path # timeout=10
 > git config --get submodule.minimal-omero-client.url # timeout=10
 > git config -f .gitmodules --get submodule.minimal-omero-client.path # timeout=10
 > git config --get submodule.scripts.url # timeout=10
 > git config -f .gitmodules --get submodule.scripts.path # timeout=10
 > git config --get submodule.omero-test-infra.url # timeout=10
 > git config -f .gitmodules --get submodule.omero-test-infra.path # timeout=10
 > git config --get submodule.omero-prometheus-tools.url # timeout=10
 > git config -f .gitmodules --get submodule.omero-prometheus-tools.path # timeout=10
 > git config --get submodule.omero-parade.url # timeout=10
 > git config -f .gitmodules --get submodule.omero-parade.path # timeout=10
 > git config --get submodule.omero-mapr.url # timeout=10
 > git config -f .gitmodules --get submodule.omero-mapr.path # timeout=10
 > git config --get submodule.omero-fpbioimage.url # timeout=10
 > git config -f .gitmodules --get submodule.omero-fpbioimage.path # timeout=10
 > git config --get submodule.omero-iviewer.url # timeout=10
 > git config -f .gitmodules --get submodule.omero-iviewer.path # timeout=10
 > git config --get submodule.omero-gallery.url # timeout=10
 > git config -f .gitmodules --get submodule.omero-gallery.path # timeout=10
 > git config --get submodule.rOMERO-gateway.url # timeout=10
 > git config -f .gitmodules --get submodule.rOMERO-gateway.path # timeout=10
 > git config --get submodule.omero-weberror.url # timeout=10
 > git config -f .gitmodules --get submodule.omero-weberror.path # timeout=10
 > git config --get submodule.omero-cli-render.url # timeout=10
 > git config -f .gitmodules --get submodule.omero-cli-render.path # timeout=10
 > git config --get submodule.omero-cli-duplicate.url # timeout=10
 > git config -f .gitmodules --get submodule.omero-cli-duplicate.path # timeout=10
 > git config --get submodule.omero-metadata.url # timeout=10
 > git config -f .gitmodules --get submodule.omero-metadata.path # timeout=10
 > git config --get submodule.omero-webtest.url # timeout=10
 > git config -f .gitmodules --get submodule.omero-webtest.path # timeout=10
 > git config --get submodule.omero-upload.url # timeout=10
 > git config -f .gitmodules --get submodule.omero-upload.path # timeout=10
 > git config --get submodule.omero-virtual-microscope.url # timeout=10
 > git config -f .gitmodules --get submodule.omero-virtual-microscope.path # timeout=10
 > git config --get submodule.omero-rois.url # timeout=10
 > git config -f .gitmodules --get submodule.omero-rois.path # timeout=10
 > git config --get submodule.omero-signup.url # timeout=10
 > git config -f .gitmodules --get submodule.omero-signup.path # timeout=10
 > git config --get submodule.omero-web-zarr.url # timeout=10
 > git config -f .gitmodules --get submodule.omero-web-zarr.path # timeout=10
 > git config --get submodule.omero-cli-zarr.url # timeout=10
 > git config -f .gitmodules --get submodule.omero-cli-zarr.path # timeout=10
 > git submodule update --init --recursive omero-figure # timeout=10
 > git submodule update --init --recursive minimal-omero-client # timeout=10
 > git submodule update --init --recursive scripts # timeout=10
 > git submodule update --init --recursive omero-test-infra # timeout=10
 > git submodule update --init --recursive omero-prometheus-tools # timeout=10
 > git submodule update --init --recursive omero-parade # timeout=10
 > git submodule update --init --recursive omero-mapr # timeout=10
 > git submodule update --init --recursive omero-fpbioimage # timeout=10
 > git submodule update --init --recursive omero-iviewer # timeout=10
 > git submodule update --init --recursive omero-gallery # timeout=10
 > git submodule update --init --recursive rOMERO-gateway # timeout=10
 > git submodule update --init --recursive omero-weberror # timeout=10
 > git submodule update --init --recursive omero-cli-render # timeout=10
 > git submodule update --init --recursive omero-cli-duplicate # timeout=10
 > git submodule update --init --recursive omero-metadata # timeout=10
 > git submodule update --init --recursive omero-webtest # timeout=10
 > git submodule update --init --recursive omero-upload # timeout=10
 > git submodule update --init --recursive omero-virtual-microscope # timeout=10
 > git submodule update --init --recursive omero-rois # timeout=10
 > git submodule update --init --recursive omero-signup # timeout=10
 > git submodule update --init --recursive omero-web-zarr # timeout=10
 > git submodule update --init --recursive omero-cli-zarr # timeout=10