Build:
- 0
2026-06-24 15:52.43: New job: build ffmpeg-avcodec.1.1.10 (519974b0b417)
2026-06-24 15:52.43: Waiting for resource in pool day11-builds
2026-06-24 16:53.11: Got resource from pool day11-builds
2026-06-24 16:53.11: [profile full] build ffmpeg-avcodec.1.1.10
2026-06-24 16:53.11: build ffmpeg-avcodec.1.1.10 (519974b0b417)
=== DEPENDENCIES (12 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-avutil.1.1.10 ba79311f6160
ocaml.5.5.0 383268832c4b
ocaml-base-compiler.5.5.0 522c248944c8
ocaml-compiler.5.5.0 eb1a8babf54c
=== 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-24 16:53.29: OK: build ffmpeg-avcodec.1.1.10 (runc: 6.6s, disk: 13KB)
2026-06-24 16:53.29: Job succeeded