2026-03-19 08:07.44: New job: test ocurrent/obuilder https://github.com/ocurrent/obuilder.git#refs/pull/203/head (131b85645c3a6ff6219f4770a096093a7d01885b) (macos-x86_64:macos-homebrew-4.14_opam-2.5)Base: macos-homebrew-ocaml-4.14Opam 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 macos-homebrew-ocaml-4.14# macos-homebrew-4.14_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"RUN ln -f ~/local/bin/opam-2.5 ~/local/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionRUN 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 ./src/./RUN opam pin add -yn obuilder.dev './src/./' && \opam pin add -yn obuilder-spec.dev './src/./'RUN echo '(lang dune 3.0)' > './src/./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 cd ./src && 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-macos-homebrew-ocaml-4.14-macos-homebrew-4.14_opam-2.5-65672fc37d1ec8ee57775123aeffdfcd"2026-03-19 08:07.44: Using OBuilder spec:((from macos-homebrew-ocaml-4.14)(comment macos-homebrew-4.14_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(run (shell "ln -f ~/local/bin/opam-2.5 ~/local/bin/opam"))(run (shell "opam init --reinit -ni"))(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(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 ./src/./))(run (network host)(shell "opam pin add -yn obuilder.dev './src/./' && \\nopam pin add -yn obuilder-spec.dev './src/./'"))(run (shell "echo '(lang dune 3.0)' > './src/./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 /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y obuilder-spec.dev $DEPS"))(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "opam install $DEPS"))(copy (src .) (dst ./src))(run (shell "cd ./src && 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-20 01:04.45: Waiting for worker…2026-03-20 03:52.39: Got resource from pool OClusterBuilding on i7-worker-02HEAD is now at 7e15f2d Shared cacheHEAD is now at 131b856 Rewrite to use latest EIO(from macos-homebrew-ocaml-4.14)2026-03-20 03:52.39 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache/: (comment macos-homebrew-4.14_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (run (shell "ln -f ~/local/bin/opam-2.5 ~/local/bin/opam"))2026-03-20 03:52.40 ---> using "75b1629629d7f21c50a7e1e39b2ef83e2edb8ace81aab34254c0c8782b814749" from cache/: (run (shell "opam init --reinit -ni"))No configuration file found, using 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 /Users/mac1000/.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] no changes from git+file:///Users/mac1000/opam-repository2026-03-20 03:52.40 ---> using "a61e945ab7671a6fff400f946e3fe88df4d67a783ea1f56fa59dc21595ef1b19" from cache/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Darwin 24.5.0The OCaml toplevel, version 4.14.22.5.02026-03-20 03:52.40 ---> using "11a9923a4c4f0ab256d15330129e4c4938459d2e6239eb4f7bdf0f2620300e09" from cache/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(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_HEAD4c9d80b731..9f189ca4f9 master -> origin/master9f189ca4f9 Merge pull request #29562 from shonfeder/release-dune-3.22.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///Users/mac1000/opam-repositoryEverything as up-to-date as possibleThe following packages are not being upgraded because the new versions conflict with other installed packages:- ocaml.5.5.0- ocaml-config.3However, 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-20 03:52.41 ---> using "2ff5904eee6d78a2e0a2172e50a82fa4df9bdae63778786871d1ae36e3f13afd" from cache/: (copy (src obuilder.opam obuilder-spec.opam) (dst ./src/./))2026-03-20 03:52.43 ---> saved as "d7d7e18529cce390726816865d1093ccb966600fa8b5b7e24154aa6e3804ec22"/: (run (network host)(shell "opam pin add -yn obuilder.dev './src/./' && \\nopam pin add -yn obuilder-spec.dev './src/./'"))[obuilder.dev] synchronised (file:///Users/mac1000/src)obuilder is now pinned to file:///Users/mac1000/src (version dev)[obuilder-spec.dev] synchronised (file:///Users/mac1000/src)obuilder-spec is now pinned to file:///Users/mac1000/src (version dev)2026-03-20 03:52.58 ---> saved as "4df1b481266b58c67a49d023873600951bc0975339f650d07d2df37fe45b35ab"/: (run (shell "echo '(lang dune 3.0)' > './src/./dune-project'"))2026-03-20 03:53.00 ---> saved as "26ae4f7d8a66d78afe386c7d15960e7807f416975eef99d0bb96ce80c9618011"/: (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 /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y obuilder-spec.dev $DEPS"))+ /usr/local/bin/brew "update"- ==> Updating Homebrew...- Already up-to-date.<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[obuilder-spec.dev] synchronised (file:///Users/mac1000/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-20 03:53.31 ---> saved as "ebdce6843c2227ac814bf42b0136f4dbb2b90f5dfaef8d200d8cc4a9200deb39"/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(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 cppo.1.8.0 (cached)-> retrieved base.v0.16.4 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved num.1.6 (cached)-> retrieved ocaml-compiler-libs.v0.12.4 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved parsexp.v0.16.0 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ppx_deriving.6.0.3 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_sexp_conv.v0.16.0 (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.22.0, dune-configurator.3.22.0 (cached)-> installed ocamlfind.1.9.8-> installed num.1.6-> installed ocamlbuild.0.16.1-> installed topkg.1.1.1-> installed fmt.0.11.0-> installed astring.0.8.5-> installed dune.3.22.0-> installed stdlib-shims.0.3.0-> installed ppx_derivers.1.2.1-> installed csexp.1.5.2-> installed sexplib0.v0.16.0-> installed ocaml-compiler-libs.v0.12.4-> installed cppo.1.8.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_deriving.6.0.3-> installed ppx_sexp_conv.v0.16.0Done.# To update the current shell environment, run: eval $(opam env)2026-03-20 03:55.16 ---> saved as "108c1f6b4b97ece628dcc4f82632ce319e4f2d85421a1ea0b3ad79bd170c09c0"/: (copy (src .) (dst ./src))2026-03-20 03:55.18 ---> saved as "01d7687cd722287b8b194edd9b21dbcdbe6dbec6618efd294a26a8e4a1f4cf2c"/: (run (shell "cd ./src && opam exec -- dune build --only-packages=obuilder-spec @install @check @runtest && rm -rf _build"))2026-03-20 03:55.21 ---> saved as "6c57194044b2772bf779685e413cccd1e09e99a7d2b0fced6c9da80ab09245f0"Job succeeded2026-03-20 03:55.30: Job succeeded