Build:
- 0
2026-06-16 18:48.37: New job: build git.3.2.0 (ff18066b6a91) 2026-06-16 18:48.37: Waiting for resource in pool day11-builds 2026-06-16 19:04.39: Got resource from pool day11-builds 2026-06-16 19:04.39: [profile full] build git.3.2.0 2026-06-16 19:04.39: build git.3.2.0 (ff18066b6a91) === DEPENDENCIES (57 transitive) === angstrom.0.16.1 bd89a904c7d1 astring.0.8.5 f3e582160ed6 base-bytes.base a8b2f2cb4094 base-threads.base b7164ff76afe base-unix.base 839dc585f12d base64.3.5.2 81de9640f1d3 bigarray-compat.1.1.0 9bfd1416ca18 bigstringaf.0.8.0 628ab444c955 bos.0.2.1 6ab1cac9c8ec carton.0.2.0 fcfe93e9599f carton-git.0.2.0 736c20f9d325 carton-lwt.0.2.0 bdd695ff00f4 checkseum.0.5.3 9271024c4d32 cmdliner.1.0.4 270d9a4843ba conf-pkg-config.5 64c6b37d622b cppo.1.8.0 708e9eb1da47 csexp.1.5.2 2dc1d42cb195 cstruct.6.0.1 0492a831e818 decompress.1.2.0 59d5ba7f7310 digestif.1.3.0 30c9d7f552c7 domain-name.0.5.0 390abb0b38f6 duff.0.5 489f7b2e7789 dune.3.23.1 6e9c895d33c4 dune-configurator.3.22.2 b3ee8ff25f05 emile.1.1 0a13353258f0 encore.0.8.1 e5dde723c9cf eqaf.0.9 8d1086aa55c5 fmt.0.9.0 54458d3f84ad fpath.0.7.3 8413f4fed2a1 ipaddr.5.6.2 005f1f564962 ke.0.6 3cbe6b24647c logs.0.7.0 b1f746f64746 lwt.5.10.0 ac5e7206cfa3 macaddr.5.6.2 4d7766f40453 mimic.0.0.6 f03c22a26af7 mirage-flow.3.0.0 2d4a2a26b57c mmap.1.2.0 4fa905a4bdac ocaml.4.12.1 b220906b3826 ocaml-base-compiler.4.12.1 ce8680725b32 ocaml-config.2 3a99bd9dbb34 ocaml-secondary-compiler.4.14.2 208983c0e1e0 ocaml-syntax-shims.1.0.0 d10b7a5e5f51 ocamlbuild.0.16.1 0aed2948eb5f ocamlfind.1.9.6 6a204c1e4cf6 ocamlfind-secondary.1.9.6 74c288ceaf87 ocamlgraph.2.2.0 59f35d6a6547 ocplib-endian.1.2 6e44ef049825 optint.0.3.0 cda264206c46 pecu.0.7 d01ad9161c2b psq.0.2.1 296e736bef0d result.1.5 be123bcfc185 rresult.0.7.0 3641f379db86 seq.base 464aa74108c5 stringext.1.6.0 191e26a6e594 topkg.1.1.1 38d1e7a378f4 uri.4.4.0 f13b07f57122 uutf.1.0.3 70fa7fc15762 === STDOUT === Processing: [default: loading data] [git.3.2.0: dl] [git.3.2.0: extract] -> retrieved git.3.2.0 (https://opam.ocaml.org/cache) [git: dune build] + /home/opam/.opam/default/bin/dune "build" "-p" "git" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/git.3.2.0) - (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I src/loose/.loose.objs/byte -I src/loose/.loose.objs/native -I /home/opam/.opam/default/lib/bigstringaf -I /home/opam/.opam/default/lib/carton -I /home/opam/.opam/default/lib/checkseum -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/decompress/de -I /home/opam/.opam/default/lib/decompress/zl -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/logs -I /home/opam/.opam/default/lib/result -I /home/opam/.opam/default/lib/rresult -intf-suffix .ml -no-alias-deps -o src/loose/.loose.objs/native/loose.cmx -c -impl src/loose/loose.ml) - File "src/loose/loose.ml", line 57, characters 60-71: - 57 | Zl.Def.src encoder (Cstruct.to_bigarray src) 0 (Cstruct.len src) - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "src/loose/loose.ml", line 64, characters 20-31: - 64 | let len = Cstruct.len dst - Zl.Def.dst_rem encoder in - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "src/loose/loose.ml", line 65, characters 19-30: - 65 | if len = Cstruct.len dst then Error `Non_atomic - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "src/loose/loose.ml", line 69, characters 63-74: - 69 | (Zl.Def.dst encoder (Cstruct.to_bigarray dst) 0 (Cstruct.len dst)) - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "src/loose/loose.ml", line 72, characters 20-31: - 72 | let len = Cstruct.len dst - Zl.Def.dst_rem encoder in - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "src/loose/loose.ml", line 73, characters 24-35: - 73 | Rresult.R.ok (Cstruct.len (Cstruct.shift dst len)) - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "src/loose/loose.ml", line 137, characters 44-55: - 137 | go Uid.empty (Cstruct.to_string hdr, 0, Cstruct.len hdr) [] encoder - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "src/loose/loose.ml", line 167, characters 25-36: - 167 | if Int64.of_int (Cstruct.len contents) <> length then - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -I src/loose/.loose.objs/byte -I /home/opam/.opam/default/lib/bigstringaf -I /home/opam/.opam/default/lib/carton -I /home/opam/.opam/default/lib/checkseum -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/decompress/de -I /home/opam/.opam/default/lib/decompress/zl -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/logs -I /home/opam/.opam/default/lib/result -I /home/opam/.opam/default/lib/rresult -intf-suffix .ml -no-alias-deps -o src/loose/.loose.objs/byte/loose.cmo -c -impl src/loose/loose.ml) - File "src/loose/loose.ml", line 57, characters 60-71: - 57 | Zl.Def.src encoder (Cstruct.to_bigarray src) 0 (Cstruct.len src) - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "src/loose/loose.ml", line 64, characters 20-31: - 64 | let len = Cstruct.len dst - Zl.Def.dst_rem encoder in - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "src/loose/loose.ml", line 65, characters 19-30: - 65 | if len = Cstruct.len dst then Error `Non_atomic - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "src/loose/loose.ml", line 69, characters 63-74: - 69 | (Zl.Def.dst encoder (Cstruct.to_bigarray dst) 0 (Cstruct.len dst)) - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "src/loose/loose.ml", line 72, characters 20-31: - 72 | let len = Cstruct.len dst - Zl.Def.dst_rem encoder in - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "src/loose/loose.ml", line 73, characters 24-35: - 73 | Rresult.R.ok (Cstruct.len (Cstruct.shift dst len)) - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "src/loose/loose.ml", line 137, characters 44-55: - 137 | go Uid.empty (Cstruct.to_string hdr, 0, Cstruct.len hdr) [] encoder - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "src/loose/loose.ml", line 167, characters 25-36: - 167 | if Int64.of_int (Cstruct.len contents) <> length then - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -I src/not-so-smart/.unixiz.objs/byte -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/ke -I /home/opam/.opam/default/lib/lwt -I /home/opam/.opam/default/lib/mirage-flow -I /home/opam/.opam/default/lib/result -I /home/opam/.opam/default/lib/rresult -I src/not-so-smart/.sigs.objs/byte -intf-suffix .ml -no-alias-deps -o src/not-so-smart/.unixiz.objs/byte/unixiz.cmo -c -impl src/not-so-smart/unixiz.ml) - File "src/not-so-smart/unixiz.ml", line 36, characters 55-66: - 36 | Ke.Rke.N.push flow.queue ~blit:blit0 ~length:Cstruct.len res; - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "src/not-so-smart/unixiz.ml", line 37, characters 25-36: - 37 | let len = min (Cstruct.len payload) (Ke.Rke.length flow.queue) in - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "src/not-so-smart/unixiz.ml", line 38, characters 59-70: - 38 | Ke.Rke.N.keep_exn flow.queue ~blit:blit1 ~length:Cstruct.len ~off:0 - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "src/not-so-smart/unixiz.ml", line 43, characters 21-32: - 43 | let len = min (Cstruct.len payload) (Ke.Rke.length flow.queue) in - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "src/not-so-smart/unixiz.ml", line 44, characters 55-66: - 44 | Ke.Rke.N.keep_exn flow.queue ~blit:blit1 ~length:Cstruct.len ~len payload; - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "src/not-so-smart/unixiz.ml", line 52, characters 21-32: - 52 | | Ok () -> R.ok (Cstruct.len payload) - ^^^^^^^^^^^ - 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/not-so-smart/.unixiz.objs/byte -I src/not-so-smart/.unixiz.objs/native -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/ke -I /home/opam/.opam/default/lib/lwt -I /home/opam/.opam/default/lib/mirage-flow -I /home/opam/.opam/default/lib/result -I /home/opam/.opam/default/lib/rresult -I src/not-so-smart/.sigs.objs/byte -I src/not-so-smart/.sigs.objs/native -intf-suffix .ml -no-alias-deps -o src/not-so-smart/.unixiz.objs/native/unixiz.cmx -c -impl src/not-so-smart/unixiz.ml) - File "src/not-so-smart/unixiz.ml", line 36, characters 55-66: - 36 | Ke.Rke.N.push flow.queue ~blit:blit0 ~length:Cstruct.len res; - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "src/not-so-smart/unixiz.ml", line 37, characters 25-36: - 37 | let len = min (Cstruct.len payload) (Ke.Rke.length flow.queue) in - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "src/not-so-smart/unixiz.ml", line 38, characters 59-70: - 38 | Ke.Rke.N.keep_exn flow.queue ~blit:blit1 ~length:Cstruct.len ~off:0 - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "src/not-so-smart/unixiz.ml", line 43, characters 21-32: - 43 | let len = min (Cstruct.len payload) (Ke.Rke.length flow.queue) in - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "src/not-so-smart/unixiz.ml", line 44, characters 55-66: - 44 | Ke.Rke.N.keep_exn flow.queue ~blit:blit1 ~length:Cstruct.len ~len payload; - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "src/not-so-smart/unixiz.ml", line 52, characters 21-32: - 52 | | Ok () -> R.ok (Cstruct.len payload) - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -I src/not-so-smart/.smart.objs/byte -I /home/opam/.opam/default/lib/astring -I /home/opam/.opam/default/lib/domain-name -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/ipaddr -I /home/opam/.opam/default/lib/result -I /home/opam/.opam/default/lib/rresult -I src/not-so-smart/.pkt_line.objs/byte -intf-suffix .ml -no-alias-deps -open Smart__ -o src/not-so-smart/.smart.objs/byte/smart__Protocol.cmo -c -impl src/not-so-smart/protocol.ml) - File "src/not-so-smart/protocol.ml", line 127, characters 11-17: - 127 | Fmt.(prefix (const string " host=") pp_host) - ^^^^^^ - Alert deprecated: Fmt.prefix - use Fmt.(++) instead. - File "src/not-so-smart/protocol.ml", line 129, characters 11-17: - 129 | Fmt.(prefix (const string " version=") int) - ^^^^^^ - Alert deprecated: Fmt.prefix - use Fmt.(++) instead. - (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -I src/not-so-smart/.smart_flow.objs/byte -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/logs -I src/not-so-smart/.sigs.objs/byte -I src/not-so-smart/.smart.objs/byte -intf-suffix .ml -no-alias-deps -o src/not-so-smart/.smart_flow.objs/byte/smart_flow.cmo -c -impl src/not-so-smart/smart_flow.ml) - File "src/not-so-smart/smart_flow.ml", line 24, characters 23-34: - 24 | let max = min (Cstruct.len tmp) len in - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "src/not-so-smart/smart_flow.ml", line 39, characters 13-24: - 39 | if Cstruct.len tmp = 0 then go (k len) - ^^^^^^^^^^^ - 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/not-so-smart/.smart.objs/byte -I src/not-so-smart/.smart.objs/native -I /home/opam/.opam/default/lib/astring -I /home/opam/.opam/default/lib/domain-name -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/ipaddr -I /home/opam/.opam/default/lib/result -I /home/opam/.opam/default/lib/rresult -I src/not-so-smart/.pkt_line.objs/byte -I src/not-so-smart/.pkt_line.objs/native -intf-suffix .ml -no-alias-deps -open Smart__ -o src/not-so-smart/.smart.objs/native/smart__Protocol.cmx -c -impl src/not-so-smart/protocol.ml) - File "src/not-so-smart/protocol.ml", line 127, characters 11-17: - 127 | Fmt.(prefix (const string " host=") pp_host) - ^^^^^^ - Alert deprecated: Fmt.prefix - use Fmt.(++) instead. - File "src/not-so-smart/protocol.ml", line 129, characters 11-17: - 129 | Fmt.(prefix (const string " version=") int) - ^^^^^^ - Alert deprecated: Fmt.prefix - use Fmt.(++) instead. - (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I src/not-so-smart/.smart_flow.objs/byte -I src/not-so-smart/.smart_flow.objs/native -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/logs -I src/not-so-smart/.sigs.objs/byte -I src/not-so-smart/.sigs.objs/native -I src/not-so-smart/.smart.objs/byte -I src/not-so-smart/.smart.objs/native -intf-suffix .ml -no-alias-deps -o src/not-so-smart/.smart_flow.objs/native/smart_flow.cmx -c -impl src/not-so-smart/smart_flow.ml) - File "src/not-so-smart/smart_flow.ml", line 24, characters 23-34: - 24 | let max = min (Cstruct.len tmp) len in - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "src/not-so-smart/smart_flow.ml", line 39, characters 13-24: - 39 | if Cstruct.len tmp = 0 then go (k len) - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -I src/git/.git.objs/byte -I /home/opam/.opam/default/lib/angstrom -I /home/opam/.opam/default/lib/astring -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/bigstringaf -I /home/opam/.opam/default/lib/carton -I /home/opam/.opam/default/lib/carton-git -I /home/opam/.opam/default/lib/carton-lwt -I /home/opam/.opam/default/lib/checkseum -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/decompress/de -I /home/opam/.opam/default/lib/decompress/zl -I /home/opam/.opam/default/lib/digestif -I /home/opam/.opam/default/lib/encore -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/fpath -I /home/opam/.opam/default/lib/ke -I /home/opam/.opam/default/lib/logs -I /home/opam/.opam/default/lib/lwt -I /home/opam/.opam/default/lib/mimic -I /home/opam/.opam/default/lib/ocamlgraph -I /home/opam/.opam/default/lib/optint -I /home/opam/.opam/default/lib/result -I /home/opam/.opam/default/lib/rresult -I src/loose/.loose.objs/byte -I src/loose/.loose_git.objs/byte -I src/not-so-smart/.hkt.objs/byte -I src/not-so-smart/.pck.objs/byte -I src/not-so-smart/.sigs.objs/byte -I src/not-so-smart/.smart.objs/byte -I src/not-so-smart/.smart_git.objs/byte -intf-suffix .ml -no-alias-deps -open Git__ -o src/git/.git.objs/byte/git__Cstruct_append.cmo -c -impl src/git/cstruct_append.ml) - File "src/git/cstruct_append.ml", line 115, characters 7-18: - 115 | if Cstruct.len !value < 1 then ( - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "src/git/cstruct_append.ml", line 126, characters 17-28: - 126 | capacity = Cstruct.len value; - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -I src/git/.git.objs/byte -I /home/opam/.opam/default/lib/angstrom -I /home/opam/.opam/default/lib/astring -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/bigstringaf -I /home/opam/.opam/default/lib/carton -I /home/opam/.opam/default/lib/carton-git -I /home/opam/.opam/default/lib/carton-lwt -I /home/opam/.opam/default/lib/checkseum -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/decompress/de -I /home/opam/.opam/default/lib/decompress/zl -I /home/opam/.opam/default/lib/digestif -I /home/opam/.opam/default/lib/encore -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/fpath -I /home/opam/.opam/default/lib/ke -I /home/opam/.opam/default/lib/logs -I /home/opam/.opam/default/lib/lwt -I /home/opam/.opam/default/lib/mimic -I /home/opam/.opam/default/lib/ocamlgraph -I /home/opam/.opam/default/lib/optint -I /home/opam/.opam/default/lib/result -I /home/opam/.opam/default/lib/rresult -I src/loose/.loose.objs/byte -I src/loose/.loose_git.objs/byte -I src/not-so-smart/.hkt.objs/byte -I src/not-so-smart/.pck.objs/byte -I src/not-so-smart/.sigs.objs/byte -I src/not-so-smart/.smart.objs/byte -I src/not-so-smart/.smart_git.objs/byte -intf-suffix .ml -no-alias-deps -open Git__ -o src/git/.git.objs/byte/git__Blob.cmo -c -impl src/git/blob.ml) - File "src/git/blob.ml", line 29, characters 49-60: - 29 | let length : t -> int64 = fun t -> Int64.of_int (Cstruct.len t) - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "src/git/blob.ml", line 58, characters 51-62: - 58 | let length : t -> int64 = fun t -> Int64.of_int (Cstruct.len t) - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -I src/not-so-smart/.smart_git.objs/byte -I /home/opam/.opam/default/lib/astring -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/bigstringaf -I /home/opam/.opam/default/lib/carton -I /home/opam/.opam/default/lib/carton-lwt -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/decompress/de -I /home/opam/.opam/default/lib/decompress/zl -I /home/opam/.opam/default/lib/digestif -I /home/opam/.opam/default/lib/domain-name -I /home/opam/.opam/default/lib/emile -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/ipaddr -I /home/opam/.opam/default/lib/logs -I /home/opam/.opam/default/lib/lwt -I /home/opam/.opam/default/lib/mimic -I /home/opam/.opam/default/lib/mirage-flow -I /home/opam/.opam/default/lib/result -I /home/opam/.opam/default/lib/rresult -I /home/opam/.opam/default/lib/uri -I src/not-so-smart/.nss.objs/byte -I src/not-so-smart/.pck.objs/byte -I src/not-so-smart/.sigs.objs/byte -I src/not-so-smart/.smart.objs/byte -I src/not-so-smart/.unixiz.objs/byte -intf-suffix .ml -no-alias-deps -open Smart_git__ -o src/not-so-smart/.smart_git.objs/byte/smart_git.cmo -c -impl src/not-so-smart/smart_git.ml) - File "src/not-so-smart/smart_git.ml", line 356, characters 21-32: - 356 | Lwt.return_ok (Cstruct.len raw) - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "src/not-so-smart/smart_git.ml", line 367, characters 52-63: - 367 | let len = min (String.length t.ic - t.pos) (Cstruct.len raw) in - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -I src/git/.git.objs/byte -I /home/opam/.opam/default/lib/angstrom -I /home/opam/.opam/default/lib/astring -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/bigstringaf -I /home/opam/.opam/default/lib/carton -I /home/opam/.opam/default/lib/carton-git -I /home/opam/.opam/default/lib/carton-lwt -I /home/opam/.opam/default/lib/checkseum -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/decompress/de -I /home/opam/.opam/default/lib/decompress/zl -I /home/opam/.opam/default/lib/digestif -I /home/opam/.opam/default/lib/encore -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/fpath -I /home/opam/.opam/default/lib/ke -I /home/opam/.opam/default/lib/logs -I /home/opam/.opam/default/lib/lwt -I /home/opam/.opam/default/lib/mimic -I /home/opam/.opam/default/lib/ocamlgraph -I /home/opam/.opam/default/lib/optint -I /home/opam/.opam/default/lib/result -I /home/opam/.opam/default/lib/rresult -I src/loose/.loose.objs/byte -I src/loose/.loose_git.objs/byte -I src/not-so-smart/.hkt.objs/byte -I src/not-so-smart/.pck.objs/byte -I src/not-so-smart/.sigs.objs/byte -I src/not-so-smart/.smart.objs/byte -I src/not-so-smart/.smart_git.objs/byte -intf-suffix .ml -no-alias-deps -open Git__ -o src/git/.git.objs/byte/git__Commit.cmo -c -impl src/git/commit.ml) - File "src/git/commit.ml", line 200, characters 33-41: - 200 | (Fmt.hvbox (Fmt.list ~sep:(Fmt.unit ";@ ") Hash.pp)) - ^^^^^^^^ - Alert deprecated: Fmt.unit - use Fmt.any instead. - (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I src/not-so-smart/.smart_git.objs/byte -I src/not-so-smart/.smart_git.objs/native -I /home/opam/.opam/default/lib/astring -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/bigstringaf -I /home/opam/.opam/default/lib/carton -I /home/opam/.opam/default/lib/carton-lwt -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/decompress/de -I /home/opam/.opam/default/lib/decompress/zl -I /home/opam/.opam/default/lib/digestif -I /home/opam/.opam/default/lib/domain-name -I /home/opam/.opam/default/lib/emile -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/ipaddr -I /home/opam/.opam/default/lib/logs -I /home/opam/.opam/default/lib/lwt -I /home/opam/.opam/default/lib/mimic -I /home/opam/.opam/default/lib/mirage-flow -I /home/opam/.opam/default/lib/result -I /home/opam/.opam/default/lib/rresult -I /home/opam/.opam/default/lib/uri -I src/not-so-smart/.nss.objs/byte -I src/not-so-smart/.nss.objs/native -I src/not-so-smart/.pck.objs/byte -I src/not-so-smart/.pck.objs/native -I src/not-so-smart/.sigs.objs/byte -I src/not-so-smart/.sigs.objs/native -I src/not-so-smart/.smart.objs/byte -I src/not-so-smart/.smart.objs/native -I src/not-so-smart/.unixiz.objs/byte -I src/not-so-smart/.unixiz.objs/native -intf-suffix .ml -no-alias-deps -open Smart_git__ -o src/not-so-smart/.smart_git.objs/native/smart_git.cmx -c -impl src/not-so-smart/smart_git.ml) - File "src/not-so-smart/smart_git.ml", line 356, characters 21-32: - 356 | Lwt.return_ok (Cstruct.len raw) - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "src/not-so-smart/smart_git.ml", line 367, characters 52-63: - 367 | let len = min (String.length t.ic - t.pos) (Cstruct.len raw) in - ^^^^^^^^^^^ - 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/git/.git.objs/byte -I src/git/.git.objs/native -I /home/opam/.opam/default/lib/angstrom -I /home/opam/.opam/default/lib/astring -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/bigstringaf -I /home/opam/.opam/default/lib/carton -I /home/opam/.opam/default/lib/carton-git -I /home/opam/.opam/default/lib/carton-lwt -I /home/opam/.opam/default/lib/checkseum -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/decompress/de -I /home/opam/.opam/default/lib/decompress/zl -I /home/opam/.opam/default/lib/digestif -I /home/opam/.opam/default/lib/encore -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/fpath -I /home/opam/.opam/default/lib/ke -I /home/opam/.opam/default/lib/logs -I /home/opam/.opam/default/lib/lwt -I /home/opam/.opam/default/lib/mimic -I /home/opam/.opam/default/lib/ocamlgraph -I /home/opam/.opam/default/lib/optint -I /home/opam/.opam/default/lib/result -I /home/opam/.opam/default/lib/rresult -I src/loose/.loose.objs/byte -I src/loose/.loose.objs/native -I src/loose/.loose_git.objs/byte -I src/loose/.loose_git.objs/native -I src/not-so-smart/.hkt.objs/byte -I src/not-so-smart/.hkt.objs/native -I src/not-so-smart/.pck.objs/byte -I src/not-so-smart/.pck.objs/native -I src/not-so-smart/.sigs.objs/byte -I src/not-so-smart/.sigs.objs/native -I src/not-so-smart/.smart.objs/byte -I src/not-so-smart/.smart.objs/native -I src/not-so-smart/.smart_git.objs/byte -I src/not-so-smart/.smart_git.objs/native -intf-suffix .ml -no-alias-deps -open Git__ -o src/git/.git.objs/native/git__Cstruct_append.cmx -c -impl src/git/cstruct_append.ml) - File "src/git/cstruct_append.ml", line 115, characters 7-18: - 115 | if Cstruct.len !value < 1 then ( - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "src/git/cstruct_append.ml", line 126, characters 17-28: - 126 | capacity = Cstruct.len value; - ^^^^^^^^^^^ - 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/git/.git.objs/byte -I src/git/.git.objs/native -I /home/opam/.opam/default/lib/angstrom -I /home/opam/.opam/default/lib/astring -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/bigstringaf -I /home/opam/.opam/default/lib/carton -I /home/opam/.opam/default/lib/carton-git -I /home/opam/.opam/default/lib/carton-lwt -I /home/opam/.opam/default/lib/checkseum -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/decompress/de -I /home/opam/.opam/default/lib/decompress/zl -I /home/opam/.opam/default/lib/digestif -I /home/opam/.opam/default/lib/encore -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/fpath -I /home/opam/.opam/default/lib/ke -I /home/opam/.opam/default/lib/logs -I /home/opam/.opam/default/lib/lwt -I /home/opam/.opam/default/lib/mimic -I /home/opam/.opam/default/lib/ocamlgraph -I /home/opam/.opam/default/lib/optint -I /home/opam/.opam/default/lib/result -I /home/opam/.opam/default/lib/rresult -I src/loose/.loose.objs/byte -I src/loose/.loose.objs/native -I src/loose/.loose_git.objs/byte -I src/loose/.loose_git.objs/native -I src/not-so-smart/.hkt.objs/byte -I src/not-so-smart/.hkt.objs/native -I src/not-so-smart/.pck.objs/byte -I src/not-so-smart/.pck.objs/native -I src/not-so-smart/.sigs.objs/byte -I src/not-so-smart/.sigs.objs/native -I src/not-so-smart/.smart.objs/byte -I src/not-so-smart/.smart.objs/native -I src/not-so-smart/.smart_git.objs/byte -I src/not-so-smart/.smart_git.objs/native -intf-suffix .ml -no-alias-deps -open Git__ -o src/git/.git.objs/native/git__Blob.cmx -c -impl src/git/blob.ml) - File "src/git/blob.ml", line 29, characters 49-60: - 29 | let length : t -> int64 = fun t -> Int64.of_int (Cstruct.len t) - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "src/git/blob.ml", line 58, characters 51-62: - 58 | let length : t -> int64 = fun t -> Int64.of_int (Cstruct.len t) - ^^^^^^^^^^^ - 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/git/.git.objs/byte -I src/git/.git.objs/native -I /home/opam/.opam/default/lib/angstrom -I /home/opam/.opam/default/lib/astring -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/bigstringaf -I /home/opam/.opam/default/lib/carton -I /home/opam/.opam/default/lib/carton-git -I /home/opam/.opam/default/lib/carton-lwt -I /home/opam/.opam/default/lib/checkseum -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/decompress/de -I /home/opam/.opam/default/lib/decompress/zl -I /home/opam/.opam/default/lib/digestif -I /home/opam/.opam/default/lib/encore -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/fpath -I /home/opam/.opam/default/lib/ke -I /home/opam/.opam/default/lib/logs -I /home/opam/.opam/default/lib/lwt -I /home/opam/.opam/default/lib/mimic -I /home/opam/.opam/default/lib/ocamlgraph -I /home/opam/.opam/default/lib/optint -I /home/opam/.opam/default/lib/result -I /home/opam/.opam/default/lib/rresult -I src/loose/.loose.objs/byte -I src/loose/.loose.objs/native -I src/loose/.loose_git.objs/byte -I src/loose/.loose_git.objs/native -I src/not-so-smart/.hkt.objs/byte -I src/not-so-smart/.hkt.objs/native -I src/not-so-smart/.pck.objs/byte -I src/not-so-smart/.pck.objs/native -I src/not-so-smart/.sigs.objs/byte -I src/not-so-smart/.sigs.objs/native -I src/not-so-smart/.smart.objs/byte -I src/not-so-smart/.smart.objs/native -I src/not-so-smart/.smart_git.objs/byte -I src/not-so-smart/.smart_git.objs/native -intf-suffix .ml -no-alias-deps -open Git__ -o src/git/.git.objs/native/git__Commit.cmx -c -impl src/git/commit.ml) - File "src/git/commit.ml", line 200, characters 33-41: - 200 | (Fmt.hvbox (Fmt.list ~sep:(Fmt.unit ";@ ") Hash.pp)) - ^^^^^^^^ - Alert deprecated: Fmt.unit - use Fmt.any instead. - (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -I src/git/.git.objs/byte -I /home/opam/.opam/default/lib/angstrom -I /home/opam/.opam/default/lib/astring -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/bigstringaf -I /home/opam/.opam/default/lib/carton -I /home/opam/.opam/default/lib/carton-git -I /home/opam/.opam/default/lib/carton-lwt -I /home/opam/.opam/default/lib/checkseum -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/decompress/de -I /home/opam/.opam/default/lib/decompress/zl -I /home/opam/.opam/default/lib/digestif -I /home/opam/.opam/default/lib/encore -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/fpath -I /home/opam/.opam/default/lib/ke -I /home/opam/.opam/default/lib/logs -I /home/opam/.opam/default/lib/lwt -I /home/opam/.opam/default/lib/mimic -I /home/opam/.opam/default/lib/ocamlgraph -I /home/opam/.opam/default/lib/optint -I /home/opam/.opam/default/lib/result -I /home/opam/.opam/default/lib/rresult -I src/loose/.loose.objs/byte -I src/loose/.loose_git.objs/byte -I src/not-so-smart/.hkt.objs/byte -I src/not-so-smart/.pck.objs/byte -I src/not-so-smart/.sigs.objs/byte -I src/not-so-smart/.smart.objs/byte -I src/not-so-smart/.smart_git.objs/byte -intf-suffix .ml -no-alias-deps -open Git__ -o src/git/.git.objs/byte/git__Mem.cmo -c -impl src/git/mem.ml) - File "src/git/mem.ml", line 174, characters 14-25: - 174 | let len = Cstruct.len raw in - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "src/git/mem.ml", line 450, characters 17-28: - 450 | if pos = Cstruct.len payload then ( - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "src/git/mem.ml", line 454, characters 31-42: - 454 | let len = min chunk (Cstruct.len payload - pos) in - ^^^^^^^^^^^ - 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/git/.git.objs/byte -I src/git/.git.objs/native -I /home/opam/.opam/default/lib/angstrom -I /home/opam/.opam/default/lib/astring -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/bigstringaf -I /home/opam/.opam/default/lib/carton -I /home/opam/.opam/default/lib/carton-git -I /home/opam/.opam/default/lib/carton-lwt -I /home/opam/.opam/default/lib/checkseum -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/decompress/de -I /home/opam/.opam/default/lib/decompress/zl -I /home/opam/.opam/default/lib/digestif -I /home/opam/.opam/default/lib/encore -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/fpath -I /home/opam/.opam/default/lib/ke -I /home/opam/.opam/default/lib/logs -I /home/opam/.opam/default/lib/lwt -I /home/opam/.opam/default/lib/mimic -I /home/opam/.opam/default/lib/ocamlgraph -I /home/opam/.opam/default/lib/optint -I /home/opam/.opam/default/lib/result -I /home/opam/.opam/default/lib/rresult -I src/loose/.loose.objs/byte -I src/loose/.loose.objs/native -I src/loose/.loose_git.objs/byte -I src/loose/.loose_git.objs/native -I src/not-so-smart/.hkt.objs/byte -I src/not-so-smart/.hkt.objs/native -I src/not-so-smart/.pck.objs/byte -I src/not-so-smart/.pck.objs/native -I src/not-so-smart/.sigs.objs/byte -I src/not-so-smart/.sigs.objs/native -I src/not-so-smart/.smart.objs/byte -I src/not-so-smart/.smart.objs/native -I src/not-so-smart/.smart_git.objs/byte -I src/not-so-smart/.smart_git.objs/native -intf-suffix .ml -no-alias-deps -open Git__ -o src/git/.git.objs/native/git__Mem.cmx -c -impl src/git/mem.ml) - File "src/git/mem.ml", line 174, characters 14-25: - 174 | let len = Cstruct.len raw in - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "src/git/mem.ml", line 450, characters 17-28: - 450 | if pos = Cstruct.len payload then ( - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "src/git/mem.ml", line 454, characters 31-42: - 454 | let len = min chunk (Cstruct.len payload - pos) in - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. -> compiled git.3.2.0 -> installed git.3.2.0 === STDERR === 2026-06-16 19:04.51: OK: build git.3.2.0 (runc: 7.6s, disk: 46KB) 2026-06-16 19:04.51: Job succeeded