Build:
  1. 0
2026-06-24 16:04.42: New job: build colombe.0.2.0 (e3a69c3bae02)
2026-06-24 16:04.42: Waiting for resource in pool day11-builds
2026-06-24 17:00.41: Got resource from pool day11-builds
2026-06-24 17:00.41: [profile full] build colombe.0.2.0
2026-06-24 17:00.41: build colombe.0.2.0 (e3a69c3bae02)
=== DEPENDENCIES (20 transitive) ===
  angstrom.0.13.0                                    1f2f7a00f66c
  base-threads.base                                  c9e7bdbf5823
  base-unix.base                                     7d1428be9ddb
  bigstringaf.0.10.0                                 ace38f08babf
  compiler-cloning.enabled                           439a1fc77aa6
  csexp.1.5.2                                        977b865a51b4
  domain-name.0.5.0                                  88f0a0101969
  dune.3.23.1                                        a59dd9b14fe3
  dune-configurator.3.23.1                           8cec6bb1116c
  fmt.0.11.0                                         a00e65adfdb2
  ipaddr.5.6.2                                       f0d11333b684
  macaddr.5.6.2                                      79697028334d
  ocaml.5.5.0                                        383268832c4b
  ocaml-base-compiler.5.5.0                          522c248944c8
  ocaml-compiler.5.5.0                               eb1a8babf54c
  ocaml-syntax-shims.1.0.0                           57f31ba6c740
  ocamlbuild.0.16.1                                  e57f00093c6a
  ocamlfind.1.9.8                                    b506a15fcd6c
  result.1.5                                         dc628609a9da
  topkg.1.1.1                                        ac206dbbd2b6
=== STDOUT ===
Processing: [default: loading data]
[colombe.0.2.0: dl]
[colombe.0.2.0: extract]
-> retrieved colombe.0.2.0  (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.2.0)
- (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 70, characters 41-47:
- 70 |       Fmt.(list ~sep:(const string ",") (prefix (const string "@") Domain.pp)) rest
-                                               ^^^^^^
- Alert deprecated: Fmt.prefix
- use Fmt.(++) instead.
- 
- File "src/path.ml", line 149, characters 6-14:
- 149 |       Fmt.strf "%a" Fmt.(using escape string) x
-             ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- 
- File "src/path.ml", line 151, characters 6-14:
- 151 |       Fmt.strf "%a" Fmt.(list ~sep:(const string ".") string) l
-             ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- 
- File "src/path.ml", line 155, characters 6-14:
- 155 |       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 157, characters 6-14:
- 157 |       Fmt.strf "<%a:%s@%s>"
-             ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- 
- File "src/path.ml", line 159, characters 16-22:
- 159 |                (prefix
-                       ^^^^^^
- Alert deprecated: Fmt.prefix
- use Fmt.(++) 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 106, characters 18-27:
- 106 |   let failf fmt = Fmt.kstrf fail fmt
-                         ^^^^^^^^^
- Alert deprecated: Fmt.kstrf
- use Fmt.kstr instead.
- 
- File "src/domain.ml", line 145, characters 19-27:
- 145 |     | IPv4 ipv4 -> Fmt.strf "[%s]" (Ipaddr.V4.to_string ipv4)
-                          ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- 
- File "src/domain.ml", line 146, characters 19-27:
- 146 |     | IPv6 ipv6 -> Fmt.strf "[IPv6:%s]" (Ipaddr.V6.to_string ipv6)
-                          ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- 
- File "src/domain.ml", line 147, characters 26-34:
- 147 |     | Extension (k, v) -> Fmt.strf "[%s:%s]" k v
-                                 ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- 
- File "src/domain.ml", line 148, characters 18-26:
- 148 |     | 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__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 106, characters 18-27:
- 106 |   let failf fmt = Fmt.kstrf fail fmt
-                         ^^^^^^^^^
- Alert deprecated: Fmt.kstrf
- use Fmt.kstr instead.
- 
- File "src/domain.ml", line 145, characters 19-27:
- 145 |     | IPv4 ipv4 -> Fmt.strf "[%s]" (Ipaddr.V4.to_string ipv4)
-                          ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- 
- File "src/domain.ml", line 146, characters 19-27:
- 146 |     | IPv6 ipv6 -> Fmt.strf "[IPv6:%s]" (Ipaddr.V6.to_string ipv6)
-                          ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- 
- File "src/domain.ml", line 147, characters 26-34:
- 147 |     | Extension (k, v) -> Fmt.strf "[%s:%s]" k v
-                                 ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- 
- File "src/domain.ml", line 148, characters 18-26:
- 148 |     | 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 139, characters 23-32:
- 139 |   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 50, characters 23-31:
- 50 |     | 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/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 139, characters 23-32:
- 139 |   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 70, characters 41-47:
- 70 |       Fmt.(list ~sep:(const string ",") (prefix (const string "@") Domain.pp)) rest
-                                               ^^^^^^
- Alert deprecated: Fmt.prefix
- use Fmt.(++) instead.
- 
- File "src/path.ml", line 149, characters 6-14:
- 149 |       Fmt.strf "%a" Fmt.(using escape string) x
-             ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- 
- File "src/path.ml", line 151, characters 6-14:
- 151 |       Fmt.strf "%a" Fmt.(list ~sep:(const string ".") string) l
-             ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- 
- File "src/path.ml", line 155, characters 6-14:
- 155 |       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 157, characters 6-14:
- 157 |       Fmt.strf "<%a:%s@%s>"
-             ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- 
- File "src/path.ml", line 159, characters 16-22:
- 159 |                (prefix
-                       ^^^^^^
- 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 50, characters 23-31:
- 50 |     | Domain domain -> Fmt.strf "<Postmaster@%s>" (Domain.to_string domain)
-                             ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
-> compiled  colombe.0.2.0
-> installed colombe.0.2.0

=== STDERR ===

2026-06-24 17:00.55: OK: build colombe.0.2.0 (runc: 3.6s, disk: 16KB)
2026-06-24 17:00.55: Job succeeded