Organisationsrobur-coophappy-eyeballs0564cb (main)debian-12-4.14_opam-2.5

debian-12-4.14_opam-2.5

Logs

Show full logs
2026-03-14 00:36.06: New job: test robur-coop/happy-eyeballs https://github.com/robur-coop/happy-eyeballs.git#refs/heads/main (0564cb98fd4bec3f0655c486550e5863641f98db) (linux-x86_64:debian-12-4.14_opam-2.5)
Base: ocaml/opam:debian-12-ocaml-4.14@sha256:2b68d94b19df1225eb104c02ea729f98f15c2923cddd35ac73f883ef1570d4db
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-12-ocaml-4.14@sha256:2b68d94b19df1225eb104c02ea729f98f15c2923cddd35ac73f883ef1570d4db
# debian-12-4.14_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 00:36.06: Using cache hint "robur-coop/happy-eyeballs-ocaml/opam:debian-12-ocaml-4.14@sha256:2b68d94b19df1225eb104c02ea729f98f15c2923cddd35ac73f883ef1570d4db-debian-12-4.14_opam-2.5-5c0d1bd36631fd66e75f7389c019071d"
2026-03-14 00:36.06: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:2b68d94b19df1225eb104c02ea729f98f15c2923cddd35ac73f883ef1570d4db)
 (comment debian-12-4.14_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 00:36.06: Waiting for resource in pool OCluster
2026-03-14 01:32.29: Waiting for worker…
2026-03-14 01:32.29: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 0564cb9 changes for 2.0.1

(from ocaml/opam:debian-12-ocaml-4.14@sha256:2b68d94b19df1225eb104c02ea729f98f15c2923cddd35ac73f883ef1570d4db)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:2b68d94b19df1225eb104c02ea729f98f15c2923cddd35ac73f883ef1570d4db' locally
docker.io/ocaml/opam@sha256:2b68d94b19df1225eb104c02ea729f98f15c2923cddd35ac73f883ef1570d4db: Pulling from ocaml/opam
6bc9f599b3ef: Pulling fs layer
d58ede61f1ea: Pulling fs layer
59fd7d32ea8a: Pulling fs layer
60d26dc9eed4: Pulling fs layer
98f543d3d01d: Pulling fs layer
161a462e0ee3: Pulling fs layer
d63b9e393571: Pulling fs layer
5035b470c5fd: Pulling fs layer
c044051f86f0: Pulling fs layer
e46db7eb399e: Pulling fs layer
3e83b7b7fc77: Pulling fs layer
03ea2e79c43c: Pulling fs layer
8d2b9b45eead: Pulling fs layer
a3c20940c5b9: Pulling fs layer
bbffc2740725: Pulling fs layer
60d26dc9eed4: Waiting
5f27f2e5115b: Pulling fs layer
aa26a691a008: Pulling fs layer
03ea2e79c43c: Waiting
bd1d45f5a000: Pulling fs layer
161a462e0ee3: Waiting
8d2b9b45eead: Waiting
0cc5c7c7516a: Pulling fs layer
d0b90656e0e8: Pulling fs layer
643825a484d2: Pulling fs layer
e46db7eb399e: Waiting
3e83b7b7fc77: Waiting
67dabf16b113: Pulling fs layer
4f4fb700ef54: Pulling fs layer
9551114336f8: Pulling fs layer
2a7bf6427e8c: Pulling fs layer
bd1d45f5a000: Waiting
1b47d47d94f8: Pulling fs layer
67dabf16b113: Waiting
0cc5c7c7516a: Waiting
d0b90656e0e8: Waiting
4be82938ba83: Pulling fs layer
643825a484d2: Waiting
98f543d3d01d: Waiting
9551114336f8: Waiting
5f27f2e5115b: Waiting
1b47d47d94f8: Waiting
2a7bf6427e8c: Waiting
80976f0d06a6: Pulling fs layer
4be82938ba83: Waiting
5bbf91e88fcf: Pulling fs layer
80976f0d06a6: Waiting
4f4fb700ef54: Waiting
10bde5a9d661: Pulling fs layer
00617c3bf097: Pulling fs layer
aa26a691a008: Waiting
6dff02c33996: Pulling fs layer
42aae9593b3f: Pulling fs layer
00617c3bf097: Waiting
42aae9593b3f: Waiting
aec72d9c9e64: Pulling fs layer
bbffc2740725: Waiting
c044051f86f0: Waiting
16d1596d51b2: Pulling fs layer
aec72d9c9e64: Waiting
9cbb5291df33: Pulling fs layer
11ddb25ececc: Pulling fs layer
5035b470c5fd: Waiting
46139e478336: Pulling fs layer
16d1596d51b2: Waiting
e852d99175ac: Pulling fs layer
46139e478336: Waiting
9cbb5291df33: Waiting
8efd7bff796c: Pulling fs layer
49052a37c89a: Pulling fs layer
11ddb25ececc: Waiting
3a99b4ee4231: Pulling fs layer
c75f7bd00dfc: Pulling fs layer
10bde5a9d661: Waiting
49052a37c89a: Waiting
00d438fe307c: Pulling fs layer
e852d99175ac: Waiting
0b6b272507f8: Pulling fs layer
00d438fe307c: Waiting
c75f7bd00dfc: Waiting
0b6b272507f8: Waiting
59fd7d32ea8a: Verifying Checksum
59fd7d32ea8a: Download complete
d58ede61f1ea: Download complete
98f543d3d01d: Download complete
60d26dc9eed4: Verifying Checksum
60d26dc9eed4: Download complete
6bc9f599b3ef: Verifying Checksum
6bc9f599b3ef: Download complete
d63b9e393571: Verifying Checksum
d63b9e393571: Download complete
5035b470c5fd: Verifying Checksum
5035b470c5fd: Download complete
c044051f86f0: Verifying Checksum
c044051f86f0: Download complete
e46db7eb399e: Verifying Checksum
e46db7eb399e: Download complete
3e83b7b7fc77: Verifying Checksum
3e83b7b7fc77: Download complete
03ea2e79c43c: Verifying Checksum
03ea2e79c43c: Download complete
8d2b9b45eead: Verifying Checksum
8d2b9b45eead: Download complete
161a462e0ee3: Verifying Checksum
161a462e0ee3: Download complete
a3c20940c5b9: Verifying Checksum
a3c20940c5b9: Download complete
aa26a691a008: Verifying Checksum
aa26a691a008: Download complete
6bc9f599b3ef: Pull complete
d58ede61f1ea: Pull complete
59fd7d32ea8a: Pull complete
5f27f2e5115b: Verifying Checksum
5f27f2e5115b: Download complete
bbffc2740725: Verifying Checksum
bbffc2740725: Download complete
bd1d45f5a000: Verifying Checksum
bd1d45f5a000: Download complete
0cc5c7c7516a: Verifying Checksum
0cc5c7c7516a: Download complete
d0b90656e0e8: Download complete
60d26dc9eed4: Pull complete
98f543d3d01d: Pull complete
67dabf16b113: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
643825a484d2: Download complete
9551114336f8: Download complete
2a7bf6427e8c: Download complete
1b47d47d94f8: Verifying Checksum
1b47d47d94f8: Download complete
4be82938ba83: Verifying Checksum
4be82938ba83: Download complete
80976f0d06a6: Download complete
5bbf91e88fcf: Download complete
10bde5a9d661: Verifying Checksum
10bde5a9d661: Download complete
6dff02c33996: Verifying Checksum
00617c3bf097: Verifying Checksum
00617c3bf097: Download complete
42aae9593b3f: Download complete
aec72d9c9e64: Verifying Checksum
aec72d9c9e64: Download complete
16d1596d51b2: Download complete
11ddb25ececc: Download complete
e852d99175ac: Verifying Checksum
e852d99175ac: Download complete
8efd7bff796c: Verifying Checksum
8efd7bff796c: Download complete
49052a37c89a: Verifying Checksum
49052a37c89a: Download complete
9cbb5291df33: Verifying Checksum
9cbb5291df33: Download complete
c75f7bd00dfc: Download complete
00d438fe307c: Download complete
0b6b272507f8: Download complete
3a99b4ee4231: Verifying Checksum
3a99b4ee4231: Download complete
161a462e0ee3: Pull complete
d63b9e393571: Pull complete
5035b470c5fd: Pull complete
c044051f86f0: Pull complete
e46db7eb399e: Pull complete
3e83b7b7fc77: Pull complete
46139e478336: Download complete
03ea2e79c43c: Pull complete
8d2b9b45eead: Pull complete
a3c20940c5b9: Pull complete
bbffc2740725: Pull complete
5f27f2e5115b: Pull complete
aa26a691a008: Pull complete
bd1d45f5a000: Pull complete
0cc5c7c7516a: Pull complete
d0b90656e0e8: Pull complete
643825a484d2: Pull complete
67dabf16b113: Pull complete
4f4fb700ef54: Pull complete
9551114336f8: Pull complete
2a7bf6427e8c: Pull complete
1b47d47d94f8: Pull complete
4be82938ba83: Pull complete
80976f0d06a6: Pull complete
5bbf91e88fcf: Pull complete
10bde5a9d661: Pull complete
00617c3bf097: Pull complete
6dff02c33996: Pull complete
42aae9593b3f: Pull complete
aec72d9c9e64: Pull complete
16d1596d51b2: Pull complete
9cbb5291df33: Pull complete
11ddb25ececc: Pull complete
46139e478336: Pull complete
e852d99175ac: Pull complete
8efd7bff796c: Pull complete
49052a37c89a: Pull complete
3a99b4ee4231: Pull complete
c75f7bd00dfc: Pull complete
00d438fe307c: Pull complete
0b6b272507f8: Pull complete
Digest: sha256:2b68d94b19df1225eb104c02ea729f98f15c2923cddd35ac73f883ef1570d4db
Status: Downloaded newer image for ocaml/opam@sha256:2b68d94b19df1225eb104c02ea729f98f15c2923cddd35ac73f883ef1570d4db
2026-03-14 01:34.26 ---> using "803d3abb0b30d9111098acbd495ef0082ad79e8f26595cf5193f0fdf5ac7c007" from cache

/: (comment debian-12-4.14_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 01:34.26 ---> using "be39064392c922316f5e43243de103d15ddc965bc8763a22c341e0c9a34151eb" 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
[NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
           opam option jobs=71 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-03-14 01:34.26 ---> using "80e163142c89c25bd30d9e4388418870595e3828055a382b322da8351ae2e70f" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-94-generic
The OCaml toplevel, version 4.14.2
2.5.0
2026-03-14 01:34.26 ---> using "8363f9073e832b63eb1abebdfdb614cae4914b44026cf7c73226e5d4223c2f50" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-03-14 01:34.26 ---> using "f3a7d1671b4872c2e2880bfbed5666be41e43f60697fd5e07446f336a2456514" 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"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   3109384a92..31462e7d24  master     -> origin/master
31462e7d24 Merge pull request #29451 from dra27/relocatable-package

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository

Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2026-03-14 01:34.26 ---> using "e6eaecc9af6299142f317145d628f54b9fd642d9628180c11ecb8e83deb30b53" from cache

/src: (copy (src happy-eyeballs.opam happy-eyeballs-mirage.opam happy-eyeballs-miou-unix.opam happy-eyeballs-lwt.opam)
            (dst ./))
2026-03-14 01:34.27 ---> saved as "4482b445c38e95c663dcf133a51476e5cd7b0b0405b27c028422a13ac9c20bfc"

/src: (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 './'"))
[happy-eyeballs.dev] synchronised (file:///src)
happy-eyeballs is now pinned to file:///src (version dev)
[happy-eyeballs-mirage.dev] synchronised (file:///src)
happy-eyeballs-mirage is now pinned to file:///src (version dev)
[happy-eyeballs-miou-unix.dev] synchronised (file:///src)
happy-eyeballs-miou-unix is now pinned to file:///src (version dev)
[happy-eyeballs-lwt.dev] synchronised (file:///src)
happy-eyeballs-lwt is now pinned to file:///src (version dev)
2026-03-14 01:34.31 ---> saved as "b1082000194b054ddb6aa821e245040248ad175bc10edad3d96a20f66056fd34"

/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-03-14 01:34.32 ---> saved as "eb107289adbe00d7ab0d5bfcf58cff26bd6bf1aaaac6e32b31cde9cd160936d6"

/src: (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")

/src: (env CI true)

/src: (env OCAMLCI true)

/src: (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"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [294 kB]
- Fetched 398 kB in 0s (1080 kB/s)
- Reading package lists...

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[happy-eyeballs.dev] synchronised (file:///src)
[happy-eyeballs-lwt.dev] synchronised (file:///src)
[happy-eyeballs-mirage.dev] synchronised (file:///src)

[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
# To update the current shell environment, run: eval $(opam env)
2026-03-14 01:34.40 ---> saved as "7f689c00b3992f9387303450081e919d61fc105bb3543a59a25c112a1146c68f"

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 44 packages
  - install arp               4.1.0
  - install base-bytes        base
  - install base64            3.5.2
  - install cmdliner          2.1.0
  - install cppo              1.8.0
  - install csexp             1.5.2
  - install cstruct           6.2.0
  - install cstruct-lwt       6.2.0
  - install digestif          1.3.0
  - install dns               10.2.4
  - install domain-name       0.5.0
  - install dune              3.21.1
  - install dune-configurator 3.21.1
  - install duration          0.2.1
  - install eqaf              0.10
  - install ethernet          3.2.0
  - install fmt               0.11.0
  - install gmap              0.3.0
  - install ipaddr            5.6.2
  - install ipaddr-cstruct    5.6.2
  - install logs              0.10.0
  - install lru               0.3.1
  - install lwt               6.1.1
  - install lwt-dllist        1.1.0
  - install macaddr           5.6.2
  - install macaddr-cstruct   5.6.2
  - install metrics           0.5.0
  - install mirage-crypto     2.0.3
  - install mirage-crypto-rng 2.0.3
  - install mirage-flow       5.0.0
  - install mirage-mtime      5.2.0
  - install mirage-net        4.0.0
  - install mirage-sleep      4.1.0
  - install mtime             2.1.0
  - install ocamlbuild        0.16.1
  - install ocamlfind         1.9.8
  - install ocplib-endian     1.2
  - install ohex              0.2.0
  - install psq               0.2.1
  - install ptime             1.2.0
  - install randomconv        0.2.0
  - install seq               base
  - install tcpip             9.0.1
  - install topkg             1.1.1

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved arp.4.1.0  (cached)
-> retrieved base64.3.5.2  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0  (cached)
-> retrieved domain-name.0.5.0  (cached)
-> retrieved dns.10.2.4  (cached)
-> retrieved duration.0.2.1  (cached)
-> retrieved eqaf.0.10  (cached)
-> retrieved ethernet.3.2.0  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved gmap.0.3.0  (cached)
-> retrieved ipaddr.5.6.2, ipaddr-cstruct.5.6.2, macaddr.5.6.2, macaddr-cstruct.5.6.2  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved lru.0.3.1  (cached)
-> retrieved lwt.6.1.1  (cached)
-> retrieved lwt-dllist.1.1.0  (cached)
-> retrieved metrics.0.5.0  (cached)
-> retrieved digestif.1.3.0  (cached)
-> retrieved mirage-flow.5.0.0  (cached)
-> retrieved mirage-mtime.5.2.0  (cached)
-> retrieved mirage-net.4.0.0  (cached)
-> retrieved mirage-sleep.4.1.0  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved ohex.0.2.0  (cached)
-> retrieved psq.0.2.1  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved randomconv.0.2.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved tcpip.9.0.1  (cached)
-> retrieved dune.3.21.1, dune-configurator.3.21.1  (cached)
-> retrieved mirage-crypto.2.0.3, mirage-crypto-rng.2.0.3  (cached)
-> retrieved topkg.1.1.1  (cached)
-> installed cmdliner.2.1.0
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed topkg.1.1.1
-> installed mtime.2.1.0
-> installed fmt.0.11.0
-> installed ptime.1.2.0
-> installed dune.3.21.1
-> installed duration.0.2.1
-> installed lwt-dllist.1.1.0
-> installed base64.3.5.2
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed cstruct.6.2.0
-> installed domain-name.0.5.0
-> installed eqaf.0.10
-> installed gmap.0.3.0
-> installed macaddr.5.6.2
-> installed metrics.0.5.0
-> installed mirage-mtime.5.2.0
-> installed ohex.0.2.0
-> installed psq.0.2.1
-> installed randomconv.0.2.0
-> installed macaddr-cstruct.5.6.2
-> installed ocplib-endian.1.2
-> installed lru.0.3.1
-> installed ipaddr.5.6.2
-> installed ipaddr-cstruct.5.6.2
-> installed digestif.1.3.0
-> installed dune-configurator.3.21.1
-> installed mirage-crypto.2.0.3
-> installed lwt.6.1.1
-> installed cstruct-lwt.6.2.0
-> installed mirage-flow.5.0.0
-> installed mirage-net.4.0.0
-> installed mirage-sleep.4.1.0
-> installed logs.0.10.0
-> installed ethernet.3.2.0
-> installed mirage-crypto-rng.2.0.3
-> installed arp.4.1.0
-> installed dns.10.2.4
-> installed tcpip.9.0.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-14 01:35.19 ---> saved as "31c6e7732b76b4a2fb53ecdaf718195254a2c5e6c5742654c54656cef4607652"

/src: (copy (src .) (dst /src))
2026-03-14 01:35.20 ---> saved as "906ab1d4236cea936591683f00cdc1d1a2fcfd459db5a63cfaea0087452da76b"

/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 01:35.20 ---> saved as "7cd2f12153233177fb0964f9104ff0b18a95a137595990735b881962f0590bea"
Job succeeded
2026-03-14 01:35.20: Job succeeded