[Qa-jenkins-scm] Build failed in Jenkins: d-i_manual_hu_pdf_po2xml #51

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Sat Aug 10 05:10:58 BST 2019


See <https://jenkins.debian.net/job/d-i_manual_hu_pdf_po2xml/51/display/redirect?page=changes>

Changes:

[cwryu] Update Korean translation

[hwansing] Add msgcat command, to ensure that po files are truncated at 79 char,

[hwansing] Truncate po files at 79 chars (clean-up after latest changes)

[hwansing] Add changelog entry for Korean

------------------------------------------
[...truncated 11.14 KB...]
		mv ./$destdir/html/* "$arch_destination/$destsuffix" ; \
	else \
		# Do not fail because of missing PDF support for some languages \
		if [ -n "$web" ] ; then \
			mv ./$destdir/install.$lang.$format "$arch_destination/$destsuffix/install.$format.$lang_id" 2>/dev/null || true ; \
		else \
			mv ./$destdir/install.$lang.$format "$arch_destination/$destsuffix" 2>/dev/null || true ; \
		fi ; \
	fi ; \
done ; \
./clear.sh
Architecture: arm64
Calling ./buildone.sh "arm64" "hu" "pdf"
Info: creating temporary profiled .xml file...
Info: creating .pdf file...
Build the book set list...
xsltproc -o doclist.txt --xinclude --xincludestyle doclist.xsl /srv/d-i/d-i-manual-4MUR/manual/build/build.tmp.hu.arm64/install.hu.profiled.xml
Build the listings...
xsltproc -o listings.xml --xinclude --xincludestyle --param current.dir '/srv/d-i/d-i-manual-4MUR/manual/build/build.tmp.hu.arm64' /usr/share/dblatex/xsl/common/mklistings.xsl /srv/d-i/d-i-manual-4MUR/manual/build/build.tmp.hu.arm64/install.hu.profiled.xml
xsltproc -o install.hu.profiled.rtex --xinclude --xincludestyle --param current.dir '/srv/d-i/d-i-manual-4MUR/manual/build/build.tmp.hu.arm64' --param listings.xml '/srv/d-i/d-i-manual-4MUR/manual/build/build.tmp.hu.arm64/dblatex/tmpZ7iMoO/listings.xml' /srv/d-i/d-i-manual-4MUR/manual/build/build.tmp.hu.arm64/dblatex/tmpZ7iMoO/custom.xsl /srv/d-i/d-i-manual-4MUR/manual/build/build.tmp.hu.arm64/install.hu.profiled.xml
XSLT stylesheets DocBook - LaTeX 2e (0.3.10)
===================================================
prompt: default template used in programlisting or screen
prompt: default template used in programlisting or screen
prompt: default template used in programlisting or screen
prompt: default template used in programlisting or screen
prompt: default template used in programlisting or screen
prompt: default template used in programlisting or screen
prompt: default template used in programlisting or screen
prompt: default template used in programlisting or screen
prompt: default template used in programlisting or screen
prompt: default template used in programlisting or screen
Build install.hu.profiled.pdf
built-in module xetex registered
no support found for ifthen
no support found for ifxetex
no support found for fontspec
no support found for xltxtra
no support found for fontenc
no support found for ucs
no support found for inputenc
no support found for fancybox
built-in module makeidx registered
no support found for babel
no support found for cmap
no support found for db2latex
building additional files...
checking if compiling is necessary...
the output file doesn't exist
xelatex -interaction=batchmode install.hu.profiled.tex
running post-compilation scripts...
[index] the index file /srv/d-i/d-i-manual-4MUR/manual/build/build.tmp.hu.arm64/dblatex/tmpZ7iMoO/install.hu.profiled.idx is empty
install.hu.profiled.lot MD5 checksum changed
install.hu.profiled.aux MD5 checksum changed
install.hu.profiled.toc MD5 checksum changed
the /srv/d-i/d-i-manual-4MUR/manual/build/build.tmp.hu.arm64/dblatex/tmpZ7iMoO/install.hu.profiled.lot file has changed
xelatex -interaction=batchmode install.hu.profiled.tex
running post-compilation scripts...
[index] the index file /srv/d-i/d-i-manual-4MUR/manual/build/build.tmp.hu.arm64/dblatex/tmpZ7iMoO/install.hu.profiled.idx is empty
install.hu.profiled.aux MD5 checksum changed
install.hu.profiled.toc MD5 checksum changed
the /srv/d-i/d-i-manual-4MUR/manual/build/build.tmp.hu.arm64/dblatex/tmpZ7iMoO/install.hu.profiled.aux file has changed
xelatex -interaction=batchmode install.hu.profiled.tex
running post-compilation scripts...
[index] the index file /srv/d-i/d-i-manual-4MUR/manual/build/build.tmp.hu.arm64/dblatex/tmpZ7iMoO/install.hu.profiled.idx is empty
no new compilation is needed
running last-compilation scripts...
'install.hu.pdf' successfully built
/srv/d-i/d-i-manual-4MUR/manual/build/build.tmp.hu.arm64/dblatex/tmpZ7iMoO not removed
+ set +x
+ schroot --directory /srv/d-i/d-i-manual-4MUR/manual/build -c chroot:jenkins-d-i-sid make languages=hu architectures=armel destination=/srv/d-i/d-i-manual-4MUR/manual/build/pdf/ formats=pdf
set -e ; \
target=hu.armel ; \
lang=${target%.*} ; \
lang_id="$(echo $lang | tr A-Z a-z | sed "s/_/-/")" ; \
arch=${target#*.} ; \
eval arch_destination=$destination ; \
echo "Architecture: $arch" ; \
if [ -n "$noarchdir" ]; then \
	destsuffix="$lang" ; \
else \
	if [ -n "$web" ] ; then \
		destsuffix="$arch" ; \
	else \
		destsuffix="$lang.$arch" ; \
	fi ; \
fi ; \
export destdir=build.out.$lang.$arch ; \
export tempdir=build.tmp.$lang.$arch ; \
echo "Calling ./buildone.sh \"$arch\" \"$lang\" \"$formats\"" ; \
./buildone.sh "$arch" "$lang" "$formats" ; \
mkdir -p "$arch_destination/$destsuffix" ; \
for format in $formats; do \
	if [ "$format" = html ]; then \
		mkdir -p "$arch_destination/$destsuffix/images" ; \
		mv ./$destdir/html/images/* "$arch_destination/$destsuffix/images" ; \
		rmdir ./$destdir/html/images ; \
		mv ./$destdir/html/* "$arch_destination/$destsuffix" ; \
	else \
		# Do not fail because of missing PDF support for some languages \
		if [ -n "$web" ] ; then \
			mv ./$destdir/install.$lang.$format "$arch_destination/$destsuffix/install.$format.$lang_id" 2>/dev/null || true ; \
		else \
			mv ./$destdir/install.$lang.$format "$arch_destination/$destsuffix" 2>/dev/null || true ; \
		fi ; \
	fi ; \
done ; \
./clear.sh
Architecture: armel
Calling ./buildone.sh "armel" "hu" "pdf"
Info: creating temporary profiled .xml file...
Info: creating .pdf file...
Build the book set list...
xsltproc -o doclist.txt --xinclude --xincludestyle doclist.xsl /srv/d-i/d-i-manual-4MUR/manual/build/build.tmp.hu.armel/install.hu.profiled.xml
Build the listings...
xsltproc -o listings.xml --xinclude --xincludestyle --param current.dir '/srv/d-i/d-i-manual-4MUR/manual/build/build.tmp.hu.armel' /usr/share/dblatex/xsl/common/mklistings.xsl /srv/d-i/d-i-manual-4MUR/manual/build/build.tmp.hu.armel/install.hu.profiled.xml
xsltproc -o install.hu.profiled.rtex --xinclude --xincludestyle --param current.dir '/srv/d-i/d-i-manual-4MUR/manual/build/build.tmp.hu.armel' --param listings.xml '/srv/d-i/d-i-manual-4MUR/manual/build/build.tmp.hu.armel/dblatex/tmp24s4RZ/listings.xml' /srv/d-i/d-i-manual-4MUR/manual/build/build.tmp.hu.armel/dblatex/tmp24s4RZ/custom.xsl /srv/d-i/d-i-manual-4MUR/manual/build/build.tmp.hu.armel/install.hu.profiled.xml
XSLT stylesheets DocBook - LaTeX 2e (0.3.10)
===================================================
prompt: default template used in programlisting or screen
prompt: default template used in programlisting or screen
prompt: default template used in programlisting or screen
prompt: default template used in programlisting or screen
prompt: default template used in programlisting or screen
prompt: default template used in programlisting or screen
Build install.hu.profiled.pdf
built-in module xetex registered
no support found for ifthen
no support found for ifxetex
no support found for fontspec
no support found for xltxtra
no support found for fontenc
no support found for ucs
no support found for inputenc
no support found for fancybox
built-in module makeidx registered
no support found for babel
no support found for cmap
no support found for db2latex
building additional files...
checking if compiling is necessary...
the output file doesn't exist
xelatex -interaction=batchmode install.hu.profiled.tex
running post-compilation scripts...
[index] the index file /srv/d-i/d-i-manual-4MUR/manual/build/build.tmp.hu.armel/dblatex/tmp24s4RZ/install.hu.profiled.idx is empty
install.hu.profiled.aux MD5 checksum changed
install.hu.profiled.toc MD5 checksum changed
install.hu.profiled.lot MD5 checksum changed
the /srv/d-i/d-i-manual-4MUR/manual/build/build.tmp.hu.armel/dblatex/tmp24s4RZ/install.hu.profiled.aux file has changed
xelatex -interaction=batchmode install.hu.profiled.tex
running post-compilation scripts...
[index] the index file /srv/d-i/d-i-manual-4MUR/manual/build/build.tmp.hu.armel/dblatex/tmp24s4RZ/install.hu.profiled.idx is empty
install.hu.profiled.aux MD5 checksum changed
install.hu.profiled.toc MD5 checksum changed
the /srv/d-i/d-i-manual-4MUR/manual/build/build.tmp.hu.armel/dblatex/tmp24s4RZ/install.hu.profiled.aux file has changed
xelatex -interaction=batchmode install.hu.profiled.tex
running post-compilation scripts...
[index] the index file /srv/d-i/d-i-manual-4MUR/manual/build/build.tmp.hu.armel/dblatex/tmp24s4RZ/install.hu.profiled.idx is empty
no new compilation is needed
running last-compilation scripts...
'install.hu.pdf' successfully built
/srv/d-i/d-i-manual-4MUR/manual/build/build.tmp.hu.armel/dblatex/tmp24s4RZ not removed
+ set +x
+ schroot --directory /srv/d-i/d-i-manual-4MUR/manual/build -c chroot:jenkins-d-i-sid make languages=hu architectures=armhf destination=/srv/d-i/d-i-manual-4MUR/manual/build/pdf/ formats=pdf
set -e ; \
target=hu.armhf ; \
lang=${target%.*} ; \
lang_id="$(echo $lang | tr A-Z a-z | sed "s/_/-/")" ; \
arch=${target#*.} ; \
eval arch_destination=$destination ; \
echo "Architecture: $arch" ; \
if [ -n "$noarchdir" ]; then \
	destsuffix="$lang" ; \
else \
	if [ -n "$web" ] ; then \
		destsuffix="$arch" ; \
	else \
		destsuffix="$lang.$arch" ; \
	fi ; \
fi ; \
export destdir=build.out.$lang.$arch ; \
export tempdir=build.tmp.$lang.$arch ; \
echo "Calling ./buildone.sh \"$arch\" \"$lang\" \"$formats\"" ; \
./buildone.sh "$arch" "$lang" "$formats" ; \
mkdir -p "$arch_destination/$destsuffix" ; \
for format in $formats; do \
	if [ "$format" = html ]; then \
		mkdir -p "$arch_destination/$destsuffix/images" ; \
		mv ./$destdir/html/images/* "$arch_destination/$destsuffix/images" ; \
		rmdir ./$destdir/html/images ; \
		mv ./$destdir/html/* "$arch_destination/$destsuffix" ; \
	else \
		# Do not fail because of missing PDF support for some languages \
		if [ -n "$web" ] ; then \
			mv ./$destdir/install.$lang.$format "$arch_destination/$destsuffix/install.$format.$lang_id" 2>/dev/null || true ; \
		else \
			mv ./$destdir/install.$lang.$format "$arch_destination/$destsuffix" 2>/dev/null || true ; \
		fi ; \
	fi ; \
done ; \
./clear.sh
Architecture: armhf
Calling ./buildone.sh "armhf" "hu" "pdf"
Info: creating temporary profiled .xml file...
Info: creating .pdf file...
Build the book set list...
xsltproc -o doclist.txt --xinclude --xincludestyle doclist.xsl /srv/d-i/d-i-manual-4MUR/manual/build/build.tmp.hu.armhf/install.hu.profiled.xml
Build the listings...
xsltproc -o listings.xml --xinclude --xincludestyle --param current.dir '/srv/d-i/d-i-manual-4MUR/manual/build/build.tmp.hu.armhf' /usr/share/dblatex/xsl/common/mklistings.xsl /srv/d-i/d-i-manual-4MUR/manual/build/build.tmp.hu.armhf/install.hu.profiled.xml
xsltproc -o install.hu.profiled.rtex --xinclude --xincludestyle --param current.dir '/srv/d-i/d-i-manual-4MUR/manual/build/build.tmp.hu.armhf' --param listings.xml '/srv/d-i/d-i-manual-4MUR/manual/build/build.tmp.hu.armhf/dblatex/tmpx4OYKO/listings.xml' /srv/d-i/d-i-manual-4MUR/manual/build/build.tmp.hu.armhf/dblatex/tmpx4OYKO/custom.xsl /srv/d-i/d-i-manual-4MUR/manual/build/build.tmp.hu.armhf/install.hu.profiled.xml
XSLT stylesheets DocBook - LaTeX 2e (0.3.10)
===================================================
prompt: default template used in programlisting or screen
prompt: default template used in programlisting or screen
prompt: default template used in programlisting or screen
prompt: default template used in programlisting or screen
prompt: default template used in programlisting or screen
prompt: default template used in programlisting or screen
Build install.hu.profiled.pdf
built-in module xetex registered
no support found for ifthen
no support found for ifxetex
no support found for fontspec
no support found for xltxtra
no support found for fontenc
no support found for ucs
no support found for inputenc
no support found for fancybox
built-in module makeidx registered
no support found for babel
no support found for cmap
no support found for db2latex
building additional files...
checking if compiling is necessary...
the output file doesn't exist
xelatex -interaction=batchmode install.hu.profiled.tex
xelatex failed
Could not run xelatex.
/srv/d-i/d-i-manual-4MUR/manual/build/build.tmp.hu.armhf/dblatex/tmpx4OYKO not removed
make: *** [Makefile:8: hu.armhf] Terminated
E: Child terminated by signal ‘Terminated’
+ cleanup_srv
+ '[' /srv/d-i/ = /srv/d-i/ ']'
+ '[' 24 -ge 10 ']'
+ echo 'Removing /srv/d-i/d-i-manual-4MUR now.'
Removing /srv/d-i/d-i-manual-4MUR now.
+ rm -rf /srv/d-i/d-i-manual-4MUR
Sat 10 Aug 04:10:57 UTC 2019 - /srv/jenkins/bin/d-i_manual.sh stopped running as /tmp/jenkins-script-tQKhfmrg, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list