Build:
  1. 0
2026-09-03 23:05.09: New job: build colombe.0.4.2 (3d4c1c3fd02d)
2026-09-03 23:05.09: Waiting for resource in pool day11-builds
2026-09-03 23:59.59: Got resource from pool day11-builds
2026-09-03 23:59.59: [profile full] build colombe.0.4.2
2026-09-03 23:59.59: build colombe.0.4.2 (3d4c1c3fd02d)
=== DEPENDENCIES (24 transitive) ===
  angstrom.0.16.1                                    a323ffd89c88
  base-threads.base                                  3d2f2cbc6db2
  base-unix.base                                     3a38ddca6b5e
  base64.3.5.2                                       86081d8c7cb4
  bigstringaf.0.10.0                                 93e506531296
  cmdliner.1.3.0                                     c8a741506821
  compiler-cloning.enabled                           966a2e6839f0
  csexp.1.5.2                                        58b250503765
  domain-name.0.5.0                                  a674418123a9
  dune.3.24.2                                        ec704e062ad3
  dune-configurator.3.24.2                           183455f65a68
  emile.1.1                                          6cbfd0093328
  fmt.0.11.0                                         473393a87136
  ipaddr.5.6.2                                       de69a216e359
  macaddr.5.6.2                                      474bd44b06ad
  ocaml.5.5.0                                        22ebd7932512
  ocaml-base-compiler.5.5.0                          db1659234e8a
  ocaml-compiler.5.5.0                               7f52fb26d939
  ocaml-syntax-shims.1.0.0                           c27f011a36e9
  ocamlbuild.0.16.1                                  ccce18256717
  ocamlfind.1.9.9~preview                            6a4c70487cf9
  pecu.0.7                                           8bbc710106b7
  topkg.1.1.1                                        3bd227743fbd
  uutf.1.0.4                                         b7f5cf88bc3a
=== STDOUT ===
Processing: [default: loading data]
[colombe.0.4.2: dl]
[colombe.0.4.2: extract]
-> retrieved colombe.0.4.2  (https://opam.ocaml.org/cache)
[colombe: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "colombe" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/colombe.0.4.2)
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I src/.colombe.objs/byte -I /home/opam/.opam/default/lib/angstrom -I /home/opam/.opam/default/lib/bigstringaf -I /home/opam/.opam/default/lib/domain-name -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/ipaddr -I /home/opam/.opam/default/lib/macaddr -no-alias-deps -open Colombe__ -o src/.colombe.objs/byte/colombe__Path.cmo -c -impl src/path.ml)
- File "src/path.ml", line 72, characters 43-49:
- 72 |         Fmt.(list ~sep:(const string ",") (prefix (const string "@") Domain.pp))
-                                                 ^^^^^^
- Alert deprecated: Fmt.prefix
- use Fmt.(++) instead.
- 
- File "src/path.ml", line 126, characters 21-30:
- 126 | let error_msgf fmt = Fmt.kstrf (fun err -> Error (`Msg err)) fmt
-                            ^^^^^^^^^
- Alert deprecated: Fmt.kstrf
- use Fmt.kstr instead.
- 
- File "src/path.ml", line 170, characters 19-27:
- 170 |     | `String x -> Fmt.strf "%a" Fmt.(using escape string) x
-                          ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- 
- File "src/path.ml", line 171, characters 23-31:
- 171 |     | `Dot_string l -> Fmt.strf "%a" Fmt.(list ~sep:(const string ".") string) l
-                              ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- 
- File "src/path.ml", line 176, characters 8-16:
- 176 |         Fmt.strf "<%s@%s>" (local_to_string x.local) (Domain.to_string x.domain)
-               ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- 
- File "src/path.ml", line 178, characters 8-16:
- 178 |         Fmt.strf "<%a:%s@%s>"
-               ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- 
- File "src/path.ml", line 181, characters 15-21:
- 181 |               (prefix (const string "@") (using Domain.to_string string)))
-                      ^^^^^^
- Alert deprecated: Fmt.prefix
- use Fmt.(++) instead.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I src/.colombe.objs/byte -I src/.colombe.objs/native -I /home/opam/.opam/default/lib/angstrom -I /home/opam/.opam/default/lib/bigstringaf -I /home/opam/.opam/default/lib/domain-name -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/ipaddr -I /home/opam/.opam/default/lib/macaddr -cmi-file src/.colombe.objs/byte/colombe__Domain.cmi -no-alias-deps -open Colombe__ -o src/.colombe.objs/native/colombe__Domain.cmx -c -impl src/domain.ml)
- File "src/domain.ml", line 120, characters 18-27:
- 120 |   let failf fmt = Fmt.kstrf fail fmt
-                         ^^^^^^^^^
- Alert deprecated: Fmt.kstrf
- use Fmt.kstr instead.
- 
- File "src/domain.ml", line 159, characters 19-27:
- 159 |     | IPv4 ipv4 -> Fmt.strf "[%s]" (Ipaddr.V4.to_string ipv4)
-                          ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- 
- File "src/domain.ml", line 160, characters 19-27:
- 160 |     | IPv6 ipv6 -> Fmt.strf "[IPv6:%s]" (Ipaddr.V6.to_string ipv6)
-                          ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- 
- File "src/domain.ml", line 161, characters 26-34:
- 161 |     | Extension (k, v) -> Fmt.strf "[%s:%s]" k v
-                                 ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- 
- File "src/domain.ml", line 162, characters 18-26:
- 162 |     | Domain l -> Fmt.strf "%a" Fmt.(list ~sep:(const string ".") string) l
-                         ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I src/.colombe.objs/byte -I /home/opam/.opam/default/lib/angstrom -I /home/opam/.opam/default/lib/bigstringaf -I /home/opam/.opam/default/lib/domain-name -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/ipaddr -I /home/opam/.opam/default/lib/macaddr -cmi-file src/.colombe.objs/byte/colombe__State.cmi -no-alias-deps -open Colombe__ -o src/.colombe.objs/byte/colombe__State.cmo -c -impl src/state.ml)
- File "src/state.ml", line 146, characters 23-32:
- 146 |   let error_msgf fmt = Fmt.kstrf (fun err -> Error (`Msg err)) fmt
-                              ^^^^^^^^^
- Alert deprecated: Fmt.kstrf
- use Fmt.kstr instead.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I src/.colombe.objs/byte -I /home/opam/.opam/default/lib/angstrom -I /home/opam/.opam/default/lib/bigstringaf -I /home/opam/.opam/default/lib/domain-name -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/ipaddr -I /home/opam/.opam/default/lib/macaddr -no-alias-deps -open Colombe__ -o src/.colombe.objs/byte/colombe__Forward_path.cmo -c -impl src/forward_path.ml)
- File "src/forward_path.ml", line 52, characters 23-31:
- 52 |     | Domain domain -> Fmt.strf "<Postmaster@%s>" (Domain.to_string domain)
-                             ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I src/.colombe.objs/byte -I /home/opam/.opam/default/lib/angstrom -I /home/opam/.opam/default/lib/bigstringaf -I /home/opam/.opam/default/lib/domain-name -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/ipaddr -I /home/opam/.opam/default/lib/macaddr -cmi-file src/.colombe.objs/byte/colombe__Domain.cmi -no-alias-deps -open Colombe__ -o src/.colombe.objs/byte/colombe__Domain.cmo -c -impl src/domain.ml)
- File "src/domain.ml", line 120, characters 18-27:
- 120 |   let failf fmt = Fmt.kstrf fail fmt
-                         ^^^^^^^^^
- Alert deprecated: Fmt.kstrf
- use Fmt.kstr instead.
- 
- File "src/domain.ml", line 159, characters 19-27:
- 159 |     | IPv4 ipv4 -> Fmt.strf "[%s]" (Ipaddr.V4.to_string ipv4)
-                          ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- 
- File "src/domain.ml", line 160, characters 19-27:
- 160 |     | IPv6 ipv6 -> Fmt.strf "[IPv6:%s]" (Ipaddr.V6.to_string ipv6)
-                          ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- 
- File "src/domain.ml", line 161, characters 26-34:
- 161 |     | Extension (k, v) -> Fmt.strf "[%s:%s]" k v
-                                 ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- 
- File "src/domain.ml", line 162, characters 18-26:
- 162 |     | Domain l -> Fmt.strf "%a" Fmt.(list ~sep:(const string ".") string) l
-                         ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I src/.colombe.objs/byte -I src/.colombe.objs/native -I /home/opam/.opam/default/lib/angstrom -I /home/opam/.opam/default/lib/bigstringaf -I /home/opam/.opam/default/lib/domain-name -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/ipaddr -I /home/opam/.opam/default/lib/macaddr -cmi-file src/.colombe.objs/byte/colombe__State.cmi -no-alias-deps -open Colombe__ -o src/.colombe.objs/native/colombe__State.cmx -c -impl src/state.ml)
- File "src/state.ml", line 146, characters 23-32:
- 146 |   let error_msgf fmt = Fmt.kstrf (fun err -> Error (`Msg err)) fmt
-                              ^^^^^^^^^
- Alert deprecated: Fmt.kstrf
- use Fmt.kstr instead.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I src/.colombe.objs/byte -I src/.colombe.objs/native -I /home/opam/.opam/default/lib/angstrom -I /home/opam/.opam/default/lib/bigstringaf -I /home/opam/.opam/default/lib/domain-name -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/ipaddr -I /home/opam/.opam/default/lib/macaddr -cmi-file src/.colombe.objs/byte/colombe__Path.cmi -no-alias-deps -open Colombe__ -o src/.colombe.objs/native/colombe__Path.cmx -c -impl src/path.ml)
- File "src/path.ml", line 72, characters 43-49:
- 72 |         Fmt.(list ~sep:(const string ",") (prefix (const string "@") Domain.pp))
-                                                 ^^^^^^
- Alert deprecated: Fmt.prefix
- use Fmt.(++) instead.
- 
- File "src/path.ml", line 126, characters 21-30:
- 126 | let error_msgf fmt = Fmt.kstrf (fun err -> Error (`Msg err)) fmt
-                            ^^^^^^^^^
- Alert deprecated: Fmt.kstrf
- use Fmt.kstr instead.
- 
- File "src/path.ml", line 170, characters 19-27:
- 170 |     | `String x -> Fmt.strf "%a" Fmt.(using escape string) x
-                          ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- 
- File "src/path.ml", line 171, characters 23-31:
- 171 |     | `Dot_string l -> Fmt.strf "%a" Fmt.(list ~sep:(const string ".") string) l
-                              ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- 
- File "src/path.ml", line 176, characters 8-16:
- 176 |         Fmt.strf "<%s@%s>" (local_to_string x.local) (Domain.to_string x.domain)
-               ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- 
- File "src/path.ml", line 178, characters 8-16:
- 178 |         Fmt.strf "<%a:%s@%s>"
-               ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- 
- File "src/path.ml", line 181, characters 15-21:
- 181 |               (prefix (const string "@") (using Domain.to_string string)))
-                      ^^^^^^
- Alert deprecated: Fmt.prefix
- use Fmt.(++) instead.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I src/.colombe.objs/byte -I src/.colombe.objs/native -I /home/opam/.opam/default/lib/angstrom -I /home/opam/.opam/default/lib/bigstringaf -I /home/opam/.opam/default/lib/domain-name -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/ipaddr -I /home/opam/.opam/default/lib/macaddr -cmi-file src/.colombe.objs/byte/colombe__Forward_path.cmi -no-alias-deps -open Colombe__ -o src/.colombe.objs/native/colombe__Forward_path.cmx -c -impl src/forward_path.ml)
- File "src/forward_path.ml", line 52, characters 23-31:
- 52 |     | Domain domain -> Fmt.strf "<Postmaster@%s>" (Domain.to_string domain)
-                             ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
-> compiled  colombe.0.4.2
-> installed colombe.0.4.2

=== STDERR ===

2026-09-04 00:00.23: OK: build colombe.0.4.2 (runc: 11.9s, disk: 18KB)
2026-09-04 00:00.23: Job succeeded