2026-03-24 14:14.03: New job: test ahrefs/devkit https://github.com/ahrefs/devkit.git#refs/heads/master (456ae47efa91a4eda0cdd04bed2b38b751297d6a) (linux-x86_64:(lower-bound))Base: ocaml/opam:debian-13-ocaml-4.08@sha256:048f41796adc21a1c591ba8a7027365f75adbd0cc47a89cb4ad5d856f4815f47Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ahrefs/devkit.git" -b "master" && cd "devkit" && git reset --hard 456ae47ecat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.08@sha256:048f41796adc21a1c591ba8a7027365f75adbd0cc47a89cb4ad5d856f4815f47# debian-13-4.08_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 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && 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="base-bigarray.base base-bytes.base base-threads.base base-unix.base biniou.1.2.0 camlp4.4.08+1 camlzip.1.07 conf-libcurl.1 conf-libevent.1 conf-libpcre2-8.1 conf-m4.1 conf-pkg-config.1.0 conf-which.1 cppo.1.6.1 dune.2.9.3 dune-configurator.2.5.1 dune-private-libs.2.5.1 easy-format.1.0.1 extlib.1.7.5 extunix.0.1.5 jbuilder.1.0+beta20.1 libevent.0.8.0 lwt.5.7.0 lwt_ppx.1.0.0 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocaml-migrate-parsetree.1.3.0 ocamlbuild.0.14.0 ocamlfind.1.8.0 ocplib-endian.1.0 ocurl.0.7.6 ounit2.2.2.0 pcre2.8.0.3 ppx_derivers.1.0 ppx_tools_versioned.5.2.2 result.1.5 stdlib-shims.0.1.0 trace.0.12 yojson.1.6.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-24 14:14.03: Using cache hint "ahrefs/devkit-ocaml/opam:debian-13-ocaml-4.08@sha256:048f41796adc21a1c591ba8a7027365f75adbd0cc47a89cb4ad5d856f4815f47-debian-13-4.08_opam-2.5-deaf01a0bc7202237c6cf729f9505db0"2026-03-24 14:14.03: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.08@sha256:048f41796adc21a1c591ba8a7027365f75adbd0cc47a89cb4ad5d856f4815f47)(comment debian-13-4.08_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 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && 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 "base-bigarray.base base-bytes.base base-threads.base base-unix.base biniou.1.2.0 camlp4.4.08+1 camlzip.1.07 conf-libcurl.1 conf-libevent.1 conf-libpcre2-8.1 conf-m4.1 conf-pkg-config.1.0 conf-which.1 cppo.1.6.1 dune.2.9.3 dune-configurator.2.5.1 dune-private-libs.2.5.1 easy-format.1.0.1 extlib.1.7.5 extunix.0.1.5 jbuilder.1.0+beta20.1 libevent.0.8.0 lwt.5.7.0 lwt_ppx.1.0.0 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocaml-migrate-parsetree.1.3.0 ocamlbuild.0.14.0 ocamlfind.1.8.0 ocplib-endian.1.0 ocurl.0.7.6 ounit2.2.2.0 pcre2.8.0.3 ppx_derivers.1.0 ppx_tools_versioned.5.2.2 result.1.5 stdlib-shims.0.1.0 trace.0.12 yojson.1.6.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-24 14:14.03: Waiting for resource in pool OCluster2026-03-24 14:14.04: Waiting for worker…2026-03-24 14:14.04: Got resource from pool OClusterBuilding on doris.caelum.ci.devAll commits already cachedHEAD is now at 456ae47 [Action.config_lines] document and test behavior of commented lines (#56)(from ocaml/opam:debian-13-ocaml-4.08@sha256:048f41796adc21a1c591ba8a7027365f75adbd0cc47a89cb4ad5d856f4815f47)Unable to find image 'ocaml/opam:debian-13-ocaml-4.08@sha256:048f41796adc21a1c591ba8a7027365f75adbd0cc47a89cb4ad5d856f4815f47' locallydocker.io/ocaml/opam@sha256:048f41796adc21a1c591ba8a7027365f75adbd0cc47a89cb4ad5d856f4815f47: Pulling from ocaml/opam866771c43bf5: Pulling fs layer1e49bea09367: Pulling fs layere793768537e6: Pulling fs layered323d3d481a: Pulling fs layer7df34a5cd5f1: Pulling fs layer866771c43bf5: Waiting1e49bea09367: Waitingfd712d3eb935: Pulling fs layere793768537e6: Waitinged323d3d481a: Waiting7df34a5cd5f1: Waiting4b9fb8c99118: Pulling fs layer9d9a01948b94: Pulling fs layerfd712d3eb935: Waiting0f1514f90b32: Pulling fs layer4b9fb8c99118: Waiting9d9a01948b94: Waitinge1ec5a753447: Pulling fs layer03cc323e2f71: Pulling fs layerc09c08ea9749: Pulling fs layerb36b619f8e6b: Pulling fs layere1ec5a753447: Waiting03cc323e2f71: Waiting0f1514f90b32: Waiting195344ca5274: Pulling fs layerc09c08ea9749: Waitingb36b619f8e6b: Waiting228ee78582a6: Pulling fs layer195344ca5274: Waiting504bde1c25b3: Pulling fs layer9d8b1356c89f: Pulling fs layer228ee78582a6: Waiting504bde1c25b3: Waiting568fb6dda155: Pulling fs layer9d8b1356c89f: Waitingc499c9198aea: Pulling fs layer048e5e358118: Pulling fs layer568fb6dda155: Waiting871ca48eb45d: Pulling fs layerc499c9198aea: Waiting4f4fb700ef54: Pulling fs layer048e5e358118: Waitinga5a2568b9df9: Pulling fs layer871ca48eb45d: Waiting068cf3106ac8: Pulling fs layer559f54ec9b29: Pulling fs layer798ffd96fde5: Pulling fs layere9a891bf80d7: Pulling fs layera5a2568b9df9: Waiting068cf3106ac8: Waiting4f4fb700ef54: Waiting559f54ec9b29: Waitingd720cfe12674: Pulling fs layer798ffd96fde5: Waitingc81c932f4a91: Pulling fs layere9a891bf80d7: Waiting79f24fa3bb11: Pulling fs layerd720cfe12674: Waiting8c1debcd8c20: Pulling fs layerc81c932f4a91: Waiting1bb2cfea7250: Pulling fs layer79f24fa3bb11: Waiting8c1debcd8c20: Waiting2b3d3ca75e4c: Pulling fs layer1bb2cfea7250: Waiting557cacaf263c: Pulling fs layer2b3d3ca75e4c: Waitingd10483022eef: Pulling fs layer7b62a90d8223: Pulling fs layer557cacaf263c: Waitingd10483022eef: Waiting28ce8ea66e72: Pulling fs layerd975909ea717: Pulling fs layer7b62a90d8223: Waiting5c215c69c247: Pulling fs layere7c082452a54: Pulling fs layer28ce8ea66e72: Waitingb7df74d48e36: Pulling fs layerd975909ea717: Waiting5c215c69c247: Waitinge7c082452a54: Waiting66e3060fde97: Pulling fs layerb7df74d48e36: Waiting623e45e1559d: Pulling fs layer66e3060fde97: Waiting9251109c0e89: Pulling fs layer623e45e1559d: Waiting9251109c0e89: Waiting866771c43bf5: Verifying Checksum866771c43bf5: Download complete1e49bea09367: Verifying Checksum1e49bea09367: Download complete7df34a5cd5f1: Download completeed323d3d481a: Verifying Checksumed323d3d481a: Download complete4b9fb8c99118: Verifying Checksum4b9fb8c99118: Download complete9d9a01948b94: Verifying Checksum9d9a01948b94: Download complete0f1514f90b32: Verifying Checksum0f1514f90b32: Download complete866771c43bf5: Pull complete1e49bea09367: Pull completee793768537e6: Pull completeed323d3d481a: Pull complete7df34a5cd5f1: Pull completefd712d3eb935: Verifying Checksumfd712d3eb935: Download completee1ec5a753447: Verifying Checksume1ec5a753447: Download complete03cc323e2f71: Verifying Checksum03cc323e2f71: Download completeb36b619f8e6b: Verifying Checksumb36b619f8e6b: Download completec09c08ea9749: Verifying Checksumc09c08ea9749: Download complete504bde1c25b3: Verifying Checksum504bde1c25b3: Download complete228ee78582a6: Verifying Checksum228ee78582a6: Download complete195344ca5274: Verifying Checksum195344ca5274: Download complete9d8b1356c89f: Verifying Checksum9d8b1356c89f: Download completec499c9198aea: Download complete568fb6dda155: Download complete048e5e358118: Verifying Checksum048e5e358118: Download complete871ca48eb45d: Verifying Checksum871ca48eb45d: Download complete4f4fb700ef54: Download completea5a2568b9df9: Download complete068cf3106ac8: Download complete559f54ec9b29: Verifying Checksum559f54ec9b29: Download complete798ffd96fde5: Download completee9a891bf80d7: Verifying Checksume9a891bf80d7: Download completed720cfe12674: Verifying Checksumd720cfe12674: Download completec81c932f4a91: Download complete79f24fa3bb11: Download complete8c1debcd8c20: Download complete1bb2cfea7250: Download complete2b3d3ca75e4c: Verifying Checksum2b3d3ca75e4c: Download complete557cacaf263c: Verifying Checksum557cacaf263c: Download complete7b62a90d8223: Download completed975909ea717: Download complete5c215c69c247: Verifying Checksum5c215c69c247: Download completefd712d3eb935: Pull completee7c082452a54: Verifying Checksume7c082452a54: Download complete4b9fb8c99118: Pull complete9d9a01948b94: Pull complete0f1514f90b32: Pull completee1ec5a753447: Pull complete03cc323e2f71: Pull completec09c08ea9749: Pull completeb36b619f8e6b: Pull complete195344ca5274: Pull complete228ee78582a6: Pull complete504bde1c25b3: Pull complete9d8b1356c89f: Pull complete568fb6dda155: Pull completec499c9198aea: Pull complete048e5e358118: Pull complete871ca48eb45d: Pull complete4f4fb700ef54: Pull completea5a2568b9df9: Pull complete068cf3106ac8: Pull complete559f54ec9b29: Pull complete798ffd96fde5: Pull completee9a891bf80d7: Pull completed720cfe12674: Pull completec81c932f4a91: Pull complete79f24fa3bb11: Pull complete8c1debcd8c20: Pull complete1bb2cfea7250: Pull complete2b3d3ca75e4c: Pull complete557cacaf263c: Pull complete28ce8ea66e72: Verifying Checksum28ce8ea66e72: Download completed10483022eef: Download complete66e3060fde97: Verifying Checksum66e3060fde97: Download complete623e45e1559d: Download complete9251109c0e89: Verifying Checksum9251109c0e89: Download completeb7df74d48e36: Verifying Checksumb7df74d48e36: Download completed10483022eef: Pull complete7b62a90d8223: Pull complete28ce8ea66e72: Pull completed975909ea717: Pull complete5c215c69c247: Pull completee7c082452a54: Pull completeb7df74d48e36: Pull complete66e3060fde97: Pull complete623e45e1559d: Pull complete9251109c0e89: Pull completeDigest: sha256:048f41796adc21a1c591ba8a7027365f75adbd0cc47a89cb4ad5d856f4815f47Status: Downloaded newer image for ocaml/opam@sha256:048f41796adc21a1c591ba8a7027365f75adbd0cc47a89cb4ad5d856f4815f472026-03-24 14:14.05 ---> using "867303d7f04cee0d3e23016229d2a45a69516628a14dbff52754cd3cb283f66f" from cache/: (comment debian-13-4.08_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-24 14:14.05 ---> using "c7be1a1bf56a9af41378ced74906e3276ce5576096fe479f7bc8725acfbd5123" 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[NOTE] The 'jobs' option was reset, its value was 71 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=71 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-03-24 14:14.05 ---> using "ccdab575862d9a949d4903bc8aad034b89b0a05240bdda721b9ce0cce4230d75" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-106-genericThe OCaml toplevel, version 4.08.12.5.02026-03-24 14:14.05 ---> using "f19adf73b8544d8f3f9b81cecf006440779a1d47bca42b32961acb7a712c1b5f" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-03-24 14:14.05 ---> using "edbc028d6daadd2aebe00894d268f0d76ea78071faf901b745bf45b52fda2d76" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADffb54b9bdd..b2a1270dba master -> origin/master31462e7d24 Merge pull request #29451 from dra27/relocatable-package<><> 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-24 14:14.05 ---> using "b3e02a1ba3f82e7ec96f8d839a408a2515d3bc782ff8f9b3a0a2c3cefea54e28" from cache/src: (copy (src devkit.opam) (dst ./))2026-03-24 14:14.05 ---> using "29c490d15c476a89a77ef41ba7656d111497e46fe8c0c2ac72f42a184f68436c" from cache/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-24 14:14.05 ---> using "aabb6cc5be80a457153b8abd5814ad7a77f0aa175c29572b1ebaa9c7659fccf0" from cache/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-03-24 14:14.05 ---> using "8be6735a041e6c45b41135d22f0af46efbd5f651761c1147c91e71a8130659b8" from cache/src: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base biniou.1.2.0 camlp4.4.08+1 camlzip.1.07 conf-libcurl.1 conf-libevent.1 conf-libpcre2-8.1 conf-m4.1 conf-pkg-config.1.0 conf-which.1 cppo.1.6.1 dune.2.9.3 dune-configurator.2.5.1 dune-private-libs.2.5.1 easy-format.1.0.1 extlib.1.7.5 extunix.0.1.5 jbuilder.1.0+beta20.1 libevent.0.8.0 lwt.5.7.0 lwt_ppx.1.0.0 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocaml-migrate-parsetree.1.3.0 ocamlbuild.0.14.0 ocamlfind.1.8.0 ocplib-endian.1.0 ocurl.0.7.6 ounit2.2.2.0 pcre2.8.0.3 ppx_derivers.1.0 ppx_tools_versioned.5.2.2 result.1.5 stdlib-shims.0.1.0 trace.0.12 yojson.1.6.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"- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]- Get:4 http://deb.debian.org/debian trixie/main amd64 Packages [9671 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [114 kB]- Fetched 10.0 MB in 1s (10.8 MB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[devkit.dev] synchronised (file:///src)[NOTE] Package ocaml-config is already installed (current version is 1).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.08.1).[NOTE] Package ocaml is already installed (current version is 4.08.1).[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 m4 pkg-config zlib1g-dev<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libcurl4-gnutls-dev" "libevent-dev" "libpcre2-dev" "m4" "pkg-config" "zlib1g-dev"- (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 ... 20623 files and directories currently installed.)- Preparing to unpack .../openssl-provider-legacy_3.5.5-1~deb13u1_amd64.deb ...- Unpacking openssl-provider-legacy (3.5.5-1~deb13u1) over (3.5.4-1~deb13u2) ...- Setting up openssl-provider-legacy (3.5.5-1~deb13u1) ...- (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 ... 20623 files and directories currently installed.)- Preparing to unpack .../libssl3t64_3.5.5-1~deb13u1_amd64.deb ...- Unpacking libssl3t64:amd64 (3.5.5-1~deb13u1) over (3.5.4-1~deb13u2) ...- Setting up libssl3t64:amd64 (3.5.5-1~deb13u1) ...- (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 ... 20623 files and directories currently installed.)- Preparing to unpack .../00-libcom-err2_1.47.2-3+b10_amd64.deb ...- Unpacking libcom-err2:amd64 (1.47.2-3+b10) over (1.47.2-3+b7) ...- Selecting previously unselected package comerr-dev:amd64.- Preparing to unpack .../01-comerr-dev_2.1-1.47.2-3+b10_amd64.deb ...- Unpacking comerr-dev:amd64 (2.1-1.47.2-3+b10) ...- Selecting previously unselected package libgssrpc4t64:amd64.- Preparing to unpack .../02-libgssrpc4t64_1.21.3-5_amd64.deb ...- Unpacking libgssrpc4t64:amd64 (1.21.3-5) ...- Selecting previously unselected package libkadm5clnt-mit12:amd64.- Preparing to unpack .../03-libkadm5clnt-mit12_1.21.3-5_amd64.deb ...- Unpacking libkadm5clnt-mit12:amd64 (1.21.3-5) ...- Selecting previously unselected package libkdb5-10t64:amd64.- Preparing to unpack .../04-libkdb5-10t64_1.21.3-5_amd64.deb ...- Unpacking libkdb5-10t64:amd64 (1.21.3-5) ...- Selecting previously unselected package libkadm5srv-mit12:amd64.- Preparing to unpack .../05-libkadm5srv-mit12_1.21.3-5_amd64.deb ...- Unpacking libkadm5srv-mit12:amd64 (1.21.3-5) ...- Selecting previously unselected package krb5-multidev:amd64.- Preparing to unpack .../06-krb5-multidev_1.21.3-5_amd64.deb ...- Unpacking krb5-multidev:amd64 (1.21.3-5) ...- Selecting previously unselected package libbrotli-dev:amd64.- Preparing to unpack .../07-libbrotli-dev_1.1.0-2+b7_amd64.deb ...- Unpacking libbrotli-dev:amd64 (1.1.0-2+b7) ...- Selecting previously unselected package libevent-2.1-7t64:amd64.- Preparing to unpack .../08-libevent-2.1-7t64_2.1.12-stable-10+b1_amd64.deb ...- Unpacking libevent-2.1-7t64:amd64 (2.1.12-stable-10+b1) ...- Selecting previously unselected package libunbound8:amd64.- Preparing to unpack .../09-libunbound8_1.22.0-2+deb13u1_amd64.deb ...- Unpacking libunbound8:amd64 (1.22.0-2+deb13u1) ...- Selecting previously unselected package libgnutls-dane0t64:amd64.- Preparing to unpack .../10-libgnutls-dane0t64_3.8.9-3+deb13u2_amd64.deb ...- Unpacking libgnutls-dane0t64:amd64 (3.8.9-3+deb13u2) ...- Selecting previously unselected package libgnutls-openssl27t64:amd64.- Preparing to unpack .../11-libgnutls-openssl27t64_3.8.9-3+deb13u2_amd64.deb ...- Unpacking libgnutls-openssl27t64:amd64 (3.8.9-3+deb13u2) ...- Selecting previously unselected package libidn2-dev:amd64.- Preparing to unpack .../12-libidn2-dev_2.3.8-2_amd64.deb ...- Unpacking libidn2-dev:amd64 (2.3.8-2) ...- Selecting previously unselected package libp11-kit-dev:amd64.- Preparing to unpack .../13-libp11-kit-dev_0.25.5-3_amd64.deb ...- Unpacking libp11-kit-dev:amd64 (0.25.5-3) ...- Selecting previously unselected package libtasn1-6-dev:amd64.- Preparing to unpack .../14-libtasn1-6-dev_4.20.0-2_amd64.deb ...- Unpacking libtasn1-6-dev:amd64 (4.20.0-2) ...- Selecting previously unselected package libgmpxx4ldbl:amd64.- Preparing to unpack .../15-libgmpxx4ldbl_2%3a6.3.0+dfsg-3_amd64.deb ...- Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...- Selecting previously unselected package libgmp-dev:amd64.- Preparing to unpack .../16-libgmp-dev_2%3a6.3.0+dfsg-3_amd64.deb ...- Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...- Selecting previously unselected package nettle-dev:amd64.- Preparing to unpack .../17-nettle-dev_3.10.1-1_amd64.deb ...- Unpacking nettle-dev:amd64 (3.10.1-1) ...- Selecting previously unselected package libgnutls28-dev:amd64.- Preparing to unpack .../18-libgnutls28-dev_3.8.9-3+deb13u2_amd64.deb ...- Unpacking libgnutls28-dev:amd64 (3.8.9-3+deb13u2) ...- Selecting previously unselected package libkrb5-dev:amd64.- Preparing to unpack .../19-libkrb5-dev_1.21.3-5_amd64.deb ...- Unpacking libkrb5-dev:amd64 (1.21.3-5) ...- Selecting previously unselected package libldap-dev:amd64.- Preparing to unpack .../20-libldap-dev_2.6.10+dfsg-1_amd64.deb ...- Unpacking libldap-dev:amd64 (2.6.10+dfsg-1) ...- Selecting previously unselected package libpkgconf3:amd64.- Preparing to unpack .../21-libpkgconf3_1.8.1-4_amd64.deb ...- Unpacking libpkgconf3:amd64 (1.8.1-4) ...- Selecting previously unselected package pkgconf-bin.- Preparing to unpack .../22-pkgconf-bin_1.8.1-4_amd64.deb ...- Unpacking pkgconf-bin (1.8.1-4) ...- Selecting previously unselected package pkgconf:amd64.- Preparing to unpack .../23-pkgconf_1.8.1-4_amd64.deb ...- Unpacking pkgconf:amd64 (1.8.1-4) ...- Selecting previously unselected package libnghttp2-dev:amd64.- Preparing to unpack .../24-libnghttp2-dev_1.64.0-1.1_amd64.deb ...- Unpacking libnghttp2-dev:amd64 (1.64.0-1.1) ...- Selecting previously unselected package libnghttp3-dev:amd64.- Preparing to unpack .../25-libnghttp3-dev_1.8.0-1_amd64.deb ...- Unpacking libnghttp3-dev:amd64 (1.8.0-1) ...- Selecting previously unselected package libngtcp2-crypto-gnutls-dev:amd64.- Preparing to unpack .../26-libngtcp2-crypto-gnutls-dev_1.11.0-1_amd64.deb ...- Unpacking libngtcp2-crypto-gnutls-dev:amd64 (1.11.0-1) ...- Selecting previously unselected package libngtcp2-dev:amd64.- Preparing to unpack .../27-libngtcp2-dev_1.11.0-1_amd64.deb ...- Unpacking libngtcp2-dev:amd64 (1.11.0-1) ...- Selecting previously unselected package libpsl-dev:amd64.- Preparing to unpack .../28-libpsl-dev_0.21.2-1.1+b1_amd64.deb ...- Unpacking libpsl-dev:amd64 (0.21.2-1.1+b1) ...- Selecting previously unselected package zlib1g-dev:amd64.- Preparing to unpack .../29-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1+b1_amd64.deb ...- Unpacking zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1+b1) ...- Selecting previously unselected package librtmp-dev:amd64.- Preparing to unpack .../30-librtmp-dev_2.4+20151223.gitfa8646d.1-2+b5_amd64.deb ...- Unpacking librtmp-dev:amd64 (2.4+20151223.gitfa8646d.1-2+b5) ...- Selecting previously unselected package libssl-dev:amd64.- Preparing to unpack .../31-libssl-dev_3.5.5-1~deb13u1_amd64.deb ...- Unpacking libssl-dev:amd64 (3.5.5-1~deb13u1) ...- Selecting previously unselected package libssh2-1-dev:amd64.- Preparing to unpack .../32-libssh2-1-dev_1.11.1-1_amd64.deb ...- Unpacking libssh2-1-dev:amd64 (1.11.1-1) ...- Selecting previously unselected package libzstd-dev:amd64.- Preparing to unpack .../33-libzstd-dev_1.5.7+dfsg-1_amd64.deb ...- Unpacking libzstd-dev:amd64 (1.5.7+dfsg-1) ...- Selecting previously unselected package libcurl4-gnutls-dev:amd64.- Preparing to unpack .../34-libcurl4-gnutls-dev_8.14.1-2+deb13u2_amd64.deb ...- Unpacking libcurl4-gnutls-dev:amd64 (8.14.1-2+deb13u2) ...- Selecting previously unselected package libevent-core-2.1-7t64:amd64.- Preparing to unpack .../35-libevent-core-2.1-7t64_2.1.12-stable-10+b1_amd64.deb ...- Unpacking libevent-core-2.1-7t64:amd64 (2.1.12-stable-10+b1) ...- Selecting previously unselected package libevent-extra-2.1-7t64:amd64.- Preparing to unpack .../36-libevent-extra-2.1-7t64_2.1.12-stable-10+b1_amd64.deb ...- Unpacking libevent-extra-2.1-7t64:amd64 (2.1.12-stable-10+b1) ...- Selecting previously unselected package libevent-pthreads-2.1-7t64:amd64.- Preparing to unpack .../37-libevent-pthreads-2.1-7t64_2.1.12-stable-10+b1_amd64.deb ...- Unpacking libevent-pthreads-2.1-7t64:amd64 (2.1.12-stable-10+b1) ...- Selecting previously unselected package libevent-openssl-2.1-7t64:amd64.- Preparing to unpack .../38-libevent-openssl-2.1-7t64_2.1.12-stable-10+b1_amd64.deb ...- Unpacking libevent-openssl-2.1-7t64:amd64 (2.1.12-stable-10+b1) ...- Selecting previously unselected package libevent-dev.- Preparing to unpack .../39-libevent-dev_2.1.12-stable-10+b1_amd64.deb ...- Unpacking libevent-dev (2.1.12-stable-10+b1) ...- Selecting previously unselected package libpcre2-16-0:amd64.- Preparing to unpack .../40-libpcre2-16-0_10.46-1~deb13u1_amd64.deb ...- Unpacking libpcre2-16-0:amd64 (10.46-1~deb13u1) ...- Selecting previously unselected package libpcre2-32-0:amd64.- Preparing to unpack .../41-libpcre2-32-0_10.46-1~deb13u1_amd64.deb ...- Unpacking libpcre2-32-0:amd64 (10.46-1~deb13u1) ...- Selecting previously unselected package libpcre2-posix3:amd64.- Preparing to unpack .../42-libpcre2-posix3_10.46-1~deb13u1_amd64.deb ...- Unpacking libpcre2-posix3:amd64 (10.46-1~deb13u1) ...- Selecting previously unselected package libpcre2-dev:amd64.- Preparing to unpack .../43-libpcre2-dev_10.46-1~deb13u1_amd64.deb ...- Unpacking libpcre2-dev:amd64 (10.46-1~deb13u1) ...- Selecting previously unselected package libtasn1-doc.- Preparing to unpack .../44-libtasn1-doc_4.20.0-2_all.deb ...- Unpacking libtasn1-doc (4.20.0-2) ...- Selecting previously unselected package m4.- Preparing to unpack .../45-m4_1.4.19-8_amd64.deb ...- Unpacking m4 (1.4.19-8) ...- Preparing to unpack .../46-openssl_3.5.5-1~deb13u1_amd64.deb ...- Unpacking openssl (3.5.5-1~deb13u1) over (3.5.4-1~deb13u2) ...- Selecting previously unselected package pkg-config:amd64.- Preparing to unpack .../47-pkg-config_1.8.1-4_amd64.deb ...- Unpacking pkg-config:amd64 (1.8.1-4) ...- Setting up libgnutls-openssl27t64:amd64 (3.8.9-3+deb13u2) ...- Setting up libzstd-dev:amd64 (1.5.7+dfsg-1) ...- Setting up libtasn1-doc (4.20.0-2) ...- Setting up m4 (1.4.19-8) ...- Setting up libevent-2.1-7t64:amd64 (2.1.12-stable-10+b1) ...- Setting up libngtcp2-crypto-gnutls-dev:amd64 (1.11.0-1) ...- Setting up libcom-err2:amd64 (1.47.2-3+b10) ...- Setting up libngtcp2-dev:amd64 (1.11.0-1) ...- Setting up libpcre2-16-0:amd64 (10.46-1~deb13u1) ...- Setting up libpsl-dev:amd64 (0.21.2-1.1+b1) ...- Setting up libpcre2-32-0:amd64 (10.46-1~deb13u1) ...- Setting up libunbound8:amd64 (1.22.0-2+deb13u1) ...- Setting up libpkgconf3:amd64 (1.8.1-4) ...- Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...- Setting up libgnutls-dane0t64:amd64 (3.8.9-3+deb13u2) ...- Setting up libgssrpc4t64:amd64 (1.21.3-5) ...- Setting up libldap-dev:amd64 (2.6.10+dfsg-1) ...- Setting up comerr-dev:amd64 (2.1-1.47.2-3+b10) ...- Setting up libssl-dev:amd64 (3.5.5-1~deb13u1) ...- Setting up pkgconf-bin (1.8.1-4) ...- Setting up libidn2-dev:amd64 (2.3.8-2) ...- Setting up libnghttp3-dev:amd64 (1.8.0-1) ...- Setting up zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1+b1) ...- Setting up libpcre2-posix3:amd64 (10.46-1~deb13u1) ...- Setting up libevent-core-2.1-7t64:amd64 (2.1.12-stable-10+b1) ...- Setting up libtasn1-6-dev:amd64 (4.20.0-2) ...- Setting up openssl (3.5.5-1~deb13u1) ...- Setting up libbrotli-dev:amd64 (1.1.0-2+b7) ...- Setting up libp11-kit-dev:amd64 (0.25.5-3) ...- Setting up libkadm5clnt-mit12:amd64 (1.21.3-5) ...- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...- Setting up libpcre2-dev:amd64 (10.46-1~deb13u1) ...- Setting up nettle-dev:amd64 (3.10.1-1) ...- Setting up libkdb5-10t64:amd64 (1.21.3-5) ...- Setting up libevent-pthreads-2.1-7t64:amd64 (2.1.12-stable-10+b1) ...- Setting up libevent-openssl-2.1-7t64:amd64 (2.1.12-stable-10+b1) ...- Setting up pkgconf:amd64 (1.8.1-4) ...- Setting up pkg-config:amd64 (1.8.1-4) ...- Setting up libssh2-1-dev:amd64 (1.11.1-1) ...- Setting up libevent-extra-2.1-7t64:amd64 (2.1.12-stable-10+b1) ...- Setting up libkadm5srv-mit12:amd64 (1.21.3-5) ...- Setting up krb5-multidev:amd64 (1.21.3-5) ...- Setting up libgnutls28-dev:amd64 (3.8.9-3+deb13u2) ...- Setting up libnghttp2-dev:amd64 (1.64.0-1.1) ...- Setting up libkrb5-dev:amd64 (1.21.3-5) ...- Setting up librtmp-dev:amd64 (2.4+20151223.gitfa8646d.1-2+b5) ...- Setting up libevent-dev (2.1.12-stable-10+b1) ...- Setting up libcurl4-gnutls-dev:amd64 (8.14.1-2+deb13u2) ...- Processing triggers for libc-bin (2.41-12+deb13u1) ...# To update the current shell environment, run: eval $(opam env)2026-03-24 14:14.05 ---> using "93811874e9569f24c9846ce7ad22757054d8a012726f9f680bc245885e7d308c" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-config is already installed (current version is 1).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.08.1).[NOTE] Package ocaml is already installed (current version is 4.08.1).[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 34 packages- install base-bytes base- install biniou 1.2.0- install camlp4 4.08+1- install camlzip 1.07- install conf-libcurl 1- install conf-libevent 1- install conf-libpcre2-8 1- install conf-m4 1- install conf-pkg-config 1.0- install conf-which 1- install cppo 1.6.1- install dune 2.9.3- install dune-configurator 2.5.1- install dune-private-libs 2.5.1- install easy-format 1.0.1- install extlib 1.7.5- install extunix 0.1.5- install jbuilder 1.0+beta20.1 (deprecated)- install libevent 0.8.0- install lwt 5.7.0- install lwt_ppx 1.0.0- install ocaml-migrate-parsetree 1.3.0 (deprecated)- install ocamlbuild 0.14.0- install ocamlfind 1.8.0- install ocplib-endian 1.0- install ocurl 0.7.6- install ounit2 2.2.0- install pcre2 8.0.3- install ppx_derivers 1.0- install ppx_tools_versioned 5.2.2- install result 1.5- install stdlib-shims 0.1.0- install trace 0.12- install yojson 1.6.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved biniou.1.2.0 (cached)-> retrieved camlp4.4.08+1 (cached)-> retrieved camlzip.1.07 (cached)-> retrieved cppo.1.6.1 (cached)-> installed conf-m4.1-> installed conf-pkg-config.1.0-> installed conf-which.1-> retrieved easy-format.1.0.1 (cached)-> installed conf-libcurl.1-> installed conf-libevent.1-> installed conf-libpcre2-8.1-> retrieved extlib.1.7.5 (cached)-> retrieved extunix.0.1.5 (cached)-> retrieved jbuilder.1.0+beta20.1 (cached)-> retrieved dune.2.9.3 (cached)-> retrieved dune-configurator.2.5.1, dune-private-libs.2.5.1 (cached)-> retrieved libevent.0.8.0 (cached)-> retrieved lwt.5.7.0 (cached)-> retrieved lwt_ppx.1.0.0 (cached)-> retrieved ocaml-migrate-parsetree.1.3.0 (cached)-> retrieved ocamlbuild.0.14.0 (cached)-> retrieved ocamlfind.1.8.0 (cached)-> retrieved ocplib-endian.1.0 (cached)-> retrieved ocurl.0.7.6 (cached)-> retrieved ounit2.2.2.0 (cached)-> retrieved pcre2.8.0.3 (cached)-> retrieved ppx_derivers.1.0 (cached)-> retrieved ppx_tools_versioned.5.2.2 (cached)-> retrieved result.1.5 (cached)-> retrieved stdlib-shims.0.1.0 (cached)-> retrieved yojson.1.6.0 (cached)-> retrieved trace.0.12 (cached)-> installed ocamlfind.1.8.0-> installed base-bytes.base-> installed easy-format.1.0.1-> installed libevent.0.8.0-> installed ocamlbuild.0.14.0-> installed camlzip.1.07-> installed jbuilder.1.0+beta20.1-> installed ppx_derivers.1.0-> installed biniou.1.2.0-> installed cppo.1.6.1-> installed dune.2.9.3-> installed stdlib-shims.0.1.0-> installed result.1.5-> installed trace.0.12-> installed ounit2.2.2.0-> installed yojson.1.6.0-> installed extlib.1.7.5-> installed ocplib-endian.1.0-> installed dune-private-libs.2.5.1-> installed ocaml-migrate-parsetree.1.3.0-> installed dune-configurator.2.5.1-> installed pcre2.8.0.3-> installed ppx_tools_versioned.5.2.2-> installed lwt.5.7.0-> installed lwt_ppx.1.0.0-> installed ocurl.0.7.6-> installed camlp4.4.08+1-> installed extunix.0.1.5Done.<><> ocaml-migrate-parsetree.1.3.0 installed successfully <><><><><><><><><><><>=> Note: This package is deprecated.<><> jbuilder.1.0+beta20.1 installed successfully <><><><><><><><><><><><><><><>=> Note: This package is deprecated.# To update the current shell environment, run: eval $(opam env)2026-03-24 14:14.05 ---> using "975e309cded091714ac3b35ed16065d973e0589699eadfc325089940b9807ff3" from cache/src: (copy (src .) (dst /src))2026-03-24 14:14.05 ---> using "3fb1d0bd5e1f4f8b43e4ff904f7d6ae448afe60126469862d80f041f374843ec" from cache/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))File "/home/opam/.opam/4.08/lib/biniou/biniou.dune", line 1, characters 0-0:Warning: .dune files are ignored since 2.0. Reinstall the library with dune>= 2.0 to get rid of this warning and enable support for the subsystem thislibrary provides.File "/home/opam/.opam/4.08/lib/lwt_ppx/lwt_ppx.dune", line 1, characters 0-0:Warning: .dune files are ignored since 2.0. Reinstall the library with dune>= 2.0 to get rid of this warning and enable support for the subsystem thislibrary provides.File "/home/opam/.opam/4.08/lib/ppx_derivers/ppx_derivers.dune", line 1, characters 0-0:Warning: .dune files are ignored since 2.0. Reinstall the library with dune>= 2.0 to get rid of this warning and enable support for the subsystem thislibrary provides.ocamlopt .devkit_core.objs/native/devkit_core__Exn.{cmx,o}File "_none_", line 1:Warning 58: no cmx file was found in path for module Curl, and its interface was not compiled with -opaqueocamlopt .devkit_core.objs/native/devkit_core__Web.{cmx,o}File "_none_", line 1:Warning 58: no cmx file was found in path for module Curl, and its interface was not compiled with -opaquetest alias runtest....................................Ran: 36 tests in: 0.08 seconds.OK2026-03-24 14:14.05 ---> using "006c17e254b82e9dc70fe3594e14d9d53f2259d90535208e7206b713670251fc" from cacheJob succeeded2026-03-24 14:14.06: Job succeeded