Started by user devspace 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/snoopycrimecop/bio-formats-build # timeout=10 Pruning obsolete local branches Fetching upstream changes from https://github.com/snoopycrimecop/bio-formats-build > git --version # timeout=10 > git --version # 'git version 2.39.3' > git fetch --tags --force --progress --prune -- https://github.com/snoopycrimecop/bio-formats-build +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/merge_ci^{commit} # timeout=10 Checking out Revision f50806517273b7f0aa8bd15c0408c18feef096a5 (origin/merge_ci) > git config core.sparsecheckout # timeout=10 > git checkout -f f50806517273b7f0aa8bd15c0408c18feef096a5 # timeout=10 Commit message: "Update component versions" > git rev-list --no-walk f50806517273b7f0aa8bd15c0408c18feef096a5 # 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/jenkins16151952053072560573.sh ++ date +%u + (( 3 % 4 == 1 )) ++ date +%u + (( 3 % 4 == 2 )) ++ date +%u + (( 3 % 4 == 3 )) + BASE_IMAGE=openjdk:17-slim-bullseye + sudo docker pull openjdk:17-slim-bullseye 17-slim-bullseye: Pulling from library/openjdk Digest: sha256:aaa3b3cb27e3e520b8f116863d0580c438ed55ecfa0bc126b41f68c3f62f9774 Status: Image is up to date for openjdk:17-slim-bullseye docker.io/library/openjdk:17-slim-bullseye + TAG=snoopycrimecop/bioformats:merge_ci ++ sudo docker images -af reference=snoopycrimecop/bioformats:merge_ci -q + id= + '[' '!' -z '' ']' + sudo docker build -t snoopycrimecop/bioformats:merge_ci . --build-arg BUILD_IMAGE=openjdk:17-slim-bullseye #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 921B done #1 WARN: LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 30) #1 DONE 0.0s #2 [internal] load metadata for docker.io/library/openjdk:17-slim-bullseye #2 DONE 0.0s #3 [internal] load .dockerignore #3 transferring context: 2B done #3 DONE 0.0s #4 [ 1/13] FROM docker.io/library/openjdk:17-slim-bullseye #4 DONE 0.0s #5 [internal] load build context #5 transferring context: 8.63kB done #5 DONE 0.0s #6 [ 2/13] RUN apt-get -q update && apt-get -qy install maven ant git python3-venv #6 CACHED #7 [11/13] WORKDIR /bio-formats-build/bioformats #7 CACHED #8 [ 3/13] RUN id 1000 || useradd -u 1000 -ms /bin/bash build #8 CACHED #9 [12/13] RUN ant jars tools #9 CACHED #10 [ 4/13] COPY --chown=1000:1000 . /bio-formats-build #10 CACHED #11 [ 6/13] RUN git submodule update --init #11 CACHED #12 [ 7/13] RUN python3 -m venv /bio-formats-build/venv #12 CACHED #13 [ 8/13] RUN pip install -r bio-formats-documentation/requirements.txt #13 CACHED #14 [ 5/13] WORKDIR /bio-formats-build #14 CACHED #15 [ 9/13] RUN pip install -r ome-model/requirements.txt #15 CACHED #16 [10/13] RUN mvn clean install -DskipSphinxTests #16 CACHED #17 [13/13] WORKDIR /bio-formats-build/bioformats/components/test-suite #17 CACHED #18 exporting to image #18 exporting layers done #18 writing image sha256:6ee8d60e1391df3ea57d6e002a82b39f90b5a83ceaff8346d4806e2aadc01766 done #18 naming to docker.io/snoopycrimecop/bioformats:merge_ci done #18 DONE 0.0s [33m1 warning found (use docker --debug to expand): [0m - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 30) Finished: SUCCESS