Advertisement
Guest User

Untitled

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