2026-03-19 08:07.44: New job: test ocurrent/obuilder https://github.com/ocurrent/obuilder.git#refs/pull/204/head (7d8adabf856c9cde23f77094dc87dfbf4c3f36db) (macos-arm64:macos-homebrew-5.4_arm64_opam-2.5) Base: macos-homebrew-ocaml-5.4 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocurrent/obuilder.git" && cd "obuilder" && git fetch origin "refs/pull/204/head" && git reset --hard 7d8adabf cat > Dockerfile <<'END-OF-DOCKERFILE' FROM macos-homebrew-ocaml-5.4 # macos-homebrew-5.4_arm64_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" RUN ln -f ~/local/bin/opam-2.5 ~/local/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version RUN 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 --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="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.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 cstruct-lwt.6.2.0 decompress.1.5.3 dune.3.22.0 dune-compiledb.0.6.0 dune-configurator.3.22.0 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.1 num.1.6 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 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.37.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.0 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 $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . ./src RUN cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-03-19 08:07.44: Using cache hint "ocurrent/obuilder-macos-homebrew-ocaml-5.4-macos-homebrew-5.4_arm64_opam-2.5-5e5ea659010e3ca383bea5a5f07b15de" 2026-03-19 08:07.44: Using OBuilder spec: ((from macos-homebrew-ocaml-5.4) (comment macos-homebrew-5.4_arm64_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 "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.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 cstruct-lwt.6.2.0 decompress.1.5.3 dune.3.22.0 dune-compiledb.0.6.0 dune-configurator.3.22.0 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.1 num.1.6 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 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.37.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.0 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 /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.dev 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 @install @check @runtest && rm -rf _build")) ) 2026-03-19 08:07.44: Waiting for resource in pool OCluster 2026-03-19 19:27.38: Waiting for worker… 2026-03-19 21:23.20: Got resource from pool OCluster Building on m1-worker-01 HEAD is now at 9810eb2 Merge pull request #202 from mtelvers/windows-update HEAD is now at 7d8adab Add HCS (Host Compute Service) backend for Windows containers (from macos-homebrew-ocaml-5.4) 2026-03-19 21:23.22 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache /: (comment macos-homebrew-5.4_arm64_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-19 21:23.22 ---> using "0e9d0f8ed44ab1f77ef30c8d8456629e6c63f869a24319cbb64657a84e315111" 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 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] no changes from git+file:///Users/mac1000/opam-repository 2026-03-19 21:23.22 ---> using "06effe220fa63e5f9fae9bf4643255961d59bf292a94931a0e1dd6d81a9fa7c6" from cache /: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Darwin 24.5.0 The OCaml toplevel, version 5.4.0 2.5.0 2026-03-19 21:23.22 ---> using "78e99acc02a52806060d0075d40f6ea681e9ef77eb60ecbbaff6e5155272646b" 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_HEAD 043b6ea343..9f189ca4f9 master -> origin/master 9f189ca4f9 Merge pull request #29562 from shonfeder/release-dune-3.22.0 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///Users/mac1000/opam-repository Everything as up-to-date as possible The following packages are not being upgraded because the new versions conflict with other installed packages: - ocaml.5.5.0 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 21:23.23 ---> using "ca14bc3a7123e65bd92e6b496f19b768f699c36799cea5bdf74383175705954d" from cache /: (copy (src obuilder.opam obuilder-spec.opam) (dst ./src/./)) 2026-03-19 21:23.24 ---> saved as "1d48be177ee21f2b5a9b10b9071b934b6c9e84d449faa9b1cccc9fb22d45f0c4" /: (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-19 21:23.46 ---> saved as "56f5931de5f9f482e5cba99bd1f49bf695581f7bca525bd3629238b262b83a5d" /: (run (shell "echo '(lang dune 3.0)' > './src/./dune-project'")) 2026-03-19 21:23.47 ---> saved as "b87b6526ba1b80d6c41349d98c9335d7fd8de80134fc39e3ce6503b4a9e0e1de" /: (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.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 cstruct-lwt.6.2.0 decompress.1.5.3 dune.3.22.0 dune-compiledb.0.6.0 dune-configurator.3.22.0 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.1 num.1.6 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 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.37.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.0 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 /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.dev obuilder-spec.dev $DEPS")) + /opt/homebrew/bin/brew "update" - ==> Updating Homebrew... - Already up-to-date. <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [obuilder-spec.dev] synchronised (file:///Users/mac1000/src) [obuilder.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 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml is already installed (current version is 5.4.0). [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: pkgconf sqlite <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /opt/homebrew/bin/brew "install" "pkgconf" "sqlite" - ==> Fetching downloads for: pkgconf and sqlite - ✔︎ Bottle Manifest pkgconf (2.5.1) - ✔︎ Bottle Manifest sqlite (3.51.3) - ✔︎ Bottle Manifest pkgconf (2.5.1) - ✔︎ Bottle Manifest sqlite (3.51.3) - ✔︎ Bottle Manifest readline (8.3.3) - ✔︎ Bottle pkgconf (2.5.1) - ✔︎ Bottle readline (8.3.3) - ✔︎ Bottle sqlite (3.51.3) - ==> Pouring pkgconf--2.5.1.arm64_sequoia.bottle.tar.gz - 🍺 /opt/homebrew/Cellar/pkgconf/2.5.1: 28 files, 531.1KB - ==> Running `brew cleanup pkgconf`... - Disable this behaviour by setting `HOMEBREW_NO_INSTALL_CLEANUP=1`. - Hide these hints with `HOMEBREW_NO_ENV_HINTS=1` (see `man brew`). - ==> Installing sqlite dependency: readline - ==> Pouring readline--8.3.3.arm64_sequoia.bottle.tar.gz - 🍺 /opt/homebrew/Cellar/readline/8.3.3: 56 files, 2.7MB - ==> Pouring sqlite--3.51.3.arm64_sequoia.bottle.tar.gz - ==> Caveats - sqlite is keg-only, which means it was not symlinked into /opt/homebrew, - because macOS already provides this software and installing another version in - parallel can cause all kinds of trouble. - - If you need to have sqlite first in your PATH, run: - echo 'export PATH="/opt/homebrew/opt/sqlite/bin:$PATH"' >> ~/.profile - - For compilers to find sqlite you may need to set: - export LDFLAGS="-L/opt/homebrew/opt/sqlite/lib" - export CPPFLAGS="-I/opt/homebrew/opt/sqlite/include" - - For pkgconf to find sqlite you may need to set: - export PKG_CONFIG_PATH="/opt/homebrew/opt/sqlite/lib/pkgconfig" - ==> Summary - 🍺 /opt/homebrew/Cellar/sqlite/3.51.3: 13 files, 5.2MB - ==> Running `brew cleanup sqlite`... - ==> Caveats - ==> sqlite - sqlite is keg-only, which means it was not symlinked into /opt/homebrew, - because macOS already provides this software and installing another version in - parallel can cause all kinds of trouble. - - If you need to have sqlite first in your PATH, run: - echo 'export PATH="/opt/homebrew/opt/sqlite/bin:$PATH"' >> ~/.profile - - For compilers to find sqlite you may need to set: - export LDFLAGS="-L/opt/homebrew/opt/sqlite/lib" - export CPPFLAGS="-I/opt/homebrew/opt/sqlite/include" - - For pkgconf to find sqlite you may need to set: - export PKG_CONFIG_PATH="/opt/homebrew/opt/sqlite/lib/pkgconfig" # To update the current shell environment, run: eval $(opam env) 2026-03-19 21:24.18 ---> saved as "45ce4fb11d5f54c2d2a774be4cc5ccf0a7b9b00dc4e75916d08aef8b1a9f4e07" /: (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 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml is already installed (current version is 5.4.0). [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.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 cstruct-lwt 6.2.0 - install decompress 1.5.3 - install dune 3.22.0 - install dune-compiledb 0.6.0 - install dune-configurator 3.22.0 - 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.1 - 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.37.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.0 - 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 base.v0.17.3 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved camlp-streams.5.0.1 (cached) -> retrieved alcotest.1.9.1, alcotest-lwt.1.9.1 (cached) -> retrieved cmdliner.2.1.0 (cached) -> installed conf-pkg-config.4 -> retrieved crunch.4.0.0 (cached) -> retrieved cppo.1.8.0 (cached) -> installed conf-sqlite3.1 -> retrieved csexp.1.5.2 (cached) -> retrieved checkseum.0.5.2 (cached) -> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0 (cached) -> retrieved dune-compiledb.0.6.0 (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 jsonm.1.0.2 (cached) -> retrieved logs.0.10.0 (cached) -> retrieved num.1.6 (cached) -> retrieved lwt.6.1.1 (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 ocplib-endian.1.2 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved parsexp.v0.17.0 (cached) -> retrieved optint.0.3.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 re.1.14.0 (cached) -> retrieved sexplib.v0.17.0 (cached) -> retrieved ppxlib.0.37.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.2.6.0, tar-unix.2.6.0 (cached) -> retrieved topkg.1.1.1 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved yojson.3.0.0 (cached) -> retrieved dune.3.22.0, dune-configurator.3.22.0 (cached) -> installed ocamlbuild.0.16.1 -> installed num.1.6 -> installed cmdliner.2.1.0 -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed topkg.1.1.1 -> installed uutf.1.0.4 -> installed ptime.1.2.0 -> installed fmt.0.11.0 -> installed astring.0.8.5 -> installed jsonm.1.0.2 -> installed fpath.0.7.3 -> installed dune.3.22.0 -> installed csexp.1.5.2 -> installed crunch.4.0.0 -> installed ocaml_intrinsics_kernel.v0.17.1 -> installed ocaml-compiler-libs.v0.17.0 -> installed ocaml-syntax-shims.1.0.0 -> installed cstruct.6.2.0 -> installed cppo.1.8.0 -> installed camlp-streams.5.0.1 -> installed ppx_derivers.1.2.1 -> installed optint.0.3.0 -> installed hex.1.5.0 -> installed ocplib-endian.1.2 -> installed stdlib-shims.0.3.0 -> installed sexplib0.v0.17.0 -> installed ezjsonm.1.3.0 -> installed re.1.14.0 -> installed sha.1.15.4 -> installed dune-configurator.3.22.0 -> installed yojson.3.0.0 -> installed checkseum.0.5.2 -> installed alcotest.1.9.1 -> installed decompress.1.5.3 -> installed tar.2.6.0 -> installed parsexp.v0.17.0 -> installed lwt.6.1.1 -> installed cstruct-lwt.6.2.0 -> installed tar-unix.2.6.0 -> installed sexplib.v0.17.0 -> installed dune-compiledb.0.6.0 -> installed logs.0.10.0 -> installed alcotest-lwt.1.9.1 -> installed sqlite3.5.4.0 -> installed base.v0.17.3 -> installed ppxlib.0.37.0 -> installed ppxlib_jane.v0.17.4 -> installed ppx_deriving.6.1.1 -> installed ppx_sexp_conv.v0.17.1 -> installed extunix.0.4.4 Done. # To update the current shell environment, run: eval $(opam env) 2026-03-19 21:25.36 ---> saved as "a58d6a1364bf73a4e1b68e9191f00e1e2bb112726b09a66e6763840641c31ab3" /: (copy (src .) (dst ./src)) 2026-03-19 21:25.37 ---> saved as "c9533d2542db09a3181dd0633187f69b6a40939ed8d5d4187399596d41855c0b" /: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/lib && /Users/mac1000/.opam/5.4.0/bin/ocaml-crunch ../static --mode=plain -o Static_files.ml) Generating Static_files.ml Skipping generation of .mli File "test/dune", line 10, characters 7-11: 10 | (name test) ^^^^ (cd _build/default/test && ./test.exe) Testing `OBuilder'. This run has ID `TZOKUL98'. [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. [SKIP] 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. [FAIL] build 4 Concurrent failure 2. [FAIL] build 5 Cancel. [FAIL] build 6 Cancel 2. [FAIL] build 7 Cancel 3. [FAIL] build 8 Cancel 4. [FAIL] build 9 Cancel 5. [FAIL] build 10 Delete. [FAIL] secrets 0 Simple. [FAIL] secrets 1 No secret provided. ┌──────────────────────────────────────────────────────────────────────────────┐ │ [FAIL] build 4 Concurrent failure 2. │ └──────────────────────────────────────────────────────────────────────────────┘ test.exe: [INFO] b1: "(from base)" test.exe: [INFO] Base image not present; importing "base"… test.exe: [INFO] Exec "sudo" "--" "mkdir" "-m" "755" "--" "/var/folders/80/v144j0f12z5g3x_l_p81xtw00000z8/T/build_023d6b_dune/mock-store-7c5a30/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" exec: [|sudo; --; mkdir; -m; 755; --; /var/folders/80/v144j0f12z5g3x_l_p81xtw00000z8/T/build_023d6b_dune/mock-store-7c5a30/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs|] test.exe: [INFO] Exec "docker" "create" "--" "base" exec: [|docker; create; --; base|] test.exe: [INFO] Exec "docker" "export" "--" "base-4" exec: [|docker; export; --; base-4|] test.exe: [INFO] Exec "sudo" "--" "tar" "-C" "/var/folders/80/v144j0f12z5g3x_l_p81xtw00000z8/T/build_023d6b_dune/mock-store-7c5a30/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" "-xf" "-" exec: [|sudo; --; tar; -C; /var/folders/80/v144j0f12z5g3x_l_p81xtw00000z8/T/build_023d6b_dune/mock-store-7c5a30/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs; -xf; -|] test.exe: [INFO] Exec "docker" "rm" "--force" "--" "base-4" exec: [|docker; rm; --force; --; base-4|] docker rm --force "base-4" test.exe: [INFO] Exec "docker" "image" "inspect" "--format" "{{range .Config.Env}}{{print . "\x00"}}{{end}}" "--" "base" exec: [|docker; image; inspect; --format; {{range .Config.Env}}{{print . "\x00"}}{{end}}; --; base|] test.exe: [INFO] b1: "---> saved as \"cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2\"" test.exe: [INFO] b1: "/: (run (shell A))" test.exe: [INFO] b1: "A\n" test.exe: [INFO] b2: "(from base)" test.exe: [INFO] b2: "---> using \"cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2\" from cache" test.exe: [INFO] b2: "/: (run (shell A))" ASSERT timeout 10.000000s ASSERT timeout 10.000000s test.exe: [INFO] Waiting for 1 builds to finish File "src/core/lwt.ml", line 1979, character 26: FAIL timeout 10.000000s Expected: `Alcotest.reject' Received: `Alcotest.reject' Raised at Alcotest_engine__Test.check in file "src/alcotest-engine/test.ml", lines 216-226, characters 4-19 Called from Lwt.Sequential_composition.map.create_result_promise_and_callback_if_deferred.ca in file "src/core/lwt.ml", line 1979, characters 26-31 Logs saved to `~/src/_build/default/test/_build/_tests/OBuilder/build.004.output'. ────────────────────────────────────────────────────────────────────────────── ┌──────────────────────────────────────────────────────────────────────────────┐ │ [FAIL] build 5 Cancel. │ └──────────────────────────────────────────────────────────────────────────────┘ test.exe: [INFO] b: "(from base)" test.exe: [INFO] Base image not present; importing "base"… test.exe: [INFO] Exec "sudo" "--" "mkdir" "-m" "755" "--" "/var/folders/80/v144j0f12z5g3x_l_p81xtw00000z8/T/build_023d6b_dune/mock-store-78e9cc/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" exec: [|sudo; --; mkdir; -m; 755; --; /var/folders/80/v144j0f12z5g3x_l_p81xtw00000z8/T/build_023d6b_dune/mock-store-78e9cc/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs|] test.exe: [INFO] Exec "docker" "create" "--" "base" exec: [|docker; create; --; base|] test.exe: [INFO] Exec "docker" "export" "--" "base-5" exec: [|docker; export; --; base-5|] test.exe: [INFO] Exec "sudo" "--" "tar" "-C" "/var/folders/80/v144j0f12z5g3x_l_p81xtw00000z8/T/build_023d6b_dune/mock-store-78e9cc/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" "-xf" "-" exec: [|sudo; --; tar; -C; /var/folders/80/v144j0f12z5g3x_l_p81xtw00000z8/T/build_023d6b_dune/mock-store-78e9cc/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs; -xf; -|] test.exe: [INFO] Exec "docker" "rm" "--force" "--" "base-5" exec: [|docker; rm; --force; --; base-5|] docker rm --force "base-5" test.exe: [INFO] Exec "docker" "image" "inspect" "--format" "{{range .Config.Env}}{{print . "\x00"}}{{end}}" "--" "base" exec: [|docker; image; inspect; --format; {{range .Config.Env}}{{print . "\x00"}}{{end}}; --; base|] ASSERT timeout 10.000000s test.exe: [INFO] Waiting for 1 builds to finish File "src/core/lwt.ml", line 1979, character 26: FAIL timeout 10.000000s Expected: `Alcotest.reject' Received: `Alcotest.reject' Raised at Alcotest_engine__Test.check in file "src/alcotest-engine/test.ml", lines 216-226, characters 4-19 Called from Lwt.Sequential_composition.map.create_result_promise_and_callback_if_deferred.ca in file "src/core/lwt.ml", line 1979, characters 26-31 Logs saved to `~/src/_build/default/test/_build/_tests/OBuilder/build.005.output'. ────────────────────────────────────────────────────────────────────────────── ┌──────────────────────────────────────────────────────────────────────────────┐ │ [FAIL] build 6 Cancel 2. │ └──────────────────────────────────────────────────────────────────────────────┘ test.exe: [INFO] b1: "(from base)" test.exe: [INFO] Base image not present; importing "base"… test.exe: [INFO] Exec "sudo" "--" "mkdir" "-m" "755" "--" "/var/folders/80/v144j0f12z5g3x_l_p81xtw00000z8/T/build_023d6b_dune/mock-store-a1e812/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" exec: [|sudo; --; mkdir; -m; 755; --; /var/folders/80/v144j0f12z5g3x_l_p81xtw00000z8/T/build_023d6b_dune/mock-store-a1e812/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs|] test.exe: [INFO] Exec "docker" "create" "--" "base" exec: [|docker; create; --; base|] test.exe: [INFO] Exec "docker" "export" "--" "base-6" exec: [|docker; export; --; base-6|] test.exe: [INFO] Exec "sudo" "--" "tar" "-C" "/var/folders/80/v144j0f12z5g3x_l_p81xtw00000z8/T/build_023d6b_dune/mock-store-a1e812/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" "-xf" "-" exec: [|sudo; --; tar; -C; /var/folders/80/v144j0f12z5g3x_l_p81xtw00000z8/T/build_023d6b_dune/mock-store-a1e812/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs; -xf; -|] test.exe: [INFO] Exec "docker" "rm" "--force" "--" "base-6" exec: [|docker; rm; --force; --; base-6|] docker rm --force "base-6" test.exe: [INFO] Exec "docker" "image" "inspect" "--format" "{{range .Config.Env}}{{print . "\x00"}}{{end}}" "--" "base" exec: [|docker; image; inspect; --format; {{range .Config.Env}}{{print . "\x00"}}{{end}}; --; base|] ASSERT timeout 10.000000s test.exe: [INFO] Waiting for 1 builds to finish File "src/core/lwt.ml", line 1979, character 26: FAIL timeout 10.000000s Expected: `Alcotest.reject' Received: `Alcotest.reject' Raised at Alcotest_engine__Test.check in file "src/alcotest-engine/test.ml", lines 216-226, characters 4-19 Called from Lwt.Sequential_composition.map.create_result_promise_and_callback_if_deferred.ca in file "src/core/lwt.ml", line 1979, characters 26-31 Logs saved to `~/src/_build/default/test/_build/_tests/OBuilder/build.006.output'. ────────────────────────────────────────────────────────────────────────────── ┌──────────────────────────────────────────────────────────────────────────────┐ │ [FAIL] build 7 Cancel 3. │ └──────────────────────────────────────────────────────────────────────────────┘ test.exe: [INFO] b1: "(from base)" test.exe: [INFO] Base image not present; importing "base"… test.exe: [INFO] Exec "sudo" "--" "mkdir" "-m" "755" "--" "/var/folders/80/v144j0f12z5g3x_l_p81xtw00000z8/T/build_023d6b_dune/mock-store-bee01e/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" exec: [|sudo; --; mkdir; -m; 755; --; /var/folders/80/v144j0f12z5g3x_l_p81xtw00000z8/T/build_023d6b_dune/mock-store-bee01e/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs|] test.exe: [INFO] Exec "docker" "create" "--" "base" exec: [|docker; create; --; base|] test.exe: [INFO] Exec "docker" "export" "--" "base-7" exec: [|docker; export; --; base-7|] test.exe: [INFO] Exec "sudo" "--" "tar" "-C" "/var/folders/80/v144j0f12z5g3x_l_p81xtw00000z8/T/build_023d6b_dune/mock-store-bee01e/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" "-xf" "-" exec: [|sudo; --; tar; -C; /var/folders/80/v144j0f12z5g3x_l_p81xtw00000z8/T/build_023d6b_dune/mock-store-bee01e/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs; -xf; -|] test.exe: [INFO] Exec "docker" "rm" "--force" "--" "base-7" exec: [|docker; rm; --force; --; base-7|] docker rm --force "base-7" test.exe: [INFO] Exec "docker" "image" "inspect" "--format" "{{range .Config.Env}}{{print . "\x00"}}{{end}}" "--" "base" exec: [|docker; image; inspect; --format; {{range .Config.Env}}{{print . "\x00"}}{{end}}; --; base|] ASSERT timeout 10.000000s test.exe: [INFO] Waiting for 1 builds to finish File "src/core/lwt.ml", line 1979, character 26: FAIL timeout 10.000000s Expected: `Alcotest.reject' Received: `Alcotest.reject' Raised at Alcotest_engine__Test.check in file "src/alcotest-engine/test.ml", lines 216-226, characters 4-19 Called from Lwt.Sequential_composition.map.create_result_promise_and_callback_if_deferred.ca in file "src/core/lwt.ml", line 1979, characters 26-31 Logs saved to `~/src/_build/default/test/_build/_tests/OBuilder/build.007.output'. ────────────────────────────────────────────────────────────────────────────── ┌──────────────────────────────────────────────────────────────────────────────┐ │ [FAIL] build 8 Cancel 4. │ └──────────────────────────────────────────────────────────────────────────────┘ test.exe: [INFO] b1: "(from base)" test.exe: [INFO] Base image not present; importing "base"… test.exe: [INFO] Exec "sudo" "--" "mkdir" "-m" "755" "--" "/var/folders/80/v144j0f12z5g3x_l_p81xtw00000z8/T/build_023d6b_dune/mock-store-9e2adc/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" exec: [|sudo; --; mkdir; -m; 755; --; /var/folders/80/v144j0f12z5g3x_l_p81xtw00000z8/T/build_023d6b_dune/mock-store-9e2adc/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs|] test.exe: [INFO] Exec "docker" "create" "--" "base" exec: [|docker; create; --; base|] test.exe: [INFO] Exec "docker" "export" "--" "base-8" exec: [|docker; export; --; base-8|] test.exe: [INFO] Exec "sudo" "--" "tar" "-C" "/var/folders/80/v144j0f12z5g3x_l_p81xtw00000z8/T/build_023d6b_dune/mock-store-9e2adc/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" "-xf" "-" exec: [|sudo; --; tar; -C; /var/folders/80/v144j0f12z5g3x_l_p81xtw00000z8/T/build_023d6b_dune/mock-store-9e2adc/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs; -xf; -|] test.exe: [INFO] Exec "docker" "rm" "--force" "--" "base-8" exec: [|docker; rm; --force; --; base-8|] docker rm --force "base-8" test.exe: [INFO] Exec "docker" "image" "inspect" "--format" "{{range .Config.Env}}{{print . "\x00"}}{{end}}" "--" "base" exec: [|docker; image; inspect; --format; {{range .Config.Env}}{{print . "\x00"}}{{end}}; --; base|] ASSERT timeout 10.000000s test.exe: [INFO] Waiting for 1 builds to finish File "src/core/lwt.ml", line 1979, character 26: FAIL timeout 10.000000s Expected: `Alcotest.reject' Received: `Alcotest.reject' Raised at Alcotest_engine__Test.check in file "src/alcotest-engine/test.ml", lines 216-226, characters 4-19 Called from Lwt.Sequential_composition.map.create_result_promise_and_callback_if_deferred.ca in file "src/core/lwt.ml", line 1979, characters 26-31 Logs saved to `~/src/_build/default/test/_build/_tests/OBuilder/build.008.output'. ────────────────────────────────────────────────────────────────────────────── ┌──────────────────────────────────────────────────────────────────────────────┐ │ [FAIL] build 9 Cancel 5. │ └──────────────────────────────────────────────────────────────────────────────┘ test.exe: [INFO] b1: "(from base)" test.exe: [INFO] Base image not present; importing "base"… test.exe: [INFO] Exec "sudo" "--" "mkdir" "-m" "755" "--" "/var/folders/80/v144j0f12z5g3x_l_p81xtw00000z8/T/build_023d6b_dune/mock-store-ec3ab8/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" exec: [|sudo; --; mkdir; -m; 755; --; /var/folders/80/v144j0f12z5g3x_l_p81xtw00000z8/T/build_023d6b_dune/mock-store-ec3ab8/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs|] test.exe: [INFO] Exec "docker" "create" "--" "base" exec: [|docker; create; --; base|] test.exe: [INFO] Exec "docker" "export" "--" "base-9" exec: [|docker; export; --; base-9|] test.exe: [INFO] Exec "sudo" "--" "tar" "-C" "/var/folders/80/v144j0f12z5g3x_l_p81xtw00000z8/T/build_023d6b_dune/mock-store-ec3ab8/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" "-xf" "-" exec: [|sudo; --; tar; -C; /var/folders/80/v144j0f12z5g3x_l_p81xtw00000z8/T/build_023d6b_dune/mock-store-ec3ab8/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs; -xf; -|] test.exe: [INFO] Exec "docker" "rm" "--force" "--" "base-9" exec: [|docker; rm; --force; --; base-9|] docker rm --force "base-9" test.exe: [INFO] Exec "docker" "image" "inspect" "--format" "{{range .Config.Env}}{{print . "\x00"}}{{end}}" "--" "base" exec: [|docker; image; inspect; --format; {{range .Config.Env}}{{print . "\x00"}}{{end}}; --; base|] ASSERT timeout 10.000000s test.exe: [INFO] Waiting for 1 builds to finish File "src/core/lwt.ml", line 1979, character 26: FAIL timeout 10.000000s Expected: `Alcotest.reject' Received: `Alcotest.reject' Raised at Alcotest_engine__Test.check in file "src/alcotest-engine/test.ml", lines 216-226, characters 4-19 Called from Lwt.Sequential_composition.map.create_result_promise_and_callback_if_deferred.ca in file "src/core/lwt.ml", line 1979, characters 26-31 Logs saved to `~/src/_build/default/test/_build/_tests/OBuilder/build.009.output'. ────────────────────────────────────────────────────────────────────────────── ┌──────────────────────────────────────────────────────────────────────────────┐ │ [FAIL] build 10 Delete. │ └──────────────────────────────────────────────────────────────────────────────┘ test.exe: [INFO] b1: "(from base)" test.exe: [INFO] Base image not present; importing "base"… test.exe: [INFO] Exec "sudo" "--" "mkdir" "-m" "755" "--" "/var/folders/80/v144j0f12z5g3x_l_p81xtw00000z8/T/build_023d6b_dune/mock-store-c7bf06/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" exec: [|sudo; --; mkdir; -m; 755; --; /var/folders/80/v144j0f12z5g3x_l_p81xtw00000z8/T/build_023d6b_dune/mock-store-c7bf06/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs|] test.exe: [INFO] Exec "docker" "create" "--" "base" exec: [|docker; create; --; base|] test.exe: [INFO] Exec "docker" "export" "--" "base-10" exec: [|docker; export; --; base-10|] test.exe: [INFO] Exec "sudo" "--" "tar" "-C" "/var/folders/80/v144j0f12z5g3x_l_p81xtw00000z8/T/build_023d6b_dune/mock-store-c7bf06/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" "-xf" "-" exec: [|sudo; --; tar; -C; /var/folders/80/v144j0f12z5g3x_l_p81xtw00000z8/T/build_023d6b_dune/mock-store-c7bf06/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs; -xf; -|] test.exe: [INFO] Exec "docker" "rm" "--force" "--" "base-10" exec: [|docker; rm; --force; --; base-10|] docker rm --force "base-10" test.exe: [INFO] Exec "docker" "image" "inspect" "--format" "{{range .Config.Env}}{{print . "\x00"}}{{end}}" "--" "base" exec: [|docker; image; inspect; --format; {{range .Config.Env}}{{print . "\x00"}}{{end}}; --; base|] ASSERT timeout 10.000000s File "src/core/lwt.ml", line 1979, character 26: FAIL timeout 10.000000s Expected: `Alcotest.reject' Received: `Alcotest.reject' Raised at Alcotest_engine__Test.check in file "src/alcotest-engine/test.ml", lines 216-226, characters 4-19 Called from Lwt.Sequential_composition.map.create_result_promise_and_callback_if_deferred.ca in file "src/core/lwt.ml", line 1979, characters 26-31 Logs saved to `~/src/_build/default/test/_build/_tests/OBuilder/build.010.output'. ────────────────────────────────────────────────────────────────────────────── ┌──────────────────────────────────────────────────────────────────────────────┐ │ [FAIL] secrets 0 Simple. │ └──────────────────────────────────────────────────────────────────────────────┘ test.exe: [INFO] b: "(from base)" test.exe: [INFO] Base image not present; importing "base"… test.exe: [INFO] Exec "sudo" "--" "mkdir" "-m" "755" "--" "/var/folders/80/v144j0f12z5g3x_l_p81xtw00000z8/T/build_023d6b_dune/mock-store-a54ac6/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" exec: [|sudo; --; mkdir; -m; 755; --; /var/folders/80/v144j0f12z5g3x_l_p81xtw00000z8/T/build_023d6b_dune/mock-store-a54ac6/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs|] test.exe: [INFO] Exec "docker" "create" "--" "base" exec: [|docker; create; --; base|] test.exe: [INFO] Exec "docker" "export" "--" "base-11" exec: [|docker; export; --; base-11|] test.exe: [INFO] Exec "sudo" "--" "tar" "-C" "/var/folders/80/v144j0f12z5g3x_l_p81xtw00000z8/T/build_023d6b_dune/mock-store-a54ac6/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" "-xf" "-" exec: [|sudo; --; tar; -C; /var/folders/80/v144j0f12z5g3x_l_p81xtw00000z8/T/build_023d6b_dune/mock-store-a54ac6/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs; -xf; -|] test.exe: [INFO] Exec "docker" "rm" "--force" "--" "base-11" exec: [|docker; rm; --force; --; base-11|] docker rm --force "base-11" test.exe: [INFO] Exec "docker" "image" "inspect" "--format" "{{range .Config.Env}}{{print . "\x00"}}{{end}}" "--" "base" exec: [|docker; image; inspect; --format; {{range .Config.Env}}{{print . "\x00"}}{{end}}; --; base|] ASSERT timeout 10.000000s File "src/core/lwt.ml", line 1979, character 26: FAIL timeout 10.000000s Expected: `Alcotest.reject' Received: `Alcotest.reject' Raised at Alcotest_engine__Test.check in file "src/alcotest-engine/test.ml", lines 216-226, characters 4-19 Called from Lwt.Sequential_composition.map.create_result_promise_and_callback_if_deferred.ca in file "src/core/lwt.ml", line 1979, characters 26-31 Logs saved to `~/src/_build/default/test/_build/_tests/OBuilder/secrets.000.output'. ────────────────────────────────────────────────────────────────────────────── ┌──────────────────────────────────────────────────────────────────────────────┐ │ [FAIL] secrets 1 No secret provided. │ └──────────────────────────────────────────────────────────────────────────────┘ test.exe: [INFO] b: "(from base)" test.exe: [INFO] Base image not present; importing "base"… test.exe: [INFO] Exec "sudo" "--" "mkdir" "-m" "755" "--" "/var/folders/80/v144j0f12z5g3x_l_p81xtw00000z8/T/build_023d6b_dune/mock-store-a120e0/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" exec: [|sudo; --; mkdir; -m; 755; --; /var/folders/80/v144j0f12z5g3x_l_p81xtw00000z8/T/build_023d6b_dune/mock-store-a120e0/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs|] test.exe: [INFO] Exec "docker" "create" "--" "base" exec: [|docker; create; --; base|] test.exe: [INFO] Exec "docker" "export" "--" "base-12" exec: [|docker; export; --; base-12|] test.exe: [INFO] Exec "sudo" "--" "tar" "-C" "/var/folders/80/v144j0f12z5g3x_l_p81xtw00000z8/T/build_023d6b_dune/mock-store-a120e0/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" "-xf" "-" exec: [|sudo; --; tar; -C; /var/folders/80/v144j0f12z5g3x_l_p81xtw00000z8/T/build_023d6b_dune/mock-store-a120e0/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs; -xf; -|] test.exe: [INFO] Exec "docker" "rm" "--force" "--" "base-12" exec: [|docker; rm; --force; --; base-12|] docker rm --force "base-12" test.exe: [INFO] Exec "docker" "image" "inspect" "--format" "{{range .Config.Env}}{{print . "\x00"}}{{end}}" "--" "base" exec: [|docker; image; inspect; --format; {{range .Config.Env}}{{print . "\x00"}}{{end}}; --; base|] ASSERT timeout 10.000000s File "src/core/lwt.ml", line 1979, character 26: FAIL timeout 10.000000s Expected: `Alcotest.reject' Received: `Alcotest.reject' Raised at Alcotest_engine__Test.check in file "src/alcotest-engine/test.ml", lines 216-226, characters 4-19 Called from Lwt.Sequential_composition.map.create_result_promise_and_callback_if_deferred.ca in file "src/core/lwt.ml", line 1979, characters 26-31 Logs saved to `~/src/_build/default/test/_build/_tests/OBuilder/secrets.001.output'. ────────────────────────────────────────────────────────────────────────────── Full test results in `~/src/_build/default/test/_build/_tests/OBuilder'. 9 failures! in 91.095s. 21 tests run. "/usr/bin/env" "bash" "-c" "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1 2026-03-19 21:27.16: Job failed: Failed: Build failed