[Qa-jenkins-scm] Build failed in Jenkins: d-i_build_win32-loader #24

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Thu Nov 26 08:21:53 UTC 2015


See <https://jenkins.debian.net/job/d-i_build_win32-loader/24/>

------------------------------------------
[...truncated 1442 lines...]
LANGUAGE=pt ./win32-loader.sh > templates/pt.nsh
mkdir -p templates locale/pt_BR/LC_MESSAGES
msgmerge -U po/pt_BR.po po/messages.pot
.......................... done.
msgfmt -c --statistics -o locale/pt_BR/LC_MESSAGES/win32-loader.mo po/pt_BR.po
po/pt_BR.po:6: warning: header field 'Language' still has the initial default value
66 translated messages.
LANGUAGE=pt_BR ./win32-loader.sh > templates/pt_BR.nsh
mkdir -p templates locale/ro/LC_MESSAGES
msgmerge -U po/ro.po po/messages.pot
........................... done.
msgfmt -c --statistics -o locale/ro/LC_MESSAGES/win32-loader.mo po/ro.po
57 translated messages, 2 fuzzy translations, 7 untranslated messages.
LANGUAGE=ro ./win32-loader.sh > templates/ro.nsh
mkdir -p templates locale/ru/LC_MESSAGES
msgmerge -U po/ru.po po/messages.pot
.......................... done.
msgfmt -c --statistics -o locale/ru/LC_MESSAGES/win32-loader.mo po/ru.po
66 translated messages.
LANGUAGE=ru ./win32-loader.sh > templates/ru.nsh
mkdir -p templates locale/sk/LC_MESSAGES
msgmerge -U po/sk.po po/messages.pot
........................... done.
msgfmt -c --statistics -o locale/sk/LC_MESSAGES/win32-loader.mo po/sk.po
66 translated messages.
LANGUAGE=sk ./win32-loader.sh > templates/sk.nsh
mkdir -p templates locale/sl/LC_MESSAGES
msgmerge -U po/sl.po po/messages.pot
........................... done.
msgfmt -c --statistics -o locale/sl/LC_MESSAGES/win32-loader.mo po/sl.po
66 translated messages.
LANGUAGE=sl ./win32-loader.sh > templates/sl.nsh
mkdir -p templates locale/sq/LC_MESSAGES
msgmerge -U po/sq.po po/messages.pot
.......................... done.
msgfmt -c --statistics -o locale/sq/LC_MESSAGES/win32-loader.mo po/sq.po
41 translated messages, 14 fuzzy translations, 11 untranslated messages.
LANGUAGE=sq ./win32-loader.sh > templates/sq.nsh
mkdir -p templates locale/sr/LC_MESSAGES
msgmerge -U po/sr.po po/messages.pot
........................ done.
msgfmt -c --statistics -o locale/sr/LC_MESSAGES/win32-loader.mo po/sr.po
po/sr.po:8: warning: header field 'Language' still has the initial default value
66 translated messages.
LANGUAGE=sr ./win32-loader.sh > templates/sr.nsh
mkdir -p templates locale/sr at latin/LC_MESSAGES
msgmerge -U po/sr at latin.po po/messages.pot
.......................... done.
msgfmt -c --statistics -o locale/sr at latin/LC_MESSAGES/win32-loader.mo po/sr at latin.po
po/sr at latin.po:8: warning: header field 'Language' still has the initial default value
66 translated messages.
LANGUAGE=sr at latin ./win32-loader.sh > templates/sr at latin.nsh
mkdir -p templates locale/sv/LC_MESSAGES
msgmerge -U po/sv.po po/messages.pot
........................... done.
msgfmt -c --statistics -o locale/sv/LC_MESSAGES/win32-loader.mo po/sv.po
66 translated messages.
LANGUAGE=sv ./win32-loader.sh > templates/sv.nsh
mkdir -p templates locale/th/LC_MESSAGES
msgmerge -U po/th.po po/messages.pot
........................... done.
msgfmt -c --statistics -o locale/th/LC_MESSAGES/win32-loader.mo po/th.po
66 translated messages.
LANGUAGE=th ./win32-loader.sh > templates/th.nsh
mkdir -p templates locale/tr/LC_MESSAGES
msgmerge -U po/tr.po po/messages.pot
............................ done.
msgfmt -c --statistics -o locale/tr/LC_MESSAGES/win32-loader.mo po/tr.po
po/tr.po:9: warning: header field 'Language' still has the initial default value
66 translated messages.
LANGUAGE=tr ./win32-loader.sh > templates/tr.nsh
mkdir -p templates locale/uk/LC_MESSAGES
msgmerge -U po/uk.po po/messages.pot
.......................... done.
msgfmt -c --statistics -o locale/uk/LC_MESSAGES/win32-loader.mo po/uk.po
66 translated messages.
LANGUAGE=uk ./win32-loader.sh > templates/uk.nsh
mkdir -p templates locale/zh_CN/LC_MESSAGES
msgmerge -U po/zh_CN.po po/messages.pot
............................. done.
msgfmt -c --statistics -o locale/zh_CN/LC_MESSAGES/win32-loader.mo po/zh_CN.po
po/zh_CN.po:9: warning: header field 'Language' still has the initial default value
66 translated messages.
LANGUAGE=zh_CN ./win32-loader.sh > templates/zh_CN.nsh
mkdir -p templates locale/zh_TW/LC_MESSAGES
msgmerge -U po/zh_TW.po po/messages.pot
........................... done.
msgfmt -c --statistics -o locale/zh_TW/LC_MESSAGES/win32-loader.mo po/zh_TW.po
po/zh_TW.po:6: warning: header field 'Language' still has the initial default value
66 translated messages.
LANGUAGE=zh_TW ./win32-loader.sh > templates/zh_TW.nsh
for i in templates/ar.nsh templates/be.nsh templates/bg.nsh templates/bs.nsh templates/ca.nsh templates/cs.nsh templates/da.nsh templates/de.nsh templates/el.nsh templates/en.nsh templates/eo.nsh templates/es.nsh templates/eu.nsh templates/fa.nsh templates/fi.nsh templates/fr.nsh templates/ga.nsh templates/gl.nsh templates/he.nsh templates/hr.nsh templates/hu.nsh templates/is.nsh templates/it.nsh templates/ja.nsh templates/ko.nsh templates/lt.nsh templates/nb.nsh templates/nl.nsh templates/pl.nsh templates/pt.nsh templates/pt_BR.nsh templates/ro.nsh templates/ru.nsh templates/sk.nsh templates/sl.nsh templates/sq.nsh templates/sr.nsh templates/sr at latin.nsh templates/sv.nsh templates/th.nsh templates/tr.nsh templates/uk.nsh templates/zh_CN.nsh templates/zh_TW.nsh ; do echo "; BEGIN $i" ; cat $i ; echo "; END $i" ; done > templates/all.nsh
for i in ar be bg bs ca cs da de el en eo es eu fa fi fr ga gl he hr hu is it ja ko lt nb nl pl pt pt_BR ro ru sk sl sq sr sr at latin sv th tr uk zh_CN zh_TW ; do \
	echo "Push \${`LANGUAGE=$i ./win32-loader.sh LANG_ENGLISH`}" ; \
	echo "Push \"`LANGUAGE=$i ./win32-loader.sh English`\"" ; \
done > templates/dialog.nsh
make[3]: Leaving directory '<https://jenkins.debian.net/job/d-i_build_win32-loader/ws/l10n'>
makensis -V3 -DVERSION=0.7.10 -D4DIGITS_DATE=2015.04.29.0725 -D_OUTFILE_NAME=win32-loader_0.7.10_all.exe -DNOCD=yes -DPXE=yes -DNOCD=yes -DALLKERNELS=yes -DOPTIONS_TXT="+net +pxe" main.nsi
MakeNSIS v2.46-10.1 - Copyright 1995-2009 Contributors
See the file COPYING for license details.
Credits can be found in the Users Manual.

Processing plugin dlls: "/usr/share/nsis/Plugins/*.dll"
 - AdvSplash::show
 - Banner::destroy
 - Banner::getWindow
 - Banner::show
 - BgImage::AddImage
 - BgImage::AddText
 - BgImage::Clear
 - BgImage::Destroy
 - BgImage::Redraw
 - BgImage::SetBg
 - BgImage::SetReturn
 - BgImage::Sound
 - Dialer::AttemptConnect
 - Dialer::AutodialHangup
 - Dialer::AutodialOnline
 - Dialer::AutodialUnattended
 - Dialer::GetConnectedState
 - InstallOptions::dialog
 - InstallOptions::initDialog
 - InstallOptions::show
 - LangDLL::LangDialog
 - Math::Script
 - NSISdl::download
 - NSISdl::download_quiet
 - Splash::show
 - StartMenu::Init
 - StartMenu::Select
 - StartMenu::Show
 - System::Alloc
 - System::Call
 - System::Copy
 - System::Free
 - System::Get
 - System::Int64Op
 - System::Store
 - TypeLib::GetLibVersion
 - TypeLib::Register
 - TypeLib::UnRegister
 - UserInfo::GetAccountType
 - UserInfo::GetName
 - UserInfo::GetOriginalAccountType
 - VPatch::GetFileCRC32
 - VPatch::GetFileMD5
 - VPatch::vpatchfile
 - nsDialogs::Create
 - nsDialogs::CreateControl
 - nsDialogs::CreateItem
 - nsDialogs::CreateTimer
 - nsDialogs::GetUserData
 - nsDialogs::KillTimer
 - nsDialogs::OnBack
 - nsDialogs::OnChange
 - nsDialogs::OnClick
 - nsDialogs::OnNotify
 - nsDialogs::SelectFileDialog
 - nsDialogs::SelectFolderDialog
 - nsDialogs::SetRTL
 - nsDialogs::SetUserData
 - nsDialogs::Show
 - nsExec::Exec
 - nsExec::ExecToLog
 - nsExec::ExecToStack

 - sha1sum::sha1sum
 - string::bcdedit_extract_id
 - string::bcdedit_extract_partition
 - test64::get_arch
 - systeminfo::domain
 - systeminfo::find_system_partition
 - systeminfo::hostname
 - systeminfo::keyboard_layout
 - systeminfo::username

Processed 1 file, writing output:
warning: Generating version information for language "1033-English" without standard key "FileVersion"
warning: unknown variable/constant "d" detected, ignoring (LangString nsisdl7:1042)
warning: unknown variable/constant "d" detected, ignoring (LangString nsisdl7:1042)
warning: unknown variable/constant "d%%)." detected, ignoring (LangString nsisdl7:1042)
warning: unknown variable/constant "d.%05$1dkB/s" detected, ignoring (LangString nsisdl7:1042)
warning: unknown variable/constant "dkB" detected, ignoring (LangString nsisdl7:1041)
warning: unknown variable/constant "dkB" detected, ignoring (LangString nsisdl7:1041)
warning: unknown variable/constant "d%%)" detected, ignoring (LangString nsisdl7:1041)
warning: unknown variable/constant "d.%5$01dkB/�b" detected, ignoring (LangString nsisdl7:1041)

Output: "win32-loader_0.7.10_all.exe"
Install: 8 pages (512 bytes), 1 section (1048 bytes), 940 instructions (26320 bytes), 3681 strings (167032 bytes), 44 language tables (18568 bytes).
Uninstall: 3 pages (192 bytes), 
1 section (1048 bytes), 44 instructions (1232 bytes), 1574 strings (41648 bytes), 44 language tables (10120 bytes).
Datablock optimizer saved 595685 bytes (~14.7%).

Using lzma (compress whole) compression.

EXE header size:              368640 / 74752 bytes
Install code:                          (213808 bytes)
Install data:                          (2768201 bytes)
Uninstall code+data:                   (351772 bytes)
Compressed data:             1306573 / 3333781 bytes
CRC (0x44CA5887):                  4 / 4 bytes

Total size:                  1675217 / 3408537 bytes (49.1%)

7 warnings:
  Generating version information for language "1033-English" without standard key "FileVersion"
  unknown variable/constant "d" detected, ignoring (LangString nsisdl7:1042)
  unknown variable/constant "d%%)." detected, ignoring (LangString nsisdl7:1042)
  unknown variable/constant "d.%05$1dkB/s" detected, ignoring (LangString nsisdl7:1042)
  unknown variable/constant "dkB" detected, ignoring (LangString nsisdl7:1041)
  unknown variable/constant "d%%)" detected, ignoring (LangString nsisdl7:1041)
  unknown variable/constant "d.%5$01dkB/�b" detected, ignoring (LangString nsisdl7:1041)
du -h win32-loader_0.7.10_all.exe
1.7M	win32-loader_0.7.10_all.exe
make[2]: Leaving directory '<https://jenkins.debian.net/job/d-i_build_win32-loader/ws/'>
# Prepare the README file
awk '{sub(/@PACKAGES_LIST@/,"grub-pc-bin               2.02~beta2-32             http://ftp.debian.org/debian/pool/main/g/grub2\ncpio-win32                2.11+dfsg-4.1             http://ftp.debian.org/debian/pool/main/c/cpio\ngzip-win32                1.6-4                     http://ftp.debian.org/debian/pool/main/g/gzip\ngpgv-win32                1.4.19-6                  http://ftp.debian.org/debian/pool/main/g/gnupg\ndebian-archive-keyring    2014.3                    http://ftp.debian.org/debian/pool/main/d/debian-archive-keyring\nloadlin                   1.6f-3                    http://ftp.debian.org/debian/pool/main/l/loadlin\nipxe                      1.0.0+git-20150424.a25a16 http://ftp.debian.org/debian/pool/main/i/ipxe\nnsis                      2.46-10.1                 http://ftp.debian.org/debian/pool/main/n/nsis\n")}1 \
             {sub(/@NSIS_VERSION@/,"2.46-10.1")}1 \
             {sub(/@W32_VERSION@/,"0.7.10")}1' \
	debian/win32-loader_doc.txt > win32-loader_0.7.10_all.txt
cat debian/copyright >> win32-loader_0.7.10_all.txt
# Build the cdrom version
OUTFILE_NAME=win32-loader.exe \
	BUILD_DATE="Wed, 29 Apr 2015 09:25:43 +0200" \
	dh_auto_build
	make -j1
make[2]: Entering directory '<https://jenkins.debian.net/job/d-i_build_win32-loader/ws/'>
convert templates/gtk_orig.png -resize 107x80 BMP3:templates/gtk.bmp
bash: convert: command not found
Makefile:122: recipe for target 'templates/gtk.bmp' failed
make[2]: *** [templates/gtk.bmp] Error 127
make[2]: Leaving directory '<https://jenkins.debian.net/job/d-i_build_win32-loader/ws/'>
dh_auto_build: make -j1 returned exit code 2
debian/rules:42: recipe for target 'override_dh_auto_build' failed
make[1]: *** [override_dh_auto_build] Error 2
make[1]: Leaving directory '<https://jenkins.debian.net/job/d-i_build_win32-loader/ws/'>
debian/rules:38: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
I: unmounting /var/lib/jenkins/jobs/d-i_build_win32-loader filesystem
I: unmounting /sys filesystem
I: unmounting /dev/shm filesystem
I: unmounting dev/pts filesystem
I: unmounting run/shm filesystem
I: unmounting proc filesystem
I: cleaning the build env 
I: removing directory /srv/workspace/pbuilder/54585 and its subdirectories
Thu 26 Nov 08:21:53 UTC 2015 - /srv/jenkins/bin/d-i_build.sh stopped running as /tmp/jenkins-script-SXjI5qLb, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list