2026-01-27 07:31.56: New job: test capnproto/capnp-ocaml https://github.com/capnproto/capnp-ocaml.git#refs/heads/master (cc461758431a77e6c7854f8e1875c2f91dca8ef2) (linux-x86_64:opensuse-15.6-4.14_opam-2.5)Base: ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:06017813d28497e89c59cf3d506db67c96f556fc1ec8d5031826d12721c9a0f7Opam 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:opensuse-15.6-ocaml-4.14@sha256:06017813d28497e89c59cf3d506db67c96f556fc1ec8d5031826d12721c9a0f7# opensuse-15.6-4.14_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && 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.16.4 base-bigarray.base base-bytes.base base-threads.base base-unix.base base_quickcheck.v0.16.0 conf-capnproto.2 cppo.1.8.0 csexp.1.5.2 dune.3.21.0 dune-configurator.3.21.0 fieldslib.v0.16.0 jane-street-headers.v0.16.0 jst-config.v0.16.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ocplib-endian.1.2 ounit2.2.2.7 ppx_assert.v0.16.0 ppx_base.v0.16.0 ppx_bench.v0.16.0 ppx_cold.v0.16.0 ppx_compare.v0.16.0 ppx_derivers.1.2.1 ppx_enumerate.v0.16.0 ppx_fields_conv.v0.16.0 ppx_globalize.v0.16.0 ppx_hash.v0.16.0 ppx_here.v0.16.0 ppx_inline_test.v0.16.1 ppx_let.v0.16.0 ppx_optcomp.v0.16.0 ppx_sexp_conv.v0.16.0 ppx_sexp_message.v0.16.0 ppx_sexp_value.v0.16.0 ppxlib.0.35.0 res.5.0.2 result.1.5 seq.base sexplib0.v0.16.0 splittable_random.v0.16.0 stdint.0.7.2 stdio.v0.16.0 stdlib-shims.0.3.0 time_now.v0.16.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-01-27 07:31.56: Using cache hint "capnproto/capnp-ocaml-ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:06017813d28497e89c59cf3d506db67c96f556fc1ec8d5031826d12721c9a0f7-opensuse-15.6-4.14_opam-2.5-b40ea958cf524b4ff898a942221ff303"2026-01-27 07:31.56: Using OBuilder spec:((from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:06017813d28497e89c59cf3d506db67c96f556fc1ec8d5031826d12721c9a0f7)(comment opensuse-15.6-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/bin/opam-2.5 /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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && 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.16.4 base-bigarray.base base-bytes.base base-threads.base base-unix.base base_quickcheck.v0.16.0 conf-capnproto.2 cppo.1.8.0 csexp.1.5.2 dune.3.21.0 dune-configurator.3.21.0 fieldslib.v0.16.0 jane-street-headers.v0.16.0 jst-config.v0.16.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ocplib-endian.1.2 ounit2.2.2.7 ppx_assert.v0.16.0 ppx_base.v0.16.0 ppx_bench.v0.16.0 ppx_cold.v0.16.0 ppx_compare.v0.16.0 ppx_derivers.1.2.1 ppx_enumerate.v0.16.0 ppx_fields_conv.v0.16.0 ppx_globalize.v0.16.0 ppx_hash.v0.16.0 ppx_here.v0.16.0 ppx_inline_test.v0.16.1 ppx_let.v0.16.0 ppx_optcomp.v0.16.0 ppx_sexp_conv.v0.16.0 ppx_sexp_message.v0.16.0 ppx_sexp_value.v0.16.0 ppxlib.0.35.0 res.5.0.2 result.1.5 seq.base sexplib0.v0.16.0 splittable_random.v0.16.0 stdint.0.7.2 stdio.v0.16.0 stdlib-shims.0.3.0 time_now.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 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-01-27 07:31.56: Waiting for resource in pool OCluster2026-01-27 08:25.46: Waiting for worker…2026-01-27 08:31.15: Got resource from pool OClusterBuilding on odawa.caelum.ci.devAll commits already cachedHEAD is now at cc46175 Merge pull request #90 from talex5/release(from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:06017813d28497e89c59cf3d506db67c96f556fc1ec8d5031826d12721c9a0f7)Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:06017813d28497e89c59cf3d506db67c96f556fc1ec8d5031826d12721c9a0f7' locallydocker.io/ocaml/opam@sha256:06017813d28497e89c59cf3d506db67c96f556fc1ec8d5031826d12721c9a0f7: Pulling from ocaml/opam625c79e3ae60: Pulling fs layerca6439633d2f: Pulling fs layer3e61b5a3343d: Pulling fs layer625c79e3ae60: Waiting572d4bcd324d: Pulling fs layer3994ff15a7b0: Pulling fs layerca6439633d2f: Waiting1d676486d940: Pulling fs layer3e61b5a3343d: Waiting1805f8e47dca: Pulling fs layer572d4bcd324d: Waiting3582d9a1382c: Pulling fs layer1d676486d940: Waitingac0b974faa58: Pulling fs layer1805f8e47dca: Waiting67d656ab5910: Pulling fs layer3582d9a1382c: Waitingac0b974faa58: Waiting839cdf272e6c: Pulling fs layer3994ff15a7b0: Waiting8689175d709f: Pulling fs layer67d656ab5910: Waitinge40b27547779: Pulling fs layer88cb140bc0e8: Pulling fs layer8689175d709f: Waitingab3a4a69e4f4: Pulling fs layere40b27547779: Waitinge4fd7a94954f: Pulling fs layer88cb140bc0e8: Waitingab3a4a69e4f4: Waiting92f036b4edea: Pulling fs layer396a718de0b7: Pulling fs layer4f4fb700ef54: Pulling fs layer0420ccc16eca: Pulling fs layercc2c69f374ef: Pulling fs layer22899c47761b: Pulling fs layer8faa077d3a79: Pulling fs layerb972aa889009: Pulling fs layerc6b297e7480d: Pulling fs layer92f036b4edea: Waiting396a718de0b7: Waiting0420ccc16eca: Waiting3bcaed3c075b: Pulling fs layer4f4fb700ef54: Waiting22899c47761b: Waitingcc2c69f374ef: Waitinge04276e867bb: Pulling fs layer1abd543659d3: Pulling fs layerb972aa889009: Waiting8faa077d3a79: Waitingcdfeed99d27a: Pulling fs layer31a3fe0454c7: Pulling fs layer27bd77ac4143: Pulling fs layer83ee7dcdeec7: Pulling fs layer1619bb7b4db1: Pulling fs layer22f6e36aa5fa: Pulling fs layerf64ad179410d: Pulling fs layer8794b54faffb: Pulling fs layerbb981eaa95e1: Pulling fs layera0128ffaf5eb: Pulling fs layer5a412c9f106b: Pulling fs layer27bd77ac4143: Waiting80db8971c211: Pulling fs layer31a3fe0454c7: Waiting6a2ee1c75511: Pulling fs layerbb981eaa95e1: Waiting22f6e36aa5fa: Waiting83ee7dcdeec7: Waiting1619bb7b4db1: Waitinga0128ffaf5eb: Waitinge04276e867bb: Waitingf64ad179410d: Waiting6a2ee1c75511: Waiting80db8971c211: Waiting8794b54faffb: Waiting5a412c9f106b: Waiting625c79e3ae60: Verifying Checksum625c79e3ae60: Download completeca6439633d2f: Verifying Checksumca6439633d2f: Download complete625c79e3ae60: Pull completeca6439633d2f: Pull complete3e61b5a3343d: Verifying Checksum3e61b5a3343d: Download complete3e61b5a3343d: Pull complete3994ff15a7b0: Verifying Checksum3994ff15a7b0: Download complete1d676486d940: Verifying Checksum1d676486d940: Download complete1805f8e47dca: Verifying Checksum1805f8e47dca: Download complete3582d9a1382c: Verifying Checksum3582d9a1382c: Download completeac0b974faa58: Download complete67d656ab5910: Verifying Checksum67d656ab5910: Download complete839cdf272e6c: Verifying Checksum839cdf272e6c: Download complete8689175d709f: Verifying Checksum8689175d709f: Download completee40b27547779: Verifying Checksume40b27547779: Download complete88cb140bc0e8: Verifying Checksum88cb140bc0e8: Download completeab3a4a69e4f4: Verifying Checksumab3a4a69e4f4: Download completee4fd7a94954f: Verifying Checksume4fd7a94954f: Download complete92f036b4edea: Download complete396a718de0b7: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete0420ccc16eca: Download completecc2c69f374ef: Verifying Checksumcc2c69f374ef: Download complete22899c47761b: Download complete8faa077d3a79: Verifying Checksum8faa077d3a79: Download completeb972aa889009: Verifying Checksumb972aa889009: Download completec6b297e7480d: Verifying Checksumc6b297e7480d: Download complete3bcaed3c075b: Verifying Checksum3bcaed3c075b: Download completee04276e867bb: Verifying Checksume04276e867bb: Download complete1abd543659d3: Verifying Checksum1abd543659d3: Download completecdfeed99d27a: Verifying Checksumcdfeed99d27a: Download complete31a3fe0454c7: Download complete27bd77ac4143: Verifying Checksum27bd77ac4143: Download complete83ee7dcdeec7: Verifying Checksum83ee7dcdeec7: Download complete1619bb7b4db1: Verifying Checksum1619bb7b4db1: Download complete22f6e36aa5fa: Verifying Checksum22f6e36aa5fa: Download completef64ad179410d: Verifying Checksumf64ad179410d: Download complete8794b54faffb: Download completebb981eaa95e1: Verifying Checksumbb981eaa95e1: Download completea0128ffaf5eb: Verifying Checksuma0128ffaf5eb: Download complete5a412c9f106b: Download complete80db8971c211: Verifying Checksum80db8971c211: Download complete6a2ee1c75511: Verifying Checksum6a2ee1c75511: Download complete572d4bcd324d: Verifying Checksum572d4bcd324d: Download complete572d4bcd324d: Pull complete3994ff15a7b0: Pull complete1d676486d940: Pull complete1805f8e47dca: Pull complete3582d9a1382c: Pull completeac0b974faa58: Pull complete67d656ab5910: Pull complete839cdf272e6c: Pull complete8689175d709f: Pull completee40b27547779: Pull complete88cb140bc0e8: Pull completeab3a4a69e4f4: Pull completee4fd7a94954f: Pull complete92f036b4edea: Pull complete396a718de0b7: Pull complete4f4fb700ef54: Pull complete0420ccc16eca: Pull completecc2c69f374ef: Pull complete22899c47761b: Pull complete8faa077d3a79: Pull completeb972aa889009: Pull completec6b297e7480d: Pull complete3bcaed3c075b: Pull completee04276e867bb: Pull complete1abd543659d3: Pull completecdfeed99d27a: Pull complete31a3fe0454c7: Pull complete27bd77ac4143: Pull complete83ee7dcdeec7: Pull complete1619bb7b4db1: Pull complete22f6e36aa5fa: Pull completef64ad179410d: Pull complete8794b54faffb: Pull completebb981eaa95e1: Pull completea0128ffaf5eb: Pull complete5a412c9f106b: Pull complete80db8971c211: Pull complete6a2ee1c75511: Pull completeDigest: sha256:06017813d28497e89c59cf3d506db67c96f556fc1ec8d5031826d12721c9a0f7Status: Downloaded newer image for ocaml/opam@sha256:06017813d28497e89c59cf3d506db67c96f556fc1ec8d5031826d12721c9a0f72026-01-27 08:31.15 ---> using "52e816f0aa85450cfc16d266041d2887ffe3489dbdcd0251f1fe96de79154cb7" from cache/: (comment opensuse-15.6-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/bin/opam-2.5 /usr/bin/opam"))2026-01-27 08:31.15 ---> using "8650481d781dc9d0d26de5f6a96edc122ddbd937f45050431815622602800d6f" 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] Initialised2026-01-27 08:31.15 ---> using "a639c37e4752436ea63c6b5c9003994a92c182efd195e74310c07ebbd376ee98" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-87-genericThe OCaml toplevel, version 4.14.22.5.02026-01-27 08:31.15 ---> using "30e93a1d8eec7e3649eb26c2f3bbb48b8dc12ffbfe81099d2373f40888537920" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-01-27 08:31.15 ---> using "725df111b3eaf2178920dcb3b270894ce79a00a527e6f87689cad4be88f17e77" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u"))873cb18c37 Merge pull request #29216 from shonfeder/release-dune-3.21.0<><> 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.4.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-01-27 08:31.15 ---> using "011468a684a2fe320449f1170a1c40d7b51c5224afe16e30ab82188bca34a10e" from cache/src: (copy (src capnp.opam) (dst ./))2026-01-27 08:31.15 ---> saved as "69d8da0e390b7e969286f46294b3b6094554948a2a65c3ec8a2310c8f9388ce3"/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-01-27 08:31.16 ---> saved as "e48c7b18aab4576b5c6fe7d9cda48d20bd07e3b6da78eee07864d86c7b40bb58"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-01-27 08:31.16 ---> saved as "a47e53443fd1e5b57641e266e57d9f9533dfdbf0f1533794b79bbf1824891c0a"/src: (env DEPS "base.v0.16.4 base-bigarray.base base-bytes.base base-threads.base base-unix.base base_quickcheck.v0.16.0 conf-capnproto.2 cppo.1.8.0 csexp.1.5.2 dune.3.21.0 dune-configurator.3.21.0 fieldslib.v0.16.0 jane-street-headers.v0.16.0 jst-config.v0.16.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ocplib-endian.1.2 ounit2.2.2.7 ppx_assert.v0.16.0 ppx_base.v0.16.0 ppx_bench.v0.16.0 ppx_cold.v0.16.0 ppx_compare.v0.16.0 ppx_derivers.1.2.1 ppx_enumerate.v0.16.0 ppx_fields_conv.v0.16.0 ppx_globalize.v0.16.0 ppx_hash.v0.16.0 ppx_here.v0.16.0 ppx_inline_test.v0.16.1 ppx_let.v0.16.0 ppx_optcomp.v0.16.0 ppx_sexp_conv.v0.16.0 ppx_sexp_message.v0.16.0 ppx_sexp_value.v0.16.0 ppxlib.0.35.0 res.5.0.2 result.1.5 seq.base sexplib0.v0.16.0 splittable_random.v0.16.0 stdint.0.7.2 stdio.v0.16.0 stdlib-shims.0.3.0 time_now.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 capnp.dev $DEPS"))+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"- Retrieving repository 'Update repository of openSUSE Backports' metadata [.- .- Looking for gpg keys in repository Update repository of openSUSE Backports.- gpgkey=http://download.opensuse.org/update/leap/15.6/backports/repodata/repomd.xml.key- ..- ........- ..- ............- ..done]- Building repository 'Update repository of openSUSE Backports' cache [....done]- Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [.- .- Looking for gpg keys in repository Update repository with updates from SUSE Linux Enterprise 15.- gpgkey=http://download.opensuse.org/update/leap/15.6/sle/repodata/repomd.xml.key- ......- ....- ....- ....- ....- ............- ........- .........- ..........- ..........- ..........- .........- ..........- ..........- ..........- .........- ..........- ..........- .........- ..........- .........- .......- ..........- ..........- .........- ..........- ..........- ..........- ......- ...- .....- .....- ....- ........- ......- ......- ......- .........- .........- .........- ....- ...- ..- ...- .........- .....- ........- ..........- .........- ..........- ..........- ..........- ..........- ..........- .........- ..........- ..........- ..........- .........- ..........- ..........- .........- ..........- .........- ...........- ..........- .....done]- Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [..- ..done]- Repository 'Main Update Repository' is up to date.- Repository 'Update Repository (Non-Oss)' is up to date.- Repository 'Non-OSS Repository' is up to date.- Repository 'Main Repository' is up to date.- All repositories have been refreshed.<><> 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 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.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-devel<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "zypper" "--non-interactive" "install" "capnproto" "libcapnp-devel"- Loading repository data...- Reading installed packages...- Resolving package dependencies...-- The following 3 NEW packages are going to be installed:- capnproto libcapnp-0_9 libcapnp-devel-- 3 new packages to install.-- Package download size: 1.8 MiB-- Package install size change:- | 8.2 MiB required by packages that will be installed- 8.2 MiB | - 0 B released by packages that will be removed-- Backend: classic_rpmtrans- Continue? [y/n/v/...? shows all options] (y): y- Retrieving: libcapnp-0_9-0.9.1-150400.3.4.1.x86_64 (Main Repository) (1/3), 1.2 MiB- Retrieving: libcapnp-0_9-0.9.1-150400.3.4.1.x86_64.rpm [....- ....- ....- ......- .........- .......- .........- .........- ..done (170.8 KiB/s)]- Retrieving: libcapnp-devel-0.9.1-150400.3.4.1.x86_64 (Main Repository) (2/3), 342.2 KiB- Retrieving: libcapnp-devel-0.9.1-150400.3.4.1.x86_64.rpm [......- ........- .done (319.0 KiB/s)]- Retrieving: capnproto-0.9.1-150400.3.4.1.x86_64 (Main Repository) (3/3), 242.4 KiB- Retrieving: capnproto-0.9.1-150400.3.4.1.x86_64.rpm [.- ......- ..done (100.7 KiB/s)]-- Checking for file conflicts: [..done]- (1/3) Installing: libcapnp-0_9-0.9.1-150400.3.4.1.x86_64 [..done]- (2/3) Installing: libcapnp-devel-0.9.1-150400.3.4.1.x86_64 [..done]- (3/3) Installing: capnproto-0.9.1-150400.3.4.1.x86_64 [..done]# To update the current shell environment, run: eval $(opam env)2026-01-27 08:33.05 ---> saved as "8e8d613b0eb0eee718c6485cf65ffc457375cab8cd964a90b0327fd0e8a7d4ea"/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.2).[NOTE] Package ocaml is already installed (current version is 4.14.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 42 packages- install base v0.16.4- install base-bytes base- install base_quickcheck v0.16.0- install conf-capnproto 2- install cppo 1.8.0- install csexp 1.5.2- install dune 3.21.0- install dune-configurator 3.21.0- install fieldslib v0.16.0- install jane-street-headers v0.16.0- install jst-config v0.16.0- 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.16.0- install ppx_base v0.16.0- install ppx_bench v0.16.0- install ppx_cold v0.16.0- install ppx_compare v0.16.0- install ppx_derivers 1.2.1- install ppx_enumerate v0.16.0- install ppx_fields_conv v0.16.0- install ppx_globalize v0.16.0- install ppx_hash v0.16.0- install ppx_here v0.16.0- install ppx_inline_test v0.16.1- install ppx_let v0.16.0- install ppx_optcomp 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 ppxlib 0.35.0- install res 5.0.2- install result 1.5- install seq base- install sexplib0 v0.16.0- install splittable_random v0.16.0- install stdint 0.7.2- install stdio v0.16.0- install stdlib-shims 0.3.0- install time_now v0.16.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved base.v0.16.4 (cached)-> retrieved base_quickcheck.v0.16.0 (cached)-> retrieved cppo.1.8.0 (cached)-> installed conf-capnproto.2-> 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 ocamlfind.1.9.8 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved ounit2.2.2.7 (cached)-> retrieved ppx_assert.v0.16.0 (cached)-> retrieved ppx_base.v0.16.0 (cached)-> retrieved ppx_bench.v0.16.0 (cached)-> retrieved ppx_cold.v0.16.0 (cached)-> retrieved ppx_compare.v0.16.0 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_enumerate.v0.16.0 (cached)-> retrieved ppx_fields_conv.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_inline_test.v0.16.1 (cached)-> retrieved ppx_let.v0.16.0 (cached)-> retrieved ppx_optcomp.v0.16.0 (cached)-> retrieved ppx_sexp_conv.v0.16.0 (cached)-> retrieved ppx_sexp_message.v0.16.0 (cached)-> retrieved ppx_sexp_value.v0.16.0 (cached)-> retrieved res.5.0.2 (cached)-> retrieved result.1.5 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved sexplib0.v0.16.0 (cached)-> retrieved splittable_random.v0.16.0 (cached)-> retrieved ppxlib.0.35.0 (cached)-> retrieved stdint.0.7.2 (cached)-> retrieved stdio.v0.16.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved time_now.v0.16.0 (cached)-> retrieved dune.3.21.0, dune-configurator.3.21.0 (cached)-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed dune.3.21.0-> installed jane-street-headers.v0.16.0-> installed ppx_derivers.1.2.1-> installed csexp.1.5.2-> installed cppo.1.8.0-> installed ocaml-compiler-libs.v0.12.4-> installed res.5.0.2-> installed result.1.5-> installed sexplib0.v0.16.0-> 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.21.0-> installed base.v0.16.4-> installed fieldslib.v0.16.0-> installed stdio.v0.16.0-> installed ppxlib.0.35.0-> installed ppx_globalize.v0.16.0-> installed ppx_optcomp.v0.16.0-> installed ppx_cold.v0.16.0-> installed ppx_here.v0.16.0-> installed ppx_enumerate.v0.16.0-> installed ppx_compare.v0.16.0-> installed ppx_fields_conv.v0.16.0-> installed ppx_sexp_conv.v0.16.0-> installed ppx_let.v0.16.0-> installed ppx_hash.v0.16.0-> installed ppx_assert.v0.16.0-> installed ppx_sexp_value.v0.16.0-> installed ppx_sexp_message.v0.16.0-> installed ppx_base.v0.16.0-> installed jst-config.v0.16.0-> installed time_now.v0.16.0-> installed ppx_inline_test.v0.16.1-> installed ppx_bench.v0.16.0-> installed splittable_random.v0.16.0-> installed base_quickcheck.v0.16.0Done.# To update the current shell environment, run: eval $(opam env)2026-01-27 08:33.58 ---> saved as "2ecacc672004b2cb7b2be002cea8de72c0d23d05946a60b7768af16501674638"/src: (copy (src .) (dst /src))2026-01-27 08:33.58 ---> saved as "0314b336cb4257046065ce4f82235f4d5212965af7a519e274bcc18f137adc0e"/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.mlkj/filesystem-disk-unix.c++:1703: warning: PWD environment variable doesn't match current directory; pwd = /src(cd _build/default/src/examples/2 && /usr/bin/capnp compile -o ../../../../install/default/bin/capnpc-ocaml shape.capnp)shape.capnp --> shape.mli shape.mlkj/filesystem-disk-unix.c++:1703: warning: PWD environment variable doesn't match current directory; pwd = /src(cd _build/default/src/benchmark && /usr/bin/capnp compile -o ../../../install/default/bin/capnpc-ocaml catrank.capnp)catrank.capnp --> catrank.mli catrank.mlkj/filesystem-disk-unix.c++:1703: warning: PWD environment variable doesn't match current directory; pwd = /src(cd _build/default/src/benchmark && /usr/bin/capnp compile -o ../../../install/default/bin/capnpc-ocaml carsales.capnp)carsales.capnp --> carsales.mli carsales.mlkj/filesystem-disk-unix.c++:1703: warning: PWD environment variable doesn't match current directory; pwd = /src(cd _build/default/src/benchmark && /usr/bin/capnp compile -o ../../../install/default/bin/capnpc-ocaml eval.capnp)eval.capnp --> eval.mli eval.mlkj/filesystem-disk-unix.c++:1703: warning: PWD environment variable doesn't match current directory; pwd = /src(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.mlkj/filesystem-disk-unix.c++:1703: warning: PWD environment variable doesn't match current directory; pwd = /src(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.11 seconds.OK....Ran: 4 tests in: 0.14 seconds.OK.....Ran: 5 tests in: 0.10 seconds.OK.....Ran: 5 tests in: 0.10 seconds.OK.Ran: 1 tests in: 0.10 seconds.OK2026-01-27 08:34.14 ---> saved as "2f5308b5cb60627f9fb8d5068d58a8d22d909e0d52469cd833a33a843cb07d1f"Job succeeded2026-01-27 08:34.14: Job succeeded