Console Output
Started by user Parazyd
[EnvInject] - Loading node environment variables.
Building in workspace /var/lib/jenkins/workspace/jenkins-debian-glue-source
[WS-CLEANUP] Deleting project workspace...
Cloning the remote Git repository
Cloning repository https://github.com/mika/jenkins-debian-glue
> git init /var/lib/jenkins/workspace/jenkins-debian-glue-source/source # timeout=10
Fetching upstream changes from https://github.com/mika/jenkins-debian-glue
> git --version # timeout=10
> git fetch --tags --progress https://github.com/mika/jenkins-debian-glue +refs/heads/*:refs/remotes/origin/*
> git config remote.origin.url https://github.com/mika/jenkins-debian-glue # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/mika/jenkins-debian-glue # timeout=10
Fetching upstream changes from https://github.com/mika/jenkins-debian-glue
> git fetch --tags --progress https://github.com/mika/jenkins-debian-glue +refs/heads/*:refs/remotes/origin/*
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 28fdb633b6a638b51b0ccbc08a03af78fef8fb30 (refs/remotes/origin/master)
Commit message: "Release new version 0.18.4"
> git config core.sparsecheckout # timeout=10
> git checkout -f 28fdb633b6a638b51b0ccbc08a03af78fef8fb30
First time build. Skipping changelog.
[jenkins-debian-glue-source] $ /bin/sh -xe /tmp/jenkins1016027549858435106.sh
+ /usr/bin/generate-git-snapshot
+ set -e
+ set -u
+ '[' -r /etc/jenkins/debian_glue ']'
+ . /etc/jenkins/debian_glue
+ '[' -n '' ']'
++ hostname -f
+ DEBEMAIL='jenkins-debian-glue Autobuilder <jenkins@devuan-maemo-build>'
+ export DEBEMAIL
+ '[' -n '' ']'
+ SOURCE_DIRECTORY=source
+ '[' '!' -d source ']'
+ '[' -z 1 ']'
+ '[' -z 28fdb633b6a638b51b0ccbc08a03af78fef8fb30 ']'
++ which gbp
+ '[' -x /usr/bin/gbp ']'
+ GBP_DCH='gbp dch'
+ GBP_BUILDPACKAGE='gbp buildpackage'
++ dpkg --list jenkins-debian-glue
++ awk '/^ii/ {print $3}'
+ JENKINS_DEBIAN_GLUE_VERSION=0.17.0+devuan1
+ '[' -n 0.17.0+devuan1 ']'
+ echo '*** Running jenkins-debian-glue version 0.17.0+devuan1 ***'
*** Running jenkins-debian-glue version 0.17.0+devuan1 ***
+ '[' -n '' -a -z '' ']'
+ echo '*** source package build phase ***'
*** source package build phase ***
+ rm -f ./source
rm: cannot remove './source': Is a directory
+ true
+ '[' -n '' ']'
+ cd source
+ git_cleanup
+ '[' -n '' ']'
+ echo '*** Cleaning git repository to make sure there are no modified files ***'
*** Cleaning git repository to make sure there are no modified files ***
+ echo '*** Note: You can skip this step by setting SKIP_GIT_CLEANUP=true ***'
*** Note: You can skip this step by setting SKIP_GIT_CLEANUP=true ***
+ git clean -fxd
+ git reset --hard HEAD
HEAD is now at 28fdb63 Release new version 0.18.4
+ source_format_opts
+ '[' -f debian/source/format ']'
++ cat debian/source/format
+ local 'SRC_FORMAT=3.0 (native)'
+ case "$SRC_FORMAT" in
+ echo '*** Source format detected as 3.0 (native) ***'
*** Source format detected as 3.0 (native) ***
+ '[' '' '!=' true ']'
+ gbp_conf
+ '[' '' = true ']'
+ gbp_conf_files=(/etc/git-buildpackage/gbp.conf ~/.gbp.conf .gbp.conf debian/gbp.conf .git/gbp.conf)
+ UPSTREAM_BRANCH=upstream
+ DEBIAN_BRANCH=debian
+ PRISTINE_TAR=false
+ for gbp_conf_file in "${gbp_conf_files[@]}"
+ '[' -f /etc/git-buildpackage/gbp.conf ']'
+ local value
++ git config --file /etc/git-buildpackage/gbp.conf --get DEFAULT.upstream-branch
++ true
+ value=
+ '[' -n '' ']'
++ git config --file /etc/git-buildpackage/gbp.conf --get DEFAULT.debian-branch
++ true
+ value=
+ '[' -n '' ']'
++ git config --file /etc/git-buildpackage/gbp.conf --bool --get DEFAULT.pristine-tar
++ true
+ value=
+ '[' -n '' ']'
+ for gbp_conf_file in "${gbp_conf_files[@]}"
+ '[' -f /var/lib/jenkins/.gbp.conf ']'
+ for gbp_conf_file in "${gbp_conf_files[@]}"
+ '[' -f .gbp.conf ']'
+ for gbp_conf_file in "${gbp_conf_files[@]}"
+ '[' -f debian/gbp.conf ']'
+ for gbp_conf_file in "${gbp_conf_files[@]}"
+ '[' -f .git/gbp.conf ']'
+ create_local_branch upstream
+ '[' -n upstream ']'
+ local BRANCH=upstream
+ git branch -a
+ grep -q 'remotes/origin/upstream$'
+ echo 'NOTE: branch upstream does not exist, ignoring request to checkout therefore.'
NOTE: branch upstream does not exist, ignoring request to checkout therefore.
+ create_local_branch debian
+ '[' -n debian ']'
+ local BRANCH=debian
+ git branch -a
+ grep -q 'remotes/origin/debian$'
+ echo 'NOTE: branch debian does not exist, ignoring request to checkout therefore.'
NOTE: branch debian does not exist, ignoring request to checkout therefore.
+ '[' false = true ']'
+ branch_checkout
+ random_branch=jenkins-debian-glue-buildbranch9263
+ '[' '' = true ']'
+ '[' -n '' ']'
+ '[' -n '' ']'
+ '[' -n '' ']'
+ echo 'Making sure that random_branch jenkins-debian-glue-buildbranch9263 does not exist'
Making sure that random_branch jenkins-debian-glue-buildbranch9263 does not exist
+ git branch -D jenkins-debian-glue-buildbranch9263
error: branch 'jenkins-debian-glue-buildbranch9263' not found.
+ true
+ echo 'Checking out branch jenkins-debian-glue-buildbranch9263 based on commit 28fdb633b6a638b51b0ccbc08a03af78fef8fb30'
Checking out branch jenkins-debian-glue-buildbranch9263 based on commit 28fdb633b6a638b51b0ccbc08a03af78fef8fb30
+ git checkout -b jenkins-debian-glue-buildbranch9263 28fdb633b6a638b51b0ccbc08a03af78fef8fb30
Switched to a new branch 'jenkins-debian-glue-buildbranch9263'
+ '[' -n '' ']'
+ version_information
+ '[' -r debian/changelog ']'
++ dpkg-parsechangelog --count 1
++ awk '/^Version/ {print $2}'
+ ORIG_VERSION=0.18.4
++ dpkg-parsechangelog --count 1
++ awk '/^Distribution/ {print $2}'
+ DISTRIBUTION=unstable
+ APPLY_VERSION_WORKAROUND=false
+ '[' '' = true ']'
++ increase-version-number 0.18.4
+ INCREASED_VERSION=0.18.4+0
+ '[' -n '' ']'
++ date -u +%Y%m%d%H%M%S
+ TIMESTAMP=20170903093625
+ BUILD_VERSION=20170903093625.1
+ '[' unstable = UNRELEASED ']'
+ VERSION_STRING=0.18.4+0~20170903093625.1
+ '[' -n '' ']'
+ echo '*** Version string set to 0.18.4+0~20170903093625.1 ***'
*** Version string set to 0.18.4+0~20170903093625.1 ***
+ dch_opts
+ '[' -n '' ']'
+ DCH_OPTS='-S --multimaint-merge --ignore-branch'
+ echo 'Using default gbp dch options (-S --multimaint-merge --ignore-branch)'
Using default gbp dch options (-S --multimaint-merge --ignore-branch)
+ DCH_COMBINED_OPTS='-S --multimaint-merge --ignore-branch'
+ '[' -n '' ']'
+ DCH_EXTRA_OPTS=--new-version=0.18.4+0~20170903093625.1
+ '[' -n '' ']'
+ echo 'Using extra gbp dch options (--new-version=0.18.4+0~20170903093625.1)'
Using extra gbp dch options (--new-version=0.18.4+0~20170903093625.1)
+ DCH_COMBINED_OPTS='-S --multimaint-merge --ignore-branch --new-version=0.18.4+0~20170903093625.1'
+ '[' -n '' ']'
+ changelog_generation
+ '[' '' = true ']'
+ '[' -n '' ']'
+ '[' '' = identify ']'
+ '[' -r debian/gbp.conf ']'
+ echo 'Using gbp dch with auto mode.'
Using gbp dch with auto mode.
+ git_dch_auto
+ false
+ gbp dch --auto -S --multimaint-merge --ignore-branch --new-version=0.18.4+0~20170903093625.1
gbp:info: Changelog last touched at '28fdb633b6a638b51b0ccbc08a03af78fef8fb30'
gbp:info: Continuing from commit '28fdb633b6a638b51b0ccbc08a03af78fef8fb30'
gbp:info: No changes detected from 28fdb633b6a638b51b0ccbc08a03af78fef8fb30 to HEAD.
gbp:info: Changelog 0.18.4+0~20170903093625.1~1.gbp28fdb6 (snapshot #1) prepared up to 28fdb63
+ '[' -z '' ']'
+ local debchange_opts
+ '[' -n '' ']'
+ debchange --release ''
+ '[' '' = true ']'
+ gbp_opts
+ '[' -n '' ']'
+ GBP_OPTS=' -nc --git-force-create --git-ignore-new --git-ignore-branch -S -us -uc --git-verbose --git-builder=/bin/true --git-cleaner=/bin/true --git-export-dir= '
+ echo 'Using git-buildpackage default options provided by jenkins-debian-glue'
Using git-buildpackage default options provided by jenkins-debian-glue
+ gbp buildpackage -nc --git-force-create --git-ignore-new --git-ignore-branch -S -us -uc --git-verbose --git-builder=/bin/true --git-cleaner=/bin/true --git-export-dir=
gbp:debug: ['git', 'rev-parse', '--show-cdup']
gbp:debug: ['git', 'rev-parse', '--is-bare-repository']
gbp:debug: ['git', 'rev-parse', '--git-dir']
gbp:debug: /bin/true [] []
gbp:debug: ['git', 'symbolic-ref', 'HEAD']
gbp:debug: ['git', 'show-ref', 'refs/heads/jenkins-debian-glue-buildbranch9263']
gbp:debug: ['git', 'rev-parse', '--quiet', '--verify', 'HEAD']
gbp:debug: /bin/true ['-nc', '-S', '-us', '-uc'] []
+ quilt_cleanup
+ '[' -n '' ']'
+ echo '*** Unapplying all possibly applied quilt patches and removing quilt directory ***'
*** Unapplying all possibly applied quilt patches and removing quilt directory ***
+ echo '*** Note: You can skip this step by setting SKIP_QUILT_CLEANUP=true ***'
*** Note: You can skip this step by setting SKIP_QUILT_CLEANUP=true ***
+ quilt pop -a
No patch removed
+ true
+ rm -rf .pc
+ dpkg-buildpackage -uc -us -nc -d -S -i -I
dpkg-buildpackage: info: source package jenkins-debian-glue
dpkg-buildpackage: info: source version 0.18.4+0~20170903093625.1~1.gbp28fdb6
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by jenkins-debian-glue Autobuilder <jenkins@devuan-maemo-build>
dpkg-source -i -I --before-build source
dpkg-buildpackage: warning: building a source package without cleaning up as you asked; it might contain undesired files
dpkg-source -i -I -b source
dpkg-source: info: using source format '3.0 (native)'
dpkg-source: info: building jenkins-debian-glue in jenkins-debian-glue_0.18.4+0~20170903093625.1~1.gbp28fdb6.tar.xz
dpkg-source: info: building jenkins-debian-glue in jenkins-debian-glue_0.18.4+0~20170903093625.1~1.gbp28fdb6.dsc
dpkg-genbuildinfo --build=source
dpkg-genchanges --build=source >../jenkins-debian-glue_0.18.4+0~20170903093625.1~1.gbp28fdb6_source.changes
dpkg-genchanges: info: including full source code in upload
dpkg-source -i -I --after-build source
dpkg-buildpackage: info: source-only upload: Debian-native package
+ '[' -n '' ']'
+ '[' -n '' ']'
+ echo '*** Removing ../*_source.changes because KEEP_SOURCE_CHANGES is not set ***'
*** Removing ../*_source.changes because KEEP_SOURCE_CHANGES is not set ***
+ rm -f ../jenkins-debian-glue_0.18.4+0~20170903093625.1~1.gbp28fdb6_source.changes
++ readlink -f debian/changelog
+ git checkout -- /var/lib/jenkins/workspace/jenkins-debian-glue-source/source/debian/changelog
+ git checkout -f origin/master
Note: checking out 'origin/master'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b <new-branch-name>
HEAD is now at 28fdb63... Release new version 0.18.4
+ git branch -D jenkins-debian-glue-buildbranch9263
Deleted branch jenkins-debian-glue-buildbranch9263 (was 28fdb63).
Archiving artifacts
Warning: you have no plugins providing access control for builds, so falling back to legacy behavior of permitting any downstream builds to be triggered
Triggering a new build of jenkins-debian-glue-binaries
Finished: SUCCESS