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:fedora-42-5.4_opam-2.5) Base: ocaml/opam:fedora-42-ocaml-5.4@sha256:af3807edfde31652769b5a5011b4c8f9109875ac6f7e4ae119331178ca647aa8 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:fedora-42-ocaml-5.4@sha256:af3807edfde31652769b5a5011b4c8f9109875ac6f7e4ae119331178ca647aa8 # fedora-42-5.4_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo dnf install -y findutils 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-domains.base base-effects.base base-nnp.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 miou.0.5.4 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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 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-miou-unix.dev happy-eyeballs-lwt.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @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:fedora-42-ocaml-5.4@sha256:af3807edfde31652769b5a5011b4c8f9109875ac6f7e4ae119331178ca647aa8-fedora-42-5.4_opam-2.5-87e5133188254b62d39a89f007855c9f" 2026-03-14 00:36.06: Using OBuilder spec: ((from ocaml/opam:fedora-42-ocaml-5.4@sha256:af3807edfde31652769b5a5011b4c8f9109875ac6f7e4ae119331178ca647aa8) (comment fedora-42-5.4_opam-2.5) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (network host) (shell "sudo dnf install -y findutils")) (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-domains.base base-effects.base base-nnp.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 miou.0.5.4 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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 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-miou-unix.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 @install @check @runtest && rm -rf _build")) ) 2026-03-14 00:36.06: Waiting for resource in pool OCluster 2026-03-14 01:32.00: Waiting for worker… 2026-03-14 01:35.44: Got resource from pool OCluster Building on laodoke.caelum.ci.dev All commits already cached HEAD is now at 0564cb9 changes for 2.0.1 (from ocaml/opam:fedora-42-ocaml-5.4@sha256:af3807edfde31652769b5a5011b4c8f9109875ac6f7e4ae119331178ca647aa8) Unable to find image 'ocaml/opam:fedora-42-ocaml-5.4@sha256:af3807edfde31652769b5a5011b4c8f9109875ac6f7e4ae119331178ca647aa8' locally docker.io/ocaml/opam@sha256:af3807edfde31652769b5a5011b4c8f9109875ac6f7e4ae119331178ca647aa8: Pulling from ocaml/opam bcbfb8588268: Already exists 3c0f297c7ebe: Pulling fs layer aa5c2d2d08bf: Pulling fs layer 6d0ea2f7619a: Pulling fs layer aa5c2d2d08bf: Waiting d8ae33fdd7e4: Pulling fs layer 3c0f297c7ebe: Waiting 6d0ea2f7619a: Waiting aff0ae25a5ed: Pulling fs layer d8ae33fdd7e4: Waiting 763c4d48e69f: Pulling fs layer 224f6408282e: Pulling fs layer aff0ae25a5ed: Waiting 763c4d48e69f: Waiting b0e824e6a43e: Pulling fs layer 224f6408282e: Waiting 49602a4eaa78: Pulling fs layer b0e824e6a43e: Waiting 8f7482f03196: Pulling fs layer 49602a4eaa78: Waiting e5cca9034cee: Pulling fs layer 8f7482f03196: Waiting 671100e31ff4: Pulling fs layer 92d8a98c5a53: Pulling fs layer 671100e31ff4: Waiting 8c978c0f4d23: Pulling fs layer 5fafe8b7433b: Pulling fs layer 92d8a98c5a53: Waiting 8c978c0f4d23: Waiting ac811e41c6f4: Pulling fs layer c8847b6d78da: Pulling fs layer 5fafe8b7433b: Waiting cd8d073f2bde: Pulling fs layer 08d9cdfd2caa: Pulling fs layer cd8d073f2bde: Waiting c8847b6d78da: Waiting 14f0b1c87802: Pulling fs layer 08d9cdfd2caa: Waiting 4f4fb700ef54: Pulling fs layer 14f0b1c87802: Waiting 0da4a6bd454b: Pulling fs layer 4f4fb700ef54: Waiting d18868971912: Pulling fs layer 0da4a6bd454b: Waiting 987cb7d14d01: Pulling fs layer 5f356ad75c5c: Pulling fs layer d18868971912: Waiting 987cb7d14d01: Waiting 0927f1175e1d: Pulling fs layer 5f356ad75c5c: Waiting f5c2edb93960: Pulling fs layer 6934bfa87ff6: Pulling fs layer f5c2edb93960: Waiting 0927f1175e1d: Waiting e74423d6cd9a: Pulling fs layer 6934bfa87ff6: Waiting 0a18e22160b1: Pulling fs layer e74423d6cd9a: Waiting 0a18e22160b1: Waiting 4c112de4bc7c: Pulling fs layer 1929b0892699: Pulling fs layer 4c112de4bc7c: Waiting 22b50ce1d753: Pulling fs layer 1929b0892699: Waiting 22b50ce1d753: Waiting f256f9415c16: Pulling fs layer 7c46b5aee8e8: Pulling fs layer f256f9415c16: Waiting 710b959bafe1: Pulling fs layer 7c46b5aee8e8: Waiting 8be66c6a213a: Pulling fs layer 710b959bafe1: Waiting 3d6e47b0e7a8: Pulling fs layer 8be66c6a213a: Waiting 511d127400dd: Pulling fs layer 3d6e47b0e7a8: Waiting 53b752509743: Pulling fs layer 511d127400dd: Waiting 7cfd122df5ef: Pulling fs layer 53b752509743: Waiting 7cfd122df5ef: Waiting 2bf97858691f: Pulling fs layer f6c0f4e21b4f: Pulling fs layer 2bf97858691f: Waiting 68b65f2fb2c2: Pulling fs layer f6c0f4e21b4f: Waiting 3c0f297c7ebe: Download complete 3c0f297c7ebe: Pull complete 6d0ea2f7619a: Verifying Checksum 6d0ea2f7619a: Download complete d8ae33fdd7e4: Verifying Checksum d8ae33fdd7e4: Download complete aff0ae25a5ed: Verifying Checksum aff0ae25a5ed: Download complete aa5c2d2d08bf: Verifying Checksum aa5c2d2d08bf: Download complete 763c4d48e69f: Verifying Checksum 763c4d48e69f: Download complete 224f6408282e: Verifying Checksum 224f6408282e: Download complete b0e824e6a43e: Verifying Checksum b0e824e6a43e: Download complete 49602a4eaa78: Verifying Checksum 49602a4eaa78: Download complete e5cca9034cee: Verifying Checksum e5cca9034cee: Download complete 8f7482f03196: Verifying Checksum 8f7482f03196: Download complete aa5c2d2d08bf: Pull complete 671100e31ff4: Verifying Checksum 671100e31ff4: Download complete 92d8a98c5a53: Verifying Checksum 92d8a98c5a53: Download complete 8c978c0f4d23: Verifying Checksum 8c978c0f4d23: Download complete 5fafe8b7433b: Verifying Checksum 5fafe8b7433b: Download complete ac811e41c6f4: Verifying Checksum ac811e41c6f4: Download complete c8847b6d78da: Download complete cd8d073f2bde: Download complete 08d9cdfd2caa: Verifying Checksum 08d9cdfd2caa: Download complete 4f4fb700ef54: Download complete 14f0b1c87802: Download complete d18868971912: Verifying Checksum d18868971912: Download complete 0da4a6bd454b: Download complete 987cb7d14d01: Verifying Checksum 987cb7d14d01: Download complete 5f356ad75c5c: Verifying Checksum 5f356ad75c5c: Download complete 0927f1175e1d: Verifying Checksum 0927f1175e1d: Download complete f5c2edb93960: Verifying Checksum f5c2edb93960: Download complete 6934bfa87ff6: Download complete e74423d6cd9a: Verifying Checksum e74423d6cd9a: Download complete 0a18e22160b1: Download complete 4c112de4bc7c: Verifying Checksum 4c112de4bc7c: Download complete 1929b0892699: Verifying Checksum 1929b0892699: Download complete 22b50ce1d753: Verifying Checksum 22b50ce1d753: Download complete 7c46b5aee8e8: Download complete 8be66c6a213a: Verifying Checksum 8be66c6a213a: Download complete 3d6e47b0e7a8: Verifying Checksum 3d6e47b0e7a8: Download complete 511d127400dd: Download complete 53b752509743: Verifying Checksum 53b752509743: Download complete 710b959bafe1: Verifying Checksum 710b959bafe1: Download complete 2bf97858691f: Verifying Checksum 2bf97858691f: Download complete f6c0f4e21b4f: Verifying Checksum f6c0f4e21b4f: Download complete 68b65f2fb2c2: Download complete f256f9415c16: Verifying Checksum f256f9415c16: Download complete 6d0ea2f7619a: Pull complete d8ae33fdd7e4: Pull complete aff0ae25a5ed: Pull complete 763c4d48e69f: Pull complete 224f6408282e: Pull complete 7cfd122df5ef: Verifying Checksum 7cfd122df5ef: Download complete b0e824e6a43e: Pull complete 49602a4eaa78: Pull complete 8f7482f03196: Pull complete e5cca9034cee: Pull complete 671100e31ff4: Pull complete 92d8a98c5a53: Pull complete 8c978c0f4d23: Pull complete 5fafe8b7433b: Pull complete ac811e41c6f4: Pull complete c8847b6d78da: Pull complete cd8d073f2bde: Pull complete 08d9cdfd2caa: Pull complete 14f0b1c87802: Pull complete 4f4fb700ef54: Pull complete 0da4a6bd454b: Pull complete d18868971912: Pull complete 987cb7d14d01: Pull complete 5f356ad75c5c: Pull complete 0927f1175e1d: Pull complete f5c2edb93960: Pull complete 6934bfa87ff6: Pull complete e74423d6cd9a: Pull complete 0a18e22160b1: Pull complete 4c112de4bc7c: Pull complete 1929b0892699: Pull complete 22b50ce1d753: Pull complete f256f9415c16: Pull complete 7c46b5aee8e8: Pull complete 710b959bafe1: Pull complete 8be66c6a213a: Pull complete 3d6e47b0e7a8: Pull complete 511d127400dd: Pull complete 53b752509743: Pull complete 7cfd122df5ef: Pull complete 2bf97858691f: Pull complete f6c0f4e21b4f: Pull complete 68b65f2fb2c2: Pull complete Digest: sha256:af3807edfde31652769b5a5011b4c8f9109875ac6f7e4ae119331178ca647aa8 Status: Downloaded newer image for ocaml/opam@sha256:af3807edfde31652769b5a5011b4c8f9109875ac6f7e4ae119331178ca647aa8 2026-03-14 01:35.45 ---> using "df14cd90ce9bb00d2ec3452cc8c95f7005fb902611b52fd480ace2e03f802e87" from cache /: (comment fedora-42-5.4_opam-2.5) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (network host) (shell "sudo dnf install -y findutils")) Updating and loading repositories: Fedora 42 - x86_64 - Updates 100% | 36.9 KiB/s | 14.4 KiB | 00m00s Fedora 42 - x86_64 100% | 79.9 KiB/s | 23.4 KiB | 00m00s Fedora 42 openh264 (From Cisco) - x86_ 100% | 6.4 KiB/s | 986.0 B | 00m00s Repositories loaded. Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed. Nothing to do. 2026-03-14 01:35.45 ---> using "2799ff75c9c61284d6f7a1f647ac37570b94a2b49ae88a2e1c73dfb1ea43194e" from cache /src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) 2026-03-14 01:35.45 ---> using "9c619b4adeab6fdd5544f88f84a4bb54a7c60a1fac8236cf05e09d18e183c65e" 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 255 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=255 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-03-14 01:35.45 ---> using "7f98e5eebde2aa32373cdf2b56e35afa38478f841e32595058079a1009ca1ca0" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-90-generic The OCaml toplevel, version 5.4.0 2.5.0 2026-03-14 01:35.45 ---> using "b84868788286afe3b7593c4c2a6c6b9b5f222bc8b625b8b73b5b9e58dd3950b3" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-03-14 01:35.45 ---> using "c4b52acd1f2460cd9cdca02c90025ed2e9060a6f6453d01bb3ae0fbb36481c69" 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:35.45 ---> using "962a2c53fcf14627fc9f864fa042ab50f1db752a5e0c778f15ab0a88aab7b723" 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:35.46 ---> saved as "560c12b78dca3791d7afd701135cbe153cb3f5c6e9f271382fe5cf56580ca371" /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:35.52 ---> saved as "0e8d104dc7d95f741338d98cc1f0c720ca11eebc277b9dbaa43f68350130ddb0" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-03-14 01:35.52 ---> saved as "e29525f37be297f8280f5b846c9f143bf82684acd8ab5e9b8104be326a829273" /src: (env DEPS "arp.4.1.0 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.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 miou.0.5.4 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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 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-miou-unix.dev happy-eyeballs-lwt.dev $DEPS")) + /usr/sbin/sudo "yum" "makecache" - Updating and loading repositories: - Fedora 42 - x86_64 - Updates 100% | 26.0 KiB/s | 15.2 KiB | 00m01s - Repositories loaded. - Metadata cache created. <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [happy-eyeballs.dev] synchronised (file:///src) [happy-eyeballs-lwt.dev] synchronised (file:///src) [happy-eyeballs-miou-unix.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 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml is already installed (current version is 5.4.0). [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-nnp is already installed (current version is base). [NOTE] Package base-effects is already installed (current version is base). [NOTE] Package base-domains 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:36.21 ---> saved as "5fbe503e13d65538db1910b93641a55074a9c70295316a37e50acf3cf0fecab2" /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 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml is already installed (current version is 5.4.0). [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-nnp is already installed (current version is base). [NOTE] Package base-effects is already installed (current version is base). [NOTE] Package base-domains 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 45 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 miou 0.5.4 - 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 miou.0.5.4 (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 dune.3.21.1, dune-configurator.3.21.1 (cached) -> retrieved mirage-crypto.2.0.3, mirage-crypto-rng.2.0.3 (cached) -> retrieved tcpip.9.0.1 (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 base64.3.5.2 -> installed domain-name.0.5.0 -> installed duration.0.2.1 -> installed gmap.0.3.0 -> installed csexp.1.5.2 -> installed cppo.1.8.0 -> installed cstruct.6.2.0 -> installed eqaf.0.10 -> installed lwt-dllist.1.1.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 miou.0.5.4 -> installed mirage-crypto.2.0.3 -> installed lwt.6.1.1 -> installed mirage-flow.5.0.0 -> installed cstruct-lwt.6.2.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 tcpip.9.0.1 -> installed dns.10.2.4 Done. # To update the current shell environment, run: eval $(opam env) 2026-03-14 01:39.41 ---> saved as "dd9441d21502333753809bd95e36ade88e68f43028f3bc5f81c86160639dfc25" /src: (copy (src .) (dst /src)) 2026-03-14 01:39.42 ---> saved as "ac71f3f88ba3814e0947d14ee165d908ed6e9fe4bc86ae0817ee306b337ca93f" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2026-03-14 01:39.45 ---> saved as "3991efd6358f365004e825d951a4f518e54efb59e0ba8b975bb589f479aee12e" Job succeeded 2026-03-14 01:39.45: Job succeeded