Build:
- 0
2026-06-24 13:54.51: New job: build tsdl.0.9.8 (d2f0da6ce67f)
2026-06-24 13:54.51: Waiting for resource in pool day11-builds
2026-06-24 15:25.30: Got resource from pool day11-builds
2026-06-24 15:25.30: [profile full] build tsdl.0.9.8
2026-06-24 15:25.30: build tsdl.0.9.8 (d2f0da6ce67f)
=== DEPENDENCIES (17 transitive) ===
base-threads.base c9e7bdbf5823
base-unix.base 7d1428be9ddb
bigarray-compat.1.1.0 3030e7dc39f3
conf-libffi.2.0.0 61d8d9bdb420
conf-pkg-config.5 d5de2c6a88f9
conf-sdl2.1 1b88e3221a2b
ctypes.0.20.2 fe1064a21c96
ctypes-foreign.0.18.0 d3f82bb8f299
dune.3.23.1 1eda34fb24e0
integers.0.8.0 a828f1fc21ab
ocaml.5.1.1 d186cfe930c0
ocaml-base-compiler.5.1.1 9ad12ad5019c
ocaml-config.3 cd07d28030fc
ocamlbuild.0.16.1 f8aba8280990
ocamlfind.1.9.8 eb1a7cabca9a
stdlib-shims.0.3.0 ab5875a43d86
topkg.1.1.1 bc6f6a21b42f
=== STDOUT ===
Processing: [default: loading data]
[tsdl.0.9.8: dl]
[tsdl.0.9.8: extract]
-> retrieved tsdl.0.9.8 (https://opam.ocaml.org/cache)
[tsdl: ocaml build]
+ /home/opam/.opam/default/bin/ocaml "pkg/pkg.ml" "build" "--pinned" "false" (CWD=/home/opam/.opam/default/.opam-switch/build/tsdl.0.9.8)
- + ocamlfind ocamlc -config
- + ocamlfind ocamlopt -I +unix unix.cmxa -I /home/opam/.opam/default/lib/ocamlbuild /home/opam/.opam/default/lib/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /home/opam/.opam/default/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- + ocamlfind ocamlc -config
- + ocamlfind ocamldep -modules support/consts.ml > support/consts.ml.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -I support -I src -I test -o support/consts.cmo support/consts.ml
- + ocamlfind ocamlc -g -thread -ccopt -DHAS_SDL2 -ccopt -I/usr/include/SDL2 -ccopt -D_REENTRANT -c support/consts_stub.c
- + ocamlfind ocamlc -g -thread -ccopt -DHAS_SDL2 -ccopt -I/usr/include/SDL2 -ccopt -D_REENTRANT -c support/consts_stub.c
- In file included from support/consts_stub.c:10:
- support/consts_stub.c: In function 'output_consts':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:329:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 329 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- support/consts_stub.c:1031:16: note: in expansion of macro 'String_val'
- 1031 | char *outf = String_val (fname);
- | ^~~~~~~~~~
- + mv consts_stub.o support/consts_stub.o
- + ocamlfind ocamlc -linkpkg -g -custom -thread -I support support/consts.cmo support/consts_stub.o -o support/consts.byte
- + support/consts.byte src/tsdl_consts.ml
- + ocamlfind ocamldep -modules src/tsdl_consts.ml > src/tsdl_consts.ml.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -I src -I support -I test -o src/tsdl_consts.cmo src/tsdl_consts.ml
- + ocamlfind ocamldep -package ctypes -modules src/tsdl.ml > src/tsdl.ml.depends
- + ocamlfind ocamldep -package ctypes -modules src/tsdl.mli > src/tsdl.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -package ctypes -I src -I support -I test -o src/tsdl.cmi src/tsdl.mli
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -I src -I support -I test -o src/tsdl_consts.cmx src/tsdl_consts.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -package ctypes -I src -I support -I test -o src/tsdl.cmx src/tsdl.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -package ctypes -I src -I support -I test -o src/tsdl.cmx src/tsdl.ml
- File "src/tsdl.ml", line 2236, characters 19-29:
- 2236 | let exts = allocate_n string (!@n) in
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label count was omitted in the application of this function.
-
- File "src/tsdl.ml", line 2246, characters 12-22:
- 2246 | let s = allocate_n surface 1 in
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label count was omitted in the application of this function.
-
- File "src/tsdl.ml", line 4007, characters 35-43:
- 4007 | let padding = field t "padding" (abstract "padding" tsdl_sdl_event_size 1)
- ^^^^^^^^
- Warning 6 [labels-omitted]: labels name, size, alignment were omitted in the application of this function.
- + ocamlfind ocamlopt -a -thread -ccopt -Wl,-no-as-needed -cclib -lSDL2 -package ctypes -package ctypes.foreign -I src src/tsdl_consts.cmx src/tsdl.cmx -o src/tsdl.cmxa
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -package ctypes -I src -I support -I test -o src/tsdl.cmo src/tsdl.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -package ctypes -I src -I support -I test -o src/tsdl.cmo src/tsdl.ml
- File "src/tsdl.ml", line 2236, characters 19-29:
- 2236 | let exts = allocate_n string (!@n) in
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label count was omitted in the application of this function.
-
- File "src/tsdl.ml", line 2246, characters 12-22:
- 2246 | let s = allocate_n surface 1 in
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label count was omitted in the application of this function.
-
- File "src/tsdl.ml", line 4007, characters 35-43:
- 4007 | let padding = field t "padding" (abstract "padding" tsdl_sdl_event_size 1)
- ^^^^^^^^
- Warning 6 [labels-omitted]: labels name, size, alignment were omitted in the application of this function.
- + ocamlfind ocamldep -package compiler-libs.toplevel -modules src/tsdl_top.ml > src/tsdl_top.ml.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -package compiler-libs.toplevel -I src -I support -I test -o src/tsdl_top.cmo src/tsdl_top.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -package compiler-libs.toplevel -I src -I support -I test -o src/tsdl_top.cmx src/tsdl_top.ml
- + ocamlfind ocamlopt -a -thread -package compiler-libs.toplevel -I src src/tsdl_top.cmx -o src/tsdl_top.cmxa
- + ocamlfind ocamlc -g -thread -c src/tsdl_stubs.c
- + mv tsdl_stubs.o src/tsdl_stubs.o
- + ocamlfind ocamlmklib -o src/tsdl -g -ldopt -Wl,-no-as-needed -lSDL2 src/tsdl_stubs.o
- + ocamlfind ocamlopt -shared -linkall -thread -ccopt -Wl,-no-as-needed -cclib -lSDL2 -package ctypes -package ctypes.foreign -I src src/tsdl.cmxa -o src/tsdl.cmxs
- + ocamlfind ocamlc -a -custom -thread -ccopt -Wl,-no-as-needed -cclib -lSDL2 -dllib -ltsdl -package ctypes -package ctypes.foreign -I src src/tsdl_consts.cmo src/tsdl.cmo -o src/tsdl.cma
- + ocamlfind ocamlopt -shared -linkall -thread -package compiler-libs.toplevel -I src src/tsdl_top.cmxa -o src/tsdl_top.cmxs
- + ocamlfind ocamlc -a -thread -package compiler-libs.toplevel -I src src/tsdl_top.cmo -o src/tsdl_top.cma
- # Parallel statistics: { count(total): 1(25), max: 4, min: 4, average(total): 4.000(1.120) }
-> compiled tsdl.0.9.8
-> installed tsdl.0.9.8
[WARNING] Opam packages conf-libffi.2.0.0 and conf-sdl2.1 depend on the following system packages that are no longer installed: libffi-dev libsdl2-dev
- conf-libffi.2.0.0: depends on libffi-dev
- conf-sdl2.1: depends on libsdl2-dev
=== STDERR ===
2026-06-24 15:26.47: OK: build tsdl.0.9.8 (runc: 10.6s, disk: 13KB)
2026-06-24 15:26.47: Job succeeded