Build:
  1. 0
2026-06-16 12:48.41: New job: build tsdl.0.9.8 (d37f7acd6e3c)
2026-06-16 12:48.41: Waiting for resource in pool day11-builds
2026-06-16 14:13.56: Got resource from pool day11-builds
2026-06-16 14:13.56: [profile full] build tsdl.0.9.8
2026-06-16 14:13.56: build tsdl.0.9.8 (d37f7acd6e3c)
=== DEPENDENCIES (16 transitive) ===
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  conf-libffi.2.0.0                                  8d7a8d3da0b7
  conf-pkg-config.5                                  64c6b37d622b
  conf-sdl2.1                                        a8d93e91a496
  ctypes.0.17.1                                      11aba7d5482c
  ctypes-foreign.0.18.0                              c85bb39554f7
  dune.3.23.1                                        5402470d931c
  integers.0.8.0                                     705d881ec2bb
  ocaml.4.14.4                                       cb826ea44eb2
  ocaml-base-compiler.4.14.4                         d2f775f983d7
  ocaml-config.2                                     669e0fcf9e4d
  ocamlbuild.0.16.1                                  8f6c52e6fce8
  ocamlfind.1.9.8                                    6025f4a8e98e
  stdlib-shims.0.3.0                                 e2dd0beb9112
  topkg.1.1.1                                        ab549298f3fc
=== 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 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 /usr/include/SDL2/SDL.h:36,
-                  from support/consts_stub.c:11:
- /usr/include/SDL2/SDL_audio.h:189:13: warning: "callback" is deprecated: use "caml_callback" instead
-   189 |     SDL_AudioCallback callback; /**< Callback that feeds the audio device (NULL to use SDL_QueueAudio()). */
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/SDL2/SDL_events.h:33,
-                  from /usr/include/SDL2/SDL.h:41:
- /usr/include/SDL2/SDL_video.h:1749:13: warning: "callback" is deprecated: use "caml_callback" instead
-  1749 |                                                  SDL_HitTest callback,
-       |             ^                                    ~~~~~~~~~~~~~~~~~~~~~ 
- In file included from /usr/include/SDL2/SDL.h:47:
- /usr/include/SDL2/SDL_hints.h:2525:13: warning: "callback" is deprecated: use "caml_callback" instead
-  2525 |                                                  SDL_HintCallback callback,
-       |             ^                                    ~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/SDL2/SDL_hints.h:2541:13: warning: "callback" is deprecated: use "caml_callback" instead
-  2541 |                                                  SDL_HintCallback callback,
-       |             ^                                    ~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/SDL2/SDL.h:50:
- /usr/include/SDL2/SDL_log.h:381:13: warning: "callback" is deprecated: use "caml_callback" instead
-   381 | extern DECLSPEC void SDLCALL SDL_LogGetOutputFunction(SDL_LogOutputFunction *callback, void **userdata);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/SDL2/SDL_log.h:393:13: warning: "callback" is deprecated: use "caml_callback" instead
-   393 | extern DECLSPEC void SDLCALL SDL_LogSetOutputFunction(SDL_LogOutputFunction callback, void *userdata);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/SDL2/SDL.h:61:
- /usr/include/SDL2/SDL_timer.h:197:13: warning: "callback" is deprecated: use "caml_callback" instead
-   197 |                                                  SDL_TimerCallback callback,
-       |             ^                                    ~~~~~~~~~~~~~~~~~~~~~~
- 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:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #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 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
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/default/lib/ocaml/compiler-libs, /home/opam/.opam/default/lib/ocaml
- + 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 -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
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/default/lib/ocaml/compiler-libs, /home/opam/.opam/default/lib/ocaml
- + ocamlfind ocamlopt -a -thread -package compiler-libs.toplevel -I src src/tsdl_top.cmx -o src/tsdl_top.cmxa
- + ocamlfind ocamlopt -a -thread -package compiler-libs.toplevel -I src src/tsdl_top.cmx -o src/tsdl_top.cmxa
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/default/lib/ocaml/compiler-libs, /home/opam/.opam/default/lib/ocaml
- + 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
- + ocamlfind ocamlc -a -thread -package compiler-libs.toplevel -I src src/tsdl_top.cmo -o src/tsdl_top.cma
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/default/lib/ocaml/compiler-libs, /home/opam/.opam/default/lib/ocaml
- + ocamlfind ocamlopt -shared -linkall -thread -package compiler-libs.toplevel -I src src/tsdl_top.cmxa -o src/tsdl_top.cmxs
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/default/lib/ocaml/compiler-libs, /home/opam/.opam/default/lib/ocaml
- # 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-16 14:14.20: OK: build tsdl.0.9.8 (runc: 8.6s, disk: 16KB)
2026-06-16 14:14.20: Job succeeded