Build:
- 0
2026-07-26 10:52.59: New job: build lo.0.1.0 (aab17545a3c8)
2026-07-26 10:52.59: Waiting for resource in pool day11-builds
2026-07-26 10:55.32: Got resource from pool day11-builds
2026-07-26 10:55.32: [profile full] build lo.0.1.0
2026-07-26 10:55.32: build lo.0.1.0 (aab17545a3c8)
=== DEPENDENCIES (5 transitive) ===
compiler-cloning.enabled 22a431860256
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:
liblo-dev
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "liblo-dev"
- Selecting previously unselected package liblo7: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 ... 20108 files and directories currently installed.)
- Preparing to unpack .../liblo7_0.32-2_amd64.deb ...
- Unpacking liblo7:amd64 (0.32-2) ...
- Selecting previously unselected package liblo-dev.
- Preparing to unpack .../liblo-dev_0.32-2_amd64.deb ...
- Unpacking liblo-dev (0.32-2) ...
- Setting up liblo7:amd64 (0.32-2) ...
- Setting up liblo-dev (0.32-2) ...
- Processing triggers for libc-bin (2.41-12+deb13u3) ...
[lo.0.1.0: dl]
[lo.0.1.0: extract]
-> retrieved lo.0.1.0 (https://opam.ocaml.org/cache)
[lo: ./configure]
+ /home/opam/.opam/default/.opam-switch/build/lo.0.1.0/./configure "--prefix" "/home/opam/.opam/default" (CWD=/home/opam/.opam/default/.opam-switch/build/lo.0.1.0)
- configuring ocaml-lo 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 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... (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 how to run the C preprocessor... gcc -E
- checking for grep that handles long lines and -e... /usr/bin/grep
- checking for egrep... /usr/bin/grep -E
- checking for ANSI C header files...
- yes
- checking for sys/types.h... yes
- checking for sys/stat.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for memory.h... yes
- checking for strings.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for unistd.h... yes
- checking lo/lo.h usability... yes
- checking lo/lo.h presence... yes
- checking for lo/lo.h... yes
- checking for lo_address_new... yes
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: creating src/META
- config.status: creating src/Makefile
[lo: make]
+ /usr/bin/make (CWD=/home/opam/.opam/default/.opam-switch/build/lo.0.1.0)
- /usr/bin/make -C src all
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/lo.0.1.0/src'
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/lo.0.1.0/src'
- ocamldep LO.ml > ._d/LO.d
- ocamldep LO.mli > ._bcdi/LO.di
- OCamlMakefile:1141: warning: pattern recipe did not update peer target '._ncdi/LO.di'.
- ocamlc.opt -c -cc "gcc" -ccopt "-fPIC -I/home/opam/.opam/default/include -Wall -DCAML_NAME_SPACE \
- -DPIC -I/home/opam/.opam/default/include \
- -o LO_stubs.o " LO_stubs.c
- LO_stubs.c: In function 'caml_lo_message_new':
- LO_stubs.c:75:20: error: assignment to 'lo_address' {aka 'struct lo_address_ *'} from incompatible pointer type 'lo_message' {aka 'struct lo_message_ *'} [-Wincompatible-pointer-types]
- 75 | Address_val(ans) = m;
- | ^
- make[2]: *** [OCamlMakefile:1111: LO_stubs.o] Error 2
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/lo.0.1.0/src'
- make[1]: *** [OCamlMakefile:781: byte-code-library] Error 2
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/lo.0.1.0/src'
- make: *** [Makefile:10: all] Error 2
build failed...
[ERROR] The compilation of lo.0.1.0 failed at "make".
=== STDERR ===
2026-07-26 10:56.01: FAILED: build lo.0.1.0
2026-07-26 10:56.01: Job failed: build failed: lo.0.1.0