Organisationsrobur-coophappy-eyeballs0564cb (main)debian-13-4.14_arm64_opam-2.5

debian-13-4.14_arm64_opam-2.5

Link Copied
Code Copied

Logs

2026-03-14 10:17.26: New job: test robur-coop/happy-eyeballs https://github.com/robur-coop/happy-eyeballs.git#refs/heads/main (0564cb98fd4bec3f0655c486550e5863641f98db) (linux-arm64:debian-13-4.14_arm64_opam-2.5)
Base: ocaml/opam:debian-13-ocaml-4.14@sha256:bb26bd0b395363e31dbb0c8f26276c80a9cf90d8cac4c622fa75bed398506ada
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/robur-coop/happy-eyeballs.git" -b "main" && cd "happy-eyeballs" && git reset --hard 0564cb98
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:bb26bd0b395363e31dbb0c8f26276c80a9cf90d8cac4c622fa75bed398506ada
# debian-13-4.14_arm64_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 happy-eyeballs.opam happy-eyeballs-mirage.opam happy-eyeballs-miou-unix.opam happy-eyeballs-lwt.opam ./
RUN opam pin add -yn happy-eyeballs.dev './' && \
opam pin add -yn happy-eyeballs-mirage.dev './' && \
opam pin add -yn happy-eyeballs-miou-unix.dev './' && \
opam pin add -yn happy-eyeballs-lwt.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="arp.4.1.0 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.2 cmdliner.2.1.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 digestif.1.3.0 dns.10.2.4 domain-name.0.5.0 dune.3.21.1 dune-configurator.3.21.1 duration.0.2.1 eqaf.0.10 ethernet.3.2.0 fmt.0.11.0 gmap.0.3.0 ipaddr.5.6.2 ipaddr-cstruct.5.6.2 logs.0.10.0 lru.0.3.1 lwt.6.1.1 lwt-dllist.1.1.0 macaddr.5.6.2 macaddr-cstruct.5.6.2 metrics.0.5.0 mirage-crypto.2.0.3 mirage-crypto-rng.2.0.3 mirage-flow.5.0.0 mirage-mtime.5.2.0 mirage-net.4.0.0 mirage-sleep.4.1.0 mtime.2.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 psq.0.2.1 ptime.1.2.0 randomconv.0.2.0 seq.base tcpip.9.0.1 topkg.1.1.1"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y happy-eyeballs.dev happy-eyeballs-mirage.dev happy-eyeballs-lwt.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build --only-packages=happy-eyeballs,happy-eyeballs-mirage,happy-eyeballs-lwt @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2026-03-14 10:17.26: Using cache hint "robur-coop/happy-eyeballs-ocaml/opam:debian-13-ocaml-4.14@sha256:bb26bd0b395363e31dbb0c8f26276c80a9cf90d8cac4c622fa75bed398506ada-debian-13-4.14_arm64_opam-2.5-5c0d1bd36631fd66e75f7389c019071d"
2026-03-14 10:17.26: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:bb26bd0b395363e31dbb0c8f26276c80a9cf90d8cac4c622fa75bed398506ada)
(comment debian-13-4.14_arm64_opam-2.5)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(workdir /src)
(run (shell "sudo chown opam /src"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src happy-eyeballs.opam happy-eyeballs-mirage.opam happy-eyeballs-miou-unix.opam happy-eyeballs-lwt.opam)
(dst ./))
(run (network host)
(shell  "opam pin add -yn happy-eyeballs.dev './' && \
\nopam pin add -yn happy-eyeballs-mirage.dev './' && \
\nopam pin add -yn happy-eyeballs-miou-unix.dev './' && \
\nopam pin add -yn happy-eyeballs-lwt.dev './'"))
(run (shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "arp.4.1.0 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.2 cmdliner.2.1.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 digestif.1.3.0 dns.10.2.4 domain-name.0.5.0 dune.3.21.1 dune-configurator.3.21.1 duration.0.2.1 eqaf.0.10 ethernet.3.2.0 fmt.0.11.0 gmap.0.3.0 ipaddr.5.6.2 ipaddr-cstruct.5.6.2 logs.0.10.0 lru.0.3.1 lwt.6.1.1 lwt-dllist.1.1.0 macaddr.5.6.2 macaddr-cstruct.5.6.2 metrics.0.5.0 mirage-crypto.2.0.3 mirage-crypto-rng.2.0.3 mirage-flow.5.0.0 mirage-mtime.5.2.0 mirage-net.4.0.0 mirage-sleep.4.1.0 mtime.2.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 psq.0.2.1 ptime.1.2.0 randomconv.0.2.0 seq.base tcpip.9.0.1 topkg.1.1.1")
(env CI true)
(env OCAMLCI true)
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y happy-eyeballs.dev happy-eyeballs-mirage.dev happy-eyeballs-lwt.dev $DEPS"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
(copy (src .) (dst /src))
(run (shell "opam exec -- dune build --only-packages=happy-eyeballs,happy-eyeballs-mirage,happy-eyeballs-lwt @install @check @runtest && rm -rf _build"))
)


2026-03-14 10:17.26: Waiting for resource in pool OCluster
2026-03-14 10:17.33: Waiting for worker…
2026-03-14 10:18.06: Got resource from pool OCluster
Building on ainia.caelum.ci.dev
All commits already cached
HEAD is now at 0564cb9 changes for 2.0.1


(from ocaml/opam:debian-13-ocaml-4.14@sha256:bb26bd0b395363e31dbb0c8f26276c80a9cf90d8cac4c622fa75bed398506ada)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:bb26bd0b395363e31dbb0c8f26276c80a9cf90d8cac4c622fa75bed398506ada' locally
docker.io/ocaml/opam@sha256:bb26bd0b395363e31dbb0c8f26276c80a9cf90d8cac4c622fa75bed398506ada: Pulling from ocaml/opam
ac9148dc57ca: Already exists
7888403f6ebd: Already exists
c624d8e138d3: Already exists
bae5329cb92a: Already exists
6228156e24ec: Already exists
d851fec6b77f: Already exists
45e3afcdcfef: Already exists
b3e7f2150c0a: Already exists
91048a8ba3a7: Already exists
26a15cffb83a: Already exists
3c2f2520de0f: Already exists
9f731cc5daa6: Already exists
0809377d5f3c: Already exists
ec4e42e8f98c: Already exists
065e3401ccf2: Already exists
bce3ceded749: Already exists
c4a4a6ab703b: Already exists
aa84bc2cf05b: Already exists
0fb96351134e: Already exists
a1735f92ccde: Already exists
dce836972d90: Already exists
8a0c641e2184: Already exists
4f4fb700ef54: Already exists
44a2b50d619a: Already exists
e27f63ab21e8: Already exists
826c3a0f7d41: Already exists
7fe544c7b3e6: Already exists
efa4af957d6d: Already exists
a2fa2f09a7e4: Already exists
3e0efbdba3cc: Already exists
4f299997ffd7: Already exists
f868b4e81e65: Already exists
87577251fd14: Already exists
5e9e2e42ec71: Already exists
99812197be51: Already exists
8b48f92b9c03: Already exists
6336fa3f0edf: Already exists
f03483f6ff47: Already exists
26c2642c44cf: Already exists
35e7bc3e512e: Already exists
fb2e4e264f0c: Already exists
0302ffbcdd6f: Pulling fs layer
b6103da63ef0: Pulling fs layer
c8238d08ec04: Pulling fs layer
84114018616a: Pulling fs layer
84114018616a: Waiting
b6103da63ef0: Download complete
84114018616a: Verifying Checksum
84114018616a: Download complete
c8238d08ec04: Download complete
0302ffbcdd6f: Verifying Checksum
0302ffbcdd6f: Download complete
0302ffbcdd6f: Pull complete
b6103da63ef0: Pull complete
c8238d08ec04: Pull complete
84114018616a: Pull complete
Digest: sha256:bb26bd0b395363e31dbb0c8f26276c80a9cf90d8cac4c622fa75bed398506ada
Status: Downloaded newer image for ocaml/opam@sha256:bb26bd0b395363e31dbb0c8f26276c80a9cf90d8cac4c622fa75bed398506ada
2026-03-14 10:18.06 ---> using "6c35a6891e911a30fdf28b8e523ebc9def3db09c3bfc8ca0847b476f0567f309" from cache


/: (comment debian-13-4.14_arm64_opam-2.5)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-03-14 10:18.06 ---> using "9f7501b9862b57a830bacd2a4556ac11a5c9647cf16631d4ba621fc5fdf2aed0" from cache


/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.


This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.


Continue? [Y/n] y
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-03-14 10:18.06 ---> using "3eaefff7ddf8815ba15870368e13f1536ea95603b64e8697f58bb017434eeddb" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-85-generic
The OCaml toplevel, version 4.14.2
2.5.0
2026-03-14 10:18.06 ---> using "163f42a8fcd7b3a31744df52896efae8623525d86c76d60da1dd024d6cec79f0" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-03-14 10:18.06 ---> using "e95a875afafb0a2298edf332532b06823b329a36e54cc625b3a0c85747134044" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && git log --no-decorate -n1 --oneline && opam update -u"))
fatal: unable to access 'https://github.com/ocaml/opam-repository/': Could not resolve host: github.com
"/usr/bin/env" "bash" "-c" "cd ~/opam-repository && (git cat-file -e 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && git log --no-decorate -n1 --oneline && opam update -u" failed with exit status 128
2026-03-14 10:18.06: Job failed: Failed: Build failed