Build:
- 0
2026-06-20 19:14.34: New job: build ffmpeg-avdevice.1.0.0~beta2 (a12bf20325a2)
2026-06-20 19:14.34: Waiting for resource in pool day11-builds
2026-06-20 19:32.31: Got resource from pool day11-builds
2026-06-20 19:32.31: [profile full] build ffmpeg-avdevice.1.0.0~beta2
2026-06-20 19:32.31: build ffmpeg-avdevice.1.0.0~beta2 (a12bf20325a2)
=== DEPENDENCIES (14 transitive) ===
base-threads.base b7164ff76afe
base-unix.base 839dc585f12d
compiler-cloning.enabled 0d2606125f88
conf-ffmpeg.1 2fb40fe1b3a8
conf-pkg-config.5 64c6b37d622b
csexp.1.5.2 315ecef51574
dune.3.23.1 dbfeecb5ca10
dune-configurator.3.23.1 8afe79196456
ffmpeg-av.1.0.0~beta2 66bd909a0645
ffmpeg-avcodec.1.0.0~beta2 9b63bce25589
ffmpeg-avutil.1.0.0~beta2 de538cd2e3f2
ocaml.5.5.0 1b4132bddf48
ocaml-base-compiler.5.5.0 1901c3a760c1
ocaml-compiler.5.5.0 5f593a0b4a8c
=== 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-20 19:32.41: OK: build ffmpeg-avdevice.1.0.0~beta2 (runc: 2.2s, disk: 11KB)
2026-06-20 19:32.41: Job succeeded