Running with gitlab-runner 12.3.0 (a8a019e0)  on hamara gitlab runner to build and copy hamara packages to aptly 1854f622 section_start:1569002270:prepare_executor Using Shell executor... section_end:1569002270:prepare_executor section_start:1569002270:prepare_script Running on 1cde14b17e19... section_end:1569002270:prepare_script section_start:1569002270:get_sources Fetching changes... Reinitialized existing Git repository in /home/gitlab-runner/builds/1854f622/0/unixia/hamara-packages/.git/ From https://git.hamaralinux.org/unixia/hamara-packages 3d06330b..7cd5f20c compact-gitlab-ci -> origin/compact-gitlab-ci Checking out 7cd5f20c as compact-gitlab-ci... Removing packages/materia-gtk-theme/debian/.debhelper/ Removing packages/materia-gtk-theme/debian/files Removing packages/materia-gtk-theme/debian/materia-gtk-theme.debhelper.log Removing packages/materia-gtk-theme/debian/materia-gtk-theme.substvars Removing packages/materia-gtk-theme/debian/materia-gtk-theme/ Removing packages/materia-gtk-theme_20171005.dsc Removing packages/materia-gtk-theme_20171005.tar.xz Removing packages/materia-gtk-theme_20171005_all.deb Removing packages/materia-gtk-theme_20171005_amd64.buildinfo Removing packages/materia-gtk-theme_20171005_amd64.changes Skipping object checkout, Git LFS is not installed. Skipping Git submodules setup section_end:1569002273:get_sources section_start:1569002273:restore_cache section_end:1569002274:restore_cache section_start:1569002274:download_artifacts section_end:1569002274:download_artifacts section_start:1569002274: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://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [662 kB] Get:5 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 MB] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [769 kB] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB] Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [9585 B] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [13.5 kB] Get:11 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 kB] Get:12 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [5230 B] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [20.3 kB] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [8284 B] 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/universe amd64 Packages [4227 B] Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [2496 B] Fetched 17.1 MB in 11s (1567 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). 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 201806 dpkg-buildpackage: info: source distribution namaste dpkg-buildpackage: info: source changed by Raju Devidas Vindane 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_201806.tar.xz dpkg-source: info: building calamares-settings-hamara in calamares-settings-hamara_201806.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_201806_all.deb'. dpkg-genbuildinfo dpkg-genchanges >../calamares-settings-hamara_201806_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 108 drwxr-xr-x. 1 root root 4096 Sep 20 08:54 . drwxr-xr-x. 1 root root 4096 Sep 20 08:54 .. -rwxr-xr-x. 1 root root 0 Sep 20 08:54 .dockerenv drwxr-xr-x. 1 root root 4096 Sep 20 17:49 bin drwxr-xr-x. 2 root root 4096 Apr 24 2018 boot drwxr-xr-x. 5 root root 340 Sep 20 08:54 dev -rwxrwxrwx. 1 root root 687 Sep 20 08:16 entrypoint drwxr-xr-x. 1 root root 4096 Sep 20 17:57 etc drwxr-xr-x. 3 root root 4096 Sep 20 08:17 home drwxr-xr-x. 1 root root 4096 Sep 20 17:49 lib drwxr-xr-x. 2 root root 4096 Sep 12 20:53 lib64 drwxr-xr-x. 2 root root 4096 Sep 12 20:53 media drwxr-xr-x. 2 root root 4096 Sep 12 20:53 mnt drwxr-xr-x. 2 root root 4096 Sep 12 20:53 opt dr-xr-xr-x. 615 root root 0 Sep 20 08:54 proc drwx------. 1 root root 4096 Sep 20 17:43 root drwxr-xr-x. 1 root root 4096 Sep 20 17:42 run drwxr-xr-x. 1 root root 4096 Sep 20 17:49 sbin drwxr-xr-x. 2 root root 4096 Sep 12 20:53 srv dr-xr-xr-x. 13 root root 0 May 13 15:18 sys drwxrwxrwt. 1 root root 4096 Sep 20 17:58 tmp drwxr-xr-x. 1 root root 4096 Sep 12 20:53 usr drwxr-xr-x. 1 root root 4096 Sep 12 20:54 var $ echo "Deploying packages to repositories" Deploying packages to repositories $ scp -r ../*.deb ../*.dsc ../*.changes ../*.tar.* ../*.buildinfo root@aptly:/packages/ scp: /packages/: No such file or directory section_end:1569002305:build_script section_start:1569002305:after_script section_end:1569002305:after_script section_start:1569002305:upload_artifacts_on_failure section_end:1569002305:upload_artifacts_on_failure ERROR: Job failed: exit status 1