[Qa-jenkins-scm] Build failed in Jenkins: d-i_manual_pt_BR_pdf #107

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Mon Aug 9 01:58:55 BST 2021


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

Changes:

[hwansing] German translation update

[hwansing] Add changelog entry

[elmig] Updated Portuguese translation

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


------------------------------------------
[...truncated 958 B...]
 > git rev-parse --resolve-git-dir <https://jenkins.debian.net/job/d-i_manual_pt_BR_pdf/ws/manual/.git> # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://salsa.debian.org/installer-team/installation-guide.git # timeout=10
Fetching upstream changes from https://salsa.debian.org/installer-team/installation-guide.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://salsa.debian.org/installer-team/installation-guide.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 0c9f1efee76fce80136bbfb32dfa15d4ea48706c (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0c9f1efee76fce80136bbfb32dfa15d4ea48706c # timeout=10
Commit message: "[SILENT_COMMIT] Update of POT and PO files for the installation-guide"
 > git rev-list --no-walk e2d8ded85aaa4f19b7b60789ae9c60bc3650549b # timeout=10
[workspace] $ /bin/sh -xe /tmp/jenkins13350658152749252640.sh
+ /srv/jenkins/bin/d-i_manual.sh pt_BR pdf
====================================================================================
Mon Aug  9 00:30:03 UTC 2021 - running /srv/jenkins/bin/d-i_manual.sh (for job d-i_manual_pt_BR_pdf) on jenkins, called using "pt_BR pdf" as arguments.
Mon Aug  9 00:30:03 UTC 2021 - actually running "d-i_manual.sh" (md5sum d266ffe003cd0a067cfd9a1460279d73) as "/tmp/jenkins-script-n8rhrB0W"

$ git clone https://salsa.debian.org/qa/jenkins.debian.net.git ; more CONTRIBUTING

Copying <https://jenkins.debian.net/job/d-i_manual_pt_BR_pdf/ws/manual> to /srv/d-i/d-i-manual-kmO1 now.
Building the pdf version of the pt_BR manual now.
+ schroot --directory /srv/d-i/d-i-manual-kmO1/manual/build -c chroot:jenkins-d-i-sid make languages=pt_BR architectures=amd64 destination=/srv/d-i/d-i-manual-kmO1/manual/build/pdf/ formats=pdf
set -e ; \
target=pt_BR.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" "pt_BR" "pdf"
Info: creating temporary profiled .xml file...
Info: creating .pdf file...
Error: no ID for constraint linkend: boot-dev-select.
XRef to nonexistent id: boot-dev-select
+ set +x
+ schroot --directory /srv/d-i/d-i-manual-kmO1/manual/build -c chroot:jenkins-d-i-sid make languages=pt_BR architectures=arm64 destination=/srv/d-i/d-i-manual-kmO1/manual/build/pdf/ formats=pdf
set -e ; \
target=pt_BR.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" "pt_BR" "pdf"
Info: creating temporary profiled .xml file...
Info: creating .pdf file...
+ set +x
+ schroot --directory /srv/d-i/d-i-manual-kmO1/manual/build -c chroot:jenkins-d-i-sid make languages=pt_BR architectures=armel destination=/srv/d-i/d-i-manual-kmO1/manual/build/pdf/ formats=pdf
set -e ; \
target=pt_BR.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" "pt_BR" "pdf"
Info: creating temporary profiled .xml file...
Info: creating .pdf file...
+ set +x
+ schroot --directory /srv/d-i/d-i-manual-kmO1/manual/build -c chroot:jenkins-d-i-sid make languages=pt_BR architectures=armhf destination=/srv/d-i/d-i-manual-kmO1/manual/build/pdf/ formats=pdf
set -e ; \
target=pt_BR.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" "pt_BR" "pdf"
Info: creating temporary profiled .xml file...
Info: creating .pdf file...
+ set +x
+ schroot --directory /srv/d-i/d-i-manual-kmO1/manual/build -c chroot:jenkins-d-i-sid make languages=pt_BR architectures=hppa destination=/srv/d-i/d-i-manual-kmO1/manual/build/pdf/ formats=pdf
set -e ; \
target=pt_BR.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" "pt_BR" "pdf"
Info: creating temporary profiled .xml file...
Info: creating .pdf file...
E: 70services: tac: /tmp/tacjfQ7Id: write error: No space left on device
E: jenkins-d-i-sid-2d6133a3-1666-4d87-9d67-eba1d7a99935: 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-kmO1 now.'
Removing /srv/d-i/d-i-manual-kmO1 now.
+ rm -rf /srv/d-i/d-i-manual-kmO1
Mon Aug  9 00:58:54 UTC 2021 - d-i_manual.sh stopped running as /tmp/jenkins-script-n8rhrB0W, removing.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list