Organisationsjeffa5ocaml-grpcefd6db (master)openbsd-76-amd64-5.3_opam-2.3

openbsd-76-amd64-5.3_opam-2.3

Link Copied
Code Copied

Logs

2025-06-12 14:13.49: New job: test jeffa5/ocaml-grpc https://github.com/jeffa5/ocaml-grpc.git#refs/heads/master (efd6dbfc2d044fef97b122f831a8c162d9d46625) (openbsd-amd64:openbsd-76-amd64-5.3_opam-2.3)
Base: openbsd-76-amd64-ocaml-5.3
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 openbsd-76-amd64-ocaml-5.3
# openbsd-76-amd64-5.3_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN doas ln -f /usr/bin/opam-2.3 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
RUN cd ~/opam-repository && (git cat-file -e a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 grpc.opam grpc-lwt.opam /home/opam/src/./
RUN opam pin add -yn grpc.dev '/home/opam/src/./' && \
opam pin add -yn grpc-lwt.dev '/home/opam/src/./'
RUN echo '(lang dune 3.0)' > '/home/opam/src/./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.1 bigstringaf.0.10.0 cppo.1.8.0 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 faraday.0.8.2 h2.dev hpack.0.13.0 httpaf.0.7.1 lwt.5.9.1 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.3 --depext-only -y grpc.dev grpc-lwt.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /home/opam/src
RUN cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2025-06-12 14:13.49: Using cache hint "jeffa5/ocaml-grpc-openbsd-76-amd64-ocaml-5.3-openbsd-76-amd64-5.3_opam-2.3-c306890749fe6030849b4c5f393cef6f"
2025-06-12 14:13.49: Using OBuilder spec:
((from openbsd-76-amd64-ocaml-5.3)
(comment openbsd-76-amd64-5.3_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(run (shell "doas 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"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src grpc.opam grpc-lwt.opam) (dst /home/opam/src/./))
(run (network host)
(shell  "opam pin add -yn grpc.dev '/home/opam/src/./' && \
\nopam pin add -yn grpc-lwt.dev '/home/opam/src/./'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > '/home/opam/src/./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.1 bigstringaf.0.10.0 cppo.1.8.0 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 faraday.0.8.2 h2.dev hpack.0.13.0 httpaf.0.7.1 lwt.5.9.1 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.3 --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 /home/opam/src))
(run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2025-06-12 14:13.49: Waiting for resource in pool OCluster
2025-06-12 14:16.16: Waiting for worker…
2025-06-12 18:15.01: Got resource from pool OCluster
Building on oregano
All commits already cached
HEAD is now at efd6dbf Update h2 src


(from openbsd-76-amd64-ocaml-5.3)
2025-06-12 18:15.01 ---> using "753f998be4709b35e38a93b7272dee818f697255d5b48fadd1c23cb92a82f244" from cache


/: (comment openbsd-76-amd64-5.3_opam-2.3)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (run (shell "doas ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-06-12 18:15.01 ---> using "b8621e22ceef6e45a2b70edd0350b6ec56c4cb2588ea75f8c24bf97f9bb8e3c1" from cache


/: (run (shell "opam init --reinit -ni"))
No configuration file found, using 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.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2025-06-12 18:15.01 ---> using "caa4033b0f51d691107e536d025405bc96e59134e192afef776a8bfd43aac5e1" from cache


/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
OpenBSD 7.6
The OCaml toplevel, version 5.3.0
2.3.0
2025-06-12 18:15.01 ---> using "7116693f695a70fbcc11fcbf90bc7fd32f30a6c20aabff3b1e1c926faaad9b01" from cache


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


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from 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-06-12 18:15.01 ---> using "f8be2f6759d53a01d4f06f9dfcffa05d8df278bee2569c88876c1cd943d0e522" from cache


/: (copy (src grpc.opam grpc-lwt.opam) (dst /home/opam/src/./))
2025-06-12 18:15.59 ---> saved as "836ca15c135a32a84a611883b7cfccfbdc14e235a8c9ce408f496ec83c094c0c"


/: (run (network host)
(shell  "opam pin add -yn grpc.dev '/home/opam/src/./' && \
\nopam pin add -yn grpc-lwt.dev '/home/opam/src/./'"))
[grpc.dev] synchronised (file:///home/opam/src)
grpc is now pinned to file:///home/opam/src (version dev)
[grpc-lwt.dev] synchronised (file:///home/opam/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:///home/opam/src (version dev)
2025-06-12 18:17.06 ---> saved as "d819f1c707e624484f08a08a3ea39df16ab6d0a6778027f72d060806dbd9c9f5"


/: (run (network host)
(shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))
2025-06-12 18:18.02 ---> saved as "2055418e856e92f717fe7830b24c278eb6132ce312e44135613e9e4784db2976"


/: (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.1 bigstringaf.0.10.0 cppo.1.8.0 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 faraday.0.8.2 h2.dev hpack.0.13.0 httpaf.0.7.1 lwt.5.9.1 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.3 --depext-only -y grpc.dev grpc-lwt.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[grpc-lwt.dev] synchronised (file:///home/opam/src)
[grpc.dev] synchronised (file:///home/opam/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-06-12 18:19.10 ---> saved as "78a9b1975d4ff120f1509c215890bdee7a4af9059c3e317ee48ca3f4ccab89c9"


/: (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.1
- install bigstringaf        0.10.0
- install cppo               1.8.0
- install csexp              1.5.2
- install dune               3.19.1
- install dune-configurator  3.19.1
- install faraday            0.8.2
- install h2                 dev (pinned)
- install hpack              0.13.0
- install httpaf             0.7.1
- install lwt                5.9.1
- 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 bigstringaf.0.10.0  (cached)
-> retrieved base64.3.5.1  (cached)
-> retrieved angstrom.0.16.1  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved faraday.0.8.2  (cached)
-> retrieved hpack.0.13.0  (cached)
-> retrieved httpaf.0.7.1  (cached)
-> retrieved h2.dev  (no changes)
-> retrieved lwt.5.9.1  (cached)
-> retrieved ocaml-protoc.3.1.1, pbrt.3.1.1  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved result.1.5  (cached)
-> retrieved seq.base  (cached)
-> retrieved psq.0.2.1  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved uri.4.4.0  (cached)
-> retrieved dune.3.19.1, dune-configurator.3.19.1  (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed dune.3.19.1
-> installed seq.base
-> installed base64.3.5.1
-> installed cppo.1.8.0
-> installed csexp.1.5.2
-> installed ocaml-syntax-shims.1.0.0
-> installed dune-configurator.3.19.1
-> installed ocplib-endian.1.2
-> installed bigstringaf.0.10.0
-> installed lwt.5.9.1
-> installed angstrom.0.16.1
-> installed faraday.0.8.2
-> installed psq.0.2.1
-> installed hpack.0.13.0
-> installed result.1.5
-> installed stdlib-shims.0.3.0
-> installed httpaf.0.7.1
-> installed pbrt.3.1.1
[ERROR] The compilation of h2.dev failed at "dune build -p h2 -j 1".
-> installed ocaml-protoc.3.1.1
-> installed stringext.1.6.0
-> installed uri.4.4.0


#=== ERROR while compiling h2.dev =============================================#
# context     2.3.0 | openbsd/x86_64 | ocaml-base-compiler.5.3.0 | pinned(git+https://github.com/anmonteiro/ocaml-h2#7df18604ae389e3151f79e2be5dfd4278d4377fb#7df18604ae389e3151f79e2be5dfd4278d4377fb)
# path        ~/.opam/5.3.0/.opam-switch/build/h2.dev
# command     ~/.opam/5.3.0/bin/dune build -p h2 -j 1
# exit-code   1
# env-file    ~/.opam/log/h2-36303-945643.env
# output-file ~/.opam/log/h2-36303-945643.out
### output ###
# (cd _build/default && /home/opam/.opam/5.3.0/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I lib/.h2.objs/byte -I /home/opam/.opam/5.3.0/lib/angstrom -I /home/opam/.opam/5.3.0/lib/base64 -I /home/opam/.opam/5.3.0/lib/bigstringaf -I /home/opam/.opam/5.3.0/lib/faraday -I /home/opam/.opam/5.3.0/lib/hpack -I /home/opam/.opam/5.3.0/lib/httpaf -I /home/opam/.opam/5.3.0/lib/psq -I /home/opam/.opam/5.3.0/lib/result -I /home/opam/.opam/5.3.0/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.1
| - install bigstringaf        0.10.0
| - install cppo               1.8.0
| - install csexp              1.5.2
| - install dune               3.19.1
| - install dune-configurator  3.19.1
| - install faraday            0.8.2
| - install hpack              0.13.0
| - install httpaf             0.7.1
| - install lwt                5.9.1
| - 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
+- 
# 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.0/.opam-switch/backup/state-20250612181938.export"
"opam install $DEPS" failed with exit status 31
2025-06-12 18:28.36: Job failed: Failed: Build failed