Console Output
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Avoid second fetch
Checking out Revision 7b25b245f0dd46ea24620fee38ec471e330d9afd (refs/remotes/origin/master)
Commit message: "Bump version to 0.5.1-SNAPSHOT"
First time build. Skipping changelog.
Cleaning workspace
Cloning repository https://github.com/ome/omero-zarr-pixel-buffer.git
> git init /home/omero/workspace/OMERO-zarr-pixel-buffer-push # timeout=10
Fetching upstream changes from https://github.com/ome/omero-zarr-pixel-buffer.git
> git --version # timeout=10
> git --version # 'git version 2.43.5'
> git fetch --tags --force --progress -- https://github.com/ome/omero-zarr-pixel-buffer.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/ome/omero-zarr-pixel-buffer.git # timeout=10
> git config --add remote.origin.fetch +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 7b25b245f0dd46ea24620fee38ec471e330d9afd # timeout=10
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10