Build:
  1. 0
2026-06-24 15:51.14: New job: build datakit-server.1.0.0 (83d31738ae9b)
2026-06-24 15:51.14: Waiting for resource in pool day11-builds
2026-06-24 16:52.21: Got resource from pool day11-builds
2026-06-24 16:52.21: [profile full] build datakit-server.1.0.0
2026-06-24 16:52.21: build datakit-server.1.0.0 (83d31738ae9b)
=== DEPENDENCIES (24 transitive) ===
  astring.0.8.5                                      4ebc2fc0ee9d
  base-bytes.base                                    c40d17bc86b5
  base-threads.base                                  c9e7bdbf5823
  base-unix.base                                     7d1428be9ddb
  bigarray-compat.1.1.0                              6340769fc89d
  cppo.1.8.0                                         5f3f70cae95b
  csexp.1.5.2                                        610c78f17734
  cstruct.6.0.1                                      01957cad303e
  dune.3.23.1                                        848a72441e15
  dune-configurator.3.23.1                           bc97ce98d8a9
  fmt.0.11.0                                         2830e55b9a03
  logs.0.10.0                                        47516cb6568c
  lwt.5.5.0                                          21922420fe1a
  mmap.1.2.0                                         e723f0a4d054
  ocaml.4.14.4                                       b047fb9251f4
  ocaml-base-compiler.4.14.4                         d3b7ccb2c6fb
  ocaml-config.2                                     2d9c209f5590
  ocamlbuild.0.16.1                                  7e0d6aadb209
  ocamlfind.1.9.8                                    214dd418ac02
  ocplib-endian.1.2                                  380dd426e898
  result.1.5                                         9b1cd45b2159
  rresult.0.7.0                                      ab060a31b0aa
  seq.base                                           0160fc3002c2
  topkg.1.1.1                                        511e1a1958da
=== 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-24 16:52.52: OK: build datakit-server.1.0.0 (runc: 4.1s, disk: 18KB)
2026-06-24 16:52.52: Job succeeded