[Qa-jenkins-scm] Build failed in Jenkins: d-i_manual_sv_html_po2xml #298

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Thu Jun 3 18:21:24 BST 2021


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

Changes:

[hwansing] [Commit from Weblate] Spanish translation update

[hwansing] [Commit from Weblate] Swedish translation update


------------------------------------------
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_sv_html_po2xml/ws/>
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir <https://jenkins.debian.net/job/d-i_manual_sv_html_po2xml/ws/manual/.git> # 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 --version # 'git version 2.20.1'
 > 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 0b8b8ccc8f0b83d37fedbc299ad9e58b8a21e50f (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0b8b8ccc8f0b83d37fedbc299ad9e58b8a21e50f # timeout=10
Commit message: "[Commit from Weblate] Swedish translation update"
 > git rev-list --no-walk f9ef7ed29ffba5c68fc79655d81c5b9714998e67 # timeout=10
[workspace] $ /bin/sh -xe /tmp/jenkins5559956059304915068.sh
+ /srv/jenkins/bin/d-i_manual.sh sv html po2xml
====================================================================================
Thu Jun  3 17:12:12 UTC 2021 - running /srv/jenkins/bin/d-i_manual.sh (for job d-i_manual_sv_html_po2xml) on jenkins, called using "sv html po2xml" as arguments.
Thu Jun  3 17:12:12 UTC 2021 - actually running "d-i_manual.sh" (md5sum d266ffe003cd0a067cfd9a1460279d73) as "/tmp/jenkins-script-SIEzwqVb"

$ git clone https://salsa.debian.org/qa/jenkins.debian.net.git ; more CONTRIBUTING

Copying <https://jenkins.debian.net/job/d-i_manual_sv_html_po2xml/ws/manual> to /srv/d-i/d-i-manual-nZ2X now.
d-i-manual-27658
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 'sv':
- 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 'sv':
- 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 sv manual now.
+ schroot --directory /srv/d-i/d-i-manual-nZ2X/manual/build -c chroot:jenkins-d-i-sid make languages=sv architectures=amd64 destination=/srv/d-i/d-i-manual-nZ2X/manual/build/html/ formats=html
set -e ; \
target=sv.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" "sv" "html"
Info: creating temporary profiled .xml file...
/srv/d-i/d-i-manual-nZ2X/manual/sv/hardware/hardware.xml:617: parser error : EntityRef: expecting ';'
Storage-enheter (NAS) på marknaden som är baserade på ett Orion-chip. &debian
                                                                               ^
/srv/d-i/d-i-manual-nZ2X/manual/sv/hardware/hardware.xml:619: parser error : StartTag: invalid element name
>, < och <ulink url="&url-arm-cyrius-mv2120;"
    ^
/srv/d-i/d-i-manual-nZ2X/manual/sv/hardware/hardware.xml:1933: parser error : chunk is not well balanced

^
build.tmp.sv.amd64/install.sv.xml:30: parser error : Failure to process entity hardware.xml
&hardware.xml;
              ^
build.tmp.sv.amd64/install.sv.xml:30: parser error : Entity 'hardware.xml' not defined
&hardware.xml;
              ^
/srv/d-i/d-i-manual-nZ2X/manual/sv/install-methods/install-methods.xml:1245: parser error : Opening and ending tag mismatch: filnamn line 1244 and filename
>). </para
 ^
/srv/d-i/d-i-manual-nZ2X/manual/sv/install-methods/install-methods.xml:1534: parser error : chunk is not well balanced

^
build.tmp.sv.amd64/install.sv.xml:32: parser error : Failure to process entity install-methods.xml
&install-methods.xml;
                     ^
build.tmp.sv.amd64/install.sv.xml:32: parser error : Entity 'install-methods.xml' not defined
&install-methods.xml;
                     ^
/srv/d-i/d-i-manual-nZ2X/manual/sv/using-d-i/using-d-i.xml:920: parser error : Opening and ending tag mismatch: para line 918 and ulink
> för mer information. Stöd för multipath är för närvarande endast tillgä
 ^
/srv/d-i/d-i-manual-nZ2X/manual/sv/using-d-i/using-d-i.xml:921: parser error : Opening and ending tag mismatch: listitem line 918 and para
></listitem>
 ^
/srv/d-i/d-i-manual-nZ2X/manual/sv/using-d-i/using-d-i.xml:921: parser error : Opening and ending tag mismatch: itemizedlist line 918 and listitem
></listitem>
            ^
/srv/d-i/d-i-manual-nZ2X/manual/sv/using-d-i/using-d-i.xml:922: parser error : Opening and ending tag mismatch: para line 918 and itemizedlist
</itemizedlist>
               ^
/srv/d-i/d-i-manual-nZ2X/manual/sv/using-d-i/using-d-i.xml:925: parser error : Opening and ending tag mismatch: sect3 line 918 and para
><para
 ^
/srv/d-i/d-i-manual-nZ2X/manual/sv/using-d-i/using-d-i.xml:1046: parser error : Opening and ending tag mismatch: sect2 line 918 and sect3
   </sect3>
           ^
/srv/d-i/d-i-manual-nZ2X/manual/sv/using-d-i/using-d-i.xml:1823: parser error : Opening and ending tag mismatch: sect1 line 918 and sect2
  </sect2>
          ^
/srv/d-i/d-i-manual-nZ2X/manual/sv/using-d-i/using-d-i.xml:2712: parser error : Opening and ending tag mismatch: chapter line 918 and sect1
 </sect1>
         ^
/srv/d-i/d-i-manual-nZ2X/manual/sv/using-d-i/using-d-i.xml:2797: parser error : chunk is not well balanced
</chapter>
^
/srv/d-i/d-i-manual-nZ2X/manual/sv/using-d-i/using-d-i.xml:2797: parser error : chunk is not well balanced
</chapter>
^
build.tmp.sv.amd64/install.sv.xml:34: parser error : Failure to process entity using-d-i.xml
&using-d-i.xml;
               ^
build.tmp.sv.amd64/install.sv.xml:34: parser error : Entity 'using-d-i.xml' not defined
&using-d-i.xml;
               ^
unable to parse build.tmp.sv.amd64/install.sv.xml
make: *** [Makefile:8: sv.amd64] Error 1
+ cleanup_srv
+ '[' /srv/d-i/ = /srv/d-i/ ']'
+ '[' 24 -ge 10 ']'
+ echo 'Removing /srv/d-i/d-i-manual-nZ2X now.'
Removing /srv/d-i/d-i-manual-nZ2X now.
+ rm -rf /srv/d-i/d-i-manual-nZ2X
Thu Jun  3 17:21:24 UTC 2021 - d-i_manual.sh stopped running as /tmp/jenkins-script-SIEzwqVb, removing.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list