2025-07-15 04:36.14: New job: test robur-coop/hurl https://github.com/robur-coop/hurl.git#refs/pull/1/head (6c2f7fa469df8f6bcb5cca4c9c1cf276eaeacb54) (linux-x86_64:alpine-3.21-5.3_opam-2.3) Base: ocaml/opam:alpine-3.21-ocaml-5.3@sha256:04615dc1fa88c0285b28799f65b32f2814c854db498aea42fb9ff8c430a28380 Opam project build To reproduce locally: git clone --recursive "https://github.com/robur-coop/hurl.git" && cd "hurl" && git fetch origin "refs/pull/1/head" && git reset --hard 6c2f7fa4 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:alpine-3.21-ocaml-5.3@sha256:04615dc1fa88c0285b28799f65b32f2814c854db498aea42fb9ff8c430a28380 # alpine-3.21-5.3_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 64169c3d1d6774ef4ce0fcc471269bb09cd215f5 || git fetch origin master) && git reset -q --hard 64169c3d1d6774ef4ce0fcc471269bb09cd215f5 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 hurl.opam ./ RUN opam pin add -yn hurl.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="angstrom.0.16.1 asn1-combinators.0.3.2 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 bigarray-overlap.0.2.1 bigstringaf.0.10.0 bos.0.2.1 bstr.0.0.2 ca-certs.1.0.1 checkseum.0.5.2 cmdliner.1.3.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 csexp.1.5.2 decompress.1.5.3 digestif.1.3.0 dns.10.1.0 dns-client.10.1.0 dns-client-miou-unix.10.1.0 domain-name.0.4.1 dune.3.19.1 dune-configurator.3.19.1 duration.0.2.1 eqaf.0.10 faraday.0.8.2 fmt.0.10.0 fpath.0.7.3 gmap.0.3.0 h1.1.0.0 h2.0.13.0 happy-eyeballs.2.0.1 happy-eyeballs-miou-unix.2.0.1 hpack.0.13.0 httpcats.dev httpun-types.0.2.0 hxd.0.3.4 ipaddr.5.6.0 jsonm.1.0.2 kdf.1.0.0 ke.0.6 logs.0.9.0 lru.0.3.1 macaddr.5.6.0 metrics.0.5.0 miou.dev mirage-crypto.2.0.1 mirage-crypto-ec.2.0.1 mirage-crypto-pk.2.0.1 mirage-crypto-rng.2.0.1 mirage-crypto-rng-miou-unix.2.0.1 mtime.2.1.0 multipart_form.0.6.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ohex.0.2.0 optint.0.3.0 pecu.0.7 prettym.0.0.3 psq.0.2.1 ptime.1.2.0 randomconv.0.2.0 rresult.0.7.0 seq.base tls.2.0.1 tls-miou-unix.2.0.1 topkg.1.0.8 unstrctrd.0.4 uutf.1.0.4 x509.1.0.6 zarith.1.14" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --depext-only -y hurl.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-07-15 04:36.14: Using cache hint "robur-coop/hurl-ocaml/opam:alpine-3.21-ocaml-5.3@sha256:04615dc1fa88c0285b28799f65b32f2814c854db498aea42fb9ff8c430a28380-alpine-3.21-5.3_opam-2.3-5a6a853843b3db92dbe709eb128ffde4" 2025-07-15 04:36.14: Using OBuilder spec: ((from ocaml/opam:alpine-3.21-ocaml-5.3@sha256:04615dc1fa88c0285b28799f65b32f2814c854db498aea42fb9ff8c430a28380) (comment alpine-3.21-5.3_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 64169c3d1d6774ef4ce0fcc471269bb09cd215f5 || git fetch origin master) && git reset -q --hard 64169c3d1d6774ef4ce0fcc471269bb09cd215f5 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src hurl.opam) (dst ./)) (run (network host) (shell "opam pin add -yn hurl.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "angstrom.0.16.1 asn1-combinators.0.3.2 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 bigarray-overlap.0.2.1 bigstringaf.0.10.0 bos.0.2.1 bstr.0.0.2 ca-certs.1.0.1 checkseum.0.5.2 cmdliner.1.3.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 csexp.1.5.2 decompress.1.5.3 digestif.1.3.0 dns.10.1.0 dns-client.10.1.0 dns-client-miou-unix.10.1.0 domain-name.0.4.1 dune.3.19.1 dune-configurator.3.19.1 duration.0.2.1 eqaf.0.10 faraday.0.8.2 fmt.0.10.0 fpath.0.7.3 gmap.0.3.0 h1.1.0.0 h2.0.13.0 happy-eyeballs.2.0.1 happy-eyeballs-miou-unix.2.0.1 hpack.0.13.0 httpcats.dev httpun-types.0.2.0 hxd.0.3.4 ipaddr.5.6.0 jsonm.1.0.2 kdf.1.0.0 ke.0.6 logs.0.9.0 lru.0.3.1 macaddr.5.6.0 metrics.0.5.0 miou.dev mirage-crypto.2.0.1 mirage-crypto-ec.2.0.1 mirage-crypto-pk.2.0.1 mirage-crypto-rng.2.0.1 mirage-crypto-rng-miou-unix.2.0.1 mtime.2.1.0 multipart_form.0.6.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ohex.0.2.0 optint.0.3.0 pecu.0.7 prettym.0.0.3 psq.0.2.1 ptime.1.2.0 randomconv.0.2.0 rresult.0.7.0 seq.base tls.2.0.1 tls-miou-unix.2.0.1 topkg.1.0.8 unstrctrd.0.4 uutf.1.0.4 x509.1.0.6 zarith.1.14") (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 hurl.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-07-15 04:36.14: Waiting for resource in pool OCluster 2025-07-15 04:36.14: Waiting for worker… 2025-07-15 04:36.14: Got resource from pool OCluster Building on clete.caelum.ci.dev HEAD is now at 5656d0f Continue HEAD is now at 6c2f7fa add non-empty synopsis (from ocaml/opam:alpine-3.21-ocaml-5.3@sha256:04615dc1fa88c0285b28799f65b32f2814c854db498aea42fb9ff8c430a28380) Unable to find image 'ocaml/opam:alpine-3.21-ocaml-5.3@sha256:04615dc1fa88c0285b28799f65b32f2814c854db498aea42fb9ff8c430a28380' locally docker.io/ocaml/opam@sha256:04615dc1fa88c0285b28799f65b32f2814c854db498aea42fb9ff8c430a28380: Pulling from ocaml/opam f18232174bc9: Pulling fs layer e435b1bc6765: Pulling fs layer 504218c123c0: Pulling fs layer 3d1adc3444db: Pulling fs layer 949b4e53049e: Pulling fs layer 8f30d8d0a846: Pulling fs layer 1c2148a11545: Pulling fs layer 0688ce6bab1b: Pulling fs layer 9fff074a1f8d: Pulling fs layer 2f670f1f18e5: Pulling fs layer 4327a1eff3e9: Pulling fs layer 6416d634e0f0: Pulling fs layer 949b4e53049e: Waiting 226a04ebb5cc: Pulling fs layer 524ffc10718d: Pulling fs layer 1c2148a11545: Waiting 8f30d8d0a846: Waiting edbef0ed17ce: Pulling fs layer 4327a1eff3e9: Waiting 0688ce6bab1b: Waiting 4f4fb700ef54: Pulling fs layer 2f670f1f18e5: Waiting 6416d634e0f0: Waiting 9fff074a1f8d: Waiting f41102d57d16: Pulling fs layer 74c0a3cca53d: Pulling fs layer 20433c03b8ee: Pulling fs layer 4f4fb700ef54: Waiting d15cae79f6ee: Pulling fs layer c49df74bbb30: Pulling fs layer f41102d57d16: Waiting c7e2533797d3: Pulling fs layer f7a7b488445e: Pulling fs layer 3d1adc3444db: Waiting 226a04ebb5cc: Waiting edbef0ed17ce: Waiting 4100580b8204: Pulling fs layer d15cae79f6ee: Waiting 74c0a3cca53d: Waiting fbc8271f8aed: Pulling fs layer c7e2533797d3: Waiting c49df74bbb30: Waiting f7a7b488445e: Waiting 2f3cf6786764: Pulling fs layer eabb0eb9a599: Pulling fs layer ed0e937dd1f9: Pulling fs layer 74233ff0361f: Pulling fs layer ed0e937dd1f9: Waiting e0f8996903d5: Pulling fs layer 2decd1769587: Pulling fs layer 74233ff0361f: Waiting e0f8996903d5: Waiting e2fe16af1f37: Pulling fs layer 8596850f1643: Pulling fs layer 2decd1769587: Waiting e2fe16af1f37: Waiting 9b056d789ba8: Pulling fs layer 34f858a58fca: Pulling fs layer 9b056d789ba8: Waiting fd0d461ca9a0: Pulling fs layer 34f858a58fca: Waiting 9a5bbc9e3f8a: Pulling fs layer be625428d6f7: Pulling fs layer b3c1eae29c97: Pulling fs layer a87d975376c4: Pulling fs layer 9a5bbc9e3f8a: Waiting a87d975376c4: Waiting b3c1eae29c97: Waiting e435b1bc6765: Verifying Checksum e435b1bc6765: Download complete f18232174bc9: Verifying Checksum f18232174bc9: Download complete 504218c123c0: Verifying Checksum 504218c123c0: Download complete f18232174bc9: Pull complete e435b1bc6765: Pull complete 504218c123c0: Pull complete 8f30d8d0a846: Verifying Checksum 8f30d8d0a846: Download complete 1c2148a11545: Verifying Checksum 1c2148a11545: Download complete 949b4e53049e: Verifying Checksum 949b4e53049e: Download complete 0688ce6bab1b: Verifying Checksum 0688ce6bab1b: Download complete 9fff074a1f8d: Verifying Checksum 9fff074a1f8d: Download complete 2f670f1f18e5: Verifying Checksum 2f670f1f18e5: Download complete 6416d634e0f0: Verifying Checksum 6416d634e0f0: Download complete 4327a1eff3e9: Verifying Checksum 4327a1eff3e9: Download complete 226a04ebb5cc: Verifying Checksum 226a04ebb5cc: Download complete 524ffc10718d: Verifying Checksum 524ffc10718d: Download complete edbef0ed17ce: Verifying Checksum edbef0ed17ce: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete 74c0a3cca53d: Download complete f41102d57d16: Verifying Checksum f41102d57d16: Download complete 20433c03b8ee: Verifying Checksum 20433c03b8ee: Download complete d15cae79f6ee: Verifying Checksum d15cae79f6ee: Download complete c49df74bbb30: Download complete c7e2533797d3: Verifying Checksum c7e2533797d3: Download complete 4100580b8204: Verifying Checksum 4100580b8204: Download complete f7a7b488445e: Download complete fbc8271f8aed: Verifying Checksum fbc8271f8aed: Download complete 2f3cf6786764: Verifying Checksum 2f3cf6786764: Download complete eabb0eb9a599: Download complete 3d1adc3444db: Verifying Checksum 3d1adc3444db: Download complete e0f8996903d5: Verifying Checksum e0f8996903d5: Download complete ed0e937dd1f9: Download complete e2fe16af1f37: Download complete 8596850f1643: Download complete 9b056d789ba8: Download complete 34f858a58fca: Verifying Checksum 34f858a58fca: Download complete fd0d461ca9a0: Verifying Checksum fd0d461ca9a0: Download complete 2decd1769587: Verifying Checksum 2decd1769587: Download complete be625428d6f7: Verifying Checksum be625428d6f7: Download complete b3c1eae29c97: Verifying Checksum b3c1eae29c97: Download complete a87d975376c4: Download complete 9a5bbc9e3f8a: Verifying Checksum 9a5bbc9e3f8a: Download complete 3d1adc3444db: Pull complete 949b4e53049e: Pull complete 8f30d8d0a846: Pull complete 1c2148a11545: Pull complete 0688ce6bab1b: Pull complete 9fff074a1f8d: Pull complete 2f670f1f18e5: Pull complete 4327a1eff3e9: Pull complete 6416d634e0f0: Pull complete 226a04ebb5cc: Pull complete 524ffc10718d: Pull complete edbef0ed17ce: Pull complete 4f4fb700ef54: Pull complete f41102d57d16: Pull complete 74c0a3cca53d: Pull complete 20433c03b8ee: Pull complete d15cae79f6ee: Pull complete c49df74bbb30: Pull complete c7e2533797d3: Pull complete f7a7b488445e: Pull complete 4100580b8204: Pull complete fbc8271f8aed: Pull complete 2f3cf6786764: Pull complete eabb0eb9a599: Pull complete ed0e937dd1f9: Pull complete 74233ff0361f: Verifying Checksum 74233ff0361f: Download complete 74233ff0361f: Pull complete e0f8996903d5: Pull complete 2decd1769587: Pull complete e2fe16af1f37: Pull complete 8596850f1643: Pull complete 9b056d789ba8: Pull complete 34f858a58fca: Pull complete fd0d461ca9a0: Pull complete 9a5bbc9e3f8a: Pull complete be625428d6f7: Pull complete b3c1eae29c97: Pull complete a87d975376c4: Pull complete Digest: sha256:04615dc1fa88c0285b28799f65b32f2814c854db498aea42fb9ff8c430a28380 Status: Downloaded newer image for ocaml/opam@sha256:04615dc1fa88c0285b28799f65b32f2814c854db498aea42fb9ff8c430a28380 2025-07-15 04:37.53 ---> saved as "b1eb2a8af4058a254870e5cad61297a06793cbcf25fc0fa70ddab0692ceef147" /: (comment alpine-3.21-5.3_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-07-15 04:37.53 ---> saved as "72a43fed50ca4b22fad6057f4d18290b4cb956a1be690ef2ac7f62bd3176987a" /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-07-15 04:38.18 ---> saved as "dffd9938039301ebc6cca6d597e878cfb8a245c9dfa32f07900ab56da35e37dc" /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-134-generic The OCaml toplevel, version 5.3.0 2.3.0 2025-07-15 04:38.18 ---> saved as "8f9a1993785784c76c1507256d4c3a0742ea404a0d05aaa640ab910b812307e9" /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-07-15 04:38.19 ---> saved as "d0c65e3f07a69cbc2fcd3ad4787a51328d54858d7b412a5dcb90232d4889600b" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 64169c3d1d6774ef4ce0fcc471269bb09cd215f5 || git fetch origin master) && git reset -q --hard 64169c3d1d6774ef4ce0fcc471269bb09cd215f5 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 6dea2f9390..fb593fd723 master -> origin/master 64169c3d1d Merge pull request #28149 from dbuenzli/b0-publish-logs.0.9.0 <><> 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-07-15 04:38.39 ---> saved as "3f9aba96ac7a1654110ad5283d4982861b08bd9757244130aaa4d9e51eeeba9b" /src: (copy (src hurl.opam) (dst ./)) 2025-07-15 04:38.39 ---> saved as "5b18a3fe4434ac10d7667f18ce4a97287cd309679c891ebd29199a1d2ee4d903" /src: (run (network host) (shell "opam pin add -yn hurl.dev './'")) Package hurl does not exist, create as a NEW package? [y/n] y [hurl.dev] synchronised (file:///src) The following additional pinnings are required by hurl.dev: - httpcats.dev at git+https://github.com/robur-coop/httpcats.git#2f2a549d01c8a7f86d94a145f9c37abdd128041c - miou.dev at git+https://github.com/robur-coop/miou.git#7a1d4097e93317fd154b8a87752045eef5cefa3a Pin and install them? [y/n] y [httpcats.dev] synchronised (no changes) httpcats is now pinned to git+https://github.com/robur-coop/httpcats.git#2f2a549d01c8a7f86d94a145f9c37abdd128041c (version dev) [miou.dev] synchronised (no changes) miou is now pinned to git+https://github.com/robur-coop/miou.git#7a1d4097e93317fd154b8a87752045eef5cefa3a (version dev) hurl is now pinned to file:///src (version dev) 2025-07-15 04:38.44 ---> saved as "ab5ea9a19510fcd49faab0a87148dcc0c926195c24c5e2543dfb72f356daad71" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-07-15 04:38.44 ---> saved as "1373458539d38dbf11cc4d77c7753de553482d22cedb0edfa50a99c04a50291f" /src: (env DEPS "angstrom.0.16.1 asn1-combinators.0.3.2 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 bigarray-overlap.0.2.1 bigstringaf.0.10.0 bos.0.2.1 bstr.0.0.2 ca-certs.1.0.1 checkseum.0.5.2 cmdliner.1.3.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 csexp.1.5.2 decompress.1.5.3 digestif.1.3.0 dns.10.1.0 dns-client.10.1.0 dns-client-miou-unix.10.1.0 domain-name.0.4.1 dune.3.19.1 dune-configurator.3.19.1 duration.0.2.1 eqaf.0.10 faraday.0.8.2 fmt.0.10.0 fpath.0.7.3 gmap.0.3.0 h1.1.0.0 h2.0.13.0 happy-eyeballs.2.0.1 happy-eyeballs-miou-unix.2.0.1 hpack.0.13.0 httpcats.dev httpun-types.0.2.0 hxd.0.3.4 ipaddr.5.6.0 jsonm.1.0.2 kdf.1.0.0 ke.0.6 logs.0.9.0 lru.0.3.1 macaddr.5.6.0 metrics.0.5.0 miou.dev mirage-crypto.2.0.1 mirage-crypto-ec.2.0.1 mirage-crypto-pk.2.0.1 mirage-crypto-rng.2.0.1 mirage-crypto-rng-miou-unix.2.0.1 mtime.2.1.0 multipart_form.0.6.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ohex.0.2.0 optint.0.3.0 pecu.0.7 prettym.0.0.3 psq.0.2.1 ptime.1.2.0 randomconv.0.2.0 rresult.0.7.0 seq.base tls.2.0.1 tls-miou-unix.2.0.1 topkg.1.0.8 unstrctrd.0.4 uutf.1.0.4 x509.1.0.6 zarith.1.14") /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 hurl.dev $DEPS")) + /usr/bin/sudo "apk" "update" - fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/main/x86_64/APKINDEX.tar.gz - fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/community/x86_64/APKINDEX.tar.gz - fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz - fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz - fetch https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz - v3.21.3-656-gb6e3611591b [https://dl-cdn.alpinelinux.org/alpine/v3.21/main] - v3.21.3-657-gfc00cab06e0 [https://dl-cdn.alpinelinux.org/alpine/v3.21/community] - v3.23.0_alpha20250612-2319-gef499cd8670 [https://dl-cdn.alpinelinux.org/alpine/edge/main] - v3.23.0_alpha20250612-2326-gbcd229c1215 [https://dl-cdn.alpinelinux.org/alpine/edge/community] - v3.23.0_alpha20250612-2330-g33d87c8a379 [https://dl-cdn.alpinelinux.org/alpine/edge/testing] - OK: 59067 distinct packages available <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [hurl.dev] synchronised (file:///src) [miou.dev] synchronised (no changes) [httpcats.dev] synchronised (no changes) [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: gmp-dev <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "apk" "add" "gmp-dev" - (1/2) Installing libgmpxx (6.3.0-r2) - (2/2) Installing gmp-dev (6.3.0-r2) - OK: 310 MiB in 104 packages 2025-07-15 04:38.57 ---> saved as "6f267236687cfe2c7001761ff3a89aa2fde5734be6b0509ef303a7081d7c7807" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [miou.dev] synchronised (no changes) [httpcats.dev] synchronised (no changes) [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 72 packages - install angstrom 0.16.1 - install asn1-combinators 0.3.2 - install astring 0.8.5 - install base64 3.5.1 - install bigarray-overlap 0.2.1 - install bigstringaf 0.10.0 - install bos 0.2.1 - install bstr 0.0.2 - install ca-certs 1.0.1 - install checkseum 0.5.2 - install cmdliner 1.3.0 - install conf-gmp 5 - install conf-gmp-powm-sec 4 - install conf-pkg-config 4 - install csexp 1.5.2 - install decompress 1.5.3 - install digestif 1.3.0 - install dns 10.1.0 - install dns-client 10.1.0 - install dns-client-miou-unix 10.1.0 - install domain-name 0.4.1 - install dune 3.19.1 - install dune-configurator 3.19.1 - install duration 0.2.1 - install eqaf 0.10 - install faraday 0.8.2 - install fmt 0.10.0 - install fpath 0.7.3 - install gmap 0.3.0 - install h1 1.0.0 - install h2 0.13.0 - install happy-eyeballs 2.0.1 - install happy-eyeballs-miou-unix 2.0.1 - install hpack 0.13.0 - install httpcats dev (pinned) - install httpun-types 0.2.0 - install hxd 0.3.4 - install ipaddr 5.6.0 - install jsonm 1.0.2 - install kdf 1.0.0 - install ke 0.6 - install logs 0.9.0 - install lru 0.3.1 - install macaddr 5.6.0 - install metrics 0.5.0 - install miou dev (pinned) - install mirage-crypto 2.0.1 - install mirage-crypto-ec 2.0.1 - install mirage-crypto-pk 2.0.1 - install mirage-crypto-rng 2.0.1 - install mirage-crypto-rng-miou-unix 2.0.1 - install mtime 2.1.0 - install multipart_form 0.6.0 - install ocaml-syntax-shims 1.0.0 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ohex 0.2.0 - install optint 0.3.0 - install pecu 0.7 - install prettym 0.0.3 - install psq 0.2.1 - install ptime 1.2.0 - install randomconv 0.2.0 - install rresult 0.7.0 - install seq base - install tls 2.0.1 - install tls-miou-unix 2.0.1 - install topkg 1.0.8 - install unstrctrd 0.4 - install uutf 1.0.4 - install x509 1.0.6 - install zarith 1.14 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved angstrom.0.16.1 (cached) -> retrieved asn1-combinators.0.3.2 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved base64.3.5.1 (cached) -> retrieved bigarray-overlap.0.2.1 (cached) -> retrieved bigstringaf.0.10.0 (cached) -> retrieved bos.0.2.1 (cached) -> retrieved ca-certs.1.0.1 (cached) -> retrieved bstr.0.0.2 (cached) -> retrieved conf-gmp.5 (cached) -> retrieved conf-gmp-powm-sec.4 (cached) -> retrieved checkseum.0.5.2 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved csexp.1.5.2 (cached) -> installed conf-gmp.5 -> installed conf-pkg-config.4 -> installed conf-gmp-powm-sec.4 -> retrieved dns.10.1.0, dns-client.10.1.0, dns-client-miou-unix.10.1.0 (cached) -> retrieved domain-name.0.4.1 (cached) -> retrieved decompress.1.5.3 (cached) -> retrieved duration.0.2.1 (cached) -> retrieved eqaf.0.10 (cached) -> retrieved faraday.0.8.2 (cached) -> retrieved fmt.0.10.0 (cached) -> retrieved fpath.0.7.3 (cached) -> retrieved gmap.0.3.0 (cached) -> retrieved h1.1.0.0 (cached) -> retrieved h2.0.13.0, hpack.0.13.0 (cached) -> retrieved happy-eyeballs.2.0.1, happy-eyeballs-miou-unix.2.0.1 (cached) -> retrieved digestif.1.3.0 (cached) -> retrieved httpun-types.0.2.0 (cached) -> retrieved hxd.0.3.4 (cached) -> retrieved ipaddr.5.6.0, macaddr.5.6.0 (cached) -> retrieved jsonm.1.0.2 (cached) -> retrieved kdf.1.0.0 (cached) -> retrieved ke.0.6 (cached) -> retrieved logs.0.9.0 (cached) -> retrieved httpcats.dev (no changes) -> retrieved lru.0.3.1 (cached) -> retrieved metrics.0.5.0 (cached) -> retrieved dune.3.19.1, dune-configurator.3.19.1 (cached) -> retrieved mirage-crypto.2.0.1, mirage-crypto-ec.2.0.1, mirage-crypto-pk.2.0.1, mirage-crypto-rng.2.0.1, mirage-crypto-rng-miou-unix.2.0.1 (cached) -> retrieved mtime.2.1.0 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved multipart_form.0.6.0 (cached) -> retrieved miou.dev (no changes) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ohex.0.2.0 (cached) -> retrieved optint.0.3.0 (cached) -> retrieved pecu.0.7 (cached) -> retrieved prettym.0.0.3 (cached) -> retrieved psq.0.2.1 (cached) -> retrieved randomconv.0.2.0 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved rresult.0.7.0 (cached) -> retrieved ptime.1.2.0 (cached) -> retrieved unstrctrd.0.4 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved tls.2.0.1, tls-miou-unix.2.0.1 (cached) -> retrieved topkg.1.0.8 (cached) -> retrieved x509.1.0.6 (cached) -> retrieved zarith.1.14 (cached) -> installed cmdliner.1.3.0 -> installed ocamlfind.1.9.8 -> installed ocamlbuild.0.16.1 -> installed zarith.1.14 -> installed topkg.1.0.8 -> installed rresult.0.7.0 -> installed uutf.1.0.4 -> installed mtime.2.1.0 -> installed fmt.0.10.0 -> installed ptime.1.2.0 -> installed astring.0.8.5 -> installed jsonm.1.0.2 -> installed fpath.0.7.3 -> installed logs.0.9.0 -> installed bos.0.2.1 -> installed dune.3.19.1 -> installed bigarray-overlap.0.2.1 -> installed gmap.0.3.0 -> installed duration.0.2.1 -> installed csexp.1.5.2 -> installed asn1-combinators.0.3.2 -> installed base64.3.5.1 -> installed bstr.0.0.2 -> installed domain-name.0.4.1 -> installed eqaf.0.10 -> installed ke.0.6 -> installed macaddr.5.6.0 -> installed metrics.0.5.0 -> installed miou.dev -> installed ocaml-syntax-shims.1.0.0 -> installed ohex.0.2.0 -> installed optint.0.3.0 -> installed pecu.0.7 -> installed psq.0.2.1 -> installed randomconv.0.2.0 -> installed lru.0.3.1 -> installed ipaddr.5.6.0 -> installed digestif.1.3.0 -> installed happy-eyeballs.2.0.1 -> installed dune-configurator.3.19.1 -> installed happy-eyeballs-miou-unix.2.0.1 -> installed bigstringaf.0.10.0 -> installed dns.10.1.0 -> installed faraday.0.8.2 -> installed checkseum.0.5.2 -> installed angstrom.0.16.1 -> installed prettym.0.0.3 -> installed httpun-types.0.2.0 -> installed hxd.0.3.4 -> installed unstrctrd.0.4 -> installed hpack.0.13.0 -> installed h1.1.0.0 -> installed mirage-crypto.2.0.1 -> installed kdf.1.0.0 -> installed decompress.1.5.3 -> installed mirage-crypto-rng.2.0.1 -> installed multipart_form.0.6.0 -> installed h2.0.13.0 -> installed mirage-crypto-rng-miou-unix.2.0.1 -> installed mirage-crypto-pk.2.0.1 -> installed dns-client.10.1.0 -> installed mirage-crypto-ec.2.0.1 -> installed x509.1.0.6 -> installed ca-certs.1.0.1 -> installed tls.2.0.1 -> installed tls-miou-unix.2.0.1 -> installed dns-client-miou-unix.10.1.0 -> installed httpcats.dev Done. # To update the current shell environment, run: eval $(opam env) 2025-07-15 04:40.05 ---> saved as "988eb31244a7232f90d0680aaee3a971acb6b0df97b9758ed25164987d0c6724" /src: (copy (src .) (dst /src)) 2025-07-15 04:40.05 ---> saved as "e72d483088619648ccdd47363f2e3f823d28c4e414104aff35a5bf4130a7f8ad" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2025-07-15 04:40.08 ---> saved as "a79e141cac0fb8364e2cece8f2807b975cf9df59f0fcfa08753cd211cbb78a67" Job succeeded 2025-07-15 04:40.08: Job succeeded