2026-03-05 22:06.03: New job: test ahrefs/devkit https://github.com/ahrefs/devkit.git#refs/heads/lwt6-compat (ab08bb1fbedbe87d184c9ba4b6f0f0adf4694e2b) (linux-x86_64:debian-12-4.14_opam-2.5)Base: ocaml/opam:debian-12-ocaml-4.14@sha256:2b68d94b19df1225eb104c02ea729f98f15c2923cddd35ac73f883ef1570d4dbOpam project buildTo reproduce locally:git clone --recursive "https://github.com/ahrefs/devkit.git" -b "lwt6-compat" && cd "devkit" && git reset --hard ab08bb1fcat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-12-ocaml-4.14@sha256:2b68d94b19df1225eb104c02ea729f98f15c2923cddd35ac73f883ef1570d4db# debian-12-4.14_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e 5ca921c5fc128cc3a19b4bf07462543f8b840c07 || git fetch origin master) && git reset -q --hard 5ca921c5fc128cc3a19b4bf07462543f8b840c07 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 devkit.opam ./RUN opam pin add -yn devkit.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="astring.0.8.5 base-bigarray.base base-bytes.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.1 lwt_ppx.6.1.0 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 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.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 devkit.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-03-05 22:06.03: Using cache hint "ahrefs/devkit-ocaml/opam:debian-12-ocaml-4.14@sha256:2b68d94b19df1225eb104c02ea729f98f15c2923cddd35ac73f883ef1570d4db-debian-12-4.14_opam-2.5-18a418df64c9b5261fc87cdafc5cf550"2026-03-05 22:06.03: Using OBuilder spec:((from ocaml/opam:debian-12-ocaml-4.14@sha256:2b68d94b19df1225eb104c02ea729f98f15c2923cddd35ac73f883ef1570d4db)(comment debian-12-4.14_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))(run (shell "opam init --reinit -ni"))(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))(workdir /src)(run (shell "sudo chown opam /src"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 5ca921c5fc128cc3a19b4bf07462543f8b840c07 || git fetch origin master) && git reset -q --hard 5ca921c5fc128cc3a19b4bf07462543f8b840c07 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src devkit.opam) (dst ./))(run (network host)(shell "opam pin add -yn devkit.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "astring.0.8.5 base-bigarray.base base-bytes.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.1 lwt_ppx.6.1.0 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 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.1 uutf.1.0.4 yojson.3.0.0")(env CI true)(env OCAMLCI true)(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y devkit.dev $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))(copy (src .) (dst /src))(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")))2026-03-05 22:06.03: Waiting for resource in pool OCluster2026-03-05 22:10.23: Waiting for worker…2026-03-05 22:13.11: Got resource from pool OClusterBuilding on laodoke.caelum.ci.devAll commits already cachedHEAD is now at ab08bb1 fix stub for when otel not installed(from ocaml/opam:debian-12-ocaml-4.14@sha256:2b68d94b19df1225eb104c02ea729f98f15c2923cddd35ac73f883ef1570d4db)Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:2b68d94b19df1225eb104c02ea729f98f15c2923cddd35ac73f883ef1570d4db' locallydocker.io/ocaml/opam@sha256:2b68d94b19df1225eb104c02ea729f98f15c2923cddd35ac73f883ef1570d4db: Pulling from ocaml/opam6bc9f599b3ef: Pulling fs layerd58ede61f1ea: Pulling fs layer59fd7d32ea8a: Pulling fs layer60d26dc9eed4: Pulling fs layer98f543d3d01d: Pulling fs layer59fd7d32ea8a: Waiting60d26dc9eed4: Waiting161a462e0ee3: Pulling fs layer98f543d3d01d: Waitingd63b9e393571: Pulling fs layer161a462e0ee3: Waiting5035b470c5fd: Pulling fs layerd63b9e393571: Waitingc044051f86f0: Pulling fs layere46db7eb399e: Pulling fs layer3e83b7b7fc77: Pulling fs layere46db7eb399e: Waiting03ea2e79c43c: Pulling fs layer3e83b7b7fc77: Waiting8d2b9b45eead: Pulling fs layer03ea2e79c43c: Waitinga3c20940c5b9: Pulling fs layer8d2b9b45eead: Waitingbbffc2740725: Pulling fs layera3c20940c5b9: Waiting5f27f2e5115b: Pulling fs layerbbffc2740725: Waitingaa26a691a008: Pulling fs layerbd1d45f5a000: Pulling fs layer5f27f2e5115b: Waitingaa26a691a008: Waitingbd1d45f5a000: Waiting0cc5c7c7516a: Pulling fs layerd0b90656e0e8: Pulling fs layer0cc5c7c7516a: Waitingd0b90656e0e8: Waiting643825a484d2: Pulling fs layer67dabf16b113: Pulling fs layer643825a484d2: Waiting4f4fb700ef54: Pulling fs layer67dabf16b113: Waiting9551114336f8: Pulling fs layer4f4fb700ef54: Waiting2a7bf6427e8c: Pulling fs layer9551114336f8: Waiting1b47d47d94f8: Pulling fs layer2a7bf6427e8c: Waiting4be82938ba83: Pulling fs layer1b47d47d94f8: Waiting80976f0d06a6: Pulling fs layer4be82938ba83: Waiting5bbf91e88fcf: Pulling fs layer10bde5a9d661: Pulling fs layer80976f0d06a6: Waiting5bbf91e88fcf: Waiting00617c3bf097: Pulling fs layer10bde5a9d661: Waiting6dff02c33996: Pulling fs layer00617c3bf097: Waiting42aae9593b3f: Pulling fs layer6dff02c33996: Waitingaec72d9c9e64: Pulling fs layer16d1596d51b2: Pulling fs layeraec72d9c9e64: Waiting9cbb5291df33: Pulling fs layer11ddb25ececc: Pulling fs layer9cbb5291df33: Waiting46139e478336: Pulling fs layer11ddb25ececc: Waitinge852d99175ac: Pulling fs layer46139e478336: Waiting8efd7bff796c: Pulling fs layere852d99175ac: Waiting49052a37c89a: Pulling fs layer3a99b4ee4231: Pulling fs layer8efd7bff796c: Waiting49052a37c89a: Waitingc75f7bd00dfc: Pulling fs layerc75f7bd00dfc: Waiting3a99b4ee4231: Waiting00d438fe307c: Pulling fs layer0b6b272507f8: Pulling fs layer00d438fe307c: Waiting0b6b272507f8: Waitingd58ede61f1ea: Download complete59fd7d32ea8a: Download complete6bc9f599b3ef: Verifying Checksum6bc9f599b3ef: Download complete98f543d3d01d: Verifying Checksum98f543d3d01d: Download complete60d26dc9eed4: Verifying Checksum60d26dc9eed4: Download completed63b9e393571: Verifying Checksumd63b9e393571: Download completec044051f86f0: Verifying Checksumc044051f86f0: Download completee46db7eb399e: Verifying Checksume46db7eb399e: Download complete5035b470c5fd: Verifying Checksum5035b470c5fd: Download complete6bc9f599b3ef: Pull completed58ede61f1ea: Pull complete59fd7d32ea8a: Pull complete3e83b7b7fc77: Verifying Checksum3e83b7b7fc77: Download complete60d26dc9eed4: Pull complete98f543d3d01d: Pull complete8d2b9b45eead: Verifying Checksum8d2b9b45eead: Download complete03ea2e79c43c: Verifying Checksum03ea2e79c43c: Download completea3c20940c5b9: Download completebbffc2740725: Verifying Checksumbbffc2740725: Download complete161a462e0ee3: Verifying Checksum161a462e0ee3: Download complete5f27f2e5115b: Download completeaa26a691a008: Verifying Checksumaa26a691a008: Download completebd1d45f5a000: Verifying Checksumbd1d45f5a000: Download complete0cc5c7c7516a: Verifying Checksum0cc5c7c7516a: Download completed0b90656e0e8: Verifying Checksumd0b90656e0e8: Download complete643825a484d2: Verifying Checksum643825a484d2: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete67dabf16b113: Download complete9551114336f8: Verifying Checksum9551114336f8: Download complete1b47d47d94f8: Verifying Checksum1b47d47d94f8: Download complete4be82938ba83: Download complete2a7bf6427e8c: Verifying Checksum2a7bf6427e8c: Download complete80976f0d06a6: Verifying Checksum80976f0d06a6: Download complete10bde5a9d661: Download complete42aae9593b3f: Download complete00617c3bf097: Verifying Checksum00617c3bf097: Download complete6dff02c33996: Verifying Checksum6dff02c33996: Download completeaec72d9c9e64: Download complete16d1596d51b2: Download complete11ddb25ececc: Verifying Checksum11ddb25ececc: Download completee852d99175ac: Verifying Checksume852d99175ac: Download complete8efd7bff796c: Verifying Checksum8efd7bff796c: Download complete49052a37c89a: Verifying Checksum49052a37c89a: Download complete46139e478336: Verifying Checksum46139e478336: Download completec75f7bd00dfc: Verifying Checksumc75f7bd00dfc: Download complete00d438fe307c: Verifying Checksum00d438fe307c: Download complete9cbb5291df33: Verifying Checksum9cbb5291df33: Download complete3a99b4ee4231: Verifying Checksum3a99b4ee4231: Download complete161a462e0ee3: Pull completed63b9e393571: Pull complete5035b470c5fd: Pull completec044051f86f0: Pull completee46db7eb399e: Pull complete3e83b7b7fc77: Pull complete03ea2e79c43c: Pull complete8d2b9b45eead: Pull completea3c20940c5b9: Pull completebbffc2740725: Pull complete5f27f2e5115b: Pull completeaa26a691a008: Pull completebd1d45f5a000: Pull complete0cc5c7c7516a: Pull completed0b90656e0e8: Pull complete643825a484d2: Pull complete67dabf16b113: Pull complete4f4fb700ef54: Pull complete9551114336f8: Pull complete2a7bf6427e8c: Pull complete1b47d47d94f8: Pull complete4be82938ba83: Pull complete80976f0d06a6: Pull complete5bbf91e88fcf: Pull complete10bde5a9d661: Pull complete00617c3bf097: Pull complete6dff02c33996: Pull complete42aae9593b3f: Pull completeaec72d9c9e64: Pull complete16d1596d51b2: Pull complete9cbb5291df33: Pull complete11ddb25ececc: Pull complete46139e478336: Pull completee852d99175ac: Pull complete8efd7bff796c: Pull complete49052a37c89a: Pull complete3a99b4ee4231: Pull completec75f7bd00dfc: Pull complete00d438fe307c: Pull complete0b6b272507f8: Pull completeDigest: sha256:2b68d94b19df1225eb104c02ea729f98f15c2923cddd35ac73f883ef1570d4dbStatus: Downloaded newer image for ocaml/opam@sha256:2b68d94b19df1225eb104c02ea729f98f15c2923cddd35ac73f883ef1570d4db2026-03-05 22:13.11 ---> using "803d3abb0b30d9111098acbd495ef0082ad79e8f26595cf5193f0fdf5ac7c007" from cache/: (comment debian-12-4.14_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-03-05 22:13.11 ---> saved as "be39064392c922316f5e43243de103d15ddc965bc8763a22c341e0c9a34151eb"/src: (run (shell "opam init --reinit -ni"))Configuring from /home/opam/.opamrc and then from 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 /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.You may want to back it up before going further.Continue? [Y/n] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-03-05 22:13.36 ---> saved as "80e163142c89c25bd30d9e4388418870595e3828055a382b322da8351ae2e70f"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-90-genericThe OCaml toplevel, version 4.14.22.5.02026-03-05 22:13.37 ---> saved as "8363f9073e832b63eb1abebdfdb614cae4914b44026cf7c73226e5d4223c2f50"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-03-05 22:13.37 ---> saved as "f3a7d1671b4872c2e2880bfbed5666be41e43f60697fd5e07446f336a2456514"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 5ca921c5fc128cc3a19b4bf07462543f8b840c07 || git fetch origin master) && git reset -q --hard 5ca921c5fc128cc3a19b4bf07462543f8b840c07 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD3109384a92..60ec6b8550 master -> origin/master5ca921c5fc Merge pull request #29482 from tbrk/conf-zlib<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# To update the current shell environment, run: eval $(opam env)2026-03-05 22:13.59 ---> saved as "ed21b14ad64d810a2721bd901190a4b2ebb929453b7817a68e3bc807b6071452"/src: (copy (src devkit.opam) (dst ./))2026-03-05 22:13.59 ---> saved as "816bcf0a7609321fc48c03356858fc689b3297d93b4cb51cd83ff751540b9bca"/src: (run (network host)(shell "opam pin add -yn devkit.dev './'"))[devkit.dev] synchronised (file:///src)devkit is now pinned to file:///src (version dev)2026-03-05 22:14.01 ---> saved as "53ab618b1452c36ba30725b1d6c48fd3d84c512d63fbc1c6a8554b80fa33bb55"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-03-05 22:14.01 ---> saved as "2625203780f1ede95c068245152cb7aa675f3590adc7b3753dafcb0a623b6c74"/src: (env DEPS "astring.0.8.5 base-bigarray.base base-bytes.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.1 lwt_ppx.6.1.0 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 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.1 uutf.1.0.4 yojson.3.0.0")/src: (env CI true)/src: (env OCAMLCI true)/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y devkit.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Hit:1 http://deb.debian.org/debian bookworm InRelease- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [293 kB]- Fetched 397 kB in 2s (261 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[devkit.dev] synchronised (file:///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:libcurl4-gnutls-dev libevent-dev libpcre2-dev pkg-config zlib1g-dev<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libcurl4-gnutls-dev" "libevent-dev" "libpcre2-dev" "pkg-config" "zlib1g-dev"- debconf: delaying package configuration, since apt-utils is not installed- Selecting previously unselected package libcurl4-gnutls-dev:amd64.- (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 18755 files and directories currently installed.)- Preparing to unpack .../00-libcurl4-gnutls-dev_7.88.1-10+deb12u14_amd64.deb ...- Unpacking libcurl4-gnutls-dev:amd64 (7.88.1-10+deb12u14) ...- Selecting previously unselected package libevent-2.1-7:amd64.- Preparing to unpack .../01-libevent-2.1-7_2.1.12-stable-8_amd64.deb ...- Unpacking libevent-2.1-7:amd64 (2.1.12-stable-8) ...- Selecting previously unselected package libevent-core-2.1-7:amd64.- Preparing to unpack .../02-libevent-core-2.1-7_2.1.12-stable-8_amd64.deb ...- Unpacking libevent-core-2.1-7:amd64 (2.1.12-stable-8) ...- Selecting previously unselected package libevent-extra-2.1-7:amd64.- Preparing to unpack .../03-libevent-extra-2.1-7_2.1.12-stable-8_amd64.deb ...- Unpacking libevent-extra-2.1-7:amd64 (2.1.12-stable-8) ...- Selecting previously unselected package libevent-pthreads-2.1-7:amd64.- Preparing to unpack .../04-libevent-pthreads-2.1-7_2.1.12-stable-8_amd64.deb ...- Unpacking libevent-pthreads-2.1-7:amd64 (2.1.12-stable-8) ...- Selecting previously unselected package libevent-openssl-2.1-7:amd64.- Preparing to unpack .../05-libevent-openssl-2.1-7_2.1.12-stable-8_amd64.deb ...- Unpacking libevent-openssl-2.1-7:amd64 (2.1.12-stable-8) ...- Selecting previously unselected package libevent-dev.- Preparing to unpack .../06-libevent-dev_2.1.12-stable-8_amd64.deb ...- Unpacking libevent-dev (2.1.12-stable-8) ...- Selecting previously unselected package libpcre2-16-0:amd64.- Preparing to unpack .../07-libpcre2-16-0_10.42-1_amd64.deb ...- Unpacking libpcre2-16-0:amd64 (10.42-1) ...- Selecting previously unselected package libpcre2-32-0:amd64.- Preparing to unpack .../08-libpcre2-32-0_10.42-1_amd64.deb ...- Unpacking libpcre2-32-0:amd64 (10.42-1) ...- Selecting previously unselected package libpcre2-posix3:amd64.- Preparing to unpack .../09-libpcre2-posix3_10.42-1_amd64.deb ...- Unpacking libpcre2-posix3:amd64 (10.42-1) ...- Selecting previously unselected package libpcre2-dev:amd64.- Preparing to unpack .../10-libpcre2-dev_10.42-1_amd64.deb ...- Unpacking libpcre2-dev:amd64 (10.42-1) ...- Selecting previously unselected package libpkgconf3:amd64.- Preparing to unpack .../11-libpkgconf3_1.8.1-1_amd64.deb ...- Unpacking libpkgconf3:amd64 (1.8.1-1) ...- Selecting previously unselected package pkgconf-bin.- Preparing to unpack .../12-pkgconf-bin_1.8.1-1_amd64.deb ...- Unpacking pkgconf-bin (1.8.1-1) ...- Selecting previously unselected package pkgconf:amd64.- Preparing to unpack .../13-pkgconf_1.8.1-1_amd64.deb ...- Unpacking pkgconf:amd64 (1.8.1-1) ...- Selecting previously unselected package pkg-config:amd64.- Preparing to unpack .../14-pkg-config_1.8.1-1_amd64.deb ...- Unpacking pkg-config:amd64 (1.8.1-1) ...- Selecting previously unselected package zlib1g-dev:amd64.- Preparing to unpack .../15-zlib1g-dev_1%3a1.2.13.dfsg-1_amd64.deb ...- Unpacking zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...- Setting up libcurl4-gnutls-dev:amd64 (7.88.1-10+deb12u14) ...- Setting up libpcre2-16-0:amd64 (10.42-1) ...- Setting up libpcre2-32-0:amd64 (10.42-1) ...- Setting up libpkgconf3:amd64 (1.8.1-1) ...- Setting up libevent-core-2.1-7:amd64 (2.1.12-stable-8) ...- Setting up libevent-2.1-7:amd64 (2.1.12-stable-8) ...- Setting up pkgconf-bin (1.8.1-1) ...- Setting up zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...- Setting up libpcre2-posix3:amd64 (10.42-1) ...- Setting up libevent-pthreads-2.1-7:amd64 (2.1.12-stable-8) ...- Setting up libevent-extra-2.1-7:amd64 (2.1.12-stable-8) ...- Setting up libpcre2-dev:amd64 (10.42-1) ...- Setting up libevent-openssl-2.1-7:amd64 (2.1.12-stable-8) ...- Setting up pkgconf:amd64 (1.8.1-1) ...- Setting up libevent-dev (2.1.12-stable-8) ...- Setting up pkg-config:amd64 (1.8.1-1) ...- Processing triggers for libc-bin (2.36-9+deb12u13) ...# To update the current shell environment, run: eval $(opam env)2026-03-05 22:15.35 ---> saved as "a2d2918471064b1d07c4289fb100eed58383fa42fdafb9a9bb624367e91b3216"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(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 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.1- install lwt_ppx 6.1.0- 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 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.1- install uutf 1.0.4- install yojson 3.0.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved astring.0.8.5 (cached)-> retrieved camlzip.1.14 (cached)-> retrieved cppo.1.8.0 (cached)-> installed conf-libcurl.2-> installed conf-pkg-config.4-> retrieved csexp.1.5.2 (cached)-> retrieved cstruct.6.2.0 (cached)-> retrieved curl.0.10.0, curl_lwt.0.10.0 (cached)-> installed conf-libevent.1-> installed conf-libpcre2-8.2-> installed conf-zlib.1-> 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 lwt.6.1.1 (cached)-> retrieved lwt_ppx.6.1.0 (cached)-> retrieved num.1.6 (cached)-> retrieved ocaml-compiler-libs.v0.12.4 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocplib-endian.1.2 (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 trace.0.10.1 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved yojson.3.0.0 (cached)-> retrieved ppxlib.0.37.0 (cached)-> retrieved dune.3.21.1, dune-configurator.3.21.1 (cached)-> installed num.1.6-> installed ocamlbuild.0.16.1-> 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 astring.0.8.5-> installed jsonm.1.0.2-> installed fpath.0.7.3-> installed dune.3.21.1-> installed ppx_derivers.1.2.1-> installed stdlib-shims.0.3.0-> installed csexp.1.5.2-> installed cppo.1.8.0-> installed cstruct.6.2.0-> installed ocaml-compiler-libs.v0.12.4-> installed sexplib0.v0.16.0-> installed yojson.3.0.0-> installed ounit2.2.2.7-> installed ocplib-endian.1.2-> installed hex.1.5.0-> installed trace.0.10.1-> installed extlib.1.8.0-> installed ezjsonm.1.3.0-> installed parsexp.v0.16.0-> installed dune-configurator.3.21.1-> installed sexplib.v0.16.0-> installed dune-compiledb.0.6.0-> installed pcre2.8.0.4-> installed curl.0.10.0-> installed lwt.6.1.1-> 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-03-05 22:16.42 ---> saved as "4aef9d71173ae33d1beedf9584c8f5ba9c1c878b621b25814fd6f400acf0e546"/src: (copy (src .) (dst /src))2026-03-05 22:16.43 ---> saved as "6babdf9bf01d8a970d2dab9ab081ff2005a372a3b4c40435a9628b1d592e11e5"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default && ./test.exe)...................................Ran: 35 tests in: 0.10 seconds.OK2026-03-05 22:16.46 ---> saved as "afea4b9c99c4e046520ab26b1f25de5281138b07baaa869c401ceb3e6fc026dc"Job succeeded2026-03-05 22:16.46: Job succeeded