Build:
- 0
2026-06-24 11:28.25: New job: build ocp-indent.1.8.0 (762da0f00e96)
2026-06-24 11:28.25: Waiting for resource in pool day11-builds
2026-06-24 12:16.01: Got resource from pool day11-builds
2026-06-24 12:16.01: [profile full] build ocp-indent.1.8.0
2026-06-24 12:16.01: build ocp-indent.1.8.0 (762da0f00e96)
=== DEPENDENCIES (10 transitive) ===
base-bytes.base a7b3bf16b3f4
base-threads.base c9e7bdbf5823
base-unix.base 7d1428be9ddb
cmdliner.1.3.0 7453dde17dbe
compiler-cloning.enabled 439a1fc77aa6
dune.3.23.1 a59dd9b14fe3
ocaml.5.5.0 383268832c4b
ocaml-base-compiler.5.5.0 522c248944c8
ocaml-compiler.5.5.0 eb1a8babf54c
ocamlfind.1.9.8 b506a15fcd6c
=== STDOUT ===
Processing: [default: loading data]
[ocp-indent.1.8.0: dl]
[ocp-indent.1.8.0: extract]
-> retrieved ocp-indent.1.8.0 (https://opam.ocaml.org/cache)
[ocp-indent: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "ocp-indent" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/ocp-indent.1.8.0)
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -w -9 -g -bin-annot -bin-annot-occurrences -I src/.indentMain.eobjs/byte -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/cmdliner -I /home/opam/.opam/default/lib/findlib -I /home/opam/.opam/default/lib/ocaml/dynlink -I /home/opam/.opam/default/lib/ocaml/unix -I src/.ocp_indent_dynlink.objs/byte -I src/.ocp_indent_lexer.objs/byte -I src/.ocp_indent_lib.objs/byte -I src/.ocp_indent_utils.objs/byte -no-alias-deps -o src/.indentMain.eobjs/byte/indentArgs.cmi -c -intf src/indentArgs.mli)
- File "src/indentArgs.mli", line 36, characters 10-28:
- 36 | val info: Cmdliner.Term.info
- ^^^^^^^^^^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -w -9 -g -bin-annot -bin-annot-occurrences -I src/.ocp_indent_lib.objs/byte -I /home/opam/.opam/default/lib/bytes -I src/.ocp_indent_lexer.objs/byte -I src/.ocp_indent_utils.objs/byte -cmi-file src/.ocp_indent_lib.objs/byte/indentConfig.cmi -no-alias-deps -o src/.ocp_indent_lib.objs/byte/indentConfig.cmo -c -impl src/indentConfig.ml)
- File "src/indentConfig.ml", line 141, characters 12-27:
- 141 | | Failure "int_of_string" ->
- ^^^^^^^^^^^^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual
- values of this constructor's arguments.
- They are only for information and may change in future versions.
- (see manual section 13.5.3)
-
- File "src/indentConfig.ml", line 144, characters 12-28:
- 144 | | Failure "bool_of_string" ->
- ^^^^^^^^^^^^^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual
- values of this constructor's arguments.
- They are only for information and may change in future versions.
- (see manual section 13.5.3)
-
- File "src/indentConfig.ml", line 150, characters 12-36:
- 150 | | Failure "threechoices_of_string" ->
- ^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual
- values of this constructor's arguments.
- They are only for information and may change in future versions.
- (see manual section 13.5.3)
-
- File "src/indentConfig.ml", line 157, characters 12-33:
- 157 | | Failure "intoption_of_string" ->
- ^^^^^^^^^^^^^^^^^^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual
- values of this constructor's arguments.
- They are only for information and may change in future versions.
- (see manual section 13.5.3)
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -w -9 -g -bin-annot -bin-annot-occurrences -I src/.indentMain.eobjs/byte -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/cmdliner -I /home/opam/.opam/default/lib/findlib -I /home/opam/.opam/default/lib/ocaml/dynlink -I /home/opam/.opam/default/lib/ocaml/unix -I src/.ocp_indent_dynlink.objs/byte -I src/.ocp_indent_lexer.objs/byte -I src/.ocp_indent_lib.objs/byte -I src/.ocp_indent_utils.objs/byte -no-alias-deps -o src/.indentMain.eobjs/byte/indentMain.cmo -c -impl src/indentMain.ml)
- File "src/indentMain.ml", line 96, characters 4-8:
- 96 | pure (fun (args,files) -> List.iter (indent_file args) files)
- ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
-
- File "src/indentMain.ml", line 102, characters 8-26:
- 102 | match Cmdliner.Term.eval main with
- ^^^^^^^^^^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval
- Use Cmd.v and one of Cmd.eval* instead.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -w -9 -g -bin-annot -bin-annot-occurrences -I src/.ocp_indent_lib.objs/byte -I /home/opam/.opam/default/lib/bytes -I src/.ocp_indent_lexer.objs/byte -I src/.ocp_indent_utils.objs/byte -cmi-file src/.ocp_indent_lib.objs/byte/indentBlock.cmi -no-alias-deps -o src/.ocp_indent_lib.objs/byte/indentBlock.cmo -c -impl src/indentBlock.ml)
- File "src/indentBlock.ml", lines 1680-1682, characters 4-13:
- 1680 | ....{kind=KExpr i}::p,
- 1681 | ({token=EOF} :: tok :: _
- 1682 | | tok::_)
- Warning 57 [ambiguous-var-in-pattern-guard]: Ambiguous or-pattern variables under
- guard; variable tok appears in different places in different or-pattern
- alternatives.
- Only the first match will be used to evaluate the guard expression.
- (see manual section 13.5.4)
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -w -9 -g -I src/.ocp_indent_lib.objs/byte -I src/.ocp_indent_lib.objs/native -I /home/opam/.opam/default/lib/bytes -I src/.ocp_indent_lexer.objs/byte -I src/.ocp_indent_lexer.objs/native -I src/.ocp_indent_utils.objs/byte -I src/.ocp_indent_utils.objs/native -cmi-file src/.ocp_indent_lib.objs/byte/indentConfig.cmi -no-alias-deps -o src/.ocp_indent_lib.objs/native/indentConfig.cmx -c -impl src/indentConfig.ml)
- File "src/indentConfig.ml", line 141, characters 12-27:
- 141 | | Failure "int_of_string" ->
- ^^^^^^^^^^^^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual
- values of this constructor's arguments.
- They are only for information and may change in future versions.
- (see manual section 13.5.3)
-
- File "src/indentConfig.ml", line 144, characters 12-28:
- 144 | | Failure "bool_of_string" ->
- ^^^^^^^^^^^^^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual
- values of this constructor's arguments.
- They are only for information and may change in future versions.
- (see manual section 13.5.3)
-
- File "src/indentConfig.ml", line 150, characters 12-36:
- 150 | | Failure "threechoices_of_string" ->
- ^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual
- values of this constructor's arguments.
- They are only for information and may change in future versions.
- (see manual section 13.5.3)
-
- File "src/indentConfig.ml", line 157, characters 12-33:
- 157 | | Failure "intoption_of_string" ->
- ^^^^^^^^^^^^^^^^^^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual
- values of this constructor's arguments.
- They are only for information and may change in future versions.
- (see manual section 13.5.3)
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -w -9 -g -I src/.ocp_indent_lib.objs/byte -I src/.ocp_indent_lib.objs/native -I /home/opam/.opam/default/lib/bytes -I src/.ocp_indent_lexer.objs/byte -I src/.ocp_indent_lexer.objs/native -I src/.ocp_indent_utils.objs/byte -I src/.ocp_indent_utils.objs/native -cmi-file src/.ocp_indent_lib.objs/byte/indentBlock.cmi -no-alias-deps -o src/.ocp_indent_lib.objs/native/indentBlock.cmx -c -impl src/indentBlock.ml)
- File "src/indentBlock.ml", lines 1680-1682, characters 4-13:
- 1680 | ....{kind=KExpr i}::p,
- 1681 | ({token=EOF} :: tok :: _
- 1682 | | tok::_)
- Warning 57 [ambiguous-var-in-pattern-guard]: Ambiguous or-pattern variables under
- guard; variable tok appears in different places in different or-pattern
- alternatives.
- Only the first match will be used to evaluate the guard expression.
- (see manual section 13.5.4)
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -w -9 -g -I src/.indentMain.eobjs/byte -I src/.indentMain.eobjs/native -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/cmdliner -I /home/opam/.opam/default/lib/findlib -I /home/opam/.opam/default/lib/ocaml/dynlink -I /home/opam/.opam/default/lib/ocaml/unix -I src/.ocp_indent_dynlink.objs/byte -I src/.ocp_indent_dynlink.objs/native -I src/.ocp_indent_lexer.objs/byte -I src/.ocp_indent_lexer.objs/native -I src/.ocp_indent_lib.objs/byte -I src/.ocp_indent_lib.objs/native -I src/.ocp_indent_utils.objs/byte -I src/.ocp_indent_utils.objs/native -cmi-file src/.indentMain.eobjs/byte/indentArgs.cmi -no-alias-deps -o src/.indentMain.eobjs/native/indentArgs.cmx -c -impl src/indentArgs.ml)
- File "src/indentArgs.ml", line 115, characters 10-14:
- 115 | Term.(pure List.flatten $ arg)
- ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
-
- File "src/indentArgs.ml", line 122, characters 10-14:
- 122 | Term.(pure List.flatten $ arg)
- ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
-
- File "src/indentArgs.ml", line 129, characters 10-14:
- 129 | Term.(pure List.flatten $ arg)
- ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
-
- File "src/indentArgs.ml", line 137, characters 10-14:
- 137 | Term.(pure f $ arg)
- ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
-
- File "src/indentArgs.ml", line 191, characters 10-14:
- 191 | Term.(pure build_t
- ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
-
- File "src/indentArgs.ml", line 240, characters 2-11:
- 240 | Term.info "ocp-indent" ~version:IndentVersion.version ~doc ~man
- ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -w -9 -g -I src/.indentMain.eobjs/byte -I src/.indentMain.eobjs/native -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/cmdliner -I /home/opam/.opam/default/lib/findlib -I /home/opam/.opam/default/lib/ocaml/dynlink -I /home/opam/.opam/default/lib/ocaml/unix -I src/.ocp_indent_dynlink.objs/byte -I src/.ocp_indent_dynlink.objs/native -I src/.ocp_indent_lexer.objs/byte -I src/.ocp_indent_lexer.objs/native -I src/.ocp_indent_lib.objs/byte -I src/.ocp_indent_lib.objs/native -I src/.ocp_indent_utils.objs/byte -I src/.ocp_indent_utils.objs/native -cmi-file src/.indentMain.eobjs/byte/indentMain.cmi -no-alias-deps -o src/.indentMain.eobjs/native/indentMain.cmx -c -impl src/indentMain.ml)
- File "src/indentMain.ml", line 96, characters 4-8:
- 96 | pure (fun (args,files) -> List.iter (indent_file args) files)
- ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
-
- File "src/indentMain.ml", line 102, characters 8-26:
- 102 | match Cmdliner.Term.eval main with
- ^^^^^^^^^^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval
- Use Cmd.v and one of Cmd.eval* instead.
-> compiled ocp-indent.1.8.0
-> installed ocp-indent.1.8.0
=== STDERR ===
2026-06-24 12:16.35: OK: build ocp-indent.1.8.0 (runc: 5.6s, disk: 17KB)
2026-06-24 12:16.35: Job succeeded