Build:
  1. 0
2026-09-04 17:55.10: New job: build ffmpeg-avcodec.1.2.4 (fb2ee34d0ba4)
2026-09-04 17:55.10: Waiting for resource in pool day11-builds
2026-09-04 18:24.36: Got resource from pool day11-builds
2026-09-04 18:24.36: [profile full] build ffmpeg-avcodec.1.2.4
2026-09-04 18:24.36: build ffmpeg-avcodec.1.2.4 (fb2ee34d0ba4)
=== DEPENDENCIES (12 transitive) ===
  base-threads.base                                  3d2f2cbc6db2
  base-unix.base                                     3a38ddca6b5e
  compiler-cloning.enabled                           966a2e6839f0
  conf-ffmpeg.1                                      2f582e674cc3
  conf-pkg-config.5                                  74f50f3cfe72
  csexp.1.5.2                                        8c096e7de322
  dune.3.24.2                                        25fbaa318de6
  dune-configurator.3.24.2                           517e3f9cad4b
  ffmpeg-avutil.1.2.4                                9e3ac41348ed
  ocaml.5.5.1                                        70ca0c66e0e8
  ocaml-base-compiler.5.5.1                          59841d7ed85e
  ocaml-compiler.5.5.1                               492c0c740bd1
=== STDOUT ===
Processing: [default: loading data]
[ffmpeg-avcodec.1.2.4: extract]
-> retrieved ffmpeg-avcodec.1.2.4  (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.2.4)
- (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_get_supported_channel_layouts':
- avcodec_stubs.c:1274:3: warning: 'ch_layouts' is deprecated [-Wdeprecated-declarations]
-  1274 |   if (codec->ch_layouts) {
-       |   ^~
- In file included from /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:41,
-                  from avcodec_stubs.h:5,
-                  from avcodec_stubs.c:12:
- /usr/include/x86_64-linux-gnu/libavcodec/codec.h:241:28: note: declared here
-   241 |     const AVChannelLayout *ch_layouts;
-       |                            ^~~~~~~~~~
- avcodec_stubs.c:1275:5: warning: 'ch_layouts' is deprecated [-Wdeprecated-declarations]
-  1275 |     for (i = 0; codec->ch_layouts[i].nb_channels != 0; i++) {
-       |     ^~~
- /usr/include/x86_64-linux-gnu/libavcodec/codec.h:241:28: note: declared here
-   241 |     const AVChannelLayout *ch_layouts;
-       |                            ^~~~~~~~~~
- avcodec_stubs.c:1276:7: warning: 'ch_layouts' is deprecated [-Wdeprecated-declarations]
-  1276 |       value_of_channel_layout(&ch_layout, &codec->ch_layouts[i]);
-       |       ^~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/x86_64-linux-gnu/libavcodec/codec.h:241:28: note: declared here
-   241 |     const AVChannelLayout *ch_layouts;
-       |                            ^~~~~~~~~~
- avcodec_stubs.c: In function 'ocaml_avcodec_get_supported_sample_formats':
- avcodec_stubs.c:1291:3: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
-  1291 |   if (codec->sample_fmts) {
-       |   ^~
- /usr/include/x86_64-linux-gnu/libavcodec/codec.h:219:32: note: declared here
-   219 |     const enum AVSampleFormat *sample_fmts; ///< @deprecated use avcodec_get_supported_config()
-       |                                ^~~~~~~~~~~
- avcodec_stubs.c:1292:5: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
-  1292 |     for (i = 0; codec->sample_fmts[i] != -1; i++)
-       |     ^~~
- /usr/include/x86_64-linux-gnu/libavcodec/codec.h:219:32: note: declared here
-   219 |     const enum AVSampleFormat *sample_fmts; ///< @deprecated use avcodec_get_supported_config()
-       |                                ^~~~~~~~~~~
- avcodec_stubs.c:1293:7: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
-  1293 |       List_add(list, cons, Val_SampleFormat(codec->sample_fmts[i]));
-       |       ^~~~~~~~
- /usr/include/x86_64-linux-gnu/libavcodec/codec.h:219:32: note: declared here
-   219 |     const enum AVSampleFormat *sample_fmts; ///< @deprecated use avcodec_get_supported_config()
-       |                                ^~~~~~~~~~~
- avcodec_stubs.c: In function 'ocaml_avcodec_get_supported_sample_rates':
- avcodec_stubs.c:1306:3: warning: 'supported_samplerates' is deprecated [-Wdeprecated-declarations]
-  1306 |   if (codec->supported_samplerates) {
-       |   ^~
- /usr/include/x86_64-linux-gnu/libavcodec/codec.h:217:16: note: declared here
-   217 |     const int *supported_samplerates;       ///< @deprecated use avcodec_get_supported_config()
-       |                ^~~~~~~~~~~~~~~~~~~~~
- avcodec_stubs.c:1307:5: warning: 'supported_samplerates' is deprecated [-Wdeprecated-declarations]
-  1307 |     for (i = 0; codec->supported_samplerates[i] != 0; i++)
-       |     ^~~
- /usr/include/x86_64-linux-gnu/libavcodec/codec.h:217:16: note: declared here
-   217 |     const int *supported_samplerates;       ///< @deprecated use avcodec_get_supported_config()
-       |                ^~~~~~~~~~~~~~~~~~~~~
- avcodec_stubs.c:1308:7: warning: 'supported_samplerates' is deprecated [-Wdeprecated-declarations]
-  1308 |       List_add(list, cons, Val_int(codec->supported_samplerates[i]));
-       |       ^~~~~~~~
- /usr/include/x86_64-linux-gnu/libavcodec/codec.h:217:16: note: declared here
-   217 |     const int *supported_samplerates;       ///< @deprecated use avcodec_get_supported_config()
-       |                ^~~~~~~~~~~~~~~~~~~~~
- avcodec_stubs.c: In function 'ocaml_avcodec_get_supported_frame_rates':
- avcodec_stubs.c:1388:3: warning: 'supported_framerates' is deprecated [-Wdeprecated-declarations]
-  1388 |   if (codec->supported_framerates) {
-       |   ^~
- /usr/include/x86_64-linux-gnu/libavcodec/codec.h:213:23: note: declared here
-   213 |     const AVRational *supported_framerates; ///< @deprecated use avcodec_get_supported_config()
-       |                       ^~~~~~~~~~~~~~~~~~~~
- avcodec_stubs.c:1389:5: warning: 'supported_framerates' is deprecated [-Wdeprecated-declarations]
-  1389 |     for (i = 0; codec->supported_framerates[i].num != 0; i++) {
-       |     ^~~
- /usr/include/x86_64-linux-gnu/libavcodec/codec.h:213:23: note: declared here
-   213 |     const AVRational *supported_framerates; ///< @deprecated use avcodec_get_supported_config()
-       |                       ^~~~~~~~~~~~~~~~~~~~
- avcodec_stubs.c:1390:7: warning: 'supported_framerates' is deprecated [-Wdeprecated-declarations]
-  1390 |       value_of_rational(&codec->supported_framerates[i], &val);
-       |       ^~~~~~~~~~~~~~~~~
- /usr/include/x86_64-linux-gnu/libavcodec/codec.h:213:23: note: declared here
-   213 |     const AVRational *supported_framerates; ///< @deprecated use avcodec_get_supported_config()
-       |                       ^~~~~~~~~~~~~~~~~~~~
- avcodec_stubs.c: In function 'ocaml_avcodec_get_supported_pixel_formats':
- avcodec_stubs.c:1405:3: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
-  1405 |   if (codec->pix_fmts) {
-       |   ^~
- /usr/include/x86_64-linux-gnu/libavcodec/codec.h:215:31: note: declared here
-   215 |     const enum AVPixelFormat *pix_fmts;     ///< @deprecated use avcodec_get_supported_config()
-       |                               ^~~~~~~~
- avcodec_stubs.c:1406:5: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
-  1406 |     for (i = 0; codec->pix_fmts[i] != -1; i++)
-       |     ^~~
- /usr/include/x86_64-linux-gnu/libavcodec/codec.h:215:31: note: declared here
-   215 |     const enum AVPixelFormat *pix_fmts;     ///< @deprecated use avcodec_get_supported_config()
-       |                               ^~~~~~~~
- avcodec_stubs.c:1407:7: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
-  1407 |       List_add(list, cons, Val_PixelFormat(codec->pix_fmts[i]));
-       |       ^~~~~~~~
- /usr/include/x86_64-linux-gnu/libavcodec/codec.h:215:31: note: declared here
-   215 |     const enum AVPixelFormat *pix_fmts;     ///< @deprecated use avcodec_get_supported_config()
-       |                               ^~~~~~~~
-> compiled  ffmpeg-avcodec.1.2.4
-> installed ffmpeg-avcodec.1.2.4
[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-09-04 18:24.44: OK: build ffmpeg-avcodec.1.2.4 (runc: 5.6s, disk: 13KB)
2026-09-04 18:24.44: Job succeeded