Build:
- 0
2026-06-24 17:40.12: New job: build ffmpeg-avdevice.1.1.1 (f07d4f476e7d)
2026-06-24 17:40.12: Waiting for resource in pool day11-builds
2026-06-24 18:26.44: Got resource from pool day11-builds
2026-06-24 18:26.44: [profile full] build ffmpeg-avdevice.1.1.1
2026-06-24 18:26.44: build ffmpeg-avdevice.1.1.1 (f07d4f476e7d)
=== DEPENDENCIES (14 transitive) ===
base-threads.base c9e7bdbf5823
base-unix.base 7d1428be9ddb
compiler-cloning.enabled 439a1fc77aa6
conf-ffmpeg.1 56d8892915c7
conf-pkg-config.5 d5de2c6a88f9
csexp.1.5.2 977b865a51b4
dune.3.23.1 a59dd9b14fe3
dune-configurator.3.23.1 8cec6bb1116c
ffmpeg-av.1.1.1 69de65d707f9
ffmpeg-avcodec.1.1.1 51249615d9fc
ffmpeg-avutil.1.1.1 7cfc33207ea5
ocaml.5.5.0 383268832c4b
ocaml-base-compiler.5.5.0 522c248944c8
ocaml-compiler.5.5.0 eb1a8babf54c
=== STDOUT ===
Processing: [default: loading data]
[ffmpeg-avdevice.1.1.1: extract]
-> retrieved ffmpeg-avdevice.1.1.1 (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.1.1)
- (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.1.1
-> installed ffmpeg-avdevice.1.1.1
[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-24 18:27.12: OK: build ffmpeg-avdevice.1.1.1 (runc: 2.6s, disk: 12KB)
2026-06-24 18:27.12: Job succeeded