[Qa-jenkins-scm] Build failed in Jenkins: d-i_manual_zh_CN_html_po2xml #27

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Sun Jun 11 15:48:26 UTC 2017


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

Changes:

[yangfl-guest] update zh_CN manuals

[yangfl-guest] reviews on zh-CN translations

[yangfl-guest] update zh_CN translations

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

[sthibault] upload

[kibi] gen-summary: Sort arches for the udebs table.

[medicalwei-guest] Update zh_TW po translations.

[holgerw] Update documentation on device nodes for CD-ROM drives:
sync xml-based translations.

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building on master in workspace <https://jenkins.debian.net/job/d-i_manual_zh_CN_html_po2xml/ws/>
Updating svn://anonscm.debian.org/svn/d-i/trunk at revision '2017-06-11T15:47:55.471 +0000'
U         scripts/testing-summary/gen-summary
U         manual/po/zh_CN/bookinfo.po
U         manual/po/zh_CN/install-methods.po
U         manual/po/zh_CN/partitioning.po
U         manual/po/zh_CN/random-bits.po
U         manual/po/zh_CN/preparing.po
U         manual/po/zh_CN/preseed.po
U         manual/po/zh_CN/post-install.po
U         manual/po/zh_CN/boot-new.po
U         manual/po/zh_CN/welcome.po
U         manual/po/zh_CN/using-d-i.po
U         manual/po/zh_CN/hardware.po
U         manual/po/zh_CN/boot-installer.po
U         manual/po/zh_CN/installation-howto.po
U         manual/po/zh_CN/administrivia.po
U         manual/debian/changelog
U         manual/cs/boot-installer/trouble.xml
U         manual/pt_BR/boot-installer/trouble.xml
U         packages/po/sublevel1/zh_TW.po
U         packages/po/sublevel1/zh_CN.po
U         packages/po/sublevel2/zh_TW.po
U         packages/po/sublevel2/zh_CN.po
U         packages/po/sublevel3/zh_TW.po
U         packages/po/sublevel3/zh_CN.po
U         packages/po/sublevel4/zh_TW.po
U         packages/po/sublevel4/zh_CN.po
U         packages/po/sublevel5/zh_TW.po
U         packages/po/sublevel5/zh_CN.po
At revision 70751

[workspace] $ /bin/sh -xe /tmp/hudson1148570178653328420.sh
+ /srv/jenkins/bin/d-i_manual.sh zh_CN html po2xml
====================================================================================

Sun 11 Jun 15:47:59 UTC 2017 - running /srv/jenkins/bin/d-i_manual.sh (d-i_manual_zh_CN_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 "zh_CN html po2xml" as arguments.

Please send 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 job results should go to their respective lists and/or the BTS.

====================================================================================
Sun 11 Jun 15:47:59 UTC 2017 - start running "/srv/jenkins/bin/d-i_manual.sh" (md5sum 267d77c782109433b56a58e6c1af94e1) as "/tmp/jenkins-script-JD2oc0tA" on jenkins.

Copying <https://jenkins.debian.net/job/d-i_manual_zh_CN_html_po2xml/ws/manual> to /srv/d-i/d-i-manual-bwGg 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 'zh_CN':
- 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 'zh_CN':
- 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 zh_CN manual now.
+ schroot --directory /srv/d-i/d-i-manual-bwGg/manual/build -c source:jenkins-d-i-sid make languages=zh_CN architectures=amd64 destination=/srv/d-i/d-i-manual-bwGg/manual/build/html/ formats=html
set -e ; \
target=zh_CN.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 ; \
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: amd64
Calling ./buildone.sh "amd64" "zh_CN" "html"
Info: creating temporary profiled .xml file...
/srv/d-i/d-i-manual-bwGg/manual/zh_CN/boot-installer/boot-installer.xml:528: 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-bwGg/manual/zh_CN/boot-installer/boot-installer.xml:786: element sect2: validity error : ID boot-tftp already defined
><title
^
/srv/d-i/d-i-manual-bwGg/manual/zh_CN/boot-installer/boot-installer.xml:948: element footnote: validity error : ID gtk-miniiso already defined
> <para
^
/srv/d-i/d-i-manual-bwGg/manual/zh_CN/boot-installer/boot-installer.xml:1248: element sect2: validity error : ID boot-tftp already defined
><title
^
/srv/d-i/d-i-manual-bwGg/manual/zh_CN/boot-installer/boot-installer.xml:1364: element sect2: validity error : ID boot-tftp already defined
><title
^
/srv/d-i/d-i-manual-bwGg/manual/zh_CN/boot-installer/boot-installer.xml:1583: element sect2: validity error : ID usb-boot already defined
  <sect2 arch="powerpc" condition="bootable-usb" id="usb-boot">
                                                              ^
/srv/d-i/d-i-manual-bwGg/manual/zh_CN/boot-installer/boot-installer.xml:1637: element sect2: validity error : ID boot-tftp already defined
><title
^
/srv/d-i/d-i-manual-bwGg/manual/zh_CN/boot-installer/boot-installer.xml:1749: element sect2: validity error : ID boot-tftp already defined
><title
^
/srv/d-i/d-i-manual-bwGg/manual/zh_CN/boot-installer/boot-installer.xml:1937: parser error : AttValue: " or ' expected
要获取有关浏览快捷方式的更多详细信息,请参见<ulink url =  
                                                                               ^
/srv/d-i/d-i-manual-bwGg/manual/zh_CN/boot-installer/boot-installer.xml:1937: parser error : attributes construct error
要获取有关浏览快捷方式的更多详细信息,请参见<ulink url =  
                                                                               ^
/srv/d-i/d-i-manual-bwGg/manual/zh_CN/boot-installer/boot-installer.xml:1937: parser error : Couldn't find end of Start Tag ulink line 1937
要获取有关浏览快捷方式的更多详细信息,请参见<ulink url =  
                                                                               ^
/srv/d-i/d-i-manual-bwGg/manual/zh_CN/boot-installer/boot-installer.xml:1938: parser error : expected '>'
> Speakup向导</ ulink
                  ^
/srv/d-i/d-i-manual-bwGg/manual/zh_CN/boot-installer/boot-installer.xml:1938: parser error : Opening and ending tag mismatch: para line 1912 and unparseable
> Speakup向导</ ulink
                  ^
/srv/d-i/d-i-manual-bwGg/manual/zh_CN/boot-installer/boot-installer.xml:1942: parser error : expected '>'
>!</ userinput
       ^
/srv/d-i/d-i-manual-bwGg/manual/zh_CN/boot-installer/boot-installer.xml:1942: parser error : Opening and ending tag mismatch: userinput line 1941 and unparseable
>!</ userinput
       ^
/srv/d-i/d-i-manual-bwGg/manual/zh_CN/boot-installer/boot-installer.xml:1945: parser error : Opening and ending tag mismatch: sect2 line 1899 and para
>。 </para>
            ^
/srv/d-i/d-i-manual-bwGg/manual/zh_CN/boot-installer/boot-installer.xml:1946: parser error : Opening and ending tag mismatch: sect1 line 1821 and sect2
  </sect2>
          ^
/srv/d-i/d-i-manual-bwGg/manual/zh_CN/boot-installer/boot-installer.xml:1999: parser error : expected '>'
>控件</ keycap
          ^
/srv/d-i/d-i-manual-bwGg/manual/zh_CN/boot-installer/boot-installer.xml:1999: parser error : Opening and ending tag mismatch: keycap line 1998 and unparseable
>控件</ keycap
          ^
/srv/d-i/d-i-manual-bwGg/manual/zh_CN/boot-installer/boot-installer.xml:2009: parser error : Opening and ending tag mismatch: keycap line 2004 and keycombo
>快捷键,用于增减字体大小。 </para>
 ^
/srv/d-i/d-i-manual-bwGg/manual/zh_CN/boot-installer/boot-installer.xml:2009: parser error : Opening and ending tag mismatch: keycombo line 2003 and para
>快捷键,用于增减字体大小。 </para>
                                                ^
/srv/d-i/d-i-manual-bwGg/manual/zh_CN/boot-installer/boot-installer.xml:2010: parser error : Opening and ending tag mismatch: para line 1996 and sect2
  </sect2>
          ^
/srv/d-i/d-i-manual-bwGg/manual/zh_CN/boot-installer/boot-installer.xml:2042: parser error : Opening and ending tag mismatch: sect2 line 1993 and sect1
 </sect1>
         ^
/srv/d-i/d-i-manual-bwGg/manual/zh_CN/boot-installer/boot-installer.xml:3164: parser error : chunk is not well balanced

^
build.tmp.zh_CN.amd64/install.zh_CN.xml:33: parser error : Failure to process entity boot-installer.xml
&boot-installer.xml;
                    ^
build.tmp.zh_CN.amd64/install.zh_CN.xml:33: parser error : Entity 'boot-installer.xml' not defined
&boot-installer.xml;
                    ^
unable to parse build.tmp.zh_CN.amd64/install.zh_CN.xml
Makefile:8: recipe for target 'zh_CN.amd64' failed
make: *** [zh_CN.amd64] Error 1
+ cleanup_srv
+ '[' /srv/d-i/ = /srv/d-i/ ']'
+ '[' 24 -ge 10 ']'
+ echo 'Removing /srv/d-i/d-i-manual-bwGg now.'
Removing /srv/d-i/d-i-manual-bwGg now.
+ rm -rf /srv/d-i/d-i-manual-bwGg
Sun 11 Jun 15:48:25 UTC 2017 - /srv/jenkins/bin/d-i_manual.sh stopped running as /tmp/jenkins-script-JD2oc0tA, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list