Organisationsocurrentobuilder7e15f2 ()macos-homebrew-5.4_arm64_opam-2.5

macos-homebrew-5.4_arm64_opam-2.5

Link Copied
Code Copied

Logs

2026-01-09 21:48.30: New job: test ocurrent/obuilder https://github.com/ocurrent/obuilder.git#refs/pull/199/head (7e15f2dd06ca5f9265b70adf32203e185dbe36de) (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/199/head" && git reset --hard 7e15f2dd
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 2dee2fe30df966714e056f8af164fe0ed7648a63 || git fetch origin master) && git reset -q --hard 2dee2fe30df966714e056f8af164fe0ed7648a63 && 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.20.2 dune-configurator.3.20.2 extunix.0.4.4 fmt.0.11.0 fpath.0.7.3 logs.0.10.0 lwt.5.9.2 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.3.1 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-01-09 21:48.30: Using cache hint "ocurrent/obuilder-macos-homebrew-ocaml-5.4-macos-homebrew-5.4_arm64_opam-2.5-bc8e78791cc956213ae7466f1ea066e5"
2026-01-09 21:48.30: 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 2dee2fe30df966714e056f8af164fe0ed7648a63 || git fetch origin master) && git reset -q --hard 2dee2fe30df966714e056f8af164fe0ed7648a63 && 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 (network host)
(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.20.2 dune-configurator.3.20.2 extunix.0.4.4 fmt.0.11.0 fpath.0.7.3 logs.0.10.0 lwt.5.9.2 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.3.1 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-01-09 21:48.30: Waiting for resource in pool OCluster
2026-01-10 07:56.32: Waiting for worker…
2026-01-10 09:41.50: Got resource from pool OCluster
Building on m1-worker-04
All commits already cached
HEAD is now at 7e15f2d Shared cache


(from macos-homebrew-ocaml-5.4)
2026-01-10 09:41.51 ---> 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-01-10 09:41.51 ---> 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-01-10 09:41.51 ---> 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-01-10 09:41.51 ---> 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 2dee2fe30df966714e056f8af164fe0ed7648a63 || git fetch origin master) && git reset -q --hard 2dee2fe30df966714e056f8af164fe0ed7648a63 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
95f7875db7..a6b2f19780  master     -> origin/master
2dee2fe30d Merge pull request #29195 from raphael-proust/lwt-fix-ocamlfind-dep-constraint


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///Users/mac1000/opam-repository


Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2026-01-10 09:41.51 ---> using "e6409389ce1986383b5ad13faebe7ab0e85b46764e2d0f397d95ff178adc2152" from cache


/: (copy (src obuilder.opam obuilder-spec.opam) (dst ./src/./))
2026-01-10 09:41.52 ---> using "453d234dae0e2de92172102cdf369ca29e95989818d38444fc4cebaac9202428" from cache


/: (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-01-10 09:41.52 ---> using "db34f405e5642095cc8b0acd3d5402d38091c609eee4acdd3c8e12c19c27447b" from cache


/: (run (network host)
(shell "echo '(lang dune 3.0)' > './src/./dune-project'"))
2026-01-10 09:41.52 ---> using "8dea86e0d56b900c8e9692faa552c031b8a4adf3bf7120844ea83e54c7528edd" from cache


/: (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.20.2 dune-configurator.3.20.2 extunix.0.4.4 fmt.0.11.0 fpath.0.7.3 logs.0.10.0 lwt.5.9.2 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.3.1 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.2)
- ✔︎ Bottle Manifest sqlite (3.51.2)
- ✔︎ Bottle Manifest readline (8.3.3)
- ✔︎ Bottle pkgconf (2.5.1)
- ✔︎ Bottle readline (8.3.3)
- ✔︎ Bottle sqlite (3.51.2)
- ==> 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.2.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.2: 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-01-10 09:41.52 ---> using "1a3d668a8cf74a7e4ce248e00c9e2ef82fb1e2e65f845e02fc05c06fbc606687" from cache


/: (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 49 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.20.2
- install dune-configurator       3.20.2
- install extunix                 0.4.4
- install fmt                     0.11.0
- install fpath                   0.7.3
- install logs                    0.10.0
- install lwt                     5.9.2
- 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.3.1
- 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 extunix.0.4.4  (cached)
-> retrieved decompress.1.5.3  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved lwt.5.9.2  (cached)
-> retrieved num.1.6  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved parsexp.v0.17.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_sexp_conv.v0.17.1  (cached)
-> retrieved ppx_deriving.6.1.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.3.1  (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.20.2, dune-configurator.3.20.2  (cached)
-> installed num.1.6
-> installed cmdliner.2.1.0
-> installed ocamlbuild.0.16.1
-> 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 fpath.0.7.3
-> installed dune.3.20.2
-> installed csexp.1.5.2
-> installed crunch.4.0.0
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml-compiler-libs.v0.17.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 ocplib-endian.1.2
-> installed stdlib-shims.0.3.0
-> installed sexplib0.v0.17.0
-> installed sha.1.15.4
-> installed dune-configurator.3.20.2
-> installed re.1.14.0
-> installed yojson.3.0.0
-> installed checkseum.0.5.2
-> installed sqlite3.5.3.1
-> installed alcotest.1.9.1
-> installed decompress.1.5.3
-> installed lwt.5.9.2
-> installed tar.2.6.0
-> installed cstruct-lwt.6.2.0
-> installed parsexp.v0.17.0
-> installed tar-unix.2.6.0
-> installed logs.0.10.0
-> installed sexplib.v0.17.0
-> installed alcotest-lwt.1.9.1
-> 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-01-10 09:41.52 ---> using "7363a4ed8e624369486657164213f7ed3b77c6aeb8665fb6267616d419a92d7f" from cache


/: (copy (src .) (dst ./src))
2026-01-10 09:41.53 ---> saved as "2794841a303a46347b37b001f54eb1a5074318743f8b7371e6dcc396947b9730"


/: (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
(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I test/.test.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/alcotest -I /Users/mac1000/.opam/5.4.0/lib/alcotest-lwt -I /Users/mac1000/.opam/5.4.0/lib/alcotest/engine -I /Users/mac1000/.opam/5.4.0/lib/alcotest/stdlib_ext -I /Users/mac1000/.opam/5.4.0/lib/astring -I /Users/mac1000/.opam/5.4.0/lib/bytes -I /Users/mac1000/.opam/5.4.0/lib/camlp-streams -I /Users/mac1000/.opam/5.4.0/lib/cmdliner -I /Users/mac1000/.opam/5.4.0/lib/cstruct -I /Users/mac1000/.opam/5.4.0/lib/cstruct-lwt -I /Users/mac1000/.opam/5.4.0/lib/extunix -I /Users/mac1000/.opam/5.4.0/lib/fmt -I /Users/mac1000/.opam/5.4.0/lib/fmt/cli -I /Users/mac1000/.opam/5.4.0/lib/fmt/tty -I /Users/mac1000/.opam/5.4.0/lib/fpath -I /Users/mac1000/.opam/5.4.0/lib/logs -I /Users/mac1000/.opam/5.4.0/lib/logs/fmt -I /Users/mac1000/.opam/5.4.0/lib/lwt -I /Users/mac1000/.opam/5.4.0/lib/lwt/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/str -I /Users/mac1000/.opam/5.4.0/lib/ocaml/threads -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.4.0/lib/ocplib-endian -I /Users/mac1000/.opam/5.4.0/lib/ocplib-endian/bigstring -I /Users/mac1000/.opam/5.4.0/lib/parsexp -I /Users/mac1000/.opam/5.4.0/lib/ppx_sexp_conv/runtime-lib -I /Users/mac1000/.opam/5.4.0/lib/re -I /Users/mac1000/.opam/5.4.0/lib/sexplib -I /Users/mac1000/.opam/5.4.0/lib/sexplib0 -I /Users/mac1000/.opam/5.4.0/lib/sha -I /Users/mac1000/.opam/5.4.0/lib/sqlite3 -I /Users/mac1000/.opam/5.4.0/lib/stdlib-shims -I /Users/mac1000/.opam/5.4.0/lib/tar -I /Users/mac1000/.opam/5.4.0/lib/tar-unix -I /Users/mac1000/.opam/5.4.0/lib/uutf -I /Users/mac1000/.opam/5.4.0/lib/yojson -I lib/.obuilder.objs/byte -I lib_spec/.obuilder_spec.objs/byte -cmi-file test/.test.eobjs/byte/dune__exe__Mock_store.cmi -no-alias-deps -opaque -open Dune__exe -o test/.test.eobjs/byte/dune__exe__Mock_store.cmo -c -impl test/mock_store.ml)
File "test/mock_store.ml", line 1:
Error: The implementation test/mock_store.ml
does not match the interface test/mock_store.mli:
Values do not match:
val cache : user:'a -> 'b -> 'c -> 'd
is not included in
val cache :
?shared:bool ->
user:Obuilder_spec.user ->
t -> string -> (string * (unit -> unit Lwt.t)) Lwt.t
The type user:'a -> 'b -> 'c -> 'd is not compatible with the type
?shared:bool ->
         user:Obuilder_spec.user ->
         t -> string -> (string * (unit -> unit Lwt.t)) Lwt.t
Labels user and ?shared do not match
File "lib/s.ml", lines 51-56, characters 2-41: Expected declaration
File "test/mock_store.ml", line 113, characters 4-9:
Actual declaration
(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I test/.test.eobjs/byte -I test/.test.eobjs/native -I /Users/mac1000/.opam/5.4.0/lib/alcotest -I /Users/mac1000/.opam/5.4.0/lib/alcotest-lwt -I /Users/mac1000/.opam/5.4.0/lib/alcotest/engine -I /Users/mac1000/.opam/5.4.0/lib/alcotest/stdlib_ext -I /Users/mac1000/.opam/5.4.0/lib/astring -I /Users/mac1000/.opam/5.4.0/lib/bytes -I /Users/mac1000/.opam/5.4.0/lib/camlp-streams -I /Users/mac1000/.opam/5.4.0/lib/cmdliner -I /Users/mac1000/.opam/5.4.0/lib/cstruct -I /Users/mac1000/.opam/5.4.0/lib/cstruct-lwt -I /Users/mac1000/.opam/5.4.0/lib/extunix -I /Users/mac1000/.opam/5.4.0/lib/fmt -I /Users/mac1000/.opam/5.4.0/lib/fmt/cli -I /Users/mac1000/.opam/5.4.0/lib/fmt/tty -I /Users/mac1000/.opam/5.4.0/lib/fpath -I /Users/mac1000/.opam/5.4.0/lib/logs -I /Users/mac1000/.opam/5.4.0/lib/logs/fmt -I /Users/mac1000/.opam/5.4.0/lib/lwt -I /Users/mac1000/.opam/5.4.0/lib/lwt/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/str -I /Users/mac1000/.opam/5.4.0/lib/ocaml/threads -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.4.0/lib/ocplib-endian -I /Users/mac1000/.opam/5.4.0/lib/ocplib-endian/bigstring -I /Users/mac1000/.opam/5.4.0/lib/parsexp -I /Users/mac1000/.opam/5.4.0/lib/ppx_sexp_conv/runtime-lib -I /Users/mac1000/.opam/5.4.0/lib/re -I /Users/mac1000/.opam/5.4.0/lib/sexplib -I /Users/mac1000/.opam/5.4.0/lib/sexplib0 -I /Users/mac1000/.opam/5.4.0/lib/sha -I /Users/mac1000/.opam/5.4.0/lib/sqlite3 -I /Users/mac1000/.opam/5.4.0/lib/stdlib-shims -I /Users/mac1000/.opam/5.4.0/lib/tar -I /Users/mac1000/.opam/5.4.0/lib/tar-unix -I /Users/mac1000/.opam/5.4.0/lib/uutf -I /Users/mac1000/.opam/5.4.0/lib/yojson -I lib/.obuilder.objs/byte -I lib/.obuilder.objs/native -I lib_spec/.obuilder_spec.objs/byte -I lib_spec/.obuilder_spec.objs/native -cmi-file test/.test.eobjs/byte/dune__exe__Mock_store.cmi -no-alias-deps -opaque -open Dune__exe -o test/.test.eobjs/native/dune__exe__Mock_store.cmx -c -impl test/mock_store.ml)
File "test/mock_store.ml", line 1:
Error: The implementation test/mock_store.ml
does not match the interface test/mock_store.mli:
Values do not match:
val cache : user:'a -> 'b -> 'c -> 'd
is not included in
val cache :
?shared:bool ->
user:Obuilder_spec.user ->
t -> string -> (string * (unit -> unit Lwt.t)) Lwt.t
The type user:'a -> 'b -> 'c -> 'd is not compatible with the type
?shared:bool ->
         user:Obuilder_spec.user ->
         t -> string -> (string * (unit -> unit Lwt.t)) Lwt.t
Labels user and ?shared do not match
File "lib/s.ml", lines 51-56, characters 2-41: Expected declaration
File "test/mock_store.ml", line 113, characters 4-9:
Actual declaration
"/usr/bin/env" "bash" "-c" "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2026-01-10 09:42.00: Job failed: Failed: Build failed