2026-06-09 17:49.50: New job: test ocaml-ppx/cinaps https://github.com/ocaml-ppx/cinaps.git#refs/pull/10/head (aa89b6c7e30acfc10f5667c4ba9fe854ee071091) (freebsd-x86_64:freebsd-15.0-4.14_opam-2.5)Base: freebsd-15.0-ocaml-4.14Opam 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 freebsd-15.0-ocaml-4.14# freebsd-15.0-4.14_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/local/bin/opam-2.5 /usr/local/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.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.23.1 dune-configurator.3.23.1 fieldslib.v0.16.0 jane-street-headers.v0.16.0 jst-config.v0.16.0 num.1.6 ocaml.4.14.3 ocaml-base-compiler.4.14.3 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-06-09 17:49.50: Using cache hint "ocaml-ppx/cinaps-freebsd-15.0-ocaml-4.14-freebsd-15.0-4.14_opam-2.5-66345ef33fbb94cbf460d2a7e26d2986"2026-06-09 17:49.50: Using OBuilder spec:((from freebsd-15.0-ocaml-4.14)(comment freebsd-15.0-4.14_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/local/bin/opam-2.5 /usr/local/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.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.23.1 dune-configurator.3.23.1 fieldslib.v0.16.0 jane-street-headers.v0.16.0 jst-config.v0.16.0 num.1.6 ocaml.4.14.3 ocaml-base-compiler.4.14.3 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-06-09 17:49.50: Waiting for resource in pool OCluster2026-06-09 17:49.50: Waiting for worker…2026-06-09 17:49.50: Got resource from pool OClusterBuilding on rosemaryHEAD is now at adf6a9b Merge pull request #7 from janestreet/unnamed-moduleHEAD is now at aa89b6c Support Rocq files(from freebsd-15.0-ocaml-4.14)2026-06-09 17:43.09 ---> using "72cdd96d2d21f8c55140a83e6aa1d871999cc103a298a3bf0e5db4a314024f45" from cache/: (comment freebsd-15.0-4.14_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opam"))2026-06-09 17:43.09 ---> using "4538f703783db625d7bb0efc9c3955070c7cf00e8ba9c026a6fd4f53f70a8773" from cache/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_HEADdd592986d4..61948ed88d master -> origin/masterc180e16309 Merge pull request #29907 from dra27/host-arch-fixes2026-06-09 17:43.09 ---> using "fb3083ac8add2a4332c1de3c259b6a47598bafbb8d7b0e1e5e29c6b67f7a9368" from cache/src: (run (shell "opam init --reinit -ni"))No configuration file found, using 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-repositorydefault (at git+file:///home/opam/opam-repository):[WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)default (at git+file:///home/opam/opam-repository):[INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html)2026-06-09 17:43.10 ---> using "78a4a21c6992546881f03c67103b6069b09634072ed47b64152f6a67c50e9726" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))FreeBSD 15.0-RELEASE-p6The OCaml toplevel, version 4.14.32.5.02026-06-09 17:43.10 ---> using "43c72d0347cbf09be0c1fd4cc67947aaff7d6ae679de74065c879f04bdf95654" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-06-09 17:43.10 ---> using "d979286dd9e14604e99df325f53a1345c6df7183f6e219b922aeaafa5a252095" 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 possibleThe 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.2026-06-09 17:43.11 ---> using "1f120899db56a2e1ee0875447c3e55c03c975334bb3f7095405979436b3a79d0" from cache/src: (copy (src cinaps.opam) (dst ./))2026-06-09 17:43.11 ---> saved as "05cd54affccbebee427d7f891646d947415ae5cc4dbddcfed6d097a4de73e1f4"/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:43.12 ---> saved as "f5a2d852bceb9fdb2e14ae4b1c1cbdbe0fb80607cbc3774365e1a841d2bb1cb4"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-06-09 17:43.13 ---> saved as "ff16bbfd31f07e00ddf01f3ca0141566b2069c89a049edbe46450542ab94bf03"/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.23.1 dune-configurator.3.23.1 fieldslib.v0.16.0 jane-street-headers.v0.16.0 jst-config.v0.16.0 num.1.6 ocaml.4.14.3 ocaml-base-compiler.4.14.3 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"))[WARNING] Unknown update command for bsd, skipping system update<><> 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.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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).2026-06-09 17:43.18 ---> saved as "d2114ac3036e3542d9ca425998b3a42b41faaa9befb9015a937c204fbc65d1bf"/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.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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∗ base v0.16.5∗ base_quickcheck v0.16.0∗ bin_prot v0.16.0∗ csexp 1.5.2∗ dune 3.23.1∗ dune-configurator 3.23.1∗ fieldslib v0.16.0∗ jane-street-headers v0.16.0∗ jst-config v0.16.0∗ num 1.6∗ ocaml-compiler-libs v0.12.4∗ 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<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>⬇ retrieved bin_prot.v0.16.0 (cached)⬇ retrieved base_quickcheck.v0.16.0 (cached)⬇ retrieved csexp.1.5.2 (cached)⬇ retrieved base.v0.16.5 (cached)⬇ retrieved fieldslib.v0.16.0 (cached)⬇ retrieved jane-street-headers.v0.16.0 (cached)⬇ retrieved jst-config.v0.16.0 (cached)⬇ retrieved num.1.6 (cached)⬇ retrieved ocaml-compiler-libs.v0.12.4 (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_fields_conv.v0.16.0 (cached)⬇ retrieved ppx_expect.v0.16.2 (cached)⬇ retrieved ppx_fixed_literal.v0.16.0 (cached)⬇ retrieved ppx_globalize.v0.16.0 (cached)⬇ retrieved ppx_hash.v0.16.0 (cached)⬇ retrieved ppx_here.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 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 ppxlib.0.35.0 (cached)⬇ retrieved dune.3.23.1, dune-configurator.3.23.1 (cached)∗ installed num.1.6∗ installed dune.3.23.1∗ installed jane-street-headers.v0.16.0∗ installed ppx_derivers.1.2.1∗ installed stdlib-shims.0.3.0∗ installed csexp.1.5.2∗ installed sexplib0.v0.16.0∗ installed ocaml-compiler-libs.v0.12.4∗ installed re.1.14.0∗ installed dune-configurator.3.23.1∗ installed parsexp.v0.16.0∗ installed sexplib.v0.16.0∗ installed base.v0.16.5∗ installed fieldslib.v0.16.0∗ installed variantslib.v0.16.0∗ installed stdio.v0.16.0∗ installed typerep.v0.16.0∗ installed ppxlib.0.35.0∗ installed ppx_globalize.v0.16.0∗ installed ppx_cold.v0.16.0∗ installed ppx_tydi.v0.16.0∗ installed ppx_disable_unused_warnings.v0.16.0∗ installed ppx_here.v0.16.0∗ installed ppx_pipebang.v0.16.0∗ installed ppx_enumerate.v0.16.0∗ installed ppx_stable_witness.v0.16.0∗ installed ppx_ignore_instrumentation.v0.16.0∗ installed ppx_optcomp.v0.16.0∗ installed ppx_variants_conv.v0.16.0∗ installed ppx_typerep_conv.v0.16.0∗ installed ppx_fixed_literal.v0.16.0∗ installed ppx_optional.v0.16.0∗ installed ppx_compare.v0.16.0∗ installed ppx_stable.v0.16.0∗ installed ppx_fields_conv.v0.16.0∗ installed ppx_let.v0.16.0∗ installed ppx_sexp_conv.v0.16.0∗ installed ppx_assert.v0.16.0∗ installed ppx_sexp_value.v0.16.0∗ installed ppx_hash.v0.16.0∗ installed ppx_sexp_message.v0.16.0∗ installed ppx_base.v0.16.0∗ installed ppx_custom_printf.v0.16.0∗ installed ppx_log.v0.16.0∗ installed ppx_string.v0.16.0∗ installed jst-config.v0.16.0∗ installed bin_prot.v0.16.0∗ installed time_now.v0.16.0∗ installed ppx_bin_prot.v0.16.0∗ installed ppx_module_timer.v0.16.0∗ installed ppx_inline_test.v0.16.1∗ 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.2026-06-09 17:44.44 ---> saved as "95c62a14ba3687773fdc03791cdcbd661ef844607e91b69e57a0b191c7e8341e"/src: (copy (src .) (dst /src))2026-06-09 17:44.45 ---> saved as "f3fab24a5c9a7b55a921e7fabb8b7d38a711e8e00abd9b5fb7ed88c2a2faf3c7"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2026-06-09 17:44.46 ---> saved as "0ee1a243491d4f1100fedbc68bc42051b2dfac8ecf52c27a88f090713a98cad5"Job succeeded2026-06-09 17:51.29: Job succeeded