Build:
  1. 0
2026-07-09 23:17.25: New job: build gluon.0.0.8 (c720a617a4db)
2026-07-09 23:17.25: Waiting for resource in pool day11-builds
2026-07-10 00:14.16: Got resource from pool day11-builds
2026-07-10 00:14.16: [profile full] build gluon.0.0.8
2026-07-10 00:14.16: build gluon.0.0.8 (c720a617a4db)
=== DEPENDENCIES (34 transitive) ===
  angstrom.0.16.1                                    8ce1f6c1ccb2
  base-threads.base                                  44df48f3da5c
  base-unix.base                                     4103cdc1c2b0
  bigstringaf.0.10.0                                 84c4324591c6
  bytestring.0.0.8                                   d6d92b677070
  colors.0.0.1                                       226f15159691
  config.0.0.3                                       3b61eae48cb1
  csexp.1.5.2                                        779a32574ecf
  cstruct.6.2.0                                      546d3e9429e6
  dune.3.24.0                                        b047eba3dd94
  dune-configurator.3.24.0                           709e9cbc31cb
  fmt.0.11.0                                         605c64fd9b50
  gen.1.1                                            fc8c1b0f6e40
  libc.0.0.1                                         e52e6067ceff
  ocaml.5.2.1                                        df64668c0248
  ocaml-base-compiler.5.2.1                          cab5806bc0da
  ocaml-compiler-libs.v0.17.0                        c5f263c8223f
  ocaml-config.3                                     6e3c71d3a4ec
  ocaml-syntax-shims.1.0.0                           4385761bd191
  ocamlbuild.0.16.1                                  9b94a863805a
  ocamlfind.1.9.8                                    9122560088b6
  ppx_derivers.1.2.1                                 feb4222dadf7
  ppxlib.0.35.0                                      4bd65376de41
  rio.0.0.8                                          416a4af31c4f
  sedlex.3.7                                         826d867d3942
  seq.base                                           8ef6d63b9331
  sexplib0.v0.17.0                                   3deb2596ac78
  spices.0.0.2                                       a078b10f900e
  stdlib-shims.0.3.0                                 86a46687d774
  stringext.1.6.0                                    45d47d5aea11
  topkg.1.1.1                                        498d993cc14c
  tty.0.0.2                                          21ef51757abf
  uri.4.4.0                                          7adaea9e11f2
  uutf.1.0.4                                         8b5aa0f3ff78
=== STDOUT ===
Processing: [default: loading data]
[gluon.0.0.8: extract]
-> retrieved gluon.0.0.8  (cached)
[gluon: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "gluon" "-j" "39" "@install" (CWD=/home/opam/.opam/default/.opam-switch/build/gluon.0.0.8)
- File "gluon/sys/unix/dune", line 11, characters 41-57:
- 11 |   (names gluon_unix_io gluon_unix_kqueue gluon_unix_epoll)
-                                               ^^^^^^^^^^^^^^^^
- (cd _build/default/gluon/sys/unix && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -O2 -g -I /home/opam/.opam/default/lib/ocaml -I /home/opam/.opam/default/lib/libc -I /home/opam/.opam/default/lib/ocaml/unix -I ../../common -I ../../events -o gluon_unix_epoll.o -c gluon_unix_epoll.c)
- gluon_unix_epoll.c: In function 'gluon_unix_epoll_wait':
- gluon_unix_epoll.c:52:38: error: passing argument 1 of 'caml_alloc_array' from incompatible pointer type [-Wincompatible-pointer-types]
-    52 |       event_array = caml_alloc_array(epoll_event_to_record, event_ptrs);
-       |                                      ^~~~~~~~~~~~~~~~~~~~~
-       |                                      |
-       |                                      value (*)(struct epoll_event *) {aka long int (*)(struct epoll_event *)}
- In file included from gluon_unix_epoll.c:3:
- /home/opam/.opam/default/lib/ocaml/caml/alloc.h:57:44: note: expected 'value (*)(const char *)' {aka 'long int (*)(const char *)'} but argument is of type 'value (*)(struct epoll_event *)' {aka 'long int (*)(struct epoll_event *)'}
-    57 | CAMLextern value caml_alloc_array (value (*funct) (char const *),
-       |                                    ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
- gluon_unix_epoll.c:52:61: error: passing argument 2 of 'caml_alloc_array' from incompatible pointer type [-Wincompatible-pointer-types]
-    52 |       event_array = caml_alloc_array(epoll_event_to_record, event_ptrs);
-       |                                                             ^~~~~~~~~~
-       |                                                             |
-       |                                                             struct epoll_event **
- /home/opam/.opam/default/lib/ocaml/caml/alloc.h:58:57: note: expected 'const char * const*' but argument is of type 'struct epoll_event **'
-    58 |                                    char const * const * array);
-       |                                    ~~~~~~~~~~~~~~~~~~~~~^~~~~
- gluon_unix_epoll.c: In function 'gluon_unix_epoll_ctl':
- gluon_unix_epoll.c:72:20: error: assignment to 'uint64_t' {aka 'long unsigned int'} from 'value *' {aka 'long int *'} makes integer from pointer without a cast [-Wint-conversion]
-    72 |     event.data.u64 = ocaml_value;
-       |                    ^
[ERROR] The compilation of gluon.0.0.8 failed at "dune build -p gluon -j 39 @install".
build failed... 

=== STDERR ===

2026-07-10 00:14.45: FAILED: build gluon.0.0.8
2026-07-10 00:14.45: Job failed: build failed: gluon.0.0.8