[Qa-jenkins-scm] Build failed in Jenkins: d-i_manual_it_pdf #69

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Thu Dec 29 17:33:41 UTC 2016


https://jenkins.debian.net/job/d-i_manual_it_pdf/69/Changes:

[mck-guest] [l10n] Update Czech translation

[holgerw] Unfuzzy xml-based translations after typo fix in en

[holgerw] Extracting the example-preseed.txt did not work.
Fixed directory (and added some comments).

[holgerw] Fix release name in rules

[holgerw] Fix typo in en.
+ Refresh pot and po files.
+ Unfuzzy translations.

[holgerw] Additional build-deps for pdf creation

[holgerw] [SILENT_COMMIT] Update of POT and PO files for the manual

[holgerw] Add texlive-xetex as build-dependency (is needed for recently
introduced pdf creation via dblatex)

[holgerw] Change build chain for pdf variant from jade to dblatex
and activate pdf for Chinese, Greek, Japanese and Vietnamese.
Thanks to victory for the patch.

------------------------------------------
Started by upstream project "d-i_manual_it_html" build number 71
originally caused by:
 Started by an SCM change
[EnvInject] - Loading node environment variables.
Building on master in workspace <https://jenkins.debian.net/job/d-i_manual_it_pdf/ws/>
Updating svn://anonscm.debian.org/svn/d-i/trunk at revision '2016-12-29T17:33:25.507 +0000'
U         scripts/manual-daily/build-manual
U         manual/it/preface.xml
U         manual/po/fi/preface.po
U         manual/po/el/gpl.po
U         manual/po/el/preface.po
U         manual/po/zh_CN/preface.po
U         manual/po/pot/preface.pot
U         manual/po/es/preface.po
U         manual/po/fr/preface.po
U         manual/po/fr/random-bits.po
U         manual/po/fr/preparing.po
U         manual/po/fr/preseed.po
U         manual/po/ko/preface.po
U         manual/po/nl/preface.po
U         manual/po/nn/preface.po
U         manual/po/hu/preface.po
U         manual/po/vi/preface.po
U         manual/po/tl/preface.po
U         manual/po/ro/preface.po
U         manual/po/pt/preparing.po
U         manual/po/pt/preseed.po
U         manual/po/pt/preface.po
U         manual/po/pt/random-bits.po
U         manual/po/da/preface.po
U         manual/po/ru/preface.po
U         manual/po/sv/preface.po
U         manual/po/ja/preface.po
U         manual/po/zh_TW/preface.po
A         manual/build/dblatex.xsl
U         manual/build/buildone.sh
U         manual/debian/changelog
U         manual/debian/rules
U         manual/debian/control
U         manual/en/preface.xml
U         manual/ca/preface.xml
U         manual/cs/hardware/supported/arm.xml
U         manual/cs/preface.xml
U         manual/cs/preparing/minimum-hardware-reqts.xml
U         manual/cs/appendix/chroot-install.xml
U         manual/cs/appendix/files.xml
U         manual/cs/appendix/preseed.xml
U         manual/de/preface.xml
At revision 70438

[workspace] $ /bin/sh -xe /tmp/hudson6108908653843653835.sh
+ /srv/jenkins/bin/d-i_manual.sh it pdf
====================================================================================

Thu 29 Dec 17:33:29 UTC 2016 - running /srv/jenkins/bin/d-i_manual.sh (d-i_manual_it_pdf) on jenkins now.

To learn to understand this, git clone https://anonscm.debian.org/git/qa/jenkins.debian.net.git
and then have a look at the files README, INSTALL, CONTRIBUTING and maybe TODO.

This invocation of this script, which is located in bin/d-i_manual.sh,
has been called using "it pdf" as arguments.

Please send technical feedback about jenkins to qa-jenkins-dev at lists.alioth.debian.org,
feedback about specific jobs result should go to their respective lists and/or the BTS.

====================================================================================
Thu 29 Dec 17:33:29 UTC 2016 - start running "/srv/jenkins/bin/d-i_manual.sh" (md5sum 267d77c782109433b56a58e6c1af94e1) as "/tmp/jenkins-script-g6NEEn7d" on jenkins.

Copying <https://jenkins.debian.net/job/d-i_manual_it_pdf/ws/manual> to /srv/d-i/d-i-manual-LVOW now.
Building the pdf version of the it manual now.
+ schroot --directory /srv/d-i/d-i-manual-LVOW/manual/build -c source:jenkins-d-i-sid make languages=it architectures=amd64 destination=/srv/d-i/d-i-manual-LVOW/manual/build/pdf/ formats=pdf
set -e ; \
target=it.amd64 ; \
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 ; \
./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: amd64
Info: creating temporary profiled .xml file...
/srv/d-i/d-i-manual-LVOW/manual/it/boot-installer/x86.xml:4: element sect2: validity error : ID usb-boot already defined
  <sect2 arch="any-x86" condition="bootable-usb" id="usb-boot">
                                                              ^
/srv/d-i/d-i-manual-LVOW/manual/it/boot-installer/x86.xml:446: element sect2: validity error : ID boot-tftp already defined
  <sect2 arch="x86" id="boot-tftp">
                                  ^
/srv/d-i/d-i-manual-LVOW/manual/it/boot-installer/x86.xml:841: element footnote: validity error : ID gtk-miniiso already defined
sperimentale denominata <quote>mini</quote><footnote id="gtk-miniiso">
                                                                     ^
/srv/d-i/d-i-manual-LVOW/manual/it/boot-installer/ia64.xml:611: element sect2: validity error : ID boot-tftp already defined
  <sect2 arch="ia64" id="boot-tftp">
                                   ^
/srv/d-i/d-i-manual-LVOW/manual/it/boot-installer/mips.xml:4: element sect2: validity error : ID boot-tftp already defined
  <sect2 arch="mips" id="boot-tftp">
                                   ^
/srv/d-i/d-i-manual-LVOW/manual/it/boot-installer/mipsel.xml:4: element sect2: validity error : ID boot-tftp already defined
  <sect2 arch="mipsel;mips64el" id="boot-tftp">
                                              ^
/srv/d-i/d-i-manual-LVOW/manual/it/boot-installer/powerpc.xml:226: element sect2: validity error : ID usb-boot already defined
  <sect2 arch="powerpc" condition="bootable-usb" id="usb-boot">
                                                              ^
/srv/d-i/d-i-manual-LVOW/manual/it/boot-installer/powerpc.xml:334: element sect2: validity error : ID boot-tftp already defined
  <sect2 arch="powerpc" id="boot-tftp">
                                      ^
/srv/d-i/d-i-manual-LVOW/manual/it/boot-installer/sparc.xml:5: element sect2: validity error : ID boot-tftp already defined
  <sect2 arch="sparc" id="boot-tftp">
                                    ^
Error: build of pdf failed because of missing build dependencies
Error: (make sure you have ghostscript and dblatex installed for PDF builds)
Warning: The following formats failed to build: pdf
Makefile:8: recipe for target 'it.amd64' failed
make: *** [it.amd64] Error 1
+ cleanup_srv
+ '[' /srv/d-i/ = /srv/d-i/ ']'
+ '[' 24 -ge 10 ']'
+ echo 'Removing /srv/d-i/d-i-manual-LVOW now.'
Removing /srv/d-i/d-i-manual-LVOW now.
+ rm -rf /srv/d-i/d-i-manual-LVOW
Thu 29 Dec 17:33:41 UTC 2016 - /srv/jenkins/bin/d-i_manual.sh stopped running as /tmp/jenkins-script-g6NEEn7d, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list