2026-06-26 09:16.10: New job: test ahrefs/devkit https://github.com/ahrefs/devkit.git#refs/heads/sc/structured-logging (6a546df3604927259bb8d8c82d41fa111da57d2e) (linux-x86_64:opensuse-16.0-5.5_opam-2.5)Base: ocaml/opam:opensuse-16.0-ocaml-5.5@sha256:0d0258fa98fcd48deb9e0362211e67291549107d283b6ee5cfbe1b2b7806d01aOpam project buildTo reproduce locally:git clone --recursive "https://github.com/ahrefs/devkit.git" -b "sc/structured-logging" && cd "devkit" && git reset --hard 6a546df3cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:opensuse-16.0-ocaml-5.5@sha256:0d0258fa98fcd48deb9e0362211e67291549107d283b6ee5cfbe1b2b7806d01a# opensuse-16.0-5.5_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN cd ~/opam-repository && (git cat-file -e 10b9bc82426ac6d613a21b70509373ed5b785d42 || git fetch origin master) && git reset -q --hard 10b9bc82426ac6d613a21b70509373ed5b785d42 && git log --no-decorate -n1 --onelineRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN opam update -uCOPY --chown=1000:1000 devkit.opam ./RUN opam pin add -yn devkit.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlzip.1.14 compiler-cloning.enabled conf-libcurl.2 conf-libevent.1 conf-libpcre2-8.2 conf-pkg-config.5 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.23.1 dune-compiledb.0.6.0 dune-configurator.3.23.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.2 lwt_ppx.6.1.0 num.1.6 ocaml.5.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 ocaml-compiler-libs.v0.17.0 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ocurl.transition ounit2.2.2.7 parsexp.v0.17.0 pcre2.8.0.4 ppx_derivers.1.2.1 ppxlib.0.38.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 trace.0.12 uutf.1.0.4 yojson.3.0.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y devkit.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-06-26 09:16.10: Using cache hint "ahrefs/devkit-ocaml/opam:opensuse-16.0-ocaml-5.5@sha256:0d0258fa98fcd48deb9e0362211e67291549107d283b6ee5cfbe1b2b7806d01a-opensuse-16.0-5.5_opam-2.5-b99d6fcb00ae96df4e56cbc96d8b8bdb"2026-06-26 09:16.10: Using OBuilder spec:((from ocaml/opam:opensuse-16.0-ocaml-5.5@sha256:0d0258fa98fcd48deb9e0362211e67291549107d283b6ee5cfbe1b2b7806d01a)(comment opensuse-16.0-5.5_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 10b9bc82426ac6d613a21b70509373ed5b785d42 || git fetch origin master) && git reset -q --hard 10b9bc82426ac6d613a21b70509373ed5b785d42 && 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 "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 compiler-cloning.enabled conf-libcurl.2 conf-libevent.1 conf-libpcre2-8.2 conf-pkg-config.5 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.23.1 dune-compiledb.0.6.0 dune-configurator.3.23.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.2 lwt_ppx.6.1.0 num.1.6 ocaml.5.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 ocaml-compiler-libs.v0.17.0 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ocurl.transition ounit2.2.2.7 parsexp.v0.17.0 pcre2.8.0.4 ppx_derivers.1.2.1 ppxlib.0.38.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 trace.0.12 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-06-26 09:16.10: Waiting for resource in pool OCluster2026-06-26 09:16.10: Waiting for worker…2026-06-26 09:57.21: Got resource from pool OClusterBuilding on eumache.caelum.ci.devAll commits already cachedHEAD is now at 6a546df simplify logger to just have one function(from ocaml/opam:opensuse-16.0-ocaml-5.5@sha256:0d0258fa98fcd48deb9e0362211e67291549107d283b6ee5cfbe1b2b7806d01a)Unable to find image 'ocaml/opam:opensuse-16.0-ocaml-5.5@sha256:0d0258fa98fcd48deb9e0362211e67291549107d283b6ee5cfbe1b2b7806d01a' locallydocker.io/ocaml/opam@sha256:0d0258fa98fcd48deb9e0362211e67291549107d283b6ee5cfbe1b2b7806d01a: Pulling from ocaml/opam6ffa3bff0e88: Pulling fs layer31fbf1fe0d7e: Pulling fs layera809bc208244: Pulling fs layer1d148d21cebb: Pulling fs layer3a869f2dcd7e: Pulling fs layer165aba7021cb: Pulling fs layerda3425560159: Pulling fs layerbfc8e602f11d: Pulling fs layer80b570d72807: Pulling fs layer3a869f2dcd7e: Waiting1d148d21cebb: Waiting165aba7021cb: Waiting618a8a30b4bd: Pulling fs layerbfc8e602f11d: Waiting1abb1911a794: Pulling fs layer80b570d72807: Waitingda3425560159: Waitingb491c2408fcf: Pulling fs layer618a8a30b4bd: Waiting65cad4710409: Pulling fs layer1abb1911a794: Waitingb491c2408fcf: Waitingf5bf5ccb9f9e: Pulling fs layer4c198a3b9ec7: Pulling fs layer65cad4710409: Waiting8409b065f165: Pulling fs layer4c198a3b9ec7: Waitingf5bf5ccb9f9e: Waitingc311957f7674: Pulling fs layer8409b065f165: Waiting4f4fb700ef54: Pulling fs layer00c365079354: Pulling fs layer366f028c888b: Pulling fs layerc311957f7674: Waiting4f4fb700ef54: Waiting7a081748b44e: Pulling fs layer366f028c888b: Waiting00c365079354: Waitingbf4b95e6aed7: Pulling fs layer7a081748b44e: Waitingb98222b91ebe: Pulling fs layerbf4b95e6aed7: Waitingaa15d6c85097: Pulling fs layerb98222b91ebe: Waiting59544c3fd97a: Pulling fs layer45a17edd2107: Pulling fs layeraa15d6c85097: Waiting59544c3fd97a: Waitinge7e060334999: Pulling fs layer45a17edd2107: Waitingc1271832ed80: Pulling fs layerc442b3916259: Pulling fs layer7250f53855d0: Pulling fs layere7e060334999: Waitingc442b3916259: Waitingc1271832ed80: Waitinge08f9fe9d814: Pulling fs layer7250f53855d0: Waiting4be334fc1a82: Pulling fs layerc29ad55bbb2a: Pulling fs layer8683202e9b8a: Pulling fs layer1a4ca28d6e65: Pulling fs layere08f9fe9d814: Waiting4be334fc1a82: Waitingc29ad55bbb2a: Waiting0b567fcb70d8: Pulling fs layer8683202e9b8a: Waiting1a4ca28d6e65: Waitingcb89f271b082: Pulling fs layer00e16c353503: Pulling fs layer9b97ef0bf93f: Pulling fs layerc4e0d2be7ee7: Pulling fs layer7596277a7848: Pulling fs layer00e16c353503: Waiting9b97ef0bf93f: Waiting5990fe63efaf: Pulling fs layerc4e0d2be7ee7: Waiting7596277a7848: Waiting3a2423dc9b59: Pulling fs layer5990fe63efaf: Waiting3a2423dc9b59: Waiting31fbf1fe0d7e: Verifying Checksum31fbf1fe0d7e: Download complete6ffa3bff0e88: Verifying Checksum6ffa3bff0e88: Download completea809bc208244: Verifying Checksuma809bc208244: Download complete3a869f2dcd7e: Download complete165aba7021cb: Verifying Checksum165aba7021cb: Download completebfc8e602f11d: Verifying Checksumbfc8e602f11d: Download completeda3425560159: Verifying Checksumda3425560159: Download complete80b570d72807: Verifying Checksum80b570d72807: Download complete6ffa3bff0e88: Pull complete31fbf1fe0d7e: Pull complete618a8a30b4bd: Verifying Checksum618a8a30b4bd: Download complete1d148d21cebb: Verifying Checksum1d148d21cebb: Download completeb491c2408fcf: Verifying Checksumb491c2408fcf: Download complete65cad4710409: Verifying Checksum65cad4710409: Download complete1abb1911a794: Verifying Checksum1abb1911a794: Download complete4c198a3b9ec7: Verifying Checksum4c198a3b9ec7: Download completef5bf5ccb9f9e: Verifying Checksumf5bf5ccb9f9e: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download completec311957f7674: Download completea809bc208244: Pull complete8409b065f165: Verifying Checksum8409b065f165: Download complete00c365079354: Download complete366f028c888b: Verifying Checksum366f028c888b: Download complete7a081748b44e: Verifying Checksum7a081748b44e: Download completebf4b95e6aed7: Verifying Checksumbf4b95e6aed7: Download completeb98222b91ebe: Download completeaa15d6c85097: Verifying Checksumaa15d6c85097: Download complete59544c3fd97a: Verifying Checksum59544c3fd97a: Download complete45a17edd2107: Verifying Checksum45a17edd2107: Download completee7e060334999: Verifying Checksume7e060334999: Download completec1271832ed80: Download completec442b3916259: Verifying Checksumc442b3916259: Download complete7250f53855d0: Verifying Checksum7250f53855d0: Download complete4be334fc1a82: Verifying Checksum4be334fc1a82: Download complete8683202e9b8a: Download complete1a4ca28d6e65: Verifying Checksum1a4ca28d6e65: Download complete0b567fcb70d8: Verifying Checksum0b567fcb70d8: Download completecb89f271b082: Verifying Checksumcb89f271b082: Download completec29ad55bbb2a: Verifying Checksumc29ad55bbb2a: Download complete00e16c353503: Verifying Checksum00e16c353503: Download complete9b97ef0bf93f: Verifying Checksum9b97ef0bf93f: Download complete7596277a7848: Verifying Checksum7596277a7848: Download complete5990fe63efaf: Download complete3a2423dc9b59: Download completec4e0d2be7ee7: Verifying Checksumc4e0d2be7ee7: Download complete1d148d21cebb: Pull complete3a869f2dcd7e: Pull complete165aba7021cb: Pull completeda3425560159: Pull completebfc8e602f11d: Pull complete80b570d72807: Pull complete618a8a30b4bd: Pull complete1abb1911a794: Pull completeb491c2408fcf: Pull complete65cad4710409: Pull completee08f9fe9d814: Verifying Checksume08f9fe9d814: Download completef5bf5ccb9f9e: Pull complete4c198a3b9ec7: Pull complete8409b065f165: Pull completec311957f7674: Pull complete4f4fb700ef54: Pull complete00c365079354: Pull complete366f028c888b: Pull complete7a081748b44e: Pull completebf4b95e6aed7: Pull completeb98222b91ebe: Pull completeaa15d6c85097: Pull complete59544c3fd97a: Pull complete45a17edd2107: Pull completee7e060334999: Pull completec1271832ed80: Pull completec442b3916259: Pull complete7250f53855d0: Pull completee08f9fe9d814: Pull complete4be334fc1a82: Pull completec29ad55bbb2a: Pull complete8683202e9b8a: Pull complete1a4ca28d6e65: Pull complete0b567fcb70d8: Pull completecb89f271b082: Pull complete00e16c353503: Pull complete9b97ef0bf93f: Pull completec4e0d2be7ee7: Pull complete7596277a7848: Pull complete5990fe63efaf: Pull complete3a2423dc9b59: Pull completeDigest: sha256:0d0258fa98fcd48deb9e0362211e67291549107d283b6ee5cfbe1b2b7806d01aStatus: Downloaded newer image for ocaml/opam@sha256:0d0258fa98fcd48deb9e0362211e67291549107d283b6ee5cfbe1b2b7806d01a2026-06-26 09:59.18 ---> saved as "5ff1db79412153f624c3dcfb7f91b525e9f8489eea51e461623a2123cfe9f688"/: (comment opensuse-16.0-5.5_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-26 09:59.19 ---> saved as "d94b28f61b0d9a2d8026675638ef7472a0b1dbeb0d1d24846a8c4a44535eb1d2"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 10b9bc82426ac6d613a21b70509373ed5b785d42 || git fetch origin master) && git reset -q --hard 10b9bc82426ac6d613a21b70509373ed5b785d42 && git log --no-decorate -n1 --oneline"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADb85f65c75d..10b9bc8242 master -> origin/master10b9bc8242 Merge pull request #30143 from shonfeder/bound-on-dune-3-242026-06-26 09:59.26 ---> saved as "0ca3d41dba6f553d7e71c1b112538e73400c15e689a0129ca45713848c13fa79"/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 --globalContinue? [Y/n] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repository2026-06-26 09:59.39 ---> saved as "127bc9541f12d657265a4445814f3672f58d5ce2564dbe03adc92a328cf89261"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 7.0.0-22-genericThe OCaml toplevel, version 5.5.02.5.12026-06-26 09:59.40 ---> saved as "69384bb35275c25907d189c7f6f959097f6752d33c61dc348d86294a520d7ab2"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-06-26 09:59.40 ---> saved as "4cfa36b04164c6a8ce62bf7dd93adee60af23347a494ef50d6050b7d4916014f"/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-repositoryThe following actions will be performed:=== recompile 7 packages- recompile base-domains base [uses ocaml]- recompile base-effects base [uses ocaml]- recompile base-nnp base [uses base-domains]- recompile ocaml 5.5.0 [uses ocaml-base-compiler]- recompile ocaml-base-compiler 5.5.0 (pinned) [uses ocaml-compiler]- recompile ocaml-compiler 5.5.0 [upstream or system changes]- recompile opam-depext 1.2.3 [uses ocaml]=== install 1 package- install compiler-cloning enabled [required by ocaml-compiler]<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved ocaml.5.5.0 (cached)-> removed base-effects.base-> removed base-nnp.base-> removed base-domains.base-> installed compiler-cloning.enabled-> retrieved ocaml-compiler.5.5.0 (cached)-> retrieved opam-depext.1.2.3 (cached)-> removed opam-depext.1.2.3-> removed ocaml.5.5.0-> removed ocaml-base-compiler.5.5.0-> removed ocaml-compiler.5.5.0-> installed ocaml-compiler.5.5.0-> installed ocaml-base-compiler.5.5.0-> installed ocaml.5.5.0-> installed base-domains.base-> installed base-effects.base-> installed base-nnp.base-> installed opam-depext.1.2.3Done.<><> opam-depext.1.2.3 installed successfully <><><><><><><><><><><><><><><><><>=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead<><> ocaml-compiler.5.5.0 installed successfully ><><><><><><><><><><><><><><><>=> This switch had to be compiled from sources, but future switches with the 🐌same compiler version and configuration should assemble instantly.# To update the current shell environment, run: eval $(opam env)2026-06-26 10:02.20 ---> saved as "457fc56ac15b8fe6ff6c3914a01eb2b14cd2a7a81c02f798197ca11761c962e0"/src: (copy (src devkit.opam) (dst ./))2026-06-26 10:02.21 ---> saved as "2463b75f913d0fe9ba76593aa8d9d716df65cac91876c0a2013319e3fd45f546"/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-26 10:02.23 ---> saved as "d6936527b6eb5967a05bb8bb32c8a8c5e293259a3f72d01b110ddce051d2cbdc"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-06-26 10:02.24 ---> saved as "9e31f20c3d66b73e9a8a5ee4bac4cd6a02e7a039d6c4d877fe1d1f20828daa58"/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 compiler-cloning.enabled conf-libcurl.2 conf-libevent.1 conf-libpcre2-8.2 conf-pkg-config.5 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.23.1 dune-compiledb.0.6.0 dune-configurator.3.23.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.2 lwt_ppx.6.1.0 num.1.6 ocaml.5.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 ocaml-compiler-libs.v0.17.0 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ocurl.transition ounit2.2.2.7 parsexp.v0.17.0 pcre2.8.0.4 ppx_derivers.1.2.1 ppxlib.0.38.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 trace.0.12 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 "zypper" "--non-interactive" "refresh"- Repository 'repo-openh264 (16.0)' is up to date.- Retrieving repository 'repo-oss (16.0)' metadata [..- Looking for gpg keys in repository repo-oss (16.0).- gpgkey=http://cdn.opensuse.org/distribution/leap/16.0/repo/oss/x86_64/repodata/repomd.xml.key- ...- .......- .........- ........- .........- .........- ..........- done]- Building repository 'repo-oss (16.0)' cache [..- ..done]- All repositories have been refreshed.<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[devkit.dev] synchronised (file:///src)[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-compiler is already installed (current version is 5.5.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.5.0).[NOTE] Package ocaml is already installed (current version is 5.5.0).[NOTE] Package compiler-cloning is already installed (current version is enabled).[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:libcurl-devel libevent-devel pcre2-devel<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "zypper" "--non-interactive" "install" "libcurl-devel" "libevent-devel" "pcre2-devel"- Refreshing service 'openSUSE'.- Loading repository data...- Reading installed packages...- Resolving package dependencies...-- The following 24 NEW packages are going to be installed:- keyutils-devel krb5-devel libbrotli-devel libbrotlienc1 libcom_err-devel libcrypto56 libcurl-devel libevent-2_1-7 libevent-devel libidn2-devel libmpdec4 libnghttp2-devel libpcre2-16-0 libpcre2-32-0 libpcre2-posix3 libpsl-devel libpython3_13-1_0 libressl-devel libssh-devel libssl59 libtls32 libverto-devel pcre2-devel python313-base-- 24 new packages to install.-- Package download size: 15.2 MiB-- Package install size change:- | 53.2 MiB required by packages that will be installed- 53.2 MiB | - 0 B released by packages that will be removed-- Backend: classic_rpmtrans- Continue? [y/n/v/...? shows all options] (y): y- Preloading Packages [.- Preloading: libtls32-4.1.0-bp160.1.1.x86_64.rpm [Error: "The requested URL returned error: 404", trying next mirror.]- .- Preloading: libssh-devel-0.11.4-160000.1.1.x86_64.rpm [done]- .- Preloading: libressl-devel-4.1.0-bp160.1.1.x86_64.rpm [done]- .- Preloading: libtls32-4.1.0-bp160.1.1.x86_64.rpm [done]- .- Preloading: libevent-devel-2.1.12-160000.2.2.x86_64.rpm [done]- .- Preloading: pcre2-devel-10.45-160000.3.1.x86_64.rpm [done]- .- Preloading: krb5-devel-1.21.3-160000.2.2.x86_64.rpm [done]- .- Preloading: libbrotli-devel-1.1.0-160000.2.2.x86_64.rpm [done]- ..-- Preloading: libverto-devel-0.3.2-160000.2.2.x86_64.rpm [done]- .- Preloading: keyutils-devel-1.6.3-160000.3.2.x86_64.rpm [done]- .- Preloading: python313-base-3.13.13-160000.1.1.x86_64.rpm [done]- .- Preloading: libssl59-4.1.0-bp160.1.1.x86_64.rpm [done]- .- Preloading: libpsl-devel-0.21.5-160000.3.2.x86_64.rpm [done]- .- Preloading: libpcre2-posix3-10.45-160000.3.1.x86_64.rpm [done]- .- Preloading: libpython3_13-1_0-3.13.13-160000.1.1.x86_64.rpm [done]- .- Preloading: libpcre2-32-0-10.45-160000.3.1.x86_64.rpm [done]- .- Preloading: libnghttp2-devel-1.64.0-160000.3.1.x86_64.rpm [done]- .- Preloading: libmpdec4-4.0.1-160000.2.2.x86_64.rpm [done]- .- Preloading: libidn2-devel-2.3.8-160000.2.2.x86_64.rpm [done]- .- Preloading: libpcre2-16-0-10.45-160000.3.1.x86_64.rpm [done]- .- Preloading: libevent-2_1-7-2.1.12-160000.2.2.x86_64.rpm [done]- .- Preloading: libcom_err-devel-1.47.0-160000.3.2.x86_64.rpm [done]- ..- Preloading: libbrotlienc1-1.1.0-160000.2.2.x86_64.rpm [done]- .- Preloading: libcrypto56-4.1.0-bp160.1.1.x86_64.rpm [done]- .-- Preloading: libcurl-devel-8.14.1-160000.6.1.x86_64.rpm [Error: "The requested URL returned error: 404", trying next mirror.]- ..- Preloading: libcurl-devel-8.14.1-160000.6.1.x86_64.rpm [done]- .done]- Retrieving: keyutils-devel-1.6.3-160000.3.2.x86_64 (repo-oss (16.0)) (1/24), 17.0 KiB- Retrieving: libbrotlienc1-1.1.0-160000.2.2.x86_64 (repo-oss (16.0)) (2/24), 263.6 KiB- Retrieving: libcom_err-devel-1.47.0-160000.3.2.x86_64 (repo-oss (16.0)) (3/24), 84.4 KiB- Retrieving: libcrypto56-4.1.0-bp160.1.1.x86_64 (repo-oss (16.0)) (4/24), 709.4 KiB- Retrieving: libevent-2_1-7-2.1.12-160000.2.2.x86_64 (repo-oss (16.0)) (5/24), 297.4 KiB- Retrieving: libidn2-devel-2.3.8-160000.2.2.x86_64 (repo-oss (16.0)) (6/24), 67.7 KiB- Retrieving: libmpdec4-4.0.1-160000.2.2.x86_64 (repo-oss (16.0)) (7/24), 85.2 KiB- Retrieving: libnghttp2-devel-1.64.0-160000.3.1.x86_64 (repo-oss (16.0)) (8/24), 115.0 KiB- Retrieving: libpcre2-16-0-10.45-160000.3.1.x86_64 (repo-oss (16.0)) (9/24), 309.1 KiB- Retrieving: libpcre2-32-0-10.45-160000.3.1.x86_64 (repo-oss (16.0)) (10/24), 292.2 KiB- Retrieving: libpcre2-posix3-10.45-160000.3.1.x86_64 (repo-oss (16.0)) (11/24), 66.7 KiB- Retrieving: libpsl-devel-0.21.5-160000.3.2.x86_64 (repo-oss (16.0)) (12/24), 31.9 KiB- Retrieving: libssh-devel-0.11.4-160000.1.1.x86_64 (repo-oss (16.0)) (13/24), 72.7 KiB- Retrieving: libverto-devel-0.3.2-160000.2.2.x86_64 (repo-oss (16.0)) (14/24), 14.9 KiB- Retrieving: libbrotli-devel-1.1.0-160000.2.2.x86_64 (repo-oss (16.0)) (15/24), 37.7 KiB- Retrieving: libssl59-4.1.0-bp160.1.1.x86_64 (repo-oss (16.0)) (16/24), 186.9 KiB- Retrieving: python313-base-3.13.13-160000.1.1.x86_64 (repo-oss (16.0)) (17/24), 9.2 MiB- Retrieving: libpython3_13-1_0-3.13.13-160000.1.1.x86_64 (repo-oss (16.0)) (18/24), 2.1 MiB- Retrieving: pcre2-devel-10.45-160000.3.1.x86_64 (repo-oss (16.0)) (19/24), 331.5 KiB- Retrieving: krb5-devel-1.21.3-160000.2.2.x86_64 (repo-oss (16.0)) (20/24), 196.7 KiB- Retrieving: libtls32-4.1.0-bp160.1.1.x86_64 (repo-oss (16.0)) (21/24), 71.3 KiB- Retrieving: libevent-devel-2.1.12-160000.2.2.x86_64 (repo-oss (16.0)) (22/24), 130.3 KiB- Retrieving: libressl-devel-4.1.0-bp160.1.1.x86_64 (repo-oss (16.0)) (23/24), 216.5 KiB- Retrieving: libcurl-devel-8.14.1-160000.6.1.x86_64 (repo-oss (16.0)) (24/24), 345.2 KiB-- Checking for file conflicts: [...done]- ( 1/24) Installing: keyutils-devel-1.6.3-160000.3.2.x86_64 [..done]- ( 2/24) Installing: libbrotlienc1-1.1.0-160000.2.2.x86_64 [..done]- ( 3/24) Installing: libcom_err-devel-1.47.0-160000.3.2.x86_64 [..done]- ( 4/24) Installing: libcrypto56-4.1.0-bp160.1.1.x86_64 [..done]- ( 5/24) Installing: libevent-2_1-7-2.1.12-160000.2.2.x86_64 [..done]- ( 6/24) Installing: libidn2-devel-2.3.8-160000.2.2.x86_64 [..done]- ( 7/24) Installing: libmpdec4-4.0.1-160000.2.2.x86_64 [..- done]- ( 8/24) Installing: libnghttp2-devel-1.64.0-160000.3.1.x86_64 [..done]- ( 9/24) Installing: libpcre2-16-0-10.45-160000.3.1.x86_64 [..done]- (10/24) Installing: libpcre2-32-0-10.45-160000.3.1.x86_64 [..done]- (11/24) Installing: libpcre2-posix3-10.45-160000.3.1.x86_64 [..done]- (12/24) Installing: libpsl-devel-0.21.5-160000.3.2.x86_64 [..done]- (13/24) Installing: libssh-devel-0.11.4-160000.1.1.x86_64 [..done]- (14/24) Installing: libverto-devel-0.3.2-160000.2.2.x86_64 [..done]- (15/24) Installing: libbrotli-devel-1.1.0-160000.2.2.x86_64 [..done]- (16/24) Installing: libssl59-4.1.0-bp160.1.1.x86_64 [..done]- (17/24) Installing: python313-base-3.13.13-160000.1.1.x86_64 [......done]- (18/24) Installing: libpython3_13-1_0-3.13.13-160000.1.1.x86_64 [..- done]- (19/24) Installing: pcre2-devel-10.45-160000.3.1.x86_64 [..done]- (20/24) Installing: krb5-devel-1.21.3-160000.2.2.x86_64 [..done]- (21/24) Installing: libtls32-4.1.0-bp160.1.1.x86_64 [..done]- (22/24) Installing: libevent-devel-2.1.12-160000.2.2.x86_64 [..done]- (23/24) Installing: libressl-devel-4.1.0-bp160.1.1.x86_64 [..done]- (24/24) Installing: libcurl-devel-8.14.1-160000.6.1.x86_64 [..done]- Running post-transaction scripts [...done]# To update the current shell environment, run: eval $(opam env)2026-06-26 10:03.10 ---> saved as "8fa5a029a462c59fec08a083240b3e246eb65bfdbc2a15b40ab4b88cc92386db"/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-compiler is already installed (current version is 5.5.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.5.0).[NOTE] Package ocaml is already installed (current version is 5.5.0).[NOTE] Package compiler-cloning is already installed (current version is enabled).[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 45 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 5- 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.23.1- install dune-compiledb 0.6.0- install dune-configurator 3.23.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.2- 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 ocurl transition (deprecated)- install ounit2 2.2.7- install parsexp v0.17.0- install pcre2 8.0.4- install ppx_derivers 1.2.1- install ppxlib 0.38.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.12- install uutf 1.0.4- install yojson 3.0.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved conf-pkg-config.5 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved camlzip.1.14 (cached)-> retrieved cppo.1.8.0 (cached)-> installed conf-libcurl.2-> retrieved csexp.1.5.2 (cached)-> retrieved cstruct.6.2.0 (cached)-> retrieved curl.0.10.0, curl_lwt.0.10.0, ocurl.transition (cached)-> installed conf-pkg-config.5-> retrieved dune-compiledb.0.6.0 (cached)-> installed conf-libevent.1-> retrieved extlib.1.8.0 (cached)-> installed conf-libpcre2-8.2-> installed conf-zlib.1-> retrieved extunix.0.4.4 (cached)-> retrieved ezjsonm.1.3.0 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved hex.1.5.0 (cached)-> retrieved jsonm.1.0.2 (cached)-> retrieved libevent.0.9.0 (cached)-> retrieved lwt.6.1.2 (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.12 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved ppxlib.0.38.0 (cached)-> retrieved yojson.3.0.0 (cached)-> retrieved dune.3.23.1, dune-configurator.3.23.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.23.1-> installed ppx_derivers.1.2.1-> installed csexp.1.5.2-> installed cstruct.6.2.0-> installed cppo.1.8.0-> installed sexplib0.v0.17.0-> installed ocaml-compiler-libs.v0.17.0-> installed stdlib-shims.0.3.0-> installed hex.1.5.0-> installed trace.0.12-> installed yojson.3.0.0-> installed ocplib-endian.1.2-> installed ezjsonm.1.3.0-> installed extlib.1.8.0-> installed ounit2.2.2.7-> installed parsexp.v0.17.0-> installed dune-configurator.3.23.1-> installed sexplib.v0.17.0-> installed dune-compiledb.0.6.0-> installed pcre2.8.0.4-> installed lwt.6.1.2-> installed curl.0.10.0-> installed curl_lwt.0.10.0-> installed ocurl.transition-> installed ppxlib.0.38.0-> installed lwt_ppx.6.1.0-> installed extunix.0.4.4Done.<><> ocurl.transition installed successfully ><><><><><><><><><><><><><><><><><>=> Note: This package is deprecated.=> ocurl has been renamed and the ocurl package is now a transition package. Use the curl package instead.# To update the current shell environment, run: eval $(opam env)2026-06-26 10:04.54 ---> saved as "5866ca1896b428a278c688ea4e8636706f2bf6e69a9fc8abeaac6c0d1cbd27f9"/src: (copy (src .) (dst /src))2026-06-26 10:04.56 ---> saved as "a2cf2df8b8ee8feb60a789972d742e252b5bfd0a2a4290fddffafbf4c19413e2"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default && /home/opam/.opam/5.5/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 -bin-annot-occurrences -I .devkit_core.objs/byte -I /home/opam/.opam/5.5/lib/curl -I /home/opam/.opam/5.5/lib/curl_lwt -I /home/opam/.opam/5.5/lib/extlib -I /home/opam/.opam/5.5/lib/extunix -I /home/opam/.opam/5.5/lib/libevent -I /home/opam/.opam/5.5/lib/lwt -I /home/opam/.opam/5.5/lib/lwt/unix -I /home/opam/.opam/5.5/lib/ocaml/str -I /home/opam/.opam/5.5/lib/ocaml/threads -I /home/opam/.opam/5.5/lib/ocaml/unix -I /home/opam/.opam/5.5/lib/pcre2 -I /home/opam/.opam/5.5/lib/stdlib-shims -I /home/opam/.opam/5.5/lib/trace/core -I /home/opam/.opam/5.5/lib/yojson -I /home/opam/.opam/5.5/lib/zip -I ocamlnet_lite/.ocamlnet_lite.objs/byte -no-alias-deps -opaque -open Devkit_core -o .devkit_core.objs/byte/devkit_core__Lwt_engines.cmo -c -impl lwt_engines.ml)File "lwt_engines.ml", lines 37-76, characters 0-3:37 | object(self)38 | inherit Lwt_engine.abstract39 |40 | val events_ = Ev.init ()41 | val mutable pid = Unix.getpid ()...73 | Ev.add ev (Some delay);74 | lazy (stop := true; Ev.del ev)75 |76 | endError: This non-virtual class has virtual methods.The following methods are virtual : id"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 12026-06-26 10:05.03: Job failed: Failed: Build failed