Build:
  1. 0
2026-06-20 18:30.03: New job: build ffmpeg-avcodec.1.0.1 (54eafaa90598)
2026-06-20 18:30.03: Waiting for resource in pool day11-builds
2026-06-20 18:52.50: Got resource from pool day11-builds
2026-06-20 18:52.50: [profile full] build ffmpeg-avcodec.1.0.1
2026-06-20 18:52.50: build ffmpeg-avcodec.1.0.1 (54eafaa90598)
=== 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.0.1                                e0f29ce83dd6
  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.0.1: extract]
-> retrieved ffmpeg-avcodec.1.0.1  (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.0.1)
- (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 'find_encoder_by_name':
- avcodec_stubs.c:892:20: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   892 |   AVCodec *codec = avcodec_find_encoder_by_name(name);
-       |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
- avcodec_stubs.c: In function 'find_encoder':
- avcodec_stubs.c:903:20: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   903 |   AVCodec *codec = avcodec_find_encoder(id);
-       |                    ^~~~~~~~~~~~~~~~~~~~
- avcodec_stubs.c: In function 'find_decoder_by_name':
- avcodec_stubs.c:914:20: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   914 |   AVCodec *codec = avcodec_find_decoder_by_name(name);
-       |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
- avcodec_stubs.c: In function 'find_decoder':
- avcodec_stubs.c:925:20: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   925 |   AVCodec *codec = avcodec_find_decoder(id);
-       |                    ^~~~~~~~~~~~~~~~~~~~
- avcodec_stubs.c: In function 'ocaml_avcodec_get_supported_channel_layouts':
- avcodec_stubs.c:1061:3: warning: 'channel_layouts' is deprecated [-Wdeprecated-declarations]
-  1061 |   if (codec->channel_layouts) {
-       |   ^~
- In file included from /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:40,
-                  from /home/opam/.opam/default/lib/ffmpeg-avutil/avutil_stubs.h:11,
-                  from avcodec_stubs.c:10:
- /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:1062:5: warning: 'channel_layouts' is deprecated [-Wdeprecated-declarations]
-  1062 |     for (i = 0; codec->channel_layouts[i] != -1; 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:1063:7: warning: 'channel_layouts' is deprecated [-Wdeprecated-declarations]
-  1063 |       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:1109:3: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
-  1109 |   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:1110:5: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
-  1110 |     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:1110:5: warning: 'av_get_default_channel_layout' is deprecated [-Wdeprecated-declarations]
-  1110 |     cp->channel_layout = av_get_default_channel_layout(cp->channels);
-       |     ^~
- In file included from /home/opam/.opam/default/lib/ffmpeg-avutil/avutil_stubs.h:9:
- /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:1110:5: warning: 'channels' is deprecated [-Wdeprecated-declarations]
-  1110 |     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:1113:3: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
-  1113 |   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:3:
- avcodec_stubs.c: In function 'ocaml_avcodec_parameters_get_nb_channels':
- avcodec_stubs.h:9:42: warning: 'channels' is deprecated [-Wdeprecated-declarations]
-     9 | #define CodecParameters_val(v) (*(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:1118:3: note: in expansion of macro 'CAMLreturn'
-  1118 |   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:1118:14: note: in expansion of macro 'Val_int'
-  1118 |   CAMLreturn(Val_int(CodecParameters_val(_cp)->channels));
-       |              ^~~~~~~
- avcodec_stubs.c:1118:22: note: in expansion of macro 'CodecParameters_val'
-  1118 |   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:1145:3: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
-  1145 |   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:1146:3: warning: 'channels' is deprecated [-Wdeprecated-declarations]
-  1146 |   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:1146:3: warning: 'av_get_channel_layout_nb_channels' is deprecated [-Wdeprecated-declarations]
-  1146 |   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:1146:3: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
-  1146 |   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.0.1
-> installed ffmpeg-avcodec.1.0.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-20 18:53.05: OK: build ffmpeg-avcodec.1.0.1 (runc: 5.1s, disk: 14KB)
2026-06-20 18:53.05: Job succeeded