Build:
- 0
2026-09-04 00:22.49: New job: build gluon.0.0.8 (7e26a43987a5)
2026-09-04 00:22.49: Waiting for resource in pool day11-builds
2026-09-04 00:50.20: Got resource from pool day11-builds
2026-09-04 00:50.20: [profile full] build gluon.0.0.8
2026-09-04 00:50.20: build gluon.0.0.8 (7e26a43987a5)
=== DEPENDENCIES (35 transitive) ===
angstrom.0.16.1 a98148b739eb
base-threads.base 3d2f2cbc6db2
base-unix.base 3a38ddca6b5e
bigstringaf.0.10.0 1af1c1057d54
bytestring.0.0.8 793b52d5065b
colors.0.0.1 6460b3ee9c49
config.0.0.3 744fa0ae8ccd
csexp.1.5.2 ceaadb4f9db6
cstruct.6.2.0 dfbe38ce8d61
dune.3.24.2 cbbe7152834a
dune-configurator.3.24.2 8d620f8790f9
fmt.0.11.0 36f1b0a3f6a7
gen.1.1 d854fb28b5cd
libc.0.0.1 1596a8e33af4
ocaml.5.3.0 6ff460273d57
ocaml-base-compiler.5.3.0 ab889490af4f
ocaml-compiler.5.3.0 a36aaaa91913
ocaml-compiler-libs.v0.17.0 a116ac6aca12
ocaml-config.3 c2e80612d111
ocaml-syntax-shims.1.0.0 de97153da767
ocamlbuild.0.16.1 21bfaf9ec475
ocamlfind.1.9.8 8c4f353d7b71
ppx_derivers.1.2.1 962a10540301
ppxlib.0.35.0 1afc84621aed
rio.0.0.8 7fec6ce8902b
sedlex.3.7 6cdf59766bba
seq.base 5444851aa742
sexplib0.v0.17.0 6a756732d111
spices.0.0.2 3dec06fff7b6
stdlib-shims.0.3.0 564d91498093
stringext.1.6.0 bf68021c37bf
topkg.1.1.1 58cf4512c849
tty.0.0.2 5c04e7419049
uri.4.4.0 2fef36fe8d23
uutf.1.0.4 fa25c61b2534
=== 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-09-04 00:50.32: FAILED: build gluon.0.0.8
2026-09-04 00:50.32: Job failed: build failed: gluon.0.0.8