Running with gitlab-runner 10.4.0 (857480b6) on runner for builds from git.hamaralinux.org (ea3d27b1) Using Docker executor with image rajudev/hamara-builder:latest ... Using docker image sha256:94cf74b4257460c933fa9770f7019917c19e2e1748cb9d9190231be229d5234e for predefined container... Pulling docker image rajudev/hamara-builder:latest ... Using docker image rajudev/hamara-builder:latest ID=sha256:1347147970bb5072f5e047ca92fb5a9863b0750f0e1dee0b365c9149a81f2ef2 for build container... section_start:1517573030:prepare_script Running on runner-ea3d27b1-project-144-concurrent-0 via devel.hamaralinux.org... section_end:1517573034:prepare_script section_start:1517573034:get_sources Fetching changes... HEAD is now at 8bb2a50 Modified the deployment of packages a bit From https://git.hamaralinux.org/libregeekingkid/hamara-packages 8bb2a50..866dae3 gitlab-ci-tests -> origin/gitlab-ci-tests Checking out 866dae38 as gitlab-ci-tests... Skipping Git submodules setup section_end:1517573041:get_sources section_start:1517573041:restore_cache section_end:1517573044:restore_cache section_start:1517573044:download_artifacts section_end:1517573052:download_artifacts section_start:1517573052:build_script $ export DEBIAN_FRONTEND=noninteractive $ apt update WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Hit:1 http://deb.debian.org/debian testing InRelease Reading package lists... Building dependency tree... Reading state information... All packages are up to date. $ apt-get -y upgrade Reading package lists... Building dependency tree... Reading state information... Calculating upgrade... The following packages were automatically installed and are no longer required: gcc-6-base multiarch-support Use 'apt autoremove' to remove them. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. $ apt-get -y dist-upgrade Reading package lists... Building dependency tree... Reading state information... Calculating upgrade... The following packages were automatically installed and are no longer required: gcc-6-base multiarch-support Use 'apt autoremove' to remove them. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. $ apt-get -y install apt-utils figlet Reading package lists... Building dependency tree... Reading state information... apt-utils is already the newest version (1.6~alpha7). figlet is already the newest version (2.2.5-3). The following packages were automatically installed and are no longer required: gcc-6-base multiarch-support Use 'apt autoremove' to remove them. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. $ figlet BUILD ____ _ _ ___ _ ____ | __ )| | | |_ _| | | _ \ | _ \| | | || || | | | | | | |_) | |_| || || |___| |_| | |____/ \___/|___|_____|____/ $ cd packages/calamares-settings-hamara/ $ export BUILD_DEPENDS=`perl -ne 'next if /^#/; $p=(s/^Build-Depends:\s*/ / or (/^ / and $p)); s/,|\n|\([^)]+\)//mg; print if $p' < debian/control` $ apt-get install -y --no-install-recommends dpkg-dev fakeroot git-buildpackage lintian pristine-tar $BUILD_DEPENDS Reading package lists... Building dependency tree... Reading state information... debhelper is already the newest version (11.1.3). dpkg-dev is already the newest version (1.19.0.5). fakeroot is already the newest version (1.22-2). lintian is already the newest version (2.5.72). pristine-tar is already the newest version (1.42). The following packages were automatically installed and are no longer required: gcc-6-base multiarch-support Use 'apt autoremove' to remove them. The following additional packages will be installed: python3-dateutil Suggested packages: python3-notify2 sudo Recommended packages: cowbuilder | pbuilder | sbuild The following NEW packages will be installed: git-buildpackage python3-dateutil 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 1018 kB of archives. After this operation, 4210 kB of additional disk space will be used. Get:1 http://deb.debian.org/debian testing/main amd64 python3-dateutil all 2.6.1-1 [52.8 kB] Get:2 http://deb.debian.org/debian testing/main amd64 git-buildpackage all 0.9.6 [965 kB] Fetched 1018 kB in 1s (1148 kB/s) Selecting previously unselected package python3-dateutil. (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 ... 27213 files and directories currently installed.) Preparing to unpack .../python3-dateutil_2.6.1-1_all.deb ... Unpacking python3-dateutil (2.6.1-1) ... Selecting previously unselected package git-buildpackage. Preparing to unpack .../git-buildpackage_0.9.6_all.deb ... Unpacking git-buildpackage (0.9.6) ... Processing triggers for man-db (2.7.6.1-4) ... Setting up python3-dateutil (2.6.1-1) ... Setting up git-buildpackage (0.9.6) ... $ apt-get -y autoremove --purge Reading package lists... Building dependency tree... Reading state information... The following packages will be REMOVED: gcc-6-base* multiarch-support* 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. After this operation, 447 kB disk space will be freed. (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 ... 27606 files and directories currently installed.) Removing gcc-6-base:amd64 (6.4.0-11) ... Removing multiarch-support (2.26-4) ... $ apt-get clean $ rm -rf /var/lib/apt/lists/* $ dpkg-buildpackage -us -uc dpkg-buildpackage: info: source package calamares-settings-hamara dpkg-buildpackage: info: source version 201710 dpkg-buildpackage: info: source distribution namaste dpkg-buildpackage: info: source changed by Raju Devidas dpkg-source --before-build calamares-settings-hamara dpkg-buildpackage: info: host architecture amd64 debian/rules clean dh clean dh_clean dpkg-source -b calamares-settings-hamara dpkg-source: info: using source format '3.0 (native)' dpkg-source: info: building calamares-settings-hamara in calamares-settings-hamara_201710.tar.xz dpkg-source: info: building calamares-settings-hamara in calamares-settings-hamara_201710.dsc debian/rules build dh build dh_update_autotools_config debian/rules binary dh binary dh_testroot dh_prep dh_install dh_installdocs dh_installchangelogs dh_perl dh_link dh_strip_nondeterminism dh_compress dh_fixperms dh_missing dh_installdeb dh_gencontrol dpkg-gencontrol: warning: Depends field of package calamares-settings-hamara: unknown substitution variable ${shlibs:Depends} dh_md5sums dh_builddeb dpkg-deb: building package 'calamares-settings-hamara' in '../calamares-settings-hamara_201710_all.deb'. dpkg-genbuildinfo dpkg-genchanges >../calamares-settings-hamara_201710_amd64.changes dpkg-genchanges: info: including full source code in upload dpkg-source --after-build calamares-settings-hamara dpkg-buildpackage: info: full upload; Debian-native package (full source is included) $ lintian ../*.changes warning: the authors of lintian do not recommend running it with root privileges! E: calamares-settings-hamara changes: bad-distribution-in-changes-file namaste W: calamares-settings-hamara source: maintainer-script-lacks-debhelper-token debian/postrm W: calamares-settings-hamara source: syntax-error-in-dep5-copyright line 6: Cannot parse line "Copyright (C) 2017 Raju Devidas" W: calamares-settings-hamara: latest-debian-changelog-entry-without-new-version W: calamares-settings-hamara: extended-description-line-too-long W: calamares-settings-hamara: binary-without-manpage usr/sbin/bootloader-eficonfig W: calamares-settings-hamara: binary-without-manpage usr/sbin/mount-media-chroot W: calamares-settings-hamara: binary-without-manpage usr/sbin/sources-final W: calamares-settings-hamara: binary-without-manpage usr/sbin/sources-installtime W: calamares-settings-hamara: binary-without-manpage usr/sbin/unmount-media-chroot W: calamares-settings-hamara: desktop-command-not-in-package usr/share/applications/install-hamara-desktop.desktop sudo W: calamares-settings-hamara: desktop-entry-lacks-main-category usr/share/applications/install-hamara-desktop.desktop W: calamares-settings-hamara: maintainer-script-ignores-errors postrm section_end:1517573123:build_script section_start:1517573123:after_script section_end:1517573127:after_script ERROR: Job failed: exit code 1