2025-05-21 11:38.57: New job: test ahrefs/devkit https://github.com/ahrefs/devkit.git#refs/heads/remove-reuseport (22ed2f99b48e84692c965ed7d059baa16d2beb4d) (linux-ppc64:debian-12-5.3_ppc64_opam-2.3) Base: ocaml/opam:debian-12-ocaml-5.3@sha256:e02db52b4786c0140a88a7ce65e51b43ea08675bf9ac59a987f144b54907ed1f 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-12-ocaml-5.3@sha256:e02db52b4786c0140a88a7ce65e51b43ea08675bf9ac59a987f144b54907ed1f # debian-12-5.3_ppc64_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 c7d6d1d2aa1bf00c8e6ec9dff2030cd39d493e47 || git fetch origin master) && git reset -q --hard c7d6d1d2aa1bf00c8e6ec9dff2030cd39d493e47 && 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-domains.base base-effects.base base-nnp.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.18.2 dune-configurator.3.18.2 extlib.1.8.0 extunix.0.4.3 libevent.0.9.0 lwt.5.9.1 lwt_ppx.5.9.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.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 pcre.8.0.3 ppx_derivers.1.2.1 ppxlib.0.35.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 trace.0.9.1 yojson.2.2.2" 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-05-21 11:38.57: Using cache hint "ahrefs/devkit-ocaml/opam:debian-12-ocaml-5.3@sha256:e02db52b4786c0140a88a7ce65e51b43ea08675bf9ac59a987f144b54907ed1f-debian-12-5.3_ppc64_opam-2.3-a314bae406a6e64fdc0423bfdf0801ed" 2025-05-21 11:38.57: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-5.3@sha256:e02db52b4786c0140a88a7ce65e51b43ea08675bf9ac59a987f144b54907ed1f) (comment debian-12-5.3_ppc64_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 c7d6d1d2aa1bf00c8e6ec9dff2030cd39d493e47 || git fetch origin master) && git reset -q --hard c7d6d1d2aa1bf00c8e6ec9dff2030cd39d493e47 && 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-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.18.2 dune-configurator.3.18.2 extlib.1.8.0 extunix.0.4.3 libevent.0.9.0 lwt.5.9.1 lwt_ppx.5.9.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.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 pcre.8.0.3 ppx_derivers.1.2.1 ppxlib.0.35.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 trace.0.9.1 yojson.2.2.2") (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-05-21 11:38.57: Waiting for resource in pool OCluster 2025-05-21 11:38.58: Waiting for worker… 2025-05-21 11:38.58: Got resource from pool OCluster Building on 23.155.224.95 hint: Using 'master' as the name for the initial branch. This default branch name hint: is subject to change. To configure the initial branch name to use in all hint: of your new repositories, which will suppress this warning, call: hint: hint: git config --global init.defaultBranch <name> hint: hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and hint: 'development'. The just-created branch can be renamed via this command: hint: hint: git branch -m <name> Initialized empty Git repository in /var/cache/obuilder/ocluster/git/devkit.git-9aab31ab660ededa9d5e042923228d2fcd01a7cd/.git/ HEAD is now at 22ed2f9 remove reuseport (from ocaml/opam:debian-12-ocaml-5.3@sha256:e02db52b4786c0140a88a7ce65e51b43ea08675bf9ac59a987f144b54907ed1f) Unable to find image 'ocaml/opam:debian-12-ocaml-5.3@sha256:e02db52b4786c0140a88a7ce65e51b43ea08675bf9ac59a987f144b54907ed1f' locally docker.io/ocaml/opam@sha256:e02db52b4786c0140a88a7ce65e51b43ea08675bf9ac59a987f144b54907ed1f: Pulling from ocaml/opam 33862e890d6c: Pulling fs layer 6641a31dcf76: Pulling fs layer 9feaff98c573: Pulling fs layer 674e108d878a: Pulling fs layer 625f94ada75c: Pulling fs layer ad8b9fb1dd81: Pulling fs layer 52f241434500: Pulling fs layer 3c71abe29674: Pulling fs layer 0b4a3bd50310: Pulling fs layer 5b3cf7a868e9: Pulling fs layer f8f7f3fa769e: Pulling fs layer 33cfb147290a: Pulling fs layer d38774de21af: Pulling fs layer 3ad196e36256: Pulling fs layer a987cea0f0c9: Pulling fs layer 2f3a15d8df6e: Pulling fs layer 951d16fa8ba2: Pulling fs layer a6a2007f4084: Pulling fs layer 232e594cebad: Pulling fs layer 06a71aa61a86: Pulling fs layer 4f4fb700ef54: Pulling fs layer 13030fc6524b: Pulling fs layer c3c5d7cdb7d9: Pulling fs layer bccb27a3a8c4: Pulling fs layer b19ddd0b4ee2: Pulling fs layer 5fca268bfc56: Pulling fs layer c1f8be269dd8: Pulling fs layer b8ae77f42f81: Pulling fs layer ab06f0a284ba: Pulling fs layer 1a411e041c69: Pulling fs layer d443daa45684: Pulling fs layer ea2220b1b862: Pulling fs layer 1f91ece9345b: Pulling fs layer 276b162d386b: Pulling fs layer ac743960baaa: Pulling fs layer a268edc13844: Pulling fs layer b82dd7698641: Pulling fs layer 43b2b9cd2c0d: Pulling fs layer 1678387153e1: Pulling fs layer 046f602fbc79: Pulling fs layer fd066eebc8a8: Pulling fs layer 25415d8248e5: Pulling fs layer b7cbae80496f: Pulling fs layer e6c9b2f470b3: Pulling fs layer a93821795063: Pulling fs layer 3c71abe29674: Waiting 0b4a3bd50310: Waiting 5b3cf7a868e9: Waiting f8f7f3fa769e: Waiting 33cfb147290a: Waiting d38774de21af: Waiting 3ad196e36256: Waiting a987cea0f0c9: Waiting 2f3a15d8df6e: Waiting 951d16fa8ba2: Waiting a6a2007f4084: Waiting 232e594cebad: Waiting 06a71aa61a86: Waiting 4f4fb700ef54: Waiting 13030fc6524b: Waiting a268edc13844: Waiting c3c5d7cdb7d9: Waiting b82dd7698641: Waiting 625f94ada75c: Waiting bccb27a3a8c4: Waiting b19ddd0b4ee2: Waiting 43b2b9cd2c0d: Waiting ad8b9fb1dd81: Waiting 5fca268bfc56: Waiting 1678387153e1: Waiting 52f241434500: Waiting 046f602fbc79: Waiting c1f8be269dd8: Waiting b8ae77f42f81: Waiting fd066eebc8a8: Waiting ab06f0a284ba: Waiting 25415d8248e5: Waiting 276b162d386b: Waiting d443daa45684: Waiting ea2220b1b862: Waiting 1f91ece9345b: Waiting 1a411e041c69: Waiting b7cbae80496f: Waiting ac743960baaa: Waiting e6c9b2f470b3: Waiting a93821795063: Waiting 674e108d878a: Waiting 6641a31dcf76: Download complete 9feaff98c573: Download complete 625f94ada75c: Download complete 674e108d878a: Verifying Checksum 674e108d878a: Download complete 52f241434500: Verifying Checksum 52f241434500: Download complete 3c71abe29674: Verifying Checksum 3c71abe29674: Download complete 0b4a3bd50310: Verifying Checksum 0b4a3bd50310: Download complete 5b3cf7a868e9: Verifying Checksum 5b3cf7a868e9: Download complete f8f7f3fa769e: Verifying Checksum f8f7f3fa769e: Download complete 33cfb147290a: Download complete d38774de21af: Verifying Checksum d38774de21af: Download complete 3ad196e36256: Download complete a987cea0f0c9: Download complete 2f3a15d8df6e: Download complete 951d16fa8ba2: Verifying Checksum 951d16fa8ba2: Download complete 33862e890d6c: Download complete a6a2007f4084: Download complete 232e594cebad: Download complete 06a71aa61a86: Verifying Checksum 06a71aa61a86: Download complete 4f4fb700ef54: Download complete 13030fc6524b: Download complete c3c5d7cdb7d9: Download complete b19ddd0b4ee2: Download complete ad8b9fb1dd81: Verifying Checksum ad8b9fb1dd81: Download complete 5fca268bfc56: Download complete c1f8be269dd8: Download complete b8ae77f42f81: Verifying Checksum b8ae77f42f81: Download complete 1a411e041c69: Verifying Checksum 1a411e041c69: Download complete ab06f0a284ba: Download complete d443daa45684: Verifying Checksum d443daa45684: Download complete ea2220b1b862: Download complete 1f91ece9345b: Download complete ac743960baaa: Download complete b82dd7698641: Download complete 43b2b9cd2c0d: Download complete 1678387153e1: Verifying Checksum 1678387153e1: Download complete 046f602fbc79: Download complete 33862e890d6c: Pull complete 6641a31dcf76: Pull complete 9feaff98c573: Pull complete fd066eebc8a8: Verifying Checksum fd066eebc8a8: Download complete 674e108d878a: Pull complete 625f94ada75c: Pull complete ad8b9fb1dd81: Pull complete 52f241434500: Pull complete 3c71abe29674: Pull complete 0b4a3bd50310: Pull complete 5b3cf7a868e9: Pull complete f8f7f3fa769e: Pull complete 33cfb147290a: Pull complete d38774de21af: Pull complete 3ad196e36256: Pull complete a987cea0f0c9: Pull complete 2f3a15d8df6e: Pull complete 951d16fa8ba2: Pull complete a6a2007f4084: Pull complete 232e594cebad: Pull complete 06a71aa61a86: Pull complete 4f4fb700ef54: Pull complete 13030fc6524b: Pull complete c3c5d7cdb7d9: Pull complete bccb27a3a8c4: Pull complete b19ddd0b4ee2: Pull complete 5fca268bfc56: Pull complete c1f8be269dd8: Pull complete b8ae77f42f81: Pull complete ab06f0a284ba: Pull complete 1a411e041c69: Pull complete d443daa45684: Pull complete ea2220b1b862: Pull complete 1f91ece9345b: Pull complete 25415d8248e5: Verifying Checksum 25415d8248e5: Download complete b7cbae80496f: Download complete e6c9b2f470b3: Verifying Checksum e6c9b2f470b3: Download complete a93821795063: Download complete a268edc13844: Verifying Checksum a268edc13844: Download complete 276b162d386b: Verifying Checksum 276b162d386b: Download complete 276b162d386b: Pull complete ac743960baaa: Pull complete a268edc13844: Pull complete b82dd7698641: Pull complete 43b2b9cd2c0d: Pull complete 1678387153e1: Pull complete 046f602fbc79: Pull complete fd066eebc8a8: Pull complete 25415d8248e5: Pull complete b7cbae80496f: Pull complete e6c9b2f470b3: Pull complete a93821795063: Pull complete Digest: sha256:e02db52b4786c0140a88a7ce65e51b43ea08675bf9ac59a987f144b54907ed1f Status: Downloaded newer image for ocaml/opam@sha256:e02db52b4786c0140a88a7ce65e51b43ea08675bf9ac59a987f144b54907ed1f 2025-05-21 11:38.59 ---> using "c4635525160c9f185a969ee812d6101e71fefa1ed329a5898c9422fb30c6512a" from cache /: (comment debian-12-5.3_ppc64_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-05-21 11:38.59 ---> using "4e9719c80ce561fffd0cc76802598cfcd57ca2847222a8c998d4a21a3b71d577" 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 Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-05-21 11:38.59 ---> using "c578370adbc5087aa27747e9f0370d2ae139ce1ed965c7b6c59e043adc113803" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-60-generic The OCaml toplevel, version 5.3.0 2.3.0 2025-05-21 11:38.59 ---> using "62f9b695304e1372bbeceabf06a5730df030c63db289471a97379b2bfe6dd883" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-05-21 11:38.59 ---> using "67acfddc9eaa74ca1a3b210e7cecfe4216f9afd47f84e1282ed78076dabb3426" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e c7d6d1d2aa1bf00c8e6ec9dff2030cd39d493e47 || git fetch origin master) && git reset -q --hard c7d6d1d2aa1bf00c8e6ec9dff2030cd39d493e47 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 35eb2f107a..c7d6d1d2aa master -> origin/master c7d6d1d2aa Merge pull request #27880 from MisterDA/os-family-fedora <><> 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-05-21 11:39.32 ---> saved as "935433c3c8302a7847e83b37aa3f109ade85975104c1bf87519e54f483d12f85" /src: (copy (src devkit.opam) (dst ./)) 2025-05-21 11:39.32 ---> saved as "833244c5713447750668e73700a8dd28fb64aab7833316e5bdd37306bb37f275" /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-05-21 11:39.34 ---> saved as "b63a06bb96c4201dab1caae6066a43886e61a667675c85b968a46537b31a0df7" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-05-21 11:39.34 ---> saved as "5eb0bbf8772aac0b6f301843c945b921a23b28d5cef90a13fb26fdf439c2f01c" /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-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.18.2 dune-configurator.3.18.2 extlib.1.8.0 extunix.0.4.3 libevent.0.9.0 lwt.5.9.1 lwt_ppx.5.9.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.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 pcre.8.0.3 ppx_derivers.1.2.1 ppxlib.0.35.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 trace.0.9.1 yojson.2.2.2") /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" - Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] - Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] - Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] - Get:4 http://deb.debian.org/debian bookworm/main ppc64el Packages [8629 kB] - Get:5 http://deb.debian.org/debian-security bookworm-security/main ppc64el Packages [247 kB] - Fetched 9131 kB in 4s (2084 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 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.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 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:ppc64el. - (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 ... 18720 files and directories currently installed.) - Preparing to unpack .../00-libcurl4-gnutls-dev_7.88.1-10+deb12u12_ppc64el.deb ... - Unpacking libcurl4-gnutls-dev:ppc64el (7.88.1-10+deb12u12) ... - Selecting previously unselected package libevent-2.1-7:ppc64el. - Preparing to unpack .../01-libevent-2.1-7_2.1.12-stable-8_ppc64el.deb ... - Unpacking libevent-2.1-7:ppc64el (2.1.12-stable-8) ... - Selecting previously unselected package libevent-core-2.1-7:ppc64el. - Preparing to unpack .../02-libevent-core-2.1-7_2.1.12-stable-8_ppc64el.deb ... - Unpacking libevent-core-2.1-7:ppc64el (2.1.12-stable-8) ... - Selecting previously unselected package libevent-extra-2.1-7:ppc64el. - Preparing to unpack .../03-libevent-extra-2.1-7_2.1.12-stable-8_ppc64el.deb ... - Unpacking libevent-extra-2.1-7:ppc64el (2.1.12-stable-8) ... - Selecting previously unselected package libevent-pthreads-2.1-7:ppc64el. - Preparing to unpack .../04-libevent-pthreads-2.1-7_2.1.12-stable-8_ppc64el.deb ... - Unpacking libevent-pthreads-2.1-7:ppc64el (2.1.12-stable-8) ... - Selecting previously unselected package libevent-openssl-2.1-7:ppc64el. - Preparing to unpack .../05-libevent-openssl-2.1-7_2.1.12-stable-8_ppc64el.deb ... - Unpacking libevent-openssl-2.1-7:ppc64el (2.1.12-stable-8) ... - Selecting previously unselected package libevent-dev. - Preparing to unpack .../06-libevent-dev_2.1.12-stable-8_ppc64el.deb ... - Unpacking libevent-dev (2.1.12-stable-8) ... - Selecting previously unselected package libpcre16-3:ppc64el. - Preparing to unpack .../07-libpcre16-3_2%3a8.39-15_ppc64el.deb ... - Unpacking libpcre16-3:ppc64el (2:8.39-15) ... - Selecting previously unselected package libpcre3:ppc64el. - Preparing to unpack .../08-libpcre3_2%3a8.39-15_ppc64el.deb ... - Unpacking libpcre3:ppc64el (2:8.39-15) ... - Selecting previously unselected package libpcre32-3:ppc64el. - Preparing to unpack .../09-libpcre32-3_2%3a8.39-15_ppc64el.deb ... - Unpacking libpcre32-3:ppc64el (2:8.39-15) ... - Selecting previously unselected package libpcrecpp0v5:ppc64el. - Preparing to unpack .../10-libpcrecpp0v5_2%3a8.39-15_ppc64el.deb ... - Unpacking libpcrecpp0v5:ppc64el (2:8.39-15) ... - Selecting previously unselected package libpcre3-dev:ppc64el. - Preparing to unpack .../11-libpcre3-dev_2%3a8.39-15_ppc64el.deb ... - Unpacking libpcre3-dev:ppc64el (2:8.39-15) ... - Selecting previously unselected package libpkgconf3:ppc64el. - Preparing to unpack .../12-libpkgconf3_1.8.1-1_ppc64el.deb ... - Unpacking libpkgconf3:ppc64el (1.8.1-1) ... - Selecting previously unselected package pkgconf-bin. - Preparing to unpack .../13-pkgconf-bin_1.8.1-1_ppc64el.deb ... - Unpacking pkgconf-bin (1.8.1-1) ... - Selecting previously unselected package pkgconf:ppc64el. - Preparing to unpack .../14-pkgconf_1.8.1-1_ppc64el.deb ... - Unpacking pkgconf:ppc64el (1.8.1-1) ... - Selecting previously unselected package pkg-config:ppc64el. - Preparing to unpack .../15-pkg-config_1.8.1-1_ppc64el.deb ... - Unpacking pkg-config:ppc64el (1.8.1-1) ... - Selecting previously unselected package zlib1g-dev:ppc64el. - Preparing to unpack .../16-zlib1g-dev_1%3a1.2.13.dfsg-1_ppc64el.deb ... - Unpacking zlib1g-dev:ppc64el (1:1.2.13.dfsg-1) ... - Setting up libpcre16-3:ppc64el (2:8.39-15) ... - Setting up libcurl4-gnutls-dev:ppc64el (7.88.1-10+deb12u12) ... - Setting up libpcre3:ppc64el (2:8.39-15) ... - Setting up libpkgconf3:ppc64el (1.8.1-1) ... - Setting up libpcre32-3:ppc64el (2:8.39-15) ... - Setting up libevent-core-2.1-7:ppc64el (2.1.12-stable-8) ... - Setting up libevent-2.1-7:ppc64el (2.1.12-stable-8) ... - Setting up pkgconf-bin (1.8.1-1) ... - Setting up zlib1g-dev:ppc64el (1:1.2.13.dfsg-1) ... - Setting up libevent-pthreads-2.1-7:ppc64el (2.1.12-stable-8) ... - Setting up libpcrecpp0v5:ppc64el (2:8.39-15) ... - Setting up libevent-extra-2.1-7:ppc64el (2.1.12-stable-8) ... - Setting up libpcre3-dev:ppc64el (2:8.39-15) ... - Setting up libevent-openssl-2.1-7:ppc64el (2.1.12-stable-8) ... - Setting up pkgconf:ppc64el (1.8.1-1) ... - Setting up libevent-dev (2.1.12-stable-8) ... - Setting up pkg-config:ppc64el (1.8.1-1) ... - Processing triggers for libc-bin (2.36-9+deb12u10) ... 2025-05-21 11:39.58 ---> saved as "e1f3bc297fe150db166f5acf9a23d5b51d427c65b1638b4ca89f56b09d3fe864" /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.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.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-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.18.2 - install dune-configurator 3.18.2 - 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.17.0 - install ocamlfind 1.9.8 - install ocplib-endian 1.2 - install ocurl transition (deprecated) - install ounit2 2.2.7 - install pcre 8.0.3 - 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.9.1 - install yojson 2.2.2 <><> 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 extunix.0.4.3 (cached) -> retrieved libevent.0.9.0 (cached) -> retrieved ocaml-compiler-libs.v0.17.0 (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.3 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved dune.3.18.2, dune-configurator.3.18.2 (cached) -> retrieved ppxlib.0.35.0 (cached) -> retrieved sexplib0.v0.17.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved trace.0.9.1 (cached) -> retrieved yojson.2.2.2 (cached) -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed libevent.0.9.0 -> installed camlzip.1.13 -> installed dune.3.18.2 -> installed ppx_derivers.1.2.1 -> installed csexp.1.5.2 -> installed sexplib0.v0.17.0 -> installed stdlib-shims.0.3.0 -> installed trace.0.9.1 -> installed cppo.1.8.0 -> installed ocaml-compiler-libs.v0.17.0 -> installed yojson.2.2.2 -> installed ocplib-endian.1.2 -> installed ounit2.2.2.7 -> installed extlib.1.8.0 -> installed dune-configurator.3.18.2 -> installed pcre.8.0.3 -> installed curl.0.10.0 -> installed lwt.5.9.1 -> installed curl_lwt.0.10.0 -> installed ocurl.transition -> installed ppxlib.0.35.0 -> installed lwt_ppx.5.9.1 -> installed extunix.0.4.3 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-05-21 11:41.48 ---> saved as "760357590ae08ce303b6b56a4b7186faf0ed35b8d8f82fc76aa3d3bde66a6d3d" /src: (copy (src .) (dst /src)) 2025-05-21 11:41.49 ---> saved as "5502b6dafb6e8e2cb35c92e2310f6dba07e03870edc5367f6f32117f92632530" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default && ./test.exe) ................................... Ran: 35 tests in: 0.12 seconds. OK 2025-05-21 11:41.56 ---> saved as "ac491ad742d4e9f421960f87e5b5e9d49d54a5a3b56d18ed4e07e14659df1f73" Job succeeded 2025-05-21 11:41.57: Job succeeded