Build:
  1. 0
2026-06-23 16:52.13: New job: build ogg.0.6.1 (862627838f22)
2026-06-23 16:52.13: Waiting for resource in pool day11-builds
2026-06-23 18:15.55: Got resource from pool day11-builds
2026-06-23 18:15.55: [profile full] build ogg.0.6.1
2026-06-23 18:15.55: build ogg.0.6.1 (862627838f22)
=== DEPENDENCIES (7 transitive) ===
  compiler-cloning.enabled                           0d2606125f88
  conf-libogg.1                                      e3279ffc3940
  conf-pkg-config.5                                  4b60827fc174
  ocaml.5.5.0                                        1b4132bddf48
  ocaml-base-compiler.5.5.0                          1901c3a760c1
  ocaml-compiler.5.5.0                               5f593a0b4a8c
  ocamlfind.1.9.8                                    5b46f9d92bbd
=== STDOUT ===
Processing: [default: loading data]
[ogg.0.6.1: dl]
[ogg.0.6.1: extract]
-> retrieved ogg.0.6.1  (https://opam.ocaml.org/cache)
[ogg: ./configure]
+ /home/opam/.opam/default/.opam-switch/build/ogg.0.6.1/./configure "--prefix" "/home/opam/.opam/default" (CWD=/home/opam/.opam/default/.opam-switch/build/ogg.0.6.1)
- configuring ocaml-ogg 0.6.1
- 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-pc-linux-gnu
- checking host system type... x86_64-pc-linux-gnu
- checking for a BSD-compatible install... /usr/bin/install -c
- checking target toolchain... linux
- 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 ocamldep.opt... ocamldep.opt
- checking for ocamlmktop... ocamlmktop
- checking for ocamlmklib... ocamlmklib
- checking for ocamldoc... ocamldoc
- checking for ocamldoc.opt... ocamldoc.opt
- 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 ocaml standard library path... /home/opam/.opam/default/lib/ocaml
- checking for caml/threads.h... 
- yes
- 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 ogg... ok
- checking for ogg_stream_pageout_fill in -logg... yes
- checking for ocaml bytes module... ok
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: creating src/META
- config.status: creating src/Makefile
[ogg: make]
+ /usr/bin/make  (CWD=/home/opam/.opam/default/.opam-switch/build/ogg.0.6.1)
- /usr/bin/make -C src all
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ogg.0.6.1/src'
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ogg.0.6.1/src'
- ocamldep.opt ogg_demuxer.mli > ._bcdi/ogg_demuxer.di
- ocamldep.opt ogg.mli > ._bcdi/ogg.di
- ocamldep.opt ogg_demuxer.ml > ._d/ogg_demuxer.d
- ocamldep.opt ogg.ml > ._d/ogg.d
- ocamlc.opt -c -cc "gcc" -ccopt "-fPIC -g -O2 -I/home/opam/.opam/default/include  -DHAVE_PAGEOUT_FILL -Wall -DCAML_NAME_SPACE \
- 			-DPIC -fPIC -I/home/opam/.opam/default/include   \
- 			  -I/home/opam/.opam/default/lib/bytes  -o ogg_stubs.o " ogg_stubs.c
- ar rcs libogg_stubs.a  ogg_stubs.o
- ocamlc.opt -c -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -I /home/opam/.opam/default/lib/bytes ogg.mli
- File "ogg.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).
- ocamlc.opt -c -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -I /home/opam/.opam/default/lib/bytes ogg.ml
- File "ogg.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).
- ocamlc.opt -c -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -I /home/opam/.opam/default/lib/bytes ogg_demuxer.mli
- File "ogg_demuxer.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).
- ocamlc.opt -c -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -I /home/opam/.opam/default/lib/bytes ogg_demuxer.ml
- File "ogg_demuxer.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).
- ocamlmklib    -I /home/opam/.opam/default/lib/bytes  -L/home/opam/.opam/default/lib   \
- 			-o ogg_stubs  ogg_stubs.o -logg  \
- 			
- ocamlc.opt -a -dllib dllogg_stubs.so    -I /home/opam/.opam/default/lib/bytes   -ccopt -L/home/opam/.opam/default/lib  -ccopt -L/home/opam/.opam/default/lib    -cclib -logg_stubs -cclib -logg   -o ogg.cma ogg.cmo ogg_demuxer.cmo
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ogg.0.6.1/src'
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ogg.0.6.1/src'
- ocamldep.opt -native ogg_demuxer.mli > ._ncdi/ogg_demuxer.di
- ocamldep.opt -native ogg.mli > ._ncdi/ogg.di
- make[2]: 'libogg_stubs.a' is up to date.
- ocamlopt.opt -c -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -I /home/opam/.opam/default/lib/bytes ogg.ml
- File "ogg.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).
- ocamlopt.opt -c -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -I /home/opam/.opam/default/lib/bytes ogg_demuxer.ml
- File "ogg_demuxer.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).
- ocamlopt.opt -a     -I /home/opam/.opam/default/lib/bytes   -ccopt -L/home/opam/.opam/default/lib  -ccopt -L/home/opam/.opam/default/lib   -cclib -logg_stubs -cclib -logg   -o ogg.cmxa ogg.cmx ogg_demuxer.cmx
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ogg.0.6.1/src'
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ogg.0.6.1/src'
-> compiled  ogg.0.6.1
[ogg: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/default/.opam-switch/build/ogg.0.6.1)
- /usr/bin/make -C src install
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ogg.0.6.1/src'
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ogg.0.6.1/src'
- make[2]: 'libogg_stubs.a' is up to date.
- make[2]: 'ogg.cma' is up to date.
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ogg.0.6.1/src'
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ogg.0.6.1/src'
- make[2]: 'libogg_stubs.a' is up to date.
- make[2]: 'ogg.cmxa' is up to date.
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ogg.0.6.1/src'
- 
- Installing library with ocamlfind
- ocamlfind install  ogg META ogg.mli ogg_demuxer.mli ogg.cmi ogg_demuxer.cmi ogg.cma ogg.cmx ogg_demuxer.cmx ogg.cmxa libogg_stubs.a ogg.a dllogg_stubs.so ocaml-ogg.h
- Installed /home/opam/.opam/default/lib/ogg/ocaml-ogg.h
- Installed /home/opam/.opam/default/lib/ogg/ogg.a
- Installed /home/opam/.opam/default/lib/ogg/libogg_stubs.a
- Installed /home/opam/.opam/default/lib/ogg/ogg.cmxa
- Installed /home/opam/.opam/default/lib/ogg/ogg_demuxer.cmx
- Installed /home/opam/.opam/default/lib/ogg/ogg.cmx
- Installed /home/opam/.opam/default/lib/ogg/ogg.cma
- Installed /home/opam/.opam/default/lib/ogg/ogg_demuxer.cmi
- Installed /home/opam/.opam/default/lib/ogg/ogg.cmi
- Installed /home/opam/.opam/default/lib/ogg/ogg_demuxer.mli
- Installed /home/opam/.opam/default/lib/ogg/ogg.mli
- Installed /home/opam/.opam/default/lib/stublibs/dllogg_stubs.so
- Installed /home/opam/.opam/default/lib/stublibs/dllogg_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/ogg/META
- 
- Installation successful.
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ogg.0.6.1/src'
-> installed ogg.0.6.1
[WARNING] Opam package conf-libogg.1 depends on the following system package that can no longer be found: libogg-dev

=== STDERR ===

2026-06-23 18:16.10: OK: build ogg.0.6.1 (runc: 5.1s, disk: 14KB)
2026-06-23 18:16.10: Job succeeded