2025-11-03 08:30.34: New job: test ahrefs/devkit https://github.com/ahrefs/devkit.git#refs/heads/koonwen/htmlStream_bench (991b00d47b4f6f117b913c19d2e01eb10a5b088d) (linux-x86_64:ubuntu-22.04-5.4_opam-2.4)Base: ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:4b849845cac64c924f2ba1b34ab28e692c38f93013d93f780f8f12566ab7be06Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ahrefs/devkit.git" -b "koonwen/htmlStream_bench" && cd "devkit" && git reset --hard 991b00d4cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:4b849845cac64c924f2ba1b34ab28e692c38f93013d93f780f8f12566ab7be06# ubuntu-22.04-5.4_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.4 /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 7f9c784b97b368cd82ee80890d9866b8e66b7c1b || git fetch origin master) && git reset -q --hard 7f9c784b97b368cd82ee80890d9866b8e66b7c1b && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 devkit.opam ./RUN opam pin add -yn devkit.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlzip.1.13 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 curl.0.10.0 curl_lwt.0.10.0 dune.3.20.2 dune-configurator.3.20.2 extlib.1.8.0 extunix.0.4.4 libevent.0.9.0 lwt.5.9.2 lwt_ppx.5.9.2 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.8 ocplib-endian.1.2 ocurl.transition ounit2.2.2.7 pcre2.8.0.3 ppx_derivers.1.2.1 ppxlib.0.37.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 trace.0.10 yojson.3.0.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --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-BLOCK2025-11-03 08:30.34: Using cache hint "ahrefs/devkit-ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:4b849845cac64c924f2ba1b34ab28e692c38f93013d93f780f8f12566ab7be06-ubuntu-22.04-5.4_opam-2.4-30e993b7aaf005289731b2fc144dafef"2025-11-03 08:30.34: Using OBuilder spec:((from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:4b849845cac64c924f2ba1b34ab28e692c38f93013d93f780f8f12566ab7be06)(comment ubuntu-22.04-5.4_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.4 /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 7f9c784b97b368cd82ee80890d9866b8e66b7c1b || git fetch origin master) && git reset -q --hard 7f9c784b97b368cd82ee80890d9866b8e66b7c1b && 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 (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlzip.1.13 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 curl.0.10.0 curl_lwt.0.10.0 dune.3.20.2 dune-configurator.3.20.2 extlib.1.8.0 extunix.0.4.4 libevent.0.9.0 lwt.5.9.2 lwt_ppx.5.9.2 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.8 ocplib-endian.1.2 ocurl.transition ounit2.2.2.7 pcre2.8.0.3 ppx_derivers.1.2.1 ppxlib.0.37.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 trace.0.10 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.4 --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")))2025-11-03 08:30.34: Waiting for resource in pool OCluster2025-11-03 08:30.34: Waiting for worker…2025-11-03 08:30.34: Got resource from pool OClusterBuilding on doris.caelum.ci.devHEAD is now at 731c8af use uri instead of string for http requestHEAD is now at 991b00d wip: vibe code some GC benchmark(from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:4b849845cac64c924f2ba1b34ab28e692c38f93013d93f780f8f12566ab7be06)Unable to find image 'ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:4b849845cac64c924f2ba1b34ab28e692c38f93013d93f780f8f12566ab7be06' locallydocker.io/ocaml/opam@sha256:4b849845cac64c924f2ba1b34ab28e692c38f93013d93f780f8f12566ab7be06: Pulling from ocaml/opamaf6eca94c810: Pulling fs layer35874924aa0a: Pulling fs layer1addcd43e9a2: Pulling fs layer4f73c2db8363: Pulling fs layer4386d8dbb832: Pulling fs layer4e40c047c9eb: Pulling fs layere02efa5fbeb0: Pulling fs layerddb408812e3f: Pulling fs layer3122a3b1669b: Pulling fs layera394d8c5d250: Pulling fs layer4f73c2db8363: Waitingdeae410034d9: Pulling fs layere17c1588711b: Pulling fs layerda8af7f5fb44: Pulling fs layerbfd2caa5d08a: Pulling fs layer4386d8dbb832: Waiting6674449ba421: Pulling fs layer4e40c047c9eb: Waiting18743c2bcc1d: Pulling fs layer4f4fb700ef54: Pulling fs layer841888816ae9: Pulling fs layere02efa5fbeb0: Waiting18d400b6558e: Pulling fs layerf8a56eb6c4e2: Pulling fs layerddb408812e3f: Waiting354be8b6a247: Pulling fs layera4ee84fc0560: Pulling fs layer3ab29b33bf13: Pulling fs layer3122a3b1669b: Waiting715dd9367ae6: Pulling fs layer0060360391df: Pulling fs layer6fb01c13bb1d: Pulling fs layer0471be7f3e23: Pulling fs layer83424cbee6cd: Pulling fs layer3e0dde388c17: Pulling fs layer5e876cc3ea93: Pulling fs layer18743c2bcc1d: Waiting8a56b0f3a658: Pulling fs layera038a235e8ed: Pulling fs layer4f4fb700ef54: Waitingb16488f1f0cc: Pulling fs layere979953453c3: Pulling fs layer354be8b6a247: Waitingb9538eec7973: Pulling fs layera4ee84fc0560: Waiting841888816ae9: Waitingb8bddb841adb: Pulling fs layerdeae410034d9: Waiting18d400b6558e: Waiting9b69d238a3b5: Pulling fs layer3ab29b33bf13: Waitingfc04645d1583: Pulling fs layer65ab179b94ad: Pulling fs layerd38ca75d3d80: Pulling fs layer6fb01c13bb1d: Waitingdf883b603c31: Pulling fs layer8c9bbc0e6dc0: Pulling fs layer8bd34f75a024: Pulling fs layer6c8931cda24b: Pulling fs layere17c1588711b: Waiting3e0dde388c17: Waiting48a972d49be7: Pulling fs layer715dd9367ae6: Waiting8c9bbc0e6dc0: Waiting6c8931cda24b: Waiting8bd34f75a024: Waitingfc04645d1583: Waiting65ab179b94ad: Waitingda8af7f5fb44: Waiting83424cbee6cd: Waitinge979953453c3: Waitingdf883b603c31: Waitingb8bddb841adb: Waiting6674449ba421: Waiting9b69d238a3b5: Waitinga038a235e8ed: Waitingd38ca75d3d80: Waitingb16488f1f0cc: Waiting8a56b0f3a658: Waiting0060360391df: Waitingbfd2caa5d08a: Waiting5e876cc3ea93: Waiting35874924aa0a: Verifying Checksum35874924aa0a: Download complete1addcd43e9a2: Verifying Checksum1addcd43e9a2: Download complete4386d8dbb832: Verifying Checksum4386d8dbb832: Download completeaf6eca94c810: Download completee02efa5fbeb0: Verifying Checksume02efa5fbeb0: Download completeaf6eca94c810: Pull complete35874924aa0a: Pull complete4e40c047c9eb: Verifying Checksum4e40c047c9eb: Download complete1addcd43e9a2: Pull completeddb408812e3f: Verifying Checksumddb408812e3f: Download complete4f73c2db8363: Verifying Checksum4f73c2db8363: Download complete3122a3b1669b: Verifying Checksum3122a3b1669b: Download completea394d8c5d250: Verifying Checksuma394d8c5d250: Download completee17c1588711b: Verifying Checksume17c1588711b: Download completeda8af7f5fb44: Verifying Checksumda8af7f5fb44: Download completedeae410034d9: Verifying Checksumdeae410034d9: Download completebfd2caa5d08a: Verifying Checksumbfd2caa5d08a: Download complete6674449ba421: Verifying Checksum6674449ba421: Download complete18743c2bcc1d: Verifying Checksum18743c2bcc1d: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete841888816ae9: Download complete18d400b6558e: Verifying Checksum18d400b6558e: Download completef8a56eb6c4e2: Verifying Checksumf8a56eb6c4e2: Download complete3ab29b33bf13: Verifying Checksum3ab29b33bf13: Download complete354be8b6a247: Verifying Checksum354be8b6a247: Download complete715dd9367ae6: Download complete0060360391df: Download completea4ee84fc0560: Verifying Checksuma4ee84fc0560: Download complete4f73c2db8363: Pull complete4386d8dbb832: Pull complete6fb01c13bb1d: Verifying Checksum6fb01c13bb1d: Download complete0471be7f3e23: Verifying Checksum0471be7f3e23: Download complete83424cbee6cd: Verifying Checksum83424cbee6cd: Download complete3e0dde388c17: Verifying Checksum3e0dde388c17: Download complete8a56b0f3a658: Verifying Checksum8a56b0f3a658: Download completea038a235e8ed: Download complete5e876cc3ea93: Verifying Checksum5e876cc3ea93: Download completee979953453c3: Download completeb8bddb841adb: Verifying Checksumb8bddb841adb: Download complete9b69d238a3b5: Download completefc04645d1583: Download complete65ab179b94ad: Download completed38ca75d3d80: Verifying Checksumd38ca75d3d80: Download completedf883b603c31: Verifying Checksumdf883b603c31: Download completeb9538eec7973: Verifying Checksumb9538eec7973: Download complete8bd34f75a024: Verifying Checksum8bd34f75a024: Download complete6c8931cda24b: Verifying Checksum6c8931cda24b: Download complete48a972d49be7: Download complete4e40c047c9eb: Pull completee02efa5fbeb0: Pull completeddb408812e3f: Pull complete8c9bbc0e6dc0: Verifying Checksum8c9bbc0e6dc0: Download complete3122a3b1669b: Pull completeb16488f1f0cc: Verifying Checksumb16488f1f0cc: Download completea394d8c5d250: Pull completedeae410034d9: Pull completee17c1588711b: Pull completeda8af7f5fb44: Pull completebfd2caa5d08a: Pull complete6674449ba421: Pull complete18743c2bcc1d: Pull complete4f4fb700ef54: Pull complete841888816ae9: Pull complete18d400b6558e: Pull completef8a56eb6c4e2: Pull complete354be8b6a247: Pull completea4ee84fc0560: Pull complete3ab29b33bf13: Pull complete715dd9367ae6: Pull complete0060360391df: Pull complete6fb01c13bb1d: Pull complete0471be7f3e23: Pull complete83424cbee6cd: Pull complete3e0dde388c17: Pull complete5e876cc3ea93: Pull complete8a56b0f3a658: Pull completea038a235e8ed: Pull completeb16488f1f0cc: Pull completee979953453c3: Pull completeb9538eec7973: Pull completeb8bddb841adb: Pull complete9b69d238a3b5: Pull completefc04645d1583: Pull complete65ab179b94ad: Pull completed38ca75d3d80: Pull completedf883b603c31: Pull complete8c9bbc0e6dc0: Pull complete8bd34f75a024: Pull complete6c8931cda24b: Pull complete48a972d49be7: Pull completeDigest: sha256:4b849845cac64c924f2ba1b34ab28e692c38f93013d93f780f8f12566ab7be06Status: Downloaded newer image for ocaml/opam@sha256:4b849845cac64c924f2ba1b34ab28e692c38f93013d93f780f8f12566ab7be062025-11-03 08:30.36 ---> using "375f7ea603b3a165957a286115e0ff93cc1b4b2b25160efeed90a01ee65cdc60" from cache/: (comment ubuntu-22.04-5.4_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-11-03 08:30.36 ---> using "ea97c2a0fb232af302182b803f58e26f48ac3bed2d39105664bd3b7048eea6f6" from cache/src: (run (shell "opam init --reinit -ni"))Configuring from /home/opam/.opamrc and then from built-in defaults.Checking for available remotes: rsync and local, git.- you won't be able to use mercurial repositories unless you install the hg command on your system.- you won't be able to use darcs repositories unless you install the darcs command on your system.This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.You may want to back it up before going further.Continue? [Y/n] y[NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:opam option jobs=71 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-11-03 08:30.36 ---> using "733761f0461ddddd36484d772896e4743caba423d1992f7c57256b627f5ca729" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-157-genericThe OCaml toplevel, version 5.4.02.4.12025-11-03 08:30.36 ---> using "54f907621342151627fc36ab9ba6f1563e6a61cbbdde4baff5ef5406a73bd577" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-11-03 08:30.36 ---> using "8778e6eee76774959ee29badf06d7a137a05001eb132b558ca8edbf37fa8fd2a" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 7f9c784b97b368cd82ee80890d9866b8e66b7c1b || git fetch origin master) && git reset -q --hard 7f9c784b97b368cd82ee80890d9866b8e66b7c1b && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD1abfcdbf14..8a528d6bb4 master -> origin/master7f9c784b97 Merge pull request #28787 from ocaml/mseri-patch-1<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-11-03 08:30.36 ---> using "406bd4a547d269e4b99e8ce7af3fdb412f40407b2d89c7f844a4b14b6570aac1" from cache/src: (copy (src devkit.opam) (dst ./))2025-11-03 08:30.36 ---> saved as "b4d5abf45ca6ce09b71f20e4662981509e7159b2f07ce42fe9abb788501e7637"/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)2025-11-03 08:30.39 ---> saved as "0f6c1857c8c5212bb49b2f48837deda0482f7fe99c1d9b1a24dd4f1064106d84"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-11-03 08:30.39 ---> saved as "c093e29d66fd16734afd751ccafaf8f2540f92de41ca540366f47dbb770175ac"/src: (env DEPS "base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlzip.1.13 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 curl.0.10.0 curl_lwt.0.10.0 dune.3.20.2 dune-configurator.3.20.2 extlib.1.8.0 extunix.0.4.4 libevent.0.9.0 lwt.5.9.2 lwt_ppx.5.9.2 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.8 ocplib-endian.1.2 ocurl.transition ounit2.2.2.7 pcre2.8.0.3 ppx_derivers.1.2.1 ppxlib.0.37.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 trace.0.10 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.4 --depext-only -y devkit.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease- Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]- Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]- Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]- Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [6148 kB]- Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [69.2 kB]- Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3847 kB]- Get:8 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [60.9 kB]- Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1594 kB]- Get:10 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3479 kB]- Get:11 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1288 kB]- Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [5878 kB]- Fetched 22.7 MB in 1s (15.8 MB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[devkit.dev] synchronised (file:///src)[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[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:libcurl4-gnutls-dev libevent-dev libpcre2-dev pkg-config zlib1g-dev<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libcurl4-gnutls-dev" "libevent-dev" "libpcre2-dev" "pkg-config" "zlib1g-dev"- debconf: delaying package configuration, since apt-utils is not installed- Selecting previously unselected package libglib2.0-0:amd64.- (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 ... 15669 files and directories currently installed.)- Preparing to unpack .../00-libglib2.0-0_2.72.4-0ubuntu2.6_amd64.deb ...- Unpacking libglib2.0-0:amd64 (2.72.4-0ubuntu2.6) ...- Selecting previously unselected package libglib2.0-data.- Preparing to unpack .../01-libglib2.0-data_2.72.4-0ubuntu2.6_all.deb ...- Unpacking libglib2.0-data (2.72.4-0ubuntu2.6) ...- Selecting previously unselected package libicu70:amd64.- Preparing to unpack .../02-libicu70_70.1-2_amd64.deb ...- Unpacking libicu70:amd64 (70.1-2) ...- Selecting previously unselected package libxml2:amd64.- Preparing to unpack .../03-libxml2_2.9.13+dfsg-1ubuntu0.10_amd64.deb ...- Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.10) ...- Selecting previously unselected package shared-mime-info.- Preparing to unpack .../04-shared-mime-info_2.1-2_amd64.deb ...- Unpacking shared-mime-info (2.1-2) ...- Selecting previously unselected package xdg-user-dirs.- Preparing to unpack .../05-xdg-user-dirs_0.17-2ubuntu4_amd64.deb ...- Unpacking xdg-user-dirs (0.17-2ubuntu4) ...- Selecting previously unselected package libcurl4-gnutls-dev:amd64.- Preparing to unpack .../06-libcurl4-gnutls-dev_7.81.0-1ubuntu1.21_amd64.deb ...- Unpacking libcurl4-gnutls-dev:amd64 (7.81.0-1ubuntu1.21) ...- Selecting previously unselected package libevent-2.1-7:amd64.- Preparing to unpack .../07-libevent-2.1-7_2.1.12-stable-1build3_amd64.deb ...- Unpacking libevent-2.1-7:amd64 (2.1.12-stable-1build3) ...- Selecting previously unselected package libevent-core-2.1-7:amd64.- Preparing to unpack .../08-libevent-core-2.1-7_2.1.12-stable-1build3_amd64.deb ...- Unpacking libevent-core-2.1-7:amd64 (2.1.12-stable-1build3) ...- Selecting previously unselected package libevent-extra-2.1-7:amd64.- Preparing to unpack .../09-libevent-extra-2.1-7_2.1.12-stable-1build3_amd64.deb ...- Unpacking libevent-extra-2.1-7:amd64 (2.1.12-stable-1build3) ...- Selecting previously unselected package libevent-pthreads-2.1-7:amd64.- Preparing to unpack .../10-libevent-pthreads-2.1-7_2.1.12-stable-1build3_amd64.deb ...- Unpacking libevent-pthreads-2.1-7:amd64 (2.1.12-stable-1build3) ...- Selecting previously unselected package libevent-openssl-2.1-7:amd64.- Preparing to unpack .../11-libevent-openssl-2.1-7_2.1.12-stable-1build3_amd64.deb ...- Unpacking libevent-openssl-2.1-7:amd64 (2.1.12-stable-1build3) ...- Selecting previously unselected package libevent-dev.- Preparing to unpack .../12-libevent-dev_2.1.12-stable-1build3_amd64.deb ...- Unpacking libevent-dev (2.1.12-stable-1build3) ...- Selecting previously unselected package libpcre2-16-0:amd64.- Preparing to unpack .../13-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ...- Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ...- Selecting previously unselected package libpcre2-32-0:amd64.- Preparing to unpack .../14-libpcre2-32-0_10.39-3ubuntu0.1_amd64.deb ...- Unpacking libpcre2-32-0:amd64 (10.39-3ubuntu0.1) ...- Selecting previously unselected package libpcre2-posix3:amd64.- Preparing to unpack .../15-libpcre2-posix3_10.39-3ubuntu0.1_amd64.deb ...- Unpacking libpcre2-posix3:amd64 (10.39-3ubuntu0.1) ...- Selecting previously unselected package libpcre2-dev:amd64.- Preparing to unpack .../16-libpcre2-dev_10.39-3ubuntu0.1_amd64.deb ...- Unpacking libpcre2-dev:amd64 (10.39-3ubuntu0.1) ...- Selecting previously unselected package pkg-config.- Preparing to unpack .../17-pkg-config_0.29.2-1ubuntu3_amd64.deb ...- Unpacking pkg-config (0.29.2-1ubuntu3) ...- Selecting previously unselected package zlib1g-dev:amd64.- Preparing to unpack .../18-zlib1g-dev_1%3a1.2.11.dfsg-2ubuntu9.2_amd64.deb ...- Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu9.2) ...- Setting up xdg-user-dirs (0.17-2ubuntu4) ...- Setting up libglib2.0-0:amd64 (2.72.4-0ubuntu2.6) ...- No schema files found: doing nothing.- Setting up libcurl4-gnutls-dev:amd64 (7.81.0-1ubuntu1.21) ...- Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ...- Setting up libpcre2-32-0:amd64 (10.39-3ubuntu0.1) ...- Setting up libglib2.0-data (2.72.4-0ubuntu2.6) ...- Setting up libevent-core-2.1-7:amd64 (2.1.12-stable-1build3) ...- Setting up libevent-2.1-7:amd64 (2.1.12-stable-1build3) ...- Setting up pkg-config (0.29.2-1ubuntu3) ...- Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu9.2) ...- Setting up libpcre2-posix3:amd64 (10.39-3ubuntu0.1) ...- Setting up libicu70:amd64 (70.1-2) ...- Setting up libevent-pthreads-2.1-7:amd64 (2.1.12-stable-1build3) ...- Setting up libevent-extra-2.1-7:amd64 (2.1.12-stable-1build3) ...- Setting up libpcre2-dev:amd64 (10.39-3ubuntu0.1) ...- Setting up libevent-openssl-2.1-7:amd64 (2.1.12-stable-1build3) ...- Setting up libevent-dev (2.1.12-stable-1build3) ...- Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.10) ...- Setting up shared-mime-info (2.1-2) ...- Processing triggers for libc-bin (2.35-0ubuntu3.11) ...2025-11-03 08:30.57 ---> saved as "c2fdac09331e2e2d521b33d40a53f80dc8e26159e3fe4bb90e6a723a1cd3ee22"/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-config is already installed (current version is 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[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 31 packages- install base-bytes base- install camlzip 1.13- install conf-libcurl 2- install conf-libevent 1- install conf-libpcre2-8 2- install conf-pkg-config 4- install conf-zlib 1- install cppo 1.8.0- install csexp 1.5.2- install curl 0.10.0- install curl_lwt 0.10.0- install dune 3.20.2- install dune-configurator 3.20.2- install extlib 1.8.0- install extunix 0.4.4- install libevent 0.9.0- install lwt 5.9.2- install lwt_ppx 5.9.2- install ocaml-compiler-libs v0.17.0- install ocamlfind 1.9.8- install ocplib-endian 1.2- install ocurl transition (deprecated)- install ounit2 2.2.7- install pcre2 8.0.3- install ppx_derivers 1.2.1- install ppxlib 0.37.0- install seq base- install sexplib0 v0.17.0- install stdlib-shims 0.3.0- install trace 0.10- install yojson 3.0.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved camlzip.1.13 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved csexp.1.5.2 (cached)-> installed conf-libcurl.2-> installed conf-pkg-config.4-> retrieved curl.0.10.0, curl_lwt.0.10.0, ocurl.transition (cached)-> retrieved extlib.1.8.0 (cached)-> installed conf-libevent.1-> installed conf-libpcre2-8.2-> installed conf-zlib.1-> retrieved libevent.0.9.0 (cached)-> retrieved extunix.0.4.4 (cached)-> retrieved ocaml-compiler-libs.v0.17.0 (cached)-> retrieved lwt.5.9.2, lwt_ppx.5.9.2 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved ounit2.2.2.7 (cached)-> retrieved pcre2.8.0.3 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved sexplib0.v0.17.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved trace.0.10 (cached)-> retrieved yojson.3.0.0 (cached)-> retrieved ppxlib.0.37.0 (cached)-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed libevent.0.9.0-> installed camlzip.1.13-> installed dune.3.20.2-> installed ppx_derivers.1.2.1-> installed csexp.1.5.2-> installed cppo.1.8.0-> installed ocaml-compiler-libs.v0.17.0-> installed sexplib0.v0.17.0-> installed stdlib-shims.0.3.0-> installed yojson.3.0.0-> installed trace.0.10-> installed ocplib-endian.1.2-> installed extlib.1.8.0-> installed ounit2.2.2.7-> installed dune-configurator.3.20.2-> installed pcre2.8.0.3-> installed curl.0.10.0-> installed lwt.5.9.2-> installed curl_lwt.0.10.0-> installed ocurl.transition-> installed ppxlib.0.37.0-> installed lwt_ppx.5.9.2-> 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)2025-11-03 08:31.48 ---> saved as "72e91aab069ad6a22d3d9f9d0912da56a7b7d7d7f265d7db2fdfeca85ae0c535"/src: (copy (src .) (dst /src))2025-11-03 08:31.49 ---> saved as "0345cb123fc5cd7d000a3a43933fe32acc03ed185a4691e17bc49ee03780b90c"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default && /home/opam/.opam/5.4/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.4/lib/curl -I /home/opam/.opam/5.4/lib/curl_lwt -I /home/opam/.opam/5.4/lib/extlib -I /home/opam/.opam/5.4/lib/extunix -I /home/opam/.opam/5.4/lib/libevent -I /home/opam/.opam/5.4/lib/lwt -I /home/opam/.opam/5.4/lib/lwt/unix -I /home/opam/.opam/5.4/lib/ocaml/str -I /home/opam/.opam/5.4/lib/ocaml/threads -I /home/opam/.opam/5.4/lib/ocaml/unix -I /home/opam/.opam/5.4/lib/pcre2 -I /home/opam/.opam/5.4/lib/stdlib-shims -I /home/opam/.opam/5.4/lib/trace/core -I /home/opam/.opam/5.4/lib/yojson -I /home/opam/.opam/5.4/lib/zip -I ocamlnet_lite/.ocamlnet_lite.objs/byte -cmi-file .devkit_core.objs/byte/devkit_core__Possibly_otel.cmi -no-alias-deps -opaque -open Devkit_core -o .devkit_core.objs/byte/devkit_core__Possibly_otel.cmo -c -impl possibly_otel.ml)File "possibly_otel.stub.ml", line 9, characters 2-39:Error (alert deprecated): Trace_core.enter_manual_toplevel_spanuse enter_manual_span(cd _build/default && /home/opam/.opam/5.4/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/5.4/lib/curl -I /home/opam/.opam/5.4/lib/curl_lwt -I /home/opam/.opam/5.4/lib/extlib -I /home/opam/.opam/5.4/lib/extunix -I /home/opam/.opam/5.4/lib/libevent -I /home/opam/.opam/5.4/lib/lwt -I /home/opam/.opam/5.4/lib/lwt/unix -I /home/opam/.opam/5.4/lib/ocaml/str -I /home/opam/.opam/5.4/lib/ocaml/threads -I /home/opam/.opam/5.4/lib/ocaml/unix -I /home/opam/.opam/5.4/lib/pcre2 -I /home/opam/.opam/5.4/lib/stdlib-shims -I /home/opam/.opam/5.4/lib/trace/core -I /home/opam/.opam/5.4/lib/yojson -I /home/opam/.opam/5.4/lib/zip -I ocamlnet_lite/.ocamlnet_lite.objs/byte -I ocamlnet_lite/.ocamlnet_lite.objs/native -cmi-file .devkit_core.objs/byte/devkit_core__Possibly_otel.cmi -no-alias-deps -opaque -open Devkit_core -o .devkit_core.objs/native/devkit_core__Possibly_otel.cmx -c -impl possibly_otel.ml)File "possibly_otel.stub.ml", line 9, characters 2-39:Error (alert deprecated): Trace_core.enter_manual_toplevel_spanuse enter_manual_span"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 12025-11-03 08:31.51: Job failed: Failed: Build failed