[Qa-jenkins-scm] Build failed in Jenkins: d-i_manual_pt_html_po2xml #3
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Mon Jan 30 21:17:18 UTC 2017
https://jenkins.debian.net/job/d-i_manual_pt_html_po2xml/3/Changes:
[elmig-guest] updated Portuguese translation
[baptiste-guest] d-i-manual fr: Sync with english
[tejas-guest] Turkish translation update
[joedalton-guest] update Danish Translation 147 strings 111 untranslated
[joedalton-guest] update Danish Translation 174 strings 53 untranslated
[joedalton-guest] update Danish Translation 403 strings 0 untranslated
[mondo-guest] italian translation version updated
[victory-guest] Update Japanese translation.
[di-l10n-guest] [l10n] Updated packages/po/* against package templates
[jfs] Update Spanish translation
[jfs] Update Spanish translation
[jfs] Update Spanish translation
[jfs] Update contribution years
[jfs] Update contribution years
[jfs] Manually update revision date
[jfs] Update Spanish translation
[jfs] Update Spanish translation
[kibi] gen-summary: Adjust for age-policy-dates.
[kibi] unwanted-packages: clean-up.
------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building on master in workspace <https://jenkins.debian.net/job/d-i_manual_pt_html_po2xml/ws/>
Updating svn://anonscm.debian.org/svn/d-i/trunk at revision '2017-01-30T21:16:50.617 +0000'
U manual/it/boot-installer/parameters.xml
U manual/po/fr/boot-installer.po
U manual/po/pt/boot-installer.po
U manual/po/da/preparing.po
U manual/po/da/preseed.po
U manual/po/da/boot-installer.po
U manual/po/ja/boot-installer.po
U packages/po/sublevel5/es.po
U packages/po/sublevel1/es.po
U packages/po/sublevel1/tr.po
U packages/po/sublevel2/es.po
U packages/po/sublevel3/es.po
U packages/po/sublevel4/es.po
U scripts/testing-summary/unwanted-packages
U scripts/testing-summary/gen-summary
At revision 70495
[workspace] $ /bin/sh -xe /tmp/hudson7047327674824608218.sh
+ /srv/jenkins/bin/d-i_manual.sh pt html po2xml
====================================================================================
Mon 30 Jan 21:16:53 UTC 2017 - running /srv/jenkins/bin/d-i_manual.sh (d-i_manual_pt_html_po2xml) 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 "pt html po2xml" 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.
====================================================================================
Mon 30 Jan 21:16:53 UTC 2017 - start running "/srv/jenkins/bin/d-i_manual.sh" (md5sum 267d77c782109433b56a58e6c1af94e1) as "/tmp/jenkins-script-Y8BzswKB" on jenkins.
Copying <https://jenkins.debian.net/job/d-i_manual_pt_html_po2xml/ws/manual> to /srv/d-i/d-i-manual-SDPv now.
Building list of entities...
Converting XML files to UTF-8...
Merging XML files per 'chapter'...
Creating new POT file for ./integrated/en/install-methods/install-methods.xml
Creating new POT file for ./integrated/en/boot-installer/boot-installer.xml
Creating new POT file for ./integrated/en/welcome/welcome.xml
Creating new POT file for ./integrated/en/boot-new/boot-new.xml
Creating new POT file for ./integrated/en/preface.xml
Creating new POT file for ./integrated/en/post-install/post-install.xml
Creating new POT file for ./integrated/en/hardware/hardware.xml
Creating new POT file for ./integrated/en/using-d-i/using-d-i.xml
Creating new POT file for ./integrated/en/partitioning/partitioning.xml
Creating new POT file for ./integrated/en/howto/installation-howto.xml
Creating new POT file for ./integrated/en/appendix/gpl.xml
Creating new POT file for ./integrated/en/appendix/preseed.xml
Creating new POT file for ./integrated/en/appendix/random-bits.xml
Creating new POT file for ./integrated/en/administrivia/administrivia.xml
Creating new POT file for ./integrated/en/preparing/preparing.xml
Creating new POT file for ./integrated/en/bookinfo.xml
Updating PO files for language 'pt':
- updating post-install.po
- updating preparing.po
- updating boot-installer.po
- updating hardware.po
- updating preseed.po
- updating boot-new.po
- updating random-bits.po
- updating partitioning.po
- updating using-d-i.po
- updating administrivia.po
- updating gpl.po
- updating bookinfo.po
- updating welcome.po
- updating install-methods.po
- updating installation-howto.po
- updating preface.po
Reverting modified POT files (if any)...
./scripts/revert_pot: 12: ./scripts/revert_pot: svn: not found
done.
Creating XML files for language 'pt':
- creating install-methods.xml
- creating boot-installer.xml
found empty tag para
found empty tag para
- creating welcome.xml
- creating boot-new.xml
- creating preface.xml
- creating post-install.xml
- creating hardware.xml
- creating using-d-i.xml
- creating partitioning.xml
- creating installation-howto.xml
- creating gpl.xml
- creating preseed.xml
- creating random-bits.xml
- creating administrivia.xml
- creating preparing.xml
- creating bookinfo.xml
Building the html version of the pt manual now.
+ schroot --directory /srv/d-i/d-i-manual-SDPv/manual/build -c source:jenkins-d-i-sid make languages=pt architectures=amd64 destination=/srv/d-i/d-i-manual-SDPv/manual/build/html/ formats=html
set -e ; \
target=pt.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-SDPv/manual/pt/boot-installer/boot-installer.xml:527: 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-SDPv/manual/pt/boot-installer/boot-installer.xml:783: element sect2: validity error : ID boot-tftp already defined
><title
^
/srv/d-i/d-i-manual-SDPv/manual/pt/boot-installer/boot-installer.xml:945: element footnote: validity error : ID gtk-miniiso already defined
> <para
^
/srv/d-i/d-i-manual-SDPv/manual/pt/boot-installer/boot-installer.xml:1245: element sect2: validity error : ID boot-tftp already defined
><title
^
/srv/d-i/d-i-manual-SDPv/manual/pt/boot-installer/boot-installer.xml:1361: element sect2: validity error : ID boot-tftp already defined
><title
^
/srv/d-i/d-i-manual-SDPv/manual/pt/boot-installer/boot-installer.xml:1422: element sect2: validity error : ID boot-tftp already defined
><title
^
/srv/d-i/d-i-manual-SDPv/manual/pt/boot-installer/boot-installer.xml:1641: element sect2: validity error : ID usb-boot already defined
<sect2 arch="powerpc" condition="bootable-usb" id="usb-boot">
^
/srv/d-i/d-i-manual-SDPv/manual/pt/boot-installer/boot-installer.xml:1695: element sect2: validity error : ID boot-tftp already defined
><title
^
/srv/d-i/d-i-manual-SDPv/manual/pt/boot-installer/boot-installer.xml:1802: element sect2: validity error : ID boot-tftp already defined
><title
^
/srv/d-i/d-i-manual-SDPv/manual/pt/boot-installer/boot-installer.xml:2132: parser error : error parsing attribute name
ais tipos de terminais, e.g. QEMU/KVM, pode a iniciar dentro de uma sessão <de
^
/srv/d-i/d-i-manual-SDPv/manual/pt/boot-installer/boot-installer.xml:2132: parser error : attributes construct error
ais tipos de terminais, e.g. QEMU/KVM, pode a iniciar dentro de uma sessão <de
^
/srv/d-i/d-i-manual-SDPv/manual/pt/boot-installer/boot-installer.xml:2132: parser error : Couldn't find end of Start Tag de line 2132
ais tipos de terminais, e.g. QEMU/KVM, pode a iniciar dentro de uma sessão <de
^
/srv/d-i/d-i-manual-SDPv/manual/pt/boot-installer/boot-installer.xml:3196: parser error : chunk is not well balanced
^
build.tmp.pt.amd64/install.pt.xml:33: parser error : Failure to process entity boot-installer.xml
&boot-installer.xml;
^
build.tmp.pt.amd64/install.pt.xml:33: parser error : Entity 'boot-installer.xml' not defined
&boot-installer.xml;
^
unable to parse build.tmp.pt.amd64/install.pt.xml
Makefile:8: recipe for target 'pt.amd64' failed
make: *** [pt.amd64] Error 1
+ cleanup_srv
+ '[' /srv/d-i/ = /srv/d-i/ ']'
+ '[' 24 -ge 10 ']'
+ echo 'Removing /srv/d-i/d-i-manual-SDPv now.'
Removing /srv/d-i/d-i-manual-SDPv now.
+ rm -rf /srv/d-i/d-i-manual-SDPv
Mon 30 Jan 21:17:18 UTC 2017 - /srv/jenkins/bin/d-i_manual.sh stopped running as /tmp/jenkins-script-Y8BzswKB, which will now be removed.
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list