Skip to content
Started by upstream project "Trigger" build number 92
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/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.47.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 cdd28aa9bef737cbb52e5026cf92bdbbaea3db57 (origin/merge_ci)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f cdd28aa9bef737cbb52e5026cf92bdbbaea3db57 # timeout=10
Commit message: "merge master -Dorg -Ssuccess-only"
 > git rev-list --no-walk c48e9a9bd8241df3f58a5e9cadd1d655e7372981 # 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/jenkins15055312969087844463.sh
++ date +%u
+ ((  4 % 4 == 1  ))
++ date +%u
+ ((  4 % 4 == 2  ))
++ date +%u
+ ((  4 % 4 == 3  ))
+ BASE_IMAGE=openjdk:25-ea-21-jdk-slim-bullseye
+ sudo docker pull openjdk:25-ea-21-jdk-slim-bullseye
25-ea-21-jdk-slim-bullseye: Pulling from library/openjdk
Digest: sha256:27f8971e84f3fdc1ece3285b2286eb3708f5d4bd3d9caa5b2c27ae24fe9e1484
Status: Image is up to date for openjdk:25-ea-21-jdk-slim-bullseye
docker.io/library/openjdk:25-ea-21-jdk-slim-bullseye
+ TAG=snoopycrimecop/bioformats:merge_ci
+ sudo docker build -t snoopycrimecop/bioformats:merge_ci . --build-arg BUILD_IMAGE=openjdk:25-ea-21-jdk-slim-bullseye
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 1.14kB done
#1 DONE 0.1s

#2 [internal] load metadata for docker.io/library/openjdk:25-ea-21-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-21-jdk-slim-bullseye
#4 CACHED

#5 [internal] load build context
#5 transferring context: 35.32kB 0.1s done
#5 DONE 0.3s

#6 [ 2/14] RUN apt-get -q update && apt-get -qy install maven    ant    git    python3-venv
#6 2.062 Get:1 http://deb.debian.org/debian bullseye InRelease [75.1 kB]
#6 2.084 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [27.2 kB]
#6 2.101 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.0 kB]
#6 2.395 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8066 kB]
#6 2.931 Get:5 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [18.8 kB]
#6 3.876 Reading package lists...
#6 4.396 E: Release file for http://deb.debian.org/debian-security/dists/bullseye-security/InRelease is expired (invalid since 3d 1h 7min 2s). Updates for this repository will not be applied.
#6 ERROR: process "/bin/sh -c apt-get -q update && apt-get -qy install maven    ant    git    python3-venv" did not complete successfully: exit code: 100
------
 > [ 2/14] RUN apt-get -q update && apt-get -qy install maven    ant    git    python3-venv:
2.062 Get:1 http://deb.debian.org/debian bullseye InRelease [75.1 kB]
2.084 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [27.2 kB]
2.101 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.0 kB]
2.395 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8066 kB]
2.931 Get:5 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [18.8 kB]

4.396 E: Release file for http://deb.debian.org/debian-security/dists/bullseye-security/InRelease is expired (invalid since 3d 1h 7min 2s). Updates for this repository will not be applied.
------
Dockerfile:7
--------------------
   6 |     USER root
   7 | >>> RUN apt-get -q update && apt-get -qy install maven \
   8 | >>>    ant \
   9 | >>>    git \
  10 | >>>    python3-venv
  11 |     
--------------------
ERROR: failed to build: failed to solve: process "/bin/sh -c apt-get -q update && apt-get -qy install maven    ant    git    python3-venv" did not complete successfully: exit code: 100
Build step 'Execute shell' marked build as failure
Finished: FAILURE