[Qa-jenkins-scm] Build failed in Jenkins: d-i_manual_de_pdf #123
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Sun Jan 15 17:35:53 UTC 2017
https://jenkins.debian.net/job/d-i_manual_de_pdf/123/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)
[mck-guest] [l10n] Update Czech translation
------------------------------------------
Started by user Holger Levsen
[EnvInject] - Loading node environment variables.
Building on master in workspace <https://jenkins.debian.net/job/d-i_manual_de_pdf/ws/>
Updating svn://anonscm.debian.org/svn/d-i/trunk at revision '2017-01-15T17:35:10.480 +0000'
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 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/cs/hardware/supported/arm.xml
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/zh_TW.po
U packages/po/sublevel5/zh_CN.po
U packages/po/sublevel5/bg.po
U packages/po/sublevel5/ga.po
U packages/po/sublevel1/ga.po
U packages/po/sublevel1/ja.po
U packages/po/sublevel1/ru.po
U packages/po/sublevel1/bg.po
U packages/po/sublevel1/sk.po
U packages/po/sublevel1/uk.po
U scripts/manual-daily/index.head
U scripts/manual-daily/create-index
U scripts/manual-daily/langlist
U scripts/prepare-release-announce
At revision 70464
[workspace] $ /bin/sh -xe /tmp/hudson2553159284329879863.sh
+ /srv/jenkins/bin/d-i_manual.sh de pdf
====================================================================================
Sun 15 Jan 17:35:21 UTC 2017 - running /srv/jenkins/bin/d-i_manual.sh (d-i_manual_de_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 "de 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-XmcnqrZw" on jenkins.
Copying <https://jenkins.debian.net/job/d-i_manual_de_pdf/ws/manual> to /srv/d-i/d-i-manual-sVe1 now.
Building the pdf version of the de manual now.
+ schroot --directory /srv/d-i/d-i-manual-sVe1/manual/build -c source:jenkins-d-i-sid make languages=de architectures=amd64 destination=/srv/d-i/d-i-manual-sVe1/manual/build/pdf/ formats=pdf
set -e ; \
target=de.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-sVe1/manual/de/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-sVe1/manual/de/boot-installer/x86.xml:267: element sect2: validity error : ID boot-tftp already defined
<sect2 arch="x86" id="boot-tftp"><title>Mit TFTP booten</title>
^
/srv/d-i/d-i-manual-sVe1/manual/de/boot-installer/x86.xml:489: element footnote: validity error : ID gtk-miniiso already defined
<quote>mini</quote> ISO-Image<footnote id="gtk-miniiso">
^
/srv/d-i/d-i-manual-sVe1/manual/de/boot-installer/ia64.xml:332: element sect2: validity error : ID boot-tftp already defined
<sect2 arch="ia64" id="boot-tftp"><title>Booten per TFTP</title>
^
/srv/d-i/d-i-manual-sVe1/manual/de/boot-installer/mips.xml:5: element sect2: validity error : ID boot-tftp already defined
<sect2 arch="mips" id="boot-tftp"><title>Booten per TFTP</title>
^
/srv/d-i/d-i-manual-sVe1/manual/de/boot-installer/mipsel.xml:4: element sect2: validity error : ID boot-tftp already defined
<sect2 arch="mipsel;mips64el" id="boot-tftp"><title>Per TFTP booten</title>
^
/srv/d-i/d-i-manual-sVe1/manual/de/boot-installer/powerpc.xml:142: element sect2: validity error : ID usb-boot already defined
<sect2 arch="powerpc" condition="bootable-usb" id="usb-boot">
^
/srv/d-i/d-i-manual-sVe1/manual/de/boot-installer/powerpc.xml:203: element sect2: validity error : ID boot-tftp already defined
<sect2 arch="powerpc" id="boot-tftp"><title>Per TFTP booten</title>
^
/srv/d-i/d-i-manual-sVe1/manual/de/boot-installer/sparc.xml:4: element sect2: validity error : ID boot-tftp already defined
<sect2 arch="sparc" id="boot-tftp"><title>Booten per 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 'de.amd64' failed
make: *** [de.amd64] Error 1
+ cleanup_srv
+ '[' /srv/d-i/ = /srv/d-i/ ']'
+ '[' 24 -ge 10 ']'
+ echo 'Removing /srv/d-i/d-i-manual-sVe1 now.'
Removing /srv/d-i/d-i-manual-sVe1 now.
+ rm -rf /srv/d-i/d-i-manual-sVe1
Sun 15 Jan 17:35:53 UTC 2017 - /srv/jenkins/bin/d-i_manual.sh stopped running as /tmp/jenkins-script-XmcnqrZw, which will now be removed.
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list