Organisationsrobur-coophappy-eyeballs545d1e (main)(lower-bound)

(lower-bound)

Link Copied
Code Copied

Logs

2025-02-17 23:22.11: New job: test robur-coop/happy-eyeballs https://github.com/robur-coop/happy-eyeballs.git#refs/heads/main (545d1ee750d0453d743e90aa3400710fcf902634) (linux-x86_64:(lower-bound))
Base: ocaml/opam:debian-12-ocaml-4.08@sha256:cb36ada8bb596f67e8e27c6261b722b395133d8890bdee127859b7e4173d7ac0
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 545d1ee7
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.08@sha256:cb36ada8bb596f67e8e27c6261b722b395133d8890bdee127859b7e4173d7ac0
# debian-12-4.08_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.3 /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 d2fcf6efce9aaae05ad29ab1ebed0f00231ef531 || git fetch origin master) && git reset -q --hard d2fcf6efce9aaae05ad29ab1ebed0f00231ef531 && 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.0.0 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.1.0 conf-m4.1 conf-pkg-config.1.0 cppo.1.6.1 cstruct.6.0.0 cstruct-lwt.3.4.0 dns.7.0.0 domain-name.0.4.0 dune.2.8.0 dune-configurator.2.3.0 dune-private-libs.2.3.0 duration.0.1.2 ethernet.3.0.0 fmt.0.8.8 gmap.0.3.0 ipaddr.5.2.0 jbuilder.1.0+beta20.1 logs.0.6.3 lru.0.3.0 lwt.4.2.0 lwt-dllist.1.0.0 macaddr.5.2.0 macaddr-cstruct.5.2.0 metrics.0.1.0 mirage-clock.3.0.1 mirage-device.2.0.0 mirage-flow.2.0.1 mirage-mtime.5.0.0 mirage-net.3.0.1 mirage-profile.0.9.0 mirage-random.2.0.0 mirage-sleep.4.0.0 mirage-time.2.0.1 mmap.1.0.2 mtime.2.0.0 num.1.0 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.16.0 psq.0.2.0 ptime.0.8.1 randomconv.0.1.0 result.1.5 seq.0.2.2 sexplib.v0.12.0 sexplib0.v0.12.0 stdlib-shims.0.1.0 tcpip.7.0.0 topkg.1.0.3"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --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-02-17 23:22.11: Using cache hint "robur-coop/happy-eyeballs-ocaml/opam:debian-12-ocaml-4.08@sha256:cb36ada8bb596f67e8e27c6261b722b395133d8890bdee127859b7e4173d7ac0-debian-12-4.08_opam-2.3-805550dd90d71231d5fcd1677dae4dff"
2025-02-17 23:22.11: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.08@sha256:cb36ada8bb596f67e8e27c6261b722b395133d8890bdee127859b7e4173d7ac0)
(comment debian-12-4.08_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.3 /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 d2fcf6efce9aaae05ad29ab1ebed0f00231ef531 || git fetch origin master) && git reset -q --hard d2fcf6efce9aaae05ad29ab1ebed0f00231ef531 && 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.0.0 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.1.0 conf-m4.1 conf-pkg-config.1.0 cppo.1.6.1 cstruct.6.0.0 cstruct-lwt.3.4.0 dns.7.0.0 domain-name.0.4.0 dune.2.8.0 dune-configurator.2.3.0 dune-private-libs.2.3.0 duration.0.1.2 ethernet.3.0.0 fmt.0.8.8 gmap.0.3.0 ipaddr.5.2.0 jbuilder.1.0+beta20.1 logs.0.6.3 lru.0.3.0 lwt.4.2.0 lwt-dllist.1.0.0 macaddr.5.2.0 macaddr-cstruct.5.2.0 metrics.0.1.0 mirage-clock.3.0.1 mirage-device.2.0.0 mirage-flow.2.0.1 mirage-mtime.5.0.0 mirage-net.3.0.1 mirage-profile.0.9.0 mirage-random.2.0.0 mirage-sleep.4.0.0 mirage-time.2.0.1 mmap.1.0.2 mtime.2.0.0 num.1.0 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.16.0 psq.0.2.0 ptime.0.8.1 randomconv.0.1.0 result.1.5 seq.0.2.2 sexplib.v0.12.0 sexplib0.v0.12.0 stdlib-shims.0.1.0 tcpip.7.0.0 topkg.1.0.3")
(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.3 --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-02-17 23:22.11: Waiting for resource in pool OCluster
2025-02-17 23:34.00: Waiting for worker…
2025-02-17 23:37.34: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD is now at 545d1ee changes for 2.0.0


(from ocaml/opam:debian-12-ocaml-4.08@sha256:cb36ada8bb596f67e8e27c6261b722b395133d8890bdee127859b7e4173d7ac0)
2025-02-17 23:37.35 ---> using "00aea64e10ae0c7539e49349e74a22e5b31f7345320d1fcee09b4272923b54dc" from cache


/: (comment debian-12-4.08_opam-2.3)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-02-17 23:37.35 ---> using "229e44f3b41c7086a87ae48f68c67da76c2a17586fe15dbfda5ccf56e700b927" 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 development 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 39 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=39 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ERROR] Could not update repository "opam-repository-archive": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocaml/opam-repository-archive/': Could not resolve host: github.com"
[default] synchronised from file:///home/opam/opam-repository
2025-02-17 23:37.35 ---> using "812b2b535bf09bb2c68f0a0a097829d30a5de57533dba14764f46f36956c7809" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-131-generic
The OCaml toplevel, version 4.08.1
2.3.0
2025-02-17 23:37.35 ---> using "2f4922b6a969a5ced9e88ae07db0e5cdc960cfe1e83f49de7d5c6bc7d4ee7486" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-02-17 23:37.35 ---> using "fa91da463e70bbd8de4df63bd10e0a8de8b24fc34173c9eb4724630e9daf66b8" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e d2fcf6efce9aaae05ad29ab1ebed0f00231ef531 || git fetch origin master) && git reset -q --hard d2fcf6efce9aaae05ad29ab1ebed0f00231ef531 && git log --no-decorate -n1 --oneline && opam update -u"))
d2fcf6efce Merge pull request #27378 from hannesm/release-arp-v4.0.0


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[opam-repository-archive] synchronised from git+https://github.com/ocaml/opam-repository-archive
[default] synchronised from 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, 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-02-17 23:39.00 ---> saved as "b8802942707f76df161dafccc50b22ddc30ac130494d354007011ebec954b34d"


/src: (copy (src happy-eyeballs.opam happy-eyeballs-mirage.opam happy-eyeballs-miou-unix.opam happy-eyeballs-lwt.opam)
(dst ./))
2025-02-17 23:39.00 ---> saved as "85bb0693f258fc7c10950562176514d7a733a0f9e4e1f885ccb4113ff9249a73"


/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-02-17 23:39.09 ---> saved as "dd08f6d7c6da92332161bfbf03c400b601be21b986d63384e1a8089107a7c2dc"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-02-17 23:39.09 ---> saved as "ffc48507c94c96b4bbd41ddae122b1f21363bec465e6304e067309a550769b62"


/src: (env DEPS "arp.3.0.0 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.1.0 conf-m4.1 conf-pkg-config.1.0 cppo.1.6.1 cstruct.6.0.0 cstruct-lwt.3.4.0 dns.7.0.0 domain-name.0.4.0 dune.2.8.0 dune-configurator.2.3.0 dune-private-libs.2.3.0 duration.0.1.2 ethernet.3.0.0 fmt.0.8.8 gmap.0.3.0 ipaddr.5.2.0 jbuilder.1.0+beta20.1 logs.0.6.3 lru.0.3.0 lwt.4.2.0 lwt-dllist.1.0.0 macaddr.5.2.0 macaddr-cstruct.5.2.0 metrics.0.1.0 mirage-clock.3.0.1 mirage-device.2.0.0 mirage-flow.2.0.1 mirage-mtime.5.0.0 mirage-net.3.0.1 mirage-profile.0.9.0 mirage-random.2.0.0 mirage-sleep.4.0.0 mirage-time.2.0.1 mmap.1.0.2 mtime.2.0.0 num.1.0 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.16.0 psq.0.2.0 ptime.0.8.1 randomconv.0.1.0 result.1.5 seq.0.2.2 sexplib.v0.12.0 sexplib0.v0.12.0 stdlib-shims.0.1.0 tcpip.7.0.0 topkg.1.0.3")


/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.3 --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 [246 kB]
- Fetched 349 kB in 0s (1067 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"
- debconf: delaying package configuration, since apt-utils is not installed
- 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 ... 18745 files and directories currently installed.)
- Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-1) ...
- Selecting previously unselected package m4.
- Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ...
- Unpacking m4 (1.4.19-3) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../pkgconf-bin_1.8.1-1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-1) ...
- Setting up m4 (1.4.19-3) ...
- Setting up libpkgconf3:amd64 (1.8.1-1) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up pkgconf:amd64 (1.8.1-1) ...
- Setting up pkg-config:amd64 (1.8.1-1) ...
- Processing triggers for libc-bin (2.36-9+deb12u9) ...
2025-02-17 23:39.35 ---> saved as "8553e18bc01b84114c313570a1ff36facae602efd2d97f73449d7cbf8b6d7bed"


/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 60 packages
- install arp                     3.0.0
- install base                    v0.12.2
- install base-bytes              base
- install base64                  3.3.0
- install bigarray-compat         1.0.0
- install cmdliner                1.1.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.4.0
- install dns                     7.0.0
- install domain-name             0.4.0
- install dune                    2.8.0
- install dune-configurator       2.3.0
- install dune-private-libs       2.3.0
- install duration                0.1.2
- install ethernet                3.0.0
- install fmt                     0.8.8
- install gmap                    0.3.0
- install ipaddr                  5.2.0
- install jbuilder                1.0+beta20.1 (deprecated)
- install logs                    0.6.3
- install lru                     0.3.0
- install lwt                     4.2.0
- install lwt-dllist              1.0.0
- install macaddr                 5.2.0
- install macaddr-cstruct         5.2.0
- install metrics                 0.1.0
- install mirage-clock            3.0.1
- install mirage-device           2.0.0 (deprecated)
- install mirage-flow             2.0.1
- install mirage-mtime            5.0.0
- install mirage-net              3.0.1
- install mirage-profile          0.9.0 (deprecated)
- install mirage-random           2.0.0 (deprecated)
- install mirage-sleep            4.0.0
- install mirage-time             2.0.1
- install mmap                    1.0.2
- install mtime                   2.0.0
- install num                     1.0
- 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.16.0
- install psq                     0.2.0
- install ptime                   0.8.1
- install randomconv              0.1.0
- install result                  1.5
- install seq                     0.2.2
- install sexplib                 v0.12.0
- install sexplib0                v0.12.0
- install stdlib-shims            0.1.0
- install tcpip                   7.0.0
- install topkg                   1.0.3


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved arp.3.0.0  (cached)
-> retrieved base64.3.3.0  (cached)
-> retrieved bigarray-compat.1.0.0  (cached)
-> retrieved base.v0.12.2  (cached)
-> retrieved cmdliner.1.1.0  (cached)
-> retrieved cppo.1.6.1  (cached)
-> installed conf-m4.1
-> installed conf-pkg-config.1.0
-> retrieved cstruct.6.0.0, ppx_cstruct.6.0.0  (cached)
-> retrieved cstruct-lwt.3.4.0  (cached)
-> retrieved dns.7.0.0  (cached)
-> retrieved domain-name.0.4.0  (cached)
-> retrieved duration.0.1.2  (cached)
-> retrieved ethernet.3.0.0  (cached)
-> retrieved fmt.0.8.8  (cached)
-> retrieved gmap.0.3.0  (cached)
-> retrieved ipaddr.5.2.0, macaddr.5.2.0, macaddr-cstruct.5.2.0  (cached)
-> retrieved jbuilder.1.0+beta20.1  (cached)
-> retrieved dune.2.8.0  (cached)
-> retrieved dune-configurator.2.3.0, dune-private-libs.2.3.0  (cached)
-> retrieved logs.0.6.3  (cached)
-> retrieved lru.0.3.0  (cached)
-> retrieved lwt-dllist.1.0.0  (cached)
-> retrieved lwt.4.2.0  (cached)
-> retrieved metrics.0.1.0  (cached)
-> retrieved mirage-clock.3.0.1  (cached)
-> retrieved mirage-device.2.0.0  (cached)
-> retrieved mirage-flow.2.0.1  (cached)
-> retrieved mirage-mtime.5.0.0  (cached)
-> retrieved mirage-net.3.0.1  (cached)
-> retrieved mirage-profile.0.9.0  (cached)
-> retrieved mirage-random.2.0.0  (cached)
-> retrieved mirage-sleep.4.0.0  (cached)
-> retrieved mirage-time.2.0.1  (cached)
-> retrieved mmap.1.0.2  (cached)
-> retrieved mtime.2.0.0  (cached)
-> retrieved num.1.0  (cached)
-> retrieved ocaml-compiler-libs.v0.11.0  (cached)
-> installed cmdliner.1.1.0
-> 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.0  (cached)
-> retrieved ptime.0.8.1  (cached)
-> retrieved result.1.5  (cached)
-> retrieved ppxlib.0.16.0  (cached)
-> retrieved seq.0.2.2  (cached)
-> retrieved sexplib.v0.12.0  (cached)
-> retrieved sexplib0.v0.12.0  (cached)
-> retrieved stdlib-shims.0.1.0  (cached)
-> retrieved tcpip.7.0.0  (cached)
-> retrieved topkg.1.0.3  (cached)
-> installed ocamlfind.1.8.0
-> installed base-bytes.base
-> installed num.1.0
-> installed ocamlbuild.0.14.0
-> installed jbuilder.1.0+beta20.1
-> installed ppx_derivers.1.0
-> installed ocaml-compiler-libs.v0.11.0
-> installed cppo.1.6.1
-> installed dune.2.8.0
-> installed topkg.1.0.3
-> installed bigarray-compat.1.0.0
-> installed domain-name.0.4.0
-> installed duration.0.1.2
-> installed mirage-clock.3.0.1
-> installed gmap.0.3.0
-> installed mmap.1.0.2
-> installed macaddr.5.2.0
-> installed result.1.5
-> installed stdlib-shims.0.1.0
-> installed seq.0.2.2
-> installed sexplib0.v0.12.0
-> installed cstruct.6.0.0
-> installed macaddr-cstruct.5.2.0
-> installed mirage-random.2.0.0
-> installed ipaddr.5.2.0
-> installed psq.0.2.0
-> installed randomconv.0.1.0
-> installed lru.0.3.0
-> installed mtime.2.0.0
-> installed ocaml-migrate-parsetree.2.0.0
-> installed mirage-mtime.5.0.0
-> installed fmt.0.8.8
-> installed ptime.0.8.1
-> installed ocplib-endian.1.0
-> installed dune-private-libs.2.3.0
-> installed metrics.0.1.0
-> installed lwt.4.2.0
-> installed mirage-device.2.0.0
-> installed lwt-dllist.1.0.0
-> installed cstruct-lwt.3.4.0
-> installed mirage-sleep.4.0.0
-> installed mirage-flow.2.0.1
-> installed mirage-time.2.0.1
-> installed mirage-net.3.0.1
-> installed dune-configurator.2.3.0
-> installed base64.3.3.0
-> installed logs.0.6.3
-> installed dns.7.0.0
-> installed base.v0.12.2
-> installed parsexp.v0.12.0
-> installed sexplib.v0.12.0
-> installed ppxlib.0.16.0
-> installed ppx_cstruct.6.0.0
-> installed mirage-profile.0.9.0
-> installed ethernet.3.0.0
-> installed arp.3.0.0
-> installed tcpip.7.0.0
Done.


<><> ocaml-migrate-parsetree.2.0.0 installed successfully <><><><><><><><><><><>
=> Note: This package is deprecated.


<><> mirage-random.2.0.0 installed successfully <><><><><><><><><><><><><><><><>
=> Note: This package is deprecated.
=> mirage-random is deprecated


<><> mirage-profile.0.9.0 installed successfully ><><><><><><><><><><><><><><><>
=> Note: This package is deprecated.
=> mirage-profile is deprecated


<><> mirage-device.2.0.0 installed successfully <><><><><><><><><><><><><><><><>
=> Note: This package is deprecated.
=> mirage-device 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-02-17 23:41.22 ---> saved as "8658d317472987e4f5e5216fe655e4cd06407764fe364c751f30ee84845c3fc4"


/src: (copy (src .) (dst /src))
2025-02-17 23:41.22 ---> saved as "78760042087b21976501ea70a965f0c799a610339d0f09ed9723a037447edfc1"


/src: (run (shell "opam exec -- dune build --only-packages=happy-eyeballs,happy-eyeballs-mirage,happy-eyeballs-lwt @install @check @runtest && rm -rf _build"))
2025-02-17 23:41.24 ---> saved as "b171b8131dd91d1038ca19886cc4b098fdc11eca357d2d474a362a6780a2fcbf"
Job succeeded
2025-02-17 23:41.25: Job succeeded