Build:
  1. 0
2026-06-24 13:55.48: New job: build prometheus.0.1 (bf2f77c0fe84)
2026-06-24 13:55.48: Waiting for resource in pool day11-builds
2026-06-24 16:07.30: Got resource from pool day11-builds
2026-06-24 16:07.30: [profile full] build prometheus.0.1
2026-06-24 16:07.30: build prometheus.0.1 (bf2f77c0fe84)
=== DEPENDENCIES (19 transitive) ===
  asetmap.0.8.1                                      290ce2350cdd
  astring.0.8.5                                      868f52a07c05
  base-bytes.base                                    a7b3bf16b3f4
  base-threads.base                                  c9e7bdbf5823
  base-unix.base                                     7d1428be9ddb
  compiler-cloning.enabled                           439a1fc77aa6
  cppo.1.8.0                                         deac69f17b6b
  csexp.1.5.2                                        977b865a51b4
  dune.3.23.1                                        a59dd9b14fe3
  dune-configurator.3.23.1                           8cec6bb1116c
  fmt.0.11.0                                         a00e65adfdb2
  lwt.6.1.2                                          ac157df3e196
  ocaml.5.5.0                                        383268832c4b
  ocaml-base-compiler.5.5.0                          522c248944c8
  ocaml-compiler.5.5.0                               eb1a8babf54c
  ocamlbuild.0.16.1                                  e57f00093c6a
  ocamlfind.1.9.8                                    b506a15fcd6c
  ocplib-endian.1.2                                  d54106a1e513
  topkg.1.1.1                                        ac206dbbd2b6
=== STDOUT ===
Processing: [default: loading data]
[prometheus.0.1: dl]
[prometheus.0.1: extract]
-> retrieved prometheus.0.1  (https://opam.ocaml.org/cache)
[prometheus: ocaml build]
+ /home/opam/.opam/default/bin/ocaml "pkg/pkg.ml" "build" "--pinned" "false" "--tests" "false" "-n" "prometheus" (CWD=/home/opam/.opam/default/.opam-switch/build/prometheus.0.1)
- 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 -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 'lwt, astring, asetmap, fmt, str' -modules src/prometheus.ml > src/prometheus.ml.depends
- + ocamlfind ocamldep -package 'lwt, astring, asetmap, fmt, str' -modules src/prometheus.mli > src/prometheus.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 -g -annot -bin-annot -safe-string -strict-sequence -package 'lwt, astring, asetmap, fmt, str' -w A-4-58 -I src -I app -o src/prometheus.cmi src/prometheus.mli
- + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -strict-sequence -package 'lwt, astring, asetmap, fmt, str' -w A-4-58 -I src -I app -o src/prometheus.cmi src/prometheus.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
- File "src/prometheus.mli", line 13, characters 0-12:
- 13 | open Asetmap
-      ^^^^^^^^^^^^
- Warning 44 [open-shadow-identifier]: this open statement shadows the
-   module identifier Map (which is later used)
- + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -strict-sequence -package 'lwt, astring, asetmap, fmt, str' -w A-4-58 -I src -I app -o src/prometheus.cmx src/prometheus.ml
- + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -strict-sequence -package 'lwt, astring, asetmap, fmt, str' -w A-4-58 -I src -I app -o src/prometheus.cmx src/prometheus.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/prometheus.ml", line 20, characters 16-24:
- 20 |       failwith (Fmt.strf "Invalid name %S" name);
-                      ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- 
- File "src/prometheus.ml", line 2, characters 0-12:
- 2 | open Asetmap
-     ^^^^^^^^^^^^
- Warning 44 [open-shadow-identifier]: this open statement shadows the
-   module identifier Map (which is later used)
- 
- File "src/prometheus.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).
- + ocamlfind ocamlopt -a -package 'lwt, astring, asetmap, fmt, str' -I src src/prometheus.cmx -o src/prometheus.cmxa
- + ocamlfind ocamlopt -a -package 'lwt, astring, asetmap, fmt, str' -I src src/prometheus.cmx -o src/prometheus.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
- + ocamlfind ocamlopt -shared -linkall -package 'lwt, astring, asetmap, fmt, str' -I src src/prometheus.cmxa -o src/prometheus.cmxs
- + ocamlfind ocamlopt -shared -linkall -package 'lwt, astring, asetmap, fmt, str' -I src src/prometheus.cmxa -o src/prometheus.cmxs
- 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 -g -annot -bin-annot -safe-string -strict-sequence -package 'lwt, astring, asetmap, fmt, str' -w A-4-58 -I src -I app -o src/prometheus.cmo src/prometheus.ml
- + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -strict-sequence -package 'lwt, astring, asetmap, fmt, str' -w A-4-58 -I src -I app -o src/prometheus.cmo src/prometheus.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/prometheus.ml", line 20, characters 16-24:
- 20 |       failwith (Fmt.strf "Invalid name %S" name);
-                      ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- 
- File "src/prometheus.ml", line 2, characters 0-12:
- 2 | open Asetmap
-     ^^^^^^^^^^^^
- Warning 44 [open-shadow-identifier]: this open statement shadows the
-   module identifier Map (which is later used)
- 
- File "src/prometheus.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).
- + ocamlfind ocamlc -a -package 'lwt, astring, asetmap, fmt, str' -I src src/prometheus.cmo -o src/prometheus.cma
- + ocamlfind ocamlc -a -package 'lwt, astring, asetmap, fmt, str' -I src src/prometheus.cmo -o src/prometheus.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
-> compiled  prometheus.0.1
-> installed prometheus.0.1

=== STDERR ===

2026-06-24 16:07.38: OK: build prometheus.0.1 (runc: 2.2s, disk: 13KB)
2026-06-24 16:07.38: Job succeeded