Build:
- 0
2025-06-10 13:04.23: New job: Build Dockerfile using linux-x86_64 in
[https://github.com/ocurrent/docker-base-images.git#refs/heads/live (7c0bccb236e0c0bd449aa62d0387741a6b718bef)]
2025-06-10 13:04.23: Using cache hint "https://github.com/ocurrent/docker-base-images.git-Dockerfile"
2025-06-10 13:04.23: Waiting for resource in pool OCluster
2025-06-10 13:04.23: Waiting for worker…
2025-06-10 13:04.23: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
HEAD is now at 5ae3908 Add Oxcaml
HEAD is now at 7c0bccb Add Oxcaml
#1 [internal] load build definition from Dockerfile
#1 sha256:fcf18113b496343d33aa806e0a52e120d0cf79c83332bac21cbf32c923737f60
#1 transferring dockerfile: 2.46kB done
#1 DONE 0.1s
#2 [internal] load .dockerignore
#2 sha256:7dc19767d3ca11611688cec3aa9508bb1dbb1d444fe22a17ad95aac223fd865f
#2 transferring context: 94B done
#2 DONE 0.1s
#3 resolve image config for docker.io/docker/dockerfile:1
#3 sha256:ac072d521901222eeef550f52282877f196e16b0247844be9ceb1ccc1eac391d
#3 DONE 0.3s
#4 docker-image://docker.io/docker/dockerfile:1@sha256:9857836c9ee4268391bb5b09f9f157f3c91bb15821bb77969642813b0d00518d
#4 sha256:d95c0f0e2674ec5312c08d32b53352282bfb47bb937e59be1811918de553c0e8
#4 CACHED
#5 [internal] load build definition from Dockerfile
#5 sha256:a2211852820b0f1396889554673432ea430030629966c0695102c4e393990ee2
#5 DONE 0.0s
#7 [internal] load metadata for docker.io/ocaml/opam:debian-ocaml-4.14
#7 sha256:685a51a41cf0fc674c2b1f76e13b1e04880ae967fcdd6a58b76b65cd36256f70
#7 DONE 0.3s
#6 [internal] load metadata for docker.io/library/debian:12
#6 sha256:305af2ac101ebe8f08917ad47bf53fe42aa4eb121057f0a0044ed8ccb46feeb7
#6 DONE 0.3s
#8 [internal] load .dockerignore
#8 sha256:a94f3e0f96491201ec201d7e185645ed272ea6860785aca70d2f3245fec70478
#8 DONE 0.0s
#24 [internal] setting cache mount permissions
#24 sha256:14a9ce1c7e5131f82ba903789ca9ec8d50fd9eb3f05df2753208d34da25bd42a
#24 DONE 0.0s
#15 [build 1/11] FROM docker.io/ocaml/opam:debian-ocaml-4.14@sha256:56b3d9ecde6d9468fda0fc78e03f70203d798e8fcb3abe89f077d204a679b00c
#15 sha256:7b8f69428b7633fa84aa9e0cbd6ca93624046d43c3ca6c43d14662fbb8933b6b
#15 DONE 0.0s
#9 [stage-1 1/8] FROM docker.io/library/debian:12@sha256:bd73076dc2cd9c88f48b5b358328f24f2a4289811bd73787c031e20db9f97123
#9 sha256:7414abbf7e1216e312ea933314ccaf4d91fc4bea26c796763f84350aed8beff6
#9 DONE 0.0s
#10 [stage-1 2/8] RUN rm -f /etc/apt/apt.conf.d/docker-clean; echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
#10 sha256:8367a22b3eb0c8ed67848caaba54e8ff4c3bd34c6d84c6fd4d7769b5d2ece865
#10 CACHED
#11 [stage-1 3/8] RUN --mount=type=cache,target=/var/cache/apt,sharing=locked --mount=type=cache,target=/var/lib/apt,sharing=locked apt-get update && apt-get --no-install-recommends install -y ca-certificates curl git gnupg2 graphviz libev4 libsqlite3-dev netbase
#11 sha256:bfd26fedc67e97b0c92b3974745bd7abb627d48710c033650320c6ac106416ed
#11 CACHED
#12 [stage-1 4/8] RUN curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add -
#12 sha256:3d75304fc6dadb1fc975748273717b50031c215d257ae59eae8d3bd820d017fa
#12 CACHED
#17 [build 3/11] RUN sudo rm -f /etc/apt/apt.conf.d/docker-clean; echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' | sudo tee /etc/apt/apt.conf.d/keep-cache
#17 sha256:f7a5fd3b5d85ce80a565bfc228906fa6691e90a40024021750511f686c0daa9b
#17 CACHED
#16 [build 2/11] RUN sudo ln -sf /usr/bin/opam-2.3 /usr/bin/opam && opam init --reinit -ni
#16 sha256:99de5724c507375d7fda3a9d2f9af41b890c017945ceeff506759d881ab2fb03
#16 CACHED
#18 [build 4/11] RUN --mount=type=cache,target=/var/cache/apt,sharing=locked --mount=type=cache,target=/var/lib/apt,sharing=locked sudo apt update && sudo apt-get --no-install-recommends install -y capnproto graphviz libev-dev libffi-dev libgmp-dev libsqlite3-dev libssl-dev m4 pkg-config
#18 sha256:e969f0709eebc58c51eab9431fafafa06095404025b1197271c5ece71beec9c7
#18 CACHED
#19 [build 5/11] RUN cd ~/opam-repository && git fetch -q origin master && git reset --hard 164308699cf74247b8ad3b002e88bd80a586c79e && opam update
#19 sha256:4bcdd6d5051b5333aa76c2fe8851e803f5d797c0182368ffc67ae60e4b1697f8
#19 CACHED
#13 [stage-1 5/8] RUN echo 'deb https://download.docker.com/linux/debian bookworm stable' >> /etc/apt/sources.list
#13 sha256:71fd8edfcd4d1ea6bc36958bd8f016619a8d19327482033590d77d442abfa79f
#13 CACHED
#21 [internal] load build context
#21 sha256:a89eda03be66c58ce3a48a58887b3d5781aa0b53706cf466030e0278e69bdfb0
#21 transferring context: 932.36kB 0.0s done
#21 DONE 0.2s
#24 [internal] setting cache mount permissions
#24 sha256:14a9ce1c7e5131f82ba903789ca9ec8d50fd9eb3f05df2753208d34da25bd42a
#24 CACHED
#14 [stage-1 6/8] RUN --mount=type=cache,target=/var/cache/apt,sharing=locked --mount=type=cache,target=/var/lib/apt,sharing=locked apt update && apt-get --no-install-recommends install -y docker-buildx-plugin docker-ce
#14 sha256:54e96c52463198435e59e3a3534e021197e4f96f1d03e5701f910997b58237b7
#14 0.647
#14 0.647 WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
#14 0.647
#14 1.727 Hit:1 http://deb.debian.org/debian bookworm InRelease
#14 1.727 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#14 1.727 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
#14 1.789 Hit:4 https://download.docker.com/linux/debian bookworm InRelease
#14 2.398 Reading package lists...
#14 ...
#20 [build 6/11] RUN opam pin add -yn ocaml-version "https://github.com/mtelvers/ocaml-version#oxcaml" && opam pin add -yn dockerfile "https://github.com/mtelvers/ocaml-dockerfile#oxcaml" && opam pin add -yn dockerfile-cmd "git+https://github.com/mtelvers/ocaml-dockerfile#oxcaml" && opam pin add -yn dockerfile-opam "git+https://github.com/mtelvers/ocaml-dockerfile#oxcaml"
#20 sha256:852015198979e0a030fb14a657a2964b97e3edffbfbb0cf957964f55626e1d87
#20 2.426 [ocaml-version.4.0.1] fetching sources failed: Unknown archive type: /tmp/opam-7-e2e46f/ocaml-version
#20 2.426 [ERROR] Error getting source from https://github.com/mtelvers/ocaml-version#oxcaml:
#20 2.426 - Could not extract archive:
#20 2.426 Unknown archive type: /tmp/opam-7-e2e46f/ocaml-version
#20 2.426
#20 ERROR: executor failed running [/bin/sh -c opam pin add -yn ocaml-version "https://github.com/mtelvers/ocaml-version#oxcaml" && opam pin add -yn dockerfile "https://github.com/mtelvers/ocaml-dockerfile#oxcaml" && opam pin add -yn dockerfile-cmd "git+https://github.com/mtelvers/ocaml-dockerfile#oxcaml" && opam pin add -yn dockerfile-opam "git+https://github.com/mtelvers/ocaml-dockerfile#oxcaml"]: exit code: 40
#14 [stage-1 6/8] RUN --mount=type=cache,target=/var/cache/apt,sharing=locked --mount=type=cache,target=/var/lib/apt,sharing=locked apt update && apt-get --no-install-recommends install -y docker-buildx-plugin docker-ce
#14 sha256:54e96c52463198435e59e3a3534e021197e4f96f1d03e5701f910997b58237b7
#14 2.398 Reading package lists...
#14 CANCELED
------
> [build 6/11] RUN opam pin add -yn ocaml-version "https://github.com/mtelvers/ocaml-version#oxcaml" && opam pin add -yn dockerfile "https://github.com/mtelvers/ocaml-dockerfile#oxcaml" && opam pin add -yn dockerfile-cmd "git+https://github.com/mtelvers/ocaml-dockerfile#oxcaml" && opam pin add -yn dockerfile-opam "git+https://github.com/mtelvers/ocaml-dockerfile#oxcaml":
------
executor failed running [/bin/sh -c opam pin add -yn ocaml-version "https://github.com/mtelvers/ocaml-version#oxcaml" && opam pin add -yn dockerfile "https://github.com/mtelvers/ocaml-dockerfile#oxcaml" && opam pin add -yn dockerfile-cmd "git+https://github.com/mtelvers/ocaml-dockerfile#oxcaml" && opam pin add -yn dockerfile-opam "git+https://github.com/mtelvers/ocaml-dockerfile#oxcaml"]: exit code: 40
docker-build failed with exit-code 1
2025-06-10 13:04.29: Job failed: Failed: Build failed