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:0d0258fa98fcd48deb9e0362211e67291549107d283b6ee5cfbe1b2b7806d01a Opam project build To reproduce locally: git clone --recursive "https://github.com/ahrefs/devkit.git" -b "sc/structured-logging" && cd "devkit" && git reset --hard 6a546df3 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:opensuse-16.0-ocaml-5.5@sha256:0d0258fa98fcd48deb9e0362211e67291549107d283b6ee5cfbe1b2b7806d01a # opensuse-16.0-5.5_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 10b9bc82426ac6d613a21b70509373ed5b785d42 || git fetch origin master) && git reset -q --hard 10b9bc82426ac6d613a21b70509373ed5b785d42 && 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="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 $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-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 OCluster 2026-06-26 09:16.10: Waiting for worker… 2026-06-26 09:57.21: Got resource from pool OCluster Building on eumache.caelum.ci.dev All commits already cached HEAD 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' locally docker.io/ocaml/opam@sha256:0d0258fa98fcd48deb9e0362211e67291549107d283b6ee5cfbe1b2b7806d01a: Pulling from ocaml/opam 6ffa3bff0e88: Pulling fs layer 31fbf1fe0d7e: Pulling fs layer a809bc208244: Pulling fs layer 1d148d21cebb: Pulling fs layer 3a869f2dcd7e: Pulling fs layer 165aba7021cb: Pulling fs layer da3425560159: Pulling fs layer bfc8e602f11d: Pulling fs layer 80b570d72807: Pulling fs layer 3a869f2dcd7e: Waiting 1d148d21cebb: Waiting 165aba7021cb: Waiting 618a8a30b4bd: Pulling fs layer bfc8e602f11d: Waiting 1abb1911a794: Pulling fs layer 80b570d72807: Waiting da3425560159: Waiting b491c2408fcf: Pulling fs layer 618a8a30b4bd: Waiting 65cad4710409: Pulling fs layer 1abb1911a794: Waiting b491c2408fcf: Waiting f5bf5ccb9f9e: Pulling fs layer 4c198a3b9ec7: Pulling fs layer 65cad4710409: Waiting 8409b065f165: Pulling fs layer 4c198a3b9ec7: Waiting f5bf5ccb9f9e: Waiting c311957f7674: Pulling fs layer 8409b065f165: Waiting 4f4fb700ef54: Pulling fs layer 00c365079354: Pulling fs layer 366f028c888b: Pulling fs layer c311957f7674: Waiting 4f4fb700ef54: Waiting 7a081748b44e: Pulling fs layer 366f028c888b: Waiting 00c365079354: Waiting bf4b95e6aed7: Pulling fs layer 7a081748b44e: Waiting b98222b91ebe: Pulling fs layer bf4b95e6aed7: Waiting aa15d6c85097: Pulling fs layer b98222b91ebe: Waiting 59544c3fd97a: Pulling fs layer 45a17edd2107: Pulling fs layer aa15d6c85097: Waiting 59544c3fd97a: Waiting e7e060334999: Pulling fs layer 45a17edd2107: Waiting c1271832ed80: Pulling fs layer c442b3916259: Pulling fs layer 7250f53855d0: Pulling fs layer e7e060334999: Waiting c442b3916259: Waiting c1271832ed80: Waiting e08f9fe9d814: Pulling fs layer 7250f53855d0: Waiting 4be334fc1a82: Pulling fs layer c29ad55bbb2a: Pulling fs layer 8683202e9b8a: Pulling fs layer 1a4ca28d6e65: Pulling fs layer e08f9fe9d814: Waiting 4be334fc1a82: Waiting c29ad55bbb2a: Waiting 0b567fcb70d8: Pulling fs layer 8683202e9b8a: Waiting 1a4ca28d6e65: Waiting cb89f271b082: Pulling fs layer 00e16c353503: Pulling fs layer 9b97ef0bf93f: Pulling fs layer c4e0d2be7ee7: Pulling fs layer 7596277a7848: Pulling fs layer 00e16c353503: Waiting 9b97ef0bf93f: Waiting 5990fe63efaf: Pulling fs layer c4e0d2be7ee7: Waiting 7596277a7848: Waiting 3a2423dc9b59: Pulling fs layer 5990fe63efaf: Waiting 3a2423dc9b59: Waiting 31fbf1fe0d7e: Verifying Checksum 31fbf1fe0d7e: Download complete 6ffa3bff0e88: Verifying Checksum 6ffa3bff0e88: Download complete a809bc208244: Verifying Checksum a809bc208244: Download complete 3a869f2dcd7e: Download complete 165aba7021cb: Verifying Checksum 165aba7021cb: Download complete bfc8e602f11d: Verifying Checksum bfc8e602f11d: Download complete da3425560159: Verifying Checksum da3425560159: Download complete 80b570d72807: Verifying Checksum 80b570d72807: Download complete 6ffa3bff0e88: Pull complete 31fbf1fe0d7e: Pull complete 618a8a30b4bd: Verifying Checksum 618a8a30b4bd: Download complete 1d148d21cebb: Verifying Checksum 1d148d21cebb: Download complete b491c2408fcf: Verifying Checksum b491c2408fcf: Download complete 65cad4710409: Verifying Checksum 65cad4710409: Download complete 1abb1911a794: Verifying Checksum 1abb1911a794: Download complete 4c198a3b9ec7: Verifying Checksum 4c198a3b9ec7: Download complete f5bf5ccb9f9e: Verifying Checksum f5bf5ccb9f9e: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete c311957f7674: Download complete a809bc208244: Pull complete 8409b065f165: Verifying Checksum 8409b065f165: Download complete 00c365079354: Download complete 366f028c888b: Verifying Checksum 366f028c888b: Download complete 7a081748b44e: Verifying Checksum 7a081748b44e: Download complete bf4b95e6aed7: Verifying Checksum bf4b95e6aed7: Download complete b98222b91ebe: Download complete aa15d6c85097: Verifying Checksum aa15d6c85097: Download complete 59544c3fd97a: Verifying Checksum 59544c3fd97a: Download complete 45a17edd2107: Verifying Checksum 45a17edd2107: Download complete e7e060334999: Verifying Checksum e7e060334999: Download complete c1271832ed80: Download complete c442b3916259: Verifying Checksum c442b3916259: Download complete 7250f53855d0: Verifying Checksum 7250f53855d0: Download complete 4be334fc1a82: Verifying Checksum 4be334fc1a82: Download complete 8683202e9b8a: Download complete 1a4ca28d6e65: Verifying Checksum 1a4ca28d6e65: Download complete 0b567fcb70d8: Verifying Checksum 0b567fcb70d8: Download complete cb89f271b082: Verifying Checksum cb89f271b082: Download complete c29ad55bbb2a: Verifying Checksum c29ad55bbb2a: Download complete 00e16c353503: Verifying Checksum 00e16c353503: Download complete 9b97ef0bf93f: Verifying Checksum 9b97ef0bf93f: Download complete 7596277a7848: Verifying Checksum 7596277a7848: Download complete 5990fe63efaf: Download complete 3a2423dc9b59: Download complete c4e0d2be7ee7: Verifying Checksum c4e0d2be7ee7: Download complete 1d148d21cebb: Pull complete 3a869f2dcd7e: Pull complete 165aba7021cb: Pull complete da3425560159: Pull complete bfc8e602f11d: Pull complete 80b570d72807: Pull complete 618a8a30b4bd: Pull complete 1abb1911a794: Pull complete b491c2408fcf: Pull complete 65cad4710409: Pull complete e08f9fe9d814: Verifying Checksum e08f9fe9d814: Download complete f5bf5ccb9f9e: Pull complete 4c198a3b9ec7: Pull complete 8409b065f165: Pull complete c311957f7674: Pull complete 4f4fb700ef54: Pull complete 00c365079354: Pull complete 366f028c888b: Pull complete 7a081748b44e: Pull complete bf4b95e6aed7: Pull complete b98222b91ebe: Pull complete aa15d6c85097: Pull complete 59544c3fd97a: Pull complete 45a17edd2107: Pull complete e7e060334999: Pull complete c1271832ed80: Pull complete c442b3916259: Pull complete 7250f53855d0: Pull complete e08f9fe9d814: Pull complete 4be334fc1a82: Pull complete c29ad55bbb2a: Pull complete 8683202e9b8a: Pull complete 1a4ca28d6e65: Pull complete 0b567fcb70d8: Pull complete cb89f271b082: Pull complete 00e16c353503: Pull complete 9b97ef0bf93f: Pull complete c4e0d2be7ee7: Pull complete 7596277a7848: Pull complete 5990fe63efaf: Pull complete 3a2423dc9b59: Pull complete Digest: sha256:0d0258fa98fcd48deb9e0362211e67291549107d283b6ee5cfbe1b2b7806d01a Status: Downloaded newer image for ocaml/opam@sha256:0d0258fa98fcd48deb9e0362211e67291549107d283b6ee5cfbe1b2b7806d01a 2026-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_HEAD b85f65c75d..10b9bc8242 master -> origin/master 10b9bc8242 Merge pull request #30143 from shonfeder/bound-on-dune-3-24 2026-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 --global Continue? [Y/n] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository 2026-06-26 09:59.39 ---> saved as "127bc9541f12d657265a4445814f3672f58d5ce2564dbe03adc92a328cf89261" /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 7.0.0-22-generic The OCaml toplevel, version 5.5.0 2.5.1 2026-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-repository The 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.3 Done. <><> 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.4 Done. <><> 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.abstract 39 | 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 | end Error: 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 1 2026-06-26 10:05.03: Job failed: Failed: Build failed