2025-06-23 06:07.48: New job: test ahrefs/devkit https://github.com/ahrefs/devkit.git#refs/heads/remove-reuseport (22ed2f99b48e84692c965ed7d059baa16d2beb4d) (linux-x86_64:debian-11-4.14_opam-2.3) Base: ocaml/opam:debian-11-ocaml-4.14@sha256:439983ac4eaf6e5afff9930383a52f0561d66aca4c8694318a7efae8db246f5b Opam project build To reproduce locally: git clone --recursive "https://github.com/ahrefs/devkit.git" -b "remove-reuseport" && cd "devkit" && git reset --hard 22ed2f99 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-11-ocaml-4.14@sha256:439983ac4eaf6e5afff9930383a52f0561d66aca4c8694318a7efae8db246f5b # debian-11-4.14_opam-2.3 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN cd ~/opam-repository && (git cat-file -e 07d22177f6303c850ea7dce81202c67a96a7df6a || git fetch origin master) && git reset -q --hard 07d22177f6303c850ea7dce81202c67a96a7df6a && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 devkit.opam ./ RUN opam pin add -yn devkit.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="base-bigarray.base base-bytes.base base-threads.base base-unix.base camlzip.1.13 conf-libcurl.2 conf-libevent.1 conf-libpcre.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.19.1 dune-configurator.3.19.1 extlib.1.8.0 extunix.0.4.3 libevent.0.9.0 lwt.5.9.1 lwt_ppx.5.9.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ocplib-endian.1.2 ocurl.transition ounit2.2.2.7 pcre.8.0.4 ppx_derivers.1.2.1 ppxlib.0.35.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.3 --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 2025-06-23 06:07.48: Using cache hint "ahrefs/devkit-ocaml/opam:debian-11-ocaml-4.14@sha256:439983ac4eaf6e5afff9930383a52f0561d66aca4c8694318a7efae8db246f5b-debian-11-4.14_opam-2.3-122e5cc1b0e15322811447ac27f75e52" 2025-06-23 06:07.48: Using OBuilder spec: ((from ocaml/opam:debian-11-ocaml-4.14@sha256:439983ac4eaf6e5afff9930383a52f0561d66aca4c8694318a7efae8db246f5b) (comment debian-11-4.14_opam-2.3) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.3 /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 07d22177f6303c850ea7dce81202c67a96a7df6a || git fetch origin master) && git reset -q --hard 07d22177f6303c850ea7dce81202c67a96a7df6a && 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-threads.base base-unix.base camlzip.1.13 conf-libcurl.2 conf-libevent.1 conf-libpcre.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.19.1 dune-configurator.3.19.1 extlib.1.8.0 extunix.0.4.3 libevent.0.9.0 lwt.5.9.1 lwt_ppx.5.9.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ocplib-endian.1.2 ocurl.transition ounit2.2.2.7 pcre.8.0.4 ppx_derivers.1.2.1 ppxlib.0.35.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.3 --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-06-23 06:07.48: Waiting for resource in pool OCluster 2025-06-23 06:07.49: Waiting for worker… 2025-06-23 06:07.50: Got resource from pool OCluster Building on toxis.caelum.ci.dev All commits already cached HEAD is now at 22ed2f9 remove reuseport (from ocaml/opam:debian-11-ocaml-4.14@sha256:439983ac4eaf6e5afff9930383a52f0561d66aca4c8694318a7efae8db246f5b) Unable to find image 'ocaml/opam:debian-11-ocaml-4.14@sha256:439983ac4eaf6e5afff9930383a52f0561d66aca4c8694318a7efae8db246f5b' locally docker.io/ocaml/opam@sha256:439983ac4eaf6e5afff9930383a52f0561d66aca4c8694318a7efae8db246f5b: Pulling from ocaml/opam 13e1c76d69de: Already exists 7004754250c7: Pulling fs layer cff48215bec0: Pulling fs layer 5da89335c1b9: Pulling fs layer e2e03e119105: Pulling fs layer e2e03e119105: Waiting cff48215bec0: Verifying Checksum cff48215bec0: Download complete 5da89335c1b9: Download complete e2e03e119105: Verifying Checksum e2e03e119105: Download complete 7004754250c7: Verifying Checksum 7004754250c7: Download complete 7004754250c7: Pull complete cff48215bec0: Pull complete 5da89335c1b9: Pull complete e2e03e119105: Pull complete Digest: sha256:439983ac4eaf6e5afff9930383a52f0561d66aca4c8694318a7efae8db246f5b Status: Downloaded newer image for ocaml/opam@sha256:439983ac4eaf6e5afff9930383a52f0561d66aca4c8694318a7efae8db246f5b 2025-06-23 06:07.50 ---> using "5139f751e8ca6d32092a09bff0cf130b2d5e8fb8695ddfda8d0c91f3ab34356d" from cache /: (comment debian-11-4.14_opam-2.3) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam")) 2025-06-23 06:07.50 ---> using "4ab28cffe28db98fdb1142efb300c861daddb13a75d54e7c512bab1c113bf2f7" 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 development 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 255 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=255 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-06-23 06:07.50 ---> using "c4ddbfa8f36377deb2cd3efc9c5ea5eca070ccd1f1952591854d7c1dbf234fef" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-134-generic The OCaml toplevel, version 4.14.2 2.3.0 2025-06-23 06:07.50 ---> using "96d9234fabc13d54407c97df20a2948e74e6d738fc48c161bd7dd9ee76cd6555" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-06-23 06:07.50 ---> using "c686d3886c2d03b3e22e34d9661d0dc14d80522f00304367f57481ea60ce3875" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 07d22177f6303c850ea7dce81202c67a96a7df6a || git fetch origin master) && git reset -q --hard 07d22177f6303c850ea7dce81202c67a96a7df6a && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD c7269f729a..07d22177f6 master -> origin/master 07d22177f6 Merge pull request #28064 from mmottl/release-pcre-8.0.4 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2025-06-23 06:08.14 ---> saved as "f376ec9512ae2123dfcf5b7aba856f81f4a5fd2f670e7da7cab19edd7d3d89e1" /src: (copy (src devkit.opam) (dst ./)) 2025-06-23 06:08.14 ---> saved as "7383880dc27599a344052e2f9b8b9db02ef46610eec239da215ef620de8bfab1" /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-06-23 06:08.15 ---> saved as "6208b3787bb419a40481e42b104604ffbf7c7cb3dcaf840eeb6832098f6d636d" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-06-23 06:08.16 ---> saved as "fdd723c20296aed2a8a7c8c33dbb0b28fafab94f2255b25696eb97e8375b5932" /src: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base camlzip.1.13 conf-libcurl.2 conf-libevent.1 conf-libpcre.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.19.1 dune-configurator.3.19.1 extlib.1.8.0 extunix.0.4.3 libevent.0.9.0 lwt.5.9.1 lwt_ppx.5.9.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ocplib-endian.1.2 ocurl.transition ounit2.2.2.7 pcre.8.0.4 ppx_derivers.1.2.1 ppxlib.0.35.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.3 --depext-only -y devkit.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://deb.debian.org/debian bullseye InRelease - Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [27.2 kB] - Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.0 kB] - Get:4 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [381 kB] - Fetched 452 kB in 0s (966 kB/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 2). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2). [NOTE] Package ocaml is already installed (current version is 4.14.2). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). The following system packages will first need to be installed: libcurl4-gnutls-dev libevent-dev libpcre3-dev pkg-config zlib1g-dev <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libcurl4-gnutls-dev" "libevent-dev" "libpcre3-dev" "pkg-config" "zlib1g-dev" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package libcurl4-gnutls-dev: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 ... 18342 files and directories currently installed.) - Preparing to unpack .../00-libcurl4-gnutls-dev_7.74.0-1.3+deb11u15_amd64.deb ... - Unpacking libcurl4-gnutls-dev:amd64 (7.74.0-1.3+deb11u15) ... - Selecting previously unselected package libevent-2.1-7:amd64. - Preparing to unpack .../01-libevent-2.1-7_2.1.12-stable-1_amd64.deb ... - Unpacking libevent-2.1-7:amd64 (2.1.12-stable-1) ... - Selecting previously unselected package libevent-core-2.1-7:amd64. - Preparing to unpack .../02-libevent-core-2.1-7_2.1.12-stable-1_amd64.deb ... - Unpacking libevent-core-2.1-7:amd64 (2.1.12-stable-1) ... - Selecting previously unselected package libevent-extra-2.1-7:amd64. - Preparing to unpack .../03-libevent-extra-2.1-7_2.1.12-stable-1_amd64.deb ... - Unpacking libevent-extra-2.1-7:amd64 (2.1.12-stable-1) ... - Selecting previously unselected package libevent-pthreads-2.1-7:amd64. - Preparing to unpack .../04-libevent-pthreads-2.1-7_2.1.12-stable-1_amd64.deb ... - Unpacking libevent-pthreads-2.1-7:amd64 (2.1.12-stable-1) ... - Selecting previously unselected package libevent-openssl-2.1-7:amd64. - Preparing to unpack .../05-libevent-openssl-2.1-7_2.1.12-stable-1_amd64.deb ... - Unpacking libevent-openssl-2.1-7:amd64 (2.1.12-stable-1) ... - Selecting previously unselected package libevent-dev. - Preparing to unpack .../06-libevent-dev_2.1.12-stable-1_amd64.deb ... - Unpacking libevent-dev (2.1.12-stable-1) ... - Selecting previously unselected package libglib2.0-0:amd64. - Preparing to unpack .../07-libglib2.0-0_2.66.8-1+deb11u6_amd64.deb ... - Unpacking libglib2.0-0:amd64 (2.66.8-1+deb11u6) ... - Selecting previously unselected package libglib2.0-data. - Preparing to unpack .../08-libglib2.0-data_2.66.8-1+deb11u6_all.deb ... - Unpacking libglib2.0-data (2.66.8-1+deb11u6) ... - Selecting previously unselected package libicu67:amd64. - Preparing to unpack .../09-libicu67_67.1-7+deb11u1_amd64.deb ... - Unpacking libicu67:amd64 (67.1-7+deb11u1) ... - Selecting previously unselected package libpcre16-3:amd64. - Preparing to unpack .../10-libpcre16-3_2%3a8.39-13_amd64.deb ... - Unpacking libpcre16-3:amd64 (2:8.39-13) ... - Selecting previously unselected package libpcre32-3:amd64. - Preparing to unpack .../11-libpcre32-3_2%3a8.39-13_amd64.deb ... - Unpacking libpcre32-3:amd64 (2:8.39-13) ... - Selecting previously unselected package libpcrecpp0v5:amd64. - Preparing to unpack .../12-libpcrecpp0v5_2%3a8.39-13_amd64.deb ... - Unpacking libpcrecpp0v5:amd64 (2:8.39-13) ... - Selecting previously unselected package libpcre3-dev:amd64. - Preparing to unpack .../13-libpcre3-dev_2%3a8.39-13_amd64.deb ... - Unpacking libpcre3-dev:amd64 (2:8.39-13) ... - Selecting previously unselected package libxml2:amd64. - Preparing to unpack .../14-libxml2_2.9.10+dfsg-6.7+deb11u7_amd64.deb ... - Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u7) ... - Selecting previously unselected package pkg-config. - Preparing to unpack .../15-pkg-config_0.29.2-1_amd64.deb ... - Unpacking pkg-config (0.29.2-1) ... - Selecting previously unselected package shared-mime-info. - Preparing to unpack .../16-shared-mime-info_2.0-1_amd64.deb ... - Unpacking shared-mime-info (2.0-1) ... - Selecting previously unselected package xdg-user-dirs. - Preparing to unpack .../17-xdg-user-dirs_0.17-2_amd64.deb ... - Unpacking xdg-user-dirs (0.17-2) ... - Selecting previously unselected package zlib1g-dev:amd64. - Preparing to unpack .../18-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u2_amd64.deb ... - Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u2) ... - Setting up libpcrecpp0v5:amd64 (2:8.39-13) ... - Setting up libpcre16-3:amd64 (2:8.39-13) ... - Setting up libicu67:amd64 (67.1-7+deb11u1) ... - Setting up xdg-user-dirs (0.17-2) ... - Setting up libglib2.0-0:amd64 (2.66.8-1+deb11u6) ... - No schema files found: doing nothing. - Setting up libcurl4-gnutls-dev:amd64 (7.74.0-1.3+deb11u15) ... - Setting up libglib2.0-data (2.66.8-1+deb11u6) ... - Setting up libpcre32-3:amd64 (2:8.39-13) ... - Setting up libevent-core-2.1-7:amd64 (2.1.12-stable-1) ... - Setting up libevent-2.1-7:amd64 (2.1.12-stable-1) ... - Setting up pkg-config (0.29.2-1) ... - Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u2) ... - Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u7) ... - Setting up libevent-pthreads-2.1-7:amd64 (2.1.12-stable-1) ... - Setting up libevent-extra-2.1-7:amd64 (2.1.12-stable-1) ... - Setting up libpcre3-dev:amd64 (2:8.39-13) ... - Setting up libevent-openssl-2.1-7:amd64 (2.1.12-stable-1) ... - Setting up shared-mime-info (2.0-1) ... - Setting up libevent-dev (2.1.12-stable-1) ... - Processing triggers for libc-bin (2.31-13+deb11u13) ... 2025-06-23 06:08.30 ---> saved as "19acfc88d20ab49bc6ee8b99f7e3798c5b47b2350c61a6f0e29a0929d1091a85" /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 2). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2). [NOTE] Package ocaml is already installed (current version is 4.14.2). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). The following actions will be performed: === install 31 packages - install base-bytes base - install camlzip 1.13 - install conf-libcurl 2 - install conf-libevent 1 - install conf-libpcre 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.19.1 - install dune-configurator 3.19.1 - install extlib 1.8.0 - install extunix 0.4.3 - install libevent 0.9.0 - install lwt 5.9.1 - install lwt_ppx 5.9.1 - install ocaml-compiler-libs v0.12.4 - install ocamlfind 1.9.8 - install ocplib-endian 1.2 - install ocurl transition (deprecated) - install ounit2 2.2.7 - install pcre 8.0.4 - install ppx_derivers 1.2.1 - install ppxlib 0.35.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-libpcre.2 -> installed conf-zlib.1 -> retrieved libevent.0.9.0 (cached) -> retrieved extunix.0.4.3 (cached) -> retrieved ocaml-compiler-libs.v0.12.4 (cached) -> retrieved lwt.5.9.1, lwt_ppx.5.9.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocplib-endian.1.2 (cached) -> retrieved ounit2.2.2.7 (cached) -> retrieved pcre.8.0.4 (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.35.0 (cached) -> retrieved dune.3.19.1, dune-configurator.3.19.1 (cached) -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed libevent.0.9.0 -> installed camlzip.1.13 -> installed dune.3.19.1 -> installed ppx_derivers.1.2.1 -> installed csexp.1.5.2 -> installed sexplib0.v0.17.0 -> installed stdlib-shims.0.3.0 -> installed ocaml-compiler-libs.v0.12.4 -> installed trace.0.10 -> installed cppo.1.8.0 -> installed yojson.3.0.0 -> installed ocplib-endian.1.2 -> installed extlib.1.8.0 -> installed ounit2.2.2.7 -> installed dune-configurator.3.19.1 -> installed pcre.8.0.4 -> installed lwt.5.9.1 -> installed ppxlib.0.35.0 -> installed lwt_ppx.5.9.1 -> installed extunix.0.4.3 -> installed curl.0.10.0 -> installed curl_lwt.0.10.0 -> installed ocurl.transition 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) 2025-06-23 06:09.30 ---> saved as "78cb7dd60ddb9ead492755f8ea941885acadf8af228d8d8c0573d68774fae034" /src: (copy (src .) (dst /src)) 2025-06-23 06:09.30 ---> saved as "7d94f1317a21f56dd05f1c48f176578230fbcda67ab2829811be55d02d665d8e" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I .devkit_core.objs/byte -I /home/opam/.opam/4.14/lib/curl -I /home/opam/.opam/4.14/lib/curl_lwt -I /home/opam/.opam/4.14/lib/extlib -I /home/opam/.opam/4.14/lib/extunix -I /home/opam/.opam/4.14/lib/libevent -I /home/opam/.opam/4.14/lib/lwt -I /home/opam/.opam/4.14/lib/lwt/unix -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/pcre -I /home/opam/.opam/4.14/lib/stdlib-shims -I /home/opam/.opam/4.14/lib/trace/core -I /home/opam/.opam/4.14/lib/yojson -I /home/opam/.opam/4.14/lib/zip -I ocamlnet_lite/.ocamlnet_lite.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Devkit_core -o .devkit_core.objs/byte/devkit_core__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_span use enter_manual_span (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I .devkit_core.objs/byte -I .devkit_core.objs/native -I /home/opam/.opam/4.14/lib/curl -I /home/opam/.opam/4.14/lib/curl_lwt -I /home/opam/.opam/4.14/lib/extlib -I /home/opam/.opam/4.14/lib/extunix -I /home/opam/.opam/4.14/lib/libevent -I /home/opam/.opam/4.14/lib/lwt -I /home/opam/.opam/4.14/lib/lwt/unix -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/pcre -I /home/opam/.opam/4.14/lib/stdlib-shims -I /home/opam/.opam/4.14/lib/trace/core -I /home/opam/.opam/4.14/lib/yojson -I /home/opam/.opam/4.14/lib/zip -I ocamlnet_lite/.ocamlnet_lite.objs/byte -I ocamlnet_lite/.ocamlnet_lite.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Devkit_core -o .devkit_core.objs/native/devkit_core__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_span use enter_manual_span "/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1 2025-06-23 06:09.38: Job failed: Failed: Build failed