[Qa-jenkins-scm] Build failed in Jenkins: d-i_manual_hu_pdf_po2xml #333

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Sun May 22 03:10:15 BST 2022


See <https://jenkins.debian.net/job/d-i_manual_hu_pdf_po2xml/333/display/redirect>

Changes:


------------------------------------------
[...truncated 1.77 KB...]
 > git rev-list --no-walk e19f4b60bbe04a63ed287da85ae5b44e8330aa76 # timeout=10
[workspace] $ /bin/sh -xe /tmp/jenkins11859526404267081099.sh
+ /srv/jenkins/bin/d-i_manual.sh hu pdf po2xml
====================================================================================
Sun May 22 01:53:03 UTC 2022 - running /srv/jenkins/bin/d-i_manual.sh (for job d-i_manual_hu_pdf_po2xml) on jenkins, called using "hu pdf po2xml" as arguments.
Sun May 22 01:53:03 UTC 2022 - actually running "d-i_manual.sh" (md5sum d266ffe003cd0a067cfd9a1460279d73) as "/tmp/jenkins-script-dof2ZVWE"

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

Copying <https://jenkins.debian.net/job/d-i_manual_hu_pdf_po2xml/ws/manual> to /srv/d-i/d-i-manual-dapa now.
d-i-manual-25135
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 'hu':
- 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 'hu':
- creating install-methods.xml
- creating boot-installer.xml
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 hu manual now.
+ schroot --directory /srv/d-i/d-i-manual-dapa/manual/build -c chroot:jenkins-d-i-sid make languages=hu architectures=amd64 destination=/srv/d-i/d-i-manual-dapa/manual/build/pdf/ formats=pdf
set -e ; \
target=hu.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" "hu" "pdf"
Info: creating temporary profiled .xml file...
Info: creating .pdf file...
+ set +x
+ schroot --directory /srv/d-i/d-i-manual-dapa/manual/build -c chroot:jenkins-d-i-sid make languages=hu architectures=arm64 destination=/srv/d-i/d-i-manual-dapa/manual/build/pdf/ formats=pdf
set -e ; \
target=hu.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" "hu" "pdf"
Info: creating temporary profiled .xml file...
Info: creating .pdf file...
+ set +x
+ schroot --directory /srv/d-i/d-i-manual-dapa/manual/build -c chroot:jenkins-d-i-sid make languages=hu architectures=armel destination=/srv/d-i/d-i-manual-dapa/manual/build/pdf/ formats=pdf
set -e ; \
target=hu.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" "hu" "pdf"
Info: creating temporary profiled .xml file...
Info: creating .pdf file...
+ set +x
+ schroot --directory /srv/d-i/d-i-manual-dapa/manual/build -c chroot:jenkins-d-i-sid make languages=hu architectures=armhf destination=/srv/d-i/d-i-manual-dapa/manual/build/pdf/ formats=pdf
set -e ; \
target=hu.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" "hu" "pdf"
Info: creating temporary profiled .xml file...
Info: creating .pdf file...
E: jenkins-d-i-sid-2ce9350d-aa1b-4caa-a238-5d36099373a8: Failed to unlock chroot: /var/lib/schroot/session/jenkins-d-i-sid-2ce9350d-aa1b-4caa-a238-5d36099373a8: Failed to unlink session file: No such file or directory
+ cleanup_srv
+ '[' /srv/d-i/ = /srv/d-i/ ']'
+ '[' 24 -ge 10 ']'
+ echo 'Removing /srv/d-i/d-i-manual-dapa now.'
Removing /srv/d-i/d-i-manual-dapa now.
+ rm -rf /srv/d-i/d-i-manual-dapa
Sun May 22 02:10:15 UTC 2022 - d-i_manual.sh stopped running as /tmp/jenkins-script-dof2ZVWE, removing.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list