Build:
- 0
2026-08-06 00:58.49: New job: build gluon.0.0.8 (2b08c2f466f5)
2026-08-06 00:58.49: Waiting for resource in pool day11-builds
2026-08-06 01:34.25: Got resource from pool day11-builds
2026-08-06 01:34.25: [profile full] build gluon.0.0.8
2026-08-06 01:34.25: build gluon.0.0.8 (2b08c2f466f5)
=== DEPENDENCIES (35 transitive) ===
angstrom.0.16.1 83cf5ba63bb3
base-threads.base 4e0218232a65
base-unix.base 2d2c0bf34146
bigstringaf.0.10.0 6dab383e0592
bytestring.0.0.8 18144582dc07
colors.0.0.1 2ea10bbc4c41
config.0.0.3 ea34437f8c96
csexp.1.5.2 92f84f356131
cstruct.6.2.0 becb226ccf62
dune.3.24.2 7c7f3129479f
dune-configurator.3.24.2 d51e15980f11
fmt.0.11.0 2569a2bdb334
gen.1.1 8f5139ceae77
libc.0.0.1 14b6dec6dca2
ocaml.5.3.0 523fc95ecb2a
ocaml-base-compiler.5.3.0 a6f98ea21aa2
ocaml-compiler.5.3.0 f104eaf25ab0
ocaml-compiler-libs.v0.17.0 1e5646a0bd3b
ocaml-config.3 12ac4b152b8d
ocaml-syntax-shims.1.0.0 ed1da4ecbc56
ocamlbuild.0.16.1 759b5cf57729
ocamlfind.1.9.8 775924b3fa9d
ppx_derivers.1.2.1 383583a7c9f9
ppxlib.0.35.0 a68d5a8fc4f9
rio.0.0.8 e596f9db4de3
sedlex.3.7 b1d31decbf12
seq.base 42fb05139d34
sexplib0.v0.17.0 b894e9ebe1af
spices.0.0.2 f6e0a66a813d
stdlib-shims.0.3.0 52dca1be1cf8
stringext.1.6.0 9b7f4c5416f2
topkg.1.1.1 ffac99e5e18f
tty.0.0.2 7d32ae90fc2e
uri.4.4.0 15b7c5704ea8
uutf.1.0.4 68a4fab235b1
=== 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 -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: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: 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: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: 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-08-06 01:34.55: FAILED: build gluon.0.0.8
2026-08-06 01:34.55: Job failed: build failed: gluon.0.0.8