Build:
- 0
2026-06-20 16:00.08: New job: build bibtex2html.1.99-1 (df10b77f9716) 2026-06-20 16:00.08: Waiting for resource in pool day11-builds 2026-06-20 16:49.25: Got resource from pool day11-builds 2026-06-20 16:49.25: [profile full] build bibtex2html.1.99-1 2026-06-20 16:49.25: build bibtex2html.1.99-1 (df10b77f9716) === DEPENDENCIES (7 transitive) === compiler-cloning.enabled 0d2606125f88 conf-autoconf.0.2 b3cd190cf0b5 hevea.2.38 f33ce612f127 ocaml.5.5.0 1b4132bddf48 ocaml-base-compiler.5.5.0 1901c3a760c1 ocaml-compiler.5.5.0 5f593a0b4a8c ocamlbuild.0.16.1 b485a4f69c01 === STDOUT === Processing: [default: loading data] [bibtex2html.1.99-1: dl] [bibtex2html.1.99-1: extract] -> retrieved bibtex2html.1.99-1 (https://opam.ocaml.org/cache) [bibtex2html: ./configure] + /home/opam/.opam/default/.opam-switch/build/bibtex2html.1.99-1/./configure "--prefix=/home/opam/.opam/default" "--enable-doc=no" (CWD=/home/opam/.opam/default/.opam-switch/build/bibtex2html.1.99-1) - checking for ocamlc... ocamlc - ocaml version is 5.5.0 - ocaml library path is /home/opam/.opam/default/lib/ocaml - checking for ocamlopt... ocamlopt - checking ocamlopt version... ok - checking for ocamlc.opt... ocamlc.opt - checking ocamlc.opt version... ok - checking for ocamlopt.opt... ocamlopt.opt - checking ocamlc.opt version... ok - checking for ocamllex... ocamllex - checking for ocamllex.opt... ocamllex.opt - checking for ocamldep... ocamldep - checking for perl... /usr/bin/perl - checking platform... not win32 - configure: creating ./config.status - config.status: creating Makefile - config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting - config.status: creating aux2bib [bibtex2html: make] + /usr/bin/make (CWD=/home/opam/.opam/default/.opam-switch/build/bibtex2html.1.99-1) - ocamlc.opt -c options.mli - ocamlopt.opt -c options.ml - ocamlopt.opt -c html.ml - File "html.ml", line 1: - Alert ocaml_deprecated_auto_include: - OCaml's lib directory layout changed in 5.0. The str subdirectory has been - automatically added to the search path, but you should add -I +str to the - command-line to silence this alert (e.g. by adding str to the list of - libraries in your dune file, or adding use_str to your _tags file for - ocamlbuild, or using -package str for ocamlfind). - ocamlc.opt -c latexmacros.mli - ocamlopt.opt -c latexmacros.ml - ocamllex.opt latexscan.mll - 376 states, 6131 transitions, table size 26780 bytes - 4414 additional bytes used for bindings - ocamlopt.opt -c latexscan.ml - File "latexscan.ml", line 1: - Alert ocaml_deprecated_auto_include: - OCaml's lib directory layout changed in 5.0. The str subdirectory has been - automatically added to the search path, but you should add -I +str to the - command-line to silence this alert (e.g. by adding str to the list of - libraries in your dune file, or adding use_str to your _tags file for - ocamlbuild, or using -package str for ocamlfind). - ocamllex.opt bbl_lexer.mll - 92 states, 740 transitions, table size 3512 bytes - ocamlopt.opt -c bbl_lexer.ml - ocamlc.opt -c bibtex.mli - ocamlopt.opt -c bibtex.ml - ocamlyacc bibtex_parser.mly - ocamlc.opt -c bibtex_parser.mli - ocamlopt.opt -c bibtex_parser.ml - ocamllex.opt bibtex_lexer.mll - 36 states, 325 transitions, table size 1516 bytes - 1304 additional bytes used for bindings - ocamlopt.opt -c bibtex_lexer.ml - ocamlc.opt -c readbib.mli - ocamlopt.opt -c readbib.ml - ocamlc.opt -c expand.mli - ocamlopt.opt -c expand.ml - File "expand.ml", line 1: - Alert ocaml_deprecated_auto_include: - OCaml's lib directory layout changed in 5.0. The str subdirectory has been - automatically added to the search path, but you should add -I +str to the - command-line to silence this alert (e.g. by adding str to the list of - libraries in your dune file, or adding use_str to your _tags file for - ocamlbuild, or using -package str for ocamlfind). - ocamlc.opt -c bibfilter.mli - ocamlopt.opt -c bibfilter.ml - ocamlc.opt -c biboutput.mli - ocamlopt.opt -c biboutput.ml - File "biboutput.ml", line 1: - Alert ocaml_deprecated_auto_include: - OCaml's lib directory layout changed in 5.0. The str subdirectory has been - automatically added to the search path, but you should add -I +str to the - command-line to silence this alert (e.g. by adding str to the list of - libraries in your dune file, or adding use_str to your _tags file for - ocamlbuild, or using -package str for ocamlfind). - echo "let version = \""1.99"\"" > version.ml - echo 'let date = "'"Sat Jun 20 16:50:55 UTC 2026"'"' >> version.ml - ocamlc.opt -c version.mli - ocamlopt.opt -c version.ml - ocamlc.opt -c translate.mli - ocamlopt.opt -c translate.ml - ocamlc.opt -c copying.mli - ocamlopt.opt -c copying.ml - ocamlopt.opt -c main.ml - File "main.ml", line 1: - Alert ocaml_deprecated_auto_include: - OCaml's lib directory layout changed in 5.0. The str subdirectory has been - automatically added to the search path, but you should add -I +str to the - command-line to silence this alert (e.g. by adding str to the list of - libraries in your dune file, or adding use_str to your _tags file for - ocamlbuild, or using -package str for ocamlfind). - - File "main.ml", line 629, characters 8-22: - 629 | let _ = Printexc.catch main () - ^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.Printexc.catch - This function is no longer needed. - ocamlopt.opt -o bibtex2html str.cmxa options.cmx html.cmx latexmacros.cmx latexscan.cmx bbl_lexer.cmx bibtex.cmx bibtex_parser.cmx bibtex_lexer.cmx readbib.cmx expand.cmx bibfilter.cmx biboutput.cmx version.cmx translate.cmx copying.cmx main.cmx - File "_none_", line 1: - Alert ocaml_deprecated_auto_include: - OCaml's lib directory layout changed in 5.0. The str subdirectory has been - automatically added to the search path, but you should add -I +str to the - command-line to silence this alert (e.g. by adding str to the list of - libraries in your dune file, or adding use_str to your _tags file for - ocamlbuild, or using -package str for ocamlfind). - strip bibtex2html - ocamllex.opt latex_accents.mll - 261 states, 608 transitions, table size 3998 bytes - ocamlc.opt -c latex_accents.mli - ocamlopt.opt -c latex_accents.ml - ocamlc.opt -c condition.mli - File "condition.mli", line 1: - Alert ocaml_deprecated_auto_include: - OCaml's lib directory layout changed in 5.0. The str subdirectory has been - automatically added to the search path, but you should add -I +str to the - command-line to silence this alert (e.g. by adding str to the list of - libraries in your dune file, or adding use_str to your _tags file for - ocamlbuild, or using -package str for ocamlfind). - ocamlopt.opt -c condition.ml - File "condition.ml", line 1: - Alert ocaml_deprecated_auto_include: - OCaml's lib directory layout changed in 5.0. The str subdirectory has been - automatically added to the search path, but you should add -I +str to the - command-line to silence this alert (e.g. by adding str to the list of - libraries in your dune file, or adding use_str to your _tags file for - ocamlbuild, or using -package str for ocamlfind). - ocamlyacc condition_parser.mly - ocamlc.opt -c condition_parser.mli - ocamlopt.opt -c condition_parser.ml - File "condition_parser.ml", line 1: - Alert ocaml_deprecated_auto_include: - OCaml's lib directory layout changed in 5.0. The str subdirectory has been - automatically added to the search path, but you should add -I +str to the - command-line to silence this alert (e.g. by adding str to the list of - libraries in your dune file, or adding use_str to your _tags file for - ocamlbuild, or using -package str for ocamlfind). - ocamllex.opt condition_lexer.mll - 69 states, 1647 transitions, table size 7002 bytes - ocamlc.opt -c condition_lexer.mli - ocamlopt.opt -c condition_lexer.ml - ocamlc.opt -c parse_condition.mli - ocamlopt.opt -c parse_condition.ml - ocamlopt.opt -c bib2bib.ml - File "bib2bib.ml", line 301, characters 2-16: - 301 | Printexc.catch main () - ^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.Printexc.catch - This function is no longer needed. - ocamlopt.opt -o bib2bib str.cmxa options.cmx bibtex.cmx bibtex_lexer.cmx bibtex_parser.cmx readbib.cmx latex_accents.cmx condition.cmx condition_parser.cmx condition_lexer.cmx parse_condition.cmx bibfilter.cmx latexmacros.cmx latexscan.cmx expand.cmx html.cmx biboutput.cmx version.cmx copying.cmx bib2bib.cmx - File "_none_", line 1: - Alert ocaml_deprecated_auto_include: - OCaml's lib directory layout changed in 5.0. The str subdirectory has been - automatically added to the search path, but you should add -I +str to the - command-line to silence this alert (e.g. by adding str to the list of - libraries in your dune file, or adding use_str to your _tags file for - ocamlbuild, or using -package str for ocamlfind). - strip bib2bib -> compiled bibtex2html.1.99-1 [bibtex2html: make install] + /usr/bin/make "install" (CWD=/home/opam/.opam/default/.opam-switch/build/bibtex2html.1.99-1) - mkdir -p /home/opam/.opam/default/bin - cp aux2bib /home/opam/.opam/default/bin/aux2bib - mkdir -p /home/opam/.opam/default/share/man/man1 - cp bibtex2html.1 /home/opam/.opam/default/share/man/man1/bibtex2html.1 - cp bibtex2html.1 /home/opam/.opam/default/share/man/man1/bib2bib.1 - cp aux2bib.1 /home/opam/.opam/default/share/man/man1/aux2bib.1 - if test opt = opt ; then \ - cp bibtex2html bib2bib /home/opam/.opam/default/bin ; \ - else \ - cp bibtex2html.byte /home/opam/.opam/default/bin/bibtex2html ; \ - cp bib2bib.byte /home/opam/.opam/default/bin/bib2bib ; \ - fi -> installed bibtex2html.1.99-1 === STDERR === 2026-06-20 16:50.58: OK: build bibtex2html.1.99-1 (runc: 6.1s, disk: 13KB) 2026-06-20 16:50.58: Job succeeded