Organisationsmiragecharruaa51db1 ()(lower-bound)

(lower-bound)

Link Copied
Code Copied

Logs

2025-12-17 11:24.56: New job: test mirage/charrua https://github.com/mirage/charrua.git#refs/heads/vendor-identifying (a51db1d0833413066450364231deda9acaf3d738) (linux-x86_64:(lower-bound))
Base: ocaml/opam:debian-13-ocaml-4.14@sha256:6684ec7e7cdd02e0b2c7fc3c7525f043345eebbc5d208af18fb8d563e8ecab14
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/charrua.git" -b "vendor-identifying" && cd "charrua" && git reset --hard a51db1d0
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:6684ec7e7cdd02e0b2c7fc3c7525f043345eebbc5d208af18fb8d563e8ecab14
# debian-13-4.14_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 charrua.opam charrua-unix.opam charrua-server.opam charrua-client.opam ./
RUN opam pin add -yn charrua.dev './' && \
opam pin add -yn charrua-unix.dev './' && \
opam pin add -yn charrua-server.dev './' && \
opam pin add -yn charrua-client.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="alcotest.1.5.0 arp.4.0.0 astring.0.8.5 base.v0.14.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.3.0 cppo.1.6.1 cstruct.6.2.0 cstruct-lwt.6.2.0 cstruct-unix.6.2.0 digestif.1.3.0 domain-name.0.3.0 dune.3.5.0 dune-configurator.2.5.1 dune-private-libs.2.5.1 duration.0.2.1 eqaf.0.8 ethernet.3.2.0 fmt.0.9.0 ipaddr.5.6.0 ipaddr-cstruct.5.6.0 jbuilder.1.0+beta20.1 logs.0.7.0 lru.0.3.0 lwt.5.4.0 lwt-dllist.1.0.0 lwt_log.1.1.0 macaddr.5.6.0 macaddr-cstruct.5.6.0 menhir.20181006 metrics.0.4.1 mirage-crypto.1.2.0 mirage-crypto-rng.1.2.0 mirage-flow.5.0.0 mirage-mtime.5.0.0 mirage-net.4.0.0 mirage-sleep.4.0.0 mmap.1.1.0 mtime.2.1.0 num.1.5 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.11.0 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.0 ocamlfind.1.9.1 ocplib-endian.1.0 ohex.0.2.0 parsexp.v0.14.1 ppx_cstruct.6.2.0 ppx_derivers.1.0 ppxlib.0.24.0 psq.0.2.0 randomconv.0.2.0 rawlink.2.1 rawlink-lwt.2.1 re.1.7.2 result.1.5 seq.0.3 sexplib.v0.14.0 sexplib0.v0.14.0 stdlib-shims.0.1.0 tcpip.9.0.0 topkg.1.0.8 tuntap.2.0.1 uutf.1.0.3"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --depext-only -y charrua.dev charrua-unix.dev charrua-server.dev charrua-client.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


2025-12-17 11:24.56: Using cache hint "mirage/charrua-ocaml/opam:debian-13-ocaml-4.14@sha256:6684ec7e7cdd02e0b2c7fc3c7525f043345eebbc5d208af18fb8d563e8ecab14-debian-13-4.14_opam-2.4-063424b9cc279cac6b756f0232c08af8"
2025-12-17 11:24.56: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:6684ec7e7cdd02e0b2c7fc3c7525f043345eebbc5d208af18fb8d563e8ecab14)
(comment debian-13-4.14_opam-2.4)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(workdir /src)
(run (shell "sudo chown opam /src"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src charrua.opam charrua-unix.opam charrua-server.opam charrua-client.opam)
(dst ./))
(run (network host)
(shell  "opam pin add -yn charrua.dev './' && \
\nopam pin add -yn charrua-unix.dev './' && \
\nopam pin add -yn charrua-server.dev './' && \
\nopam pin add -yn charrua-client.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "alcotest.1.5.0 arp.4.0.0 astring.0.8.5 base.v0.14.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.3.0 cppo.1.6.1 cstruct.6.2.0 cstruct-lwt.6.2.0 cstruct-unix.6.2.0 digestif.1.3.0 domain-name.0.3.0 dune.3.5.0 dune-configurator.2.5.1 dune-private-libs.2.5.1 duration.0.2.1 eqaf.0.8 ethernet.3.2.0 fmt.0.9.0 ipaddr.5.6.0 ipaddr-cstruct.5.6.0 jbuilder.1.0+beta20.1 logs.0.7.0 lru.0.3.0 lwt.5.4.0 lwt-dllist.1.0.0 lwt_log.1.1.0 macaddr.5.6.0 macaddr-cstruct.5.6.0 menhir.20181006 metrics.0.4.1 mirage-crypto.1.2.0 mirage-crypto-rng.1.2.0 mirage-flow.5.0.0 mirage-mtime.5.0.0 mirage-net.4.0.0 mirage-sleep.4.0.0 mmap.1.1.0 mtime.2.1.0 num.1.5 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.11.0 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.0 ocamlfind.1.9.1 ocplib-endian.1.0 ohex.0.2.0 parsexp.v0.14.1 ppx_cstruct.6.2.0 ppx_derivers.1.0 ppxlib.0.24.0 psq.0.2.0 randomconv.0.2.0 rawlink.2.1 rawlink-lwt.2.1 re.1.7.2 result.1.5 seq.0.3 sexplib.v0.14.0 sexplib0.v0.14.0 stdlib-shims.0.1.0 tcpip.9.0.0 topkg.1.0.8 tuntap.2.0.1 uutf.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.4 --depext-only -y charrua.dev charrua-unix.dev charrua-server.dev charrua-client.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"))
)


2025-12-17 11:24.56: Waiting for resource in pool OCluster
2025-12-17 11:24.56: Waiting for worker…
2025-12-17 11:24.57: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD is now at a51db1d Update type for find_vi_vendor_info


(from ocaml/opam:debian-13-ocaml-4.14@sha256:6684ec7e7cdd02e0b2c7fc3c7525f043345eebbc5d208af18fb8d563e8ecab14)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:6684ec7e7cdd02e0b2c7fc3c7525f043345eebbc5d208af18fb8d563e8ecab14' locally
docker.io/ocaml/opam@sha256:6684ec7e7cdd02e0b2c7fc3c7525f043345eebbc5d208af18fb8d563e8ecab14: Pulling from ocaml/opam
2981f7e8980b: Pulling fs layer
9c63e1c4ba84: Pulling fs layer
02578b9c9f1b: Pulling fs layer
3801cb7ba5e6: Pulling fs layer
1c4cdedd39f1: Pulling fs layer
40f6006c5f5a: Pulling fs layer
2981f7e8980b: Waiting
9c63e1c4ba84: Waiting
c451a17216ec: Pulling fs layer
02578b9c9f1b: Waiting
e4104b8f72ee: Pulling fs layer
7c7dbc5e7919: Pulling fs layer
3801cb7ba5e6: Waiting
aa82be714e7c: Pulling fs layer
40f6006c5f5a: Waiting
922520f12384: Pulling fs layer
c451a17216ec: Waiting
9bfea042cef8: Pulling fs layer
e4104b8f72ee: Waiting
1244979f7c21: Pulling fs layer
7583a0e34f94: Pulling fs layer
1c4cdedd39f1: Waiting
aa82be714e7c: Waiting
7c7dbc5e7919: Waiting
14bef3f2665a: Pulling fs layer
3a4b42ce6cb5: Pulling fs layer
b0a08a900877: Pulling fs layer
9bfea042cef8: Waiting
14bef3f2665a: Waiting
16ac87e68d60: Pulling fs layer
b0a08a900877: Waiting
74ac6e8c9b82: Pulling fs layer
b41290a57dc5: Pulling fs layer
16ac87e68d60: Waiting
592e5bcb7159: Pulling fs layer
4f4fb700ef54: Pulling fs layer
1db0705661a3: Pulling fs layer
592e5bcb7159: Waiting
76bb8e35b9cc: Pulling fs layer
3bc9d98c3b49: Pulling fs layer
7096ef42e6c0: Pulling fs layer
cd0e70de8125: Pulling fs layer
1db0705661a3: Waiting
23ffab57f98e: Pulling fs layer
b974353d8023: Pulling fs layer
7096ef42e6c0: Waiting
c74fba566723: Pulling fs layer
5ad399846f45: Pulling fs layer
c74fba566723: Waiting
3e7203fa3980: Pulling fs layer
0b8915d2a92b: Pulling fs layer
5ad399846f45: Waiting
3e7203fa3980: Waiting
e68c7a56c438: Pulling fs layer
9024d680a167: Pulling fs layer
3c7c73421b6e: Pulling fs layer
e68c7a56c438: Waiting
7134fa9b4278: Pulling fs layer
3c7c73421b6e: Waiting
9d94fb523099: Pulling fs layer
20d06dbdae7e: Pulling fs layer
b9a45e537661: Pulling fs layer
f0424cf37134: Pulling fs layer
7134fa9b4278: Waiting
c2e19ffc1aa1: Pulling fs layer
20d06dbdae7e: Waiting
ad36b1509ddd: Pulling fs layer
b9a45e537661: Waiting
f0424cf37134: Waiting
891b72dee25e: Pulling fs layer
c2e19ffc1aa1: Waiting
2981f7e8980b: Verifying Checksum
2981f7e8980b: Download complete
9c63e1c4ba84: Verifying Checksum
9c63e1c4ba84: Download complete
02578b9c9f1b: Verifying Checksum
02578b9c9f1b: Download complete
3801cb7ba5e6: Verifying Checksum
3801cb7ba5e6: Download complete
1c4cdedd39f1: Download complete
c451a17216ec: Verifying Checksum
c451a17216ec: Download complete
2981f7e8980b: Pull complete
9c63e1c4ba84: Pull complete
02578b9c9f1b: Pull complete
3801cb7ba5e6: Pull complete
1c4cdedd39f1: Pull complete
e4104b8f72ee: Verifying Checksum
e4104b8f72ee: Download complete
7c7dbc5e7919: Verifying Checksum
7c7dbc5e7919: Download complete
40f6006c5f5a: Verifying Checksum
40f6006c5f5a: Download complete
922520f12384: Verifying Checksum
922520f12384: Download complete
aa82be714e7c: Verifying Checksum
aa82be714e7c: Download complete
1244979f7c21: Verifying Checksum
1244979f7c21: Download complete
9bfea042cef8: Verifying Checksum
9bfea042cef8: Download complete
7583a0e34f94: Verifying Checksum
7583a0e34f94: Download complete
3a4b42ce6cb5: Download complete
14bef3f2665a: Verifying Checksum
14bef3f2665a: Download complete
b0a08a900877: Verifying Checksum
b0a08a900877: Download complete
74ac6e8c9b82: Verifying Checksum
74ac6e8c9b82: Download complete
16ac87e68d60: Verifying Checksum
16ac87e68d60: Download complete
b41290a57dc5: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
592e5bcb7159: Download complete
1db0705661a3: Verifying Checksum
1db0705661a3: Download complete
76bb8e35b9cc: Verifying Checksum
76bb8e35b9cc: Download complete
3bc9d98c3b49: Download complete
7096ef42e6c0: Verifying Checksum
7096ef42e6c0: Download complete
cd0e70de8125: Verifying Checksum
cd0e70de8125: Download complete
23ffab57f98e: Download complete
b974353d8023: Verifying Checksum
b974353d8023: Download complete
5ad399846f45: Verifying Checksum
5ad399846f45: Download complete
3e7203fa3980: Download complete
0b8915d2a92b: Verifying Checksum
0b8915d2a92b: Download complete
3c7c73421b6e: Download complete
9d94fb523099: Download complete
20d06dbdae7e: Download complete
b9a45e537661: Download complete
7134fa9b4278: Verifying Checksum
7134fa9b4278: Download complete
c2e19ffc1aa1: Download complete
ad36b1509ddd: Download complete
891b72dee25e: Verifying Checksum
891b72dee25e: Download complete
f0424cf37134: Verifying Checksum
f0424cf37134: 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
f0424cf37134: Pull complete
c2e19ffc1aa1: Pull complete
ad36b1509ddd: Pull complete
891b72dee25e: Pull complete
Digest: sha256:6684ec7e7cdd02e0b2c7fc3c7525f043345eebbc5d208af18fb8d563e8ecab14
Status: Downloaded newer image for ocaml/opam@sha256:6684ec7e7cdd02e0b2c7fc3c7525f043345eebbc5d208af18fb8d563e8ecab14
2025-12-17 11:24.59 ---> using "7cdb5ae7d995ccdc01b290a0409b89e6bad28fbd46597d36a8f537f23e744091" from cache


/: (comment debian-13-4.14_opam-2.4)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-12-17 11:24.59 ---> using "e2eae4822cb3100ab4a1036e0b25c8d63f7c3581684f840262f4d99187488d2c" from cache


/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.


This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.


Continue? [Y/n] y
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-12-17 11:24.59 ---> using "897aa4b02d67243d2ec6554e03a4f253b3665f9b1d302ce86ab4d6b8478932f4" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 4.14.2
2.4.1
2025-12-17 11:24.59 ---> using "2e1fc8a015ad1740adc9591f88b2f4ccff42f3cd1e4c35c667b81e8a6d6225f9" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-12-17 11:24.59 ---> using "67989297c125658a1895bd32fb9b6ae8d9ed057e482fa2b4ca9281c2b02b8ae9" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
ee48e882f0..c199949faa  master     -> origin/master
c65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls


<><> 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.4.0"), which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-12-17 11:24.59 ---> using "caf58e93c0a8d8f208730c75db0824d22c88ea5cb6dded3b1fb92b50655cf826" from cache


/src: (copy (src charrua.opam charrua-unix.opam charrua-server.opam charrua-client.opam)
(dst ./))
2025-12-17 11:24.59 ---> using "b1d7a1839876d0928cd23e854f1cfe706d73a7ed8b9ad95d74b4f2846084c434" from cache


/src: (run (network host)
(shell  "opam pin add -yn charrua.dev './' && \
\nopam pin add -yn charrua-unix.dev './' && \
\nopam pin add -yn charrua-server.dev './' && \
\nopam pin add -yn charrua-client.dev './'"))
[charrua.dev] synchronised (file:///src)
charrua is now pinned to file:///src (version dev)
[charrua-unix.dev] synchronised (file:///src)
charrua-unix is now pinned to file:///src (version dev)
[charrua-server.dev] synchronised (file:///src)
charrua-server is now pinned to file:///src (version dev)
[charrua-client.dev] synchronised (file:///src)
charrua-client is now pinned to file:///src (version dev)
2025-12-17 11:24.59 ---> using "72d682a4bf56536f75d4fb1f07e6d24ac7424df72a7e7aaf32603d0586cb6928" from cache


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-12-17 11:24.59 ---> using "a37405dfaa39da45942e30e53de2a57919b468a31d1c1486547c635c791b4634" from cache


/src: (env DEPS "alcotest.1.5.0 arp.4.0.0 astring.0.8.5 base.v0.14.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.3.0 cppo.1.6.1 cstruct.6.2.0 cstruct-lwt.6.2.0 cstruct-unix.6.2.0 digestif.1.3.0 domain-name.0.3.0 dune.3.5.0 dune-configurator.2.5.1 dune-private-libs.2.5.1 duration.0.2.1 eqaf.0.8 ethernet.3.2.0 fmt.0.9.0 ipaddr.5.6.0 ipaddr-cstruct.5.6.0 jbuilder.1.0+beta20.1 logs.0.7.0 lru.0.3.0 lwt.5.4.0 lwt-dllist.1.0.0 lwt_log.1.1.0 macaddr.5.6.0 macaddr-cstruct.5.6.0 menhir.20181006 metrics.0.4.1 mirage-crypto.1.2.0 mirage-crypto-rng.1.2.0 mirage-flow.5.0.0 mirage-mtime.5.0.0 mirage-net.4.0.0 mirage-sleep.4.0.0 mmap.1.1.0 mtime.2.1.0 num.1.5 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.11.0 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.0 ocamlfind.1.9.1 ocplib-endian.1.0 ohex.0.2.0 parsexp.v0.14.1 ppx_cstruct.6.2.0 ppx_derivers.1.0 ppxlib.0.24.0 psq.0.2.0 randomconv.0.2.0 rawlink.2.1 rawlink-lwt.2.1 re.1.7.2 result.1.5 seq.0.3 sexplib.v0.14.0 sexplib0.v0.14.0 stdlib-shims.0.1.0 tcpip.9.0.0 topkg.1.0.8 tuntap.2.0.1 uutf.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.4 --depext-only -y charrua.dev charrua-unix.dev charrua-server.dev charrua-client.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [84.8 kB]
- Fetched 176 kB in 0s (1184 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[charrua.dev] synchronised (file:///src)
[charrua-client.dev] synchronised (file:///src)
[charrua-server.dev] synchronised (file:///src)
[charrua-unix.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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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-17 11:24.59 ---> using "747c3705a996a65bded8b42df9128319e23e587ace273edcda3c73f1affce771" from cache


/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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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 64 packages
- install alcotest            1.5.0
- install arp                 4.0.0
- install astring             0.8.5
- install base                v0.14.2
- install base-bytes          base
- install cmdliner            1.3.0
- install cppo                1.6.1
- install cstruct             6.2.0
- install cstruct-lwt         6.2.0
- install cstruct-unix        6.2.0
- install digestif            1.3.0
- install domain-name         0.3.0
- install dune                3.5.0
- install dune-configurator   2.5.1
- install dune-private-libs   2.5.1
- install duration            0.2.1
- install eqaf                0.8
- install ethernet            3.2.0
- install fmt                 0.9.0
- install ipaddr              5.6.0
- install ipaddr-cstruct      5.6.0
- install jbuilder            1.0+beta20.1 (deprecated)
- install logs                0.7.0
- install lru                 0.3.0
- install lwt                 5.4.0
- install lwt-dllist          1.0.0
- install lwt_log             1.1.0
- install macaddr             5.6.0
- install macaddr-cstruct     5.6.0
- install menhir              20181006
- install metrics             0.4.1
- install mirage-crypto       1.2.0
- install mirage-crypto-rng   1.2.0
- install mirage-flow         5.0.0
- install mirage-mtime        5.0.0
- install mirage-net          4.0.0
- install mirage-sleep        4.0.0
- install mmap                1.1.0
- install mtime               2.1.0
- install num                 1.5
- install ocaml-compiler-libs v0.11.0
- install ocaml-syntax-shims  1.0.0
- install ocamlbuild          0.14.0
- install ocamlfind           1.9.1
- install ocplib-endian       1.0
- install ohex                0.2.0
- install parsexp             v0.14.1
- install ppx_cstruct         6.2.0
- install ppx_derivers        1.0
- install ppxlib              0.24.0
- install psq                 0.2.0
- install randomconv          0.2.0
- install rawlink             2.1
- install rawlink-lwt         2.1
- install re                  1.7.2
- install result              1.5
- install seq                 0.3
- install sexplib             v0.14.0
- install sexplib0            v0.14.0
- install stdlib-shims        0.1.0
- install tcpip               9.0.0
- install topkg               1.0.8
- install tuntap              2.0.1
- install uutf                1.0.3


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.5.0  (cached)
-> retrieved arp.4.0.0  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved base.v0.14.2  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cppo.1.6.1  (cached)
-> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0, cstruct-unix.6.2.0, ppx_cstruct.6.2.0  (cached)
-> retrieved domain-name.0.3.0  (cached)
-> retrieved dune-configurator.2.5.1, dune-private-libs.2.5.1  (cached)
-> retrieved digestif.1.3.0  (cached)
-> retrieved dune.3.5.0  (cached)
-> retrieved duration.0.2.1  (cached)
-> retrieved eqaf.0.8  (cached)
-> retrieved ethernet.3.2.0  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved ipaddr.5.6.0, ipaddr-cstruct.5.6.0, macaddr.5.6.0, macaddr-cstruct.5.6.0  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lru.0.3.0  (cached)
-> retrieved lwt-dllist.1.0.0  (cached)
-> retrieved lwt_log.1.1.0  (cached)
-> retrieved jbuilder.1.0+beta20.1  (cached)
-> installed cmdliner.1.3.0
-> retrieved lwt.5.4.0  (cached)
-> retrieved menhir.20181006  (cached)
-> retrieved metrics.0.4.1  (cached)
-> retrieved mirage-flow.5.0.0  (cached)
-> retrieved mirage-mtime.5.0.0  (cached)
-> retrieved mirage-net.4.0.0  (cached)
-> retrieved mirage-sleep.4.0.0  (cached)
-> retrieved mmap.1.1.0  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved num.1.5  (cached)
-> retrieved ocaml-compiler-libs.v0.11.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.14.0  (cached)
-> retrieved ocamlfind.1.9.1  (cached)
-> retrieved ocplib-endian.1.0  (cached)
-> retrieved ohex.0.2.0  (cached)
-> retrieved ppx_derivers.1.0  (cached)
-> retrieved parsexp.v0.14.1  (cached)
-> retrieved psq.0.2.0  (cached)
-> retrieved randomconv.0.2.0  (cached)
-> retrieved rawlink.2.1, rawlink-lwt.2.1  (cached)
-> retrieved re.1.7.2  (cached)
-> retrieved result.1.5  (cached)
-> retrieved seq.0.3  (cached)
-> retrieved sexplib.v0.14.0  (cached)
-> retrieved sexplib0.v0.14.0  (cached)
-> retrieved stdlib-shims.0.1.0  (cached)
-> retrieved ppxlib.0.24.0  (cached)
-> retrieved tcpip.9.0.0  (cached)
-> retrieved tuntap.2.0.1  (cached)
-> retrieved topkg.1.0.8  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved mirage-crypto.1.2.0, mirage-crypto-rng.1.2.0  (cached)
-> installed num.1.5
-> installed ocamlfind.1.9.1
-> 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 re.1.7.2
-> installed ocaml-compiler-libs.v0.11.0
-> installed topkg.1.0.8
-> installed uutf.1.0.3
-> installed mtime.2.1.0
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed dune.3.5.0
-> installed cstruct.6.2.0
-> installed domain-name.0.3.0
-> installed duration.0.2.1
-> installed ohex.0.2.0
-> installed mirage-mtime.5.0.0
-> installed macaddr.5.6.0
-> installed metrics.0.4.1
-> installed mmap.1.1.0
-> installed randomconv.0.2.0
-> installed result.1.5
-> installed seq.0.3
-> installed stdlib-shims.0.1.0
-> installed cstruct-unix.6.2.0
-> installed macaddr-cstruct.5.6.0
-> installed sexplib0.v0.14.0
-> installed eqaf.0.8
-> installed psq.0.2.0
-> installed ipaddr.5.6.0
-> installed ocaml-syntax-shims.1.0.0
-> installed lru.0.3.0
-> installed ipaddr-cstruct.5.6.0
-> installed tuntap.2.0.1
-> installed digestif.1.3.0
-> installed ocplib-endian.1.0
-> installed alcotest.1.5.0
-> installed dune-private-libs.2.5.1
-> installed dune-configurator.2.5.1
-> installed mirage-crypto.1.2.0
-> installed lwt.5.4.0
-> installed cstruct-lwt.6.2.0
-> installed mirage-net.4.0.0
-> installed lwt-dllist.1.0.0
-> installed mirage-flow.5.0.0
-> installed mirage-sleep.4.0.0
-> installed lwt_log.1.1.0
-> installed logs.0.7.0
-> installed ethernet.3.2.0
-> installed mirage-crypto-rng.1.2.0
-> installed arp.4.0.0
-> installed base.v0.14.2
-> installed ppxlib.0.24.0
-> installed tcpip.9.0.0
-> installed menhir.20181006
-> installed parsexp.v0.14.1
-> installed sexplib.v0.14.0
-> installed ppx_cstruct.6.2.0
-> installed rawlink.2.1
-> installed rawlink-lwt.2.1
Done.


<><> jbuilder.1.0+beta20.1 installed successfully <><><><><><><><><><><><><><><>
=> Note: This package is deprecated.
# To update the current shell environment, run: eval $(opam env)
2025-12-17 11:24.59 ---> using "6dd49e8be8c9d985e7ccb70d5d543c657d4b6d545124550b4d6b5f424d5ac733" from cache


/src: (copy (src .) (dst /src))
2025-12-17 11:24.59 ---> saved as "1c8cbbe63ada222355183d5d8557240dec383681f1abe708553abaa0c2219bc0"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "/home/opam/.opam/4.14/lib/re/re.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.14/lib/re/emacs/re.emacs.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.14/lib/re/glob/re.glob.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.14/lib/re/pcre/re.pcre.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.14/lib/re/perl/re.perl.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.14/lib/re/posix/re.posix.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.14/lib/re/str/re.str.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.14/lib/lwt_log/lwt_log.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.14/lib/lwt_log/core/lwt_log.core.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
(cd _build/default/test/client/lwt && ./test_client_lwt.exe)
Testing `lwt client tests'.
This run has ID `6YB3T76H'.


[OK]          timeouts          0   more than one dhcpdiscover is sent.


Full test results in `/src/_build/default/test/client/lwt/_build/_tests/lwt client tests'.
Test Successful in 0.000s. 1 test run.
(cd _build/default/test && ./test.exe)
Testing `server tests'.
This run has ID `I0P9H9M8'.


[OK]          parsing                    0   option codes.
[OK]          parsing                    1   checksum.
[OK]          parsing                    2   long options lists.
[OK]          parsing                    3   pcap.
[OK]          parsing                    4   simple config.
[OK]          parsing                    5   renewal_t in opts.
[OK]          parsing                    6   padding in opts.
[OK]          parsing                    7   collect replies.
[OK]          parsing                    8   host options.
[OK]          parsing                    9   lease database serialization.
[OK]          parsing                   10   DHCP client FQDN.
[OK]          parsing                   11   VI vendor class option.
[OK]          state progression          0   discover->offer.
[OK]          state progression          1   discover->offer fixed.
[OK]          state progression          2   discover->offer no range.
[OK]          state progression          3   discover->offer no range fixed.
[OK]          state progression          4   wrong mac address.
[OK]          state progression          5   request->ack/nak.
[OK]          state progression          6   request->ack/nak fixed.
[OK]          state progression          7   request->ack/nak no range.
[OK]          state progression          8   request->ack/nak no range fixed.


Full test results in `/src/_build/default/test/_build/_tests/server tests'.
Test Successful in 0.003s. 21 tests run.
(cd _build/default/test/client && ./test_client.exe)
ASSERT input succeeds
ASSERT input succeeds
ASSERT input succeeds
Testing `client tests'.
This run has ID `LUAUGZ0W'.


[OK]          random input tests          0   random buffer entry to INIT c...
[OK]          random input tests          1   random buffer entry to SELECT...
[OK]          random input tests          2   random buffer entry to REQUES...
[OK]          random input tests          3   random buffer entry to BOUND ...
[OK]          state progression           0   initializing state machine ge...
[OK]          state progression           1   dhcp server accepts start pac...
[OK]          state progression           2   dhcp client doesn't accept DH...
[OK]          state progression           3   dhcp server offers a lease in...
[OK]          state progression           4   dhcp client sends a dhcp pack...
[OK]          state progression           5   dhcp server sends a DHCPACK i...
[OK]          state progression           6   dhcp client returns lease aft...


Full test results in `/src/_build/default/test/client/_build/_tests/client tests'.
Test Successful in 0.051s. 11 tests run.
2025-12-17 11:25.01 ---> saved as "90d7f3bf2a43d0b31a721d587ff9a34f34cc4986c85d7eedd0e1ad1e7634ca3c"
Job succeeded
2025-12-17 11:25.01: Job succeeded