Build failed in Jenkins: d-i_manual_uk_html_po2xml #437
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Mon Jun 24 15:47:11 BST 2024
See <https://jenkins.debian.net/job/d-i_manual_uk_html_po2xml/437/display/redirect?page=changes>
Changes:
[hwansing] [Commit from Weblate] Ukranian translation update
[debian-boot] [SILENT_COMMIT] Update of POT and PO files for the installation-guide
------------------------------------------
Started by an SCM change
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building on the built-in node in workspace <https://jenkins.debian.net/job/d-i_manual_uk_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_uk_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.39.2'
> 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 051d7d120915721446f49559d11595ded8c562c9 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 051d7d120915721446f49559d11595ded8c562c9 # timeout=10
Commit message: "[SILENT_COMMIT] Update of POT and PO files for the installation-guide"
> git rev-list --no-walk 11fcb1cd9fef4c3b2db384af7b6a0cf4b08e5b0c # timeout=10
[workspace] $ /bin/sh -xe /tmp/jenkins12173869453128552326.sh
+ /srv/jenkins/bin/d-i_manual.sh uk html po2xml
====================================================================================
Mon Jun 24 14:09:01 UTC 2024 - running /srv/jenkins/bin/d-i_manual.sh (for job d-i_manual_uk_html_po2xml) on jenkins, called using "uk html po2xml" as arguments.
Mon Jun 24 14:09:01 UTC 2024 - actually running "d-i_manual.sh" (md5sum 4c7950181575ac610c921f15051bb4d2) as "/tmp/jenkins-script-dil4eXqC"
$ git clone https://salsa.debian.org/qa/jenkins.debian.net.git ; more CONTRIBUTING
Cleaning workspace <https://jenkins.debian.net/job/d-i_manual_uk_html_po2xml/ws/> now.
Copying <https://jenkins.debian.net/job/d-i_manual_uk_html_po2xml/ws/manual> to /srv/d-i/d-i-manual-dYRQ now.
d-i-manual-5180
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 'uk':
- 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 'uk':
- creating install-methods.xml
- creating boot-installer.xml
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 uk manual now.
+ schroot --directory /srv/d-i/d-i-manual-dYRQ/manual/build -c chroot:jenkins-d-i-sid make languages=uk architectures=amd64 destination=/srv/d-i/d-i-manual-dYRQ/manual/build/html/ formats=html
set -e ; \
target=uk.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" "uk" "html"
Info: creating temporary profiled .xml file...
/srv/d-i/d-i-manual-dYRQ/manual/uk/hardware/hardware.xml:215: parser error : AttValue: " or ' expected
ну архітектуру, перегляньте сторінки <ulink url=
^
/srv/d-i/d-i-manual-dYRQ/manual/uk/hardware/hardware.xml:215: parser error : internal error: xmlParseStartTag: problem parsing attributes
ну архітектуру, перегляньте сторінки <ulink url=
^
/srv/d-i/d-i-manual-dYRQ/manual/uk/hardware/hardware.xml:215: parser error : Couldn't find end of Start Tag ulink line 215
ну архітектуру, перегляньте сторінки <ulink url=
^
/srv/d-i/d-i-manual-dYRQ/manual/uk/hardware/hardware.xml:217: parser error : Opening and ending tag mismatch: para line 210 and ulink
>. </para>
^
/srv/d-i/d-i-manual-dYRQ/manual/uk/hardware/hardware.xml:217: parser error : Opening and ending tag mismatch: sect2 line 27 and para
>. </para>
^
/srv/d-i/d-i-manual-dYRQ/manual/uk/hardware/hardware.xml:219: parser error : AttValue: " or ' expected
якими помилками. Використовуйте нашу <ulink url=
^
/srv/d-i/d-i-manual-dYRQ/manual/uk/hardware/hardware.xml:219: parser error : internal error: xmlParseStartTag: problem parsing attributes
якими помилками. Використовуйте нашу <ulink url=
^
/srv/d-i/d-i-manual-dYRQ/manual/uk/hardware/hardware.xml:219: parser error : Couldn't find end of Start Tag ulink line 219
якими помилками. Використовуйте нашу <ulink url=
^
/srv/d-i/d-i-manual-dYRQ/manual/uk/hardware/hardware.xml:221: parser error : Opening and ending tag mismatch: para line 218 and ulink
>, щоб повідомити про будь-які проблеми; не з
^
/srv/d-i/d-i-manual-dYRQ/manual/uk/hardware/hardware.xml:225: parser error : Opening and ending tag mismatch: sect1 line 15 and para
>. </para>
^
/srv/d-i/d-i-manual-dYRQ/manual/uk/hardware/hardware.xml:226: parser error : Opening and ending tag mismatch: chapter line 4 and sect2
</sect2>
^
/srv/d-i/d-i-manual-dYRQ/manual/uk/hardware/hardware.xml:641: parser error : Entity 'releasesename' not defined
>Однак, &debian; GNU/Linux &releasesename; не буде <emphasis
^
/srv/d-i/d-i-manual-dYRQ/manual/uk/hardware/hardware.xml:1585: parser error : chunk is not well balanced
</sect1>
^
/srv/d-i/d-i-manual-dYRQ/manual/uk/hardware/hardware.xml:1585: parser error : chunk is not well balanced
</sect1>
^
build.tmp.uk.amd64/install.uk.xml:30: parser error : Entity 'hardware.xml' failed to parse
&hardware.xml;
^
unable to parse build.tmp.uk.amd64/install.uk.xml
make: *** [Makefile:8: uk.amd64] Error 1
+ cleanup_srv
+ '[' /srv/d-i/ = /srv/d-i/ ']'
+ '[' 24 -ge 10 ']'
+ echo 'Removing /srv/d-i/d-i-manual-dYRQ now.'
Removing /srv/d-i/d-i-manual-dYRQ now.
+ rm -rf /srv/d-i/d-i-manual-dYRQ
Mon Jun 24 14:47:11 UTC 2024 - d-i_manual.sh stopped running as /tmp/jenkins-script-dil4eXqC, removing.
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list