2026-04-26 14:01.05: New job: test ocaml-opam/opam-publish https://github.com/ocaml-opam/opam-publish.git#refs/heads/master (e20712852b373923473492ef9b3336d71862bb2b) (linux-riscv64:debian-13-4.14_riscv64_opam-2.5)Base: ocaml/opam:debian-13-ocaml-4.14@sha256:d7fe9fbd5efb942835d028d983468fb3b9383f7d834d07568b2b0d9cf04edbb3Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-opam/opam-publish.git" -b "master" && cd "opam-publish" && git reset --hard e2071285cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.14@sha256:d7fe9fbd5efb942835d028d983468fb3b9383f7d834d07568b2b0d9cf04edbb3# debian-13-4.14_riscv64_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /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 e9505134f9febca871af14d1fc90493e330efecd || git fetch origin master) && git reset -q --hard e9505134f9febca871af14d1fc90493e330efecd && git log --no-decorate -n1 --oneline && opam update -uCOPY --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.1 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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-04-26 14:01.05: Using cache hint "ocaml-opam/opam-publish-ocaml/opam:debian-13-ocaml-4.14@sha256:d7fe9fbd5efb942835d028d983468fb3b9383f7d834d07568b2b0d9cf04edbb3-debian-13-4.14_riscv64_opam-2.5-1bddb0c34f28b8236e4ea56a53dda689"2026-04-26 14:01.05: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.14@sha256:d7fe9fbd5efb942835d028d983468fb3b9383f7d834d07568b2b0d9cf04edbb3)(comment debian-13-4.14_riscv64_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 e9505134f9febca871af14d1fc90493e330efecd || git fetch origin master) && git reset -q --hard e9505134f9febca871af14d1fc90493e330efecd && 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.1 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-26 14:01.05: Waiting for resource in pool OCluster2026-04-26 14:01.06: Waiting for worker…2026-04-26 20:58.53: Got resource from pool OClusterBuilding on riscv-bm-03.sw.ci.devAll commits already cachedHEAD is now at e207128 Release 3.0.0(from ocaml/opam:debian-13-ocaml-4.14@sha256:d7fe9fbd5efb942835d028d983468fb3b9383f7d834d07568b2b0d9cf04edbb3)Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:d7fe9fbd5efb942835d028d983468fb3b9383f7d834d07568b2b0d9cf04edbb3' locallydocker.io/ocaml/opam@sha256:d7fe9fbd5efb942835d028d983468fb3b9383f7d834d07568b2b0d9cf04edbb3: Pulling from ocaml/opam90acba8ac92a: Pulling fs layer184cfffdd5e6: Pulling fs layer823722913605: Pulling fs layer2547adb1d1b9: Pulling fs layer4c1012bce7e1: Pulling fs layer105261a0b10f: Pulling fs layer0484bb32e99f: Pulling fs layerc483d1debcee: Pulling fs layerf3638f97eb21: Pulling fs layer321b0392d185: Pulling fs layer8ca63c537083: Pulling fs layerec39b196e22a: Pulling fs layer04456084a79f: Pulling fs layerfe4067d523b3: Pulling fs layer087a28bc4a79: Pulling fs layerb572d3abe42c: Pulling fs layerfaec2d8fd0ab: Pulling fs layer2be35e90911a: Pulling fs layer2eb8f32b51e3: Pulling fs layerf29e22106b55: Pulling fs layere4658c1a612a: Pulling fs layera74123e8e36c: Pulling fs layer4f4fb700ef54: Pulling fs layer0c04dba63911: Pulling fs layerc483d1debcee: Waiting04456084a79f: Waitingfe4067d523b3: Waiting087a28bc4a79: Waitingb572d3abe42c: Waitingfaec2d8fd0ab: Waiting2be35e90911a: Waitingf3638f97eb21: Waiting321b0392d185: Waiting2eb8f32b51e3: Waitingf29e22106b55: Waitinge4658c1a612a: Waitinga74123e8e36c: Waitingd2670e276cf5: Pulling fs layer4c1012bce7e1: Waiting105261a0b10f: Waiting0484bb32e99f: Waiting8ca63c537083: Waitinga94bfe4a4be0: Pulling fs layer4f4fb700ef54: Waiting0c04dba63911: Waiting2547adb1d1b9: Waitingd2670e276cf5: Waitingec39b196e22a: Waiting1f936732804b: Pulling fs layera94bfe4a4be0: Waitingb8654556ebd2: Pulling fs layer1f936732804b: Waiting8f3f1d10d773: Pulling fs layerb8654556ebd2: Waiting8f3f1d10d773: Waiting49cd111ea0bb: Pulling fs layer2f1f2356aa42: Pulling fs layer49cd111ea0bb: Waitingbb3ed2488ef7: Pulling fs layerc57f68d16348: Pulling fs layer2f1f2356aa42: Waiting03f07f6b72d6: Pulling fs layerbb3ed2488ef7: Waiting97746d4f4ffe: Pulling fs layerc57f68d16348: Waiting03f07f6b72d6: Waiting97746d4f4ffe: Waitingdf9b2a36a63f: Pulling fs layerfbf794574c4b: Pulling fs layerdf9b2a36a63f: Waitingfbf794574c4b: Waiting82f73a571b6f: Pulling fs layer82f73a571b6f: Waiting5caeb939246f: Pulling fs layer5caeb939246f: Waiting1cbe21859791: Pulling fs layer1cbe21859791: Waiting52f3bd1b015d: Pulling fs layer52f3bd1b015d: Waitingfd94b09ba070: Pulling fs layerfd94b09ba070: Waiting70de5b45cbc1: Pulling fs layera0d3ffe120c4: Pulling fs layer792a7dc5acb7: Pulling fs layera0d3ffe120c4: Waiting792a7dc5acb7: Waiting70de5b45cbc1: Waiting184cfffdd5e6: Verifying Checksum184cfffdd5e6: Download complete823722913605: Download complete4c1012bce7e1: Verifying Checksum4c1012bce7e1: Download complete2547adb1d1b9: Verifying Checksum2547adb1d1b9: Download complete0484bb32e99f: Download completec483d1debcee: Verifying Checksumc483d1debcee: Download complete90acba8ac92a: Verifying Checksum90acba8ac92a: Download completef3638f97eb21: Verifying Checksumf3638f97eb21: Download complete321b0392d185: Verifying Checksum321b0392d185: Download complete8ca63c537083: Verifying Checksum8ca63c537083: Download completeec39b196e22a: Download completefe4067d523b3: Verifying Checksumfe4067d523b3: Download complete087a28bc4a79: Verifying Checksum087a28bc4a79: Download completeb572d3abe42c: Verifying Checksumb572d3abe42c: Download completefaec2d8fd0ab: Verifying Checksumfaec2d8fd0ab: Download complete04456084a79f: Verifying Checksum04456084a79f: Download complete2eb8f32b51e3: Verifying Checksum2eb8f32b51e3: Download complete2be35e90911a: Verifying Checksum2be35e90911a: Download completef29e22106b55: Verifying Checksumf29e22106b55: Download completee4658c1a612a: Verifying Checksume4658c1a612a: Download completea74123e8e36c: Verifying Checksuma74123e8e36c: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete0c04dba63911: Verifying Checksum0c04dba63911: Download completea94bfe4a4be0: Verifying Checksuma94bfe4a4be0: Download completed2670e276cf5: Verifying Checksumd2670e276cf5: Download complete1f936732804b: Verifying Checksum1f936732804b: Download completeb8654556ebd2: Verifying Checksumb8654556ebd2: Download complete49cd111ea0bb: Verifying Checksum49cd111ea0bb: Download complete8f3f1d10d773: Verifying Checksum8f3f1d10d773: Download complete2f1f2356aa42: Download completebb3ed2488ef7: Verifying Checksumbb3ed2488ef7: Download completec57f68d16348: Verifying Checksumc57f68d16348: Download complete03f07f6b72d6: Verifying Checksum03f07f6b72d6: Download complete90acba8ac92a: Pull complete97746d4f4ffe: Verifying Checksum184cfffdd5e6: Pull complete823722913605: Pull complete2547adb1d1b9: Pull complete4c1012bce7e1: Pull complete105261a0b10f: Verifying Checksum105261a0b10f: Download completefbf794574c4b: Verifying Checksumfbf794574c4b: Download complete5caeb939246f: Verifying Checksum5caeb939246f: Download complete1cbe21859791: Download complete52f3bd1b015d: Verifying Checksum52f3bd1b015d: Download complete82f73a571b6f: Verifying Checksum82f73a571b6f: Download complete70de5b45cbc1: Verifying Checksum70de5b45cbc1: Download completea0d3ffe120c4: Verifying Checksuma0d3ffe120c4: Download complete792a7dc5acb7: Verifying Checksum792a7dc5acb7: Download completefd94b09ba070: Verifying Checksumfd94b09ba070: Download completedf9b2a36a63f: Verifying Checksumdf9b2a36a63f: Download complete105261a0b10f: Pull complete0484bb32e99f: Pull completec483d1debcee: Pull completef3638f97eb21: Pull complete321b0392d185: Pull complete8ca63c537083: Pull completeec39b196e22a: Pull complete04456084a79f: Pull completefe4067d523b3: Pull complete087a28bc4a79: Pull completeb572d3abe42c: Pull completefaec2d8fd0ab: Pull complete2be35e90911a: Pull complete2eb8f32b51e3: Pull completef29e22106b55: Pull completee4658c1a612a: Pull completea74123e8e36c: Pull complete4f4fb700ef54: Pull complete0c04dba63911: Pull completed2670e276cf5: Pull completea94bfe4a4be0: Pull complete1f936732804b: Pull completeb8654556ebd2: Pull complete8f3f1d10d773: Pull complete49cd111ea0bb: Pull complete2f1f2356aa42: Pull completebb3ed2488ef7: Pull completec57f68d16348: Pull complete03f07f6b72d6: Pull complete97746d4f4ffe: Pull completedf9b2a36a63f: Pull completefbf794574c4b: Pull complete82f73a571b6f: Pull complete5caeb939246f: Pull complete1cbe21859791: Pull complete52f3bd1b015d: Pull completefd94b09ba070: Pull complete70de5b45cbc1: Pull completea0d3ffe120c4: Pull complete792a7dc5acb7: Pull completeDigest: sha256:d7fe9fbd5efb942835d028d983468fb3b9383f7d834d07568b2b0d9cf04edbb3Status: Downloaded newer image for ocaml/opam@sha256:d7fe9fbd5efb942835d028d983468fb3b9383f7d834d07568b2b0d9cf04edbb32026-04-26 20:58.54 ---> using "818dcbe60577b3f8135379a0b78849553ddc60853b473ecc0447037df6a1d1c7" from cache/: (comment debian-13-4.14_riscv64_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-04-26 20:58.54 ---> using "0b2a44ee26dbc8ea90976973bc7c087823bb5d8d7f871c6b4dabef7f143cc48e" from cache/src: (run (shell "opam init --reinit -ni"))Configuring from /home/opam/.opamrc and then from built-in defaults.Checking for available remotes: rsync and local, git.- you won't be able to use mercurial repositories unless you install the hg command on your system.- you won't be able to use darcs repositories unless you install the darcs command on your system.This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.You may want to back it up before going further.Continue? [Y/n] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-04-26 20:58.54 ---> using "1d238aa5ccc24aa6860ca4a95093a963c6d9628ec9eaa3bc7a27f5f9e7754c96" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.10.113-scw1The OCaml toplevel, version 4.14.32.5.02026-04-26 20:58.54 ---> using "192c16ae30fa6025b155dc11a972d0d230cbe7fb3c1cc38dd96decd8d428cbef" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-26 20:58.54 ---> using "2f9a64187c25d60634b8fb824fddde90ba62caea440578fd84fe8fbc85ee0d40" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e e9505134f9febca871af14d1fc90493e330efecd || git fetch origin master) && git reset -q --hard e9505134f9febca871af14d1fc90493e330efecd && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD58be49813c..740705498b master -> origin/mastere9505134f9 Merge pull request #29802 from mjambon/release-atd-4.2.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositorydefault (at git+file:///home/opam/opam-repository):[WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)default (at git+file:///home/opam/opam-repository):[INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html)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-26 20:58.54 ---> using "38801da3b063a9a67df32e1ad3a98497591f598f25ed4c98b6778b097f36702a" from cache/src: (copy (src opam-publish.opam) (dst ./))2026-04-26 20:58.54 ---> saved as "2eb7808de022e323d2aac1360654b79a7c682b2554094d78235b6ebdf06799e4"/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-26 20:59.02 ---> saved as "b7d8fc831a0e72d77d410945c99c7fb8b847e31a5b266a47874fa4b347b7c803"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-26 20:59.02 ---> saved as "769246a0309aa5e7bafb0e4b148f2c39e67435acad3fb58b88509002a5015765"/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.1 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/bin/sudo "apt-get" "update"- Hit:1 http://deb.debian.org/debian trixie InRelease- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]- Get:4 http://deb.debian.org/debian-security trixie-security/main riscv64 Packages [121 kB]- Fetched 211 kB in 0s (439 kB/s)- Reading package lists...-<><> 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:libgmp-dev pkg-config<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev" "pkg-config"- Selecting previously unselected package libgmpxx4ldbl:riscv64.- (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 ... 20701 files and directories currently installed.)- Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.3.0+dfsg-3_riscv64.deb ...- Unpacking libgmpxx4ldbl:riscv64 (2:6.3.0+dfsg-3) ...- Selecting previously unselected package libgmp-dev:riscv64.- Preparing to unpack .../1-libgmp-dev_2%3a6.3.0+dfsg-3_riscv64.deb ...- Unpacking libgmp-dev:riscv64 (2:6.3.0+dfsg-3) ...- Selecting previously unselected package libpkgconf3:riscv64.- Preparing to unpack .../2-libpkgconf3_1.8.1-4_riscv64.deb ...- Unpacking libpkgconf3:riscv64 (1.8.1-4) ...- Selecting previously unselected package pkgconf-bin.- Preparing to unpack .../3-pkgconf-bin_1.8.1-4_riscv64.deb ...- Unpacking pkgconf-bin (1.8.1-4) ...- Selecting previously unselected package pkgconf:riscv64.- Preparing to unpack .../4-pkgconf_1.8.1-4_riscv64.deb ...- Unpacking pkgconf:riscv64 (1.8.1-4) ...- Selecting previously unselected package pkg-config:riscv64.- Preparing to unpack .../5-pkg-config_1.8.1-4_riscv64.deb ...- Unpacking pkg-config:riscv64 (1.8.1-4) ...- Setting up libpkgconf3:riscv64 (1.8.1-4) ...- Setting up libgmpxx4ldbl:riscv64 (2:6.3.0+dfsg-3) ...- Setting up pkgconf-bin (1.8.1-4) ...- Setting up libgmp-dev:riscv64 (2:6.3.0+dfsg-3) ...- Setting up pkgconf:riscv64 (1.8.1-4) ...- Setting up pkg-config:riscv64 (1.8.1-4) ...- Processing triggers for libc-bin (2.41-12+deb13u2) ...# To update the current shell environment, run: eval $(opam env)2026-04-26 21:00.07 ---> saved as "12931d57470f20f3fc9dbf94986b15ab4db928a1e2919ca1babab0c4967b5986"/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.1- 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 digestif.1.3.0 (cached)-> retrieved lwt.6.1.1 (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-file-format.2.2.0 (cached)-> retrieved patch.3.1.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 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 ppxlib.0.35.0 (cached)-> retrieved swhid_core.0.1 (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 zarith.1.14 (cached)-> retrieved yojson.3.0.0 (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 fmt.0.11.0-> installed astring.0.8.5-> installed rresult.0.7.0-> installed fpath.0.7.3-> installed ptime.1.2.0-> installed uutf.1.0.4-> installed jsonm.1.0.2-> installed dune.3.22.2-> installed base64.3.5.2-> installed camlp-streams.5.0.1-> installed csexp.1.5.2-> installed asn1-combinators.0.3.2-> installed cppo.1.8.0-> installed domain-name.0.5.0-> installed duration.0.3.1-> installed easy-format.1.3.4-> installed gmap.0.3.0-> installed eqaf.0.10-> installed biniou.1.2.2-> installed http.6.2.1-> installed dune-configurator.3.22.2-> installed macaddr.5.6.2-> installed bigstringaf.0.10.0-> installed magic-mime.1.3.1-> installed ipaddr.5.6.2-> installed menhirCST.20260209-> installed menhirGLR.20260209-> installed digestif.1.3.0-> installed menhirLib.20260209-> installed menhirSdk.20260209-> installed ocaml-compiler-libs.v0.12.4-> installed ocaml-syntax-shims.1.0.0-> installed mirage-crypto.2.1.0-> installed angstrom.0.16.1-> installed kdf.1.0.0-> installed ocplib-endian.1.2-> installed ohex.0.2.0-> installed ocamlgraph.2.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 lwt.6.1.1-> installed stdlib-shims.0.3.0-> installed logs.0.10.0-> installed menhir.20260209-> installed bos.0.3.0-> installed mirage-crypto-rng.2.1.0-> installed opam-file-format.2.2.0-> installed base.v0.16.5-> installed mirage-crypto-pk.2.1.0-> installed sha.1.15.4-> installed stringext.1.6.0-> installed swhid_core.0.1-> installed uri.4.4.0-> installed mirage-crypto-ec.2.1.0-> installed yojson.3.0.0-> installed x509.1.0.6-> installed opam-core.2.5.1-> installed atdgen-runtime.4.2.0-> installed ca-certs.1.0.1-> installed atd.4.2.0-> installed tls.2.0.4-> installed atdgen.4.2.0-> installed opam-format.2.5.1-> installed tls-lwt.2.0.4-> installed ppxlib.0.35.0-> installed opam-repository.2.5.1-> installed ppx_sexp_conv.v0.16.0-> installed ipaddr-sexp.5.6.2-> installed opam-state.2.5.1-> installed uri-sexp.4.4.0-> installed conduit.8.0.0-> installed github-data.4.5.1-> installed cohttp.6.2.1-> installed conduit-lwt.8.0.0-> installed conduit-lwt-unix.8.0.0-> installed cohttp-lwt.6.2.1-> installed github.4.5.1-> installed cohttp-lwt-unix.6.2.1Done.# To update the current shell environment, run: eval $(opam env)2026-04-26 21:14.21 ---> saved as "d5a4d7cc63fec76537c4d9e7848d34307aa27bddcaab55169ffbb404a737097a"/src: (copy (src .) (dst /src))2026-04-26 21:14.22 ---> saved as "27b7b44f74f189bf42c7520e50bc5f99951f20a3236fa94b330a302198ac6674"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2026-04-26 21:14.49 ---> saved as "b0acd6012d649d10683af0e074c20ea9692fdaf2f0d2da35eb183476c1a35cd9"Job succeeded2026-04-26 21:14.49: Job succeeded