Build:
  1. 0
2026-06-16 17:00.52: New job: build ffmpeg-avdevice.1.0.0~beta2 (8a4e06667f33)
2026-06-16 17:00.52: Waiting for resource in pool day11-builds
2026-06-16 17:43.19: Got resource from pool day11-builds
2026-06-16 17:43.19: [profile full] build ffmpeg-avdevice.1.0.0~beta2
2026-06-16 17:43.19: build ffmpeg-avdevice.1.0.0~beta2 (8a4e06667f33)
=== DEPENDENCIES (14 transitive) ===
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  conf-ffmpeg.1                                      2fb40fe1b3a8
  conf-pkg-config.5                                  64c6b37d622b
  csexp.1.5.2                                        e2491a88a8e9
  dune.3.23.1                                        d50060dd2cab
  dune-configurator.3.23.1                           83dd42d9abe2
  ffmpeg-av.1.0.0~beta2                              8edd809e566a
  ffmpeg-avcodec.1.0.0~beta2                         48d5fd876654
  ffmpeg-avutil.1.0.0~beta2                          a4ea97d81043
  ocaml.5.4.1                                        708fed352b2a
  ocaml-base-compiler.5.4.1                          89b85703f841
  ocaml-compiler.5.4.1                               a719b8419b8e
  ocaml-config.3                                     aa27f63940d8
=== STDOUT ===
Processing: [default: loading data]
[ffmpeg-avdevice.1.0.0~beta2: extract]
-> retrieved ffmpeg-avdevice.1.0.0~beta2  (cached)
[ffmpeg-avdevice: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "ffmpeg-avdevice" "-j" "39" "@install" (CWD=/home/opam/.opam/default/.opam-switch/build/ffmpeg-avdevice.1.0.0~beta2)
- (cd _build/default/avdevice && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -I/usr/include/x86_64-linux-gnu -g -I /home/opam/.opam/default/lib/ocaml -I /home/opam/.opam/default/lib/ffmpeg-av -I /home/opam/.opam/default/lib/ffmpeg-avcodec -I /home/opam/.opam/default/lib/ffmpeg-avutil -I /home/opam/.opam/default/lib/ocaml/threads -I /home/opam/.opam/default/lib/ocaml/unix -o avdevice_stubs.o -c avdevice_stubs.c)
- In file included from /home/opam/.opam/default/lib/ocaml/caml/callback.h:22,
-                  from avdevice_stubs.c:2:
- avdevice_stubs.c: In function 'ocaml_avdevice_get_audio_input_formats':
- avdevice_stubs.c:49:32: warning: passing argument 1 of 'get_input_devices' from incompatible pointer type [-Wincompatible-pointer-types]
-    49 |   CAMLreturn(get_input_devices(av_input_audio_device_next));
-       |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~
-       |                                |
-       |                                const AVInputFormat * (*)(const AVInputFormat *)
- /home/opam/.opam/default/lib/ocaml/caml/memory.h:457:29: note: in definition of macro 'CAMLreturnT'
-   457 |   type caml__temp_result = (result); \
-       |                             ^~~~~~
- avdevice_stubs.c:49:3: note: in expansion of macro 'CAMLreturn'
-    49 |   CAMLreturn(get_input_devices(av_input_audio_device_next));
-       |   ^~~~~~~~~~
- avdevice_stubs.c:23:36: note: expected 'AVInputFormat * (*)(AVInputFormat *)' but argument is of type 'const AVInputFormat * (*)(const AVInputFormat *)'
-    23 | get_input_devices(AVInputFormat *(*input_device_next)(AVInputFormat *)) {
-       |                   ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- avdevice_stubs.c: In function 'ocaml_avdevice_get_video_input_formats':
- avdevice_stubs.c:54:32: warning: passing argument 1 of 'get_input_devices' from incompatible pointer type [-Wincompatible-pointer-types]
-    54 |   CAMLreturn(get_input_devices(av_input_video_device_next));
-       |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~
-       |                                |
-       |                                const AVInputFormat * (*)(const AVInputFormat *)
- /home/opam/.opam/default/lib/ocaml/caml/memory.h:457:29: note: in definition of macro 'CAMLreturnT'
-   457 |   type caml__temp_result = (result); \
-       |                             ^~~~~~
- avdevice_stubs.c:54:3: note: in expansion of macro 'CAMLreturn'
-    54 |   CAMLreturn(get_input_devices(av_input_video_device_next));
-       |   ^~~~~~~~~~
- avdevice_stubs.c:23:36: note: expected 'AVInputFormat * (*)(AVInputFormat *)' but argument is of type 'const AVInputFormat * (*)(const AVInputFormat *)'
-    23 | get_input_devices(AVInputFormat *(*input_device_next)(AVInputFormat *)) {
-       |                   ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- avdevice_stubs.c: In function 'ocaml_avdevice_get_audio_output_formats':
- avdevice_stubs.c:83:33: warning: passing argument 1 of 'get_output_devices' from incompatible pointer type [-Wincompatible-pointer-types]
-    83 |   CAMLreturn(get_output_devices(av_output_audio_device_next));
-       |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
-       |                                 |
-       |                                 const AVOutputFormat * (*)(const AVOutputFormat *)
- /home/opam/.opam/default/lib/ocaml/caml/memory.h:457:29: note: in definition of macro 'CAMLreturnT'
-   457 |   type caml__temp_result = (result); \
-       |                             ^~~~~~
- avdevice_stubs.c:83:3: note: in expansion of macro 'CAMLreturn'
-    83 |   CAMLreturn(get_output_devices(av_output_audio_device_next));
-       |   ^~~~~~~~~~
- avdevice_stubs.c:58:38: note: expected 'AVOutputFormat * (*)(AVOutputFormat *)' but argument is of type 'const AVOutputFormat * (*)(const AVOutputFormat *)'
-    58 | get_output_devices(AVOutputFormat *(*output_device_next)(AVOutputFormat *)) {
-       |                    ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- avdevice_stubs.c: In function 'ocaml_avdevice_get_video_output_formats':
- avdevice_stubs.c:88:33: warning: passing argument 1 of 'get_output_devices' from incompatible pointer type [-Wincompatible-pointer-types]
-    88 |   CAMLreturn(get_output_devices(av_output_video_device_next));
-       |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
-       |                                 |
-       |                                 const AVOutputFormat * (*)(const AVOutputFormat *)
- /home/opam/.opam/default/lib/ocaml/caml/memory.h:457:29: note: in definition of macro 'CAMLreturnT'
-   457 |   type caml__temp_result = (result); \
-       |                             ^~~~~~
- avdevice_stubs.c:88:3: note: in expansion of macro 'CAMLreturn'
-    88 |   CAMLreturn(get_output_devices(av_output_video_device_next));
-       |   ^~~~~~~~~~
- avdevice_stubs.c:58:38: note: expected 'AVOutputFormat * (*)(AVOutputFormat *)' but argument is of type 'const AVOutputFormat * (*)(const AVOutputFormat *)'
-    58 | get_output_devices(AVOutputFormat *(*output_device_next)(AVOutputFormat *)) {
-       |                    ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-> compiled  ffmpeg-avdevice.1.0.0~beta2
-> installed ffmpeg-avdevice.1.0.0~beta2
[WARNING] Opam package conf-ffmpeg.1 depends on the following system packages that can no longer be found: libavcodec-dev libavdevice-dev libavfilter-dev libavformat-dev libavutil-dev libswresample-dev libswscale-dev

=== STDERR ===

2026-06-16 17:43.38: OK: build ffmpeg-avdevice.1.0.0~beta2 (runc: 2.6s, disk: 11KB)
2026-06-16 17:43.38: Job succeeded