Build:
- 1
- 0
2026-09-03 22:02.43: New job: build datakit-server.1.0.0 (7c5795e75da6)
2026-09-03 22:02.43: Waiting for resource in pool day11-builds
2026-09-03 22:50.28: Got resource from pool day11-builds
2026-09-03 22:50.28: [profile full] build datakit-server.1.0.0
2026-09-03 22:50.28: build datakit-server.1.0.0 (7c5795e75da6)
=== 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.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-09-03 22:50.39: OK: build datakit-server.1.0.0 (runc: 3.6s, disk: 18KB)
2026-09-03 22:50.39: Job succeeded