2026-06-26 09:18.10: New job: test ocsigen/ocsigen-dune-rules https://github.com/ocsigen/ocsigen-dune-rules.git#refs/heads/main (900b11d336d7b3563242cafb5cf2bf59036ad0fc) (macos-arm64:macos-homebrew-5.5_arm64_opam-2.5)Base: macos-homebrew-ocaml-5.5Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocsigen/ocsigen-dune-rules.git" -b "main" && cd "ocsigen-dune-rules" && git reset --hard 900b11d3cat > Dockerfile <<'END-OF-DOCKERFILE'FROM macos-homebrew-ocaml-5.5# macos-homebrew-5.5_arm64_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"RUN ln -f ~/local/bin/opam-2.5 ~/local/bin/opamRUN cd ~/opam-repository && (git cat-file -e 10b9bc82426ac6d613a21b70509373ed5b785d42 || git fetch origin master) && git reset -q --hard 10b9bc82426ac6d613a21b70509373ed5b785d42 && git log --no-decorate -n1 --onelineRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionRUN opam update -uCOPY --chown=1000:1000 ocsigen-dune-rules.opam ./src/./RUN opam pin add -yn ocsigen-dune-rules.dev './src/./'RUN echo '(lang dune 3.0)' > './src/./dune-project'ENV DEPS="angstrom.0.16.1 asn1-combinators.0.3.2 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 base64.3.5.2 bigstringaf.0.10.0 bos.0.3.0 ca-certs.1.0.3 camlzip.1.14 cmdliner.2.1.1 cohttp.6.2.1 cohttp-lwt.6.2.1 cohttp-lwt-unix.6.2.1 compiler-cloning.enabled conduit.8.0.0 conduit-lwt.8.0.0 conduit-lwt-unix.8.0.0 conf-binaryen.1 conf-gmp.5 conf-gmp-powm-sec.4 conf-libssl.4 conf-pkg-config.5 conf-sqlite3.1 conf-zlib.1 cppo.1.8.0 cryptokit.1.21.1 csexp.1.5.2 cstruct.6.2.0 digestif.1.3.0 domain-name.0.5.0 dune.3.23.1 dune-compiledb.0.6.0 dune-configurator.3.23.1 duration.0.3.1 eliom.12.1.0 eqaf.0.10 ezjsonm.1.3.0 fmt.0.11.0 fpath.0.7.3 gen.1.1 gmap.0.3.0 hex.1.5.0 http.6.2.1 ipaddr.5.6.2 ipaddr-sexp.5.6.2 js_of_ocaml.6.4.0 js_of_ocaml-compiler.6.4.0 js_of_ocaml-lwt.6.4.0 js_of_ocaml-ocamlbuild.5.0 js_of_ocaml-ppx.6.4.0 js_of_ocaml-ppx_deriving_json.6.4.0 js_of_ocaml-tyxml.6.4.0 jsonm.1.0.2 kdf.1.0.0 logs.0.10.0 logs-syslog.0.5.0 lwt.6.1.2 lwt_react.1.2.0 lwt_ssl.1.2.0 macaddr.5.6.2 magic-mime.1.3.1 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 mirage-crypto.2.1.0 mirage-crypto-ec.2.1.0 mirage-crypto-pk.2.1.0 mirage-crypto-rng.2.1.0 num.1.6 ocaml.5.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 ocaml-compiler-libs.v0.17.0 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.2 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ocsigen-ppx-rpc.1.1 ocsigenserver.7.0.0 ocsipersist.2.1.0 ocsipersist-lib.2.1.0 ocsipersist-sqlite.2.1.0 ohex.0.2.0 parsexp.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_sexp_conv.v0.17.1 ppxlib.0.38.0 ppxlib_jane.v0.17.4 ptime.1.2.0 re.1.14.0 react.1.2.2 reactiveData.0.3.1 rresult.0.7.0 sedlex.3.7 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 sqlite3.5.4.1 ssl.0.7.0 stdlib-shims.0.3.0 stringext.1.6.0 syslog-message.1.2.0 topkg.1.1.1 tyxml.4.6.0 uri.4.4.0 uri-sexp.4.4.0 uutf.1.0.4 wasm_of_ocaml-compiler.6.4.0 x509.1.1.0 xml-light.2.5 yojson.3.0.0 zarith.1.14"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y ocsigen-dune-rules.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . ./srcRUN cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-06-26 09:18.10: Using cache hint "ocsigen/ocsigen-dune-rules-macos-homebrew-ocaml-5.5-macos-homebrew-5.5_arm64_opam-2.5-1b26bedb536b6a89859a6ad9893260e1"2026-06-26 09:18.10: Using OBuilder spec:((from macos-homebrew-ocaml-5.5)(comment macos-homebrew-5.5_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 (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 10b9bc82426ac6d613a21b70509373ed5b785d42 || git fetch origin master) && git reset -q --hard 10b9bc82426ac6d613a21b70509373ed5b785d42 && git log --no-decorate -n1 --oneline"))(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 "opam update -u"))(copy (src ocsigen-dune-rules.opam) (dst ./src/./))(run (network host)(shell "opam pin add -yn ocsigen-dune-rules.dev './src/./'"))(run (shell "echo '(lang dune 3.0)' > './src/./dune-project'"))(env DEPS "angstrom.0.16.1 asn1-combinators.0.3.2 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 base64.3.5.2 bigstringaf.0.10.0 bos.0.3.0 ca-certs.1.0.3 camlzip.1.14 cmdliner.2.1.1 cohttp.6.2.1 cohttp-lwt.6.2.1 cohttp-lwt-unix.6.2.1 compiler-cloning.enabled conduit.8.0.0 conduit-lwt.8.0.0 conduit-lwt-unix.8.0.0 conf-binaryen.1 conf-gmp.5 conf-gmp-powm-sec.4 conf-libssl.4 conf-pkg-config.5 conf-sqlite3.1 conf-zlib.1 cppo.1.8.0 cryptokit.1.21.1 csexp.1.5.2 cstruct.6.2.0 digestif.1.3.0 domain-name.0.5.0 dune.3.23.1 dune-compiledb.0.6.0 dune-configurator.3.23.1 duration.0.3.1 eliom.12.1.0 eqaf.0.10 ezjsonm.1.3.0 fmt.0.11.0 fpath.0.7.3 gen.1.1 gmap.0.3.0 hex.1.5.0 http.6.2.1 ipaddr.5.6.2 ipaddr-sexp.5.6.2 js_of_ocaml.6.4.0 js_of_ocaml-compiler.6.4.0 js_of_ocaml-lwt.6.4.0 js_of_ocaml-ocamlbuild.5.0 js_of_ocaml-ppx.6.4.0 js_of_ocaml-ppx_deriving_json.6.4.0 js_of_ocaml-tyxml.6.4.0 jsonm.1.0.2 kdf.1.0.0 logs.0.10.0 logs-syslog.0.5.0 lwt.6.1.2 lwt_react.1.2.0 lwt_ssl.1.2.0 macaddr.5.6.2 magic-mime.1.3.1 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 mirage-crypto.2.1.0 mirage-crypto-ec.2.1.0 mirage-crypto-pk.2.1.0 mirage-crypto-rng.2.1.0 num.1.6 ocaml.5.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 ocaml-compiler-libs.v0.17.0 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.2 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ocsigen-ppx-rpc.1.1 ocsigenserver.7.0.0 ocsipersist.2.1.0 ocsipersist-lib.2.1.0 ocsipersist-sqlite.2.1.0 ohex.0.2.0 parsexp.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_sexp_conv.v0.17.1 ppxlib.0.38.0 ppxlib_jane.v0.17.4 ptime.1.2.0 re.1.14.0 react.1.2.2 reactiveData.0.3.1 rresult.0.7.0 sedlex.3.7 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 sqlite3.5.4.1 ssl.0.7.0 stdlib-shims.0.3.0 stringext.1.6.0 syslog-message.1.2.0 topkg.1.1.1 tyxml.4.6.0 uri.4.4.0 uri-sexp.4.4.0 uutf.1.0.4 wasm_of_ocaml-compiler.6.4.0 x509.1.1.0 xml-light.2.5 yojson.3.0.0 zarith.1.14")(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 ocsigen-dune-rules.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-06-26 09:18.10: Waiting for resource in pool OCluster2026-06-26 12:11.36: Waiting for worker…2026-06-26 13:29.45: Got resource from pool OClusterBuilding on m1-worker-04All commits already cachedHEAD is now at 900b11d Merge pull request #7 from Julow/gen-app-fix(from macos-homebrew-ocaml-5.5)2026-06-26 13:29.45 ---> using "82c12866f23b098fbbf8b05008cd71f7526a13ffd1bc8a39e4d487c3b436c70f" from cache/: (comment macos-homebrew-5.5_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-06-26 13:29.45 ---> using "66f8eee01ecd3eb6537e87a3fb8e6278886ddc6897b79e190a452d36267d447e" 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 10b9bc82426ac6d613a21b70509373ed5b785d42 || git fetch origin master) && git reset -q --hard 10b9bc82426ac6d613a21b70509373ed5b785d42 && git log --no-decorate -n1 --oneline"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADb7773e2175..10b9bc8242 master -> origin/master10b9bc8242 Merge pull request #30143 from shonfeder/bound-on-dune-3-242026-06-26 13:29.46 ---> using "58d0bfcb7ce465c119fe308508feab499d0be4d11948b7e5b62e53564d54fbe1" 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] synchronised from git+file:///Users/mac1000/opam-repositorydefault (at git+file:///Users/mac1000/opam-repository):[WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)default (at git+file:///Users/mac1000/opam-repository):[INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html)2026-06-26 13:29.46 ---> using "b567405677d0f509844b628cb455d151af6fa25cb9cfe1254e4a2e5579a2c9a1" from cache/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Darwin 24.5.0The OCaml toplevel, version 5.5.02.5.02026-06-26 13:29.46 ---> using "82b49e5f0c8aa3132eee82194134d894044a1a8af3949d5b23f933f0f393cf3c" from cache/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "opam update -u"))<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] no changes 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.1However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.1"), 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-06-26 13:29.46 ---> using "f38b38f79e67558c02afbccd5bb3e8fe7dab2c2bf38297a82e0198d9e13b5c25" from cache/: (copy (src ocsigen-dune-rules.opam) (dst ./src/./))2026-06-26 13:29.46 ---> using "a0cb0542dffc666ab388882275f621cfc4b7fee0f9c1d7e16b48aa2988ea683c" from cache/: (run (network host)(shell "opam pin add -yn ocsigen-dune-rules.dev './src/./'"))[NOTE] Package ocsigen-dune-rules does not exist in opam repositories registered in the current switch.[ocsigen-dune-rules.dev] synchronised (file:///Users/mac1000/src)[WARNING] Failed checks on ocsigen-dune-rules package definition from source at file:///Users/mac1000/src:warning 35: Missing field 'homepage'warning 36: Missing field 'bug-reports'ocsigen-dune-rules is now pinned to file:///Users/mac1000/src (version dev)2026-06-26 13:29.46 ---> using "ca291d38b961832f4b70252176cad6301cc87b74c00b9ef6694558735cf6ae95" from cache/: (run (shell "echo '(lang dune 3.0)' > './src/./dune-project'"))2026-06-26 13:29.46 ---> using "439691372ccf5b6b8159539385fe3732f93141f9e14f48de4c0030a37dbec5a1" from cache/: (env DEPS "angstrom.0.16.1 asn1-combinators.0.3.2 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 base64.3.5.2 bigstringaf.0.10.0 bos.0.3.0 ca-certs.1.0.3 camlzip.1.14 cmdliner.2.1.1 cohttp.6.2.1 cohttp-lwt.6.2.1 cohttp-lwt-unix.6.2.1 compiler-cloning.enabled conduit.8.0.0 conduit-lwt.8.0.0 conduit-lwt-unix.8.0.0 conf-binaryen.1 conf-gmp.5 conf-gmp-powm-sec.4 conf-libssl.4 conf-pkg-config.5 conf-sqlite3.1 conf-zlib.1 cppo.1.8.0 cryptokit.1.21.1 csexp.1.5.2 cstruct.6.2.0 digestif.1.3.0 domain-name.0.5.0 dune.3.23.1 dune-compiledb.0.6.0 dune-configurator.3.23.1 duration.0.3.1 eliom.12.1.0 eqaf.0.10 ezjsonm.1.3.0 fmt.0.11.0 fpath.0.7.3 gen.1.1 gmap.0.3.0 hex.1.5.0 http.6.2.1 ipaddr.5.6.2 ipaddr-sexp.5.6.2 js_of_ocaml.6.4.0 js_of_ocaml-compiler.6.4.0 js_of_ocaml-lwt.6.4.0 js_of_ocaml-ocamlbuild.5.0 js_of_ocaml-ppx.6.4.0 js_of_ocaml-ppx_deriving_json.6.4.0 js_of_ocaml-tyxml.6.4.0 jsonm.1.0.2 kdf.1.0.0 logs.0.10.0 logs-syslog.0.5.0 lwt.6.1.2 lwt_react.1.2.0 lwt_ssl.1.2.0 macaddr.5.6.2 magic-mime.1.3.1 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 mirage-crypto.2.1.0 mirage-crypto-ec.2.1.0 mirage-crypto-pk.2.1.0 mirage-crypto-rng.2.1.0 num.1.6 ocaml.5.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 ocaml-compiler-libs.v0.17.0 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.2 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ocsigen-ppx-rpc.1.1 ocsigenserver.7.0.0 ocsipersist.2.1.0 ocsipersist-lib.2.1.0 ocsipersist-sqlite.2.1.0 ohex.0.2.0 parsexp.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_sexp_conv.v0.17.1 ppxlib.0.38.0 ppxlib_jane.v0.17.4 ptime.1.2.0 re.1.14.0 react.1.2.2 reactiveData.0.3.1 rresult.0.7.0 sedlex.3.7 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 sqlite3.5.4.1 ssl.0.7.0 stdlib-shims.0.3.0 stringext.1.6.0 syslog-message.1.2.0 topkg.1.1.1 tyxml.4.6.0 uri.4.4.0 uri-sexp.4.4.0 uutf.1.0.4 wasm_of_ocaml-compiler.6.4.0 x509.1.1.0 xml-light.2.5 yojson.3.0.0 zarith.1.14")/: (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 ocsigen-dune-rules.dev $DEPS"))+ /opt/homebrew/bin/brew "update"- ==> Updating Homebrew...- Already up-to-date.<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[ocsigen-dune-rules.dev] synchronised (file:///Users/mac1000/src)[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-compiler is already installed (current version is 5.5.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.5.0).[NOTE] Package ocaml is already installed (current version is 5.5.0).[NOTE] Package compiler-cloning is already installed (current version is enabled).[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:binaryen gmp openssl pkgconf sqlite zlib<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /opt/homebrew/bin/brew "install" "binaryen" "gmp" "openssl" "pkgconf" "sqlite" "zlib"- ==> Would install 6 formulae:- binaryen gmp openssl@3 pkgconf sqlite zlib- ==> Downloading https://ghcr.io/v2/homebrew/core/binaryen/manifests/130- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/cc03e7d8b4fded3ee37c99a0a831e5252c8584897c94eba2aad1701fe13a00e1--binaryen-130.bottle_manifest.json- ==> Downloading https://ghcr.io/v2/homebrew/core/gmp/manifests/6.3.0- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/70a72a71216843d66a953c06ff6337445ce9bc94fae9f0e301e2f59005274a8e--gmp-6.3.0.bottle_manifest.json- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.6.2- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ae0a9cd90e18a4f3e7ee9cc8dcce477b900705c85bd54a93cacd34a54241ba2f--openssl@3-3.6.2.bottle_manifest.json- ==> Would install 1 dependency for openssl@3:- ca-certificates- ==> Downloading https://ghcr.io/v2/homebrew/core/pkgconf/manifests/2.5.1- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e0bf05fafcedcfbde9a9a488dc3a083cadd19584ac19f4cc053a9c265f841120--pkgconf-2.5.1.bottle_manifest.json- ==> Downloading https://ghcr.io/v2/homebrew/core/sqlite/manifests/3.53.2- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e8d33452998f5c19ff241d6df89ed986c0872d92899f902c628282953fb792ec--sqlite-3.53.2.bottle_manifest.json- ==> Would install 1 dependency for sqlite:- readline- ==> Downloading https://ghcr.io/v2/homebrew/core/zlib/manifests/1.3.2- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/f282597aed8fe0ac379bf69d8c5d84188d411aa55684a548238b43833a4380e7--zlib-1.3.2.bottle_manifest.json- ==> Fetching downloads for: binaryen, gmp, openssl@3, pkgconf, sqlite and zlib- ✔︎ Bottle binaryen (130)- ✔︎ Bottle gmp (6.3.0)- ✔︎ Bottle ca-certificates (2026-05-14)- ✔︎ Bottle openssl@3 (3.6.2)- ✔︎ Bottle pkgconf (2.5.1)- ✔︎ Bottle readline (8.3.3)- ✔︎ Bottle sqlite (3.53.2)- ✔︎ Bottle zlib (1.3.2)- ✔︎ Bottle readline (8.3.3)- ✔︎ Bottle sqlite (3.53.2)- ✔︎ Bottle zlib (1.3.2)- ==> Pouring binaryen--130.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/binaryen/130: 2,146 files, 61.8MB- ==> Running `brew cleanup binaryen`...- Disable this behaviour by setting `HOMEBREW_NO_INSTALL_CLEANUP=1`.- Hide these hints with `HOMEBREW_NO_ENV_HINTS=1` (see `man brew`).- ==> Pouring gmp--6.3.0.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/gmp/6.3.0: 22 files, 3.4MB- ==> Running `brew cleanup gmp`...- ==> Installing openssl@3 dependency: ca-certificates- ==> Pouring ca-certificates--2026-05-14.all.bottle.tar.gz- ==> Regenerating CA certificate bundle from keychain, this may take a while...- 🍺 /opt/homebrew/Cellar/ca-certificates/2026-05-14: 4 files, 198.8KB- ==> Pouring openssl@3--3.6.2.arm64_sequoia.bottle.tar.gz- ==> Caveats- To add additional certificates, place .pem files in- /opt/homebrew/etc/openssl@3/certs-- and run- /opt/homebrew/opt/openssl@3/bin/c_rehash-- OpenSSL 3.6 is only supported until 2026-11-01 so the `openssl@3`- formula will be downgraded to OpenSSL 3.5 (LTS) in a future update.- ==> Summary- 🍺 /opt/homebrew/Cellar/openssl@3/3.6.2: 7,627 files, 37.4MB- ==> Running `brew cleanup openssl@3`...- ==> Pouring pkgconf--2.5.1.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/pkgconf/2.5.1: 28 files, 529.8KB- ==> Running `brew cleanup pkgconf`...- ==> 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.53.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.53.2: 13 files, 5.4MB- ==> Running `brew cleanup sqlite`...- ==> Pouring zlib--1.3.2.arm64_sequoia.bottle.tar.gz- ==> Caveats- zlib 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.-- For compilers to find zlib you may need to set:- export LDFLAGS="-L/opt/homebrew/opt/zlib/lib"- export CPPFLAGS="-I/opt/homebrew/opt/zlib/include"-- For pkgconf to find zlib you may need to set:- export PKG_CONFIG_PATH="/opt/homebrew/opt/zlib/lib/pkgconfig"- ==> Summary- 🍺 /opt/homebrew/Cellar/zlib/1.3.2: 14 files, 421.7KB- ==> Running `brew cleanup zlib`...- ==> Caveats- ==> openssl@3- To add additional certificates, place .pem files in- /opt/homebrew/etc/openssl@3/certs-- and run- /opt/homebrew/opt/openssl@3/bin/c_rehash-- OpenSSL 3.6 is only supported until 2026-11-01 so the `openssl@3`- formula will be downgraded to OpenSSL 3.5 (LTS) in a future update.- ==> 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"- ==> zlib- zlib 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.-- For compilers to find zlib you may need to set:- export LDFLAGS="-L/opt/homebrew/opt/zlib/lib"- export CPPFLAGS="-I/opt/homebrew/opt/zlib/include"-- For pkgconf to find zlib you may need to set:- export PKG_CONFIG_PATH="/opt/homebrew/opt/zlib/lib/pkgconfig"# To update the current shell environment, run: eval $(opam env)2026-06-26 13:29.46 ---> using "4149eab99d967cea760b194e9a7998e163aeb9c0008013ad797d5d136e775e1b" 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-compiler is already installed (current version is 5.5.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.5.0).[NOTE] Package ocaml is already installed (current version is 5.5.0).[NOTE] Package compiler-cloning is already installed (current version is enabled).[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 113 packages- install angstrom 0.16.1- install asn1-combinators 0.3.2- install astring 0.8.5- install base v0.17.3- install base-bytes base- install base64 3.5.2- install bigstringaf 0.10.0- install bos 0.3.0- install ca-certs 1.0.3- install camlzip 1.14- install cmdliner 2.1.1- install cohttp 6.2.1- install cohttp-lwt 6.2.1- install cohttp-lwt-unix 6.2.1- install conduit 8.0.0- install conduit-lwt 8.0.0- install conduit-lwt-unix 8.0.0- install conf-binaryen 1- install conf-gmp 5- install conf-gmp-powm-sec 4- install conf-libssl 4- install conf-pkg-config 5- install conf-sqlite3 1- install conf-zlib 1- install cppo 1.8.0- install cryptokit 1.21.1- install csexp 1.5.2- install cstruct 6.2.0- install digestif 1.3.0- install domain-name 0.5.0- install dune 3.23.1- install dune-compiledb 0.6.0- install dune-configurator 3.23.1- install duration 0.3.1- install eliom 12.1.0- install eqaf 0.10- install ezjsonm 1.3.0- install fmt 0.11.0- install fpath 0.7.3- install gen 1.1- install gmap 0.3.0- install hex 1.5.0- install http 6.2.1- install ipaddr 5.6.2- install ipaddr-sexp 5.6.2- install js_of_ocaml 6.4.0- install js_of_ocaml-compiler 6.4.0- install js_of_ocaml-lwt 6.4.0- install js_of_ocaml-ocamlbuild 5.0- install js_of_ocaml-ppx 6.4.0- install js_of_ocaml-ppx_deriving_json 6.4.0- install js_of_ocaml-tyxml 6.4.0- install jsonm 1.0.2- install kdf 1.0.0- install logs 0.10.0- install logs-syslog 0.5.0- install lwt 6.1.2- install lwt_react 1.2.0- install lwt_ssl 1.2.0- install macaddr 5.6.2- install magic-mime 1.3.1- install menhir 20260209- install menhirCST 20260209- install menhirGLR 20260209- install menhirLib 20260209- install menhirSdk 20260209- install mirage-crypto 2.1.0- install mirage-crypto-ec 2.1.0- install mirage-crypto-pk 2.1.0- install mirage-crypto-rng 2.1.0- install num 1.6- install ocaml-compiler-libs v0.17.0- install ocaml-syntax-shims 1.0.0- install ocaml_intrinsics_kernel v0.17.2- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocplib-endian 1.2- install ocsigen-ppx-rpc 1.1- install ocsigenserver 7.0.0- install ocsipersist 2.1.0- install ocsipersist-lib 2.1.0- install ocsipersist-sqlite 2.1.0- install ohex 0.2.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.38.0- install ppxlib_jane v0.17.4- install ptime 1.2.0- install re 1.14.0- install react 1.2.2- install reactiveData 0.3.1- install rresult 0.7.0- install sedlex 3.7- install seq base- install sexplib v0.17.0- install sexplib0 v0.17.0- install sqlite3 5.4.1- install ssl 0.7.0- install stdlib-shims 0.3.0- install stringext 1.6.0- install syslog-message 1.2.0- install topkg 1.1.1- install tyxml 4.6.0- install uri 4.4.0- install uri-sexp 4.4.0- install uutf 1.0.4- install wasm_of_ocaml-compiler 6.4.0- install x509 1.1.0- install xml-light 2.5- install yojson 3.0.0- install zarith 1.14<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved astring.0.8.5 (cached)-> retrieved asn1-combinators.0.3.2 (cached)-> retrieved angstrom.0.16.1 (cached)-> retrieved base64.3.5.2 (cached)-> retrieved bigstringaf.0.10.0 (cached)-> retrieved base.v0.17.3 (cached)-> retrieved ca-certs.1.0.3 (cached)-> retrieved bos.0.3.0 (cached)-> retrieved cmdliner.2.1.1 (cached)-> retrieved camlzip.1.14 (cached)-> retrieved conf-gmp.5 (cached)-> retrieved conf-gmp-powm-sec.4 (cached)-> retrieved conf-libssl.4 (cached)-> retrieved conf-pkg-config.5 (cached)-> retrieved conduit.8.0.0, conduit-lwt.8.0.0, conduit-lwt-unix.8.0.0 (cached)-> installed conf-binaryen.1-> retrieved cryptokit.1.21.1 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved csexp.1.5.2 (cached)-> installed conf-pkg-config.5-> retrieved cstruct.6.2.0 (cached)-> retrieved cohttp.6.2.1, cohttp-lwt.6.2.1, cohttp-lwt-unix.6.2.1, http.6.2.1 (cached)-> installed conf-zlib.1-> retrieved domain-name.0.5.0 (cached)-> retrieved digestif.1.3.0 (cached)-> installed conf-libssl.4-> installed conf-gmp.5-> installed conf-sqlite3.1-> retrieved duration.0.3.1 (cached)-> retrieved dune-compiledb.0.6.0 (cached)-> retrieved eqaf.0.10 (cached)-> installed conf-gmp-powm-sec.4-> retrieved ezjsonm.1.3.0 (cached)-> retrieved eliom.12.1.0 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved gen.1.1 (cached)-> retrieved gmap.0.3.0 (cached)-> retrieved hex.1.5.0 (cached)-> retrieved ipaddr.5.6.2, ipaddr-sexp.5.6.2, macaddr.5.6.2 (cached)-> retrieved js_of_ocaml-ocamlbuild.5.0 (cached)-> retrieved dune.3.23.1, dune-configurator.3.23.1 (cached)-> retrieved kdf.1.0.0 (cached)-> retrieved jsonm.1.0.2 (cached)-> retrieved js_of_ocaml.6.4.0, js_of_ocaml-compiler.6.4.0, js_of_ocaml-lwt.6.4.0, js_of_ocaml-ppx.6.4.0, js_of_ocaml-ppx_deriving_json.6.4.0, js_of_ocaml-tyxml.6.4.0, wasm_of_ocaml-compiler.6.4.0 (cached)-> retrieved logs-syslog.0.5.0 (cached)-> retrieved logs.0.10.0 (cached)-> retrieved lwt_ssl.1.2.0 (cached)-> retrieved lwt.6.1.2 (cached)-> retrieved magic-mime.1.3.1 (cached)-> retrieved lwt_react.1.2.0 (cached)-> retrieved num.1.6 (cached)-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached)-> retrieved ocaml-compiler-libs.v0.17.0 (cached)-> retrieved mirage-crypto.2.1.0, mirage-crypto-ec.2.1.0, mirage-crypto-pk.2.1.0, mirage-crypto-rng.2.1.0 (cached)-> retrieved ocaml_intrinsics_kernel.v0.17.2 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved ocsigen-ppx-rpc.1.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocsipersist.2.1.0, ocsipersist-lib.2.1.0, ocsipersist-sqlite.2.1.0 (cached)-> retrieved ocsigenserver.7.0.0 (cached)-> retrieved ohex.0.2.0 (cached)-> installed cmdliner.2.1.1-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved parsexp.v0.17.0 (cached)-> retrieved ppx_deriving.6.1.1 (cached)-> retrieved ppx_sexp_conv.v0.17.1 (cached)-> retrieved ppxlib_jane.v0.17.4 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved re.1.14.0 (cached)-> retrieved ptime.1.2.0 (cached)-> retrieved react.1.2.2 (cached)-> retrieved reactiveData.0.3.1 (cached)-> retrieved rresult.0.7.0 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved sedlex.3.7 (cached)-> retrieved sexplib.v0.17.0 (cached)-> retrieved sexplib0.v0.17.0 (cached)-> retrieved sqlite3.5.4.1 (cached)-> retrieved ppxlib.0.38.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved ssl.0.7.0 (cached)-> retrieved stringext.1.6.0 (cached)-> retrieved syslog-message.1.2.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved uri.4.4.0, uri-sexp.4.4.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved tyxml.4.6.0 (cached)-> retrieved xml-light.2.5 (cached)-> retrieved x509.1.1.0 (cached)-> retrieved zarith.1.14 (cached)-> retrieved yojson.3.0.0 (cached)-> installed num.1.6-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed camlzip.1.14-> installed zarith.1.14-> installed ocamlbuild.0.16.1-> installed topkg.1.1.1-> installed rresult.0.7.0-> installed uutf.1.0.4-> installed react.1.2.2-> installed fmt.0.11.0-> installed ptime.1.2.0-> installed astring.0.8.5-> installed jsonm.1.0.2-> installed fpath.0.7.3-> installed dune.3.23.1-> installed csexp.1.5.2-> installed duration.0.3.1-> installed eqaf.0.10-> installed domain-name.0.5.0-> installed cstruct.6.2.0-> installed cppo.1.8.0-> installed base64.3.5.2-> installed asn1-combinators.0.3.2-> installed gmap.0.3.0-> installed hex.1.5.0-> installed js_of_ocaml-ocamlbuild.5.0-> installed macaddr.5.6.2-> installed http.6.2.1-> installed gen.1.1-> installed menhirCST.20260209-> installed magic-mime.1.3.1-> installed digestif.1.3.0-> installed menhirGLR.20260209-> installed ipaddr.5.6.2-> installed menhirLib.20260209-> installed dune-configurator.3.23.1-> installed menhirSdk.20260209-> installed ohex.0.2.0-> installed ocaml_intrinsics_kernel.v0.17.2-> installed ppx_derivers.1.2.1-> installed ocplib-endian.1.2-> installed ocaml-syntax-shims.1.0.0-> installed ocaml-compiler-libs.v0.17.0-> installed bigstringaf.0.10.0-> installed reactiveData.0.3.1-> installed mirage-crypto.2.1.0-> installed sexplib0.v0.17.0-> installed angstrom.0.16.1-> installed cryptokit.1.21.1-> installed kdf.1.0.0-> installed re.1.14.0-> installed ezjsonm.1.3.0-> installed ssl.0.7.0-> installed stringext.1.6.0-> installed stdlib-shims.0.3.0-> installed syslog-message.1.2.0-> installed lwt.6.1.2-> installed uri.4.4.0-> installed xml-light.2.5-> installed lwt_ssl.1.2.0-> installed lwt_react.1.2.0-> installed parsexp.v0.17.0-> installed yojson.3.0.0-> installed sexplib.v0.17.0-> installed tyxml.4.6.0-> installed dune-compiledb.0.6.0-> installed sqlite3.5.4.1-> installed menhir.20260209-> installed base.v0.17.3-> installed ppxlib.0.38.0-> installed ppxlib_jane.v0.17.4-> installed ocsigen-ppx-rpc.1.1-> installed ppx_deriving.6.1.1-> installed sedlex.3.7-> installed ppx_sexp_conv.v0.17.1-> installed ipaddr-sexp.5.6.2-> installed uri-sexp.4.4.0-> installed js_of_ocaml-compiler.6.4.0-> installed logs.0.10.0-> installed mirage-crypto-rng.2.1.0-> installed conduit.8.0.0-> installed mirage-crypto-pk.2.1.0-> installed cohttp.6.2.1-> installed conduit-lwt.8.0.0-> installed bos.0.3.0-> installed cohttp-lwt.6.2.1-> installed mirage-crypto-ec.2.1.0-> installed x509.1.1.0-> installed ca-certs.1.0.3-> installed logs-syslog.0.5.0-> installed conduit-lwt-unix.8.0.0-> installed cohttp-lwt-unix.6.2.1-> installed ocsigenserver.7.0.0-> installed js_of_ocaml.6.4.0-> installed ocsipersist-lib.2.1.0-> installed ocsipersist.2.1.0-> installed js_of_ocaml-ppx.6.4.0-> installed ocsipersist-sqlite.2.1.0-> installed js_of_ocaml-ppx_deriving_json.6.4.0-> installed js_of_ocaml-tyxml.6.4.0-> installed wasm_of_ocaml-compiler.6.4.0-> installed js_of_ocaml-lwt.6.4.0-> installed eliom.12.1.0Done.# To update the current shell environment, run: eval $(opam env)2026-06-26 13:29.46 ---> using "51982b9032548480a88f0d6294f32f4300eba39fb7090b5eebc814c120459d60" from cache/: (copy (src .) (dst ./src))2026-06-26 13:29.48 ---> saved as "e9c5072a3c88bc1bb05351b3f3c5266f07377b0cf525bf17ad9479989d1da4b0"/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))2026-06-26 13:29.55 ---> saved as "2de4513f11b600772e5ab612500e93f9f76bb0e6568a0b3742a3b758e307b260"Job succeeded2026-06-26 13:30.01: Job succeeded