2026-03-19 08:07.44: New job: test ocurrent/obuilder https://github.com/ocurrent/obuilder.git#refs/pull/203/head (131b85645c3a6ff6219f4770a096093a7d01885b) (linux-arm64:debian-13-4.14_arm64_opam-2.5)Base: ocaml/opam:debian-13-ocaml-4.14@sha256:bb26bd0b395363e31dbb0c8f26276c80a9cf90d8cac4c622fa75bed398506adaOpam 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:debian-13-ocaml-4.14@sha256:bb26bd0b395363e31dbb0c8f26276c80a9cf90d8cac4c622fa75bed398506ada# debian-13-4.14_arm64_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 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && 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="astring.0.8.5 base.v0.16.4 base-bigarray.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.22.0 dune-configurator.3.22.0 fmt.0.11.0 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 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-03-19 08:07.44: Using cache hint "ocurrent/obuilder-ocaml/opam:debian-13-ocaml-4.14@sha256:bb26bd0b395363e31dbb0c8f26276c80a9cf90d8cac4c622fa75bed398506ada-debian-13-4.14_arm64_opam-2.5-65672fc37d1ec8ee57775123aeffdfcd"2026-03-19 08:07.44: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.14@sha256:bb26bd0b395363e31dbb0c8f26276c80a9cf90d8cac4c622fa75bed398506ada)(comment debian-13-4.14_arm64_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 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && 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 "astring.0.8.5 base.v0.16.4 base-bigarray.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.22.0 dune-configurator.3.22.0 fmt.0.11.0 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 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-03-19 08:07.44: Waiting for resource in pool OCluster2026-03-19 10:49.47: Waiting for worker…2026-03-19 11:10.13: Got resource from pool OClusterBuilding on ocaml-1.osuosl.ci.devhint: Using 'master' as the name for the initial branch. This default branch namehint: is subject to change. To configure the initial branch name to use in allhint: of your new repositories, which will suppress this warning, call:hint:hint: git config --global init.defaultBranch <name>hint:hint: Names commonly chosen instead of 'master' are 'main', 'trunk' andhint: 'development'. The just-created branch can be renamed via this command:hint:hint: git branch -m <name>Initialized empty Git repository in /var/cache/obuilder/ocluster/git/obuilder.git-a24c8b9c20a9d54a9495a5bd98808b173546cc17/.git/HEAD is now at 131b856 Rewrite to use latest EIO(from ocaml/opam:debian-13-ocaml-4.14@sha256:bb26bd0b395363e31dbb0c8f26276c80a9cf90d8cac4c622fa75bed398506ada)Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:bb26bd0b395363e31dbb0c8f26276c80a9cf90d8cac4c622fa75bed398506ada' locallydocker.io/ocaml/opam@sha256:bb26bd0b395363e31dbb0c8f26276c80a9cf90d8cac4c622fa75bed398506ada: Pulling from ocaml/opamac9148dc57ca: Already exists7888403f6ebd: Pulling fs layerc624d8e138d3: Pulling fs layerbae5329cb92a: Pulling fs layer6228156e24ec: Pulling fs layerd851fec6b77f: Pulling fs layer45e3afcdcfef: Pulling fs layerb3e7f2150c0a: Pulling fs layer91048a8ba3a7: Pulling fs layer26a15cffb83a: Pulling fs layer3c2f2520de0f: Pulling fs layer9f731cc5daa6: Pulling fs layer0809377d5f3c: Pulling fs layer6228156e24ec: Waitingec4e42e8f98c: Pulling fs layerd851fec6b77f: Waiting45e3afcdcfef: Waiting065e3401ccf2: Pulling fs layerb3e7f2150c0a: Waitingbce3ceded749: Pulling fs layerc4a4a6ab703b: Pulling fs layer0809377d5f3c: Waitingaa84bc2cf05b: Pulling fs layer0fb96351134e: Pulling fs layer26a15cffb83a: Waitinga1735f92ccde: Pulling fs layer3c2f2520de0f: Waiting9f731cc5daa6: Waitingdce836972d90: Pulling fs layer8a0c641e2184: Pulling fs layer4f4fb700ef54: Pulling fs layer44a2b50d619a: Pulling fs layer065e3401ccf2: Waitingbce3ceded749: Waitinge27f63ab21e8: Pulling fs layerc4a4a6ab703b: Waiting826c3a0f7d41: Pulling fs layeraa84bc2cf05b: Waiting0fb96351134e: Waiting7fe544c7b3e6: Pulling fs layera1735f92ccde: Waitingefa4af957d6d: Pulling fs layerdce836972d90: Waiting8a0c641e2184: Waitinga2fa2f09a7e4: Pulling fs layer44a2b50d619a: Waiting3e0efbdba3cc: Pulling fs layer4f299997ffd7: Pulling fs layerf868b4e81e65: Pulling fs layer4f4fb700ef54: Waiting87577251fd14: Pulling fs layerec4e42e8f98c: Waiting826c3a0f7d41: Waiting5e9e2e42ec71: Pulling fs layera2fa2f09a7e4: Waiting4f299997ffd7: Waiting3e0efbdba3cc: Waiting7fe544c7b3e6: Waitingefa4af957d6d: Waitingf868b4e81e65: Waiting99812197be51: Pulling fs layer8b48f92b9c03: Pulling fs layer5e9e2e42ec71: Waiting6336fa3f0edf: Pulling fs layere27f63ab21e8: Waitingf03483f6ff47: Pulling fs layer8b48f92b9c03: Waiting26c2642c44cf: Pulling fs layer6336fa3f0edf: Waiting35e7bc3e512e: Pulling fs layerf03483f6ff47: Waiting26c2642c44cf: Waitingfb2e4e264f0c: Pulling fs layer35e7bc3e512e: Waiting87577251fd14: Waitingfb2e4e264f0c: Waiting91048a8ba3a7: Waiting0302ffbcdd6f: Pulling fs layerb6103da63ef0: Pulling fs layerc8238d08ec04: Pulling fs layer84114018616a: Pulling fs layer0302ffbcdd6f: Waiting84114018616a: Waitingc8238d08ec04: Waitingb6103da63ef0: Waiting7888403f6ebd: Verifying Checksum7888403f6ebd: Download complete7888403f6ebd: Pull completebae5329cb92a: Verifying Checksumbae5329cb92a: Download completec624d8e138d3: Pull complete6228156e24ec: Verifying Checksum6228156e24ec: Download complete45e3afcdcfef: Download completeb3e7f2150c0a: Verifying Checksumb3e7f2150c0a: Download completebae5329cb92a: Pull complete6228156e24ec: Pull complete26a15cffb83a: Verifying Checksum26a15cffb83a: Download complete91048a8ba3a7: Verifying Checksum91048a8ba3a7: Download complete3c2f2520de0f: Download complete9f731cc5daa6: Verifying Checksum9f731cc5daa6: Download complete0809377d5f3c: Verifying Checksum0809377d5f3c: Download completeec4e42e8f98c: Verifying Checksumec4e42e8f98c: Download complete065e3401ccf2: Download completebce3ceded749: Verifying Checksumbce3ceded749: Download completec4a4a6ab703b: Verifying Checksumc4a4a6ab703b: Download completed851fec6b77f: Verifying Checksumd851fec6b77f: Download completeaa84bc2cf05b: Verifying Checksumaa84bc2cf05b: Download complete0fb96351134e: Verifying Checksum0fb96351134e: Download completea1735f92ccde: Verifying Checksuma1735f92ccde: Download completedce836972d90: Verifying Checksumdce836972d90: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete44a2b50d619a: Verifying Checksum44a2b50d619a: Download complete8a0c641e2184: Verifying Checksum8a0c641e2184: Download completee27f63ab21e8: Verifying Checksume27f63ab21e8: Download complete826c3a0f7d41: Verifying Checksum826c3a0f7d41: Download complete7fe544c7b3e6: Verifying Checksum7fe544c7b3e6: Download completeefa4af957d6d: Verifying Checksumefa4af957d6d: Download complete3e0efbdba3cc: Verifying Checksum3e0efbdba3cc: Download completea2fa2f09a7e4: Verifying Checksuma2fa2f09a7e4: Download complete4f299997ffd7: Verifying Checksum4f299997ffd7: Download completef868b4e81e65: Verifying Checksumf868b4e81e65: Download complete87577251fd14: Verifying Checksum87577251fd14: Download complete5e9e2e42ec71: Download complete99812197be51: Verifying Checksum99812197be51: Download complete6336fa3f0edf: Verifying Checksum6336fa3f0edf: Download complete26c2642c44cf: Verifying Checksum26c2642c44cf: Download complete35e7bc3e512e: Verifying Checksum35e7bc3e512e: Download completefb2e4e264f0c: Verifying Checksumfb2e4e264f0c: Download completef03483f6ff47: Verifying Checksumf03483f6ff47: Download completeb6103da63ef0: Verifying Checksumb6103da63ef0: Download completec8238d08ec04: Verifying Checksumc8238d08ec04: Download complete84114018616a: Verifying Checksum84114018616a: Download complete0302ffbcdd6f: Verifying Checksum0302ffbcdd6f: Download complete8b48f92b9c03: Verifying Checksum8b48f92b9c03: Download completed851fec6b77f: Pull complete45e3afcdcfef: Pull completeb3e7f2150c0a: Pull complete91048a8ba3a7: Pull complete26a15cffb83a: Pull complete3c2f2520de0f: Pull complete9f731cc5daa6: Pull complete0809377d5f3c: Pull completeec4e42e8f98c: Pull complete065e3401ccf2: Pull completebce3ceded749: Pull completec4a4a6ab703b: Pull completeaa84bc2cf05b: Pull complete0fb96351134e: Pull completea1735f92ccde: Pull completedce836972d90: Pull complete8a0c641e2184: Pull complete4f4fb700ef54: Pull complete44a2b50d619a: Pull completee27f63ab21e8: Pull complete826c3a0f7d41: Pull complete7fe544c7b3e6: Pull completeefa4af957d6d: Pull completea2fa2f09a7e4: Pull complete3e0efbdba3cc: Pull complete4f299997ffd7: Pull completef868b4e81e65: Pull complete87577251fd14: Pull complete5e9e2e42ec71: Pull complete99812197be51: Pull complete8b48f92b9c03: Pull complete6336fa3f0edf: Pull completef03483f6ff47: Pull complete26c2642c44cf: Pull complete35e7bc3e512e: Pull completefb2e4e264f0c: Pull complete0302ffbcdd6f: Pull completeb6103da63ef0: Pull completec8238d08ec04: Pull complete84114018616a: Pull completeDigest: sha256:bb26bd0b395363e31dbb0c8f26276c80a9cf90d8cac4c622fa75bed398506adaStatus: Downloaded newer image for ocaml/opam@sha256:bb26bd0b395363e31dbb0c8f26276c80a9cf90d8cac4c622fa75bed398506ada2026-03-19 11:10.15 ---> using "6c35a6891e911a30fdf28b8e523ebc9def3db09c3bfc8ca0847b476f0567f309" from cache/: (comment debian-13-4.14_arm64_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-03-19 11:10.15 ---> using "9f7501b9862b57a830bacd2a4556ac11a5c9647cf16631d4ba621fc5fdf2aed0" 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.Continue? [Y/n] yThis 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.[NOTE] The 'jobs' option was reset, its value was 79 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=79 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-03-19 11:10.15 ---> using "3eaefff7ddf8815ba15870368e13f1536ea95603b64e8697f58bb017434eeddb" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-101-genericThe OCaml toplevel, version 4.14.22.5.02026-03-19 11:10.15 ---> using "163f42a8fcd7b3a31744df52896efae8623525d86c76d60da1dd024d6cec79f0" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-03-19 11:10.15 ---> using "e95a875afafb0a2298edf332532b06823b329a36e54cc625b3a0c85747134044" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADffb54b9bdd..9f189ca4f9 master -> origin/master9f189ca4f9 Merge pull request #29562 from shonfeder/release-dune-3.22.0<><> 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).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-03-19 11:10.15 ---> using "f0e189df61208d0392ed5a461c918b21ce80b55f607e89b97bbba5d4efa4e3fb" from cache/src: (copy (src obuilder.opam obuilder-spec.opam) (dst ./))2026-03-19 11:10.15 ---> saved as "553b5a12a3ae6948587db27a65b64a986ab3245fbcf11ff27f552a622bd71704"/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-03-19 11:10.21 ---> saved as "f85c4bae5c0489deab245df2abfe47f2eb736b287748135a6b769007b7040758"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-03-19 11:10.21 ---> saved as "c2c98b44fdaaf3d0b38023853ff27722744c6030c930ed259ad9d2f4e2cbc412"/src: (env DEPS "astring.0.8.5 base.v0.16.4 base-bigarray.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.22.0 dune-configurator.3.22.0 fmt.0.11.0 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 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"- 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 arm64 Packages [9607 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main arm64 Packages [116 kB]- Fetched 9954 kB in 1s (8317 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.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[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-03-19 11:10.33 ---> saved as "e26d1da0d71de10cfe3be72251b78900a5ca80ea877b37d5910b0aca65d218d3"/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.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[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.4- install cppo 1.8.0- install csexp 1.5.2- install dune 3.22.0- install dune-configurator 3.22.0- 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.4 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved num.1.6 (cached)-> retrieved ocaml-compiler-libs.v0.12.4 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved parsexp.v0.16.0 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_deriving.6.0.3 (cached)-> retrieved ppx_sexp_conv.v0.16.0 (cached)-> retrieved sexplib.v0.16.0 (cached)-> retrieved sexplib0.v0.16.0 (cached)-> retrieved dune.3.22.0, dune-configurator.3.22.0 (cached)-> installed num.1.6-> installed ocamlbuild.0.16.1-> retrieved ppxlib.0.35.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved topkg.1.1.1 (cached)-> installed ocamlfind.1.9.8-> installed topkg.1.1.1-> installed fmt.0.11.0-> installed astring.0.8.5-> installed dune.3.22.0-> installed ppx_derivers.1.2.1-> installed csexp.1.5.2-> installed cppo.1.8.0-> installed ocaml-compiler-libs.v0.12.4-> installed sexplib0.v0.16.0-> installed stdlib-shims.0.3.0-> installed dune-configurator.3.22.0-> installed parsexp.v0.16.0-> installed sexplib.v0.16.0-> installed base.v0.16.4-> 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-03-19 11:11.56 ---> saved as "262877c981ca02a698c86ce3ec244e9dc118ad7ec3151e08c25530c5001acf86"/src: (copy (src .) (dst /src))2026-03-19 11:11.56 ---> saved as "d5d3f44ff11372469955c929ffe04af9c9e96ea8db0cd8a38152b61092d330e0"/src: (run (shell "opam exec -- dune build --only-packages=obuilder-spec @install @check @runtest && rm -rf _build"))2026-03-19 11:12.00 ---> saved as "fe4bef2a1a48443ca5fcde06277ec59ad575ef7ed263b17c8ff7900c5be423bb"Job succeeded2026-03-19 11:12.01: Job succeeded