[Qa-jenkins-scm] Build failed in Jenkins: d-i_manual_uk_pdf_po2xml #13

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Mon Jan 27 03:11:16 GMT 2020


See <https://jenkins.debian.net/job/d-i_manual_uk_pdf_po2xml/13/display/redirect>

Changes:


------------------------------------------
[...truncated 3.60 KB...]
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
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 uk manual now.
+ schroot --directory /srv/d-i/d-i-manual-lZ8b/manual/build -c chroot:jenkins-d-i-sid make languages=uk architectures=amd64 destination=/srv/d-i/d-i-manual-lZ8b/manual/build/pdf/ formats=pdf
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" "pdf"
Info: creating temporary profiled .xml file...
build.tmp.uk.amd64/install.uk.xml:13: warning: failed to load external entity "/srv/d-i/d-i-manual-lZ8b/manual/build/entities/l10n/uk.ent"
 SYSTEM "/srv/d-i/d-i-manual-lZ8b/manual/build/entities/l10n/uk.ent" > %langdata
                                                                               ^
Entity: line 1: 
 %langdata; 
           ^
Info: creating .pdf file...
+ set +x
+ schroot --directory /srv/d-i/d-i-manual-lZ8b/manual/build -c chroot:jenkins-d-i-sid make languages=uk architectures=arm64 destination=/srv/d-i/d-i-manual-lZ8b/manual/build/pdf/ formats=pdf
set -e ; \
target=uk.arm64 ; \
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: arm64
Calling ./buildone.sh "arm64" "uk" "pdf"
Info: creating temporary profiled .xml file...
build.tmp.uk.arm64/install.uk.xml:13: warning: failed to load external entity "/srv/d-i/d-i-manual-lZ8b/manual/build/entities/l10n/uk.ent"
 SYSTEM "/srv/d-i/d-i-manual-lZ8b/manual/build/entities/l10n/uk.ent" > %langdata
                                                                               ^
Entity: line 1: 
 %langdata; 
           ^
Info: creating .pdf file...
+ set +x
+ schroot --directory /srv/d-i/d-i-manual-lZ8b/manual/build -c chroot:jenkins-d-i-sid make languages=uk architectures=armel destination=/srv/d-i/d-i-manual-lZ8b/manual/build/pdf/ formats=pdf
set -e ; \
target=uk.armel ; \
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: armel
Calling ./buildone.sh "armel" "uk" "pdf"
Info: creating temporary profiled .xml file...
build.tmp.uk.armel/install.uk.xml:13: warning: failed to load external entity "/srv/d-i/d-i-manual-lZ8b/manual/build/entities/l10n/uk.ent"
 SYSTEM "/srv/d-i/d-i-manual-lZ8b/manual/build/entities/l10n/uk.ent" > %langdata
                                                                               ^
Entity: line 1: 
 %langdata; 
           ^
Info: creating .pdf file...
+ set +x
+ schroot --directory /srv/d-i/d-i-manual-lZ8b/manual/build -c chroot:jenkins-d-i-sid make languages=uk architectures=armhf destination=/srv/d-i/d-i-manual-lZ8b/manual/build/pdf/ formats=pdf
set -e ; \
target=uk.armhf ; \
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: armhf
Calling ./buildone.sh "armhf" "uk" "pdf"
Info: creating temporary profiled .xml file...
build.tmp.uk.armhf/install.uk.xml:13: warning: failed to load external entity "/srv/d-i/d-i-manual-lZ8b/manual/build/entities/l10n/uk.ent"
 SYSTEM "/srv/d-i/d-i-manual-lZ8b/manual/build/entities/l10n/uk.ent" > %langdata
                                                                               ^
Entity: line 1: 
 %langdata; 
           ^
Info: creating .pdf file...
make: *** [Makefile:8: uk.armhf] Terminated
E: 10mount: E: Failed to find ‘/var/run/schroot/mount/jenkins-d-i-sid-c2d70395-c6dd-4ae8-8183-2fba48f2c5a3’: No such file or directory
E: Child terminated by signal ‘Terminated’
+ cleanup_srv
+ '[' /srv/d-i/ = /srv/d-i/ ']'
+ '[' 24 -ge 10 ']'
+ echo 'Removing /srv/d-i/d-i-manual-lZ8b now.'
Removing /srv/d-i/d-i-manual-lZ8b now.
+ rm -rf /srv/d-i/d-i-manual-lZ8b
Mon 27 Jan 03:11:16 UTC 2020 - d-i_manual.sh stopped running as /tmp/jenkins-script-yfnslY9x, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list