2026-05-12 16:08.31: New job: test capnproto/capnp-ocaml https://github.com/capnproto/capnp-ocaml.git#refs/heads/master (cc461758431a77e6c7854f8e1875c2f91dca8ef2) (freebsd-x86_64:freebsd-15.0-5.4_opam-2.5)Base: freebsd-15.0-ocaml-5.4Opam project buildTo reproduce locally:git clone --recursive "https://github.com/capnproto/capnp-ocaml.git" -b "master" && cd "capnp-ocaml" && git reset --hard cc461758cat > Dockerfile <<'END-OF-DOCKERFILE'FROM freebsd-15.0-ocaml-5.4# freebsd-15.0-5.4_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 cd085e16bcd6af960ce1cee84dc824ad594362f1 || git fetch origin master) && git reset -q --hard cd085e16bcd6af960ce1cee84dc824ad594362f1 && 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 capnp.opam ./RUN opam pin add -yn capnp.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="base.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base_quickcheck.v0.17.1 conf-capnproto.2 cppo.1.8.0 csexp.1.5.2 dune.3.23.0 dune-configurator.3.23.0 fieldslib.v0.17.0 jane-street-headers.v0.17.0 jst-config.v0.17.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.2 ocamlfind.1.9.8 ocplib-endian.1.2 ounit2.2.2.7 ppx_assert.v0.17.0 ppx_base.v0.17.0 ppx_bench.v0.17.1 ppx_cold.v0.17.0 ppx_compare.v0.17.0 ppx_derivers.1.2.1 ppx_enumerate.v0.17.0 ppx_fields_conv.v0.17.0 ppx_globalize.v0.17.2 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_inline_test.v0.17.1 ppx_let.v0.17.1 ppx_optcomp.v0.17.1 ppx_sexp_conv.v0.17.1 ppx_sexp_message.v0.17.0 ppx_sexp_value.v0.17.0 ppxlib.0.38.0 ppxlib_jane.v0.17.4 res.5.0.2 result.1.5 seq.base sexplib0.v0.17.0 splittable_random.v0.17.0 stdint.0.7.2 stdio.v0.17.0 stdlib-shims.0.3.0 time_now.v0.17.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y capnp.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-05-12 16:08.31: Using cache hint "capnproto/capnp-ocaml-freebsd-15.0-ocaml-5.4-freebsd-15.0-5.4_opam-2.5-8dae53190b048025b20b2c4194dc60bb"2026-05-12 16:08.31: Using OBuilder spec:((from freebsd-15.0-ocaml-5.4)(comment freebsd-15.0-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/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 cd085e16bcd6af960ce1cee84dc824ad594362f1 || git fetch origin master) && git reset -q --hard cd085e16bcd6af960ce1cee84dc824ad594362f1 && 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 capnp.opam) (dst ./))(run (network host)(shell "opam pin add -yn capnp.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "base.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base_quickcheck.v0.17.1 conf-capnproto.2 cppo.1.8.0 csexp.1.5.2 dune.3.23.0 dune-configurator.3.23.0 fieldslib.v0.17.0 jane-street-headers.v0.17.0 jst-config.v0.17.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.2 ocamlfind.1.9.8 ocplib-endian.1.2 ounit2.2.2.7 ppx_assert.v0.17.0 ppx_base.v0.17.0 ppx_bench.v0.17.1 ppx_cold.v0.17.0 ppx_compare.v0.17.0 ppx_derivers.1.2.1 ppx_enumerate.v0.17.0 ppx_fields_conv.v0.17.0 ppx_globalize.v0.17.2 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_inline_test.v0.17.1 ppx_let.v0.17.1 ppx_optcomp.v0.17.1 ppx_sexp_conv.v0.17.1 ppx_sexp_message.v0.17.0 ppx_sexp_value.v0.17.0 ppxlib.0.38.0 ppxlib_jane.v0.17.4 res.5.0.2 result.1.5 seq.base sexplib0.v0.17.0 splittable_random.v0.17.0 stdint.0.7.2 stdio.v0.17.0 stdlib-shims.0.3.0 time_now.v0.17.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 capnp.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-05-12 16:08.31: Waiting for resource in pool OCluster2026-05-12 16:08.32: Waiting for worker…2026-05-12 16:08.32: Got resource from pool OClusterBuilding on rosemaryAll commits already cachedHEAD is now at cc46175 Merge pull request #90 from talex5/release(from freebsd-15.0-ocaml-5.4)2026-05-12 16:00.59 ---> using "e2f9399617b174328a08b4d831e677f3a97fbfa86ae070bfd238f77cd03a9525" from cache/: (comment freebsd-15.0-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/local/bin/opam-2.5 /usr/local/bin/opam"))2026-05-12 16:00.59 ---> using "781b57a4d4f2bf94cdb9becd5038442a59a2ca35fdf36b854445c032b968c335" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e cd085e16bcd6af960ce1cee84dc824ad594362f1 || git fetch origin master) && git reset -q --hard cd085e16bcd6af960ce1cee84dc824ad594362f1 && git log --no-decorate -n1 --oneline"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADdd592986d4..6f512c614e master -> origin/mastercd085e16bc Merge pull request #29880 from TheNumbat/opam-publish-ocaml_intrinsics_kernel.v0.17.22026-05-12 16:00.59 ---> using "dfd99eb1c2f679a654036588bb93d97b90ab967d32ed77a023a3e7320f51453f" 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-05-12 16:01.10 ---> saved as "8d8f0cf9eb6a16ca9e8a049b25630304643df1c882e52f15bd9ee647233d1626"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))FreeBSD 15.0-RELEASE-p6The OCaml toplevel, version 5.4.12.5.02026-05-12 16:01.11 ---> saved as "64c824d582a4a66f625a1813a92400d859911c985d0d0420167f32d373d4d345"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-05-12 16:01.11 ---> saved as "fb6131ea9223c163541e3c459b1c70b8a3979fb8b90714ec2d915094ac03e750"/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.0However, 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-05-12 16:01.17 ---> saved as "0c942cb7ed0ed27a1d3faad3cf162ce55c73472a1935383c4e7ee792ee02e33e"/src: (copy (src capnp.opam) (dst ./))2026-05-12 16:01.17 ---> saved as "a48d284e995a88b39151aae8db07b14b16a52d8d1676450f097bac3d8e036abf"/src: (run (network host)(shell "opam pin add -yn capnp.dev './'"))[capnp.dev] synchronised (file:///src)capnp is now pinned to file:///src (version dev)2026-05-12 16:01.18 ---> saved as "0014345c58aac77260f5cc43c4a05317c2e37e9cb1fe387800116a6d50ac6959"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-05-12 16:01.19 ---> saved as "f5645cdae078ba22f2a0b3610f182055f61d7f4080923f438a0726929e3f6900"/src: (env DEPS "base.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base_quickcheck.v0.17.1 conf-capnproto.2 cppo.1.8.0 csexp.1.5.2 dune.3.23.0 dune-configurator.3.23.0 fieldslib.v0.17.0 jane-street-headers.v0.17.0 jst-config.v0.17.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.2 ocamlfind.1.9.8 ocplib-endian.1.2 ounit2.2.2.7 ppx_assert.v0.17.0 ppx_base.v0.17.0 ppx_bench.v0.17.1 ppx_cold.v0.17.0 ppx_compare.v0.17.0 ppx_derivers.1.2.1 ppx_enumerate.v0.17.0 ppx_fields_conv.v0.17.0 ppx_globalize.v0.17.2 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_inline_test.v0.17.1 ppx_let.v0.17.1 ppx_optcomp.v0.17.1 ppx_sexp_conv.v0.17.1 ppx_sexp_message.v0.17.0 ppx_sexp_value.v0.17.0 ppxlib.0.38.0 ppxlib_jane.v0.17.4 res.5.0.2 result.1.5 seq.base sexplib0.v0.17.0 splittable_random.v0.17.0 stdint.0.7.2 stdio.v0.17.0 stdlib-shims.0.3.0 time_now.v0.17.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 capnp.dev $DEPS"))[WARNING] Unknown update command for bsd, skipping system update<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[capnp.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.1).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml is already installed (current version is 5.4.1).[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 system packages will first need to be installed:capnproto<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/local/bin/sudo "pkg" "install" "-y" "capnproto"- Updating FreeBSD-ports repository catalogue...- [rosemary] Fetching data:- .- .- .- .- .- .- .- .- .- . done- Processing entries:- .- .- .- .- .- .- .- .- .- . done- FreeBSD-ports repository update completed. 37074 packages processed.- Updating FreeBSD-ports-kmods repository catalogue...- [rosemary] Fetching data: ...... done- Processing entries: .......... done- FreeBSD-ports-kmods repository update completed. 240 packages processed.- All repositories are up to date.- The following 1 package(s) will be affected (of 0 checked):-- New packages to be INSTALLED:- capnproto: 1.3.0 [FreeBSD-ports]-- Number of packages to be installed: 1-- The process will require 8 MiB more space.- 2 MiB to be downloaded.- [rosemary] [1/1] Fetching capnproto-1.3.0: .- ..- .- ..- ...- . done- Checking integrity... done (0 conflicting)- [rosemary] [1/1] Installing capnproto-1.3.0...- [rosemary] [1/1] Extracting capnproto-1.3.0: .......... done2026-05-12 16:02.54 ---> saved as "20243c8ee8f718240713fef5f65ba57b71323a4cd3319eb2ff561a687295dd17"/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.1).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml is already installed (current version is 5.4.1).[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 44 packages∗ base v0.17.3∗ base-bytes base∗ base_quickcheck v0.17.1∗ conf-capnproto 2∗ cppo 1.8.0∗ csexp 1.5.2∗ dune 3.23.0∗ dune-configurator 3.23.0∗ fieldslib v0.17.0∗ jane-street-headers v0.17.0∗ jst-config v0.17.0∗ ocaml-compiler-libs v0.17.0∗ ocaml_intrinsics_kernel v0.17.2∗ ocamlfind 1.9.8∗ ocplib-endian 1.2∗ ounit2 2.2.7∗ ppx_assert v0.17.0∗ ppx_base v0.17.0∗ ppx_bench v0.17.1∗ ppx_cold v0.17.0∗ ppx_compare v0.17.0∗ ppx_derivers 1.2.1∗ ppx_enumerate v0.17.0∗ ppx_fields_conv v0.17.0∗ ppx_globalize v0.17.2∗ ppx_hash v0.17.0∗ ppx_here v0.17.0∗ ppx_inline_test v0.17.1∗ ppx_let v0.17.1∗ ppx_optcomp v0.17.1∗ ppx_sexp_conv v0.17.1∗ ppx_sexp_message v0.17.0∗ ppx_sexp_value v0.17.0∗ ppxlib 0.38.0∗ ppxlib_jane v0.17.4∗ res 5.0.2∗ result 1.5∗ seq base∗ sexplib0 v0.17.0∗ splittable_random v0.17.0∗ stdint 0.7.2∗ stdio v0.17.0∗ stdlib-shims 0.3.0∗ time_now v0.17.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>∗ installed conf-capnproto.2⬇ retrieved cppo.1.8.0 (cached)⬇ retrieved base.v0.17.3 (cached)⬇ retrieved base_quickcheck.v0.17.1 (https://github.com/janestreet/base_quickcheck/archive/refs/tags/v0.17.1.tar.gz)⬇ retrieved csexp.1.5.2 (cached)⬇ retrieved fieldslib.v0.17.0 (cached)⬇ retrieved jane-street-headers.v0.17.0 (cached)⬇ retrieved ocaml-compiler-libs.v0.17.0 (cached)⬇ retrieved jst-config.v0.17.0 (cached)⬇ retrieved ocaml_intrinsics_kernel.v0.17.2 (cached)⬇ retrieved ocplib-endian.1.2 (cached)⬇ retrieved ocamlfind.1.9.8 (cached)⬇ retrieved ounit2.2.2.7 (cached)⬇ retrieved ppx_assert.v0.17.0 (cached)⬇ retrieved ppx_base.v0.17.0 (cached)⬇ retrieved ppx_cold.v0.17.0 (cached)⬇ retrieved ppx_compare.v0.17.0 (cached)⬇ retrieved ppx_derivers.1.2.1 (cached)⬇ retrieved ppx_enumerate.v0.17.0 (cached)⬇ retrieved ppx_fields_conv.v0.17.0 (cached)⬇ retrieved ppx_bench.v0.17.1 (https://github.com/janestreet/ppx_bench/archive/refs/tags/v0.17.1.tar.gz)⬇ retrieved ppx_globalize.v0.17.2 (cached)⬇ retrieved ppx_hash.v0.17.0 (cached)⬇ retrieved ppx_here.v0.17.0 (cached)⬇ retrieved ppx_inline_test.v0.17.1 (cached)⬇ retrieved ppx_let.v0.17.1 (cached)⬇ retrieved ppx_sexp_conv.v0.17.1 (cached)⬇ retrieved ppx_optcomp.v0.17.1 (cached)⬇ retrieved ppx_sexp_value.v0.17.0 (https://github.com/janestreet/ppx_sexp_value/archive/refs/tags/v0.17.0.tar.gz)⬇ retrieved ppxlib.0.38.0 (cached)⬇ retrieved ppxlib_jane.v0.17.4 (cached)⬇ retrieved res.5.0.2 (cached)⬇ retrieved result.1.5 (cached)⬇ retrieved seq.base (cached)∗ installed seq.base⬇ retrieved sexplib0.v0.17.0 (cached)⬇ retrieved ppx_sexp_message.v0.17.0 (https://github.com/janestreet/ppx_sexp_message/archive/refs/tags/v0.17.0.tar.gz)⬇ retrieved stdint.0.7.2 (cached)⬇ retrieved dune.3.23.0, dune-configurator.3.23.0 (cached)⬇ retrieved stdlib-shims.0.3.0 (cached)⬇ retrieved stdio.v0.17.0 (cached)⬇ retrieved splittable_random.v0.17.0 (https://github.com/janestreet/splittable_random/archive/refs/tags/v0.17.0.tar.gz)⬇ retrieved time_now.v0.17.0 (cached)∗ installed ocamlfind.1.9.8∗ installed base-bytes.base∗ installed dune.3.23.0∗ installed csexp.1.5.2∗ installed stdlib-shims.0.3.0∗ installed stdint.0.7.2∗ installed sexplib0.v0.17.0∗ installed result.1.5∗ installed res.5.0.2∗ installed ppx_derivers.1.2.1∗ installed ocaml_intrinsics_kernel.v0.17.2∗ installed ocaml-compiler-libs.v0.17.0∗ installed jane-street-headers.v0.17.0∗ installed cppo.1.8.0∗ installed ocplib-endian.1.2∗ installed dune-configurator.3.23.0∗ installed ounit2.2.2.7∗ installed base.v0.17.3∗ installed fieldslib.v0.17.0∗ installed stdio.v0.17.0∗ installed ppxlib.0.38.0∗ installed ppx_cold.v0.17.0∗ installed ppx_here.v0.17.0∗ installed ppx_optcomp.v0.17.1∗ installed ppxlib_jane.v0.17.4∗ installed ppx_fields_conv.v0.17.0∗ installed ppx_enumerate.v0.17.0∗ installed ppx_let.v0.17.1∗ installed ppx_globalize.v0.17.2∗ installed ppx_compare.v0.17.0∗ installed ppx_sexp_conv.v0.17.1∗ installed ppx_assert.v0.17.0∗ installed ppx_sexp_value.v0.17.0∗ installed ppx_hash.v0.17.0∗ installed ppx_sexp_message.v0.17.0∗ installed ppx_base.v0.17.0∗ installed jst-config.v0.17.0∗ installed time_now.v0.17.0∗ installed ppx_inline_test.v0.17.1∗ installed ppx_bench.v0.17.1∗ installed splittable_random.v0.17.0∗ installed base_quickcheck.v0.17.1Done.2026-05-12 16:08.19 ---> saved as "f27464ed133e5b57a88440faa834ba41fa463b5c8f85815a97e94096af31ecfc"/src: (copy (src .) (dst /src))2026-05-12 16:08.20 ---> saved as "aa69e74c9d0e923326511eeb06ddf5c279f9f1b8fc378c772e86557e55077f2c"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/src/examples/1 && /usr/local/bin/capnp compile -o ../../../../install/default/bin/capnpc-ocaml foo.capnp)foo.capnp --> foo.mli foo.ml(cd _build/default/src/benchmark && /usr/local/bin/capnp compile -o ../../../install/default/bin/capnpc-ocaml eval.capnp)eval.capnp --> eval.mli eval.ml(cd _build/default/src/benchmark && /usr/local/bin/capnp compile -o ../../../install/default/bin/capnpc-ocaml catrank.capnp)catrank.capnp --> catrank.mli catrank.ml(cd _build/default/src/examples/2 && /usr/local/bin/capnp compile -o ../../../../install/default/bin/capnpc-ocaml shape.capnp)shape.capnp --> shape.mli shape.ml(cd _build/default/src/benchmark && /usr/local/bin/capnp compile -o ../../../install/default/bin/capnpc-ocaml carsales.capnp)carsales.capnp --> carsales.mli carsales.ml(cd _build/default/src/tests && /usr/local/bin/capnp compile -o ../../../install/default/bin/capnpc-ocaml c++.capnp test.capnp test-import.capnp test-iface-import.capnp testLists.capnp testCycles.capnp)c++.capnp --> c2b2b.mli c2b2b.mltest.capnp --> test.mli test.mltest-import.capnp --> test_import.mli test_import.mltest-iface-import.capnp --> test_iface_import.mli test_iface_import.mltestLists.capnp --> testLists.mli testLists.mltestCycles.capnp --> testCycles.mli testCycles.ml(cd _build/default/src/tests && ./run_tests.exe)....................Ran: 20 tests in: 0.14 seconds.OK............Ran: 12 tests in: 0.12 seconds.OK............Ran: 12 tests in: 0.14 seconds.OK........Ran: 8 tests in: 0.13 seconds.OK........Ran: 8 tests in: 0.14 seconds.OK............Ran: 12 tests in: 0.13 seconds.OK............Ran: 12 tests in: 0.14 seconds.OK........Ran: 8 tests in: 0.12 seconds.OK........Ran: 8 tests in: 0.12 seconds.OK..........Ran: 10 tests in: 0.12 seconds.OK..Ran: 2 tests in: 0.12 seconds.OK....Ran: 4 tests in: 0.26 seconds.OK.....Ran: 5 tests in: 0.12 seconds.OK.....Ran: 5 tests in: 0.12 seconds.OK.Ran: 1 tests in: 0.11 seconds.OK2026-05-12 16:08.45 ---> saved as "59d8cff932dcc04208dd46eb2e415d19c0077c6e350be675c9f855fcdb1d0c53"Job succeeded2026-05-12 16:16.24: Job succeeded