[Qa-jenkins-scm] Build failed in Jenkins: d-i_manual_sv_pdf_po2xml #391

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Sun Dec 18 02:49:03 GMT 2022


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

Changes:

[cwryu] Update Korean translation

[debian-boot] [SILENT_COMMIT] Update of POT and PO files for the installation-guide


------------------------------------------
[...truncated 10.46 KB...]
		# 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" "sv" "pdf"
Info: creating temporary profiled .xml file...
Info: creating .pdf file...
Error: no ID for constraint linkend: armhf-armmp-supported-plattformar.
XRef to nonexistent id: armhf-armmp-supported-plattformar
+ set +x
+ schroot --directory /srv/d-i/d-i-manual-jkAN/manual/build -c chroot:jenkins-d-i-sid make languages=sv architectures=hppa destination=/srv/d-i/d-i-manual-jkAN/manual/build/pdf/ formats=pdf
set -e ; \
target=sv.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" "sv" "pdf"
Info: creating temporary profiled .xml file...
Info: creating .pdf file...
+ set +x
+ schroot --directory /srv/d-i/d-i-manual-jkAN/manual/build -c chroot:jenkins-d-i-sid make languages=sv architectures=hurd-i386 destination=/srv/d-i/d-i-manual-jkAN/manual/build/pdf/ formats=pdf
set -e ; \
target=sv.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" "sv" "pdf"
Info: creating temporary profiled .xml file...
Info: creating .pdf file...
+ set +x
+ schroot --directory /srv/d-i/d-i-manual-jkAN/manual/build -c chroot:jenkins-d-i-sid make languages=sv architectures=i386 destination=/srv/d-i/d-i-manual-jkAN/manual/build/pdf/ formats=pdf
set -e ; \
target=sv.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" "sv" "pdf"
Info: creating temporary profiled .xml file...
Info: creating .pdf file...
+ set +x
+ schroot --directory /srv/d-i/d-i-manual-jkAN/manual/build -c chroot:jenkins-d-i-sid make languages=sv architectures=ia64 destination=/srv/d-i/d-i-manual-jkAN/manual/build/pdf/ formats=pdf
set -e ; \
target=sv.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" "sv" "pdf"
Info: creating temporary profiled .xml file...
Info: creating .pdf file...
+ set +x
+ schroot --directory /srv/d-i/d-i-manual-jkAN/manual/build -c chroot:jenkins-d-i-sid make languages=sv architectures=kfreebsd-amd64 destination=/srv/d-i/d-i-manual-jkAN/manual/build/pdf/ formats=pdf
set -e ; \
target=sv.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" "sv" "pdf"
mkdir: cannot create directory 'build.tmp.sv.kfreebsd-amd64': No space left on device
mkdir: cannot create directory 'build.out.sv.kfreebsd-amd64': No space left on device
Info: creating temporary profiled .xml file...
./buildone.sh: 90: cannot create build.tmp.sv.kfreebsd-amd64/dynamic.ent: Directory nonexistent
./buildone.sh: 91: cannot create build.tmp.sv.kfreebsd-amd64/dynamic.ent: Directory nonexistent
./buildone.sh: 92: cannot create build.tmp.sv.kfreebsd-amd64/dynamic.ent: Directory nonexistent
./buildone.sh: 93: cannot create build.tmp.sv.kfreebsd-amd64/dynamic.ent: Directory nonexistent
./buildone.sh: 94: cannot create build.tmp.sv.kfreebsd-amd64/dynamic.ent: Directory nonexistent
./buildone.sh: 95: cannot create build.tmp.sv.kfreebsd-amd64/dynamic.ent: Directory nonexistent
./buildone.sh: 96: cannot create build.tmp.sv.kfreebsd-amd64/dynamic.ent: Directory nonexistent
./buildone.sh: 97: cannot create build.tmp.sv.kfreebsd-amd64/dynamic.ent: Directory nonexistent
./buildone.sh: 98: cannot create build.tmp.sv.kfreebsd-amd64/dynamic.ent: Directory nonexistent
./buildone.sh: 99: cannot create build.tmp.sv.kfreebsd-amd64/dynamic.ent: Directory nonexistent
./buildone.sh: 100: cannot create bui+ cleanup_srv
+ '[' /srv/d-i/ = /srv/d-i/ ']'
+ '[' 24 -ge 10 ']'
+ echo 'Removing /srv/d-i/d-i-manual-jkAN now.'
Removing /srv/d-i/d-i-manual-jkAN now.
+ rm -rf /srv/d-i/d-i-manual-jkAN
Sun Dec 18 02:49:03 UTC 2022 - d-i_manual.sh stopped running as /tmp/jenkins-script-3lfvkL58, removing.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list