Build:
- 0
2026-06-16 13:48.20: New job: build ffmpeg-avutil.1.0.0 (467b14556095)
2026-06-16 13:48.20: Waiting for resource in pool day11-builds
2026-06-16 15:23.30: Got resource from pool day11-builds
2026-06-16 15:23.30: [profile full] build ffmpeg-avutil.1.0.0
2026-06-16 15:23.30: build ffmpeg-avutil.1.0.0 (467b14556095)
=== DEPENDENCIES (11 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
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-avutil.1.0.0: dl]
[ffmpeg-avutil.1.0.0: extract]
-> retrieved ffmpeg-avutil.1.0.0 (https://opam.ocaml.org/cache)
[ffmpeg-avutil: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "ffmpeg-avutil" "-j" "39" "@install" (CWD=/home/opam/.opam/default/.opam-switch/build/ffmpeg-avutil.1.0.0)
- (cd _build/default/avutil && /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/ocaml/threads -I /home/opam/.opam/default/lib/ocaml/unix -o avutil_stubs.o -c avutil_stubs.c)
- avutil_stubs.c: In function 'ocaml_avutil_get_channel_layout_description':
- avutil_stubs.c:384:3: warning: 'av_get_channel_layout_string' is deprecated [-Wdeprecated-declarations]
- 384 | av_get_channel_layout_string(buf, sizeof(buf), Int_val(channels),
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/x86_64-linux-gnu/libavutil/opt.h:32,
- from avutil_stubs.c:16:
- /usr/include/x86_64-linux-gnu/libavutil/channel_layout.h:435:6: note: declared here
- 435 | void av_get_channel_layout_string(char *buf, int buf_size, int nb_channels, uint64_t channel_layout);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
- avutil_stubs.c: In function 'ocaml_avutil_get_channel_layout_nb_channels':
- avutil_stubs.c:394:3: warning: 'av_get_channel_layout_nb_channels' is deprecated [-Wdeprecated-declarations]
- 394 | CAMLreturn(Val_int(
- | ^~~~~~~~~~
- /usr/include/x86_64-linux-gnu/libavutil/channel_layout.h:449:5: note: declared here
- 449 | int av_get_channel_layout_nb_channels(uint64_t channel_layout);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- avutil_stubs.c: In function 'ocaml_avutil_get_default_channel_layout':
- avutil_stubs.c:402:3: warning: 'av_get_default_channel_layout' is deprecated [-Wdeprecated-declarations]
- 402 | int64_t ret = av_get_default_channel_layout(Int_val(_nb_channels));
- | ^~~~~~~
- /usr/include/x86_64-linux-gnu/libavutil/channel_layout.h:457:9: note: declared here
- 457 | int64_t av_get_default_channel_layout(int nb_channels);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- avutil_stubs.c: In function 'ocaml_avutil_get_channel_layout':
- avutil_stubs.c:419:3: warning: 'av_get_channel_layout' is deprecated [-Wdeprecated-declarations]
- 419 | int64_t ret = av_get_channel_layout(name);
- | ^~~~~~~
- /usr/include/x86_64-linux-gnu/libavutil/channel_layout.h:408:10: note: declared here
- 408 | uint64_t av_get_channel_layout(const char *name);
- | ^~~~~~~~~~~~~~~~~~~~~
- avutil_stubs.c: In function 'ocaml_avutil_frame_set_metadata':
- avutil_stubs.c:741:23: warning: passing argument 1 of 'av_dict_free' from incompatible pointer type [-Wincompatible-pointer-types]
- 741 | av_dict_free(frame->metadata);
- | ~~~~~^~~~~~~~~~
- | |
- | AVDictionary *
- In file included from /usr/include/x86_64-linux-gnu/libavutil/opt.h:33:
- /usr/include/x86_64-linux-gnu/libavutil/dict.h:174:34: note: expected 'AVDictionary **' but argument is of type 'AVDictionary *'
- 174 | void av_dict_free(AVDictionary **m);
- | ~~~~~~~~~~~~~~~^
- avutil_stubs.c: In function 'ocaml_avutil_audio_create_frame':
- avutil_stubs.c:823:3: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
- 823 | frame->channel_layout = channel_layout;
- | ^~~~~
- In file included from avutil_stubs.h:10,
- from avutil_stubs.c:20:
- /usr/include/x86_64-linux-gnu/libavutil/frame.h:510:14: note: declared here
- 510 | uint64_t channel_layout;
- | ^~~~~~~~~~~~~~
- avutil_stubs.c: In function 'ocaml_avutil_audio_frame_get_channels':
- avutil_stubs.c:857:3: warning: 'channels' is deprecated [-Wdeprecated-declarations]
- 857 | CAMLreturn(Val_int(frame->channels));
- | ^~~~~~~~~~
- /usr/include/x86_64-linux-gnu/libavutil/frame.h:643:9: note: declared here
- 643 | int channels;
- | ^~~~~~~~
- avutil_stubs.c: In function 'ocaml_avutil_audio_frame_get_channel_layout':
- avutil_stubs.c:864:3: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
- 864 | CAMLreturn(Val_ChannelLayout((frame->channel_layout)));
- | ^~~~~~~~~~
- /usr/include/x86_64-linux-gnu/libavutil/frame.h:510:14: note: declared here
- 510 | uint64_t channel_layout;
- | ^~~~~~~~~~~~~~
- avutil_stubs.c: In function 'ocaml_avutil_audio_frame_copy_samples':
- avutil_stubs.c:886:3: warning: 'channels' is deprecated [-Wdeprecated-declarations]
- 886 | int channels = dst->channels;
- | ^~~
- /usr/include/x86_64-linux-gnu/libavutil/frame.h:643:9: note: declared here
- 643 | int channels;
- | ^~~~~~~~
- avutil_stubs.c:891:7: warning: 'channels' is deprecated [-Wdeprecated-declarations]
- 891 | dst->channels != src->channels ||
- | ^~~
- /usr/include/x86_64-linux-gnu/libavutil/frame.h:643:9: note: declared here
- 643 | int channels;
- | ^~~~~~~~
- avutil_stubs.c:891:7: warning: 'channels' is deprecated [-Wdeprecated-declarations]
- 891 | dst->channels != src->channels ||
- | ^~~
- /usr/include/x86_64-linux-gnu/libavutil/frame.h:643:9: note: declared here
- 643 | int channels;
- | ^~~~~~~~
- avutil_stubs.c:892:7: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
- 892 | dst->channel_layout != src->channel_layout)
- | ^~~
- /usr/include/x86_64-linux-gnu/libavutil/frame.h:510:14: note: declared here
- 510 | uint64_t channel_layout;
- | ^~~~~~~~~~~~~~
- avutil_stubs.c:892:7: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
- 892 | dst->channel_layout != src->channel_layout)
- | ^~~
- /usr/include/x86_64-linux-gnu/libavutil/frame.h:510:14: note: declared here
- 510 | uint64_t channel_layout;
- | ^~~~~~~~~~~~~~
- avutil_stubs.c: In function 'ocaml_avutil_get_opt':
- avutil_stubs.c:1218:5: warning: 'av_opt_get_channel_layout' is deprecated [-Wdeprecated-declarations]
- 1218 | err = av_opt_get_channel_layout((void *)obj, (const char *)String_val(name),
- | ^~~
- /usr/include/x86_64-linux-gnu/libavutil/opt.h:761:5: note: declared here
- 761 | int av_opt_get_channel_layout(void *obj, const char *name, int search_flags, int64_t *ch_layout);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~
- avutil_stubs.c: In function 'ocaml_avutil_av_opt_next':
- avutil_stubs.c:1277:11: warning: implicit declaration of function 'av_opt_child_class_next'; did you mean 'av_opt_child_class_iterate'? [-Wimplicit-function-declaration]
- 1277 | av_opt_child_class_next((const AVClass *)_class, _class_cursor);
- | ^~~~~~~~~~~~~~~~~~~~~~~
- | av_opt_child_class_iterate
- avutil_stubs.c:1276:21: warning: assignment to 'const AVClass *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
- 1276 | _class_cursor =
- | ^
- avutil_stubs.c:1318:5: warning: 'av_get_channel_name' is deprecated [-Wdeprecated-declarations]
- 1318 | if (av_get_channel_name(_opt_cursor->default_val.i64)) {
- | ^~
- /usr/include/x86_64-linux-gnu/libavutil/channel_layout.h:489:13: note: declared here
- 489 | const char *av_get_channel_name(uint64_t channel);
- | ^~~~~~~~~~~~~~~~~~~
-> compiled ffmpeg-avutil.1.0.0
-> installed ffmpeg-avutil.1.0.0
[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 15:24.17: OK: build ffmpeg-avutil.1.0.0 (runc: 5.6s, disk: 13KB)
2026-06-16 15:24.17: Job succeeded