2026-05-22 09:48.17: New job: test ocurrent/obuilder https://github.com/ocurrent/obuilder.git#refs/pull/203/head (131b85645c3a6ff6219f4770a096093a7d01885b) (linux-x86_64:ubuntu-26.04-4.14_opam-2.5)Base: ocaml/opam:ubuntu-26.04-ocaml-4.14@sha256:2f255185d21e68bfa168a0f0e7340692071da4b94eb69bf97e318398f8494c2dOpam 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-26.04-ocaml-4.14@sha256:2f255185d21e68bfa168a0f0e7340692071da4b94eb69bf97e318398f8494c2d# ubuntu-26.04-4.14_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 c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && 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="astring.0.8.5 base.v0.16.5 base-bigarray.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 fmt.0.11.0 num.1.6 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.1"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y obuilder-spec.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build --only-packages=obuilder-spec @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-05-22 09:48.17: Using cache hint "ocurrent/obuilder-ocaml/opam:ubuntu-26.04-ocaml-4.14@sha256:2f255185d21e68bfa168a0f0e7340692071da4b94eb69bf97e318398f8494c2d-ubuntu-26.04-4.14_opam-2.5-e77cc7a7cd891cd746edd62cb1ac37b4"2026-05-22 09:48.17: Using OBuilder spec:((from ocaml/opam:ubuntu-26.04-ocaml-4.14@sha256:2f255185d21e68bfa168a0f0e7340692071da4b94eb69bf97e318398f8494c2d)(comment ubuntu-26.04-4.14_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 c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && 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 "astring.0.8.5 base.v0.16.5 base-bigarray.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 fmt.0.11.0 num.1.6 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.1")(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-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 --only-packages=obuilder-spec @install @check @runtest && rm -rf _build")))2026-05-22 09:48.17: Waiting for resource in pool OCluster2026-05-22 13:22.16: Waiting for worker…2026-05-22 13:22.16: Got resource from pool OClusterBuilding on doris.caelum.ci.devAll commits already cachedHEAD is now at 131b856 Rewrite to use latest EIO(from ocaml/opam:ubuntu-26.04-ocaml-4.14@sha256:2f255185d21e68bfa168a0f0e7340692071da4b94eb69bf97e318398f8494c2d)Unable to find image 'ocaml/opam:ubuntu-26.04-ocaml-4.14@sha256:2f255185d21e68bfa168a0f0e7340692071da4b94eb69bf97e318398f8494c2d' locallydocker.io/ocaml/opam@sha256:2f255185d21e68bfa168a0f0e7340692071da4b94eb69bf97e318398f8494c2d: Pulling from ocaml/opam5f528443f346: Pulling fs layer9d7db96ef8a1: Pulling fs layer69cd0ed39c32: Pulling fs layer8ddd605780bc: Pulling fs layerb3563cf9c718: Pulling fs layer0ff6404f2cf9: Pulling fs layer0fd106322b2a: Pulling fs layer9d7db96ef8a1: Waiting69cd0ed39c32: Waiting6cfb66f33040: Pulling fs layerb054a68819af: Pulling fs layerb3563cf9c718: Waiting0ff6404f2cf9: Waiting935df48738cf: Pulling fs layer6d7855f07084: Pulling fs layer8ddd605780bc: Waitingbaf8b6b1404d: Pulling fs layerd11a2bc559d8: Pulling fs layer47b449369e16: Pulling fs layer0fd106322b2a: Waiting8821a6dafec4: Pulling fs layerde6cbfe58b17: Pulling fs layer5f528443f346: Waiting4789d14f0dba: Pulling fs layer935df48738cf: Waiting6cfb66f33040: Waitingdc40a97042b2: Pulling fs layerb054a68819af: Waiting5ba7a82e9924: Pulling fs layer6d7855f07084: Waitingbaf8b6b1404d: Waiting8821a6dafec4: Waitingde6cbfe58b17: Waiting1bd9b354e379: Pulling fs layer47b449369e16: Waiting4789d14f0dba: Waiting5ba7a82e9924: Waitingd95538300577: Pulling fs layerccb31d3e72ef: Pulling fs layerdc40a97042b2: Waitingd5ec08a27795: Pulling fs layer4f4fb700ef54: Pulling fs layerd95538300577: Waitingcace1535e380: Pulling fs layerd5ec08a27795: Waiting6abc7b96ebc8: Pulling fs layer4f4fb700ef54: Waitingcace1535e380: Waiting1bd9b354e379: Waiting31baaf291736: Pulling fs layerd7ee8870a44e: Pulling fs layer6abc7b96ebc8: Waitingbec0e40ffcad: Pulling fs layer8e3943b026f0: Pulling fs layer2a4924aaac32: Pulling fs layer31baaf291736: Waitingd7ee8870a44e: Waiting4761365b4e53: Pulling fs layer8e3943b026f0: Waiting1a958ae6c150: Pulling fs layerbec0e40ffcad: Waiting2a4924aaac32: Waiting65cf788ac9e8: Pulling fs layer1a958ae6c150: Waiting4761365b4e53: Waiting549c069a431e: Pulling fs layerd41918af1eb8: Pulling fs layer65cf788ac9e8: Waitingb07a459306ae: Pulling fs layer7a4d6fbc7167: Pulling fs layer549c069a431e: Waitingb07a459306ae: Waitingd0314755e705: Pulling fs layer9fe4679cfa16: Pulling fs layer7a4d6fbc7167: Waiting3da651ad3c12: Pulling fs layerd0314755e705: Waitingd706efa35e7e: Pulling fs layer9fe4679cfa16: Waiting3da651ad3c12: Waitingbb595e942949: Pulling fs layer755a09591609: Pulling fs layer61e99e660ae4: Pulling fs layer5db38511abe8: Pulling fs layerd706efa35e7e: Waitingbb595e942949: Waiting877491a221b2: Pulling fs layer5db38511abe8: Waiting61e99e660ae4: Waiting755a09591609: Waiting9d7db96ef8a1: Download complete69cd0ed39c32: Download complete8ddd605780bc: Verifying Checksum8ddd605780bc: Download completeb3563cf9c718: Verifying Checksumb3563cf9c718: Download complete0ff6404f2cf9: Verifying Checksum0ff6404f2cf9: Download complete5f528443f346: Verifying Checksum5f528443f346: Download complete6cfb66f33040: Verifying Checksum6cfb66f33040: Download completeb054a68819af: Verifying Checksumb054a68819af: Download complete5f528443f346: Pull complete9d7db96ef8a1: Pull complete69cd0ed39c32: Pull complete8ddd605780bc: Pull completeb3563cf9c718: Pull complete0ff6404f2cf9: Pull complete935df48738cf: Verifying Checksum935df48738cf: Download complete6d7855f07084: Verifying Checksum6d7855f07084: Download completebaf8b6b1404d: Verifying Checksumbaf8b6b1404d: Download completed11a2bc559d8: Verifying Checksumd11a2bc559d8: Download complete47b449369e16: Download complete8821a6dafec4: Verifying Checksum8821a6dafec4: Download completede6cbfe58b17: Verifying Checksumde6cbfe58b17: Download complete4789d14f0dba: Verifying Checksum4789d14f0dba: Download completedc40a97042b2: Download complete5ba7a82e9924: Verifying Checksum5ba7a82e9924: Download complete1bd9b354e379: Download completed95538300577: Verifying Checksumd95538300577: Download completeccb31d3e72ef: Verifying Checksumccb31d3e72ef: Download completed5ec08a27795: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download completecace1535e380: Verifying Checksumcace1535e380: Download complete6abc7b96ebc8: Verifying Checksum6abc7b96ebc8: Download complete31baaf291736: Verifying Checksum31baaf291736: Download completed7ee8870a44e: Download completebec0e40ffcad: Download complete8e3943b026f0: Verifying Checksum8e3943b026f0: Download complete2a4924aaac32: Verifying Checksum2a4924aaac32: Download complete4761365b4e53: Verifying Checksum4761365b4e53: Download complete1a958ae6c150: Verifying Checksum1a958ae6c150: Download complete65cf788ac9e8: Download complete549c069a431e: Verifying Checksum549c069a431e: Download completed41918af1eb8: Verifying Checksumd41918af1eb8: Download complete0fd106322b2a: Verifying Checksum0fd106322b2a: Download complete7a4d6fbc7167: Download completeb07a459306ae: Verifying Checksumb07a459306ae: Download complete9fe4679cfa16: Verifying Checksum9fe4679cfa16: Download complete3da651ad3c12: Download completed706efa35e7e: Verifying Checksumd706efa35e7e: Download completed0314755e705: Verifying Checksumd0314755e705: Download complete61e99e660ae4: Download complete5db38511abe8: Download complete0fd106322b2a: Pull complete6cfb66f33040: Pull completeb054a68819af: Pull complete935df48738cf: Pull complete6d7855f07084: Pull completebaf8b6b1404d: Pull completed11a2bc559d8: Pull complete877491a221b2: Download complete47b449369e16: Pull complete8821a6dafec4: Pull completede6cbfe58b17: Pull complete4789d14f0dba: Pull completedc40a97042b2: Pull complete5ba7a82e9924: Pull complete1bd9b354e379: Pull completed95538300577: Pull completeccb31d3e72ef: Pull completed5ec08a27795: Pull complete4f4fb700ef54: Pull completecace1535e380: Pull complete6abc7b96ebc8: Pull complete31baaf291736: Pull completed7ee8870a44e: Pull completebec0e40ffcad: Pull complete8e3943b026f0: Pull complete2a4924aaac32: Pull complete4761365b4e53: Pull complete1a958ae6c150: Pull complete65cf788ac9e8: Pull complete549c069a431e: Pull completed41918af1eb8: Pull complete755a09591609: Verifying Checksum755a09591609: Download completeb07a459306ae: Pull complete7a4d6fbc7167: Pull completed0314755e705: Pull complete9fe4679cfa16: Pull complete3da651ad3c12: Pull completed706efa35e7e: Pull completebb595e942949: Verifying Checksumbb595e942949: Download completebb595e942949: Pull complete755a09591609: Pull complete61e99e660ae4: Pull complete5db38511abe8: Pull complete877491a221b2: Pull completeDigest: sha256:2f255185d21e68bfa168a0f0e7340692071da4b94eb69bf97e318398f8494c2dStatus: Downloaded newer image for ocaml/opam@sha256:2f255185d21e68bfa168a0f0e7340692071da4b94eb69bf97e318398f8494c2d2026-05-22 13:22.17 ---> using "45d158ca078290bcc17e9facee88fdfae9286d7b57e1f5b30c01b2448818c3bd" from cache/: (comment ubuntu-26.04-4.14_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-05-22 13:22.17 ---> using "f6c43e1eb203c06f8e009c1a61b1d92ed9f33cbff3bd56606096d07c0fa867d4" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD045748b2d8..3e30e43808 master -> origin/masterc180e16309 Merge pull request #29907 from dra27/host-arch-fixes2026-05-22 13:22.17 ---> using "b1a91aec507f1a6c9b9350325d93c65b88ed5df8bedbfd6ea89be77013e9a10f" from cache/src: (run (shell "opam init --reinit -ni"))Configuring from /home/opam/.opamrc and then from built-in defaults.Checking for available remotes: rsync and local, git.- you won't be able to use mercurial repositories unless you install the hg command on your system.- you won't be able to use darcs repositories unless you install the darcs command on your system.This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.You may want to back it up before going further.Continue? [Y/n] y[NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:opam option jobs=71 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[ERROR] Could not update repository "ocaml-patches-overlay": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocurrent/opam-repository/': Could not resolve host: github.com"[default] Initialised2026-05-22 13:22.17 ---> using "b47aa811b6320cb39ff65574fcfdebc8d04ec4e34f53675be37e60d4af630028" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-111-genericThe OCaml toplevel, version 4.14.32.5.12026-05-22 13:22.17 ---> using "e373fcdb3aa17f7c171744d183c6bffd12fe924e41555233a03ede846d5efbf9" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-05-22 13:22.17 ---> using "6958d70ad24338738fb1eadae25c2859184b5c46761c568f19d56c038be230b1" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update -u"))<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches[default] no changes from git+file:///home/opam/opam-repositoryEverything 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-05-22 13:22.17 ---> using "bbb364245ca9ce4b24a4e791f37a72e7568f7b9c403beaf8127fbddf07ed1c7c" from cache/src: (copy (src obuilder.opam obuilder-spec.opam) (dst ./))2026-05-22 13:22.18 ---> saved as "495566cd562fa3181da97b6cca5a606815b60d5b5d28f6e59f705a51cd874511"/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-05-22 13:22.21 ---> saved as "69e249bff7e31e10b428066299c398028339406862496dd78b5c8da09390227c"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-05-22 13:22.22 ---> saved as "922f46ee003821c2f5005e2570bb9d82820790320ff7c1f126b783ff1907a1ae"/src: (env DEPS "astring.0.8.5 base.v0.16.5 base-bigarray.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 fmt.0.11.0 num.1.6 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.1")/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-spec.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Hit:1 http://archive.ubuntu.com/ubuntu resolute InRelease- Get:2 http://security.ubuntu.com/ubuntu resolute-security InRelease [136 kB]- Get:3 http://archive.ubuntu.com/ubuntu resolute-updates InRelease [136 kB]- Hit:4 http://archive.ubuntu.com/ubuntu resolute-backports InRelease- Get:5 http://archive.ubuntu.com/ubuntu resolute-updates/multiverse amd64 Packages [3584 B]- Get:6 http://archive.ubuntu.com/ubuntu resolute-updates/universe amd64 Packages [55.0 kB]- Get:7 http://archive.ubuntu.com/ubuntu resolute-updates/restricted amd64 Packages [216 kB]- Get:8 http://security.ubuntu.com/ubuntu resolute-security/universe amd64 Packages [51.7 kB]- Get:9 http://security.ubuntu.com/ubuntu resolute-security/restricted amd64 Packages [216 kB]- Get:10 http://archive.ubuntu.com/ubuntu resolute-updates/main amd64 Packages [109 kB]- Get:11 http://security.ubuntu.com/ubuntu resolute-security/main amd64 Packages [102 kB]- Fetched 1024 kB in 3s (335 kB/s)- Reading package lists...<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[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 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).# To update the current shell environment, run: eval $(opam env)2026-05-22 13:22.34 ---> saved as "d0595e105d6c1261ca7ddcf33a4733fe4aac6ef739c83798f6a1019f277ded6c"/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 20 packages- install astring 0.8.5- install base v0.16.5- install cppo 1.8.0- install csexp 1.5.2- install dune 3.23.1- install dune-configurator 3.23.1- install fmt 0.11.0- install num 1.6- install ocaml-compiler-libs v0.12.4- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install parsexp v0.16.0- install ppx_derivers 1.2.1- install ppx_deriving 6.0.3- install ppx_sexp_conv v0.16.0- install ppxlib 0.35.0- install sexplib v0.16.0- install sexplib0 v0.16.0- install stdlib-shims 0.3.0- install topkg 1.1.1<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved astring.0.8.5 (cached)-> retrieved base.v0.16.5 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved num.1.6 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved ocaml-compiler-libs.v0.12.4 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved parsexp.v0.16.0 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_sexp_conv.v0.16.0 (cached)-> retrieved ppx_deriving.6.0.3 (cached)-> retrieved sexplib.v0.16.0 (cached)-> retrieved sexplib0.v0.16.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved ppxlib.0.35.0 (cached)-> retrieved dune.3.23.1, dune-configurator.3.23.1 (cached)-> installed num.1.6-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed topkg.1.1.1-> installed fmt.0.11.0-> installed astring.0.8.5-> installed dune.3.23.1-> installed ppx_derivers.1.2.1-> installed stdlib-shims.0.3.0-> installed csexp.1.5.2-> installed cppo.1.8.0-> installed ocaml-compiler-libs.v0.12.4-> installed sexplib0.v0.16.0-> installed dune-configurator.3.23.1-> installed parsexp.v0.16.0-> installed sexplib.v0.16.0-> installed base.v0.16.5-> installed ppxlib.0.35.0-> installed ppx_sexp_conv.v0.16.0-> installed ppx_deriving.6.0.3Done.# To update the current shell environment, run: eval $(opam env)2026-05-22 13:23.27 ---> saved as "6597b0b19626751674a623cefef053175add7175ae28909e98f1c3877e8d2f24"/src: (copy (src .) (dst /src))2026-05-22 13:23.28 ---> saved as "0d16a1e8da899ece7e827adaf62c6dd540bfe031a649bdaccf425a889bbb653a"/src: (run (shell "opam exec -- dune build --only-packages=obuilder-spec @install @check @runtest && rm -rf _build"))2026-05-22 13:23.30 ---> saved as "541a3fef2bc8333511eeeb9971cc8bbae5d93e212021dbd373770c3fdccbc5a0"Job succeeded2026-05-22 13:23.30: Job succeeded