Build:
  1. 0
2026-07-26 15:19.05: New job: build xen-gnt-unix.4.0.2 (6384becbf664)
2026-07-26 15:19.05: Waiting for resource in pool day11-builds
2026-07-26 15:52.01: Got resource from pool day11-builds
2026-07-26 15:52.01: [profile full] build xen-gnt-unix.4.0.2
2026-07-26 15:52.02: build xen-gnt-unix.4.0.2 (6384becbf664)
=== DEPENDENCIES (23 transitive) ===
  base-bytes.base                                    84ff3c5df64b
  base-threads.base                                  afe16a8e71c3
  base-unix.base                                     73c0a5fdd34a
  cmdliner.2.1.1                                     b5fccc7ff996
  conf-pkg-config.5                                  2c611009363a
  conf-xen.1                                         02a066374c04
  cppo.1.8.0                                         317f03d13d5a
  csexp.1.5.2                                        ac0672d4713e
  cstruct.6.2.0                                      fc9a3677ef53
  dune.3.24.1                                        b9e5a15ad12e
  dune-configurator.3.24.1                           1850d46f36f7
  fmt.0.11.0                                         a797697c80ec
  io-page.3.0.0                                      dbe6203e1087
  lwt.6.1.2                                          de6556201a33
  lwt-dllist.1.1.0                                   e0ecfde71b38
  ocaml.4.14.4                                       ff640eef2ca4
  ocaml-base-compiler.4.14.4                         0ab775b44d12
  ocaml-config.2                                     3a0479a5d208
  ocamlbuild.0.16.1                                  00e8b44ad27e
  ocamlfind.1.9.8                                    aea9878e34cf
  ocplib-endian.1.2                                  25a827ce298d
  topkg.1.1.1                                        bc913b8f0f8e
  xen-gnt.4.0.2                                      a3e3a01c1a50
=== STDOUT ===
Processing: [default: loading data]
[xen-gnt-unix.4.0.2: extract]
-> retrieved xen-gnt-unix.4.0.2  (cached)
[xen-gnt-unix: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "xen-gnt-unix" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/xen-gnt-unix.4.0.2)
- File "lib/dune", line 12, characters 10-22:
- 12 |  (c_names gntshr_stubs gnttab_stubs)
-                ^^^^^^^^^^^^
- (cd _build/default/lib && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -g -I /home/opam/.opam/default/lib/ocaml -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/lwt -I /home/opam/.opam/default/lib/lwt/unix -I /home/opam/.opam/default/lib/ocaml/threads -I /home/opam/.opam/default/lib/ocplib-endian -I /home/opam/.opam/default/lib/ocplib-endian/bigstring -o gntshr_stubs.o -c gntshr_stubs.c)
- gntshr_stubs.c: In function 'gntshr_missing':
- gntshr_stubs.c:47:20: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-    47 |         value *v = caml_named_value("gntshr.missing");
-       |                    ^~~~~~~~~~~~~~~~
- gntshr_stubs.c: In function 'stub_gntshr_share_pages_batched':
- gntshr_stubs.c:54:18: error: passing argument 1 of 'failwith_xc' from incompatible pointer type [-Wincompatible-pointer-types]
-    54 | #define _G(__g) ((xc_gntshr *)(__g))
-       |                 ~^~~~~~~~~~~~~~~~~~~
-       |                  |
-       |                  xc_gntshr * {aka struct xengntdev_handle *}
- gntshr_stubs.c:133:29: note: in expansion of macro '_G'
-   133 |                 failwith_xc(_G(xgh));
-       |                             ^~
- gntshr_stubs.c:60:39: note: expected 'xc_interface *' {aka 'struct xc_interface_core *'} but argument is of type 'xc_gntshr *' {aka 'struct xengntdev_handle *'}
-    60 | static void failwith_xc(xc_interface *xch)
-       |                         ~~~~~~~~~~~~~~^~~
- gntshr_stubs.c:147:20: warning: "alloc_bigarray_dims" is deprecated: use "caml_ba_alloc_dims" instead
-   147 |         ml_map = alloc_bigarray_dims(XC_GNTTAB_BIGARRAY, 1,
-       |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                   
- gntshr_stubs.c: In function 'stub_gntshr_munmap_batched':
- gntshr_stubs.c:166:20: warning: "Bigarray_val" is deprecated: use "Caml_ba_array_val" instead
-   166 |         int size = Bigarray_val(ml_map)->dim[0];
-       |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                      
- gntshr_stubs.c:171:20: warning: "Data_bigarray_val" is deprecated: use "Caml_ba_data_val" instead
-   171 |         int result = munmap(Data_bigarray_val(ml_map), size);
-       |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                             
- gntshr_stubs.c:54:18: error: passing argument 1 of 'failwith_xc' from incompatible pointer type [-Wincompatible-pointer-types]
-    54 | #define _G(__g) ((xc_gntshr *)(__g))
-       |                 ~^~~~~~~~~~~~~~~~~~~
-       |                  |
-       |                  xc_gntshr * {aka struct xengntdev_handle *}
- gntshr_stubs.c:176:29: note: in expansion of macro '_G'
-   176 |                 failwith_xc(_G(xgh));
-       |                             ^~
- gntshr_stubs.c:60:39: note: expected 'xc_interface *' {aka 'struct xc_interface_core *'} but argument is of type 'xc_gntshr *' {aka 'struct xengntdev_handle *'}
-    60 | static void failwith_xc(xc_interface *xch)
-       |                         ~~~~~~~~~~~~~~^~~
[ERROR] The compilation of xen-gnt-unix.4.0.2 failed at "dune build -p xen-gnt-unix -j 39".
build failed... 

=== STDERR ===

2026-07-26 15:53.51: FAILED: build xen-gnt-unix.4.0.2
2026-07-26 15:53.51: Job failed: build failed: xen-gnt-unix.4.0.2