[Qa-jenkins-scm] Build failed in Jenkins: d-i_manual_ko_pdf_po2xml #338

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Mon Mar 7 00:20:17 GMT 2022


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

Changes:

[hwansing] [Commit from Weblate] Spanish translation update

[hwansing] [Commit from Weblate] Ukranian translation update

[hwansing] Add po translation files for Indonesian


------------------------------------------
[...truncated 10.23 KB...]
		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" "ko" "pdf"
Info: creating temporary profiled .xml file...
Info: creating .pdf file...
+ set +x
+ schroot --directory /srv/d-i/d-i-manual-poO3/manual/build -c chroot:jenkins-d-i-sid make languages=ko architectures=hppa destination=/srv/d-i/d-i-manual-poO3/manual/build/pdf/ formats=pdf
set -e ; \
target=ko.hppa ; \
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: hppa
Calling ./buildone.sh "hppa" "ko" "pdf"
Info: creating temporary profiled .xml file...
Info: creating .pdf file...
+ set +x
+ schroot --directory /srv/d-i/d-i-manual-poO3/manual/build -c chroot:jenkins-d-i-sid make languages=ko architectures=hurd-i386 destination=/srv/d-i/d-i-manual-poO3/manual/build/pdf/ formats=pdf
set -e ; \
target=ko.hurd-i386 ; \
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: hurd-i386
Calling ./buildone.sh "hurd-i386" "ko" "pdf"
Info: creating temporary profiled .xml file...
Info: creating .pdf file...
+ set +x
+ schroot --directory /srv/d-i/d-i-manual-poO3/manual/build -c chroot:jenkins-d-i-sid make languages=ko architectures=i386 destination=/srv/d-i/d-i-manual-poO3/manual/build/pdf/ formats=pdf
set -e ; \
target=ko.i386 ; \
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: i386
Calling ./buildone.sh "i386" "ko" "pdf"
Info: creating temporary profiled .xml file...
Info: creating .pdf file...
+ set +x
+ schroot --directory /srv/d-i/d-i-manual-poO3/manual/build -c chroot:jenkins-d-i-sid make languages=ko architectures=ia64 destination=/srv/d-i/d-i-manual-poO3/manual/build/pdf/ formats=pdf
set -e ; \
target=ko.ia64 ; \
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: ia64
Calling ./buildone.sh "ia64" "ko" "pdf"
Info: creating temporary profiled .xml file...
Info: creating .pdf file...
+ set +x
+ schroot --directory /srv/d-i/d-i-manual-poO3/manual/build -c chroot:jenkins-d-i-sid make languages=ko architectures=kfreebsd-amd64 destination=/srv/d-i/d-i-manual-poO3/manual/build/pdf/ formats=pdf
set -e ; \
target=ko.kfreebsd-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: kfreebsd-amd64
Calling ./buildone.sh "kfreebsd-amd64" "ko" "pdf"
Info: creating temporary profiled .xml file...
Info: creating .pdf file...
make: *** [Makefile:8: ko.kfreebsd-amd64] Terminated

xdvipdfmx:fatal: File ended prematurely


No output PDF file written.
E: 10mount: rmdir: failed to remove '/var/run/schroot/mount/jenkins-d-i-sid-b55d0d73-860a-4fdd-85eb-178c998e971b': 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-poO3 now.'
Removing /srv/d-i/d-i-manual-poO3 now.
+ rm -rf /srv/d-i/d-i-manual-poO3
Mon Mar  7 00:20:16 UTC 2022 - d-i_manual.sh stopped running as /tmp/jenkins-script-DZGvLftD, removing.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list