Build:
  1. 1
  2. 0
2026-09-03 22:02.43: New job: build datakit-server.0.12.2 (08692b8619da)
2026-09-03 22:02.43: Waiting for resource in pool day11-builds
2026-09-03 22:50.27: Got resource from pool day11-builds
2026-09-03 22:50.27: [profile full] build datakit-server.0.12.2
2026-09-03 22:50.27: build datakit-server.0.12.2 (08692b8619da)
=== DEPENDENCIES (24 transitive) ===
  astring.0.8.5                                      632949034a64
  base-bytes.base                                    68d84c459288
  base-threads.base                                  3d2f2cbc6db2
  base-unix.base                                     3a38ddca6b5e
  bigarray-compat.1.1.0                              3f4e163c0195
  cppo.1.8.0                                         8b34f9718c9c
  csexp.1.5.2                                        c758d7657e5b
  cstruct.6.0.1                                      64c3b8ffeb32
  dune.3.24.2                                        bf83cdf0a904
  dune-configurator.3.24.2                           23afe5cb4d3b
  fmt.0.11.0                                         5ca93ca97f7e
  logs.0.10.0                                        cde32a0b4a8b
  lwt.5.5.0                                          4d26b3dfb7e9
  mmap.1.2.0                                         d6ca1b98d0e7
  ocaml.4.14.4                                       c7d6265b51fe
  ocaml-base-compiler.4.14.4                         7a409b6ffbef
  ocaml-config.2                                     85edea6ac168
  ocamlbuild.0.16.1                                  5ae5ab4d19bf
  ocamlfind.1.9.8                                    3cae95bed0a0
  ocplib-endian.1.2                                  a626410be6a1
  result.1.5                                         24fb8ad48a1d
  rresult.0.7.0                                      e91945a392c9
  seq.base                                           1957e27deb9b
  topkg.1.1.1                                        f1122af0988e
=== STDOUT ===
Processing: [default: loading data]
[datakit-server.0.12.2: dl]
[datakit-server.0.12.2: extract]
-> retrieved datakit-server.0.12.2  (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.0.12.2)
- (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 123, characters 11-22:
- 123 |         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 127, characters 33-44:
- 127 |           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 148, characters 30-41:
- 148 |         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 150, characters 31-42:
- 150 |         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 174, characters 61-72:
- 174 |           current_offset := !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 182, characters 61-72:
- 182 |           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 223, characters 17-28:
- 223 |     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 249, characters 35-46:
- 249 |       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 254, characters 31-42:
- 254 |         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 287, characters 31-42:
- 287 |         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 306, characters 19-30:
- 306 |     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 307, characters 19-30:
- 307 |     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 316, characters 40-51:
- 316 |         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 329, characters 32-43:
- 329 |           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 331, characters 33-44:
- 331 |           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 352, characters 26-37:
- 352 |         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 371, characters 33-44:
- 371 |       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 387, characters 46-57:
- 387 |     | Some data -> 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 123, characters 11-22:
- 123 |         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 127, characters 33-44:
- 127 |           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 148, characters 30-41:
- 148 |         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 150, characters 31-42:
- 150 |         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 174, characters 61-72:
- 174 |           current_offset := !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 182, characters 61-72:
- 182 |           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 223, characters 17-28:
- 223 |     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 249, characters 35-46:
- 249 |       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 254, characters 31-42:
- 254 |         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 287, characters 31-42:
- 287 |         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 306, characters 19-30:
- 306 |     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 307, characters 19-30:
- 307 |     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 316, characters 40-51:
- 316 |         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 329, characters 32-43:
- 329 |           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 331, characters 33-44:
- 331 |           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 352, characters 26-37:
- 352 |         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 371, characters 33-44:
- 371 |       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 387, characters 46-57:
- 387 |     | Some data -> 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.0.12.2
-> installed datakit-server.0.12.2

=== STDERR ===

2026-09-03 22:50.37: OK: build datakit-server.0.12.2 (runc: 3.6s, disk: 18KB)
2026-09-03 22:50.37: Job succeeded