2026-03-19 08:07.46: New job: test mirage/charrua https://github.com/mirage/charrua.git#refs/heads/main (a65421c028cc6bcdcedb318eeffc210900dca305) (linux-x86_64:debian-13-5.4_x86_32_opam-2.5) Base: ocaml/opam:debian-13-ocaml-5.4@sha256:30070b9c98c970b58b5493dcfc5809f1437b956d581925cd1e4498e3be84024f Opam project build To reproduce locally: git clone --recursive "https://github.com/mirage/charrua.git" -b "main" && cd "charrua" && git reset --hard a65421c0 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-5.4@sha256:30070b9c98c970b58b5493dcfc5809f1437b956d581925cd1e4498e3be84024f # debian-13-5.4_x86_32_opam-2.5 USER 1000:1000 SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ] 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 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && 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.9.1 arp.4.1.0 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 cstruct-unix.6.2.0 digestif.1.3.0 domain-name.0.5.0 dune.3.22.0 dune-configurator.3.22.0 duration.0.2.1 eqaf.0.10 ethernet.3.2.0 fmt.0.11.0 ipaddr.5.6.2 ipaddr-cstruct.5.6.2 logs.0.10.0 lru.0.3.1 lwt.5.9.2 lwt-dllist.1.1.0 lwt_log.1.1.2 macaddr.5.6.2 macaddr-cstruct.5.6.2 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 metrics.0.5.0 mirage-crypto.2.1.0 mirage-crypto-rng.2.1.0 mirage-flow.5.0.0 mirage-mtime.5.2.0 mirage-net.4.0.0 mirage-sleep.4.1.0 mtime.2.1.0 num.1.6 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-option-bytecode-only.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 parsexp.v0.16.0 ppx_cstruct.6.2.0 ppx_derivers.1.2.1 ppxlib.0.37.0 psq.0.2.1 randomconv.0.2.0 rawlink.2.1 rawlink-lwt.2.1 re.1.14.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 tcpip.9.0.1 topkg.1.1.1 tuntap.2.0.1 uutf.1.0.4" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.5 --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 2026-03-19 08:07.46: Using cache hint "mirage/charrua-ocaml/opam:debian-13-ocaml-5.4@sha256:30070b9c98c970b58b5493dcfc5809f1437b956d581925cd1e4498e3be84024f-debian-13-5.4_x86_32_opam-2.5-0dee310d5174c617f034a4b47a8c0e27" 2026-03-19 08:07.46: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-5.4@sha256:30070b9c98c970b58b5493dcfc5809f1437b956d581925cd1e4498e3be84024f) (comment debian-13-5.4_x86_32_opam-2.5) (user (uid 1000) (gid 1000)) (shell /usr/bin/linux32 /bin/sh -c) (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 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && 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 (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "alcotest.1.9.1 arp.4.1.0 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 cstruct-unix.6.2.0 digestif.1.3.0 domain-name.0.5.0 dune.3.22.0 dune-configurator.3.22.0 duration.0.2.1 eqaf.0.10 ethernet.3.2.0 fmt.0.11.0 ipaddr.5.6.2 ipaddr-cstruct.5.6.2 logs.0.10.0 lru.0.3.1 lwt.5.9.2 lwt-dllist.1.1.0 lwt_log.1.1.2 macaddr.5.6.2 macaddr-cstruct.5.6.2 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 metrics.0.5.0 mirage-crypto.2.1.0 mirage-crypto-rng.2.1.0 mirage-flow.5.0.0 mirage-mtime.5.2.0 mirage-net.4.0.0 mirage-sleep.4.1.0 mtime.2.1.0 num.1.6 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-option-bytecode-only.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 parsexp.v0.16.0 ppx_cstruct.6.2.0 ppx_derivers.1.2.1 ppxlib.0.37.0 psq.0.2.1 randomconv.0.2.0 rawlink.2.1 rawlink-lwt.2.1 re.1.14.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 tcpip.9.0.1 topkg.1.1.1 tuntap.2.0.1 uutf.1.0.4") (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 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")) ) 2026-03-19 08:07.46: Waiting for resource in pool OCluster 2026-03-19 17:37.10: Waiting for worker… 2026-03-19 17:41.32: Got resource from pool OCluster Building on doris.caelum.ci.dev All commits already cached HEAD is now at a65421c Prepare release 3.1.1 (from ocaml/opam:debian-13-ocaml-5.4@sha256:30070b9c98c970b58b5493dcfc5809f1437b956d581925cd1e4498e3be84024f) Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:30070b9c98c970b58b5493dcfc5809f1437b956d581925cd1e4498e3be84024f' locally docker.io/ocaml/opam@sha256:30070b9c98c970b58b5493dcfc5809f1437b956d581925cd1e4498e3be84024f: Pulling from ocaml/opam cdaf5c618b8f: Pulling fs layer 37b25bd564f1: Pulling fs layer b4419f8ddf31: Pulling fs layer fcddae90f741: Pulling fs layer 7bdc78f9e5b7: Pulling fs layer 5691c8ad5025: Pulling fs layer a00659447ced: Pulling fs layer 6da4c329d826: Pulling fs layer 7eb67c4488c7: Pulling fs layer ecb12f6f1366: Pulling fs layer 0bb29fc35e8f: Pulling fs layer 38773acba29b: Pulling fs layer 4ecb7fe6e6cd: Pulling fs layer a6ded0c5c651: Pulling fs layer a618a67fa30c: Pulling fs layer a00659447ced: Waiting 6da4c329d826: Waiting 7cfbd53f9185: Pulling fs layer 2dd6d5e64b1f: Pulling fs layer 7eb67c4488c7: Waiting ecb12f6f1366: Waiting 0bb29fc35e8f: Waiting 66e4c8c5b80d: Pulling fs layer fcddae90f741: Waiting 7bdc78f9e5b7: Waiting 93512fc5f7ca: Pulling fs layer 99a5c1cc5cf4: Pulling fs layer 38773acba29b: Waiting 4ecb7fe6e6cd: Waiting e77a47d92406: Pulling fs layer 66e4c8c5b80d: Waiting a6ded0c5c651: Waiting 4f4fb700ef54: Pulling fs layer 5691c8ad5025: Waiting 93512fc5f7ca: Waiting a618a67fa30c: Waiting 99a5c1cc5cf4: Waiting 2dd6d5e64b1f: Waiting 1e645893c166: Pulling fs layer 4f4fb700ef54: Waiting 4d79b77ccb64: Pulling fs layer 1e645893c166: Waiting 8f92218ad268: Pulling fs layer d37cd7807d67: Pulling fs layer e77a47d92406: Waiting eae9cdbb8e94: Pulling fs layer 00e84e4dddf6: Pulling fs layer 4d79b77ccb64: Waiting d37cd7807d67: Waiting 8f92218ad268: Waiting eae9cdbb8e94: Waiting ec5e1e9d7a11: Pulling fs layer 5a366988733e: Pulling fs layer 5d3dff2b6c80: Pulling fs layer 00e84e4dddf6: Waiting ec5e1e9d7a11: Waiting 2d08b04c2596: Pulling fs layer 5d3dff2b6c80: Waiting 5a366988733e: Waiting fb41acb401da: Pulling fs layer 7af27a693e4f: Pulling fs layer fb41acb401da: Waiting 2d08b04c2596: Waiting 615b51657365: Pulling fs layer ac9ea76617e5: Pulling fs layer 615b51657365: Waiting 7af27a693e4f: Waiting 2f380e108faf: Pulling fs layer abe564c0399a: Pulling fs layer 2f380e108faf: Waiting 4958a3486050: Pulling fs layer 7937a8b7141c: Pulling fs layer abe564c0399a: Waiting 4958a3486050: Waiting 2e40cefb48f7: Pulling fs layer f621bcf90303: Pulling fs layer 7937a8b7141c: Waiting 52843526e764: Pulling fs layer 6b4582dba7d3: Pulling fs layer f621bcf90303: Waiting 0989d6de0bfa: Pulling fs layer 52843526e764: Waiting 278bff09f876: Pulling fs layer 0989d6de0bfa: Waiting 6b4582dba7d3: Waiting 7b517c3d6b3e: Pulling fs layer 278bff09f876: Waiting 7b517c3d6b3e: Waiting 37b25bd564f1: Verifying Checksum 37b25bd564f1: Download complete b4419f8ddf31: Verifying Checksum b4419f8ddf31: Download complete 7bdc78f9e5b7: Verifying Checksum 7bdc78f9e5b7: Download complete cdaf5c618b8f: Verifying Checksum cdaf5c618b8f: Download complete a00659447ced: Verifying Checksum a00659447ced: Download complete 6da4c329d826: Verifying Checksum 6da4c329d826: Download complete 5691c8ad5025: Verifying Checksum 5691c8ad5025: Download complete 7eb67c4488c7: Verifying Checksum 7eb67c4488c7: Download complete cdaf5c618b8f: Pull complete 37b25bd564f1: Pull complete b4419f8ddf31: Pull complete ecb12f6f1366: Verifying Checksum ecb12f6f1366: Download complete 0bb29fc35e8f: Verifying Checksum 0bb29fc35e8f: Download complete 4ecb7fe6e6cd: Verifying Checksum 4ecb7fe6e6cd: Download complete 38773acba29b: Verifying Checksum 38773acba29b: Download complete a6ded0c5c651: Verifying Checksum a6ded0c5c651: Download complete fcddae90f741: Verifying Checksum fcddae90f741: Download complete a618a67fa30c: Verifying Checksum a618a67fa30c: Download complete 7cfbd53f9185: Download complete 2dd6d5e64b1f: Verifying Checksum 2dd6d5e64b1f: Download complete 66e4c8c5b80d: Verifying Checksum 66e4c8c5b80d: Download complete 99a5c1cc5cf4: Verifying Checksum 99a5c1cc5cf4: Download complete fcddae90f741: Pull complete 7bdc78f9e5b7: Pull complete e77a47d92406: Verifying Checksum e77a47d92406: Download complete 93512fc5f7ca: Verifying Checksum 93512fc5f7ca: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete 1e645893c166: Verifying Checksum 1e645893c166: Download complete 4d79b77ccb64: Download complete 8f92218ad268: Download complete eae9cdbb8e94: Download complete d37cd7807d67: Download complete 00e84e4dddf6: Download complete ec5e1e9d7a11: Download complete 5a366988733e: Verifying Checksum 5a366988733e: Download complete 5d3dff2b6c80: Verifying Checksum 5d3dff2b6c80: Download complete 2d08b04c2596: Download complete fb41acb401da: Verifying Checksum fb41acb401da: Download complete 7af27a693e4f: Verifying Checksum 7af27a693e4f: Download complete ac9ea76617e5: Verifying Checksum ac9ea76617e5: Download complete abe564c0399a: Verifying Checksum abe564c0399a: Download complete 4958a3486050: Download complete 7937a8b7141c: Download complete 2e40cefb48f7: Download complete f621bcf90303: Verifying Checksum f621bcf90303: Download complete 52843526e764: Verifying Checksum 52843526e764: Download complete 2f380e108faf: Verifying Checksum 2f380e108faf: Download complete 0989d6de0bfa: Verifying Checksum 0989d6de0bfa: Download complete 615b51657365: Verifying Checksum 615b51657365: Download complete 278bff09f876: Verifying Checksum 278bff09f876: Download complete 7b517c3d6b3e: Verifying Checksum 7b517c3d6b3e: Download complete 6b4582dba7d3: Verifying Checksum 6b4582dba7d3: Download complete 5691c8ad5025: Pull complete a00659447ced: Pull complete 6da4c329d826: Pull complete 7eb67c4488c7: Pull complete ecb12f6f1366: Pull complete 0bb29fc35e8f: Pull complete 38773acba29b: Pull complete 4ecb7fe6e6cd: Pull complete a6ded0c5c651: Pull complete a618a67fa30c: Pull complete 7cfbd53f9185: Pull complete 2dd6d5e64b1f: Pull complete 66e4c8c5b80d: Pull complete 93512fc5f7ca: Pull complete 99a5c1cc5cf4: Pull complete e77a47d92406: Pull complete 4f4fb700ef54: Pull complete 1e645893c166: Pull complete 4d79b77ccb64: Pull complete 8f92218ad268: Pull complete d37cd7807d67: Pull complete eae9cdbb8e94: Pull complete 00e84e4dddf6: Pull complete ec5e1e9d7a11: Pull complete 5a366988733e: Pull complete 5d3dff2b6c80: Pull complete 2d08b04c2596: Pull complete fb41acb401da: Pull complete 7af27a693e4f: Pull complete 615b51657365: Pull complete ac9ea76617e5: Pull complete 2f380e108faf: Pull complete abe564c0399a: Pull complete 4958a3486050: Pull complete 7937a8b7141c: Pull complete 2e40cefb48f7: Pull complete f621bcf90303: Pull complete 52843526e764: Pull complete 6b4582dba7d3: Pull complete 0989d6de0bfa: Pull complete 278bff09f876: Pull complete 7b517c3d6b3e: Pull complete Digest: sha256:30070b9c98c970b58b5493dcfc5809f1437b956d581925cd1e4498e3be84024f Status: Downloaded newer image for ocaml/opam@sha256:30070b9c98c970b58b5493dcfc5809f1437b956d581925cd1e4498e3be84024f 2026-03-19 17:43.54 ---> using "6ef7c4dfa260c69dbf612c0803aa6fe165260bac8a8ff025165083c7f4ed60d5" from cache /: (comment debian-13-5.4_x86_32_opam-2.5) /: (user (uid 1000) (gid 1000)) /: (shell /usr/bin/linux32 /bin/sh -c) /: (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-19 17:44.33 ---> using "6070637481c758e5cea84d8fd48c7b367b64ae41b9c6d5510a91855bf6bd8368" from cache /src: (run (shell "opam init --reinit -ni")) Configuring from /home/opam/.opamrc and then from built-in defaults. Checking for available remotes: rsync and local, git. - you won't be able to use mercurial repositories unless you install the hg command on your system. - you won't be able to use darcs repositories unless you install the darcs command on your system. This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted. You may want to back it up before going further. Continue? [Y/n] y [NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using: opam option jobs=71 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-03-19 17:45.29 ---> using "f6fb08f30833a6f425444a0b0d5842399e7941155fa50e27c69030458654429b" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-94-generic The OCaml toplevel, version 5.4.0 2.5.0 2026-03-19 17:46.35 ---> using "62ac654a3761b416478ffcdcdd3186f0fa7eb4bf349dd01f0b072be695f9e5e9" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-03-19 17:47.11 ---> using "257ece4f5b38c88d6ce21f79de330467746628390bcc6cd8555cf5711f81e46c" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD ffb54b9bdd..9f189ca4f9 master -> origin/master 9f189ca4f9 Merge pull request #29562 from shonfeder/release-dune-3.22.0 <><> 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-19 17:48.16 ---> using "444f6b69f24bc892dc3bfbe4c95b9c7b75493b98e58641e619c67a706af38949" from cache /src: (copy (src charrua.opam charrua-unix.opam charrua-server.opam charrua-client.opam) (dst ./)) 2026-03-19 17:56.27 ---> saved as "09c6a17266fdf9e734c8e18b159d6401883736dca5179bd3acc83493d2bddbc3" /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) 2026-03-19 18:02.45 ---> saved as "a4c31782e1f538d0ddfce9e22f3d174475721338ab729c5255ffc634911df4e9" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-03-19 18:06.14 ---> saved as "1b9affee799e49e116c7846249dcff882f47c7d7129c05e6411e4fb18f86049f" /src: (env DEPS "alcotest.1.9.1 arp.4.1.0 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 cstruct-unix.6.2.0 digestif.1.3.0 domain-name.0.5.0 dune.3.22.0 dune-configurator.3.22.0 duration.0.2.1 eqaf.0.10 ethernet.3.2.0 fmt.0.11.0 ipaddr.5.6.2 ipaddr-cstruct.5.6.2 logs.0.10.0 lru.0.3.1 lwt.5.9.2 lwt-dllist.1.1.0 lwt_log.1.1.2 macaddr.5.6.2 macaddr-cstruct.5.6.2 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 metrics.0.5.0 mirage-crypto.2.1.0 mirage-crypto-rng.2.1.0 mirage-flow.5.0.0 mirage-mtime.5.2.0 mirage-net.4.0.0 mirage-sleep.4.1.0 mtime.2.1.0 num.1.6 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-option-bytecode-only.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 parsexp.v0.16.0 ppx_cstruct.6.2.0 ppx_derivers.1.2.1 ppxlib.0.37.0 psq.0.2.1 randomconv.0.2.0 rawlink.2.1 rawlink-lwt.2.1 re.1.14.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 tcpip.9.0.1 topkg.1.1.1 tuntap.2.0.1 uutf.1.0.4") /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 charrua.dev charrua-unix.dev charrua-server.dev charrua-client.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Get:1 http://deb.debian.org/debian trixie InRelease [140 kB] - 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 trixie/main i386 Packages [9430 kB] - Get:5 http://deb.debian.org/debian-security trixie-security/main i386 Packages [106 kB] - Fetched 9768 kB in 1s (8388 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-option-bytecode-only is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml is already installed (current version is 5.4.0). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-nnp is already installed (current version is base). [NOTE] Package base-effects is already installed (current version is base). [NOTE] Package base-domains is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). # To update the current shell environment, run: eval $(opam env) 2026-03-19 18:23.44 ---> saved as "9edd8420635f6d8b93cca832d70feb1230e4263317c59d1a1702a8b0dc7cd357" /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-option-bytecode-only is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml is already installed (current version is 5.4.0). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-nnp is already installed (current version is base). [NOTE] Package base-effects is already installed (current version is base). [NOTE] Package base-domains is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). The following actions will be performed: === install 64 packages - install alcotest 1.9.1 - install arp 4.1.0 - install astring 0.8.5 - install base-bytes base - 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 cstruct-unix 6.2.0 - install digestif 1.3.0 - install domain-name 0.5.0 - install dune 3.22.0 - install dune-configurator 3.22.0 - install duration 0.2.1 - install eqaf 0.10 - install ethernet 3.2.0 - install fmt 0.11.0 - install ipaddr 5.6.2 - install ipaddr-cstruct 5.6.2 - install logs 0.10.0 - install lru 0.3.1 - install lwt 5.9.2 - install lwt-dllist 1.1.0 - install lwt_log 1.1.2 - install macaddr 5.6.2 - install macaddr-cstruct 5.6.2 - install menhir 20260209 - install menhirCST 20260209 - install menhirGLR 20260209 - install menhirLib 20260209 - install menhirSdk 20260209 - install metrics 0.5.0 - install mirage-crypto 2.1.0 - install mirage-crypto-rng 2.1.0 - install mirage-flow 5.0.0 - install mirage-mtime 5.2.0 - install mirage-net 4.0.0 - install mirage-sleep 4.1.0 - install mtime 2.1.0 - install num 1.6 - install ocaml-compiler-libs v0.17.0 - install ocaml-syntax-shims 1.0.0 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ocplib-endian 1.2 - install ohex 0.2.0 - install parsexp v0.16.0 - install ppx_cstruct 6.2.0 - install ppx_derivers 1.2.1 - install ppxlib 0.37.0 - install psq 0.2.1 - install randomconv 0.2.0 - install rawlink 2.1 - install rawlink-lwt 2.1 - install re 1.14.0 - install seq base - install sexplib v0.16.0 - install sexplib0 v0.16.0 - install stdlib-shims 0.3.0 - install tcpip 9.0.1 - install topkg 1.1.1 - install tuntap 2.0.1 - install uutf 1.0.4 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved alcotest.1.9.1 (cached) -> retrieved arp.4.1.0 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved cppo.1.8.0 (cached) -> retrieved cmdliner.2.1.0 (cached) -> retrieved csexp.1.5.2 (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.5.0 (cached) -> retrieved duration.0.2.1 (cached) -> retrieved eqaf.0.10 (cached) -> retrieved ethernet.3.2.0 (cached) -> retrieved fmt.0.11.0 (cached) -> retrieved ipaddr.5.6.2, ipaddr-cstruct.5.6.2, macaddr.5.6.2, macaddr-cstruct.5.6.2 (cached) -> retrieved logs.0.10.0 (cached) -> retrieved digestif.1.3.0 (cached) -> retrieved lru.0.3.1 (cached) -> retrieved lwt-dllist.1.1.0 (cached) -> retrieved lwt_log.1.1.2 (cached) -> retrieved lwt.5.9.2 (cached) -> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached) -> retrieved dune.3.22.0, dune-configurator.3.22.0 (cached) -> retrieved metrics.0.5.0 (cached) -> retrieved mirage-crypto.2.1.0, mirage-crypto-rng.2.1.0 (cached) -> retrieved mirage-flow.5.0.0 (cached) -> retrieved mirage-mtime.5.2.0 (cached) -> retrieved mirage-net.4.0.0 (cached) -> retrieved mirage-sleep.4.1.0 (cached) -> retrieved mtime.2.1.0 (cached) -> retrieved num.1.6 (cached) -> retrieved ocaml-compiler-libs.v0.17.0 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> installed cmdliner.2.1.0 -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocplib-endian.1.2 (cached) -> retrieved ohex.0.2.0 (cached) -> retrieved parsexp.v0.16.0 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved psq.0.2.1 (cached) -> retrieved randomconv.0.2.0 (cached) -> retrieved rawlink.2.1, rawlink-lwt.2.1 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved ppxlib.0.37.0 (cached) -> retrieved re.1.14.0 (cached) -> retrieved sexplib.v0.16.0 (cached) -> retrieved sexplib0.v0.16.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved tuntap.2.0.1 (cached) -> retrieved tcpip.9.0.1 (cached) -> retrieved topkg.1.1.1 (cached) -> retrieved uutf.1.0.4 (cached) -> installed num.1.6 -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed ocamlbuild.0.16.1 -> installed topkg.1.1.1 -> installed mtime.2.1.0 -> installed uutf.1.0.4 -> installed fmt.0.11.0 -> installed astring.0.8.5 -> installed dune.3.22.0 -> installed csexp.1.5.2 -> installed cppo.1.8.0 -> installed cstruct.6.2.0 -> installed domain-name.0.5.0 -> installed duration.0.2.1 -> installed eqaf.0.10 -> installed lwt-dllist.1.1.0 -> installed macaddr.5.6.2 -> installed menhirCST.20260209 -> installed menhirGLR.20260209 -> installed menhirLib.20260209 -> installed menhirSdk.20260209 -> installed metrics.0.5.0 -> installed mirage-mtime.5.2.0 -> installed ohex.0.2.0 -> installed ppx_derivers.1.2.1 -> installed psq.0.2.1 -> installed randomconv.0.2.0 -> installed re.1.14.0 -> installed sexplib0.v0.16.0 -> installed stdlib-shims.0.3.0 -> installed ocplib-endian.1.2 -> installed cstruct-unix.6.2.0 -> installed macaddr-cstruct.5.6.2 -> installed lru.0.3.1 -> installed ipaddr.5.6.2 -> installed ipaddr-cstruct.5.6.2 -> installed tuntap.2.0.1 -> installed digestif.1.3.0 -> installed parsexp.v0.16.0 -> installed ocaml-syntax-shims.1.0.0 -> installed ocaml-compiler-libs.v0.17.0 -> installed dune-configurator.3.22.0 -> installed sexplib.v0.16.0 -> installed alcotest.1.9.1 -> installed mirage-crypto.2.1.0 -> installed lwt.5.9.2 -> installed mirage-flow.5.0.0 -> installed cstruct-lwt.6.2.0 -> installed mirage-net.4.0.0 -> installed mirage-sleep.4.1.0 -> installed lwt_log.1.1.2 -> installed logs.0.10.0 -> installed ethernet.3.2.0 -> installed arp.4.1.0 -> installed mirage-crypto-rng.2.1.0 -> installed tcpip.9.0.1 -> installed menhir.20260209 -> installed ppxlib.0.37.0 -> installed ppx_cstruct.6.2.0 -> installed rawlink.2.1 -> installed rawlink-lwt.2.1 Done. # To update the current shell environment, run: eval $(opam env) 2026-03-19 18:39.47 ---> saved as "10207f9b30eafc1d1fea9ff55227916dba801a80c35e980622515d416c5967d9" /src: (copy (src .) (dst /src)) 2026-03-19 18:41.32: Cancelling: Timeout (60.0 minutes) Job cancelled 2026-03-19 18:48.17: Timeout (60.0 minutes)