[Qa-jenkins-scm] Build failed in Jenkins: d-i_manual_ja_pdf_po2xml #67

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Tue Aug 20 03:32:57 BST 2019


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

Changes:

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

[elmig] Updated Portuguese translation

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

[baptiste] (fr) Sync with english: recommended paritioning scheme

[baptiste] (fr) Sync with english: exim4 is no longer installed by default

[baptiste] (fr) Sync with english: update docs for apt-setup/localX/key preseeding

[baptiste] (fr) Sync with english: chosing a network mirror & console-setup

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

------------------------------------------
Started by upstream project "d-i_manual_ja_html_po2xml" build number 88
originally caused by:
 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_ja_pdf_po2xml/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 96f8de33e6d819cb4ca5fd01d9ba80526fac31c3 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 96f8de33e6d819cb4ca5fd01d9ba80526fac31c3 # timeout=10
Commit message: "[SILENT_COMMIT] Update of POT and PO files for the installation-guide"
 > git rev-list --no-walk 046a3de3dfb7a6499433be6a6c8587d9d79a83d1 # timeout=10
[workspace] $ /bin/sh -xe /tmp/jenkins8052240298194697375.sh
+ /srv/jenkins/bin/d-i_manual.sh ja pdf po2xml
====================================================================================

Tue 20 Aug 02:11:44 UTC 2019 - running /srv/jenkins/bin/d-i_manual.sh (for job d-i_manual_ja_pdf_po2xml) 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 "ja pdf po2xml" 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 20 Aug 02:11:44 UTC 2019 - start running "/srv/jenkins/bin/d-i_manual.sh" (md5sum a585969605b248409bee8ea5757f581a) as "/tmp/jenkins-script-QCc593ec" on jenkins.

Copying <https://jenkins.debian.net/job/d-i_manual_ja_pdf_po2xml/ws/manual> to /srv/d-i/d-i-manual-Jpph now.
d-i-manual-30798
Building list of entities...
Converting XML files to UTF-8...
Merging XML files per 'chapter'...
Creating new POT file for ./integrated/en/install-methods/install-methods.xml
Creating new POT file for ./integrated/en/boot-installer/boot-installer.xml
Creating new POT file for ./integrated/en/welcome/welcome.xml
Creating new POT file for ./integrated/en/boot-new/boot-new.xml
Creating new POT file for ./integrated/en/preface.xml
Creating new POT file for ./integrated/en/post-install/post-install.xml
Creating new POT file for ./integrated/en/hardware/hardware.xml
Creating new POT file for ./integrated/en/using-d-i/using-d-i.xml
Creating new POT file for ./integrated/en/partitioning/partitioning.xml
Creating new POT file for ./integrated/en/howto/installation-howto.xml
Creating new POT file for ./integrated/en/appendix/gpl.xml
Creating new POT file for ./integrated/en/appendix/preseed.xml
Creating new POT file for ./integrated/en/appendix/random-bits.xml
Creating new POT file for ./integrated/en/administrivia/administrivia.xml
Creating new POT file for ./integrated/en/preparing/preparing.xml
Creating new POT file for ./integrated/en/bookinfo.xml
Updating PO files for language 'ja':
- updating post-install.po
- updating preparing.po
- updating boot-installer.po
- updating hardware.po
- updating preseed.po
- updating boot-new.po
- updating random-bits.po
- updating partitioning.po
- updating using-d-i.po
- updating administrivia.po
- updating gpl.po
- updating bookinfo.po
- updating welcome.po
- updating install-methods.po
- updating installation-howto.po
- updating preface.po
Reverting modified POT files (if any)...
./scripts/revert_pot: 12: git: not found
done.
Creating XML files for language 'ja':
- creating install-methods.xml
- creating boot-installer.xml
found empty tag para
found empty tag para
found empty tag para
- creating welcome.xml
- creating boot-new.xml
- creating preface.xml
- creating post-install.xml
- creating hardware.xml
- creating using-d-i.xml
- creating partitioning.xml
- creating installation-howto.xml
- creating gpl.xml
- creating preseed.xml
- creating random-bits.xml
- creating administrivia.xml
- creating preparing.xml
- creating bookinfo.xml
Building the pdf version of the ja manual now.
+ schroot --directory /srv/d-i/d-i-manual-Jpph/manual/build -c chroot:jenkins-d-i-sid make languages=ja architectures=amd64 destination=/srv/d-i/d-i-manual-Jpph/manual/build/pdf/ formats=pdf
set -e ; \
target=ja.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" "ja" "pdf"
Info: creating temporary profiled .xml file...
Info: creating .pdf file...
Build the book set list...
xsltproc -o doclist.txt --xinclude --xincludestyle doclist.xsl /srv/d-i/d-i-manual-Jpph/manual/build/build.tmp.ja.amd64/install.ja.profiled.xml
Build the listings...
xsltproc -o listings.xml --xinclude --xincludestyle --param current.dir '/srv/d-i/d-i-manual-Jpph/manual/build/build.tmp.ja.amd64' /usr/share/dblatex/xsl/common/mklistings.xsl /srv/d-i/d-i-manual-Jpph/manual/build/build.tmp.ja.amd64/install.ja.profiled.xml
xsltproc -o install.ja.profiled.rtex --xinclude --xincludestyle --param current.dir '/srv/d-i/d-i-manual-Jpph/manual/build/build.tmp.ja.amd64' --param listings.xml '/srv/d-i/d-i-manual-Jpph/manual/build/build.tmp.ja.amd64/dblatex/tmpMagbVD/listings.xml' /srv/d-i/d-i-manual-Jpph/manual/build/build.tmp.ja.amd64/dblatex/tmpMagbVD/custom.xsl /srv/d-i/d-i-manual-Jpph/manual/build/build.tmp.ja.amd64/install.ja.profiled.xml
XSLT stylesheets DocBook - LaTeX 2e (0.3.10)
===================================================
prompt: default template used in programlisting or screen
prompt: default template used in programlisting or screen
prompt: default template used in programlisting or screen
prompt: default template used in programlisting or screen
filename: default template used in programlisting or screen
filename: default template used in programlisting or screen
prompt: default template used in programlisting or screen
prompt: default template used in programlisting or screen
prompt: default template used in programlisting or screen
prompt: default template used in programlisting or screen
prompt: default template used in programlisting or screen
prompt: default template used in programlisting or screen
phrase: default template used in programlisting or screen
phrase: default template used in programlisting or screen
Build install.ja.profiled.pdf
built-in module xetex registered
no support found for ifthen
no support found for ifxetex
no support found for fontspec
no support found for xltxtra
no support found for xeCJK
no support found for ucs
no support found for fancybox
built-in module makeidx registered
no support found for db2latex
building additional files...
checking if compiling is necessary...
the output file doesn't exist
xelatex -interaction=batchmode install.ja.profiled.tex
running post-compilation scripts...
[index] the index file /srv/d-i/d-i-manual-Jpph/manual/build/build.tmp.ja.amd64/dblatex/tmpMagbVD/install.ja.profiled.idx is empty
install.ja.profiled.lot MD5 checksum changed
install.ja.profiled.aux MD5 checksum changed
install.ja.profiled.toc MD5 checksum changed
the /srv/d-i/d-i-manual-Jpph/manual/build/build.tmp.ja.amd64/dblatex/tmpMagbVD/install.ja.profiled.lot file has changed
xelatex -interaction=batchmode install.ja.profiled.tex
running post-compilation scripts...
[index] the index file /srv/d-i/d-i-manual-Jpph/manual/build/build.tmp.ja.amd64/dblatex/tmpMagbVD/install.ja.profiled.idx is empty
install.ja.profiled.lot MD5 checksum changed
install.ja.profiled.aux MD5 checksum changed
install.ja.profiled.toc MD5 checksum changed
the /srv/d-i/d-i-manual-Jpph/manual/build/build.tmp.ja.amd64/dblatex/tmpMagbVD/install.ja.profiled.lot file has changed
xelatex -interaction=batchmode install.ja.profiled.tex
running post-compilation scripts...
[index] the index file /srv/d-i/d-i-manual-Jpph/manual/build/build.tmp.ja.amd64/dblatex/tmpMagbVD/install.ja.profiled.idx is empty
no new compilation is needed
running last-compilation scripts...
'install.ja.pdf' successfully built
/srv/d-i/d-i-manual-Jpph/manual/build/build.tmp.ja.amd64/dblatex/tmpMagbVD not removed
E: 10mount: E: Failed to find ‘/var/run/schroot/mount/jenkins-d-i-sid-e3f7300f-af9a-4e23-b1d3-62db9fe10a88’: No such file or directory
E: jenkins-d-i-sid-e3f7300f-af9a-4e23-b1d3-62db9fe10a88: 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-Jpph now.'
Removing /srv/d-i/d-i-manual-Jpph now.
+ rm -rf /srv/d-i/d-i-manual-Jpph
Tue 20 Aug 02:32:57 UTC 2019 - /srv/jenkins/bin/d-i_manual.sh stopped running as /tmp/jenkins-script-QCc593ec, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list