[Qa-jenkins-scm] Build failed in Jenkins: d-i_manual_sv_pdf_po2xml #105
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Thu Jan 9 03:35:24 GMT 2020
See <https://jenkins.debian.net/job/d-i_manual_sv_pdf_po2xml/105/display/redirect?page=changes>
Changes:
[hwansing] [Commit from Weblate] Swedish translation update by Mattias Münster
[hwansing] sv: fix build errors
[debian-boot] [SILENT_COMMIT] Update of POT and PO files for the installation-guide
------------------------------------------
[...truncated 18.15 KB...]
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.$format.$lang_id" 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"
Info: creating temporary profiled .xml file...
Info: creating .pdf file...
+ set +x
+ schroot --directory /srv/d-i/d-i-manual-pu0Q/manual/build -c chroot:jenkins-d-i-sid make languages=sv architectures=kfreebsd-i386 destination=/srv/d-i/d-i-manual-pu0Q/manual/build/pdf/ formats=pdf
set -e ; \
target=sv.kfreebsd-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.$format.$lang_id" 2>/dev/null || true ; \
else \
mv ./$destdir/install.$lang.$format "$arch_destination/$destsuffix" 2>/dev/null || true ; \
fi ; \
fi ; \
done ; \
./clear.sh
Architecture: kfreebsd-i386
Calling ./buildone.sh "kfreebsd-i386" "sv" "pdf"
Info: creating temporary profiled .xml file...
Info: creating .pdf file...
+ set +x
+ schroot --directory /srv/d-i/d-i-manual-pu0Q/manual/build -c chroot:jenkins-d-i-sid make languages=sv architectures=mips destination=/srv/d-i/d-i-manual-pu0Q/manual/build/pdf/ formats=pdf
set -e ; \
target=sv.mips ; \
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.$format.$lang_id" 2>/dev/null || true ; \
else \
mv ./$destdir/install.$lang.$format "$arch_destination/$destsuffix" 2>/dev/null || true ; \
fi ; \
fi ; \
done ; \
./clear.sh
Architecture: mips
Calling ./buildone.sh "mips" "sv" "pdf"
Info: creating temporary profiled .xml file...
Info: creating .pdf file...
+ set +x
+ schroot --directory /srv/d-i/d-i-manual-pu0Q/manual/build -c chroot:jenkins-d-i-sid make languages=sv architectures=mips64el destination=/srv/d-i/d-i-manual-pu0Q/manual/build/pdf/ formats=pdf
set -e ; \
target=sv.mips64el ; \
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.$format.$lang_id" 2>/dev/null || true ; \
else \
mv ./$destdir/install.$lang.$format "$arch_destination/$destsuffix" 2>/dev/null || true ; \
fi ; \
fi ; \
done ; \
./clear.sh
Architecture: mips64el
Calling ./buildone.sh "mips64el" "sv" "pdf"
Info: creating temporary profiled .xml file...
Info: creating .pdf file...
+ set +x
+ schroot --directory /srv/d-i/d-i-manual-pu0Q/manual/build -c chroot:jenkins-d-i-sid make languages=sv architectures=mipsel destination=/srv/d-i/d-i-manual-pu0Q/manual/build/pdf/ formats=pdf
set -e ; \
target=sv.mipsel ; \
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.$format.$lang_id" 2>/dev/null || true ; \
else \
mv ./$destdir/install.$lang.$format "$arch_destination/$destsuffix" 2>/dev/null || true ; \
fi ; \
fi ; \
done ; \
./clear.sh
Architecture: mipsel
Calling ./buildone.sh "mipsel" "sv" "pdf"
Info: creating temporary profiled .xml file...
Info: creating .pdf file...
+ set +x
+ schroot --directory /srv/d-i/d-i-manual-pu0Q/manual/build -c chroot:jenkins-d-i-sid make languages=sv architectures=powerpc destination=/srv/d-i/d-i-manual-pu0Q/manual/build/pdf/ formats=pdf
set -e ; \
target=sv.powerpc ; \
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.$format.$lang_id" 2>/dev/null || true ; \
else \
mv ./$destdir/install.$lang.$format "$arch_destination/$destsuffix" 2>/dev/null || true ; \
fi ; \
fi ; \
done ; \
./clear.sh
Architecture: powerpc
Calling ./buildone.sh "powerpc" "sv" "pdf"
Info: creating temporary profiled .xml file...
Error: build of pdf failed because of missing build dependencies
Error: (make sure you have ghostscript and dblatex installed for PDF builds)
Warning: The following formats failed to build: pdf
make: *** [Makefile:8: sv.powerpc] Error 1
+ cleanup_srv
+ '[' /srv/d-i/ = /srv/d-i/ ']'
+ '[' 24 -ge 10 ']'
+ echo 'Removing /srv/d-i/d-i-manual-pu0Q now.'
Removing /srv/d-i/d-i-manual-pu0Q now.
+ rm -rf /srv/d-i/d-i-manual-pu0Q
Thu 9 Jan 03:35:23 UTC 2020 - d-i_manual.sh stopped running as /tmp/jenkins-script-E0VZx4Kh, which will now be removed.
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list