2026-04-29 00:35.22: New job: test ocaml-opam/opam-publish https://github.com/ocaml-opam/opam-publish.git#refs/heads/master (e20712852b373923473492ef9b3336d71862bb2b) (linux-x86_64:fedora-42-4.14_opam-2.5) Base: ocaml/opam:fedora-42-ocaml-4.14@sha256:c17b94646c202b954d55cd66538268d1f3cdacf1f508bb06165d32089a6d2a06 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-opam/opam-publish.git" -b "master" && cd "opam-publish" && git reset --hard e2071285 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:fedora-42-ocaml-4.14@sha256:c17b94646c202b954d55cd66538268d1f3cdacf1f508bb06165d32089a6d2a06 # fedora-42-4.14_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo dnf install -y findutils 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 dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd || git fetch origin master) && git reset -q --hard dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 opam-publish.opam ./ RUN opam pin add -yn opam-publish.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="angstrom.0.16.1 asn1-combinators.0.3.2 astring.0.8.5 atd.4.2.0 atdgen.4.2.0 atdgen-runtime.4.2.0 base.v0.16.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 biniou.1.2.2 bos.0.3.0 ca-certs.1.0.1 camlp-streams.5.0.1 cmdliner.2.1.1 cohttp.6.2.1 cohttp-lwt.6.2.1 cohttp-lwt-unix.6.2.1 conduit.8.0.0 conduit-lwt.8.0.0 conduit-lwt-unix.8.0.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 digestif.1.3.0 domain-name.0.5.0 dune.3.22.2 dune-configurator.3.22.2 duration.0.3.1 easy-format.1.3.4 eqaf.0.10 fmt.0.11.0 fpath.0.7.3 github.4.5.1 github-data.4.5.1 gmap.0.3.0 http.6.2.1 ipaddr.5.6.2 ipaddr-sexp.5.6.2 jsonm.1.0.2 kdf.1.0.0 logs.0.10.0 lwt.6.1.2 macaddr.5.6.2 magic-mime.1.3.1 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 mirage-crypto.2.1.0 mirage-crypto-ec.2.1.0 mirage-crypto-pk.2.1.0 mirage-crypto-rng.2.1.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 ocplib-endian.1.2 ohex.0.2.0 opam-core.2.5.1 opam-file-format.2.2.0 opam-format.2.5.1 opam-repository.2.5.1 opam-state.2.5.1 patch.3.1.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 ptime.1.2.0 re.1.14.0 rresult.0.7.0 sexplib0.v0.16.0 sha.1.15.4 spdx_licenses.1.4.0 stdlib-shims.0.3.0 stringext.1.6.0 swhid_core.0.1 tls.2.0.4 tls-lwt.2.0.4 topkg.1.1.1 uri.4.4.0 uri-sexp.4.4.0 uutf.1.0.4 x509.1.0.6 yojson.3.0.0 zarith.1.14" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.5 --depext-only -y opam-publish.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-04-29 00:35.22: Using cache hint "ocaml-opam/opam-publish-ocaml/opam:fedora-42-ocaml-4.14@sha256:c17b94646c202b954d55cd66538268d1f3cdacf1f508bb06165d32089a6d2a06-fedora-42-4.14_opam-2.5-fc50b3bfa90ceda46a4cb95c516f7895" 2026-04-29 00:35.22: Using OBuilder spec: ((from ocaml/opam:fedora-42-ocaml-4.14@sha256:c17b94646c202b954d55cd66538268d1f3cdacf1f508bb06165d32089a6d2a06) (comment fedora-42-4.14_opam-2.5) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (network host) (shell "sudo dnf install -y findutils")) (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 dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd || git fetch origin master) && git reset -q --hard dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src opam-publish.opam) (dst ./)) (run (network host) (shell "opam pin add -yn opam-publish.dev './'")) (run (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "angstrom.0.16.1 asn1-combinators.0.3.2 astring.0.8.5 atd.4.2.0 atdgen.4.2.0 atdgen-runtime.4.2.0 base.v0.16.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 biniou.1.2.2 bos.0.3.0 ca-certs.1.0.1 camlp-streams.5.0.1 cmdliner.2.1.1 cohttp.6.2.1 cohttp-lwt.6.2.1 cohttp-lwt-unix.6.2.1 conduit.8.0.0 conduit-lwt.8.0.0 conduit-lwt-unix.8.0.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 digestif.1.3.0 domain-name.0.5.0 dune.3.22.2 dune-configurator.3.22.2 duration.0.3.1 easy-format.1.3.4 eqaf.0.10 fmt.0.11.0 fpath.0.7.3 github.4.5.1 github-data.4.5.1 gmap.0.3.0 http.6.2.1 ipaddr.5.6.2 ipaddr-sexp.5.6.2 jsonm.1.0.2 kdf.1.0.0 logs.0.10.0 lwt.6.1.2 macaddr.5.6.2 magic-mime.1.3.1 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 mirage-crypto.2.1.0 mirage-crypto-ec.2.1.0 mirage-crypto-pk.2.1.0 mirage-crypto-rng.2.1.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 ocplib-endian.1.2 ohex.0.2.0 opam-core.2.5.1 opam-file-format.2.2.0 opam-format.2.5.1 opam-repository.2.5.1 opam-state.2.5.1 patch.3.1.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 ptime.1.2.0 re.1.14.0 rresult.0.7.0 sexplib0.v0.16.0 sha.1.15.4 spdx_licenses.1.4.0 stdlib-shims.0.3.0 stringext.1.6.0 swhid_core.0.1 tls.2.0.4 tls-lwt.2.0.4 topkg.1.1.1 uri.4.4.0 uri-sexp.4.4.0 uutf.1.0.4 x509.1.0.6 yojson.3.0.0 zarith.1.14") (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 opam-publish.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-04-29 00:35.22: Waiting for resource in pool OCluster 2026-04-29 01:43.02: Waiting for worker… 2026-04-29 01:48.01: Got resource from pool OCluster Building on asteria.caelum.ci.dev All commits already cached HEAD is now at e207128 Release 3.0.0 (from ocaml/opam:fedora-42-ocaml-4.14@sha256:c17b94646c202b954d55cd66538268d1f3cdacf1f508bb06165d32089a6d2a06) Unable to find image 'ocaml/opam:fedora-42-ocaml-4.14@sha256:c17b94646c202b954d55cd66538268d1f3cdacf1f508bb06165d32089a6d2a06' locally docker.io/ocaml/opam@sha256:c17b94646c202b954d55cd66538268d1f3cdacf1f508bb06165d32089a6d2a06: Pulling from ocaml/opam bcbfb8588268: Already exists 73b2408747f6: Pulling fs layer 9801aa370cb0: Pulling fs layer e2db682e1091: Pulling fs layer 35ce4f3a1d8f: Pulling fs layer 0c758f381927: Pulling fs layer 331d2e83f975: Pulling fs layer 587b7a9d2fa5: Pulling fs layer 6f5d85344b5e: Pulling fs layer 35ce4f3a1d8f: Waiting 0bf270c8c680: Pulling fs layer 0c758f381927: Waiting b8a710b2793e: Pulling fs layer 102e4eb337f9: Pulling fs layer 331d2e83f975: Waiting 587b7a9d2fa5: Waiting 0bf270c8c680: Waiting 8074f360636b: Pulling fs layer e2e6e0c8e26d: Pulling fs layer 6f5d85344b5e: Waiting 102e4eb337f9: Waiting b8a710b2793e: Waiting 8074f360636b: Waiting 523ea61dbc78: Pulling fs layer fdc7142430a4: Pulling fs layer e2e6e0c8e26d: Waiting 523ea61dbc78: Waiting bd9c320da6c3: Pulling fs layer fdc7142430a4: Waiting 84da89250dcb: Pulling fs layer bd9c320da6c3: Waiting 14965138aadf: Pulling fs layer 423340f710ae: Pulling fs layer 14965138aadf: Waiting a8ded4eff573: Pulling fs layer 84da89250dcb: Waiting 4f4fb700ef54: Pulling fs layer 423340f710ae: Waiting a8ded4eff573: Waiting b0088e840ba0: Pulling fs layer 8af4a5e4bfe7: Pulling fs layer 4f4fb700ef54: Waiting 47714dafabe1: Pulling fs layer 7d178f126a38: Pulling fs layer b0088e840ba0: Waiting 47714dafabe1: Waiting 8af4a5e4bfe7: Waiting 1e25091b9328: Pulling fs layer e7334ffd00ee: Pulling fs layer 1e25091b9328: Waiting b0d0fb29e996: Pulling fs layer b514f69d4736: Pulling fs layer cc65440c3c3b: Pulling fs layer 92a35f6a24ed: Pulling fs layer b514f69d4736: Waiting cc65440c3c3b: Waiting 9913b5eb2db3: Pulling fs layer 92a35f6a24ed: Waiting 164a98ef7bc0: Pulling fs layer 9913b5eb2db3: Waiting ebe09a1e10fd: Pulling fs layer cd30e6adea74: Pulling fs layer 164a98ef7bc0: Waiting ebe09a1e10fd: Waiting b864cbae0a9c: Pulling fs layer ba3fe2c0fbfd: Pulling fs layer 889dd894e69f: Pulling fs layer ba3fe2c0fbfd: Waiting 29224cb56fda: Pulling fs layer 889dd894e69f: Waiting b864cbae0a9c: Waiting 6c44a2ff139a: Pulling fs layer 6b234c7a28b8: Pulling fs layer 29224cb56fda: Waiting 6c44a2ff139a: Waiting cd3978b92ac3: Pulling fs layer 6b234c7a28b8: Waiting 536dada2d351: Pulling fs layer cd3978b92ac3: Waiting 67fc0ef3a1ba: Pulling fs layer 536dada2d351: Waiting 67fc0ef3a1ba: Waiting 73b2408747f6: Download complete 73b2408747f6: Pull complete 35ce4f3a1d8f: Verifying Checksum 35ce4f3a1d8f: Download complete 0c758f381927: Verifying Checksum 0c758f381927: Download complete 331d2e83f975: Verifying Checksum 331d2e83f975: Download complete 9801aa370cb0: Verifying Checksum 9801aa370cb0: Download complete 6f5d85344b5e: Verifying Checksum 6f5d85344b5e: Download complete 587b7a9d2fa5: Verifying Checksum 587b7a9d2fa5: Download complete 0bf270c8c680: Verifying Checksum 0bf270c8c680: Download complete b8a710b2793e: Verifying Checksum b8a710b2793e: Download complete 102e4eb337f9: Verifying Checksum 102e4eb337f9: Download complete e2db682e1091: Verifying Checksum e2db682e1091: Download complete 8074f360636b: Verifying Checksum 8074f360636b: Download complete e2e6e0c8e26d: Download complete 523ea61dbc78: Verifying Checksum 523ea61dbc78: Download complete fdc7142430a4: Download complete bd9c320da6c3: Download complete 14965138aadf: Verifying Checksum 14965138aadf: Download complete 84da89250dcb: Verifying Checksum 84da89250dcb: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete a8ded4eff573: Verifying Checksum a8ded4eff573: Download complete 423340f710ae: Verifying Checksum 423340f710ae: Download complete b0088e840ba0: Verifying Checksum b0088e840ba0: Download complete 9801aa370cb0: Pull complete 8af4a5e4bfe7: Download complete 47714dafabe1: Verifying Checksum 47714dafabe1: Download complete 7d178f126a38: Download complete e7334ffd00ee: Download complete 1e25091b9328: Verifying Checksum 1e25091b9328: Download complete b0d0fb29e996: Download complete b514f69d4736: Verifying Checksum b514f69d4736: Download complete cc65440c3c3b: Verifying Checksum cc65440c3c3b: Download complete 92a35f6a24ed: Verifying Checksum 92a35f6a24ed: Download complete 9913b5eb2db3: Verifying Checksum 9913b5eb2db3: Download complete 164a98ef7bc0: Verifying Checksum 164a98ef7bc0: Download complete cd30e6adea74: Verifying Checksum cd30e6adea74: Download complete ba3fe2c0fbfd: Verifying Checksum ba3fe2c0fbfd: Download complete 889dd894e69f: Verifying Checksum 889dd894e69f: Download complete 29224cb56fda: Download complete ebe09a1e10fd: Verifying Checksum ebe09a1e10fd: Download complete 6c44a2ff139a: Verifying Checksum 6c44a2ff139a: Download complete cd3978b92ac3: Verifying Checksum cd3978b92ac3: Download complete 536dada2d351: Verifying Checksum 536dada2d351: Download complete 67fc0ef3a1ba: Download complete e2db682e1091: Pull complete 35ce4f3a1d8f: Pull complete 0c758f381927: Pull complete b864cbae0a9c: Download complete 331d2e83f975: Pull complete 587b7a9d2fa5: Pull complete 6f5d85344b5e: Pull complete 0bf270c8c680: Pull complete b8a710b2793e: Pull complete 102e4eb337f9: Pull complete 8074f360636b: Pull complete e2e6e0c8e26d: Pull complete 523ea61dbc78: Pull complete fdc7142430a4: Pull complete bd9c320da6c3: Pull complete 84da89250dcb: Pull complete 14965138aadf: Pull complete 423340f710ae: Pull complete a8ded4eff573: Pull complete 4f4fb700ef54: Pull complete b0088e840ba0: Pull complete 8af4a5e4bfe7: Pull complete 47714dafabe1: Pull complete 7d178f126a38: Pull complete 1e25091b9328: Pull complete e7334ffd00ee: Pull complete b0d0fb29e996: Pull complete b514f69d4736: Pull complete cc65440c3c3b: Pull complete 92a35f6a24ed: Pull complete 9913b5eb2db3: Pull complete 164a98ef7bc0: Pull complete 6b234c7a28b8: Verifying Checksum 6b234c7a28b8: Download complete ebe09a1e10fd: Pull complete cd30e6adea74: Pull complete b864cbae0a9c: Pull complete ba3fe2c0fbfd: Pull complete 889dd894e69f: Pull complete 29224cb56fda: Pull complete 6c44a2ff139a: Pull complete 6b234c7a28b8: Pull complete cd3978b92ac3: Pull complete 536dada2d351: Pull complete 67fc0ef3a1ba: Pull complete Digest: sha256:c17b94646c202b954d55cd66538268d1f3cdacf1f508bb06165d32089a6d2a06 Status: Downloaded newer image for ocaml/opam@sha256:c17b94646c202b954d55cd66538268d1f3cdacf1f508bb06165d32089a6d2a06 2026-04-29 01:48.03 ---> using "a2138dc0ef62f001e023e4416ed486d1206cfe1a8119b44d0145c01c1c705900" from cache /: (comment fedora-42-4.14_opam-2.5) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (network host) (shell "sudo dnf install -y findutils")) Updating and loading repositories: Fedora 42 - x86_64 - Updates 100% | 104.7 KiB/s | 15.5 KiB | 00m00s Repositories loaded. Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed. Nothing to do. 2026-04-29 01:48.03 ---> using "58803695cc6abc3d549c4df51963f984b5dc2f86724a3b4c1a28f3f1782c5a76" from cache /src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) 2026-04-29 01:48.03 ---> using "ced88770838d03c64fb8e716497a3ccad63e4841e26fed6a10facd47fb2a012b" from cache /src: (run (shell "opam init --reinit -ni")) Configuring from /home/opam/.opamrc and then from built-in defaults. Checking for available remotes: rsync and local, git. - you won't be able to use mercurial repositories unless you install the hg command on your system. - you won't be able to use darcs repositories unless you install the darcs command on your system. This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted. You may want to back it up before going further. Continue? [Y/n] y [NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using: opam option jobs=71 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [ERROR] Could not update repository "ocaml-patches-overlay": "/usr/sbin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocurrent/opam-repository/': Could not resolve host: github.com" [default] Initialised 2026-04-29 01:48.03 ---> using "6e9a9535e319472b2a29a3d4d48cb6a6b3073ad99d1208d8351c4cf8850bdca8" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-107-generic The OCaml toplevel, version 4.14.3 2.5.1 2026-04-29 01:48.03 ---> using "0700f36ed8d4644f121891f73c39da1608a342d69989cbde0acdecf4bda422d7" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-04-29 01:48.03 ---> using "bf3690f6247c9aaf56d24d330855d609682cc634cb3f28d0fd9a7765d012f469" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd || git fetch origin master) && git reset -q --hard dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 045748b2d8..dd592986d4 master -> origin/master dd592986d4 Merge pull request #29752 from raphael-proust/opam-publish-lwt.6.1.2 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches [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.5.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-04-29 01:48.03 ---> using "42bdb90cce102a475e3ed8fafd9bf9f5350d20c026525c566ade70461c4a78b5" from cache /src: (copy (src opam-publish.opam) (dst ./)) 2026-04-29 01:48.03 ---> using "2f185b9bb2fc33c4e47170feb03d50bd029798a947ced45870bdf5c922426129" from cache /src: (run (network host) (shell "opam pin add -yn opam-publish.dev './'")) [opam-publish.dev] synchronised (file:///src) opam-publish is now pinned to file:///src (version dev) 2026-04-29 01:48.03 ---> using "a3cee1eb7af102c3d0e555025f3cddcf3213aadbec5bf5d104c0e59fdc82db68" from cache /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-04-29 01:48.03 ---> using "a68ef674042d68a9a6cf79a31e226ffb69b9777d1e9977955373f028228da56f" from cache /src: (env DEPS "angstrom.0.16.1 asn1-combinators.0.3.2 astring.0.8.5 atd.4.2.0 atdgen.4.2.0 atdgen-runtime.4.2.0 base.v0.16.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 biniou.1.2.2 bos.0.3.0 ca-certs.1.0.1 camlp-streams.5.0.1 cmdliner.2.1.1 cohttp.6.2.1 cohttp-lwt.6.2.1 cohttp-lwt-unix.6.2.1 conduit.8.0.0 conduit-lwt.8.0.0 conduit-lwt-unix.8.0.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 digestif.1.3.0 domain-name.0.5.0 dune.3.22.2 dune-configurator.3.22.2 duration.0.3.1 easy-format.1.3.4 eqaf.0.10 fmt.0.11.0 fpath.0.7.3 github.4.5.1 github-data.4.5.1 gmap.0.3.0 http.6.2.1 ipaddr.5.6.2 ipaddr-sexp.5.6.2 jsonm.1.0.2 kdf.1.0.0 logs.0.10.0 lwt.6.1.2 macaddr.5.6.2 magic-mime.1.3.1 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 mirage-crypto.2.1.0 mirage-crypto-ec.2.1.0 mirage-crypto-pk.2.1.0 mirage-crypto-rng.2.1.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 ocplib-endian.1.2 ohex.0.2.0 opam-core.2.5.1 opam-file-format.2.2.0 opam-format.2.5.1 opam-repository.2.5.1 opam-state.2.5.1 patch.3.1.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 ptime.1.2.0 re.1.14.0 rresult.0.7.0 sexplib0.v0.16.0 sha.1.15.4 spdx_licenses.1.4.0 stdlib-shims.0.3.0 stringext.1.6.0 swhid_core.0.1 tls.2.0.4 tls-lwt.2.0.4 topkg.1.1.1 uri.4.4.0 uri-sexp.4.4.0 uutf.1.0.4 x509.1.0.6 yojson.3.0.0 zarith.1.14") /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 opam-publish.dev $DEPS")) + /usr/sbin/sudo "yum" "makecache" - Updating and loading repositories: - Fedora 42 - x86_64 - Updates 100% | 10.9 KiB/s | 11.4 KiB | 00m01s - Repositories loaded. - Metadata cache created. <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [opam-publish.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.3). [NOTE] Package ocaml is already installed (current version is 4.14.3). [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: gmp-devel <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/sbin/sudo "yum" "install" "-y" "gmp-devel" - Updating and loading repositories: - Repositories loaded. - Package Arch Version Repository Size - Installing: - gmp-devel x86_64 1:6.3.0-4.fc42 fedora 352.3 KiB - Installing dependencies: - gmp-c++ x86_64 1:6.3.0-4.fc42 fedora 27.6 KiB - - Transaction Summary: - Installing: 2 packages - - Total size of inbound packages is 193 KiB. Need to download 193 KiB. - After this operation, 380 KiB extra will be used (install 380 KiB, remove 0 B). - [1/2] gmp-c++-1:6.3.0-4.fc42.x86_64 100% | 402.0 KiB/s | 18.5 KiB | 00m00s - [2/2] gmp-devel-1:6.3.0-4.fc42.x86_64 100% | 3.5 MiB/s | 174.4 KiB | 00m00s - -------------------------------------------------------------------------------- - [2/2] Total 100% | 807.1 KiB/s | 192.9 KiB | 00m00s - Running transaction - [1/4] Verify package files 100% | 2.0 KiB/s | 2.0 B | 00m00s - [2/4] Prepare transaction 100% | 52.0 B/s | 2.0 B | 00m00s - [3/4] Installing gmp-c++-1:6.3.0-4.fc42 100% | 27.8 MiB/s | 28.5 KiB | 00m00s - [4/4] Installing gmp-devel-1:6.3.0-4.fc 100% | 7.9 MiB/s | 354.1 KiB | 00m00s - Complete! + /usr/sbin/rpm "-q" "--whatprovides" "gmp-devel" - gmp-devel-6.3.0-4.fc42.x86_64 # To update the current shell environment, run: eval $(opam env) 2026-04-29 01:48.03 ---> using "41db1e3b9225ded78aef61aea92ebb83f22d8217284bdf30f77e814a49ce7937" from cache /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.3). [NOTE] Package ocaml is already installed (current version is 4.14.3). [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 90 packages - install angstrom 0.16.1 - install asn1-combinators 0.3.2 - install astring 0.8.5 - install atd 4.2.0 - install atdgen 4.2.0 - install atdgen-runtime 4.2.0 - install base v0.16.5 - install base-bytes base - install base64 3.5.2 - install bigstringaf 0.10.0 - install biniou 1.2.2 - install bos 0.3.0 - install ca-certs 1.0.1 - install camlp-streams 5.0.1 - install cmdliner 2.1.1 - install cohttp 6.2.1 - install cohttp-lwt 6.2.1 - install cohttp-lwt-unix 6.2.1 - install conduit 8.0.0 - install conduit-lwt 8.0.0 - install conduit-lwt-unix 8.0.0 - install conf-gmp 5 - install conf-gmp-powm-sec 4 - install conf-pkg-config 4 - install cppo 1.8.0 - install csexp 1.5.2 - install digestif 1.3.0 - install domain-name 0.5.0 - install dune 3.22.2 - install dune-configurator 3.22.2 - install duration 0.3.1 - install easy-format 1.3.4 - install eqaf 0.10 - install fmt 0.11.0 - install fpath 0.7.3 - install github 4.5.1 - install github-data 4.5.1 - install gmap 0.3.0 - install http 6.2.1 - install ipaddr 5.6.2 - install ipaddr-sexp 5.6.2 - install jsonm 1.0.2 - install kdf 1.0.0 - install logs 0.10.0 - install lwt 6.1.2 - install macaddr 5.6.2 - install magic-mime 1.3.1 - install menhir 20260209 - install menhirCST 20260209 - install menhirGLR 20260209 - install menhirLib 20260209 - install menhirSdk 20260209 - install mirage-crypto 2.1.0 - install mirage-crypto-ec 2.1.0 - install mirage-crypto-pk 2.1.0 - install mirage-crypto-rng 2.1.0 - install ocaml-compiler-libs v0.12.4 - install ocaml-syntax-shims 1.0.0 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ocamlgraph 2.2.0 - install ocplib-endian 1.2 - install ohex 0.2.0 - install opam-core 2.5.1 - install opam-file-format 2.2.0 - install opam-format 2.5.1 - install opam-repository 2.5.1 - install opam-state 2.5.1 - install patch 3.1.0 - install ppx_derivers 1.2.1 - install ppx_sexp_conv v0.16.0 - install ppxlib 0.35.0 - install ptime 1.2.0 - install re 1.14.0 - install rresult 0.7.0 - install sexplib0 v0.16.0 - install sha 1.15.4 - install spdx_licenses 1.4.0 - install stdlib-shims 0.3.0 - install stringext 1.6.0 - install swhid_core 0.1 - install tls 2.0.4 - install tls-lwt 2.0.4 - install topkg 1.1.1 - install uri 4.4.0 - install uri-sexp 4.4.0 - install uutf 1.0.4 - install x509 1.0.6 - install yojson 3.0.0 - install zarith 1.14 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved angstrom.0.16.1 (cached) -> retrieved asn1-combinators.0.3.2 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved base64.3.5.2 (cached) -> retrieved bigstringaf.0.10.0 (cached) -> retrieved base.v0.16.5 (cached) -> retrieved biniou.1.2.2 (cached) -> retrieved bos.0.3.0 (cached) -> retrieved ca-certs.1.0.1 (cached) -> retrieved camlp-streams.5.0.1 (cached) -> retrieved cmdliner.2.1.1 (cached) -> retrieved cohttp.6.2.1, cohttp-lwt.6.2.1, cohttp-lwt-unix.6.2.1, http.6.2.1 (cached) -> retrieved conf-gmp.5 (cached) -> retrieved conf-gmp-powm-sec.4 (cached) -> retrieved atd.4.2.0, atdgen.4.2.0, atdgen-runtime.4.2.0 (cached) -> retrieved conduit.8.0.0, conduit-lwt.8.0.0, conduit-lwt-unix.8.0.0 (cached) -> retrieved cppo.1.8.0 (cached) -> installed conf-gmp.5 -> installed conf-pkg-config.4 -> retrieved csexp.1.5.2 (cached) -> retrieved domain-name.0.5.0 (cached) -> installed conf-gmp-powm-sec.4 -> retrieved duration.0.3.1 (cached) -> retrieved easy-format.1.3.4 (cached) -> retrieved eqaf.0.10 (cached) -> retrieved fmt.0.11.0 (cached) -> retrieved fpath.0.7.3 (cached) -> retrieved github.4.5.1, github-data.4.5.1 (cached) -> retrieved gmap.0.3.0 (cached) -> retrieved ipaddr.5.6.2, ipaddr-sexp.5.6.2, macaddr.5.6.2 (cached) -> retrieved jsonm.1.0.2 (cached) -> retrieved kdf.1.0.0 (cached) -> retrieved logs.0.10.0 (cached) -> retrieved lwt.6.1.2 (cached) -> retrieved digestif.1.3.0 (cached) -> retrieved magic-mime.1.3.1 (cached) -> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached) -> retrieved dune.3.22.2, dune-configurator.3.22.2 (cached) -> retrieved mirage-crypto.2.1.0, mirage-crypto-ec.2.1.0, mirage-crypto-pk.2.1.0, mirage-crypto-rng.2.1.0 (cached) -> retrieved ocaml-compiler-libs.v0.12.4 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocamlgraph.2.2.0 (cached) -> installed cmdliner.2.1.1 -> retrieved ocplib-endian.1.2 (cached) -> retrieved ohex.0.2.0 (cached) -> retrieved opam-core.2.5.1, opam-format.2.5.1, opam-repository.2.5.1, opam-state.2.5.1 (cached) -> retrieved opam-file-format.2.2.0 (cached) -> retrieved patch.3.1.0 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved ppx_sexp_conv.v0.16.0 (cached) -> retrieved ptime.1.2.0 (cached) -> retrieved re.1.14.0 (cached) -> retrieved rresult.0.7.0 (cached) -> retrieved sexplib0.v0.16.0 (cached) -> retrieved sha.1.15.4 (cached) -> retrieved spdx_licenses.1.4.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved stringext.1.6.0 (cached) -> retrieved swhid_core.0.1 (cached) -> retrieved ppxlib.0.35.0 (cached) -> retrieved tls.2.0.4, tls-lwt.2.0.4 (cached) -> retrieved topkg.1.1.1 (cached) -> retrieved uri.4.4.0, uri-sexp.4.4.0 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved x509.1.0.6 (cached) -> retrieved yojson.3.0.0 (cached) -> retrieved zarith.1.14 (cached) -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed ocamlbuild.0.16.1 -> installed zarith.1.14 -> installed topkg.1.1.1 -> installed rresult.0.7.0 -> installed uutf.1.0.4 -> installed fmt.0.11.0 -> installed ptime.1.2.0 -> installed astring.0.8.5 -> installed jsonm.1.0.2 -> installed fpath.0.7.3 -> installed dune.3.22.2 -> installed asn1-combinators.0.3.2 -> installed base64.3.5.2 -> installed camlp-streams.5.0.1 -> installed csexp.1.5.2 -> installed cppo.1.8.0 -> installed domain-name.0.5.0 -> installed duration.0.3.1 -> installed easy-format.1.3.4 -> installed eqaf.0.10 -> installed gmap.0.3.0 -> installed http.6.2.1 -> installed macaddr.5.6.2 -> installed magic-mime.1.3.1 -> installed menhirCST.20260209 -> installed menhirGLR.20260209 -> installed menhirLib.20260209 -> installed menhirSdk.20260209 -> installed ocaml-compiler-libs.v0.12.4 -> installed ocaml-syntax-shims.1.0.0 -> installed ocamlgraph.2.2.0 -> installed ohex.0.2.0 -> installed patch.3.1.0 -> installed ppx_derivers.1.2.1 -> installed re.1.14.0 -> installed sexplib0.v0.16.0 -> installed spdx_licenses.1.4.0 -> installed stdlib-shims.0.3.0 -> installed stringext.1.6.0 -> installed swhid_core.0.1 -> installed yojson.3.0.0 -> installed dune-configurator.3.22.2 -> installed ocplib-endian.1.2 -> installed biniou.1.2.2 -> installed digestif.1.3.0 -> installed ipaddr.5.6.2 -> installed bigstringaf.0.10.0 -> installed sha.1.15.4 -> installed atdgen-runtime.4.2.0 -> installed angstrom.0.16.1 -> installed mirage-crypto.2.1.0 -> installed kdf.1.0.0 -> installed uri.4.4.0 -> installed lwt.6.1.2 -> installed logs.0.10.0 -> installed base.v0.16.5 -> installed menhir.20260209 -> installed mirage-crypto-rng.2.1.0 -> installed opam-core.2.5.1 -> installed mirage-crypto-pk.2.1.0 -> installed opam-file-format.2.2.0 -> installed atd.4.2.0 -> installed bos.0.3.0 -> installed atdgen.4.2.0 -> installed mirage-crypto-ec.2.1.0 -> installed x509.1.0.6 -> installed opam-format.2.5.1 -> installed ca-certs.1.0.1 -> installed ppxlib.0.35.0 -> installed tls.2.0.4 -> installed tls-lwt.2.0.4 -> installed github-data.4.5.1 -> installed opam-repository.2.5.1 -> installed ppx_sexp_conv.v0.16.0 -> installed ipaddr-sexp.5.6.2 -> installed uri-sexp.4.4.0 -> installed conduit.8.0.0 -> installed cohttp.6.2.1 -> installed conduit-lwt.8.0.0 -> installed opam-state.2.5.1 -> installed cohttp-lwt.6.2.1 -> installed conduit-lwt-unix.8.0.0 -> installed github.4.5.1 -> installed cohttp-lwt-unix.6.2.1 Done. # To update the current shell environment, run: eval $(opam env) 2026-04-29 01:48.10 ---> saved as "05a2035f3f55a8c2cc264976da8d87a74ef4f3997bde882323360e456bed221f" /src: (copy (src .) (dst /src)) 2026-04-29 01:48.12 ---> saved as "ee5c7b740db09c641e0a8e5a772f38a4ffe499b54260bfed737886928904d1ee" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2026-04-29 01:48.15 ---> saved as "b260fcc05d47fcb16b9cf5e22726cca4fbeac1ada4ea9457726e8722ecdb44d9" Job succeeded 2026-04-29 01:48.15: Job succeeded