Running with gitlab-runner 12.3.0 (a8a019e0)  on hamara gitlab runner to build and copy hamara packages to aptly 1854f622 section_start:1569002210:prepare_executor Using Shell executor... section_end:1569002210:prepare_executor section_start:1569002210:prepare_script Running on 1cde14b17e19... section_end:1569002210:prepare_script section_start:1569002210:get_sources Fetching changes... Reinitialized existing Git repository in /home/gitlab-runner/builds/1854f622/0/unixia/hamara-packages/.git/ Checking out 3d06330b as compact-gitlab-ci... Removing packages/lightdm-webkit-greeter-hamara/debian/.debhelper/ Removing packages/lightdm-webkit-greeter-hamara/debian/debhelper-build-stamp Removing packages/lightdm-webkit-greeter-hamara/debian/files Removing packages/lightdm-webkit-greeter-hamara/debian/lightdm-webkit-greeter-hamara.substvars Removing packages/lightdm-webkit-greeter-hamara/debian/lightdm-webkit-greeter-hamara/ Removing packages/lightdm-webkit-greeter-hamara_2.0.dsc Removing packages/lightdm-webkit-greeter-hamara_2.0.tar.xz Removing packages/lightdm-webkit-greeter-hamara_2.0_all.deb Removing packages/lightdm-webkit-greeter-hamara_2.0_amd64.buildinfo Removing packages/lightdm-webkit-greeter-hamara_2.0_amd64.changes Skipping object checkout, Git LFS is not installed. Skipping Git submodules setup section_end:1569002213:get_sources section_start:1569002213:restore_cache section_end:1569002214:restore_cache section_start:1569002214:download_artifacts section_end:1569002214:download_artifacts section_start:1569002214:build_script $ export DEBIAN_FRONTEND=noninteractive $ echo "Preparing the container for builds" Preparing the container for builds $ sudo apt update WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [662 kB] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] Get:5 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] Get:6 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [9585 B] Get:7 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [13.5 kB] Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [5230 B] Get:9 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 MB] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [769 kB] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB] Get:12 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 kB] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [8284 B] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [20.3 kB] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [959 kB] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1287 kB] Get:17 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [2496 B] Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [4227 B] Fetched 17.1 MB in 10s (1670 kB/s) Reading package lists... Building dependency tree... Reading state information... All packages are up to date. $ sudo apt-get -y upgrade Reading package lists... Building dependency tree... Reading state information... Calculating upgrade... 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. $ sudo apt-get -y dist-upgrade Reading package lists... Building dependency tree... Reading state information... Calculating upgrade... 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. $ sudo apt-get -y install apt-utils figlet dpkg-dev fakeroot git-buildpackage lintian pristine-tar Reading package lists... Building dependency tree... Reading state information... fakeroot is already the newest version (1.22-2ubuntu1). lintian is already the newest version (2.5.81ubuntu1). figlet is already the newest version (2.2.5-3). git-buildpackage is already the newest version (0.9.8). pristine-tar is already the newest version (1.42). apt-utils is already the newest version (1.6.12). dpkg-dev is already the newest version (1.19.0.5ubuntu2.2). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. $ figlet BUILD ____ _ _ ___ _ ____ | __ )| | | |_ _| | | _ \ | _ \| | | || || | | | | | | |_) | |_| || || |___| |_| | |____/ \___/|___|_____|____/ $ cd packages/$CI_JOB_STAGE $ export BUILD_DEPENDS=`perl -ne 'next if /^#/; $p=(s/^Build-Depends:\s*/ / or (/^ / and $p)); s/,|\n|\([^)]+\)//mg; print if $p' < debian/control` $ sudo apt-get install -y --no-install-recommends $BUILD_DEPENDS Reading package lists... Building dependency tree... Reading state information... debhelper is already the newest version (11.1.6ubuntu2). The following additional packages will be installed: libelf1 libglib2.0-bin libglib2.0-dev-bin libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 pkg-config python3-distutils python3-lib2to3 zlib1g-dev Suggested packages: libglib2.0-doc The following NEW packages will be installed: libelf1 libglib2.0-bin libglib2.0-dev libglib2.0-dev-bin libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libxml2-utils pkg-config python3-distutils python3-lib2to3 zlib1g-dev 0 upgraded, 13 newly installed, 0 to remove and 0 not upgraded. Need to get 2912 kB of archives. After this operation, 16.7 MB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libelf1 amd64 0.170-0.4ubuntu0.1 [44.8 kB] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-bin amd64 2.56.4-0ubuntu0.18.04.4 [68.7 kB] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-lib2to3 all 3.6.8-1~18.04 [76.5 kB] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-distutils all 3.6.8-1~18.04 [141 kB] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-dev-bin amd64 2.56.4-0ubuntu0.18.04.4 [102 kB] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpcre16-3 amd64 2:8.39-9 [147 kB] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpcre32-3 amd64 2:8.39-9 [138 kB] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpcrecpp0v5 amd64 2:8.39-9 [15.3 kB] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpcre3-dev amd64 2:8.39-9 [537 kB] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-0ubuntu2 [176 kB] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-dev amd64 2.56.4-0ubuntu0.18.04.4 [1385 kB] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxml2-utils amd64 2.9.4+dfsg1-6.1ubuntu1.2 [35.8 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 2912 kB in 9s (311 kB/s) Selecting previously unselected package libelf1:amd64. (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 ... 26153 files and directories currently installed.) Preparing to unpack .../00-libelf1_0.170-0.4ubuntu0.1_amd64.deb ... Unpacking libelf1:amd64 (0.170-0.4ubuntu0.1) ... Selecting previously unselected package libglib2.0-bin. Preparing to unpack .../01-libglib2.0-bin_2.56.4-0ubuntu0.18.04.4_amd64.deb ... Unpacking libglib2.0-bin (2.56.4-0ubuntu0.18.04.4) ... Selecting previously unselected package python3-lib2to3. Preparing to unpack .../02-python3-lib2to3_3.6.8-1~18.04_all.deb ... Unpacking python3-lib2to3 (3.6.8-1~18.04) ... Selecting previously unselected package python3-distutils. Preparing to unpack .../03-python3-distutils_3.6.8-1~18.04_all.deb ... Unpacking python3-distutils (3.6.8-1~18.04) ... Selecting previously unselected package libglib2.0-dev-bin. Preparing to unpack .../04-libglib2.0-dev-bin_2.56.4-0ubuntu0.18.04.4_amd64.deb ... Unpacking libglib2.0-dev-bin (2.56.4-0ubuntu0.18.04.4) ... Selecting previously unselected package libpcre16-3:amd64. Preparing to unpack .../05-libpcre16-3_2%3a8.39-9_amd64.deb ... Unpacking libpcre16-3:amd64 (2:8.39-9) ... Selecting previously unselected package libpcre32-3:amd64. Preparing to unpack .../06-libpcre32-3_2%3a8.39-9_amd64.deb ... Unpacking libpcre32-3:amd64 (2:8.39-9) ... Selecting previously unselected package libpcrecpp0v5:amd64. Preparing to unpack .../07-libpcrecpp0v5_2%3a8.39-9_amd64.deb ... Unpacking libpcrecpp0v5:amd64 (2:8.39-9) ... Selecting previously unselected package libpcre3-dev:amd64. Preparing to unpack .../08-libpcre3-dev_2%3a8.39-9_amd64.deb ... Unpacking libpcre3-dev:amd64 (2:8.39-9) ... Selecting previously unselected package pkg-config. Preparing to unpack .../09-pkg-config_0.29.1-0ubuntu2_amd64.deb ... Unpacking pkg-config (0.29.1-0ubuntu2) ... Selecting previously unselected package zlib1g-dev:amd64. Preparing to unpack .../10-zlib1g-dev_1%3a1.2.11.dfsg-0ubuntu2_amd64.deb ... Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-0ubuntu2) ... Selecting previously unselected package libglib2.0-dev:amd64. Preparing to unpack .../11-libglib2.0-dev_2.56.4-0ubuntu0.18.04.4_amd64.deb ... Unpacking libglib2.0-dev:amd64 (2.56.4-0ubuntu0.18.04.4) ... Selecting previously unselected package libxml2-utils. Preparing to unpack .../12-libxml2-utils_2.9.4+dfsg1-6.1ubuntu1.2_amd64.deb ... Unpacking libxml2-utils (2.9.4+dfsg1-6.1ubuntu1.2) ... Setting up libelf1:amd64 (0.170-0.4ubuntu0.1) ... Setting up libxml2-utils (2.9.4+dfsg1-6.1ubuntu1.2) ... Setting up pkg-config (0.29.1-0ubuntu2) ... Setting up libpcrecpp0v5:amd64 (2:8.39-9) ... Setting up libpcre32-3:amd64 (2:8.39-9) ... Setting up libpcre16-3:amd64 (2:8.39-9) ... Setting up python3-lib2to3 (3.6.8-1~18.04) ... Setting up libglib2.0-bin (2.56.4-0ubuntu0.18.04.4) ... Setting up python3-distutils (3.6.8-1~18.04) ... Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-0ubuntu2) ... Setting up libpcre3-dev:amd64 (2:8.39-9) ... Setting up libglib2.0-dev-bin (2.56.4-0ubuntu0.18.04.4) ... Setting up libglib2.0-dev:amd64 (2.56.4-0ubuntu0.18.04.4) ... Processing triggers for man-db (2.8.3-2ubuntu0.1) ... Processing triggers for libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.4) ... No schema files found: doing nothing. Processing triggers for libc-bin (2.27-3ubuntu1) ... $ sudo apt-get -y autoremove --purge Reading package lists... Building dependency tree... Reading state information... 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. $ sudo apt-get clean $ sudo rm -rf /var/lib/apt/lists/* $ dpkg-buildpackage -us -uc dpkg-buildpackage: info: source package materia-gtk-theme dpkg-buildpackage: info: source version 20171005 dpkg-buildpackage: info: source distribution namaste dpkg-buildpackage: info: source changed by I Sagar dpkg-source --before-build materia-gtk-theme dpkg-buildpackage: info: host architecture amd64 fakeroot debian/rules clean dh clean dh_clean dpkg-source -b materia-gtk-theme dpkg-source: info: using source format '3.0 (native)' dpkg-source: info: building materia-gtk-theme in materia-gtk-theme_20171005.tar.xz dpkg-source: info: building materia-gtk-theme in materia-gtk-theme_20171005.dsc debian/rules build dh build dh_update_autotools_config fakeroot debian/rules binary dh binary dh_testroot dh_prep debian/rules override_dh_auto_install make[1]: Entering directory '/home/gitlab-runner/builds/1854f622/0/unixia/hamara-packages/packages/materia-gtk-theme' ./install.sh Installing Materia ... Installing Materia-compact ... Installing Materia-dark ... Installing Materia-dark-compact ... Installing Materia-light ... Installing Materia-light-compact ... Done. make[1]: Leaving directory '/home/gitlab-runner/builds/1854f622/0/unixia/hamara-packages/packages/materia-gtk-theme' dh_installdocs dh_installchangelogs dh_perl dh_link dh_strip_nondeterminism dh_compress dh_fixperms dh_missing dh_installdeb dh_gencontrol dh_md5sums dh_builddeb dpkg-deb: building package 'materia-gtk-theme' in '../materia-gtk-theme_20171005_all.deb'.