Rare fails of bibtex8 and/or bibtexu test

Dr. Werner Fink werner at suse.de
Wed Apr 12 12:46:56 CEST 2023


Hi,

I face rare and random fails of tests/bibtex8.test and/or tests/bibtexu.test
... e.g. this on an e.g. x86_64, the logs looks like (I've added an ERR trap
to catch this)

 [ 1028s] FAIL: tests/bibtex8
 [ 1028s] ===================
 [ 1028s] 
 [ 1028s] #! /bin/sh -vx
 [ 1028s] # $Id: bibtex8.test 63257 2022-05-08 13:25:05Z takuji $
 [ 1028s] # Copyright 2017 Karl Berry <tex-live at tug.org>
 [ 1028s] # Copyright 2010 Peter Breitenlohner <tex-live at tug.org>
 [ 1028s] # You may freely use, modify and/or distribute this file.
 [ 1028s] 
 [ 1028s] test -d tests || mkdir -p tests
 [ 1028s] + test -d tests
 [ 1028s] rm -f tests/xexampl.*
 [ 1028s] + rm -f 'tests/xexampl.*'
 [ 1028s] 
 [ 1028s] cp $srcdir/../web2c/tests/exampl.aux tests/xexampl.aux
 [ 1028s] + cp ../../../texk/bibtex-x/../web2c/tests/exampl.aux tests/xexampl.aux
 [ 1028s] 
 [ 1028s] TEXMFCNF=$srcdir/../kpathsea \
 [ 1028s]   BSTINPUTS=$srcdir/../web2c/tests \
 [ 1028s]   BIBINPUTS=$srcdir/../web2c/tests \
 [ 1028s]   ./bibtex8 -7 tests/xexampl || test $? = 1 || exit 1
 [ 1028s] + TEXMFCNF=../../../texk/bibtex-x/../kpathsea
 [ 1028s] + BSTINPUTS=../../../texk/bibtex-x/../web2c/tests
 [ 1028s] + BIBINPUTS=../../../texk/bibtex-x/../web2c/tests
 [ 1028s] + ./bibtex8 -7 tests/xexampl
 [...]
 [ 1028s] The top-level auxiliary file: tests/xexampl.aux
 [ 1028s] The style file: apalike.bst
 [ 1028s] Database file #1: xampl.bib
 [ 1028s] Warning--empty author in whole-journal
 [ 1028s] Warning--empty title in whole-journal
 [ 1028s] Warning--empty year in booklet-minimal
 [ 1028s] Warning--empty year in manual-minimal
 [ 1028s] Warning--empty year in misc-minimal
 [ 1028s] Warning--empty year in unpublished-minimal
 [ 1028s] Warning--empty year in random-note-crossref
 [ 1028s] (There were 7 warnings)
 [ 1028s] + test 1 = 1
 [ 1028s] diff $srcdir/tests/exampl.bbl tests/xexampl.bbl || exit 2
 [ 1028s] + diff ../../../texk/bibtex-x/tests/exampl.bbl tests/xexampl.bbl
 [ 1028s] 1,212d0
 [ 1028s] < \newcommand{\noopsort}[1]{} \newcommand{\printfirst}[2]{#1}
 [ 1028s] <   \newcommand{\singleletter}[1]{#1} \newcommand{\switchargs}[2]{#2#1}
 [ 1028s] < \begin{thebibliography}{}
 [ 1028s] < 
 [...]
 [ 1028s] < \end{thebibliography}
 [ 1028s] + exit 2
 [ 1028s] FAIL tests/bibtex8.test (exit status: 2)
 [ 1028s] 

No idea what the cause of the empty tests/xexampl.bbl is.  Should I increase
string values of bibtex

 % BibTeX only (max_strings also determines hash_size and hash_prime).
 ent_str_size = 500
 glob_str_size = 200000
 max_strings.bibtex  = 200000
 max_strings.bibtex8 = 200000
 max_strings.bibtexu = 200000
 max_strings.pbibtex = 200000
 max_strings.upbibtex= 200000

at least the stack size is set to unlimited for the full build process.

Werner

-- 
  "Having a smoking section in a restaurant is like having
          a peeing section in a swimming pool." -- Edward Burr
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 894 bytes
Desc: not available
URL: <https://tug.org/pipermail/tex-live/attachments/20230412/05fce149/attachment.sig>


More information about the tex-live mailing list.