Build:
  1. 0
2026-06-20 18:31.55: New job: build prometheus.0.1 (81899d437e49)
2026-06-20 18:31.55: Waiting for resource in pool day11-builds
2026-06-20 19:02.25: Got resource from pool day11-builds
2026-06-20 19:02.25: [profile full] build prometheus.0.1
2026-06-20 19:02.25: build prometheus.0.1 (81899d437e49)
=== DEPENDENCIES (19 transitive) ===
  asetmap.0.8.1                                      1d7a2d139112
  astring.0.8.5                                      c9b7741b1ba7
  base-bytes.base                                    ec2393fe4c6d
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  compiler-cloning.enabled                           0d2606125f88
  cppo.1.8.0                                         2299340fea15
  csexp.1.5.2                                        315ecef51574
  dune.3.23.1                                        dbfeecb5ca10
  dune-configurator.3.23.1                           8afe79196456
  fmt.0.11.0                                         13e83cd80bf7
  lwt.6.1.2                                          ed1e822009bb
  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
  ocplib-endian.1.2                                  e43423130776
  topkg.1.1.1                                        8e3718e4cf5c
=== 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-20 19:02.31: OK: build prometheus.0.1 (runc: 3.2s, disk: 12KB)
2026-06-20 19:02.31: Job succeeded