2026-07-02 13:20.00: New job: test ocaml-ppx/cinaps https://github.com/ocaml-ppx/cinaps.git#refs/pull/10/head (3a1a3a9a51f16a9cd25488007b17368c34b8392c) (linux-x86_64:ubuntu-24.04-4.14_opam-2.5)Base: ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:95450ed3bae2ee7eea1e1ba1d1ef56e2da044b514b4a70992c18147bd4fa09f9Opam 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 3a1a3a9acat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:95450ed3bae2ee7eea1e1ba1d1ef56e2da044b514b4a70992c18147bd4fa09f9# ubuntu-24.04-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 cd ~/opam-repository && (git cat-file -e 8cd35acddd18fa903782ac90de78467ca3e3b506 || git fetch origin master) && git reset -q --hard 8cd35acddd18fa903782ac90de78467ca3e3b506 && 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.24.0 dune-configurator.3.24.0 fieldslib.v0.16.0 jane-street-headers.v0.16.0 jst-config.v0.16.0 num.1.6 ocaml.4.14.4 ocaml-base-compiler.4.14.4 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-07-02 13:20.00: Using cache hint "ocaml-ppx/cinaps-ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:95450ed3bae2ee7eea1e1ba1d1ef56e2da044b514b4a70992c18147bd4fa09f9-ubuntu-24.04-4.14_opam-2.5-0c31b5b6b72afc4da64669d99edeeab6"2026-07-02 13:20.00: Using OBuilder spec:((from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:95450ed3bae2ee7eea1e1ba1d1ef56e2da044b514b4a70992c18147bd4fa09f9)(comment ubuntu-24.04-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 (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 8cd35acddd18fa903782ac90de78467ca3e3b506 || git fetch origin master) && git reset -q --hard 8cd35acddd18fa903782ac90de78467ca3e3b506 && 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.24.0 dune-configurator.3.24.0 fieldslib.v0.16.0 jane-street-headers.v0.16.0 jst-config.v0.16.0 num.1.6 ocaml.4.14.4 ocaml-base-compiler.4.14.4 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-07-02 13:20.00: Waiting for resource in pool OCluster2026-07-02 14:49.10: Waiting for worker…2026-07-02 14:50.57: Got resource from pool OClusterBuilding on eumache.caelum.ci.devAll commits already cachedHEAD is now at 3a1a3a9 Update help(from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:95450ed3bae2ee7eea1e1ba1d1ef56e2da044b514b4a70992c18147bd4fa09f9)Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:95450ed3bae2ee7eea1e1ba1d1ef56e2da044b514b4a70992c18147bd4fa09f9' locallydocker.io/ocaml/opam@sha256:95450ed3bae2ee7eea1e1ba1d1ef56e2da044b514b4a70992c18147bd4fa09f9: Pulling from ocaml/opamcb259a83ac3d: Pulling fs layer6c0953dad157: Pulling fs layer8b89ba1c0537: Pulling fs layer367f69125946: Pulling fs layered1f42396ed4: Pulling fs layer221b29aaf54b: Pulling fs layerfb4cd091ccc2: Pulling fs layer479dbe509d29: Pulling fs layer88f81eb9e75f: Pulling fs layer8ab80d40b6a5: Pulling fs layerd7fb3dfab8b3: Pulling fs layer04e65133dfaf: Pulling fs layerb278d3abcc75: Pulling fs layerc3b51ac23d63: Pulling fs layerafec742ed87b: Pulling fs layer56f4de298f53: Pulling fs layer913d97026555: Pulling fs layerd19585b30afd: Pulling fs layer64ade2d161e1: Pulling fs layer1ffe2849d952: Pulling fs layer4f4fb700ef54: Pulling fs layer4fd252b40f89: Pulling fs layer8a07e7029bc0: Pulling fs layer2e2dd6b74baa: Pulling fs layerb0da47113210: Pulling fs layer19aa304e54d2: Pulling fs layer6cd4f42fafc7: Pulling fs layer6d4a0fcfb293: Pulling fs layer92a627332c87: Pulling fs layer3400eb9a061b: Pulling fs layer6643f0ee86f6: Pulling fs layer802b0202518e: Pulling fs layer7412360e97e6: Pulling fs layer5014f6847008: Pulling fs layer76c77036a058: Pulling fs layer327a3e7dd017: Pulling fs layer9739ab4056ef: Pulling fs layer1e001a723a30: Pulling fs layer07bf0549b3af: Pulling fs layer1641ac284c01: Pulling fs layer249e465c8d30: Pulling fs layera4ced6728e73: Pulling fs layer04e65133dfaf: Waitingb278d3abcc75: Waitingc3b51ac23d63: Waitingafec742ed87b: Waiting56f4de298f53: Waiting913d97026555: Waitingfb4cd091ccc2: Waiting479dbe509d29: Waiting88f81eb9e75f: Waitingd19585b30afd: Waiting64ade2d161e1: Waiting1ffe2849d952: Waiting4f4fb700ef54: Waiting8ab80d40b6a5: Waitingd7fb3dfab8b3: Waiting367f69125946: Waitinged1f42396ed4: Waiting221b29aaf54b: Waiting7412360e97e6: Waiting4fd252b40f89: Waiting8a07e7029bc0: Waiting1e001a723a30: Waiting5014f6847008: Waiting76c77036a058: Waiting07bf0549b3af: Waiting327a3e7dd017: Waiting1641ac284c01: Waiting9739ab4056ef: Waiting249e465c8d30: Waiting2e2dd6b74baa: Waiting92a627332c87: Waitinga4ced6728e73: Waiting3400eb9a061b: Waiting802b0202518e: Waiting6cd4f42fafc7: Waiting19aa304e54d2: Waitingb0da47113210: Waiting6d4a0fcfb293: Waiting8b89ba1c0537: Download complete6c0953dad157: Verifying Checksum6c0953dad157: Download completeed1f42396ed4: Verifying Checksumed1f42396ed4: Download completecb259a83ac3d: Download complete221b29aaf54b: Verifying Checksum221b29aaf54b: Download completefb4cd091ccc2: Verifying Checksumfb4cd091ccc2: Download complete479dbe509d29: Verifying Checksum479dbe509d29: Download complete367f69125946: Verifying Checksum367f69125946: Download complete88f81eb9e75f: Verifying Checksum88f81eb9e75f: Download complete8ab80d40b6a5: Verifying Checksum8ab80d40b6a5: Download completed7fb3dfab8b3: Verifying Checksumd7fb3dfab8b3: Download complete04e65133dfaf: Verifying Checksum04e65133dfaf: Download completecb259a83ac3d: Pull complete6c0953dad157: Pull complete8b89ba1c0537: Pull completeafec742ed87b: Download completeb278d3abcc75: Verifying Checksumb278d3abcc75: Download complete56f4de298f53: Verifying Checksum56f4de298f53: Download complete913d97026555: Download completec3b51ac23d63: Download completed19585b30afd: Verifying Checksumd19585b30afd: Download complete64ade2d161e1: Download complete1ffe2849d952: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete8a07e7029bc0: Verifying Checksum8a07e7029bc0: Download complete4fd252b40f89: Verifying Checksum4fd252b40f89: Download complete2e2dd6b74baa: Verifying Checksum2e2dd6b74baa: Download complete19aa304e54d2: Verifying Checksum19aa304e54d2: Download completeb0da47113210: Verifying Checksumb0da47113210: Download complete6cd4f42fafc7: Verifying Checksum6cd4f42fafc7: Download complete92a627332c87: Download complete6d4a0fcfb293: Verifying Checksum6d4a0fcfb293: Download complete6643f0ee86f6: Verifying Checksum6643f0ee86f6: Download complete3400eb9a061b: Verifying Checksum3400eb9a061b: Download complete802b0202518e: Verifying Checksum802b0202518e: Download complete7412360e97e6: Verifying Checksum7412360e97e6: Download complete76c77036a058: Verifying Checksum76c77036a058: Download complete9739ab4056ef: Download complete1e001a723a30: Verifying Checksum1e001a723a30: Download complete367f69125946: Pull completeed1f42396ed4: Pull complete07bf0549b3af: Download complete1641ac284c01: Download complete249e465c8d30: Verifying Checksum249e465c8d30: Download completea4ced6728e73: Download complete5014f6847008: Verifying Checksum5014f6847008: Download complete327a3e7dd017: Download complete221b29aaf54b: Pull completefb4cd091ccc2: Pull complete479dbe509d29: Pull complete88f81eb9e75f: Pull complete8ab80d40b6a5: Pull completed7fb3dfab8b3: Pull complete04e65133dfaf: Pull completeb278d3abcc75: Pull completec3b51ac23d63: Pull completeafec742ed87b: Pull complete56f4de298f53: Pull complete913d97026555: Pull completed19585b30afd: Pull complete64ade2d161e1: Pull complete1ffe2849d952: Pull complete4f4fb700ef54: Pull complete4fd252b40f89: Pull complete8a07e7029bc0: Pull complete2e2dd6b74baa: Pull completeb0da47113210: Pull complete19aa304e54d2: Pull complete6cd4f42fafc7: Pull complete6d4a0fcfb293: Pull complete92a627332c87: Pull complete3400eb9a061b: Pull complete6643f0ee86f6: Pull complete802b0202518e: Pull complete7412360e97e6: Pull complete5014f6847008: Pull complete76c77036a058: Pull complete327a3e7dd017: Pull complete9739ab4056ef: Pull complete1e001a723a30: Pull complete07bf0549b3af: Pull complete1641ac284c01: Pull complete249e465c8d30: Pull completea4ced6728e73: Pull completeDigest: sha256:95450ed3bae2ee7eea1e1ba1d1ef56e2da044b514b4a70992c18147bd4fa09f9Status: Downloaded newer image for ocaml/opam@sha256:95450ed3bae2ee7eea1e1ba1d1ef56e2da044b514b4a70992c18147bd4fa09f92026-07-02 14:50.59 ---> using "d219009e03c1f126444e4278ac20480fa0476a840361d52940e2947ed537fb52" from cache/: (comment ubuntu-24.04-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-07-02 14:50.59 ---> using "d4db0d04caf3a91b322eabff8bcf789db0965aec6d3c015c33158620ff506261" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 8cd35acddd18fa903782ac90de78467ca3e3b506 || git fetch origin master) && git reset -q --hard 8cd35acddd18fa903782ac90de78467ca3e3b506 && git log --no-decorate -n1 --oneline"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADb85f65c75d..cf4807d523 master -> origin/master8cd35acddd Merge pull request #30092 from shonfeder/release-dune-3.24.02026-07-02 14:50.59 ---> using "f5bc9e5082ad30ff4712440c3e01e1db0216918e0b33e7ef2735af80bdd6f0b2" 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.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-repository2026-07-02 14:50.59 ---> using "4a24b096776aec079573982dbf8bb345fa5aed3a9eb172e7d374865eba861b2b" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 7.0.0-22-genericThe OCaml toplevel, version 4.14.42.5.12026-07-02 14:50.59 ---> using "faa68fd769ac4b1455b0a47ec5eeebafd6af2d4cb8be030e2749ab4a5ffe4b4e" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-07-02 14:50.59 ---> using "8fdcc816b0947515ad405fa428c8eb09219baaf66ffd9e3c7b76366504cf3022" 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 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.1- ocaml-config.3However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.1"), 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-07-02 14:50.59 ---> using "75e0386741707a058f4236ce08bf8eae89a1e12f620b91a3d5b63284d64422a2" from cache/src: (copy (src cinaps.opam) (dst ./))2026-07-02 14:51.00 ---> saved as "0e197c3cfb3ebd2ed21dfda339c6036b91760199c9592c87fd61b7e85c6058c6"/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-07-02 14:51.06 ---> saved as "d0a15bb7d1019865c62d4469baefcb418d2cd8a0294818ff775e3dbaad342601"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-07-02 14:51.08 ---> saved as "84e7bc17397cb69f5fec3e6fc1e685e8d9e3de576e53dec0fe3271b7dac8566a"/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.24.0 dune-configurator.3.24.0 fieldslib.v0.16.0 jane-street-headers.v0.16.0 jst-config.v0.16.0 num.1.6 ocaml.4.14.4 ocaml-base-compiler.4.14.4 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"))+ /usr/bin/sudo "apt-get" "update"- Hit:1 http://archive.ubuntu.com/ubuntu noble InRelease- Get:2 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]- Get:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]- Get:4 http://security.ubuntu.com/ubuntu noble-security/multiverse amd64 Packages [43.8 kB]- Get:5 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]- Get:6 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [1417 kB]- Get:7 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1490 kB]- Get:8 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [1016 kB]- Get:9 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [1490 kB]- Get:10 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [2111 kB]- Get:11 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Packages [49.5 kB]- Get:12 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1336 kB]- Get:13 http://archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages [35.9 kB]- Get:14 http://archive.ubuntu.com/ubuntu noble-backports/main amd64 Packages [48.9 kB]- Fetched 9416 kB in 1s (9219 kB/s)- Reading package lists...-<><> 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.4).[NOTE] Package ocaml is already installed (current version is 4.14.4).[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-07-02 14:51.27 ---> saved as "c8bc5bfa27a208950652796c770e69fcf2ec9b96183118f033308a87d915281b"/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.4).[NOTE] Package ocaml is already installed (current version is 4.14.4).[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- install base v0.16.5- install base_quickcheck v0.16.0- install bin_prot v0.16.0- install csexp 1.5.2- install dune 3.24.0- install dune-configurator 3.24.0- install fieldslib v0.16.0- install jane-street-headers v0.16.0- install jst-config v0.16.0- install num 1.6- install ocaml-compiler-libs v0.12.4- install parsexp v0.16.0- install ppx_assert v0.16.0- install ppx_base v0.16.0- install ppx_bench v0.16.0- install ppx_bin_prot v0.16.0- install ppx_cold v0.16.0- install ppx_compare v0.16.0- install ppx_custom_printf v0.16.0- install ppx_derivers 1.2.1- install ppx_disable_unused_warnings v0.16.0- install ppx_enumerate v0.16.0- install ppx_expect v0.16.2- install ppx_fields_conv v0.16.0- install ppx_fixed_literal v0.16.0- install ppx_globalize v0.16.0- install ppx_hash v0.16.0- install ppx_here v0.16.0- install ppx_ignore_instrumentation v0.16.0- install ppx_inline_test v0.16.1- install ppx_jane v0.16.0- install ppx_let v0.16.0- install ppx_log v0.16.0- install ppx_module_timer v0.16.0- install ppx_optcomp v0.16.0- install ppx_optional v0.16.0- install ppx_pipebang 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 ppx_stable v0.16.0- install ppx_stable_witness v0.16.0- install ppx_string v0.16.0- install ppx_tydi v0.16.0- install ppx_typerep_conv v0.16.0- install ppx_variants_conv v0.16.0- install ppxlib 0.35.0- install re 1.14.0- install sexplib v0.16.0- install sexplib0 v0.16.0- install splittable_random v0.16.0- install stdio v0.16.0- install stdlib-shims 0.3.0- install time_now v0.16.0- install typerep v0.16.0- install variantslib v0.16.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved base.v0.16.5 (cached)-> retrieved base_quickcheck.v0.16.0 (cached)-> retrieved bin_prot.v0.16.0 (cached)-> 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 num.1.6 (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_conv.v0.16.0 (cached)-> retrieved ppx_sexp_message.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.24.0, dune-configurator.3.24.0 (cached)-> installed num.1.6-> installed dune.3.24.0-> 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 ocaml-compiler-libs.v0.12.4-> installed re.1.14.0-> installed sexplib0.v0.16.0-> installed dune-configurator.3.24.0-> installed parsexp.v0.16.0-> installed sexplib.v0.16.0-> installed base.v0.16.5-> installed variantslib.v0.16.0-> installed fieldslib.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_optcomp.v0.16.0-> installed ppx_disable_unused_warnings.v0.16.0-> installed ppx_variants_conv.v0.16.0-> installed ppx_stable_witness.v0.16.0-> installed ppx_cold.v0.16.0-> installed ppx_typerep_conv.v0.16.0-> installed ppx_fields_conv.v0.16.0-> installed ppx_compare.v0.16.0-> installed ppx_pipebang.v0.16.0-> installed ppx_tydi.v0.16.0-> installed ppx_stable.v0.16.0-> installed ppx_enumerate.v0.16.0-> installed ppx_here.v0.16.0-> installed ppx_ignore_instrumentation.v0.16.0-> installed ppx_fixed_literal.v0.16.0-> installed ppx_optional.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_message.v0.16.0-> installed ppx_sexp_value.v0.16.0-> installed ppx_base.v0.16.0-> installed ppx_custom_printf.v0.16.0-> installed ppx_log.v0.16.0-> installed jst-config.v0.16.0-> installed ppx_string.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.# To update the current shell environment, run: eval $(opam env)2026-07-02 14:53.43 ---> saved as "66e250edf898c394b12a19c7cea1e6a5e3dd4d6fca065c54c590157297cf6ddc"/src: (copy (src .) (dst /src))2026-07-02 14:53.44 ---> saved as "719214666f241a62f009f6004a1156d59cf95f94e25bb44d229df7739bd6502c"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2026-07-02 14:53.46 ---> saved as "d8d9e1262c22e30714209e44855d6903640467f2e5d7aa0111aea56e7c0e5ca3"Job succeeded2026-07-02 14:53.47: Job succeeded