[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Build failed in Jenkins: dpkg-source #366



See <http://jenkins.grml.org/job/dpkg-source/366/changes>

Changes:

[debian] Update German scripts translation

[debian] Update German translation of manual pages

------------------------------------------
Started by remote host 2001:41c8:1000:21::21:21
Building in workspace <http://jenkins.grml.org/job/dpkg-source/ws/>
Using strategy: Default
Last Built Revision: Revision dc505ca07a9037079299aca4aeabe513d514a32e (refs/remotes/origin/master)
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://git.debian.org/git/dpkg/dpkg.git # timeout=10
Fetching upstream changes from git://git.debian.org/git/dpkg/dpkg.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress git://git.debian.org/git/dpkg/dpkg.git +refs/heads/*:refs/remotes/origin/*
getCandidateRevisions(false,origin/master,,,null,remoteUrls=[git://git.debian.org/git/dpkg/dpkg.git],buildsByBranchName={origin/master=Build #328 of Revision f183e4d39ffacc90d8a3db9be54cc8be9b00bb8d (origin/master), refs/remotes/origin/master=Build #365 of Revision dc505ca07a9037079299aca4aeabe513d514a32e (refs/remotes/origin/master)},lastBuild=Build #365 of Revision dc505ca07a9037079299aca4aeabe513d514a32e (refs/remotes/origin/master)]) considering branches to build
Qualifying origin/master as a branch in repository origin -> refs/remotes/origin/master
Qualifying origin/master as a branch in repository origin -> refs/remotes/origin/origin/master
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
rev-parse refs/remotes/origin/master -> AnyObjectId[c59cbc409f4d4c3f3ffd899be9c97b5ad87d1412]
Found a new commit AnyObjectId[c59cbc409f4d4c3f3ffd899be9c97b5ad87d1412] to be built on refs/remotes/origin/master
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Failed to rev-parse: refs/remotes/origin/origin/master
Checking out Revision c59cbc409f4d4c3f3ffd899be9c97b5ad87d1412 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c59cbc409f4d4c3f3ffd899be9c97b5ad87d1412
 > git rev-list dc505ca07a9037079299aca4aeabe513d514a32e # timeout=10
[workspace] $ /bin/sh -xe /tmp/hudson7053064112363621219.sh
+ echo *** dpkg specifics ***
*** dpkg specifics ***
+ cd source
+ ./debian/rules configure
make: `configure' is up to date.
+ autoreconf -f -i
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'.
libtoolize: copying file `build-aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
[workspace] $ /bin/sh -xe /tmp/hudson1916263031270774259.sh
+ SKIP_GIT_CLEANUP=true /usr/bin/generate-git-snapshot
+ set -e
+ set -u
+ '[' -r /etc/jenkins/debian_glue ']'
+ . /etc/jenkins/debian_glue
++ KEY_ID=52D4A654
++ DEBEMAIL='Grml.org Autobuilder <jenkins@grml.org>'
+ '[' -n 'Grml.org Autobuilder <jenkins@grml.org>' ']'
+ export DEBEMAIL
+ '[' -n '' ']'
+ SOURCE_DIRECTORY=source
+ '[' '!' -d source ']'
+ '[' -z 366 ']'
+ '[' -z c59cbc409f4d4c3f3ffd899be9c97b5ad87d1412 ']'
++ dpkg --list jenkins-debian-glue
++ awk '/^ii/ {print $3}'
+ JENKINS_DEBIAN_GLUE_VERSION=0.13.0+0~20150727152008.249~1.gbp026ace
+ '[' -n 0.13.0+0~20150727152008.249~1.gbp026ace ']'
+ echo '*** Running jenkins-debian-glue version 0.13.0+0~20150727152008.249~1.gbp026ace ***'
*** Running jenkins-debian-glue version 0.13.0+0~20150727152008.249~1.gbp026ace ***
+ '[' -n '' -a -z '' ']'
+ echo '*** source package build phase ***'
*** source package build phase ***
+ rm -f ./report ./source
rm: cannot remove `./report': Is a directory
rm: cannot remove `./source': Is a directory
+ true
+ '[' -n '' ']'
+ cd source
+ git_cleanup
+ '[' -n true ']'
+ echo '*** Skipping git_cleanup as requested via SKIP_GIT_CLEANUP ***'
*** Skipping git_cleanup as requested via SKIP_GIT_CLEANUP ***
+ return 0
+ 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-buildbranch22578
+ '[' '' = true ']'
+ '[' -n '' ']'
+ '[' -n '' ']'
+ '[' -n origin/master ']'
+ local checkout_branch
+ case "$branch" in
+ checkout_branch=origin/master
+ echo 'Making sure that random_branch jenkins-debian-glue-buildbranch22578 does not exist'
Making sure that random_branch jenkins-debian-glue-buildbranch22578 does not exist
+ git branch -D jenkins-debian-glue-buildbranch22578
error: branch 'jenkins-debian-glue-buildbranch22578' not found.
+ true
+ echo 'Checking out branch jenkins-debian-glue-buildbranch22578 based on branch origin/master'
Checking out branch jenkins-debian-glue-buildbranch22578 based on branch origin/master
+ git checkout -b jenkins-debian-glue-buildbranch22578 origin/master
Switched to a new branch 'jenkins-debian-glue-buildbranch22578'
Branch jenkins-debian-glue-buildbranch22578 set up to track remote branch master from origin.
+ '[' -n '' ']'
+ version_information
+ '[' -r debian/changelog ']'
++ dpkg-parsechangelog --count 1
++ awk '/^Version/ {print $2}'
+ ORIG_VERSION=1.18.2
++ dpkg-parsechangelog --count 1
++ awk '/^Distribution/ {print $2}'
+ DISTRIBUTION=UNRELEASED
+ APPLY_VERSION_WORKAROUND=false
+ '[' '' = true ']'
++ increase-version-number 1.18.2
+ INCREASED_VERSION=1.18.2+0
++ date -u +%Y%m%d%H%M%S
+ TIMESTAMP=20150730161947
+ BUILD_VERSION=20150730161947.366
+ '[' UNRELEASED = UNRELEASED ']'
+ dpkg --compare-versions 1.18.2 lt 1.18.2+0
+ echo '*** Not increasing version number as distribution is set to UNRELEASED ***'
*** Not increasing version number as distribution is set to UNRELEASED ***
+ INCREASED_VERSION=1.18.2
+ APPLY_VERSION_WORKAROUND=true
+ VERSION_STRING=1.18.2~20150730161947.366
+ '[' -n '' ']'
+ echo '*** Version string set to 1.18.2~20150730161947.366 ***'
*** Version string set to 1.18.2~20150730161947.366 ***
+ dch_opts
+ '[' -n '' ']'
+ DCH_OPTS='-S --multimaint-merge --ignore-branch'
+ echo 'Using default git-dch options (-S --multimaint-merge --ignore-branch)'
Using default git-dch options (-S --multimaint-merge --ignore-branch)
+ DCH_COMBINED_OPTS='-S --multimaint-merge --ignore-branch'
+ '[' -n '' ']'
+ DCH_EXTRA_OPTS=--new-version=1.18.2~20150730161947.366
+ '[' -n '' ']'
+ echo 'Using extra git-dch options (--new-version=1.18.2~20150730161947.366)'
Using extra git-dch options (--new-version=1.18.2~20150730161947.366)
+ DCH_COMBINED_OPTS='-S --multimaint-merge --ignore-branch --new-version=1.18.2~20150730161947.366'
+ '[' -n '' ']'
+ changelog_generation
+ '[' '' = true ']'
+ '[' -n '' ']'
+ '[' '' = identify ']'
+ '[' -r debian/gbp.conf ']'
+ echo 'Using git-dch with auto mode.'
Using git-dch with auto mode.
+ git_dch_auto
+ true
+ echo 'Applying version workaround workaround'
Applying version workaround workaround
+ dch -b --distribution=UNRELEASED --newversion=1.18.2~20150730161947.366 -- 'SNAPSHOT autobuild for unreleased 1.18.2 via jenkins-debian-glue.'
dch warning: new version (1.18.2~20150730161947.366) is less than
the current version number (1.18.2).
+ '[' -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
+ git-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: /bin/true [] []
gbp:debug: ['git', 'symbolic-ref', 'HEAD']
gbp:debug: ['git', 'show-ref', 'refs/heads/jenkins-debian-glue-buildbranch22578']
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: source package dpkg
dpkg-buildpackage: source version 1.18.2~20150730161947.366
dpkg-buildpackage: source changed by Grml.org Autobuilder <jenkins@grml.org>
 dpkg-source -i -I --before-build source
dpkg-source: info: using options from source/debian/source/options: --compression=xz
dpkg-source: warning: can't parse dependency libio-string-perl <!nocheck>
dpkg-source: error: error occurred while parsing Build-Depends
dpkg-buildpackage: error: dpkg-source -i -I --before-build source gave error exit status 255
Build step 'Execute shell' marked build as failure
Archiving artifacts
Recording test results
ERROR: Publisher 'Publish JUnit test result report' failed: Test reports were found but none of them are new. Did tests run? 
For example, <http://jenkins.grml.org/job/dpkg-source/ws/report/lintian.xml> is 21 hr old

Recording fingerprints


Reply to: