Build:
  1. 1
  2. 0
2026-09-03 21:14.46: New job: build ffmpeg-avcodec.1.2.2 (49d4df53a01f)
2026-09-03 21:14.46: Waiting for resource in pool day11-builds
2026-09-03 22:33.20: Got resource from pool day11-builds
2026-09-03 22:33.20: [profile full] build ffmpeg-avcodec.1.2.2
2026-09-03 22:33.20: build ffmpeg-avcodec.1.2.2 (49d4df53a01f)
=== 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                                        58b250503765
  dune.3.24.2                                        ec704e062ad3
  dune-configurator.3.24.2                           183455f65a68
  ffmpeg-avutil.1.2.2                                dc3f22a95ba8
  ocaml.5.5.0                                        22ebd7932512
  ocaml-base-compiler.5.5.0                          db1659234e8a
  ocaml-compiler.5.5.0                               7f52fb26d939
=== STDOUT ===
Processing: [default: loading data]
[ffmpeg-avcodec.1.2.2: extract]
-> retrieved ffmpeg-avcodec.1.2.2  (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.2)
- (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:1297:3: warning: 'ch_layouts' is deprecated [-Wdeprecated-declarations]
-  1297 |   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:1298:5: warning: 'ch_layouts' is deprecated [-Wdeprecated-declarations]
-  1298 |     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:1299:7: warning: 'ch_layouts' is deprecated [-Wdeprecated-declarations]
-  1299 |       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:1314:3: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
-  1314 |   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:1315:5: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
-  1315 |     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:1316:7: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
-  1316 |       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:1329:3: warning: 'supported_samplerates' is deprecated [-Wdeprecated-declarations]
-  1329 |   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:1330:5: warning: 'supported_samplerates' is deprecated [-Wdeprecated-declarations]
-  1330 |     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:1331:7: warning: 'supported_samplerates' is deprecated [-Wdeprecated-declarations]
-  1331 |       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:1411:3: warning: 'supported_framerates' is deprecated [-Wdeprecated-declarations]
-  1411 |   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:1412:5: warning: 'supported_framerates' is deprecated [-Wdeprecated-declarations]
-  1412 |     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:1413:7: warning: 'supported_framerates' is deprecated [-Wdeprecated-declarations]
-  1413 |       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:1428:3: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
-  1428 |   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:1429:5: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
-  1429 |     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:1430:7: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
-  1430 |       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.2
-> installed ffmpeg-avcodec.1.2.2
[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-03 22:33.32: OK: build ffmpeg-avcodec.1.2.2 (runc: 5.1s, disk: 13KB)
2026-09-03 22:33.32: Job succeeded