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:95450ed3bae2ee7eea1e1ba1d1ef56e2da044b514b4a70992c18147bd4fa09f9 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-ppx/cinaps.git" && cd "cinaps" && git fetch origin "refs/pull/10/head" && git reset --hard 3a1a3a9a cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:95450ed3bae2ee7eea1e1ba1d1ef56e2da044b514b4a70992c18147bd4fa09f9 # ubuntu-24.04-4.14_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam RUN cd ~/opam-repository && (git cat-file -e 8cd35acddd18fa903782ac90de78467ca3e3b506 || git fetch origin master) && git reset -q --hard 8cd35acddd18fa903782ac90de78467ca3e3b506 && git log --no-decorate -n1 --oneline RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN opam update -u COPY --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 $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-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 OCluster 2026-07-02 14:49.10: Waiting for worker… 2026-07-02 14:50.57: Got resource from pool OCluster Building on eumache.caelum.ci.dev All commits already cached HEAD 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' locally docker.io/ocaml/opam@sha256:95450ed3bae2ee7eea1e1ba1d1ef56e2da044b514b4a70992c18147bd4fa09f9: Pulling from ocaml/opam cb259a83ac3d: Pulling fs layer 6c0953dad157: Pulling fs layer 8b89ba1c0537: Pulling fs layer 367f69125946: Pulling fs layer ed1f42396ed4: Pulling fs layer 221b29aaf54b: Pulling fs layer fb4cd091ccc2: Pulling fs layer 479dbe509d29: Pulling fs layer 88f81eb9e75f: Pulling fs layer 8ab80d40b6a5: Pulling fs layer d7fb3dfab8b3: Pulling fs layer 04e65133dfaf: Pulling fs layer b278d3abcc75: Pulling fs layer c3b51ac23d63: Pulling fs layer afec742ed87b: Pulling fs layer 56f4de298f53: Pulling fs layer 913d97026555: Pulling fs layer d19585b30afd: Pulling fs layer 64ade2d161e1: Pulling fs layer 1ffe2849d952: Pulling fs layer 4f4fb700ef54: Pulling fs layer 4fd252b40f89: Pulling fs layer 8a07e7029bc0: Pulling fs layer 2e2dd6b74baa: Pulling fs layer b0da47113210: Pulling fs layer 19aa304e54d2: Pulling fs layer 6cd4f42fafc7: Pulling fs layer 6d4a0fcfb293: Pulling fs layer 92a627332c87: Pulling fs layer 3400eb9a061b: Pulling fs layer 6643f0ee86f6: Pulling fs layer 802b0202518e: Pulling fs layer 7412360e97e6: Pulling fs layer 5014f6847008: Pulling fs layer 76c77036a058: Pulling fs layer 327a3e7dd017: Pulling fs layer 9739ab4056ef: Pulling fs layer 1e001a723a30: Pulling fs layer 07bf0549b3af: Pulling fs layer 1641ac284c01: Pulling fs layer 249e465c8d30: Pulling fs layer a4ced6728e73: Pulling fs layer 04e65133dfaf: Waiting b278d3abcc75: Waiting c3b51ac23d63: Waiting afec742ed87b: Waiting 56f4de298f53: Waiting 913d97026555: Waiting fb4cd091ccc2: Waiting 479dbe509d29: Waiting 88f81eb9e75f: Waiting d19585b30afd: Waiting 64ade2d161e1: Waiting 1ffe2849d952: Waiting 4f4fb700ef54: Waiting 8ab80d40b6a5: Waiting d7fb3dfab8b3: Waiting 367f69125946: Waiting ed1f42396ed4: Waiting 221b29aaf54b: Waiting 7412360e97e6: Waiting 4fd252b40f89: Waiting 8a07e7029bc0: Waiting 1e001a723a30: Waiting 5014f6847008: Waiting 76c77036a058: Waiting 07bf0549b3af: Waiting 327a3e7dd017: Waiting 1641ac284c01: Waiting 9739ab4056ef: Waiting 249e465c8d30: Waiting 2e2dd6b74baa: Waiting 92a627332c87: Waiting a4ced6728e73: Waiting 3400eb9a061b: Waiting 802b0202518e: Waiting 6cd4f42fafc7: Waiting 19aa304e54d2: Waiting b0da47113210: Waiting 6d4a0fcfb293: Waiting 8b89ba1c0537: Download complete 6c0953dad157: Verifying Checksum 6c0953dad157: Download complete ed1f42396ed4: Verifying Checksum ed1f42396ed4: Download complete cb259a83ac3d: Download complete 221b29aaf54b: Verifying Checksum 221b29aaf54b: Download complete fb4cd091ccc2: Verifying Checksum fb4cd091ccc2: Download complete 479dbe509d29: Verifying Checksum 479dbe509d29: Download complete 367f69125946: Verifying Checksum 367f69125946: Download complete 88f81eb9e75f: Verifying Checksum 88f81eb9e75f: Download complete 8ab80d40b6a5: Verifying Checksum 8ab80d40b6a5: Download complete d7fb3dfab8b3: Verifying Checksum d7fb3dfab8b3: Download complete 04e65133dfaf: Verifying Checksum 04e65133dfaf: Download complete cb259a83ac3d: Pull complete 6c0953dad157: Pull complete 8b89ba1c0537: Pull complete afec742ed87b: Download complete b278d3abcc75: Verifying Checksum b278d3abcc75: Download complete 56f4de298f53: Verifying Checksum 56f4de298f53: Download complete 913d97026555: Download complete c3b51ac23d63: Download complete d19585b30afd: Verifying Checksum d19585b30afd: Download complete 64ade2d161e1: Download complete 1ffe2849d952: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete 8a07e7029bc0: Verifying Checksum 8a07e7029bc0: Download complete 4fd252b40f89: Verifying Checksum 4fd252b40f89: Download complete 2e2dd6b74baa: Verifying Checksum 2e2dd6b74baa: Download complete 19aa304e54d2: Verifying Checksum 19aa304e54d2: Download complete b0da47113210: Verifying Checksum b0da47113210: Download complete 6cd4f42fafc7: Verifying Checksum 6cd4f42fafc7: Download complete 92a627332c87: Download complete 6d4a0fcfb293: Verifying Checksum 6d4a0fcfb293: Download complete 6643f0ee86f6: Verifying Checksum 6643f0ee86f6: Download complete 3400eb9a061b: Verifying Checksum 3400eb9a061b: Download complete 802b0202518e: Verifying Checksum 802b0202518e: Download complete 7412360e97e6: Verifying Checksum 7412360e97e6: Download complete 76c77036a058: Verifying Checksum 76c77036a058: Download complete 9739ab4056ef: Download complete 1e001a723a30: Verifying Checksum 1e001a723a30: Download complete 367f69125946: Pull complete ed1f42396ed4: Pull complete 07bf0549b3af: Download complete 1641ac284c01: Download complete 249e465c8d30: Verifying Checksum 249e465c8d30: Download complete a4ced6728e73: Download complete 5014f6847008: Verifying Checksum 5014f6847008: Download complete 327a3e7dd017: Download complete 221b29aaf54b: Pull complete fb4cd091ccc2: Pull complete 479dbe509d29: Pull complete 88f81eb9e75f: Pull complete 8ab80d40b6a5: Pull complete d7fb3dfab8b3: Pull complete 04e65133dfaf: Pull complete b278d3abcc75: Pull complete c3b51ac23d63: Pull complete afec742ed87b: Pull complete 56f4de298f53: Pull complete 913d97026555: Pull complete d19585b30afd: Pull complete 64ade2d161e1: Pull complete 1ffe2849d952: Pull complete 4f4fb700ef54: Pull complete 4fd252b40f89: Pull complete 8a07e7029bc0: Pull complete 2e2dd6b74baa: Pull complete b0da47113210: Pull complete 19aa304e54d2: Pull complete 6cd4f42fafc7: Pull complete 6d4a0fcfb293: Pull complete 92a627332c87: Pull complete 3400eb9a061b: Pull complete 6643f0ee86f6: Pull complete 802b0202518e: Pull complete 7412360e97e6: Pull complete 5014f6847008: Pull complete 76c77036a058: Pull complete 327a3e7dd017: Pull complete 9739ab4056ef: Pull complete 1e001a723a30: Pull complete 07bf0549b3af: Pull complete 1641ac284c01: Pull complete 249e465c8d30: Pull complete a4ced6728e73: Pull complete Digest: sha256:95450ed3bae2ee7eea1e1ba1d1ef56e2da044b514b4a70992c18147bd4fa09f9 Status: Downloaded newer image for ocaml/opam@sha256:95450ed3bae2ee7eea1e1ba1d1ef56e2da044b514b4a70992c18147bd4fa09f9 2026-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_HEAD b85f65c75d..cf4807d523 master -> origin/master 8cd35acddd Merge pull request #30092 from shonfeder/release-dune-3.24.0 2026-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 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository 2026-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-generic The OCaml toplevel, version 4.14.4 2.5.1 2026-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-repository Everything 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.3 However, 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.0 Done. # 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 succeeded 2026-07-02 14:53.47: Job succeeded