[Qa-jenkins-scm] Build failed in Jenkins: d-i_manual_el_pdf_po2xml #32
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Fri Jun 28 03:33:59 BST 2019
See <https://jenkins.debian.net/job/d-i_manual_el_pdf_po2xml/32/display/redirect?page=changes>
Changes:
[root] updated administrivia Greek translation
[hwansing] Adapt translator's credits to reality
[hwansing] Add changelog entries for translation updates
[cwryu] Update Korean translation
[galaxico] updated Greek translation welcome.po
[debian-boot] [SILENT_COMMIT] Update of POT and PO files for the installation-guide
[hwansing] Greek has an unofficial translation of the GPL, but the corresponding
[hwansing] Add changelog entry for translation update
[guillem] Update Catalan translation
[samuel.thibault] Update dark contrast boot entry label and shortcut
[debian-boot] [SILENT_COMMIT] Update of POT and PO files for the installation-guide
[samuel.thibault] Restore using nanum korean font
[samuel.thibault] Update minimum memory figures
[debian-boot] [SILENT_COMMIT] Update of POT and PO files for the installation-guide
[lyknode] Document new partman-auto-lvm/guide_size option in preseed
[debian-boot] [SILENT_COMMIT] Update of POT and PO files for the installation-guide
[hwansing] Add 'outdated translation' warning for Czech, since it did not receive
[samuel.thibault] upload
[galaxico] restored Greek translation of administrivia.po
------------------------------------------
[...truncated 64.47 KB...]
xsltproc -o doclist.txt --xinclude --xincludestyle doclist.xsl /srv/d-i/d-i-manual-reac/manual/build/build.tmp.el.mipsel/install.el.profiled.xml
Build the listings...
xsltproc -o listings.xml --xinclude --xincludestyle --param current.dir '/srv/d-i/d-i-manual-reac/manual/build/build.tmp.el.mipsel' /usr/share/dblatex/xsl/common/mklistings.xsl /srv/d-i/d-i-manual-reac/manual/build/build.tmp.el.mipsel/install.el.profiled.xml
xsltproc -o install.el.profiled.rtex --xinclude --xincludestyle --param current.dir '/srv/d-i/d-i-manual-reac/manual/build/build.tmp.el.mipsel' --param listings.xml '/srv/d-i/d-i-manual-reac/manual/build/build.tmp.el.mipsel/dblatex/tmpjs58AW/listings.xml' /srv/d-i/d-i-manual-reac/manual/build/build.tmp.el.mipsel/dblatex/tmpjs58AW/custom.xsl /srv/d-i/d-i-manual-reac/manual/build/build.tmp.el.mipsel/install.el.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
prompt: default template used in programlisting or screen
prompt: default template used in programlisting or screen
Build install.el.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 fontenc
no support found for ucs
no support found for inputenc
no support found for fancybox
built-in module makeidx registered
no support found for babel
no support found for cmap
no support found for db2latex
building additional files...
checking if compiling is necessary...
the output file doesn't exist
xelatex -interaction=batchmode install.el.profiled.tex
running post-compilation scripts...
[index] the index file /srv/d-i/d-i-manual-reac/manual/build/build.tmp.el.mipsel/dblatex/tmpjs58AW/install.el.profiled.idx is empty
install.el.profiled.aux MD5 checksum changed
install.el.profiled.lot MD5 checksum changed
install.el.profiled.toc MD5 checksum changed
the /srv/d-i/d-i-manual-reac/manual/build/build.tmp.el.mipsel/dblatex/tmpjs58AW/install.el.profiled.aux file has changed
xelatex -interaction=batchmode install.el.profiled.tex
running post-compilation scripts...
[index] the index file /srv/d-i/d-i-manual-reac/manual/build/build.tmp.el.mipsel/dblatex/tmpjs58AW/install.el.profiled.idx is empty
install.el.profiled.aux MD5 checksum changed
install.el.profiled.lot MD5 checksum changed
install.el.profiled.toc MD5 checksum changed
the /srv/d-i/d-i-manual-reac/manual/build/build.tmp.el.mipsel/dblatex/tmpjs58AW/install.el.profiled.aux file has changed
xelatex -interaction=batchmode install.el.profiled.tex
running post-compilation scripts...
[index] the index file /srv/d-i/d-i-manual-reac/manual/build/build.tmp.el.mipsel/dblatex/tmpjs58AW/install.el.profiled.idx is empty
no new compilation is needed
running last-compilation scripts...
'install.el.pdf' successfully built
/srv/d-i/d-i-manual-reac/manual/build/build.tmp.el.mipsel/dblatex/tmpjs58AW not removed
+ set +x
+ schroot --directory /srv/d-i/d-i-manual-reac/manual/build -c chroot:jenkins-d-i-sid make languages=el architectures=powerpc destination=/srv/d-i/d-i-manual-reac/manual/build/pdf/ formats=pdf
set -e ; \
target=el.powerpc ; \
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: powerpc
Calling ./buildone.sh "powerpc" "el" "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-reac/manual/build/build.tmp.el.powerpc/install.el.profiled.xml
Build the listings...
xsltproc -o listings.xml --xinclude --xincludestyle --param current.dir '/srv/d-i/d-i-manual-reac/manual/build/build.tmp.el.powerpc' /usr/share/dblatex/xsl/common/mklistings.xsl /srv/d-i/d-i-manual-reac/manual/build/build.tmp.el.powerpc/install.el.profiled.xml
xsltproc -o install.el.profiled.rtex --xinclude --xincludestyle --param current.dir '/srv/d-i/d-i-manual-reac/manual/build/build.tmp.el.powerpc' --param listings.xml '/srv/d-i/d-i-manual-reac/manual/build/build.tmp.el.powerpc/dblatex/tmpPs_yWe/listings.xml' /srv/d-i/d-i-manual-reac/manual/build/build.tmp.el.powerpc/dblatex/tmpPs_yWe/custom.xsl /srv/d-i/d-i-manual-reac/manual/build/build.tmp.el.powerpc/install.el.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
prompt: default template used in programlisting or screen
prompt: default template used in programlisting or screen
Build install.el.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 fontenc
no support found for ucs
no support found for inputenc
no support found for fancybox
built-in module makeidx registered
no support found for babel
no support found for cmap
no support found for db2latex
building additional files...
checking if compiling is necessary...
the output file doesn't exist
xelatex -interaction=batchmode install.el.profiled.tex
running post-compilation scripts...
[index] the index file /srv/d-i/d-i-manual-reac/manual/build/build.tmp.el.powerpc/dblatex/tmpPs_yWe/install.el.profiled.idx is empty
install.el.profiled.toc MD5 checksum changed
install.el.profiled.lot MD5 checksum changed
install.el.profiled.aux MD5 checksum changed
the /srv/d-i/d-i-manual-reac/manual/build/build.tmp.el.powerpc/dblatex/tmpPs_yWe/install.el.profiled.toc file has changed
xelatex -interaction=batchmode install.el.profiled.tex
running post-compilation scripts...
[index] the index file /srv/d-i/d-i-manual-reac/manual/build/build.tmp.el.powerpc/dblatex/tmpPs_yWe/install.el.profiled.idx is empty
install.el.profiled.toc MD5 checksum changed
install.el.profiled.lot MD5 checksum changed
install.el.profiled.aux MD5 checksum changed
the /srv/d-i/d-i-manual-reac/manual/build/build.tmp.el.powerpc/dblatex/tmpPs_yWe/install.el.profiled.toc file has changed
xelatex -interaction=batchmode install.el.profiled.tex
running post-compilation scripts...
[index] the index file /srv/d-i/d-i-manual-reac/manual/build/build.tmp.el.powerpc/dblatex/tmpPs_yWe/install.el.profiled.idx is empty
no new compilation is needed
running last-compilation scripts...
'install.el.pdf' successfully built
/srv/d-i/d-i-manual-reac/manual/build/build.tmp.el.powerpc/dblatex/tmpPs_yWe not removed
+ set +x
+ schroot --directory /srv/d-i/d-i-manual-reac/manual/build -c chroot:jenkins-d-i-sid make languages=el architectures=ppc64el destination=/srv/d-i/d-i-manual-reac/manual/build/pdf/ formats=pdf
set -e ; \
target=el.ppc64el ; \
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: ppc64el
Calling ./buildone.sh "ppc64el" "el" "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-reac/manual/build/build.tmp.el.ppc64el/install.el.profiled.xml
Build the listings...
xsltproc -o listings.xml --xinclude --xincludestyle --param current.dir '/srv/d-i/d-i-manual-reac/manual/build/build.tmp.el.ppc64el' /usr/share/dblatex/xsl/common/mklistings.xsl /srv/d-i/d-i-manual-reac/manual/build/build.tmp.el.ppc64el/install.el.profiled.xml
xsltproc -o install.el.profiled.rtex --xinclude --xincludestyle --param current.dir '/srv/d-i/d-i-manual-reac/manual/build/build.tmp.el.ppc64el' --param listings.xml '/srv/d-i/d-i-manual-reac/manual/build/build.tmp.el.ppc64el/dblatex/tmpEDtqG9/listings.xml' /srv/d-i/d-i-manual-reac/manual/build/build.tmp.el.ppc64el/dblatex/tmpEDtqG9/custom.xsl /srv/d-i/d-i-manual-reac/manual/build/build.tmp.el.ppc64el/install.el.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
prompt: default template used in programlisting or screen
prompt: default template used in programlisting or screen
Build install.el.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 fontenc
no support found for ucs
no support found for inputenc
no support found for fancybox
built-in module makeidx registered
no support found for babel
no support found for cmap
no support found for db2latex
building additional files...
checking if compiling is necessary...
the output file doesn't exist
xelatex -interaction=batchmode install.el.profiled.tex
running post-compilation scripts...
[index] the index file /srv/d-i/d-i-manual-reac/manual/build/build.tmp.el.ppc64el/dblatex/tmpEDtqG9/install.el.profiled.idx is empty
install.el.profiled.lot MD5 checksum changed
install.el.profiled.aux MD5 checksum changed
install.el.profiled.toc MD5 checksum changed
the /srv/d-i/d-i-manual-reac/manual/build/build.tmp.el.ppc64el/dblatex/tmpEDtqG9/install.el.profiled.lot file has changed
xelatex -interaction=batchmode install.el.profiled.tex
running post-compilation scripts...
[index] the index file /srv/d-i/d-i-manual-reac/manual/build/build.tmp.el.ppc64el/dblatex/tmpEDtqG9/install.el.profiled.idx is empty
install.el.profiled.lot MD5 checksum changed
install.el.profiled.aux MD5 checksum changed
install.el.profiled.toc MD5 checksum changed
the /srv/d-i/d-i-manual-reac/manual/build/build.tmp.el.ppc64el/dblatex/tmpEDtqG9/install.el.profiled.lot file has changed
xelatex -interaction=batchmode install.el.profiled.tex
running post-compilation scripts...
[index] the index file /srv/d-i/d-i-manual-reac/manual/build/build.tmp.el.ppc64el/dblatex/tmpEDtqG9/install.el.profiled.idx is empty
no new compilation is needed
running last-compilation scripts...
'install.el.pdf' successfully built
/srv/d-i/d-i-manual-reac/manual/build/build.tmp.el.ppc64el/dblatex/tmpEDtqG9 not removed
/bin/sh: 21: Cannot fork
make: *** [Makefile:8: el.ppc64el] Error 2
E: jenkins-d-i-sid-520af255-0cef-4654-9ffb-753169101488: Failed to fork child: Resource temporarily unavailable
+ cleanup_srv
+ '[' /srv/d-i/ = /srv/d-i/ ']'
+ '[' 24 -ge 10 ']'
+ echo 'Removing /srv/d-i/d-i-manual-reac now.'
Removing /srv/d-i/d-i-manual-reac now.
+ rm -rf /srv/d-i/d-i-manual-reac
Fri 28 Jun 02:33:58 UTC 2019 - /srv/jenkins/bin/d-i_manual.sh stopped running as /tmp/jenkins-script-k76SULi1, which will now be removed.
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list