Build:
  1. 0
2026-06-20 15:58.46: New job: build ocp-indent.1.7.0 (c6c0e7a4d81d)
2026-06-20 15:58.46: Waiting for resource in pool day11-builds
2026-06-20 16:19.07: Got resource from pool day11-builds
2026-06-20 16:19.07: [profile full] build ocp-indent.1.7.0
2026-06-20 16:19.08: build ocp-indent.1.7.0 (c6c0e7a4d81d)
=== DEPENDENCIES (10 transitive) ===
  base-bytes.base                                    ec2393fe4c6d
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  cmdliner.1.3.0                                     207b321bdb62
  compiler-cloning.enabled                           0d2606125f88
  dune.3.23.1                                        dbfeecb5ca10
  ocaml.5.5.0                                        1b4132bddf48
  ocaml-base-compiler.5.5.0                          1901c3a760c1
  ocaml-compiler.5.5.0                               5f593a0b4a8c
  ocamlfind.1.9.8                                    5b46f9d92bbd
=== STDOUT ===
Processing: [default: loading data]
[ocp-indent.1.7.0: dl]
[ocp-indent.1.7.0: extract]
-> retrieved ocp-indent.1.7.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.7.0)
- (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 83, characters 19-34:
- 83 |       with 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 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 -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 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 -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 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 90, characters 4-8:
- 90 |     pure (fun (args,files) -> List.iter (indent_file args) files)
-          ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- 
- File "src/indentMain.ml", line 96, characters 8-26:
- 96 |   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 1640-1642, characters 4-13:
- 1640 | ....{kind=KExpr i}::p,
- 1641 |     ({token=EOF} :: tok :: _
- 1642 |     | 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 83, characters 19-34:
- 83 |       with 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 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 1640-1642, characters 4-13:
- 1640 | ....{kind=KExpr i}::p,
- 1641 |     ({token=EOF} :: tok :: _
- 1642 |     | 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 -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 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 239, characters 2-11:
- 239 |   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 -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 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 90, characters 4-8:
- 90 |     pure (fun (args,files) -> List.iter (indent_file args) files)
-          ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- 
- File "src/indentMain.ml", line 96, characters 8-26:
- 96 |   match Cmdliner.Term.eval main with
-              ^^^^^^^^^^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval
- Use Cmd.v and one of Cmd.eval* instead.
-> compiled  ocp-indent.1.7.0
-> installed ocp-indent.1.7.0

=== STDERR ===

2026-06-20 16:19.22: OK: build ocp-indent.1.7.0 (runc: 4.6s, disk: 17KB)
2026-06-20 16:19.22: Job succeeded