2026-04-16 16:40.37: New job: test ocurrent/obuilder https://github.com/ocurrent/obuilder.git#refs/pull/203/head (131b85645c3a6ff6219f4770a096093a7d01885b) (linux-x86_64:ubuntu-22.04-5.4_opam-2.5)Base: ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:820d5bdb3799f5da6694d98eaf83c30643622415a2382ee9f2be3676799737f7Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocurrent/obuilder.git" && cd "obuilder" && git fetch origin "refs/pull/203/head" && git reset --hard 131b8564cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:820d5bdb3799f5da6694d98eaf83c30643622415a2382ee9f2be3676799737f7# ubuntu-22.04-5.4_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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && 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 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 bigstringaf.0.10.0 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 decompress.1.5.3 domain-local-await.1.0.1 dune.3.22.2 dune-compiledb.0.6.0 dune-configurator.3.22.2 eio.1.3 eio_linux.1.3 eio_main.1.3 eio_posix.1.3 extunix.0.4.4 ezjsonm.1.3.0 fmt.0.11.0 fpath.0.7.3 hex.1.5.0 hmap.0.8.1 iomux.0.4 jsonm.1.0.2 logs.0.10.0 lwt.6.1.1 lwt-dllist.1.1.0 lwt_eio.0.6 mtime.2.1.0 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 psq.0.2.1 ptime.1.2.0 re.1.14.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 sqlite3.5.4.0 stdlib-shims.0.3.0 tar.3.3.0 tar-unix.3.3.0 thread-table.1.0.0 topkg.1.1.1 uring.2.7.0 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-16 16:40.37: Using cache hint "ocurrent/obuilder-ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:820d5bdb3799f5da6694d98eaf83c30643622415a2382ee9f2be3676799737f7-ubuntu-22.04-5.4_opam-2.5-bef9cbba4d3a08f7126b99d239d9f8a9"2026-04-16 16:40.37: Using OBuilder spec:((from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:820d5bdb3799f5da6694d98eaf83c30643622415a2382ee9f2be3676799737f7)(comment ubuntu-22.04-5.4_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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && 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 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 bigstringaf.0.10.0 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 decompress.1.5.3 domain-local-await.1.0.1 dune.3.22.2 dune-compiledb.0.6.0 dune-configurator.3.22.2 eio.1.3 eio_linux.1.3 eio_main.1.3 eio_posix.1.3 extunix.0.4.4 ezjsonm.1.3.0 fmt.0.11.0 fpath.0.7.3 hex.1.5.0 hmap.0.8.1 iomux.0.4 jsonm.1.0.2 logs.0.10.0 lwt.6.1.1 lwt-dllist.1.1.0 lwt_eio.0.6 mtime.2.1.0 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 psq.0.2.1 ptime.1.2.0 re.1.14.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 sqlite3.5.4.0 stdlib-shims.0.3.0 tar.3.3.0 tar-unix.3.3.0 thread-table.1.0.0 topkg.1.1.1 uring.2.7.0 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-16 16:40.37: Waiting for resource in pool OCluster2026-04-16 21:09.30: Waiting for worker…2026-04-16 21:16.58: Got resource from pool OClusterBuilding on eumache.caelum.ci.devAll commits already cachedHEAD is now at 131b856 Rewrite to use latest EIO(from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:820d5bdb3799f5da6694d98eaf83c30643622415a2382ee9f2be3676799737f7)Unable to find image 'ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:820d5bdb3799f5da6694d98eaf83c30643622415a2382ee9f2be3676799737f7' locallydocker.io/ocaml/opam@sha256:820d5bdb3799f5da6694d98eaf83c30643622415a2382ee9f2be3676799737f7: Pulling from ocaml/opamde47083ed7d7: Pulling fs layerae7ac0da60c3: Pulling fs layer57ff9bc83013: Pulling fs layera288301b5d01: Pulling fs layerf352b66a76e4: Pulling fs layerf509f3aae84b: Pulling fs layer1674fa14ab09: Pulling fs layer2698574bb308: Pulling fs layerf6298ee465ed: Pulling fs layerc0144cfcd9e7: Pulling fs layer1222e5b97bf7: Pulling fs layer7894caceea27: Pulling fs layerbebaf8dbf49e: Pulling fs layer272347abc412: Pulling fs layer75f374e606d8: Pulling fs layer712806a06ccc: Pulling fs layerd464987372fd: Pulling fs layer4f4fb700ef54: Pulling fs layerb9f4b7812175: Pulling fs layera288301b5d01: Waiting45615c57dc28: Pulling fs layerf352b66a76e4: Waitingd939b9fd721c: Pulling fs layerf509f3aae84b: Waitingc0144cfcd9e7: Waiting1674fa14ab09: Waitingd349c59e05ec: Pulling fs layer1222e5b97bf7: Waiting2698574bb308: Waiting5d929fb3122d: Pulling fs layer7894caceea27: Waitingced6e49d89aa: Pulling fs layerbebaf8dbf49e: Waiting4f4fb700ef54: Waitingb9f4b7812175: Waiting98f37ff91287: Pulling fs layer272347abc412: Waiting45615c57dc28: Waiting75f374e606d8: Waitingb0cdb242d0af: Pulling fs layerd939b9fd721c: Waiting89adf72eb9a4: Pulling fs layer181427a5010e: Pulling fs layerf6298ee465ed: Waitingd464987372fd: Waiting0ecf8e12c8cc: Pulling fs layer5d929fb3122d: Waitingd349c59e05ec: Waiting9655b24677e6: Pulling fs layerced6e49d89aa: Waiting98f37ff91287: Waiting8e0b925edd61: Pulling fs layer2213c8f60be2: Pulling fs layer712806a06ccc: Waiting9655b24677e6: Waiting99c5f3c2e946: Pulling fs layer85a338c15b57: Pulling fs layer0ecf8e12c8cc: Waiting0a1aa60a6b47: Pulling fs layerb0cdb242d0af: Waitinga073965d9bcb: Pulling fs layer89adf72eb9a4: Waiting54a820b98e2c: Pulling fs layer2213c8f60be2: Waiting181427a5010e: Waiting61fa9bc5bce5: Pulling fs layer99c5f3c2e946: Waiting8aca8b1ce062: Pulling fs layer8e0b925edd61: Waiting0a1aa60a6b47: Waitinga073965d9bcb: Waiting46a9515cde75: Pulling fs layer54a820b98e2c: Waiting85a338c15b57: Waiting61fa9bc5bce5: Waiting262d9bd8c855: Pulling fs layer8aca8b1ce062: Waitingae5331734743: Pulling fs layer46a9515cde75: Waiting262d9bd8c855: Waiting08bd63570bca: Pulling fs layerae5331734743: Waiting78eb3fe40c1b: Pulling fs layer08bd63570bca: Waiting3a79a58b2092: Pulling fs layerac7e8a5a96a7: Pulling fs layer78eb3fe40c1b: Waitingac7e8a5a96a7: Waiting3a79a58b2092: Waitingae7ac0da60c3: Verifying Checksumae7ac0da60c3: Download complete57ff9bc83013: Verifying Checksum57ff9bc83013: Download completede47083ed7d7: Verifying Checksumde47083ed7d7: Download completef352b66a76e4: Download completea288301b5d01: Verifying Checksuma288301b5d01: Download complete1674fa14ab09: Verifying Checksum1674fa14ab09: Download complete2698574bb308: Download completef6298ee465ed: Verifying Checksumf6298ee465ed: Download completec0144cfcd9e7: Verifying Checksumc0144cfcd9e7: Download complete1222e5b97bf7: Verifying Checksum1222e5b97bf7: Download complete7894caceea27: Download completebebaf8dbf49e: Verifying Checksumbebaf8dbf49e: Download complete75f374e606d8: Download complete272347abc412: Verifying Checksum272347abc412: Download complete712806a06ccc: Download completede47083ed7d7: Pull completeae7ac0da60c3: Pull completed464987372fd: Verifying Checksumd464987372fd: Download complete57ff9bc83013: Pull complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download completef509f3aae84b: Download completeb9f4b7812175: Verifying Checksumb9f4b7812175: Download complete45615c57dc28: Verifying Checksum45615c57dc28: Download completed939b9fd721c: Verifying Checksumd939b9fd721c: Download completed349c59e05ec: Verifying Checksumd349c59e05ec: Download complete5d929fb3122d: Verifying Checksum5d929fb3122d: Download completeced6e49d89aa: Verifying Checksumced6e49d89aa: Download complete98f37ff91287: Verifying Checksum98f37ff91287: Download completeb0cdb242d0af: Verifying Checksumb0cdb242d0af: Download complete89adf72eb9a4: Download complete181427a5010e: Verifying Checksum181427a5010e: Download complete0ecf8e12c8cc: Verifying Checksum0ecf8e12c8cc: Download complete9655b24677e6: Verifying Checksum9655b24677e6: Download complete8e0b925edd61: Verifying Checksum8e0b925edd61: Download complete2213c8f60be2: Verifying Checksum2213c8f60be2: Download complete99c5f3c2e946: Verifying Checksum99c5f3c2e946: Download complete0a1aa60a6b47: Download complete54a820b98e2c: Verifying Checksum54a820b98e2c: Download complete61fa9bc5bce5: Verifying Checksum61fa9bc5bce5: Download completea288301b5d01: Pull completef352b66a76e4: Pull complete8aca8b1ce062: Verifying Checksum8aca8b1ce062: Download complete46a9515cde75: Download complete262d9bd8c855: Verifying Checksum262d9bd8c855: Download completeae5331734743: Download complete85a338c15b57: Verifying Checksum85a338c15b57: Download complete78eb3fe40c1b: Verifying Checksum78eb3fe40c1b: Download complete3a79a58b2092: Verifying Checksum3a79a58b2092: Download completeac7e8a5a96a7: Verifying Checksumac7e8a5a96a7: Download complete08bd63570bca: Verifying Checksum08bd63570bca: Download completea073965d9bcb: Verifying Checksuma073965d9bcb: Download completef509f3aae84b: Pull complete1674fa14ab09: Pull complete2698574bb308: Pull completef6298ee465ed: Pull completec0144cfcd9e7: Pull complete1222e5b97bf7: Pull complete7894caceea27: Pull completebebaf8dbf49e: Pull complete272347abc412: Pull complete75f374e606d8: Pull complete712806a06ccc: Pull completed464987372fd: Pull complete4f4fb700ef54: Pull completeb9f4b7812175: Pull complete45615c57dc28: Pull completed939b9fd721c: Pull completed349c59e05ec: Pull complete5d929fb3122d: Pull completeced6e49d89aa: Pull complete98f37ff91287: Pull completeb0cdb242d0af: Pull complete89adf72eb9a4: Pull complete181427a5010e: Pull complete0ecf8e12c8cc: Pull complete9655b24677e6: Pull complete8e0b925edd61: Pull complete2213c8f60be2: Pull complete99c5f3c2e946: Pull complete85a338c15b57: Pull complete0a1aa60a6b47: Pull completea073965d9bcb: Pull complete54a820b98e2c: Pull complete61fa9bc5bce5: Pull complete8aca8b1ce062: Pull complete46a9515cde75: Pull complete262d9bd8c855: Pull completeae5331734743: Pull complete08bd63570bca: Pull complete78eb3fe40c1b: Pull complete3a79a58b2092: Pull completeac7e8a5a96a7: Pull completeDigest: sha256:820d5bdb3799f5da6694d98eaf83c30643622415a2382ee9f2be3676799737f7Status: Downloaded newer image for ocaml/opam@sha256:820d5bdb3799f5da6694d98eaf83c30643622415a2382ee9f2be3676799737f72026-04-16 21:16.58 ---> using "d2564225bf1b0f86f879d98077c5aee1af360c988d8f5d2b60b97ba1f9e07761" from cache/: (comment ubuntu-22.04-5.4_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-16 21:16.58 ---> using "6173b475db7783a1c34961d8c0aaafb3b382c024f78aacc75dadbdbb936b85d4" 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-16 21:16.58 ---> using "66cb56b7a1bde2643b508320ad816b5e889a6c383d870e6c22e4b9a554e7404f" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-107-genericThe OCaml toplevel, version 5.4.12.5.02026-04-16 21:16.58 ---> using "e7e8c309fc8dc0f965860a37d87001b835a5e47de72f1345f21f0d262101c352" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-16 21:16.58 ---> using "6db34e0f0c6b7c2450cd6b22daeecef2536e20c11596e7f80d694dbb4746bbe7" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD42844088d7..0b0acbee05 master -> origin/master5f7bb1a6e6 Merge pull request #29704 from shonfeder/release-dune-3.22.2<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything 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-16 21:16.58 ---> using "c8827eb5def96c533cb6189e039e957f8d1cb3a9f1100949c42085617f3219b5" from cache/src: (copy (src obuilder.opam obuilder-spec.opam) (dst ./))2026-04-16 21:16.58 ---> saved as "f58e34d92f3b3628e9d537428b8b03bdf567568134a81a4e153758bf98c0dfa1"/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-16 21:17.05 ---> saved as "fae5e0481aade0f8069e2208cff3f9eceaae4e1d26d4ccaf147a09eedd05c4ad"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-16 21:17.05 ---> saved as "9f11eab82c0ab087d78720254b4bf496b1ce8c0d90b7c2cecb91a761ed6f7dca"/src: (env DEPS "alcotest.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 bigstringaf.0.10.0 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 decompress.1.5.3 domain-local-await.1.0.1 dune.3.22.2 dune-compiledb.0.6.0 dune-configurator.3.22.2 eio.1.3 eio_linux.1.3 eio_main.1.3 eio_posix.1.3 extunix.0.4.4 ezjsonm.1.3.0 fmt.0.11.0 fpath.0.7.3 hex.1.5.0 hmap.0.8.1 iomux.0.4 jsonm.1.0.2 logs.0.10.0 lwt.6.1.1 lwt-dllist.1.1.0 lwt_eio.0.6 mtime.2.1.0 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 psq.0.2.1 ptime.1.2.0 re.1.14.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 sqlite3.5.4.0 stdlib-shims.0.3.0 tar.3.3.0 tar-unix.3.3.0 thread-table.1.0.0 topkg.1.1.1 uring.2.7.0 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://archive.ubuntu.com/ubuntu jammy InRelease- Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]- Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]- Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]- Get:5 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1311 kB]- Get:6 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [7015 kB]- Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3929 kB]- Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [4264 kB]- Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [7232 kB]- Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1623 kB]- Get:11 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [35.9 kB]- Fetched 25.8 MB in 4s (5761 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"- debconf: delaying package configuration, since apt-utils is not installed- Selecting previously unselected package libglib2.0-0:amd64.- (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15669 files and directories currently installed.)- Preparing to unpack .../0-libglib2.0-0_2.72.4-0ubuntu2.9_amd64.deb ...- Unpacking libglib2.0-0:amd64 (2.72.4-0ubuntu2.9) ...- Selecting previously unselected package libglib2.0-data.- Preparing to unpack .../1-libglib2.0-data_2.72.4-0ubuntu2.9_all.deb ...- Unpacking libglib2.0-data (2.72.4-0ubuntu2.9) ...- Selecting previously unselected package libicu70:amd64.- Preparing to unpack .../2-libicu70_70.1-2_amd64.deb ...- Unpacking libicu70:amd64 (70.1-2) ...- Selecting previously unselected package libxml2:amd64.- Preparing to unpack .../3-libxml2_2.9.13+dfsg-1ubuntu0.11_amd64.deb ...- Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.11) ...- Selecting previously unselected package shared-mime-info.- Preparing to unpack .../4-shared-mime-info_2.1-2_amd64.deb ...- Unpacking shared-mime-info (2.1-2) ...- Selecting previously unselected package xdg-user-dirs.- Preparing to unpack .../5-xdg-user-dirs_0.17-2ubuntu4_amd64.deb ...- Unpacking xdg-user-dirs (0.17-2ubuntu4) ...- Selecting previously unselected package libsqlite3-dev:amd64.- Preparing to unpack .../6-libsqlite3-dev_3.37.2-2ubuntu0.5_amd64.deb ...- Unpacking libsqlite3-dev:amd64 (3.37.2-2ubuntu0.5) ...- Selecting previously unselected package pkg-config.- Preparing to unpack .../7-pkg-config_0.29.2-1ubuntu3_amd64.deb ...- Unpacking pkg-config (0.29.2-1ubuntu3) ...- Setting up xdg-user-dirs (0.17-2ubuntu4) ...- Setting up libglib2.0-0:amd64 (2.72.4-0ubuntu2.9) ...- No schema files found: doing nothing.- Setting up libglib2.0-data (2.72.4-0ubuntu2.9) ...- Setting up libsqlite3-dev:amd64 (3.37.2-2ubuntu0.5) ...- Setting up pkg-config (0.29.2-1ubuntu3) ...- Setting up libicu70:amd64 (70.1-2) ...- Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.11) ...- Setting up shared-mime-info (2.1-2) ...- Processing triggers for libc-bin (2.35-0ubuntu3.13) ...# To update the current shell environment, run: eval $(opam env)2026-04-16 21:17.46 ---> saved as "2ad1a7b8d096b1c541a509ae0892800604d496aed1473eecf7d55bb116bcfb3f"/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 65 packages- install alcotest 1.9.1- install astring 0.8.5- install base v0.17.3- install base-bytes base- install bigstringaf 0.10.0- 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 decompress 1.5.3- install domain-local-await 1.0.1- install dune 3.22.2- install dune-compiledb 0.6.0- install dune-configurator 3.22.2- install eio 1.3- install eio_linux 1.3- install eio_main 1.3- install eio_posix 1.3- 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 hmap 0.8.1- install iomux 0.4- install jsonm 1.0.2- install logs 0.10.0- install lwt 6.1.1- install lwt-dllist 1.1.0- install lwt_eio 0.6- install mtime 2.1.0- 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 psq 0.2.1- install ptime 1.2.0- install re 1.14.0- install seq base- install sexplib v0.17.0- install sexplib0 v0.17.0- install sha 1.15.4- install sqlite3 5.4.0- install stdlib-shims 0.3.0- install tar 3.3.0- install tar-unix 3.3.0- install thread-table 1.0.0- install topkg 1.1.1- install uring 2.7.0- install uutf 1.0.4- install yojson 3.0.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved alcotest.1.9.1 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved base.v0.17.3 (cached)-> retrieved bigstringaf.0.10.0 (cached)-> retrieved checkseum.0.5.2 (cached)-> retrieved cppo.1.8.0 (cached)-> installed conf-pkg-config.4-> retrieved cmdliner.2.1.0 (cached)-> retrieved crunch.4.0.0 (cached)-> retrieved csexp.1.5.2 (cached)-> installed conf-sqlite3.1-> retrieved cstruct.6.2.0 (cached)-> retrieved domain-local-await.1.0.1 (cached)-> retrieved dune-compiledb.0.6.0 (cached)-> retrieved eio.1.3, eio_linux.1.3, eio_main.1.3, eio_posix.1.3 (cached)-> retrieved decompress.1.5.3 (cached)-> 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 hmap.0.8.1 (cached)-> retrieved iomux.0.4 (cached)-> retrieved jsonm.1.0.2 (cached)-> retrieved logs.0.10.0 (cached)-> retrieved lwt-dllist.1.1.0 (cached)-> retrieved lwt.6.1.1 (cached)-> retrieved lwt_eio.0.6 (cached)-> retrieved mtime.2.1.0 (cached)-> retrieved num.1.6 (cached)-> retrieved ocaml-compiler-libs.v0.17.0 (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 psq.0.2.1 (cached)-> retrieved ptime.1.2.0 (cached)-> retrieved re.1.14.0 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved sexplib.v0.17.0 (cached)-> retrieved sexplib0.v0.17.0 (cached)-> retrieved sha.1.15.4 (cached)-> retrieved sqlite3.5.4.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved tar.3.3.0, tar-unix.3.3.0 (cached)-> retrieved thread-table.1.0.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved ppxlib.0.38.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved yojson.3.0.0 (cached)-> retrieved uring.2.7.0 (cached)-> retrieved dune.3.22.2, dune-configurator.3.22.2 (cached)-> installed cmdliner.2.1.0-> installed num.1.6-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed topkg.1.1.1-> installed hmap.0.8.1-> installed uutf.1.0.4-> installed mtime.2.1.0-> 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 ppx_derivers.1.2.1-> installed csexp.1.5.2-> installed cppo.1.8.0-> installed crunch.4.0.0-> installed cstruct.6.2.0-> installed lwt-dllist.1.1.0-> installed ocaml-syntax-shims.1.0.0-> installed ocaml_intrinsics_kernel.v0.17.1-> installed optint.0.3.0-> installed psq.0.2.1-> installed re.1.14.0-> installed ocaml-compiler-libs.v0.17.0-> installed sexplib0.v0.17.0-> installed stdlib-shims.0.3.0-> installed thread-table.1.0.0-> installed yojson.3.0.0-> installed ocplib-endian.1.2-> installed hex.1.5.0-> installed domain-local-await.1.0.1-> installed ezjsonm.1.3.0-> installed alcotest.1.9.1-> installed sha.1.15.4-> installed dune-configurator.3.22.2-> installed parsexp.v0.17.0-> installed iomux.0.4-> installed bigstringaf.0.10.0-> installed checkseum.0.5.2-> installed sexplib.v0.17.0-> installed dune-compiledb.0.6.0-> installed uring.2.7.0-> installed eio.1.3-> installed lwt.6.1.1-> installed decompress.1.5.3-> installed sqlite3.5.4.0-> installed lwt_eio.0.6-> installed tar.3.3.0-> installed eio_linux.1.3-> installed eio_posix.1.3-> installed eio_main.1.3-> installed logs.0.10.0-> installed tar-unix.3.3.0-> 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-04-16 21:21.24 ---> saved as "fae5cddbb31d1a417a865d4d271826436fa34a5247be0b5acfadb36dd14b6297"/src: (copy (src .) (dst /src))2026-04-16 21:21.25 ---> saved as "6af07b140068287d8ce9cd665a87a5e2191632188fa2863e85f51ddf553b2c4b"/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 `LFV7Q9BT'.[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 0.508s. 22 tests run.2026-04-16 21:21.34 ---> saved as "c349b699f33aa91bc8d0ec0bcb76b2e7d12b04288dee82e9ee1fd2df2c3a421f"Job succeeded2026-04-16 21:21.34: Job succeeded