Build:
  1. 0
2026-06-24 11:08.59: New job: build frei0r.0.1.0 (f58a2001b456)
2026-06-24 11:08.59: Waiting for resource in pool day11-builds
2026-06-24 11:30.05: Got resource from pool day11-builds
2026-06-24 11:30.05: [profile full] build frei0r.0.1.0
2026-06-24 11:30.05: build frei0r.0.1.0 (f58a2001b456)
=== DEPENDENCIES (6 transitive) ===
  compiler-cloning.enabled                           439a1fc77aa6
  conf-pkg-config.5                                  d5de2c6a88f9
  ocaml.5.5.0                                        383268832c4b
  ocaml-base-compiler.5.5.0                          522c248944c8
  ocaml-compiler.5.5.0                               eb1a8babf54c
  ocamlfind.1.9.8                                    b506a15fcd6c
=== STDOUT ===
Processing: [default: loading data]

The following system packages will first need to be installed:
    frei0r-plugins-dev

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "frei0r-plugins-dev"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package frei0r-plugins-dev.
- (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 ... 18285 files and directories currently installed.)
- Preparing to unpack .../frei0r-plugins-dev_1.8.0-1_all.deb ...
- Unpacking frei0r-plugins-dev (1.8.0-1) ...
- Setting up frei0r-plugins-dev (1.8.0-1) ...
[frei0r.0.1.0: dl]
[frei0r.0.1.0: extract]
-> retrieved frei0r.0.1.0  (https://opam.ocaml.org/cache)
[frei0r: ./configure]
+ /home/opam/.opam/default/.opam-switch/build/frei0r.0.1.0/./configure "--prefix" "/home/opam/.opam/default" (CWD=/home/opam/.opam/default/.opam-switch/build/frei0r.0.1.0)
- configuring ocaml-frei0r 0.1.0
- checking for gcc... gcc
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables... 
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether gcc accepts -g... yes
- checking for gcc option to accept ISO C89... none needed
- checking build system type... x86_64-unknown-linux-gnu
- checking host system type... x86_64-unknown-linux-gnu
- checking for a BSD-compatible install... /usr/bin/install -c
- checking that calling user is not root... ok
- checking for gcc... (cached) gcc
- checking whether we are using the GNU C compiler... (cached) yes
- checking whether gcc accepts -g... (cached) yes
- checking for gcc option to accept ISO C89... (cached) none needed
- checking for ar... ar
- checking for ocamlc... ocamlc
- OCaml version is 5.5.0
- checking if ocaml compiler supports first-class modules... yes
- OCaml library path is /home/opam/.opam/default/lib/ocaml
- checking for ocamlopt... ocamlopt
- checking for ocamlc.opt... ocamlc.opt
- checking for ocamlopt.opt... ocamlopt.opt
- checking for ocaml... ocaml
- checking for ocamldep... ocamldep
- checking for ocamlmktop... ocamlmktop
- checking for ocamlmklib... ocamlmklib
- checking for ocamldoc... ocamldoc
- checking for ocamlbuild... no
- checking for camlidl... no
- checking for ocamllex... ocamllex
- checking for ocamllex.opt... ocamllex.opt
- checking for ocamlyacc... ocamlyacc
- checking for camlp4... no
- checking for camlp4boot... no
- checking for camlp4o... no
- checking for camlp4of... no
- checking for camlp4oof... no
- checking for camlp4orf... no
- checking for camlp4prof... no
- checking for camlp4r... no
- checking for camlp4rf... no
- checking for ocamlfind... ocamlfind
- checking for caml/threads.h... no
- checking for gcc option to produce PIC... -fPIC
- checking for pkg-config... /usr/bin/pkg-config
- checking pkg-config is at least version 0.9.0... yes
- checking whether pkg-config knows about frei0r... ok
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: creating src/META
- config.status: creating src/Makefile
[frei0r: make]
+ /usr/bin/make  (CWD=/home/opam/.opam/default/.opam-switch/build/frei0r.0.1.0)
- /usr/bin/make -C src all
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/frei0r.0.1.0/src'
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/frei0r.0.1.0/src'
- ocamldep frei0r.mli > ._bcdi/frei0r.di
- ocamldep frei0r.ml > ._d/frei0r.d
- ocamlc.opt -c -cc "gcc" -ccopt "-fPIC -g -O2 -I/home/opam/.opam/default/include  -Wall -DCAML_NAME_SPACE \
- 			-DPIC -fPIC -I/home/opam/.opam/default/include   \
- 			    -o frei0r_stubs.o " frei0r_stubs.c
- In file included from /home/opam/.opam/default/lib/ocaml/caml/callback.h:22,
-                  from frei0r_stubs.c:2:
- frei0r_stubs.c: In function 'ocaml_f0r_get_param_string':
- frei0r_stubs.c:280:31: warning: passing argument 1 of 'caml_copy_string' from incompatible pointer type [-Wincompatible-pointer-types]
-   280 |   CAMLreturn(caml_copy_string(x));
-       |                               ^
-       |                               |
-       |                               char **
- /home/opam/.opam/default/lib/ocaml/caml/memory.h:457:29: note: in definition of macro 'CAMLreturnT'
-   457 |   type caml__temp_result = (result); \
-       |                             ^~~~~~
- frei0r_stubs.c:280:3: note: in expansion of macro 'CAMLreturn'
-   280 |   CAMLreturn(caml_copy_string(x));
-       |   ^~~~~~~~~~
- In file included from frei0r_stubs.c:1:
- /home/opam/.opam/default/lib/ocaml/caml/alloc.h:50:36: note: expected 'const char *' but argument is of type 'char **'
-    50 | CAMLextern value caml_copy_string (char const *);
-       |                                    ^~~~~~~~~~~~
- In file included from /home/opam/.opam/default/lib/ocaml/caml/alloc.h:20:
- frei0r_stubs.c: In function 'ocaml_f0r_set_param_string':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:366:24: warning: passing argument 2 of 'p->set_param_value' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   366 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- frei0r_stubs.c:357:35: note: in expansion of macro 'String_val'
-   357 |   p->set_param_value(i->instance, String_val(val), param);
-       |                                   ^~~~~~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:366:24: note: expected 'f0r_param_t' {aka 'void *'} but argument is of type 'const char *'
-   366 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- frei0r_stubs.c:357:35: note: in expansion of macro 'String_val'
-   357 |   p->set_param_value(i->instance, String_val(val), param);
-       |                                   ^~~~~~~~~~
- ar rcs libfrei0r_stubs.a  frei0r_stubs.o
- ocamlc.opt -c frei0r.mli
- ocamlc.opt -c frei0r.ml
- ocamlmklib      -L/home/opam/.opam/default/lib   \
- 			-o frei0r_stubs  frei0r_stubs.o   \
- 			
- ocamlc.opt -a -cclib -lfrei0r_stubs    -dllib dllfrei0r_stubs.so       -ccopt -L/home/opam/.opam/default/lib  -ccopt -L/home/opam/.opam/default/lib    -o frei0r.cma frei0r.cmo
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/frei0r.0.1.0/src'
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/frei0r.0.1.0/src'
- ocamldep -native frei0r.mli > ._ncdi/frei0r.di
- make[2]: 'libfrei0r_stubs.a' is up to date.
- ocamlopt.opt -c frei0r.ml
- ocamlopt.opt -a -cclib -lfrei0r_stubs           -ccopt -L/home/opam/.opam/default/lib  -ccopt -L/home/opam/.opam/default/lib   -o frei0r.cmxa frei0r.cmx
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/frei0r.0.1.0/src'
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/frei0r.0.1.0/src'
-> compiled  frei0r.0.1.0
[frei0r: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/default/.opam-switch/build/frei0r.0.1.0)
- /usr/bin/make -C src install
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/frei0r.0.1.0/src'
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/frei0r.0.1.0/src'
- make[2]: 'libfrei0r_stubs.a' is up to date.
- make[2]: 'frei0r.cma' is up to date.
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/frei0r.0.1.0/src'
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/frei0r.0.1.0/src'
- make[2]: 'libfrei0r_stubs.a' is up to date.
- make[2]: 'frei0r.cmxa' is up to date.
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/frei0r.0.1.0/src'
- 
- Installing library with ocamlfind
- ocamlfind install  frei0r META frei0r.mli frei0r.cmi frei0r.cma frei0r.cmxa frei0r.cmx frei0r.a libfrei0r_stubs.a dllfrei0r_stubs.so
- Installed /home/opam/.opam/default/lib/frei0r/libfrei0r_stubs.a
- Installed /home/opam/.opam/default/lib/frei0r/frei0r.a
- Installed /home/opam/.opam/default/lib/frei0r/frei0r.cmx
- Installed /home/opam/.opam/default/lib/frei0r/frei0r.cmxa
- Installed /home/opam/.opam/default/lib/frei0r/frei0r.cma
- Installed /home/opam/.opam/default/lib/frei0r/frei0r.cmi
- Installed /home/opam/.opam/default/lib/frei0r/frei0r.mli
- Installed /home/opam/.opam/default/lib/stublibs/dllfrei0r_stubs.so
- Installed /home/opam/.opam/default/lib/stublibs/dllfrei0r_stubs.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/default/lib/stublibs is not mentioned in ld.conf
- Installed /home/opam/.opam/default/lib/frei0r/META
- 
- Installation successful.
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/frei0r.0.1.0/src'
-> installed frei0r.0.1.0

=== STDERR ===

2026-06-24 11:30.19: OK: build frei0r.0.1.0 (runc: 6.1s, disk: 0KB)
2026-06-24 11:30.19: Job succeeded