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:(lower-bound))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 b8021439f8c57ba6435bc2263f6596671f4f4466 || git fetch origin master) && git reset -q --hard b8021439f8c57ba6435bc2263f6596671f4f4466 && 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.13.1 base-bigarray.base base-threads.base base-unix.base base_quickcheck.v0.13.0 bin_prot.v0.13.0 conf-m4.1 dune.2.3.0 dune-configurator.2.5.1 dune-private-libs.2.5.1 fieldslib.v0.13.0 jane-street-headers.v0.13.0 jbuilder.1.0+beta20.1 jst-config.v0.13.0 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-compiler-libs.v0.11.0 ocaml-config.1 ocaml-migrate-parsetree.1.5.0 ocamlbuild.0.14.0 ocamlfind.1.8.1 octavius.0.1.0 ppx_assert.v0.13.0 ppx_base.v0.13.0 ppx_bench.v0.13.0 ppx_bin_prot.v0.13.0 ppx_cold.v0.13.0 ppx_compare.v0.13.0 ppx_custom_printf.v0.13.0 ppx_derivers.1.0 ppx_enumerate.v0.13.0 ppx_expect.v0.13.0 ppx_fail.v0.13.0 ppx_fields_conv.v0.13.0 ppx_hash.v0.13.0 ppx_here.v0.13.0 ppx_inline_test.v0.13.0 ppx_jane.v0.13.0 ppx_js_style.v0.13.0 ppx_let.v0.13.0 ppx_module_timer.v0.13.0 ppx_optcomp.v0.13.0 ppx_optional.v0.13.0 ppx_pipebang.v0.13.0 ppx_sexp_conv.v0.13.0 ppx_sexp_message.v0.13.0 ppx_sexp_value.v0.13.0 ppx_stable.v0.13.0 ppx_typerep_conv.v0.13.0 ppx_variants_conv.v0.13.0 ppxlib.0.12.0 re.1.8.0 result.1.5 seq.base sexplib0.v0.13.0 splittable_random.v0.13.0 stdio.v0.13.0 time_now.v0.13.0 topkg.0.7.9 typerep.v0.13.0 variantslib.v0.13.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-1da55380cb47777f716e1fc4e7186577"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 b8021439f8c57ba6435bc2263f6596671f4f4466 || git fetch origin master) && git reset -q --hard b8021439f8c57ba6435bc2263f6596671f4f4466 && 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.13.1 base-bigarray.base base-threads.base base-unix.base base_quickcheck.v0.13.0 bin_prot.v0.13.0 conf-m4.1 dune.2.3.0 dune-configurator.2.5.1 dune-private-libs.2.5.1 fieldslib.v0.13.0 jane-street-headers.v0.13.0 jbuilder.1.0+beta20.1 jst-config.v0.13.0 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-compiler-libs.v0.11.0 ocaml-config.1 ocaml-migrate-parsetree.1.5.0 ocamlbuild.0.14.0 ocamlfind.1.8.1 octavius.0.1.0 ppx_assert.v0.13.0 ppx_base.v0.13.0 ppx_bench.v0.13.0 ppx_bin_prot.v0.13.0 ppx_cold.v0.13.0 ppx_compare.v0.13.0 ppx_custom_printf.v0.13.0 ppx_derivers.1.0 ppx_enumerate.v0.13.0 ppx_expect.v0.13.0 ppx_fail.v0.13.0 ppx_fields_conv.v0.13.0 ppx_hash.v0.13.0 ppx_here.v0.13.0 ppx_inline_test.v0.13.0 ppx_jane.v0.13.0 ppx_js_style.v0.13.0 ppx_let.v0.13.0 ppx_module_timer.v0.13.0 ppx_optcomp.v0.13.0 ppx_optional.v0.13.0 ppx_pipebang.v0.13.0 ppx_sexp_conv.v0.13.0 ppx_sexp_message.v0.13.0 ppx_sexp_value.v0.13.0 ppx_stable.v0.13.0 ppx_typerep_conv.v0.13.0 ppx_variants_conv.v0.13.0 ppxlib.0.12.0 re.1.8.0 result.1.5 seq.base sexplib0.v0.13.0 splittable_random.v0.13.0 stdio.v0.13.0 time_now.v0.13.0 topkg.0.7.9 typerep.v0.13.0 variantslib.v0.13.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.53: Waiting for worker…2025-10-15 10:42.13: Got resource from pool OClusterBuilding on cleteAll 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: Verifying Checksumf86dbf334469: Download completea5b2e40c05d9: Verifying Checksuma5b2e40c05d9: Download complete4872f3daa2e5: Verifying Checksum4872f3daa2e5: Download completea44637a9fa9c: Verifying Checksuma44637a9fa9c: Download completea44637a9fa9c: Pull completef86dbf334469: Pull completea5b2e40c05d9: Pull complete4872f3daa2e5: Pull completeDigest: sha256:3cdeab0e272bb5ea581bc1db25b853f74c535f36bc627fd693943cc09166f0ceStatus: Downloaded newer image for ocaml/opam@sha256:3cdeab0e272bb5ea581bc1db25b853f74c535f36bc627fd693943cc09166f0ce2025-10-15 10: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.Continue? [Y/n] yThis 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.Format 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 6.8.0-84-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 b8021439f8c57ba6435bc2263f6596671f4f4466 || git fetch origin master) && git reset -q --hard b8021439f8c57ba6435bc2263f6596671f4f4466 && git log --no-decorate -n1 --oneline && opam update -u"))b8021439f8 Merge pull request #28261 from kit-ty-kate/deploy-fix-25819<><> 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 "4d5921733a1bc451f04e3efac7ca788b1501cf51c2616ba19f0ba12ce7f69106" from cache/src: (copy (src cinaps.opam) (dst ./))2025-10-15 10:42.13 ---> saved as "8f72a157394a243dd387d7b186296bca309538998e00465202b1dec89bb936ac"/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 "56ec8a1dad9b3cc5429987e0dd8a9d749ff14b6882f266521c7413819e9cf299"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-10-15 10:42.16 ---> saved as "20c687b3efb0ffac877d1e98eb0c35c9ef49bb9c58e91719a1674ef97bdc858a"/src: (env DEPS "base.v0.13.1 base-bigarray.base base-threads.base base-unix.base base_quickcheck.v0.13.0 bin_prot.v0.13.0 conf-m4.1 dune.2.3.0 dune-configurator.2.5.1 dune-private-libs.2.5.1 fieldslib.v0.13.0 jane-street-headers.v0.13.0 jbuilder.1.0+beta20.1 jst-config.v0.13.0 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-compiler-libs.v0.11.0 ocaml-config.1 ocaml-migrate-parsetree.1.5.0 ocamlbuild.0.14.0 ocamlfind.1.8.1 octavius.0.1.0 ppx_assert.v0.13.0 ppx_base.v0.13.0 ppx_bench.v0.13.0 ppx_bin_prot.v0.13.0 ppx_cold.v0.13.0 ppx_compare.v0.13.0 ppx_custom_printf.v0.13.0 ppx_derivers.1.0 ppx_enumerate.v0.13.0 ppx_expect.v0.13.0 ppx_fail.v0.13.0 ppx_fields_conv.v0.13.0 ppx_hash.v0.13.0 ppx_here.v0.13.0 ppx_inline_test.v0.13.0 ppx_jane.v0.13.0 ppx_js_style.v0.13.0 ppx_let.v0.13.0 ppx_module_timer.v0.13.0 ppx_optcomp.v0.13.0 ppx_optional.v0.13.0 ppx_pipebang.v0.13.0 ppx_sexp_conv.v0.13.0 ppx_sexp_message.v0.13.0 ppx_sexp_value.v0.13.0 ppx_stable.v0.13.0 ppx_typerep_conv.v0.13.0 ppx_variants_conv.v0.13.0 ppxlib.0.12.0 re.1.8.0 result.1.5 seq.base sexplib0.v0.13.0 splittable_random.v0.13.0 stdio.v0.13.0 time_now.v0.13.0 topkg.0.7.9 typerep.v0.13.0 variantslib.v0.13.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 (1177 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).The following system packages will first need to be installed:m4<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "m4"- Selecting previously unselected package m4.- (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 20622 files and directories currently installed.)- Preparing to unpack .../archives/m4_1.4.19-8_amd64.deb ...- Unpacking m4 (1.4.19-8) ...- Setting up m4 (1.4.19-8) ...2025-10-15 10:42.35 ---> saved as "bfdbd5bc0efabb64d3a03f0c2811375f5c05aae89c5b81ee237ddac12824e869"/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 55 packages- install base v0.13.1- install base_quickcheck v0.13.0- install bin_prot v0.13.0- install conf-m4 1- install dune 2.3.0- install dune-configurator 2.5.1- install dune-private-libs 2.5.1- install fieldslib v0.13.0- install jane-street-headers v0.13.0- install jbuilder 1.0+beta20.1 (deprecated)- install jst-config v0.13.0- install ocaml-compiler-libs v0.11.0- install ocaml-migrate-parsetree 1.5.0 (deprecated)- install ocamlbuild 0.14.0- install ocamlfind 1.8.1- install octavius 0.1.0- install ppx_assert v0.13.0- install ppx_base v0.13.0- install ppx_bench v0.13.0- install ppx_bin_prot v0.13.0- install ppx_cold v0.13.0- install ppx_compare v0.13.0- install ppx_custom_printf v0.13.0- install ppx_derivers 1.0- install ppx_enumerate v0.13.0- install ppx_expect v0.13.0- install ppx_fail v0.13.0- install ppx_fields_conv v0.13.0- install ppx_hash v0.13.0- install ppx_here v0.13.0- install ppx_inline_test v0.13.0- install ppx_jane v0.13.0- install ppx_js_style v0.13.0- install ppx_let v0.13.0- install ppx_module_timer v0.13.0- install ppx_optcomp v0.13.0- install ppx_optional v0.13.0- install ppx_pipebang v0.13.0- install ppx_sexp_conv v0.13.0- install ppx_sexp_message v0.13.0- install ppx_sexp_value v0.13.0- install ppx_stable v0.13.0- install ppx_typerep_conv v0.13.0- install ppx_variants_conv v0.13.0- install ppxlib 0.12.0- install re 1.8.0- install result 1.5- install seq base- install sexplib0 v0.13.0- install splittable_random v0.13.0- install stdio v0.13.0- install time_now v0.13.0- install topkg 0.7.9- install typerep v0.13.0- install variantslib v0.13.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved base.v0.13.1 (cached)-> installed conf-m4.1-> retrieved base_quickcheck.v0.13.0 (https://opam.ocaml.org/cache)-> retrieved bin_prot.v0.13.0 (https://opam.ocaml.org/cache)-> retrieved fieldslib.v0.13.0 (https://opam.ocaml.org/cache)-> retrieved jane-street-headers.v0.13.0 (https://opam.ocaml.org/cache)-> retrieved jbuilder.1.0+beta20.1 (cached)-> retrieved dune.2.3.0 (cached)-> retrieved dune-configurator.2.5.1, dune-private-libs.2.5.1 (cached)-> retrieved ocaml-compiler-libs.v0.11.0 (cached)-> retrieved jst-config.v0.13.0 (https://opam.ocaml.org/cache)-> retrieved ocamlfind.1.8.1 (cached)-> retrieved ocamlbuild.0.14.0 (cached)-> retrieved ocaml-migrate-parsetree.1.5.0 (cached)-> retrieved octavius.0.1.0 (cached)-> retrieved ppx_assert.v0.13.0 (https://opam.ocaml.org/cache)-> retrieved ppx_base.v0.13.0 (https://opam.ocaml.org/cache)-> retrieved ppx_bench.v0.13.0 (https://opam.ocaml.org/cache)-> retrieved ppx_bin_prot.v0.13.0 (https://opam.ocaml.org/cache)-> retrieved ppx_cold.v0.13.0 (https://opam.ocaml.org/cache)-> retrieved ppx_compare.v0.13.0 (https://opam.ocaml.org/cache)-> retrieved ppx_derivers.1.0 (cached)-> retrieved ppx_custom_printf.v0.13.0 (https://opam.ocaml.org/cache)-> retrieved ppx_enumerate.v0.13.0 (https://opam.ocaml.org/cache)-> retrieved ppx_expect.v0.13.0 (https://opam.ocaml.org/cache)-> retrieved ppx_fail.v0.13.0 (https://opam.ocaml.org/cache)-> retrieved ppx_here.v0.13.0 (cached)-> retrieved ppx_fields_conv.v0.13.0 (https://opam.ocaml.org/cache)-> retrieved ppx_hash.v0.13.0 (https://opam.ocaml.org/cache)-> retrieved ppx_inline_test.v0.13.0 (https://opam.ocaml.org/cache)-> retrieved ppx_jane.v0.13.0 (https://opam.ocaml.org/cache)-> retrieved ppx_js_style.v0.13.0 (https://opam.ocaml.org/cache)-> retrieved ppx_let.v0.13.0 (https://opam.ocaml.org/cache)-> retrieved ppx_module_timer.v0.13.0 (https://opam.ocaml.org/cache)-> retrieved ppx_pipebang.v0.13.0 (cached)-> retrieved ppx_sexp_conv.v0.13.0 (cached)-> retrieved ppx_optcomp.v0.13.0 (https://opam.ocaml.org/cache)-> retrieved ppx_optional.v0.13.0 (https://opam.ocaml.org/cache)-> retrieved ppx_sexp_message.v0.13.0 (https://opam.ocaml.org/cache)-> retrieved ppx_sexp_value.v0.13.0 (https://opam.ocaml.org/cache)-> retrieved ppx_typerep_conv.v0.13.0 (https://opam.ocaml.org/cache)-> retrieved ppx_stable.v0.13.0 (https://opam.ocaml.org/cache)-> retrieved ppx_variants_conv.v0.13.0 (https://opam.ocaml.org/cache)-> retrieved ppxlib.0.12.0 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved re.1.8.0 (cached)-> retrieved result.1.5 (cached)-> retrieved sexplib0.v0.13.0 (cached)-> retrieved stdio.v0.13.0 (cached)-> retrieved topkg.0.7.9 (cached)-> retrieved time_now.v0.13.0 (https://opam.ocaml.org/cache)-> retrieved splittable_random.v0.13.0 (https://opam.ocaml.org/cache)-> retrieved typerep.v0.13.0 (https://opam.ocaml.org/cache)-> retrieved variantslib.v0.13.0 (https://opam.ocaml.org/cache)-> installed ocamlfind.1.8.1-> installed ocamlbuild.0.14.0-> installed jbuilder.1.0+beta20.1-> installed ppx_derivers.1.0-> installed re.1.8.0-> installed ocaml-compiler-libs.v0.11.0-> installed dune.2.3.0-> installed jane-street-headers.v0.13.0-> installed result.1.5-> installed sexplib0.v0.13.0-> installed dune-private-libs.2.5.1-> installed topkg.0.7.9-> installed dune-configurator.2.5.1-> installed ocaml-migrate-parsetree.1.5.0-> installed octavius.0.1.0-> installed base.v0.13.1-> installed fieldslib.v0.13.0-> installed variantslib.v0.13.0-> installed stdio.v0.13.0-> installed typerep.v0.13.0-> installed ppxlib.0.12.0-> installed ppx_cold.v0.13.0-> installed ppx_optcomp.v0.13.0-> installed ppx_enumerate.v0.13.0-> installed ppx_optional.v0.13.0-> installed ppx_stable.v0.13.0-> installed ppx_typerep_conv.v0.13.0-> installed ppx_variants_conv.v0.13.0-> installed ppx_fields_conv.v0.13.0-> installed ppx_here.v0.13.0-> installed ppx_compare.v0.13.0-> installed ppx_let.v0.13.0-> installed ppx_sexp_conv.v0.13.0-> installed ppx_pipebang.v0.13.0-> installed ppx_inline_test.v0.13.0-> installed ppx_js_style.v0.13.0-> installed ppx_hash.v0.13.0-> installed ppx_fail.v0.13.0-> installed ppx_assert.v0.13.0-> installed ppx_sexp_message.v0.13.0-> installed ppx_sexp_value.v0.13.0-> installed ppx_bench.v0.13.0-> installed ppx_custom_printf.v0.13.0-> installed ppx_base.v0.13.0-> installed splittable_random.v0.13.0-> installed jst-config.v0.13.0-> installed bin_prot.v0.13.0-> installed ppx_expect.v0.13.0-> installed time_now.v0.13.0-> installed base_quickcheck.v0.13.0-> installed ppx_bin_prot.v0.13.0-> installed ppx_module_timer.v0.13.0-> installed ppx_jane.v0.13.0Done.<><> ocaml-migrate-parsetree.1.5.0 installed successfully <><><><><><><><><><><>=> Note: This package is deprecated.<><> jbuilder.1.0+beta20.1 installed successfully <><><><><><><><><><><><><><><>=> Note: This package is deprecated.# To update the current shell environment, run: eval $(opam env)2025-10-15 10:44.36 ---> saved as "54c6ce38cf846e81973ebc33aa5e0f29908daa28c6c9c793ba6d50e507b24acd"/src: (copy (src .) (dst /src))2025-10-15 10:44.37 ---> saved as "984478ac3e7433f03d6fdeefccee6fb70a31a52fed4f65a14ca7655f0592f251"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))File "/home/opam/.opam/4.10/lib/re/re.dune", line 1, characters 0-0:Warning: .dune files are ignored since 2.0. Reinstall the library with dune>= 2.0 to get rid of this warning and enable support for the subsystem thislibrary provides.File "/home/opam/.opam/4.10/lib/re/emacs/re.emacs.dune", line 1, characters 0-0:Warning: .dune files are ignored since 2.0. Reinstall the library with dune>= 2.0 to get rid of this warning and enable support for the subsystem thislibrary provides.File "/home/opam/.opam/4.10/lib/re/glob/re.glob.dune", line 1, characters 0-0:Warning: .dune files are ignored since 2.0. Reinstall the library with dune>= 2.0 to get rid of this warning and enable support for the subsystem thislibrary provides.File "/home/opam/.opam/4.10/lib/re/pcre/re.pcre.dune", line 1, characters 0-0:Warning: .dune files are ignored since 2.0. Reinstall the library with dune>= 2.0 to get rid of this warning and enable support for the subsystem thislibrary provides.File "/home/opam/.opam/4.10/lib/re/perl/re.perl.dune", line 1, characters 0-0:Warning: .dune files are ignored since 2.0. Reinstall the library with dune>= 2.0 to get rid of this warning and enable support for the subsystem thislibrary provides.File "/home/opam/.opam/4.10/lib/re/posix/re.posix.dune", line 1, characters 0-0:Warning: .dune files are ignored since 2.0. Reinstall the library with dune>= 2.0 to get rid of this warning and enable support for the subsystem thislibrary provides.File "/home/opam/.opam/4.10/lib/re/str/re.str.dune", line 1, characters 0-0:Warning: .dune files are ignored since 2.0. Reinstall the library with dune>= 2.0 to get rid of this warning and enable support for the subsystem thislibrary provides.2025-10-15 10:44.39 ---> saved as "4869712a26deb13e3d444037120d0a42fe9f0eab3b23f68509b87d581d89eb1a"Job succeeded2025-10-15 10:44.39: Job succeeded