2026-04-18 20:58.07: New job: test ocurrent/obuilder https://github.com/ocurrent/obuilder.git#refs/heads/master (a4329f09abdf762b019b83c9218c1d8dd1d6a093) (linux-riscv64:debian-13-5.4_riscv64_opam-2.5)Base: ocaml/opam:debian-13-ocaml-5.4@sha256:f4c82456e10adf78c4bf1849b05a8072cede5c2008b962470255ffcd8dbe88d2Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocurrent/obuilder.git" -b "master" && cd "obuilder" && git reset --hard a4329f09cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-5.4@sha256:f4c82456e10adf78c4bf1849b05a8072cede5c2008b962470255ffcd8dbe88d2# debian-13-5.4_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 a8ee7279413c53a7b29c76b0c216b2680bb8b6e6 || git fetch origin master) && git reset -q --hard a8ee7279413c53a7b29c76b0c216b2680bb8b6e6 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 obuilder.opam obuilder-spec.opam ./RUN opam pin add -yn obuilder.dev './' && \opam pin add -yn obuilder-spec.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="alcotest.1.9.1 alcotest-lwt.1.9.1 astring.0.8.5 base.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 checkseum.0.5.2 cmdliner.2.1.0 conf-pkg-config.4 conf-sqlite3.1 cppo.1.8.0 crunch.4.0.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 dune.3.22.2 dune-compiledb.0.6.0 dune-configurator.3.22.2 extunix.0.4.4 ezjsonm.1.3.0 fmt.0.11.0 fpath.0.7.3 hex.1.5.0 jsonm.1.0.2 logs.0.10.0 lwt.6.1.1 num.1.6 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 parsexp.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_sexp_conv.v0.17.1 ppxlib.0.38.0 ppxlib_jane.v0.17.4 ptime.1.2.0 re.1.14.0 sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 sqlite3.5.4.1 stdlib-shims.0.3.0 tar.2.6.0 tar-unix.2.6.0 topkg.1.1.1 uutf.1.0.4 yojson.3.0.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y obuilder.dev obuilder-spec.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-18 20:58.07: Using cache hint "ocurrent/obuilder-ocaml/opam:debian-13-ocaml-5.4@sha256:f4c82456e10adf78c4bf1849b05a8072cede5c2008b962470255ffcd8dbe88d2-debian-13-5.4_riscv64_opam-2.5-9d2c12661b168364a255960d43e63b6c"2026-04-18 20:58.07: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.4@sha256:f4c82456e10adf78c4bf1849b05a8072cede5c2008b962470255ffcd8dbe88d2)(comment debian-13-5.4_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 a8ee7279413c53a7b29c76b0c216b2680bb8b6e6 || git fetch origin master) && git reset -q --hard a8ee7279413c53a7b29c76b0c216b2680bb8b6e6 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src obuilder.opam obuilder-spec.opam) (dst ./))(run (network host)(shell "opam pin add -yn obuilder.dev './' && \\nopam pin add -yn obuilder-spec.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "alcotest.1.9.1 alcotest-lwt.1.9.1 astring.0.8.5 base.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 checkseum.0.5.2 cmdliner.2.1.0 conf-pkg-config.4 conf-sqlite3.1 cppo.1.8.0 crunch.4.0.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 dune.3.22.2 dune-compiledb.0.6.0 dune-configurator.3.22.2 extunix.0.4.4 ezjsonm.1.3.0 fmt.0.11.0 fpath.0.7.3 hex.1.5.0 jsonm.1.0.2 logs.0.10.0 lwt.6.1.1 num.1.6 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 parsexp.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_sexp_conv.v0.17.1 ppxlib.0.38.0 ppxlib_jane.v0.17.4 ptime.1.2.0 re.1.14.0 sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 sqlite3.5.4.1 stdlib-shims.0.3.0 tar.2.6.0 tar-unix.2.6.0 topkg.1.1.1 uutf.1.0.4 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 obuilder.dev obuilder-spec.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-18 20:58.07: Waiting for resource in pool OCluster2026-04-18 20:58.07: Waiting for worker…2026-04-19 00:14.04: Got resource from pool OClusterBuilding on riscv-bm-01.sw.ci.devAll commits already cachedHEAD is now at a4329f0 Merge pull request #205 from mtelvers/fix-dot-slash-tar-paths(from ocaml/opam:debian-13-ocaml-5.4@sha256:f4c82456e10adf78c4bf1849b05a8072cede5c2008b962470255ffcd8dbe88d2)Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:f4c82456e10adf78c4bf1849b05a8072cede5c2008b962470255ffcd8dbe88d2' locallydocker.io/ocaml/opam@sha256:f4c82456e10adf78c4bf1849b05a8072cede5c2008b962470255ffcd8dbe88d2: Pulling from ocaml/opam3e61abfb88ee: Already exists76b1d07b1a3b: Pulling fs layered0a77094d87: Pulling fs layerdda49bd8ac08: Pulling fs layer79841c38fc3d: Pulling fs layere23fd9439732: Pulling fs layer269e9966d790: Pulling fs layer52cc4e5d6121: Pulling fs layer805e105b52dc: Pulling fs layerae53fa2b5435: Pulling fs layerba1024a7802c: Pulling fs layerf9c71e0456b4: Pulling fs layer49cdc11c577a: Pulling fs layer2e917b473884: Pulling fs layer4efed90b2a45: Pulling fs layerfc9321643256: Pulling fs layer892336fe0a02: Pulling fs layerbea8863f3ee4: Pulling fs layer4e9cefa5299b: Pulling fs layere3cdf819ebd9: Pulling fs layercc5f28ef7662: Pulling fs layer4f4fb700ef54: Pulling fs layerd67f67cce0c9: Pulling fs layer254dc46749bc: Pulling fs layer98586e50ba59: Pulling fs layer7ee86d26bde1: Pulling fs layer9274f8a25124: Pulling fs layer54277c64a2cf: Pulling fs layer79841c38fc3d: Waitingb701c0327936: Pulling fs layer5520cae2ba51: Pulling fs layer52cc4e5d6121: Waiting86fe8720be3d: Pulling fs layer805e105b52dc: Waitingae53fa2b5435: Waiting1e9a6fbdb422: Pulling fs layerba1024a7802c: Waitinga3abdbab59cc: Pulling fs layerf9c71e0456b4: Waiting1f1577d1ab69: Pulling fs layer243e765f6bda: Pulling fs layer414badea72c2: Pulling fs layerdca5542c6a6c: Pulling fs layerd11abfe346ed: Pulling fs layer850f5f345d4f: Pulling fs layer45a44aaebcc9: Pulling fs layere23fd9439732: Waiting1560e6818fb1: Pulling fs layer269e9966d790: Waitinge1c0adedaeec: Pulling fs layerbea8863f3ee4: Waiting716945da171a: Pulling fs layer4e9cefa5299b: Waitingdbaa1f0ec53c: Pulling fs layere3cdf819ebd9: Waitingb4a0ec97be31: Pulling fs layercc5f28ef7662: Waitingac156bfd6092: Pulling fs layer0b5fd1110f83: Pulling fs layer4f4fb700ef54: Waitingd67f67cce0c9: Waiting254dc46749bc: Waitingb701c0327936: Waiting98586e50ba59: Waiting5520cae2ba51: Waiting7ee86d26bde1: Waiting86fe8720be3d: Waiting9274f8a25124: Waiting1e9a6fbdb422: Waiting54277c64a2cf: Waitinga3abdbab59cc: Waiting1f1577d1ab69: Waitinge1c0adedaeec: Waiting243e765f6bda: Waiting716945da171a: Waitingdbaa1f0ec53c: Waiting414badea72c2: Waitingb4a0ec97be31: Waitingac156bfd6092: Waitingdca5542c6a6c: Waiting0b5fd1110f83: Waitingd11abfe346ed: Waiting850f5f345d4f: Waiting45a44aaebcc9: Waiting1560e6818fb1: Waiting49cdc11c577a: Waiting2e917b473884: Waiting4efed90b2a45: Waitingfc9321643256: Waiting892336fe0a02: Waiting76b1d07b1a3b: Verifying Checksum76b1d07b1a3b: Download completeed0a77094d87: Download complete76b1d07b1a3b: Pull completeed0a77094d87: Pull complete79841c38fc3d: Verifying Checksum79841c38fc3d: Download completedda49bd8ac08: Verifying Checksumdda49bd8ac08: Download complete52cc4e5d6121: Verifying Checksum52cc4e5d6121: Download complete269e9966d790: Verifying Checksum269e9966d790: Download completedda49bd8ac08: Pull completeae53fa2b5435: Verifying Checksumae53fa2b5435: Download complete805e105b52dc: Download complete79841c38fc3d: Pull completeba1024a7802c: Download completef9c71e0456b4: Verifying Checksumf9c71e0456b4: Download complete49cdc11c577a: Download complete4efed90b2a45: Verifying Checksum4efed90b2a45: Download complete2e917b473884: Download completefc9321643256: Verifying Checksumfc9321643256: Download complete892336fe0a02: Verifying Checksum892336fe0a02: Download complete4e9cefa5299b: Verifying Checksum4e9cefa5299b: Download completebea8863f3ee4: Verifying Checksumbea8863f3ee4: Download completecc5f28ef7662: Verifying Checksumcc5f28ef7662: Download completee3cdf819ebd9: Verifying Checksume3cdf819ebd9: Download complete4f4fb700ef54: Download completed67f67cce0c9: Verifying Checksumd67f67cce0c9: Download complete254dc46749bc: Verifying Checksum98586e50ba59: Verifying Checksum98586e50ba59: Download complete7ee86d26bde1: Verifying Checksum7ee86d26bde1: Download complete9274f8a25124: Verifying Checksum9274f8a25124: Download complete54277c64a2cf: Download completeb701c0327936: Verifying Checksumb701c0327936: Download complete5520cae2ba51: Verifying Checksum5520cae2ba51: Download complete86fe8720be3d: Verifying Checksum86fe8720be3d: Download complete1e9a6fbdb422: Verifying Checksum1e9a6fbdb422: Download completea3abdbab59cc: Verifying Checksuma3abdbab59cc: Download complete1f1577d1ab69: Verifying Checksum1f1577d1ab69: Download complete414badea72c2: Verifying Checksum414badea72c2: Download complete243e765f6bda: Verifying Checksum243e765f6bda: Download complete850f5f345d4f: Download completedca5542c6a6c: Verifying Checksumdca5542c6a6c: Download complete1560e6818fb1: Verifying Checksum1560e6818fb1: Download completee1c0adedaeec: Verifying Checksume1c0adedaeec: Download complete716945da171a: Verifying Checksum716945da171a: Download completee23fd9439732: Verifying Checksume23fd9439732: Download completeb4a0ec97be31: Verifying Checksumb4a0ec97be31: Download complete45a44aaebcc9: Verifying Checksum45a44aaebcc9: Download complete0b5fd1110f83: Download completeac156bfd6092: Verifying Checksumac156bfd6092: Download completedbaa1f0ec53c: Verifying Checksumdbaa1f0ec53c: Download completee23fd9439732: Pull complete269e9966d790: Pull complete52cc4e5d6121: Pull complete805e105b52dc: Pull completeae53fa2b5435: Pull completeba1024a7802c: Pull completef9c71e0456b4: Pull complete49cdc11c577a: Pull complete2e917b473884: Pull complete4efed90b2a45: Pull completefc9321643256: Pull complete892336fe0a02: Pull completebea8863f3ee4: Pull complete4e9cefa5299b: Pull completee3cdf819ebd9: Pull completecc5f28ef7662: Pull complete4f4fb700ef54: Pull completed67f67cce0c9: Pull complete254dc46749bc: Pull complete98586e50ba59: Pull complete7ee86d26bde1: Pull complete9274f8a25124: Pull complete54277c64a2cf: Pull completeb701c0327936: Pull complete5520cae2ba51: Pull complete86fe8720be3d: Pull complete1e9a6fbdb422: Pull completea3abdbab59cc: Pull complete1f1577d1ab69: Pull complete243e765f6bda: Pull complete414badea72c2: Pull completedca5542c6a6c: Pull completed11abfe346ed: Pull complete850f5f345d4f: Pull complete45a44aaebcc9: Pull complete1560e6818fb1: Pull completee1c0adedaeec: Pull complete716945da171a: Pull completedbaa1f0ec53c: Pull completeb4a0ec97be31: Pull completeac156bfd6092: Pull complete0b5fd1110f83: Pull completeDigest: sha256:f4c82456e10adf78c4bf1849b05a8072cede5c2008b962470255ffcd8dbe88d2Status: Downloaded newer image for ocaml/opam@sha256:f4c82456e10adf78c4bf1849b05a8072cede5c2008b962470255ffcd8dbe88d22026-04-19 00:14.04 ---> using "484c9fa6139706b8afa9764d3652fd702882e8e5056f93677166c9b0844fd477" from cache/: (comment debian-13-5.4_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-19 00:14.04 ---> using "e3fcd17677c90ac2badefc4393aa347c1e93834183d635a58d0a18813c0c1cf1" 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-19 00:14.04 ---> using "42cf30aa206babc6ffd1b40cb1eabcdb67ddeeb803e5b9fba84bc3e9e8f2948d" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.10.113-scw1The OCaml toplevel, version 5.4.12.5.02026-04-19 00:14.04 ---> using "204e85d4f615e24dd02cc13f1e4e8326d5e39b1662e210cce7aafc479b511e97" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-19 00:14.04 ---> using "c5b3cebc9752b51849933feed0e5e6313e53b598d28fd4f67c68d439427a305a" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e a8ee7279413c53a7b29c76b0c216b2680bb8b6e6 || git fetch origin master) && git reset -q --hard a8ee7279413c53a7b29c76b0c216b2680bb8b6e6 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD42844088d7..fe0da7a967 master -> origin/mastera8ee727941 Merge pull request #29737 from mmottl/release-sqlite3-5.4.1<><> 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 possibleHowever, 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-19 00:14.04 ---> using "b7fd0fec547df600ae2dbdea1e9692f38aa982af28db819a27870e365bff09e5" from cache/src: (copy (src obuilder.opam obuilder-spec.opam) (dst ./))2026-04-19 00:14.05 ---> saved as "13dcbbb7cf0edea2bbad5807ee9ce50bc2f958746defea2ce99a867b8e2c61d7"/src: (run (network host)(shell "opam pin add -yn obuilder.dev './' && \\nopam pin add -yn obuilder-spec.dev './'"))[obuilder.dev] synchronised (file:///src)obuilder is now pinned to file:///src (version dev)[obuilder-spec.dev] synchronised (file:///src)obuilder-spec is now pinned to file:///src (version dev)2026-04-19 00:14.19 ---> saved as "9e99bb8e348f3c8c0bffa1e2cf3dbf4afb907c95e8b6c5c43446f68152327e00"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-19 00:14.19 ---> saved as "540b9a40eabcb2ae5a19c52fc184edb588b54f2c38ad71cc2af48bd2b622e13f"/src: (env DEPS "alcotest.1.9.1 alcotest-lwt.1.9.1 astring.0.8.5 base.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 checkseum.0.5.2 cmdliner.2.1.0 conf-pkg-config.4 conf-sqlite3.1 cppo.1.8.0 crunch.4.0.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 dune.3.22.2 dune-compiledb.0.6.0 dune-configurator.3.22.2 extunix.0.4.4 ezjsonm.1.3.0 fmt.0.11.0 fpath.0.7.3 hex.1.5.0 jsonm.1.0.2 logs.0.10.0 lwt.6.1.1 num.1.6 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 parsexp.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_sexp_conv.v0.17.1 ppxlib.0.38.0 ppxlib_jane.v0.17.4 ptime.1.2.0 re.1.14.0 sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 sqlite3.5.4.1 stdlib-shims.0.3.0 tar.2.6.0 tar-unix.2.6.0 topkg.1.1.1 uutf.1.0.4 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 obuilder.dev obuilder-spec.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 [118 kB]- Fetched 209 kB in 0s (432 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[obuilder.dev] synchronised (file:///src)[obuilder-spec.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 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml is already installed (current version is 5.4.1).[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-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains 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:libsqlite3-dev pkg-config<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libsqlite3-dev" "pkg-config"- Selecting previously unselected package libpkgconf3: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 ... 20732 files and directories currently installed.)- Preparing to unpack .../libpkgconf3_1.8.1-4_riscv64.deb ...- Unpacking libpkgconf3:riscv64 (1.8.1-4) ...- Selecting previously unselected package libsqlite3-dev:riscv64.- Preparing to unpack .../libsqlite3-dev_3.46.1-7+deb13u1_riscv64.deb ...- Unpacking libsqlite3-dev:riscv64 (3.46.1-7+deb13u1) ...- Selecting previously unselected package pkgconf-bin.- Preparing to unpack .../pkgconf-bin_1.8.1-4_riscv64.deb ...- Unpacking pkgconf-bin (1.8.1-4) ...- Selecting previously unselected package pkgconf:riscv64.- Preparing to unpack .../pkgconf_1.8.1-4_riscv64.deb ...- Unpacking pkgconf:riscv64 (1.8.1-4) ...- Selecting previously unselected package pkg-config:riscv64.- Preparing to unpack .../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 libsqlite3-dev:riscv64 (3.46.1-7+deb13u1) ...- Setting up pkgconf-bin (1.8.1-4) ...- 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-19 00:15.21 ---> saved as "c663a60bc675db752d3839a96868c0a741bb47b0eb373abca5d799509dbbfb9f"/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 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml is already installed (current version is 5.4.1).[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-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains 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 53 packages- install alcotest 1.9.1- install alcotest-lwt 1.9.1- install astring 0.8.5- install base v0.17.3- install base-bytes base- install camlp-streams 5.0.1- install checkseum 0.5.2- install cmdliner 2.1.0- install conf-pkg-config 4- install conf-sqlite3 1- install cppo 1.8.0- install crunch 4.0.0- install csexp 1.5.2- install cstruct 6.2.0- install cstruct-lwt 6.2.0- install decompress 1.5.3- install dune 3.22.2- install dune-compiledb 0.6.0- install dune-configurator 3.22.2- install extunix 0.4.4- install ezjsonm 1.3.0- install fmt 0.11.0- install fpath 0.7.3- install hex 1.5.0- install jsonm 1.0.2- install logs 0.10.0- install lwt 6.1.1- install num 1.6- install ocaml-compiler-libs v0.17.0- install ocaml-syntax-shims 1.0.0- install ocaml_intrinsics_kernel v0.17.1- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocplib-endian 1.2- install optint 0.3.0- install parsexp v0.17.0- install ppx_derivers 1.2.1- install ppx_deriving 6.1.1- install ppx_sexp_conv v0.17.1- install ppxlib 0.38.0- install ppxlib_jane v0.17.4- install ptime 1.2.0- install re 1.14.0- install sexplib v0.17.0- install sexplib0 v0.17.0- install sha 1.15.4- install sqlite3 5.4.1- install stdlib-shims 0.3.0- install tar 2.6.0- install tar-unix 2.6.0- install topkg 1.1.1- install uutf 1.0.4- install yojson 3.0.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved alcotest.1.9.1, alcotest-lwt.1.9.1 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved base.v0.17.3 (cached)-> retrieved camlp-streams.5.0.1 (cached)-> retrieved checkseum.0.5.2 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved cmdliner.2.1.0 (cached)-> installed conf-pkg-config.4-> retrieved crunch.4.0.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0 (cached)-> installed conf-sqlite3.1-> retrieved dune-compiledb.0.6.0 (cached)-> retrieved extunix.0.4.4 (cached)-> retrieved ezjsonm.1.3.0 (cached)-> retrieved decompress.1.5.3 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved hex.1.5.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved jsonm.1.0.2 (cached)-> retrieved logs.0.10.0 (cached)-> retrieved num.1.6 (cached)-> retrieved ocaml-compiler-libs.v0.17.0 (cached)-> retrieved lwt.6.1.1 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocaml_intrinsics_kernel.v0.17.1 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved optint.0.3.0 (cached)-> retrieved parsexp.v0.17.0 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_deriving.6.1.1 (cached)-> retrieved ppx_sexp_conv.v0.17.1 (cached)-> retrieved ppxlib_jane.v0.17.4 (cached)-> retrieved ptime.1.2.0 (cached)-> retrieved re.1.14.0 (cached)-> retrieved ppxlib.0.38.0 (cached)-> retrieved dune.3.22.2, dune-configurator.3.22.2 (cached)-> retrieved sexplib.v0.17.0 (cached)-> retrieved sexplib0.v0.17.0 (cached)-> retrieved sha.1.15.4 (cached)-> retrieved sqlite3.5.4.1 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved tar.2.6.0, tar-unix.2.6.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved topkg.1.1.1 (cached)-> installed cmdliner.2.1.0-> installed num.1.6-> retrieved yojson.3.0.0 (cached)-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed topkg.1.1.1-> installed fmt.0.11.0-> installed astring.0.8.5-> installed uutf.1.0.4-> installed ptime.1.2.0-> installed fpath.0.7.3-> installed jsonm.1.0.2-> installed dune.3.22.2-> installed camlp-streams.5.0.1-> installed crunch.4.0.0-> installed csexp.1.5.2-> installed cstruct.6.2.0-> installed cppo.1.8.0-> installed hex.1.5.0-> installed ocaml-compiler-libs.v0.17.0-> installed ocaml_intrinsics_kernel.v0.17.1-> installed ocplib-endian.1.2-> installed dune-configurator.3.22.2-> installed ppx_derivers.1.2.1-> installed optint.0.3.0-> installed ocaml-syntax-shims.1.0.0-> installed checkseum.0.5.2-> installed re.1.14.0-> installed sexplib0.v0.17.0-> installed stdlib-shims.0.3.0-> installed decompress.1.5.3-> installed alcotest.1.9.1-> installed ezjsonm.1.3.0-> installed lwt.6.1.1-> installed parsexp.v0.17.0-> installed cstruct-lwt.6.2.0-> installed logs.0.10.0-> installed sexplib.v0.17.0-> installed alcotest-lwt.1.9.1-> installed dune-compiledb.0.6.0-> installed sha.1.15.4-> installed base.v0.17.3-> installed tar.2.6.0-> installed sqlite3.5.4.1-> installed tar-unix.2.6.0-> installed yojson.3.0.0-> installed ppxlib.0.38.0-> installed ppxlib_jane.v0.17.4-> installed ppx_sexp_conv.v0.17.1-> installed ppx_deriving.6.1.1-> installed extunix.0.4.4Done.# To update the current shell environment, run: eval $(opam env)2026-04-19 00:28.15 ---> saved as "bd9314f5908fa05c16c14235e491befd7fe3fc814af705940bea8b7d11f0b589"/src: (copy (src .) (dst /src))2026-04-19 00:28.16 ---> saved as "4068617912e7e8889e2f72c3225aead5b4cacbdf4f2c939d77f88f2a55120b85"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/lib && /home/opam/.opam/5.4/bin/ocaml-crunch ../static --mode=plain -o Static_files.ml)Generating Static_files.mlSkipping generation of .mli(cd _build/default/test && ./test.exe)Testing `OBuilder'.This run has ID `A884OI6I'.[OK] spec 0 Sexp.[OK] spec 1 Cache ID.[OK] spec 2 Docker Windows.[OK] spec 3 Docker UNIX.[OK] tar_transfer 0 Long filename.[OK] manifest 0 Copy using manifest.bash.[OK] manifest 1 Copy using Manifest.[OK] process 0 Execute a process.[OK] process 1 Read stdout of a process.[OK] build 0 Simple.[OK] build 1 Prune.[OK] build 2 Concurrent.[OK] build 3 Concurrent failure.[OK] build 4 Concurrent failure 2.[OK] build 5 Cancel.[OK] build 6 Cancel 2.[OK] build 7 Cancel 3.[OK] build 8 Cancel 4.[OK] build 9 Cancel 5.[OK] build 10 Delete.[OK] secrets 0 Simple.[OK] secrets 1 No secret provided.Full test results in `/src/_build/default/test/_build/_tests/OBuilder'.Test Successful in 1.745s. 22 tests run.2026-04-19 00:28.59 ---> saved as "5a73f871b12f4c0e680cc99a37081eda5e284d54ce8d05874f3ef450f4dbaebb"Job succeeded2026-04-19 00:28.59: Job succeeded