Advertisement
Guest User

Untitled

a guest
Feb 7th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.30 KB | None | 0 0
  1. Source: myapp
  2. Section: devel
  3. Priority: optional
  4. Maintainer: Ubuntu Developers <webmaster@johndoe.com>
  5. XSBC-Original-Maintainer: John Doe <webmaster@johndoe.com>
  6. Standards-Version: 3.9.5
  7. Build-Depends: debhelper (>= 7)
  8. Vcs-Bzr: lp:ubuntu/hello
  9. Homepage: https://github.com/johndoe/myapp
  10.  
  11. Package: myapp
  12. Version: 1.8
  13. Architecture: amd64
  14. Depends: python-gi
  15. Description: myapp
  16.  
  17. usr/bin
  18. usr/lib
  19. usr/share/applications
  20.  
  21. usr/bin/*
  22. usr/lib/*
  23. usr/share/applications/*
  24.  
  25. #!/usr/bin/make -f
  26. # -*- makefile -*-
  27. # Uncomment this to turn on verbose mode.
  28. export DH_VERBOSE=1
  29. %:
  30. dh $@
  31.  
  32. Started by user John Doe
  33. Building in workspace /var/lib/jenkins/jobs/myapp-source/workspace
  34. No credentials specified
  35. > git rev-parse --is-inside-work-tree # timeout=10
  36. Fetching changes from the remote Git repository
  37. > git config remote.origin.url git://github.com/johndoe/myapp.git # timeout=10
  38. Fetching upstream changes from git://github.com/johndoe/myapp.git
  39. > git --version # timeout=10
  40. > git fetch --tags --progress git://github.com/johndoe/myapp.git +refs/heads/*:refs/remotes/origin/* # timeout=10
  41. > git rev-parse origin/master^{commit} # timeout=10
  42. Checking out Revision 56e6dd883f4a9117969ede29eef6ff780dc5d4ac (origin/master)
  43. > git config core.sparsecheckout # timeout=10
  44. > git checkout -f 56e6dd883f4a9117969ede29eef6ff780dc5d4ac # timeout=10
  45. Commit message: "Update rules"
  46. > git rev-list --no-walk ca2af76592882846a67fcd5bbdb84112847fa65b # timeout=10
  47. > git tag -a -f -m Jenkins Build #11 jenkins-myapp-source-11 # timeout=10
  48. [workspace] $ /bin/sh -xe /tmp/jenkins2128150088780715646.sh
  49. + rm -f ./lintian.txt ./myapp_0.8+0~20190207095814.10~1.gbpca2af7.dsc ./myapp_0.8+0~20190207095814.10~1.gbpca2af7.tar.gz ./myapp_0.8+0~20190207095814.10~1.gbpca2af7_source.buildinfo ./report ./source
  50. rm: cannot remove './report': Is a directory
  51. rm: cannot remove './source': Is a directory
  52. + true
  53. [workspace] $ /bin/sh -xe /tmp/jenkins1914057638505351054.sh
  54. + /usr/bin/generate-git-snapshot
  55. + set -e
  56. + set -u
  57. + '[' -r /etc/jenkins/debian_glue ']'
  58. + . /etc/jenkins/debian_glue
  59. + '[' -n '' ']'
  60. ++ hostname -f
  61. + DEBEMAIL='jenkins-debian-glue Autobuilder <jenkins@ip-172-31-23-247.eu-west-1.compute.internal>'
  62. + export DEBEMAIL
  63. + '[' -n '' ']'
  64. + SOURCE_DIRECTORY=source
  65. + '[' '!' -d source ']'
  66. + '[' -z 11 ']'
  67. + '[' -z 56e6dd883f4a9117969ede29eef6ff780dc5d4ac ']'
  68. ++ which gbp
  69. + '[' -x /usr/bin/gbp ']'
  70. + GBP_DCH='gbp dch'
  71. + GBP_BUILDPACKAGE='gbp buildpackage'
  72. ++ awk '/^ii/ {print $3}'
  73. ++ dpkg --list jenkins-debian-glue
  74. + JENKINS_DEBIAN_GLUE_VERSION=0.20.0+0~20190115165532.341~1.gbpab2578
  75. + '[' -n 0.20.0+0~20190115165532.341~1.gbpab2578 ']'
  76. + echo '*** Running jenkins-debian-glue version 0.20.0+0~20190115165532.341~1.gbpab2578 ***'
  77. *** Running jenkins-debian-glue version 0.20.0+0~20190115165532.341~1.gbpab2578 ***
  78. + '[' -n '' -a -z '' ']'
  79. + echo '*** source package build phase ***'
  80. *** source package build phase ***
  81. + rm -f ./report ./source
  82. rm: cannot remove './report': Is a directory
  83. rm: cannot remove './source': Is a directory
  84. + true
  85. + '[' -n '' ']'
  86. + cd source
  87. + git_cleanup
  88. + '[' -n '' ']'
  89. + echo '*** Cleaning git repository to make sure there are no modified files ***'
  90. *** Cleaning git repository to make sure there are no modified files ***
  91. + echo '*** Note: You can skip this step by setting SKIP_GIT_CLEANUP=true ***'
  92. *** Note: You can skip this step by setting SKIP_GIT_CLEANUP=true ***
  93. + git clean -fxd
  94. Removing debian/files
  95. + git reset --hard HEAD
  96. HEAD is now at 56e6dd8 Update rules
  97. + source_format_opts
  98. + '[' -f debian/source/format ']'
  99. + echo '*** WARNING: Source format is not specified in debian/source/format! ***'
  100. *** WARNING: Source format is not specified in debian/source/format! ***
  101. + return 0
  102. + identify_source_build_opts
  103. + DBP_OPTS=
  104. + '[' -r debian/source/format ']'
  105. + '[' -r debian/source/options ']'
  106. + echo '*** Enabling '''-i -I''' options as building for dpkg source format 1.0 ***'
  107. *** Enabling '-i -I' options as building for dpkg source format 1.0 ***
  108. + DBP_OPTS='-i -I'
  109. + '[' '' '!=' true ']'
  110. + gbp_conf
  111. + '[' '' = true ']'
  112. + gbp_conf_files=(/etc/git-buildpackage/gbp.conf ~/.gbp.conf .gbp.conf debian/gbp.conf .git/gbp.conf)
  113. + UPSTREAM_BRANCH=upstream
  114. + DEBIAN_BRANCH=debian
  115. + PRISTINE_TAR=false
  116. + for gbp_conf_file in "${gbp_conf_files[@]}"
  117. + '[' -f /etc/git-buildpackage/gbp.conf ']'
  118. + local value
  119. ++ git config --file /etc/git-buildpackage/gbp.conf --get DEFAULT.upstream-branch
  120. ++ true
  121. + value=
  122. + '[' -n '' ']'
  123. ++ git config --file /etc/git-buildpackage/gbp.conf --get DEFAULT.debian-branch
  124. ++ true
  125. + value=
  126. + '[' -n '' ']'
  127. ++ git config --file /etc/git-buildpackage/gbp.conf --bool --get DEFAULT.pristine-tar
  128. ++ true
  129. + value=
  130. + '[' -n '' ']'
  131. + for gbp_conf_file in "${gbp_conf_files[@]}"
  132. + '[' -f /var/lib/jenkins/.gbp.conf ']'
  133. + for gbp_conf_file in "${gbp_conf_files[@]}"
  134. + '[' -f .gbp.conf ']'
  135. + for gbp_conf_file in "${gbp_conf_files[@]}"
  136. + '[' -f debian/gbp.conf ']'
  137. + for gbp_conf_file in "${gbp_conf_files[@]}"
  138. + '[' -f .git/gbp.conf ']'
  139. + create_local_branch upstream
  140. + '[' -n upstream ']'
  141. + local BRANCH=upstream
  142. + grep -q 'remotes/origin/upstream$'
  143. + git branch -a
  144. + echo 'NOTE: branch upstream does not exist, ignoring request to checkout therefore.'
  145. NOTE: branch upstream does not exist, ignoring request to checkout therefore.
  146. + create_local_branch debian
  147. + '[' -n debian ']'
  148. + local BRANCH=debian
  149. + grep -q 'remotes/origin/debian$'
  150. + git branch -a
  151. + echo 'NOTE: branch debian does not exist, ignoring request to checkout therefore.'
  152. NOTE: branch debian does not exist, ignoring request to checkout therefore.
  153. + '[' false = true ']'
  154. + branch_checkout
  155. + random_branch=jenkins-debian-glue-buildbranch65
  156. + '[' '' = true ']'
  157. + '[' -n '' ']'
  158. + '[' -n '' ']'
  159. + '[' -n '' ']'
  160. + echo 'Making sure that random_branch jenkins-debian-glue-buildbranch65 does not exist'
  161. Making sure that random_branch jenkins-debian-glue-buildbranch65 does not exist
  162. + git branch -D jenkins-debian-glue-buildbranch65
  163. error: branch 'jenkins-debian-glue-buildbranch65' not found.
  164. + true
  165. + echo 'Checking out branch jenkins-debian-glue-buildbranch65 based on commit 56e6dd883f4a9117969ede29eef6ff780dc5d4ac'
  166. Checking out branch jenkins-debian-glue-buildbranch65 based on commit 56e6dd883f4a9117969ede29eef6ff780dc5d4ac
  167. + git checkout -b jenkins-debian-glue-buildbranch65 56e6dd883f4a9117969ede29eef6ff780dc5d4ac
  168. Switched to a new branch 'jenkins-debian-glue-buildbranch65'
  169. + '[' -n '' ']'
  170. + version_information
  171. + '[' -r debian/changelog ']'
  172. ++ awk '/^Version/ {print $2}'
  173. ++ dpkg-parsechangelog --count 1
  174. dpkg-parsechangelog: warning: debian/changelog(l5): badly formatted heading line
  175. LINE: -- Jane Doe <packager@example.com> Thu, 21 Oct 2013 11:12:00 -0400
  176. dpkg-parsechangelog: warning: debian/changelog(l5): found end of file where expected more change data or trailer
  177. + ORIG_VERSION=0.8
  178. ++ awk '/^Distribution/ {print $2}'
  179. ++ dpkg-parsechangelog --count 1
  180. dpkg-parsechangelog: warning: debian/changelog(l5): badly formatted heading line
  181. LINE: -- Jane Doe <packager@example.com> Thu, 21 Oct 2013 11:12:00 -0400
  182. dpkg-parsechangelog: warning: debian/changelog(l5): found end of file where expected more change data or trailer
  183. + DISTRIBUTION=cosmic
  184. + APPLY_VERSION_WORKAROUND=false
  185. + '[' '' = true ']'
  186. ++ increase-version-number 0.8
  187. + INCREASED_VERSION=0.8+0
  188. + '[' -n '' ']'
  189. ++ date -u +%Y%m%d%H%M%S
  190. + TIMESTAMP=20190207190036
  191. + BUILD_VERSION=20190207190036.11
  192. + '[' cosmic = UNRELEASED ']'
  193. + VERSION_STRING=0.8+0~20190207190036.11
  194. + '[' -n '' ']'
  195. + echo '*** Version string set to 0.8+0~20190207190036.11 ***'
  196. *** Version string set to 0.8+0~20190207190036.11 ***
  197. + dch_opts
  198. + '[' -n '' ']'
  199. + DCH_OPTS='-S --multimaint-merge --ignore-branch'
  200. + echo 'Using default gbp dch options (-S --multimaint-merge --ignore-branch)'
  201. Using default gbp dch options (-S --multimaint-merge --ignore-branch)
  202. + DCH_COMBINED_OPTS='-S --multimaint-merge --ignore-branch'
  203. + '[' -n '' ']'
  204. + DCH_EXTRA_OPTS=--new-version=0.8+0~20190207190036.11
  205. + '[' -n '' ']'
  206. + echo 'Using extra gbp dch options (--new-version=0.8+0~20190207190036.11)'
  207. Using extra gbp dch options (--new-version=0.8+0~20190207190036.11)
  208. + DCH_COMBINED_OPTS='-S --multimaint-merge --ignore-branch --new-version=0.8+0~20190207190036.11'
  209. + '[' -n '' ']'
  210. + changelog_generation
  211. + '[' '' = true ']'
  212. + '[' -n '' ']'
  213. + '[' '' = identify ']'
  214. + '[' -r debian/gbp.conf ']'
  215. + echo 'Using gbp dch with auto mode.'
  216. Using gbp dch with auto mode.
  217. + git_dch_auto
  218. + false
  219. + gbp dch --auto -S --multimaint-merge --ignore-branch --new-version=0.8+0~20190207190036.11
  220. gbp:info: Changelog last touched at '766602a2c459450b242de16a69102075b40315e2'
  221. gbp:info: Changelog 0.8+0~20190207190036.11~1.gbp56e6dd (snapshot #1) prepared up to 56e6dd8
  222. + '[' -z '' ']'
  223. + local debchange_opts
  224. + '[' -n '' ']'
  225. + debchange --release ''
  226. + '[' '' = true ']'
  227. + gbp_opts
  228. + '[' -n '' ']'
  229. + 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= '
  230. + echo 'Using git-buildpackage default options provided by jenkins-debian-glue'
  231. Using git-buildpackage default options provided by jenkins-debian-glue
  232. + 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=
  233. gbp:debug: ['git', 'rev-parse', '--show-cdup']
  234. gbp:debug: ['git', 'rev-parse', '--is-bare-repository']
  235. gbp:debug: ['git', 'rev-parse', '--git-dir']
  236. gbp:debug: /bin/true [] []
  237. gbp:debug: ['git', 'symbolic-ref', 'HEAD']
  238. gbp:debug: ['git', 'show-ref', 'refs/heads/jenkins-debian-glue-buildbranch65']
  239. gbp:info: Performing the build
  240. gbp:debug: /bin/true ['-nc', '-S', '-us', '-uc'] []
  241. + quilt_cleanup
  242. + '[' -n '' ']'
  243. + echo '*** Unapplying all possibly applied quilt patches and removing quilt directory ***'
  244. *** Unapplying all possibly applied quilt patches and removing quilt directory ***
  245. + echo '*** Note: You can skip this step by setting SKIP_QUILT_CLEANUP=true ***'
  246. *** Note: You can skip this step by setting SKIP_QUILT_CLEANUP=true ***
  247. + quilt pop -a
  248. No patch removed
  249. + true
  250. + rm -rf .pc
  251. + dpkg-buildpackage -uc -us -nc -d -S -i -I
  252. dpkg-buildpackage: info: source package myapp
  253. dpkg-buildpackage: info: source version 0.8+0~20190207190036.11~1.gbp56e6dd
  254. dpkg-buildpackage: info: source distribution bionic
  255. dpkg-buildpackage: info: source changed by jenkins-debian-glue Autobuilder <jenkins@ip-172-31-23-247.eu-west-1.compute.internal>
  256. dpkg-buildpackage: warning: debian/rules is not executable; fixing that
  257. dpkg-source -i -I --before-build source
  258. dpkg-source: warning: unknown information field 'Version' in input data in package's section of control info file
  259. dpkg-buildpackage: warning: building a source package without cleaning up as you asked; it might contain undesired files
  260. dpkg-source -i -I -b source
  261. dpkg-source: warning: unknown information field 'Version' in input data in package's section of control info file
  262. dpkg-source: warning: no source format specified in debian/source/format, see dpkg-source(1)
  263. dpkg-source: warning: source directory 'source' is not <sourcepackage>-<upstreamversion> 'myapp-0.8+0~20190207190036.11~1.gbp56e6dd'
  264. dpkg-source: info: using source format '1.0'
  265. dpkg-source: info: building myapp in myapp_0.8+0~20190207190036.11~1.gbp56e6dd.tar.gz
  266. dpkg-source: info: building myapp in myapp_0.8+0~20190207190036.11~1.gbp56e6dd.dsc
  267. dpkg-genbuildinfo --build=source
  268. dpkg-genbuildinfo: warning: debian/changelog(l27): badly formatted heading line
  269. LINE: -- Jane Doe <packager@example.com> Thu, 21 Oct 2013 11:12:00 -0400
  270. dpkg-genbuildinfo: warning: debian/changelog(l27): found end of file where expected more change data or trailer
  271. dpkg-genchanges --build=source >../myapp_0.8+0~20190207190036.11~1.gbp56e6dd_source.changes
  272. dpkg-genchanges: warning: debian/changelog(l27): badly formatted heading line
  273. LINE: -- Jane Doe <packager@example.com> Thu, 21 Oct 2013 11:12:00 -0400
  274. dpkg-genchanges: warning: debian/changelog(l27): found end of file where expected more change data or trailer
  275. dpkg-genchanges: info: including full source code in upload
  276. dpkg-source -i -I --after-build source
  277. dpkg-source: warning: unknown information field 'Version' in input data in package's section of control info file
  278. dpkg-buildpackage: info: source-only upload: Debian-native package
  279. + '[' -n '' ']'
  280. + '[' -n '' ']'
  281. + echo '*** Removing ../*_source.changes because KEEP_SOURCE_CHANGES is not set ***'
  282. *** Removing ../*_source.changes because KEEP_SOURCE_CHANGES is not set ***
  283. + rm -f ../myapp_0.8+0~20190207190036.11~1.gbp56e6dd_source.changes
  284. ++ readlink -f debian/changelog
  285. + git checkout -- /var/lib/jenkins/jobs/myapp-source/workspace/source/debian/changelog
  286. + git checkout -f origin/master
  287. Note: checking out 'origin/master'.
  288.  
  289. You are in 'detached HEAD' state. You can look around, make experimental
  290. changes and commit them, and you can discard any commits you make in this
  291. state without impacting any branches by performing another checkout.
  292.  
  293. If you want to create a new branch to retain commits you create, you may
  294. do so (now or later) by using -b with the checkout command again. Example:
  295.  
  296. git checkout -b <new-branch-name>
  297.  
  298. HEAD is now at 56e6dd8 Update rules
  299. + git branch -D jenkins-debian-glue-buildbranch65
  300. Deleted branch jenkins-debian-glue-buildbranch65 (was 56e6dd8).
  301. [workspace] $ /bin/sh -xe /tmp/jenkins2211155313795989483.sh
  302. + mkdir -p report
  303. + /usr/bin/lintian-junit-report myapp_0.8+0~20190207190036.11~1.gbp56e6dd.dsc
  304. Archiving artifacts
  305. Recording fingerprints
  306. Recording test results
  307. Triggering a new build of myapp-binaries
  308. Finished: SUCCESS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement