Build:
- 1
- 0
2026-09-03 21:14.39: New job: build ffmpeg-avcodec.1.2.1 (2a648daa5eb5)
2026-09-03 21:14.39: Waiting for resource in pool day11-builds
2026-09-03 22:33.17: Got resource from pool day11-builds
2026-09-03 22:33.17: [profile full] build ffmpeg-avcodec.1.2.1
2026-09-03 22:33.17: build ffmpeg-avcodec.1.2.1 (2a648daa5eb5)
=== 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.1 dbb85220f334
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.1: extract]
-> retrieved ffmpeg-avcodec.1.2.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.2.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 'ocaml_avcodec_get_supported_channel_layouts':
- avcodec_stubs.c:1294:3: warning: 'ch_layouts' is deprecated [-Wdeprecated-declarations]
- 1294 | 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:1295:5: warning: 'ch_layouts' is deprecated [-Wdeprecated-declarations]
- 1295 | 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:1296:7: warning: 'ch_layouts' is deprecated [-Wdeprecated-declarations]
- 1296 | 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:1311:3: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
- 1311 | 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:1312:5: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
- 1312 | 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:1313:7: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
- 1313 | 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:1326:3: warning: 'supported_samplerates' is deprecated [-Wdeprecated-declarations]
- 1326 | 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:1327:5: warning: 'supported_samplerates' is deprecated [-Wdeprecated-declarations]
- 1327 | 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:1328:7: warning: 'supported_samplerates' is deprecated [-Wdeprecated-declarations]
- 1328 | 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:1408:3: warning: 'supported_framerates' is deprecated [-Wdeprecated-declarations]
- 1408 | 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:1409:5: warning: 'supported_framerates' is deprecated [-Wdeprecated-declarations]
- 1409 | 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:1410:7: warning: 'supported_framerates' is deprecated [-Wdeprecated-declarations]
- 1410 | 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:1425:3: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
- 1425 | 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:1426:5: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
- 1426 | 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:1427:7: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
- 1427 | 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.1
-> installed ffmpeg-avcodec.1.2.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-09-03 22:33.27: OK: build ffmpeg-avcodec.1.2.1 (runc: 5.1s, disk: 13KB)
2026-09-03 22:33.27: Job succeeded