Organisationsdinosaurespokebaa280 (main)(lower-bound)

(lower-bound)

Link Copied
Code Copied

Logs

2026-03-14 10:16.44: New job: test dinosaure/spoke https://github.com/dinosaure/spoke.git#refs/heads/main (baa280a389e6d943ba656aa2e39dcf7994a5dc34) (linux-x86_64:(lower-bound))
Base: ocaml/opam:debian-13-ocaml-4.13@sha256:d8e3b8b0849171c0332a08c9b6e0c29a16d9e6e6e62b2cd69f89fc3c33d9439b
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/dinosaure/spoke.git" -b "main" && cd "spoke" && git reset --hard baa280a3
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.13@sha256:d8e3b8b0849171c0332a08c9b6e0c29a16d9e6e6e62b2cd69f89fc3c33d9439b
# debian-13-4.13_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
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 spoke.opam ./
RUN opam pin add -yn spoke.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="angstrom.0.14.0 arp.3.1.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.0.0 bigarray-compat.1.0.0 bigstringaf.0.9.0 cmdliner.1.3.0 conf-pkg-config.1.0 cppo.1.6.1 csexp.1.3.1 cstruct.6.0.0 cstruct-lwt.3.7.0 digestif.0.9.0 domain-name.0.3.0 dune.2.9.3 dune-configurator.2.9.3 duration.0.2.1 encore.0.8 eqaf.0.8 ethernet.3.2.0 fmt.0.8.8 hxd.0.3.2 ipaddr.5.6.0 ipaddr-cstruct.5.6.0 jbuilder.1.0+beta20.1 ke.0.1 logs.0.7.0 lru.0.3.0 lwt.5.6.1 lwt-dllist.1.0.0 macaddr.5.6.0 macaddr-cstruct.5.6.0 metrics.0.4.1 mimic.0.0.7 mirage-clock.4.2.0 mirage-crypto.2.0.1 mirage-flow.5.0.0 mirage-net.4.0.0 mirage-random.3.0.0 mirage-time.3.0.0 ocaml.4.13.1 ocaml-base-compiler.4.13.1 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.9.1 ocplib-endian.1.0 psq.0.2.0 randomconv.0.1.3 result.1.5 rresult.0.6.0 seq.0.3 stdlib-shims.0.1.0 tcpip.8.1.0 topkg.1.0.8"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y spoke.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 10:16.44: Using cache hint "dinosaure/spoke-ocaml/opam:debian-13-ocaml-4.13@sha256:d8e3b8b0849171c0332a08c9b6e0c29a16d9e6e6e62b2cd69f89fc3c33d9439b-debian-13-4.13_opam-2.5-f95d25d939d8350a69c856a37323be82"
2026-03-14 10:16.44: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.13@sha256:d8e3b8b0849171c0332a08c9b6e0c29a16d9e6e6e62b2cd69f89fc3c33d9439b)
(comment debian-13-4.13_opam-2.5)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(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 spoke.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn spoke.dev './'"))
(run (shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "angstrom.0.14.0 arp.3.1.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.0.0 bigarray-compat.1.0.0 bigstringaf.0.9.0 cmdliner.1.3.0 conf-pkg-config.1.0 cppo.1.6.1 csexp.1.3.1 cstruct.6.0.0 cstruct-lwt.3.7.0 digestif.0.9.0 domain-name.0.3.0 dune.2.9.3 dune-configurator.2.9.3 duration.0.2.1 encore.0.8 eqaf.0.8 ethernet.3.2.0 fmt.0.8.8 hxd.0.3.2 ipaddr.5.6.0 ipaddr-cstruct.5.6.0 jbuilder.1.0+beta20.1 ke.0.1 logs.0.7.0 lru.0.3.0 lwt.5.6.1 lwt-dllist.1.0.0 macaddr.5.6.0 macaddr-cstruct.5.6.0 metrics.0.4.1 mimic.0.0.7 mirage-clock.4.2.0 mirage-crypto.2.0.1 mirage-flow.5.0.0 mirage-net.4.0.0 mirage-random.3.0.0 mirage-time.3.0.0 ocaml.4.13.1 ocaml-base-compiler.4.13.1 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.9.1 ocplib-endian.1.0 psq.0.2.0 randomconv.0.1.3 result.1.5 rresult.0.6.0 seq.0.3 stdlib-shims.0.1.0 tcpip.8.1.0 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.5 --depext-only -y spoke.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 10:16.44: Waiting for resource in pool OCluster
2026-03-14 10:43.04: Waiting for worker…
2026-03-14 10:46.14: Got resource from pool OCluster
Building on phoebe
All commits already cached
HEAD is now at baa280a Merge pull request #12 from dinosaure/prepare-v0.0.4


(from ocaml/opam:debian-13-ocaml-4.13@sha256:d8e3b8b0849171c0332a08c9b6e0c29a16d9e6e6e62b2cd69f89fc3c33d9439b)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.13@sha256:d8e3b8b0849171c0332a08c9b6e0c29a16d9e6e6e62b2cd69f89fc3c33d9439b' locally
docker.io/ocaml/opam@sha256:d8e3b8b0849171c0332a08c9b6e0c29a16d9e6e6e62b2cd69f89fc3c33d9439b: Pulling from ocaml/opam
866771c43bf5: Already exists
1e49bea09367: Already exists
e793768537e6: Already exists
ed323d3d481a: Already exists
7df34a5cd5f1: Already exists
fd712d3eb935: Already exists
4b9fb8c99118: Already exists
9d9a01948b94: Already exists
0f1514f90b32: Already exists
e1ec5a753447: Already exists
03cc323e2f71: Already exists
c09c08ea9749: Already exists
b36b619f8e6b: Already exists
195344ca5274: Already exists
228ee78582a6: Already exists
504bde1c25b3: Already exists
9d8b1356c89f: Already exists
9d8b1356c89f: Already exists
568fb6dda155: Already exists
c499c9198aea: Already exists
048e5e358118: Already exists
871ca48eb45d: Already exists
4f4fb700ef54: Already exists
a5a2568b9df9: Already exists
068cf3106ac8: Already exists
559f54ec9b29: Already exists
798ffd96fde5: Already exists
e9a891bf80d7: Already exists
d720cfe12674: Already exists
c81c932f4a91: Already exists
79f24fa3bb11: Already exists
8c1debcd8c20: Already exists
1bb2cfea7250: Already exists
2b3d3ca75e4c: Already exists
557cacaf263c: Already exists
d10483022eef: Already exists
7b62a90d8223: Already exists
28ce8ea66e72: Already exists
d975909ea717: Already exists
5c215c69c247: Already exists
e7c082452a54: Already exists
02179668df59: Already exists
3ddcf2b4aec4: Already exists
64e0ed7d0df6: Already exists
db00dd76251e: Already exists
Digest: sha256:d8e3b8b0849171c0332a08c9b6e0c29a16d9e6e6e62b2cd69f89fc3c33d9439b
Status: Downloaded newer image for ocaml/opam@sha256:d8e3b8b0849171c0332a08c9b6e0c29a16d9e6e6e62b2cd69f89fc3c33d9439b
2026-03-14 10:46.15 ---> using "46163b6cfcf170c850d3ba02ec5e8d7eb76bdebcc8b9a1c3d181893b5729379c" from cache


/: (comment debian-13-4.13_opam-2.5)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-03-14 10:46.15 ---> using "10c30f153dd485f2552b4ae9233df34930e58e596f1083c99d7047c7335e7266" from cache


/src: (run (shell "opam init --reinit -ni"))
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.


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.


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


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-03-14 10:46.15 ---> using "e1688a5d48f67d6048d98e199ae7fe1b812efb24768d0f81d4b830848476a127" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-90-generic
The OCaml toplevel, version 4.13.1
2.5.0
2026-03-14 10:46.15 ---> using "2928534573bd039050713cc2ef839b004e37bcc1fc0bb3edb89eef7196b27d9b" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-03-14 10:46.15 ---> using "b84a4b65b5a87e7252a9ce61b27c385f539f1f5e59fd721bb37cff785555f50e" 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
ffb54b9bdd..f2e7a221a1  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 10:46.15 ---> using "672fc30a3c1ef86cb06b1634396726003183630ff90837e010edae0e4e78cd89" from cache


/src: (copy (src spoke.opam) (dst ./))
2026-03-14 10:46.16 ---> saved as "373170a666b4cdc634e986a4b40be1c1e8b1fb2040b09e0852b75964e05d7b1a"


/src: (run (network host)
(shell "opam pin add -yn spoke.dev './'"))
[spoke.dev] synchronised (file:///src)
spoke is now pinned to file:///src (version dev)
2026-03-14 10:46.19 ---> saved as "fd060f8cd018e8aac8779610d3061516f48043c2d3065bb6a87ffbf7406a1175"


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-03-14 10:46.20 ---> saved as "3f9a7dce159fd2cc1701ae1924766dd63cfa5c297624c591b10b49c83261a30f"


/src: (env DEPS "angstrom.0.14.0 arp.3.1.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.0.0 bigarray-compat.1.0.0 bigstringaf.0.9.0 cmdliner.1.3.0 conf-pkg-config.1.0 cppo.1.6.1 csexp.1.3.1 cstruct.6.0.0 cstruct-lwt.3.7.0 digestif.0.9.0 domain-name.0.3.0 dune.2.9.3 dune-configurator.2.9.3 duration.0.2.1 encore.0.8 eqaf.0.8 ethernet.3.2.0 fmt.0.8.8 hxd.0.3.2 ipaddr.5.6.0 ipaddr-cstruct.5.6.0 jbuilder.1.0+beta20.1 ke.0.1 logs.0.7.0 lru.0.3.0 lwt.5.6.1 lwt-dllist.1.0.0 macaddr.5.6.0 macaddr-cstruct.5.6.0 metrics.0.4.1 mimic.0.0.7 mirage-clock.4.2.0 mirage-crypto.2.0.1 mirage-flow.5.0.0 mirage-net.4.0.0 mirage-random.3.0.0 mirage-time.3.0.0 ocaml.4.13.1 ocaml-base-compiler.4.13.1 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.9.1 ocplib-endian.1.0 psq.0.2.0 randomconv.0.1.3 result.1.5 rresult.0.6.0 seq.0.3 stdlib-shims.0.1.0 tcpip.8.1.0 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.5 --depext-only -y spoke.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 [111 kB]
- Fetched 202 kB in 0s (843 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[spoke.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.13.1).
[NOTE] Package ocaml is already installed (current version is 4.13.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:
pkg-config


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>


+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "pkg-config"
- 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 ... 20623 files and directories currently installed.)
- Preparing to unpack .../libpkgconf3_1.8.1-4_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../pkgconf-bin_1.8.1-4_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../pkgconf_1.8.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../pkg-config_1.8.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-4) ...
- Setting up libpkgconf3:amd64 (1.8.1-4) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up pkgconf:amd64 (1.8.1-4) ...
- Setting up pkg-config:amd64 (1.8.1-4) ...
- Processing triggers for libc-bin (2.41-12+deb13u1) ...
# To update the current shell environment, run: eval $(opam env)
2026-03-14 10:46.54 ---> saved as "2440ecac3e4484665aa0687affc57101d3716e523784258f7da251c078391872"


/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.13.1).
[NOTE] Package ocaml is already installed (current version is 4.13.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 52 packages
- install angstrom          0.14.0
- install arp               3.1.1
- install astring           0.8.5
- install base-bytes        base
- install base64            3.0.0
- install bigarray-compat   1.0.0
- install bigstringaf       0.9.0
- install cmdliner          1.3.0
- install conf-pkg-config   1.0
- install cppo              1.6.1
- install csexp             1.3.1
- install cstruct           6.0.0
- install cstruct-lwt       3.7.0
- install digestif          0.9.0
- install domain-name       0.3.0
- install dune              2.9.3
- install dune-configurator 2.9.3
- install duration          0.2.1
- install encore            0.8
- install eqaf              0.8
- install ethernet          3.2.0
- install fmt               0.8.8
- install hxd               0.3.2
- install ipaddr            5.6.0
- install ipaddr-cstruct    5.6.0
- install jbuilder          1.0+beta20.1 (deprecated)
- install ke                0.1
- install logs              0.7.0
- install lru               0.3.0
- install lwt               5.6.1
- install lwt-dllist        1.0.0
- install macaddr           5.6.0
- install macaddr-cstruct   5.6.0
- install metrics           0.4.1
- install mimic             0.0.7
- install mirage-clock      4.2.0
- install mirage-crypto     2.0.1
- install mirage-flow       5.0.0
- install mirage-net        4.0.0
- install mirage-random     3.0.0 (deprecated)
- install mirage-time       3.0.0
- install ocamlbuild        0.14.0
- install ocamlfind         1.9.1
- install ocplib-endian     1.0
- install psq               0.2.0
- install randomconv        0.1.3
- install result            1.5
- install rresult           0.6.0
- install seq               0.3
- install stdlib-shims      0.1.0
- install tcpip             8.1.0
- install topkg             1.0.8


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.14.0  (cached)
-> retrieved arp.3.1.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved bigarray-compat.1.0.0  (cached)
-> retrieved bigstringaf.0.9.0  (cached)
-> retrieved base64.3.0.0  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cppo.1.6.1  (cached)
-> installed conf-pkg-config.1.0
-> retrieved csexp.1.3.1  (cached)
-> retrieved cstruct.6.0.0  (cached)
-> retrieved cstruct-lwt.3.7.0  (cached)
-> retrieved domain-name.0.3.0  (cached)
-> retrieved duration.0.2.1  (cached)
-> retrieved encore.0.8  (cached)
-> retrieved eqaf.0.8  (cached)
-> retrieved ethernet.3.2.0  (cached)
-> retrieved fmt.0.8.8  (cached)
-> retrieved hxd.0.3.2  (cached)
-> retrieved ipaddr.5.6.0, ipaddr-cstruct.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, dune-configurator.2.9.3  (cached)
-> retrieved digestif.0.9.0  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lru.0.3.0  (cached)
-> retrieved ke.0.1  (https://opam.ocaml.org/cache)
-> retrieved lwt-dllist.1.0.0  (cached)
-> retrieved metrics.0.4.1  (cached)
-> retrieved lwt.5.6.1  (cached)
-> retrieved mirage-clock.4.2.0  (cached)
-> retrieved mimic.0.0.7  (https://opam.ocaml.org/cache)
-> retrieved mirage-flow.5.0.0  (cached)
-> retrieved mirage-net.4.0.0  (cached)
-> retrieved mirage-random.3.0.0  (cached)
-> retrieved mirage-time.3.0.0  (cached)
-> retrieved ocamlfind.1.9.1  (cached)
-> retrieved ocamlbuild.0.14.0  (cached)
-> retrieved ocplib-endian.1.0  (cached)
-> retrieved psq.0.2.0  (cached)
-> retrieved randomconv.0.1.3  (cached)
-> retrieved result.1.5  (cached)
-> retrieved rresult.0.6.0  (cached)
-> retrieved seq.0.3  (cached)
-> retrieved stdlib-shims.0.1.0  (cached)
-> retrieved topkg.1.0.8  (cached)
-> retrieved tcpip.8.1.0  (cached)
-> retrieved mirage-crypto.2.0.1  (cached)
-> installed cmdliner.1.3.0
-> installed ocamlfind.1.9.1
-> installed base-bytes.base
-> installed ocamlbuild.0.14.0
-> installed jbuilder.1.0+beta20.1
-> installed topkg.1.0.8
-> installed cppo.1.6.1
-> installed astring.0.8.5
-> installed dune.2.9.3
-> installed mirage-clock.4.2.0
-> installed duration.0.2.1
-> installed result.1.5
-> installed bigarray-compat.1.0.0
-> installed bigstringaf.0.9.0
-> installed macaddr.5.6.0
-> installed seq.0.3
-> installed stdlib-shims.0.1.0
-> installed base64.3.0.0
-> installed csexp.1.3.1
-> installed ocplib-endian.1.0
-> installed angstrom.0.14.0
-> installed cstruct.6.0.0
-> installed dune-configurator.2.9.3
-> installed fmt.0.8.8
-> installed psq.0.2.0
-> installed rresult.0.6.0
-> installed macaddr-cstruct.5.6.0
-> installed mirage-random.3.0.0
-> installed randomconv.0.1.3
-> installed domain-name.0.3.0
-> installed metrics.0.4.1
-> installed ke.0.1
-> installed lru.0.3.0
-> installed eqaf.0.8
-> installed encore.0.8
-> installed ipaddr.5.6.0
-> installed ipaddr-cstruct.5.6.0
-> installed digestif.0.9.0
-> installed mirage-crypto.2.0.1
-> installed lwt.5.6.1
-> installed mirage-flow.5.0.0
-> installed mirage-net.4.0.0
-> installed mirage-time.3.0.0
-> installed cstruct-lwt.3.7.0
-> installed lwt-dllist.1.0.0
-> installed hxd.0.3.2
-> installed logs.0.7.0
-> installed ethernet.3.2.0
-> installed mimic.0.0.7
-> installed arp.3.1.1
-> installed tcpip.8.1.0
Done.


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


<><> jbuilder.1.0+beta20.1 installed successfully <><><><><><><><><><><><><><><>
=> Note: This package is deprecated.
# To update the current shell environment, run: eval $(opam env)
2026-03-14 10:49.18 ---> saved as "8b4c808bdf4c65e4f764b036a13a9fa1edd695934423e19371eeda62c7bb0bf1"


/src: (copy (src .) (dst /src))
2026-03-14 10:49.19 ---> saved as "2f66fa76f83a52339e585bd6c26e5edec7fc8e491ab04aea9f3ae9f1885f89cc"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2026-03-14 11:46.14: Cancelling: Timeout (60.0 minutes)
Job cancelled
2026-03-14 11:46.15: Timeout (60.0 minutes)