Running with gitlab-runner 12.5.0 (577f813d)  on 518be4d369ef 6b4a6721 section_start:1577789050:prepare_executor Using Shell executor... section_end:1577789050:prepare_executor section_start:1577789050:prepare_script Running on 518be4d369ef... section_end:1577789050:prepare_script section_start:1577789050:get_sources Fetching changes... Reinitialized existing Git repository in /home/gitlab-runner/builds/6b4a6721/0/hamara-developers/hamara-packages/.git/ Checking out d004c748 as hamara-sugam... Removing packages/plymouth-theme-hamara/debian/.debhelper/ Removing packages/plymouth-theme-hamara/debian/files Removing packages/plymouth-theme-hamara/debian/plymouth-theme-hamara.debhelper.log Removing packages/plymouth-theme-hamara/debian/plymouth-theme-hamara.substvars Removing packages/plymouth-theme-hamara/debian/plymouth-theme-hamara/ Removing packages/plymouth-theme-hamara/plymouth-theme-hamara/ Removing packages/plymouth-theme-hamara_2.0.2.dsc Removing packages/plymouth-theme-hamara_2.0.2.tar.xz Removing packages/plymouth-theme-hamara_2.0.2_all.deb Removing packages/plymouth-theme-hamara_2.0.2_amd64.buildinfo Removing packages/plymouth-theme-hamara_2.0.2_amd64.changes Skipping object checkout, Git LFS is not installed. Skipping Git submodules setup section_end:1577789053:get_sources section_start:1577789053:restore_cache section_end:1577789053:restore_cache section_start:1577789053:download_artifacts section_end:1577789053:download_artifacts section_start:1577789053: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://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] Get:5 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [13.5 kB] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [19.2 kB] Get:8 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 MB] Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [6781 B] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [761 kB] Get:11 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 kB] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [32.7 kB] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1322 kB] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1057 kB] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [795 kB] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [10.5 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 [4244 B] Fetched 17.4 MB in 5s (3325 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.3). 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). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. $ 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 source-sans-pro dpkg-buildpackage: info: source version 2.010-1.065+1.0hamara dpkg-buildpackage: info: source distribution namaste dpkg-buildpackage: info: source changed by Hamara Master Signing Key (Master Key) dpkg-source --before-build source-sans-pro dpkg-buildpackage: info: host architecture amd64 fakeroot debian/rules clean dh clean dh: Compatibility levels before 9 are deprecated (level 5 in use) dh_clean dh_clean: Compatibility levels before 9 are deprecated (level 5 in use) dpkg-source -b source-sans-pro dpkg-source: warning: no source format specified in debian/source/format, see dpkg-source(1) dpkg-source: warning: source directory 'source-sans-pro' is not - 'source-sans-pro-2.010' dpkg-source: info: using source format '1.0' dpkg-source: info: building source-sans-pro in source-sans-pro_2.010-1.065+1.0hamara.tar.gz dpkg-source: info: building source-sans-pro in source-sans-pro_2.010-1.065+1.0hamara.dsc debian/rules build dh build dh: Compatibility levels before 9 are deprecated (level 5 in use) dh_update_autotools_config fakeroot debian/rules binary dh binary dh: Compatibility levels before 9 are deprecated (level 5 in use) dh_testroot dh_prep dh_install dh_install: Compatibility levels before 9 are deprecated (level 5 in use) dh_installdocs dh_installdocs: Compatibility levels before 9 are deprecated (level 5 in use) dh_installchangelogs dh_perl dh_link dh_strip_nondeterminism dh_compress dh_compress: Compatibility levels before 9 are deprecated (level 5 in use) dh_fixperms dh_missing dh_missing: Compatibility levels before 9 are deprecated (level 5 in use) dh_installdeb dh_installdeb: Compatibility levels before 9 are deprecated (level 5 in use) dh_gencontrol dh_md5sums debian/rules override_dh_builddeb make[1]: Entering directory '/home/gitlab-runner/builds/6b4a6721/0/hamara-developers/hamara-packages/packages/source-sans-pro' dh_builddeb -- -Zxz -Sextreme -z9 dpkg-deb: building package 'source-sans-pro' in '../source-sans-pro_2.010-1.065+1.0hamara_all.deb'. make[1]: Leaving directory '/home/gitlab-runner/builds/6b4a6721/0/hamara-developers/hamara-packages/packages/source-sans-pro' dpkg-genbuildinfo dpkg-genchanges >../source-sans-pro_2.010-1.065+1.0hamara_amd64.changes dpkg-genchanges: info: including full source code in upload dpkg-source --after-build source-sans-pro dpkg-buildpackage: info: full upload; Debian-native package (full source is included) $ echo "Deploying packages to repositories" Deploying packages to repositories $ mkdir $CI_JOB_STAGE $ cp -r ../*.deb ../*.dsc ../*.changes ../*.tar.* ../*.buildinfo $CI_JOB_STAGE $ scp -r ./$CI_JOB_STAGE root@aptly:/opt/custom_packages/ section_end:1577789075:build_script section_start:1577789075:after_script section_end:1577789075:after_script section_start:1577789075:archive_cache section_end:1577789075:archive_cache section_start:1577789075:upload_artifacts_on_success Uploading artifacts... Runtime platform  arch=amd64 os=linux pid=24166 revision=577f813d version=12.5.0 packages/*.deb: found 1 matching files  packages/*.dsc: found 1 matching files  packages/*.buildinfo: found 1 matching files  packages/*.changes: found 1 matching files  packages/*.tar.*: found 1 matching files  Uploading artifacts to coordinator... ok  id=1757 responseStatus=201 Created token=gcFaGRfV section_end:1577789076:upload_artifacts_on_success Job succeeded