2025-07-28 17:50.48: New job: test robur-coop/hurl https://github.com/robur-coop/hurl.git#refs/heads/main (d2db522b256cbc7328700550c429bbd7cd9667a8) (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" -b "main" && cd "hurl" && git reset --hard d2db522b
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 04312e26deca0324a4f03c8652199be03c6416f0 || git fetch origin master) && git reset -q --hard 04312e26deca0324a4f03c8652199be03c6416f0 && 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.dev 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.1.0 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-28 17:50.48: Using cache hint "robur-coop/hurl-ocaml/opam:alpine-3.21-ocaml-5.3@sha256:04615dc1fa88c0285b28799f65b32f2814c854db498aea42fb9ff8c430a28380-alpine-3.21-5.3_opam-2.3-2ac0be826b7f7799a22672aff5c90a8c"
2025-07-28 17:50.48: 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 04312e26deca0324a4f03c8652199be03c6416f0 || git fetch origin master) && git reset -q --hard 04312e26deca0324a4f03c8652199be03c6416f0 && 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.dev 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.1.0 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-28 17:50.48: Waiting for resource in pool OCluster
2025-07-28 17:50.48: Waiting for worker…
2025-07-28 17:54.54: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at d2db522 Use the upstream version of ocaml-h1
(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
f18232174bc9: Waiting
2f670f1f18e5: Pulling fs layer
8f30d8d0a846: Waiting
e435b1bc6765: Waiting
4327a1eff3e9: Pulling fs layer
504218c123c0: Waiting
6416d634e0f0: Pulling fs layer
949b4e53049e: Waiting
3d1adc3444db: Waiting
226a04ebb5cc: Pulling fs layer
9fff074a1f8d: Waiting
2f670f1f18e5: Waiting
524ffc10718d: Pulling fs layer
1c2148a11545: Waiting
edbef0ed17ce: Pulling fs layer
4f4fb700ef54: Pulling fs layer
f41102d57d16: Pulling fs layer
524ffc10718d: Waiting
4f4fb700ef54: Waiting
74c0a3cca53d: Pulling fs layer
edbef0ed17ce: Waiting
20433c03b8ee: Pulling fs layer
d15cae79f6ee: Pulling fs layer
c49df74bbb30: Pulling fs layer
c7e2533797d3: Pulling fs layer
f7a7b488445e: Pulling fs layer
20433c03b8ee: Waiting
4100580b8204: Pulling fs layer
d15cae79f6ee: Waiting
fbc8271f8aed: Pulling fs layer
2f3cf6786764: Pulling fs layer
4100580b8204: Waiting
c49df74bbb30: Waiting
eabb0eb9a599: Pulling fs layer
ed0e937dd1f9: Pulling fs layer
74233ff0361f: Pulling fs layer
ed0e937dd1f9: Waiting
e0f8996903d5: Pulling fs layer
2decd1769587: Pulling fs layer
fbc8271f8aed: Waiting
e2fe16af1f37: Pulling fs layer
74233ff0361f: Waiting
e0f8996903d5: Waiting
8596850f1643: Pulling fs layer
9b056d789ba8: Pulling fs layer
34f858a58fca: Pulling fs layer
e2fe16af1f37: Waiting
fd0d461ca9a0: Pulling fs layer
8596850f1643: Waiting
9a5bbc9e3f8a: Pulling fs layer
34f858a58fca: Waiting
fd0d461ca9a0: Waiting
be625428d6f7: Pulling fs layer
9b056d789ba8: Waiting
b3c1eae29c97: Pulling fs layer
be625428d6f7: Waiting
a87d975376c4: Pulling fs layer
2decd1769587: Waiting
b3c1eae29c97: Waiting
9a5bbc9e3f8a: Waiting
f18232174bc9: Download complete
e435b1bc6765: Verifying Checksum
e435b1bc6765: Download complete
f18232174bc9: Pull complete
e435b1bc6765: Pull complete
504218c123c0: Verifying Checksum
504218c123c0: Download complete
504218c123c0: Pull complete
949b4e53049e: Verifying Checksum
949b4e53049e: Download complete
8f30d8d0a846: Verifying Checksum
8f30d8d0a846: Download complete
3d1adc3444db: Download complete
1c2148a11545: Verifying Checksum
1c2148a11545: Download complete
0688ce6bab1b: Verifying Checksum
9fff074a1f8d: Verifying Checksum
9fff074a1f8d: Download complete
2f670f1f18e5: Download complete
6416d634e0f0: Verifying Checksum
6416d634e0f0: Download complete
4327a1eff3e9: Download complete
524ffc10718d: Verifying Checksum
524ffc10718d: Download complete
226a04ebb5cc: Download complete
edbef0ed17ce: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
f41102d57d16: Download complete
74c0a3cca53d: Verifying Checksum
74c0a3cca53d: Download complete
20433c03b8ee: Verifying Checksum
20433c03b8ee: Download complete
d15cae79f6ee: Verifying Checksum
d15cae79f6ee: Download complete
c49df74bbb30: Verifying Checksum
c49df74bbb30: Download complete
c7e2533797d3: Verifying Checksum
c7e2533797d3: Download complete
f7a7b488445e: Verifying Checksum
f7a7b488445e: Download complete
4100580b8204: Verifying Checksum
4100580b8204: Download complete
fbc8271f8aed: Verifying Checksum
fbc8271f8aed: Download complete
2f3cf6786764: Verifying Checksum
2f3cf6786764: Download complete
eabb0eb9a599: Verifying Checksum
eabb0eb9a599: Download complete
ed0e937dd1f9: Verifying Checksum
ed0e937dd1f9: Download complete
e0f8996903d5: 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
2decd1769587: Verifying Checksum
2decd1769587: Download complete
e2fe16af1f37: Verifying Checksum
e2fe16af1f37: Download complete
8596850f1643: Download complete
9b056d789ba8: Download complete
34f858a58fca: Verifying Checksum
34f858a58fca: Download complete
fd0d461ca9a0: Download complete
74233ff0361f: Verifying Checksum
74233ff0361f: Download complete
be625428d6f7: Verifying Checksum
be625428d6f7: Download complete
b3c1eae29c97: Download complete
a87d975376c4: Verifying Checksum
a87d975376c4: Download complete
9a5bbc9e3f8a: Verifying Checksum
9a5bbc9e3f8a: Download 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: 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-28 18:02.29 ---> using "b1eb2a8af4058a254870e5cad61297a06793cbcf25fc0fa70ddab0692ceef147" from cache
/: (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-28 18:02.29 ---> using "72a43fed50ca4b22fad6057f4d18290b4cb956a1be690ef2ac7f62bd3176987a" 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-07-28 18:02.29 ---> using "dffd9938039301ebc6cca6d597e878cfb8a245c9dfa32f07900ab56da35e37dc" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-142-generic
The OCaml toplevel, version 5.3.0
2.3.0
2025-07-28 18:02.29 ---> using "8f9a1993785784c76c1507256d4c3a0742ea404a0d05aaa640ab910b812307e9" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-07-28 18:02.29 ---> using "d0c65e3f07a69cbc2fcd3ad4787a51328d54858d7b412a5dcb90232d4889600b" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 04312e26deca0324a4f03c8652199be03c6416f0 || git fetch origin master) && git reset -q --hard 04312e26deca0324a4f03c8652199be03c6416f0 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
6dea2f9390..df9d6b537a master -> origin/master
04312e26de Merge pull request #28240 from dbuenzli/b0-publish-topkg-care.1.1.0-etc-674572cd688c2627
<><> 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-28 18:02.29 ---> using "2e9db11f46625639d565e162e4ab2ed89ed455ed70bd8fce6fdca920717d628d" from cache
/src: (copy (src hurl.opam) (dst ./))
2025-07-28 18:02.30 ---> saved as "af0b6a4661602c86bcb99d504add50498a5ee7d72605edba1f6d5b2a75d028fe"
/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#f9911ea5f8c935bde2bd5aac581d029c1d623988
- miou.dev at git+https://github.com/robur-coop/miou.git#7a1d4097e93317fd154b8a87752045eef5cefa3a
- h1.dev at git+https://github.com/robur-coop/ocaml-h1.git#263fdf3afa72966793ee70ef18102bb3a318a4cf
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#f9911ea5f8c935bde2bd5aac581d029c1d623988 (version dev)
[miou.dev] synchronised (no changes)
miou is now pinned to git+https://github.com/robur-coop/miou.git#7a1d4097e93317fd154b8a87752045eef5cefa3a (version dev)
[h1.dev] synchronised (no changes)
h1 is now pinned to git+https://github.com/robur-coop/ocaml-h1.git#263fdf3afa72966793ee70ef18102bb3a318a4cf (version dev)
hurl is now pinned to file:///src (version dev)
2025-07-28 18:02.35 ---> saved as "607ee3d6eeb629269e16ca5bed6917ba429b27259659420528907614c131cf92"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-07-28 18:02.36 ---> saved as "6c7e4ed2cd6bb0e72e91847f6f6ac5401a1d3782ea8de2da4e0935c881044731"
/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.dev 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.1.0 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.4-23-g704f0ea43b6 [https://dl-cdn.alpinelinux.org/alpine/v3.21/main]
- v3.21.4-22-gaa6bf2dd9cc [https://dl-cdn.alpinelinux.org/alpine/v3.21/community]
- v3.23.0_alpha20250612-3420-gca8eba00ca0 [https://dl-cdn.alpinelinux.org/alpine/edge/main]
- v3.23.0_alpha20250612-3418-g0922ac9aef2 [https://dl-cdn.alpinelinux.org/alpine/edge/community]
- v3.23.0_alpha20250612-3421-g0b0d342d7aa [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
- OK: 59211 distinct packages available
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[hurl.dev] synchronised (file:///src)
[httpcats.dev] synchronised (no changes)
[h1.dev] synchronised (no changes)
[miou.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-28 18:02.49 ---> saved as "b356a2bba4049b15f5fb07c482c9d312b5a76c3b9578611dccdd51ab3ff04e99"
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[httpcats.dev] synchronised (no changes)
[h1.dev] synchronised (no changes)
[miou.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 dev (pinned)
- 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.1.0
- install unstrctrd 0.4
- install uutf 1.0.4
- install x509 1.0.6
- install zarith 1.14
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved asn1-combinators.0.3.2 (cached)
-> retrieved astring.0.8.5 (cached)
-> retrieved angstrom.0.16.1 (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 bstr.0.0.2 (cached)
-> retrieved ca-certs.1.0.1 (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 decompress.1.5.3 (cached)
-> retrieved domain-name.0.4.1 (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 digestif.1.3.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 h1.dev (no changes)
-> 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 dune.3.19.1, dune-configurator.3.19.1 (cached)
-> retrieved kdf.1.0.0 (cached)
-> retrieved ke.0.6 (cached)
-> retrieved logs.0.9.0 (cached)
-> retrieved lru.0.3.1 (cached)
-> retrieved httpcats.dev (no changes)
-> retrieved metrics.0.5.0 (cached)
-> retrieved mtime.2.1.0 (cached)
-> retrieved multipart_form.0.6.0 (cached)
-> installed cmdliner.1.3.0
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ohex.0.2.0 (cached)
-> retrieved optint.0.3.0 (cached)
-> retrieved pecu.0.7 (cached)
-> retrieved miou.dev (no changes)
-> retrieved prettym.0.0.3 (cached)
-> retrieved psq.0.2.1 (cached)
-> retrieved ptime.1.2.0 (cached)
-> retrieved randomconv.0.2.0 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved rresult.0.7.0 (cached)
-> retrieved topkg.1.1.0 (cached)
-> retrieved tls.2.0.1, tls-miou-unix.2.0.1 (cached)
-> retrieved unstrctrd.0.4 (cached)
-> retrieved uutf.1.0.4 (cached)
-> retrieved zarith.1.14 (cached)
-> retrieved x509.1.0.6 (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)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed zarith.1.14
-> installed topkg.1.1.0
-> 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 duration.0.2.1
-> installed gmap.0.3.0
-> installed csexp.1.5.2
-> installed asn1-combinators.0.3.2
-> installed base64.3.5.1
-> installed bigarray-overlap.0.2.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 httpun-types.0.2.0
-> installed hxd.0.3.4
-> installed prettym.0.0.3
-> installed unstrctrd.0.4
-> installed hpack.0.13.0
-> installed mirage-crypto.2.0.1
-> installed h1.dev
-> installed decompress.1.5.3
-> installed kdf.1.0.0
-> installed multipart_form.0.6.0
-> installed mirage-crypto-rng.2.0.1
-> 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
[ERROR] The compilation of httpcats.dev failed at "dune build -p httpcats -j 255".
#=== ERROR while compiling httpcats.dev =======================================#
# context 2.3.0 | linux/x86_64 | ocaml-base-compiler.5.3.0 | pinned(git+https://github.com/robur-coop/httpcats.git#f9911ea5f8c935bde2bd5aac581d029c1d623988#f9911ea5f8c935bde2bd5aac581d029c1d623988)
# path ~/.opam/5.3/.opam-switch/build/httpcats.dev
# command ~/.opam/5.3/bin/dune build -p httpcats -j 255
# exit-code 1
# env-file ~/.opam/log/httpcats-1-95f575.env
# output-file ~/.opam/log/httpcats-1-95f575.out
### output ###
# (cd _build/default && /home/opam/.opam/5.3/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I src/.httpcats.objs/byte -I /home/opam/.opam/5.3/lib/angstrom -I /home/opam/.opam/5.3/lib/asn1-combinators -I /home/opam/.opam/5.3/lib/astring -I /home/opam/.opam/5.3/lib/base64 -I /home/opam/.opam/5.3/lib/bigstringaf -I /home/opam/.opam/5.3/lib/bos -I /home/opam/.opam/5.3/lib/ca-certs -I /home/opam/.opam/5.3/lib/digestif -I /home/opam/.opam/5.3/lib/dns -I /home/opam/.opam/5.3/lib/dns-client -I /home/opam/.opam/5.3/lib/dns-client-miou-unix -I /home/opam/.opam/5.3/lib/dns/cache -I /home/opam/.opam/5.3/lib/domain-name -I /home/opam/.opam/5.3/lib/duration -I /home/opam/.opam/5.3/lib/eqaf -I /home/opam/.opam/5.3/lib/faraday -I /home/opam/.opam/5.3/lib/fmt -I /home/opam/.opam/5.3/lib/fpath -I /home/opam/.opam/5.3/lib/gmap -I /home/opam/.opam/5.3/lib/h1 -I /home/opam/.opam/5.3/lib/h2 -I /home/opam/.opam/5.3/lib/happy-eyeballs -I /home/opam/.opam/5.3/lib/happy-eyeballs-miou-unix -I /home/opam/.opam/5.3/lib/hpack -I /home/opam/.opam/5.3/lib/httpun-types -I /home/opam/.opam/5.3/lib/ipaddr -I /home/opam/.opam/5.3/lib/ipaddr/unix -I /home/opam/.opam/5.3/lib/kdf/hkdf -I /home/opam/.opam/5.3/lib/kdf/pbkdf -I /home/opam/.opam/5.3/lib/logs -I /home/opam/.opam/5.3/lib/lru -I /home/opam/.opam/5.3/lib/macaddr -I /home/opam/.opam/5.3/lib/metrics -I /home/opam/.opam/5.3/lib/miou -I /home/opam/.opam/5.3/lib/miou/backoff -I /home/opam/.opam/5.3/lib/miou/sync -I /home/opam/.opam/5.3/lib/miou/unix -I /home/opam/.opam/5.3/lib/mirage-crypto -I /home/opam/.opam/5.3/lib/mirage-crypto-ec -I /home/opam/.opam/5.3/lib/mirage-crypto-pk -I /home/opam/.opam/5.3/lib/mirage-crypto-rng -I /home/opam/.opam/5.3/lib/mtime -I /home/opam/.opam/5.3/lib/mtime/clock -I /home/opam/.opam/5.3/lib/ocaml/unix -I /home/opam/.opam/5.3/lib/ohex -I /home/opam/.opam/5.3/lib/psq -I /home/opam/.opam/5.3/lib/ptime -I /home/opam/.opam/5.3/lib/ptime/clock -I /home/opam/.opam/5.3/lib/randomconv -I /home/opam/.opam/5.3/lib/rresult -I /home/opam/.opam/5.3/lib/seq -I /home/opam/.opam/5.3/lib/tls -I /home/opam/.opam/5.3/lib/tls-miou-unix -I /home/opam/.opam/5.3/lib/x509 -I /home/opam/.opam/5.3/lib/zarith -intf-suffix .ml -no-alias-deps -open Httpcats__ -o src/.httpcats.objs/byte/httpcats__Http_miou_server.cmo -c -impl src/http_miou_server.ml)
# File "src/http_miou_server.ml", line 447, characters 17-32:
# 447 | let data = Bstr.sub_string bstr ~off ~len in
# ^^^^^^^^^^^^^^^
# Error: Unbound module Bstr
# (cd _build/default && /home/opam/.opam/5.3/bin/ocamlopt.opt -w -40 -g -I src/.httpcats.objs/byte -I src/.httpcats.objs/native -I /home/opam/.opam/5.3/lib/angstrom -I /home/opam/.opam/5.3/lib/asn1-combinators -I /home/opam/.opam/5.3/lib/astring -I /home/opam/.opam/5.3/lib/base64 -I /home/opam/.opam/5.3/lib/bigstringaf -I /home/opam/.opam/5.3/lib/bos -I /home/opam/.opam/5.3/lib/ca-certs -I /home/opam/.opam/5.3/lib/digestif -I /home/opam/.opam/5.3/lib/dns -I /home/opam/.opam/5.3/lib/dns-client -I /home/opam/.opam/5.3/lib/dns-client-miou-unix -I /home/opam/.opam/5.3/lib/dns/cache -I /home/opam/.opam/5.3/lib/domain-name -I /home/opam/.opam/5.3/lib/duration -I /home/opam/.opam/5.3/lib/eqaf -I /home/opam/.opam/5.3/lib/faraday -I /home/opam/.opam/5.3/lib/fmt -I /home/opam/.opam/5.3/lib/fpath -I /home/opam/.opam/5.3/lib/gmap -I /home/opam/.opam/5.3/lib/h1 -I /home/opam/.opam/5.3/lib/h2 -I /home/opam/.opam/5.3/lib/happy-eyeballs -I /home/opam/.opam/5.3/lib/happy-eyeballs-miou-unix -I /home/opam/.opam/5.3/lib/hpack -I /home/opam/.opam/5.3/lib/httpun-types -I /home/opam/.opam/5.3/lib/ipaddr -I /home/opam/.opam/5.3/lib/ipaddr/unix -I /home/opam/.opam/5.3/lib/kdf/hkdf -I /home/opam/.opam/5.3/lib/kdf/pbkdf -I /home/opam/.opam/5.3/lib/logs -I /home/opam/.opam/5.3/lib/lru -I /home/opam/.opam/5.3/lib/macaddr -I /home/opam/.opam/5.3/lib/metrics -I /home/opam/.opam/5.3/lib/miou -I /home/opam/.opam/5.3/lib/miou/backoff -I /home/opam/.opam/5.3/lib/miou/sync -I /home/opam/.opam/5.3/lib/miou/unix -I /home/opam/.opam/5.3/lib/mirage-crypto -I /home/opam/.opam/5.3/lib/mirage-crypto-ec -I /home/opam/.opam/5.3/lib/mirage-crypto-pk -I /home/opam/.opam/5.3/lib/mirage-crypto-rng -I /home/opam/.opam/5.3/lib/mtime -I /home/opam/.opam/5.3/lib/mtime/clock -I /home/opam/.opam/5.3/lib/ocaml/unix -I /home/opam/.opam/5.3/lib/ohex -I /home/opam/.opam/5.3/lib/psq -I /home/opam/.opam/5.3/lib/ptime -I /home/opam/.opam/5.3/lib/ptime/clock -I /home/opam/.opam/5.3/lib/randomconv -I /home/opam/.opam/5.3/lib/rresult -I /home/opam/.opam/5.3/lib/seq -I /home/opam/.opam/5.3/lib/tls -I /home/opam/.opam/5.3/lib/tls-miou-unix -I /home/opam/.opam/5.3/lib/x509 -I /home/opam/.opam/5.3/lib/zarith -intf-suffix .ml -no-alias-deps -open Httpcats__ -o src/.httpcats.objs/native/httpcats__Http_miou_server.cmx -c -impl src/http_miou_server.ml)
# File "src/http_miou_server.ml", line 447, characters 17-32:
# 447 | let data = Bstr.sub_string bstr ~off ~len in
# ^^^^^^^^^^^^^^^
# Error: Unbound module Bstr
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build httpcats dev
+-
+- The following changes have been performed
| - 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 dev
| - 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 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
| - 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.1.0
| - install unstrctrd 0.4
| - install uutf 1.0.4
| - install x509 1.0.6
| - install zarith 1.14
+-
# To update the current shell environment, run: eval $(opam env)
The former state can be restored with:
/usr/bin/opam switch import "/home/opam/.opam/5.3/.opam-switch/backup/state-20250728180250.export"
"/usr/bin/env" "bash" "-c" "opam install $DEPS" failed with exit status 31
2025-07-28 18:03.54: Job failed: Failed: Build failed