Started by upstream project "Trigger" build number 694 originally caused by: Started by timer Running as SYSTEM Building remotely on docker (swarm) in workspace /home/omero/workspace/BIOFORMATS-image The recommended git tool is: NONE No credentials specified > git rev-parse --resolve-git-dir /home/omero/workspace/BIOFORMATS-image/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/pwalczysko/bio-formats-build # timeout=10 Pruning obsolete local branches Fetching upstream changes from https://github.com/pwalczysko/bio-formats-build > git --version # timeout=10 > git --version # 'git version 2.39.3' > git fetch --tags --force --progress --prune -- https://github.com/pwalczysko/bio-formats-build +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision 549ee2046c14c3bcea821b4094b1ac9e3a10c740 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 549ee2046c14c3bcea821b4094b1ac9e3a10c740 # timeout=10 Commit message: "Return to bullseye and uncomment the ant build" > git rev-list --no-walk 549ee2046c14c3bcea821b4094b1ac9e3a10c740 # timeout=10 Cleaning workspace > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 > git clean -fdx # timeout=10 [BIOFORMATS-image] $ /bin/bash -xe /tmp/jenkins9734556736036518323.sh ++ date +%u + (( 6 % 4 == 1 )) ++ date +%u + (( 6 % 4 == 2 )) + BASE_IMAGE=openjdk:25-ea-11-jdk-slim-bullseye + sudo docker pull openjdk:25-ea-11-jdk-slim-bullseye 25-ea-11-jdk-slim-bullseye: Pulling from library/openjdk Digest: sha256:80670477c553d189f7ff76a612f68cfe3a5f23295052b7d908a35d6637f1b275 Status: Image is up to date for openjdk:25-ea-11-jdk-slim-bullseye docker.io/library/openjdk:25-ea-11-jdk-slim-bullseye + TAG=snoopycrimecop/bioformats:merge_ci ++ sudo docker images -af reference=snoopycrimecop/bioformats:merge_ci -q + id=76bcd60995fb + '[' '!' -z 76bcd60995fb ']' + echo 76bcd60995fb 76bcd60995fb + sudo docker rmi 76bcd60995fb Untagged: snoopycrimecop/bioformats:merge_ci Deleted: sha256:76bcd60995fbd8a34bd324646c094cfd5e2cd3114e21d0265d4cf3a5d24a8e58 + sudo docker build -t snoopycrimecop/bioformats:merge_ci . --build-arg BUILD_IMAGE=openjdk:25-ea-11-jdk-slim-bullseye #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 1.08kB done #1 DONE 0.0s #2 [internal] load metadata for docker.io/library/openjdk:25-ea-11-jdk-slim-bullseye #2 DONE 0.0s #3 [internal] load .dockerignore #3 transferring context: 2B done #3 DONE 0.0s #4 [ 1/14] FROM docker.io/library/openjdk:25-ea-11-jdk-slim-bullseye #4 DONE 0.0s #5 [internal] load build context #5 transferring context: 6.16kB done #5 DONE 0.0s #6 [ 9/14] RUN pip install -r bio-formats-documentation/requirements.txt #6 CACHED #7 [12/14] WORKDIR /bio-formats-build/bioformats #7 CACHED #8 [13/14] RUN ant jars tools #8 CACHED #9 [ 7/14] RUN git submodule foreach -q --recursive 'branch="$(git config -f $toplevel/.gitmodules submodule.$name.branch)"; git switch $branch' #9 CACHED #10 [ 6/14] RUN git submodule update --init #10 CACHED #11 [ 8/14] RUN python3 -m venv /bio-formats-build/venv #11 CACHED #12 [11/14] RUN mvn clean install -DskipSphinxTests -Dmaven.javadoc.skip=true #12 CACHED #13 [ 3/14] RUN id 1000 || useradd -u 1000 -ms /bin/bash build #13 CACHED #14 [10/14] RUN pip install -r ome-model/requirements.txt #14 CACHED #15 [ 2/14] RUN apt-get -q update && apt-get -qy install maven ant git python3-venv #15 CACHED #16 [ 5/14] WORKDIR /bio-formats-build #16 CACHED #17 [ 4/14] COPY --chown=1000:1000 . /bio-formats-build #17 CACHED #18 [14/14] WORKDIR /bio-formats-build/bioformats/components/test-suite #18 CACHED #19 exporting to image #19 exporting layers done #19 writing image sha256:032a4336c3bbef2e79793e9b529545bd10421a25add2f99948ae3662c817d7e5 done #19 naming to docker.io/snoopycrimecop/bioformats:merge_ci done #19 DONE 0.0s Finished: SUCCESS