See https://ci.linaro.org/job/96boards-reference-kernel-enterprise/296/display/redirect
------------------------------------------ Started by user Riku Voipio (riku.voipio@linaro.org) [EnvInject] - Loading node environment variables. Building remotely on x86_64-11-2a46dfb2c2f2 (docker-stretch docker-lkft docker-stretch-amd64) in workspace https://ci.linaro.org/job/96boards-reference-kernel-enterprise/ws/ Cloning the remote Git repository Cloning repository https://github.com/Linaro/rpk.git
/usr/bin/git init https://ci.linaro.org/job/96boards-reference-kernel-enterprise/ws/linux # timeout=10
Fetching upstream changes from https://github.com/Linaro/rpk.git
/usr/bin/git --version # timeout=10 /usr/bin/git fetch --tags --progress https://github.com/Linaro/rpk.git +refs/heads/*:refs/remotes/origin/* /usr/bin/git config remote.origin.url https://github.com/Linaro/rpk.git # timeout=10 /usr/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 /usr/bin/git config remote.origin.url https://github.com/Linaro/rpk.git # timeout=10
Fetching upstream changes from https://github.com/Linaro/rpk.git
/usr/bin/git fetch --tags --progress https://github.com/Linaro/rpk.git +refs/heads/erp-noupstream:refs/remotes/origin/erp-noupstream /usr/bin/git rev-parse refs/remotes/origin/erp-noupstream^{commit} # timeout=10 /usr/bin/git rev-parse refs/remotes/origin/refs/heads/erp-noupstream^{commit} # timeout=10
Checking out Revision 3a2c23838bc57431265ff0c3682e826f3315bfa8 (refs/remotes/origin/erp-noupstream)
/usr/bin/git config core.sparsecheckout # timeout=10 /usr/bin/git checkout -f 3a2c23838bc57431265ff0c3682e826f3315bfa8
Commit message: "Linux 4.18.6"
/usr/bin/git rev-list --no-walk 3a2c23838bc57431265ff0c3682e826f3315bfa8 # timeout=10
Set build name. New build name is '#296' Requesting publishing token for https://snapshots.linaro.org/api/v2/token/ [96boards-reference-kernel-enterprise] $ /bin/bash /tmp/jenkins612768771522467666.sh + sudo apt-get update -q=2 + sudo apt-get install -y ccache python-requests quilt cpio rsync dh-exec Reading package lists... Building dependency tree... Reading state information... ccache is already the newest version (3.3.4-1). python-requests is already the newest version (2.12.4-1). rsync is already the newest version (3.1.2-1+deb9u1). rsync set to manually installed. Suggested packages: libarchive1 procmail graphviz The following NEW packages will be installed: cpio dh-exec quilt 0 upgraded, 3 newly installed, 0 to remove and 50 not upgraded. Need to get 514 kB of archives. After this operation, 1,583 kB of additional disk space will be used. Get:1 http://deb.debian.org/debian stretch/main amd64 cpio amd64 2.11+dfsg-6 [180 kB] Get:2 http://deb.debian.org/debian stretch/main amd64 quilt all 0.63-8 [308 kB] Get:3 http://deb.debian.org/debian stretch/main amd64 dh-exec amd64 0.23+b1 [26.7 kB] debconf: unable to initialize frontend: Dialog debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline debconf: (This frontend requires a controlling tty.) debconf: falling back to frontend: Teletype dpkg-preconfigure: unable to re-open stdin: Fetched 514 kB in 0s (2,714 kB/s) Selecting previously unselected package cpio. (Reading database ... (Reading database ... 5%(Reading database ... 10%(Reading database ... 15%(Reading database ... 20%(Reading database ... 25%(Reading database ... 30%(Reading database ... 35%(Reading database ... 40%(Reading database ... 45%(Reading database ... 50%(Reading database ... 55%(Reading database ... 60%(Reading database ... 65%(Reading database ... 70%(Reading database ... 75%(Reading database ... 80%(Reading database ... 85%(Reading database ... 90%(Reading database ... 95%(Reading database ... 100%(Reading database ... 38354 files and directories currently installed.) Preparing to unpack .../cpio_2.11+dfsg-6_amd64.deb ... Unpacking cpio (2.11+dfsg-6) ... Selecting previously unselected package quilt. Preparing to unpack .../archives/quilt_0.63-8_all.deb ... Unpacking quilt (0.63-8) ... Selecting previously unselected package dh-exec. Preparing to unpack .../dh-exec_0.23+b1_amd64.deb ... Unpacking dh-exec (0.23+b1) ... Setting up quilt (0.63-8) ... Setting up cpio (2.11+dfsg-6) ... update-alternatives: using /bin/mt-gnu to provide /bin/mt (mt) in auto mode Setting up dh-exec (0.23+b1) ... Processing triggers for man-db (2.7.6.1-2) ... + git clone --depth 1 -b rpb-stretch https://github.com/suihkulokki/debian-kernel-packaging.git debian-pkg Cloning into 'debian-pkg'... + cd https://ci.linaro.org/job/96boards-reference-kernel-enterprise/ws/linux ++ make kernelversion + kernel_version=4.18.6 ++ echo 4.18.6 ++ sed -e 's/.0-rc/~rc/' + kernel_deb_pkg_version=4.18.6 + export KDEB_PKGVERSION=4.18.6.linaro.296-1 + KDEB_PKGVERSION=4.18.6.linaro.296-1 + git tag -f v4.18.6 + cd https://ci.linaro.org/job/96boards-reference-kernel-enterprise/ws/debian-pkg + sed -i 's/^abiname:.*/abiname: 296/g' debian/config/defines + cat ++ date -R + debian/rules clean /usr/bin/make -f debian/rules debian/control-real make[1]: Entering directory 'https://ci.linaro.org/job/96boards-reference-kernel-enterprise/ws/debian-pkg' PYTHONHASHSEED=0 debian/bin/gencontrol.py Traceback (most recent call last): File "debian/bin/gencontrol.py", line 605, in <module> Gencontrol()() File "debian/bin/gencontrol.py", line 59, in __init__ VersionLinux) File "debian/lib/python/debian_linux/gencontrol.py", line 83, in __init__ self.changelog = Changelog(version=version) File "debian/lib/python/debian_linux/debian.py", line 61, in __init__ self._parse(version, f) File "debian/lib/python/debian_linux/debian.py", line 77, in _parse v = version(top_match.group('version')) File "debian/lib/python/debian_linux/debian.py", line 263, in __init__ super(VersionLinux, self).__init__(version) File "debian/lib/python/debian_linux/debian.py", line 116, in __init__ raise RuntimeError(u"Invalid debian version") RuntimeError: Invalid debian version debian/rules:109: recipe for target 'debian/control-real' failed make[1]: *** [debian/control-real] Error 1 make[1]: Leaving directory 'https://ci.linaro.org/job/96boards-reference-kernel-enterprise/ws/debian-pkg' debian/rules:98: recipe for target 'debian/control' failed make: *** [debian/control] Error 2 + true + debian/bin/genorig.py ../linux Traceback (most recent call last): File "debian/bin/genorig.py", line 195, in <module> Main(args, options.override_version)() File "debian/bin/genorig.py", line 25, in __init__ changelog = Changelog(version=VersionLinux)[0] File "debian/lib/python/debian_linux/debian.py", line 61, in __init__ self._parse(version, f) File "debian/lib/python/debian_linux/debian.py", line 77, in _parse v = version(top_match.group('version')) File "debian/lib/python/debian_linux/debian.py", line 263, in __init__ super(VersionLinux, self).__init__(version) File "debian/lib/python/debian_linux/debian.py", line 116, in __init__ raise RuntimeError(u"Invalid debian version") RuntimeError: Invalid debian version Build step 'Execute shell' marked build as failure Set build name. New build name is '#296' Archiving artifacts