2025-09-27 13:28.50: New job: test robur-coop/happy-eyeballs https://github.com/robur-coop/happy-eyeballs.git#refs/heads/main (0564cb98fd4bec3f0655c486550e5863641f98db) (linux-x86_64:(lower-bound))
Base: ocaml/opam:debian-13-ocaml-4.08@sha256:b9828be178417e3bc607ef229c00d658316b130c027775f6069f6a7c473de176
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.08@sha256:b9828be178417e3bc607ef229c00d658316b130c027775f6069f6a7c473de176
# debian-13-4.08_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.4 /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 f736a66f83aeced5a0c0d90b769613178cd63b26 || git fetch origin master) && git reset -q --hard f736a66f83aeced5a0c0d90b769613178cd63b26 && 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.3.1.1 base.v0.12.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.3.0 bigarray-compat.1.0.0 cmdliner.1.3.0 conf-m4.1 conf-pkg-config.1.0 cppo.1.6.1 cstruct.6.0.0 cstruct-lwt.3.7.0 dns.7.0.3 domain-name.0.4.1 dune.2.9.3 dune-configurator.2.5.1 dune-private-libs.2.5.1 duration.0.2.1 ethernet.3.2.0 fmt.0.8.8 gmap.0.3.0 ipaddr.5.6.0 jbuilder.1.0+beta20.1 logs.0.7.0 lru.0.3.0 lwt.4.2.0 lwt-dllist.1.0.0 macaddr.5.6.0 macaddr-cstruct.5.6.0 metrics.0.4.1 mirage-clock.4.2.0 mirage-flow.3.0.0 mirage-mtime.5.0.0 mirage-net.4.0.0 mirage-profile.0.9.1 mirage-random.3.0.0 mirage-sleep.4.0.0 mirage-time.3.0.0 mmap.1.0.2 mtime.2.1.0 num.1.5 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.11.0 ocaml-config.1 ocaml-migrate-parsetree.2.0.0 ocamlbuild.0.14.0 ocamlfind.1.8.0 ocplib-endian.1.0 parsexp.v0.12.0 ppx_cstruct.6.0.0 ppx_derivers.1.0 ppxlib.0.17.0 psq.0.2.0 ptime.0.8.5 randomconv.0.1.3 result.1.5 seq.0.3 sexplib.v0.12.0 sexplib0.v0.12.0 stdlib-shims.0.1.0 tcpip.7.1.2 topkg.1.0.8"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --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
2025-09-27 13:28.50: Using cache hint "robur-coop/happy-eyeballs-ocaml/opam:debian-13-ocaml-4.08@sha256:b9828be178417e3bc607ef229c00d658316b130c027775f6069f6a7c473de176-debian-13-4.08_opam-2.4-3d0e3d9e2c32c689e97b1fb68c581ba7"
2025-09-27 13:28.50: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.08@sha256:b9828be178417e3bc607ef229c00d658316b130c027775f6069f6a7c473de176)
(comment debian-13-4.08_opam-2.4)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.4 /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 f736a66f83aeced5a0c0d90b769613178cd63b26 || git fetch origin master) && git reset -q --hard f736a66f83aeced5a0c0d90b769613178cd63b26 && 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 (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "arp.3.1.1 base.v0.12.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.3.0 bigarray-compat.1.0.0 cmdliner.1.3.0 conf-m4.1 conf-pkg-config.1.0 cppo.1.6.1 cstruct.6.0.0 cstruct-lwt.3.7.0 dns.7.0.3 domain-name.0.4.1 dune.2.9.3 dune-configurator.2.5.1 dune-private-libs.2.5.1 duration.0.2.1 ethernet.3.2.0 fmt.0.8.8 gmap.0.3.0 ipaddr.5.6.0 jbuilder.1.0+beta20.1 logs.0.7.0 lru.0.3.0 lwt.4.2.0 lwt-dllist.1.0.0 macaddr.5.6.0 macaddr-cstruct.5.6.0 metrics.0.4.1 mirage-clock.4.2.0 mirage-flow.3.0.0 mirage-mtime.5.0.0 mirage-net.4.0.0 mirage-profile.0.9.1 mirage-random.3.0.0 mirage-sleep.4.0.0 mirage-time.3.0.0 mmap.1.0.2 mtime.2.1.0 num.1.5 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.11.0 ocaml-config.1 ocaml-migrate-parsetree.2.0.0 ocamlbuild.0.14.0 ocamlfind.1.8.0 ocplib-endian.1.0 parsexp.v0.12.0 ppx_cstruct.6.0.0 ppx_derivers.1.0 ppxlib.0.17.0 psq.0.2.0 ptime.0.8.5 randomconv.0.1.3 result.1.5 seq.0.3 sexplib.v0.12.0 sexplib0.v0.12.0 stdlib-shims.0.1.0 tcpip.7.1.2 topkg.1.0.8")
(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.4 --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"))
)
2025-09-27 13:28.50: Waiting for resource in pool OCluster
2025-09-27 13:54.08: Waiting for worker…
2025-09-27 13:57.26: Got resource from pool OCluster
Building on phoebe
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
Initialized empty Git repository in /var/cache/obuilder/ocluster/git/happy-eyeballs.git-03efc523701258481fa3af08604e2e97096472d4/.git/
HEAD is now at 0564cb9 changes for 2.0.1
(from ocaml/opam:debian-13-ocaml-4.08@sha256:b9828be178417e3bc607ef229c00d658316b130c027775f6069f6a7c473de176)
2025-09-27 13:57.27 ---> using "4f143e25e7620fadf6d4819085e998cd063e4132d1bf4b7e768f2c9645e2385a" from cache
/: (comment debian-13-4.08_opam-2.4)
/: (user (uid 1000) (gid 1000))
/: (env CLICOLOR_FORCE 1)
/: (env OPAMCOLOR always)
/: (workdir /src)
/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-09-27 13:57.27 ---> using "43ec064e3f42ede32eadcb6103eb90c2aa5fe5ca842cc91b1d25af5d96ab1a36" 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
2025-09-27 13:57.27 ---> using "841a29021c0cb0b2431db67bb7df9c0d40fdf29cb4a1a3947637664c354118ba" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-84-generic
The OCaml toplevel, version 4.08.1
2.4.1
2025-09-27 13:57.27 ---> using "d14cf0dfdde2f370395de335172c0ece77c3abd5f3f345be62462de079ddf56e" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-09-27 13:57.27 ---> using "d62d4feecdbb5f1ec79c3897ea00eed3e99d38491f7c23375a96056b1bdbd6db" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e f736a66f83aeced5a0c0d90b769613178cd63b26 || git fetch origin master) && git reset -q --hard f736a66f83aeced5a0c0d90b769613178cd63b26 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
bcac5d1731..f736a66f83 master -> origin/master
f736a66f83 Merge pull request #28602 from dbuenzli/cmdliner-incompat
<><> 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.3.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)
2025-09-27 13:57.27 ---> using "257c8c031e977b7265a53192a5947cb4c7370fff5bc0ec65ef435bfb7b608522" from cache
/src: (copy (src happy-eyeballs.opam happy-eyeballs-mirage.opam happy-eyeballs-miou-unix.opam happy-eyeballs-lwt.opam)
(dst ./))
2025-09-27 13:57.28 ---> saved as "2a7d7eaeef9014452fb18f9892532a90c182cc8ec353c315f76b0fa18c3ecf36"
/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)
2025-09-27 13:57.36 ---> saved as "bf69ee281f9b6a5cf1e1e0631308e56290ac05c733c1909ccf72c2e179167b95"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-09-27 13:57.36 ---> saved as "aea72a36499f92a8cd3dce5ea28146f08a61d922c8d581680f26de1a91d45442"
/src: (env DEPS "arp.3.1.1 base.v0.12.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.3.0 bigarray-compat.1.0.0 cmdliner.1.3.0 conf-m4.1 conf-pkg-config.1.0 cppo.1.6.1 cstruct.6.0.0 cstruct-lwt.3.7.0 dns.7.0.3 domain-name.0.4.1 dune.2.9.3 dune-configurator.2.5.1 dune-private-libs.2.5.1 duration.0.2.1 ethernet.3.2.0 fmt.0.8.8 gmap.0.3.0 ipaddr.5.6.0 jbuilder.1.0+beta20.1 logs.0.7.0 lru.0.3.0 lwt.4.2.0 lwt-dllist.1.0.0 macaddr.5.6.0 macaddr-cstruct.5.6.0 metrics.0.4.1 mirage-clock.4.2.0 mirage-flow.3.0.0 mirage-mtime.5.0.0 mirage-net.4.0.0 mirage-profile.0.9.1 mirage-random.3.0.0 mirage-sleep.4.0.0 mirage-time.3.0.0 mmap.1.0.2 mtime.2.1.0 num.1.5 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.11.0 ocaml-config.1 ocaml-migrate-parsetree.2.0.0 ocamlbuild.0.14.0 ocamlfind.1.8.0 ocplib-endian.1.0 parsexp.v0.12.0 ppx_cstruct.6.0.0 ppx_derivers.1.0 ppxlib.0.17.0 psq.0.2.0 ptime.0.8.5 randomconv.0.1.3 result.1.5 seq.0.3 sexplib.v0.12.0 sexplib0.v0.12.0 stdlib-shims.0.1.0 tcpip.7.1.2 topkg.1.0.8")
/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.4 --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 trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [46.2 kB]
- Fetched 137 kB in 0s (1044 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-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.08.1).
[NOTE] Package ocaml is already installed (current version is 4.08.1).
[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 system packages will first need to be installed:
m4 pkg-config
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "m4" "pkg-config"
- Selecting previously unselected package libpkgconf3:amd64.
- (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 20622 files and directories currently installed.)
- Preparing to unpack .../libpkgconf3_1.8.1-4_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4) ...
- Selecting previously unselected package m4.
- Preparing to unpack .../archives/m4_1.4.19-8_amd64.deb ...
- Unpacking m4 (1.4.19-8) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../pkgconf-bin_1.8.1-4_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../pkgconf_1.8.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../pkg-config_1.8.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-4) ...
- Setting up m4 (1.4.19-8) ...
- Setting up libpkgconf3:amd64 (1.8.1-4) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up pkgconf:amd64 (1.8.1-4) ...
- Setting up pkg-config:amd64 (1.8.1-4) ...
- Processing triggers for libc-bin (2.41-12) ...
2025-09-27 13:57.55 ---> saved as "02ed852430c0f67f30cd6de1a595269aba228ab8a0797f6e86285234cabb34d0"
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.08.1).
[NOTE] Package ocaml is already installed (current version is 4.08.1).
[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 59 packages
- install arp 3.1.1
- install base v0.12.2
- install base-bytes base
- install base64 3.3.0
- install bigarray-compat 1.0.0
- install cmdliner 1.3.0
- install conf-m4 1
- install conf-pkg-config 1.0
- install cppo 1.6.1
- install cstruct 6.0.0
- install cstruct-lwt 3.7.0
- install dns 7.0.3
- install domain-name 0.4.1
- install dune 2.9.3
- install dune-configurator 2.5.1
- install dune-private-libs 2.5.1
- install duration 0.2.1
- install ethernet 3.2.0
- install fmt 0.8.8
- install gmap 0.3.0
- install ipaddr 5.6.0
- install jbuilder 1.0+beta20.1 (deprecated)
- install logs 0.7.0
- install lru 0.3.0
- install lwt 4.2.0
- install lwt-dllist 1.0.0
- install macaddr 5.6.0
- install macaddr-cstruct 5.6.0
- install metrics 0.4.1
- install mirage-clock 4.2.0
- install mirage-flow 3.0.0
- install mirage-mtime 5.0.0
- install mirage-net 4.0.0
- install mirage-profile 0.9.1 (deprecated)
- install mirage-random 3.0.0 (deprecated)
- install mirage-sleep 4.0.0
- install mirage-time 3.0.0
- install mmap 1.0.2
- install mtime 2.1.0
- install num 1.5
- install ocaml-compiler-libs v0.11.0
- install ocaml-migrate-parsetree 2.0.0 (deprecated)
- install ocamlbuild 0.14.0
- install ocamlfind 1.8.0
- install ocplib-endian 1.0
- install parsexp v0.12.0
- install ppx_cstruct 6.0.0
- install ppx_derivers 1.0
- install ppxlib 0.17.0
- install psq 0.2.0
- install ptime 0.8.5
- install randomconv 0.1.3
- install result 1.5
- install seq 0.3
- install sexplib v0.12.0
- install sexplib0 v0.12.0
- install stdlib-shims 0.1.0
- install tcpip 7.1.2
- install topkg 1.0.8
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved arp.3.1.1 (cached)
-> retrieved base.v0.12.2 (cached)
-> retrieved base64.3.3.0 (cached)
-> retrieved bigarray-compat.1.0.0 (cached)
-> retrieved cmdliner.1.3.0 (cached)
-> retrieved cppo.1.6.1 (cached)
-> installed conf-m4.1
-> installed conf-pkg-config.1.0
-> retrieved cstruct-lwt.3.7.0 (cached)
-> retrieved cstruct.6.0.0, ppx_cstruct.6.0.0 (cached)
-> retrieved domain-name.0.4.1 (cached)
-> retrieved dns.7.0.3 (cached)
-> retrieved duration.0.2.1 (cached)
-> retrieved ethernet.3.2.0 (cached)
-> retrieved fmt.0.8.8 (cached)
-> retrieved gmap.0.3.0 (cached)
-> retrieved ipaddr.5.6.0, macaddr.5.6.0, macaddr-cstruct.5.6.0 (cached)
-> retrieved jbuilder.1.0+beta20.1 (cached)
-> retrieved dune.2.9.3 (cached)
-> retrieved dune-configurator.2.5.1, dune-private-libs.2.5.1 (cached)
-> retrieved logs.0.7.0 (cached)
-> retrieved lru.0.3.0 (cached)
-> retrieved lwt.4.2.0 (cached)
-> retrieved lwt-dllist.1.0.0 (cached)
-> retrieved metrics.0.4.1 (cached)
-> retrieved mirage-clock.4.2.0 (cached)
-> retrieved mirage-flow.3.0.0 (cached)
-> retrieved mirage-mtime.5.0.0 (cached)
-> retrieved mirage-net.4.0.0 (cached)
-> retrieved mirage-profile.0.9.1 (cached)
-> installed cmdliner.1.3.0
-> retrieved mirage-random.3.0.0 (cached)
-> retrieved mirage-sleep.4.0.0 (cached)
-> retrieved mirage-time.3.0.0 (cached)
-> retrieved mmap.1.0.2 (cached)
-> retrieved mtime.2.1.0 (cached)
-> retrieved num.1.5 (cached)
-> retrieved ocaml-compiler-libs.v0.11.0 (cached)
-> retrieved ocamlbuild.0.14.0 (cached)
-> retrieved ocaml-migrate-parsetree.2.0.0 (cached)
-> retrieved ocamlfind.1.8.0 (cached)
-> retrieved ocplib-endian.1.0 (cached)
-> retrieved parsexp.v0.12.0 (cached)
-> retrieved ppx_derivers.1.0 (cached)
-> retrieved psq.0.2.0 (cached)
-> retrieved randomconv.0.1.3 (cached)
-> retrieved ptime.0.8.5 (cached)
-> retrieved result.1.5 (cached)
-> retrieved seq.0.3 (cached)
-> retrieved sexplib.v0.12.0 (cached)
-> retrieved ppxlib.0.17.0 (cached)
-> retrieved sexplib0.v0.12.0 (cached)
-> retrieved stdlib-shims.0.1.0 (cached)
-> retrieved topkg.1.0.8 (cached)
-> retrieved tcpip.7.1.2 (cached)
-> installed num.1.5
-> installed ocamlfind.1.8.0
-> installed base-bytes.base
-> installed ocamlbuild.0.14.0
-> installed jbuilder.1.0+beta20.1
-> installed ppx_derivers.1.0
-> installed dune.2.9.3
-> installed cppo.1.6.1
-> installed ocaml-compiler-libs.v0.11.0
-> installed bigarray-compat.1.0.0
-> installed domain-name.0.4.1
-> installed duration.0.2.1
-> installed gmap.0.3.0
-> installed mirage-clock.4.2.0
-> installed mmap.1.0.2
-> installed stdlib-shims.0.1.0
-> installed macaddr.5.6.0
-> installed result.1.5
-> installed seq.0.3
-> installed sexplib0.v0.12.0
-> installed cstruct.6.0.0
-> installed mirage-random.3.0.0
-> installed macaddr-cstruct.5.6.0
-> installed randomconv.0.1.3
-> installed psq.0.2.0
-> installed topkg.1.0.8
-> installed ipaddr.5.6.0
-> installed lru.0.3.0
-> installed ocaml-migrate-parsetree.2.0.0
-> installed mtime.2.1.0
-> installed fmt.0.8.8
-> installed mirage-mtime.5.0.0
-> installed ptime.0.8.5
-> installed metrics.0.4.1
-> installed ocplib-endian.1.0
-> installed dune-private-libs.2.5.1
-> installed lwt.4.2.0
-> installed lwt-dllist.1.0.0
-> installed mirage-flow.3.0.0
-> installed cstruct-lwt.3.7.0
-> installed mirage-net.4.0.0
-> installed mirage-sleep.4.0.0
-> installed mirage-time.3.0.0
-> installed dune-configurator.2.5.1
-> installed base64.3.3.0
-> installed logs.0.7.0
-> installed ethernet.3.2.0
-> installed arp.3.1.1
-> installed dns.7.0.3
-> installed base.v0.12.2
-> installed parsexp.v0.12.0
-> installed sexplib.v0.12.0
-> installed ppxlib.0.17.0
-> installed ppx_cstruct.6.0.0
-> installed mirage-profile.0.9.1
-> installed tcpip.7.1.2
Done.
<><> ocaml-migrate-parsetree.2.0.0 installed successfully <><><><><><><><><><><>
=> Note: This package is deprecated.
<><> mirage-random.3.0.0 installed successfully <><><><><><><><><><><><><><><><>
=> Note: This package is deprecated.
=> mirage-random is deprecated
<><> mirage-profile.0.9.1 installed successfully ><><><><><><><><><><><><><><><>
=> Note: This package is deprecated.
=> mirage-profile is deprecated
<><> jbuilder.1.0+beta20.1 installed successfully <><><><><><><><><><><><><><><>
=> Note: This package is deprecated.
# To update the current shell environment, run: eval $(opam env)
2025-09-27 13:59.26 ---> saved as "4d052e70e567f70d075f03e1a4e95f55df4229f9b1afb44db51512a7081e4a3f"
/src: (copy (src .) (dst /src))
2025-09-27 13:59.27 ---> saved as "f0ee7c91072fc1543ba8cc7c19a0df381bd81974f2cefa0a53201754622edd9c"
/src: (run (shell "opam exec -- dune build --only-packages=happy-eyeballs,happy-eyeballs-mirage,happy-eyeballs-lwt @install @check @runtest && rm -rf _build"))
2025-09-27 13:59.28 ---> saved as "0963e42dd961ae2a1797c8050a6edeb4a62a07ba47b7afe7638314c97db96a0a"
Job succeeded
2025-09-27 13:59.29: Job succeeded