2026-01-11 12:45.32: New job: test ahrefs/monorobot https://github.com/ahrefs/monorobot.git#refs/heads/dependabot/github_actions/actions/checkout-6 (4a51c8ff0475f81ec474d390feb0559562e991cd) (linux-x86_64:ubuntu-25.10-4.14_opam-2.5) Base: ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:4087553a96c02e8760fc4cfc5a30f7b1dd51349a77a7a908d4d845cd58b8e173 Opam project build To reproduce locally: git clone --recursive "https://github.com/ahrefs/monorobot.git" -b "dependabot/github_actions/actions/checkout-6" && cd "monorobot" && git reset --hard 4a51c8ff cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:4087553a96c02e8760fc4cfc5a30f7b1dd51349a77a7a908d4d845cd58b8e173 # ubuntu-25.10-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 opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN cd ~/opam-repository && (git cat-file -e d4324a0719b8e1bd5a9d9f9a861f3fb0dcb8f04c || git fetch origin master) && git reset -q --hard d4324a0719b8e1bd5a9d9f9a861f3fb0dcb8f04c && git log --no-decorate -n1 --oneline && opam update -u COPY --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.3.0.1 atdgen.3.0.1 atdgen-runtime.3.0.1 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.1.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.1 trace.0.10.1 typerep.v0.16.0 uri.4.4.0 uutf.1.0.4 variantslib.v0.16.0 yojson.3.0.0" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.5 --depext-only -y monorobot.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-01-11 12:45.32: Using cache hint "ahrefs/monorobot-ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:4087553a96c02e8760fc4cfc5a30f7b1dd51349a77a7a908d4d845cd58b8e173-ubuntu-25.10-4.14_opam-2.5-41847fa21cfcd8fe541e730abae2faab" 2026-01-11 12:45.32: Using OBuilder spec: ((from ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:4087553a96c02e8760fc4cfc5a30f7b1dd51349a77a7a908d4d845cd58b8e173) (comment ubuntu-25.10-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 (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 d4324a0719b8e1bd5a9d9f9a861f3fb0dcb8f04c || git fetch origin master) && git reset -q --hard d4324a0719b8e1bd5a9d9f9a861f3fb0dcb8f04c && 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.3.0.1 atdgen.3.0.1 atdgen-runtime.3.0.1 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.1.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.1 trace.0.10.1 typerep.v0.16.0 uri.4.4.0 uutf.1.0.4 variantslib.v0.16.0 yojson.3.0.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 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")) ) 2026-01-11 12:45.32: Waiting for resource in pool OCluster 2026-01-11 12:45.32: Waiting for worker… 2026-01-11 12:45.32: Got resource from pool OCluster Building on toxis.caelum.ci.dev hint: Using 'master' as the name for the initial branch. This default branch name hint: is subject to change. To configure the initial branch name to use in all hint: of your new repositories, which will suppress this warning, call: hint: hint: git config --global init.defaultBranch <name> hint: hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and hint: 'development'. The just-created branch can be renamed via this command: hint: hint: git branch -m <name> Initialised empty Git repository in /var/cache/obuilder/ocluster/git/monorobot.git-7302639615a874d095f7c9820c1ff614b337aca6/.git/ HEAD is now at 4a51c8f Bump actions/checkout from 4 to 6 (from ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:4087553a96c02e8760fc4cfc5a30f7b1dd51349a77a7a908d4d845cd58b8e173) Unable to find image 'ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:4087553a96c02e8760fc4cfc5a30f7b1dd51349a77a7a908d4d845cd58b8e173' locally docker.io/ocaml/opam@sha256:4087553a96c02e8760fc4cfc5a30f7b1dd51349a77a7a908d4d845cd58b8e173: Pulling from ocaml/opam a206cee1e839: Already exists 31a4860f1a71: Pulling fs layer 39e1a38aeb75: Pulling fs layer 809ec5b87400: Pulling fs layer 093176b16caf: Pulling fs layer ac0434fe2275: Pulling fs layer 86111f9687be: Pulling fs layer acba9462cead: Pulling fs layer 9b773cbc6ab7: Pulling fs layer 31a4860f1a71: Waiting 169f0c98de02: Pulling fs layer 79d5a71e5d4d: Pulling fs layer 809ec5b87400: Waiting 39e1a38aeb75: Waiting c8ad29fa07f4: Pulling fs layer 38362d2beb6c: Pulling fs layer 093176b16caf: Waiting acba9462cead: Waiting 9b773cbc6ab7: Waiting ac0434fe2275: Waiting 9735327f785c: Pulling fs layer 169f0c98de02: Waiting c8ad29fa07f4: Waiting 79d5a71e5d4d: Waiting 25d986e4e09c: Pulling fs layer 86111f9687be: Waiting 38362d2beb6c: Waiting 08765368831e: Pulling fs layer 263d027970a4: Pulling fs layer 9735327f785c: Waiting 08765368831e: Waiting 0db8ad403ffc: Pulling fs layer 0774a22e03ec: Pulling fs layer ecae8e86db15: Pulling fs layer 7bde8086daf3: Pulling fs layer 0774a22e03ec: Waiting 4f4fb700ef54: Pulling fs layer c8795f0be74f: Pulling fs layer bf1686ddcf2f: Pulling fs layer ecae8e86db15: Waiting 6190e5884020: Pulling fs layer d3ef051d940f: Pulling fs layer 74516cbf13d5: Pulling fs layer 2b9c6d0ca8aa: Pulling fs layer 828602f5a7e1: Pulling fs layer 4f4fb700ef54: Waiting 7bde8086daf3: Waiting 1c2200cbac34: Pulling fs layer 74516cbf13d5: Waiting ddcac09cadd2: Pulling fs layer c8795f0be74f: Waiting f72178fefb52: Pulling fs layer d3ef051d940f: Waiting e391052d0a0a: Pulling fs layer 092f96d7da41: Pulling fs layer 728c71316025: Pulling fs layer 2b9c6d0ca8aa: Waiting 1c2200cbac34: Waiting 26503a58709c: Pulling fs layer e6440340e603: Pulling fs layer 828602f5a7e1: Waiting 6190e5884020: Waiting ddcac09cadd2: Waiting e391052d0a0a: Waiting c919b1d29ded: Pulling fs layer 26503a58709c: Waiting 7dba17a6ef30: Pulling fs layer e91032db10a1: Pulling fs layer 2f57edf6fe74: Pulling fs layer 1cdd68167d33: Pulling fs layer 6115e63915a5: Pulling fs layer dcf82fa7072e: Pulling fs layer 1cdd68167d33: Waiting 7dba17a6ef30: Waiting 31a4860f1a71: Download complete 31a4860f1a71: Pull complete 39e1a38aeb75: Verifying Checksum 39e1a38aeb75: Download complete 39e1a38aeb75: Pull complete 093176b16caf: Verifying Checksum 093176b16caf: Download complete 809ec5b87400: Verifying Checksum 809ec5b87400: Download complete 86111f9687be: Verifying Checksum 86111f9687be: Download complete acba9462cead: Verifying Checksum acba9462cead: Download complete 809ec5b87400: Pull complete 093176b16caf: Pull complete 9b773cbc6ab7: Verifying Checksum 9b773cbc6ab7: Download complete 169f0c98de02: Verifying Checksum 169f0c98de02: Download complete 79d5a71e5d4d: Verifying Checksum 79d5a71e5d4d: Download complete ac0434fe2275: Verifying Checksum ac0434fe2275: Download complete c8ad29fa07f4: Verifying Checksum c8ad29fa07f4: Download complete 9735327f785c: Verifying Checksum 9735327f785c: Download complete 25d986e4e09c: Download complete 38362d2beb6c: Verifying Checksum 38362d2beb6c: Download complete 08765368831e: Verifying Checksum 08765368831e: Download complete 263d027970a4: Download complete 0db8ad403ffc: Download complete 0774a22e03ec: Download complete 7bde8086daf3: Verifying Checksum 7bde8086daf3: Download complete ecae8e86db15: Verifying Checksum ecae8e86db15: Download complete c8795f0be74f: Verifying Checksum c8795f0be74f: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete bf1686ddcf2f: Verifying Checksum bf1686ddcf2f: Download complete 6190e5884020: Verifying Checksum 6190e5884020: Download complete d3ef051d940f: Verifying Checksum d3ef051d940f: Download complete 74516cbf13d5: Verifying Checksum 74516cbf13d5: Download complete 828602f5a7e1: Verifying Checksum 828602f5a7e1: Download complete 2b9c6d0ca8aa: Download complete 1c2200cbac34: Verifying Checksum 1c2200cbac34: Download complete ddcac09cadd2: Verifying Checksum ddcac09cadd2: Download complete f72178fefb52: Download complete e391052d0a0a: Download complete 092f96d7da41: Verifying Checksum 092f96d7da41: Download complete 26503a58709c: Verifying Checksum 26503a58709c: Download complete ac0434fe2275: Pull complete 86111f9687be: Pull complete acba9462cead: Pull complete 9b773cbc6ab7: Pull complete 169f0c98de02: Pull complete 79d5a71e5d4d: Pull complete c8ad29fa07f4: Pull complete 38362d2beb6c: Pull complete 9735327f785c: Pull complete 25d986e4e09c: Pull complete 08765368831e: Pull complete 263d027970a4: Pull complete 0db8ad403ffc: Pull complete 0774a22e03ec: Pull complete ecae8e86db15: Pull complete 7bde8086daf3: Pull complete 4f4fb700ef54: Pull complete c8795f0be74f: Pull complete bf1686ddcf2f: Pull complete 6190e5884020: Pull complete d3ef051d940f: Pull complete 74516cbf13d5: Pull complete 2b9c6d0ca8aa: Pull complete 828602f5a7e1: Pull complete 1c2200cbac34: Pull complete ddcac09cadd2: Pull complete f72178fefb52: Pull complete e391052d0a0a: Pull complete 092f96d7da41: Pull complete 728c71316025: Verifying Checksum 728c71316025: Download complete c919b1d29ded: Download complete 7dba17a6ef30: Verifying Checksum 7dba17a6ef30: Download complete e91032db10a1: Verifying Checksum e91032db10a1: Download complete 2f57edf6fe74: Verifying Checksum 2f57edf6fe74: Download complete 1cdd68167d33: Download complete 6115e63915a5: Verifying Checksum 6115e63915a5: Download complete dcf82fa7072e: Verifying Checksum dcf82fa7072e: Download complete e6440340e603: Verifying Checksum e6440340e603: Download complete 728c71316025: Pull complete 26503a58709c: Pull complete e6440340e603: Pull complete c919b1d29ded: Pull complete 7dba17a6ef30: Pull complete e91032db10a1: Pull complete 2f57edf6fe74: Pull complete 1cdd68167d33: Pull complete 6115e63915a5: Pull complete dcf82fa7072e: Pull complete Digest: sha256:4087553a96c02e8760fc4cfc5a30f7b1dd51349a77a7a908d4d845cd58b8e173 Status: Downloaded newer image for ocaml/opam@sha256:4087553a96c02e8760fc4cfc5a30f7b1dd51349a77a7a908d4d845cd58b8e173 2026-01-11 12:58.03 ---> saved as "12e1d80dd71b085b54062164a54764ef454482e5efb893e28a3c1ca8536b6c5f" /: (comment ubuntu-25.10-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-01-11 12:58.03 ---> saved as "60a1f4c28d2ee6aef759b4a4af5ca177528c1ba80c802fb732ee42d2f4fec255" /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] y 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. Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-01-11 12:58.31 ---> saved as "df92ed50f34733f252e728a5461db343f986f9ae329a6fdc3f87c67fb5803609" /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-134-generic The OCaml toplevel, version 4.14.2 2.5.0 2026-01-11 12:58.31 ---> saved as "145e19d5744b0635444b937f544b5407772d860c5b23b5f94f5c61355cc05509" /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-01-11 12:58.31 ---> saved as "150b4004128f5f536600261c195250554b697ec77e063f003b4f273a393c2adb" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e d4324a0719b8e1bd5a9d9f9a861f3fb0dcb8f04c || git fetch origin master) && git reset -q --hard d4324a0719b8e1bd5a9d9f9a861f3fb0dcb8f04c && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD ee48e882f0..9494b89e2b master -> origin/master d4324a0719 Merge pull request #29205 from c-cube/release-trace-v0.10.1 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Everything 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.4.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) 2026-01-11 12:58.51 ---> saved as "fea03283c5704bb43725608c0623e7eef13b9cd3a9970a8569c1411e15e18d1b" /src: (copy (src monorobot.opam) (dst ./)) 2026-01-11 12:58.51 ---> saved as "b9c1032d7f1a64ec39219797e28bbb0ebe5c6c3bb93952da2b3fd59313b454d3" /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) 2026-01-11 12:58.53 ---> saved as "7943ce9fbef642ad494c575494ed619363df70e70de8fdd164f00f0df66e0a73" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-01-11 12:58.53 ---> saved as "13836953cdc45887d97f297499d160258b262d4f3fbf882e22c5fe3e334b3844" /src: (env DEPS "angstrom.0.16.1 astring.0.8.5 atd.3.0.1 atdgen.3.0.1 atdgen-runtime.3.0.1 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.1.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.1 trace.0.10.1 typerep.v0.16.0 uri.4.4.0 uutf.1.0.4 variantslib.v0.16.0 yojson.3.0.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 monorobot.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://archive.ubuntu.com/ubuntu questing InRelease - Get:2 http://archive.ubuntu.com/ubuntu questing-updates InRelease [136 kB] - Get:3 http://archive.ubuntu.com/ubuntu questing-backports InRelease [133 kB] - Get:4 http://archive.ubuntu.com/ubuntu questing-updates/universe amd64 Packages [154 kB] - Get:5 http://archive.ubuntu.com/ubuntu questing-updates/multiverse amd64 Packages [1689 B] - Get:6 http://archive.ubuntu.com/ubuntu questing-updates/restricted amd64 Packages [122 kB] - Get:7 http://archive.ubuntu.com/ubuntu questing-updates/main amd64 Packages [284 kB] - Get:8 http://archive.ubuntu.com/ubuntu questing-backports/universe amd64 Packages [666 B] - Get:9 http://security.ubuntu.com/ubuntu questing-security InRelease [136 kB] - Get:10 http://security.ubuntu.com/ubuntu questing-security/universe amd64 Packages [99.7 kB] - Get:11 http://security.ubuntu.com/ubuntu questing-security/main amd64 Packages [153 kB] - Fetched 1220 kB in 1s (997 kB/s) - Reading package lists... - <><> 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: libcurl4-gnutls-dev libevent-dev libpcre3-dev libsqlite3-dev pkg-config zlib1g-dev <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libcurl4-gnutls-dev" "libevent-dev" "libpcre3-dev" "libsqlite3-dev" "pkg-config" "zlib1g-dev" - Selecting previously unselected package comerr-dev:amd64. - (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 ... 18716 files and directories currently installed.) - Preparing to unpack .../00-comerr-dev_2.1-1.47.2-3ubuntu2_amd64.deb ... - Unpacking comerr-dev:amd64 (2.1-1.47.2-3ubuntu2) ... - Selecting previously unselected package libgssrpc4t64:amd64. - Preparing to unpack .../01-libgssrpc4t64_1.21.3-5ubuntu2_amd64.deb ... - Unpacking libgssrpc4t64:amd64 (1.21.3-5ubuntu2) ... - Selecting previously unselected package libkadm5clnt-mit12:amd64. - Preparing to unpack .../02-libkadm5clnt-mit12_1.21.3-5ubuntu2_amd64.deb ... - Unpacking libkadm5clnt-mit12:amd64 (1.21.3-5ubuntu2) ... - Selecting previously unselected package libkdb5-10t64:amd64. - Preparing to unpack .../03-libkdb5-10t64_1.21.3-5ubuntu2_amd64.deb ... - Unpacking libkdb5-10t64:amd64 (1.21.3-5ubuntu2) ... - Selecting previously unselected package libkadm5srv-mit12:amd64. - Preparing to unpack .../04-libkadm5srv-mit12_1.21.3-5ubuntu2_amd64.deb ... - Unpacking libkadm5srv-mit12:amd64 (1.21.3-5ubuntu2) ... - Selecting previously unselected package krb5-multidev:amd64. - Preparing to unpack .../05-krb5-multidev_1.21.3-5ubuntu2_amd64.deb ... - Unpacking krb5-multidev:amd64 (1.21.3-5ubuntu2) ... - Selecting previously unselected package libbrotli-dev:amd64. - Preparing to unpack .../06-libbrotli-dev_1.1.0-2build5_amd64.deb ... - Unpacking libbrotli-dev:amd64 (1.1.0-2build5) ... - Selecting previously unselected package libevent-2.1-7t64:amd64. - Preparing to unpack .../07-libevent-2.1-7t64_2.1.12-stable-10build1_amd64.deb ... - Unpacking libevent-2.1-7t64:amd64 (2.1.12-stable-10build1) ... - Selecting previously unselected package libunbound8:amd64. - Preparing to unpack .../08-libunbound8_1.22.0-2ubuntu2.2_amd64.deb ... - Unpacking libunbound8:amd64 (1.22.0-2ubuntu2.2) ... - Selecting previously unselected package libgnutls-dane0t64:amd64. - Preparing to unpack .../09-libgnutls-dane0t64_3.8.9-3ubuntu2_amd64.deb ... - Unpacking libgnutls-dane0t64:amd64 (3.8.9-3ubuntu2) ... - Selecting previously unselected package libgnutls-openssl27t64:amd64. - Preparing to unpack .../10-libgnutls-openssl27t64_3.8.9-3ubuntu2_amd64.deb ... - Unpacking libgnutls-openssl27t64:amd64 (3.8.9-3ubuntu2) ... - Selecting previously unselected package libidn2-dev:amd64. - Preparing to unpack .../11-libidn2-dev_2.3.8-4_amd64.deb ... - Unpacking libidn2-dev:amd64 (2.3.8-4) ... - Selecting previously unselected package libp11-kit-dev:amd64. - Preparing to unpack .../12-libp11-kit-dev_0.25.5-3ubuntu1_amd64.deb ... - Unpacking libp11-kit-dev:amd64 (0.25.5-3ubuntu1) ... - Selecting previously unselected package libtasn1-6-dev:amd64. - Preparing to unpack .../13-libtasn1-6-dev_4.20.0-2build1_amd64.deb ... - Unpacking libtasn1-6-dev:amd64 (4.20.0-2build1) ... - Selecting previously unselected package libgmpxx4ldbl:amd64. - Preparing to unpack .../14-libgmpxx4ldbl_2%3a6.3.0+dfsg-5ubuntu1_amd64.deb ... - Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-5ubuntu1) ... - Selecting previously unselected package libgmp-dev:amd64. - Preparing to unpack .../15-libgmp-dev_2%3a6.3.0+dfsg-5ubuntu1_amd64.deb ... - Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-5ubuntu1) ... - Selecting previously unselected package nettle-dev:amd64. - Preparing to unpack .../16-nettle-dev_3.10.1-1_amd64.deb ... - Unpacking nettle-dev:amd64 (3.10.1-1) ... - Selecting previously unselected package libgnutls28-dev:amd64. - Preparing to unpack .../17-libgnutls28-dev_3.8.9-3ubuntu2_amd64.deb ... - Unpacking libgnutls28-dev:amd64 (3.8.9-3ubuntu2) ... - Selecting previously unselected package libkrb5-dev:amd64. - Preparing to unpack .../18-libkrb5-dev_1.21.3-5ubuntu2_amd64.deb ... - Unpacking libkrb5-dev:amd64 (1.21.3-5ubuntu2) ... - Selecting previously unselected package libldap-dev:amd64. - Preparing to unpack .../19-libldap-dev_2.6.10+dfsg-1ubuntu2_amd64.deb ... - Unpacking libldap-dev:amd64 (2.6.10+dfsg-1ubuntu2) ... - Selecting previously unselected package libpkgconf3:amd64. - Preparing to unpack .../20-libpkgconf3_1.8.1-4build1_amd64.deb ... - Unpacking libpkgconf3:amd64 (1.8.1-4build1) ... - Selecting previously unselected package pkgconf-bin. - Preparing to unpack .../21-pkgconf-bin_1.8.1-4build1_amd64.deb ... - Unpacking pkgconf-bin (1.8.1-4build1) ... - Selecting previously unselected package pkgconf:amd64. - Preparing to unpack .../22-pkgconf_1.8.1-4build1_amd64.deb ... - Unpacking pkgconf:amd64 (1.8.1-4build1) ... - Selecting previously unselected package libnghttp2-dev:amd64. - Preparing to unpack .../23-libnghttp2-dev_1.64.0-1.1ubuntu1_amd64.deb ... - Unpacking libnghttp2-dev:amd64 (1.64.0-1.1ubuntu1) ... - Selecting previously unselected package libpsl-dev:amd64. - Preparing to unpack .../24-libpsl-dev_0.21.2-1.1build1_amd64.deb ... - Unpacking libpsl-dev:amd64 (0.21.2-1.1build1) ... - Selecting previously unselected package zlib1g-dev:amd64. - Preparing to unpack .../25-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1ubuntu2_amd64.deb ... - Unpacking zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1ubuntu2) ... - Selecting previously unselected package librtmp-dev:amd64. - Preparing to unpack .../26-librtmp-dev_2.4+20151223.gitfa8646d.1-2build8_amd64.deb ... - Unpacking librtmp-dev:amd64 (2.4+20151223.gitfa8646d.1-2build8) ... - Selecting previously unselected package libssl-dev:amd64. - Preparing to unpack .../27-libssl-dev_3.5.3-1ubuntu2_amd64.deb ... - Unpacking libssl-dev:amd64 (3.5.3-1ubuntu2) ... - Selecting previously unselected package libssh2-1-dev:amd64. - Preparing to unpack .../28-libssh2-1-dev_1.11.1-1build1_amd64.deb ... - Unpacking libssh2-1-dev:amd64 (1.11.1-1build1) ... - Selecting previously unselected package libzstd-dev:amd64. - Preparing to unpack .../29-libzstd-dev_1.5.7+dfsg-1build2_amd64.deb ... - Unpacking libzstd-dev:amd64 (1.5.7+dfsg-1build2) ... - Selecting previously unselected package libcurl4-gnutls-dev:amd64. - Preparing to unpack .../30-libcurl4-gnutls-dev_8.14.1-2ubuntu1_amd64.deb ... - Unpacking libcurl4-gnutls-dev:amd64 (8.14.1-2ubuntu1) ... - Selecting previously unselected package libevent-core-2.1-7t64:amd64. - Preparing to unpack .../31-libevent-core-2.1-7t64_2.1.12-stable-10build1_amd64.deb ... - Unpacking libevent-core-2.1-7t64:amd64 (2.1.12-stable-10build1) ... - Selecting previously unselected package libevent-extra-2.1-7t64:amd64. - Preparing to unpack .../32-libevent-extra-2.1-7t64_2.1.12-stable-10build1_amd64.deb ... - Unpacking libevent-extra-2.1-7t64:amd64 (2.1.12-stable-10build1) ... - Selecting previously unselected package libevent-pthreads-2.1-7t64:amd64. - Preparing to unpack .../33-libevent-pthreads-2.1-7t64_2.1.12-stable-10build1_amd64.deb ... - Unpacking libevent-pthreads-2.1-7t64:amd64 (2.1.12-stable-10build1) ... - Selecting previously unselected package libevent-openssl-2.1-7t64:amd64. - Preparing to unpack .../34-libevent-openssl-2.1-7t64_2.1.12-stable-10build1_amd64.deb ... - Unpacking libevent-openssl-2.1-7t64:amd64 (2.1.12-stable-10build1) ... - Selecting previously unselected package libevent-dev. - Preparing to unpack .../35-libevent-dev_2.1.12-stable-10build1_amd64.deb ... - Unpacking libevent-dev (2.1.12-stable-10build1) ... - Selecting previously unselected package libpcre16-3:amd64. - Preparing to unpack .../36-libpcre16-3_2%3a8.39-15.1_amd64.deb ... - Unpacking libpcre16-3:amd64 (2:8.39-15.1) ... - Selecting previously unselected package libpcre3:amd64. - Preparing to unpack .../37-libpcre3_2%3a8.39-15.1_amd64.deb ... - Unpacking libpcre3:amd64 (2:8.39-15.1) ... - Selecting previously unselected package libpcre32-3:amd64. - Preparing to unpack .../38-libpcre32-3_2%3a8.39-15.1_amd64.deb ... - Unpacking libpcre32-3:amd64 (2:8.39-15.1) ... - Selecting previously unselected package libpcrecpp0v5:amd64. - Preparing to unpack .../39-libpcrecpp0v5_2%3a8.39-15.1_amd64.deb ... - Unpacking libpcrecpp0v5:amd64 (2:8.39-15.1) ... - Selecting previously unselected package libpcre3-dev:amd64. - Preparing to unpack .../40-libpcre3-dev_2%3a8.39-15.1_amd64.deb ... - Unpacking libpcre3-dev:amd64 (2:8.39-15.1) ... - Selecting previously unselected package libsqlite3-dev:amd64. - Preparing to unpack .../41-libsqlite3-dev_3.46.1-8_amd64.deb ... - Unpacking libsqlite3-dev:amd64 (3.46.1-8) ... - Selecting previously unselected package pkg-config:amd64. - Preparing to unpack .../42-pkg-config_1.8.1-4build1_amd64.deb ... - Unpacking pkg-config:amd64 (1.8.1-4build1) ... - Selecting previously unselected package libtasn1-doc. - Preparing to unpack .../43-libtasn1-doc_4.20.0-2build1_all.deb ... - Unpacking libtasn1-doc (4.20.0-2build1) ... - Setting up libgnutls-openssl27t64:amd64 (3.8.9-3ubuntu2) ... - Setting up libzstd-dev:amd64 (1.5.7+dfsg-1build2) ... - Setting up libpcre16-3:amd64 (2:8.39-15.1) ... - Setting up libtasn1-doc (4.20.0-2build1) ... - Setting up libevent-2.1-7t64:amd64 (2.1.12-stable-10build1) ... - Setting up libpsl-dev:amd64 (0.21.2-1.1build1) ... - Setting up libpcre3:amd64 (2:8.39-15.1) ... - Setting up libunbound8:amd64 (1.22.0-2ubuntu2.2) ... - Setting up libpkgconf3:amd64 (1.8.1-4build1) ... - Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-5ubuntu1) ... - Setting up libgnutls-dane0t64:amd64 (3.8.9-3ubuntu2) ... - Setting up libsqlite3-dev:amd64 (3.46.1-8) ... - Setting up libgssrpc4t64:amd64 (1.21.3-5ubuntu2) ... - Setting up libldap-dev:amd64 (2.6.10+dfsg-1ubuntu2) ... - Setting up comerr-dev:amd64 (2.1-1.47.2-3ubuntu2) ... - Setting up libssl-dev:amd64 (3.5.3-1ubuntu2) ... - Setting up libpcre32-3:amd64 (2:8.39-15.1) ... - Setting up pkgconf-bin (1.8.1-4build1) ... - Setting up libidn2-dev:amd64 (2.3.8-4) ... - Setting up zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1ubuntu2) ... - Setting up libevent-core-2.1-7t64:amd64 (2.1.12-stable-10build1) ... - Setting up libtasn1-6-dev:amd64 (4.20.0-2build1) ... - Setting up libbrotli-dev:amd64 (1.1.0-2build5) ... - Setting up libp11-kit-dev:amd64 (0.25.5-3ubuntu1) ... - Setting up libkadm5clnt-mit12:amd64 (1.21.3-5ubuntu2) ... - Setting up libpcrecpp0v5:amd64 (2:8.39-15.1) ... - Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-5ubuntu1) ... - Setting up nettle-dev:amd64 (3.10.1-1) ... - Setting up libkdb5-10t64:amd64 (1.21.3-5ubuntu2) ... - Setting up libpcre3-dev:amd64 (2:8.39-15.1) ... - Setting up libevent-pthreads-2.1-7t64:amd64 (2.1.12-stable-10build1) ... - Setting up libevent-openssl-2.1-7t64:amd64 (2.1.12-stable-10build1) ... - Setting up pkgconf:amd64 (1.8.1-4build1) ... - Setting up pkg-config:amd64 (1.8.1-4build1) ... - Setting up libssh2-1-dev:amd64 (1.11.1-1build1) ... - Setting up libevent-extra-2.1-7t64:amd64 (2.1.12-stable-10build1) ... - Setting up libkadm5srv-mit12:amd64 (1.21.3-5ubuntu2) ... - Setting up krb5-multidev:amd64 (1.21.3-5ubuntu2) ... - Setting up libgnutls28-dev:amd64 (3.8.9-3ubuntu2) ... - Setting up libnghttp2-dev:amd64 (1.64.0-1.1ubuntu1) ... - Setting up libkrb5-dev:amd64 (1.21.3-5ubuntu2) ... - Setting up librtmp-dev:amd64 (2.4+20151223.gitfa8646d.1-2build8) ... - Setting up libevent-dev (2.1.12-stable-10build1) ... - Setting up libcurl4-gnutls-dev:amd64 (8.14.1-2ubuntu1) ... - Processing triggers for libc-bin (2.42-0ubuntu3) ... # To update the current shell environment, run: eval $(opam env) 2026-01-11 12:59.18 ---> saved as "b6833d65117dfd70638d91cfde8ca615d4e05fa46fe12344ca88daf52c86c6bb" /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 3.0.1 - install atdgen 3.0.1 - install atdgen-runtime 3.0.1 - 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.1.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.1 - install trace 0.10.1 - install typerep v0.16.0 - install uri 4.4.0 - install uutf 1.0.4 - install variantslib v0.16.0 - install yojson 3.0.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved astring.0.8.5 (cached) -> retrieved angstrom.0.16.1 (https://opam.ocaml.org/cache) -> retrieved base64.3.5.2 (https://opam.ocaml.org/cache) -> retrieved base.v0.16.4 (https://opam.ocaml.org/cache) -> retrieved base_bigstring.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved bigstringaf.0.10.0 (https://opam.ocaml.org/cache) -> retrieved base_quickcheck.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) -> retrieved atd.3.0.1, atdgen.3.0.1, atdgen-runtime.3.0.1 (https://opam.ocaml.org/cache) -> retrieved camlzip.1.13 (cached) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) -> retrieved bin_prot.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved cmdliner.2.1.0 (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) -> 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 core.v0.16.2 (https://opam.ocaml.org/cache) -> retrieved cstruct.6.2.0 (cached) -> retrieved devkit.1.20240429 (https://opam.ocaml.org/cache) -> retrieved dune-compiledb.0.6.0 (cached) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) -> retrieved eqaf.0.10 (https://opam.ocaml.org/cache) -> retrieved extlib.1.8.0 (cached) -> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached) -> retrieved digestif.1.3.0 (https://opam.ocaml.org/cache) -> retrieved ezjsonm.1.3.0 (cached) -> retrieved fmt.0.11.0 (cached) -> retrieved extunix.0.4.3 (https://opam.ocaml.org/cache) -> retrieved fpath.0.7.3 (cached) -> retrieved hex.1.5.0 (cached) -> retrieved fieldslib.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved int_repr.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved jane-street-headers.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved jsonm.1.0.2 (cached) -> retrieved libevent.0.9.0 (cached) -> installed cmdliner.2.1.0 -> retrieved lwt.5.9.2 (cached) -> retrieved jane_rope.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved jst-config.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (cached) -> retrieved mybuild.7 (https://opam.ocaml.org/cache) -> retrieved num.1.6 (cached) -> retrieved ocaml-compiler-libs.v0.12.4 (cached) -> retrieved lwt_ppx.5.9.1 (https://opam.ocaml.org/cache) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (https://opam.ocaml.org/cache) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocplib-endian.1.2 (cached) -> retrieved ounit.2.2.7, ounit2.2.2.7 (cached) -> retrieved parsexp.v0.16.0 (cached) -> retrieved omd.1.3.2 (https://opam.ocaml.org/cache) -> retrieved ppx_assert.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved pcre.8.0.5 (https://opam.ocaml.org/cache) -> retrieved ppx_base.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved ppx_bench.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved ocamldiff.1.2 (https://opam.ocaml.org/cache) -> retrieved ppx_cold.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved ppx_bin_prot.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved ppx_compare.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved ppx_custom_printf.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved ppx_disable_unused_warnings.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved ppx_enumerate.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.6.0.3 (https://opam.ocaml.org/cache) -> retrieved ppx_expect.v0.16.2 (https://opam.ocaml.org/cache) -> retrieved ppx_fields_conv.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved ppx_fixed_literal.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved ppx_here.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved ppx_globalize.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved ppx_ignore_instrumentation.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved ppx_hash.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved ppx_jane.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved ppx_inline_test.v0.16.1 (https://opam.ocaml.org/cache) -> retrieved ppx_let.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved ppx_log.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved ppx_module_timer.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved ppx_pipebang.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved ppx_sexp_conv.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved ppx_optcomp.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved ppx_optional.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved ppx_sexp_value.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved ppx_stable.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved ppx_sexp_message.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved ppx_stable_witness.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved ppx_string.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved ppx_tydi.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved ppx_typerep_conv.v0.16.0 (https://opam.ocaml.org/cache) -> installed num.1.6 -> retrieved ptime.1.2.0 (https://opam.ocaml.org/cache) -> retrieved re.1.14.0 (cached) -> retrieved ppx_variants_conv.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved ppxlib.0.35.0 (https://opam.ocaml.org/cache) -> retrieved seq.base (cached) -> installed seq.base -> retrieved sexplib.v0.16.0 (cached) -> retrieved sexplib0.v0.16.0 (cached) -> retrieved re2.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved splittable_random.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved regex_parser_intf.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved sqlite3.5.3.1 (https://opam.ocaml.org/cache) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved stdio.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved sqlgg.20231201 (https://opam.ocaml.org/cache) -> retrieved stringext.1.6.0 (https://opam.ocaml.org/cache) -> retrieved topkg.1.1.1 (cached) -> retrieved trace.0.10.1 (cached) -> retrieved time_now.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved uutf.1.0.4 (cached) -> retrieved variantslib.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved yojson.3.0.0 (cached) -> retrieved typerep.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved uri.4.4.0 (https://opam.ocaml.org/cache) -> 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.1 -> 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 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.3.0.0 -> installed omd.1.3.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.1 -> installed ezjsonm.1.3.0 -> installed atdgen-runtime.3.0.1 -> 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 sqlite3.5.3.1 -> installed pcre.8.0.5 -> installed curl.0.10.0 -> installed lwt.5.9.2 -> installed uri.4.4.0 -> installed curl_lwt.0.10.0 -> installed ocurl.transition -> installed base.v0.16.4 -> installed variantslib.v0.16.0 -> installed fieldslib.v0.16.0 -> installed regex_parser_intf.v0.16.0 -> installed stdio.v0.16.0 -> installed typerep.v0.16.0 -> installed menhir.20250912 -> installed atd.3.0.1 -> installed ppxlib.0.35.0 -> installed ppx_globalize.v0.16.0 -> installed atdgen.3.0.1 -> installed ppx_optcomp.v0.16.0 -> installed ppx_disable_unused_warnings.v0.16.0 -> installed ppx_here.v0.16.0 -> installed ppx_tydi.v0.16.0 -> installed ppx_cold.v0.16.0 -> installed ppx_enumerate.v0.16.0 -> installed ppx_stable_witness.v0.16.0 -> installed ppx_typerep_conv.v0.16.0 -> installed ppx_stable.v0.16.0 -> installed ppx_variants_conv.v0.16.0 -> installed ppx_compare.v0.16.0 -> installed ppx_fields_conv.v0.16.0 -> installed ppx_fixed_literal.v0.16.0 -> installed ppx_ignore_instrumentation.v0.16.0 -> installed ppx_pipebang.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_sexp_value.v0.16.0 -> installed ppx_assert.v0.16.0 -> installed ppx_sexp_message.v0.16.0 -> installed ppx_base.v0.16.0 -> installed ppx_custom_printf.v0.16.0 -> installed extunix.0.4.3 -> installed jst-config.v0.16.0 -> installed ppx_log.v0.16.0 -> installed ppx_string.v0.16.0 -> installed bin_prot.v0.16.0 -> installed time_now.v0.16.0 -> installed devkit.1.20240429 -> 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.0 Done. <><> 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) 2026-01-11 13:02.48 ---> saved as "444359cf99cf042958db74de54b6fccade9fcfef6c7b45834fd297f23eeccb3f" /src: (copy (src .) (dst /src)) 2026-01-11 13:02.48 ---> saved as "a75d8cd3c59afed4d2687cfe03bbb34fd0e3e403939c2ba8f7194a93c07deb9b" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/lib && /home/opam/.opam/4.14/bin/atdgen -j -j-std common.atd) Warning: option "-j-std" is deprecated. (cd _build/default/lib && /home/opam/.opam/4.14/bin/atdgen -j -j-std config.atd) Warning: option "-j-std" is deprecated. (cd _build/default/lib && /home/opam/.opam/4.14/bin/atdgen -j -j-std buildkite.atd) Warning: option "-j-std" is deprecated. (cd _build/default/lib && /home/opam/.opam/4.14/bin/atdgen -j -j-std debug_db.atd) Warning: option "-j-std" is deprecated. (cd _build/default/lib && /home/opam/.opam/4.14/bin/atdgen -j -j-std rule.atd) Warning: option "-j-std" is deprecated. (cd _build/default/lib && /home/opam/.opam/4.14/bin/atdgen -j -j-std github.atd) Warning: option "-j-std" is deprecated. (cd _build/default/lib && /home/opam/.opam/4.14/bin/atdgen -j -j-std state.atd) Warning: option "-j-std" is deprecated. (cd _build/default/lib && /home/opam/.opam/4.14/bin/atdgen -j -j-std slack.atd) Warning: option "-j-std" is deprecated. (cd _build/default/src && ./gen_version.sh) fatal: not a git repository (or any of the parent directories): .git 2026-01-11 13:02.57 ---> saved as "24fc884c1927ba9129a25817eea754829abbacc91d622f0f8d01bcc91088c166" Job succeeded 2026-01-11 13:02.57: Job succeeded