Organisationsrobur-coophappy-eyeballs0564cb (main)(lint-doc)

(lint-doc)

Link Copied
Code Copied

Logs

2025-12-14 10:12.57: New job: test robur-coop/happy-eyeballs https://github.com/robur-coop/happy-eyeballs.git#refs/heads/main (0564cb98fd4bec3f0655c486550e5863641f98db) (linux-x86_64:(lint-doc))
Base: ocaml/opam:debian-13-ocaml-4.08@sha256:6fadef23b5069dc945f3a454c49421fd09e8c17aa57d3f9ad27d3879fce6aa44
Opam project lint documentation


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:6fadef23b5069dc945f3a454c49421fd09e8c17aa57d3f9ad27d3879fce6aa44
# 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.2 /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 8a324a5b9945e0e515da441ede437f3756caa83d || git fetch origin master) && git reset -q --hard 8a324a5b9945e0e515da441ede437f3756caa83d && 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-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.2 cmdliner.2.1.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 dns.8.0.0 domain-name.0.5.0 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 ethernet.3.2.0 fmt.0.11.0 gmap.0.3.0 ipaddr.5.6.1 ipaddr-cstruct.5.6.1 logs.0.8.0 lru.0.3.1 lwt.5.9.2 lwt-dllist.1.1.0 macaddr.5.6.1 macaddr-cstruct.5.6.1 metrics.0.5.0 mirage-clock.4.2.0 mirage-flow.5.0.0 mirage-mtime.5.2.0 mirage-net.4.0.0 mirage-random.3.0.0 mirage-sleep.4.1.0 mirage-time.3.0.0 mtime.2.1.0 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 psq.0.2.1 ptime.1.2.0 randomconv.0.1.3 seq.base tcpip.8.1.0 topkg.1.1.1"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --depext-only -y happy-eyeballs.dev happy-eyeballs-mirage.dev happy-eyeballs-lwt.dev $DEPS
RUN opam install $DEPS
RUN opam install --yes dune 'odoc>=1.5.0'
COPY --chown=1000:1000 . /src/
RUN ODOC_WARN_ERROR=false opam exec -- dune build --only-packages=happy-eyeballs,happy-eyeballs-mirage,happy-eyeballs-lwt @doc || (echo "dune build @doc failed"; exit 2)


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2025-12-14 10:12.57: Using cache hint "robur-coop/happy-eyeballs-ocaml/opam:debian-13-ocaml-4.08@sha256:6fadef23b5069dc945f3a454c49421fd09e8c17aa57d3f9ad27d3879fce6aa44-debian-13-4.08_opam-2.4-cb4eef3f0afb344f4c76bf534691a92f"
2025-12-14 10:12.57: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.08@sha256:6fadef23b5069dc945f3a454c49421fd09e8c17aa57d3f9ad27d3879fce6aa44)
(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.2 /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 8a324a5b9945e0e515da441ede437f3756caa83d || git fetch origin master) && git reset -q --hard 8a324a5b9945e0e515da441ede437f3756caa83d && 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-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.2 cmdliner.2.1.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 dns.8.0.0 domain-name.0.5.0 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 ethernet.3.2.0 fmt.0.11.0 gmap.0.3.0 ipaddr.5.6.1 ipaddr-cstruct.5.6.1 logs.0.8.0 lru.0.3.1 lwt.5.9.2 lwt-dllist.1.1.0 macaddr.5.6.1 macaddr-cstruct.5.6.1 metrics.0.5.0 mirage-clock.4.2.0 mirage-flow.5.0.0 mirage-mtime.5.2.0 mirage-net.4.0.0 mirage-random.3.0.0 mirage-sleep.4.1.0 mirage-time.3.0.0 mtime.2.1.0 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 psq.0.2.1 ptime.1.2.0 randomconv.0.1.3 seq.base tcpip.8.1.0 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.2 --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"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install --yes dune 'odoc>=1.5.0'"))
(copy (src .) (dst /src/))
(run (shell "ODOC_WARN_ERROR=false opam exec -- dune build --only-packages=happy-eyeballs,happy-eyeballs-mirage,happy-eyeballs-lwt @doc || (echo \"dune build @doc failed\"; exit 2)"))
)


2025-12-14 10:12.57: Waiting for resource in pool OCluster
2025-12-14 10:18.08: Waiting for worker…
2025-12-14 10:19.31: 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-13-ocaml-4.08@sha256:6fadef23b5069dc945f3a454c49421fd09e8c17aa57d3f9ad27d3879fce6aa44)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.08@sha256:6fadef23b5069dc945f3a454c49421fd09e8c17aa57d3f9ad27d3879fce6aa44' locally
docker.io/ocaml/opam@sha256:6fadef23b5069dc945f3a454c49421fd09e8c17aa57d3f9ad27d3879fce6aa44: Pulling from ocaml/opam
2981f7e8980b: Pulling fs layer
9c63e1c4ba84: Pulling fs layer
02578b9c9f1b: Pulling fs layer
3801cb7ba5e6: Pulling fs layer
1c4cdedd39f1: Pulling fs layer
3801cb7ba5e6: Waiting
40f6006c5f5a: Pulling fs layer
1c4cdedd39f1: Waiting
c451a17216ec: Pulling fs layer
40f6006c5f5a: Waiting
e4104b8f72ee: Pulling fs layer
7c7dbc5e7919: Pulling fs layer
c451a17216ec: Waiting
e4104b8f72ee: Waiting
aa82be714e7c: Pulling fs layer
922520f12384: Pulling fs layer
7c7dbc5e7919: Waiting
aa82be714e7c: Waiting
9bfea042cef8: Pulling fs layer
922520f12384: Waiting
1244979f7c21: Pulling fs layer
7583a0e34f94: Pulling fs layer
9bfea042cef8: Waiting
14bef3f2665a: Pulling fs layer
1244979f7c21: Waiting
7583a0e34f94: Waiting
3a4b42ce6cb5: Pulling fs layer
14bef3f2665a: Waiting
b0a08a900877: Pulling fs layer
16ac87e68d60: Pulling fs layer
3a4b42ce6cb5: Waiting
b0a08a900877: Waiting
74ac6e8c9b82: Pulling fs layer
16ac87e68d60: Waiting
b41290a57dc5: Pulling fs layer
74ac6e8c9b82: Waiting
592e5bcb7159: Pulling fs layer
b41290a57dc5: Waiting
4f4fb700ef54: Pulling fs layer
592e5bcb7159: Waiting
1db0705661a3: Pulling fs layer
76bb8e35b9cc: Pulling fs layer
4f4fb700ef54: Waiting
1db0705661a3: Waiting
3bc9d98c3b49: Pulling fs layer
76bb8e35b9cc: Waiting
7096ef42e6c0: Pulling fs layer
3bc9d98c3b49: Waiting
cd0e70de8125: Pulling fs layer
7096ef42e6c0: Waiting
23ffab57f98e: Pulling fs layer
cd0e70de8125: Waiting
b974353d8023: Pulling fs layer
23ffab57f98e: Waiting
c74fba566723: Pulling fs layer
b974353d8023: Waiting
5ad399846f45: Pulling fs layer
3e7203fa3980: Pulling fs layer
c74fba566723: Waiting
5ad399846f45: Waiting
0b8915d2a92b: Pulling fs layer
e68c7a56c438: Pulling fs layer
3e7203fa3980: Waiting
9024d680a167: Pulling fs layer
0b8915d2a92b: Waiting
e68c7a56c438: Waiting
3c7c73421b6e: Pulling fs layer
7134fa9b4278: Pulling fs layer
3c7c73421b6e: Waiting
7134fa9b4278: Waiting
9d94fb523099: Pulling fs layer
9d94fb523099: Waiting
20d06dbdae7e: Pulling fs layer
b9a45e537661: Pulling fs layer
20d06dbdae7e: Waiting
b9a45e537661: Waiting
d013a1d2f205: Pulling fs layer
b9e11c34eba5: Pulling fs layer
d013a1d2f205: Waiting
e0af6a95398b: Pulling fs layer
b9e11c34eba5: Waiting
b559598791bf: Pulling fs layer
e0af6a95398b: Waiting
b559598791bf: Waiting
9c63e1c4ba84: Verifying Checksum
9c63e1c4ba84: Download complete
02578b9c9f1b: Verifying Checksum
1c4cdedd39f1: Verifying Checksum
1c4cdedd39f1: Download complete
3801cb7ba5e6: Verifying Checksum
3801cb7ba5e6: Download complete
2981f7e8980b: Verifying Checksum
2981f7e8980b: Download complete
e4104b8f72ee: Verifying Checksum
e4104b8f72ee: Download complete
c451a17216ec: Verifying Checksum
c451a17216ec: Download complete
7c7dbc5e7919: Verifying Checksum
7c7dbc5e7919: Download complete
aa82be714e7c: Verifying Checksum
aa82be714e7c: Download complete
922520f12384: Verifying Checksum
922520f12384: Download complete
40f6006c5f5a: Verifying Checksum
40f6006c5f5a: Download complete
9bfea042cef8: Verifying Checksum
9bfea042cef8: Download complete
1244979f7c21: Verifying Checksum
1244979f7c21: Download complete
14bef3f2665a: Verifying Checksum
14bef3f2665a: Download complete
7583a0e34f94: Verifying Checksum
7583a0e34f94: Download complete
3a4b42ce6cb5: Verifying Checksum
3a4b42ce6cb5: Download complete
b0a08a900877: Verifying Checksum
b0a08a900877: Download complete
16ac87e68d60: Download complete
74ac6e8c9b82: Download complete
b41290a57dc5: Verifying Checksum
b41290a57dc5: Download complete
592e5bcb7159: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
2981f7e8980b: Pull complete
1db0705661a3: Verifying Checksum
1db0705661a3: Download complete
76bb8e35b9cc: Verifying Checksum
76bb8e35b9cc: Download complete
9c63e1c4ba84: Pull complete
02578b9c9f1b: Pull complete
3bc9d98c3b49: Verifying Checksum
3bc9d98c3b49: Download complete
cd0e70de8125: Verifying Checksum
cd0e70de8125: Download complete
7096ef42e6c0: Verifying Checksum
7096ef42e6c0: Download complete
23ffab57f98e: Download complete
3801cb7ba5e6: Pull complete
1c4cdedd39f1: Pull complete
b974353d8023: Download complete
c74fba566723: Verifying Checksum
c74fba566723: Download complete
5ad399846f45: Verifying Checksum
5ad399846f45: Download complete
3e7203fa3980: Download complete
0b8915d2a92b: Download complete
e68c7a56c438: Verifying Checksum
e68c7a56c438: Download complete
3c7c73421b6e: Verifying Checksum
3c7c73421b6e: Download complete
9d94fb523099: Verifying Checksum
9d94fb523099: Download complete
20d06dbdae7e: Verifying Checksum
20d06dbdae7e: Download complete
b9a45e537661: Download complete
7134fa9b4278: Verifying Checksum
7134fa9b4278: Download complete
b9e11c34eba5: Verifying Checksum
b9e11c34eba5: Download complete
d013a1d2f205: Verifying Checksum
d013a1d2f205: Download complete
e0af6a95398b: Download complete
b559598791bf: Verifying Checksum
b559598791bf: Download complete
9024d680a167: Verifying Checksum
9024d680a167: Download complete
40f6006c5f5a: Pull complete
c451a17216ec: Pull complete
e4104b8f72ee: Pull complete
7c7dbc5e7919: Pull complete
aa82be714e7c: Pull complete
922520f12384: Pull complete
9bfea042cef8: Pull complete
1244979f7c21: Pull complete
7583a0e34f94: Pull complete
14bef3f2665a: Pull complete
3a4b42ce6cb5: Pull complete
b0a08a900877: Pull complete
16ac87e68d60: Pull complete
74ac6e8c9b82: Pull complete
b41290a57dc5: Pull complete
592e5bcb7159: Pull complete
4f4fb700ef54: Pull complete
1db0705661a3: Pull complete
76bb8e35b9cc: Pull complete
3bc9d98c3b49: Pull complete
7096ef42e6c0: Pull complete
cd0e70de8125: Pull complete
23ffab57f98e: Pull complete
b974353d8023: Pull complete
c74fba566723: Pull complete
5ad399846f45: Pull complete
3e7203fa3980: Pull complete
0b8915d2a92b: Pull complete
e68c7a56c438: Pull complete
9024d680a167: Pull complete
3c7c73421b6e: Pull complete
7134fa9b4278: Pull complete
9d94fb523099: Pull complete
20d06dbdae7e: Pull complete
b9a45e537661: Pull complete
d013a1d2f205: Pull complete
b9e11c34eba5: Pull complete
e0af6a95398b: Pull complete
b559598791bf: Pull complete
Digest: sha256:6fadef23b5069dc945f3a454c49421fd09e8c17aa57d3f9ad27d3879fce6aa44
Status: Downloaded newer image for ocaml/opam@sha256:6fadef23b5069dc945f3a454c49421fd09e8c17aa57d3f9ad27d3879fce6aa44
2025-12-14 10:19.29 ---> using "c557567380599a9d74e9cba757661af503505628fe0a86c2e1639761275a17b1" 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.2 /usr/bin/opam"))
2025-12-14 10:19.29 ---> using "f14db0a3a9c0ba2a4a67a5dd7e1d1a3e7a5692d592c52e2008d0672b81602392" 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-12-14 10:19.29 ---> using "72ee1f368f4e913bdc2e9b0509aafc1e2a463be86f5eb733ac571a9386d5ffe6" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-85-generic
The OCaml toplevel, version 4.08.1
2.2.1
2025-12-14 10:19.29 ---> using "cb8c91ea6128111eba93ead0057a21b98b724ea48b8cb27b9e16d66717eed444" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-12-14 10:19.29 ---> using "0de2c7791ec85989376a1683794dc99cba67c648d9d144001e80b26315c72943" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 8a324a5b9945e0e515da441ede437f3756caa83d || git fetch origin master) && git reset -q --hard 8a324a5b9945e0e515da441ede437f3756caa83d && git log --no-decorate -n1 --oneline && opam update -u"))
8a324a5b99 Add: cmdliner.2.1.0 (#28962)


<><> 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.
# Run eval $(opam env) to update the current shell environment
2025-12-14 10:19.29 ---> using "da28a018821e6cd40716e29b315115e2db516cdbcff4c217b846334feaddb5ed" from cache


/src: (copy (src happy-eyeballs.opam happy-eyeballs-mirage.opam happy-eyeballs-miou-unix.opam happy-eyeballs-lwt.opam)
(dst ./))
2025-12-14 10:19.30 ---> saved as "f0374db592a1a351f48defb8e804ad0e5070fd3d44ce9592fcbce4eedeb0eea2"


/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-12-14 10:19.43 ---> saved as "4160ac18dae11239fd10f6bf76bb5b014027b04d1ef45e381871ac3d81214668"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-12-14 10:19.44 ---> saved as "0fe0d430eceea7ffc6062ccda3aa63923cc2b81aee57778cdd8dad6c7a15c89c"


/src: (env DEPS "arp.3.1.1 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.2 cmdliner.2.1.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 dns.8.0.0 domain-name.0.5.0 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 ethernet.3.2.0 fmt.0.11.0 gmap.0.3.0 ipaddr.5.6.1 ipaddr-cstruct.5.6.1 logs.0.8.0 lru.0.3.1 lwt.5.9.2 lwt-dllist.1.1.0 macaddr.5.6.1 macaddr-cstruct.5.6.1 metrics.0.5.0 mirage-clock.4.2.0 mirage-flow.5.0.0 mirage-mtime.5.2.0 mirage-net.4.0.0 mirage-random.3.0.0 mirage-sleep.4.1.0 mirage-time.3.0.0 mtime.2.1.0 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 psq.0.2.1 ptime.1.2.0 randomconv.0.1.3 seq.base tcpip.8.1.0 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.2 --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]
- Hit:3 http://deb.debian.org/debian-security trixie-security InRelease
- Fetched 47.3 kB in 0s (310 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).
2025-12-14 10:20.08 ---> saved as "de6cdbec334a3767823ad558605c6f9151196c1d6fe625cd6466fe1df7cd1f00"


/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 42 packages
- install arp               3.1.1
- 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 dns               8.0.0
- install domain-name       0.5.0
- install dune              3.20.2
- install dune-configurator 3.20.2
- install duration          0.2.1
- install ethernet          3.2.0
- install fmt               0.11.0
- install gmap              0.3.0
- install ipaddr            5.6.1
- install ipaddr-cstruct    5.6.1
- install logs              0.8.0
- install lru               0.3.1
- install lwt               5.9.2
- install lwt-dllist        1.1.0
- install macaddr           5.6.1
- install macaddr-cstruct   5.6.1
- install metrics           0.5.0
- install mirage-clock      4.2.0
- install mirage-flow       5.0.0
- install mirage-mtime      5.2.0
- install mirage-net        4.0.0
- install mirage-random     3.0.0 (deprecated)
- install mirage-sleep      4.1.0
- install mirage-time       3.0.0
- install mtime             2.1.0
- install ocamlbuild        0.16.1
- install ocamlfind         1.9.8
- install ocplib-endian     1.2
- install psq               0.2.1
- install ptime             1.2.0
- install randomconv        0.1.3
- install seq               base
- install tcpip             8.1.0
- install topkg             1.1.1


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base64.3.5.2  (cached)
-> retrieved arp.3.1.1  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0  (cached)
-> retrieved dns.8.0.0  (cached)
-> retrieved domain-name.0.5.0  (cached)
-> retrieved duration.0.2.1  (cached)
-> retrieved ethernet.3.2.0  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved gmap.0.3.0  (cached)
-> retrieved logs.0.8.0  (cached)
-> retrieved lru.0.3.1  (cached)
-> retrieved ipaddr.5.6.1, ipaddr-cstruct.5.6.1, macaddr.5.6.1, macaddr-cstruct.5.6.1  (cached)
-> retrieved lwt.5.9.2  (cached)
-> retrieved lwt-dllist.1.1.0  (cached)
-> retrieved metrics.0.5.0  (cached)
-> retrieved mirage-clock.4.2.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-random.3.0.0  (cached)
-> retrieved mirage-sleep.4.1.0  (cached)
-> retrieved mirage-time.3.0.0  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved psq.0.2.1  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved randomconv.0.1.3  (cached)
-> retrieved tcpip.8.1.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2  (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.20.2
-> installed mirage-clock.4.2.0
-> installed lwt-dllist.1.1.0
-> installed duration.0.2.1
-> installed csexp.1.5.2
-> installed base64.3.5.2
-> installed cppo.1.8.0
-> installed cstruct.6.2.0
-> installed domain-name.0.5.0
-> installed gmap.0.3.0
-> installed macaddr.5.6.1
-> installed metrics.0.5.0
-> installed mirage-mtime.5.2.0
-> installed psq.0.2.1
-> installed mirage-random.3.0.0
-> installed randomconv.0.1.3
-> installed macaddr-cstruct.5.6.1
-> installed ocplib-endian.1.2
-> installed lru.0.3.1
-> installed ipaddr.5.6.1
-> installed ipaddr-cstruct.5.6.1
-> installed dune-configurator.3.20.2
-> installed lwt.5.9.2
-> installed cstruct-lwt.6.2.0
-> installed mirage-net.4.0.0
-> installed mirage-time.3.0.0
-> installed mirage-flow.5.0.0
-> installed mirage-sleep.4.1.0
-> installed logs.0.8.0
-> installed ethernet.3.2.0
-> installed arp.3.1.1
-> installed dns.8.0.0
-> installed tcpip.8.1.0
Done.


<><> mirage-random.3.0.0 installed successfully <><><><><><><><><><><><><><><><>
=> Note: This package is deprecated.
=> mirage-random is deprecated
# Run eval $(opam env) to update the current shell environment
2025-12-14 10:21.28 ---> saved as "bcca443cb8a9a71b84d420e86a0cb9b34868c094b88aeba68fa8dec74071ac0e"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install --yes dune 'odoc>=1.5.0'"))
[NOTE] Package dune is already installed (current version is 3.20.2).
The following actions will be performed:
=== install 9 packages
- install astring       0.8.5  [required by odoc]
- install camlp-streams 5.0.1  [required by odoc-parser]
- install crunch        4.0.0  [required by odoc]
- install fpath         0.7.3  [required by odoc]
- install odoc          3.1.0
- install odoc-parser   3.1.0  [required by odoc]
- install re            1.11.0 [required by tyxml]
- install tyxml         4.6.0  [required by odoc]
- install uutf          1.0.4  [required by tyxml]


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved crunch.4.0.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved tyxml.4.6.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> installed camlp-streams.5.0.1
-> retrieved odoc.3.1.0, odoc-parser.3.1.0  (cached)
-> installed crunch.4.0.0
-> installed re.1.11.0
-> installed uutf.1.0.4
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed odoc-parser.3.1.0
-> installed tyxml.4.6.0
-> installed odoc.3.1.0
Done.
# Run eval $(opam env) to update the current shell environment
2025-12-14 10:21.56 ---> saved as "b7bfb7eb00efc29be1cc20f866c7f68e24fb4df075bfbd6e05f6b602d22cdc68"


/src: (copy (src .) (dst /src/))
2025-12-14 10:21.57 ---> saved as "e48d12a81713b7c4590e2f9c755a2f33c15ec5682b9627174bd2166cd4b4a7c0"


/src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build --only-packages=happy-eyeballs,happy-eyeballs-mirage,happy-eyeballs-lwt @doc || (echo \"dune build @doc failed\"; exit 2)"))
(cd _build/default/_doc/_html && /home/opam/.opam/4.08/bin/odoc link -I ../_odoc/pkg/happy-eyeballs -I ../../src/.happy_eyeballs.objs/byte -o ../_odocls/happy-eyeballs/happy_eyeballs.odocl ../../src/.happy_eyeballs.objs/byte/happy_eyeballs.odoc)
File "src/happy_eyeballs.mli", line 76, characters 4-65:
Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
File "src/happy_eyeballs.mli", line 70, characters 4-52:
Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
File "src/happy_eyeballs.mli", line 59, characters 4-48:
Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
(cd _build/default/_doc/_html && /home/opam/.opam/4.08/bin/odoc link -I ../_odoc/pkg/happy-eyeballs-lwt -I ../../lwt/.happy_eyeballs_lwt.objs/byte -I ../../src/.happy_eyeballs.objs/byte -o ../_odocls/happy-eyeballs-lwt/happy_eyeballs_lwt.odocl ../../lwt/.happy_eyeballs_lwt.objs/byte/happy_eyeballs_lwt.odoc)
File "lwt/happy_eyeballs_lwt.mli", line 45, characters 4-31:
Warning: Failed to resolve reference unresolvedroot(Lwt_unix).getaddrinfo Couldn't find "Lwt_unix"
File "lwt/happy_eyeballs_lwt.mli", line 40, characters 4-48:
Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
File "lwt/happy_eyeballs_lwt.mli", line 30, characters 4-52:
Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
File "lwt/happy_eyeballs_lwt.mli", line 21, characters 4-39:
Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
(cd _build/default/_doc/_html && /home/opam/.opam/4.08/bin/odoc link -I ../_odoc/pkg/happy-eyeballs-mirage -I ../../mirage/.happy_eyeballs_mirage.objs/byte -I ../../src/.happy_eyeballs.objs/byte -o ../_odocls/happy-eyeballs-mirage/happy_eyeballs_mirage.odocl ../../mirage/.happy_eyeballs_mirage.objs/byte/happy_eyeballs_mirage.odoc)
File "mirage/happy_eyeballs_mirage.mli", line 47, characters 8-52:
Warning: While resolving the expansion of include at File "mirage/happy_eyeballs_mirage.mli", line 51, character 2
Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
File "mirage/happy_eyeballs_mirage.mli", line 36, characters 6-54:
Warning: While resolving the expansion of include at File "mirage/happy_eyeballs_mirage.mli", line 51, character 2
Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
File "mirage/happy_eyeballs_mirage.mli", line 27, characters 6-41:
Warning: While resolving the expansion of include at File "mirage/happy_eyeballs_mirage.mli", line 51, character 2
Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
File "mirage/happy_eyeballs_mirage.mli", line 47, characters 8-52:
Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
File "mirage/happy_eyeballs_mirage.mli", line 36, characters 6-54:
Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
File "mirage/happy_eyeballs_mirage.mli", line 27, characters 6-41:
Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
2025-12-14 10:21.58 ---> saved as "b1bada05fc16cbc16f7d3bc7292e5774cd37b4cda623f3174b94571205829e46"
Job succeeded
2025-12-14 10:21.58: Job succeeded