Build:
- 0
2026-06-16 18:29.45: New job: build dns-forward.0.9.0 (7503a0583b55)
2026-06-16 18:29.45: Waiting for resource in pool day11-builds
2026-06-16 18:48.12: Got resource from pool day11-builds
2026-06-16 18:48.12: [profile full] build dns-forward.0.9.0
2026-06-16 18:48.13: build dns-forward.0.9.0 (7503a0583b55)
=== DEPENDENCIES (63 transitive) ===
angstrom.0.16.1 9f0d650aad47
astring.0.8.5 f3e582160ed6
base.v0.14.4 9f1656c7e705
base-bytes.base a8b2f2cb4094
base-threads.base b7164ff76afe
base-unix.base 839dc585f12d
base64.3.5.2 81de9640f1d3
bigarray-compat.1.1.0 9bfd1416ca18
bigstringaf.0.10.0 79c728334d28
conf-pkg-config.5 64c6b37d622b
cppo.1.8.0 708e9eb1da47
csexp.1.5.2 2dc1d42cb195
cstruct.5.2.0 d21d1cf5b0e9
dns.1.1.1 e7ddcc1a6252
domain-name.0.2.1 802d3d1d1977
dune.3.23.1 6e9c895d33c4
dune-configurator.3.22.2 b3ee8ff25f05
duration.0.3.1 92083b993a44
fmt.0.11.0 d4154318e63f
hashcons.1.4.0 4e381a9d4684
io-page.2.4.0 ea2a19a54eb4
ipaddr.2.9.0 9ba3b0b80ecd
jbuilder.1.0+beta20.2 12fbbe32fb93
logs.0.8.0 af3f17bc55c6
lwt.5.10.0 ac5e7206cfa3
mirage-channel.3.2.0 6041438d4f7d
mirage-channel-lwt.3.2.0 43a5b8407caf
mirage-clock.2.0.0 4a75e73442ee
mirage-clock-lwt.2.0.0 a2dc9cdf8b6e
mirage-device.1.2.0 8dba60c35048
mirage-flow.1.6.0 427ea4bb7b8d
mirage-flow-lwt.1.6.0 d4d677b08ea0
mirage-time.1.3.0 a2f51d76b14c
mirage-time-lwt.1.3.0 85ae7c8aae4b
mtime.2.1.0 4baae5eedfb0
num.1.6 6107ad20ded4
ocaml.4.12.1 b220906b3826
ocaml-base-compiler.4.12.1 ce8680725b32
ocaml-compiler-libs.v0.12.4 692cac4e32e0
ocaml-config.2 3a99bd9dbb34
ocaml-migrate-parsetree.1.8.0 2e4ce0b38e6e
ocaml-secondary-compiler.4.14.2 208983c0e1e0
ocaml-syntax-shims.1.0.0 d10b7a5e5f51
ocamlbuild.0.16.1 0aed2948eb5f
ocamlfind.1.9.6 6a204c1e4cf6
ocamlfind-secondary.1.9.6 74c288ceaf87
ocplib-endian.1.2 6e44ef049825
parsexp.v0.14.2 9d7241cc0902
ppx_cstruct.5.2.0 c666ee72742b
ppx_derivers.1.2.1 8e0bcbefff24
ppx_sexp_conv.v0.14.1 d818046bc359
ppx_tools_versioned.5.4.0 1378cf69f9b5
ppxlib.0.15.0 e626e7e41d65
re.1.12.0 b44768667e4e
result.1.5 be123bcfc185
rresult.0.7.0 3641f379db86
seq.base 464aa74108c5
sexplib.v0.14.0 b0d486e7157e
sexplib0.v0.14.0 ebe6a4b61f9e
stdlib-shims.0.3.0 73378b8dd48d
stringext.1.6.0 191e26a6e594
topkg.1.1.1 38d1e7a378f4
uri.4.4.0 05e19b48f30e
=== STDOUT ===
Processing: [default: loading data]
[dns-forward.0.9.0: dl]
[dns-forward.0.9.0: extract]
-> retrieved dns-forward.0.9.0 (https://opam.ocaml.org/cache)
[dns-forward: jbuilder build]
+ /home/opam/.opam/default/bin/jbuilder "build" "-p" "dns-forward" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/dns-forward.0.9.0)
- ocamlc lib/.dns_forward.objs/dns_forward__Dns_forward_error.{cmo,cmt}
- File "lib/dns_forward_error.ml", line 21, characters 17-26:
- 21 | let errorf fmt = Fmt.kstrf (fun s -> Lwt.return (Error (`Msg s))) fmt
- ^^^^^^^^^
- Alert deprecated: Fmt.kstrf
- use Fmt.kstr instead.
- ocamlopt lib/.dns_forward.objs/dns_forward__Dns_forward_error.{cmx,o}
- File "lib/dns_forward_error.ml", line 21, characters 17-26:
- 21 | let errorf fmt = Fmt.kstrf (fun s -> Lwt.return (Error (`Msg s))) fmt
- ^^^^^^^^^
- Alert deprecated: Fmt.kstrf
- use Fmt.kstr instead.
- ocamlc lib/.dns_forward.objs/dns_forward__Dns_forward_cache.{cmo,cmt}
- File "lib/dns_forward_cache.ml", line 25, characters 18-36:
- 25 | let compare = Pervasives.compare
- ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- ocamlc lib/.dns_forward.objs/dns_forward__Dns_forward_config.{cmo,cmt}
- File "lib/dns_forward_config.ml", line 29, characters 30-48:
- 29 | if ip <> 0 then ip else Pervasives.compare a.port b.port
- ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/dns_forward_config.ml", line 40, characters 32-50:
- 40 | let compare (a: t) (b: t) = Pervasives.compare a b
- ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/dns_forward_config.ml", line 69, characters 18-36:
- 69 | let order = Pervasives.compare a.order b.order in
- ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/dns_forward_config.ml", line 70, characters 23-41:
- 70 | let timeout_ms = Pervasives.compare a.timeout_ms b.timeout_ms in
- ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/dns_forward_config.ml", line 98, characters 36-54:
- 98 | if servers <> 0 then servers else Pervasives.compare a.search b.search
- ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- ocamlopt lib/.dns_forward.objs/dns_forward__Dns_forward_config.{cmx,o}
- File "lib/dns_forward_config.ml", line 29, characters 30-48:
- 29 | if ip <> 0 then ip else Pervasives.compare a.port b.port
- ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/dns_forward_config.ml", line 40, characters 32-50:
- 40 | let compare (a: t) (b: t) = Pervasives.compare a b
- ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/dns_forward_config.ml", line 69, characters 18-36:
- 69 | let order = Pervasives.compare a.order b.order in
- ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/dns_forward_config.ml", line 70, characters 23-41:
- 70 | let timeout_ms = Pervasives.compare a.timeout_ms b.timeout_ms in
- ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/dns_forward_config.ml", line 98, characters 36-54:
- 98 | if servers <> 0 then servers else Pervasives.compare a.search b.search
- ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- ocamlopt lib/.dns_forward.objs/dns_forward__Dns_forward_cache.{cmx,o}
- File "lib/dns_forward_cache.ml", line 25, characters 18-36:
- 25 | let compare = Pervasives.compare
- ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
-> compiled dns-forward.0.9.0
-> installed dns-forward.0.9.0
=== STDERR ===
2026-06-16 18:48.38: OK: build dns-forward.0.9.0 (runc: 4.6s, disk: 17KB)
2026-06-16 18:48.38: Job succeeded