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:1517574828:prepare_script Running on runner-ea3d27b1-project-144-concurrent-0 via devel.hamaralinux.org... section_end:1517574832:prepare_script section_start:1517574832:get_sources Fetching changes... Removing packages/calamares-settings-hamara/calamares-settings-hamara/ Removing packages/calamares-settings-hamara/debian/.debhelper/ Removing packages/calamares-settings-hamara/debian/calamares-settings-hamara.debhelper.log Removing packages/calamares-settings-hamara/debian/calamares-settings-hamara.substvars Removing packages/calamares-settings-hamara/debian/calamares-settings-hamara/ Removing packages/calamares-settings-hamara/debian/files Removing packages/calamares-settings-hamara_201710.dsc Removing packages/calamares-settings-hamara_201710.tar.xz Removing packages/calamares-settings-hamara_201710_all.deb Removing packages/calamares-settings-hamara_201710_amd64.buildinfo Removing packages/calamares-settings-hamara_201710_amd64.changes HEAD is now at fa84c4e removing lintian checks for a while From https://git.hamaralinux.org/libregeekingkid/hamara-packages fa84c4e..49e853d gitlab-ci-tests -> origin/gitlab-ci-tests Checking out 49e853df as gitlab-ci-tests... Skipping Git submodules setup section_end:1517574840:get_sources section_start:1517574840:restore_cache section_end:1517574843:restore_cache section_start:1517574843:download_artifacts section_end:1517574848:download_artifacts section_start:1517574848: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 (1121 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-buildpackage: info: host architecture amd64 dpkg-source --before-build calamares-settings-hamara 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) $ ls -al / total 68 drwxr-xr-x 1 root root 4096 Feb 2 12:34 . drwxr-xr-x 1 root root 4096 Feb 2 12:34 .. -rwxr-xr-x 1 root root 0 Feb 2 12:33 .dockerenv lrwxrwxrwx 1 root root 7 Dec 10 00:00 bin -> usr/bin drwxr-xr-x 2 root root 4096 Jun 25 2017 boot drwxr-xr-x 3 root root 4096 Feb 2 12:34 builds drwxrwxrwx 2 root root 4096 Jan 30 14:29 cache drwxr-xr-x 5 root root 340 Feb 2 12:34 dev drwxr-xr-x 1 root root 4096 Feb 2 12:34 etc drwxr-xr-x 2 root root 4096 Jun 25 2017 home drwxrwxr-x. 2 root root 4096 Feb 2 12:15 incoming lrwxrwxrwx 1 root root 7 Dec 10 00:00 lib -> usr/lib lrwxrwxrwx 1 root root 9 Dec 10 00:00 lib32 -> usr/lib32 lrwxrwxrwx 1 root root 9 Dec 10 00:00 lib64 -> usr/lib64 lrwxrwxrwx 1 root root 10 Dec 10 00:00 libx32 -> usr/libx32 drwxr-xr-x 2 root root 4096 Dec 10 00:00 media drwxr-xr-x 2 root root 4096 Dec 10 00:00 mnt drwxr-xr-x 1 root root 4096 Feb 2 11:44 opt dr-xr-xr-x 153 root root 0 Feb 2 12:34 proc drwx------ 2 root root 4096 Dec 10 00:00 root drwxr-xr-x 1 root root 4096 Feb 2 11:52 run lrwxrwxrwx 1 root root 8 Dec 10 00:00 sbin -> usr/sbin drwxr-xr-x 2 root root 4096 Dec 10 00:00 srv dr-xr-xr-x 13 root root 0 Feb 2 12:12 sys drwxrwxrwt 1 root root 4096 Feb 2 12:35 tmp drwxr-xr-x 1 root root 4096 Dec 10 00:00 usr drwxr-xr-x 1 root root 4096 Dec 10 00:00 var $ cp ../*.deb /incoming/ $ cp ../*.dsc /incoming/ $ cp ../*.changes /incoming/ $ mkdir calamares-settings-hamara $ cp ../*.deb calamares-settings-hamara/ $ cp ../*.dsc calamares-settings-hamara/ $ cp ../*.changes calamares-settings-hamara/ section_end:1517574911:build_script section_start:1517574911:after_script section_end:1517574915:after_script section_start:1517574915:archive_cache section_end:1517574918:archive_cache section_start:1517574918:upload_artifacts Uploading artifacts... untracked: found 64 files  Uploading artifacts to coordinator... ok  id=106 responseStatus=201 Created token=idxLSisi section_end:1517574930:upload_artifacts Job succeeded