[Qa-jenkins-scm] Build failed in Jenkins: d-i_manual_pt_BR_html #470

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Tue Jan 31 01:03:09 GMT 2023


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

Changes:

[baptiste] (fr) Proofread Jean-Paul Guillonneau

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

[samuel.thibault] install-methods: Use archive-mirror entity

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


------------------------------------------
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 the built-in node in workspace <https://jenkins.debian.net/job/d-i_manual_pt_BR_html/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_BR_html/ws/manual/.git> # timeout=10
ERROR: Workspace has a .git repository, but it appears to be corrupt.
hudson.plugins.git.GitException: Command "git rev-parse --resolve-git-dir <https://jenkins.debian.net/job/d-i_manual_pt_BR_html/ws/manual/.git"> returned status code 128:
stdout: 
stderr: fatal: not a gitdir '<https://jenkins.debian.net/job/d-i_manual_pt_BR_html/ws/manual/.git'>

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2734)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2660)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2656)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1981)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1993)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.hasGitRepo(CliGitAPIImpl.java:400)
	at hudson.plugins.git.GitAPI.hasGitRepo(GitAPI.java:241)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1211)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1309)
	at hudson.scm.SCM.checkout(SCM.java:540)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1241)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:649)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:521)
	at hudson.model.Run.execute(Run.java:1900)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44)
	at hudson.model.ResourceController.execute(ResourceController.java:107)
	at hudson.model.Executor.run(Executor.java:449)
Cloning the remote Git repository
Cloning repository https://salsa.debian.org/installer-team/installation-guide.git
 > git init <https://jenkins.debian.net/job/d-i_manual_pt_BR_html/ws/manual> # 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 config remote.origin.url https://salsa.debian.org/installer-team/installation-guide.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 6e45f7d8beec5387551499b670ab711ce3554a9e (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6e45f7d8beec5387551499b670ab711ce3554a9e # timeout=10
Commit message: "[SILENT_COMMIT] Update of POT and PO files for the installation-guide"
 > git rev-list --no-walk c646f5419c57907e847aaa3ad254a60f7acd0b7c # timeout=10
[workspace] $ /bin/sh -xe /tmp/jenkins11745516572439105229.sh
+ /srv/jenkins/bin/d-i_manual.sh pt_BR html
====================================================================================
Tue Jan 31 00:50:50 UTC 2023 - running /srv/jenkins/bin/d-i_manual.sh (for job d-i_manual_pt_BR_html) on jenkins, called using "pt_BR html" as arguments.
Tue Jan 31 00:50:50 UTC 2023 - actually running "d-i_manual.sh" (md5sum d266ffe003cd0a067cfd9a1460279d73) as "/tmp/jenkins-script-2FvOyMa0"

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

Copying <https://jenkins.debian.net/job/d-i_manual_pt_BR_html/ws/manual> to /srv/d-i/d-i-manual-6uxx now.
Building the html version of the pt_BR manual now.
+ schroot --directory /srv/d-i/d-i-manual-6uxx/manual/build -c chroot:jenkins-d-i-sid make languages=pt_BR architectures=amd64 destination=/srv/d-i/d-i-manual-6uxx/manual/build/html/ formats=html
set -e ; \
target=pt_BR.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_BR" "html"
Info: creating temporary profiled .xml file...
/srv/d-i/d-i-manual-6uxx/manual/pt_BR/hardware/hardware-supported.xml:176: parser error : Entity 'supported-hppa.xml' not defined
&supported-hppa.xml;
                    ^
/srv/d-i/d-i-manual-6uxx/manual/pt_BR/hardware/hardware-supported.xml:179: parser error : Entity 'supported-mips.xml' not defined
&supported-mips.xml;
                    ^
/srv/d-i/d-i-manual-6uxx/manual/pt_BR/hardware/hardware-supported.xml:182: parser error : Entity 'supported-sparc.xml' not defined
&supported-sparc.xml;
                     ^
/srv/d-i/d-i-manual-6uxx/manual/pt_BR/hardware/hardware-supported.xml:371: parser error : chunk is not well balanced

^
/srv/d-i/d-i-manual-6uxx/manual/pt_BR/hardware/hardware.xml:14: parser error : Entity 'hardware-supported.xml' failed to parse
&hardware-supported.xml;
                        ^
/srv/d-i/d-i-manual-6uxx/manual/pt_BR/hardware/hardware.xml:20: parser error : chunk is not well balanced

^
build.tmp.pt_BR.amd64/install.pt_BR.xml:30: parser error : Entity 'hardware.xml' failed to parse
&hardware.xml;
              ^
unable to parse build.tmp.pt_BR.amd64/install.pt_BR.xml
make: *** [Makefile:8: pt_BR.amd64] Error 1
+ cleanup_srv
+ '[' /srv/d-i/ = /srv/d-i/ ']'
+ '[' 24 -ge 10 ']'
+ echo 'Removing /srv/d-i/d-i-manual-6uxx now.'
Removing /srv/d-i/d-i-manual-6uxx now.
+ rm -rf /srv/d-i/d-i-manual-6uxx
Tue Jan 31 01:03:09 UTC 2023 - d-i_manual.sh stopped running as /tmp/jenkins-script-2FvOyMa0, removing.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list