Build:
- 0
2026-06-24 13:54.51: New job: build ffmpeg-avutil.1.1.10 (ba79311f6160)
2026-06-24 13:54.51: Waiting for resource in pool day11-builds
2026-06-24 15:52.21: Got resource from pool day11-builds
2026-06-24 15:52.21: [profile full] build ffmpeg-avutil.1.1.10
2026-06-24 15:52.21: build ffmpeg-avutil.1.1.10 (ba79311f6160)
=== DEPENDENCIES (11 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
ocaml.5.5.0 383268832c4b
ocaml-base-compiler.5.5.0 522c248944c8
ocaml-compiler.5.5.0 eb1a8babf54c
=== STDOUT ===
Processing: [default: loading data]
[ffmpeg-avutil.1.1.10: dl]
[ffmpeg-avutil.1.1.10: extract]
-> retrieved ffmpeg-avutil.1.1.10 (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.1.10)
- (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:335:3: warning: 'av_get_channel_layout_string' is deprecated [-Wdeprecated-declarations]
- 335 | 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.h:8,
- from avutil_stubs.c:21:
- /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:344:3: warning: 'av_get_channel_layout_nb_channels' is deprecated [-Wdeprecated-declarations]
- 344 | 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:351:3: warning: 'av_get_default_channel_layout' is deprecated [-Wdeprecated-declarations]
- 351 | 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:366:3: warning: 'av_get_channel_layout' is deprecated [-Wdeprecated-declarations]
- 366 | 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_audio_create_frame':
- avutil_stubs.c:818:3: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
- 818 | frame->channel_layout = channel_layout;
- | ^~~~~
- In file included from avutil_stubs.h:11:
- /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:851:3: warning: 'channels' is deprecated [-Wdeprecated-declarations]
- 851 | 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:861:3: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
- 861 | 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:883:3: warning: 'channels' is deprecated [-Wdeprecated-declarations]
- 883 | int channels = dst->channels;
- | ^~~
- /usr/include/x86_64-linux-gnu/libavutil/frame.h:643:9: note: declared here
- 643 | int channels;
- | ^~~~~~~~
- avutil_stubs.c:888:7: warning: 'channels' is deprecated [-Wdeprecated-declarations]
- 888 | dst->channels != src->channels ||
- | ^~~
- /usr/include/x86_64-linux-gnu/libavutil/frame.h:643:9: note: declared here
- 643 | int channels;
- | ^~~~~~~~
- avutil_stubs.c:888:7: warning: 'channels' is deprecated [-Wdeprecated-declarations]
- 888 | dst->channels != src->channels ||
- | ^~~
- /usr/include/x86_64-linux-gnu/libavutil/frame.h:643:9: note: declared here
- 643 | int channels;
- | ^~~~~~~~
- avutil_stubs.c:889:7: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
- 889 | 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:889:7: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
- 889 | 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:1207:5: warning: 'av_opt_get_channel_layout' is deprecated [-Wdeprecated-declarations]
- 1207 | 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_iter':
- avutil_stubs.c:1324:5: warning: 'av_get_channel_name' is deprecated [-Wdeprecated-declarations]
- 1324 | if (av_get_channel_name(option->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.1.10
-> installed ffmpeg-avutil.1.1.10
[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 15:52.43: OK: build ffmpeg-avutil.1.1.10 (runc: 5.1s, disk: 12KB)
2026-06-24 15:52.43: Job succeeded