Build:
- 0
2026-06-24 15:51.44: New job: build ffmpeg-avcodec.1.1.3 (8a94357ce861)
2026-06-24 15:51.44: Waiting for resource in pool day11-builds
2026-06-24 16:52.56: Got resource from pool day11-builds
2026-06-24 16:52.56: [profile full] build ffmpeg-avcodec.1.1.3
2026-06-24 16:52.56: build ffmpeg-avcodec.1.1.3 (8a94357ce861)
=== 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.3 9fe082b3a2a0
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.3: extract]
-> retrieved ffmpeg-avcodec.1.1.3 (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.3)
- (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:1074:3: warning: 'channel_layouts' is deprecated [-Wdeprecated-declarations]
- 1074 | if (codec->channel_layouts) {
- | ^~
- In file included from /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:40,
- from avcodec_stubs.h:5,
- 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:1075:5: warning: 'channel_layouts' is deprecated [-Wdeprecated-declarations]
- 1075 | 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:1076:7: warning: 'channel_layouts' is deprecated [-Wdeprecated-declarations]
- 1076 | 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:1122:3: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
- 1122 | 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:1123:5: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
- 1123 | 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:1123:5: warning: 'av_get_default_channel_layout' is deprecated [-Wdeprecated-declarations]
- 1123 | 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:1123:5: warning: 'channels' is deprecated [-Wdeprecated-declarations]
- 1123 | 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:1126:3: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
- 1126 | 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:19:42: warning: 'channels' is deprecated [-Wdeprecated-declarations]
- 19 | #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:1131:3: note: in expansion of macro 'CAMLreturn'
- 1131 | 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:1131:14: note: in expansion of macro 'Val_int'
- 1131 | CAMLreturn(Val_int(CodecParameters_val(_cp)->channels));
- | ^~~~~~~
- avcodec_stubs.c:1131:22: note: in expansion of macro 'CodecParameters_val'
- 1131 | 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:1158:3: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
- 1158 | 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:1159:3: warning: 'channels' is deprecated [-Wdeprecated-declarations]
- 1159 | 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:1159:3: warning: 'av_get_channel_layout_nb_channels' is deprecated [-Wdeprecated-declarations]
- 1159 | 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:1159:3: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
- 1159 | 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.3
-> installed ffmpeg-avcodec.1.1.3
[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.08: OK: build ffmpeg-avcodec.1.1.3 (runc: 5.6s, disk: 13KB)
2026-06-24 16:53.08: Job succeeded