2025-06-27 12:26.28: 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-12-ocaml-4.08@sha256:cc4b148b1fa1916574df02fcec0956fedbec6798bedacd9bfd4417c1c098ce8e 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.08@sha256:cc4b148b1fa1916574df02fcec0956fedbec6798bedacd9bfd4417c1c098ce8e # 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 2ca36230be22748ea153057760524e23defe5fc7 || git fetch origin master) && git reset -q --hard 2ca36230be22748ea153057760524e23defe5fc7 && 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.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-06-27 12:26.28: Using cache hint "robur-coop/happy-eyeballs-ocaml/opam:debian-12-ocaml-4.08@sha256:cc4b148b1fa1916574df02fcec0956fedbec6798bedacd9bfd4417c1c098ce8e-debian-12-4.08_opam-2.3-3d0e3d9e2c32c689e97b1fb68c581ba7" 2025-06-27 12:26.28: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.08@sha256:cc4b148b1fa1916574df02fcec0956fedbec6798bedacd9bfd4417c1c098ce8e) (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 2ca36230be22748ea153057760524e23defe5fc7 || git fetch origin master) && git reset -q --hard 2ca36230be22748ea153057760524e23defe5fc7 && 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.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-06-27 12:26.28: Waiting for resource in pool OCluster 2025-06-27 12:42.56: Waiting for worker… 2025-06-27 12:49.34: Got resource from pool OCluster Building on bremusa.ocamllabs.io All commits already cached HEAD is now at 0564cb9 changes for 2.0.1 (from ocaml/opam:debian-12-ocaml-4.08@sha256:cc4b148b1fa1916574df02fcec0956fedbec6798bedacd9bfd4417c1c098ce8e) 2025-06-27 12:49.35 ---> using "4ea5038d254cfd14663698deb665a2dc4ce1e1383d544c063adebb02ed15ce16" 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-06-27 12:49.35 ---> using "513c9792ce65a5b8ab8e9c5d5d0cb18860fa2e52baa6ff8e91e0f4d91def9aa9" 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 Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-06-27 12:49.35 ---> using "9eb80386bacfd7938f12d25e194913cafb5894d8e3739476ca8ba44c9606ec01" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-59-generic The OCaml toplevel, version 4.08.1 2.3.0 2025-06-27 12:49.35 ---> using "92e2498cc7a78f593d78a8bf54c5bc24658d99052f31b70c33e471d45d365ae6" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-06-27 12:49.35 ---> using "b6f04723b137dea03fa4030960754640f1ca54b23d9fe8aab83e1e48e2509f1f" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 2ca36230be22748ea153057760524e23defe5fc7 || git fetch origin master) && git reset -q --hard 2ca36230be22748ea153057760524e23defe5fc7 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD c7269f729a..2ca36230be master -> origin/master 2ca36230be Merge pull request #28098 from smuenzel/num-not-5.4 <><> 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, 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-06-27 12:49.44 ---> saved as "9758d6cc9ec07ccbc920380c6b3fca660b554bc00fe13f2f5e459276466bbdef" /src: (copy (src happy-eyeballs.opam happy-eyeballs-mirage.opam happy-eyeballs-miou-unix.opam happy-eyeballs-lwt.opam) (dst ./)) 2025-06-27 12:49.46 ---> saved as "949f98ab9b78d7a908495700314fafe2e5618de196127f96b499821bea134b0b" /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-06-27 12:49.56 ---> saved as "460541de11937e5d55179cb2747510f25e20b5eab9d9efab1fe82e3f5d8c56f9" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-06-27 12:49.56 ---> saved as "7a6426752be9807110664cb04018fa5dba5e132a476af39b2e94f5759938cbc4" /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.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 [269 kB] - Fetched 373 kB in 1s (637 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 ... 18747 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+deb12u10) ... 2025-06-27 12:50.16 ---> saved as "5b6c90bdadc5860a26735b0d7cd309303c94cc82bf8648e5062f2dd9033edfdd" /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 base64.3.3.0 (cached) -> retrieved bigarray-compat.1.0.0 (cached) -> retrieved base.v0.12.2 (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.6.0.0, ppx_cstruct.6.0.0 (cached) -> retrieved cstruct-lwt.3.7.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) -> 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) -> installed cmdliner.1.3.0 -> 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 ppxlib.0.17.0 (cached) -> retrieved ptime.0.8.5 (cached) -> retrieved result.1.5 (cached) -> retrieved seq.0.3 (cached) -> retrieved sexplib.v0.12.0 (cached) -> retrieved sexplib0.v0.12.0 (cached) -> retrieved stdlib-shims.0.1.0 (cached) -> retrieved tcpip.7.1.2 (cached) -> retrieved topkg.1.0.8 (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 cppo.1.6.1 -> installed ocaml-compiler-libs.v0.11.0 -> installed dune.2.9.3 -> installed bigarray-compat.1.0.0 -> installed domain-name.0.4.1 -> installed mirage-clock.4.2.0 -> installed seq.0.3 -> installed duration.0.2.1 -> installed stdlib-shims.0.1.0 -> installed gmap.0.3.0 -> installed result.1.5 -> installed macaddr.5.6.0 -> installed mmap.1.0.2 -> installed topkg.1.0.8 -> installed cstruct.6.0.0 -> installed sexplib0.v0.12.0 -> installed psq.0.2.0 -> installed mirage-random.3.0.0 -> installed randomconv.0.1.3 -> installed macaddr-cstruct.5.6.0 -> installed ipaddr.5.6.0 -> installed lru.0.3.0 -> installed ocaml-migrate-parsetree.2.0.0 -> installed mtime.2.1.0 -> installed ocplib-endian.1.0 -> installed fmt.0.8.8 -> installed mirage-mtime.5.0.0 -> installed ptime.0.8.5 -> installed metrics.0.4.1 -> installed dune-private-libs.2.5.1 -> installed lwt.4.2.0 -> installed mirage-net.4.0.0 -> installed mirage-time.3.0.0 -> installed lwt-dllist.1.0.0 -> installed mirage-sleep.4.0.0 -> installed cstruct-lwt.3.7.0 -> installed mirage-flow.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-06-27 12:52.15 ---> saved as "d817374081c1920e5d7fd45d00a58028c9d3e1765cde8b836faf5825758ebc44" /src: (copy (src .) (dst /src)) 2025-06-27 12:52.16 ---> saved as "4ead4b9d0cc38c35d6ac6e997c6e917fad30469b8254628579341e37e552e47b" /src: (run (shell "opam exec -- dune build --only-packages=happy-eyeballs,happy-eyeballs-mirage,happy-eyeballs-lwt @install @check @runtest && rm -rf _build")) 2025-06-27 12:52.18 ---> saved as "ec20f56b84111278b705052bda84bdc94929e67d2b6b6cb228db7e5ac6591c68" Job succeeded 2025-06-27 12:52.18: Job succeeded