2025-10-27 21:44.24: New job: test ahrefs/monorobot https://github.com/ahrefs/monorobot.git#refs/heads/master (e0e6ccf2b8df50aa7869c424cec9643c56fb8858) (linux-x86_64:alpine-3.22-4.14_opam-2.4)Base: ocaml/opam:alpine-3.22-ocaml-4.14@sha256:7061e4d210c551f55328c75cfe57a1297de774a191b5ef915d0cd2547319e29eOpam project buildTo reproduce locally:git clone --recursive "https://github.com/ahrefs/monorobot.git" -b "master" && cd "monorobot" && git reset --hard e0e6ccf2cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:alpine-3.22-ocaml-4.14@sha256:7061e4d210c551f55328c75cfe57a1297de774a191b5ef915d0cd2547319e29e# alpine-3.22-4.14_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 df4987ab5d776d83f5b6e7609d92b3b214cb8b4e || git fetch origin master) && git reset -q --hard df4987ab5d776d83f5b6e7609d92b3b214cb8b4e && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 monorobot.opam ./RUN opam pin add -yn monorobot.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="angstrom.0.16.1 astring.0.8.5 atd.2.16.0 atdgen.2.16.0 atdgen-runtime.2.16.0 base.v0.16.4 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.2 base_bigstring.v0.16.0 base_quickcheck.v0.16.0 bigstringaf.0.10.0 bin_prot.v0.16.0 biniou.1.2.2 camlp-streams.5.0.1 camlzip.1.13 cmdliner.2.0.0 conf-g++.1.0 conf-libcurl.2 conf-libevent.1 conf-libpcre.2 conf-pkg-config.4 conf-sqlite3.1 conf-zlib.1 core.v0.16.2 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 curl.0.10.0 curl_lwt.0.10.0 devkit.1.20240429 digestif.1.3.0 dune.3.20.2 dune-compiledb.0.6.0 dune-configurator.3.20.2 easy-format.1.3.4 eqaf.0.10 extlib.1.8.0 extunix.0.4.3 ezjsonm.1.3.0 fieldslib.v0.16.0 fmt.0.11.0 fpath.0.7.3 hex.1.5.0 int_repr.v0.16.0 jane-street-headers.v0.16.0 jane_rope.v0.16.0 jsonm.1.0.2 jst-config.v0.16.0 libevent.0.9.0 lwt.5.9.2 lwt_ppx.5.9.1 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 mybuild.7 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamldiff.1.2 ocamlfind.1.9.8 ocplib-endian.1.2 ocurl.transition omd.1.3.2 ounit.2.2.7 ounit2.2.2.7 parsexp.v0.16.0 pcre.8.0.5 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_deriving.6.0.3 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 ptime.1.2.0 re.1.14.0 re2.v0.16.0 regex_parser_intf.v0.16.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 splittable_random.v0.16.0 sqlgg.20231201 sqlite3.5.3.1 stdio.v0.16.0 stdlib-shims.0.3.0 stringext.1.6.0 time_now.v0.16.0 topkg.1.1.0 trace.0.10 typerep.v0.16.0 uri.4.4.0 uutf.1.0.4 variantslib.v0.16.0 yojson.2.2.2"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --depext-only -y monorobot.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-27 21:44.24: Using cache hint "ahrefs/monorobot-ocaml/opam:alpine-3.22-ocaml-4.14@sha256:7061e4d210c551f55328c75cfe57a1297de774a191b5ef915d0cd2547319e29e-alpine-3.22-4.14_opam-2.4-676b36aee5515fb8e6d7e2ab829d90bb"2025-10-27 21:44.24: Using OBuilder spec:((from ocaml/opam:alpine-3.22-ocaml-4.14@sha256:7061e4d210c551f55328c75cfe57a1297de774a191b5ef915d0cd2547319e29e)(comment alpine-3.22-4.14_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 df4987ab5d776d83f5b6e7609d92b3b214cb8b4e || git fetch origin master) && git reset -q --hard df4987ab5d776d83f5b6e7609d92b3b214cb8b4e && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src monorobot.opam) (dst ./))(run (network host)(shell "opam pin add -yn monorobot.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "angstrom.0.16.1 astring.0.8.5 atd.2.16.0 atdgen.2.16.0 atdgen-runtime.2.16.0 base.v0.16.4 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.2 base_bigstring.v0.16.0 base_quickcheck.v0.16.0 bigstringaf.0.10.0 bin_prot.v0.16.0 biniou.1.2.2 camlp-streams.5.0.1 camlzip.1.13 cmdliner.2.0.0 conf-g++.1.0 conf-libcurl.2 conf-libevent.1 conf-libpcre.2 conf-pkg-config.4 conf-sqlite3.1 conf-zlib.1 core.v0.16.2 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 curl.0.10.0 curl_lwt.0.10.0 devkit.1.20240429 digestif.1.3.0 dune.3.20.2 dune-compiledb.0.6.0 dune-configurator.3.20.2 easy-format.1.3.4 eqaf.0.10 extlib.1.8.0 extunix.0.4.3 ezjsonm.1.3.0 fieldslib.v0.16.0 fmt.0.11.0 fpath.0.7.3 hex.1.5.0 int_repr.v0.16.0 jane-street-headers.v0.16.0 jane_rope.v0.16.0 jsonm.1.0.2 jst-config.v0.16.0 libevent.0.9.0 lwt.5.9.2 lwt_ppx.5.9.1 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 mybuild.7 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamldiff.1.2 ocamlfind.1.9.8 ocplib-endian.1.2 ocurl.transition omd.1.3.2 ounit.2.2.7 ounit2.2.2.7 parsexp.v0.16.0 pcre.8.0.5 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_deriving.6.0.3 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 ptime.1.2.0 re.1.14.0 re2.v0.16.0 regex_parser_intf.v0.16.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 splittable_random.v0.16.0 sqlgg.20231201 sqlite3.5.3.1 stdio.v0.16.0 stdlib-shims.0.3.0 stringext.1.6.0 time_now.v0.16.0 topkg.1.1.0 trace.0.10 typerep.v0.16.0 uri.4.4.0 uutf.1.0.4 variantslib.v0.16.0 yojson.2.2.2")(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 monorobot.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-27 21:44.24: Waiting for resource in pool OCluster2025-10-27 21:44.24: Waiting for worker…2025-10-27 22:15.19: Got resource from pool OClusterBuilding on asteria.caelum.ci.devAll commits already cachedHEAD is now at e0e6ccf bk webhook: fetch commit author from GH api(from ocaml/opam:alpine-3.22-ocaml-4.14@sha256:7061e4d210c551f55328c75cfe57a1297de774a191b5ef915d0cd2547319e29e)Unable to find image 'ocaml/opam:alpine-3.22-ocaml-4.14@sha256:7061e4d210c551f55328c75cfe57a1297de774a191b5ef915d0cd2547319e29e' locallydocker.io/ocaml/opam@sha256:7061e4d210c551f55328c75cfe57a1297de774a191b5ef915d0cd2547319e29e: Pulling from ocaml/opam2d35ebdb57d9: Already exists4eef589852a3: Pulling fs layer9bcbf19aa70e: Pulling fs layerc27157cc8c0d: Pulling fs layer8eb40fc9ec7b: Pulling fs layercf28fbda269d: Pulling fs layerbdb05ad1bb03: Pulling fs layer14b089059d7b: Pulling fs layer8fba92877dbb: Pulling fs layerb46b8c2b2e76: Pulling fs layer9bcbf19aa70e: Waitingc5fe84151a2d: Pulling fs layer4eef589852a3: Waitingd69ebb2cea14: Pulling fs layer8987930d7936: Pulling fs layerbdb05ad1bb03: Waitingc27157cc8c0d: Waitingcf28fbda269d: Waiting07e0ebe0bb32: Pulling fs layera8a8cd8bbc43: Pulling fs layer8fba92877dbb: Waiting0eee052a54e0: Pulling fs layerc5fe84151a2d: Waiting9d0f02e69e08: Pulling fs layer8eb40fc9ec7b: Waiting4f4fb700ef54: Pulling fs layerb46b8c2b2e76: Waiting14b089059d7b: Waitinga90897db75ef: Pulling fs layerd69ebb2cea14: Waiting678b7f997d9a: Pulling fs layer9d0f02e69e08: Waitinga8a8cd8bbc43: Waiting4f4fb700ef54: Waiting55a17ca9d235: Pulling fs layer0eee052a54e0: Waitingb0fc237f6c26: Pulling fs layer55a17ca9d235: Waiting4a9f9668ab4a: Pulling fs layer07e0ebe0bb32: Waitingf4048786242d: Pulling fs layer8987930d7936: Waiting322480b4b1d3: Pulling fs layerb0fc237f6c26: Waiting4a9f9668ab4a: Waitingeda2d7da1b04: Pulling fs layerf4048786242d: Waiting83325a5b2b26: Pulling fs layer09b67e1d956f: Pulling fs layer83325a5b2b26: Waiting2adafa4b73e4: Pulling fs layer09b67e1d956f: Waiting8e04b3ec100b: Pulling fs layer678b7f997d9a: Waiting7eac41d73ac6: Pulling fs layer2adafa4b73e4: Waiting477769be07d7: Pulling fs layer8e04b3ec100b: Waiting7eac41d73ac6: Waiting1121e0452bac: Pulling fs layera7433c286e2f: Pulling fs layer477769be07d7: Waitingd11ef3af080f: Pulling fs layera90897db75ef: Waiting595e38b8edfd: Pulling fs layera7433c286e2f: Waiting3b6068bfc654: Pulling fs layerd11ef3af080f: Waitinge91a772be517: Pulling fs layer7ab96ec90fc2: Pulling fs layer595e38b8edfd: Waiting3b6068bfc654: Waiting9da6f0039b9b: Pulling fs layer7ab96ec90fc2: Waiting9da6f0039b9b: Waiting4eef589852a3: Download complete4eef589852a3: Pull complete9bcbf19aa70e: Verifying Checksum9bcbf19aa70e: Download complete9bcbf19aa70e: Pull completec27157cc8c0d: Verifying Checksumc27157cc8c0d: Download complete8eb40fc9ec7b: Verifying Checksum8eb40fc9ec7b: Download completecf28fbda269d: Verifying Checksumcf28fbda269d: Download completebdb05ad1bb03: Verifying Checksumbdb05ad1bb03: Download complete14b089059d7b: Verifying Checksum14b089059d7b: Download complete8fba92877dbb: Verifying Checksum8fba92877dbb: Download completeb46b8c2b2e76: Verifying Checksumb46b8c2b2e76: Download completec5fe84151a2d: Verifying Checksumc5fe84151a2d: Download completec27157cc8c0d: Pull complete8eb40fc9ec7b: Pull complete8987930d7936: Download completecf28fbda269d: Pull completed69ebb2cea14: Verifying Checksumd69ebb2cea14: Download completebdb05ad1bb03: Pull complete14b089059d7b: Pull complete07e0ebe0bb32: Verifying Checksum07e0ebe0bb32: Download completea8a8cd8bbc43: Verifying Checksuma8a8cd8bbc43: Download complete8fba92877dbb: Pull complete0eee052a54e0: Download completeb46b8c2b2e76: Pull complete9d0f02e69e08: Download completec5fe84151a2d: Pull completed69ebb2cea14: Pull complete8987930d7936: Pull complete4f4fb700ef54: Download complete07e0ebe0bb32: Pull completea8a8cd8bbc43: Pull complete0eee052a54e0: Pull complete9d0f02e69e08: Pull complete4f4fb700ef54: Pull completea90897db75ef: Verifying Checksuma90897db75ef: Download completea90897db75ef: Pull complete55a17ca9d235: Verifying Checksum55a17ca9d235: Download complete678b7f997d9a: Verifying Checksum678b7f997d9a: Download complete678b7f997d9a: Pull complete55a17ca9d235: Pull completeb0fc237f6c26: Verifying Checksumb0fc237f6c26: Download completeb0fc237f6c26: Pull completef4048786242d: Verifying Checksumf4048786242d: Download complete4a9f9668ab4a: Verifying Checksum4a9f9668ab4a: Download complete4a9f9668ab4a: Pull completef4048786242d: Pull complete322480b4b1d3: Download complete322480b4b1d3: Pull completeeda2d7da1b04: Verifying Checksumeda2d7da1b04: Download completeeda2d7da1b04: Pull complete83325a5b2b26: Download complete83325a5b2b26: Pull complete09b67e1d956f: Verifying Checksum09b67e1d956f: Download complete09b67e1d956f: Pull complete2adafa4b73e4: Verifying Checksum2adafa4b73e4: Download complete2adafa4b73e4: Pull complete8e04b3ec100b: Download complete8e04b3ec100b: Pull complete477769be07d7: Verifying Checksum477769be07d7: Download complete1121e0452bac: Verifying Checksum1121e0452bac: Download completea7433c286e2f: Download completed11ef3af080f: Download complete595e38b8edfd: Verifying Checksum595e38b8edfd: Download complete7eac41d73ac6: Verifying Checksum7eac41d73ac6: Download completee91a772be517: Verifying Checksume91a772be517: Download complete7ab96ec90fc2: Verifying Checksum7ab96ec90fc2: Download complete9da6f0039b9b: Verifying Checksum9da6f0039b9b: Download complete3b6068bfc654: Verifying Checksum3b6068bfc654: Download complete7eac41d73ac6: Pull complete477769be07d7: Pull complete1121e0452bac: Pull completea7433c286e2f: Pull completed11ef3af080f: Pull complete595e38b8edfd: Pull complete3b6068bfc654: Pull completee91a772be517: Pull complete7ab96ec90fc2: Pull complete9da6f0039b9b: Pull completeDigest: sha256:7061e4d210c551f55328c75cfe57a1297de774a191b5ef915d0cd2547319e29eStatus: Downloaded newer image for ocaml/opam@sha256:7061e4d210c551f55328c75cfe57a1297de774a191b5ef915d0cd2547319e29e2025-10-27 22:29.12 ---> saved as "764276640f5b3f4ce6b610321003cb55f6545c42846dc0b360f6be7a346afe65"/: (comment alpine-3.22-4.14_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-27 22:29.13 ---> saved as "8d3a3f91c34bcb4a3c2c41af677916db1b1aeb69f4124523420d860741206e81"/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-27 22:29.35 ---> saved as "80cc2d73a3cce579a5d41018a065c4344586f5bbd715aef5b9c0e18667e50085"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-157-genericThe OCaml toplevel, version 4.14.22.4.12025-10-27 22:29.36 ---> saved as "6bcb34e5b8215558e18e4bcc0f747b6abee4482cbfcaa14a458779d5d7d78fd1"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-10-27 22:29.36 ---> saved as "81df4a8c79746f89d234d628dd1ccfdec8212bedc95c89d950498203e2c8b140"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e df4987ab5d776d83f5b6e7609d92b3b214cb8b4e || git fetch origin master) && git reset -q --hard df4987ab5d776d83f5b6e7609d92b3b214cb8b4e && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD1abfcdbf14..df4987ab5d master -> origin/masterdf4987ab5d Merge pull request #28769 from ocaml/conf-pcre-post-messages<><> 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-27 22:29.56 ---> saved as "5fb018595023c24d1ab08ce2aa79712dacb75abf8cc9c4f36de788fc7c4b4913"/src: (copy (src monorobot.opam) (dst ./))2025-10-27 22:29.56 ---> saved as "08aba317d54b8770403b598405610bd6941d16d5df68a55a57faf95dc8190f95"/src: (run (network host)(shell "opam pin add -yn monorobot.dev './'"))[monorobot.dev] synchronised (file:///src)monorobot is now pinned to file:///src (version dev)2025-10-27 22:29.58 ---> saved as "ae77b42e4ce7be15cb0d70cf7a1dc6061722a4959b2f8f7d46acb48fa9e3574c"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-10-27 22:29.58 ---> saved as "0c11335ada2d570724ed73e6da0f9385b880c097a48b7974f74375d5488d371d"/src: (env DEPS "angstrom.0.16.1 astring.0.8.5 atd.2.16.0 atdgen.2.16.0 atdgen-runtime.2.16.0 base.v0.16.4 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.2 base_bigstring.v0.16.0 base_quickcheck.v0.16.0 bigstringaf.0.10.0 bin_prot.v0.16.0 biniou.1.2.2 camlp-streams.5.0.1 camlzip.1.13 cmdliner.2.0.0 conf-g++.1.0 conf-libcurl.2 conf-libevent.1 conf-libpcre.2 conf-pkg-config.4 conf-sqlite3.1 conf-zlib.1 core.v0.16.2 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 curl.0.10.0 curl_lwt.0.10.0 devkit.1.20240429 digestif.1.3.0 dune.3.20.2 dune-compiledb.0.6.0 dune-configurator.3.20.2 easy-format.1.3.4 eqaf.0.10 extlib.1.8.0 extunix.0.4.3 ezjsonm.1.3.0 fieldslib.v0.16.0 fmt.0.11.0 fpath.0.7.3 hex.1.5.0 int_repr.v0.16.0 jane-street-headers.v0.16.0 jane_rope.v0.16.0 jsonm.1.0.2 jst-config.v0.16.0 libevent.0.9.0 lwt.5.9.2 lwt_ppx.5.9.1 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 mybuild.7 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamldiff.1.2 ocamlfind.1.9.8 ocplib-endian.1.2 ocurl.transition omd.1.3.2 ounit.2.2.7 ounit2.2.2.7 parsexp.v0.16.0 pcre.8.0.5 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_deriving.6.0.3 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 ptime.1.2.0 re.1.14.0 re2.v0.16.0 regex_parser_intf.v0.16.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 splittable_random.v0.16.0 sqlgg.20231201 sqlite3.5.3.1 stdio.v0.16.0 stdlib-shims.0.3.0 stringext.1.6.0 time_now.v0.16.0 topkg.1.1.0 trace.0.10 typerep.v0.16.0 uri.4.4.0 uutf.1.0.4 variantslib.v0.16.0 yojson.2.2.2")/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 monorobot.dev $DEPS"))+ /usr/bin/sudo "apk" "update"- fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz- fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz- fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz- fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz- fetch https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz- v3.22.2-97-gec2f6022027 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main]- v3.22.2-98-g72e609edd89 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community]- v20251016-1028-g66c66c995b2 [https://dl-cdn.alpinelinux.org/alpine/edge/main]- v20251016-1035-g7e9a78ffdab [https://dl-cdn.alpinelinux.org/alpine/edge/community]- v20251016-1024-g21bc28f18e8 [https://dl-cdn.alpinelinux.org/alpine/edge/testing]- OK: 59804 distinct packages available<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[monorobot.dev] synchronised (file:///src)[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).The following system packages will first need to be installed:curl-dev libevent-dev pcre-dev sqlite-dev zlib-dev<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "apk" "add" "curl-dev" "libevent-dev" "pcre-dev" "sqlite-dev" "zlib-dev"- (1/21) Installing brotli (1.1.0-r2)- (2/21) Installing brotli-dev (1.1.0-r2)- (3/21) Installing c-ares-dev (1.34.5-r0)- (4/21) Installing libidn2-dev (2.3.7-r0)- (5/21) Installing libpsl-utils (0.21.5-r3)- (6/21) Installing libpsl-dev (0.21.5-r3)- (7/21) Installing nghttp2-dev (1.65.0-r0)- (8/21) Installing openssl-dev (3.5.4-r0)- (9/21) Installing zlib-dev (1.3.1-r2)- (10/21) Installing zstd (1.5.7-r0)- (11/21) Installing zstd-dev (1.5.7-r0)- (12/21) Installing curl-dev (8.14.1-r2)- (13/21) Installing libevent (2.1.12-r8)- (14/21) Installing libevent-dev (2.1.12-r8)- (15/21) Installing libpcre16 (8.45-r4)- (16/21) Installing libpcre32 (8.45-r4)- (17/21) Installing pcre (8.45-r4)- (18/21) Installing libpcrecpp (8.45-r4)- (19/21) Installing pcre-dev (8.45-r4)- (20/21) Installing sqlite (3.49.2-r1)- (21/21) Installing sqlite-dev (3.49.2-r1)- Executing busybox-1.37.0-r19.trigger- OK: 317 MiB in 123 packages2025-10-27 22:30.10 ---> saved as "621fc401854c3b7598b2a3cab7d147342f1f0e0868ace5c2f1e42e5a147be1fa"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).The following actions will be performed:=== install 126 packages- install angstrom 0.16.1- install astring 0.8.5- install atd 2.16.0- install atdgen 2.16.0- install atdgen-runtime 2.16.0- install base v0.16.4- install base-bytes base- install base64 3.5.2- install base_bigstring v0.16.0- install base_quickcheck v0.16.0- install bigstringaf 0.10.0- install bin_prot v0.16.0- install biniou 1.2.2- install camlp-streams 5.0.1- install camlzip 1.13- install cmdliner 2.0.0- install conf-g++ 1.0- install conf-libcurl 2- install conf-libevent 1- install conf-libpcre 2- install conf-pkg-config 4- install conf-sqlite3 1- install conf-zlib 1- install core v0.16.2- install cppo 1.8.0- install csexp 1.5.2- install cstruct 6.2.0- install curl 0.10.0- install curl_lwt 0.10.0- install devkit 1.20240429- install digestif 1.3.0- install dune 3.20.2- install dune-compiledb 0.6.0- install dune-configurator 3.20.2- install easy-format 1.3.4- install eqaf 0.10- install extlib 1.8.0- install extunix 0.4.3- install ezjsonm 1.3.0- install fieldslib v0.16.0- install fmt 0.11.0- install fpath 0.7.3- install hex 1.5.0- install int_repr v0.16.0- install jane-street-headers v0.16.0- install jane_rope v0.16.0- install jsonm 1.0.2- install jst-config v0.16.0- install libevent 0.9.0- install lwt 5.9.2- install lwt_ppx 5.9.1- install menhir 20250912- install menhirCST 20250912- install menhirLib 20250912- install menhirSdk 20250912- install mybuild 7- install num 1.6- install ocaml-compiler-libs v0.12.4- install ocaml-syntax-shims 1.0.0- install ocamlbuild 0.16.1- install ocamldiff 1.2- install ocamlfind 1.9.8- install ocplib-endian 1.2- install ocurl transition (deprecated)- install omd 1.3.2- install ounit 2.2.7- install ounit2 2.2.7- install parsexp v0.16.0- install pcre 8.0.5- 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_deriving 6.0.3- 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 ptime 1.2.0- install re 1.14.0- install re2 v0.16.0- install regex_parser_intf v0.16.0- install seq base- install sexplib v0.16.0- install sexplib0 v0.16.0- install splittable_random v0.16.0- install sqlgg 20231201- install sqlite3 5.3.1- install stdio v0.16.0- install stdlib-shims 0.3.0- install stringext 1.6.0- install time_now v0.16.0- install topkg 1.1.0- install trace 0.10- install typerep v0.16.0- install uri 4.4.0- install uutf 1.0.4- install variantslib v0.16.0- install yojson 2.2.2<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved angstrom.0.16.1 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved base64.3.5.2 (cached)-> retrieved base.v0.16.4 (cached)-> retrieved atd.2.16.0, atdgen.2.16.0, atdgen-runtime.2.16.0 (cached)-> retrieved base_bigstring.v0.16.0 (cached)-> retrieved base_quickcheck.v0.16.0 (cached)-> retrieved bigstringaf.0.10.0 (cached)-> retrieved camlp-streams.5.0.1 (cached)-> retrieved bin_prot.v0.16.0 (cached)-> retrieved biniou.1.2.2 (cached)-> retrieved camlzip.1.13 (cached)-> retrieved cmdliner.2.0.0 (cached)-> retrieved core.v0.16.2 (cached)-> installed conf-g++.1.0-> installed conf-libcurl.2-> installed conf-pkg-config.4-> retrieved cppo.1.8.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved cstruct.6.2.0 (cached)-> installed conf-libevent.1-> installed conf-libpcre.2-> installed conf-sqlite3.1-> installed conf-zlib.1-> retrieved curl.0.10.0, curl_lwt.0.10.0, ocurl.transition (cached)-> retrieved devkit.1.20240429 (cached)-> retrieved dune-compiledb.0.6.0 (cached)-> retrieved easy-format.1.3.4 (cached)-> retrieved eqaf.0.10 (cached)-> retrieved extlib.1.8.0 (cached)-> retrieved extunix.0.4.3 (cached)-> retrieved ezjsonm.1.3.0 (cached)-> retrieved fieldslib.v0.16.0 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved hex.1.5.0 (cached)-> retrieved int_repr.v0.16.0 (cached)-> retrieved jane-street-headers.v0.16.0 (cached)-> retrieved jane_rope.v0.16.0 (cached)-> retrieved jsonm.1.0.2 (cached)-> retrieved jst-config.v0.16.0 (cached)-> retrieved libevent.0.9.0 (cached)-> retrieved lwt.5.9.2 (cached)-> retrieved lwt_ppx.5.9.1 (cached)-> retrieved digestif.1.3.0 (cached)-> retrieved mybuild.7 (cached)-> retrieved num.1.6 (cached)-> retrieved ocaml-compiler-libs.v0.12.4 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (cached)-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamldiff.1.2 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved omd.1.3.2 (cached)-> retrieved ounit.2.2.7, ounit2.2.2.7 (cached)-> installed cmdliner.2.0.0-> installed num.1.6-> retrieved parsexp.v0.16.0 (cached)-> retrieved pcre.8.0.5 (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_deriving.6.0.3 (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_message.v0.16.0 (cached)-> retrieved ppx_sexp_conv.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 ptime.1.2.0 (cached)-> retrieved re.1.14.0 (cached)-> retrieved re2.v0.16.0 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved ppxlib.0.35.0 (cached)-> retrieved regex_parser_intf.v0.16.0 (cached)-> retrieved sexplib.v0.16.0 (cached)-> retrieved sexplib0.v0.16.0 (cached)-> retrieved splittable_random.v0.16.0 (cached)-> retrieved sqlgg.20231201 (cached)-> retrieved sqlite3.5.3.1 (cached)-> retrieved stdio.v0.16.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved stringext.1.6.0 (cached)-> retrieved time_now.v0.16.0 (cached)-> retrieved typerep.v0.16.0 (cached)-> retrieved topkg.1.1.0 (cached)-> retrieved trace.0.10 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved variantslib.v0.16.0 (cached)-> retrieved uri.4.4.0 (cached)-> retrieved yojson.2.2.2 (cached)-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed libevent.0.9.0-> installed camlzip.1.13-> installed ocamlbuild.0.16.1-> installed topkg.1.1.0-> installed uutf.1.0.4-> installed fmt.0.11.0-> installed ptime.1.2.0-> installed astring.0.8.5-> installed fpath.0.7.3-> installed jsonm.1.0.2-> installed dune.3.20.2-> installed base64.3.5.2-> installed camlp-streams.5.0.1-> installed csexp.1.5.2-> installed cppo.1.8.0-> installed cstruct.6.2.0-> installed easy-format.1.3.4-> installed eqaf.0.10-> installed jane-street-headers.v0.16.0-> installed menhirCST.20250912-> installed menhirLib.20250912-> installed menhirSdk.20250912-> installed mybuild.7-> installed ocaml-compiler-libs.v0.12.4-> installed ocaml-syntax-shims.1.0.0-> installed omd.1.3.2-> installed ppx_derivers.1.2.1-> installed re.1.14.0-> installed sexplib0.v0.16.0-> installed stdlib-shims.0.3.0-> installed stringext.1.6.0-> installed yojson.2.2.2-> installed extlib.1.8.0-> installed ocplib-endian.1.2-> installed hex.1.5.0-> installed biniou.1.2.2-> installed digestif.1.3.0-> installed ocamldiff.1.2-> installed trace.0.10-> installed ezjsonm.1.3.0-> installed atdgen-runtime.2.16.0-> installed ounit2.2.2.7-> installed ounit.2.2.7-> installed parsexp.v0.16.0-> installed dune-configurator.3.20.2-> installed sexplib.v0.16.0-> installed bigstringaf.0.10.0-> installed dune-compiledb.0.6.0-> installed angstrom.0.16.1-> installed pcre.8.0.5-> installed sqlite3.5.3.1-> installed lwt.5.9.2-> installed uri.4.4.0-> installed curl.0.10.0-> installed curl_lwt.0.10.0-> installed ocurl.transition-> installed base.v0.16.4-> installed fieldslib.v0.16.0-> installed regex_parser_intf.v0.16.0-> installed variantslib.v0.16.0-> installed stdio.v0.16.0-> installed typerep.v0.16.0-> installed menhir.20250912-> installed ppxlib.0.35.0-> installed ppx_globalize.v0.16.0-> installed atd.2.16.0-> installed ppx_optcomp.v0.16.0-> installed ppx_tydi.v0.16.0-> installed ppx_cold.v0.16.0-> installed ppx_disable_unused_warnings.v0.16.0-> installed ppx_enumerate.v0.16.0-> installed ppx_here.v0.16.0-> installed ppx_stable_witness.v0.16.0-> installed ppx_typerep_conv.v0.16.0-> installed ppx_variants_conv.v0.16.0-> installed atdgen.2.16.0-> installed ppx_compare.v0.16.0-> installed ppx_stable.v0.16.0-> installed ppx_fields_conv.v0.16.0-> installed ppx_ignore_instrumentation.v0.16.0-> installed ppx_pipebang.v0.16.0-> installed ppx_fixed_literal.v0.16.0-> installed ppx_optional.v0.16.0-> installed lwt_ppx.5.9.1-> installed ppx_sexp_conv.v0.16.0-> installed ppx_deriving.6.0.3-> installed ppx_let.v0.16.0-> installed ppx_hash.v0.16.0-> installed ppx_assert.v0.16.0-> installed ppx_sexp_value.v0.16.0-> installed ppx_sexp_message.v0.16.0-> installed ppx_custom_printf.v0.16.0-> installed ppx_base.v0.16.0-> installed extunix.0.4.3-> installed jst-config.v0.16.0-> installed ppx_log.v0.16.0-> installed devkit.1.20240429-> installed bin_prot.v0.16.0-> installed ppx_string.v0.16.0-> installed time_now.v0.16.0-> installed sqlgg.20231201-> 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-> installed jane_rope.v0.16.0-> installed int_repr.v0.16.0-> installed base_bigstring.v0.16.0-> installed core.v0.16.2-> installed re2.v0.16.0Done.<><> ocurl.transition installed successfully ><><><><><><><><><><><><><><><><><>=> Note: This package is deprecated.=> ocurl has been renamed and the ocurl package is now a transition package. Use the curl package instead.# To update the current shell environment, run: eval $(opam env)2025-10-27 22:32.49 ---> saved as "55ff64fd471c00b2fb973c888b695a10382da55448904d7b944870eb69eac0a8"/src: (copy (src .) (dst /src))2025-10-27 22:32.49 ---> saved as "413969fa36b349f2f6efc6482b535a8f4a3b773816b5268cdbe592e7d081dc62"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/src && ./gen_version.sh)fatal: not a git repository (or any of the parent directories): .git2025-10-27 22:32.53 ---> saved as "97caeddec8cccaa0336511d7c229aca76ed2659800d5bb32ec554d5ac40a0f74"Job succeeded2025-10-27 22:32.53: Job succeeded