Build:
- 0
2026-06-20 16:55.50: New job: build faad.0.5.0 (e2d1c37f5a08)
2026-06-20 16:55.50: Waiting for resource in pool day11-builds
2026-06-20 17:18.16: Got resource from pool day11-builds
2026-06-20 17:18.16: [profile full] build faad.0.5.0
2026-06-20 17:18.16: build faad.0.5.0 (e2d1c37f5a08)
=== DEPENDENCIES (9 transitive) ===
base-threads.base b7164ff76afe
base-unix.base 839dc585f12d
compiler-cloning.enabled 0d2606125f88
csexp.1.5.2 315ecef51574
dune.3.23.1 dbfeecb5ca10
dune-configurator.3.23.1 8afe79196456
ocaml.5.5.0 1b4132bddf48
ocaml-base-compiler.5.5.0 1901c3a760c1
ocaml-compiler.5.5.0 5f593a0b4a8c
=== STDOUT ===
Processing: [default: loading data]
The following system packages will first need to be installed:
libfaad-dev
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libfaad-dev"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libfaad2:amd64.
- (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18247 files and directories currently installed.)
- Preparing to unpack .../libfaad2_2.10.1-1_amd64.deb ...
- Unpacking libfaad2:amd64 (2.10.1-1) ...
- Selecting previously unselected package libfaad-dev:amd64.
- Preparing to unpack .../libfaad-dev_2.10.1-1_amd64.deb ...
- Unpacking libfaad-dev:amd64 (2.10.1-1) ...
- Setting up libfaad2:amd64 (2.10.1-1) ...
- Setting up libfaad-dev:amd64 (2.10.1-1) ...
- Processing triggers for libc-bin (2.36-9+deb12u14) ...
[faad.0.5.0: dl]
[faad.0.5.0: extract]
-> retrieved faad.0.5.0 (https://opam.ocaml.org/cache)
[faad: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "faad" "-j" "39" "@install" (CWD=/home/opam/.opam/default/.opam-switch/build/faad.0.5.0)
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I src/.faad.objs/byte -no-alias-deps -o src/.faad.objs/byte/faad.cmi -c -intf src/faad.mli)
- File "src/faad.mli", line 1:
- Alert ocaml_deprecated_auto_include:
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I src/.faad.objs/byte -cmi-file src/.faad.objs/byte/faad.cmi -no-alias-deps -o src/.faad.objs/byte/faad.cmo -c -impl src/faad.ml)
- File "src/faad.ml", line 1:
- Alert ocaml_deprecated_auto_include:
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I src/.faad.objs/byte -I src/.faad.objs/native -cmi-file src/.faad.objs/byte/faad.cmi -no-alias-deps -o src/.faad.objs/native/faad.cmx -c -impl src/faad.ml)
- File "src/faad.ml", line 1:
- Alert ocaml_deprecated_auto_include:
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -DUSE_TAGGING -g -I /home/opam/.opam/default/lib/ocaml -o faad_stubs.o -c faad_stubs.c)
- In file included from /home/opam/.opam/default/lib/ocaml/caml/alloc.h:20,
- from faad_stubs.c:29:
- faad_stubs.c: In function 'ocaml_faad_mp4_read_sample':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:366:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 366 | #define String_val(x) ((const char *) Bp_val(x))
- | ~^~~~~~~~~~~~~~~~~~~~~~~~~
- faad_stubs.c:515:10: note: in expansion of macro 'String_val'
- 515 | memcpy(String_val(ans), buf, buflen);
- | ^~~~~~~~~~
- In file included from faad_stubs.c:40:
- /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *'
- 43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src,
- | ~~~~~~~~~~~~~~~~~^~~~~~
-> compiled faad.0.5.0
-> installed faad.0.5.0
=== STDERR ===
2026-06-20 17:18.42: OK: build faad.0.5.0 (runc: 6.6s, disk: 0KB)
2026-06-20 17:18.42: Job succeeded