2026-06-23 15:44.39: New job: test ocurrent/obuilder https://github.com/ocurrent/obuilder.git#refs/pull/209/head (458014a4b83c38b6c718ca1676d42b819e87bdf5) (linux-ppc64:debian-13-5.4_ppc64_opam-2.5)Base: ocaml/opam:debian-13-ocaml-5.4@sha256:e72a31a6247b03c00cdaffe88301eab53afb80cfe9d5b842204827887236bd61Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocurrent/obuilder.git" && cd "obuilder" && git fetch origin "refs/pull/209/head" && git reset --hard 458014a4cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-5.4@sha256:e72a31a6247b03c00cdaffe88301eab53afb80cfe9d5b842204827887236bd61# debian-13-5.4_ppc64_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN cd ~/opam-repository && (git cat-file -e 3cee9a5d95e9afd99727ac6096e6e67dbfaad5e3 || git fetch origin master) && git reset -q --hard 3cee9a5d95e9afd99727ac6096e6e67dbfaad5e3 && git log --no-decorate -n1 --onelineRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN 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.3 cmdliner.2.1.1 conf-pkg-config.5 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.23.1 dune-compiledb.0.6.0 dune-configurator.3.23.1 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.2 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.2 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-06-23 15:44.39: Using cache hint "ocurrent/obuilder-ocaml/opam:debian-13-ocaml-5.4@sha256:e72a31a6247b03c00cdaffe88301eab53afb80cfe9d5b842204827887236bd61-debian-13-5.4_ppc64_opam-2.5-802c13ad21eb66fc934056bd74d571c6"2026-06-23 15:44.39: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.4@sha256:e72a31a6247b03c00cdaffe88301eab53afb80cfe9d5b842204827887236bd61)(comment debian-13-5.4_ppc64_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 (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 3cee9a5d95e9afd99727ac6096e6e67dbfaad5e3 || git fetch origin master) && git reset -q --hard 3cee9a5d95e9afd99727ac6096e6e67dbfaad5e3 && git log --no-decorate -n1 --oneline"))(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 "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.3 cmdliner.2.1.1 conf-pkg-config.5 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.23.1 dune-compiledb.0.6.0 dune-configurator.3.23.1 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.2 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.2 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-06-23 15:44.39: Waiting for resource in pool OCluster2026-06-23 16:00.35: Waiting for worker…2026-06-23 16:17.05: Got resource from pool OClusterBuilding on orithia.caelum.ci.devAll commits already cachedHEAD is now at 458014a hcs: tear down containers + reclaim orphaned snapshots so pruning can't wedge(from ocaml/opam:debian-13-ocaml-5.4@sha256:e72a31a6247b03c00cdaffe88301eab53afb80cfe9d5b842204827887236bd61)Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:e72a31a6247b03c00cdaffe88301eab53afb80cfe9d5b842204827887236bd61' locallydocker.io/ocaml/opam@sha256:e72a31a6247b03c00cdaffe88301eab53afb80cfe9d5b842204827887236bd61: Pulling from ocaml/opam95ea8643a631: Pulling fs layerd6e56837b293: Pulling fs layerb2ece8a1dadc: Pulling fs layer1d24e961f710: Pulling fs layer1fd9b2bfc5cc: Pulling fs layer6da649ddb8a1: Pulling fs layerc31cd3a1e74c: Pulling fs layerdf8227e18289: Pulling fs layer189fbdd10198: Pulling fs layerd5b2ee71d033: Pulling fs layer1d24e961f710: Waiting03eb14673d59: Pulling fs layera9a3e089e8c7: Pulling fs layer1412f48dd3f3: Pulling fs layer36d753f5cbbe: Pulling fs layer5a09da0346c0: Pulling fs layer91b65fbd25b2: Pulling fs layer465749eebdf9: Pulling fs layerf891131a55ad: Pulling fs layer3a1067fa2fc1: Pulling fs layercec1fb886c4e: Pulling fs layere5e72c83820e: Pulling fs layer4f4fb700ef54: Pulling fs layer80d472bc7c2a: Pulling fs layer1fd9b2bfc5cc: Waitingaeb22498d5c5: Pulling fs layerd3ca0b628ca0: Pulling fs layerf47dec8026b3: Pulling fs layer6da649ddb8a1: Waiting3db4259d1d47: Pulling fs layer397eed093924: Pulling fs layer972e3efd3adc: Pulling fs layerc31cd3a1e74c: Waiting6194bd1d4ddc: Pulling fs layer8e61fc6a0aef: Pulling fs layer5f7d4a87c72d: Pulling fs layer6fdb01f41b7b: Pulling fs layerdf8227e18289: Waiting4c1f69f597b8: Pulling fs layer8ff7fb30e2ac: Pulling fs layer189fbdd10198: Waitinga4f47006f3ff: Pulling fs layer8fb6165fdb97: Pulling fs layerd5b2ee71d033: Waiting6f10258d0cfd: Pulling fs layer1412f48dd3f3: Waiting22ff701d5d6e: Pulling fs layer03eb14673d59: Waitingbcafa7af053c: Pulling fs layer36d753f5cbbe: Waiting037351b51421: Pulling fs layer55fd010af7ff: Pulling fs layera9a3e089e8c7: Waiting5a09da0346c0: Waiting08035e0693d4: Pulling fs layer8362cc0407f0: Pulling fs layerd3ca0b628ca0: Waiting3249d460c1f3: Pulling fs layer91b65fbd25b2: Waiting56533be0c5c8: Pulling fs layere5e72c83820e: Waiting38a4fbd3349e: Pulling fs layerf47dec8026b3: Waiting465749eebdf9: Waiting4f4fb700ef54: Waiting6fdb01f41b7b: Waiting3db4259d1d47: Waitingf891131a55ad: Waiting4c1f69f597b8: Waiting80d472bc7c2a: Waiting8ff7fb30e2ac: Waiting3a1067fa2fc1: Waiting397eed093924: Waitinga4f47006f3ff: Waitingaeb22498d5c5: Waitingcec1fb886c4e: Waiting972e3efd3adc: Waiting8fb6165fdb97: Waiting6194bd1d4ddc: Waiting8362cc0407f0: Waiting6f10258d0cfd: Waiting3249d460c1f3: Waiting8e61fc6a0aef: Waiting037351b51421: Waiting22ff701d5d6e: Waiting56533be0c5c8: Waiting38a4fbd3349e: Waiting5f7d4a87c72d: Waiting55fd010af7ff: Waitingbcafa7af053c: Waiting08035e0693d4: Waitingd6e56837b293: Download completeb2ece8a1dadc: Download complete1d24e961f710: Verifying Checksumc31cd3a1e74c: Verifying Checksumc31cd3a1e74c: Download complete95ea8643a631: Verifying Checksum95ea8643a631: Download completedf8227e18289: Verifying Checksumdf8227e18289: Download complete189fbdd10198: Verifying Checksum189fbdd10198: Download completed5b2ee71d033: Verifying Checksumd5b2ee71d033: Download complete95ea8643a631: Pull completed6e56837b293: Pull completeb2ece8a1dadc: Pull complete1d24e961f710: Pull complete1fd9b2bfc5cc: Pull complete03eb14673d59: Verifying Checksum03eb14673d59: Download completea9a3e089e8c7: Verifying Checksuma9a3e089e8c7: Download complete36d753f5cbbe: Download complete1412f48dd3f3: Verifying Checksum1412f48dd3f3: Download complete5a09da0346c0: Verifying Checksum91b65fbd25b2: Verifying Checksum91b65fbd25b2: Download complete465749eebdf9: Verifying Checksum465749eebdf9: Download completef891131a55ad: Download complete3a1067fa2fc1: Download completecec1fb886c4e: Download complete4f4fb700ef54: Verifying Checksume5e72c83820e: Download completeaeb22498d5c5: Download complete80d472bc7c2a: Download completed3ca0b628ca0: Verifying Checksumd3ca0b628ca0: Download completef47dec8026b3: Download complete3db4259d1d47: Download complete397eed093924: Verifying Checksum397eed093924: Download complete972e3efd3adc: Verifying Checksum972e3efd3adc: Download complete6194bd1d4ddc: Download complete8e61fc6a0aef: Download complete5f7d4a87c72d: Verifying Checksum5f7d4a87c72d: Download complete6fdb01f41b7b: Download complete4c1f69f597b8: Download completea4f47006f3ff: Verifying Checksuma4f47006f3ff: Download complete6da649ddb8a1: Verifying Checksum6da649ddb8a1: Download complete6f10258d0cfd: Verifying Checksum6f10258d0cfd: Download complete22ff701d5d6e: Download completebcafa7af053c: Download complete037351b51421: Verifying Checksum037351b51421: Download complete55fd010af7ff: Download complete08035e0693d4: Verifying Checksum08035e0693d4: Download complete6da649ddb8a1: Pull completec31cd3a1e74c: Pull completedf8227e18289: Pull complete189fbdd10198: Pull completed5b2ee71d033: Pull complete03eb14673d59: Pull completea9a3e089e8c7: Pull complete1412f48dd3f3: Pull complete36d753f5cbbe: Pull complete5a09da0346c0: Pull complete91b65fbd25b2: Pull complete465749eebdf9: Pull completef891131a55ad: Pull complete3a1067fa2fc1: Pull completecec1fb886c4e: Pull completee5e72c83820e: Pull complete4f4fb700ef54: Pull complete80d472bc7c2a: Pull completeaeb22498d5c5: Pull completed3ca0b628ca0: Pull completef47dec8026b3: Pull complete3db4259d1d47: Pull complete397eed093924: Pull complete972e3efd3adc: Pull complete6194bd1d4ddc: Pull complete8e61fc6a0aef: Pull complete5f7d4a87c72d: Pull complete6fdb01f41b7b: Pull complete4c1f69f597b8: Pull complete8fb6165fdb97: Verifying Checksum8fb6165fdb97: Download complete3249d460c1f3: Verifying Checksum3249d460c1f3: Download complete8362cc0407f0: Verifying Checksum8362cc0407f0: Download complete8ff7fb30e2ac: Download complete38a4fbd3349e: Verifying Checksum38a4fbd3349e: Download complete56533be0c5c8: Verifying Checksum56533be0c5c8: Download complete8ff7fb30e2ac: Pull completea4f47006f3ff: Pull complete8fb6165fdb97: Pull complete6f10258d0cfd: Pull complete22ff701d5d6e: Pull completebcafa7af053c: Pull complete037351b51421: Pull complete55fd010af7ff: Pull complete08035e0693d4: Pull complete8362cc0407f0: Pull complete3249d460c1f3: Pull complete56533be0c5c8: Pull complete38a4fbd3349e: Pull completeDigest: sha256:e72a31a6247b03c00cdaffe88301eab53afb80cfe9d5b842204827887236bd61Status: Downloaded newer image for ocaml/opam@sha256:e72a31a6247b03c00cdaffe88301eab53afb80cfe9d5b842204827887236bd612026-06-23 16:17.05 ---> using "091802f641e43489888e795f557a1cae54c49b7ec9e137997252e3e6eba01965" from cache/: (comment debian-13-5.4_ppc64_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-06-23 16:17.05 ---> using "0ee279940b26dd10f348f43f792f93feb82f2fb33f7e66c55bc5a62156e66b97" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 3cee9a5d95e9afd99727ac6096e6e67dbfaad5e3 || git fetch origin master) && git reset -q --hard 3cee9a5d95e9afd99727ac6096e6e67dbfaad5e3 && git log --no-decorate -n1 --oneline"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADfc08333d1b..3cee9a5d95 master -> origin/master3cee9a5d95 conf-pkg-config (#30082)2026-06-23 16:17.05 ---> using "8a04bf9b5d51d01da833136ad73055eb6572cd61cfd07baedd875b043704c398" 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.1 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 1 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=1 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repository2026-06-23 16:17.05 ---> using "822c375fdf2231029426cf01c5ae57787cbd199b492b3811d4cca03f6ebb7e40" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 7.0.0-22-genericThe OCaml toplevel, version 5.4.12.5.12026-06-23 16:17.05 ---> using "134e081e97e44f3f590f9b25c0d92949c50de2d21b2d5121e622c54d5e7a178b" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-06-23 16:17.05 ---> using "6feec7d8ca3d6166efeca934f4ca0ba217e4182ef48b5e77df5cff45951623ca" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update -u"))<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).The following packages are not being upgraded because the new versions conflict with other installed packages:- ocaml.5.5.1- ocaml-compiler.5.5.0However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.1"), 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-06-23 16:17.05 ---> using "d2c4b93d2e8b53a0f7ad1f247fe872f3cdcef73fd45796119efd98a9d3bebc4c" from cache/src: (copy (src obuilder.opam obuilder-spec.opam) (dst ./))2026-06-23 16:17.05 ---> saved as "18e0e2c405355fac4dae3bc385ab3f6677aeff644ea57277a899b73683b1321f"/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-06-23 16:17.12 ---> saved as "b16e3e38f03b25e244bcde8211497f9d42b79e7720312be589dc72c0482e1604"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-06-23 16:17.12 ---> saved as "2558fdcd55fd1d2096c5bfff4bd6c03cfd3e3ae22441e0d7e054a0f426b7e695"/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.3 cmdliner.2.1.1 conf-pkg-config.5 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.23.1 dune-compiledb.0.6.0 dune-configurator.3.23.1 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.2 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.2 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"- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]- 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 trixie/main ppc64el Packages [9509 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main ppc64el Packages [215 kB]- Fetched 9954 kB in 4s (2774 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:ppc64el.- (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 ... 20629 files and directories currently installed.)- Preparing to unpack .../libpkgconf3_1.8.1-4_ppc64el.deb ...- Unpacking libpkgconf3:ppc64el (1.8.1-4) ...- Selecting previously unselected package libsqlite3-dev:ppc64el.- Preparing to unpack .../libsqlite3-dev_3.46.1-7+deb13u1_ppc64el.deb ...- Unpacking libsqlite3-dev:ppc64el (3.46.1-7+deb13u1) ...- Selecting previously unselected package pkgconf-bin.- Preparing to unpack .../pkgconf-bin_1.8.1-4_ppc64el.deb ...- Unpacking pkgconf-bin (1.8.1-4) ...- Selecting previously unselected package pkgconf:ppc64el.- Preparing to unpack .../pkgconf_1.8.1-4_ppc64el.deb ...- Unpacking pkgconf:ppc64el (1.8.1-4) ...- Selecting previously unselected package pkg-config:ppc64el.- Preparing to unpack .../pkg-config_1.8.1-4_ppc64el.deb ...- Unpacking pkg-config:ppc64el (1.8.1-4) ...- Setting up libpkgconf3:ppc64el (1.8.1-4) ...- Setting up libsqlite3-dev:ppc64el (3.46.1-7+deb13u1) ...- Setting up pkgconf-bin (1.8.1-4) ...- Setting up pkgconf:ppc64el (1.8.1-4) ...- Setting up pkg-config:ppc64el (1.8.1-4) ...- Processing triggers for libc-bin (2.41-12+deb13u2) ...# To update the current shell environment, run: eval $(opam env)2026-06-23 16:17.41 ---> saved as "6d83aee7a99466d3c28b1eb374888c34985cf004c50d47f6999aacad87f3043e"/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.3- install cmdliner 2.1.1- install conf-pkg-config 5- 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.23.1- install dune-compiledb 0.6.0- install dune-configurator 3.23.1- 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.2- install num 1.6- install ocaml-compiler-libs v0.17.0- install ocaml-syntax-shims 1.0.0- install ocaml_intrinsics_kernel v0.17.2- 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 conf-pkg-config.5 (cached)-> retrieved checkseum.0.5.3 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved cmdliner.2.1.1 (cached)-> 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-pkg-config.5-> retrieved dune-compiledb.0.6.0 (cached)-> installed conf-sqlite3.1-> retrieved extunix.0.4.4 (cached)-> retrieved ezjsonm.1.3.0 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved hex.1.5.0 (cached)-> retrieved jsonm.1.0.2 (cached)-> retrieved decompress.1.5.3 (cached)-> retrieved logs.0.10.0 (cached)-> retrieved num.1.6 (cached)-> retrieved lwt.6.1.2 (cached)-> retrieved ocaml-compiler-libs.v0.17.0 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocaml_intrinsics_kernel.v0.17.2 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocamlbuild.0.16.1 (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 dune.3.23.1, dune-configurator.3.23.1 (cached)-> retrieved ppxlib.0.38.0 (cached)-> retrieved re.1.14.0 (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)-> installed cmdliner.2.1.1-> installed num.1.6-> retrieved topkg.1.1.1 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved yojson.3.0.0 (cached)-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed ocamlbuild.0.16.1-> installed topkg.1.1.1-> installed fmt.0.11.0-> installed uutf.1.0.4-> installed ptime.1.2.0-> installed astring.0.8.5-> installed jsonm.1.0.2-> installed fpath.0.7.3-> installed dune.3.23.1-> installed ppx_derivers.1.2.1-> installed csexp.1.5.2-> installed camlp-streams.5.0.1-> installed cppo.1.8.0-> installed crunch.4.0.0-> installed cstruct.6.2.0-> installed ocaml-compiler-libs.v0.17.0-> installed ocaml-syntax-shims.1.0.0-> installed ocaml_intrinsics_kernel.v0.17.2-> installed optint.0.3.0-> installed re.1.14.0-> installed sexplib0.v0.17.0-> installed stdlib-shims.0.3.0-> installed yojson.3.0.0-> installed ocplib-endian.1.2-> installed hex.1.5.0-> installed ezjsonm.1.3.0-> installed dune-configurator.3.23.1-> installed alcotest.1.9.1-> installed sha.1.15.4-> installed parsexp.v0.17.0-> installed checkseum.0.5.3-> installed sexplib.v0.17.0-> installed dune-compiledb.0.6.0-> installed decompress.1.5.3-> installed lwt.6.1.2-> installed tar.2.6.0-> installed cstruct-lwt.6.2.0-> installed tar-unix.2.6.0-> installed sqlite3.5.4.1-> installed logs.0.10.0-> installed alcotest-lwt.1.9.1-> installed base.v0.17.3-> installed ppxlib.0.38.0-> installed ppxlib_jane.v0.17.4-> installed ppx_deriving.6.1.1-> installed ppx_sexp_conv.v0.17.1-> installed extunix.0.4.4Done.# To update the current shell environment, run: eval $(opam env)2026-06-23 16:20.07 ---> saved as "e73bba4e40dad133f90631f1ddc842bb919918b2bf87b34cf04b51c323b370ef"/src: (copy (src .) (dst /src))2026-06-23 16:20.07 ---> saved as "6d4d7bd46d7024d5de2a99e2a83624fb1cf11bf4f9ba4447101cb3c27d9977b8"/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 `QPDUH9YX'.[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] tar_transfer 1 Normalize path.[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 0.447s. 23 tests run.2026-06-23 16:20.14 ---> saved as "913803f366f8dae0f1998f37c67f3b6c3ad12f242bbd9814856fd5c926ca30cd"Job succeeded2026-06-23 16:20.14: Job succeeded