Organisationshannesmocaml-otreacf55 (main)ubuntu-23.10-5.2_opam-2.1

ubuntu-23.10-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:ubuntu-23.10-5.2_opam-2.1)
Base: ocaml/opam@sha256:bb83f914e9729eb3eaed28885b98473daa2167b354ed563f47ecfde102fc9ad2
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:bb83f914e9729eb3eaed28885b98473daa2167b354ed563f47ecfde102fc9ad2
# ubuntu-23.10-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:bb83f914e9729eb3eaed28885b98473daa2167b354ed563f47ecfde102fc9ad2-ubuntu-23.10-5.2_opam-2.1-9f25020a9c871701e3aa2aa25ad4220e"
2024-06-29 16:25.52: Using OBuilder spec:
((from ocaml/opam@sha256:bb83f914e9729eb3eaed28885b98473daa2167b354ed563f47ecfde102fc9ad2)
 (comment ubuntu-23.10-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.27: Waiting for worker…
2024-06-29 23:40.00: Got resource from pool OCluster
Building on x86-bm-c3.sw.ocaml.org
All commits already cached
HEAD is now at eacf55e opam: conflict with result < 1.5


(from ocaml/opam@sha256:bb83f914e9729eb3eaed28885b98473daa2167b354ed563f47ecfde102fc9ad2)
Unable to find image 'ocaml/opam@sha256:bb83f914e9729eb3eaed28885b98473daa2167b354ed563f47ecfde102fc9ad2' locally
docker.io/ocaml/opam@sha256:bb83f914e9729eb3eaed28885b98473daa2167b354ed563f47ecfde102fc9ad2: Pulling from ocaml/opam
39c5ab71414f: Pulling fs layer
39c5ab71414f: Download complete
39c5ab71414f: Pull complete
Digest: sha256:bb83f914e9729eb3eaed28885b98473daa2167b354ed563f47ecfde102fc9ad2
Status: Downloaded newer image for ocaml/opam@sha256:bb83f914e9729eb3eaed28885b98473daa2167b354ed563f47ecfde102fc9ad2
2024-06-29 23:42.01 ---> saved as "08ff322e7b43b140a97f44ef3586b95c524228950d0bb928b5e0d27aa9efd348"


/: (comment ubuntu-23.10-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:42.01 ---> saved as "de8e844ed848ef1a41c7aed51270976b53a0ba58d215f5549055fcf746c119e1"


/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:43.23 ---> saved as "ca77b2e6d0afe5820c6c0c1d17362e99a93af588e447e97934ecb3f34d4d7c12"


/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:43.23 ---> saved as "c6ce374343fd7561578f255e14a601e7969928cb40cd1ed3b03ecd180dddac66"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-06-29 23:43.23 ---> saved as "3ef5d9bab8b80d6fea0d46992f0e59ecd4edd5fb58ccce40ecdb80e2d59e5498"


/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:49.20 ---> saved as "253b51ff0614e5f9812ab98152c10b3b1750b28dcaa2154ae86947771e198d74"


/src: (copy (src otr.opam) (dst ./))
2024-06-29 23:49.20 ---> saved as "0c1822d49d4a3894a8a1bae4603ea68bf0377465d9b9b5f42fe7a883e0ec4fcd"


/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:49.23 ---> saved as "9c54f4d0a854a6d506ff2d187d21800d3ba8b33a0e1300fc53725a6e80df073e"


/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"
- Hit:1 http://archive.ubuntu.com/ubuntu mantic InRelease
- Get:2 http://archive.ubuntu.com/ubuntu mantic-updates InRelease [127 kB]
- Hit:3 http://archive.ubuntu.com/ubuntu mantic-backports InRelease
- Get:4 http://security.ubuntu.com/ubuntu mantic-security InRelease [127 kB]
- Get:5 http://archive.ubuntu.com/ubuntu mantic-updates/restricted amd64 Packages [530 kB]
- Get:6 http://archive.ubuntu.com/ubuntu mantic-updates/multiverse amd64 Packages [9920 B]
- Get:7 http://archive.ubuntu.com/ubuntu mantic-updates/universe amd64 Packages [528 kB]
- Get:8 http://archive.ubuntu.com/ubuntu mantic-updates/main amd64 Packages [602 kB]
- Get:9 http://security.ubuntu.com/ubuntu mantic-security/main amd64 Packages [528 kB]
- Get:10 http://security.ubuntu.com/ubuntu mantic-security/restricted amd64 Packages [508 kB]
- Get:11 http://security.ubuntu.com/ubuntu mantic-security/universe amd64 Packages [407 kB]
- Fetched 3368 kB in 2s (1779 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:49.57 ---> saved as "6733e9e7598b859464ecd1b4cac783e8cb2a666b3a80ae031c8c8a51d687ce78"


/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:50.55 ---> saved as "c9d267cf155cd49f43564366e1af70ef131d86871656dd3486e0e8e231a16069"


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


/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/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
(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
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-06-29 23:50.56: Job failed: Failed: Build failed