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:2f6b722164fee1b73e4ed8b25de99dc82bab8bec7c9f3fc52169c8a6261ac8f7 Opam project build To reproduce locally: git clone --recursive "https://github.com/ahrefs/devkit.git" -b "lwt6-compat" && cd "devkit" && git reset --hard ab08bb1f cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-5.4@sha256:2f6b722164fee1b73e4ed8b25de99dc82bab8bec7c9f3fc52169c8a6261ac8f7 # debian-12-5.4_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN 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 --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 $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-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 OCluster 2026-03-05 22:10.23: Waiting for worker… 2026-03-05 22:13.07: Got resource from pool OCluster Building on laodoke.caelum.ci.dev All commits already cached HEAD 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' locally docker.io/ocaml/opam@sha256:2f6b722164fee1b73e4ed8b25de99dc82bab8bec7c9f3fc52169c8a6261ac8f7: Pulling from ocaml/opam 6bc9f599b3ef: Already exists 81900f463bdb: Pulling fs layer ad5b7184030d: Pulling fs layer e7d81838f844: Pulling fs layer 81900f463bdb: Waiting 184e45387f7e: Pulling fs layer e7d81838f844: Waiting ad5b7184030d: Waiting dff921a28ab2: Pulling fs layer d9e0ec25aebb: Pulling fs layer dff921a28ab2: Waiting 40090711871a: Pulling fs layer 184e45387f7e: Waiting d9e0ec25aebb: Waiting abfac5899d7d: Pulling fs layer 1baa43730b64: Pulling fs layer abfac5899d7d: Waiting 40090711871a: Waiting 2a772f8415a4: Pulling fs layer 1baa43730b64: Waiting 4813ce3f414d: Pulling fs layer 82c402464511: Pulling fs layer 2a772f8415a4: Waiting ac192cd8ca66: Pulling fs layer 4813ce3f414d: Waiting 82c402464511: Waiting 231d5ecf4749: Pulling fs layer ac192cd8ca66: Waiting 01452d1b8299: Pulling fs layer 33b37e276e1e: Pulling fs layer 01452d1b8299: Waiting 588e02f57ea3: Pulling fs layer 33b37e276e1e: Waiting e1761f765925: Pulling fs layer 588e02f57ea3: Waiting 85bea38b8ae9: Pulling fs layer eda3d5ebbb90: Pulling fs layer e1761f765925: Waiting 85bea38b8ae9: Waiting 4f4fb700ef54: Pulling fs layer eda3d5ebbb90: Waiting a7d9ebb36f0c: Pulling fs layer 4f4fb700ef54: Waiting 15bd72a7f55e: Pulling fs layer 2eec325b94f3: Pulling fs layer 500e7404105c: Pulling fs layer 2eec325b94f3: Waiting 15bd72a7f55e: Waiting 0b5d41405521: Pulling fs layer ffc3e3665381: Pulling fs layer ab1cf8379f61: Pulling fs layer ffc3e3665381: Waiting ab011142cc62: Pulling fs layer ab1cf8379f61: Waiting 01893a42305e: Pulling fs layer ab011142cc62: Waiting 43a6ebb16bc3: Pulling fs layer a3d7608b29d0: Pulling fs layer 43a6ebb16bc3: Waiting 01893a42305e: Waiting 6071ea4fff39: Pulling fs layer a3d7608b29d0: Waiting 51848c399944: Pulling fs layer 1dc74d087850: Pulling fs layer 51848c399944: Waiting 24736db2671b: Pulling fs layer 6071ea4fff39: Waiting 1dc74d087850: Waiting c43cf5b70e2f: Pulling fs layer 24736db2671b: Waiting 8a745f1b1b4a: Pulling fs layer c43cf5b70e2f: Waiting c8b181a3f13a: Pulling fs layer 8a745f1b1b4a: Waiting 66460ca44e37: Pulling fs layer c8b181a3f13a: Waiting cf9651c464fa: Pulling fs layer 66460ca44e37: Waiting 9b9d3de30745: Pulling fs layer cf9651c464fa: Waiting f3f40b4b4055: Pulling fs layer 9b9d3de30745: Waiting ad3fc6e72120: Pulling fs layer 8a2224244a1f: Pulling fs layer f3f40b4b4055: Waiting ad3fc6e72120: Waiting 32e5ed44ebe5: Pulling fs layer 8a2224244a1f: Waiting 32e5ed44ebe5: Waiting 81900f463bdb: Download complete 81900f463bdb: Pull complete ad5b7184030d: Verifying Checksum ad5b7184030d: Download complete ad5b7184030d: Pull complete 184e45387f7e: Verifying Checksum 184e45387f7e: Download complete e7d81838f844: Verifying Checksum e7d81838f844: Download complete d9e0ec25aebb: Verifying Checksum d9e0ec25aebb: Download complete e7d81838f844: Pull complete 184e45387f7e: Pull complete 40090711871a: Verifying Checksum 40090711871a: Download complete dff921a28ab2: Download complete abfac5899d7d: Verifying Checksum abfac5899d7d: Download complete 1baa43730b64: Verifying Checksum 1baa43730b64: Download complete 2a772f8415a4: Verifying Checksum 2a772f8415a4: Download complete 4813ce3f414d: Verifying Checksum 4813ce3f414d: Download complete 82c402464511: Verifying Checksum 82c402464511: Download complete ac192cd8ca66: Verifying Checksum ac192cd8ca66: Download complete 231d5ecf4749: Verifying Checksum 231d5ecf4749: Download complete 01452d1b8299: Verifying Checksum 01452d1b8299: Download complete 588e02f57ea3: Verifying Checksum 588e02f57ea3: Download complete 33b37e276e1e: Verifying Checksum 33b37e276e1e: Download complete 85bea38b8ae9: Verifying Checksum 85bea38b8ae9: Download complete e1761f765925: Verifying Checksum e1761f765925: Download complete eda3d5ebbb90: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete a7d9ebb36f0c: Verifying Checksum a7d9ebb36f0c: Download complete 15bd72a7f55e: Verifying Checksum 15bd72a7f55e: Download complete 2eec325b94f3: Verifying Checksum 2eec325b94f3: Download complete 500e7404105c: Verifying Checksum 500e7404105c: Download complete 0b5d41405521: Verifying Checksum 0b5d41405521: Download complete ab1cf8379f61: Download complete ab011142cc62: Verifying Checksum ab011142cc62: Download complete ffc3e3665381: Download complete 01893a42305e: Verifying Checksum 01893a42305e: Download complete a3d7608b29d0: Verifying Checksum a3d7608b29d0: Download complete 43a6ebb16bc3: Verifying Checksum 43a6ebb16bc3: Download complete 6071ea4fff39: Download complete 1dc74d087850: Verifying Checksum 1dc74d087850: Download complete c43cf5b70e2f: Verifying Checksum c43cf5b70e2f: Download complete 8a745f1b1b4a: Verifying Checksum 8a745f1b1b4a: Download complete c8b181a3f13a: Download complete 66460ca44e37: Download complete cf9651c464fa: Verifying Checksum cf9651c464fa: Download complete 9b9d3de30745: Verifying Checksum 9b9d3de30745: Download complete 24736db2671b: Verifying Checksum 24736db2671b: Download complete ad3fc6e72120: Download complete 8a2224244a1f: Download complete 32e5ed44ebe5: Verifying Checksum 32e5ed44ebe5: Download complete f3f40b4b4055: Verifying Checksum f3f40b4b4055: Download complete 51848c399944: Verifying Checksum 51848c399944: Download complete dff921a28ab2: Pull complete d9e0ec25aebb: Pull complete 40090711871a: Pull complete abfac5899d7d: Pull complete 1baa43730b64: Pull complete 2a772f8415a4: Pull complete 4813ce3f414d: Pull complete 82c402464511: Pull complete ac192cd8ca66: Pull complete 231d5ecf4749: Pull complete 01452d1b8299: Pull complete 33b37e276e1e: Pull complete 588e02f57ea3: Pull complete e1761f765925: Pull complete 85bea38b8ae9: Pull complete eda3d5ebbb90: Pull complete 4f4fb700ef54: Pull complete a7d9ebb36f0c: Pull complete 15bd72a7f55e: Pull complete 2eec325b94f3: Pull complete 500e7404105c: Pull complete 0b5d41405521: Pull complete ffc3e3665381: Pull complete ab1cf8379f61: Pull complete ab011142cc62: Pull complete 01893a42305e: Pull complete 43a6ebb16bc3: Pull complete a3d7608b29d0: Pull complete 6071ea4fff39: Pull complete 51848c399944: Pull complete 1dc74d087850: Pull complete 24736db2671b: Pull complete c43cf5b70e2f: Pull complete 8a745f1b1b4a: Pull complete c8b181a3f13a: Pull complete 66460ca44e37: Pull complete cf9651c464fa: Pull complete 9b9d3de30745: Pull complete f3f40b4b4055: Pull complete ad3fc6e72120: Pull complete 8a2224244a1f: Pull complete 32e5ed44ebe5: Pull complete Digest: sha256:2f6b722164fee1b73e4ed8b25de99dc82bab8bec7c9f3fc52169c8a6261ac8f7 Status: Downloaded newer image for ocaml/opam@sha256:2f6b722164fee1b73e4ed8b25de99dc82bab8bec7c9f3fc52169c8a6261ac8f7 2026-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] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-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-generic The OCaml toplevel, version 5.4.0 2.5.0 2026-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_HEAD 340ee6fd1f..60ec6b8550 master -> origin/master 5ca921c5fc Merge pull request #29482 from tbrk/conf-zlib <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Everything as up-to-date as possible 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.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.4 Done. # 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. OK 2026-03-05 22:15.49 ---> saved as "da6d25d55914540eccaed7033142c5d50d179de2b8a88c038a9697d63e0d3592" Job succeeded 2026-03-05 22:15.50: Job succeeded