Build:
  1. 0
2026-06-20 15:52.38: New job: build namespaces.0.5.1 (a1e5e7ec65ca)
2026-06-20 15:52.38: Waiting for resource in pool day11-builds
2026-06-20 15:59.50: Got resource from pool day11-builds
2026-06-20 15:59.50: [profile full] build namespaces.0.5.1
2026-06-20 15:59.50: build namespaces.0.5.1 (a1e5e7ec65ca)
=== DEPENDENCIES (6 transitive) ===
  compiler-cloning.enabled                           0d2606125f88
  ocaml.5.5.0                                        1b4132bddf48
  ocaml-base-compiler.5.5.0                          1901c3a760c1
  ocaml-compiler.5.5.0                               5f593a0b4a8c
  ocamlbuild.0.16.1                                  b485a4f69c01
  ocamlfind.1.9.8                                    5b46f9d92bbd
=== STDOUT ===
Processing: [default: loading data]
[namespaces.0.5.1: dl]
[namespaces.0.5.1: extract]
-> retrieved namespaces.0.5.1  (https://opam.ocaml.org/cache)
[namespaces: make build]
+ /usr/bin/make "build" (CWD=/home/opam/.opam/default/.opam-switch/build/namespaces.0.5.1)
- ocamlbuild -use-ocamlfind -cflags -bin-annot src/namespaces.cma src/namespaces.cmxa
- + ocamlfind ocamlc -config
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamldep -package ocamlbuild -modules src/namespaces.mli > src/namespaces.mli.depends
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlc -c -bin-annot -safe-string -package ocamlbuild -I src -o src/namespaces.cmi src/namespaces.mli
- + ocamlfind ocamlc -c -bin-annot -safe-string -package ocamlbuild -I src -o src/namespaces.cmi src/namespaces.mli
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamldep -package ocamlbuild -modules src/namespaces.ml > src/namespaces.ml.depends
- + ocamlfind ocamldep -package ocamlbuild -modules src/generators.mli > src/generators.mli.depends
- + ocamlfind ocamldep -package ocamlbuild -modules src/modules.mli > src/modules.mli.depends
- + ocamlfind ocamlc -c -bin-annot -safe-string -package ocamlbuild -I src -o src/generators.cmi src/generators.mli
- + ocamlfind ocamlc -c -bin-annot -safe-string -package ocamlbuild -I src -o src/generators.cmi src/generators.mli
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamldep -package ocamlbuild -modules src/rules.mli > src/rules.mli.depends
- + ocamlfind ocamlc -c -bin-annot -safe-string -package ocamlbuild -I src -o src/modules.cmi src/modules.mli
- + ocamlfind ocamlc -c -bin-annot -safe-string -package ocamlbuild -I src -o src/modules.cmi src/modules.mli
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlc -c -bin-annot -safe-string -package ocamlbuild -I src -o src/rules.cmi src/rules.mli
- + ocamlfind ocamlc -c -bin-annot -safe-string -package ocamlbuild -I src -o src/rules.cmi src/rules.mli
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlc -c -bin-annot -safe-string -package ocamlbuild -I src -o src/namespaces.cmo src/namespaces.ml
- + ocamlfind ocamlc -c -bin-annot -safe-string -package ocamlbuild -I src -o src/namespaces.cmo src/namespaces.ml
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamldep -package ocamlbuild -modules src/generators.ml > src/generators.ml.depends
- + ocamlfind ocamldep -package ocamlbuild -modules src/modules.ml > src/modules.ml.depends
- + ocamlfind ocamldep -package ocamlbuild -modules src/rules.ml > src/rules.ml.depends
- + ocamlfind ocamlc -c -bin-annot -safe-string -package ocamlbuild -I src -o src/generators.cmo src/generators.ml
- + ocamlfind ocamlc -c -bin-annot -safe-string -package ocamlbuild -I src -o src/generators.cmo src/generators.ml
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- File "src/generators.ml", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The str subdirectory has been
- automatically added to the search path, but you should add -I +str to the
- command-line to silence this alert (e.g. by adding str to the list of
- libraries in your dune file, or adding use_str to your _tags file for
- ocamlbuild, or using -package str for ocamlfind).
- + ocamlfind ocamlc -c -bin-annot -safe-string -package ocamlbuild -I src -o src/modules.cmo src/modules.ml
- + ocamlfind ocamlc -c -bin-annot -safe-string -package ocamlbuild -I src -o src/modules.cmo src/modules.ml
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- File "src/modules.ml", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The str subdirectory has been
- automatically added to the search path, but you should add -I +str to the
- command-line to silence this alert (e.g. by adding str to the list of
- libraries in your dune file, or adding use_str to your _tags file for
- ocamlbuild, or using -package str for ocamlfind).
- + ocamlfind ocamlc -c -bin-annot -safe-string -package ocamlbuild -I src -o src/rules.cmo src/rules.ml
- + ocamlfind ocamlc -c -bin-annot -safe-string -package ocamlbuild -I src -o src/rules.cmo src/rules.ml
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- File "src/rules.ml", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The str subdirectory has been
- automatically added to the search path, but you should add -I +str to the
- command-line to silence this alert (e.g. by adding str to the list of
- libraries in your dune file, or adding use_str to your _tags file for
- ocamlbuild, or using -package str for ocamlfind).
- + ocamlfind ocamlc -a -I src src/generators.cmo src/modules.cmo src/rules.cmo src/namespaces.cmo -o src/namespaces.cma
- + ocamlfind ocamlc -a -I src src/generators.cmo src/modules.cmo src/rules.cmo src/namespaces.cmo -o src/namespaces.cma
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlopt -c -bin-annot -safe-string -package ocamlbuild -I src -o src/generators.cmx src/generators.ml
- + ocamlfind ocamlopt -c -bin-annot -safe-string -package ocamlbuild -I src -o src/generators.cmx src/generators.ml
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- File "src/generators.ml", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The str subdirectory has been
- automatically added to the search path, but you should add -I +str to the
- command-line to silence this alert (e.g. by adding str to the list of
- libraries in your dune file, or adding use_str to your _tags file for
- ocamlbuild, or using -package str for ocamlfind).
- + ocamlfind ocamlopt -c -bin-annot -safe-string -package ocamlbuild -I src -o src/modules.cmx src/modules.ml
- + ocamlfind ocamlopt -c -bin-annot -safe-string -package ocamlbuild -I src -o src/modules.cmx src/modules.ml
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- File "src/modules.ml", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The str subdirectory has been
- automatically added to the search path, but you should add -I +str to the
- command-line to silence this alert (e.g. by adding str to the list of
- libraries in your dune file, or adding use_str to your _tags file for
- ocamlbuild, or using -package str for ocamlfind).
- + ocamlfind ocamlopt -c -bin-annot -safe-string -package ocamlbuild -I src -o src/rules.cmx src/rules.ml
- + ocamlfind ocamlopt -c -bin-annot -safe-string -package ocamlbuild -I src -o src/rules.cmx src/rules.ml
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- File "src/rules.ml", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The str subdirectory has been
- automatically added to the search path, but you should add -I +str to the
- command-line to silence this alert (e.g. by adding str to the list of
- libraries in your dune file, or adding use_str to your _tags file for
- ocamlbuild, or using -package str for ocamlfind).
- + ocamlfind ocamlopt -c -bin-annot -safe-string -package ocamlbuild -I src -o src/namespaces.cmx src/namespaces.ml
- + ocamlfind ocamlopt -c -bin-annot -safe-string -package ocamlbuild -I src -o src/namespaces.cmx src/namespaces.ml
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlopt -a -I src src/generators.cmx src/modules.cmx src/rules.cmx src/namespaces.cmx -o src/namespaces.cmxa
- + ocamlfind ocamlopt -a -I src src/generators.cmx src/modules.cmx src/rules.cmx src/namespaces.cmx -o src/namespaces.cmxa
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
-> compiled  namespaces.0.5.1
[namespaces: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/default/.opam-switch/build/namespaces.0.5.1)
- ocamlfind remove namespaces
- ocamlfind: [WARNING] No such file: /home/opam/.opam/default/lib/namespaces/META
- ocamlbuild -use-ocamlfind -cflags -bin-annot src/namespaces.cma src/namespaces.cmxa
- + ocamlfind ocamlc -config
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- ocamlfind install namespaces src/META _build/src/namespaces.cma _build/src/namespaces.cmxa _build/src/namespaces.cmi src/namespaces.mli _build/src/namespaces.cmt _build/src/namespaces.cmti _build/src/namespaces.a
- Installed /home/opam/.opam/default/lib/namespaces/namespaces.a
- Installed /home/opam/.opam/default/lib/namespaces/namespaces.cmti
- Installed /home/opam/.opam/default/lib/namespaces/namespaces.cmt
- Installed /home/opam/.opam/default/lib/namespaces/namespaces.mli
- Installed /home/opam/.opam/default/lib/namespaces/namespaces.cmi
- Installed /home/opam/.opam/default/lib/namespaces/namespaces.cmxa
- Installed /home/opam/.opam/default/lib/namespaces/namespaces.cma
- Installed /home/opam/.opam/default/lib/namespaces/META
-> installed namespaces.0.5.1

=== STDERR ===

2026-06-20 15:59.57: OK: build namespaces.0.5.1 (runc: 2.6s, disk: 16KB)
2026-06-20 15:59.57: Job succeeded