[Qa-jenkins-scm] Build failed in Jenkins: d-i_build_debian-installer #268
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Mon Sep 7 02:42:31 UTC 2015
See <https://jenkins.debian.net/job/d-i_build_debian-installer/268/changes>
Changes:
[kibi] Bump linux kernel version from 4.1.0-1 to 4.1.0-2
------------------------------------------
[...truncated 6483 lines...]
-- \
"vga=788" \
> ./tmp/netboot-gtk/dir_tree/debian-installer/amd64/grub/grub.cfg; \
fi
rm -rf ./dest/netboot/gtk//debian-installer
mkdir -p ./dest/netboot/gtk//debian-installer
cp -a ./tmp/netboot-gtk/dir_tree/debian-installer/* dest/netboot/gtk/debian-installer
rm -f dest/netboot/gtk/debian-installer/../pxelinux.0; cp -a ./tmp/netboot-gtk/dir_tree/pxelinux.0 dest/netboot/gtk/debian-installer/..; rm -f dest/netboot/gtk/debian-installer/../pxelinux.cfg; cp -a ./tmp/netboot-gtk/dir_tree/pxelinux.cfg dest/netboot/gtk/debian-installer/..;
update-manifest dest/netboot/gtk/debian-installer "PXE boot directory for tftp server (graphical installer)" ./tmp/netboot-gtk/udeb.list
make[9]: 'dest/netboot/gtk/netboot.tar.gz' is up to date.
rm -f ./tmp/netboot-gtk/cd_tree/*
rm: cannot remove './tmp/netboot-gtk/cd_tree/boot': Is a directory
config/x86.cfg:246: recipe for target 'arch_miniiso' failed
make[9]: [arch_miniiso] Error 1 (ignored)
mkdir -p ./tmp/netboot-gtk/cd_tree
cp /usr/lib/ISOLINUX/isolinux.bin ./tmp/netboot-gtk/cd_tree
cp /usr/lib/syslinux/modules/bios/vesamenu.c32 ./tmp/netboot-gtk/cd_tree
cp /usr/lib/syslinux/modules/bios/ldlinux.c32 ./tmp/netboot-gtk/cd_tree
cp /usr/lib/syslinux/modules/bios/libcom32.c32 ./tmp/netboot-gtk/cd_tree
cp /usr/lib/syslinux/modules/bios/libutil.c32 ./tmp/netboot-gtk/cd_tree
cat boot/x86/f2.txt | bootvars-subst MEDIA_TYPE "netboot image" DEBIAN_VERSION "9 (stretch)" BUILD_DATE "20150829" "" > ./tmp/netboot-gtk/cd_tree/`basename boot/x86/f2.txt`; cat boot/x86/f7.txt | bootvars-subst MEDIA_TYPE "netboot image" DEBIAN_VERSION "9 (stretch)" BUILD_DATE "20150829" "" > ./tmp/netboot-gtk/cd_tree/`basename boot/x86/f7.txt`; cat boot/x86/f10.txt | bootvars-subst MEDIA_TYPE "netboot image" DEBIAN_VERSION "9 (stretch)" BUILD_DATE "20150829" "" > ./tmp/netboot-gtk/cd_tree/`basename boot/x86/f10.txt`; cat boot/x86/f4.txt | bootvars-subst MEDIA_TYPE "netboot image" DEBIAN_VERSION "9 (stretch)" BUILD_DATE "20150829" "" > ./tmp/netboot-gtk/cd_tree/`basename boot/x86/f4.txt`; cat boot/x86/f8.txt | bootvars-subst MEDIA_TYPE "netboot image" DEBIAN_VERSION "9 (stretch)" BUILD_DATE "20150829" "" > ./tmp/netboot-gtk/cd_tree/`basename boot/x86/f8.txt`; cat boot/x86/f9.txt | bootvars-subst MEDIA_TYPE "netboot image" DEBIAN_VERSION "9 (stretch)" BUILD_DATE "20150829" "" > ./tmp/netboot-gtk/cd_tree/`basename boot/x86/f9.txt`; cat boot/x86/f1.txt | bootvars-subst MEDIA_TYPE "netboot image" DEBIAN_VERSION "9 (stretch)" BUILD_DATE "20150829" "" > ./tmp/netboot-gtk/cd_tree/`basename boot/x86/f1.txt`; cat boot/x86/f6.txt | bootvars-subst MEDIA_TYPE "netboot image" DEBIAN_VERSION "9 (stretch)" BUILD_DATE "20150829" "" > ./tmp/netboot-gtk/cd_tree/`basename boot/x86/f6.txt`; cat boot/x86/f5.txt | bootvars-subst MEDIA_TYPE "netboot image" DEBIAN_VERSION "9 (stretch)" BUILD_DATE "20150829" "" > ./tmp/netboot-gtk/cd_tree/`basename boot/x86/f5.txt`; cat boot/x86/f3.txt | bootvars-subst MEDIA_TYPE "netboot image" DEBIAN_VERSION "9 (stretch)" BUILD_DATE "20150829" "" > ./tmp/netboot-gtk/cd_tree/`basename boot/x86/f3.txt`;
if [ -e ./tmp/netboot-gtk/boot_screens/splash.png ]; then \
cp ./tmp/netboot-gtk/boot_screens/splash.png ./tmp/netboot-gtk/cd_tree; \
fi
ln -f ./tmp/netboot-gtk/vmlinuz ./tmp/netboot-gtk/cd_tree/linux
ln -f ./tmp/netboot-gtk/initrd.gz ./tmp/netboot-gtk/cd_tree/initrd.gz
mkdir -p ./tmp/netboot-gtk/cd_tree/.disk
echo "Debian GNU/Linux 9 (stretch) amd64 - netboot mini.iso 20150829"\
> ./tmp/netboot-gtk/cd_tree/.disk/info
beep="_"; \
[ "n" = y ] && beep="$(printf '\a')"; \
subdir=`dirname txt.cfg`; outfile=txt.cfg; if [ "$subdir" != "." ]; then mkdir -p ./tmp/netboot-gtk/cd_tree/$subdir; fi; if [ $outfile = syslinux.cfg ]; then outfile=isolinux.cfg; fi; cat ./tmp/netboot-gtk/syslinux/txt.cfg | bootvars-subst MEDIA_TYPE "netboot image" DEBIAN_VERSION "9 (stretch)" BUILD_DATE "20150829" KERNEL linux INITRD initrd.gz INITRD_GTK /install/gtk/initrd.gz VIDEO_MODE "vga=788" VIDEO_MODE_GTK "vga=788" BEEP "$beep" SYSLINUX_CFG isolinux.cfg | todos > ./tmp/netboot-gtk/cd_tree/$outfile; subdir=`dirname prompt.cfg`; outfile=prompt.cfg; if [ "$subdir" != "." ]; then mkdir -p ./tmp/netboot-gtk/cd_tree/$subdir; fi; if [ $outfile = syslinux.cfg ]; then outfile=isolinux.cfg; fi; cat ./tmp/netboot-gtk/syslinux/prompt.cfg | bootvars-subst MEDIA_TYPE "netboot image" DEBIAN_VERSION "9 (stretch)" BUILD_DATE "20150829" KERNEL linux INITRD initrd.gz INITRD_GTK /install/gtk/initrd.gz VIDEO_MODE "vga=788" VIDEO_MODE_GTK "vga=788" BEEP "$beep" SYSLINUX_CFG isolinux.cfg | todos > ./tmp/netboot-gtk/cd_tree/$outfile; subdir=`dirname syslinux.cfg`; outfile=syslinux.cfg; if [ "$subdir" != "." ]; then mkdir -p ./tmp/netboot-gtk/cd_tree/$subdir; fi; if [ $outfile = syslinux.cfg ]; then outfile=isolinux.cfg; fi; cat ./tmp/netboot-gtk/syslinux/syslinux.cfg | bootvars-subst MEDIA_TYPE "netboot image" DEBIAN_VERSION "9 (stretch)" BUILD_DATE "20150829" KERNEL linux INITRD initrd.gz INITRD_GTK /install/gtk/initrd.gz VIDEO_MODE "vga=788" VIDEO_MODE_GTK "vga=788" BEEP "$beep" SYSLINUX_CFG isolinux.cfg | todos > ./tmp/netboot-gtk/cd_tree/$outfile; subdir=`dirname rqtxt.cfg`; outfile=rqtxt.cfg; if [ "$subdir" != "." ]; then mkdir -p ./tmp/netboot-gtk/cd_tree/$subdir; fi; if [ $outfile = syslinux.cfg ]; then outfile=isolinux.cfg; fi; cat ./tmp/netboot-gtk/syslinux/rqtxt.cfg | bootvars-subst MEDIA_TYPE "netboot image" DEBIAN_VERSION "9 (stretch)" BUILD_DATE "20150829" KERNEL linux INITRD initrd.gz INITRD_GTK /install/gtk/initrd.gz VIDEO_MODE "vga=788" VIDEO_MODE_GTK "vga=788" BEEP "$beep" SYSLINUX_CFG isolinux.cfg | todos > ./tmp/netboot-gtk/cd_tree/$outfile; subdir=`dirname menu.cfg`; outfile=menu.cfg; if [ "$subdir" != "." ]; then mkdir -p ./tmp/netboot-gtk/cd_tree/$subdir; fi; if [ $outfile = syslinux.cfg ]; then outfile=isolinux.cfg; fi; cat ./tmp/netboot-gtk/syslinux/menu.cfg | bootvars-subst MEDIA_TYPE "netboot image" DEBIAN_VERSION "9 (stretch)" BUILD_DATE "20150829" KERNEL linux INITRD initrd.gz INITRD_GTK /install/gtk/initrd.gz VIDEO_MODE "vga=788" VIDEO_MODE_GTK "vga=788" BEEP "$beep" SYSLINUX_CFG isolinux.cfg | todos > ./tmp/netboot-gtk/cd_tree/$outfile; subdir=`dirname adtxt.cfg`; outfile=adtxt.cfg; if [ "$subdir" != "." ]; then mkdir -p ./tmp/netboot-gtk/cd_tree/$subdir; fi; if [ $outfile = syslinux.cfg ]; then outfile=isolinux.cfg; fi; cat ./tmp/netboot-gtk/syslinux/adtxt.cfg | bootvars-subst MEDIA_TYPE "netboot image" DEBIAN_VERSION "9 (stretch)" BUILD_DATE "20150829" KERNEL linux INITRD initrd.gz INITRD_GTK /install/gtk/initrd.gz VIDEO_MODE "vga=788" VIDEO_MODE_GTK "vga=788" BEEP "$beep" SYSLINUX_CFG isolinux.cfg | todos > ./tmp/netboot-gtk/cd_tree/$outfile; subdir=`dirname stdmenu.cfg`; outfile=stdmenu.cfg; if [ "$subdir" != "." ]; then mkdir -p ./tmp/netboot-gtk/cd_tree/$subdir; fi; if [ $outfile = syslinux.cfg ]; then outfile=isolinux.cfg; fi; cat ./tmp/netboot-gtk/syslinux/stdmenu.cfg | bootvars-subst MEDIA_TYPE "netboot image" DEBIAN_VERSION "9 (stretch)" BUILD_DATE "20150829" KERNEL linux INITRD initrd.gz INITRD_GTK /install/gtk/initrd.gz VIDEO_MODE "vga=788" VIDEO_MODE_GTK "vga=788" BEEP "$beep" SYSLINUX_CFG isolinux.cfg | todos > ./tmp/netboot-gtk/cd_tree/$outfile; subdir=`dirname exithelp.cfg`; outfile=exithelp.cfg; if [ "$subdir" != "." ]; then mkdir -p ./tmp/netboot-gtk/cd_tree/$subdir; fi; if [ $outfile = syslinux.cfg ]; then outfile=isolinux.cfg; fi; cat ./tmp/netboot-gtk/syslinux/exithelp.cfg | bootvars-subst MEDIA_TYPE "netboot image" DEBIAN_VERSION "9 (stretch)" BUILD_DATE "20150829" KERNEL linux INITRD initrd.gz INITRD_GTK /install/gtk/initrd.gz VIDEO_MODE "vga=788" VIDEO_MODE_GTK "vga=788" BEEP "$beep" SYSLINUX_CFG isolinux.cfg | todos > ./tmp/netboot-gtk/cd_tree/$outfile;
if [ "y" = y ]; then \
set -e; \
mkdir -p ./tmp/netboot-gtk/cd_tree/boot/grub/x86_64-efi; \
cp -a ./tmp/netboot-gtk/grub_efi/efi.img ./tmp/netboot-gtk/cd_tree/boot/grub/; \
grub-gencfg \
KERNEL /linux \
INITRD /initrd.gz \
HEADER boot/x86/grub/grub-efi.cfg \
-- \
"vga=788" \
> ./tmp/netboot-gtk/cd_tree/boot/grub/grub.cfg; \
cp -a /usr/share/grub/ascii.pf2 ./tmp/netboot-gtk/cd_tree/boot/grub/font.pf2; \
cp -a ./tmp/netboot-gtk/grub_efi/boot/grub/x86_64-efi/* \
./tmp/netboot-gtk/cd_tree/boot/grub/x86_64-efi/; \
fi
# win32-loader
if [ -z "" ]; then \
cp /usr/share/win32/win32-loader.exe ./tmp/netboot-gtk/cd_tree/setup.exe; \
cp /usr/share/win32/win32-loader/g2ldr ./tmp/netboot-gtk/cd_tree/g2ldr; \
cp /usr/share/win32/win32-loader/g2ldr.mbr ./tmp/netboot-gtk/cd_tree/g2ldr.mbr; \
\
(printf "[installer]\n"; \
printf "kernel=linux\n"; \
printf "arch=amd64\n"; \
if [ "netboot/gtk" = "netboot/gtk" ]; then \
printf "user_interface=graphical\n"; \
printf "amd64/gtk/linux=linux\namd64/gtk/initrd=initrd.gz\n"; \
else \
printf "user_interface=text\n"; \
printf "amd64/linux=linux\namd64/initrd=initrd.gz\n"; \
fi; \
printf "\n[grub]\ng2ldr=g2ldr\ng2ldr.mbr=g2ldr.mbr\n") \
| todos > ./tmp/netboot-gtk/cd_tree/win32-loader.ini; \
fi
if [ "y" = y ]; then \
xorriso -as mkisofs -r -J -b isolinux.bin -c boot.cat \
-no-emul-boot -boot-load-size 4 -boot-info-table \
-eltorito-alt-boot \
--efi-boot boot/grub/efi.img -no-emul-boot \
-o ./tmp/netboot-gtk/mini.iso ./tmp/netboot-gtk/cd_tree; \
else \
xorriso -as mkisofs -r -J -b isolinux.bin -c boot.cat \
-no-emul-boot -boot-load-size 4 -boot-info-table \
-o ./tmp/netboot-gtk/mini.iso ./tmp/netboot-gtk/cd_tree; \
fi
xorriso 1.3.2 : RockRidge filesystem manipulator, libburnia project.
Drive current: -outdev 'stdio:./tmp/netboot-gtk/mini.iso'
Media current: stdio file, overwriteable
Media status : is blank
Media summary: 0 sessions, 0 data blocks, 0 data, 71.0g free
Added to ISO image: directory '/'='<https://jenkins.debian.net/job/d-i_build_debian-installer/ws/build/tmp/netboot-gtk/cd_tree'>
xorriso : UPDATE : 278 files added in 1 seconds
xorriso : UPDATE : 278 files added in 1 seconds
xorriso : UPDATE : 21.28% done
xorriso : UPDATE : 36.68% done
xorriso : UPDATE : 36.68% done, estimate finish Mon Sep 07 02:34:27 2015
xorriso : UPDATE : 45.99% done, estimate finish Mon Sep 07 02:34:28 2015
ISO image produced: 22335 sectors
Written to medium : 22335 sectors at LBA 0
Writing to 'stdio:./tmp/netboot-gtk/mini.iso' completed successfully.
geniso_hybrid_plus_firmware_partition ./tmp/netboot-gtk/mini.iso
mkfs.fat: warning - lowercase labels might not work properly with DOS or Windows
mkfs.fat 3.0.28 (2015-05-16)
Welcome to fdisk (util-linux 2.26.2).
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.
Command (m for help): Partition type
p primary (1 primary, 0 extended, 3 free)
e extended (container for logical partitions)
Select (default p): Partition number (2-4, default 2): First sector (90112-102399, default 90112): Last sector, +sectors or +size{K,M,G,T,P} (90112-102399, default 102399):
Created a new partition 2 of type 'Linux' and of size 6 MiB.
Command (m for help): Partition number (1,2, default 2): Partition type (type L to list all types):
Changed type of partition 'Linux' to 'FAT12'.
Command (m for help): The partition table has been altered.
Syncing disks.
mkdir -p ./dest/netboot/xen/
ln -s ../gtk/debian-installer/amd64/linux dest/netboot/xen/vmlinuz
update-manifest dest/netboot/xen/vmlinuz "kernel image for installing under Xen"
mkdir -p ./dest/netboot/xen/
ln -s ../gtk/debian-installer/amd64/initrd.gz dest/netboot/xen/initrd.gz
update-manifest dest/netboot/xen/initrd.gz "initrd for installing under Xen" ./tmp/netboot-xen/udeb.list
sed -e "s/@ARCH@/amd64/g" \
-e "s/@XEN_INSTALL_METHOD@/network/g" \
-e "s/@DEBIAN_RELEASE@/stretch/g" \
<boot/x86/xen/debian.cfg >./dest/netboot/xen/debian.cfg
chmod 644 ./dest/netboot/xen/debian.cfg
update-manifest ./dest/netboot/xen/debian.cfg "example Xen configuration"
make[10]: 'sources.list.udeb' is up to date.
Ign copy: localudebs/ InRelease
Ign copy: localudebs/ Release.gpg
Ign copy: localudebs/ Release
Ign copy: localudebs/ Packages/DiffIndex
Get:1 copy: localudebs/ Packages [20 B]
Ign copy: localudebs/ Translation-en
Ign http://ftp.de.debian.org unstable InRelease
Err http://ftp.de.debian.org unstable Release.gpg
Connection failed
Get:2 http://ftp.de.debian.org unstable Release [245 kB]
Ign http://ftp.de.debian.org unstable/main/debian-installer amd64 Packages/DiffIndex
Err http://ftp.de.debian.org unstable/main/debian-installer amd64 Packages
Hit http://ftp.de.debian.org unstable/main/debian-installer amd64 Packages
Fetched 245 kB in 8min 0s (510 B/s)
W: Failed to fetch http://ftp.de.debian.org/debian/dists/unstable/Release.gpg Connection failed
E: Some index files failed to download. They have been ignored, or old ones used instead.
Failed to update the Packages file. This usually means either of:
A) sources.list.udeb does not contain a valid repository.
You can override the generated sources.list.udeb
with sources.list.udeb.local if you haven't done so yet.
B) The repository in sources.list.udeb is not reachable.
If you are not working online, use 'export ONLINE=n' to skip updating
the Packages files. Beware that this can result in images with
out-of-date packages and should be used for private development only.
dh_testroot
get-packages udeb
make[11]: 'sources.list.udeb' is up to date.
Ign copy: localudebs/ InRelease
Ign copy: localudebs/ Release.gpg
Ign copy: localudebs/ Release
Ign copy: localudebs/ Packages/DiffIndex
Get:1 copy: localudebs/ Packages [20 B]
Hit http://ftp.de.debian.org unstable InRelease
Ign copy: localudebs/ Translation-en
Get:2 http://ftp.de.debian.org unstable/main/debian-installer amd64 Packages [57.5 kB]
Fetched 57.6 kB in 0s (364 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Need to download:
dh_testroot
cd .. && dpkg-checkbuilddeps
# This build cannot be restarted, because dpkg gets confused.
rm -rf ./tmp/hd-media_gtk/tree
# Set up the basic files [u]dpkg needs.
mkdir -p ./tmp/hd-media_gtk/tree/var/lib/dpkg/info
touch ./tmp/hd-media_gtk/tree/var/lib/dpkg/status
# Create a tmp tree
mkdir -p ./tmp/hd-media_gtk/tree/tmp
# Only dpkg needs this stuff, so it can be removed later.
mkdir -p ./tmp/hd-media_gtk/tree/var/lib/dpkg/updates/
touch ./tmp/hd-media_gtk/tree/var/lib/dpkg/available
# Unpack the udebs with dpkg. This command must run as root
# or fakeroot.
echo -n > ./tmp/hd-media_gtk/diskusage.txt
set -e; \
oldsize=0; oldblocks=0; oldcount=0; for udeb in udebs/*.udeb ; do \
if [ -f "$udeb" ]; then \
pkg=`basename $udeb` ; \
dpkg --force-overwrite --path-include='*' --log=/dev/null --root=./tmp/hd-media_gtk/tree --unpack $udeb ; \
newsize=`du -bs ./tmp/hd-media_gtk/tree | awk '{print $1}'` ; \
newblocks=`du -s ./tmp/hd-media_gtk/tree | awk '{print $1}'` ; \
newcount=`find ./tmp/hd-media_gtk/tree -type f | wc -l | awk '{print $1}'` ; \
usedsize=`echo $newsize - $oldsize | bc`; \
usedblocks=`echo $newblocks - $oldblocks | bc`; \
usedcount=`echo $newcount - $oldcount | bc`; \
version=`dpkg-deb --info $udeb | awk '/ Version: / { print $2 }' | sed 's/+b[0-9]*$//g'` ; \
source=`dpkg-deb --info $udeb | awk '/ Source: / { print $2 }'` ; \
if [ -z "$source" ]; then \
source=`dpkg-deb --info $udeb | awk '/ Package: / { print $2 }'` ; \
fi ; \
echo " $usedsize B - $usedblocks blocks - $usedcount files from $pkg (version $version)" >>./tmp/hd-media_gtk/diskusage.txt;\
echo "$source (= $version)" >>./tmp/hd-media_gtk/built-using.txt;\
oldsize=$newsize ; \
oldblocks=$newblocks ; \
oldcount=$newcount ; \
fi; \
done
sort -u < ./tmp/hd-media_gtk/built-using.txt > ./tmp/hd-media_gtk/built-using.txt.new && \
mv ./tmp/hd-media_gtk/built-using.txt.new ./tmp/hd-media_gtk/built-using.txt
/bin/sh: 1: cannot open ./tmp/hd-media_gtk/built-using.txt: No such file
Makefile:306: recipe for target 'stamps/tree-unpack-hd-media_gtk-stamp' failed
make[10]: *** [stamps/tree-unpack-hd-media_gtk-stamp] Error 2
Makefile:761: recipe for target 'dest/hd-media/gtk/vmlinuz' failed
make[9]: *** [dest/hd-media/gtk/vmlinuz] Error 2
Makefile:284: recipe for target '_build' failed
make[8]: *** [_build] Error 2
Makefile:278: recipe for target 'build_hd-media_gtk' failed
make[7]: *** [build_hd-media_gtk] Error 2
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//64103 and its subdirectories
Mon 7 Sep 02:42:30 UTC 2015 - /srv/jenkins/bin/d-i_build.sh stopped running as /tmp/jenkins-script-9zixa76l, which will now be removed.
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list