[Qa-jenkins-scm] Build failed in Jenkins: d-i_manual_es_pdf_po2xml #52

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Wed Aug 7 21:08:22 BST 2019


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

Changes:

[hwansing] Global change: use <quote> </quote> for quotes

[hwansing] Sync translations (use <quote> </quote> for quotes)

[hwansing] Global change: use <quote> </quote> for quotes - take 2

[hwansing] Sync translations (use <quote> </quote> for quotes - take 2)

[hwansing] Trimm translation-status information for some languages

[hwansing] Global change: use <quote> </quote> for quotes - take 3

[hwansing] Sync translations (use <quote> </quote> for quotes - take 3)

[hwansing] Global change: use <quote> </quote> for quotes - take 4

[hwansing] Sync translations (use <quote> </quote> for quotes - take 4)

------------------------------------------
[...truncated 11.38 KB...]
		else \
			mv ./$destdir/install.$lang.$format "$arch_destination/$destsuffix" 2>/dev/null || true ; \
		fi ; \
	fi ; \
done ; \
./clear.sh
Architecture: arm64
Calling ./buildone.sh "arm64" "es" "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-ttwk/manual/build/build.tmp.es.arm64/install.es.profiled.xml
Build the listings...
xsltproc -o listings.xml --xinclude --xincludestyle --param current.dir '/srv/d-i/d-i-manual-ttwk/manual/build/build.tmp.es.arm64' /usr/share/dblatex/xsl/common/mklistings.xsl /srv/d-i/d-i-manual-ttwk/manual/build/build.tmp.es.arm64/install.es.profiled.xml
xsltproc -o install.es.profiled.rtex --xinclude --xincludestyle --param current.dir '/srv/d-i/d-i-manual-ttwk/manual/build/build.tmp.es.arm64' --param listings.xml '/srv/d-i/d-i-manual-ttwk/manual/build/build.tmp.es.arm64/dblatex/tmpxVMfb_/listings.xml' /srv/d-i/d-i-manual-ttwk/manual/build/build.tmp.es.arm64/dblatex/tmpxVMfb_/custom.xsl /srv/d-i/d-i-manual-ttwk/manual/build/build.tmp.es.arm64/install.es.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.es.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.es.profiled.tex
running post-compilation scripts...
[index] the index file /srv/d-i/d-i-manual-ttwk/manual/build/build.tmp.es.arm64/dblatex/tmpxVMfb_/install.es.profiled.idx is empty
install.es.profiled.aux MD5 checksum changed
install.es.profiled.toc MD5 checksum changed
install.es.profiled.lot MD5 checksum changed
the /srv/d-i/d-i-manual-ttwk/manual/build/build.tmp.es.arm64/dblatex/tmpxVMfb_/install.es.profiled.aux file has changed
xelatex -interaction=batchmode install.es.profiled.tex
running post-compilation scripts...
[index] the index file /srv/d-i/d-i-manual-ttwk/manual/build/build.tmp.es.arm64/dblatex/tmpxVMfb_/install.es.profiled.idx is empty
install.es.profiled.aux MD5 checksum changed
install.es.profiled.toc MD5 checksum changed
install.es.profiled.lot MD5 checksum changed
the /srv/d-i/d-i-manual-ttwk/manual/build/build.tmp.es.arm64/dblatex/tmpxVMfb_/install.es.profiled.aux file has changed
xelatex -interaction=batchmode install.es.profiled.tex
running post-compilation scripts...
[index] the index file /srv/d-i/d-i-manual-ttwk/manual/build/build.tmp.es.arm64/dblatex/tmpxVMfb_/install.es.profiled.idx is empty
no new compilation is needed
running last-compilation scripts...
'install.es.pdf' successfully built
/srv/d-i/d-i-manual-ttwk/manual/build/build.tmp.es.arm64/dblatex/tmpxVMfb_ not removed
+ set +x
+ schroot --directory /srv/d-i/d-i-manual-ttwk/manual/build -c chroot:jenkins-d-i-sid make languages=es architectures=armel destination=/srv/d-i/d-i-manual-ttwk/manual/build/pdf/ formats=pdf
set -e ; \
target=es.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" "es" "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-ttwk/manual/build/build.tmp.es.armel/install.es.profiled.xml
Build the listings...
xsltproc -o listings.xml --xinclude --xincludestyle --param current.dir '/srv/d-i/d-i-manual-ttwk/manual/build/build.tmp.es.armel' /usr/share/dblatex/xsl/common/mklistings.xsl /srv/d-i/d-i-manual-ttwk/manual/build/build.tmp.es.armel/install.es.profiled.xml
xsltproc -o install.es.profiled.rtex --xinclude --xincludestyle --param current.dir '/srv/d-i/d-i-manual-ttwk/manual/build/build.tmp.es.armel' --param listings.xml '/srv/d-i/d-i-manual-ttwk/manual/build/build.tmp.es.armel/dblatex/tmppenLSh/listings.xml' /srv/d-i/d-i-manual-ttwk/manual/build/build.tmp.es.armel/dblatex/tmppenLSh/custom.xsl /srv/d-i/d-i-manual-ttwk/manual/build/build.tmp.es.armel/install.es.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.es.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.es.profiled.tex
running post-compilation scripts...
[index] the index file /srv/d-i/d-i-manual-ttwk/manual/build/build.tmp.es.armel/dblatex/tmppenLSh/install.es.profiled.idx is empty
install.es.profiled.toc MD5 checksum changed
install.es.profiled.aux MD5 checksum changed
install.es.profiled.lot MD5 checksum changed
the /srv/d-i/d-i-manual-ttwk/manual/build/build.tmp.es.armel/dblatex/tmppenLSh/install.es.profiled.toc file has changed
xelatex -interaction=batchmode install.es.profiled.tex
running post-compilation scripts...
[index] the index file /srv/d-i/d-i-manual-ttwk/manual/build/build.tmp.es.armel/dblatex/tmppenLSh/install.es.profiled.idx is empty
install.es.profiled.toc MD5 checksum changed
install.es.profiled.aux MD5 checksum changed
install.es.profiled.lot MD5 checksum changed
the /srv/d-i/d-i-manual-ttwk/manual/build/build.tmp.es.armel/dblatex/tmppenLSh/install.es.profiled.toc file has changed
xelatex -interaction=batchmode install.es.profiled.tex
running post-compilation scripts...
[index] the index file /srv/d-i/d-i-manual-ttwk/manual/build/build.tmp.es.armel/dblatex/tmppenLSh/install.es.profiled.idx is empty
no new compilation is needed
running last-compilation scripts...
'install.es.pdf' successfully built
/srv/d-i/d-i-manual-ttwk/manual/build/build.tmp.es.armel/dblatex/tmppenLSh not removed
+ set +x
+ schroot --directory /srv/d-i/d-i-manual-ttwk/manual/build -c chroot:jenkins-d-i-sid make languages=es architectures=armhf destination=/srv/d-i/d-i-manual-ttwk/manual/build/pdf/ formats=pdf
set -e ; \
target=es.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" "es" "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-ttwk/manual/build/build.tmp.es.armhf/install.es.profiled.xml
Build the listings...
xsltproc -o listings.xml --xinclude --xincludestyle --param current.dir '/srv/d-i/d-i-manual-ttwk/manual/build/build.tmp.es.armhf' /usr/share/dblatex/xsl/common/mklistings.xsl /srv/d-i/d-i-manual-ttwk/manual/build/build.tmp.es.armhf/install.es.profiled.xml
xsltproc -o install.es.profiled.rtex --xinclude --xincludestyle --param current.dir '/srv/d-i/d-i-manual-ttwk/manual/build/build.tmp.es.armhf' --param listings.xml '/srv/d-i/d-i-manual-ttwk/manual/build/build.tmp.es.armhf/dblatex/tmpgVRbzH/listings.xml' /srv/d-i/d-i-manual-ttwk/manual/build/build.tmp.es.armhf/dblatex/tmpgVRbzH/custom.xsl /srv/d-i/d-i-manual-ttwk/manual/build/build.tmp.es.armhf/install.es.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.es.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.es.profiled.tex
make: *** [Makefile:8: es.armhf] 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-74f66921-a323-4c5c-b1f2-e48c1255b641’: 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-ttwk now.'
Removing /srv/d-i/d-i-manual-ttwk now.
+ rm -rf /srv/d-i/d-i-manual-ttwk
Wed  7 Aug 20:08:21 UTC 2019 - /srv/jenkins/bin/d-i_manual.sh stopped running as /tmp/jenkins-script-OQycoRCl, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list