2025-10-15 10:12.57: New job: test capnproto/capnp-ocaml https://github.com/capnproto/capnp-ocaml.git#refs/heads/master (cc461758431a77e6c7854f8e1875c2f91dca8ef2) (linux-x86_64:debian-13-4.10_opam-2.4)Base: ocaml/opam:debian-13-ocaml-4.10@sha256:3cdeab0e272bb5ea581bc1db25b853f74c535f36bc627fd693943cc09166f0ceOpam 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 ocaml/opam:debian-13-ocaml-4.10@sha256:3cdeab0e272bb5ea581bc1db25b853f74c535f36bc627fd693943cc09166f0ce# debian-13-4.10_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.4 /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 c04a95aabb4c4a0fb28e12fbb897870da143b8bb || git fetch origin master) && git reset -q --hard c04a95aabb4c4a0fb28e12fbb897870da143b8bb && git log --no-decorate -n1 --oneline && 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.15.1 base-bigarray.base base-bytes.base base-threads.base base-unix.base base_quickcheck.v0.15.0 conf-capnproto.2 cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 fieldslib.v0.15.0 jane-street-headers.v0.15.0 jst-config.v0.15.1 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocamlfind.1.9.8 ocplib-endian.1.2 ounit2.2.2.7 ppx_assert.v0.15.0 ppx_base.v0.15.0 ppx_bench.v0.15.1 ppx_cold.v0.15.0 ppx_compare.v0.15.0 ppx_derivers.1.2.1 ppx_enumerate.v0.15.0 ppx_fields_conv.v0.15.0 ppx_hash.v0.15.0 ppx_here.v0.15.0 ppx_inline_test.v0.15.1 ppx_let.v0.15.0 ppx_optcomp.v0.15.0 ppx_sexp_conv.v0.15.1 ppx_sexp_message.v0.15.0 ppx_sexp_value.v0.15.0 ppxlib.0.35.0 res.5.0.2 result.1.5 seq.base sexplib0.v0.15.1 splittable_random.v0.15.0 stdint.0.7.2 stdio.v0.15.0 stdlib-shims.0.3.0 time_now.v0.15.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --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-BLOCK2025-10-15 10:12.57: Using cache hint "capnproto/capnp-ocaml-ocaml/opam:debian-13-ocaml-4.10@sha256:3cdeab0e272bb5ea581bc1db25b853f74c535f36bc627fd693943cc09166f0ce-debian-13-4.10_opam-2.4-68c1ad4db49f19f448c1422dc0181b1d"2025-10-15 10:12.57: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.10@sha256:3cdeab0e272bb5ea581bc1db25b853f74c535f36bc627fd693943cc09166f0ce)(comment debian-13-4.10_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.4 /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 c04a95aabb4c4a0fb28e12fbb897870da143b8bb || git fetch origin master) && git reset -q --hard c04a95aabb4c4a0fb28e12fbb897870da143b8bb && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src capnp.opam) (dst ./))(run (network host)(shell "opam pin add -yn capnp.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "base.v0.15.1 base-bigarray.base base-bytes.base base-threads.base base-unix.base base_quickcheck.v0.15.0 conf-capnproto.2 cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 fieldslib.v0.15.0 jane-street-headers.v0.15.0 jst-config.v0.15.1 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocamlfind.1.9.8 ocplib-endian.1.2 ounit2.2.2.7 ppx_assert.v0.15.0 ppx_base.v0.15.0 ppx_bench.v0.15.1 ppx_cold.v0.15.0 ppx_compare.v0.15.0 ppx_derivers.1.2.1 ppx_enumerate.v0.15.0 ppx_fields_conv.v0.15.0 ppx_hash.v0.15.0 ppx_here.v0.15.0 ppx_inline_test.v0.15.1 ppx_let.v0.15.0 ppx_optcomp.v0.15.0 ppx_sexp_conv.v0.15.1 ppx_sexp_message.v0.15.0 ppx_sexp_value.v0.15.0 ppxlib.0.35.0 res.5.0.2 result.1.5 seq.base sexplib0.v0.15.1 splittable_random.v0.15.0 stdint.0.7.2 stdio.v0.15.0 stdlib-shims.0.3.0 time_now.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.4 --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")))2025-10-15 10:12.57: Waiting for resource in pool OCluster2025-10-15 10:38.30: Waiting for worker…2025-10-15 10:40.19: Got resource from pool OClusterBuilding on eumacheAll commits already cachedHEAD is now at cc46175 Merge pull request #90 from talex5/release(from ocaml/opam:debian-13-ocaml-4.10@sha256:3cdeab0e272bb5ea581bc1db25b853f74c535f36bc627fd693943cc09166f0ce)Unable to find image 'ocaml/opam:debian-13-ocaml-4.10@sha256:3cdeab0e272bb5ea581bc1db25b853f74c535f36bc627fd693943cc09166f0ce' locallydocker.io/ocaml/opam@sha256:3cdeab0e272bb5ea581bc1db25b853f74c535f36bc627fd693943cc09166f0ce: Pulling from ocaml/opamcae3b572364a: Already exists820d433882fc: Already exists8f6112f72fa5: Already existsf06108004adb: Already existsf34ea90e6bf7: Already existsb44a65709156: Already exists4c25908bbac9: Already existsf76df728146d: Already exists1fee769dfcf3: Already exists9089a7f69af3: Already exists6f758b47b2a0: Already exists16b225bbb395: Already existsabbf3ec39b68: Already exists1a61521655a9: Already exists6a8565a9e443: Already existsc059a4cbd7b9: Already exists3a00fdc9e291: Already existsa0b62589bd38: Already exists6e8d713bf843: Already existsbca1fd5341ba: Already exists34b9849c2772: Already exists4f4fb700ef54: Already existsd8d3d0744e38: Already exists788c7ce0e0e5: Already existsa297eab0ca3b: Already exists2e79af39acdb: Already exists8858e600236c: Already exists9efe23d1fe7d: Already exists47d185934312: Already exists64a949a6caff: Already existsc9d6a7c18bb1: Already existse4fde4815f0c: Already existsd1f759c16950: Already existsf3dd45bf195f: Already exists3985a6049101: Already existsaae849592418: Already exists6173459dc6b2: Already exists7f16ef63bee0: Already existsfe355de6a899: Already existsb0bc5a15bc9d: Already existsa44637a9fa9c: Pulling fs layerf86dbf334469: Pulling fs layera5b2e40c05d9: Pulling fs layer4872f3daa2e5: Pulling fs layer4872f3daa2e5: Waitinga5b2e40c05d9: Verifying Checksuma5b2e40c05d9: Download completef86dbf334469: Verifying Checksumf86dbf334469: Download complete4872f3daa2e5: Verifying Checksum4872f3daa2e5: Download completea44637a9fa9c: Verifying Checksuma44637a9fa9c: Download completea44637a9fa9c: Pull completef86dbf334469: Pull completea5b2e40c05d9: Pull complete4872f3daa2e5: Pull completeDigest: sha256:3cdeab0e272bb5ea581bc1db25b853f74c535f36bc627fd693943cc09166f0ceStatus: Downloaded newer image for ocaml/opam@sha256:3cdeab0e272bb5ea581bc1db25b853f74c535f36bc627fd693943cc09166f0ce2025-10-15 10:40.19 ---> using "a7d8aa92084787ecd9cea3726f8a3703cc100fde27aa392ff7ae4e327e490213" from cache/: (comment debian-13-4.10_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-10-15 10:40.19 ---> using "61db02aa4af3b1dab893bd26d9c0da8b01ce1fc8ef2877373b471ec855d6a400" 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.0 to version 2.2, which can't be reverted.You may want to back it up before going further.Continue? [Y/n] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-10-15 10:40.19 ---> using "e751554815c5fe2bbbb92804906a5572f8f22b2e5a5b64385e7d1ab48cee2311" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-131-genericThe OCaml toplevel, version 4.10.22.4.12025-10-15 10:40.19 ---> using "30009437ecce2f461a88ffd244515101a41741dc4c6c9361c2a0b3d0df04d931" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-10-15 10:40.19 ---> using "54f468331b7ea69eb4c989692df409118bd36b7d999ba30f8a0906aa22d44301" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e c04a95aabb4c4a0fb28e12fbb897870da143b8bb || git fetch origin master) && git reset -q --hard c04a95aabb4c4a0fb28e12fbb897870da143b8bb && git log --no-decorate -n1 --oneline && opam update -u"))c04a95aabb Merge pull request #28676 from ejgallego/fix_base_0_15_1_patch_checksum<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.3.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)2025-10-15 10:40.19 ---> using "56f6fd4d990a930d3a061a035f2d4b10f20448fef333eaf70ca7f945e2ad2284" from cache/src: (copy (src capnp.opam) (dst ./))2025-10-15 10:40.19 ---> saved as "4b90e40ad88cac14fd07cf72e3e316219b284090c130c0f5b769a0627484ad71"/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)2025-10-15 10:40.21 ---> saved as "6ccbc5b1181b4fa5d26bdc342519a57fc5518019eae4d511e2216c1eac7810b0"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-10-15 10:40.21 ---> saved as "6b02b3ff51d2ebf6adfad4940096d10407638b5d15e7fabfc42493237bc8f37f"/src: (env DEPS "base.v0.15.1 base-bigarray.base base-bytes.base base-threads.base base-unix.base base_quickcheck.v0.15.0 conf-capnproto.2 cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 fieldslib.v0.15.0 jane-street-headers.v0.15.0 jst-config.v0.15.1 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocamlfind.1.9.8 ocplib-endian.1.2 ounit2.2.2.7 ppx_assert.v0.15.0 ppx_base.v0.15.0 ppx_bench.v0.15.1 ppx_cold.v0.15.0 ppx_compare.v0.15.0 ppx_derivers.1.2.1 ppx_enumerate.v0.15.0 ppx_fields_conv.v0.15.0 ppx_hash.v0.15.0 ppx_here.v0.15.0 ppx_inline_test.v0.15.1 ppx_let.v0.15.0 ppx_optcomp.v0.15.0 ppx_sexp_conv.v0.15.1 ppx_sexp_message.v0.15.0 ppx_sexp_value.v0.15.0 ppxlib.0.35.0 res.5.0.2 result.1.5 seq.base sexplib0.v0.15.1 splittable_random.v0.15.0 stdint.0.7.2 stdio.v0.15.0 stdlib-shims.0.3.0 time_now.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.4 --depext-only -y capnp.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 amd64 Packages [53.8 kB]- Fetched 145 kB in 0s (1413 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[capnp.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.10.2).[NOTE] Package ocaml is already installed (current version is 4.10.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 system packages will first need to be installed:capnproto libcapnp-dev<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "capnproto" "libcapnp-dev"- Selecting previously unselected package libcapnp-1.1.0:amd64.- (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 20622 files and directories currently installed.)- Preparing to unpack .../libcapnp-1.1.0_1.1.0-2_amd64.deb ...- Unpacking libcapnp-1.1.0:amd64 (1.1.0-2) ...- Selecting previously unselected package capnproto.- Preparing to unpack .../capnproto_1.1.0-2_amd64.deb ...- Unpacking capnproto (1.1.0-2) ...- Selecting previously unselected package libssl-dev:amd64.- Preparing to unpack .../libssl-dev_3.5.1-1+deb13u1_amd64.deb ...- Unpacking libssl-dev:amd64 (3.5.1-1+deb13u1) ...- Selecting previously unselected package libcapnp-dev:amd64.- Preparing to unpack .../libcapnp-dev_1.1.0-2_amd64.deb ...- Unpacking libcapnp-dev:amd64 (1.1.0-2) ...- Setting up libssl-dev:amd64 (3.5.1-1+deb13u1) ...- Setting up libcapnp-1.1.0:amd64 (1.1.0-2) ...- Setting up libcapnp-dev:amd64 (1.1.0-2) ...- Setting up capnproto (1.1.0-2) ...- Processing triggers for libc-bin (2.41-12) ...2025-10-15 10:40.40 ---> saved as "50429c37fb6813759cedc6233535719c763460ed76ecbd93b901f089d2b76d74"/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.10.2).[NOTE] Package ocaml is already installed (current version is 4.10.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 41 packages- install base v0.15.1- install base-bytes base- install base_quickcheck v0.15.0- install conf-capnproto 2- install cppo 1.8.0- install csexp 1.5.2- install dune 3.20.2- install dune-configurator 3.20.2- install fieldslib v0.15.0- install jane-street-headers v0.15.0- install jst-config v0.15.1- install ocaml-compiler-libs v0.12.4- install ocamlfind 1.9.8- install ocplib-endian 1.2- install ounit2 2.2.7- install ppx_assert v0.15.0- install ppx_base v0.15.0- install ppx_bench v0.15.1- install ppx_cold v0.15.0- install ppx_compare v0.15.0- install ppx_derivers 1.2.1- install ppx_enumerate v0.15.0- install ppx_fields_conv v0.15.0- install ppx_hash v0.15.0- install ppx_here v0.15.0- install ppx_inline_test v0.15.1- install ppx_let v0.15.0- install ppx_optcomp 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 ppxlib 0.35.0- install res 5.0.2- install result 1.5- install seq base- install sexplib0 v0.15.1- install splittable_random v0.15.0- install stdint 0.7.2- install stdio v0.15.0- install stdlib-shims 0.3.0- install time_now v0.15.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved base.v0.15.1 (cached)-> retrieved base_quickcheck.v0.15.0 (cached)-> retrieved cppo.1.8.0 (cached)-> installed conf-capnproto.2-> 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 (cached)-> retrieved ocaml-compiler-libs.v0.12.4 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ounit2.2.2.7 (cached)-> retrieved ppx_assert.v0.15.0 (cached)-> retrieved ppx_base.v0.15.0 (cached)-> retrieved ppx_bench.v0.15.1 (cached)-> retrieved ppx_cold.v0.15.0 (cached)-> retrieved ppx_compare.v0.15.0 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_enumerate.v0.15.0 (cached)-> retrieved ppx_fields_conv.v0.15.0 (cached)-> retrieved ppx_hash.v0.15.0 (cached)-> retrieved ppx_here.v0.15.0 (cached)-> retrieved ppx_inline_test.v0.15.1 (cached)-> retrieved ppx_let.v0.15.0 (cached)-> retrieved ppx_optcomp.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 res.5.0.2 (cached)-> retrieved result.1.5 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved sexplib0.v0.15.1 (cached)-> retrieved splittable_random.v0.15.0 (cached)-> retrieved stdint.0.7.2 (cached)-> retrieved stdio.v0.15.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved time_now.v0.15.0 (cached)-> retrieved ppxlib.0.35.0 (cached)-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed dune.3.20.2-> installed jane-street-headers.v0.15.0-> installed ppx_derivers.1.2.1-> installed result.1.5-> installed csexp.1.5.2-> installed cppo.1.8.0-> installed ocaml-compiler-libs.v0.12.4-> installed res.5.0.2-> installed sexplib0.v0.15.1-> installed stdint.0.7.2-> installed stdlib-shims.0.3.0-> installed ocplib-endian.1.2-> installed ounit2.2.2.7-> installed dune-configurator.3.20.2-> installed base.v0.15.1-> installed fieldslib.v0.15.0-> installed stdio.v0.15.0-> installed ppxlib.0.35.0-> installed ppx_cold.v0.15.0-> installed ppx_here.v0.15.0-> installed ppx_optcomp.v0.15.0-> installed ppx_enumerate.v0.15.0-> installed ppx_compare.v0.15.0-> installed ppx_fields_conv.v0.15.0-> installed ppx_let.v0.15.0-> installed ppx_sexp_conv.v0.15.1-> installed ppx_hash.v0.15.0-> installed ppx_sexp_value.v0.15.0-> installed ppx_assert.v0.15.0-> installed ppx_sexp_message.v0.15.0-> installed ppx_base.v0.15.0-> installed jst-config.v0.15.1-> installed time_now.v0.15.0-> installed ppx_inline_test.v0.15.1-> installed ppx_bench.v0.15.1-> installed splittable_random.v0.15.0-> installed base_quickcheck.v0.15.0Done.# To update the current shell environment, run: eval $(opam env)2025-10-15 10:42.59 ---> saved as "9496b8c9d221db396d6b8c6b70291d58329492e2f1a1317d82e9ff29cb26ccfd"/src: (copy (src .) (dst /src))2025-10-15 10:42.59 ---> saved as "cdedee1bb7727e781e86ad0acc8e2225fd1be1898c4ed92fec77a1b564af8d7c"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/src/examples/1 && /usr/bin/capnp compile -o ../../../../install/default/bin/capnpc-ocaml foo.capnp)foo.capnp --> foo.mli foo.ml(cd _build/default/src/benchmark && /usr/bin/capnp compile -o ../../../install/default/bin/capnpc-ocaml catrank.capnp)catrank.capnp --> catrank.mli catrank.ml(cd _build/default/src/examples/2 && /usr/bin/capnp compile -o ../../../../install/default/bin/capnpc-ocaml shape.capnp)shape.capnp --> shape.mli shape.ml(cd _build/default/src/benchmark && /usr/bin/capnp compile -o ../../../install/default/bin/capnpc-ocaml carsales.capnp)carsales.capnp --> carsales.mli carsales.ml(cd _build/default/src/benchmark && /usr/bin/capnp compile -o ../../../install/default/bin/capnpc-ocaml eval.capnp)eval.capnp --> eval.mli eval.ml(cd _build/default/src/tests && /usr/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.11 seconds.OK............Ran: 12 tests in: 0.11 seconds.OK............Ran: 12 tests in: 0.11 seconds.OK........Ran: 8 tests in: 0.11 seconds.OK........Ran: 8 tests in: 0.11 seconds.OK............Ran: 12 tests in: 0.11 seconds.OK............Ran: 12 tests in: 0.11 seconds.OK........Ran: 8 tests in: 0.11 seconds.OK........Ran: 8 tests in: 0.11 seconds.OK..........Ran: 10 tests in: 0.11 seconds.OK..Ran: 2 tests in: 0.14 seconds.OK....Ran: 4 tests in: 0.25 seconds.OK.....Ran: 5 tests in: 0.11 seconds.OK.....Ran: 5 tests in: 0.11 seconds.OK.Ran: 1 tests in: 0.10 seconds.OK2025-10-15 10:43.27 ---> saved as "badd0ed6da914df890d96a563be91d438b4fd7ffb2c8c87767188d56b5a23a5f"Job succeeded2025-10-15 10:43.28: Job succeeded