[Qa-jenkins-scm] Build failed in Jenkins: d-i_manual_pt_html_po2xml #506

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Thu Apr 6 19:03:15 BST 2023


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

Changes:

[hwansing] Overhaul of chapter for creating USB media

[hwansing] Refresh po|pot files; sync translations where possible

[hwansing] Remove chapter about installation from Windows; win32-loader support has

[hwansing] Refresh po|pot files after removal of win32-loader chapter

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

[hwansing] [Commit from Weblate] Indonesian translation update

[hwansing] [Commit from Weblate] Spanish translation update


------------------------------------------
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_pt_html_po2xml/ws/>
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir <https://jenkins.debian.net/job/d-i_manual_pt_html_po2xml/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 ebed5260f216683030039fce1c0428dd46707f07 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ebed5260f216683030039fce1c0428dd46707f07 # timeout=10
Commit message: "[Commit from Weblate] Spanish translation update"
 > git rev-list --no-walk e625d2c9e813d4d5fe670da0acf68a99c806ec4e # timeout=10
[workspace] $ /bin/sh -xe /tmp/jenkins8349077249949764636.sh
+ /srv/jenkins/bin/d-i_manual.sh pt html po2xml
====================================================================================
Thu Apr  6 17:46:07 UTC 2023 - running /srv/jenkins/bin/d-i_manual.sh (for job d-i_manual_pt_html_po2xml) on jenkins, called using "pt html po2xml" as arguments.
Thu Apr  6 17:46:07 UTC 2023 - actually running "d-i_manual.sh" (md5sum 5e5378939dfe90030ec6dbbbdfca0e34) as "/tmp/jenkins-script-UGuXpUmn"

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

git status:
HEAD detached at 12bb6426a
Untracked files:
  (use "git add <file>..." to include in what will be committed)
	manual/

nothing added to commit but untracked files present (use "git add" to track)
Copying <https://jenkins.debian.net/job/d-i_manual_pt_html_po2xml/ws/manual> to /srv/d-i/d-i-manual-hGsH now.
d-i-manual-18751
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 'pt':
- 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 'pt':
- 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 html version of the pt manual now.
+ schroot --directory /srv/d-i/d-i-manual-hGsH/manual/build -c chroot:jenkins-d-i-sid make languages=pt architectures=amd64 destination=/srv/d-i/d-i-manual-hGsH/manual/build/html/ formats=html
set -e ; \
target=pt.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" "pt" "html"
mkdir: cannot create directory 'build.tmp.pt.amd64': No space left on device
mkdir: cannot create directory 'build.out.pt.amd64': No space left on device
Info: creating temporary profiled .xml file...
./buildone.sh: 90: cannot create build.tmp.pt.amd64/dynamic.ent: Directory nonexistent
./buildone.sh: 91: cannot create build.tmp.pt.amd64/dynamic.ent: Directory nonexistent
./buildone.sh: 92: cannot create build.tmp.pt.amd64/dynamic.ent: Directory nonexistent
./buildone.sh: 93: cannot create build.tmp.pt.amd64/dynamic.ent: Directory nonexistent
./buildone.sh: 94: cannot create build.tmp.pt.amd64/dynamic.ent: Directory nonexistent
./buildone.sh: 95: cannot create build.tmp.pt.amd64/dynamic.ent: Directory nonexistent
./buildone.sh: 96: cannot create build.tmp.pt.amd64/dynamic.ent: Directory nonexistent
./buildone.sh: 97: cannot create build.tmp.pt.amd64/dynamic.ent: Directory nonexistent
./buildone.sh: 98: cannot create build.tmp.pt.amd64/dynamic.ent: Directory nonexistent
./buildone.sh: 99: cannot create build.tmp.pt.amd64/dynamic.ent: Directory nonexistent
./buildone.sh: 100: cannot create build.tmp.pt.amd64/dynamic.ent: Directory nonexistent
./buildone.sh: 101: cannot create build.tmp.pt.amd64/dynamic.ent: Directory nonexistent
./buildone.sh: 102: cannot create build.tmp.pt.amd64/dynamic.ent: Directory nonexistent
./buildone.sh: 103: cannot create build.tmp.pt.amd64/dynamic.ent: Directory nonexistent
./buildone.sh: 104: cannot create build.tmp.pt.amd64/dynamic.ent: Directory nonexistent
./buildone.sh: 106: cannot create build.tmp.pt.amd64/dynamic.ent: Directory nonexistent
./buildone.sh: 112: cannot create build.tmp.pt.amd64/install.pt.xml: Directory nonexistent
warning: failed to load external entity "build.tmp.pt.amd64/install.pt.xml"
unable to parse build.tmp.pt.amd64/install.pt.xml
make: *** [Makefile:8: pt.amd64] Error 1
+ cleanup_srv
+ '[' /srv/d-i/ = /srv/d-i/ ']'
+ '[' 24 -ge 10 ']'
+ echo 'Removing /srv/d-i/d-i-manual-hGsH now.'
Removing /srv/d-i/d-i-manual-hGsH now.
+ rm -rf /srv/d-i/d-i-manual-hGsH
Thu Apr  6 18:03:15 UTC 2023 - d-i_manual.sh stopped running as /tmp/jenkins-script-UGuXpUmn, removing.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list