[Qa-jenkins-scm] Build failed in Jenkins: d-i_manual_hu_pdf_po2xml #131

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Thu May 21 01:16:42 BST 2020


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

Changes:

[hwansing] Rename entity file tftp-images.ent into installation-images.ent

[hwansing] Move advise for downloading netboot/hd-media files from chapter 5.1.5.

[hwansing] Refresh po|pot files + sync translations as possible


------------------------------------------
Started by upstream project "d-i_manual_hu_html_po2xml" build number 167
originally caused by:
 Started by an SCM change
 Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building on master in workspace <https://jenkins.debian.net/job/d-i_manual_hu_pdf_po2xml/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://salsa.debian.org/installer-team/installation-guide.git # timeout=10
Fetching upstream changes from https://salsa.debian.org/installer-team/installation-guide.git
 > git --version # timeout=10
 > git fetch --tags --force --progress -- https://salsa.debian.org/installer-team/installation-guide.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 06fe1712e04d4289d14a2c194e62076428ef6ec3 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 06fe1712e04d4289d14a2c194e62076428ef6ec3 # timeout=10
Commit message: "Refresh po|pot files + sync translations as possible"
 > git rev-list --no-walk a27dd4397fcebea2daa86cb25793cb74a88a5eb6 # timeout=10
[workspace] $ /bin/sh -xe /tmp/jenkins13518947004610402258.sh
+ /srv/jenkins/bin/d-i_manual.sh hu pdf po2xml
====================================================================================
Thu 21 May 00:11:06 UTC 2020 - running /srv/jenkins/bin/d-i_manual.sh (for job d-i_manual_hu_pdf_po2xml) on jenkins, called using "hu pdf po2xml" as arguments.
Thu 21 May 00:11:07 UTC 2020 - actually running "d-i_manual.sh" (md5sum d266ffe003cd0a067cfd9a1460279d73) as "/tmp/jenkins-script-Y64p4PP9"

Please send feedback to qa-jenkins-dev at lists.alioth.debian.org or even better, provide https://salsa.debian.org/qa/jenkins.debian.net/merge_requests !

To dig deeper: git clone https://salsa.debian.org/qa/jenkins.debian.net.git && less README INSTALL CONTRIBUTING TODO

====================================================================================
Copying <https://jenkins.debian.net/job/d-i_manual_hu_pdf_po2xml/ws/manual> to /srv/d-i/d-i-manual-QBmB now.
d-i-manual-21188
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 'hu':
- 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: git: not found
done.
Creating XML files for language 'hu':
- 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 pdf version of the hu manual now.
+ schroot --directory /srv/d-i/d-i-manual-QBmB/manual/build -c chroot:jenkins-d-i-sid make languages=hu architectures=amd64 destination=/srv/d-i/d-i-manual-QBmB/manual/build/pdf/ formats=pdf
set -e ; \
target=hu.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.$lang_id.$format" 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" "hu" "pdf"
Info: creating temporary profiled .xml file...
/srv/d-i/d-i-manual-QBmB/manual/hu/install-methods/install-methods.xml:209: parser error : Entity 'netboot-mini-iso' not defined
SB sticks, only a few megabytes in size, you can download the &netboot-mini-iso;
                                                                               ^
/srv/d-i/d-i-manual-QBmB/manual/hu/install-methods/install-methods.xml:276: parser error : Entity 'hdmedia-boot-img' not defined
>There is an all-in-one file &hdmedia-boot-img; which contains all the installer
                                               ^
/srv/d-i/d-i-manual-QBmB/manual/hu/install-methods/install-methods.xml:661: parser error : Entity 'x86-netboot-initrd' not defined
�tásra a többi letöltésre pedig a hálózat szolgál, a &x86-netboot-initrd;
                                                                               ^
/srv/d-i/d-i-manual-QBmB/manual/hu/install-methods/install-methods.xml:661: parser error : Entity 'x86-netboot-linux' not defined
�zat szolgál, a &x86-netboot-initrd; fájl és a megfelelő &x86-netboot-linux;
                                                                               ^
/srv/d-i/d-i-manual-QBmB/manual/hu/install-methods/install-methods.xml:664: parser error : Entity 'x86-hdmedia-initrd' not defined
rd drive unchanged during the install, you can download the &x86-hdmedia-initrd;
                                                                               ^
/srv/d-i/d-i-manual-QBmB/manual/hu/install-methods/install-methods.xml:664: parser error : Entity 'x86-hdmedia-vmlinuz' not defined
 can download the &x86-hdmedia-initrd; file and its kernel &x86-hdmedia-vmlinuz;
                                                                               ^
/srv/d-i/d-i-manual-QBmB/manual/hu/install-methods/install-methods.xml:1465: parser error : chunk is not well balanced

^
build.tmp.hu.amd64/install.hu.xml:32: parser error : Failure to process entity install-methods.xml
&install-methods.xml;
                     ^
build.tmp.hu.amd64/install.hu.xml:32: parser error : Entity 'install-methods.xml' not defined
&install-methods.xml;
                     ^
unable to parse build.tmp.hu.amd64/install.hu.xml
make: *** [Makefile:8: hu.amd64] Error 1
+ cleanup_srv
+ '[' /srv/d-i/ = /srv/d-i/ ']'
+ '[' 24 -ge 10 ']'
+ echo 'Removing /srv/d-i/d-i-manual-QBmB now.'
Removing /srv/d-i/d-i-manual-QBmB now.
+ rm -rf /srv/d-i/d-i-manual-QBmB
Thu 21 May 00:16:42 UTC 2020 - d-i_manual.sh stopped running as /tmp/jenkins-script-Y64p4PP9, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list