2026-04-22 15:46.01: New job: test ahrefs/devkit https://github.com/ahrefs/devkit.git#refs/heads/sc/structured-logging (9b233de0168d53c72a53995dc4ac3703597bc303) (linux-x86_64:opensuse-15.6-5.4_opam-2.5)Base: ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ahrefs/devkit.git" -b "sc/structured-logging" && cd "devkit" && git reset --hard 9b233de0cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745# opensuse-15.6-5.4_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 devkit.opam ./RUN opam pin add -yn devkit.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlzip.1.14 conf-libcurl.2 conf-libevent.1 conf-libpcre2-8.2 conf-pkg-config.4 conf-zlib.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 curl.0.10.0 curl_lwt.0.10.0 dune.3.22.2 dune-compiledb.0.6.0 dune-configurator.3.22.2 extlib.1.8.0 extunix.0.4.4 ezjsonm.1.3.0 fmt.0.11.0 fpath.0.7.3 hex.1.5.0 jsonm.1.0.2 libevent.0.9.0 lwt.6.1.1 lwt_ppx.6.1.0 num.1.6 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 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-04-22 15:46.01: Using cache hint "ahrefs/devkit-ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745-opensuse-15.6-5.4_opam-2.5-5d8eebef7c544dc1a0f2900a5a48691f"2026-04-22 15:46.01: Using OBuilder spec:((from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745)(comment opensuse-15.6-5.4_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))(run (shell "opam init --reinit -ni"))(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))(workdir /src)(run (shell "sudo chown opam /src"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src devkit.opam) (dst ./))(run (network host)(shell "opam pin add -yn devkit.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlzip.1.14 conf-libcurl.2 conf-libevent.1 conf-libpcre2-8.2 conf-pkg-config.4 conf-zlib.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 curl.0.10.0 curl_lwt.0.10.0 dune.3.22.2 dune-compiledb.0.6.0 dune-configurator.3.22.2 extlib.1.8.0 extunix.0.4.4 ezjsonm.1.3.0 fmt.0.11.0 fpath.0.7.3 hex.1.5.0 jsonm.1.0.2 libevent.0.9.0 lwt.6.1.1 lwt_ppx.6.1.0 num.1.6 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 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-04-22 15:46.01: Waiting for resource in pool OCluster2026-04-22 15:46.01: Waiting for worker…2026-04-22 15:46.03: Got resource from pool OClusterBuilding on phoebe.caelum.ci.devHEAD is now at de70637 trace.0.12 compat, but dirty by removing some actual tracing capabilitieHEAD is now at 9b233de use structured logs for requests in httpev(from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745)Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745' locallydocker.io/ocaml/opam@sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745: Pulling from ocaml/opam2824220eb759: Pulling fs layerd6e0f6bf3ee8: Pulling fs layer98ea95f8982c: Pulling fs layer2824220eb759: Waitingd6e0f6bf3ee8: Waiting66c4e2d11417: Pulling fs layer98ea95f8982c: Waiting178bf13c4542: Pulling fs layer66c4e2d11417: Waiting3363b6690622: Pulling fs layer2f360ed5ed1c: Pulling fs layer0157dc55738d: Pulling fs layeradbd7b083662: Pulling fs layer08da4b8ec306: Pulling fs layer2d08af6962f0: Pulling fs layer0eb7579d9e49: Pulling fs layera469e6a3633d: Pulling fs layer82c744fdb18a: Pulling fs layer36b9f578dfd0: Pulling fs layer67e235ccb630: Pulling fs layer054af01a93fc: Pulling fs layere8dd567f0fce: Pulling fs layer4f4fb700ef54: Pulling fs layer95a8dc77b77e: Pulling fs layercc10f5cb66cf: Pulling fs layerc6967ed40884: Pulling fs layer86261b212eac: Pulling fs layerc593fa27ed82: Pulling fs layer178bf13c4542: Waiting3363b6690622: Waiting2f360ed5ed1c: Waiting0157dc55738d: Waitingadbd7b083662: Waiting08da4b8ec306: Waiting2d08af6962f0: Waiting67e235ccb630: Waiting0eb7579d9e49: Waiting054af01a93fc: Waitinga469e6a3633d: Waiting82c744fdb18a: Waiting36b9f578dfd0: Waitinge8dd567f0fce: Waiting4f4fb700ef54: Waiting95a8dc77b77e: Waitingcc10f5cb66cf: Waitingc6967ed40884: Waiting86261b212eac: Waitingc593fa27ed82: Waiting327409bbc709: Pulling fs layer68843b0965c1: Pulling fs layer1dce24306ea4: Pulling fs layerd41b89be77dc: Pulling fs layera847491754f8: Pulling fs layer2ba6e682b334: Pulling fs layer88783f87eac5: Pulling fs layer94a228a5ee2b: Pulling fs layereffccec7e4d4: Pulling fs layer2f4d54523759: Pulling fs layerc433d8fc16c8: Pulling fs layere8dea40a6ae6: Pulling fs layer5be5b25f37bd: Pulling fs layera847491754f8: Waiting8a320261bc75: Pulling fs layerf36d6c98cb79: Pulling fs layer2ba6e682b334: Waiting88783f87eac5: Waiting48745103a26a: Pulling fs layer2c60e853f538: Pulling fs layer94a228a5ee2b: Waiting303d675deef6: Pulling fs layereffccec7e4d4: Waiting10d6d5991602: Pulling fs layer2f4d54523759: Waiting49510a9bffbc: Pulling fs layerc433d8fc16c8: Waiting5be5b25f37bd: Waitinge8dea40a6ae6: Waiting303d675deef6: Waiting10d6d5991602: Waiting8a320261bc75: Waiting49510a9bffbc: Waitingf36d6c98cb79: Waiting48745103a26a: Waiting2c60e853f538: Waiting327409bbc709: Waiting68843b0965c1: Waitingd41b89be77dc: Waiting1dce24306ea4: Waiting2824220eb759: Verifying Checksum2824220eb759: Download completed6e0f6bf3ee8: Verifying Checksumd6e0f6bf3ee8: Download complete2824220eb759: Pull completed6e0f6bf3ee8: Pull complete98ea95f8982c: Verifying Checksum98ea95f8982c: Download complete98ea95f8982c: Pull complete66c4e2d11417: Verifying Checksum66c4e2d11417: Download complete178bf13c4542: Download complete3363b6690622: Download complete2f360ed5ed1c: Verifying Checksum2f360ed5ed1c: Download complete0157dc55738d: Verifying Checksum0157dc55738d: Download completeadbd7b083662: Verifying Checksumadbd7b083662: Download complete08da4b8ec306: Verifying Checksum08da4b8ec306: Download complete2d08af6962f0: Verifying Checksum2d08af6962f0: Download complete0eb7579d9e49: Verifying Checksum0eb7579d9e49: Download completea469e6a3633d: Verifying Checksuma469e6a3633d: Download complete82c744fdb18a: Verifying Checksum82c744fdb18a: Download complete36b9f578dfd0: Verifying Checksum36b9f578dfd0: Download complete67e235ccb630: Verifying Checksum054af01a93fc: Download completee8dd567f0fce: Download complete4f4fb700ef54: Download complete95a8dc77b77e: Verifying Checksum95a8dc77b77e: Download completecc10f5cb66cf: Download complete86261b212eac: Download completec6967ed40884: Download complete66c4e2d11417: Pull complete178bf13c4542: Pull complete3363b6690622: Pull complete327409bbc709: Download completec593fa27ed82: Verifying Checksumc593fa27ed82: Download complete68843b0965c1: Verifying Checksum68843b0965c1: Download completed41b89be77dc: Verifying Checksumd41b89be77dc: Download complete1dce24306ea4: Verifying Checksum1dce24306ea4: Download complete2f360ed5ed1c: Pull completea847491754f8: Verifying Checksuma847491754f8: Download complete2ba6e682b334: Verifying Checksum2ba6e682b334: Download complete88783f87eac5: Verifying Checksum88783f87eac5: Download complete0157dc55738d: Pull completeeffccec7e4d4: Verifying Checksumeffccec7e4d4: Download completeadbd7b083662: Pull completec433d8fc16c8: Verifying Checksumc433d8fc16c8: Download complete08da4b8ec306: Pull completee8dea40a6ae6: Download complete2d08af6962f0: Pull complete5be5b25f37bd: Verifying Checksum5be5b25f37bd: Download complete0eb7579d9e49: Pull completea469e6a3633d: Pull complete8a320261bc75: Verifying Checksum8a320261bc75: Download complete82c744fdb18a: Pull complete36b9f578dfd0: Pull complete67e235ccb630: Pull complete054af01a93fc: Pull completee8dd567f0fce: Pull completef36d6c98cb79: Verifying Checksumf36d6c98cb79: Download complete94a228a5ee2b: Verifying Checksum94a228a5ee2b: Download complete48745103a26a: Verifying Checksum48745103a26a: Download complete303d675deef6: Download complete10d6d5991602: Verifying Checksum10d6d5991602: Download complete49510a9bffbc: Verifying Checksum49510a9bffbc: Download complete4f4fb700ef54: Pull complete95a8dc77b77e: Pull completecc10f5cb66cf: Pull completec6967ed40884: Pull complete86261b212eac: Pull completec593fa27ed82: Pull complete327409bbc709: Pull complete68843b0965c1: Pull complete1dce24306ea4: Pull completed41b89be77dc: Pull completea847491754f8: Pull complete2ba6e682b334: Pull complete88783f87eac5: Pull complete2c60e853f538: Verifying Checksum2c60e853f538: Download complete2f4d54523759: Download complete94a228a5ee2b: Pull completeeffccec7e4d4: Pull complete2f4d54523759: Pull completec433d8fc16c8: Pull completee8dea40a6ae6: Pull complete5be5b25f37bd: Pull complete8a320261bc75: Pull completef36d6c98cb79: Pull complete48745103a26a: Pull complete2c60e853f538: Pull complete303d675deef6: Pull complete10d6d5991602: Pull complete49510a9bffbc: Pull completeDigest: sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745Status: Downloaded newer image for ocaml/opam@sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc67452026-04-22 15:46.05 ---> using "5a3680208c73beb3331771a2f7c7cfa44299220a0d1ff13e680cdae5b80bdaf8" from cache/: (comment opensuse-15.6-5.4_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-04-22 15:46.05 ---> using "463c319ef5be82dadb4076ef7cbdb1657274c5987ad974c76f4520c6671653ad" from cache/src: (run (shell "opam init --reinit -ni"))Configuring from /home/opam/.opamrc and then from built-in defaults.Checking for available remotes: rsync and local, git.- you won't be able to use mercurial repositories unless you install the hg command on your system.- you won't be able to use darcs repositories unless you install the darcs command on your system.This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.You may want to back it up before going further.Continue? [Y/n] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-04-22 15:46.05 ---> using "78bb359f9aafa4629dc59de13b9deb4bc92d380688527008853d4cbf7d329c49" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-107-genericThe OCaml toplevel, version 5.4.12.5.02026-04-22 15:46.05 ---> using "f6fc4b12b0418b37aa6f9f032abf9c0881c3fa85253a420db64176a4057fa51e" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-22 15:46.05 ---> using "1b29546a3142f107d43752c85d792b294550aa31a3a2bc5277f7fff61f0aa274" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD42844088d7..80ba534fc6 master -> origin/master5f7bb1a6e6 Merge pull request #29704 from shonfeder/release-dune-3.22.2<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possibleHowever, 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-04-22 15:46.30 ---> saved as "69caec99b1c1221a25fb36fbb4df7e98d210a99338f6f0e726b6300f06edca34"/src: (copy (src devkit.opam) (dst ./))tar: src/./devkit.opam: Cannot open: No such file or directorytar: Exiting with failure status due to previous errors"tar" "-xf" "-" failed with exit status 22026-04-22 15:46.30: Job failed: Failed: Build failed