2026-04-13 10:20.43: 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:8b759b3824a69f3aca1a8d45e981af090e4bc8eebf12762ba6baef46d26ebee2Opam project buildTo reproduce locally:git clone --recursive "https://github.com/dinosaure/spoke.git" -b "main" && cd "spoke" && git reset --hard baa280a3cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.13@sha256:8b759b3824a69f3aca1a8d45e981af090e4bc8eebf12762ba6baef46d26ebee2# debian-13-4.13_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN 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 -uCOPY --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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-04-13 10:20.43: Using cache hint "dinosaure/spoke-ocaml/opam:debian-13-ocaml-4.13@sha256:8b759b3824a69f3aca1a8d45e981af090e4bc8eebf12762ba6baef46d26ebee2-debian-13-4.13_opam-2.5-f95d25d939d8350a69c856a37323be82"2026-04-13 10:20.43: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.13@sha256:8b759b3824a69f3aca1a8d45e981af090e4bc8eebf12762ba6baef46d26ebee2)(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-04-13 10:20.43: Waiting for resource in pool OCluster2026-04-13 11:22.43: Waiting for worker…2026-04-13 11:24.40: Got resource from pool OClusterBuilding on bremusa.ocamllabs.ioAll commits already cachedHEAD is now at baa280a Merge pull request #12 from dinosaure/prepare-v0.0.4(from ocaml/opam:debian-13-ocaml-4.13@sha256:8b759b3824a69f3aca1a8d45e981af090e4bc8eebf12762ba6baef46d26ebee2)Unable to find image 'ocaml/opam:debian-13-ocaml-4.13@sha256:8b759b3824a69f3aca1a8d45e981af090e4bc8eebf12762ba6baef46d26ebee2' locallydocker.io/ocaml/opam@sha256:8b759b3824a69f3aca1a8d45e981af090e4bc8eebf12762ba6baef46d26ebee2: Pulling from ocaml/opam8f6ad858d0a4: Already exists9cb5e198c8cf: Already exists2d346d36dcf2: Already existscdc35e289b8d: Already existsaeb7244bb580: Already existsfc1943254a0d: Already exists84238c416f8e: Already existsfbbfe75d3112: Already exists221fdc5d9929: Already exists1fec9149b52a: Already exists9c6e52557f24: Already exists8737f5036aae: Already existsd69c4074de14: Already exists7237152a5f04: Already existsfba4b414d8a0: Already exists40d552afb3ef: Already exists077cc17dc8e4: Already exists077cc17dc8e4: Already exists169e1be36a55: Already exists0a8a005097ab: Already existscaba3ec4b361: Already exists6a364dc641f8: Already exists4f4fb700ef54: Already existsab8052928cdc: Already existsf5717a28dd6a: Already exists79233a9b9bed: Already existsd832d53e7392: Already exists1872dad82243: Already existsbfd849b08ba7: Already exists834a8024ef15: Already exists98ccec79258b: Already existsfb48f36a0542: Already exists3688b13db8e7: Already existsa5c099f5f72c: Already exists1ff1760de5b0: Already exists98eec6764aa5: Already existsaa22ae69debd: Already exists12bfb7b962a2: Already existsec25ce9bb816: Already existsbeadd3cf7357: Already existsd0d0c65a426d: Already existsc53a8da37b68: Pulling fs layer775de553ff3e: Pulling fs layerd9c026d3488d: Pulling fs layercc17436cc433: Pulling fs layercc17436cc433: Waiting775de553ff3e: Download completed9c026d3488d: Verifying Checksumd9c026d3488d: Download completecc17436cc433: Verifying Checksumcc17436cc433: Download completec53a8da37b68: Verifying Checksumc53a8da37b68: Download completec53a8da37b68: Pull complete775de553ff3e: Pull completed9c026d3488d: Pull completecc17436cc433: Pull completeDigest: sha256:8b759b3824a69f3aca1a8d45e981af090e4bc8eebf12762ba6baef46d26ebee2Status: Downloaded newer image for ocaml/opam@sha256:8b759b3824a69f3aca1a8d45e981af090e4bc8eebf12762ba6baef46d26ebee22026-04-13 11:24.41 ---> using "824ee93c90fe1c7943cd6b812f1c6d84dcb06c0a27e73c4d89366dd936328ba7" 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-04-13 11:24.41 ---> using "bcd86d97e0598dee25187d20c1aaae5d22618bbe921ab4dc49cc2a958c43f6de" 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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-04-13 11:24.41 ---> using "7e69337cb24f3fccb23039f0f733726848a62d9dd5751e495cf0d9d3f38986b7" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-107-genericThe OCaml toplevel, version 4.13.12.5.02026-04-13 11:24.41 ---> using "9a7b287f91952cd2af91e877ef9c6f76085ee634c657c03b5de033463ae821a3" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-13 11:24.41 ---> using "bd5766c88a2def08d1581923040ee94e3c833435fefb564a697344f1566e10d7" 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"))31462e7d24 Merge pull request #29451 from dra27/relocatable-package<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything 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-04-13 11:24.41 ---> using "faa60c047844eac52b5ddb0dbeb905b19fce4fb5ed751e270dbcc8b12341cbd4" from cache/src: (copy (src spoke.opam) (dst ./))2026-04-13 11:24.41 ---> saved as "9b6d4acbcad9ff198785ecb96fa39edede58069c74c23d56ad4c565854b62eae"/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-04-13 11:24.42 ---> saved as "3aa1bc917588d154e9d27e5802dfa3729578d9bf887fac7f3a951fc510752ccd"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-13 11:24.42 ---> saved as "48516fcfc3dfccbc684f7059e5179a0836bbe1ef4b59b59a293e3648e1c7db7b"/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 [122 kB]- Fetched 213 kB in 0s (1857 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+deb13u2) ...# To update the current shell environment, run: eval $(opam env)2026-04-13 11:24.57 ---> saved as "d9a70d84765189d6a19e9320a9397ef772113e3a45a2614b8e661fae8d1399ca"/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 base64.3.0.0 (cached)-> retrieved bigarray-compat.1.0.0 (cached)-> retrieved bigstringaf.0.9.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 mimic.0.0.7 (cached)-> retrieved mirage-clock.4.2.0 (cached)-> 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 ocamlbuild.0.14.0 (cached)-> retrieved ocamlfind.1.9.1 (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 cppo.1.6.1-> installed topkg.1.0.8-> installed astring.0.8.5-> installed dune.2.9.3-> installed mirage-clock.4.2.0-> installed bigarray-compat.1.0.0-> installed bigstringaf.0.9.0-> installed duration.0.2.1-> installed result.1.5-> 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 cstruct.6.0.0-> installed angstrom.0.14.0-> installed ocplib-endian.1.0-> installed dune-configurator.2.9.3-> installed eqaf.0.8-> installed fmt.0.8.8-> installed macaddr-cstruct.5.6.0-> installed mirage-random.3.0.0-> installed psq.0.2.0-> installed randomconv.0.1.3-> installed rresult.0.6.0-> installed domain-name.0.3.0-> installed metrics.0.4.1-> installed encore.0.8-> installed ke.0.1-> installed lru.0.3.0-> installed digestif.0.9.0-> installed ipaddr.5.6.0-> installed ipaddr-cstruct.5.6.0-> installed mirage-crypto.2.0.1-> installed lwt.5.6.1-> installed mirage-flow.5.0.0-> installed lwt-dllist.1.0.0-> installed cstruct-lwt.3.7.0-> installed mirage-time.3.0.0-> installed mirage-net.4.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.0Done.<><> 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-04-13 11:25.55 ---> saved as "cd22d2418f9a5cab7ee0b9ecd8a34ea2ac6dbd80c1a4e7f263508e2efd75c3e9"/src: (copy (src .) (dst /src))2026-04-13 11:25.55 ---> saved as "a24e552ce1658a71dec9a802ee1989457028da38053c78c9160aebb267285547"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2026-04-13 12:24.40: Cancelling: Timeout (60.0 minutes)Job cancelled2026-04-13 12:24.40: Timeout (60.0 minutes)