Organisationsmirageocaml-gntf406f5 ()freebsd-5.1_opam-2.1

freebsd-5.1_opam-2.1

Link Copied
Code Copied

Logs

2024-04-05 09:11.05: New job: test mirage/ocaml-gnt https://github.com/mirage/ocaml-gnt.git#refs/heads/main (f406f5258366ef60cd49cb670f0bfb4c39e3b269) (freebsd-x86_64:freebsd-5.1_opam-2.1)
Base: freebsd-ocaml-5.1
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/ocaml-gnt.git" -b "main" && cd "ocaml-gnt" && git reset --hard f406f525
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-ocaml-5.1
# freebsd-5.1_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/local/bin/opam-2.1 /usr/local/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 950c52962d34ab7507ecebe8cc7ef16fed0f292a || git fetch origin master) && git reset -q --hard 950c52962d34ab7507ecebe8cc7ef16fed0f292a && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 xen-gnt.opam xen-gnt-unix.opam ./
RUN opam pin add -yn xen-gnt.dev './' && \
    opam pin add -yn xen-gnt-unix.dev './'
ENV DEPS="base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base cmdliner.1.2.0 conf-pkg-config.3 conf-xen.1 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 dune.3.15.0 dune-configurator.3.15.0 fmt.0.9.0 io-page.3.0.0 lwt.5.7.0 lwt-dllist.1.0.1 mirage-profile.0.9.1 num.1.5 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 parsexp.v0.16.0 ppx_cstruct.6.2.0 ppx_derivers.1.2.1 ppxlib.0.32.0 sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.7"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y xen-gnt.dev xen-gnt-unix.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-04-05 09:11.05: Using cache hint "mirage/ocaml-gnt-freebsd-freebsd-ocaml-5.1-freebsd-5.1_opam-2.1-2d33e7aad9178c46fa8a2b7f1739b56d"
2024-04-05 09:11.05: Using OBuilder spec:
((from freebsd-ocaml-5.1)
 (comment freebsd-5.1_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/local/bin/opam-2.1 /usr/local/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 950c52962d34ab7507ecebe8cc7ef16fed0f292a || git fetch origin master) && git reset -q --hard 950c52962d34ab7507ecebe8cc7ef16fed0f292a && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src xen-gnt.opam xen-gnt-unix.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn xen-gnt.dev './' && \
             \nopam pin add -yn xen-gnt-unix.dev './'"))
 (env DEPS "base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base cmdliner.1.2.0 conf-pkg-config.3 conf-xen.1 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 dune.3.15.0 dune-configurator.3.15.0 fmt.0.9.0 io-page.3.0.0 lwt.5.7.0 lwt-dllist.1.0.1 mirage-profile.0.9.1 num.1.5 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 parsexp.v0.16.0 ppx_cstruct.6.2.0 ppx_derivers.1.2.1 ppxlib.0.32.0 sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.7")
 (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 xen-gnt.dev xen-gnt-unix.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-04-05 09:11.05: Waiting for resource in pool OCluster
2024-04-06 02:05.23: Waiting for worker…
2024-04-06 05:39.25: Got resource from pool OCluster
Building on spring
All commits already cached
HEAD is now at f406f52 Merge pull request #46 from hannesm/license


(from freebsd-ocaml-5.1)
2024-04-06 05:35.25 ---> using "813c71762ba09cfa8cfe3f05f009bdd39b1b347128fefd2e95099f87d236c989" from cache


/: (comment freebsd-5.1_opam-2.1)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/local/bin/opam-2.1 /usr/local/bin/opam"))
2024-04-06 05:35.26 ---> using "65a9b62d2493057013f99a47d1d57b6072f5b00406fb4bfea785e58388f6b852" from cache


/src: (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] no changes from git+file:///home/opam/opam-repository
2024-04-06 05:35.26 ---> using "e99a94697afa70d27199359988cb3c099e37a5c06ee07760e5a5921308c3119e" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 14.0-RELEASE-p5
The OCaml toplevel, version 5.1.1
2.1.5
2024-04-06 05:35.27 ---> using "ec35bf54fa4c1a8f744eebe8956e2d9e1f1f6379cf858b75ddefbabb954554fc" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-04-06 05:35.28 ---> using "e452d16e32919148b58c7e1d1c9db9a6c0854da706cd5eb72487da563b728a13" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 950c52962d34ab7507ecebe8cc7ef16fed0f292a || git fetch origin master) && git reset -q --hard 950c52962d34ab7507ecebe8cc7ef16fed0f292a && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   69e073a577..9cbee1880f  master     -> origin/master
950c52962d [new release] dune (15 packages) (3.15.0)


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


Constructing initial basis...
Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).


The following packages are not being upgraded because the new versions conflict with other installed packages:
  - ocaml.5.3.0
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
2024-04-06 05:35.28 ---> using "7004a958d53f89f94e2c4295939eee8863c01b6ca909e63a179822e7e3698cb8" from cache


/src: (copy (src xen-gnt.opam xen-gnt-unix.opam) (dst ./))
2024-04-06 05:35.32 ---> saved as "52824786b11cd7e71470a793bede10eaa3a0589eb0061be4a3803864a28b8809"


/src: (run (network host)
           (shell  "opam pin add -yn xen-gnt.dev './' && \
                  \nopam pin add -yn xen-gnt-unix.dev './'"))
[xen-gnt.dev] synchronised (file:///src)
xen-gnt is now pinned to file:///src (version dev)
[xen-gnt-unix.dev] synchronised (file:///src)
xen-gnt-unix is now pinned to file:///src (version dev)
2024-04-06 05:35.46 ---> saved as "96a7d2c84ddd72adeb05c28aeb66a3b7fc7099002fe2b174519ebf6b8ca7dfe4"


/src: (env DEPS "base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base cmdliner.1.2.0 conf-pkg-config.3 conf-xen.1 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 dune.3.15.0 dune-configurator.3.15.0 fmt.0.9.0 io-page.3.0.0 lwt.5.7.0 lwt-dllist.1.0.1 mirage-profile.0.9.1 num.1.5 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 parsexp.v0.16.0 ppx_cstruct.6.2.0 ppx_derivers.1.2.1 ppxlib.0.32.0 sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.7")


/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 xen-gnt.dev xen-gnt-unix.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[xen-gnt.dev] synchronised (no changes)
[xen-gnt-unix.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.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.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).
Constructing initial basis...
Number of 0-1 knapsack inequalities = 3
Constructing conflict graph...
Conflict graph has 4 + 3 = 7 vertices


The following system packages will first need to be installed:
    xen-tools


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/local/bin/sudo "pkg" "install" "-y" "xen-tools"
- Updating FreeBSD repository catalogue...
- [spring] Fetching packagesite.pkg: 
- .....
- ...
- .. done
- Processing entries: 
- .
- .
- .
- .
- .
- .
- .
- .
- .
- . done
- FreeBSD repository update completed. 33716 packages processed.
- All repositories are up to date.
- The following 9 package(s) will be affected (of 0 checked):
- 
- New packages to be INSTALLED:
- 	argp-standalone: 1.5.0
- 	edk2-xen-x64: g202308_4
- 	glib: 2.78.3,2
- 	libxml2: 2.10.4_2
- 	lzo2: 2.10_1
- 	pixman: 0.42.2
- 	seabios: 1.16.1_1
- 	xen-tools: 4.18.0.20231212
- 	yajl: 2.1.0
- 
- Number of packages to be installed: 9
- 
- The process will require 376 MiB more space.
- 47 MiB to be downloaded.
- [spring] [1/9] Fetching edk2-xen-x64-g202308_4.pkg: 
- .......... done
- [spring] [2/9] Fetching libxml2-2.10.4_2.pkg: .....
- .... done
- [spring] [3/9] Fetching pixman-0.42.2.pkg: ......... done
- [spring] [4/9] Fetching yajl-2.1.0.pkg: ......... done
- [spring] [5/9] Fetching glib-2.78.3,2.pkg: .
- ....
- ..... done
- [spring] [6/9] Fetching lzo2-2.10_1.pkg: .......... done
- [spring] [7/9] Fetching argp-standalone-1.5.0.pkg: .... done
- [spring] [8/9] Fetching xen-tools-4.18.0.20231212.pkg: 
- .
- ..
- .
- ..
- ..
- .
- . done
- [spring] [9/9] Fetching seabios-1.16.1_1.pkg: .......... done
- Checking integrity... done (0 conflicting)
- [spring] [1/9] Installing libxml2-2.10.4_2...
- [spring] [1/9] Extracting libxml2-2.10.4_2: .......... done
- [spring] [2/9] Installing edk2-xen-x64-g202308_4...
- [spring] [2/9] Extracting edk2-xen-x64-g202308_4: .... done
- [spring] [3/9] Installing pixman-0.42.2...
- [spring] [3/9] Extracting pixman-0.42.2: .......... done
- [spring] [4/9] Installing yajl-2.1.0...
- [spring] [4/9] Extracting yajl-2.1.0: .......... done
- [spring] [5/9] Installing glib-2.78.3,2...
- [spring] [5/9] Extracting glib-2.78.3,2: .......... done
- [spring] [6/9] Installing lzo2-2.10_1...
- [spring] [6/9] Extracting lzo2-2.10_1: .......... done
- [spring] [7/9] Installing argp-standalone-1.5.0...
- [spring] [7/9] Extracting argp-standalone-1.5.0: ........ done
- [spring] [8/9] Installing seabios-1.16.1_1...
- [spring] [8/9] Extracting seabios-1.16.1_1: .... done
- [spring] [9/9] Installing xen-tools-4.18.0.20231212...
- [spring] [9/9] Extracting xen-tools-4.18.0.20231212: ...
- .....
- .
- . done
- ==> Running trigger: gio-modules.ucl
- Generating GIO modules cache
- ==> Running trigger: glib-schemas.ucl
- Compiling glib schemas
- No schema files found: doing nothing.
2024-04-06 05:39.23 ---> saved as "81391ed53bceb7afc2cca32de02b42f60a0403849b3a56e472798eb50754f479"


/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.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.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).
Constructing initial basis...
Number of 0-1 knapsack inequalities = 3
Constructing conflict graph...
Conflict graph has 4 + 3 = 7 vertices
The following actions will be performed:
   install ocamlbuild          0.14.3
   install dune                3.15.0
   install conf-pkg-config     3
   install num                 1.5
   install cmdliner            1.2.0
   install ocamlfind           1.9.6
   install conf-xen            1
   install stdlib-shims        0.3.0
   install sexplib0            v0.16.0
   install ppx_derivers        1.2.1
   install ocaml-compiler-libs v0.12.4
   install lwt-dllist          1.0.1
   install csexp               1.5.2
   install cppo                1.6.9
   install topkg               1.0.7
   install base-bytes          base
   install parsexp             v0.16.0
   install ppxlib              0.32.0
   install dune-configurator   3.15.0
   install fmt                 0.9.0
   install ocplib-endian       1.2
   install sexplib             v0.16.0
   install cstruct             6.2.0
   install lwt                 5.7.0
   install ppx_cstruct         6.2.0
   install io-page             3.0.0
   install mirage-profile      0.9.1
=====  27 =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
 installed conf-pkg-config.3
 retrieved csexp.1.5.2  (cached)
 retrieved cppo.1.6.9  (cached)
 retrieved cstruct.6.2.0  (cached)
 retrieved dune.3.15.0  (cached)
 retrieved fmt.0.9.0  (cached)
 retrieved dune-configurator.3.15.0  (cached)
 retrieved io-page.3.0.0  (cached)
 retrieved lwt.5.7.0  (cached)
 retrieved lwt-dllist.1.0.1  (cached)
 retrieved mirage-profile.0.9.1  (cached)
 retrieved num.1.5  (cached)
 retrieved ocamlbuild.0.14.3  (cached)
 retrieved ocamlfind.1.9.6  (cached)
 retrieved ocplib-endian.1.2  (cached)
 retrieved parsexp.v0.16.0  (cached)
 retrieved ocaml-compiler-libs.v0.12.4  (cached)
 retrieved ppx_cstruct.6.2.0  (cached)
 retrieved ppx_derivers.1.2.1  (cached)
 installed conf-xen.1
 retrieved sexplib.v0.16.0  (cached)
 retrieved ppxlib.0.32.0  (cached)
 retrieved stdlib-shims.0.3.0  (cached)
 retrieved sexplib0.v0.16.0  (cached)
 retrieved cmdliner.1.2.0  (cached)
 retrieved topkg.1.0.7  (cached)
 installed num.1.5
 installed ocamlfind.1.9.6
 installed base-bytes.base
 installed cmdliner.1.2.0
 installed ocamlbuild.0.14.3
 installed topkg.1.0.7
 installed fmt.0.9.0
 installed dune.3.15.0
 installed csexp.1.5.2
 installed lwt-dllist.1.0.1
 installed stdlib-shims.0.3.0
 installed sexplib0.v0.16.0
 installed ppx_derivers.1.2.1
 installed ocaml-compiler-libs.v0.12.4
 installed cstruct.6.2.0
 installed cppo.1.6.9
 installed ocplib-endian.1.2
 installed io-page.3.0.0
 installed dune-configurator.3.15.0
 installed parsexp.v0.16.0
 installed sexplib.v0.16.0
 installed lwt.5.7.0
 installed ppxlib.0.32.0
 installed ppx_cstruct.6.2.0
 installed mirage-profile.0.9.1
Done.
2024-04-06 05:46.03 ---> saved as "4404ea94f200da155ce21628a3774e16941880487d7729105936c597a1b95d83"


/src: (copy (src .) (dst /src))
2024-04-06 05:46.07 ---> saved as "355ec1021fd0169b04b84c539154a632f7e9afdddca0aa61992e37347b3ac5f3"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "lib/dune", line 12, characters 23-35:
12 |  (c_names gntshr_stubs gnttab_stubs)
                            ^^^^^^^^^^^^
(cd _build/default/lib && /usr/bin/cc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -g -I /home/opam/.opam/5.1.1/lib/ocaml -I /home/opam/.opam/5.1.1/lib/bytes -I /home/opam/.opam/5.1.1/lib/lwt -I /home/opam/.opam/5.1.1/lib/lwt/unix -I /home/opam/.opam/5.1.1/lib/ocaml/threads -I /home/opam/.opam/5.1.1/lib/ocaml/unix -I /home/opam/.opam/5.1.1/lib/ocplib-endian -I /home/opam/.opam/5.1.1/lib/ocplib-endian/bigstring -o gnttab_stubs.o -c gnttab_stubs.c)
gnttab_stubs.c:34:10: fatal error: 'xenctrl.h' file not found
#include <xenctrl.h>
         ^~~~~~~~~~~
1 error generated.
File "lib/dune", line 12, characters 10-22:
12 |  (c_names gntshr_stubs gnttab_stubs)
               ^^^^^^^^^^^^
(cd _build/default/lib && /usr/bin/cc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -g -I /home/opam/.opam/5.1.1/lib/ocaml -I /home/opam/.opam/5.1.1/lib/bytes -I /home/opam/.opam/5.1.1/lib/lwt -I /home/opam/.opam/5.1.1/lib/lwt/unix -I /home/opam/.opam/5.1.1/lib/ocaml/threads -I /home/opam/.opam/5.1.1/lib/ocaml/unix -I /home/opam/.opam/5.1.1/lib/ocplib-endian -I /home/opam/.opam/5.1.1/lib/ocplib-endian/bigstring -o gntshr_stubs.o -c gntshr_stubs.c)
gntshr_stubs.c:33:10: fatal error: 'xenctrl.h' file not found
#include <xenctrl.h>
         ^~~~~~~~~~~
1 error generated.
jail: /usr/bin/su -l opam -c cd '/src' && env OCAMLCI='true' CI='true' DEPS='base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base cmdliner.1.2.0 conf-pkg-config.3 conf-xen.1 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 dune.3.15.0 dune-configurator.3.15.0 fmt.0.9.0 io-page.3.0.0 lwt.5.7.0 lwt-dllist.1.0.1 mirage-profile.0.9.1 num.1.5 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 parsexp.v0.16.0 ppx_cstruct.6.2.0 ppx_derivers.1.2.1 ppxlib.0.32.0 sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.7' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam exec -- dune build @install @check @runtest && rm -rf _build': failed
"jail" "-c" "name=obuilder_34190_40561" "mount.devfs" "path=/obuilder/result/bed99eac1834eabc52794019577979466423d34ec484c33325297d45219e014e/rootfs" "vnet" "exec.start=/sbin/ifconfig lo0 127.0.0.1/8" "command=/usr/bin/su" "-l" "opam" "-c" "cd '/src' && env OCAMLCI='true' CI='true' DEPS='base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base cmdliner.1.2.0 conf-pkg-config.3 conf-xen.1 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 dune.3.15.0 dune-configurator.3.15.0 fmt.0.9.0 io-page.3.0.0 lwt.5.7.0 lwt-dllist.1.0.1 mirage-profile.0.9.1 num.1.5 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 parsexp.v0.16.0 ppx_cstruct.6.2.0 ppx_derivers.1.2.1 ppxlib.0.32.0 sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.7' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam exec -- dune build @install @check @runtest && rm -rf _build'" failed with exit status 1
2024-04-06 05:50.27: Job failed: Failed: Build failed