Build failed in Jenkins: d-i_manual_en_pdf #726
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Mon Oct 28 02:04:33 GMT 2024
See <https://jenkins.debian.net/job/d-i_manual_en_pdf/726/display/redirect?page=changes>
Changes:
[hwansing] Update list of partitioning schemes according to the new recipes in
[debian-boot] [SILENT_COMMIT] Update of POT and PO files for the installation-guide
[Frans.Spiesschaert] (nl) using-d-i.po translation update.
[debian-boot] [SILENT_COMMIT] Update of POT and PO files for the installation-guide
------------------------------------------
Started by upstream project "d-i_manual_en_html" build number 794
originally caused by:
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_en_pdf/ws/>
The recommended git tool is: NONE
No credentials specified
> git rev-parse --resolve-git-dir <https://jenkins.debian.net/job/d-i_manual_en_pdf/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.39.5'
> 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 bc98398a3f2b7c6628e1c65ba96a8200dbd95093 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f bc98398a3f2b7c6628e1c65ba96a8200dbd95093 # timeout=10
Commit message: "[SILENT_COMMIT] Update of POT and PO files for the installation-guide"
> git rev-list --no-walk c430f86c4068f84cd8240a49ec74f19fbf2f37b5 # timeout=10
[workspace] $ /bin/sh -xe /tmp/jenkins2888345120956944259.sh
+ /srv/jenkins/bin/d-i_manual.sh en pdf
====================================================================================
Mon Oct 28 02:00:32 UTC 2024 - running /srv/jenkins/bin/d-i_manual.sh (for job d-i_manual_en_pdf) on jenkins, called using "en pdf" as arguments.
Mon Oct 28 02:00:32 UTC 2024 - actually running "d-i_manual.sh" (md5sum 4c7950181575ac610c921f15051bb4d2) as "/tmp/jenkins-script-b5SdcfH9"
$ git clone https://salsa.debian.org/qa/jenkins.debian.net.git ; more CONTRIBUTING
Cleaning workspace <https://jenkins.debian.net/job/d-i_manual_en_pdf/ws/> now.
Copying <https://jenkins.debian.net/job/d-i_manual_en_pdf/ws/manual> to /srv/d-i/d-i-manual-JffL now.
Building the pdf version of the en manual now.
+ schroot --directory /srv/d-i/d-i-manual-JffL/manual/build -c chroot:jenkins-d-i-sid make languages=en architectures=amd64 destination=/srv/d-i/d-i-manual-JffL/manual/build/pdf/ formats=pdf
set -e ; \
target=en.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" "en" "pdf"
Info: creating temporary profiled .xml file...
Warning: program compiled against libxml 212 using older 209
Error: build of pdf failed because of missing build dependencies
Error: (make sure you have ghostscript and dblatex installed for PDF builds)
Warning: The following formats failed to build: pdf
make: *** [Makefile:8: en.amd64] Error 1
+ cleanup_srv
+ '[' /srv/d-i/ = /srv/d-i/ ']'
+ '[' 24 -ge 10 ']'
+ echo 'Removing /srv/d-i/d-i-manual-JffL now.'
Removing /srv/d-i/d-i-manual-JffL now.
+ rm -rf /srv/d-i/d-i-manual-JffL
Mon Oct 28 02:04:33 UTC 2024 - d-i_manual.sh stopped running as /tmp/jenkins-script-b5SdcfH9, removing.
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list