[Qa-jenkins-scm] Build failed in Jenkins: d-i_manual_nb_pdf_po2xml #18
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Sun Mar 15 02:45:40 GMT 2020
See <https://jenkins.debian.net/job/d-i_manual_nb_pdf_po2xml/18/display/redirect>
Changes:
------------------------------------------
[...truncated 11.84 KB...]
done ; \
./clear.sh
Architecture: armhf
Calling ./buildone.sh "armhf" "nb" "pdf"
Info: creating temporary profiled .xml file...
build.tmp.nb.armhf/install.nb.xml:13: warning: failed to load external entity "/srv/d-i/d-i-manual-ULVh/manual/build/entities/l10n/nb.ent"
SYSTEM "/srv/d-i/d-i-manual-ULVh/manual/build/entities/l10n/nb.ent" > %langdata
^
Info: creating .pdf file...
+ set +x
+ schroot --directory /srv/d-i/d-i-manual-ULVh/manual/build -c chroot:jenkins-d-i-sid make languages=nb architectures=hppa destination=/srv/d-i/d-i-manual-ULVh/manual/build/pdf/ formats=pdf
set -e ; \
target=nb.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" "nb" "pdf"
Info: creating temporary profiled .xml file...
build.tmp.nb.hppa/install.nb.xml:13: warning: failed to load external entity "/srv/d-i/d-i-manual-ULVh/manual/build/entities/l10n/nb.ent"
SYSTEM "/srv/d-i/d-i-manual-ULVh/manual/build/entities/l10n/nb.ent" > %langdata
^
Info: creating .pdf file...
+ set +x
+ schroot --directory /srv/d-i/d-i-manual-ULVh/manual/build -c chroot:jenkins-d-i-sid make languages=nb architectures=hurd-i386 destination=/srv/d-i/d-i-manual-ULVh/manual/build/pdf/ formats=pdf
set -e ; \
target=nb.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" "nb" "pdf"
Info: creating temporary profiled .xml file...
build.tmp.nb.hurd-i386/install.nb.xml:13: warning: failed to load external entity "/srv/d-i/d-i-manual-ULVh/manual/build/entities/l10n/nb.ent"
SYSTEM "/srv/d-i/d-i-manual-ULVh/manual/build/entities/l10n/nb.ent" > %langdata
^
Info: creating .pdf file...
+ set +x
+ schroot --directory /srv/d-i/d-i-manual-ULVh/manual/build -c chroot:jenkins-d-i-sid make languages=nb architectures=i386 destination=/srv/d-i/d-i-manual-ULVh/manual/build/pdf/ formats=pdf
set -e ; \
target=nb.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" "nb" "pdf"
Info: creating temporary profiled .xml file...
build.tmp.nb.i386/install.nb.xml:13: warning: failed to load external entity "/srv/d-i/d-i-manual-ULVh/manual/build/entities/l10n/nb.ent"
SYSTEM "/srv/d-i/d-i-manual-ULVh/manual/build/entities/l10n/nb.ent" > %langdata
^
Info: creating .pdf file...
+ set +x
+ schroot --directory /srv/d-i/d-i-manual-ULVh/manual/build -c chroot:jenkins-d-i-sid make languages=nb architectures=ia64 destination=/srv/d-i/d-i-manual-ULVh/manual/build/pdf/ formats=pdf
set -e ; \
target=nb.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" "nb" "pdf"
Info: creating temporary profiled .xml file...
build.tmp.nb.ia64/install.nb.xml:13: warning: failed to load external entity "/srv/d-i/d-i-manual-ULVh/manual/build/entities/l10n/nb.ent"
SYSTEM "/srv/d-i/d-i-manual-ULVh/manual/build/entities/l10n/nb.ent" > %langdata
^
Info: creating .pdf file...
+ set +x
+ schroot --directory /srv/d-i/d-i-manual-ULVh/manual/build -c chroot:jenkins-d-i-sid make languages=nb architectures=kfreebsd-amd64 destination=/srv/d-i/d-i-manual-ULVh/manual/build/pdf/ formats=pdf
set -e ; \
target=nb.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" "nb" "pdf"
Info: creating temporary profiled .xml file...
build.tmp.nb.kfreebsd-amd64/install.nb.xml:13: warning: failed to load external entity "/srv/d-i/d-i-manual-ULVh/manual/build/entities/l10n/nb.ent"
SYSTEM "/srv/d-i/d-i-manual-ULVh/manual/build/entities/l10n/nb.ent" > %langdata
^
Info: creating .pdf file...
E: 10mount: E: Failed to find ‘/var/run/schroot/mount/jenkins-d-i-sid-1558d7c1-da1c-4393-9237-3edeab2814ba’: No such file or directory
E: jenkins-d-i-sid-1558d7c1-da1c-4393-9237-3edeab2814ba: Chroot setup failed: stage=setup-stop
+ cleanup_srv
+ '[' /srv/d-i/ = /srv/d-i/ ']'
+ '[' 24 -ge 10 ']'
+ echo 'Removing /srv/d-i/d-i-manual-ULVh now.'
Removing /srv/d-i/d-i-manual-ULVh now.
+ rm -rf /srv/d-i/d-i-manual-ULVh
Sun 15 Mar 02:45:40 UTC 2020 - d-i_manual.sh stopped running as /tmp/jenkins-script-lcQdd3kG, which will now be removed.
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list