Organisationshannesmocaml-otreacf55 (main)debian-12-5.2_opam-2.1

debian-12-5.2_opam-2.1

Link Copied
Code Copied

Logs

2024-06-29 16:25.52: New job: test hannesm/ocaml-otr https://github.com/hannesm/ocaml-otr.git#refs/heads/main (eacf55e0a89918a0b8fa9a53a114b94bbd2de9b3) (linux-x86_64:debian-12-5.2_opam-2.1)
Base: ocaml/opam@sha256:235eb731e29a67e24c9eedaf8e671404ee3be4f47a484b0ed5dadb5666a2ba0e
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/hannesm/ocaml-otr.git" -b "main" && cd "ocaml-otr" && git reset --hard eacf55e0
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:235eb731e29a67e24c9eedaf8e671404ee3be4f47a484b0ed5dadb5666a2ba0e
# debian-12-5.2_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.1 /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 666ae2dc451c48b6cdf41284346c2427ebddfa67 || git fetch origin master) && git reset -q --hard 666ae2dc451c48b6cdf41284346c2427ebddfa67 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 otr.opam ./
RUN opam pin add -yn otr.dev './'
ENV DEPS="astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 conf-gmp.4 conf-gmp-powm-sec.3 csexp.1.5.2 cstruct.6.2.0 digestif.1.2.0 dune.3.16.0 dune-configurator.3.16.0 duration.0.2.1 eqaf.0.10 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 mirage-crypto.1.0.0 mirage-crypto-pk.1.0.0 mirage-crypto-rng.1.0.0 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 sexplib0.v0.17.0 topkg.1.0.7 zarith.1.13"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y otr.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


2024-06-29 16:25.52: Using cache hint "hannesm/ocaml-otr-ocaml/opam@sha256:235eb731e29a67e24c9eedaf8e671404ee3be4f47a484b0ed5dadb5666a2ba0e-debian-12-5.2_opam-2.1-9f25020a9c871701e3aa2aa25ad4220e"
2024-06-29 16:25.52: Using OBuilder spec:
((from ocaml/opam@sha256:235eb731e29a67e24c9eedaf8e671404ee3be4f47a484b0ed5dadb5666a2ba0e)
 (comment debian-12-5.2_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.1 /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 666ae2dc451c48b6cdf41284346c2427ebddfa67 || git fetch origin master) && git reset -q --hard 666ae2dc451c48b6cdf41284346c2427ebddfa67 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src otr.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn otr.dev './'"))
 (env DEPS "astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 conf-gmp.4 conf-gmp-powm-sec.3 csexp.1.5.2 cstruct.6.2.0 digestif.1.2.0 dune.3.16.0 dune-configurator.3.16.0 duration.0.2.1 eqaf.0.10 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 mirage-crypto.1.0.0 mirage-crypto-pk.1.0.0 mirage-crypto-rng.1.0.0 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 sexplib0.v0.17.0 topkg.1.0.7 zarith.1.13")
 (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.1 --depext-only -y otr.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"))
)


2024-06-29 16:25.52: Waiting for resource in pool OCluster
2024-06-29 23:35.35: Waiting for worker…
2024-06-29 23:40.42: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at eacf55e opam: conflict with result < 1.5


(from ocaml/opam@sha256:235eb731e29a67e24c9eedaf8e671404ee3be4f47a484b0ed5dadb5666a2ba0e)
2024-06-29 23:40.42 ---> using "8b5c5b0c2bbbe95e82d214251274078fdbc9b88871776c4818ff6bcf5c970bf4" from cache


/: (comment debian-12-5.2_opam-2.1)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-06-29 23:40.42 ---> using "bea5ed4d83953d151ea274cb244ff6ab37e55129023bf7c7b5775896ca50c1d0" 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.1, 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] synchronised from file:///home/opam/opam-repository
2024-06-29 23:40.42 ---> using "4dffc9a9b6ea4813ed23d99aa0bb1c03349d5242481201ff89eda6357f356b49" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-112-generic
The OCaml toplevel, version 5.2.0
2.1.6
2024-06-29 23:40.42 ---> using "883b9ec977a3566bbbf4cfdc24b02cfdac6de6c6f0db2b85c4b706d6b2f6b2b2" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-06-29 23:40.42 ---> using "22048536ec1f087ca527f73c4c56405752bf07e018817b42834d3e6bf648120e" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 666ae2dc451c48b6cdf41284346c2427ebddfa67 || git fetch origin master) && git reset -q --hard 666ae2dc451c48b6cdf41284346c2427ebddfa67 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   c45f5bab71..9a2dc81b1c  master     -> origin/master
666ae2dc45 add ohex with-test dependency to mirage-crypto-pk and mirage-crypto-ec (also ounit2)


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


The following actions will be performed:
  - install   host-arch-x86_64      1
  - install   host-system-other     1
  - recompile ocaml-options-vanilla 1       [upstream or system changes]
  - recompile ocaml-base-compiler   5.2.0*  [upstream or system changes]
  - recompile ocaml-config          3       [uses ocaml-base-compiler]
  - recompile ocaml                 5.2.0   [uses ocaml-base-compiler]
  - recompile opam-depext           1.2.1-1 [uses ocaml]
  - recompile base-domains          base    [uses ocaml]
  - recompile base-nnp              base    [uses base-domains]
===== 2 to install | 7 to recompile =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-config.3  (cached)
-> removed   ocaml-options-vanilla.1
-> installed host-arch-x86_64.1
-> installed host-system-other.1
-> installed ocaml-options-vanilla.1
-> retrieved opam-depext.1.2.1-1  (cached)
-> retrieved ocaml-base-compiler.5.2.0  (cached)
-> removed   base-nnp.base
-> removed   base-domains.base
-> removed   opam-depext.1.2.1-1
-> removed   ocaml.5.2.0
-> removed   ocaml-config.3
-> removed   ocaml-base-compiler.5.2.0
-> installed ocaml-base-compiler.5.2.0
-> installed ocaml-config.3
-> installed ocaml.5.2.0
-> installed base-domains.base
-> installed base-nnp.base
-> installed opam-depext.1.2.1-1
Done.


<><> opam-depext.1.2.1-1 installed successfully <><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# Run eval $(opam env) to update the current shell environment
2024-06-29 23:44.27 ---> saved as "77d2bbbde3fe3189f0dd7b760a81554cce6a050aa3299202e2096fc32da6ba89"


/src: (copy (src otr.opam) (dst ./))
2024-06-29 23:44.27 ---> saved as "159f399579acc34919c4881b9a107473eb9c62aef678bfae9377443d3786e3ab"


/src: (run (network host)
           (shell "opam pin add -yn otr.dev './'"))
[otr.dev] synchronised (file:///src)
otr is now pinned to file:///src (version dev)
2024-06-29 23:44.29 ---> saved as "4659f64c0bb414cfeb26007370ea1fa3df44535a3abbee175c6efe683e71933d"


/src: (env DEPS "astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 conf-gmp.4 conf-gmp-powm-sec.3 csexp.1.5.2 cstruct.6.2.0 digestif.1.2.0 dune.3.16.0 dune-configurator.3.16.0 duration.0.2.1 eqaf.0.10 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 mirage-crypto.1.0.0 mirage-crypto-pk.1.0.0 mirage-crypto-rng.1.0.0 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 sexplib0.v0.17.0 topkg.1.0.7 zarith.1.13")


/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.1 --depext-only -y otr.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8788 kB]
- Get:5 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [164 kB]
- Fetched 9206 kB in 1s (7075 kB/s)
- Reading package lists...


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[otr.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-base-compiler is already installed (current version is 5.2.0).
[NOTE] Package ocaml is already installed (current version is 5.2.0).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[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-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


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev"
- debconf: delaying package configuration, since apt-utils is not installed


2024-06-29 23:44.44 ---> saved as "eb9ee88a213c18f0dd77e8b129e59cb5a260fe953760d7fadab8448b72eb85f0"


/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-base-compiler is already installed (current version is 5.2.0).
[NOTE] Package ocaml is already installed (current version is 5.2.0).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[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-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 ocamlbuild        0.14.3
  - install conf-gmp          4
  - install dune              3.16.0
  - install ocamlfind         1.9.6
  - install conf-gmp-powm-sec 3
  - install sexplib0          v0.17.0
  - install eqaf              0.10
  - install duration          0.2.1
  - install csexp             1.5.2
  - install base64            3.5.1
  - install zarith            1.13
  - install topkg             1.0.7
  - install digestif          1.2.0
  - install dune-configurator 3.16.0
  - install fmt               0.9.0
  - install astring           0.8.5
  - install mirage-crypto     1.0.0
  - install logs              0.7.0
  - install cstruct           6.2.0
  - install mirage-crypto-rng 1.0.0
  - install mirage-crypto-pk  1.0.0
===== 21 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved conf-gmp.4  (cached)
-> retrieved conf-gmp-powm-sec.3  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved base64.3.5.1  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-gmp.4
-> retrieved cstruct.6.2.0  (cached)
-> installed conf-gmp-powm-sec.3
-> retrieved digestif.1.2.0  (cached)
-> retrieved duration.0.2.1  (cached)
-> retrieved eqaf.0.10  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved dune.3.16.0  (cached)
-> retrieved dune-configurator.3.16.0  (cached)
-> retrieved mirage-crypto.1.0.0  (cached)
-> retrieved mirage-crypto-pk.1.0.0  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved zarith.1.13  (cached)
-> retrieved mirage-crypto-rng.1.0.0  (cached)
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed zarith.1.13
-> installed topkg.1.0.7
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed logs.0.7.0
-> installed dune.3.16.0
-> installed duration.0.2.1
-> installed csexp.1.5.2
-> installed base64.3.5.1
-> installed cstruct.6.2.0
-> installed eqaf.0.10
-> installed sexplib0.v0.17.0
-> installed digestif.1.2.0
-> installed dune-configurator.3.16.0
-> installed mirage-crypto.1.0.0
-> installed mirage-crypto-rng.1.0.0
-> installed mirage-crypto-pk.1.0.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-06-29 23:45.34 ---> saved as "c3b72238bc0c69efdd2bbb9f103950fae72f731d1fffd1a773a59d515eca8b5c"


/src: (copy (src .) (dst /src))
2024-06-29 23:45.34 ---> saved as "fd4745e9c737d34c270c8248254cf579fb10a1a26ee7a3793f5b7e639142030d"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I src/.otr.objs/byte -I /home/opam/.opam/5.2/lib/astring -I /home/opam/.opam/5.2/lib/base64 -I /home/opam/.opam/5.2/lib/cstruct -I /home/opam/.opam/5.2/lib/digestif -I /home/opam/.opam/5.2/lib/eqaf -I /home/opam/.opam/5.2/lib/mirage-crypto -I /home/opam/.opam/5.2/lib/mirage-crypto-pk -I /home/opam/.opam/5.2/lib/mirage-crypto-rng -I /home/opam/.opam/5.2/lib/sexplib0 -I /home/opam/.opam/5.2/lib/zarith -intf-suffix .ml -no-alias-deps -opaque -open Otr__ -o src/.otr.objs/byte/otr__Otr_crypto.cmo -c -impl src/otr_crypto.ml)
File "src/otr_crypto.ml", line 2, characters 27-65:
2 |   Otr_builder.encode_data (Mirage_crypto_pk.Z_extra.to_cstruct_be n)
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error: Unbound value Mirage_crypto_pk.Z_extra.to_cstruct_be
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I src/.otr.objs/byte -I src/.otr.objs/native -I /home/opam/.opam/5.2/lib/astring -I /home/opam/.opam/5.2/lib/base64 -I /home/opam/.opam/5.2/lib/cstruct -I /home/opam/.opam/5.2/lib/digestif -I /home/opam/.opam/5.2/lib/eqaf -I /home/opam/.opam/5.2/lib/mirage-crypto -I /home/opam/.opam/5.2/lib/mirage-crypto-pk -I /home/opam/.opam/5.2/lib/mirage-crypto-rng -I /home/opam/.opam/5.2/lib/sexplib0 -I /home/opam/.opam/5.2/lib/zarith -intf-suffix .ml -no-alias-deps -opaque -open Otr__ -o src/.otr.objs/native/otr__Otr_crypto.cmx -c -impl src/otr_crypto.ml)
File "src/otr_crypto.ml", line 2, characters 27-65:
2 |   Otr_builder.encode_data (Mirage_crypto_pk.Z_extra.to_cstruct_be n)
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error: Unbound value Mirage_crypto_pk.Z_extra.to_cstruct_be
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I src/.otr.objs/byte -I /home/opam/.opam/5.2/lib/astring -I /home/opam/.opam/5.2/lib/base64 -I /home/opam/.opam/5.2/lib/cstruct -I /home/opam/.opam/5.2/lib/digestif -I /home/opam/.opam/5.2/lib/eqaf -I /home/opam/.opam/5.2/lib/mirage-crypto -I /home/opam/.opam/5.2/lib/mirage-crypto-pk -I /home/opam/.opam/5.2/lib/mirage-crypto-rng -I /home/opam/.opam/5.2/lib/sexplib0 -I /home/opam/.opam/5.2/lib/zarith -intf-suffix .ml -no-alias-deps -opaque -open Otr__ -o src/.otr.objs/byte/otr__Otr_ake.cmo -c -impl src/otr_ake.ml)
File "src/otr_ake.ml", line 12, characters 34-64:
12 |   let tag = Cstruct.BE.get_uint32 (Mirage_crypto_rng.generate 4) 0 in
                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error: This expression has type string but an expression was expected of type
         Cstruct.t
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I tests/.feedback.eobjs/byte -I /home/opam/.opam/5.2/lib/astring -I /home/opam/.opam/5.2/lib/base64 -I /home/opam/.opam/5.2/lib/cstruct -I /home/opam/.opam/5.2/lib/digestif/c -I /home/opam/.opam/5.2/lib/eqaf -I /home/opam/.opam/5.2/lib/mirage-crypto -I /home/opam/.opam/5.2/lib/mirage-crypto-pk -I /home/opam/.opam/5.2/lib/mirage-crypto-rng -I /home/opam/.opam/5.2/lib/sexplib0 -I /home/opam/.opam/5.2/lib/zarith -I src/.otr.objs/byte -no-alias-deps -opaque -o tests/.feedback.eobjs/byte/feedback.cmo -c -impl tests/feedback.ml)
File "tests/feedback.ml", line 137, characters 37-41:
137 |   let g = Mirage_crypto_rng.(create ~seed (module Fortuna)) in
                                           ^^^^
Error: This expression has type Cstruct.t
       but an expression was expected of type string
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I src/.otr.objs/byte -I src/.otr.objs/native -I /home/opam/.opam/5.2/lib/astring -I /home/opam/.opam/5.2/lib/base64 -I /home/opam/.opam/5.2/lib/cstruct -I /home/opam/.opam/5.2/lib/digestif -I /home/opam/.opam/5.2/lib/eqaf -I /home/opam/.opam/5.2/lib/mirage-crypto -I /home/opam/.opam/5.2/lib/mirage-crypto-pk -I /home/opam/.opam/5.2/lib/mirage-crypto-rng -I /home/opam/.opam/5.2/lib/sexplib0 -I /home/opam/.opam/5.2/lib/zarith -intf-suffix .ml -no-alias-deps -opaque -open Otr__ -o src/.otr.objs/native/otr__Otr_ake.cmx -c -impl src/otr_ake.ml)
File "src/otr_ake.ml", line 12, characters 34-64:
12 |   let tag = Cstruct.BE.get_uint32 (Mirage_crypto_rng.generate 4) 0 in
                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error: This expression has type string but an expression was expected of type
         Cstruct.t
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-06-29 23:45.36: Job failed: Failed: Build failed