2025-10-15 10:12.58: New job: test ocaml-ppx/cinaps https://github.com/ocaml-ppx/cinaps.git#refs/heads/master (adf6a9b20d8955abe36a75d23e7f49575f494490) (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/ocaml-ppx/cinaps.git" -b "master" && cd "cinaps" && git reset --hard adf6a9b2cat > 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 cinaps.opam ./RUN opam pin add -yn cinaps.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="base.v0.15.1 base-bigarray.base base-threads.base base-unix.base base_quickcheck.v0.15.0 bin_prot.v0.15.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 num.1.6 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-compiler-libs.v0.12.4 ocaml-config.1 parsexp.v0.15.0 ppx_assert.v0.15.0 ppx_base.v0.15.0 ppx_bench.v0.15.1 ppx_bin_prot.v0.15.0 ppx_cold.v0.15.0 ppx_compare.v0.15.0 ppx_custom_printf.v0.15.0 ppx_derivers.1.2.1 ppx_disable_unused_warnings.v0.15.0 ppx_enumerate.v0.15.0 ppx_expect.v0.15.1 ppx_fields_conv.v0.15.0 ppx_fixed_literal.v0.15.0 ppx_hash.v0.15.0 ppx_here.v0.15.0 ppx_ignore_instrumentation.v0.15.0 ppx_inline_test.v0.15.1 ppx_jane.v0.15.0 ppx_let.v0.15.0 ppx_log.v0.15.0 ppx_module_timer.v0.15.0 ppx_optcomp.v0.15.0 ppx_optional.v0.15.0 ppx_pipebang.v0.15.0 ppx_sexp_conv.v0.15.1 ppx_sexp_message.v0.15.0 ppx_sexp_value.v0.15.0 ppx_stable.v0.15.0 ppx_string.v0.15.0 ppx_typerep_conv.v0.15.0 ppx_variants_conv.v0.15.0 ppxlib.0.35.0 re.1.11.0 seq.base sexplib.v0.15.1 sexplib0.v0.15.1 splittable_random.v0.15.0 stdio.v0.15.0 stdlib-shims.0.3.0 time_now.v0.15.0 typerep.v0.15.0 variantslib.v0.15.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --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-BLOCK2025-10-15 10:12.58: Using cache hint "ocaml-ppx/cinaps-ocaml/opam:debian-13-ocaml-4.10@sha256:3cdeab0e272bb5ea581bc1db25b853f74c535f36bc627fd693943cc09166f0ce-debian-13-4.10_opam-2.4-5c893cf9a03fa07b6407a5f0de59dd2a"2025-10-15 10:12.58: 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 cinaps.opam) (dst ./))(run (network host)(shell "opam pin add -yn cinaps.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "base.v0.15.1 base-bigarray.base base-threads.base base-unix.base base_quickcheck.v0.15.0 bin_prot.v0.15.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 num.1.6 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-compiler-libs.v0.12.4 ocaml-config.1 parsexp.v0.15.0 ppx_assert.v0.15.0 ppx_base.v0.15.0 ppx_bench.v0.15.1 ppx_bin_prot.v0.15.0 ppx_cold.v0.15.0 ppx_compare.v0.15.0 ppx_custom_printf.v0.15.0 ppx_derivers.1.2.1 ppx_disable_unused_warnings.v0.15.0 ppx_enumerate.v0.15.0 ppx_expect.v0.15.1 ppx_fields_conv.v0.15.0 ppx_fixed_literal.v0.15.0 ppx_hash.v0.15.0 ppx_here.v0.15.0 ppx_ignore_instrumentation.v0.15.0 ppx_inline_test.v0.15.1 ppx_jane.v0.15.0 ppx_let.v0.15.0 ppx_log.v0.15.0 ppx_module_timer.v0.15.0 ppx_optcomp.v0.15.0 ppx_optional.v0.15.0 ppx_pipebang.v0.15.0 ppx_sexp_conv.v0.15.1 ppx_sexp_message.v0.15.0 ppx_sexp_value.v0.15.0 ppx_stable.v0.15.0 ppx_string.v0.15.0 ppx_typerep_conv.v0.15.0 ppx_variants_conv.v0.15.0 ppxlib.0.35.0 re.1.11.0 seq.base sexplib.v0.15.1 sexplib0.v0.15.1 splittable_random.v0.15.0 stdio.v0.15.0 stdlib-shims.0.3.0 time_now.v0.15.0 typerep.v0.15.0 variantslib.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 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")))2025-10-15 10:12.58: Waiting for resource in pool OCluster2025-10-15 10:39.52: Waiting for worker…2025-10-15 10:42.12: Got resource from pool OClusterBuilding on toxis.caelum.ci.devAll commits already cachedHEAD is now at adf6a9b Merge pull request #7 from janestreet/unnamed-module(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: Waitingf86dbf334469: Download completea5b2e40c05d9: Verifying Checksuma5b2e40c05d9: Download complete4872f3daa2e5: 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:42.13 ---> 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:42.13 ---> 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:42.13 ---> using "e751554815c5fe2bbbb92804906a5572f8f22b2e5a5b64385e7d1ab48cee2311" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-134-genericThe OCaml toplevel, version 4.10.22.4.12025-10-15 10:42.13 ---> using "30009437ecce2f461a88ffd244515101a41741dc4c6c9361c2a0b3d0df04d931" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-10-15 10:42.13 ---> 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:42.13 ---> using "56f6fd4d990a930d3a061a035f2d4b10f20448fef333eaf70ca7f945e2ad2284" from cache/src: (copy (src cinaps.opam) (dst ./))2025-10-15 10:42.13 ---> saved as "b0d1ce69ae4cc2a438e604cca1c46ca37c7a443c0fa3dbcb1af2bfd7ef6afdd0"/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)2025-10-15 10:42.16 ---> saved as "1d65161188e7d35be900a2198c47d679350ad3c6bbaa03d78078c3f2fa55b48c"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-10-15 10:42.16 ---> saved as "99a6a90ceb13614492f4c9101782dd6739514da19e5aca66dea0ab964a042407"/src: (env DEPS "base.v0.15.1 base-bigarray.base base-threads.base base-unix.base base_quickcheck.v0.15.0 bin_prot.v0.15.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 num.1.6 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-compiler-libs.v0.12.4 ocaml-config.1 parsexp.v0.15.0 ppx_assert.v0.15.0 ppx_base.v0.15.0 ppx_bench.v0.15.1 ppx_bin_prot.v0.15.0 ppx_cold.v0.15.0 ppx_compare.v0.15.0 ppx_custom_printf.v0.15.0 ppx_derivers.1.2.1 ppx_disable_unused_warnings.v0.15.0 ppx_enumerate.v0.15.0 ppx_expect.v0.15.1 ppx_fields_conv.v0.15.0 ppx_fixed_literal.v0.15.0 ppx_hash.v0.15.0 ppx_here.v0.15.0 ppx_ignore_instrumentation.v0.15.0 ppx_inline_test.v0.15.1 ppx_jane.v0.15.0 ppx_let.v0.15.0 ppx_log.v0.15.0 ppx_module_timer.v0.15.0 ppx_optcomp.v0.15.0 ppx_optional.v0.15.0 ppx_pipebang.v0.15.0 ppx_sexp_conv.v0.15.1 ppx_sexp_message.v0.15.0 ppx_sexp_value.v0.15.0 ppx_stable.v0.15.0 ppx_string.v0.15.0 ppx_typerep_conv.v0.15.0 ppx_variants_conv.v0.15.0 ppxlib.0.35.0 re.1.11.0 seq.base sexplib.v0.15.1 sexplib0.v0.15.1 splittable_random.v0.15.0 stdio.v0.15.0 stdlib-shims.0.3.0 time_now.v0.15.0 typerep.v0.15.0 variantslib.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 cinaps.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 (1272 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[cinaps.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).2025-10-15 10:42.34 ---> saved as "5e963882f345fff8f1131d36464b130da734d809f2ef15c50f86676b049e3003"/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 54 packages- install base v0.15.1- install base_quickcheck v0.15.0- install bin_prot v0.15.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 num 1.6- install ocaml-compiler-libs v0.12.4- install parsexp v0.15.0- install ppx_assert v0.15.0- install ppx_base v0.15.0- install ppx_bench v0.15.1- install ppx_bin_prot v0.15.0- install ppx_cold v0.15.0- install ppx_compare v0.15.0- install ppx_custom_printf v0.15.0- install ppx_derivers 1.2.1- install ppx_disable_unused_warnings v0.15.0- install ppx_enumerate v0.15.0- install ppx_expect v0.15.1- install ppx_fields_conv v0.15.0- install ppx_fixed_literal v0.15.0- install ppx_hash v0.15.0- install ppx_here v0.15.0- install ppx_ignore_instrumentation v0.15.0- install ppx_inline_test v0.15.1- install ppx_jane v0.15.0- install ppx_let v0.15.0- install ppx_log v0.15.0- install ppx_module_timer v0.15.0- install ppx_optcomp v0.15.0- install ppx_optional v0.15.0- install ppx_pipebang 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 ppx_stable v0.15.0- install ppx_string v0.15.0- install ppx_typerep_conv v0.15.0- install ppx_variants_conv v0.15.0- install ppxlib 0.35.0- install re 1.11.0- install seq base- install sexplib v0.15.1- install sexplib0 v0.15.1- install splittable_random v0.15.0- install stdio v0.15.0- install stdlib-shims 0.3.0- install time_now v0.15.0- install typerep v0.15.0- install variantslib v0.15.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved base.v0.15.1 (cached)-> retrieved base_quickcheck.v0.15.0 (cached)-> retrieved bin_prot.v0.15.0 (cached)-> 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 num.1.6 (cached)-> retrieved parsexp.v0.15.0 (cached)-> retrieved ppx_assert.v0.15.0 (cached)-> retrieved ppx_base.v0.15.0 (cached)-> retrieved ppx_bench.v0.15.1 (cached)-> retrieved ppx_bin_prot.v0.15.0 (cached)-> retrieved ppx_cold.v0.15.0 (cached)-> retrieved ppx_compare.v0.15.0 (cached)-> retrieved ppx_custom_printf.v0.15.0 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_disable_unused_warnings.v0.15.0 (cached)-> retrieved ppx_enumerate.v0.15.0 (cached)-> retrieved ppx_expect.v0.15.1 (cached)-> retrieved ppx_fields_conv.v0.15.0 (cached)-> retrieved ppx_fixed_literal.v0.15.0 (cached)-> retrieved ppx_hash.v0.15.0 (cached)-> retrieved ppx_here.v0.15.0 (cached)-> retrieved ppx_ignore_instrumentation.v0.15.0 (cached)-> retrieved ppx_inline_test.v0.15.1 (cached)-> retrieved ppx_jane.v0.15.0 (cached)-> retrieved ppx_let.v0.15.0 (cached)-> retrieved ppx_log.v0.15.0 (cached)-> retrieved ppx_module_timer.v0.15.0 (cached)-> retrieved ppx_optcomp.v0.15.0 (cached)-> retrieved ppx_optional.v0.15.0 (cached)-> retrieved ppx_pipebang.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 ppx_stable.v0.15.0 (cached)-> retrieved ppx_string.v0.15.0 (cached)-> retrieved ppx_typerep_conv.v0.15.0 (cached)-> retrieved ppx_variants_conv.v0.15.0 (cached)-> retrieved re.1.11.0 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved sexplib.v0.15.1 (cached)-> retrieved sexplib0.v0.15.1 (cached)-> retrieved splittable_random.v0.15.0 (cached)-> retrieved stdio.v0.15.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved time_now.v0.15.0 (cached)-> retrieved typerep.v0.15.0 (cached)-> retrieved variantslib.v0.15.0 (cached)-> retrieved ppxlib.0.35.0 (cached)-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)-> installed num.1.6-> installed dune.3.20.2-> installed ppx_derivers.1.2.1-> installed csexp.1.5.2-> installed jane-street-headers.v0.15.0-> installed ocaml-compiler-libs.v0.12.4-> installed re.1.11.0-> installed sexplib0.v0.15.1-> installed stdlib-shims.0.3.0-> installed dune-configurator.3.20.2-> installed base.v0.15.1-> installed variantslib.v0.15.0-> installed fieldslib.v0.15.0-> installed stdio.v0.15.0-> installed typerep.v0.15.0-> installed parsexp.v0.15.0-> installed sexplib.v0.15.1-> installed ppxlib.0.35.0-> installed ppx_here.v0.15.0-> installed ppx_disable_unused_warnings.v0.15.0-> installed ppx_enumerate.v0.15.0-> installed ppx_ignore_instrumentation.v0.15.0-> installed ppx_cold.v0.15.0-> installed ppx_optcomp.v0.15.0-> installed ppx_typerep_conv.v0.15.0-> installed ppx_variants_conv.v0.15.0-> installed ppx_fields_conv.v0.15.0-> installed ppx_stable.v0.15.0-> installed ppx_compare.v0.15.0-> installed ppx_fixed_literal.v0.15.0-> installed ppx_pipebang.v0.15.0-> installed ppx_optional.v0.15.0-> installed ppx_let.v0.15.0-> installed ppx_sexp_conv.v0.15.1-> installed ppx_hash.v0.15.0-> installed ppx_assert.v0.15.0-> installed ppx_sexp_message.v0.15.0-> installed ppx_sexp_value.v0.15.0-> installed ppx_base.v0.15.0-> installed ppx_custom_printf.v0.15.0-> installed jst-config.v0.15.1-> installed ppx_log.v0.15.0-> installed ppx_string.v0.15.0-> installed bin_prot.v0.15.0-> installed time_now.v0.15.0-> installed ppx_bin_prot.v0.15.0-> installed ppx_module_timer.v0.15.0-> installed ppx_inline_test.v0.15.1-> installed ppx_bench.v0.15.1-> installed ppx_expect.v0.15.1-> installed splittable_random.v0.15.0-> installed base_quickcheck.v0.15.0-> installed ppx_jane.v0.15.0Done.# To update the current shell environment, run: eval $(opam env)2025-10-15 10:45.21 ---> saved as "e21b59adce7ad1d8941628dc558f6b45f6c4c18df6b31308dceee7192eaf1aae"/src: (copy (src .) (dst /src))2025-10-15 10:45.22 ---> saved as "ae264eb88d563435c2ebcbaf739867e45af6ea56c496ff90380b16828e5e012d"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2025-10-15 10:45.24 ---> saved as "10834effda6350efb5868899b080b2c20d6e314876764a464ca7d9ae9ce28605"Job succeeded2025-10-15 10:45.24: Job succeeded