[Qa-jenkins-scm] Build failed in Jenkins: d-i_manual_zh_CN_pdf_po2xml #38

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Thu Jul 4 23:38:33 BST 2019


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

Changes:

[jfs] Updated translation

[jfs] Updated translation

[jfs] Updated translation

[jfs] Updated translation

[jfs] Updated translation

[jfs] Updated translation

[debian-boot] [SILENT_COMMIT] Update of POT and PO files for the installation-guide

[samuel.thibault] fix build

[galaxico] update Greek translations

------------------------------------------
[...truncated 21.18 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: armhf
Calling ./buildone.sh "armhf" "zh_CN" "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-FJgI/manual/build/build.tmp.zh_CN.armhf/install.zh_CN.profiled.xml
Build the listings...
xsltproc -o listings.xml --xinclude --xincludestyle --param current.dir '/srv/d-i/d-i-manual-FJgI/manual/build/build.tmp.zh_CN.armhf' /usr/share/dblatex/xsl/common/mklistings.xsl /srv/d-i/d-i-manual-FJgI/manual/build/build.tmp.zh_CN.armhf/install.zh_CN.profiled.xml
xsltproc -o install.zh_CN.profiled.rtex --xinclude --xincludestyle --param current.dir '/srv/d-i/d-i-manual-FJgI/manual/build/build.tmp.zh_CN.armhf' --param listings.xml '/srv/d-i/d-i-manual-FJgI/manual/build/build.tmp.zh_CN.armhf/dblatex/tmpKO2PNb/listings.xml' /srv/d-i/d-i-manual-FJgI/manual/build/build.tmp.zh_CN.armhf/dblatex/tmpKO2PNb/custom.xsl /srv/d-i/d-i-manual-FJgI/manual/build/build.tmp.zh_CN.armhf/install.zh_CN.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
Build install.zh_CN.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 xeCJK
no support found for ucs
no support found for fancybox
built-in module makeidx registered
no support found for db2latex
building additional files...
checking if compiling is necessary...
the output file doesn't exist
xelatex -interaction=batchmode install.zh_CN.profiled.tex
running post-compilation scripts...
[index] the index file /srv/d-i/d-i-manual-FJgI/manual/build/build.tmp.zh_CN.armhf/dblatex/tmpKO2PNb/install.zh_CN.profiled.idx is empty
install.zh_CN.profiled.toc MD5 checksum changed
install.zh_CN.profiled.lot MD5 checksum changed
install.zh_CN.profiled.aux MD5 checksum changed
the /srv/d-i/d-i-manual-FJgI/manual/build/build.tmp.zh_CN.armhf/dblatex/tmpKO2PNb/install.zh_CN.profiled.toc file has changed
xelatex -interaction=batchmode install.zh_CN.profiled.tex
running post-compilation scripts...
[index] the index file /srv/d-i/d-i-manual-FJgI/manual/build/build.tmp.zh_CN.armhf/dblatex/tmpKO2PNb/install.zh_CN.profiled.idx is empty
install.zh_CN.profiled.toc MD5 checksum changed
install.zh_CN.profiled.lot MD5 checksum changed
install.zh_CN.profiled.aux MD5 checksum changed
the /srv/d-i/d-i-manual-FJgI/manual/build/build.tmp.zh_CN.armhf/dblatex/tmpKO2PNb/install.zh_CN.profiled.toc file has changed
xelatex -interaction=batchmode install.zh_CN.profiled.tex
running post-compilation scripts...
[index] the index file /srv/d-i/d-i-manual-FJgI/manual/build/build.tmp.zh_CN.armhf/dblatex/tmpKO2PNb/install.zh_CN.profiled.idx is empty
no new compilation is needed
running last-compilation scripts...
'install.zh_CN.pdf' successfully built
/srv/d-i/d-i-manual-FJgI/manual/build/build.tmp.zh_CN.armhf/dblatex/tmpKO2PNb not removed
+ set +x
+ schroot --directory /srv/d-i/d-i-manual-FJgI/manual/build -c chroot:jenkins-d-i-sid make languages=zh_CN architectures=hppa destination=/srv/d-i/d-i-manual-FJgI/manual/build/pdf/ formats=pdf
set -e ; \
target=zh_CN.hppa ; \
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: hppa
Calling ./buildone.sh "hppa" "zh_CN" "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-FJgI/manual/build/build.tmp.zh_CN.hppa/install.zh_CN.profiled.xml
Build the listings...
xsltproc -o listings.xml --xinclude --xincludestyle --param current.dir '/srv/d-i/d-i-manual-FJgI/manual/build/build.tmp.zh_CN.hppa' /usr/share/dblatex/xsl/common/mklistings.xsl /srv/d-i/d-i-manual-FJgI/manual/build/build.tmp.zh_CN.hppa/install.zh_CN.profiled.xml
xsltproc -o install.zh_CN.profiled.rtex --xinclude --xincludestyle --param current.dir '/srv/d-i/d-i-manual-FJgI/manual/build/build.tmp.zh_CN.hppa' --param listings.xml '/srv/d-i/d-i-manual-FJgI/manual/build/build.tmp.zh_CN.hppa/dblatex/tmpjh2cFt/listings.xml' /srv/d-i/d-i-manual-FJgI/manual/build/build.tmp.zh_CN.hppa/dblatex/tmpjh2cFt/custom.xsl /srv/d-i/d-i-manual-FJgI/manual/build/build.tmp.zh_CN.hppa/install.zh_CN.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
Build install.zh_CN.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 xeCJK
no support found for ucs
no support found for fancybox
built-in module makeidx registered
no support found for db2latex
building additional files...
checking if compiling is necessary...
the output file doesn't exist
xelatex -interaction=batchmode install.zh_CN.profiled.tex
running post-compilation scripts...
[index] the index file /srv/d-i/d-i-manual-FJgI/manual/build/build.tmp.zh_CN.hppa/dblatex/tmpjh2cFt/install.zh_CN.profiled.idx is empty
install.zh_CN.profiled.toc MD5 checksum changed
install.zh_CN.profiled.aux MD5 checksum changed
install.zh_CN.profiled.lot MD5 checksum changed
the /srv/d-i/d-i-manual-FJgI/manual/build/build.tmp.zh_CN.hppa/dblatex/tmpjh2cFt/install.zh_CN.profiled.toc file has changed
xelatex -interaction=batchmode install.zh_CN.profiled.tex
running post-compilation scripts...
[index] the index file /srv/d-i/d-i-manual-FJgI/manual/build/build.tmp.zh_CN.hppa/dblatex/tmpjh2cFt/install.zh_CN.profiled.idx is empty
install.zh_CN.profiled.toc MD5 checksum changed
install.zh_CN.profiled.aux MD5 checksum changed
install.zh_CN.profiled.lot MD5 checksum changed
the /srv/d-i/d-i-manual-FJgI/manual/build/build.tmp.zh_CN.hppa/dblatex/tmpjh2cFt/install.zh_CN.profiled.toc file has changed
xelatex -interaction=batchmode install.zh_CN.profiled.tex
running post-compilation scripts...
[index] the index file /srv/d-i/d-i-manual-FJgI/manual/build/build.tmp.zh_CN.hppa/dblatex/tmpjh2cFt/install.zh_CN.profiled.idx is empty
no new compilation is needed
running last-compilation scripts...
'install.zh_CN.pdf' successfully built
/srv/d-i/d-i-manual-FJgI/manual/build/build.tmp.zh_CN.hppa/dblatex/tmpjh2cFt not removed
+ set +x
+ schroot --directory /srv/d-i/d-i-manual-FJgI/manual/build -c chroot:jenkins-d-i-sid make languages=zh_CN architectures=hurd-i386 destination=/srv/d-i/d-i-manual-FJgI/manual/build/pdf/ formats=pdf
set -e ; \
target=zh_CN.hurd-i386 ; \
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: hurd-i386
Calling ./buildone.sh "hurd-i386" "zh_CN" "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-FJgI/manual/build/build.tmp.zh_CN.hurd-i386/install.zh_CN.profiled.xml
Build the listings...
xsltproc -o listings.xml --xinclude --xincludestyle --param current.dir '/srv/d-i/d-i-manual-FJgI/manual/build/build.tmp.zh_CN.hurd-i386' /usr/share/dblatex/xsl/common/mklistings.xsl /srv/d-i/d-i-manual-FJgI/manual/build/build.tmp.zh_CN.hurd-i386/install.zh_CN.profiled.xml
xsltproc -o install.zh_CN.profiled.rtex --xinclude --xincludestyle --param current.dir '/srv/d-i/d-i-manual-FJgI/manual/build/build.tmp.zh_CN.hurd-i386' --param listings.xml '/srv/d-i/d-i-manual-FJgI/manual/build/build.tmp.zh_CN.hurd-i386/dblatex/tmpFQXrBg/listings.xml' /srv/d-i/d-i-manual-FJgI/manual/build/build.tmp.zh_CN.hurd-i386/dblatex/tmpFQXrBg/custom.xsl /srv/d-i/d-i-manual-FJgI/manual/build/build.tmp.zh_CN.hurd-i386/install.zh_CN.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
phrase: default template used in programlisting or screen
phrase: default template used in programlisting or screen
Build install.zh_CN.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 xeCJK
no support found for ucs
no support found for fancybox
built-in module makeidx registered
no support found for db2latex
building additional files...
checking if compiling is necessary...
the output file doesn't exist
xelatex -interaction=batchmode install.zh_CN.profiled.tex
make: *** [Makefile:8: zh_CN.hurd-i386] Terminated

xdvipdfmx:fatal: File ended prematurely


No output PDF file written.
E: 10mount: E: Failed to find ‘/var/run/schroot/mount/jenkins-d-i-sid-8813fea9-96fa-481b-88ca-a69c5de2e260’: No such file or directory
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-FJgI now.'
Removing /srv/d-i/d-i-manual-FJgI now.
+ rm -rf /srv/d-i/d-i-manual-FJgI
Thu  4 Jul 22:38:33 UTC 2019 - /srv/jenkins/bin/d-i_manual.sh stopped running as /tmp/jenkins-script-UMd9gDz4, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list