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

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Tue Oct 1 23:40:59 BST 2019


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

Changes:

[elmig] Updated Portuguese translation


------------------------------------------
Started by upstream project "d-i_manual_en_html" build number 314
originally caused by:
 Started by an SCM change
 Started by an SCM change
 Started by an SCM change
 Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building on master in workspace <https://jenkins.debian.net/job/d-i_manual_en_pdf/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # 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 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 e473c46d6d46660a4a88bd2cc173873a9ea1cb84 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e473c46d6d46660a4a88bd2cc173873a9ea1cb84 # timeout=10
Commit message: "Merge branch 'master' of salsa.debian.org:installer-team/installation-guide"
 > git rev-list --no-walk 3f9ec9ead322ab9986fa7bfd23fad27e0d34f693 # timeout=10
[workspace] $ /bin/sh -xe /tmp/jenkins9299014523371371503.sh
+ /srv/jenkins/bin/d-i_manual.sh en pdf
====================================================================================

Tue  1 Oct 22:37:21 UTC 2019 - running /srv/jenkins/bin/d-i_manual.sh (for job d-i_manual_en_pdf) on jenkins now.

To learn to understand this, git clone https://salsa.debian.org/qa/jenkins.debian.net.git
and then have a look at the files README, INSTALL, CONTRIBUTING and maybe TODO.

This invocation of this script, which is located in bin/d-i_manual.sh,
has been called using "en pdf" as arguments.

Please send feedback about jenkins to qa-jenkins-dev at lists.alioth.debian.org,
or as a bug against the 'jenkins.debian.org' pseudo-package,
feedback about specific job results should go to their respective lists and/or the BTS.

====================================================================================
Tue  1 Oct 22:37:21 UTC 2019 - start running "/srv/jenkins/bin/d-i_manual.sh" (md5sum bf7212776b5497f73cf795a62db6ddc7) as "/tmp/jenkins-script-42k3oy9D" on jenkins.

Copying <https://jenkins.debian.net/job/d-i_manual_en_pdf/ws/manual> to /srv/d-i/d-i-manual-qd7Y now.
Building the pdf version of the en manual now.
+ schroot --directory /srv/d-i/d-i-manual-qd7Y/manual/build -c chroot:jenkins-d-i-sid make languages=en architectures=amd64 destination=/srv/d-i/d-i-manual-qd7Y/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.$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: amd64
Calling ./buildone.sh "amd64" "en" "pdf"
Info: creating temporary profiled .xml file...
Info: creating .pdf file...
xelatex failed
/usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3-code.tex:29193: LaTeX3 Error: File 'l3deprecation.def' not found.
/usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3-code.tex:29193: leading text: \file_input:n { l3deprecation.def }
Unexpected error occured
Error: xelatex compilation failed
Error: build of pdf failed with error code 1
Warning: The following formats failed to build: pdf
make: *** [Makefile:8: en.amd64] Error 1
+ cleanup_srv
+ '[' /srv/d-i/ = /srv/d-i/ ']'
+ '[' 24 -ge 10 ']'
+ echo 'Removing /srv/d-i/d-i-manual-qd7Y now.'
Removing /srv/d-i/d-i-manual-qd7Y now.
+ rm -rf /srv/d-i/d-i-manual-qd7Y
Tue  1 Oct 22:40:59 UTC 2019 - /srv/jenkins/bin/d-i_manual.sh stopped running as /tmp/jenkins-script-42k3oy9D, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list