Build:
- 0
2026-06-16 16:54.09: New job: build gluon.0.0.8 (aa9a14359eda)
2026-06-16 16:54.09: Waiting for resource in pool day11-builds
2026-06-16 17:26.45: Got resource from pool day11-builds
2026-06-16 17:26.45: [profile full] build gluon.0.0.8
2026-06-16 17:26.45: build gluon.0.0.8 (aa9a14359eda)
=== DEPENDENCIES (34 transitive) ===
angstrom.0.16.1 7e7840977962
base-threads.base b7164ff76afe
base-unix.base 839dc585f12d
bigstringaf.0.10.0 d7f112e7f51d
bytestring.0.0.8 9175aad04354
colors.0.0.1 bd1ef69eb63a
config.0.0.3 78e4d6f2f10f
csexp.1.5.2 b53491c758da
cstruct.6.2.0 2123b61a5b44
dune.3.23.1 9174d78a1f0e
dune-configurator.3.23.1 4ac5d9312ab3
fmt.0.11.0 2597d6f92cf0
gen.1.1 3fd752db1003
libc.0.0.1 a0ffb45a9af9
ocaml.5.2.1 b36a3a003df3
ocaml-base-compiler.5.2.1 91ea68ae8779
ocaml-compiler-libs.v0.17.0 eb36f3cabdba
ocaml-config.3 291db63d419b
ocaml-syntax-shims.1.0.0 d8714c276e46
ocamlbuild.0.16.1 c220e9d1102d
ocamlfind.1.9.8 30fe322203e6
ppx_derivers.1.2.1 561ac31bcf9d
ppxlib.0.35.0 8698043a7933
rio.0.0.8 5698d2cafe02
sedlex.3.7 8d88ce92e79c
seq.base 51e49e26c78a
sexplib0.v0.17.0 6988405006f1
spices.0.0.2 ac3aaa586324
stdlib-shims.0.3.0 358b380ce61e
stringext.1.6.0 b19bef8accf0
topkg.1.1.1 08b64f42a6eb
tty.0.0.2 915e93c2ac8b
uri.4.4.0 c709c9d951f8
uutf.1.0.4 44439ffd4520
=== 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 -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: 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: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: 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: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: 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-16 17:27.13: OK: build gluon.0.0.8 (runc: 7.1s, disk: 10KB)
2026-06-16 17:27.13: Job succeeded