Build:
- 0
2026-06-24 18:58.45: New job: build dns-forward.0.10.0 (5e2fd92c9246)
2026-06-24 18:58.45: Waiting for resource in pool day11-builds
2026-06-24 19:17.30: Got resource from pool day11-builds
2026-06-24 19:17.30: [profile full] build dns-forward.0.10.0
2026-06-24 19:17.30: build dns-forward.0.10.0 (5e2fd92c9246)
=== DEPENDENCIES (63 transitive) ===
angstrom.0.16.1 49f06d53b59a
astring.0.8.5 015e8b59bf02
base.v0.14.4 52500aca3a6a
base-bytes.base b739da2a1ca5
base-threads.base c9e7bdbf5823
base-unix.base 7d1428be9ddb
base64.3.5.2 fc1f66ad4153
bigarray-compat.1.1.0 56aac2f329b1
bigstringaf.0.10.0 dc648b47a3c3
conf-pkg-config.5 d5de2c6a88f9
cppo.1.8.0 2e6d5a70492d
csexp.1.5.2 cbff46c78e23
cstruct.5.2.0 b475fb30accb
dns.1.1.1 5d2d67813249
domain-name.0.2.1 368952de056b
dune.3.23.1 ec34fe9ebf2c
dune-configurator.3.22.2 f3081e3d47cb
duration.0.3.1 cff6a69a04a0
fmt.0.11.0 310eac9631dd
hashcons.1.4.0 6d9f6ec775bc
io-page.3.0.0 7eb3a49af29e
ipaddr.2.9.0 8a1f45b8c93e
jbuilder.1.0+beta20.2 8141ab48b1e2
logs.0.8.0 a2dd45f71597
lwt.5.10.0 53ae1d1ba510
mirage-channel.3.2.0 1081071f3721
mirage-channel-lwt.3.2.0 75f9370e2be0
mirage-clock.2.0.0 be4ecb18eb10
mirage-clock-lwt.2.0.0 b125e12e181f
mirage-device.1.2.0 da7543bdbe34
mirage-flow.1.6.0 2804628657ef
mirage-flow-lwt.1.6.0 3f2f1e5fa8b3
mirage-time.1.3.0 d94791238be4
mirage-time-lwt.1.3.0 b900928ad3af
mtime.2.1.0 2c70e1eab50e
num.1.6 0d0867ee79d1
ocaml.4.12.1 dee35ad2ab01
ocaml-base-compiler.4.12.1 16a69ab1424d
ocaml-compiler-libs.v0.12.4 d8bb1449f899
ocaml-config.2 e77f021f2144
ocaml-migrate-parsetree.1.8.0 73b42abd5080
ocaml-secondary-compiler.4.14.2 fb63d435ed9e
ocaml-syntax-shims.1.0.0 0bbcec0141dc
ocamlbuild.0.16.1 2ce5a99932fe
ocamlfind.1.9.6 8d8d9a490c0f
ocamlfind-secondary.1.9.6 e7e9f5a4b1a5
ocplib-endian.1.2 5c1573509b5d
parsexp.v0.14.2 5f3a2c0277db
ppx_cstruct.5.2.0 b068351fdf1b
ppx_derivers.1.2.1 e2df7d6ecda0
ppx_sexp_conv.v0.14.1 0c298f7e3f54
ppx_tools_versioned.5.4.0 92222031b774
ppxlib.0.15.0 41b317614a27
re.1.12.0 60dc06e091f9
result.1.5 b2f02c331fa8
rresult.0.7.0 32b2361247b8
seq.base 67d9aec3c6ca
sexplib.v0.14.0 0e3d33032e6b
sexplib0.v0.14.0 42664ff9552d
stdlib-shims.0.3.0 1590dd69ad83
stringext.1.6.0 5f9404a111cf
topkg.1.1.1 2f204787554a
uri.4.4.0 02df15d565c6
=== STDOUT ===
Processing: [default: loading data]
[dns-forward.0.10.0: dl]
[dns-forward.0.10.0: extract]
-> retrieved dns-forward.0.10.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.10.0)
- 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_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.
- 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.10.0
-> installed dns-forward.0.10.0
=== STDERR ===
2026-06-24 19:17.45: OK: build dns-forward.0.10.0 (runc: 4.1s, disk: 19KB)
2026-06-24 19:17.45: Job succeeded