2026-06-09 17:49.50: New job: test ocaml-ppx/cinaps https://github.com/ocaml-ppx/cinaps.git#refs/pull/10/head (aa89b6c7e30acfc10f5667c4ba9fe854ee071091) (linux-x86_64:debian-13-4.11_opam-2.5)Base: ocaml/opam:debian-13-ocaml-4.11@sha256:6c34153b2b07fc0f884e792a60178e250c2d06a45050e01ed0883a67ec11440cOpam 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 aa89b6c7cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.11@sha256:6c34153b2b07fc0f884e792a60178e250c2d06a45050e01ed0883a67ec11440c# debian-13-4.11_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 c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && 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.15.2 base-bigarray.base base-threads.base base-unix.base base_quickcheck.v0.15.0 bin_prot.v0.15.0 csexp.1.5.2 dune.3.23.1 dune-configurator.3.22.2 fieldslib.v0.15.0 jane-street-headers.v0.15.0 jst-config.v0.15.1 num.1.6 ocaml.4.11.2 ocaml-base-compiler.4.11.2 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-secondary-compiler.4.14.2 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 parsexp.v0.15.0 ppx_assert.v0.15.0 ppx_base.v0.15.0 ppx_bench.v0.15.1 ppx_bin_prot.v0.15.0 ppx_cold.v0.15.0 ppx_compare.v0.15.0 ppx_custom_printf.v0.15.0 ppx_derivers.1.2.1 ppx_disable_unused_warnings.v0.15.0 ppx_enumerate.v0.15.0 ppx_expect.v0.15.1 ppx_fields_conv.v0.15.0 ppx_fixed_literal.v0.15.0 ppx_hash.v0.15.0 ppx_here.v0.15.0 ppx_ignore_instrumentation.v0.15.0 ppx_inline_test.v0.15.1 ppx_jane.v0.15.0 ppx_let.v0.15.0 ppx_log.v0.15.0 ppx_module_timer.v0.15.0 ppx_optcomp.v0.15.0 ppx_optional.v0.15.0 ppx_pipebang.v0.15.0 ppx_sexp_conv.v0.15.1 ppx_sexp_message.v0.15.0 ppx_sexp_value.v0.15.0 ppx_stable.v0.15.0 ppx_string.v0.15.0 ppx_typerep_conv.v0.15.0 ppx_variants_conv.v0.15.0 ppxlib.0.35.0 re.1.11.0 seq.base sexplib.v0.15.1 sexplib0.v0.15.1 splittable_random.v0.15.0 stdio.v0.15.0 stdlib-shims.0.3.0 time_now.v0.15.0 typerep.v0.15.0 variantslib.v0.15.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-06-09 17:49.50: Using cache hint "ocaml-ppx/cinaps-ocaml/opam:debian-13-ocaml-4.11@sha256:6c34153b2b07fc0f884e792a60178e250c2d06a45050e01ed0883a67ec11440c-debian-13-4.11_opam-2.5-879c6a3b3d93c40393dd47c97cdeabd9"2026-06-09 17:49.50: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.11@sha256:6c34153b2b07fc0f884e792a60178e250c2d06a45050e01ed0883a67ec11440c)(comment debian-13-4.11_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 c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && 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.15.2 base-bigarray.base base-threads.base base-unix.base base_quickcheck.v0.15.0 bin_prot.v0.15.0 csexp.1.5.2 dune.3.23.1 dune-configurator.3.22.2 fieldslib.v0.15.0 jane-street-headers.v0.15.0 jst-config.v0.15.1 num.1.6 ocaml.4.11.2 ocaml-base-compiler.4.11.2 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-secondary-compiler.4.14.2 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 parsexp.v0.15.0 ppx_assert.v0.15.0 ppx_base.v0.15.0 ppx_bench.v0.15.1 ppx_bin_prot.v0.15.0 ppx_cold.v0.15.0 ppx_compare.v0.15.0 ppx_custom_printf.v0.15.0 ppx_derivers.1.2.1 ppx_disable_unused_warnings.v0.15.0 ppx_enumerate.v0.15.0 ppx_expect.v0.15.1 ppx_fields_conv.v0.15.0 ppx_fixed_literal.v0.15.0 ppx_hash.v0.15.0 ppx_here.v0.15.0 ppx_ignore_instrumentation.v0.15.0 ppx_inline_test.v0.15.1 ppx_jane.v0.15.0 ppx_let.v0.15.0 ppx_log.v0.15.0 ppx_module_timer.v0.15.0 ppx_optcomp.v0.15.0 ppx_optional.v0.15.0 ppx_pipebang.v0.15.0 ppx_sexp_conv.v0.15.1 ppx_sexp_message.v0.15.0 ppx_sexp_value.v0.15.0 ppx_stable.v0.15.0 ppx_string.v0.15.0 ppx_typerep_conv.v0.15.0 ppx_variants_conv.v0.15.0 ppxlib.0.35.0 re.1.11.0 seq.base sexplib.v0.15.1 sexplib0.v0.15.1 splittable_random.v0.15.0 stdio.v0.15.0 stdlib-shims.0.3.0 time_now.v0.15.0 typerep.v0.15.0 variantslib.v0.15.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-06-09 17:49.50: Waiting for resource in pool OCluster2026-06-09 17:49.50: Waiting for worker…2026-06-09 17:49.51: Got resource from pool OClusterBuilding on asteria.caelum.ci.devAll commits already cachedHEAD is now at aa89b6c Support Rocq files(from ocaml/opam:debian-13-ocaml-4.11@sha256:6c34153b2b07fc0f884e792a60178e250c2d06a45050e01ed0883a67ec11440c)2026-06-09 17:50.25 ---> saved as "36abb6db1723167d15c41f53ef05d371444812dc64e2ea7fe109d222db988473"/: (comment debian-13-4.11_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-06-09 17:50.25 ---> saved as "8b6c3f9b20d6c3beeb84a8d52ac5abfb97ee836913fb82a0f86bfdcf7eb71547"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADfc08333d1b..b860455781 master -> origin/masterc180e16309 Merge pull request #29907 from dra27/host-arch-fixes2026-06-09 17:50.31 ---> saved as "787593c9e98b0eeab19421af5323d1710d5f56f0a144d32c0520c9f3d618129b"/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.[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 --globalContinue? [Y/n] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repository2026-06-09 17:50.41 ---> saved as "e9462185fb881ba3d7cabf686542b353a85d5b107b02833d09b3933ec809752d"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 7.0.0-22-genericThe OCaml toplevel, version 4.11.22.5.12026-06-09 17:50.41 ---> saved as "42808cbd7222188cb67955af0732456aaa0517898ec5d2a70a5b348146a12060"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-06-09 17:50.42 ---> saved as "a51de25363510ce3b33d0a18f134f327b21691152fb7bf6d094c7f0dd823c12f"/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.0- ocaml-config.3However, 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-06-09 17:50.48 ---> saved as "a931d29884d259a6fd4256615066f997a1d56016442b6ff7c984fb84296bd504"/src: (copy (src cinaps.opam) (dst ./))2026-06-09 17:50.48 ---> saved as "7c998201e5b786bb4071b5841361cb9affe10b173f73221195200a2678ceca56"/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-06-09 17:50.50 ---> saved as "a629b3320b0eb910333496ddfb2ffc59c68d347ab0f725a9141096a4c0c34ced"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-06-09 17:50.50 ---> saved as "0a18ed35f4ff59ea736ba73f68a1b0fc7d3b52ca8d2ac87a7d072b06f802483f"/src: (env DEPS "base.v0.15.2 base-bigarray.base base-threads.base base-unix.base base_quickcheck.v0.15.0 bin_prot.v0.15.0 csexp.1.5.2 dune.3.23.1 dune-configurator.3.22.2 fieldslib.v0.15.0 jane-street-headers.v0.15.0 jst-config.v0.15.1 num.1.6 ocaml.4.11.2 ocaml-base-compiler.4.11.2 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-secondary-compiler.4.14.2 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 parsexp.v0.15.0 ppx_assert.v0.15.0 ppx_base.v0.15.0 ppx_bench.v0.15.1 ppx_bin_prot.v0.15.0 ppx_cold.v0.15.0 ppx_compare.v0.15.0 ppx_custom_printf.v0.15.0 ppx_derivers.1.2.1 ppx_disable_unused_warnings.v0.15.0 ppx_enumerate.v0.15.0 ppx_expect.v0.15.1 ppx_fields_conv.v0.15.0 ppx_fixed_literal.v0.15.0 ppx_hash.v0.15.0 ppx_here.v0.15.0 ppx_ignore_instrumentation.v0.15.0 ppx_inline_test.v0.15.1 ppx_jane.v0.15.0 ppx_let.v0.15.0 ppx_log.v0.15.0 ppx_module_timer.v0.15.0 ppx_optcomp.v0.15.0 ppx_optional.v0.15.0 ppx_pipebang.v0.15.0 ppx_sexp_conv.v0.15.1 ppx_sexp_message.v0.15.0 ppx_sexp_value.v0.15.0 ppx_stable.v0.15.0 ppx_string.v0.15.0 ppx_typerep_conv.v0.15.0 ppx_variants_conv.v0.15.0 ppxlib.0.35.0 re.1.11.0 seq.base sexplib.v0.15.1 sexplib0.v0.15.1 splittable_random.v0.15.0 stdio.v0.15.0 stdlib-shims.0.3.0 time_now.v0.15.0 typerep.v0.15.0 variantslib.v0.15.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"- 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 [9671 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [207 kB]- Fetched 10.1 MB in 1s (10.8 MB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[cinaps.dev] synchronised (file:///src)[NOTE] Package ocaml-config is already installed (current version is 1).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.11.2).[NOTE] Package ocaml is already installed (current version is 4.11.2).[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-06-09 17:50.58 ---> saved as "dbb44ab82e03a9c6957fd02709d0cc309eeb65bf970bbd8e97cbe8fcb667bf76"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-config is already installed (current version is 1).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.11.2).[NOTE] Package ocaml is already installed (current version is 4.11.2).[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 57 packages- install base v0.15.2- install base_quickcheck v0.15.0- install bin_prot v0.15.0- install csexp 1.5.2- install dune 3.23.1- install dune-configurator 3.22.2- install fieldslib v0.15.0- install jane-street-headers v0.15.0- install jst-config v0.15.1- install num 1.6- install ocaml-compiler-libs v0.12.4- install ocaml-secondary-compiler 4.14.2- install ocamlfind 1.9.6- install ocamlfind-secondary 1.9.6- install parsexp v0.15.0- install ppx_assert v0.15.0- install ppx_base v0.15.0- install ppx_bench v0.15.1- install ppx_bin_prot v0.15.0- install ppx_cold v0.15.0- install ppx_compare v0.15.0- install ppx_custom_printf v0.15.0- install ppx_derivers 1.2.1- install ppx_disable_unused_warnings v0.15.0- install ppx_enumerate v0.15.0- install ppx_expect v0.15.1- install ppx_fields_conv v0.15.0- install ppx_fixed_literal v0.15.0- install ppx_hash v0.15.0- install ppx_here v0.15.0- install ppx_ignore_instrumentation v0.15.0- install ppx_inline_test v0.15.1- install ppx_jane v0.15.0- install ppx_let v0.15.0- install ppx_log v0.15.0- install ppx_module_timer v0.15.0- install ppx_optcomp v0.15.0- install ppx_optional v0.15.0- install ppx_pipebang v0.15.0- install ppx_sexp_conv v0.15.1- install ppx_sexp_message v0.15.0- install ppx_sexp_value v0.15.0- install ppx_stable v0.15.0- install ppx_string v0.15.0- install ppx_typerep_conv v0.15.0- install ppx_variants_conv v0.15.0- install ppxlib 0.35.0- install re 1.11.0- install seq base- install sexplib v0.15.1- install sexplib0 v0.15.1- install splittable_random v0.15.0- install stdio v0.15.0- install stdlib-shims 0.3.0- install time_now v0.15.0- install typerep v0.15.0- install variantslib v0.15.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved base.v0.15.2 (cached)-> retrieved base_quickcheck.v0.15.0 (cached)-> retrieved bin_prot.v0.15.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved fieldslib.v0.15.0 (cached)-> retrieved jane-street-headers.v0.15.0 (cached)-> retrieved jst-config.v0.15.1 (https://opam.ocaml.org/cache)-> retrieved num.1.6 (cached)-> retrieved ocaml-compiler-libs.v0.12.4 (cached)-> retrieved ocaml-secondary-compiler.4.14.2 (https://opam.ocaml.org/cache)-> retrieved dune.3.23.1 (cached)-> installed num.1.6-> retrieved dune-configurator.3.22.2 (https://opam.ocaml.org/cache)-> retrieved parsexp.v0.15.0 (cached)-> retrieved ppx_assert.v0.15.0 (cached)-> retrieved ppx_base.v0.15.0 (cached)-> retrieved ppx_bench.v0.15.1 (cached)-> retrieved ppx_bin_prot.v0.15.0 (cached)-> retrieved ppx_cold.v0.15.0 (cached)-> retrieved ppx_compare.v0.15.0 (cached)-> retrieved ppx_custom_printf.v0.15.0 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_disable_unused_warnings.v0.15.0 (cached)-> retrieved ppx_enumerate.v0.15.0 (cached)-> retrieved ppx_fields_conv.v0.15.0 (cached)-> retrieved ppx_fixed_literal.v0.15.0 (cached)-> retrieved ppx_hash.v0.15.0 (cached)-> retrieved ocamlfind.1.9.6, ocamlfind-secondary.1.9.6 (cached)-> retrieved ppx_here.v0.15.0 (cached)-> retrieved ppx_ignore_instrumentation.v0.15.0 (cached)-> retrieved ppx_inline_test.v0.15.1 (cached)-> retrieved ppx_jane.v0.15.0 (cached)-> retrieved ppx_let.v0.15.0 (cached)-> retrieved ppx_log.v0.15.0 (cached)-> retrieved ppx_module_timer.v0.15.0 (cached)-> retrieved ppx_optcomp.v0.15.0 (cached)-> retrieved ppx_expect.v0.15.1 (https://opam.ocaml.org/cache)-> retrieved ppx_optional.v0.15.0 (cached)-> retrieved ppx_pipebang.v0.15.0 (cached)-> retrieved ppx_sexp_conv.v0.15.1 (cached)-> retrieved ppx_sexp_message.v0.15.0 (cached)-> retrieved ppx_sexp_value.v0.15.0 (cached)-> retrieved ppx_stable.v0.15.0 (cached)-> retrieved ppx_string.v0.15.0 (cached)-> retrieved ppx_typerep_conv.v0.15.0 (cached)-> retrieved ppx_variants_conv.v0.15.0 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved sexplib.v0.15.1 (cached)-> retrieved sexplib0.v0.15.1 (cached)-> retrieved splittable_random.v0.15.0 (cached)-> retrieved stdio.v0.15.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved ppxlib.0.35.0 (cached)-> retrieved time_now.v0.15.0 (cached)-> retrieved typerep.v0.15.0 (cached)-> retrieved variantslib.v0.15.0 (cached)-> retrieved re.1.11.0 (https://opam.ocaml.org/cache)-> installed ocamlfind.1.9.6-> installed ocaml-secondary-compiler.4.14.2-> installed ocamlfind-secondary.1.9.6-> installed dune.3.23.1-> installed jane-street-headers.v0.15.0-> installed ppx_derivers.1.2.1-> installed csexp.1.5.2-> installed ocaml-compiler-libs.v0.12.4-> installed re.1.11.0-> installed sexplib0.v0.15.1-> installed stdlib-shims.0.3.0-> installed dune-configurator.3.22.2-> installed base.v0.15.2-> installed fieldslib.v0.15.0-> installed variantslib.v0.15.0-> installed stdio.v0.15.0-> installed typerep.v0.15.0-> installed parsexp.v0.15.0-> installed sexplib.v0.15.1-> installed ppxlib.0.35.0-> installed ppx_optcomp.v0.15.0-> installed ppx_cold.v0.15.0-> installed ppx_disable_unused_warnings.v0.15.0-> installed ppx_here.v0.15.0-> installed ppx_enumerate.v0.15.0-> installed ppx_fields_conv.v0.15.0-> installed ppx_typerep_conv.v0.15.0-> installed ppx_variants_conv.v0.15.0-> installed ppx_compare.v0.15.0-> installed ppx_stable.v0.15.0-> installed ppx_ignore_instrumentation.v0.15.0-> installed ppx_pipebang.v0.15.0-> installed ppx_optional.v0.15.0-> installed ppx_fixed_literal.v0.15.0-> installed ppx_sexp_conv.v0.15.1-> installed ppx_let.v0.15.0-> installed ppx_hash.v0.15.0-> installed ppx_assert.v0.15.0-> installed ppx_sexp_value.v0.15.0-> installed ppx_sexp_message.v0.15.0-> installed ppx_base.v0.15.0-> installed ppx_custom_printf.v0.15.0-> installed ppx_log.v0.15.0-> installed jst-config.v0.15.1-> installed ppx_string.v0.15.0-> installed bin_prot.v0.15.0-> installed time_now.v0.15.0-> installed ppx_bin_prot.v0.15.0-> installed ppx_module_timer.v0.15.0-> installed ppx_inline_test.v0.15.1-> installed ppx_bench.v0.15.1-> installed ppx_expect.v0.15.1-> installed splittable_random.v0.15.0-> installed base_quickcheck.v0.15.0-> installed ppx_jane.v0.15.0Done.# To update the current shell environment, run: eval $(opam env)2026-06-09 17:53.16 ---> saved as "32306319d3f52ae6164aa1530375e46d29824edf2e2dbaf081ff1ebac2434632"/src: (copy (src .) (dst /src))2026-06-09 17:53.16 ---> saved as "9405578a0b8ca0aeb88b296201eb70088e8097d963f3611f3434fad517acf7a0"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2026-06-09 17:53.17 ---> saved as "82822c0d4f4fa13e6669384227026d3a27e057781110e216b486613446bf6553"Job succeeded2026-06-09 17:53.17: Job succeeded