2026-06-04 18:49.00: New job: test ahrefs/devkit https://github.com/ahrefs/devkit.git#refs/heads/master (a805e833a2cb30f3e40095de8caee33b48ef46f3) (linux-x86_64:(lower-bound)) Base: ocaml/opam:debian-13-ocaml-4.11@sha256:6c34153b2b07fc0f884e792a60178e250c2d06a45050e01ed0883a67ec11440c Opam project build To reproduce locally: git clone --recursive "https://github.com/ahrefs/devkit.git" -b "master" && cd "devkit" && git reset --hard a805e833 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-4.11@sha256:6c34153b2b07fc0f884e792a60178e250c2d06a45050e01ed0883a67ec11440c # debian-13-4.11_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 cd ~/opam-repository && (git cat-file -e a28353a4e21fc21cac49f64f1d99064fc11ce3f9 || git fetch origin master) && git reset -q --hard a28353a4e21fc21cac49f64f1d99064fc11ce3f9 && git log --no-decorate -n1 --oneline RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN 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="base-bigarray.base base-bytes.base base-threads.base base-unix.base biniou.1.2.0 camlp4.4.11+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.11.2 ocaml-base-compiler.4.11.2 ocaml-config.1 ocaml-migrate-parsetree.1.7.3 ocamlbuild.0.14.0 ocamlfind.1.8.1 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 $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-06-04 18:49.00: Using cache hint "ahrefs/devkit-ocaml/opam:debian-13-ocaml-4.11@sha256:6c34153b2b07fc0f884e792a60178e250c2d06a45050e01ed0883a67ec11440c-debian-13-4.11_opam-2.5-021ad65d1fa8f1eaf32f9927abe54492" 2026-06-04 18:49.00: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-4.11@sha256:6c34153b2b07fc0f884e792a60178e250c2d06a45050e01ed0883a67ec11440c) (comment debian-13-4.11_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 (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e a28353a4e21fc21cac49f64f1d99064fc11ce3f9 || git fetch origin master) && git reset -q --hard a28353a4e21fc21cac49f64f1d99064fc11ce3f9 && git log --no-decorate -n1 --oneline")) (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 "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.11+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.11.2 ocaml-base-compiler.4.11.2 ocaml-config.1 ocaml-migrate-parsetree.1.7.3 ocamlbuild.0.14.0 ocamlfind.1.8.1 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-06-04 18:49.00: Waiting for resource in pool OCluster 2026-06-04 18:49.01: Waiting for worker… 2026-06-04 18:49.04: Got resource from pool OCluster Building on asteria.caelum.ci.dev All commits already cached HEAD is now at a805e83 drop last mentions of logstash (from ocaml/opam:debian-13-ocaml-4.11@sha256:6c34153b2b07fc0f884e792a60178e250c2d06a45050e01ed0883a67ec11440c) 2026-06-04 18:49.11 ---> using "36abb6db1723167d15c41f53ef05d371444812dc64e2ea7fe109d222db988473" from cache /: (comment debian-13-4.11_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-06-04 18:49.11 ---> using "8b6c3f9b20d6c3beeb84a8d52ac5abfb97ee836913fb82a0f86bfdcf7eb71547" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e a28353a4e21fc21cac49f64f1d99064fc11ce3f9 || git fetch origin master) && git reset -q --hard a28353a4e21fc21cac49f64f1d99064fc11ce3f9 && git log --no-decorate -n1 --oneline")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD fc08333d1b..5e37987930 master -> origin/master a28353a4e2 Merge pull request #29987 from ocaml/revert-29976-simpler-pkgconf 2026-06-04 18:49.12 ---> using "51331d36cdaa01f55b71184360000ea96415ca704f35d22faa98087cb72f6b3f" 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.1 to version 2.2, which can't be reverted. You may want to back it up before going further. [NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using: opam option jobs=1 --global Continue? [Y/n] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository 2026-06-04 18:49.12 ---> using "0fa7eddca15695869a81363cd3a91c890c006e27fdd3d0605bfd69ecf9f102cd" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-111-generic The OCaml toplevel, version 4.11.2 2.5.1 2026-06-04 18:49.12 ---> using "5e8d9e9fffc838bc26931db3f78fdf1ae3a41c5ecc35bd41caf5d23c65ffa067" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-06-04 18:49.12 ---> using "156df70a84ed38734316a0a1af0d730dd2324fbd5e7ede8048c5f6739cd602c3" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update -u")) <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] no changes from git+file:///home/opam/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). The following packages are not being upgraded because the new versions conflict with other installed packages: - ocaml.5.5.0 - ocaml-config.3 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-06-04 18:49.12 ---> using "8b0c6af2db35ab88f969ee07f53a24b4c6968c1c1f75e1083ef0f76c050a564e" from cache /src: (copy (src devkit.opam) (dst ./)) 2026-06-04 18:49.14 ---> saved as "84324b7237a82f52f81b4ff425341d93228580382ae6b03f806ae95f1f45a120" /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-06-04 18:49.18 ---> saved as "bd20a4ee94fb9d6cbec9acdefe4314bce1585a93f920a0de4d31c542bdee3584" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-06-04 18:49.20 ---> saved as "a55827e9a36604bd0ec1aef400c6b9ffb06ee46e1131150f12413fd73af1ff09" /src: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base biniou.1.2.0 camlp4.4.11+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.11.2 ocaml-base-compiler.4.11.2 ocaml-config.1 ocaml-migrate-parsetree.1.7.3 ocamlbuild.0.14.0 ocamlfind.1.8.1 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 [207 kB] - Fetched 10.1 MB in 1s (9775 kB/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.11.2). [NOTE] Package ocaml is already installed (current version is 4.11.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 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.6-1~deb13u1_amd64.deb ... - Unpacking openssl-provider-legacy (3.5.6-1~deb13u1) over (3.5.5-1~deb13u2) ... - Setting up openssl-provider-legacy (3.5.6-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.6-1~deb13u1_amd64.deb ... - Unpacking libssl3t64:amd64 (3.5.6-1~deb13u1) over (3.5.5-1~deb13u2) ... - Setting up libssl3t64:amd64 (3.5.6-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-krb5-locales_1.21.3-5+deb13u1_all.deb ... - Unpacking krb5-locales (1.21.3-5+deb13u1) over (1.21.3-5) ... - Preparing to unpack .../01-libcom-err2_1.47.2-3+b11_amd64.deb ... - Unpacking libcom-err2:amd64 (1.47.2-3+b11) over (1.47.2-3+b10) ... - Selecting previously unselected package comerr-dev:amd64. - Preparing to unpack .../02-comerr-dev_2.1-1.47.2-3+b11_amd64.deb ... - Unpacking comerr-dev:amd64 (2.1-1.47.2-3+b11) ... - Preparing to unpack .../03-libk5crypto3_1.21.3-5+deb13u1_amd64.deb ... - Unpacking libk5crypto3:amd64 (1.21.3-5+deb13u1) over (1.21.3-5) ... - Preparing to unpack .../04-libgssapi-krb5-2_1.21.3-5+deb13u1_amd64.deb ... - Unpacking libgssapi-krb5-2:amd64 (1.21.3-5+deb13u1) over (1.21.3-5) ... - Preparing to unpack .../05-libkrb5support0_1.21.3-5+deb13u1_amd64.deb ... - Unpacking libkrb5support0:amd64 (1.21.3-5+deb13u1) over (1.21.3-5) ... - Preparing to unpack .../06-libkrb5-3_1.21.3-5+deb13u1_amd64.deb ... - Unpacking libkrb5-3:amd64 (1.21.3-5+deb13u1) over (1.21.3-5) ... - Preparing to unpack .../07-libnghttp2-14_1.64.0-1.1+deb13u1_amd64.deb ... - Unpacking libnghttp2-14:amd64 (1.64.0-1.1+deb13u1) over (1.64.0-1.1) ... - Preparing to unpack .../08-curl_8.14.1-2+deb13u3_amd64.deb ... - Unpacking curl (8.14.1-2+deb13u3) over (8.14.1-2+deb13u2) ... - Preparing to unpack .../09-libcurl4t64_8.14.1-2+deb13u3_amd64.deb ... - Unpacking libcurl4t64:amd64 (8.14.1-2+deb13u3) over (8.14.1-2+deb13u2) ... - Selecting previously unselected package libgssrpc4t64:amd64. - Preparing to unpack .../10-libgssrpc4t64_1.21.3-5+deb13u1_amd64.deb ... - Unpacking libgssrpc4t64:amd64 (1.21.3-5+deb13u1) ... - Selecting previously unselected package libkadm5clnt-mit12:amd64. - Preparing to unpack .../11-libkadm5clnt-mit12_1.21.3-5+deb13u1_amd64.deb ... - Unpacking libkadm5clnt-mit12:amd64 (1.21.3-5+deb13u1) ... - Selecting previously unselected package libkdb5-10t64:amd64. - Preparing to unpack .../12-libkdb5-10t64_1.21.3-5+deb13u1_amd64.deb ... - Unpacking libkdb5-10t64:amd64 (1.21.3-5+deb13u1) ... - Selecting previously unselected package libkadm5srv-mit12:amd64. - Preparing to unpack .../13-libkadm5srv-mit12_1.21.3-5+deb13u1_amd64.deb ... - Unpacking libkadm5srv-mit12:amd64 (1.21.3-5+deb13u1) ... - Selecting previously unselected package krb5-multidev:amd64. - Preparing to unpack .../14-krb5-multidev_1.21.3-5+deb13u1_amd64.deb ... - Unpacking krb5-multidev:amd64 (1.21.3-5+deb13u1) ... - Selecting previously unselected package libbrotli-dev:amd64. - Preparing to unpack .../15-libbrotli-dev_1.1.0-2+b7_amd64.deb ... - Unpacking libbrotli-dev:amd64 (1.1.0-2+b7) ... - Preparing to unpack .../16-libgnutls30t64_3.8.9-3+deb13u4_amd64.deb ... - Unpacking libgnutls30t64:amd64 (3.8.9-3+deb13u4) over (3.8.9-3+deb13u2) ... - Preparing to unpack .../17-libcurl3t64-gnutls_8.14.1-2+deb13u3_amd64.deb ... - Unpacking libcurl3t64-gnutls:amd64 (8.14.1-2+deb13u3) over (8.14.1-2+deb13u2) ... - Selecting previously unselected package libevent-2.1-7t64:amd64. - Preparing to unpack .../18-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 .../19-libunbound8_1.22.0-2+deb13u3_amd64.deb ... - Unpacking libunbound8:amd64 (1.22.0-2+deb13u3) ... - Selecting previously unselected package libgnutls-dane0t64:amd64. - Preparing to unpack .../20-libgnutls-dane0t64_3.8.9-3+deb13u4_amd64.deb ... - Unpacking libgnutls-dane0t64:amd64 (3.8.9-3+deb13u4) ... - Selecting previously unselected package libgnutls-openssl27t64:amd64. - Preparing to unpack .../21-libgnutls-openssl27t64_3.8.9-3+deb13u4_amd64.deb ... - Unpacking libgnutls-openssl27t64:amd64 (3.8.9-3+deb13u4) ... - Selecting previously unselected package libidn2-dev:amd64. - Preparing to unpack .../22-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 .../23-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 .../24-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 .../25-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 .../26-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 .../27-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 .../28-libgnutls28-dev_3.8.9-3+deb13u4_amd64.deb ... - Unpacking libgnutls28-dev:amd64 (3.8.9-3+deb13u4) ... - Selecting previously unselected package libkrb5-dev:amd64. - Preparing to unpack .../29-libkrb5-dev_1.21.3-5+deb13u1_amd64.deb ... - Unpacking libkrb5-dev:amd64 (1.21.3-5+deb13u1) ... - Selecting previously unselected package libldap-dev:amd64. - Preparing to unpack .../30-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 .../31-libpkgconf3_1.8.1-4_amd64.deb ... - Unpacking libpkgconf3:amd64 (1.8.1-4) ... - Selecting previously unselected package pkgconf-bin. - Preparing to unpack .../32-pkgconf-bin_1.8.1-4_amd64.deb ... - Unpacking pkgconf-bin (1.8.1-4) ... - Selecting previously unselected package pkgconf:amd64. - Preparing to unpack .../33-pkgconf_1.8.1-4_amd64.deb ... - Unpacking pkgconf:amd64 (1.8.1-4) ... - Selecting previously unselected package libnghttp2-dev:amd64. - Preparing to unpack .../34-libnghttp2-dev_1.64.0-1.1+deb13u1_amd64.deb ... - Unpacking libnghttp2-dev:amd64 (1.64.0-1.1+deb13u1) ... - Selecting previously unselected package libnghttp3-dev:amd64. - Preparing to unpack .../35-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 .../36-libngtcp2-crypto-gnutls-dev_1.11.0-1+deb13u1_amd64.deb ... - Unpacking libngtcp2-crypto-gnutls-dev:amd64 (1.11.0-1+deb13u1) ... - Selecting previously unselected package libngtcp2-dev:amd64. - Preparing to unpack .../37-libngtcp2-dev_1.11.0-1+deb13u1_amd64.deb ... - Unpacking libngtcp2-dev:amd64 (1.11.0-1+deb13u1) ... - Selecting previously unselected package libpsl-dev:amd64. - Preparing to unpack .../38-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 .../39-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 .../40-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 .../41-libssl-dev_3.5.6-1~deb13u1_amd64.deb ... - Unpacking libssl-dev:amd64 (3.5.6-1~deb13u1) ... - Selecting previously unselected package libssh2-1-dev:amd64. - Preparing to unpack .../42-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 .../43-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 .../44-libcurl4-gnutls-dev_8.14.1-2+deb13u3_amd64.deb ... - Unpacking libcurl4-gnutls-dev:amd64 (8.14.1-2+deb13u3) ... - Selecting previously unselected package libevent-core-2.1-7t64:amd64. - Preparing to unpack .../45-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 .../46-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 .../47-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 .../48-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 .../49-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 .../50-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 .../51-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 .../52-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 .../53-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 .../54-libtasn1-doc_4.20.0-2_all.deb ... - Unpacking libtasn1-doc (4.20.0-2) ... - Selecting previously unselected package m4. - Preparing to unpack .../55-m4_1.4.19-8_amd64.deb ... - Unpacking m4 (1.4.19-8) ... - Preparing to unpack .../56-openssl_3.5.6-1~deb13u1_amd64.deb ... - Unpacking openssl (3.5.6-1~deb13u1) over (3.5.5-1~deb13u2) ... - Selecting previously unselected package pkg-config:amd64. - Preparing to unpack .../57-pkg-config_1.8.1-4_amd64.deb ... - Unpacking pkg-config:amd64 (1.8.1-4) ... - Setting up libgnutls30t64:amd64 (3.8.9-3+deb13u4) ... - Setting up libgnutls-openssl27t64:amd64 (3.8.9-3+deb13u4) ... - Setting up libzstd-dev:amd64 (1.5.7+dfsg-1) ... - Setting up libtasn1-doc (4.20.0-2) ... - Setting up libnghttp2-14:amd64 (1.64.0-1.1+deb13u1) ... - Setting up m4 (1.4.19-8) ... - Setting up libevent-2.1-7t64:amd64 (2.1.12-stable-10+b1) ... - Setting up krb5-locales (1.21.3-5+deb13u1) ... - Setting up libngtcp2-crypto-gnutls-dev:amd64 (1.11.0-1+deb13u1) ... - Setting up libcom-err2:amd64 (1.47.2-3+b11) ... - Setting up libngtcp2-dev:amd64 (1.11.0-1+deb13u1) ... - Setting up libpcre2-16-0:amd64 (10.46-1~deb13u1) ... - Setting up libpsl-dev:amd64 (0.21.2-1.1+b1) ... - Setting up libkrb5support0:amd64 (1.21.3-5+deb13u1) ... - Setting up libpcre2-32-0:amd64 (10.46-1~deb13u1) ... - Setting up libunbound8:amd64 (1.22.0-2+deb13u3) ... - 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+deb13u4) ... - Setting up libldap-dev:amd64 (2.6.10+dfsg-1) ... - Setting up comerr-dev:amd64 (2.1-1.47.2-3+b11) ... - Setting up libssl-dev:amd64 (3.5.6-1~deb13u1) ... - Setting up pkgconf-bin (1.8.1-4) ... - Setting up libk5crypto3:amd64 (1.21.3-5+deb13u1) ... - 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 libkrb5-3:amd64 (1.21.3-5+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.6-1~deb13u1) ... - Setting up libbrotli-dev:amd64 (1.1.0-2+b7) ... - Setting up libp11-kit-dev:amd64 (0.25.5-3) ... - 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 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 libgssapi-krb5-2:amd64 (1.21.3-5+deb13u1) ... - 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 libgnutls28-dev:amd64 (3.8.9-3+deb13u4) ... - Setting up libnghttp2-dev:amd64 (1.64.0-1.1+deb13u1) ... - Setting up libcurl4t64:amd64 (8.14.1-2+deb13u3) ... - Setting up libcurl3t64-gnutls:amd64 (8.14.1-2+deb13u3) ... - Setting up libgssrpc4t64:amd64 (1.21.3-5+deb13u1) ... - Setting up librtmp-dev:amd64 (2.4+20151223.gitfa8646d.1-2+b5) ... - Setting up libevent-dev (2.1.12-stable-10+b1) ... - Setting up curl (8.14.1-2+deb13u3) ... - Setting up libkadm5clnt-mit12:amd64 (1.21.3-5+deb13u1) ... - Setting up libkdb5-10t64:amd64 (1.21.3-5+deb13u1) ... - Setting up libkadm5srv-mit12:amd64 (1.21.3-5+deb13u1) ... - Setting up krb5-multidev:amd64 (1.21.3-5+deb13u1) ... - Setting up libkrb5-dev:amd64 (1.21.3-5+deb13u1) ... - Setting up libcurl4-gnutls-dev:amd64 (8.14.1-2+deb13u3) ... - Processing triggers for libc-bin (2.41-12+deb13u2) ... # To update the current shell environment, run: eval $(opam env) 2026-06-04 18:49.38 ---> saved as "b8af4f380cdfcaf49e8f928b3e0fbdecbd76362bc2621df767c1996b86771288" /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.11.2). [NOTE] Package ocaml is already installed (current version is 4.11.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 34 packages - install base-bytes base - install biniou 1.2.0 - install camlp4 4.11+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.7.3 (deprecated) - install ocamlbuild 0.14.0 - install ocamlfind 1.8.1 - 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.11+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.7.3 (cached) -> retrieved ocamlbuild.0.14.0 (cached) -> retrieved ocamlfind.1.8.1 (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.1 -> installed base-bytes.base -> installed easy-format.1.0.1 -> installed ocamlbuild.0.14.0 -> installed libevent.0.8.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 extlib.1.7.5 -> installed ounit2.2.2.0 -> installed yojson.1.6.0 -> installed ocplib-endian.1.0 -> installed dune-private-libs.2.5.1 -> installed ocaml-migrate-parsetree.1.7.3 -> 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.11+1 -> installed extunix.0.1.5 Done. <><> ocaml-migrate-parsetree.1.7.3 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-06-04 18:51.31 ---> saved as "0202aee0ca3c1dc4a2bef899e1bf84e36778b284cbb159dd2bc7bd22d1cc9093" /src: (copy (src .) (dst /src)) 2026-06-04 18:51.34 ---> saved as "33ca7864176cb55d1adf2512170c1ae3586a5d5db82c3ef92351becd788166c0" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) File "/home/opam/.opam/4.11/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 this library provides. File "/home/opam/.opam/4.11/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 this library provides. File "/home/opam/.opam/4.11/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 this library 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 -opaque ocamlc .devkit_core.objs/byte/devkit_core__Files.{cmo,cmt} (exit 2) (cd _build/default && /home/opam/.opam/4.11/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I .devkit_core.objs/byte -I /home/opam/.opam/4.11/lib/curl -I /home/opam/.opam/4.11/lib/extlib -I /home/opam/.opam/4.11/lib/extunix -I /home/opam/.opam/4.11/lib/libevent -I /home/opam/.opam/4.11/lib/lwt -I /home/opam/.opam/4.11/lib/lwt/unix -I /home/opam/.opam/4.11/lib/ocaml/threads -I /home/opam/.opam/4.11/lib/pcre2 -I /home/opam/.opam/4.11/lib/stdlib-shims -I /home/opam/.opam/4.11/lib/trace/core -I /home/opam/.opam/4.11/lib/yojson -I /home/opam/.opam/4.11/lib/zip -I ocamlnet_lite/.ocamlnet_lite.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Devkit_core -o .devkit_core.objs/byte/devkit_core__Files.cmo -c -impl files.ml) File "files.ml", line 87, characters 27-40: 87 | | Unix.S_LNK -> save_as (Unix.realpath name) ?mode f ^^^^^^^^^^^^^ Error: Unbound value Unix.realpath ocamlc .devkit_core.objs/byte/devkit_core__Log.{cmi,cmo,cmt} (exit 2) (cd _build/default && /home/opam/.opam/4.11/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I .devkit_core.objs/byte -I /home/opam/.opam/4.11/lib/curl -I /home/opam/.opam/4.11/lib/extlib -I /home/opam/.opam/4.11/lib/extunix -I /home/opam/.opam/4.11/lib/libevent -I /home/opam/.opam/4.11/lib/lwt -I /home/opam/.opam/4.11/lib/lwt/unix -I /home/opam/.opam/4.11/lib/ocaml/threads -I /home/opam/.opam/4.11/lib/pcre2 -I /home/opam/.opam/4.11/lib/stdlib-shims -I /home/opam/.opam/4.11/lib/trace/core -I /home/opam/.opam/4.11/lib/yojson -I /home/opam/.opam/4.11/lib/zip -I ocamlnet_lite/.ocamlnet_lite.objs/byte -no-alias-deps -opaque -open Devkit_core -o .devkit_core.objs/byte/devkit_core__Log.cmo -c -impl log.ml) File "log.ml", line 112, characters 41-49: 112 | let cur_format: ([`Plain|`Logfmt]*_) Atomic.t = Atomic.make (`Plain, format_simple_full) ^^^^^^^^ Error: Unbound module Atomic ocamlopt .devkit_core.objs/native/devkit_core__Files.{cmx,o} (exit 2) (cd _build/default && /home/opam/.opam/4.11/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I .devkit_core.objs/byte -I .devkit_core.objs/native -I /home/opam/.opam/4.11/lib/curl -I /home/opam/.opam/4.11/lib/extlib -I /home/opam/.opam/4.11/lib/extunix -I /home/opam/.opam/4.11/lib/libevent -I /home/opam/.opam/4.11/lib/lwt -I /home/opam/.opam/4.11/lib/lwt/unix -I /home/opam/.opam/4.11/lib/ocaml/threads -I /home/opam/.opam/4.11/lib/pcre2 -I /home/opam/.opam/4.11/lib/stdlib-shims -I /home/opam/.opam/4.11/lib/trace/core -I /home/opam/.opam/4.11/lib/yojson -I /home/opam/.opam/4.11/lib/zip -I ocamlnet_lite/.ocamlnet_lite.objs/byte -I ocamlnet_lite/.ocamlnet_lite.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Devkit_core -o .devkit_core.objs/native/devkit_core__Files.cmx -c -impl files.ml) File "files.ml", line 87, characters 27-40: 87 | | Unix.S_LNK -> save_as (Unix.realpath name) ?mode f ^^^^^^^^^^^^^ Error: Unbound value Unix.realpath "/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1 2026-06-04 18:51.37: Job failed: Failed: Build failed