[Qa-jenkins-scm] Build failed in Jenkins: d-i_manual_en_pdf #586

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Mon Aug 22 19:34:48 BST 2022


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

Changes:

[samuel.thibault] rules: Leverage /usr/share/dpkg/pkg-info.mk to provide package


------------------------------------------
Started by upstream project "d-i_manual_en_html" build number 632
originally caused by:
 Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building on the built-in node in workspace <https://jenkins.debian.net/job/d-i_manual_en_pdf/ws/>
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir <https://jenkins.debian.net/job/d-i_manual_en_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.30.2'
 > 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 aa00b338b372b8af2b10220527fe24d946b97c07 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f aa00b338b372b8af2b10220527fe24d946b97c07 # timeout=10
Commit message: "rules: Leverage /usr/share/dpkg/pkg-info.mk to provide package information"
 > git rev-list --no-walk eb664792c612bd91ee891d7867093f6d244bd0ac # timeout=10
[workspace] $ /bin/sh -xe /tmp/jenkins10499464511686982591.sh
+ /srv/jenkins/bin/d-i_manual.sh en pdf
====================================================================================
Mon Aug 22 18:31:25 UTC 2022 - running /srv/jenkins/bin/d-i_manual.sh (for job d-i_manual_en_pdf) on jenkins, called using "en pdf" as arguments.
Mon Aug 22 18:31:25 UTC 2022 - actually running "d-i_manual.sh" (md5sum d266ffe003cd0a067cfd9a1460279d73) as "/tmp/jenkins-script-JQl5wEQg"

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

Copying <https://jenkins.debian.net/job/d-i_manual_en_pdf/ws/manual> to /srv/d-i/d-i-manual-rNZm now.
Building the pdf version of the en manual now.
+ schroot --directory /srv/d-i/d-i-manual-rNZm/manual/build -c chroot:jenkins-d-i-sid make languages=en architectures=amd64 destination=/srv/d-i/d-i-manual-rNZm/manual/build/pdf/ formats=pdf
set -e ; \
target=en.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" "en" "pdf"
Info: creating temporary profiled .xml file...
Info: creating .pdf file...
+ set +x
+ schroot --directory /srv/d-i/d-i-manual-rNZm/manual/build -c chroot:jenkins-d-i-sid make languages=en architectures=arm64 destination=/srv/d-i/d-i-manual-rNZm/manual/build/pdf/ formats=pdf
set -e ; \
target=en.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" "en" "pdf"
Info: creating temporary profiled .xml file...
Info: creating .pdf file...
E: 70services: tac: /tmp/tacGX6Zhi: write error: No space left on device
E: jenkins-d-i-sid-7ee45e0c-b2e4-4a51-921b-37a4620790dc: 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-rNZm now.'
Removing /srv/d-i/d-i-manual-rNZm now.
+ rm -rf /srv/d-i/d-i-manual-rNZm
Mon Aug 22 18:34:48 UTC 2022 - d-i_manual.sh stopped running as /tmp/jenkins-script-JQl5wEQg, removing.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list