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

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Fri Jun 26 21:01:41 BST 2020


See <https://jenkins.debian.net/job/d-i_build_debian-installer/647/display/redirect?page=changes>

Changes:

[kibi] Bump Linux kernel ABI to 5.7.0-1


------------------------------------------
[...truncated 161.26 KB...]
# 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/cdrom_gtk/tree/var/lib/dpkg/status
echo "Status: install ok installed" >> ./tmp/cdrom_gtk/tree/var/lib/dpkg/status
echo "Version: cdrom-gtk-20200315" >> ./tmp/cdrom_gtk/tree/var/lib/dpkg/status
echo "Description: debian installation image" >> ./tmp/cdrom_gtk/tree/var/lib/dpkg/status
echo >> ./tmp/cdrom_gtk/tree/var/lib/dpkg/status
# Collect the used UTF-8 strings, to know which glyphs to include in
# the font.
cat needed-characters/*.utf > ./tmp/cdrom_gtk/all.utf
if [ -n "`find ./tmp/cdrom_gtk/tree/extraudebs-tmp/var/lib/dpkg/info/ -name \\*.templates`" ]; then \
	cat ./tmp/cdrom_gtk/tree/extraudebs-tmp/var/lib/dpkg/info/*.templates >> ./tmp/cdrom_gtk/all.utf; \
fi
if [ -n "`find ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/ -name \\*.templates`" ]; then \
	cat ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/*.templates >> ./tmp/cdrom_gtk/all.utf; \
fi
if [ -f ./tmp/cdrom_gtk/tree/usr/share/localechooser/languagelist.data.gz ]; then \
	zcat ./tmp/cdrom_gtk/tree/usr/share/localechooser/languagelist.data.gz >> ./tmp/cdrom_gtk/all.utf; \
fi
# Keep the original rendering for the graphical installer, reverting
# changes in defaults for fontconfig and freetype, until they have
# been further discussed/analysed, see #873462:
if [ -L "./tmp/cdrom_gtk/tree/etc/fonts/conf.d/10-hinting-slight.conf" ]; then \
	ln -sf /usr/share/fontconfig/conf.avail/10-hinting-full.conf \
		"./tmp/cdrom_gtk/tree/etc/fonts/conf.d/10-hinting-slight.conf"; \
	echo 'export FREETYPE_PROPERTIES="truetype:interpreter-version=35"' \
		> "./tmp/cdrom_gtk/tree/lib/debian-installer.d/S63freetype-workaround"; \
fi
# Run fc-cache if needed, to avoid having to generate UUIDs
# at runtime, which can be hard because of missing entropy
# (#898468). Beware, fc-cache insists on having a directory
# under /usr/local:
if [ -e "./tmp/cdrom_gtk/tree/etc/fonts" ] || [ -e "./tmp/cdrom_gtk/tree/usr/share/fonts" ]; then \
	mkdir -p "./tmp/cdrom_gtk/tree/usr/local/share/fonts"; \
	fc-cache -s -y "./tmp/cdrom_gtk/tree"; \
fi
# Remove some unnecessary dpkg files.
set -e; \
for file in `find ./tmp/cdrom_gtk/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/cdrom_gtk/tree/var/lib/dpkg/info/acpi-modules-5.7.0-1-amd64-di.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/alsa-utils-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/anna.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/archdetect.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/ata-modules-5.7.0-1-amd64-di.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/bogl-bterm-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/brltty-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/busybox-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/ca-certificates-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/cdebconf-gtk-terminal.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/cdebconf-gtk-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/cdebconf-newt-terminal.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/cdebconf-newt-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/cdebconf-priority.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/cdebconf-text-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/cdebconf-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/cdrom-checker.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/cdrom-core-modules-5.7.0-1-amd64-di.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/cdrom-detect.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/cdrom-retriever.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/console-setup-linux-fonts-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/console-setup-pc-ekmap.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/console-setup-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/crc-modules-5.7.0-1-amd64-di.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/di-utils-reboot.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/di-utils-shell.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/di-utils-terminfo.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/di-utils.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/env-preseed.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/espeak-ng-data-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/espeakup-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/event-modules-5.7.0-1-amd64-di.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/fat-modules-5.7.0-1-amd64-di.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/fb-modules-5.7.0-1-amd64-di.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/file-preseed.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/firewire-core-modules-5.7.0-1-amd64-di.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/fontconfig-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/fonts-android-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/fonts-dejavu-mono-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/fonts-dejavu-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/fonts-farsiweb-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/fonts-freefont-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/fonts-khmeros-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/fonts-knda-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/fonts-lao-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/fonts-lohit-guru-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/fonts-mlym-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/fonts-noto-hinted-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/fonts-sil-abyssinica-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/fonts-sil-padauk-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/fonts-taml-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/fonts-telu-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/fonts-thai-tlwg-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/fonts-tibetan-machine-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/fonts-ukij-uyghur-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/gtk2-engines-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/haveged-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/hw-detect.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/i2c-modules-5.7.0-1-amd64-di.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/initrd-preseed.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/input-modules-5.7.0-1-amd64-di.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/installation-locale.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/isofs-modules-5.7.0-1-amd64-di.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/kbd-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/kernel-image-5.7.0-1-amd64-di.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/kmod-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/libasound2-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/libatk-adaptor-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/libatk-bridge-2.0-0-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/libatk1.0-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/libatspi0-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/libblkid1-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/libbsd0-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/libc6-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/libcairo2-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/libcrypt1-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/libcrypto1.1-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/libdatrie1-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/libdbus-1-3-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/libdebconfclient0-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/libdebian-installer4-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/libdrm2-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/libevdev2-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/libexpat1-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/libffi7-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/libfontenc1-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/libfreetype6-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/libfribidi0-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/libgail18-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/libgdk-pixbuf2.0-0-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/libglib2.0-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/libgtk2.0-0-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/libharfbuzz0-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/libkmod2-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/libmtdev1-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/libnewt0.52-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/libpango1.0-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/libpci3-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/libpciaccess0-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/libpcre2-8-0-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/libpcre3-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/libpixman-1-0-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/libpng16-16-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/libslang2-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/libssl1.1-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/libtextwrap1-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/libthai-data-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/libthai0-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/libtinfo6-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/libudev1-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/libuuid1-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/libvte9-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/libx11-6-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/libxau6-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/libxcb1-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/libxcursor1-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/libxdmcp6-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/libxext6-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/libxfixes3-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/libxfont2-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/libxft2-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/libxi6-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/libxinerama1-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/libxkbfile1-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/libxrender1-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/libxshmfence1-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/load-cdrom.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/localechooser.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/lowmemcheck.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/main-menu.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/media-retriever.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/mmc-core-modules-5.7.0-1-amd64-di.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/mmc-modules-5.7.0-1-amd64-di.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/mountmedia.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/mouse-modules-5.7.0-1-amd64-di.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/nano-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/pata-modules-5.7.0-1-amd64-di.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/pciutils-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/pcmcia-modules-5.7.0-1-amd64-di.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/pcmcia-storage-modules-5.7.0-1-amd64-di.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/pcmciautils-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/preseed-common.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/rescue-check.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/rfkill-modules-5.7.0-1-amd64-di.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/rootskel-gtk.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/rootskel.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/sata-modules-5.7.0-1-amd64-di.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/save-logs.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/scsi-core-modules-5.7.0-1-amd64-di.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/scsi-modules-5.7.0-1-amd64-di.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/serial-modules-5.7.0-1-amd64-di.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/sound-modules-5.7.0-1-amd64-di.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/speakup-modules-5.7.0-1-amd64-di.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/udev-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/udpkg.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/uinput-modules-5.7.0-1-amd64-di.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/usb-modules-5.7.0-1-amd64-di.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/usb-serial-modules-5.7.0-1-amd64-di.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/usb-storage-modules-5.7.0-1-amd64-di.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/util-linux-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/wget-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/x11-xkb-utils-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/xkb-data-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/xserver-xorg-core-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/xserver-xorg-input-evdev-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/xserver-xorg-video-fbdev-udeb.md5sums
** Removing unnecessary control file ./tmp/cdrom_gtk/tree/var/lib/dpkg/info/zlib1g-udeb.md5sums
rm -rf ./tmp/cdrom_gtk/tree/var/lib/dpkg/triggers
# Remove extra udebs now that we're done with them.
rm -rf ./tmp/cdrom_gtk/tree/extraudebs-tmp
# Clamp timestamps to be no later than SOURCE_DATE_EPOCH and normalise
# file modes before they get added to media.
find  -newermt "@1586415978" -print0 | xargs -0r touch --no-dereference --date="@1586415978" ./tmp/cdrom_gtk/tree
find  -type d -print0 | xargs -0r chmod 755
find  -not -type d -and -not -type l -print0 | xargs -0r chmod u+rw,g+r-w,o+r-w ./tmp/cdrom_gtk/tree
# Tree target ends here. Whew!
# Check for lost file attributes
Error: incorrect file attributes detected in initrd tree.
Did you restart a (failed) fakeroot build?
See fakeroot(1) ('-s' and '-i' options) for additional information.
make[9]: *** [Makefile:707: tmp/cdrom_gtk/initrd.gz] Error 1
make[8]: *** [Makefile:298: _build] Error 2
make[7]: *** [Makefile:292: build_cdrom_gtk] Error 2
make[6]: *** [Makefile:298: _build] Error 2
make[5]: *** [Makefile:194: flavour_build] Error 2
make[4]: *** [Makefile:190: medium_build] Error 2
make[3]: *** [Makefile:186: subarch_build] Error 2
make[2]: *** [Makefile:182: all_build] Error 2
make[2]: Leaving directory '<https://jenkins.debian.net/job/d-i_build_debian-installer/ws/build'>
make[1]: *** [debian/rules:46: build-images] Error 2
make[1]: Leaving directory '<https://jenkins.debian.net/job/d-i_build_debian-installer/ws/'>
make: *** [debian/rules:67: install] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary subprocess returned exit status 2
I: unmounting /var/lib/jenkins/jobs/d-i_build_debian-installer filesystem
I: unmounting dev/ptmx filesystem
I: unmounting dev/pts filesystem
I: unmounting dev/shm filesystem
I: unmounting proc filesystem
I: unmounting sys filesystem
I: cleaning the build env 
I: removing directory /srv/workspace/pbuilder/7598 and its subdirectories
Fri 26 Jun 20:01:41 UTC 2020 - d-i_build.sh stopped running as /tmp/jenkins-script-zSYpRbEA, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list