See <http://jenkins.grml.org/job/dpkg-source/518/display/redirect?page=changes>
Changes: [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 checkout strategy: Default Last Built Revision: Revision 68ddad3e87562ab2760a168482569a283d97375f (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 fetch --tags --progress git://git.debian.org/git/dpkg/dpkg.git > +refs/heads/*:refs/remotes/origin/* getCandidateRevisions(false,origin/master,,,hudson.plugins.git.util.BuildData@b8011a03[scmName=<null>,remoteUrls=[git://git.debian.org/git/dpkg/dpkg.git],buildsByBranchName={origin/master=Build #474 of Revision a2efb15eef7d85ffc8e96f279f8e2b3d3e89d39a (origin/master), refs/remotes/origin/master=Build #517 of Revision 68ddad3e87562ab2760a168482569a283d97375f (refs/remotes/origin/master)},lastBuild=Build #517 of Revision 68ddad3e87562ab2760a168482569a283d97375f (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[505c67eb0ce3a39219394e94ab6d27e0667f2b3e] Found a new commit AnyObjectId[505c67eb0ce3a39219394e94ab6d27e0667f2b3e] 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 505c67eb0ce3a39219394e94ab6d27e0667f2b3e (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 505c67eb0ce3a39219394e94ab6d27e0667f2b3e > git rev-list 68ddad3e87562ab2760a168482569a283d97375f # timeout=10 [workspace] $ /bin/sh -xe /tmp/hudson6885550769981198780.sh + echo *** dpkg specifics *** *** dpkg specifics *** + cd source + ./debian/rules configure make: 'configure' is up to date. + autoreconf -f -i configure.ac:20: warning: macro 'AM_GNU_GETTEXT_REQUIRE_VERSION' not found in library configure.ac:22: warning: macro 'AM_GNU_GETTEXT_REQUIRE_VERSION' not found in library 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' configure.ac:20: warning: macro 'AM_GNU_GETTEXT_REQUIRE_VERSION' not found in library configure.ac:22: warning: macro 'AM_GNU_GETTEXT_REQUIRE_VERSION' not found in library [workspace] $ /bin/sh -xe /tmp/hudson1944185690657083744.sh + SKIP_GIT_CLEANUP=true /usr/bin/generate-git-snapshot + set -e + set -u + '[' -r /etc/jenkins/debian_glue ']' + . /etc/jenkins/debian_glue ++ DEBEMAIL='Grml.org Autobuilder <[email protected]>' ++ KEY_ID=52D4A654 + '[' -n 'Grml.org Autobuilder <[email protected]>' ']' + export DEBEMAIL + '[' -n '' ']' + SOURCE_DIRECTORY=source + '[' '!' -d source ']' + '[' -z 518 ']' + '[' -z 505c67eb0ce3a39219394e94ab6d27e0667f2b3e ']' ++ 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.18.3+0~20170427163419.317~1.gbpb4b82a + '[' -n 0.18.3+0~20170427163419.317~1.gbpb4b82a ']' + echo '*** Running jenkins-debian-glue version 0.18.3+0~20170427163419.317~1.gbpb4b82a ***' *** Running jenkins-debian-glue version 0.18.3+0~20170427163419.317~1.gbpb4b82a *** + '[' -n '' -a -z '' ']' + echo '*** source package build phase ***' *** source package build phase *** + rm -f ./dpkg_1.19.0~20170521001059.517.dsc ./dpkg_1.19.0~20170521001059.517.tar.xz ./lintian.txt ./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) *** + identify_source_build_opts + DBP_OPTS= + '[' -r debian/source/format ']' + grep -q '^1\.0' debian/source/format + echo '*** Found dpkg source format != 1.0, nothing to do ****' *** Found dpkg source format != 1.0, nothing to do **** + return 0 + '[' '' '!=' 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-buildbranch9551 + '[' '' = 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-buildbranch9551 does not exist' Making sure that random_branch jenkins-debian-glue-buildbranch9551 does not exist + git branch -D jenkins-debian-glue-buildbranch9551 error: branch 'jenkins-debian-glue-buildbranch9551' not found. + true + echo 'Checking out branch jenkins-debian-glue-buildbranch9551 based on branch origin/master' Checking out branch jenkins-debian-glue-buildbranch9551 based on branch origin/master + git checkout -b jenkins-debian-glue-buildbranch9551 origin/master Switched to a new branch 'jenkins-debian-glue-buildbranch9551' Branch jenkins-debian-glue-buildbranch9551 set up to track remote branch master from origin. + '[' -n '' ']' + version_information + '[' -r debian/changelog ']' ++ dpkg-parsechangelog --count 1 ++ awk '/^Version/ {print $2}' parsechangelog/debian: warning: debian/changelog(l35): found start of entry where expected more change data or trailer LINE: dpkg (1.18.24) unstable; urgency=medium parsechangelog/debian: warning: debian/changelog(l35): found eof where expected more change data or trailer + ORIG_VERSION=1.19.0 ++ dpkg-parsechangelog --count 1 ++ awk '/^Distribution/ {print $2}' parsechangelog/debian: warning: debian/changelog(l35): found start of entry where expected more change data or trailer LINE: dpkg (1.18.24) unstable; urgency=medium parsechangelog/debian: warning: debian/changelog(l35): found eof where expected more change data or trailer + DISTRIBUTION=UNRELEASED + APPLY_VERSION_WORKAROUND=false + '[' '' = true ']' ++ increase-version-number 1.19.0 + INCREASED_VERSION=1.19.0+0 + '[' -n '' ']' ++ date -u +%Y%m%d%H%M%S + TIMESTAMP=20170521055649 + BUILD_VERSION=20170521055649.518 + '[' UNRELEASED = UNRELEASED ']' + dpkg --compare-versions 1.19.0 lt 1.19.0+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.19.0 + '[' '' = true ']' + APPLY_VERSION_WORKAROUND=true + VERSION_STRING=1.19.0~20170521055649.518 + '[' -n '' ']' + echo '*** Version string set to 1.19.0~20170521055649.518 ***' *** Version string set to 1.19.0~20170521055649.518 *** + 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=1.19.0~20170521055649.518 + '[' -n '' ']' + echo 'Using extra gbp dch options (--new-version=1.19.0~20170521055649.518)' Using extra gbp dch options (--new-version=1.19.0~20170521055649.518) + DCH_COMBINED_OPTS='-S --multimaint-merge --ignore-branch --new-version=1.19.0~20170521055649.518' + '[' -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 + true + echo 'Applying version workaround workaround' Applying version workaround workaround + dch -b --distribution=UNRELEASED --newversion=1.19.0~20170521055649.518 -- 'SNAPSHOT autobuild for unreleased 1.19.0 via jenkins-debian-glue.' parsechangelog/debian: warning: debian/changelog(l35): found start of entry where expected more change data or trailer LINE: dpkg (1.18.24) unstable; urgency=medium parsechangelog/debian: warning: debian/changelog(l35): found eof where expected more change data or trailer dch: fatal error at line 645: No maintainer in changelog! Build step 'Execute shell' marked build as failure Archiving artifacts Recording test results ERROR: Step ‘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 5 hr 44 min old Recording fingerprints Not sending mail to unregistered user [email protected]

