Build:
- 0
2026-06-16 14:19.15: New job: build datakit-server.1.0.0 (6473f1a17f60)
2026-06-16 14:19.15: Waiting for resource in pool day11-builds
2026-06-16 16:03.36: Got resource from pool day11-builds
2026-06-16 16:03.36: [profile full] build datakit-server.1.0.0
2026-06-16 16:03.36: build datakit-server.1.0.0 (6473f1a17f60)
=== DEPENDENCIES (24 transitive) ===
astring.0.8.5 156e7cc742dd
base-bytes.base 70d0daec7841
base-threads.base b7164ff76afe
base-unix.base 839dc585f12d
bigarray-compat.1.1.0 ecf1ac9cc3fe
cppo.1.8.0 ea583d2d3bbb
csexp.1.5.2 ec63db2dab31
cstruct.6.0.1 db62722d8978
dune.3.23.1 5402470d931c
dune-configurator.3.23.1 58f4a3f92083
fmt.0.11.0 fb25837707ac
logs.0.10.0 400d9749212a
lwt.5.5.0 3b550363cf46
mmap.1.2.0 d0c9c1af9f58
ocaml.4.14.4 cb826ea44eb2
ocaml-base-compiler.4.14.4 d2f775f983d7
ocaml-config.2 669e0fcf9e4d
ocamlbuild.0.16.1 8f6c52e6fce8
ocamlfind.1.9.8 6025f4a8e98e
ocplib-endian.1.2 4dbd3fe91c51
result.1.5 537fffb7b75d
rresult.0.7.0 66e2b7baf32c
seq.base 063828a3d698
topkg.1.1.1 ab549298f3fc
=== STDOUT ===
Processing: [default: loading data]
[datakit-server.1.0.0: dl]
[datakit-server.1.0.0: extract]
-> retrieved datakit-server.1.0.0 (https://opam.ocaml.org/cache)
[datakit-server: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "datakit-server" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/datakit-server.1.0.0)
- File "dune-project", line 4, characters 11-14:
- 4 | (using fmt 1.1)
- ^^^
- Warning: Version 1.1 of integration with automatic formatters is not
- supported until version 1.7 of the dune language.
- There are no supported versions of this extension in version 1.0 of the dune
- language.
-
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -I src/datakit-server/.datakit_server.objs/byte -I /home/opam/.opam/default/lib/astring -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/logs -I /home/opam/.opam/default/lib/lwt -I /home/opam/.opam/default/lib/result -I /home/opam/.opam/default/lib/rresult -I /home/opam/.opam/default/lib/seq -intf-suffix .ml -no-alias-deps -o src/datakit-server/.datakit_server.objs/byte/vfs.cmo -c -impl src/datakit-server/vfs.ml)
- File "src/datakit-server/vfs.ml", line 122, characters 11-22:
- 122 | if Cstruct.len avail = 0 then (
- ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "src/datakit-server/vfs.ml", line 126, characters 33-44:
- 126 | let count = min count (Cstruct.len avail) in
- ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "src/datakit-server/vfs.ml", line 149, characters 30-41:
- 149 | check_offset ~offset (Cstruct.len data) >>*= fun () ->
- ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "src/datakit-server/vfs.ml", line 151, characters 31-42:
- 151 | let count = min count (Cstruct.len avail) in
- ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "src/datakit-server/vfs.ml", line 176, characters 45-56:
- 176 | !current_offset ++ Int64.of_int (Cstruct.len result);
- ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "src/datakit-server/vfs.ml", line 184, characters 61-72:
- 184 | current_offset := !current_offset ++ Int64.of_int (Cstruct.len data);
- ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "src/datakit-server/vfs.ml", line 233, characters 17-28:
- 233 | let length = Cstruct.len data |> Int64.of_int in
- ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "src/datakit-server/vfs.ml", line 262, characters 35-46:
- 262 | let length = Int64.of_int @@ Cstruct.len !data in
- ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "src/datakit-server/vfs.ml", line 267, characters 31-42:
- 267 | let count = min count (Cstruct.len !data) in
- ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "src/datakit-server/vfs.ml", line 307, characters 31-42:
- 307 | let count = min count (Cstruct.len !data) in
- ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "src/datakit-server/vfs.ml", line 323, characters 19-30:
- 323 | let orig_len = Cstruct.len orig in
- ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "src/datakit-server/vfs.ml", line 324, characters 19-30:
- 324 | let data_len = Cstruct.len data in
- ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "src/datakit-server/vfs.ml", line 335, characters 42-53:
- 335 | [ Cstruct.sub orig 0 (min offset (Cstruct.len orig));
- ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "src/datakit-server/vfs.ml", line 347, characters 34-45:
- 347 | check_offset ~offset (Cstruct.len contents) >>*= fun () ->
- ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "src/datakit-server/vfs.ml", line 349, characters 35-46:
- 349 | let count = min count (Cstruct.len avail) in
- ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "src/datakit-server/vfs.ml", line 366, characters 26-37:
- 366 | let extra = len - Cstruct.len old in
- ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "src/datakit-server/vfs.ml", line 384, characters 33-44:
- 384 | let length = Int64.of_int (Cstruct.len !data) in
- ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "src/datakit-server/vfs.ml", line 407, characters 36-47:
- 407 | ok { length = Int64.of_int (Cstruct.len data); perm = `Normal }
- ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I src/datakit-server/.datakit_server.objs/byte -I src/datakit-server/.datakit_server.objs/native -I /home/opam/.opam/default/lib/astring -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/logs -I /home/opam/.opam/default/lib/lwt -I /home/opam/.opam/default/lib/result -I /home/opam/.opam/default/lib/rresult -I /home/opam/.opam/default/lib/seq -intf-suffix .ml -no-alias-deps -o src/datakit-server/.datakit_server.objs/native/vfs.cmx -c -impl src/datakit-server/vfs.ml)
- File "src/datakit-server/vfs.ml", line 122, characters 11-22:
- 122 | if Cstruct.len avail = 0 then (
- ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "src/datakit-server/vfs.ml", line 126, characters 33-44:
- 126 | let count = min count (Cstruct.len avail) in
- ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "src/datakit-server/vfs.ml", line 149, characters 30-41:
- 149 | check_offset ~offset (Cstruct.len data) >>*= fun () ->
- ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "src/datakit-server/vfs.ml", line 151, characters 31-42:
- 151 | let count = min count (Cstruct.len avail) in
- ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "src/datakit-server/vfs.ml", line 176, characters 45-56:
- 176 | !current_offset ++ Int64.of_int (Cstruct.len result);
- ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "src/datakit-server/vfs.ml", line 184, characters 61-72:
- 184 | current_offset := !current_offset ++ Int64.of_int (Cstruct.len data);
- ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "src/datakit-server/vfs.ml", line 233, characters 17-28:
- 233 | let length = Cstruct.len data |> Int64.of_int in
- ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "src/datakit-server/vfs.ml", line 262, characters 35-46:
- 262 | let length = Int64.of_int @@ Cstruct.len !data in
- ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "src/datakit-server/vfs.ml", line 267, characters 31-42:
- 267 | let count = min count (Cstruct.len !data) in
- ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "src/datakit-server/vfs.ml", line 307, characters 31-42:
- 307 | let count = min count (Cstruct.len !data) in
- ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "src/datakit-server/vfs.ml", line 323, characters 19-30:
- 323 | let orig_len = Cstruct.len orig in
- ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "src/datakit-server/vfs.ml", line 324, characters 19-30:
- 324 | let data_len = Cstruct.len data in
- ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "src/datakit-server/vfs.ml", line 335, characters 42-53:
- 335 | [ Cstruct.sub orig 0 (min offset (Cstruct.len orig));
- ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "src/datakit-server/vfs.ml", line 347, characters 34-45:
- 347 | check_offset ~offset (Cstruct.len contents) >>*= fun () ->
- ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "src/datakit-server/vfs.ml", line 349, characters 35-46:
- 349 | let count = min count (Cstruct.len avail) in
- ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "src/datakit-server/vfs.ml", line 366, characters 26-37:
- 366 | let extra = len - Cstruct.len old in
- ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "src/datakit-server/vfs.ml", line 384, characters 33-44:
- 384 | let length = Int64.of_int (Cstruct.len !data) in
- ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "src/datakit-server/vfs.ml", line 407, characters 36-47:
- 407 | ok { length = Int64.of_int (Cstruct.len data); perm = `Normal }
- ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
-> compiled datakit-server.1.0.0
-> installed datakit-server.1.0.0
=== STDERR ===
2026-06-16 16:03.44: OK: build datakit-server.1.0.0 (runc: 2.1s, disk: 18KB)
2026-06-16 16:03.44: Job succeeded