2025-11-26 10:37.45: New job: test ahrefs/devkit https://github.com/ahrefs/devkit.git#refs/heads/lwt-engine-prelude (d15cb7a3e8b46be4bbaf04651b3a01f37e34efb9) (macos-arm64:macos-homebrew-4.14_arm64_opam-2.4)Base: macos-homebrew-ocaml-4.14Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ahrefs/devkit.git" -b "lwt-engine-prelude" && cd "devkit" && git reset --hard d15cb7a3cat > Dockerfile <<'END-OF-DOCKERFILE'FROM macos-homebrew-ocaml-4.14# macos-homebrew-4.14_arm64_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"RUN ln -f ~/local/bin/opam-2.4 ~/local/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionRUN cd ~/opam-repository && (git cat-file -e b49397b0ceedaa40b0332ddfcf0e0fda708e4a5a || git fetch origin master) && git reset -q --hard b49397b0ceedaa40b0332ddfcf0e0fda708e4a5a && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 devkit.opam ./src/./RUN opam pin add -yn devkit.dev './src/./'RUN echo '(lang dune 3.0)' > './src/./dune-project'ENV DEPS="astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlzip.1.13 conf-libcurl.2 conf-libevent.1 conf-libpcre2-8.2 conf-pkg-config.4 conf-zlib.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 curl.0.10.0 curl_lwt.0.10.0 dune.3.20.2 dune-compiledb.0.6.0 dune-configurator.3.20.2 extlib.1.8.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 libevent.0.8.1 lwt.5.9.2 lwt_ppx.5.9.2 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ocurl.transition ounit2.2.2.7 parsexp.v0.16.0 pcre2.8.0.4 ppx_derivers.1.2.1 ppxlib.0.37.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.1 trace.0.10 uutf.1.0.4 yojson.3.0.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --depext-only -y devkit.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-BLOCK2025-11-26 10:37.45: Using cache hint "ahrefs/devkit-macos-homebrew-ocaml-4.14-macos-homebrew-4.14_arm64_opam-2.4-85197820baa0c81ce3e501c3645ac570"2025-11-26 10:37.45: Using OBuilder spec:((from macos-homebrew-ocaml-4.14)(comment macos-homebrew-4.14_arm64_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(run (shell "ln -f ~/local/bin/opam-2.4 ~/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 b49397b0ceedaa40b0332ddfcf0e0fda708e4a5a || git fetch origin master) && git reset -q --hard b49397b0ceedaa40b0332ddfcf0e0fda708e4a5a && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src devkit.opam) (dst ./src/./))(run (network host)(shell "opam pin add -yn devkit.dev './src/./'"))(run (network host)(shell "echo '(lang dune 3.0)' > './src/./dune-project'"))(env DEPS "astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlzip.1.13 conf-libcurl.2 conf-libevent.1 conf-libpcre2-8.2 conf-pkg-config.4 conf-zlib.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 curl.0.10.0 curl_lwt.0.10.0 dune.3.20.2 dune-compiledb.0.6.0 dune-configurator.3.20.2 extlib.1.8.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 libevent.0.8.1 lwt.5.9.2 lwt_ppx.5.9.2 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ocurl.transition ounit2.2.2.7 parsexp.v0.16.0 pcre2.8.0.4 ppx_derivers.1.2.1 ppxlib.0.37.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.1 trace.0.10 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.4 --depext-only -y devkit.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")))2025-11-26 10:37.45: Waiting for resource in pool OCluster2025-11-26 14:55.37: Waiting for worker…2025-11-26 17:26.20: Got resource from pool OClusterBuilding on m1-worker-03All commits already cachedHEAD is now at d15cb7a prelude: prefer poll over select, except if libev(from macos-homebrew-ocaml-4.14)2025-11-26 17:26.20 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache/: (comment macos-homebrew-4.14_arm64_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (run (shell "ln -f ~/local/bin/opam-2.4 ~/local/bin/opam"))2025-11-26 17:26.20 ---> using "16fd332aba96a180769fbf49639a0f9a6aa6ed7d2edfa24c2b9bea4039176eb4" from cache/: (run (shell "opam init --reinit -ni"))No configuration file found, using built-in defaults.Checking for available remotes: rsync and local, git.- you won't be able to use mercurial repositories unless you install the hg command on your system.- you won't be able to use darcs repositories unless you install the darcs command on your system.This version of opam requires an update to the layout of /Users/mac1000/.opam from version 2.1 to version 2.2, which can't be reverted.You may want to back it up before going further.Continue? [Y/n] y[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:opam option jobs=1 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///Users/mac1000/opam-repository2025-11-26 17:26.20 ---> using "441082522a992e4675bb61cf184ac4d487fcb27eccab875ab68ef480e42527a0" from cache/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Darwin 24.5.0The OCaml toplevel, version 4.14.22.4.12025-11-26 17:26.20 ---> using "73a23ad864bce177bda3ef5ed15fdc258f712e067e25e839184501078d169a1f" 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 b49397b0ceedaa40b0332ddfcf0e0fda708e4a5a || git fetch origin master) && git reset -q --hard b49397b0ceedaa40b0332ddfcf0e0fda708e4a5a && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD5bf570252b..cdece73aa3 master -> origin/masterb49397b0ce Fix MSys2 side-conditions for conf-packages, part 2/3 (#28944)<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///Users/mac1000/opam-repositoryEverything as up-to-date as possibleThe following packages are not being upgraded because the new versions conflict with other installed packages:- ocaml.5.4.0- ocaml-config.3However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.4.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)2025-11-26 17:26.21 ---> using "62b0c60b6fa96054fc1148117d51090d038f475497761d38bf89b59e7aebd5d9" from cache/: (copy (src devkit.opam) (dst ./src/./))2025-11-26 17:26.22 ---> saved as "46fc6710404f94a27281785bebb25e56fd8ba9a7ea7ba28a719dc2d489742801"/: (run (network host)(shell "opam pin add -yn devkit.dev './src/./'"))[devkit.dev] synchronised (file:///Users/mac1000/src)devkit is now pinned to file:///Users/mac1000/src (version dev)2025-11-26 17:26.29 ---> saved as "274b17f22720626f04f5154ee49b122d2e6ef43805757195870e6579628dae9c"/: (run (network host)(shell "echo '(lang dune 3.0)' > './src/./dune-project'"))2025-11-26 17:26.30 ---> saved as "b74d0215169cd33835399ba421da6de58e43863d10ff8c7c51d5e7d9e7100874"/: (env DEPS "astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlzip.1.13 conf-libcurl.2 conf-libevent.1 conf-libpcre2-8.2 conf-pkg-config.4 conf-zlib.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 curl.0.10.0 curl_lwt.0.10.0 dune.3.20.2 dune-compiledb.0.6.0 dune-configurator.3.20.2 extlib.1.8.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 libevent.0.8.1 lwt.5.9.2 lwt_ppx.5.9.2 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ocurl.transition ounit2.2.2.7 parsexp.v0.16.0 pcre2.8.0.4 ppx_derivers.1.2.1 ppxlib.0.37.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.1 trace.0.10 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.4 --depext-only -y devkit.dev $DEPS"))+ /opt/homebrew/bin/brew "update"- ==> Updating Homebrew...- Already up-to-date.<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[devkit.dev] synchronised (file:///Users/mac1000/src)[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).The following system packages will first need to be installed:curl libevent pcre2 pkgconf zlib<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /opt/homebrew/bin/brew "install" "curl" "libevent" "pcre2" "pkgconf" "zlib"- ==> Fetching downloads for: curl, libevent, pcre2, pkgconf and zlib- ✔︎ Bottle Manifest curl (8.17.0)- ✔︎ Bottle Manifest libevent (2.1.12_1)- ✔︎ Bottle Manifest pcre2 (10.47)- ✔︎ Bottle Manifest pkgconf (2.5.1)- ✔︎ Bottle Manifest zlib (1.3.1)- ✔︎ Bottle Manifest zlib (1.3.1)- ✔︎ Bottle Manifest brotli (1.2.0)- ✔︎ Bottle brotli (1.2.0)- ✔︎ Bottle Manifest libnghttp2 (1.68.0)- ✔︎ Bottle libnghttp2 (1.68.0)- ✔︎ Bottle Manifest libnghttp3 (1.13.1)- ✔︎ Bottle libnghttp3 (1.13.1)- ✔︎ Bottle Manifest ca-certificates (2025-11-04)- ✔︎ Bottle ca-certificates (2025-11-04)- ✔︎ Bottle Manifest openssl@3 (3.6.0)- ✔︎ Bottle Manifest libngtcp2 (1.18.0)- ✔︎ Bottle libngtcp2 (1.18.0)- ✔︎ Bottle Manifest libssh2 (1.11.1)- ✔︎ Bottle Manifest rtmpdump (2.4-20151223_3)- ✔︎ Bottle rtmpdump (2.4-20151223_3)- ✔︎ Bottle Manifest lz4 (1.10.0)- ✔︎ Bottle lz4 (1.10.0)- ✔︎ Bottle Manifest xz (5.8.1)- ✔︎ Bottle xz (5.8.1)- ✔︎ Bottle Manifest zstd (1.5.7)- ✔︎ Bottle zstd (1.5.7)- ✔︎ Bottle libssh2 (1.11.1)- ✔︎ Bottle libevent (2.1.12_1)- ✔︎ Bottle pkgconf (2.5.1)- ✔︎ Bottle zlib (1.3.1)- ✔︎ Bottle curl (8.17.0)- ✔︎ Bottle pcre2 (10.47)- ✔︎ Bottle openssl@3 (3.6.0)- ==> Installing dependencies for curl: brotli, libnghttp2, libnghttp3, ca-certificates, openssl@3, libngtcp2, libssh2, rtmpdump, lz4, xz and zstd- ==> Installing curl dependency: brotli- ==> Pouring brotli--1.2.0.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/brotli/1.2.0: 33 files, 1.9MB- ==> Installing curl dependency: libnghttp2- ==> Pouring libnghttp2--1.68.0.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/libnghttp2/1.68.0: 14 files, 787.8KB- ==> Installing curl dependency: libnghttp3- ==> Pouring libnghttp3--1.13.1.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/libnghttp3/1.13.1: 20 files, 592.0KB- ==> Installing curl dependency: ca-certificates- ==> Pouring ca-certificates--2025-11-04.all.bottle.1.tar.gz- ==> Regenerating CA certificate bundle from keychain, this may take a while...- 🍺 /opt/homebrew/Cellar/ca-certificates/2025-11-04: 4 files, 241KB- ==> Installing curl dependency: openssl@3- ==> Pouring openssl@3--3.6.0.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/openssl@3/3.6.0: 7,609 files, 37.5MB- ==> Installing curl dependency: libngtcp2- ==> Pouring libngtcp2--1.18.0.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/libngtcp2/1.18.0: 21 files, 1.3MB- ==> Installing curl dependency: libssh2- ==> Pouring libssh2--1.11.1.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/libssh2/1.11.1: 201 files, 1.3MB- ==> Installing curl dependency: rtmpdump- ==> Pouring rtmpdump--2.4-20151223_3.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/rtmpdump/2.4-20151223_3: 21 files, 667.5KB- ==> Installing curl dependency: lz4- ==> Pouring lz4--1.10.0.arm64_sequoia.bottle.1.tar.gz- 🍺 /opt/homebrew/Cellar/lz4/1.10.0: 24 files, 729.1KB- ==> Installing curl dependency: xz- ==> Pouring xz--5.8.1.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/xz/5.8.1: 96 files, 2.6MB- ==> Installing curl dependency: zstd- ==> Pouring zstd--1.5.7.arm64_sequoia.bottle.1.tar.gz- 🍺 /opt/homebrew/Cellar/zstd/1.5.7: 32 files, 2.3MB- ==> Installing curl- ==> Pouring curl--8.17.0.arm64_sequoia.bottle.1.tar.gz- ==> Caveats- curl 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 curl first in your PATH, run:- echo 'export PATH="/opt/homebrew/opt/curl/bin:$PATH"' >> ~/.profile-- For compilers to find curl you may need to set:- export LDFLAGS="-L/opt/homebrew/opt/curl/lib"- export CPPFLAGS="-I/opt/homebrew/opt/curl/include"- ==> Summary- 🍺 /opt/homebrew/Cellar/curl/8.17.0: 551 files, 4.7MB- ==> Running `brew cleanup curl`...- Disable this behaviour by setting `HOMEBREW_NO_INSTALL_CLEANUP=1`.- Hide these hints with `HOMEBREW_NO_ENV_HINTS=1` (see `man brew`).- ==> Pouring libevent--2.1.12_1.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/libevent/2.1.12_1: 58 files, 2.3MB- ==> Running `brew cleanup libevent`...- ==> Pouring pcre2--10.47.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/pcre2/10.47: 244 files, 7.3MB- ==> Running `brew cleanup pcre2`...- ==> 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`...- ==> Pouring zlib--1.3.1.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.1: 14 files, 412.5KB- ==> Running `brew cleanup zlib`...- ==> Caveats- ==> curl- curl 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 curl first in your PATH, run:- echo 'export PATH="/opt/homebrew/opt/curl/bin:$PATH"' >> ~/.profile-- For compilers to find curl you may need to set:- export LDFLAGS="-L/opt/homebrew/opt/curl/lib"- export CPPFLAGS="-I/opt/homebrew/opt/curl/include"- ==> 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"2025-11-26 17:27.07 ---> saved as "74b73d4c812d40cfb390588f823dd33c4eb5d75de83b85b48e2fb9e096a0cdc3"/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).The following actions will be performed:=== install 45 packages- install astring 0.8.5- install base-bytes base- install camlzip 1.13- install conf-libcurl 2- install conf-libevent 1- install conf-libpcre2-8 2- install conf-pkg-config 4- install conf-zlib 1- install cppo 1.8.0- install csexp 1.5.2- install cstruct 6.2.0- install curl 0.10.0- install curl_lwt 0.10.0- install dune 3.20.2- install dune-compiledb 0.6.0- install dune-configurator 3.20.2- install extlib 1.8.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 libevent 0.8.1- install lwt 5.9.2- install lwt_ppx 5.9.2- install num 1.6- install ocaml-compiler-libs v0.12.4- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocplib-endian 1.2- install ocurl transition (deprecated)- install ounit2 2.2.7- install parsexp v0.16.0- install pcre2 8.0.4- install ppx_derivers 1.2.1- install ppxlib 0.37.0- install seq base- install sexplib v0.16.0- install sexplib0 v0.16.0- install stdlib-shims 0.3.0- install topkg 1.1.1- install trace 0.10- install uutf 1.0.4- install yojson 3.0.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> installed conf-libcurl.2-> installed conf-pkg-config.4-> retrieved cppo.1.8.0 (cached)-> installed conf-zlib.1-> installed conf-libevent.1-> installed conf-libpcre2-8.2-> retrieved camlzip.1.13 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved curl.0.10.0, curl_lwt.0.10.0, ocurl.transition (cached)-> retrieved cstruct.6.2.0 (cached)-> retrieved dune-compiledb.0.6.0 (cached)-> retrieved extlib.1.8.0 (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 libevent.0.8.1 (cached)-> retrieved num.1.6 (cached)-> retrieved ocaml-compiler-libs.v0.12.4 (cached)-> retrieved lwt.5.9.2, lwt_ppx.5.9.2 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ounit2.2.2.7 (cached)-> retrieved parsexp.v0.16.0 (cached)-> retrieved pcre2.8.0.4 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved sexplib.v0.16.0 (cached)-> retrieved sexplib0.v0.16.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved ppxlib.0.37.0 (cached)-> retrieved trace.0.10 (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 ocamlbuild.0.16.1-> installed num.1.6-> installed ocamlfind.1.9.8-> installed base-bytes.base[ERROR] The compilation of libevent.0.8.1 failed at "make depend".-> installed camlzip.1.13-> installed topkg.1.1.1-> installed uutf.1.0.4-> installed fmt.0.11.0-> installed jsonm.1.0.2-> installed astring.0.8.5-> installed fpath.0.7.3-> installed dune.3.20.2-> installed ppx_derivers.1.2.1-> installed csexp.1.5.2-> installed stdlib-shims.0.3.0-> installed yojson.3.0.0-> installed sexplib0.v0.16.0-> installed ocaml-compiler-libs.v0.12.4-> installed trace.0.10-> installed cstruct.6.2.0-> installed cppo.1.8.0-> installed hex.1.5.0-> installed ocplib-endian.1.2-> installed ezjsonm.1.3.0-> installed ounit2.2.2.7-> installed extlib.1.8.0-> installed parsexp.v0.16.0-> installed dune-configurator.3.20.2-> installed sexplib.v0.16.0-> installed dune-compiledb.0.6.0-> installed curl.0.10.0-> installed pcre2.8.0.4-> installed lwt.5.9.2-> installed curl_lwt.0.10.0-> installed ocurl.transition-> installed ppxlib.0.37.0-> installed lwt_ppx.5.9.2-> installed extunix.0.4.4#=== ERROR while compiling libevent.0.8.1 =====================================## context 2.4.1 | macos/arm64 | ocaml-base-compiler.4.14.2 | git+file:///Users/mac1000/opam-repository# path ~/.opam/4.14.2/.opam-switch/build/libevent.0.8.1# command ~/.opam/opam-init/hooks/sandbox.sh build make depend# exit-code 2# env-file ~/.opam/log/libevent-61040-1dbc04.env# output-file ~/.opam/log/libevent-61040-1dbc04.out### output #### Makefile:104: depend: No such file or directory# gcc -I /Users/mac1000/.opam/4.14.2/lib/ocaml -MM *.c > depend# event_stubs.c:13:10: fatal error: 'event.h' file not found# 13 | #include <event.h># | ^~~~~~~~~# 1 error generated.# make: *** [depend] Error 1<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>+- The following actions failed| - build libevent 0.8.1+-+- The following changes have been performed| - install astring 0.8.5| - install base-bytes base| - install camlzip 1.13| - install conf-libcurl 2| - install conf-libevent 1| - install conf-libpcre2-8 2| - install conf-pkg-config 4| - install conf-zlib 1| - install cppo 1.8.0| - install csexp 1.5.2| - install cstruct 6.2.0| - install curl 0.10.0| - install curl_lwt 0.10.0| - install dune 3.20.2| - install dune-compiledb 0.6.0| - install dune-configurator 3.20.2| - install extlib 1.8.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 lwt 5.9.2| - install lwt_ppx 5.9.2| - install num 1.6| - install ocaml-compiler-libs v0.12.4| - install ocamlbuild 0.16.1| - install ocamlfind 1.9.8| - install ocplib-endian 1.2| - install ocurl transition| - install ounit2 2.2.7| - install parsexp v0.16.0| - install pcre2 8.0.4| - install ppx_derivers 1.2.1| - install ppxlib 0.37.0| - install seq base| - install sexplib v0.16.0| - install sexplib0 v0.16.0| - install stdlib-shims 0.3.0| - install topkg 1.1.1| - install trace 0.10| - install uutf 1.0.4| - install yojson 3.0.0+-<><> ocurl.transition installed successfully ><><><><><><><><><><><><><><><><><>=> Note: This package is deprecated.=> ocurl has been renamed and the ocurl package is now a transition package. Use the curl package instead.# To update the current shell environment, run: eval $(opam env)The former state can be restored with:/opt/homebrew/bin/opam switch import "/Users/mac1000/.opam/4.14.2/.opam-switch/backup/state-20251126172708.export""/usr/bin/env" "bash" "-c" "opam install $DEPS" failed with exit status 312025-11-26 17:28.13: Job failed: Failed: Build failed