Skip to content

Console Output

The recommended git tool is: NONE
No credentials specified
Fetching changes from the remote Git repository
Checking out Revision be302339afbcb58c8fe5fb6ab3932873d847cd68 (refs/remotes/origin/master)
 > git rev-parse --resolve-git-dir /home/omero/workspace/OMERO-build-push/.git # timeout=10
 > git config remote.origin.url https://github.com/ome/omero-build.git # timeout=10
Fetching upstream changes from https://github.com/ome/omero-build.git
 > git --version # timeout=10
 > git --version # 'git version 2.39.3'
 > git fetch --tags --force --progress -- https://github.com/ome/omero-build.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 be302339afbcb58c8fe5fb6ab3932873d847cd68 # timeout=10
Commit message: "Merge pull request #184 from ome/dependabot/submodules/omero-server-82d598f"
 > git rev-list --no-walk be302339afbcb58c8fe5fb6ab3932873d847cd68 # 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-model.url # timeout=10
 > git config -f .gitmodules --get submodule.omero-model.path # timeout=10
 > git config --get submodule.omero-common.url # timeout=10
 > git config -f .gitmodules --get submodule.omero-common.path # timeout=10
 > git config --get submodule.omero-romio.url # timeout=10
 > git config -f .gitmodules --get submodule.omero-romio.path # timeout=10
 > git config --get submodule.omero-renderer.url # timeout=10
 > git config -f .gitmodules --get submodule.omero-renderer.path # timeout=10
 > git config --get submodule.omero-server.url # timeout=10
 > git config -f .gitmodules --get submodule.omero-server.path # timeout=10
 > git config --get submodule.omero-blitz.url # timeout=10
 > git config -f .gitmodules --get submodule.omero-blitz.path # timeout=10
 > git config --get submodule.omero-gateway-java.url # timeout=10
 > git config -f .gitmodules --get submodule.omero-gateway-java.path # timeout=10
 > git submodule update --init --recursive omero-model # timeout=10
 > git submodule update --init --recursive omero-common # timeout=10
 > git submodule update --init --recursive omero-romio # timeout=10
 > git submodule update --init --recursive omero-renderer # timeout=10
 > git submodule update --init --recursive omero-server # timeout=10
 > git submodule update --init --recursive omero-blitz # timeout=10
 > git submodule update --init --recursive omero-gateway-java # timeout=10