[Qa-jenkins-scm] Build failed in Jenkins: d-i_manual_cs_html #272
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Mon Aug 24 00:34:02 BST 2020
See <https://jenkins.debian.net/job/d-i_manual_cs_html/272/display/redirect?page=changes>
Changes:
[debian-boot] [SILENT_COMMIT] Update of POT and PO files for the installation-guide
[pkern] Update s390 hardware support section
[jfs] Add README file to describe how the translation is managed
[jfs] Upload translation provided by Camaleon in the Spanish mailing list
[jfs] Update dates, restore old strings translated
[jfs] Run spellchecker and fix typos in some places
[jfs] Fix errors spotted by msgfmt
[jfs] Update translation and add proper pointers to what to do if the
[jfs] Run spell checker
[jfs] Update translation and run spell checker
[jfs] Harmonise usage of abbreviation
[jfs] Fix one fuzzy string
[jfs] Update translation
[jfs] Run spell checker and fix typos
[jfs] Run spellchecker and fix some typos
[jfs] Update translation
[jfs] Run spellchecker and fix some typos
[hwansing] [Commit from Weblate] Swedish translation update by Luna Jernberg
[hwansing] Swedish: fix syntax error
[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 master in workspace <https://jenkins.debian.net/job/d-i_manual_cs_html/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 --version # 'git version 2.20.1'
> 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 135d2bce27e998a25b011d2e2a524f836dc98457 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 135d2bce27e998a25b011d2e2a524f836dc98457 # timeout=10
Commit message: "[SILENT_COMMIT] Update of POT and PO files for the installation-guide"
> git rev-list --no-walk faf2c9e441e72df5d2baabc2eaf5a71431dacc93 # timeout=10
[workspace] $ /bin/sh -xe /tmp/jenkins13676628183897327143.sh
+ /srv/jenkins/bin/d-i_manual.sh cs html
====================================================================================
Sun 23 Aug 23:31:00 UTC 2020 - running /srv/jenkins/bin/d-i_manual.sh (for job d-i_manual_cs_html) on jenkins, called using "cs html" as arguments.
Sun 23 Aug 23:31:00 UTC 2020 - actually running "d-i_manual.sh" (md5sum d266ffe003cd0a067cfd9a1460279d73) as "/tmp/jenkins-script-WUlGEWYs"
Please send feedback to qa-jenkins-dev at lists.alioth.debian.org or even better, provide https://salsa.debian.org/qa/jenkins.debian.net/merge_requests !
To dig deeper: git clone https://salsa.debian.org/qa/jenkins.debian.net.git && less README INSTALL CONTRIBUTING TODO
====================================================================================
Copying <https://jenkins.debian.net/job/d-i_manual_cs_html/ws/manual> to /srv/d-i/d-i-manual-1yIL now.
Building the html version of the cs manual now.
+ schroot --directory /srv/d-i/d-i-manual-1yIL/manual/build -c chroot:jenkins-d-i-sid make languages=cs architectures=amd64 destination=/srv/d-i/d-i-manual-1yIL/manual/build/html/ formats=html
set -e ; \
target=cs.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" "cs" "html"
Error: unknown language 'cs'
make: *** [Makefile:8: cs.amd64] Error 1
+ cleanup_srv
+ '[' /srv/d-i/ = /srv/d-i/ ']'
+ '[' 24 -ge 10 ']'
+ echo 'Removing /srv/d-i/d-i-manual-1yIL now.'
Removing /srv/d-i/d-i-manual-1yIL now.
+ rm -rf /srv/d-i/d-i-manual-1yIL
Sun 23 Aug 23:34:02 UTC 2020 - d-i_manual.sh stopped running as /tmp/jenkins-script-WUlGEWYs, which will now be removed.
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list