Build:
  1. 0
2026-06-20 17:00.30: New job: build obelisk.0.3.2 (39151ecf605e)
2026-06-20 17:00.30: Waiting for resource in pool day11-builds
2026-06-20 18:32.29: Got resource from pool day11-builds
2026-06-20 18:32.29: [profile full] build obelisk.0.3.2
2026-06-20 18:32.29: build obelisk.0.3.2 (39151ecf605e)
=== DEPENDENCIES (14 transitive) ===
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  compiler-cloning.enabled                           0d2606125f88
  dune.3.23.1                                        dbfeecb5ca10
  menhir.20260209                                    5f76d1d3722e
  menhirCST.20260209                                 b9f719ef3696
  menhirGLR.20260209                                 e70329f7f267
  menhirLib.20260209                                 c73d74bf4444
  menhirSdk.20260209                                 d70f00a72002
  ocaml.5.5.0                                        1b4132bddf48
  ocaml-base-compiler.5.5.0                          1901c3a760c1
  ocaml-compiler.5.5.0                               5f593a0b4a8c
  ocamlbuild.0.16.1                                  b485a4f69c01
  ocamlfind.1.9.8                                    5b46f9d92bbd
=== STDOUT ===
Processing: [default: loading data]
[obelisk.0.3.2: dl]
[obelisk.0.3.2: extract]
-> retrieved obelisk.0.3.2  (https://opam.ocaml.org/cache)
[obelisk: make]
+ /usr/bin/make  (CWD=/home/opam/.opam/default/.opam-switch/build/obelisk.0.3.2)
- + ocamlfind ocamlc -config
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlopt -I +unix unix.cmxa -I /home/opam/.opam/default/lib/ocamlbuild /home/opam/.opam/default/lib/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /home/opam/.opam/default/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- + ocamlfind ocamlc -config
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamldep -package str -modules src/main.ml > src/main.ml.depends
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamldep -package str -modules src/genericPrinter.ml > src/genericPrinter.ml.depends
- + ocamlfind ocamldep -package str -modules src/common.ml > src/common.ml.depends
- + ocamlfind ocamldep -package str -modules src/extendedAst.mli > src/extendedAst.mli.depends
- + ocamlfind ocamldep -package str -modules src/helper.mli > src/helper.mli.depends
- + ocamlfind ocamlc -c -package str -I src -I src/helpers -o src/common.cmo src/common.ml
- + ocamlfind ocamlc -c -package str -I src -I src/helpers -o src/common.cmo src/common.ml
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlc -c -package str -I src -I src/helpers -o src/extendedAst.cmi src/extendedAst.mli
- + ocamlfind ocamlc -c -package str -I src -I src/helpers -o src/extendedAst.cmi src/extendedAst.mli
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamldep -package str -modules src/printer.mli > src/printer.mli.depends
- + ocamlfind ocamlc -c -package str -I src -I src/helpers -o src/helper.cmi src/helper.mli
- + ocamlfind ocamlc -c -package str -I src -I src/helpers -o src/helper.cmi src/helper.mli
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlc -c -package str -I src -I src/helpers -o src/printer.cmi src/printer.mli
- + ocamlfind ocamlc -c -package str -I src -I src/helpers -o src/printer.cmi src/printer.mli
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + /home/opam/.opam/default/bin/ocamllex.opt -q src/lexer.mll
- + ocamlfind ocamldep -package str -modules src/lexer.ml > src/lexer.ml.depends
- + menhir --raw-depend --ocamldep 'ocamlfind ocamldep -modules' src/parser.mly > src/parser.mly.depends
- + ocamlfind ocamldep -package str -modules src/ast.mli > src/ast.mli.depends
- + ocamlfind ocamlc -c -package str -I src -I src/helpers -o src/ast.cmi src/ast.mli
- + ocamlfind ocamlc -c -package str -I src -I src/helpers -o src/ast.cmi src/ast.mli
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + menhir --ocamlc 'ocamlfind ocamlc -package str -I src -I src/helpers' --infer src/parser.mly
- + menhir --ocamlc 'ocamlfind ocamlc -package str -I src -I src/helpers' --infer src/parser.mly
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamldep -package str -modules src/parser.mli > src/parser.mli.depends
- + ocamlfind ocamlc -c -package str -I src -I src/helpers -o src/parser.cmi src/parser.mli
- + ocamlfind ocamlc -c -package str -I src -I src/helpers -o src/parser.cmi src/parser.mli
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamldep -package str -modules src/normalize.ml > src/normalize.ml.depends
- + ocamlfind ocamldep -package str -modules src/options.ml > src/options.ml.depends
- + ocamlfind ocamldep -package str -modules src/position.ml > src/position.ml.depends
- + ocamlfind ocamldep -package str -modules src/printers.ml > src/printers.ml.depends
- + ocamlfind ocamldep -package str -modules src/helpers/default.ml > src/helpers/default.ml.depends
- + ocamlfind ocamlc -c -package str -I src -I src/helpers -o src/genericPrinter.cmo src/genericPrinter.ml
- + ocamlfind ocamlc -c -package str -I src -I src/helpers -o src/genericPrinter.cmo src/genericPrinter.ml
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamldep -package str -modules src/helpers/miniHelper.ml > src/helpers/miniHelper.ml.depends
- + ocamlfind ocamlc -c -package str -I src/helpers -I src -o src/helpers/miniHelper.cmo src/helpers/miniHelper.ml
- + ocamlfind ocamlc -c -package str -I src/helpers -I src -o src/helpers/miniHelper.cmo src/helpers/miniHelper.ml
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamldep -package str -modules src/helpers/html.ml > src/helpers/html.ml.depends
- + ocamlfind ocamldep -package str -modules src/helpers/latexBacknaur.ml > src/helpers/latexBacknaur.ml.depends
- + ocamlfind ocamldep -package str -modules src/helpers/miniLatex.ml > src/helpers/miniLatex.ml.depends
- + ocamlfind ocamlc -c -package str -I src -I src/helpers -o src/options.cmo src/options.ml
- + ocamlfind ocamlc -c -package str -I src -I src/helpers -o src/options.cmo src/options.ml
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlc -c -package str -I src/helpers -I src -o src/helpers/miniLatex.cmo src/helpers/miniLatex.ml
- + ocamlfind ocamlc -c -package str -I src/helpers -I src -o src/helpers/miniLatex.cmo src/helpers/miniLatex.ml
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamldep -package str -modules src/helpers/latexSyntax.ml > src/helpers/latexSyntax.ml.depends
- + ocamlfind ocamldep -package str -modules src/helpers/latexTabular.ml > src/helpers/latexTabular.ml.depends
- + ocamlfind ocamlc -c -package str -I src/helpers -I src -o src/helpers/default.cmo src/helpers/default.ml
- + ocamlfind ocamlc -c -package str -I src/helpers -I src -o src/helpers/default.cmo src/helpers/default.ml
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlc -c -package str -I src/helpers -I src -o src/helpers/html.cmo src/helpers/html.ml
- + ocamlfind ocamlc -c -package str -I src/helpers -I src -o src/helpers/html.cmo src/helpers/html.ml
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlc -c -package str -I src/helpers -I src -o src/helpers/latexBacknaur.cmo src/helpers/latexBacknaur.ml
- + ocamlfind ocamlc -c -package str -I src/helpers -I src -o src/helpers/latexBacknaur.cmo src/helpers/latexBacknaur.ml
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlc -c -package str -I src/helpers -I src -o src/helpers/latexSyntax.cmo src/helpers/latexSyntax.ml
- + ocamlfind ocamlc -c -package str -I src/helpers -I src -o src/helpers/latexSyntax.cmo src/helpers/latexSyntax.ml
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlc -c -package str -I src/helpers -I src -o src/helpers/latexTabular.cmo src/helpers/latexTabular.ml
- + ocamlfind ocamlc -c -package str -I src/helpers -I src -o src/helpers/latexTabular.cmo src/helpers/latexTabular.ml
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamldep -package str -modules src/reduce.ml > src/reduce.ml.depends
- + ocamlfind ocamldep -package str -modules src/scan.ml > src/scan.ml.depends
- + ocamlfind ocamldep -package str -modules src/transform.ml > src/transform.ml.depends
- + ocamlfind ocamlc -c -package str -I src -I src/helpers -o src/lexer.cmo src/lexer.ml
- + ocamlfind ocamlc -c -package str -I src -I src/helpers -o src/lexer.cmo src/lexer.ml
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlc -c -package str -I src -I src/helpers -o src/normalize.cmo src/normalize.ml
- + ocamlfind ocamlc -c -package str -I src -I src/helpers -o src/normalize.cmo src/normalize.ml
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlc -c -package str -I src -I src/helpers -o src/position.cmo src/position.ml
- + ocamlfind ocamlc -c -package str -I src -I src/helpers -o src/position.cmo src/position.ml
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlc -c -package str -I src -I src/helpers -o src/printers.cmo src/printers.ml
- + ocamlfind ocamlc -c -package str -I src -I src/helpers -o src/printers.cmo src/printers.ml
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlc -c -package str -I src -I src/helpers -o src/reduce.cmo src/reduce.ml
- + ocamlfind ocamlc -c -package str -I src -I src/helpers -o src/reduce.cmo src/reduce.ml
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlc -c -package str -I src -I src/helpers -o src/scan.cmo src/scan.ml
- + ocamlfind ocamlc -c -package str -I src -I src/helpers -o src/scan.cmo src/scan.ml
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlc -c -package str -I src -I src/helpers -o src/transform.cmo src/transform.ml
- + ocamlfind ocamlc -c -package str -I src -I src/helpers -o src/transform.cmo src/transform.ml
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlc -c -package str -I src -I src/helpers -o src/main.cmo src/main.ml
- + ocamlfind ocamlc -c -package str -I src -I src/helpers -o src/main.cmo src/main.ml
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlopt -c -package str -I src -I src/helpers -o src/common.cmx src/common.ml
- + ocamlfind ocamlopt -c -package str -I src -I src/helpers -o src/common.cmx src/common.ml
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamldep -package str -modules src/parser.ml > src/parser.ml.depends
- + ocamlfind ocamlopt -c -package str -I src -I src/helpers -o src/parser.cmx src/parser.ml
- + ocamlfind ocamlopt -c -package str -I src -I src/helpers -o src/parser.cmx src/parser.ml
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlopt -c -package str -I src -I src/helpers -o src/genericPrinter.cmx src/genericPrinter.ml
- + ocamlfind ocamlopt -c -package str -I src -I src/helpers -o src/genericPrinter.cmx src/genericPrinter.ml
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlopt -c -package str -I src/helpers -I src -o src/helpers/miniHelper.cmx src/helpers/miniHelper.ml
- + ocamlfind ocamlopt -c -package str -I src/helpers -I src -o src/helpers/miniHelper.cmx src/helpers/miniHelper.ml
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlopt -c -package str -I src -I src/helpers -o src/options.cmx src/options.ml
- + ocamlfind ocamlopt -c -package str -I src -I src/helpers -o src/options.cmx src/options.ml
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlopt -c -package str -I src/helpers -I src -o src/helpers/miniLatex.cmx src/helpers/miniLatex.ml
- + ocamlfind ocamlopt -c -package str -I src/helpers -I src -o src/helpers/miniLatex.cmx src/helpers/miniLatex.ml
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlopt -c -package str -I src/helpers -I src -o src/helpers/default.cmx src/helpers/default.ml
- + ocamlfind ocamlopt -c -package str -I src/helpers -I src -o src/helpers/default.cmx src/helpers/default.ml
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlopt -c -package str -I src/helpers -I src -o src/helpers/html.cmx src/helpers/html.ml
- + ocamlfind ocamlopt -c -package str -I src/helpers -I src -o src/helpers/html.cmx src/helpers/html.ml
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlopt -c -package str -I src/helpers -I src -o src/helpers/latexBacknaur.cmx src/helpers/latexBacknaur.ml
- + ocamlfind ocamlopt -c -package str -I src/helpers -I src -o src/helpers/latexBacknaur.cmx src/helpers/latexBacknaur.ml
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlopt -c -package str -I src/helpers -I src -o src/helpers/latexSyntax.cmx src/helpers/latexSyntax.ml
- + ocamlfind ocamlopt -c -package str -I src/helpers -I src -o src/helpers/latexSyntax.cmx src/helpers/latexSyntax.ml
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlopt -c -package str -I src/helpers -I src -o src/helpers/latexTabular.cmx src/helpers/latexTabular.ml
- + ocamlfind ocamlopt -c -package str -I src/helpers -I src -o src/helpers/latexTabular.cmx src/helpers/latexTabular.ml
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlopt -c -package str -I src -I src/helpers -o src/lexer.cmx src/lexer.ml
- + ocamlfind ocamlopt -c -package str -I src -I src/helpers -o src/lexer.cmx src/lexer.ml
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlopt -c -package str -I src -I src/helpers -o src/normalize.cmx src/normalize.ml
- + ocamlfind ocamlopt -c -package str -I src -I src/helpers -o src/normalize.cmx src/normalize.ml
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlopt -c -package str -I src -I src/helpers -o src/position.cmx src/position.ml
- + ocamlfind ocamlopt -c -package str -I src -I src/helpers -o src/position.cmx src/position.ml
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlopt -c -package str -I src -I src/helpers -o src/printers.cmx src/printers.ml
- + ocamlfind ocamlopt -c -package str -I src -I src/helpers -o src/printers.cmx src/printers.ml
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlopt -c -package str -I src -I src/helpers -o src/reduce.cmx src/reduce.ml
- + ocamlfind ocamlopt -c -package str -I src -I src/helpers -o src/reduce.cmx src/reduce.ml
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlopt -c -package str -I src -I src/helpers -o src/scan.cmx src/scan.ml
- + ocamlfind ocamlopt -c -package str -I src -I src/helpers -o src/scan.cmx src/scan.ml
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlopt -c -package str -I src -I src/helpers -o src/transform.cmx src/transform.ml
- + ocamlfind ocamlopt -c -package str -I src -I src/helpers -o src/transform.cmx src/transform.ml
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlopt -c -package str -I src -I src/helpers -o src/main.cmx src/main.ml
- + ocamlfind ocamlopt -c -package str -I src -I src/helpers -o src/main.cmx src/main.ml
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlopt -linkpkg -package str -I src -I src/helpers src/common.cmx src/genericPrinter.cmx src/helpers/miniHelper.cmx src/helpers/default.cmx src/helpers/html.cmx src/options.cmx src/helpers/miniLatex.cmx src/helpers/latexBacknaur.cmx src/helpers/latexSyntax.cmx src/helpers/latexTabular.cmx src/parser.cmx src/lexer.cmx src/normalize.cmx src/position.cmx src/printers.cmx src/reduce.cmx src/scan.cmx src/transform.cmx src/main.cmx -o src/main.native
- + ocamlfind ocamlopt -linkpkg -package str -I src -I src/helpers src/common.cmx src/genericPrinter.cmx src/helpers/miniHelper.cmx src/helpers/default.cmx src/helpers/html.cmx src/options.cmx src/helpers/miniLatex.cmx src/helpers/latexBacknaur.cmx src/helpers/latexSyntax.cmx src/helpers/latexTabular.cmx src/parser.cmx src/lexer.cmx src/normalize.cmx src/position.cmx src/printers.cmx src/reduce.cmx src/scan.cmx src/transform.cmx src/main.cmx -o src/main.native
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlopt -I +unix unix.cmxa -I /home/opam/.opam/default/lib/ocamlbuild /home/opam/.opam/default/lib/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /home/opam/.opam/default/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
-> compiled  obelisk.0.3.2
[obelisk: make install]
+ /usr/bin/make "install" "BINDIR=/home/opam/.opam/default/bin" (CWD=/home/opam/.opam/default/.opam-switch/build/obelisk.0.3.2)
- + ocamlfind ocamlc -config
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlc -config
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- /home/opam/.opam/default/bin
-> installed obelisk.0.3.2

=== STDERR ===

2026-06-20 18:32.56: OK: build obelisk.0.3.2 (runc: 8.1s, disk: 27KB)
2026-06-20 18:32.56: Job succeeded