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-5.4_opam-2.5)Base: ocaml/opam:debian-12-ocaml-5.4@sha256:2f6b722164fee1b73e4ed8b25de99dc82bab8bec7c9f3fc52169c8a6261ac8f7Opam 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-5.4@sha256:2f6b722164fee1b73e4ed8b25de99dc82bab8bec7c9f3fc52169c8a6261ac8f7# debian-12-5.4_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-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.1 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.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-5.4@sha256:2f6b722164fee1b73e4ed8b25de99dc82bab8bec7c9f3fc52169c8a6261ac8f7-debian-12-5.4_opam-2.5-179f82fd554b33f2181e61bc25bbb31d"2026-03-05 22:06.03: Using OBuilder spec:((from ocaml/opam:debian-12-ocaml-5.4@sha256:2f6b722164fee1b73e4ed8b25de99dc82bab8bec7c9f3fc52169c8a6261ac8f7)(comment debian-12-5.4_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-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.1 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.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.07: 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-5.4@sha256:2f6b722164fee1b73e4ed8b25de99dc82bab8bec7c9f3fc52169c8a6261ac8f7)Unable to find image 'ocaml/opam:debian-12-ocaml-5.4@sha256:2f6b722164fee1b73e4ed8b25de99dc82bab8bec7c9f3fc52169c8a6261ac8f7' locallydocker.io/ocaml/opam@sha256:2f6b722164fee1b73e4ed8b25de99dc82bab8bec7c9f3fc52169c8a6261ac8f7: Pulling from ocaml/opam6bc9f599b3ef: Already exists81900f463bdb: Pulling fs layerad5b7184030d: Pulling fs layere7d81838f844: Pulling fs layer81900f463bdb: Waiting184e45387f7e: Pulling fs layere7d81838f844: Waitingad5b7184030d: Waitingdff921a28ab2: Pulling fs layerd9e0ec25aebb: Pulling fs layerdff921a28ab2: Waiting40090711871a: Pulling fs layer184e45387f7e: Waitingd9e0ec25aebb: Waitingabfac5899d7d: Pulling fs layer1baa43730b64: Pulling fs layerabfac5899d7d: Waiting40090711871a: Waiting2a772f8415a4: Pulling fs layer1baa43730b64: Waiting4813ce3f414d: Pulling fs layer82c402464511: Pulling fs layer2a772f8415a4: Waitingac192cd8ca66: Pulling fs layer4813ce3f414d: Waiting82c402464511: Waiting231d5ecf4749: Pulling fs layerac192cd8ca66: Waiting01452d1b8299: Pulling fs layer33b37e276e1e: Pulling fs layer01452d1b8299: Waiting588e02f57ea3: Pulling fs layer33b37e276e1e: Waitinge1761f765925: Pulling fs layer588e02f57ea3: Waiting85bea38b8ae9: Pulling fs layereda3d5ebbb90: Pulling fs layere1761f765925: Waiting85bea38b8ae9: Waiting4f4fb700ef54: Pulling fs layereda3d5ebbb90: Waitinga7d9ebb36f0c: Pulling fs layer4f4fb700ef54: Waiting15bd72a7f55e: Pulling fs layer2eec325b94f3: Pulling fs layer500e7404105c: Pulling fs layer2eec325b94f3: Waiting15bd72a7f55e: Waiting0b5d41405521: Pulling fs layerffc3e3665381: Pulling fs layerab1cf8379f61: Pulling fs layerffc3e3665381: Waitingab011142cc62: Pulling fs layerab1cf8379f61: Waiting01893a42305e: Pulling fs layerab011142cc62: Waiting43a6ebb16bc3: Pulling fs layera3d7608b29d0: Pulling fs layer43a6ebb16bc3: Waiting01893a42305e: Waiting6071ea4fff39: Pulling fs layera3d7608b29d0: Waiting51848c399944: Pulling fs layer1dc74d087850: Pulling fs layer51848c399944: Waiting24736db2671b: Pulling fs layer6071ea4fff39: Waiting1dc74d087850: Waitingc43cf5b70e2f: Pulling fs layer24736db2671b: Waiting8a745f1b1b4a: Pulling fs layerc43cf5b70e2f: Waitingc8b181a3f13a: Pulling fs layer8a745f1b1b4a: Waiting66460ca44e37: Pulling fs layerc8b181a3f13a: Waitingcf9651c464fa: Pulling fs layer66460ca44e37: Waiting9b9d3de30745: Pulling fs layercf9651c464fa: Waitingf3f40b4b4055: Pulling fs layer9b9d3de30745: Waitingad3fc6e72120: Pulling fs layer8a2224244a1f: Pulling fs layerf3f40b4b4055: Waitingad3fc6e72120: Waiting32e5ed44ebe5: Pulling fs layer8a2224244a1f: Waiting32e5ed44ebe5: Waiting81900f463bdb: Download complete81900f463bdb: Pull completead5b7184030d: Verifying Checksumad5b7184030d: Download completead5b7184030d: Pull complete184e45387f7e: Verifying Checksum184e45387f7e: Download completee7d81838f844: Verifying Checksume7d81838f844: Download completed9e0ec25aebb: Verifying Checksumd9e0ec25aebb: Download completee7d81838f844: Pull complete184e45387f7e: Pull complete40090711871a: Verifying Checksum40090711871a: Download completedff921a28ab2: Download completeabfac5899d7d: Verifying Checksumabfac5899d7d: Download complete1baa43730b64: Verifying Checksum1baa43730b64: Download complete2a772f8415a4: Verifying Checksum2a772f8415a4: Download complete4813ce3f414d: Verifying Checksum4813ce3f414d: Download complete82c402464511: Verifying Checksum82c402464511: Download completeac192cd8ca66: Verifying Checksumac192cd8ca66: Download complete231d5ecf4749: Verifying Checksum231d5ecf4749: Download complete01452d1b8299: Verifying Checksum01452d1b8299: Download complete588e02f57ea3: Verifying Checksum588e02f57ea3: Download complete33b37e276e1e: Verifying Checksum33b37e276e1e: Download complete85bea38b8ae9: Verifying Checksum85bea38b8ae9: Download completee1761f765925: Verifying Checksume1761f765925: Download completeeda3d5ebbb90: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download completea7d9ebb36f0c: Verifying Checksuma7d9ebb36f0c: Download complete15bd72a7f55e: Verifying Checksum15bd72a7f55e: Download complete2eec325b94f3: Verifying Checksum2eec325b94f3: Download complete500e7404105c: Verifying Checksum500e7404105c: Download complete0b5d41405521: Verifying Checksum0b5d41405521: Download completeab1cf8379f61: Download completeab011142cc62: Verifying Checksumab011142cc62: Download completeffc3e3665381: Download complete01893a42305e: Verifying Checksum01893a42305e: Download completea3d7608b29d0: Verifying Checksuma3d7608b29d0: Download complete43a6ebb16bc3: Verifying Checksum43a6ebb16bc3: Download complete6071ea4fff39: Download complete1dc74d087850: Verifying Checksum1dc74d087850: Download completec43cf5b70e2f: Verifying Checksumc43cf5b70e2f: Download complete8a745f1b1b4a: Verifying Checksum8a745f1b1b4a: Download completec8b181a3f13a: Download complete66460ca44e37: Download completecf9651c464fa: Verifying Checksumcf9651c464fa: Download complete9b9d3de30745: Verifying Checksum9b9d3de30745: Download complete24736db2671b: Verifying Checksum24736db2671b: Download completead3fc6e72120: Download complete8a2224244a1f: Download complete32e5ed44ebe5: Verifying Checksum32e5ed44ebe5: Download completef3f40b4b4055: Verifying Checksumf3f40b4b4055: Download complete51848c399944: Verifying Checksum51848c399944: Download completedff921a28ab2: Pull completed9e0ec25aebb: Pull complete40090711871a: Pull completeabfac5899d7d: Pull complete1baa43730b64: Pull complete2a772f8415a4: Pull complete4813ce3f414d: Pull complete82c402464511: Pull completeac192cd8ca66: Pull complete231d5ecf4749: Pull complete01452d1b8299: Pull complete33b37e276e1e: Pull complete588e02f57ea3: Pull completee1761f765925: Pull complete85bea38b8ae9: Pull completeeda3d5ebbb90: Pull complete4f4fb700ef54: Pull completea7d9ebb36f0c: Pull complete15bd72a7f55e: Pull complete2eec325b94f3: Pull complete500e7404105c: Pull complete0b5d41405521: Pull completeffc3e3665381: Pull completeab1cf8379f61: Pull completeab011142cc62: Pull complete01893a42305e: Pull complete43a6ebb16bc3: Pull completea3d7608b29d0: Pull complete6071ea4fff39: Pull complete51848c399944: Pull complete1dc74d087850: Pull complete24736db2671b: Pull completec43cf5b70e2f: Pull complete8a745f1b1b4a: Pull completec8b181a3f13a: Pull complete66460ca44e37: Pull completecf9651c464fa: Pull complete9b9d3de30745: Pull completef3f40b4b4055: Pull completead3fc6e72120: Pull complete8a2224244a1f: Pull complete32e5ed44ebe5: Pull completeDigest: sha256:2f6b722164fee1b73e4ed8b25de99dc82bab8bec7c9f3fc52169c8a6261ac8f7Status: Downloaded newer image for ocaml/opam@sha256:2f6b722164fee1b73e4ed8b25de99dc82bab8bec7c9f3fc52169c8a6261ac8f72026-03-05 22:13.07 ---> using "7cf0f7916cc71d01a8ca479f618a916f543f6a82d947634b1dfd3fcfd59b46e2" from cache/: (comment debian-12-5.4_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.07 ---> using "f9c42c52ae46d831481561bf5c19387171d5a8a5af9458151001e9dafb57bacc" from cache/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.07 ---> using "6b1fbfbc3164cd56a4f07e87e69b929287305d5be1356d053bad95d9770181e4" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-90-genericThe OCaml toplevel, version 5.4.02.5.02026-03-05 22:13.07 ---> using "749d778c3b2e66fc3888f5a5fdc597f8265a5c18da6df11063da21bc18806f80" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-03-05 22:13.07 ---> using "2bf94ad2626844da54aa7941b22253b49149682c301809783148e728f2dcfd71" from cache/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_HEAD340ee6fd1f..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 possibleHowever, 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.28 ---> saved as "9ad650aeeaae6db8070a86c7df58006f3c96ae6a89fff6beb487f29839f537e5"/src: (copy (src devkit.opam) (dst ./))2026-03-05 22:13.28 ---> saved as "475d9415cb9faf6c986092fbab7fb2b89bb077c91ac7f2185d2eb3481f6fce7b"/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:13.30 ---> saved as "07425fa3a9949956d340227bd7e1d4abc036fca9eaa4305fb3749291ae1e7b7f"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-03-05 22:13.31 ---> saved as "b0ce329f108335591204ee0bbad6ec5c2ee3140d56c5c211815afc5444e4be2d"/src: (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.1 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.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 7s (56.7 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 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: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 ... 18786 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:14.31 ---> saved as "8d5ea3a9e829fa6e8de0b2373355f855249926a41b880f93e5c250590575f28a"/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 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.1- 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.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 ezjsonm.1.3.0 (cached)-> retrieved extunix.0.4.4 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved hex.1.5.0 (cached)-> retrieved fpath.0.7.3 (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.17.0 (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.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.10.1 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved ppxlib.0.37.0 (cached)-> retrieved yojson.3.0.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 csexp.1.5.2-> installed cppo.1.8.0-> installed cstruct.6.2.0-> installed ocaml-compiler-libs.v0.17.0-> installed sexplib0.v0.17.0-> installed stdlib-shims.0.3.0-> installed yojson.3.0.0-> installed hex.1.5.0-> installed ocplib-endian.1.2-> installed trace.0.10.1-> installed ezjsonm.1.3.0-> installed extlib.1.8.0-> installed ounit2.2.2.7-> installed parsexp.v0.17.0-> installed dune-configurator.3.21.1-> installed sexplib.v0.17.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:15.45 ---> saved as "2311d313d06d529cf72e30aa663c0f233a41b0441584aaeab7815c3fe997f199"/src: (copy (src .) (dst /src))2026-03-05 22:15.45 ---> saved as "e70e7d9dea0930639f02c63ad6ee94ec8d2f40df5451e726441bc1d3c88708e6"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default && ./test.exe)...................................Ran: 35 tests in: 0.09 seconds.OK2026-03-05 22:15.49 ---> saved as "da6d25d55914540eccaed7033142c5d50d179de2b8a88c038a9697d63e0d3592"Job succeeded2026-03-05 22:15.50: Job succeeded