Build:
- 0
2026-06-19 18:36.01: New job: build debian-formats.0.1.2 (7f6500eb5558) 2026-06-19 18:36.01: Waiting for resource in pool day11-builds 2026-06-19 18:40.29: Got resource from pool day11-builds 2026-06-19 18:40.29: [profile full] build debian-formats.0.1.2 2026-06-19 18:40.29: build debian-formats.0.1.2 (7f6500eb5558) === DEPENDENCIES (9 transitive) === base-threads.base b7164ff76afe base-unix.base 839dc585f12d cppo.1.8.0 58ff60202126 dune.3.23.1 b9e31df96092 extlib.1.8.0 898f4824d107 ocaml.5.5.0 7bdffd2f55d9 ocaml-base-compiler.5.5.0 88ac983b1a28 ocaml-compiler.5.5.0 8d77bbea3746 re.1.14.0 2d433517858b === STDOUT === Processing: [default: loading data] [debian-formats.0.1.2: dl] [debian-formats.0.1.2: extract] -> retrieved debian-formats.0.1.2 (https://opam.ocaml.org/cache) [debian-formats: dune build] + /home/opam/.opam/default/bin/dune "build" "-p" "debian-formats" "-j" "39" "@install" (CWD=/home/opam/.opam/default/.opam-switch/build/debian-formats.0.1.2) - (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I src/lib/debian-formats/.DebianFormats.objs/byte -I src/lib/debian-formats/.DebianFormats.objs/public_cmi -I /home/opam/.opam/default/lib/extlib -I /home/opam/.opam/default/lib/ocaml/str -I /home/opam/.opam/default/lib/re -cmi-file src/lib/debian-formats/.DebianFormats.objs/byte/dFWatch.cmi -no-alias-deps -o src/lib/debian-formats/.DebianFormats.objs/byte/dFWatch.cmo -c -impl src/lib/debian-formats/DFWatch.ml) - File "src/lib/debian-formats/DFWatch.ml", line 28, characters 9-27: - 28 | if String.starts_with ln "#" || String.starts_with ln "$" || ln = "" then - ^^^^^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: label prefix was omitted in the application of - this function. - - File "src/lib/debian-formats/DFWatch.ml", line 28, characters 38-56: - 28 | if String.starts_with ln "#" || String.starts_with ln "$" || ln = "" then - ^^^^^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: label prefix was omitted in the application of - this function. - - File "src/lib/debian-formats/DFWatch.ml", line 32, characters 13-29: - 32 | if String.ends_with str "\\" then - ^^^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: label suffix was omitted in the application of - this function. - (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I src/lib/debian-formats/.DebianFormats.objs/byte -I src/lib/debian-formats/.DebianFormats.objs/native -I src/lib/debian-formats/.DebianFormats.objs/public_cmi -I /home/opam/.opam/default/lib/extlib -I /home/opam/.opam/default/lib/ocaml/str -I /home/opam/.opam/default/lib/re -cmi-file src/lib/debian-formats/.DebianFormats.objs/byte/dFWatch.cmi -no-alias-deps -o src/lib/debian-formats/.DebianFormats.objs/native/dFWatch.cmx -c -impl src/lib/debian-formats/DFWatch.ml) - File "src/lib/debian-formats/DFWatch.ml", line 28, characters 9-27: - 28 | if String.starts_with ln "#" || String.starts_with ln "$" || ln = "" then - ^^^^^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: label prefix was omitted in the application of - this function. - - File "src/lib/debian-formats/DFWatch.ml", line 28, characters 38-56: - 28 | if String.starts_with ln "#" || String.starts_with ln "$" || ln = "" then - ^^^^^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: label prefix was omitted in the application of - this function. - - File "src/lib/debian-formats/DFWatch.ml", line 32, characters 13-29: - 32 | if String.ends_with str "\\" then - ^^^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: label suffix was omitted in the application of - this function. - (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I src/lib/debian-formats/.DebianFormats.objs/byte -I src/lib/debian-formats/.DebianFormats.objs/public_cmi -I /home/opam/.opam/default/lib/extlib -I /home/opam/.opam/default/lib/ocaml/str -I /home/opam/.opam/default/lib/re -cmi-file src/lib/debian-formats/.DebianFormats.objs/byte/dFChangelog.cmi -no-alias-deps -o src/lib/debian-formats/.DebianFormats.objs/byte/dFChangelog.cmo -c -impl src/lib/debian-formats/DFChangelog.ml) - File "src/lib/debian-formats/DFChangelog.ml", line 175, characters 28-44: - 175 | let is_urgency (k, _) = String.lowercase k = "urgency" in - ^^^^^^^^^^^^^^^^ - Alert deprecated: ExtString.String.lowercase - Use String.lowercase_ascii instead. - - File "src/lib/debian-formats/DFChangelog.ml", line 209, characters 7-25: - 209 | if String.starts_with line " " then ( - ^^^^^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: label prefix was omitted in the application of - this function. - (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I src/lib/debian-formats/.DebianFormats.objs/byte -I src/lib/debian-formats/.DebianFormats.objs/public_cmi -I /home/opam/.opam/default/lib/extlib -I /home/opam/.opam/default/lib/ocaml/str -I /home/opam/.opam/default/lib/re -no-alias-deps -o src/lib/debian-formats/.DebianFormats.objs/byte/dF822.cmo -c -impl src/lib/debian-formats/DF822.ml) - File "src/lib/debian-formats/DF822.ml", line 114, characters 17-33: - 114 | fields := (String.lowercase name, List.rev !data) :: !fields; - ^^^^^^^^^^^^^^^^ - Alert deprecated: ExtLib.String.lowercase - Use String.lowercase_ascii instead. - (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I src/lib/debian-formats/.DebianFormats.objs/byte -I src/lib/debian-formats/.DebianFormats.objs/native -I src/lib/debian-formats/.DebianFormats.objs/public_cmi -I /home/opam/.opam/default/lib/extlib -I /home/opam/.opam/default/lib/ocaml/str -I /home/opam/.opam/default/lib/re -cmi-file src/lib/debian-formats/.DebianFormats.objs/byte/dFChangelog.cmi -no-alias-deps -o src/lib/debian-formats/.DebianFormats.objs/native/dFChangelog.cmx -c -impl src/lib/debian-formats/DFChangelog.ml) - File "src/lib/debian-formats/DFChangelog.ml", line 175, characters 28-44: - 175 | let is_urgency (k, _) = String.lowercase k = "urgency" in - ^^^^^^^^^^^^^^^^ - Alert deprecated: ExtString.String.lowercase - Use String.lowercase_ascii instead. - - File "src/lib/debian-formats/DFChangelog.ml", line 209, characters 7-25: - 209 | if String.starts_with line " " then ( - ^^^^^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: label prefix was omitted in the application of - this function. - (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I src/lib/debian-formats/.DebianFormats.objs/byte -I src/lib/debian-formats/.DebianFormats.objs/native -I src/lib/debian-formats/.DebianFormats.objs/public_cmi -I /home/opam/.opam/default/lib/extlib -I /home/opam/.opam/default/lib/ocaml/str -I /home/opam/.opam/default/lib/re -cmi-file src/lib/debian-formats/.DebianFormats.objs/byte/dF822.cmi -no-alias-deps -o src/lib/debian-formats/.DebianFormats.objs/native/dF822.cmx -c -impl src/lib/debian-formats/DF822.ml) - File "src/lib/debian-formats/DF822.ml", line 114, characters 17-33: - 114 | fields := (String.lowercase name, List.rev !data) :: !fields; - ^^^^^^^^^^^^^^^^ - Alert deprecated: ExtLib.String.lowercase - Use String.lowercase_ascii instead. - (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I src/lib/debian-formats/.DebianFormats.objs/byte -I src/lib/debian-formats/.DebianFormats.objs/public_cmi -I /home/opam/.opam/default/lib/extlib -I /home/opam/.opam/default/lib/ocaml/str -I /home/opam/.opam/default/lib/re -no-alias-deps -o src/lib/debian-formats/.DebianFormats.objs/byte/debianFormats.cmo -c -impl src/lib/debian-formats/DebianFormats.ml) - File "src/lib/debian-formats/DebianFormats.ml", line 179, characters 25-41: - 179 | | `Dsc -> fun s -> String.ends_with s ".dsc" - ^^^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: label suffix was omitted in the application of - this function. - - File "src/lib/debian-formats/DebianFormats.ml", line 183, characters 17-33: - 183 | ( String.ends_with s ".debian.tar.gz" - ^^^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: label suffix was omitted in the application of - this function. - - File "src/lib/debian-formats/DebianFormats.ml", line 184, characters 18-34: - 184 | || String.ends_with s ".debian.tar.bz2" )) - ^^^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: label suffix was omitted in the application of - this function. - - File "src/lib/debian-formats/DebianFormats.ml", line 185, characters 16-32: - 185 | && (String.ends_with s ".tar.gz" || String.ends_with s ".tar.bz2") - ^^^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: label suffix was omitted in the application of - this function. - - File "src/lib/debian-formats/DebianFormats.ml", line 185, characters 48-64: - 185 | && (String.ends_with s ".tar.gz" || String.ends_with s ".tar.bz2") - ^^^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: label suffix was omitted in the application of - this function. - - File "src/lib/debian-formats/DebianFormats.ml", line 188, characters 12-28: - 188 | String.ends_with s ".diff.gz" - ^^^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: label suffix was omitted in the application of - this function. - - File "src/lib/debian-formats/DebianFormats.ml", line 189, characters 15-31: - 189 | || String.ends_with s ".debian.tar.gz" - ^^^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: label suffix was omitted in the application of - this function. - - File "src/lib/debian-formats/DebianFormats.ml", line 190, characters 15-31: - 190 | || String.ends_with s ".debian.tar.bz2" - ^^^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: label suffix was omitted in the application of - this function. - - File "src/lib/debian-formats/DebianFormats.ml", line 251, characters 21-37: - 251 | let prop = String.lowercase prop in - ^^^^^^^^^^^^^^^^ - Alert deprecated: ExtLib.String.lowercase - Use String.lowercase_ascii instead. - - File "src/lib/debian-formats/DebianFormats.ml", line 371, characters 21-37: - 371 | let prop = String.lowercase prop in - ^^^^^^^^^^^^^^^^ - Alert deprecated: ExtLib.String.lowercase - Use String.lowercase_ascii instead. - - File "src/lib/debian-formats/DebianFormats.ml", line 430, characters 11-27: - 430 | match (String.ends_with uri1 "/", String.starts_with uri2 "/") with - ^^^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: label suffix was omitted in the application of - this function. - - File "src/lib/debian-formats/DebianFormats.ml", line 430, characters 38-56: - 430 | match (String.ends_with uri1 "/", String.starts_with uri2 "/") with - ^^^^^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: label prefix was omitted in the application of - this function. - (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I src/lib/debian-formats/.DebianFormats.objs/byte -I src/lib/debian-formats/.DebianFormats.objs/native -I src/lib/debian-formats/.DebianFormats.objs/public_cmi -I /home/opam/.opam/default/lib/extlib -I /home/opam/.opam/default/lib/ocaml/str -I /home/opam/.opam/default/lib/re -cmi-file src/lib/debian-formats/.DebianFormats.objs/byte/debianFormats.cmi -no-alias-deps -o src/lib/debian-formats/.DebianFormats.objs/native/debianFormats.cmx -c -impl src/lib/debian-formats/DebianFormats.ml) - File "src/lib/debian-formats/DebianFormats.ml", line 179, characters 25-41: - 179 | | `Dsc -> fun s -> String.ends_with s ".dsc" - ^^^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: label suffix was omitted in the application of - this function. - - File "src/lib/debian-formats/DebianFormats.ml", line 183, characters 17-33: - 183 | ( String.ends_with s ".debian.tar.gz" - ^^^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: label suffix was omitted in the application of - this function. - - File "src/lib/debian-formats/DebianFormats.ml", line 184, characters 18-34: - 184 | || String.ends_with s ".debian.tar.bz2" )) - ^^^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: label suffix was omitted in the application of - this function. - - File "src/lib/debian-formats/DebianFormats.ml", line 185, characters 16-32: - 185 | && (String.ends_with s ".tar.gz" || String.ends_with s ".tar.bz2") - ^^^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: label suffix was omitted in the application of - this function. - - File "src/lib/debian-formats/DebianFormats.ml", line 185, characters 48-64: - 185 | && (String.ends_with s ".tar.gz" || String.ends_with s ".tar.bz2") - ^^^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: label suffix was omitted in the application of - this function. - - File "src/lib/debian-formats/DebianFormats.ml", line 188, characters 12-28: - 188 | String.ends_with s ".diff.gz" - ^^^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: label suffix was omitted in the application of - this function. - - File "src/lib/debian-formats/DebianFormats.ml", line 189, characters 15-31: - 189 | || String.ends_with s ".debian.tar.gz" - ^^^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: label suffix was omitted in the application of - this function. - - File "src/lib/debian-formats/DebianFormats.ml", line 190, characters 15-31: - 190 | || String.ends_with s ".debian.tar.bz2" - ^^^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: label suffix was omitted in the application of - this function. - - File "src/lib/debian-formats/DebianFormats.ml", line 251, characters 21-37: - 251 | let prop = String.lowercase prop in - ^^^^^^^^^^^^^^^^ - Alert deprecated: ExtLib.String.lowercase - Use String.lowercase_ascii instead. - - File "src/lib/debian-formats/DebianFormats.ml", line 371, characters 21-37: - 371 | let prop = String.lowercase prop in - ^^^^^^^^^^^^^^^^ - Alert deprecated: ExtLib.String.lowercase - Use String.lowercase_ascii instead. - - File "src/lib/debian-formats/DebianFormats.ml", line 430, characters 11-27: - 430 | match (String.ends_with uri1 "/", String.starts_with uri2 "/") with - ^^^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: label suffix was omitted in the application of - this function. - - File "src/lib/debian-formats/DebianFormats.ml", line 430, characters 38-56: - 430 | match (String.ends_with uri1 "/", String.starts_with uri2 "/") with - ^^^^^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: label prefix was omitted in the application of - this function. -> compiled debian-formats.0.1.2 -> installed debian-formats.0.1.2 === STDERR === 2026-06-19 18:40.43: OK: build debian-formats.0.1.2 (runc: 3.6s, disk: 20KB) 2026-06-19 18:40.43: Job succeeded