[Qa-jenkins-scm] Build failed in Jenkins: d-i_build_debian-installer #260

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Tue Aug 18 17:07:06 UTC 2015


See <https://jenkins.debian.net/job/d-i_build_debian-installer/260/changes>

Changes:

[odyx] Add syslinux machinery to use ifcpu64.c32 on multi-arch CDs, for CPU

[odyx] Add Back menu to 32 bit install options

[odyx] Swap one-key shortcuts to let them access the graphical variants

[odyx] Add the correct one-key shortcuts to 32 bits variants

[odyx] Replace (32 bits) prefix mentions by the correct "32-bit" in

[odyx] Drop unused non-gtk speech synthesis

[odyx] Shorten the 32-bit Graphical automated install entry label

------------------------------------------
[...truncated 4453 lines...]
find ./tmp/netboot/tree/extraudebs-tmp/lib -name '*.so.*' -print0 | \
	xargs -0r cp -a -t ./tmp/netboot/udeblibs
find: `./tmp/netboot/tree/extraudebs-tmp/lib': No such file or directory
find ./tmp/netboot/tree/lib -name '*.so.*' -print0 | \
	xargs -0r cp -a -t ./tmp/netboot/udeblibs
mkdir -p ./tmp/netboot/tree/lib
# HACK ALERT: X.Org modules are excluded from the scan as mklibs
# is unable to find symbols provided by the /usr/bin/Xorg binary
mklibs-copy -L ./tmp/netboot/tree/usr/lib -L ./tmp/netboot/tree/usr/lib/x86_64-linux-gnu \
	-L ./tmp/netboot/udeblibs -v -d ./tmp/netboot/tree/lib --root=./tmp/netboot/tree \
	-L ./tmp/netboot/tree/usr/lib/cdebconf/frontend \
	-ltext.so -lnewt.so \
	`find ./tmp/netboot -type f -a \( -perm /0111 -o -name '*.so' -o -name '*.so.*' \) | \
	 grep -v udeblibs | grep -v 'usr/lib/xorg/modules/.*\.so'`
INFO: Using /lib64/ld-linux-x86-64.so.2 as dynamic linker
INFO: library reduction pass 1
INFO: library reduction pass 2
INFO: stripping and copying dynamic linker to ..//lib64/ld-linux-x86-64.so.2
# Add missing symlinks for libraries
ldconfig -n ./tmp/netboot/tree/lib ./tmp/netboot/tree/usr/lib
/sbin/ldconfig.real: ./tmp/netboot/tree/lib/libblkid.so.1 is not a symbolic link

/sbin/ldconfig.real: ./tmp/netboot/tree/lib/libnl-3.so.200 is not a symbolic link

/sbin/ldconfig.real: ./tmp/netboot/tree/lib/libuuid.so.1 is not a symbolic link

# Remove any libraries that are present in both usr/lib and lib,
# from lib. These were unnecessarily copied in by mklibs, and
# we want to use the ones in usr/lib instead since they came 
# from udebs. Only libdebconfclient0 has this problem so far.
set -e; \
for lib in `find ./tmp/netboot/tree/usr/lib/ -name "lib*" -type f -printf "%f\n" | cut -d . -f 1 | sort | uniq`; do \
	rm -f ./tmp/netboot/tree/lib/$lib.*; \
done
# Reduce status file to contain only the elements we care about.
egrep -i '^((Status|Provides|Depends|Package|Version|Description|installer-menu-item|Description-..):|$)' \
	./tmp/netboot/tree/var/lib/dpkg/status > ./tmp/netboot/tree/var/lib/dpkg/status.new
mv ./tmp/netboot/tree/var/lib/dpkg/status.new ./tmp/netboot/tree/var/lib/dpkg/status
# Add a dummy entry for the debian installer itself to the status
# file, giving the overall version of this build.
echo "Package: debian-installer" >> ./tmp/netboot/tree/var/lib/dpkg/status
echo "Status: install ok installed" >> ./tmp/netboot/tree/var/lib/dpkg/status
echo "Version: netboot-20150815" >> ./tmp/netboot/tree/var/lib/dpkg/status
echo "Description: debian installation image" >> ./tmp/netboot/tree/var/lib/dpkg/status
echo >> ./tmp/netboot/tree/var/lib/dpkg/status
# It makes no sense to include languages only supported by the
# graphical installer in regular images. This will also ensure
# their glyphs don't get included a bit lower down.
Dropping languages: '(am|bn|dz|ka|gu|hi|km|ml|mr|ne|pa|ta)'
# Collect the used UTF-8 strings, to know which glyphs to include in
# the font.
cat needed-characters/*.utf > ./tmp/netboot/all.utf
if [ -n "`find ./tmp/netboot/tree/extraudebs-tmp/var/lib/dpkg/info/ -name \\*.templates`" ]; then \
	cat ./tmp/netboot/tree/extraudebs-tmp/var/lib/dpkg/info/*.templates >> ./tmp/netboot/all.utf; \
fi
if [ -n "`find ./tmp/netboot/tree/var/lib/dpkg/info/ -name \\*.templates`" ]; then \
	cat ./tmp/netboot/tree/var/lib/dpkg/info/*.templates >> ./tmp/netboot/all.utf; \
fi
if [ -f ./tmp/netboot/tree/usr/share/localechooser/languagelist.data.gz ]; then \
	zcat ./tmp/netboot/tree/usr/share/localechooser/languagelist.data.gz >> ./tmp/netboot/all.utf; \
fi
# Strip all kernel modules, just in case they haven't already been
set -e; \
for module in `find ./tmp/netboot/tree/lib/modules/ -name '*.o' -or -name '*.ko'`; do \
    strip -R .comment -R .note -g $module || true; \
done
# Remove some unnecessary dpkg files.
set -e; \
for file in `find ./tmp/netboot/tree/var/lib/dpkg/info -name '*.md5sums' -o \
    -name '*.postrm' -o -name '*.prerm' -o -name '*.preinst' -o \
    -name '*.list' | sort`; do \
	if echo $file | grep -qv '\.list'; then \
		echo "** Removing unnecessary control file $file"; \
	fi; \
	rm $file; \
done
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/acpi-modules-4.1.0-1-amd64-di.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/anna.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/archdetect.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/bogl-bterm-udeb.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/brltty-udeb.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/busybox-udeb.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/cdebconf-newt-terminal.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/cdebconf-newt-udeb.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/cdebconf-priority.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/cdebconf-text-udeb.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/cdebconf-udeb.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/choose-mirror-bin.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/choose-mirror.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/console-setup-pc-ekmap.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/console-setup-udeb.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/core-modules-4.1.0-1-amd64-di.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/crc-modules-4.1.0-1-amd64-di.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/crypto-modules-4.1.0-1-amd64-di.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/debian-archive-keyring-udeb.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/di-utils-reboot.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/di-utils-shell.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/di-utils-terminfo.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/di-utils.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/download-installer.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/env-preseed.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/ethdetect.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/fat-modules-4.1.0-1-amd64-di.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/fb-modules-4.1.0-1-amd64-di.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/file-preseed.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/gpgv-udeb.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/hw-detect.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/hyperv-modules-4.1.0-1-amd64-di.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/i2c-modules-4.1.0-1-amd64-di.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/initrd-preseed.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/input-modules-4.1.0-1-amd64-di.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/installation-locale.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/kbd-udeb.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/kernel-image-4.1.0-1-amd64-di.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/libasound2-udeb.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/libblkid1-udeb.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/libcrypto1.0.0-udeb.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/libdebconfclient0-udeb.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/libdebian-installer4-udeb.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/libfribidi0-udeb.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/libiw30-udeb.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/libkmod2-udeb.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/libnl-3-200-udeb.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/libnl-genl-3-200-udeb.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/libnss-dns-udeb.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/libnss-files-udeb.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/libtextwrap1-udeb.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/libuuid1-udeb.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/localechooser.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/lowmemcheck.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/main-menu.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/media-retriever.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/mmc-core-modules-4.1.0-1-amd64-di.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/mmc-modules-4.1.0-1-amd64-di.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/mountmedia.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/nano-udeb.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/ndisc6-udeb.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/net-retriever.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/netcfg.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/network-preseed.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/nic-modules-4.1.0-1-amd64-di.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/nic-pcmcia-modules-4.1.0-1-amd64-di.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/nic-shared-modules-4.1.0-1-amd64-di.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/nic-usb-modules-4.1.0-1-amd64-di.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/nic-wireless-modules-4.1.0-1-amd64-di.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/pciutils-udeb.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/pcmcia-modules-4.1.0-1-amd64-di.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/pcmciautils-udeb.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/preseed-common.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/rdnssd-udeb.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/rescue-check.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/rootskel.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/save-logs.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/scsi-core-modules-4.1.0-1-amd64-di.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/serial-modules-4.1.0-1-amd64-di.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/udev-udeb.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/udpkg.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/uinput-modules-4.1.0-1-amd64-di.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/usb-modules-4.1.0-1-amd64-di.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/usb-serial-modules-4.1.0-1-amd64-di.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/usb-storage-modules-4.1.0-1-amd64-di.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/util-linux-udeb.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/virtio-modules-4.1.0-1-amd64-di.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/wide-dhcpv6-client-udeb.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/wpasupplicant-udeb.md5sums
** Removing unnecessary control file ./tmp/netboot/tree/var/lib/dpkg/info/zlib1g-udeb.md5sums
rm -rf ./tmp/netboot/tree/var/lib/dpkg/triggers
# Remove extra udebs now that we're done with them.
rm -rf ./tmp/netboot/tree/extraudebs-tmp
# Tree target ends here. Whew!
# Check for lost file attributes
# Only build the font if we have installation-locale
if [ -d "./tmp/netboot/tree/usr/lib/locale/C.UTF-8" ] && [ -e /usr/src/unifont.bdf ]; then \
	   /usr/bin/make --no-print-directory -j1 ./tmp/netboot/tree/lib/unifont.bgf; \
fi
LOCPATH=./tmp/netboot/tree/usr/lib/locale LC_ALL=C.UTF-8 reduce-font /usr/src/unifont.bdf < ./tmp/netboot/all.utf > tmp/netboot/unifont.bdf.tmp
setlocale: C.UTF-8
FYI: MB_CUR_MAX/MB_LEN_MAX: 6/16
Used chars: 3541 (3483255 processed)
mv tmp/netboot/unifont.bdf.tmp tmp/netboot/unifont.bdf
bdftobogl -b tmp/netboot/unifont.bdf > tmp/netboot/tree/lib/unifont.bgf.tmp
mv tmp/netboot/tree/lib/unifont.bgf.tmp tmp/netboot/tree/lib/unifont.bgf
install -d ./tmp/netboot
case initramfs in \
ext2) \
	  genext2fs -d ./tmp/netboot/tree -b `expr $(du -s ./tmp/netboot/tree | cut -f 1) + $(expr $(find ./tmp/netboot/tree | wc -l) \* 2)` -m 0 ./tmp/netboot/initrd; \
	  e2fsck -fy ./tmp/netboot/initrd || true; \
	/bin/gzip -v9f ./tmp/netboot/initrd; \
;; \
initramfs) \
	  (cd ./tmp/netboot/tree && find . | sort | cpio --quiet -o -H newc) >  ./tmp/netboot/initrd; \
	/bin/gzip -v9f ./tmp/netboot/initrd; \
;; \
jffs2) \
	   -d ./tmp/netboot/tree -o ./tmp/netboot/initrd.gz; \
;; \
ufs1) \
	  sh -c 'makefs -t ffs -s  -f 3000 -o minfree=0,version=1 $0 ./tmp/netboot/tree' ./tmp/netboot/initrd; \
	/bin/gzip -v9f ./tmp/netboot/initrd; \
;; \
*) \
	echo "Unsupported filesystem type"; \
	exit 1 ;; \
esac
./tmp/netboot/initrd:	 66.6% -- replaced with ./tmp/netboot/initrd.gz
rm -f ./tmp/netboot/boot_screens/*
mkdir -p ./tmp/netboot/boot_screens
bootvars-subst MEDIA_TYPE "netboot image" DEBIAN_VERSION "9 (stretch)" BUILD_DATE "20150815" SYSDIR "debian-installer/amd64/boot-screens/" < boot/x86/f2.txt > ./tmp/netboot/boot_screens/`basename boot/x86/f2.txt` ;  bootvars-subst MEDIA_TYPE "netboot image" DEBIAN_VERSION "9 (stretch)" BUILD_DATE "20150815" SYSDIR "debian-installer/amd64/boot-screens/" < boot/x86/f7.txt > ./tmp/netboot/boot_screens/`basename boot/x86/f7.txt` ;  bootvars-subst MEDIA_TYPE "netboot image" DEBIAN_VERSION "9 (stretch)" BUILD_DATE "20150815" SYSDIR "debian-installer/amd64/boot-screens/" < boot/x86/f10.txt > ./tmp/netboot/boot_screens/`basename boot/x86/f10.txt` ;  bootvars-subst MEDIA_TYPE "netboot image" DEBIAN_VERSION "9 (stretch)" BUILD_DATE "20150815" SYSDIR "debian-installer/amd64/boot-screens/" < boot/x86/f4.txt > ./tmp/netboot/boot_screens/`basename boot/x86/f4.txt` ;  bootvars-subst MEDIA_TYPE "netboot image" DEBIAN_VERSION "9 (stretch)" BUILD_DATE "20150815" SYSDIR "debian-installer/amd64/boot-screens/" < boot/x86/f8.txt > ./tmp/netboot/boot_screens/`basename boot/x86/f8.txt` ;  bootvars-subst MEDIA_TYPE "netboot image" DEBIAN_VERSION "9 (stretch)" BUILD_DATE "20150815" SYSDIR "debian-installer/amd64/boot-screens/" < boot/x86/f9.txt > ./tmp/netboot/boot_screens/`basename boot/x86/f9.txt` ;  bootvars-subst MEDIA_TYPE "netboot image" DEBIAN_VERSION "9 (stretch)" BUILD_DATE "20150815" SYSDIR "debian-installer/amd64/boot-screens/" < boot/x86/f1.txt > ./tmp/netboot/boot_screens/`basename boot/x86/f1.txt` ;  bootvars-subst MEDIA_TYPE "netboot image" DEBIAN_VERSION "9 (stretch)" BUILD_DATE "20150815" SYSDIR "debian-installer/amd64/boot-screens/" < boot/x86/f6.txt > ./tmp/netboot/boot_screens/`basename boot/x86/f6.txt` ;  bootvars-subst MEDIA_TYPE "netboot image" DEBIAN_VERSION "9 (stretch)" BUILD_DATE "20150815" SYSDIR "debian-installer/amd64/boot-screens/" < boot/x86/f5.txt > ./tmp/netboot/boot_screens/`basename boot/x86/f5.txt` ;  bootvars-subst MEDIA_TYPE "netboot image" DEBIAN_VERSION "9 (stretch)" BUILD_DATE "20150815" SYSDIR "debian-installer/amd64/boot-screens/" < boot/x86/f3.txt > ./tmp/netboot/boot_screens/`basename boot/x86/f3.txt` ;  bootvars-subst MEDIA_TYPE "netboot image" DEBIAN_VERSION "9 (stretch)" BUILD_DATE "20150815" SYSDIR "debian-installer/amd64/boot-screens/" < boot/x86/f3.txt.withgtk > ./tmp/netboot/boot_screens/`basename boot/x86/f3.txt.withgtk` ;  bootvars-subst MEDIA_TYPE "netboot image" DEBIAN_VERSION "9 (stretch)" BUILD_DATE "20150815" SYSDIR "debian-installer/amd64/boot-screens/" < boot/x86/f4.txt.withgtk > ./tmp/netboot/boot_screens/`basename boot/x86/f4.txt.withgtk` ;
if [ -n "boot/x86/pics/lines.png" ]; then \
	if [ -n "boot/x86/pics/lines.svg" -a -f "boot/x86/pics/lines.svg" ]; then \
		rsvg-convert boot/x86/pics/lines.svg > boot/x86/pics/lines.png; \
	fi; \
	cp boot/x86/pics/lines.png ./tmp/netboot/boot_screens/splash.png; \
fi
rm -rf ./tmp/netboot/syslinux/*
mkdir -p ./tmp/netboot/syslinux
TYPE=standard INCLUDE_GTK= \
	syslinux-cfgs boot/x86 ./tmp/netboot/syslinux
cp: cannot stat 'boot/x86/spk.cfg': No such file or directory
config/x86.cfg:29: recipe for target 'x86_syslinux' failed
make[7]: *** [x86_syslinux] Error 1
Makefile:284: recipe for target '_build' failed
make[6]: *** [_build] Error 2
Makefile:181: recipe for target 'flavour_build' failed
make[5]: *** [flavour_build] Error 2
Makefile:177: recipe for target 'medium_build' failed
make[4]: *** [medium_build] Error 2
Makefile:173: recipe for target 'subarch_build' failed
make[3]: *** [subarch_build] Error 2
Makefile:168: recipe for target 'all_build' failed
make[2]: *** [all_build] Error 2
make[2]: Leaving directory '<https://jenkins.debian.net/job/d-i_build_debian-installer/ws/build'>
debian/rules:33: recipe for target 'build-images' failed
make[1]: *** [build-images] Error 2
make[1]: Leaving directory '<https://jenkins.debian.net/job/d-i_build_debian-installer/ws/'>
debian/rules:49: recipe for target 'install' failed
make: *** [install] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2
W: no hooks of type C found -- ignoring
I: unmounting /var/lib/jenkins/jobs/d-i_build_debian-installer 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 /var/cache/pbuilder/build//51567 and its subdirectories
Tue 18 Aug 17:07:05 UTC 2015 - /srv/jenkins/bin/d-i_build.sh stopped running as /tmp/jenkins-script-nT8TnHvU, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list