Build:
- 0
2026-07-26 10:52.59: New job: build frei0r.0.1.0 (99c891d83565)
2026-07-26 10:52.59: Waiting for resource in pool day11-builds
2026-07-26 10:59.20: Got resource from pool day11-builds
2026-07-26 10:59.20: [profile full] build frei0r.0.1.0
2026-07-26 10:59.20: build frei0r.0.1.0 (99c891d83565)
=== DEPENDENCIES (6 transitive) ===
compiler-cloning.enabled 22a431860256
conf-pkg-config.5 2c611009363a
ocaml.5.5.0 af24caade1d3
ocaml-base-compiler.5.5.0 5f93989ce6d7
ocaml-compiler.5.5.0 15edcf5138e5
ocamlfind.1.9.9~preview c75d6f48ab10
=== 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"
- 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 ... 20146 files and directories currently installed.)
- Preparing to unpack .../frei0r-plugins-dev_2.3.3-1_all.deb ...
- Unpacking frei0r-plugins-dev (2.3.3-1) ...
- Setting up frei0r-plugins-dev (2.3.3-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.ml > ._d/frei0r.d
- ocamldep frei0r.mli > ._bcdi/frei0r.di
- OCamlMakefile:1154: warning: pattern recipe did not update peer target '._ncdi/frei0r.di'.
- 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: error: 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);
- | ^~~~~~~~~~
- make[2]: *** [OCamlMakefile:1124: frei0r_stubs.o] Error 2
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/frei0r.0.1.0/src'
- make[1]: *** [OCamlMakefile:784: byte-code-library] Error 2
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/frei0r.0.1.0/src'
- make: *** [Makefile:10: all] Error 2
[ERROR] The compilation of frei0r.0.1.0 failed at "make".
build failed...
=== STDERR ===
2026-07-26 10:59.36: FAILED: build frei0r.0.1.0
2026-07-26 10:59.36: Job failed: build failed: frei0r.0.1.0