Organisationsrobur-coophurld2f8fb (main)debian-11-5.3_opam-2.4

debian-11-5.3_opam-2.4

Logs

Show full logs
2025-08-30 07:24.31: New job: test robur-coop/hurl https://github.com/robur-coop/hurl.git#refs/heads/main (d2f8fbefc2ab0379650145b10b88189a9744a3b6) (linux-x86_64:debian-11-5.3_opam-2.4)
Base: ocaml/opam:debian-11-ocaml-5.3@sha256:d22ca7442798dbbf8f67cf30ddcad95b123af4815bf71f15a1e3b77ac03c63f4
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/robur-coop/hurl.git" -b "main" && cd "hurl" && git reset --hard d2f8fbef
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-11-ocaml-5.3@sha256:d22ca7442798dbbf8f67cf30ddcad95b123af4815bf71f15a1e3b77ac03c63f4
# debian-11-5.3_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.4 /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 4c972ba0fc24bcf3f84a30d19f8d725f7ce382a4 || git fetch origin master) && git reset -q --hard 4c972ba0fc24bcf3f84a30d19f8d725f7ce382a4 && 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.2.0 dns-client.10.2.0 dns-client-miou-unix.10.2.0 domain-name.0.4.1 dune.3.20.1 dune-configurator.3.20.1 duration.0.2.1 eqaf.0.10 faraday.0.8.2 fmt.0.11.0 fpath.0.7.3 gmap.0.3.0 h1.1.1.0 h2.0.13.0 happy-eyeballs.2.0.1 happy-eyeballs-miou-unix.2.0.1 hpack.0.13.0 httpcats.0.1.0 httpun-types.0.2.0 hxd.0.3.4 ipaddr.5.6.1 jsonm.1.0.2 kdf.1.0.0 ke.0.6 logs.0.9.0 lru.0.3.1 macaddr.5.6.1 metrics.0.5.0 miou.0.4.0 mirage-crypto.2.0.2 mirage-crypto-ec.2.0.2 mirage-crypto-pk.2.0.2 mirage-crypto-rng.2.0.2 mirage-crypto-rng-miou-unix.2.0.2 mtime.2.1.0 multipart_form.0.7.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.2 tls-miou-unix.2.0.2 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.4 --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-08-30 07:24.31: Using cache hint "robur-coop/hurl-ocaml/opam:debian-11-ocaml-5.3@sha256:d22ca7442798dbbf8f67cf30ddcad95b123af4815bf71f15a1e3b77ac03c63f4-debian-11-5.3_opam-2.4-6e4646ebcf509337ab92a95d4a2e0b00"
2025-08-30 07:24.31: Using OBuilder spec:
((from ocaml/opam:debian-11-ocaml-5.3@sha256:d22ca7442798dbbf8f67cf30ddcad95b123af4815bf71f15a1e3b77ac03c63f4)
 (comment debian-11-5.3_opam-2.4)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (workdir /src)
 (run (shell "sudo chown opam /src"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e 4c972ba0fc24bcf3f84a30d19f8d725f7ce382a4 || git fetch origin master) && git reset -q --hard 4c972ba0fc24bcf3f84a30d19f8d725f7ce382a4 && 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.2.0 dns-client.10.2.0 dns-client-miou-unix.10.2.0 domain-name.0.4.1 dune.3.20.1 dune-configurator.3.20.1 duration.0.2.1 eqaf.0.10 faraday.0.8.2 fmt.0.11.0 fpath.0.7.3 gmap.0.3.0 h1.1.1.0 h2.0.13.0 happy-eyeballs.2.0.1 happy-eyeballs-miou-unix.2.0.1 hpack.0.13.0 httpcats.0.1.0 httpun-types.0.2.0 hxd.0.3.4 ipaddr.5.6.1 jsonm.1.0.2 kdf.1.0.0 ke.0.6 logs.0.9.0 lru.0.3.1 macaddr.5.6.1 metrics.0.5.0 miou.0.4.0 mirage-crypto.2.0.2 mirage-crypto-ec.2.0.2 mirage-crypto-pk.2.0.2 mirage-crypto-rng.2.0.2 mirage-crypto-rng-miou-unix.2.0.2 mtime.2.1.0 multipart_form.0.7.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.2 tls-miou-unix.2.0.2 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.4 --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-08-30 07:24.31: Waiting for resource in pool OCluster
2025-08-30 10:46.13: Waiting for worker…
2025-08-30 10:49.25: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at d2f8fbe Merge pull request #2 from robur-coop/prepare-v0.0.1_beta1

(from ocaml/opam:debian-11-ocaml-5.3@sha256:d22ca7442798dbbf8f67cf30ddcad95b123af4815bf71f15a1e3b77ac03c63f4)
2025-08-30 10:49.26 ---> using "aecf21de7093771dcd4921d5bf691dc9303081df1bf9c9c43966805889cd1304" from cache

/: (comment debian-11-5.3_opam-2.4)

/: (user (uid 1000) (gid 1000))

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-08-30 10:49.26 ---> using "6953879d6c76a9fc0c641d7869dd6e24d0cde89dd1be7cb44b09e8abf4624314" from cache

/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.

This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.

Continue? [Y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-08-30 10:49.26 ---> using "7600f0d514b303110dc6d3ab07113df124ae8cba62b508f8ea6da4e38403529b" 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.4.1
2025-08-30 10:49.26 ---> using "54743e99253f61499bcb5d426bf2de41046d174bc5468c2826bb6397d1984ef3" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-08-30 10:49.26 ---> using "d0f46657015c9dd8bb340311f07fa8ab0c09a977e4413cab1a6dca7da3c0e0a0" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 4c972ba0fc24bcf3f84a30d19f8d725f7ce382a4 || git fetch origin master) && git reset -q --hard 4c972ba0fc24bcf3f84a30d19f8d725f7ce382a4 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   ee24528071..f2cd184cfc  master     -> origin/master
4c972ba0fc Merge pull request #28397 from maiste/release-dune-3.20.1

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository

Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-08-30 10:49.26 ---> using "b027971e79ea3e699bc6b1de3e56d7b7fec16bb9f44fde48d0275ab6794915b5" from cache

/src: (copy (src hurl.opam) (dst ./))
2025-08-30 10:49.26 ---> saved as "b0b5320800121339c97f1eec0605595d072b3f95f2aa888bfe33753955839a1a"

/src: (run (network host)
           (shell "opam pin add -yn hurl.dev './'"))
[hurl.dev] synchronised (file:///src)
hurl is now pinned to file:///src (version dev)
2025-08-30 10:49.27 ---> saved as "40d86b073654af5a8c6380fe78145f9063b5814cadc47c90ca2bcfd7a7faf078"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-08-30 10:49.28 ---> saved as "5a3c24b7c90457e68bb729e491f51adebc43bdd7cd2708455eebe741b65e6f25"

/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.2.0 dns-client.10.2.0 dns-client-miou-unix.10.2.0 domain-name.0.4.1 dune.3.20.1 dune-configurator.3.20.1 duration.0.2.1 eqaf.0.10 faraday.0.8.2 fmt.0.11.0 fpath.0.7.3 gmap.0.3.0 h1.1.1.0 h2.0.13.0 happy-eyeballs.2.0.1 happy-eyeballs-miou-unix.2.0.1 hpack.0.13.0 httpcats.0.1.0 httpun-types.0.2.0 hxd.0.3.4 ipaddr.5.6.1 jsonm.1.0.2 kdf.1.0.0 ke.0.6 logs.0.9.0 lru.0.3.1 macaddr.5.6.1 metrics.0.5.0 miou.0.4.0 mirage-crypto.2.0.2 mirage-crypto-ec.2.0.2 mirage-crypto-pk.2.0.2 mirage-crypto-rng.2.0.2 mirage-crypto-rng-miou-unix.2.0.2 mtime.2.1.0 multipart_form.0.7.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.2 tls-miou-unix.2.0.2 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.4 --depext-only -y hurl.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]
- Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
- Get:4 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [392 kB]
- Fetched 420 kB in 0s (946 kB/s)
- Reading package lists...

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[hurl.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:
    libgmp-dev pkg-config

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libglib2.0-0:amd64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18367 files and directories currently installed.)
- Preparing to unpack .../0-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 .../1-libglib2.0-data_2.66.8-1+deb11u6_all.deb ...
- Unpacking libglib2.0-data (2.66.8-1+deb11u6) ...
- Selecting previously unselected package libgmpxx4ldbl:amd64.
- Preparing to unpack .../2-libgmpxx4ldbl_2%3a6.2.1+dfsg-1+deb11u1_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.2.1+dfsg-1+deb11u1) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../3-libgmp-dev_2%3a6.2.1+dfsg-1+deb11u1_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.2.1+dfsg-1+deb11u1) ...
- Selecting previously unselected package libicu67:amd64.
- Preparing to unpack .../4-libicu67_67.1-7+deb11u1_amd64.deb ...
- Unpacking libicu67:amd64 (67.1-7+deb11u1) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../5-libxml2_2.9.10+dfsg-6.7+deb11u8_amd64.deb ...
- Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u8) ...
- Selecting previously unselected package pkg-config.
- Preparing to unpack .../6-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 .../7-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 .../8-xdg-user-dirs_0.17-2_amd64.deb ...
- Unpacking xdg-user-dirs (0.17-2) ...
- 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 libglib2.0-data (2.66.8-1+deb11u6) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg-1+deb11u1) ...
- Setting up pkg-config (0.29.2-1) ...
- Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u8) ...
- Setting up libgmp-dev:amd64 (2:6.2.1+dfsg-1+deb11u1) ...
- Setting up shared-mime-info (2.0-1) ...
- Processing triggers for libc-bin (2.31-13+deb11u13) ...
2025-08-30 10:49.39 ---> saved as "950482c1aed8968561100ea8e37ebefb35c33cd167d5faf9ecbc502ea63b8331"

/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 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.2.0
  - install dns-client                  10.2.0
  - install dns-client-miou-unix        10.2.0
  - install domain-name                 0.4.1
  - install dune                        3.20.1
  - install dune-configurator           3.20.1
  - install duration                    0.2.1
  - install eqaf                        0.10
  - install faraday                     0.8.2
  - install fmt                         0.11.0
  - install fpath                       0.7.3
  - install gmap                        0.3.0
  - install h1                          1.1.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                    0.1.0
  - install httpun-types                0.2.0
  - install hxd                         0.3.4
  - install ipaddr                      5.6.1
  - 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.1
  - install metrics                     0.5.0
  - install miou                        0.4.0
  - install mirage-crypto               2.0.2
  - install mirage-crypto-ec            2.0.2
  - install mirage-crypto-pk            2.0.2
  - install mirage-crypto-rng           2.0.2
  - install mirage-crypto-rng-miou-unix 2.0.2
  - install mtime                       2.1.0
  - install multipart_form              0.7.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.2
  - install tls-miou-unix               2.0.2
  - 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 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 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.2.0, dns-client.10.2.0, dns-client-miou-unix.10.2.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.11.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved gmap.0.3.0  (cached)
-> retrieved h1.1.1.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 httpcats.0.1.0  (cached)
-> retrieved hxd.0.3.4  (cached)
-> retrieved httpun-types.0.2.0  (cached)
-> retrieved ipaddr.5.6.1, macaddr.5.6.1  (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 lru.0.3.1  (cached)
-> retrieved metrics.0.5.0  (cached)
-> retrieved miou.0.4.0  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved multipart_form.0.7.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved dune.3.20.1, dune-configurator.3.20.1  (cached)
-> retrieved mirage-crypto.2.0.2, mirage-crypto-ec.2.0.2, mirage-crypto-pk.2.0.2, mirage-crypto-rng.2.0.2, mirage-crypto-rng-miou-unix.2.0.2  (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)
-> retrieved ptime.1.2.0  (cached)
-> retrieved rresult.0.7.0  (cached)
-> installed cmdliner.1.3.0
-> installed seq.base
-> retrieved tls.2.0.2, tls-miou-unix.2.0.2  (cached)
-> retrieved topkg.1.1.0  (cached)
-> retrieved unstrctrd.0.4  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved zarith.1.14  (cached)
-> retrieved x509.1.0.6  (cached)
-> installed ocamlfind.1.9.8
-> installed zarith.1.14
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.0
-> installed rresult.0.7.0
-> installed uutf.1.0.4
-> installed mtime.2.1.0
-> installed fmt.0.11.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.20.1
-> installed duration.0.2.1
-> installed bigarray-overlap.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 gmap.0.3.0
-> installed ke.0.6
-> installed macaddr.5.6.1
-> installed metrics.0.5.0
-> installed miou.0.4.0
-> 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 ipaddr.5.6.1
-> installed lru.0.3.1
-> installed digestif.1.3.0
-> installed happy-eyeballs.2.0.1
-> installed happy-eyeballs-miou-unix.2.0.1
-> installed dune-configurator.3.20.1
-> installed dns.10.2.0
-> installed bigstringaf.0.10.0
-> installed checkseum.0.5.2
-> installed faraday.0.8.2
-> installed angstrom.0.16.1
-> installed hxd.0.3.4
-> installed prettym.0.0.3
-> installed httpun-types.0.2.0
-> installed mirage-crypto.2.0.2
-> installed unstrctrd.0.4
-> installed kdf.1.0.0
-> installed hpack.0.13.0
-> installed h1.1.1.0
-> installed decompress.1.5.3
-> installed mirage-crypto-rng.2.0.2
-> installed multipart_form.0.7.0
-> installed mirage-crypto-rng-miou-unix.2.0.2
-> installed mirage-crypto-pk.2.0.2
-> installed h2.0.13.0
-> installed dns-client.10.2.0
-> installed mirage-crypto-ec.2.0.2
-> installed x509.1.0.6
-> installed ca-certs.1.0.1
-> installed tls.2.0.2
-> installed tls-miou-unix.2.0.2
-> installed dns-client-miou-unix.10.2.0
-> installed httpcats.0.1.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-08-30 10:50.26 ---> saved as "deb1755a6b027d6599ca31cb265e7318a927628975cd3cf158e1b87f56ab9da1"

/src: (copy (src .) (dst /src))
2025-08-30 10:50.27 ---> saved as "25487888f1bf68f372bb950a520d46c8b4412970d8228c48614e3c9c53217cbb"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "test/inflate.t", line 1, characters 0-0:
/usr/bin/git --no-pager diff --no-index --color=always -u _build/default/test/inflate.t _build/default/test/inflate.t.corrected
diff --git a/_build/default/test/inflate.t b/_build/default/test/inflate.t.corrected
index f90d7c2..94049bb 100644
--- a/_build/default/test/inflate.t
+++ b/_build/default/test/inflate.t.corrected
@@ -1,6 +1,7 @@
   $ hurl.srv 127.0.0.1:9000 --pid srv.pid &
   $ ./waitfile.exe srv.pid
   $ hurl --field-filter='-Date' http://localhost:9000/gzip User-Agent:hurl/test
+  [00][      WARN][       x509.decoding]: negative serial number ee2b 3deb d421 de14  a862 ac04 f3dd c401  
   HTTP/1.1 200 OK
   
   Content-Type: application/json
@@ -24,6 +25,7 @@
     "url": "http://localhost/gzip"
   }
   $ hurl --field-filter='-Date' http://localhost:9000/deflate User-Agent:hurl/test
+  [00][      WARN][       x509.decoding]: negative serial number ee2b 3deb d421 de14  a862 ac04 f3dd c401  
   HTTP/1.1 200 OK
   
   Content-Type: application/json
File "test/simple.t", line 1, characters 0-0:
/usr/bin/git --no-pager diff --no-index --color=always -u _build/default/test/simple.t _build/default/test/simple.t.corrected
diff --git a/_build/default/test/simple.t b/_build/default/test/simple.t.corrected
index d8f3bef..f2b5882 100644
--- a/_build/default/test/simple.t
+++ b/_build/default/test/simple.t.corrected
@@ -1,6 +1,7 @@
   $ hurl.srv 127.0.0.1:8000 --pid srv.pid &
   $ ./waitfile.exe srv.pid
   $ hurl --field-filter='-Date' http://localhost:8000/get User-Agent:hurl/test
+  [00][      WARN][       x509.decoding]: negative serial number ee2b 3deb d421 de14  a862 ac04 f3dd c401  
   HTTP/1.1 200 OK
   
   Content-Type: application/json
@@ -22,6 +23,7 @@
     "url": "http://localhost/get"
   }
   $ hurl --field-filter='-Date' http://localhost:8000/get User-Agent:hurl/test foo==bar
+  [00][      WARN][       x509.decoding]: negative serial number ee2b 3deb d421 de14  a862 ac04 f3dd c401  
   HTTP/1.1 200 OK
   
   Content-Type: application/json
@@ -46,6 +48,7 @@
   }
   $ hurl --field-filter='-Date' http://localhost:8000/get?foo=bar
   [00][      WARN][         application]: the url path contains characters that have just been escaped. If you are trying to specify parameters in the url, you should do so via the command-line (rather than directly in the url).
+  [00][      WARN][       x509.decoding]: negative serial number ee2b 3deb d421 de14  a862 ac04 f3dd c401  
   HTTP/1.1 404 Not Found
   
   Content-Type: text/html
@@ -57,6 +60,7 @@
   
   <!doctype html><title>404 Not found</title><h1>Not found</h1>
   $ hurl http://localhost:8000/get foo==bar foo==bar User-Agent:hurl/test --print=b
+  [00][      WARN][       x509.decoding]: negative serial number ee2b 3deb d421 de14  a862 ac04 f3dd c401  
   {
     "args": {
       "foo": "bar",
@@ -72,6 +76,7 @@
     "url": "http://localhost/get?foo=bar&foo=bar"
   }
   $ hurl http://localhost:8000/robot.txt --print=b
+  [00][      WARN][       x509.decoding]: negative serial number ee2b 3deb d421 de14  a862 ac04 f3dd c401  
   User-Agent: *
   Disallow: /deny
   $ kill -INT $(cat srv.pid)
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2025-08-30 10:50.29: Job failed: Failed: Build failed