2026-07-02 21:48.58: New job: test ocaml-ppx/cinaps https://github.com/ocaml-ppx/cinaps.git#refs/pull/10/head (3a1a3a9a51f16a9cd25488007b17368c34b8392c) (linux-riscv64:debian-13-4.14_riscv64_opam-2.5)Base: ocaml/opam:debian-13-ocaml-4.14@sha256:2d7773a44325d54a7b5e96972ab5e30ac53270d44f04b98ff552bfb936fd80a2Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-ppx/cinaps.git" && cd "cinaps" && git fetch origin "refs/pull/10/head" && git reset --hard 3a1a3a9acat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.14@sha256:2d7773a44325d54a7b5e96972ab5e30ac53270d44f04b98ff552bfb936fd80a2# debian-13-4.14_riscv64_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN cd ~/opam-repository && (git cat-file -e 8cd35acddd18fa903782ac90de78467ca3e3b506 || git fetch origin master) && git reset -q --hard 8cd35acddd18fa903782ac90de78467ca3e3b506 && git log --no-decorate -n1 --onelineRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN opam update -uCOPY --chown=1000:1000 cinaps.opam ./RUN opam pin add -yn cinaps.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="base.v0.16.5 base-bigarray.base base-threads.base base-unix.base base_quickcheck.v0.16.0 bin_prot.v0.16.0 csexp.1.5.2 dune.3.24.0 dune-configurator.3.24.0 fieldslib.v0.16.0 jane-street-headers.v0.16.0 jst-config.v0.16.0 num.1.6 ocaml.4.14.4 ocaml-base-compiler.4.14.4 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 parsexp.v0.16.0 ppx_assert.v0.16.0 ppx_base.v0.16.0 ppx_bench.v0.16.0 ppx_bin_prot.v0.16.0 ppx_cold.v0.16.0 ppx_compare.v0.16.0 ppx_custom_printf.v0.16.0 ppx_derivers.1.2.1 ppx_disable_unused_warnings.v0.16.0 ppx_enumerate.v0.16.0 ppx_expect.v0.16.2 ppx_fields_conv.v0.16.0 ppx_fixed_literal.v0.16.0 ppx_globalize.v0.16.0 ppx_hash.v0.16.0 ppx_here.v0.16.0 ppx_ignore_instrumentation.v0.16.0 ppx_inline_test.v0.16.1 ppx_jane.v0.16.0 ppx_let.v0.16.0 ppx_log.v0.16.0 ppx_module_timer.v0.16.0 ppx_optcomp.v0.16.0 ppx_optional.v0.16.0 ppx_pipebang.v0.16.0 ppx_sexp_conv.v0.16.0 ppx_sexp_message.v0.16.0 ppx_sexp_value.v0.16.0 ppx_stable.v0.16.0 ppx_stable_witness.v0.16.0 ppx_string.v0.16.0 ppx_tydi.v0.16.0 ppx_typerep_conv.v0.16.0 ppx_variants_conv.v0.16.0 ppxlib.0.35.0 re.1.14.0 sexplib.v0.16.0 sexplib0.v0.16.0 splittable_random.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 time_now.v0.16.0 typerep.v0.16.0 variantslib.v0.16.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y cinaps.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-07-02 21:48.58: Using cache hint "ocaml-ppx/cinaps-ocaml/opam:debian-13-ocaml-4.14@sha256:2d7773a44325d54a7b5e96972ab5e30ac53270d44f04b98ff552bfb936fd80a2-debian-13-4.14_riscv64_opam-2.5-0c31b5b6b72afc4da64669d99edeeab6"2026-07-02 21:48.58: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.14@sha256:2d7773a44325d54a7b5e96972ab5e30ac53270d44f04b98ff552bfb936fd80a2)(comment debian-13-4.14_riscv64_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 (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 8cd35acddd18fa903782ac90de78467ca3e3b506 || git fetch origin master) && git reset -q --hard 8cd35acddd18fa903782ac90de78467ca3e3b506 && git log --no-decorate -n1 --oneline"))(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 "opam update -u"))(copy (src cinaps.opam) (dst ./))(run (network host)(shell "opam pin add -yn cinaps.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "base.v0.16.5 base-bigarray.base base-threads.base base-unix.base base_quickcheck.v0.16.0 bin_prot.v0.16.0 csexp.1.5.2 dune.3.24.0 dune-configurator.3.24.0 fieldslib.v0.16.0 jane-street-headers.v0.16.0 jst-config.v0.16.0 num.1.6 ocaml.4.14.4 ocaml-base-compiler.4.14.4 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 parsexp.v0.16.0 ppx_assert.v0.16.0 ppx_base.v0.16.0 ppx_bench.v0.16.0 ppx_bin_prot.v0.16.0 ppx_cold.v0.16.0 ppx_compare.v0.16.0 ppx_custom_printf.v0.16.0 ppx_derivers.1.2.1 ppx_disable_unused_warnings.v0.16.0 ppx_enumerate.v0.16.0 ppx_expect.v0.16.2 ppx_fields_conv.v0.16.0 ppx_fixed_literal.v0.16.0 ppx_globalize.v0.16.0 ppx_hash.v0.16.0 ppx_here.v0.16.0 ppx_ignore_instrumentation.v0.16.0 ppx_inline_test.v0.16.1 ppx_jane.v0.16.0 ppx_let.v0.16.0 ppx_log.v0.16.0 ppx_module_timer.v0.16.0 ppx_optcomp.v0.16.0 ppx_optional.v0.16.0 ppx_pipebang.v0.16.0 ppx_sexp_conv.v0.16.0 ppx_sexp_message.v0.16.0 ppx_sexp_value.v0.16.0 ppx_stable.v0.16.0 ppx_stable_witness.v0.16.0 ppx_string.v0.16.0 ppx_tydi.v0.16.0 ppx_typerep_conv.v0.16.0 ppx_variants_conv.v0.16.0 ppxlib.0.35.0 re.1.14.0 sexplib.v0.16.0 sexplib0.v0.16.0 splittable_random.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 time_now.v0.16.0 typerep.v0.16.0 variantslib.v0.16.0")(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 cinaps.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-07-02 21:48.58: Waiting for resource in pool OCluster2026-07-03 18:42.38: Waiting for worker…2026-07-04 02:33.47: Got resource from pool OClusterBuilding on riscv-qemu-navajo-14All commits already cachedHEAD is now at 3a1a3a9 Update help(from ocaml/opam:debian-13-ocaml-4.14@sha256:2d7773a44325d54a7b5e96972ab5e30ac53270d44f04b98ff552bfb936fd80a2)Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:2d7773a44325d54a7b5e96972ab5e30ac53270d44f04b98ff552bfb936fd80a2' locallydocker.io/ocaml/opam@sha256:2d7773a44325d54a7b5e96972ab5e30ac53270d44f04b98ff552bfb936fd80a2: Pulling from ocaml/opamd3cd9ccb7f42: Pulling fs layer18a3ea756c71: Pulling fs layer3c0cf53d758a: Pulling fs layera9b397ad0c9f: Pulling fs layer157390685fdf: Pulling fs layer7fd017dd3de0: Pulling fs layer0b0d5be280c3: Pulling fs layer8f6c0f6fd7f4: Pulling fs layer1a813672e600: Pulling fs layera22396c7b2e8: Pulling fs layer5d8285550722: Pulling fs layer6f3f21bd5a2a: Pulling fs layer88620af90ff5: Pulling fs layera44534316ae1: Pulling fs layerba61830b098d: Pulling fs layerdc663b1a4563: Pulling fs layer4f4fb700ef54: Pulling fs layer271781c88823: Pulling fs layer19281649d2d3: Pulling fs layer84b123ba2482: Pulling fs layerf14afe7dac01: Pulling fs layerf1d3d45ac933: Pulling fs layer9283915bce3c: Pulling fs layer08f014a3c1e9: Pulling fs layer21f89444e2c7: Pulling fs layere39667ddf2b5: Pulling fs layer9d871c9a1c5e: Pulling fs layer01798b3efeb4: Pulling fs layere27365945df1: Pulling fs layer611387e3fe2f: Pulling fs layer23b1160432a3: Pulling fs layer7a93ffb18421: Pulling fs layer4b8db0f87d6e: Pulling fs layercc6a652e4633: Pulling fs layer0c4dce3c73a9: Pulling fs layerd74b5b7a32b6: Pulling fs layer134238d1e80b: Pulling fs layer0e9b33b2c46f: Pulling fs layer8317fb0f98fe: Pulling fs layer576d5322ac3b: Pulling fs layer0e564b0ba511: Pulling fs layerab751bbfd899: Pulling fs layerb159708ab9de: Pulling fs layerf4815e65d53d: Pulling fs layer4f4fb700ef54: Already existsab751bbfd899: Download completef4815e65d53d: Download complete0e9b33b2c46f: Download complete1a813672e600: Download completecc6a652e4633: Download complete0e564b0ba511: Download complete88620af90ff5: Download completef14afe7dac01: Download complete9d871c9a1c5e: Download completee27365945df1: Download completed74b5b7a32b6: Download completeb159708ab9de: Download complete84b123ba2482: Download complete18a3ea756c71: Download complete0c4dce3c73a9: Download complete19281649d2d3: Download complete0b0d5be280c3: Download complete576d5322ac3b: Download completee39667ddf2b5: Download complete01798b3efeb4: Download completed3cd9ccb7f42: Download completedc663b1a4563: Download completeba61830b098d: Download complete3c0cf53d758a: Download complete157390685fdf: Download complete611387e3fe2f: Download complete7a93ffb18421: Download complete4b8db0f87d6e: Download complete23b1160432a3: Download completef1d3d45ac933: Download complete08f014a3c1e9: Download complete8f6c0f6fd7f4: Download complete6f3f21bd5a2a: Download completea44534316ae1: Download completea22396c7b2e8: Download complete21f89444e2c7: Download complete9283915bce3c: Download completea9b397ad0c9f: Download complete5d8285550722: Download complete8317fb0f98fe: Download complete271781c88823: Download complete7fd017dd3de0: Download complete134238d1e80b: Download complete5d8285550722: Pull completed3cd9ccb7f42: Pull completef4815e65d53d: Pull completedc663b1a4563: Pull completea9b397ad0c9f: Pull complete7fd017dd3de0: Pull complete8f6c0f6fd7f4: Pull completea22396c7b2e8: Pull complete6f3f21bd5a2a: Pull complete9283915bce3c: Pull complete08f014a3c1e9: Pull completea44534316ae1: Pull complete21f89444e2c7: Pull complete9d871c9a1c5e: Pull complete0b0d5be280c3: Pull completee39667ddf2b5: Pull complete157390685fdf: Pull complete1a813672e600: Pull complete88620af90ff5: Pull completef14afe7dac01: Pull complete18a3ea756c71: Pull complete01798b3efeb4: Pull completeba61830b098d: Pull complete3c0cf53d758a: Pull complete4f4fb700ef54: Pull completee27365945df1: Pull complete576d5322ac3b: Pull complete611387e3fe2f: Pull complete7a93ffb18421: Pull complete4b8db0f87d6e: Pull complete23b1160432a3: Pull completecc6a652e4633: Pull completed74b5b7a32b6: Pull complete0c4dce3c73a9: Pull complete134238d1e80b: Pull complete0e9b33b2c46f: Pull complete8317fb0f98fe: Pull completeab751bbfd899: Pull complete0e564b0ba511: Pull completeb159708ab9de: Pull complete271781c88823: Pull complete19281649d2d3: Pull completef1d3d45ac933: Pull complete84b123ba2482: Pull completeDigest: sha256:2d7773a44325d54a7b5e96972ab5e30ac53270d44f04b98ff552bfb936fd80a2Status: Downloaded newer image for ocaml/opam@sha256:2d7773a44325d54a7b5e96972ab5e30ac53270d44f04b98ff552bfb936fd80a22026-07-04 02:34.00 ---> using "20d44307498c88cd6f1b24ecf56449990f8401f7552eff9f88e13ec45fb1f521" from cache/: (comment debian-13-4.14_riscv64_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-07-04 02:34.00 ---> using "da85d389735cd32996d2ea6ef8115cc54f67a2e5e74d96fa3c443d712ac12ad4" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 8cd35acddd18fa903782ac90de78467ca3e3b506 || git fetch origin master) && git reset -q --hard 8cd35acddd18fa903782ac90de78467ca3e3b506 && git log --no-decorate -n1 --oneline"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADb85f65c75d..e5bad6c27f master -> origin/master8cd35acddd Merge pull request #30092 from shonfeder/release-dune-3.24.02026-07-04 02:34.00 ---> using "fe19e71a8a083fccd1877965841ca7206fd1a1bc2b90cb598cc78d7fcaa7547e" 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.1 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 1 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=1 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repository2026-07-04 02:34.00 ---> using "9911c4ae9753fef1702853e4e103236f6370d6134f062996bbe1bab5498a4339" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 7.0.0-27-genericThe OCaml toplevel, version 4.14.42.5.12026-07-04 02:34.00 ---> using "eb070ba133e65671c378f53855547562fa27b6d6766057a938c4870c79bd600d" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-07-04 02:34.00 ---> using "ee78627247cc263126200f868f5ac0b0ae08efc38c7b0612f3c82f460e8f0c25" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update -u"))<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///home/opam/opam-repositoryEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).The following packages are not being upgraded because the new versions conflict with other installed packages:- ocaml.5.5.1- ocaml-config.3However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.1"), 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-07-04 02:34.00 ---> using "7779bc5765805786abae05a3bce4779d1c100f97a9388615114ce608c0b23aad" from cache/src: (copy (src cinaps.opam) (dst ./))2026-07-04 02:34.00 ---> using "2491a388fba8096ec39002f1b0c420e8e93391480f204285bf2cfa0b94e47ce9" from cache/src: (run (network host)(shell "opam pin add -yn cinaps.dev './'"))[cinaps.dev] synchronised (file:///src)cinaps is now pinned to file:///src (version dev)2026-07-04 02:34.00 ---> using "3f0e131090ecfeeb63d45672815813aa40a975db008fd41effa41f380302e34d" from cache/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-07-04 02:34.00 ---> using "393c97f062e8bdcf92e07e1463642e53ff36af58872c9de61af9830ae4f4fb65" from cache/src: (env DEPS "base.v0.16.5 base-bigarray.base base-threads.base base-unix.base base_quickcheck.v0.16.0 bin_prot.v0.16.0 csexp.1.5.2 dune.3.24.0 dune-configurator.3.24.0 fieldslib.v0.16.0 jane-street-headers.v0.16.0 jst-config.v0.16.0 num.1.6 ocaml.4.14.4 ocaml-base-compiler.4.14.4 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 parsexp.v0.16.0 ppx_assert.v0.16.0 ppx_base.v0.16.0 ppx_bench.v0.16.0 ppx_bin_prot.v0.16.0 ppx_cold.v0.16.0 ppx_compare.v0.16.0 ppx_custom_printf.v0.16.0 ppx_derivers.1.2.1 ppx_disable_unused_warnings.v0.16.0 ppx_enumerate.v0.16.0 ppx_expect.v0.16.2 ppx_fields_conv.v0.16.0 ppx_fixed_literal.v0.16.0 ppx_globalize.v0.16.0 ppx_hash.v0.16.0 ppx_here.v0.16.0 ppx_ignore_instrumentation.v0.16.0 ppx_inline_test.v0.16.1 ppx_jane.v0.16.0 ppx_let.v0.16.0 ppx_log.v0.16.0 ppx_module_timer.v0.16.0 ppx_optcomp.v0.16.0 ppx_optional.v0.16.0 ppx_pipebang.v0.16.0 ppx_sexp_conv.v0.16.0 ppx_sexp_message.v0.16.0 ppx_sexp_value.v0.16.0 ppx_stable.v0.16.0 ppx_stable_witness.v0.16.0 ppx_string.v0.16.0 ppx_tydi.v0.16.0 ppx_typerep_conv.v0.16.0 ppx_variants_conv.v0.16.0 ppxlib.0.35.0 re.1.14.0 sexplib.v0.16.0 sexplib0.v0.16.0 splittable_random.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 time_now.v0.16.0 typerep.v0.16.0 variantslib.v0.16.0")/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 cinaps.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 riscv64 Packages [214 kB]- Fetched 305 kB in 5s (64.9 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[cinaps.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.14.4).[NOTE] Package ocaml is already installed (current version is 4.14.4).[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).# To update the current shell environment, run: eval $(opam env)2026-07-04 02:34.00 ---> using "272793b43cf646d306864b5427ec26af2783f3a8c084f1185255698db7e75818" from cache/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.14.4).[NOTE] Package ocaml is already installed (current version is 4.14.4).[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 56 packages- install base v0.16.5- install base_quickcheck v0.16.0- install bin_prot v0.16.0- install csexp 1.5.2- install dune 3.24.0- install dune-configurator 3.24.0- install fieldslib v0.16.0- install jane-street-headers v0.16.0- install jst-config v0.16.0- install num 1.6- install ocaml-compiler-libs v0.12.4- install parsexp v0.16.0- install ppx_assert v0.16.0- install ppx_base v0.16.0- install ppx_bench v0.16.0- install ppx_bin_prot v0.16.0- install ppx_cold v0.16.0- install ppx_compare v0.16.0- install ppx_custom_printf v0.16.0- install ppx_derivers 1.2.1- install ppx_disable_unused_warnings v0.16.0- install ppx_enumerate v0.16.0- install ppx_expect v0.16.2- install ppx_fields_conv v0.16.0- install ppx_fixed_literal v0.16.0- install ppx_globalize v0.16.0- install ppx_hash v0.16.0- install ppx_here v0.16.0- install ppx_ignore_instrumentation v0.16.0- install ppx_inline_test v0.16.1- install ppx_jane v0.16.0- install ppx_let v0.16.0- install ppx_log v0.16.0- install ppx_module_timer v0.16.0- install ppx_optcomp v0.16.0- install ppx_optional v0.16.0- install ppx_pipebang v0.16.0- install ppx_sexp_conv v0.16.0- install ppx_sexp_message v0.16.0- install ppx_sexp_value v0.16.0- install ppx_stable v0.16.0- install ppx_stable_witness v0.16.0- install ppx_string v0.16.0- install ppx_tydi v0.16.0- install ppx_typerep_conv v0.16.0- install ppx_variants_conv v0.16.0- install ppxlib 0.35.0- install re 1.14.0- install sexplib v0.16.0- install sexplib0 v0.16.0- install splittable_random v0.16.0- install stdio v0.16.0- install stdlib-shims 0.3.0- install time_now v0.16.0- install typerep v0.16.0- install variantslib v0.16.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved base.v0.16.5 (cached)-> retrieved base_quickcheck.v0.16.0 (cached)-> retrieved bin_prot.v0.16.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved fieldslib.v0.16.0 (cached)-> retrieved jane-street-headers.v0.16.0 (cached)-> retrieved jst-config.v0.16.0 (cached)-> retrieved ocaml-compiler-libs.v0.12.4 (cached)-> retrieved num.1.6 (cached)-> retrieved parsexp.v0.16.0 (cached)-> retrieved ppx_assert.v0.16.0 (cached)-> retrieved ppx_base.v0.16.0 (cached)-> retrieved ppx_bench.v0.16.0 (cached)-> retrieved ppx_bin_prot.v0.16.0 (cached)-> retrieved ppx_cold.v0.16.0 (cached)-> retrieved ppx_compare.v0.16.0 (cached)-> retrieved ppx_custom_printf.v0.16.0 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_disable_unused_warnings.v0.16.0 (cached)-> retrieved ppx_enumerate.v0.16.0 (cached)-> retrieved ppx_expect.v0.16.2 (cached)-> retrieved ppx_fields_conv.v0.16.0 (cached)-> retrieved ppx_fixed_literal.v0.16.0 (cached)-> retrieved ppx_globalize.v0.16.0 (cached)-> retrieved ppx_here.v0.16.0 (cached)-> retrieved ppx_hash.v0.16.0 (cached)-> retrieved ppx_ignore_instrumentation.v0.16.0 (cached)-> retrieved ppx_inline_test.v0.16.1 (cached)-> retrieved ppx_jane.v0.16.0 (cached)-> retrieved ppx_let.v0.16.0 (cached)-> retrieved ppx_log.v0.16.0 (cached)-> retrieved ppx_module_timer.v0.16.0 (cached)-> retrieved ppx_optcomp.v0.16.0 (cached)-> retrieved ppx_optional.v0.16.0 (cached)-> retrieved ppx_pipebang.v0.16.0 (cached)-> retrieved ppx_sexp_message.v0.16.0 (cached)-> retrieved ppx_sexp_conv.v0.16.0 (cached)-> retrieved ppx_sexp_value.v0.16.0 (cached)-> retrieved ppx_stable.v0.16.0 (cached)-> retrieved ppx_stable_witness.v0.16.0 (cached)-> retrieved ppx_string.v0.16.0 (cached)-> retrieved ppx_tydi.v0.16.0 (cached)-> retrieved ppx_typerep_conv.v0.16.0 (cached)-> retrieved ppx_variants_conv.v0.16.0 (cached)-> retrieved re.1.14.0 (cached)-> retrieved sexplib.v0.16.0 (cached)-> retrieved ppxlib.0.35.0 (cached)-> retrieved sexplib0.v0.16.0 (cached)-> retrieved splittable_random.v0.16.0 (cached)-> retrieved stdio.v0.16.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved time_now.v0.16.0 (cached)-> retrieved typerep.v0.16.0 (cached)-> retrieved variantslib.v0.16.0 (cached)-> retrieved dune.3.24.0, dune-configurator.3.24.0 (cached)-> installed num.1.6-> installed dune.3.24.0-> installed jane-street-headers.v0.16.0-> installed csexp.1.5.2-> installed ppx_derivers.1.2.1-> installed ocaml-compiler-libs.v0.12.4-> installed re.1.14.0-> installed stdlib-shims.0.3.0-> installed sexplib0.v0.16.0-> installed dune-configurator.3.24.0-> installed parsexp.v0.16.0-> installed sexplib.v0.16.0-> installed base.v0.16.5-> installed fieldslib.v0.16.0-> installed stdio.v0.16.0-> installed variantslib.v0.16.0-> installed typerep.v0.16.0-> installed ppxlib.0.35.0-> installed ppx_cold.v0.16.0-> installed ppx_disable_unused_warnings.v0.16.0-> installed ppx_compare.v0.16.0-> installed ppx_enumerate.v0.16.0-> installed ppx_globalize.v0.16.0-> installed ppx_fields_conv.v0.16.0-> installed ppx_fixed_literal.v0.16.0-> installed ppx_here.v0.16.0-> installed ppx_optcomp.v0.16.0-> installed ppx_ignore_instrumentation.v0.16.0-> installed ppx_let.v0.16.0-> installed ppx_optional.v0.16.0-> installed ppx_pipebang.v0.16.0-> installed ppx_stable.v0.16.0-> installed ppx_sexp_conv.v0.16.0-> installed ppx_stable_witness.v0.16.0-> installed ppx_tydi.v0.16.0-> installed ppx_typerep_conv.v0.16.0-> installed ppx_assert.v0.16.0-> installed ppx_hash.v0.16.0-> installed ppx_custom_printf.v0.16.0-> installed ppx_base.v0.16.0-> installed jst-config.v0.16.0-> installed ppx_sexp_message.v0.16.0-> installed ppx_variants_conv.v0.16.0-> installed ppx_sexp_value.v0.16.0-> installed ppx_string.v0.16.0-> installed time_now.v0.16.0-> installed ppx_log.v0.16.0-> installed bin_prot.v0.16.0-> installed ppx_module_timer.v0.16.0-> installed ppx_inline_test.v0.16.1-> installed ppx_bin_prot.v0.16.0-> installed ppx_bench.v0.16.0-> installed ppx_expect.v0.16.2-> installed splittable_random.v0.16.0-> installed base_quickcheck.v0.16.0-> installed ppx_jane.v0.16.0Done.# To update the current shell environment, run: eval $(opam env)2026-07-04 02:34.00 ---> using "7396dfd1fedaae671c102a8955d7b96f6e433099374c940d98a6dba4b6c77f58" from cache/src: (copy (src .) (dst /src))2026-07-04 02:34.06 ---> saved as "b7148e74a445928c3bde4c60d6c393c3767f9cb0f8e001ad0c0e1db4921b31fd"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2026-07-04 02:35.13 ---> saved as "07e37b4782cbc97658d731e8ff0d92d192baaceb1da398f439bca30132428fe5"Job succeeded2026-07-04 02:35.13: Job succeeded