[Qa-jenkins-scm] Build failed in Jenkins: d-i_manual_cs_pdf #84

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Sun Jan 15 17:35:52 UTC 2017


https://jenkins.debian.net/job/d-i_manual_cs_pdf/84/Changes:

[dmn] Updated Bulgarian translation

[kibi] Make sure to include linux's changelog.

[holgerw] Add summary line for build languages (only for internal use)

[kmuto] typo fix of Japanese translation (d-doc at jp:00010)

[sthibault] Add missing build-dep

[sthibault] revert 65140, it breaks getting the return value

[sthibault] Fix build when starting creating xml files with a non-translated po file,
e.g. gpl.xml.  Closes: #850232

[di-l10n-guest] [l10n] Updated packages/po/* against package templates

[helix84-guest] * [INTL:sk] Slovak translation update

[di-l10n-guest] [l10n] Updated packages/po/* against package templates

[scannell-guest] Irish translations back to 100 percent

[di-l10n-guest] [l10n] Updated packages/po/* against package templates

[foka] Fix some fuzzy translations in Chinese (sublevel5)

[gladk] Update ukrainian and russian translations for sub1.

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

[joedalton-guest] update Danish Translation 146 strings 78 untranslated

[elmig-guest] updated Portuguese translation

[joedalton-guest] update Danish Translation 141 strings 117 untranslated

[joedalton-guest] update Danish Translation 134 strings 90 untranslated

[joedalton-guest] update Danish Translation 196 strings 0 untranslated

[joedalton-guest] update Danish Translation 179 strings 17 untranslated

[holgerw] Skip section "Recent changes in the original English version"; 
not maintained for years

[holgerw] Remove ml from the list; ml is no longer in the source tree.

[holgerw] Revert previous commit: statistics for nl, nn, tl and ro 
cannot be generated without error

[holgerw] Un-comment not-activated languages, but set them to Build: N.
That way we have at least statistics for not activated languages.

[holgerw] Activate pdf for Chinese, Greek, Japanese and Vietnamese (pdf variant 
is now built using dblatex, all languages are now supported)

------------------------------------------
Started by user Holger Levsen
Started by user Holger Levsen
[EnvInject] - Loading node environment variables.
Building on master in workspace <https://jenkins.debian.net/job/d-i_manual_cs_pdf/ws/>
Updating svn://anonscm.debian.org/svn/d-i/trunk at revision '2017-01-15T17:35:10.752 +0000'
U         scripts/manual-daily/langlist
U         scripts/manual-daily/index.head
U         scripts/manual-daily/create-index
U         scripts/prepare-release-announce
U         manual/scripts/create_xml
U         manual/po/pt/hardware.po
U         manual/po/da/random-bits.po
U         manual/po/da/preparing.po
U         manual/po/da/preseed.po
U         manual/build/po_functions
U         manual/debian/control
U         manual/debian/changelog
U         packages/po/sublevel2/bg.po
U         packages/po/sublevel2/sk.po
U         packages/po/sublevel2/ga.po
U         packages/po/sublevel3/ga.po
U         packages/po/sublevel3/ja.po
U         packages/po/sublevel4/ga.po
U         packages/po/sublevel4/bg.po
U         packages/po/sublevel5/ga.po
U         packages/po/sublevel5/zh_TW.po
U         packages/po/sublevel5/zh_CN.po
U         packages/po/sublevel5/bg.po
U         packages/po/sublevel1/bg.po
U         packages/po/sublevel1/sk.po
U         packages/po/sublevel1/uk.po
U         packages/po/sublevel1/ga.po
U         packages/po/sublevel1/ja.po
U         packages/po/sublevel1/ru.po
At revision 70464

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

Sun 15 Jan 17:35:21 UTC 2017 - running /srv/jenkins/bin/d-i_manual.sh (d-i_manual_cs_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 "cs pdf" as arguments.

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

====================================================================================
Sun 15 Jan 17:35:21 UTC 2017 - start running "/srv/jenkins/bin/d-i_manual.sh" (md5sum 267d77c782109433b56a58e6c1af94e1) as "/tmp/jenkins-script-RmP5P0zn" on jenkins.

Copying <https://jenkins.debian.net/job/d-i_manual_cs_pdf/ws/manual> to /srv/d-i/d-i-manual-1j6I now.
Building the pdf version of the cs manual now.
+ schroot --directory /srv/d-i/d-i-manual-1j6I/manual/build -c source:jenkins-d-i-sid make languages=cs architectures=amd64 destination=/srv/d-i/d-i-manual-1j6I/manual/build/pdf/ formats=pdf
set -e ; \
target=cs.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-1j6I/manual/cs/hardware/supported/i386.xml:36: element sect3: validity error : ID bus already defined
   <sect3 id="bus"><title>V/V sběrnice</title>
                  ^
/srv/d-i/d-i-manual-1j6I/manual/cs/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-1j6I/manual/cs/boot-installer/x86.xml:259: element sect2: validity error : ID boot-tftp already defined
  <sect2 arch="x86" id="boot-tftp"><title>Zavedení z TFTP</title>
                                  ^
/srv/d-i/d-i-manual-1j6I/manual/cs/boot-installer/x86.xml:465: element footnote: validity error : ID gtk-miniiso already defined
<quote>mini</quote> ISO obraz<footnote id="gtk-miniiso">
                                                       ^
/srv/d-i/d-i-manual-1j6I/manual/cs/boot-installer/ia64.xml:256: element sect2: validity error : ID boot-tftp already defined
  <sect2 arch="ia64" id="boot-tftp"><title>Zavedení z TFTP</title>
                                   ^
/srv/d-i/d-i-manual-1j6I/manual/cs/boot-installer/mips.xml:4: element sect2: validity error : ID boot-tftp already defined
  <sect2 arch="mips" id="boot-tftp"><title>Zavedení z TFTP</title>
                                   ^
/srv/d-i/d-i-manual-1j6I/manual/cs/boot-installer/mipsel.xml:4: element sect2: validity error : ID boot-tftp already defined
  <sect2 arch="mipsel;mips64el" id="boot-tftp"><title>Zavedení z TFTP</title>
                                              ^
/srv/d-i/d-i-manual-1j6I/manual/cs/boot-installer/powerpc.xml:131: element sect2: validity error : ID usb-boot already defined
  <sect2 arch="powerpc" condition="bootable-usb" id="usb-boot">
                                                              ^
/srv/d-i/d-i-manual-1j6I/manual/cs/boot-installer/powerpc.xml:186: element sect2: validity error : ID boot-tftp already defined
  <sect2 arch="powerpc" id="boot-tftp"><title>Zavedení z TFTP</title>
                                      ^
/srv/d-i/d-i-manual-1j6I/manual/cs/boot-installer/sparc.xml:4: element sect2: validity error : ID boot-tftp already defined
  <sect2 arch="sparc" id="boot-tftp"><title>Zavedení z TFTP</title>
                                    ^
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 'cs.amd64' failed
make: *** [cs.amd64] Error 1
+ cleanup_srv
+ '[' /srv/d-i/ = /srv/d-i/ ']'
+ '[' 24 -ge 10 ']'
+ echo 'Removing /srv/d-i/d-i-manual-1j6I now.'
Removing /srv/d-i/d-i-manual-1j6I now.
+ rm -rf /srv/d-i/d-i-manual-1j6I
Sun 15 Jan 17:35:52 UTC 2017 - /srv/jenkins/bin/d-i_manual.sh stopped running as /tmp/jenkins-script-RmP5P0zn, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list