Build:
  1. 0
2026-06-16 12:23.10: New job: build user-setup.0.7 (465740758ffc)
2026-06-16 12:23.10: Waiting for resource in pool day11-builds
2026-06-16 13:52.06: Got resource from pool day11-builds
2026-06-16 13:52.06: [profile full] build user-setup.0.7
2026-06-16 13:52.06: build user-setup.0.7 (465740758ffc)
=== DEPENDENCIES (11 transitive) ===
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  cmdliner.1.3.0                                     9fd00a2855c1
  dune.3.23.1                                        d50060dd2cab
  ocaml.5.4.1                                        708fed352b2a
  ocaml-base-compiler.5.4.1                          89b85703f841
  ocaml-compiler.5.4.1                               a719b8419b8e
  ocaml-config.3                                     aa27f63940d8
  ocamlbuild.0.16.1                                  069fc1e567af
  ocamlfind.1.9.8                                    5cfa73ef65e7
  re.1.14.0                                          5782bfeeaea2
=== STDOUT ===
Processing: [default: loading data]
[user-setup.0.7: dl]
[user-setup.0.7: extract]
-> retrieved user-setup.0.7  (https://opam.ocaml.org/cache)
[user-setup: make]
+ /usr/bin/make  (CWD=/home/opam/.opam/default/.opam-switch/build/user-setup.0.7)
- ocamlbuild -r \
-   -tag debug \
-   -I . -I ocamltop -I emacs -I vim -I sublime -I gedit \
-   -use-ocamlfind -pkg unix -pkg re -pkg re.pcre -pkg cmdliner \
-    \
-   ousMain.native
- + ocamlfind ocamlc -config
- + ocamlfind ocamldep -package cmdliner -package re.pcre -package re -package unix -modules ousMain.ml > ousMain.ml.depends
- + ocamlfind ocamldep -package cmdliner -package re.pcre -package re -package unix -modules emacs/emacs.mli > emacs/emacs.mli.depends
- + ocamlfind ocamldep -package cmdliner -package re.pcre -package re -package unix -modules ousSig.mli > ousSig.mli.depends
- + ocamlfind ocamldep -package cmdliner -package re.pcre -package re -package unix -modules ousTypes.mli > ousTypes.mli.depends
- + ocamlfind ocamlc -c -g -package cmdliner -package re.pcre -package re -package unix -I vim -I ocamltop -I emacs -I sublime -I gedit -o ousTypes.cmi ousTypes.mli
- + ocamlfind ocamlc -c -g -package cmdliner -package re.pcre -package re -package unix -I vim -I ocamltop -I emacs -I sublime -I gedit -o ousSig.cmi ousSig.mli
- + ocamlfind ocamldep -package cmdliner -package re.pcre -package re -package unix -modules gedit/gedit.mli > gedit/gedit.mli.depends
- + ocamlfind ocamldep -package cmdliner -package re.pcre -package re -package unix -modules ocamltop/ocamltop.mli > ocamltop/ocamltop.mli.depends
- + ocamlfind ocamldep -package cmdliner -package re.pcre -package re -package unix -modules ousMisc.mli > ousMisc.mli.depends
- + ocamlfind ocamldep -package cmdliner -package re.pcre -package re -package unix -modules sublime/sublime.mli > sublime/sublime.mli.depends
- + ocamlfind ocamldep -package cmdliner -package re.pcre -package re -package unix -modules vim/vim.mli > vim/vim.mli.depends
- + ocamlfind ocamlc -c -g -package cmdliner -package re.pcre -package re -package unix -I emacs -I vim -I ocamltop -I sublime -I gedit -o emacs/emacs.cmi emacs/emacs.mli
- + ocamlfind ocamlc -c -g -package cmdliner -package re.pcre -package re -package unix -I gedit -I vim -I ocamltop -I emacs -I sublime -o gedit/gedit.cmi gedit/gedit.mli
- + ocamlfind ocamlc -c -g -package cmdliner -package re.pcre -package re -package unix -I ocamltop -I vim -I emacs -I sublime -I gedit -o ocamltop/ocamltop.cmi ocamltop/ocamltop.mli
- + ocamlfind ocamlc -c -g -package cmdliner -package re.pcre -package re -package unix -I vim -I ocamltop -I emacs -I sublime -I gedit -o ousMisc.cmi ousMisc.mli
- + ocamlfind ocamlc -c -g -package cmdliner -package re.pcre -package re -package unix -I sublime -I vim -I ocamltop -I emacs -I gedit -o sublime/sublime.cmi sublime/sublime.mli
- + ocamlfind ocamlc -c -g -package cmdliner -package re.pcre -package re -package unix -I vim -I ocamltop -I emacs -I sublime -I gedit -o vim/vim.cmi vim/vim.mli
- + ocamlfind ocamlc -c -g -package cmdliner -package re.pcre -package re -package unix -I vim -I ocamltop -I emacs -I sublime -I gedit -o ousMain.cmo ousMain.ml
- + ocamlfind ocamlc -c -g -package cmdliner -package re.pcre -package re -package unix -I vim -I ocamltop -I emacs -I sublime -I gedit -o ousMain.cmo ousMain.ml
- File "ousMain.ml", line 70, characters 23-29:
- 70 |             let tool = Re.get ss 1 in
-                             ^^^^^^
- Alert deprecated: Re.get
- Use Group.get
- 
- File "ousMain.ml", line 73, characters 28-34:
- 73 |               Scanf.sscanf (Re.get ss 2)
-                                  ^^^^^^
- Alert deprecated: Re.get
- Use Group.get
- 
- File "ousMain.ml", line 89, characters 35-41:
- 89 |                     tool filename (Re.get ss 1);
-                                         ^^^^^^
- Alert deprecated: Re.get
- Use Group.get
- 
- File "ousMain.ml", line 99, characters 32-38:
- 99 |                   let endtool = Re.get ss 1 in
-                                      ^^^^^^
- Alert deprecated: Re.get
- Use Group.get
- 
- File "ousMain.ml", line 395, characters 8-12:
- 395 |   Term.(pure aux $ arg)
-               ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- 
- File "ousMain.ml", line 411, characters 8-12:
- 411 |   Term.(pure aux $ arg)
-               ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- 
- File "ousMain.ml", line 415, characters 8-12:
- 415 |   Term.(pure aux $ editors_arg)
-               ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- 
- File "ousMain.ml", line 425, characters 8-12:
- 425 |   Term.(pure aux $ editors_arg)
-               ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- 
- File "ousMain.ml", line 446, characters 8-12:
- 446 |   Term.(pure print_status $ default_all_editors_arg),
-               ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- 
- File "ousMain.ml", line 447, characters 2-11:
- 447 |   Term.info "status" ~doc
-         ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- 
- File "ousMain.ml", line 455, characters 8-12:
- 455 |   Term.(pure aux
-               ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- 
- File "ousMain.ml", line 458, characters 2-11:
- 458 |   Term.info "install" ~doc
-         ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- 
- File "ousMain.ml", line 468, characters 8-12:
- 468 |   Term.(pure aux $default_all_editors_arg $tool_names_arg $force_arg $dry_run_arg),
-               ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- 
- File "ousMain.ml", line 469, characters 2-11:
- 469 |   Term.info "remove" ~doc
-         ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- 
- File "ousMain.ml", line 473, characters 2-11:
- 473 |   Term.info "opam-user-setup" ~version:"0.7"
-         ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- 
- File "ousMain.ml", line 477, characters 4-20:
- 477 |     Term.eval_choice default_cmd [status_cmd; install_cmd; remove_cmd]
-           ^^^^^^^^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval_choice
- Use Cmd.group and one of Cmd.eval* instead.
- + ocamlfind ocamldep -package cmdliner -package re.pcre -package re -package unix -modules emacs/emacs.ml > emacs/emacs.ml.depends
- + ocamlfind ocamldep -package cmdliner -package re.pcre -package re -package unix -modules ousMisc.ml > ousMisc.ml.depends
- + ocamlfind ocamlopt -c -g -package cmdliner -package re.pcre -package re -package unix -I vim -I ocamltop -I emacs -I sublime -I gedit -o ousMisc.cmx ousMisc.ml
- + ocamlfind ocamlopt -c -g -package cmdliner -package re.pcre -package re -package unix -I vim -I ocamltop -I emacs -I sublime -I gedit -o ousMisc.cmx ousMisc.ml
- File "ousMisc.ml", line 3, characters 14-28:
- 3 | let msg fmt = Printf.kprintf print_endline fmt
-                   ^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Printf.kprintf
- Use Printf.ksprintf instead.
- 
- File "ousMisc.ml", line 17, characters 14-28:
- 17 |   let s = Re.(replace_string (compile @@ seq [ bos; rep space]) "" s) in
-                    ^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label by was omitted in the application of this
-   function.
- 
- File "ousMisc.ml", line 18, characters 14-28:
- 18 |   let s = Re.(replace_string (compile @@ seq [ rep space; eos]) "" s) in
-                    ^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label by was omitted in the application of this
-   function.
- 
- File "ousMisc.ml", line 19, characters 2-9:
- 19 |   Re_pcre.split ~rex s
-        ^^^^^^^
- Alert deprecated: module Re_pcre
- Use Re.Pcre
- + ocamlfind ocamldep -package cmdliner -package re.pcre -package re -package unix -modules gedit/gedit.ml > gedit/gedit.ml.depends
- + ocamlfind ocamldep -package cmdliner -package re.pcre -package re -package unix -modules ocamltop/ocamltop.ml > ocamltop/ocamltop.ml.depends
- + ocamlfind ocamldep -package cmdliner -package re.pcre -package re -package unix -modules sublime/sublime.ml > sublime/sublime.ml.depends
- + ocamlfind ocamldep -package cmdliner -package re.pcre -package re -package unix -modules vim/vim.ml > vim/vim.ml.depends
- + ocamlfind ocamlopt -c -g -package cmdliner -package re.pcre -package re -package unix -I emacs -I vim -I ocamltop -I sublime -I gedit -o emacs/emacs.cmx emacs/emacs.ml
- + ocamlfind ocamlopt -c -g -package cmdliner -package re.pcre -package re -package unix -I gedit -I vim -I ocamltop -I emacs -I sublime -o gedit/gedit.cmx gedit/gedit.ml
- + ocamlfind ocamlopt -c -g -package cmdliner -package re.pcre -package re -package unix -I ocamltop -I vim -I emacs -I sublime -I gedit -o ocamltop/ocamltop.cmx ocamltop/ocamltop.ml
- + ocamlfind ocamlopt -c -g -package cmdliner -package re.pcre -package re -package unix -I sublime -I vim -I ocamltop -I emacs -I gedit -o sublime/sublime.cmx sublime/sublime.ml
- + ocamlfind ocamlopt -c -g -package cmdliner -package re.pcre -package re -package unix -I vim -I ocamltop -I emacs -I sublime -I gedit -o vim/vim.cmx vim/vim.ml
- + ocamlfind ocamlopt -c -g -package cmdliner -package re.pcre -package re -package unix -I vim -I ocamltop -I emacs -I sublime -I gedit -o ousMain.cmx ousMain.ml
- + ocamlfind ocamlopt -c -g -package cmdliner -package re.pcre -package re -package unix -I vim -I ocamltop -I emacs -I sublime -I gedit -o ousMain.cmx ousMain.ml
- File "ousMain.ml", line 70, characters 23-29:
- 70 |             let tool = Re.get ss 1 in
-                             ^^^^^^
- Alert deprecated: Re.get
- Use Group.get
- 
- File "ousMain.ml", line 73, characters 28-34:
- 73 |               Scanf.sscanf (Re.get ss 2)
-                                  ^^^^^^
- Alert deprecated: Re.get
- Use Group.get
- 
- File "ousMain.ml", line 89, characters 35-41:
- 89 |                     tool filename (Re.get ss 1);
-                                         ^^^^^^
- Alert deprecated: Re.get
- Use Group.get
- 
- File "ousMain.ml", line 99, characters 32-38:
- 99 |                   let endtool = Re.get ss 1 in
-                                      ^^^^^^
- Alert deprecated: Re.get
- Use Group.get
- 
- File "ousMain.ml", line 395, characters 8-12:
- 395 |   Term.(pure aux $ arg)
-               ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- 
- File "ousMain.ml", line 411, characters 8-12:
- 411 |   Term.(pure aux $ arg)
-               ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- 
- File "ousMain.ml", line 415, characters 8-12:
- 415 |   Term.(pure aux $ editors_arg)
-               ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- 
- File "ousMain.ml", line 425, characters 8-12:
- 425 |   Term.(pure aux $ editors_arg)
-               ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- 
- File "ousMain.ml", line 446, characters 8-12:
- 446 |   Term.(pure print_status $ default_all_editors_arg),
-               ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- 
- File "ousMain.ml", line 447, characters 2-11:
- 447 |   Term.info "status" ~doc
-         ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- 
- File "ousMain.ml", line 455, characters 8-12:
- 455 |   Term.(pure aux
-               ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- 
- File "ousMain.ml", line 458, characters 2-11:
- 458 |   Term.info "install" ~doc
-         ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- 
- File "ousMain.ml", line 468, characters 8-12:
- 468 |   Term.(pure aux $default_all_editors_arg $tool_names_arg $force_arg $dry_run_arg),
-               ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- 
- File "ousMain.ml", line 469, characters 2-11:
- 469 |   Term.info "remove" ~doc
-         ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- 
- File "ousMain.ml", line 473, characters 2-11:
- 473 |   Term.info "opam-user-setup" ~version:"0.7"
-         ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- 
- File "ousMain.ml", line 477, characters 4-20:
- 477 |     Term.eval_choice default_cmd [status_cmd; install_cmd; remove_cmd]
-           ^^^^^^^^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval_choice
- Use Cmd.group and one of Cmd.eval* instead.
- + ocamlfind ocamlopt -linkpkg -g -package cmdliner -package re.pcre -package re -package unix -I emacs -I gedit -I ocamltop -I sublime -I vim ousMisc.cmx emacs/emacs.cmx gedit/gedit.cmx ocamltop/ocamltop.cmx sublime/sublime.cmx vim/vim.cmx ousMain.cmx -o ousMain.native
- echo 'bin: "opam-user-setup"' > user-setup.install
- echo 'share_root: [' >> user-setup.install
- for f in sublime/files/ocp-index/*; do \
-   echo "  \"$f\" { \"sublime/ocp-index/$(basename $f)\" }"; \
- done >> user-setup.install
- echo ']' >> user-setup.install
-> compiled  user-setup.0.7
-> installed user-setup.0.7

=== STDERR ===

2026-06-16 13:52.22: OK: build user-setup.0.7 (runc: 4.6s, disk: 18KB)
2026-06-16 13:52.22: Job succeeded