2026-02-13 08:09.14: New job: test ocaml-gospel/gospel https://github.com/ocaml-gospel/gospel.git#refs/heads/main (909ac36da279685aa8947cb3b9cbd2d6d7d0feef) (linux-x86_64:debian-13-5.4+flambda_opam-2.5)Base: ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:5e17466e6f7e30ed05201e6eaa188b26ed09caa5236a24a3ad1c6c17559fe4a8Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-gospel/gospel.git" -b "main" && cd "gospel" && git reset --hard 909ac36dcat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:5e17466e6f7e30ed05201e6eaa188b26ed09caa5236a24a3ad1c6c17559fe4a8# debian-13-5.4+flambda_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 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 gospel.opam ./RUN opam pin add -yn gospel.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.1.0 cppo.1.8.0 crunch.4.0.0 dune.3.21.1 dune-build-info.3.21.1 fmt.0.11.0 fpath.0.7.3 inferno.20220603 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-variants.5.4.0+options ocamlbuild.0.16.1 ocamlfind.1.9.8 odoc.3.1.0 odoc-parser.3.1.0 pp_loc.2.1.0 pprint.20230830 ppx_blob.0.9.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.37.0 ptime.1.2.0 re.1.14.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 tyxml.4.6.0 unionFind.20250818 uutf.1.0.4"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y gospel.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-02-13 08:09.14: Using cache hint "ocaml-gospel/gospel-ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:5e17466e6f7e30ed05201e6eaa188b26ed09caa5236a24a3ad1c6c17559fe4a8-debian-13-5.4+flambda_opam-2.5-995f2dfc1a9056f837564f3cf2eef2f7"2026-02-13 08:09.14: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:5e17466e6f7e30ed05201e6eaa188b26ed09caa5236a24a3ad1c6c17559fe4a8)(comment debian-13-5.4+flambda_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 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src gospel.opam) (dst ./))(run (network host)(shell "opam pin add -yn gospel.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.1.0 cppo.1.8.0 crunch.4.0.0 dune.3.21.1 dune-build-info.3.21.1 fmt.0.11.0 fpath.0.7.3 inferno.20220603 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-variants.5.4.0+options ocamlbuild.0.16.1 ocamlfind.1.9.8 odoc.3.1.0 odoc-parser.3.1.0 pp_loc.2.1.0 pprint.20230830 ppx_blob.0.9.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.37.0 ptime.1.2.0 re.1.14.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 tyxml.4.6.0 unionFind.20250818 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 gospel.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-02-13 08:09.14: Waiting for resource in pool OCluster2026-02-13 12:44.49: Waiting for worker…2026-02-13 12:47.12: Got resource from pool OClusterBuilding on laodoke.caelum.ci.devAll commits already cachedHEAD is now at 909ac36 Merge pull request #474 from mrjazzybread/loc_bug(from ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:5e17466e6f7e30ed05201e6eaa188b26ed09caa5236a24a3ad1c6c17559fe4a8)Unable to find image 'ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:5e17466e6f7e30ed05201e6eaa188b26ed09caa5236a24a3ad1c6c17559fe4a8' locallydocker.io/ocaml/opam@sha256:5e17466e6f7e30ed05201e6eaa188b26ed09caa5236a24a3ad1c6c17559fe4a8: Pulling from ocaml/opam281b80c799de: Pulling fs layer00fc4ac50d5e: Pulling fs layer7dc48a314bea: Pulling fs layer8f654937f9e3: Pulling fs layer1240f6fbe8cc: Pulling fs layerf77f967230a1: Pulling fs layer1b4ac3d9a8c2: Pulling fs layer27b61414175d: Pulling fs layer26fabf9b20e0: Pulling fs layerb4426e2c299b: Pulling fs layer9c12df827e83: Pulling fs layer9a5608646906: Pulling fs layer2a83342677ae: Pulling fs layer5cbaedd36b85: Pulling fs layer750a9830ac77: Pulling fs layer400560080670: Pulling fs layerbad13195b6fa: Pulling fs layerb51fe78b498e: Pulling fs layer185ce27e889b: Pulling fs layer8a483dc1e759: Pulling fs layer4de9d6d54a13: Pulling fs layer0c268a22c8a0: Pulling fs layer4f4fb700ef54: Pulling fs layere61881bc2621: Pulling fs layerc864a4af1ff0: Pulling fs layer42d012f62ad9: Pulling fs layerccb2ed78fa2e: Pulling fs layer84c22434b2f6: Pulling fs layer18c972827b32: Pulling fs layer4c6dcdff9e80: Pulling fs layer280bf9d33ca6: Pulling fs layer51ce8c29753c: Pulling fs layer5ac80663b9d2: Pulling fs layer93f877c915e3: Pulling fs layer8573ccc6bb69: Pulling fs layerd26192cd75ec: Pulling fs layerc7cce15b715e: Pulling fs layerc998ca7b5976: Pulling fs layer3cd1b61d806b: Pulling fs layer19a26ec5319e: Pulling fs layerb1f6813045f3: Pulling fs layer2fb6fee07095: Pulling fs layerd7a8a6f23075: Pulling fs layerd1eb163b4fac: Pulling fs layer39e67413349c: Pulling fs layer32625120391d: Pulling fs layer2bb0fee11258: Pulling fs layeraed90036ed39: Pulling fs layerc864a4af1ff0: Waiting42d012f62ad9: Waitingccb2ed78fa2e: Waiting84c22434b2f6: Waiting18c972827b32: Waiting4c6dcdff9e80: Waiting280bf9d33ca6: Waiting51ce8c29753c: Waiting5ac80663b9d2: Waiting93f877c915e3: Waiting8573ccc6bb69: Waitingd26192cd75ec: Waitingc7cce15b715e: Waitingc998ca7b5976: Waiting3cd1b61d806b: Waiting19a26ec5319e: Waitingb1f6813045f3: Waiting2fb6fee07095: Waitingd7a8a6f23075: Waitingd1eb163b4fac: Waiting39e67413349c: Waiting32625120391d: Waiting2bb0fee11258: Waitingaed90036ed39: Waiting281b80c799de: Waiting00fc4ac50d5e: Waiting7dc48a314bea: Waiting8f654937f9e3: Waiting1240f6fbe8cc: Waiting400560080670: Waitingbad13195b6fa: Waitingb51fe78b498e: Waitingf77f967230a1: Waiting1b4ac3d9a8c2: Waiting185ce27e889b: Waiting8a483dc1e759: Waiting27b61414175d: Waiting4de9d6d54a13: Waiting26fabf9b20e0: Waitingb4426e2c299b: Waiting0c268a22c8a0: Waiting4f4fb700ef54: Waitinge61881bc2621: Waiting5cbaedd36b85: Waiting9c12df827e83: Waiting750a9830ac77: Waiting9a5608646906: Waiting2a83342677ae: Waiting281b80c799de: Verifying Checksum281b80c799de: Download complete00fc4ac50d5e: Verifying Checksum00fc4ac50d5e: Download complete7dc48a314bea: Download complete8f654937f9e3: Verifying Checksum8f654937f9e3: Download complete1240f6fbe8cc: Verifying Checksum1240f6fbe8cc: Download complete281b80c799de: Pull complete00fc4ac50d5e: Pull complete7dc48a314bea: Pull completef77f967230a1: Verifying Checksumf77f967230a1: Download complete8f654937f9e3: Pull complete1240f6fbe8cc: Pull complete1b4ac3d9a8c2: Verifying Checksum1b4ac3d9a8c2: Download complete27b61414175d: Verifying Checksum27b61414175d: Download complete26fabf9b20e0: Verifying Checksum26fabf9b20e0: Download completeb4426e2c299b: Download complete9c12df827e83: Verifying Checksum9c12df827e83: Download complete9a5608646906: Verifying Checksum9a5608646906: Download complete2a83342677ae: Download complete5cbaedd36b85: Verifying Checksum5cbaedd36b85: Download complete750a9830ac77: Download complete400560080670: Download completebad13195b6fa: Verifying Checksumbad13195b6fa: Download completeb51fe78b498e: Verifying Checksumb51fe78b498e: Download complete185ce27e889b: Download complete8a483dc1e759: Verifying Checksum8a483dc1e759: Download complete4de9d6d54a13: Verifying Checksum4de9d6d54a13: Download complete0c268a22c8a0: Download complete4f4fb700ef54: Download completee61881bc2621: Verifying Checksume61881bc2621: Download completec864a4af1ff0: Download complete42d012f62ad9: Download completeccb2ed78fa2e: Download complete84c22434b2f6: Verifying Checksum84c22434b2f6: Download complete18c972827b32: Verifying Checksum18c972827b32: Download complete4c6dcdff9e80: Verifying Checksum4c6dcdff9e80: Download complete280bf9d33ca6: Verifying Checksum280bf9d33ca6: Download complete51ce8c29753c: Verifying Checksum51ce8c29753c: Download complete5ac80663b9d2: Download complete93f877c915e3: Download complete8573ccc6bb69: Verifying Checksum8573ccc6bb69: Download completef77f967230a1: Pull complete1b4ac3d9a8c2: Pull complete27b61414175d: Pull complete26fabf9b20e0: Pull completeb4426e2c299b: Pull complete9c12df827e83: Pull complete9a5608646906: Pull complete2a83342677ae: Pull complete5cbaedd36b85: Pull complete750a9830ac77: Pull complete400560080670: Pull completebad13195b6fa: Pull completeb51fe78b498e: Pull complete185ce27e889b: Pull complete8a483dc1e759: Pull complete4de9d6d54a13: Pull complete0c268a22c8a0: Pull complete4f4fb700ef54: Pull completee61881bc2621: Pull completec864a4af1ff0: Pull complete42d012f62ad9: Pull completeccb2ed78fa2e: Pull complete84c22434b2f6: Pull complete18c972827b32: Pull complete4c6dcdff9e80: Pull complete280bf9d33ca6: Pull complete51ce8c29753c: Pull complete5ac80663b9d2: Pull complete93f877c915e3: Pull complete8573ccc6bb69: Pull completed26192cd75ec: Download completec7cce15b715e: Verifying Checksumc7cce15b715e: Download completec998ca7b5976: Verifying Checksumc998ca7b5976: Download complete3cd1b61d806b: Download complete19a26ec5319e: Download completeb1f6813045f3: Verifying Checksumb1f6813045f3: Download complete2fb6fee07095: Verifying Checksum2fb6fee07095: Download completed7a8a6f23075: Verifying Checksumd7a8a6f23075: Download completed1eb163b4fac: Verifying Checksumd1eb163b4fac: Download complete39e67413349c: Verifying Checksum39e67413349c: Download complete32625120391d: Verifying Checksum32625120391d: Download complete2bb0fee11258: Verifying Checksum2bb0fee11258: Download completeaed90036ed39: Download completed26192cd75ec: Pull completec7cce15b715e: Pull completec998ca7b5976: Pull complete3cd1b61d806b: Pull complete19a26ec5319e: Pull completeb1f6813045f3: Pull complete2fb6fee07095: Pull completed7a8a6f23075: Pull completed1eb163b4fac: Pull complete39e67413349c: Pull complete32625120391d: Pull complete2bb0fee11258: Pull completeaed90036ed39: Pull completeDigest: sha256:5e17466e6f7e30ed05201e6eaa188b26ed09caa5236a24a3ad1c6c17559fe4a8Status: Downloaded newer image for ocaml/opam@sha256:5e17466e6f7e30ed05201e6eaa188b26ed09caa5236a24a3ad1c6c17559fe4a82026-02-13 12:47.14 ---> using "c8fe2874b311935dab17a36a624c1c045982974c34bbbbb407f5c0ccc087ecd5" from cache/: (comment debian-13-5.4+flambda_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-02-13 12:47.14 ---> using "dc7db11a86192beda370fb584323a0dfd47e2408a50a956c3fbdc06f4ed32134" 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-02-13 12:47.14 ---> using "19f277dcba8e556396bf47163fbf03829c528b4fecc28881570beea9a359c780" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-90-genericThe OCaml toplevel, version 5.4.02.5.02026-02-13 12:47.14 ---> using "820ec10ceca1598c1fb72bc0f9449e0a41a767e7b34297851d598dcee674520b" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-02-13 12:47.14 ---> using "ab0b9c476a6011386a62452404a6d6cbf16cf3fb6ed3b41d647990ff2b891301" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADa6b2f19780..302e116c40 master -> origin/master302e116c40 Merge pull request #29374 from shonfeder/release-dune-3.21.1<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2026-02-13 12:47.14 ---> using "413f9ff6cd8de678f8916f2fa3fdbd0e383ca0106be67d8cfee8e40a4a6cda1c" from cache/src: (copy (src gospel.opam) (dst ./))2026-02-13 12:47.15 ---> saved as "f229ac9d1cb415a73455c2d1b75c96f65ee909410bd66c96cba62a088df74cb7"/src: (run (network host)(shell "opam pin add -yn gospel.dev './'"))[gospel.dev] synchronised (file:///src)gospel is now pinned to file:///src (version dev)2026-02-13 12:47.18 ---> saved as "9e699c057ae92dd9bc4a55b46118ac42573ae09193ea0d113d9c2803064d4869"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-02-13 12:47.18 ---> saved as "fb97b96de894406857ca8902bf008b04110c30a3a775aaf4d6da5199875e8d50"/src: (env DEPS "astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.1.0 cppo.1.8.0 crunch.4.0.0 dune.3.21.1 dune-build-info.3.21.1 fmt.0.11.0 fpath.0.7.3 inferno.20220603 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-variants.5.4.0+options ocamlbuild.0.16.1 ocamlfind.1.9.8 odoc.3.1.0 odoc-parser.3.1.0 pp_loc.2.1.0 pprint.20230830 ppx_blob.0.9.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.37.0 ptime.1.2.0 re.1.14.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 tyxml.4.6.0 unionFind.20250818 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 gospel.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 amd64 Packages [9670 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [108 kB]- Fetched 10.0 MB in 4s (2256 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[gospel.dev] synchronised (file:///src)[NOTE] Package ocaml-variants is already installed (current version is 5.4.0+options).[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 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-02-13 12:47.45 ---> saved as "ea4898a26b0603102fa72b866fba90926ad1027ad503f14d5bc46a8cbca286cc"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-variants is already installed (current version is 5.4.0+options).[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 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 35 packages- install astring 0.8.5- install camlp-streams 5.0.1- install cmdliner 2.1.0- install cppo 1.8.0- install crunch 4.0.0- install dune 3.21.1- install dune-build-info 3.21.1- install fmt 0.11.0- install fpath 0.7.3- install inferno 20220603- install menhir 20260209- install menhirCST 20260209- install menhirGLR 20260209- install menhirLib 20260209- install menhirSdk 20260209- install ocaml-compiler-libs v0.17.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install odoc 3.1.0- install odoc-parser 3.1.0- install pp_loc 2.1.0- install pprint 20230830- install ppx_blob 0.9.0- install ppx_derivers 1.2.1- install ppx_deriving 6.1.1- install ppxlib 0.37.0- install ptime 1.2.0- install re 1.14.0- install seq base- install sexplib0 v0.17.0- install stdlib-shims 0.3.0- install topkg 1.1.1- install tyxml 4.6.0- install unionFind 20250818- install uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved astring.0.8.5 (cached)-> retrieved camlp-streams.5.0.1 (cached)-> retrieved cmdliner.2.1.0 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved crunch.4.0.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved inferno.20220603 (cached)-> retrieved ocaml-compiler-libs.v0.17.0 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved pp_loc.2.1.0 (cached)-> retrieved dune.3.21.1, dune-build-info.3.21.1 (cached)-> retrieved odoc.3.1.0, odoc-parser.3.1.0 (cached)-> retrieved pprint.20230830 (cached)-> retrieved ppx_blob.0.9.0 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_deriving.6.1.1 (cached)-> retrieved ptime.1.2.0 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved re.1.14.0 (cached)-> retrieved sexplib0.v0.17.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved tyxml.4.6.0 (cached)-> retrieved unionFind.20250818 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved ppxlib.0.37.0 (cached)-> installed cmdliner.2.1.0-> installed ocamlfind.1.9.8-> installed ocamlbuild.0.16.1-> installed topkg.1.1.1-> installed uutf.1.0.4-> installed fmt.0.11.0-> installed astring.0.8.5-> installed ptime.1.2.0-> installed fpath.0.7.3-> installed dune.3.21.1-> installed camlp-streams.5.0.1-> installed cppo.1.8.0-> installed crunch.4.0.0-> installed menhirCST.20260209-> installed menhirGLR.20260209-> installed menhirLib.20260209-> installed menhirSdk.20260209-> installed pp_loc.2.1.0-> installed pprint.20230830-> installed ppx_derivers.1.2.1-> installed sexplib0.v0.17.0-> installed stdlib-shims.0.3.0-> installed unionFind.20250818-> installed odoc-parser.3.1.0-> installed inferno.20220603-> installed re.1.14.0-> installed dune-build-info.3.21.1-> installed ocaml-compiler-libs.v0.17.0-> installed tyxml.4.6.0-> installed menhir.20260209-> installed odoc.3.1.0-> installed ppxlib.0.37.0-> installed ppx_blob.0.9.0-> installed ppx_deriving.6.1.1Done.# To update the current shell environment, run: eval $(opam env)2026-02-13 12:53.12 ---> saved as "9ff0dce5942c03e471db7ab97d0dfc68e036d240df0f2e254b1321700c211970"/src: (copy (src .) (dst /src))2026-02-13 12:53.13 ---> saved as "f72e6bafbeef1ac2d0f2e457557fff7ba877381850997c2b0aea961a86b12044"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2026-02-13 12:53.43 ---> saved as "c763a67be0c40bdd2c02ce8ad57d0136307c2777315537a069901520602bc5b4"Job succeeded2026-02-13 12:53.43: Job succeeded