Console Output
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/snoopycrimecop/omero-python-superbuild.git
> git init /home/omero/workspace/OMERO-python-superbuild-build # timeout=10
Fetching upstream changes from https://github.com/snoopycrimecop/omero-python-superbuild.git
> git --version # timeout=10
> git --version # 'git version 2.39.3'
> git fetch --tags --force --progress -- https://github.com/snoopycrimecop/omero-python-superbuild.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 6b16f469788a4e4c34d3b2ebb70c17e1a064123d (origin/merge_ci)
Commit message: "merge master -Dorg -Ssuccess-only"
First time build. Skipping changelog.
Using shallow submodule update with depth 1
> git config remote.origin.url https://github.com/snoopycrimecop/omero-python-superbuild.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/merge_ci^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 6b16f469788a4e4c34d3b2ebb70c17e1a064123d # timeout=10
> git rev-list --no-walk dc7f32412703ae7d26348dd8ddac66359724ad3d # 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 --depth=1 omero-py # timeout=10
> git submodule update --init --recursive --depth=1 omero-web # timeout=10
> git submodule update --init --recursive --depth=1 omero-marshal # timeout=10
> git submodule update --init --recursive --depth=1 omero-dropbox # timeout=10
> git submodule update --init --recursive --depth=1 omero-scripts # timeout=10