2026-02-18 23:26.49: New job: test ahrefs/devkit https://github.com/ahrefs/devkit.git#refs/heads/lwt6-compat (2a212e10b050cad70f4d8f264116f5fb6044462c) (macos-x86_64:macos-homebrew-5.4_opam-2.5)Base: macos-homebrew-ocaml-5.4Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ahrefs/devkit.git" -b "lwt6-compat" && cd "devkit" && git reset --hard 2a212e10cat > Dockerfile <<'END-OF-DOCKERFILE'FROM macos-homebrew-ocaml-5.4# macos-homebrew-5.4_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"RUN ln -f ~/local/bin/opam-2.5 ~/local/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionRUN cd ~/opam-repository && (git cat-file -e a3da08eb2e90b5a5ba205957e036c59d1409525b || git fetch origin master) && git reset -q --hard a3da08eb2e90b5a5ba205957e036c59d1409525b && 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-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlzip.1.14 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.21.1 dune-compiledb.0.6.0 dune-configurator.3.21.1 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.9.0 lwt.6.1.0 lwt_ppx.6.1.0 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 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ounit2.2.2.7 parsexp.v0.17.0 pcre2.8.0.4 ppx_derivers.1.2.1 ppxlib.0.37.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 trace.0.11 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 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-BLOCK2026-02-18 23:26.49: Using cache hint "ahrefs/devkit-macos-homebrew-ocaml-5.4-macos-homebrew-5.4_opam-2.5-c6bf77b5536a294fcc4555e6739d7313"2026-02-18 23:26.49: Using OBuilder spec:((from macos-homebrew-ocaml-5.4)(comment macos-homebrew-5.4_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 a3da08eb2e90b5a5ba205957e036c59d1409525b || git fetch origin master) && git reset -q --hard a3da08eb2e90b5a5ba205957e036c59d1409525b && 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-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlzip.1.14 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.21.1 dune-compiledb.0.6.0 dune-configurator.3.21.1 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.9.0 lwt.6.1.0 lwt_ppx.6.1.0 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 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ounit2.2.2.7 parsexp.v0.17.0 pcre2.8.0.4 ppx_derivers.1.2.1 ppxlib.0.37.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 trace.0.11 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 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")))2026-02-18 23:26.49: Waiting for resource in pool OCluster2026-02-18 23:26.50: Waiting for worker…2026-02-18 23:28.23: Got resource from pool OClusterBuilding on i7-worker-02HEAD is now at 54f1db0 engine selection is based on lwt reporting its engineHEAD is now at 2a212e1 incompatible with lwt<6(from macos-homebrew-ocaml-5.4)2026-02-18 23:34.18 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache/: (comment macos-homebrew-5.4_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-02-18 23:34.19 ---> 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 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///Users/mac1000/opam-repository2026-02-18 23:34.19 ---> using "06effe220fa63e5f9fae9bf4643255961d59bf292a94931a0e1dd6d81a9fa7c6" from cache/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Darwin 24.5.0The OCaml toplevel, version 5.4.02.5.02026-02-18 23:34.20 ---> 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 a3da08eb2e90b5a5ba205957e036c59d1409525b || git fetch origin master) && git reset -q --hard a3da08eb2e90b5a5ba205957e036c59d1409525b && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD4c9d80b731..a3da08eb2e master -> origin/mastera3da08eb2e Merge pull request #29421 from raphael-proust/curl_lwt-relax-constraints<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///Users/mac1000/opam-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2026-02-18 23:35.09 ---> saved as "0e8983503f66a0bc4f21cd73b0529d2bd049be5fba6c87070379c2521c02fceb"/: (copy (src devkit.opam) (dst ./src/./))2026-02-18 23:35.11 ---> saved as "fe57cb637b66f271495b2b242f4eff83cba5419db7f0673bcb65d5998a3ae526"/: (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)2026-02-18 23:35.24 ---> saved as "bb6aa98709b52ef92e8131ee57d0a34b0ed604faf9f61434c085d6d70fdb7d1e"/: (run (network host)(shell "echo '(lang dune 3.0)' > './src/./dune-project'"))2026-02-18 23:35.25 ---> saved as "81a353dba2efbe384b4ca2863495d16e5e9e5b26a96faee0ff0c513de179fe1e"/: (env DEPS "astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlzip.1.14 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.21.1 dune-compiledb.0.6.0 dune-configurator.3.21.1 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.9.0 lwt.6.1.0 lwt_ppx.6.1.0 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 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ounit2.2.2.7 parsexp.v0.17.0 pcre2.8.0.4 ppx_derivers.1.2.1 ppxlib.0.37.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 trace.0.11 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 devkit.dev $DEPS"))+ /usr/local/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 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:curl libevent pcre2 pkgconf zlib<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/local/bin/brew "install" "curl" "libevent" "pcre2" "pkgconf" "zlib"- ==> Fetching downloads for: curl, libevent, pcre2, pkgconf and zlib- ✔︎ Bottle Manifest curl (8.18.0_2)- ✔︎ Bottle Manifest libevent (2.1.12_1)- ✔︎ Bottle Manifest pcre2 (10.47_1)- ✔︎ Bottle Manifest pkgconf (2.5.1)- ✔︎ Bottle Manifest zlib (1.3.1_1)- ✔︎ Bottle Manifest zlib (1.3.1_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.15.0)- ✔︎ Bottle libnghttp3 (1.15.0)- ✔︎ Bottle Manifest ca-certificates (2025-12-02)- ✔︎ Bottle ca-certificates (2025-12-02)- ✔︎ Bottle Manifest openssl@3 (3.6.1)- ✔︎ Bottle Manifest libngtcp2 (1.20.0)- ✔︎ Bottle libngtcp2 (1.20.0)- ✔︎ Bottle Manifest libssh2 (1.11.1_1)- ✔︎ Bottle Manifest lz4 (1.10.0)- ✔︎ Bottle lz4 (1.10.0)- ✔︎ Bottle Manifest xz (5.8.2)- ✔︎ Bottle Manifest zstd (1.5.7_1)- ✔︎ Bottle zstd (1.5.7_1)- ✔︎ Bottle libssh2 (1.11.1_1)- ✔︎ Bottle xz (5.8.2)- ✔︎ Bottle libevent (2.1.12_1)- ✔︎ Bottle pkgconf (2.5.1)- ✔︎ Bottle zlib (1.3.1_1)- ✔︎ Bottle pcre2 (10.47_1)- ✔︎ Bottle curl (8.18.0_2)- ✔︎ Bottle openssl@3 (3.6.1)- ==> Installing dependencies for curl: brotli, libnghttp2, libnghttp3, ca-certificates, openssl@3, libngtcp2, libssh2, lz4, xz and zstd- ==> Installing curl dependency: brotli- ==> Pouring brotli--1.2.0.sonoma.bottle.tar.gz- 🍺 /usr/local/Cellar/brotli/1.2.0: 33 files, 1.8MB- ==> Installing curl dependency: libnghttp2- ==> Pouring libnghttp2--1.68.0.sonoma.bottle.tar.gz- 🍺 /usr/local/Cellar/libnghttp2/1.68.0: 14 files, 752.6KB- ==> Installing curl dependency: libnghttp3- ==> Pouring libnghttp3--1.15.0.sonoma.bottle.tar.gz- 🍺 /usr/local/Cellar/libnghttp3/1.15.0: 20 files, 564.8KB- ==> Installing curl dependency: ca-certificates- ==> Pouring ca-certificates--2025-12-02.all.bottle.1.tar.gz- ==> Regenerating CA certificate bundle from keychain, this may take a while...- 🍺 /usr/local/Cellar/ca-certificates/2025-12-02: 4 files, 235.9KB- ==> Installing curl dependency: openssl@3- ==> Pouring openssl@3--3.6.1.sequoia.bottle.tar.gz- 🍺 /usr/local/Cellar/openssl@3/3.6.1: 7,624 files, 37.8MB- ==> Installing curl dependency: libngtcp2- ==> Pouring libngtcp2--1.20.0.sonoma.bottle.tar.gz- 🍺 /usr/local/Cellar/libngtcp2/1.20.0: 21 files, 1.2MB- ==> Installing curl dependency: libssh2- ==> Pouring libssh2--1.11.1_1.sequoia.bottle.tar.gz- 🍺 /usr/local/Cellar/libssh2/1.11.1_1: 201 files, 1.2MB- ==> Installing curl dependency: lz4- ==> Pouring lz4--1.10.0.sequoia.bottle.1.tar.gz- 🍺 /usr/local/Cellar/lz4/1.10.0: 24 files, 678.2KB- ==> Installing curl dependency: xz- ==> Pouring xz--5.8.2.sequoia.bottle.tar.gz- 🍺 /usr/local/Cellar/xz/5.8.2: 96 files, 2.4MB- ==> Installing curl dependency: zstd- ==> Pouring zstd--1.5.7_1.sequoia.bottle.tar.gz- 🍺 /usr/local/Cellar/zstd/1.5.7_1: 32 files, 2.5MB- ==> Installing curl- ==> Pouring curl--8.18.0_2.sonoma.bottle.tar.gz- ==> Caveats- curl is keg-only, which means it was not symlinked into /usr/local,- 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="/usr/local/opt/curl/bin:$PATH"' >> ~/.profile-- For compilers to find curl you may need to set:- export LDFLAGS="-L/usr/local/opt/curl/lib"- export CPPFLAGS="-I/usr/local/opt/curl/include"- ==> Summary- 🍺 /usr/local/Cellar/curl/8.18.0_2: 551 files, 4.5MB- ==> 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.sonoma.bottle.tar.gz- 🍺 /usr/local/Cellar/libevent/2.1.12_1: 58 files, 2.1MB- ==> Running `brew cleanup libevent`...- ==> Pouring pcre2--10.47_1.sequoia.bottle.tar.gz- 🍺 /usr/local/Cellar/pcre2/10.47_1: 244 files, 7.3MB- ==> Running `brew cleanup pcre2`...- ==> Pouring pkgconf--2.5.1.sequoia.bottle.tar.gz- 🍺 /usr/local/Cellar/pkgconf/2.5.1: 28 files, 383.2KB- ==> Running `brew cleanup pkgconf`...- ==> Pouring zlib--1.3.1_1.sonoma.bottle.tar.gz- ==> Caveats- zlib is keg-only, which means it was not symlinked into /usr/local,- 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/usr/local/opt/zlib/lib"- export CPPFLAGS="-I/usr/local/opt/zlib/include"-- For pkgconf to find zlib you may need to set:- export PKG_CONFIG_PATH="/usr/local/opt/zlib/lib/pkgconfig"- ==> Summary- 🍺 /usr/local/Cellar/zlib/1.3.1_1: 14 files, 400.3KB- ==> Running `brew cleanup zlib`...- ==> Caveats- ==> curl- curl is keg-only, which means it was not symlinked into /usr/local,- 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="/usr/local/opt/curl/bin:$PATH"' >> ~/.profile-- For compilers to find curl you may need to set:- export LDFLAGS="-L/usr/local/opt/curl/lib"- export CPPFLAGS="-I/usr/local/opt/curl/include"- ==> zlib- zlib is keg-only, which means it was not symlinked into /usr/local,- 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/usr/local/opt/zlib/lib"- export CPPFLAGS="-I/usr/local/opt/zlib/include"-- For pkgconf to find zlib you may need to set:- export PKG_CONFIG_PATH="/usr/local/opt/zlib/lib/pkgconfig"# To update the current shell environment, run: eval $(opam env)2026-02-18 23:36.58 ---> saved as "9558927f56c483ad39d1be9ed006834ddc19d8ba9cb9b239a015284b14312917"/: (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 44 packages- install astring 0.8.5- install base-bytes base- install camlzip 1.14- 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.21.1- install dune-compiledb 0.6.0- install dune-configurator 3.21.1- 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.9.0- install lwt 6.1.0- install lwt_ppx 6.1.0- install num 1.6- install ocaml-compiler-libs v0.17.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocplib-endian 1.2- install ounit2 2.2.7- install parsexp v0.17.0- install pcre2 8.0.4- install ppx_derivers 1.2.1- install ppxlib 0.37.0- install seq base- install sexplib v0.17.0- install sexplib0 v0.17.0- install stdlib-shims 0.3.0- install topkg 1.1.1- install trace 0.11- 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-libevent.1-> installed conf-libpcre2-8.2-> installed conf-zlib.1-> retrieved csexp.1.5.2 (cached)-> retrieved camlzip.1.14 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved curl.0.10.0, curl_lwt.0.10.0 (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.9.0 (cached)-> retrieved num.1.6 (cached)-> retrieved ocaml-compiler-libs.v0.17.0 (cached)-> retrieved lwt.6.1.0, lwt_ppx.6.1.0 (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.17.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.17.0 (cached)-> retrieved sexplib0.v0.17.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved trace.0.11 (cached)-> retrieved ppxlib.0.37.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved yojson.3.0.0 (cached)-> retrieved dune.3.21.1, dune-configurator.3.21.1 (cached)-> installed ocamlbuild.0.16.1-> installed num.1.6-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed libevent.0.9.0-> installed camlzip.1.14-> 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.21.1-> installed stdlib-shims.0.3.0-> installed ppx_derivers.1.2.1-> installed csexp.1.5.2-> installed ounit2.2.2.7-> installed yojson.3.0.0-> installed sexplib0.v0.17.0-> installed trace.0.11-> installed ocaml-compiler-libs.v0.17.0-> 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 extlib.1.8.0-> installed dune-configurator.3.21.1-> installed parsexp.v0.17.0-> installed curl.0.10.0-> installed sexplib.v0.17.0-> installed dune-compiledb.0.6.0-> installed pcre2.8.0.4-> installed lwt.6.1.0-> installed curl_lwt.0.10.0-> installed ppxlib.0.37.0-> installed lwt_ppx.6.1.0-> installed extunix.0.4.4Done.# To update the current shell environment, run: eval $(opam env)2026-02-18 23:38.53 ---> saved as "a3773ef8d72641dd99e0a520e434e50794357c6980efc64fec56e48ab1f36cd9"/: (copy (src .) (dst ./src))2026-02-18 23:38.55 ---> saved as "f7e83165d6e30f9a6bbb8cb7191fa0dc2b2786b593f305c29e3e53eeeb772ee8"/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I .devkit_core.objs/byte -I /Users/mac1000/.opam/5.4.0/lib/curl -I /Users/mac1000/.opam/5.4.0/lib/curl_lwt -I /Users/mac1000/.opam/5.4.0/lib/extlib -I /Users/mac1000/.opam/5.4.0/lib/extunix -I /Users/mac1000/.opam/5.4.0/lib/libevent -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/pcre2 -I /Users/mac1000/.opam/5.4.0/lib/stdlib-shims -I /Users/mac1000/.opam/5.4.0/lib/trace/core -I /Users/mac1000/.opam/5.4.0/lib/yojson -I /Users/mac1000/.opam/5.4.0/lib/zip -I ocamlnet_lite/.ocamlnet_lite.objs/byte -no-alias-deps -opaque -open Devkit_core -o .devkit_core.objs/byte/devkit_core__Possibly_otel.cmi -c -intf possibly_otel.mli)File "possibly_otel.mli", line 5, characters 35-59:5 | val get_ambient : ?explicit_span:Trace_core.explicit_span -> unit -> string option^^^^^^^^^^^^^^^^^^^^^^^^Error (alert deprecated): Trace_core.explicit_spanuse spanFile "possibly_otel.mli", line 14, characters 2-26:14 | Trace_core.explicit_span^^^^^^^^^^^^^^^^^^^^^^^^Error (alert deprecated): Trace_core.explicit_spanuse span"/usr/bin/env" "bash" "-c" "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 12026-02-18 23:39.03: Job failed: Failed: Build failed