Organisationsjeffa5ocaml-grpcefd6db (master)debian-13-5.3_opam-2.4

debian-13-5.3_opam-2.4

Logs

Show full logs
2025-10-15 10:19.42: New job: test jeffa5/ocaml-grpc https://github.com/jeffa5/ocaml-grpc.git#refs/heads/master (efd6dbfc2d044fef97b122f831a8c162d9d46625) (linux-x86_64:debian-13-5.3_opam-2.4)
Base: ocaml/opam:debian-13-ocaml-5.3@sha256:64300a06d64cb44daabdb6ae9fde2cbba7601716d4d5671d9d4ba642d7c97fd4
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/jeffa5/ocaml-grpc.git" -b "master" && cd "ocaml-grpc" && git reset --hard efd6dbfc
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.3@sha256:64300a06d64cb44daabdb6ae9fde2cbba7601716d4d5671d9d4ba642d7c97fd4
# debian-13-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 209109366a444d7ea71a56ee6cb8f608cdc6ced0 || git fetch origin master) && git reset -q --hard 209109366a444d7ea71a56ee6cb8f608cdc6ced0 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 grpc.opam grpc-lwt.opam ./
RUN opam pin add -yn grpc.dev './' && \
    opam pin add -yn grpc-lwt.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="angstrom.0.16.1 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 faraday.0.8.2 h2.dev hpack.0.13.0 httpaf.0.7.1 lwt.5.9.2 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-protoc.3.1.1 ocaml-syntax-shims.1.0.0 ocamlfind.1.9.8 ocplib-endian.1.2 pbrt.3.1.1 psq.0.2.1 result.1.5 seq.base stdlib-shims.0.3.0 stringext.1.6.0 uri.4.4.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --depext-only -y grpc.dev grpc-lwt.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-10-15 10:19.42: Using cache hint "jeffa5/ocaml-grpc-ocaml/opam:debian-13-ocaml-5.3@sha256:64300a06d64cb44daabdb6ae9fde2cbba7601716d4d5671d9d4ba642d7c97fd4-debian-13-5.3_opam-2.4-4acad958c36866a5ee1d47b079965fd1"
2025-10-15 10:19.42: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.3@sha256:64300a06d64cb44daabdb6ae9fde2cbba7601716d4d5671d9d4ba642d7c97fd4)
 (comment debian-13-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 209109366a444d7ea71a56ee6cb8f608cdc6ced0 || git fetch origin master) && git reset -q --hard 209109366a444d7ea71a56ee6cb8f608cdc6ced0 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src grpc.opam grpc-lwt.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn grpc.dev './' && \
             \nopam pin add -yn grpc-lwt.dev './'"))
 (run (network host)
      (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "angstrom.0.16.1 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 faraday.0.8.2 h2.dev hpack.0.13.0 httpaf.0.7.1 lwt.5.9.2 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-protoc.3.1.1 ocaml-syntax-shims.1.0.0 ocamlfind.1.9.8 ocplib-endian.1.2 pbrt.3.1.1 psq.0.2.1 result.1.5 seq.base stdlib-shims.0.3.0 stringext.1.6.0 uri.4.4.0")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.4 --depext-only -y grpc.dev grpc-lwt.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-10-15 10:19.42: Waiting for resource in pool OCluster
2025-10-15 12:02.28: Waiting for worker…
2025-10-15 12:05.31: Got resource from pool OCluster
Building on eumache
All commits already cached
HEAD is now at efd6dbf Update h2 src

(from ocaml/opam:debian-13-ocaml-5.3@sha256:64300a06d64cb44daabdb6ae9fde2cbba7601716d4d5671d9d4ba642d7c97fd4)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.3@sha256:64300a06d64cb44daabdb6ae9fde2cbba7601716d4d5671d9d4ba642d7c97fd4' locally
docker.io/ocaml/opam@sha256:64300a06d64cb44daabdb6ae9fde2cbba7601716d4d5671d9d4ba642d7c97fd4: Pulling from ocaml/opam
cae3b572364a: Already exists
820d433882fc: Pulling fs layer
8f6112f72fa5: Pulling fs layer
f06108004adb: Pulling fs layer
f34ea90e6bf7: Pulling fs layer
b44a65709156: Pulling fs layer
4c25908bbac9: Pulling fs layer
f34ea90e6bf7: Waiting
f76df728146d: Pulling fs layer
b44a65709156: Waiting
1fee769dfcf3: Pulling fs layer
4c25908bbac9: Waiting
9089a7f69af3: Pulling fs layer
6f758b47b2a0: Pulling fs layer
f76df728146d: Waiting
9089a7f69af3: Waiting
16b225bbb395: Pulling fs layer
6f758b47b2a0: Waiting
abbf3ec39b68: Pulling fs layer
1a61521655a9: Pulling fs layer
16b225bbb395: Waiting
6a8565a9e443: Pulling fs layer
abbf3ec39b68: Waiting
1a61521655a9: Waiting
c059a4cbd7b9: Pulling fs layer
3a00fdc9e291: Pulling fs layer
6a8565a9e443: Waiting
a0b62589bd38: Pulling fs layer
c059a4cbd7b9: Waiting
6e8d713bf843: Pulling fs layer
3a00fdc9e291: Waiting
bca1fd5341ba: Pulling fs layer
a0b62589bd38: Waiting
6e8d713bf843: Waiting
34b9849c2772: Pulling fs layer
bca1fd5341ba: Waiting
4f4fb700ef54: Pulling fs layer
34b9849c2772: Waiting
d8d3d0744e38: Pulling fs layer
4f4fb700ef54: Waiting
788c7ce0e0e5: Pulling fs layer
a297eab0ca3b: Pulling fs layer
d8d3d0744e38: Waiting
2e79af39acdb: Pulling fs layer
788c7ce0e0e5: Waiting
a297eab0ca3b: Waiting
8858e600236c: Pulling fs layer
2e79af39acdb: Waiting
9efe23d1fe7d: Pulling fs layer
47d185934312: Pulling fs layer
8858e600236c: Waiting
9efe23d1fe7d: Waiting
64a949a6caff: Pulling fs layer
c9d6a7c18bb1: Pulling fs layer
47d185934312: Waiting
e4fde4815f0c: Pulling fs layer
c9d6a7c18bb1: Waiting
d1f759c16950: Pulling fs layer
64a949a6caff: Waiting
e4fde4815f0c: Waiting
f3dd45bf195f: Pulling fs layer
d1f759c16950: Waiting
3985a6049101: Pulling fs layer
aae849592418: Pulling fs layer
f3dd45bf195f: Waiting
3985a6049101: Waiting
6173459dc6b2: Pulling fs layer
aae849592418: Waiting
7f16ef63bee0: Pulling fs layer
6173459dc6b2: Waiting
fe355de6a899: Pulling fs layer
7f16ef63bee0: Waiting
b0bc5a15bc9d: Pulling fs layer
5ef8881599f6: Pulling fs layer
b0bc5a15bc9d: Waiting
43070a8c11bb: Pulling fs layer
5ef8881599f6: Waiting
50f4a5d16176: Pulling fs layer
caf5c7cd45dc: Pulling fs layer
43070a8c11bb: Waiting
50f4a5d16176: Waiting
cc4f1ac4e98a: Pulling fs layer
caf5c7cd45dc: Waiting
005888d39869: Pulling fs layer
cc4f1ac4e98a: Waiting
97352f987d81: Pulling fs layer
005888d39869: Waiting
97352f987d81: Waiting
820d433882fc: Download complete
820d433882fc: Pull complete
f06108004adb: Verifying Checksum
f06108004adb: Download complete
f34ea90e6bf7: Verifying Checksum
f34ea90e6bf7: Download complete
8f6112f72fa5: Download complete
8f6112f72fa5: Pull complete
4c25908bbac9: Verifying Checksum
4c25908bbac9: Download complete
f06108004adb: Pull complete
f76df728146d: Verifying Checksum
f76df728146d: Download complete
f34ea90e6bf7: Pull complete
1fee769dfcf3: Verifying Checksum
1fee769dfcf3: Download complete
9089a7f69af3: Verifying Checksum
9089a7f69af3: Download complete
6f758b47b2a0: Verifying Checksum
6f758b47b2a0: Download complete
16b225bbb395: Verifying Checksum
16b225bbb395: Download complete
1a61521655a9: Verifying Checksum
1a61521655a9: Download complete
abbf3ec39b68: Download complete
6a8565a9e443: Verifying Checksum
3a00fdc9e291: Download complete
a0b62589bd38: Verifying Checksum
a0b62589bd38: Download complete
c059a4cbd7b9: Download complete
6e8d713bf843: Download complete
bca1fd5341ba: Verifying Checksum
bca1fd5341ba: Download complete
34b9849c2772: Verifying Checksum
34b9849c2772: Download complete
4f4fb700ef54: Download complete
d8d3d0744e38: Download complete
a297eab0ca3b: Verifying Checksum
a297eab0ca3b: Download complete
788c7ce0e0e5: Download complete
2e79af39acdb: Download complete
8858e600236c: Verifying Checksum
8858e600236c: Download complete
9efe23d1fe7d: Download complete
47d185934312: Download complete
c9d6a7c18bb1: Verifying Checksum
c9d6a7c18bb1: Download complete
64a949a6caff: Verifying Checksum
64a949a6caff: Download complete
e4fde4815f0c: Download complete
f3dd45bf195f: Download complete
d1f759c16950: Verifying Checksum
d1f759c16950: Download complete
aae849592418: Verifying Checksum
aae849592418: Download complete
b44a65709156: Verifying Checksum
b44a65709156: Download complete
7f16ef63bee0: Download complete
fe355de6a899: Verifying Checksum
fe355de6a899: Download complete
b0bc5a15bc9d: Download complete
5ef8881599f6: Verifying Checksum
5ef8881599f6: Download complete
43070a8c11bb: Download complete
50f4a5d16176: Verifying Checksum
50f4a5d16176: Download complete
3985a6049101: Verifying Checksum
3985a6049101: Download complete
cc4f1ac4e98a: Verifying Checksum
cc4f1ac4e98a: Download complete
005888d39869: Verifying Checksum
005888d39869: Download complete
97352f987d81: Verifying Checksum
97352f987d81: Download complete
b44a65709156: Pull complete
4c25908bbac9: Pull complete
f76df728146d: Pull complete
1fee769dfcf3: Pull complete
9089a7f69af3: Pull complete
6f758b47b2a0: Pull complete
16b225bbb395: Pull complete
abbf3ec39b68: Pull complete
1a61521655a9: Pull complete
6a8565a9e443: Pull complete
c059a4cbd7b9: Pull complete
3a00fdc9e291: Pull complete
a0b62589bd38: Pull complete
6e8d713bf843: Pull complete
bca1fd5341ba: Pull complete
34b9849c2772: Pull complete
4f4fb700ef54: Pull complete
d8d3d0744e38: Pull complete
788c7ce0e0e5: Pull complete
a297eab0ca3b: Pull complete
2e79af39acdb: Pull complete
8858e600236c: Pull complete
9efe23d1fe7d: Pull complete
47d185934312: Pull complete
64a949a6caff: Pull complete
c9d6a7c18bb1: Pull complete
e4fde4815f0c: Pull complete
d1f759c16950: Pull complete
f3dd45bf195f: Pull complete
3985a6049101: Pull complete
aae849592418: Pull complete
caf5c7cd45dc: Verifying Checksum
caf5c7cd45dc: Download complete
6173459dc6b2: Download complete
6173459dc6b2: Pull complete
7f16ef63bee0: Pull complete
fe355de6a899: Pull complete
b0bc5a15bc9d: Pull complete
5ef8881599f6: Pull complete
43070a8c11bb: Pull complete
50f4a5d16176: Pull complete
caf5c7cd45dc: Pull complete
cc4f1ac4e98a: Pull complete
005888d39869: Pull complete
97352f987d81: Pull complete
Digest: sha256:64300a06d64cb44daabdb6ae9fde2cbba7601716d4d5671d9d4ba642d7c97fd4
Status: Downloaded newer image for ocaml/opam@sha256:64300a06d64cb44daabdb6ae9fde2cbba7601716d4d5671d9d4ba642d7c97fd4
2025-10-15 12:05.32 ---> using "77049904df58751db5fcb353ed61a57fdb0b9630ae2ead1464d594fce0fbfad2" from cache

/: (comment debian-13-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-10-15 12:05.32 ---> using "cf43e47227f5a0b7d7455a5cdc71b4852fc5a20e0dbc45da7f1e848e5a4a1782" 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-10-15 12:05.32 ---> using "24aa2bbd8c0dade82563ed15067d299431d528565700a0d557f897902624a14f" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-131-generic
The OCaml toplevel, version 5.3.0
2.4.1
2025-10-15 12:05.32 ---> using "b3ddb47dba6c20cebab94d5a04ad748ec33cd6bde37f6d0960bd261d310ff086" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-10-15 12:05.32 ---> using "4ad3d9c94a8e3eecdf261740e7a950a91cc1b237e1f69002a3013e03add4caed" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 209109366a444d7ea71a56ee6cb8f608cdc6ced0 || git fetch origin master) && git reset -q --hard 209109366a444d7ea71a56ee6cb8f608cdc6ced0 && git log --no-decorate -n1 --oneline && opam update -u"))
209109366a Merge pull request #28553 from dinosaure/release-base64-v3.5.2

<><> 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-10-15 12:06.01 ---> saved as "71c84c1bd1772ae0b5b9339a9167a4b1eed09179674a40329f66c2e2b2a5bbbc"

/src: (copy (src grpc.opam grpc-lwt.opam) (dst ./))
2025-10-15 12:06.02 ---> saved as "fff1756fe7176c5343a594f4ec0ef30c57c771103c9ceb23b121eea6bd871cb6"

/src: (run (network host)
           (shell  "opam pin add -yn grpc.dev './' && \
                  \nopam pin add -yn grpc-lwt.dev './'"))
[grpc.dev] synchronised (file:///src)
grpc is now pinned to file:///src (version dev)
[grpc-lwt.dev] synchronised (file:///src)
The following additional pinnings are required by grpc-lwt.dev:
  - h2.dev at git+https://github.com/anmonteiro/ocaml-h2#7df18604ae389e3151f79e2be5dfd4278d4377fb
Pin and install them? [Y/n] y
[h2.dev] synchronised (no changes)
h2 is now pinned to git+https://github.com/anmonteiro/ocaml-h2#7df18604ae389e3151f79e2be5dfd4278d4377fb (version dev)
grpc-lwt is now pinned to file:///src (version dev)
2025-10-15 12:06.15 ---> saved as "18f2d6511c443aced301c78ccaccf388aee391681524248dbbe9c1293503a9f3"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-10-15 12:06.15 ---> saved as "78b3df9a745d105575a9ee40664e090abac478a769efb5069b2f97e09cc140c4"

/src: (env DEPS "angstrom.0.16.1 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 faraday.0.8.2 h2.dev hpack.0.13.0 httpaf.0.7.1 lwt.5.9.2 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-protoc.3.1.1 ocaml-syntax-shims.1.0.0 ocamlfind.1.9.8 ocplib-endian.1.2 pbrt.3.1.1 psq.0.2.1 result.1.5 seq.base stdlib-shims.0.3.0 stringext.1.6.0 uri.4.4.0")

/src: (env CI true)

/src: (env OCAMLCI true)

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam update --depexts && opam install --cli=2.4 --depext-only -y grpc.dev grpc-lwt.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [53.8 kB]
- Fetched 145 kB in 0s (1573 kB/s)
- Reading package lists...
- 

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[grpc.dev] synchronised (file:///src)
[grpc-lwt.dev] synchronised (file:///src)
[h2.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).
2025-10-15 12:06.31 ---> saved as "e2f85a9496fd62b68d152840b807416fb8414c927417c297c331fea9061d1eed"

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[h2.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 24 packages
  - install angstrom           0.16.1
  - install base-bytes         base
  - install base64             3.5.2
  - install bigstringaf        0.10.0
  - install cppo               1.8.0
  - install csexp              1.5.2
  - install dune               3.20.2
  - install dune-configurator  3.20.2
  - install faraday            0.8.2
  - install h2                 dev (pinned)
  - install hpack              0.13.0
  - install httpaf             0.7.1
  - install lwt                5.9.2
  - install ocaml-protoc       3.1.1
  - install ocaml-syntax-shims 1.0.0
  - install ocamlfind          1.9.8
  - install ocplib-endian      1.2
  - install pbrt               3.1.1
  - install psq                0.2.1
  - install result             1.5
  - install seq                base
  - install stdlib-shims       0.3.0
  - install stringext          1.6.0
  - install uri                4.4.0

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1  (cached)
-> retrieved base64.3.5.2  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved faraday.0.8.2  (cached)
-> retrieved hpack.0.13.0  (cached)
-> retrieved httpaf.0.7.1  (cached)
-> retrieved lwt.5.9.2  (cached)
-> retrieved ocaml-protoc.3.1.1, pbrt.3.1.1  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved h2.dev  (no changes)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved psq.0.2.1  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved result.1.5  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved uri.4.4.0  (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2  (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed dune.3.20.2
-> installed base64.3.5.2
-> installed stringext.1.6.0
-> installed csexp.1.5.2
-> installed ocaml-syntax-shims.1.0.0
-> installed cppo.1.8.0
-> installed psq.0.2.1
-> installed result.1.5
-> installed stdlib-shims.0.3.0
-> installed ocplib-endian.1.2
-> installed pbrt.3.1.1
-> installed dune-configurator.3.20.2
-> installed bigstringaf.0.10.0
-> installed ocaml-protoc.3.1.1
-> installed faraday.0.8.2
-> installed angstrom.0.16.1
-> installed hpack.0.13.0
-> installed httpaf.0.7.1
[ERROR] The compilation of h2.dev failed at "dune build -p h2 -j 71".
-> installed uri.4.4.0
-> installed lwt.5.9.2

#=== ERROR while compiling h2.dev =============================================#
# context     2.4.1 | linux/x86_64 | ocaml-base-compiler.5.3.0 | pinned(git+https://github.com/anmonteiro/ocaml-h2#7df18604ae389e3151f79e2be5dfd4278d4377fb#7df18604ae389e3151f79e2be5dfd4278d4377fb)
# path        ~/.opam/5.3/.opam-switch/build/h2.dev
# command     ~/.opam/5.3/bin/dune build -p h2 -j 71
# exit-code   1
# env-file    ~/.opam/log/h2-1-85cdc8.env
# output-file ~/.opam/log/h2-1-85cdc8.out
### output ###
# (cd _build/default && /home/opam/.opam/5.3/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I lib/.h2.objs/byte -I /home/opam/.opam/5.3/lib/angstrom -I /home/opam/.opam/5.3/lib/base64 -I /home/opam/.opam/5.3/lib/bigstringaf -I /home/opam/.opam/5.3/lib/faraday -I /home/opam/.opam/5.3/lib/hpack -I /home/opam/.opam/5.3/lib/httpaf -I /home/opam/.opam/5.3/lib/psq -I /home/opam/.opam/5.3/lib/result -I /home/opam/.opam/5.3/lib/seq -no-alias-deps -open H2__ -o lib/.h2.objs/byte/h2__Scheduler.cmo -c -impl lib/scheduler.ml)
# File "lib/scheduler.ml", lines 34-40, characters 10-6:
# 34 | ..........Hashtbl.MakeSeeded (struct
# 35 |     type t = Stream_identifier.t
# 36 | 
# 37 |     let equal = Stream_identifier.( === )
# 38 | 
# 39 |     let hash i k = Hashtbl.seeded_hash i k
# 40 |   end)
# Error: Modules do not match:
#        sig
#          type t = H2__.Stream_identifier.t
#          val equal : Int32.t -> Int32.t -> bool
#          val hash : int -> 'a -> int
#        end
#      is not included in Hashtbl.SeededHashedType
#      The value seeded_hash is required but not provided
#      File "hashtbl.mli", line 440, characters 4-36: Expected declaration



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build h2 dev
+- 
+- The following changes have been performed
| - install angstrom           0.16.1
| - install base-bytes         base
| - install base64             3.5.2
| - install bigstringaf        0.10.0
| - install cppo               1.8.0
| - install csexp              1.5.2
| - install dune               3.20.2
| - install dune-configurator  3.20.2
| - install faraday            0.8.2
| - install hpack              0.13.0
| - install httpaf             0.7.1
| - install lwt                5.9.2
| - install ocaml-protoc       3.1.1
| - install ocaml-syntax-shims 1.0.0
| - install ocamlfind          1.9.8
| - install ocplib-endian      1.2
| - install pbrt               3.1.1
| - install psq                0.2.1
| - install result             1.5
| - install seq                base
| - install stdlib-shims       0.3.0
| - install stringext          1.6.0
| - install uri                4.4.0
+- 

The former state can be restored with:
    /usr/bin/opam switch import "/home/opam/.opam/5.3/.opam-switch/backup/state-20251015120632.export"
# To update the current shell environment, run: eval $(opam env)
"/usr/bin/env" "bash" "-c" "opam install $DEPS" failed with exit status 31
2025-10-15 12:07.56: Job failed: Failed: Build failed