2026-02-10 21:24.10: New job: test ocaml-gospel/gospel https://github.com/ocaml-gospel/gospel.git#refs/heads/main (2632a93dde3783347cdbe476b7a0dc00ff60d065) (linux-x86_64:ubuntu-22.04-5.4_opam-2.5)Base: ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:d4a27ab95df84adf31c981e5685c02ea85ca52f32f7984c6c442c99dc13b2edfOpam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-gospel/gospel.git" -b "main" && cd "gospel" && git reset --hard 2632a93dcat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:d4a27ab95df84adf31c981e5685c02ea85ca52f32f7984c6c442c99dc13b2edf# ubuntu-22.04-5.4_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 98d5860f2a88bcf813cb6816f5afb924cab026a0 || git fetch origin master) && git reset -q --hard 98d5860f2a88bcf813cb6816f5afb924cab026a0 && 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.0 dune-build-info.3.21.0 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-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 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-10 21:24.10: Using cache hint "ocaml-gospel/gospel-ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:d4a27ab95df84adf31c981e5685c02ea85ca52f32f7984c6c442c99dc13b2edf-ubuntu-22.04-5.4_opam-2.5-ffa0e336e6714138b306748cb29ab9fd"2026-02-10 21:24.10: Using OBuilder spec:((from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:d4a27ab95df84adf31c981e5685c02ea85ca52f32f7984c6c442c99dc13b2edf)(comment ubuntu-22.04-5.4_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 98d5860f2a88bcf813cb6816f5afb924cab026a0 || git fetch origin master) && git reset -q --hard 98d5860f2a88bcf813cb6816f5afb924cab026a0 && 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.0 dune-build-info.3.21.0 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-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 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-10 21:24.10: Waiting for resource in pool OCluster2026-02-10 22:01.01: Waiting for worker…2026-02-10 22:05.59: Got resource from pool OClusterBuilding on laodoke.caelum.ci.devAll commits already cachedHEAD is now at 2632a93 Merge pull request #473 from mrjazzybread/namelookup(from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:d4a27ab95df84adf31c981e5685c02ea85ca52f32f7984c6c442c99dc13b2edf)Unable to find image 'ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:d4a27ab95df84adf31c981e5685c02ea85ca52f32f7984c6c442c99dc13b2edf' locallydocker.io/ocaml/opam@sha256:d4a27ab95df84adf31c981e5685c02ea85ca52f32f7984c6c442c99dc13b2edf: Pulling from ocaml/opam7e49dc6156b0: Pulling fs layer65bdcb90cd9a: Pulling fs layer8a57a4c399f1: Pulling fs layer59c09820d352: Pulling fs layer0b0f4f66ef34: Pulling fs layere90294888346: Pulling fs layerce0c8e352950: Pulling fs layere1c547e72f55: Pulling fs layerf65f7d0d5a6b: Pulling fs layer5bf8f7b5ae47: Pulling fs layer8a57a4c399f1: Waiting7e49dc6156b0: Waiting0b0f4f66ef34: Waiting4c0063a04a4f: Pulling fs layer59c09820d352: Waiting8f78cdfec5cd: Pulling fs layerce0c8e352950: Waitinge90294888346: Waitingf65f7d0d5a6b: Waitinge1c547e72f55: Waiting5bf8f7b5ae47: Waiting65bdcb90cd9a: Waiting576b7ada738c: Pulling fs layer4c0063a04a4f: Waiting08e02ba26792: Pulling fs layer576b7ada738c: Waiting2178ec162f17: Pulling fs layer08e02ba26792: Waiting1e3cdad8c2cf: Pulling fs layer2178ec162f17: Waitingb8bc66c50efe: Pulling fs layer1e3cdad8c2cf: Waiting4f4fb700ef54: Pulling fs layerb8bc66c50efe: Waitingc97176e241e4: Pulling fs layer4f4fb700ef54: Waiting4e3fb299a44e: Pulling fs layerc97176e241e4: Waiting918a18accca5: Pulling fs layer4e3fb299a44e: Waiting918a18accca5: Waitinga67fbef18c3b: Pulling fs layer493e62f841d2: Pulling fs layera67fbef18c3b: Waiting63f963a03809: Pulling fs layer493e62f841d2: Waiting11fba2bf1c32: Pulling fs layer63f963a03809: Waiting6566e414ef98: Pulling fs layer11fba2bf1c32: Waiting242773756c53: Pulling fs layer6566e414ef98: Waiting242773756c53: Waiting347353cb20e5: Pulling fs layera3406a4edb0c: Pulling fs layer347353cb20e5: Waiting410a36612209: Pulling fs layera3406a4edb0c: Waiting2d65b6db5b4b: Pulling fs layer410a36612209: Waitingf3e3808d15ca: Pulling fs layer2d65b6db5b4b: Waiting7acec8b986fd: Pulling fs layerf3e3808d15ca: Waitinga6c7dcc7803f: Pulling fs layer7acec8b986fd: Waiting92d000ad2eb2: Pulling fs layera6c7dcc7803f: Waitinga9b5fc1c0e92: Pulling fs layer92d000ad2eb2: Waiting8bc304301dd4: Pulling fs layera9b5fc1c0e92: Waiting0712946836c1: Pulling fs layer8bc304301dd4: Waiting47bb5b5c05ac: Pulling fs layer0712946836c1: Waitingd05226ef3202: Pulling fs layer47bb5b5c05ac: Waiting9204c000513f: Pulling fs layerd05226ef3202: Waiting19ed4e99d5ff: Pulling fs layer9204c000513f: Waitingbfa9cec314e2: Pulling fs layer19ed4e99d5ff: Waitingace257d32dbc: Pulling fs layerbfa9cec314e2: Waitingd6fdef0c42fe: Pulling fs layerace257d32dbc: Waiting2bd2e738cdab: Pulling fs layerd6fdef0c42fe: Waiting2bd2e738cdab: Waiting7e49dc6156b0: Verifying Checksum7e49dc6156b0: Download complete65bdcb90cd9a: Verifying Checksum65bdcb90cd9a: Download complete8a57a4c399f1: Download complete59c09820d352: Verifying Checksum59c09820d352: Download complete0b0f4f66ef34: Verifying Checksum0b0f4f66ef34: Download completece0c8e352950: Verifying Checksumce0c8e352950: Download complete7e49dc6156b0: Pull complete65bdcb90cd9a: Pull complete8a57a4c399f1: Pull completee1c547e72f55: Verifying Checksume1c547e72f55: Download completee90294888346: Verifying Checksume90294888346: Download completef65f7d0d5a6b: Verifying Checksumf65f7d0d5a6b: Download complete5bf8f7b5ae47: Verifying Checksum5bf8f7b5ae47: Download complete8f78cdfec5cd: Verifying Checksum8f78cdfec5cd: Download complete4c0063a04a4f: Verifying Checksum4c0063a04a4f: Download complete08e02ba26792: Verifying Checksum08e02ba26792: Download complete576b7ada738c: Verifying Checksum576b7ada738c: Download complete59c09820d352: Pull completeb8bc66c50efe: Download complete2178ec162f17: Verifying Checksum2178ec162f17: Download complete1e3cdad8c2cf: Verifying Checksum1e3cdad8c2cf: Download complete0b0f4f66ef34: Pull complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download completec97176e241e4: Download complete4e3fb299a44e: Verifying Checksum4e3fb299a44e: Download complete918a18accca5: Verifying Checksum918a18accca5: Download completea67fbef18c3b: Verifying Checksuma67fbef18c3b: Download complete493e62f841d2: Verifying Checksum493e62f841d2: Download complete63f963a03809: Download complete11fba2bf1c32: Verifying Checksum11fba2bf1c32: Download complete6566e414ef98: Verifying Checksum6566e414ef98: Download complete242773756c53: Verifying Checksum242773756c53: Download completea3406a4edb0c: Verifying Checksuma3406a4edb0c: Download complete347353cb20e5: Download complete410a36612209: Download completef3e3808d15ca: Verifying Checksumf3e3808d15ca: Download complete2d65b6db5b4b: Download complete7acec8b986fd: Verifying Checksum7acec8b986fd: Download complete92d000ad2eb2: Download complete8bc304301dd4: Download complete0712946836c1: Download complete47bb5b5c05ac: Download completed05226ef3202: Download complete9204c000513f: Verifying Checksum9204c000513f: Download complete19ed4e99d5ff: Verifying Checksum19ed4e99d5ff: Download completea9b5fc1c0e92: Verifying Checksuma9b5fc1c0e92: Download completeace257d32dbc: Verifying Checksumace257d32dbc: Download completed6fdef0c42fe: Verifying Checksumd6fdef0c42fe: Download complete2bd2e738cdab: Verifying Checksum2bd2e738cdab: Download completebfa9cec314e2: Verifying Checksumbfa9cec314e2: Download completea6c7dcc7803f: Verifying Checksuma6c7dcc7803f: Download completee90294888346: Pull completece0c8e352950: Pull completee1c547e72f55: Pull completef65f7d0d5a6b: Pull complete5bf8f7b5ae47: Pull complete4c0063a04a4f: Pull complete8f78cdfec5cd: Pull complete576b7ada738c: Pull complete08e02ba26792: Pull complete2178ec162f17: Pull complete1e3cdad8c2cf: Pull completeb8bc66c50efe: Pull complete4f4fb700ef54: Pull completec97176e241e4: Pull complete4e3fb299a44e: Pull complete918a18accca5: Pull completea67fbef18c3b: Pull complete493e62f841d2: Pull complete63f963a03809: Pull complete11fba2bf1c32: Pull complete6566e414ef98: Pull complete242773756c53: Pull complete347353cb20e5: Pull completea3406a4edb0c: Pull complete410a36612209: Pull complete2d65b6db5b4b: Pull completef3e3808d15ca: Pull complete7acec8b986fd: Pull completea6c7dcc7803f: Pull complete92d000ad2eb2: Pull completea9b5fc1c0e92: Pull complete8bc304301dd4: Pull complete0712946836c1: Pull complete47bb5b5c05ac: Pull completed05226ef3202: Pull complete9204c000513f: Pull complete19ed4e99d5ff: Pull completebfa9cec314e2: Pull completeace257d32dbc: Pull completed6fdef0c42fe: Pull complete2bd2e738cdab: Pull completeDigest: sha256:d4a27ab95df84adf31c981e5685c02ea85ca52f32f7984c6c442c99dc13b2edfStatus: Downloaded newer image for ocaml/opam@sha256:d4a27ab95df84adf31c981e5685c02ea85ca52f32f7984c6c442c99dc13b2edf2026-02-10 22:06.00 ---> using "7a9f40bfd6eae0cbe23271c7b8d132ab75e85de213c7201e41623cbd6253ba55" from cache/: (comment ubuntu-22.04-5.4_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-10 22:06.00 ---> using "b319cbce2e5705e4fb1f92cb4b1e300392daf9d5c0a365811116903b52ef003b" 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.Continue? [Y/n] yThis 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.Format upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-02-10 22:06.00 ---> using "cbc98d5810fbee3548b36119d392c05238b7cc66ed66e48cd90cc2787f9d646c" 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-10 22:06.00 ---> using "9288545b90511a0a602819257c8eb0739b9dea6623a0f0619c6a9dd8ef570a92" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-02-10 22:06.00 ---> using "69ca65ba44feda7c5f5d730d820704de55c243e0d7f002705bf5d264fa34fb9e" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 98d5860f2a88bcf813cb6816f5afb924cab026a0 || git fetch origin master) && git reset -q --hard 98d5860f2a88bcf813cb6816f5afb924cab026a0 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADa6b2f19780..98d5860f2a master -> origin/master98d5860f2a Merge pull request #29364 from fpottier/opam-publish-menhir.20260209<><> 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-10 22:06.00 ---> using "06e859b8ba60fe295a4490e52d93f9899a65affc6b410a29ae5bbe3ddf2e862f" from cache/src: (copy (src gospel.opam) (dst ./))2026-02-10 22:06.01 ---> saved as "39d55d58278d7f4ffea8a4d185d8d89ce842da00932222bfbd4c7cd742145571"/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-10 22:06.05 ---> saved as "c61b7c1419d5aa8c6b7fbd0c5feaa61cc29e9d005f5733fb97595f15ac3b45c3"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-02-10 22:06.06 ---> saved as "aae4b27213827ef739db2561d021ef7dbbbf5eddbfc53ce1aaea8b9e4b00a784"/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.0 dune-build-info.3.21.0 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-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 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://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]- Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease- Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]- Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]- Get:5 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [6396 kB]- Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [6678 kB]- Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3683 kB]- Get:8 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1297 kB]- Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [70.9 kB]- Get:10 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [62.6 kB]- Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1609 kB]- Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [4040 kB]- Fetched 24.2 MB in 4s (5851 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[gospel.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 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-02-10 22:06.37 ---> saved as "7eba4f318478e522efe359e6f1546f7deb3b2e7191acfbc6107b2c67a3fc5f04"/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 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 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.0- install dune-build-info 3.21.0- 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 fmt.0.11.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved inferno.20220603 (cached)-> retrieved ocaml-compiler-libs.v0.17.0 (cached)-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved dune.3.21.0, dune-build-info.3.21.0 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved odoc.3.1.0, odoc-parser.3.1.0 (cached)-> retrieved pp_loc.2.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)-> retrieved re.1.14.0 (cached)-> retrieved sexplib0.v0.17.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved tyxml.4.6.0 (cached)-> retrieved topkg.1.1.1 (cached)-> installed cmdliner.2.1.0-> installed seq.base-> retrieved unionFind.20250818 (cached)-> retrieved ppxlib.0.37.0 (cached)-> retrieved uutf.1.0.4 (cached)-> 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 ptime.1.2.0-> installed astring.0.8.5-> installed fpath.0.7.3-> installed dune.3.21.0-> installed camlp-streams.5.0.1-> installed cppo.1.8.0-> installed crunch.4.0.0-> installed menhirCST.20260209-> installed menhirLib.20260209-> installed menhirGLR.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 re.1.14.0-> installed ocaml-compiler-libs.v0.17.0-> installed inferno.20220603-> installed dune-build-info.3.21.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-10 22:10.24 ---> saved as "b01ccf45cb22a676824a4177c73bdf575833fcee086f13bf3746b636f17557a2"/src: (copy (src .) (dst /src))2026-02-10 22:10.25 ---> saved as "07584aa5a6b54aa1e16bc614d6b792f4ffef8bdd03c7ba9a7b87c1db587f7512"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2026-02-10 22:10.53 ---> saved as "fe41b5304c7111942ac7434a2a2f8a2165e4e163ba1ed9da1a8a08c3a3a7680a"Job succeeded2026-02-10 22:10.53: Job succeeded