Build:
- 0
2026-06-20 18:30.03: New job: build ffmpeg-avcodec.1.1.10 (b6e407b00012)
2026-06-20 18:30.03: Waiting for resource in pool day11-builds
2026-06-20 18:52.46: Got resource from pool day11-builds
2026-06-20 18:52.46: [profile full] build ffmpeg-avcodec.1.1.10
2026-06-20 18:52.46: build ffmpeg-avcodec.1.1.10 (b6e407b00012)
=== DEPENDENCIES (12 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-avutil.1.1.10 cd82a4361ed1
ocaml.5.5.0 1b4132bddf48
ocaml-base-compiler.5.5.0 1901c3a760c1
ocaml-compiler.5.5.0 5f593a0b4a8c
=== STDOUT ===
Processing: [default: loading data]
[ffmpeg-avcodec.1.1.10: extract]
-> retrieved ffmpeg-avcodec.1.1.10 (cached)
[ffmpeg-avcodec: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "ffmpeg-avcodec" "-j" "39" "@install" (CWD=/home/opam/.opam/default/.opam-switch/build/ffmpeg-avcodec.1.1.10)
- (cd _build/default/avcodec && /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-avutil -I /home/opam/.opam/default/lib/ocaml/threads -I /home/opam/.opam/default/lib/ocaml/unix -o avcodec_stubs.o -c avcodec_stubs.c)
- avcodec_stubs.c: In function 'ocaml_avcodec_create_audio_encoder':
- avcodec_stubs.c:703:3: warning: 'channels' is deprecated [-Wdeprecated-declarations]
- 703 | ctx->codec_context->channels = Int_val(_channels);
- | ^~~
- In file included from avcodec_stubs.h:5,
- from avcodec_stubs.c:12:
- /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:1006:9: note: declared here
- 1006 | int channels;
- | ^~~~~~~~
- avcodec_stubs.c: In function 'ocaml_avcodec_get_supported_channel_layouts':
- avcodec_stubs.c:1293:3: warning: 'channel_layouts' is deprecated [-Wdeprecated-declarations]
- 1293 | if (codec->channel_layouts) {
- | ^~
- In file included from /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:40:
- /usr/include/x86_64-linux-gnu/libavcodec/codec.h:226:21: note: declared here
- 226 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0
- | ^~~~~~~~~~~~~~~
- avcodec_stubs.c:1294:5: warning: 'channel_layouts' is deprecated [-Wdeprecated-declarations]
- 1294 | for (i = 0; codec->channel_layouts[i] != 0; i++)
- | ^~~
- /usr/include/x86_64-linux-gnu/libavcodec/codec.h:226:21: note: declared here
- 226 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0
- | ^~~~~~~~~~~~~~~
- avcodec_stubs.c:1295:7: warning: 'channel_layouts' is deprecated [-Wdeprecated-declarations]
- 1295 | List_add(list, cons, Val_ChannelLayout(codec->channel_layouts[i]));
- | ^~~~~~~~
- /usr/include/x86_64-linux-gnu/libavcodec/codec.h:226:21: note: declared here
- 226 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0
- | ^~~~~~~~~~~~~~~
- avcodec_stubs.c: In function 'ocaml_avcodec_parameters_get_channel_layout':
- avcodec_stubs.c:1341:3: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
- 1341 | if (cp->channel_layout == 0) {
- | ^~
- In file included from /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:42:
- /usr/include/x86_64-linux-gnu/libavcodec/codec_par.h:166:14: note: declared here
- 166 | uint64_t channel_layout;
- | ^~~~~~~~~~~~~~
- avcodec_stubs.c:1342:5: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
- 1342 | cp->channel_layout = av_get_default_channel_layout(cp->channels);
- | ^~
- /usr/include/x86_64-linux-gnu/libavcodec/codec_par.h:166:14: note: declared here
- 166 | uint64_t channel_layout;
- | ^~~~~~~~~~~~~~
- avcodec_stubs.c:1342:5: warning: 'av_get_default_channel_layout' is deprecated [-Wdeprecated-declarations]
- 1342 | cp->channel_layout = av_get_default_channel_layout(cp->channels);
- | ^~
- In file included from /usr/include/x86_64-linux-gnu/libavutil/frame.h:33,
- from /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:35:
- /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);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- avcodec_stubs.c:1342:5: warning: 'channels' is deprecated [-Wdeprecated-declarations]
- 1342 | cp->channel_layout = av_get_default_channel_layout(cp->channels);
- | ^~
- /usr/include/x86_64-linux-gnu/libavcodec/codec_par.h:172:14: note: declared here
- 172 | int channels;
- | ^~~~~~~~
- avcodec_stubs.c:1345:3: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
- 1345 | CAMLreturn(Val_ChannelLayout(cp->channel_layout));
- | ^~~~~~~~~~
- /usr/include/x86_64-linux-gnu/libavcodec/codec_par.h:166:14: note: declared here
- 166 | uint64_t channel_layout;
- | ^~~~~~~~~~~~~~
- In file included from /home/opam/.opam/default/lib/ocaml/caml/callback.h:22,
- from avcodec_stubs.c:5:
- avcodec_stubs.c: In function 'ocaml_avcodec_parameters_get_nb_channels':
- avcodec_stubs.h:20:13: warning: 'channels' is deprecated [-Wdeprecated-declarations]
- 20 | (*(struct AVCodecParameters **)Data_custom_val(v))
- | ^~~~~~~~~~~~~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/memory.h:457:29: note: in definition of macro 'CAMLreturnT'
- 457 | type caml__temp_result = (result); \
- | ^~~~~~
- avcodec_stubs.c:1350:3: note: in expansion of macro 'CAMLreturn'
- 1350 | CAMLreturn(Val_int(CodecParameters_val(_cp)->channels));
- | ^~~~~~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:83:20: note: in expansion of macro 'Val_long'
- 83 | #define Val_int(x) Val_long(x)
- | ^~~~~~~~
- avcodec_stubs.c:1350:14: note: in expansion of macro 'Val_int'
- 1350 | CAMLreturn(Val_int(CodecParameters_val(_cp)->channels));
- | ^~~~~~~
- avcodec_stubs.c:1350:22: note: in expansion of macro 'CodecParameters_val'
- 1350 | CAMLreturn(Val_int(CodecParameters_val(_cp)->channels));
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/x86_64-linux-gnu/libavcodec/codec_par.h:172:14: note: declared here
- 172 | int channels;
- | ^~~~~~~~
- avcodec_stubs.c: In function 'ocaml_avcodec_parameters_audio_copy':
- avcodec_stubs.c:1377:3: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
- 1377 | dst->channel_layout = ChannelLayout_val(_channel_layout);
- | ^~~
- /usr/include/x86_64-linux-gnu/libavcodec/codec_par.h:166:14: note: declared here
- 166 | uint64_t channel_layout;
- | ^~~~~~~~~~~~~~
- avcodec_stubs.c:1378:3: warning: 'channels' is deprecated [-Wdeprecated-declarations]
- 1378 | dst->channels = av_get_channel_layout_nb_channels(dst->channel_layout);
- | ^~~
- /usr/include/x86_64-linux-gnu/libavcodec/codec_par.h:172:14: note: declared here
- 172 | int channels;
- | ^~~~~~~~
- avcodec_stubs.c:1378:3: warning: 'av_get_channel_layout_nb_channels' is deprecated [-Wdeprecated-declarations]
- 1378 | dst->channels = av_get_channel_layout_nb_channels(dst->channel_layout);
- | ^~~
- /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);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- avcodec_stubs.c:1378:3: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
- 1378 | dst->channels = av_get_channel_layout_nb_channels(dst->channel_layout);
- | ^~~
- /usr/include/x86_64-linux-gnu/libavcodec/codec_par.h:166:14: note: declared here
- 166 | uint64_t channel_layout;
- | ^~~~~~~~~~~~~~
-> compiled ffmpeg-avcodec.1.1.10
-> installed ffmpeg-avcodec.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-20 18:53.04: OK: build ffmpeg-avcodec.1.1.10 (runc: 6.7s, disk: 13KB)
2026-06-20 18:53.04: Job succeeded