Build:
  1. 0
2026-06-24 17:22.03: New job: build gluon.0.0.8 (c89305616952)
2026-06-24 17:22.03: Waiting for resource in pool day11-builds
2026-06-24 18:10.47: Got resource from pool day11-builds
2026-06-24 18:10.47: [profile full] build gluon.0.0.8
2026-06-24 18:10.47: build gluon.0.0.8 (c89305616952)
=== DEPENDENCIES (35 transitive) ===
  angstrom.0.16.1                                    11c793ba24a8
  base-threads.base                                  c9e7bdbf5823
  base-unix.base                                     7d1428be9ddb
  bigstringaf.0.10.0                                 a4abf4d59a91
  bytestring.0.0.8                                   91d53ec74852
  colors.0.0.1                                       ea78134e1f2b
  config.0.0.3                                       30f24f9a4ff4
  csexp.1.5.2                                        0ced60b1f74a
  cstruct.6.2.0                                      148f63b60874
  dune.3.23.1                                        9d721df3a13a
  dune-configurator.3.23.1                           1ab906eeab63
  fmt.0.11.0                                         45fd17576f58
  gen.1.1                                            2291834c6da2
  libc.0.0.1                                         43c1659f8ed6
  ocaml.5.3.0                                        ec34d524d97d
  ocaml-base-compiler.5.3.0                          1841888fe75b
  ocaml-compiler.5.3.0                               f295fe609c87
  ocaml-compiler-libs.v0.17.0                        ae1038bc23cf
  ocaml-config.3                                     a52eea84eedb
  ocaml-syntax-shims.1.0.0                           32df0930c8b9
  ocamlbuild.0.16.1                                  bdeca1c5518a
  ocamlfind.1.9.8                                    558092066ff0
  ppx_derivers.1.2.1                                 fe71b19cf412
  ppxlib.0.35.0                                      c1fcf64e4dff
  rio.0.0.8                                          be1e973cc501
  sedlex.3.7                                         075b0ea830c5
  seq.base                                           cd738ac20daf
  sexplib0.v0.17.0                                   a15b0f614c90
  spices.0.0.2                                       af5c0a16f236
  stdlib-shims.0.3.0                                 c94355dec213
  stringext.1.6.0                                    c1fdb1453e0b
  topkg.1.1.1                                        e3d6961e1f2d
  tty.0.0.2                                          40bc68e3cd6e
  uri.4.4.0                                          117d5d7c4ccf
  uutf.1.0.4                                         94b120860ad2
=== 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)
- (cd _build/default/gluon/sys/unix && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -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: warning: 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:56: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 *)'}
-    56 | CAMLextern value caml_alloc_array (value (*funct) (char const *),
-       |                                    ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
- gluon_unix_epoll.c:52:61: warning: 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:57:57: note: expected 'const char * const*' but argument is of type 'struct epoll_event **'
-    57 |                                    char const * const * array);
-       |                                    ~~~~~~~~~~~~~~~~~~~~~^~~~~
- gluon_unix_epoll.c: In function 'gluon_unix_epoll_ctl':
- gluon_unix_epoll.c:72:20: warning: 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;
-       |                    ^
-> compiled  gluon.0.0.8
-> installed gluon.0.0.8

=== STDERR ===

2026-06-24 18:11.07: OK: build gluon.0.0.8 (runc: 6.1s, disk: 11KB)
2026-06-24 18:11.07: Job succeeded