Running with gitlab-runner 12.5.0 (577f813d)  on 518be4d369ef 6b4a6721 section_start:1577788594:prepare_executor Using Shell executor... section_end:1577788594:prepare_executor section_start:1577788594:prepare_script Running on 518be4d369ef... section_end:1577788594:prepare_script section_start:1577788594:get_sources Fetching changes... Initialized empty Git repository in /home/gitlab-runner/builds/6b4a6721/0/hamara-developers/hamara-packages/.git/ Created fresh repository. From https://git.hamaralinux.org/hamara-developers/hamara-packages * [new branch] hamara -> origin/hamara * [new branch] hamara-sugam -> origin/hamara-sugam Checking out d004c748 as hamara-sugam... Skipping object checkout, Git LFS is not installed. Skipping Git submodules setup section_end:1577788604:get_sources section_start:1577788604:restore_cache section_end:1577788604:restore_cache section_start:1577788604:download_artifacts section_end:1577788604:download_artifacts section_start:1577788604: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. Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 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 calamares-settings-hamara dpkg-buildpackage: info: source version 201807 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 fakeroot 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_201807.tar.xz dpkg-source: info: building calamares-settings-hamara in calamares-settings-hamara_201807.dsc debian/rules build dh build dh_update_autotools_config dh_autoreconf create-stamp debian/debhelper-build-stamp fakeroot 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_201807_all.deb'. dpkg-genbuildinfo dpkg-genchanges >../calamares-settings-hamara_201807_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) $ 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:1577788624:build_script section_start:1577788624:after_script section_end:1577788624:after_script section_start:1577788624:archive_cache section_end:1577788624:archive_cache section_start:1577788624:upload_artifacts_on_success Uploading artifacts... Runtime platform  arch=amd64 os=linux pid=8029 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=1745 responseStatus=201 Created token=-TXm3cua section_end:1577788626:upload_artifacts_on_success Job succeeded