Running with gitlab-runner 13.7.0 (943fc252)  on ab45e2ac5019 03450e2a section_start:1610717753:prepare_executor Preparing the "shell" executor Using Shell executor... section_end:1610717753:prepare_executor section_start:1610717753:prepare_script Preparing environment Running on ab45e2ac5019... section_end:1610717753:prepare_script section_start:1610717753:get_sources Getting source from Git repository Fetching changes... Reinitialized existing Git repository in /home/gitlab-runner/builds/03450e2a/0/hamara-developers/hamara-packages/.git/ Checking out d004c748 as hamara-sugam... Removing packages/grub-theme-hamara/debian/.debhelper/ Removing packages/grub-theme-hamara/debian/debhelper-build-stamp Removing packages/grub-theme-hamara/debian/files Removing packages/grub-theme-hamara/debian/grub-theme-hamara.substvars Removing packages/grub-theme-hamara/debian/grub-theme-hamara/ Removing packages/grub-theme-hamara/grub-theme-hamara/ Removing packages/grub-theme-hamara_1.0.dsc Removing packages/grub-theme-hamara_1.0.tar.xz Removing packages/grub-theme-hamara_1.0_all.deb Removing packages/grub-theme-hamara_1.0_amd64.buildinfo Removing packages/grub-theme-hamara_1.0_amd64.changes Skipping object checkout, Git LFS is not installed. Skipping Git submodules setup section_end:1610717755:get_sources section_start:1610717755:step_script Executing "step_script" stage of the job 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 focal InRelease [265 kB] Get:2 http://security.ubuntu.com/ubuntu focal-security InRelease [109 kB] Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [101 kB] Get:5 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [11.3 MB] Get:6 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [177 kB] Get:7 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [33.4 kB] Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [1275 kB] Get:9 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [22.0 kB] Get:10 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [650 kB] Get:11 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [173 kB] Get:12 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [905 kB] Get:13 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [961 kB] Get:14 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [4301 B] Get:15 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [741 B] Get:16 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [560 kB] Get:17 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [146 kB] Fetched 16.8 MB in 1s (13.8 MB/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... dpkg-dev is already the newest version (1.19.7ubuntu3). fakeroot is already the newest version (1.24-1). lintian is already the newest version (2.62.0). figlet is already the newest version (2.2.5-3). git-buildpackage is already the newest version (0.9.19). pristine-tar is already the newest version (1.47). apt-utils is already the newest version (2.0.2ubuntu0.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 (12.10ubuntu1). 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 hamara-keyring dpkg-buildpackage: info: source version 2016.5 dpkg-buildpackage: info: source distribution namaste dpkg-buildpackage: info: source changed by I Sagar dpkg-source --before-build . dpkg-buildpackage: info: host architecture amd64 fakeroot debian/rules clean dh clean dh: warning: Compatibility levels before 9 are deprecated (level 7 in use) dh_clean dh_clean: warning: Compatibility levels before 9 are deprecated (level 7 in use) dpkg-source -b . dpkg-source: warning: no source format specified in debian/source/format, see dpkg-source(1) dpkg-source: info: using source format '1.0' dpkg-source: info: building hamara-keyring in hamara-keyring_2016.5.tar.gz dpkg-source: info: building hamara-keyring in hamara-keyring_2016.5.dsc debian/rules build dh build dh: warning: Compatibility levels before 9 are deprecated (level 7 in use) dh_update_autotools_config fakeroot debian/rules binary dh binary dh: warning: Compatibility levels before 9 are deprecated (level 7 in use) dh_testroot dh_prep dh_install dh_install: warning: Compatibility levels before 9 are deprecated (level 7 in use) dh_installdocs dh_installdocs: warning: Compatibility levels before 9 are deprecated (level 7 in use) dh_installchangelogs dh_perl dh_link dh_strip_nondeterminism dh_compress dh_compress: warning: Compatibility levels before 9 are deprecated (level 7 in use) dh_compress: warning: Compatibility levels before 9 are deprecated (level 7 in use) dh_fixperms dh_missing dh_missing: warning: Compatibility levels before 9 are deprecated (level 7 in use) dh_installdeb dh_installdeb: warning: Compatibility levels before 9 are deprecated (level 7 in use) dh_gencontrol dh_md5sums dh_builddeb dpkg-deb: building package 'hamara-keyring' in '../hamara-keyring_2016.5_all.deb'. dpkg-deb: building package 'hamara-keyring-udeb' in 'debian/.debhelper/scratch-space/build-hamara-keyring-udeb/hamara-keyring-udeb_2016.5_all.deb'. Renaming hamara-keyring-udeb_2016.5_all.deb to hamara-keyring-udeb_2016.5_all.udeb dpkg-genbuildinfo dpkg-genchanges >../hamara-keyring_2016.5_amd64.changes dpkg-genchanges: info: including full source code in upload dpkg-source --after-build . 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:1610717762:step_script section_start:1610717762:upload_artifacts_on_success Uploading artifacts for successful job Uploading artifacts... Runtime platform  arch=amd64 os=linux pid=31747 revision=943fc252 version=13.7.0 packages/*.deb: found 1 matching files and directories packages/*.dsc: found 1 matching files and directories packages/*.buildinfo: found 1 matching files and directories packages/*.changes: found 1 matching files and directories packages/*.tar.*: found 1 matching files and directories Uploading artifacts to coordinator... ok  id=1923 responseStatus=201 Created token=fTbxxoDi section_end:1610717763:upload_artifacts_on_success section_start:1610717763:cleanup_file_variables Cleaning up file based variables section_end:1610717763:cleanup_file_variables Job succeeded