Build:
  1. 0
2026-06-16 15:28.02: New job: build prometheus.0.1 (8a5ca0fcba49)
2026-06-16 15:28.02: Waiting for resource in pool day11-builds
2026-06-16 16:25.37: Got resource from pool day11-builds
2026-06-16 16:25.37: [profile full] build prometheus.0.1
2026-06-16 16:25.37: build prometheus.0.1 (8a5ca0fcba49)
=== DEPENDENCIES (19 transitive) ===
  asetmap.0.8.1                                      9f7899d95f72
  astring.0.8.5                                      af0a355c6a41
  base-bytes.base                                    4e354a32e9ce
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  cppo.1.8.0                                         3c775a388c9d
  csexp.1.5.2                                        e2491a88a8e9
  dune.3.23.1                                        d50060dd2cab
  dune-configurator.3.23.1                           83dd42d9abe2
  fmt.0.11.0                                         485b1e345597
  lwt.6.1.2                                          05e2b8e7a225
  ocaml.5.4.1                                        708fed352b2a
  ocaml-base-compiler.5.4.1                          89b85703f841
  ocaml-compiler.5.4.1                               a719b8419b8e
  ocaml-config.3                                     aa27f63940d8
  ocamlbuild.0.16.1                                  069fc1e567af
  ocamlfind.1.9.8                                    5cfa73ef65e7
  ocplib-endian.1.2                                  1d89a46df662
  topkg.1.1.1                                        4a88955a28b6
=== 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 ocamlc -config
- + 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 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
- 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
- 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 "_none_", 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 -shared -linkall -package 'lwt, astring, asetmap, fmt, str' -I src src/prometheus.cmxa -o src/prometheus.cmxs
- + 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
- 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 "_none_", 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
-> compiled  prometheus.0.1
-> installed prometheus.0.1

=== STDERR ===

2026-06-16 16:25.43: OK: build prometheus.0.1 (runc: 2.1s, disk: 10KB)
2026-06-16 16:25.43: Job succeeded