Advertisement
130s

jenkins_tools_no-yaml_20131014

Oct 14th, 2013
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.18 KB | None | 0 0
  1. $ run_chroot_local precise amd64 /home/rospasta/catkinws prerelease groovy openhrp3
  2. - ubuntu distro: precise
  3. - architecture: amd64
  4. - script: prerelease
  5. - workspace: /home/rospasta/catkinws
  6. - script args: groovy openhrp3
  7. + /bin/echo 'vvvvvvvvvvvvvvvvvvv dispatch.sh vvvvvvvvvvvvvvvvvvvvvv'
  8. vvvvvvvvvvvvvvvvvvv dispatch.sh vvvvvvvvvvvvvvvvvvvvvv
  9. + SCRIPT_ARGS=
  10. + for i in '$*'
  11. ++ echo groovy
  12. + SCRIPT_ARGS=groovy
  13. + for i in '$*'
  14. ++ echo groovy openhrp3
  15. + SCRIPT_ARGS='groovy openhrp3'
  16. + echo 'Arguments for script: ' groovy openhrp3
  17. Arguments for script: groovy openhrp3
  18. + '[' -z '' ']'
  19. + export JENKINS_SCRIPTS_REPOSITORY_URL=http://github.com/ros-infrastructure/jenkins_scripts.git
  20. + JENKINS_SCRIPTS_REPOSITORY_URL=http://github.com/ros-infrastructure/jenkins_scripts.git
  21. + cd /home/rospasta/catkinws
  22. + '[' -e /home/rospasta/catkinws/run_debug_mode ']'
  23. + rm -rf jenkins_scripts
  24. + git clone http://github.com/ros-infrastructure/jenkins_scripts.git
  25. Cloning into 'jenkins_scripts'...
  26. remote: Counting objects: 1689, done.
  27. remote: Compressing objects: 100% (643/643), done.
  28. remote: Total 1689 (delta 1076), reused 1649 (delta 1044)
  29. Receiving objects: 100% (1689/1689), 496.64 KiB | 432 KiB/s, done.
  30. Resolving deltas: 100% (1076/1076), done.
  31. + cd jenkins_scripts
  32. + '[' -n '' ']'
  33. + git log -n 1
  34. commit e273406d01a18be7ed281412678df860193c9816
  35. Merge: 7e72b8c 995a016
  36. Author: Tully Foote <tfoote@osrfoundation.org>
  37. Date: Mon Oct 14 15:07:59 2013 -0700
  38.  
  39. Merge pull request #53 from ros-infrastructure/issue_126
  40.  
  41. A little bit of cleanup for https://github.com/ros-infrastructure/buildfarm/issues/126
  42. + cd /home/rospasta/catkinws
  43. + export
  44. + sudo mkdir -p /var/cache/pbuilder/ccache
  45. [sudo] password for rospasta:
  46. + sudo chmod a+w /var/cache/pbuilder/ccache
  47. + cat
  48. + chmod 755 pbuilder-env.sh
  49. +++ dirname chroot_dispatch.sh
  50. ++ cd .
  51. ++ /bin/pwd
  52. + TOP=/home/rospasta/catkinws
  53. ++ mktemp -d
  54. + tmpdir=/tmp/tmp.9vBQXP9L5C
  55. + basetgz_filename=/tmp/tmp.9vBQXP9L5C/basetgz
  56. + chroot_create.sh jenkins_tools 0.4.1 precise amd64 /tmp/tmp.9vBQXP9L5C/basetgz
  57. + /bin/echo 'vvvvvvvvvvvvvvvvvvv create_chroot.sh vvvvvvvvvvvvvvvvvvvvvv'
  58. vvvvvvvvvvvvvvvvvvv create_chroot.sh vvvvvvvvvvvvvvvvvvvvvv
  59. + IMAGETYPE=jenkins_tools
  60. + IMAGVERSION=0.4.1
  61. + DISTRO=precise
  62. + ARCH=amd64
  63. + BASE=/var/cache/pbuilder/jenkins_tools.precise.amd64-0.4.1
  64. + IMAGEFILE_FILENAME=/tmp/tmp.9vBQXP9L5C/basetgz
  65. + IMAGEFILE=/var/cache/pbuilder/jenkins_tools.precise.amd64-0.4.1.tgz
  66. + IMAGELOCK=/var/cache/pbuilder/jenkins_tools.precise.amd64-0.4.1.updatelock
  67. + IMAGESTAMPFILE=/var/cache/pbuilder/jenkins_tools.precise.amd64-0.4.1.version
  68. + ROOTDIR=/var/cache/pbuilder/jenkins_tools.precise.amd64-0.4.1/apt-conf-0.4.1
  69. + echo /var/cache/pbuilder/jenkins_tools.precise.amd64-0.4.1.tgz
  70. + '[' '!' -f /var/cache/pbuilder/jenkins_tools.precise.amd64-0.4.1.tgz ']'
  71. + UPDATE=/usr/bin/chroot_update.sh
  72. + '[' '!' -f /var/cache/pbuilder/jenkins_tools.precise.amd64-0.4.1.version ']'
  73. + IMAGESTAMP=0
  74. + /bin/echo 'Image stamp is 0'
  75. Image stamp is 0
  76. ++ apt-show-versions python-jenkins-tools
  77. ++ awk '{for (i = 0; i < 10; i++) if ( !match($i, " ") && match($i, "[0-9].[0-9]") ) print $i}'
  78. /usr/bin/chroot_create.sh: line 32: apt-show-versions: command not found
  79. + REPOSTAMP=
  80. + /bin/echo 'Repo stamp is '
  81. Repo stamp is
  82. + '[' 0 '!=' ']'
  83. /usr/bin/chroot_create.sh: line 36: [: 0: unary operator expected
  84. + /bin/echo '^^^^^^^^^^^^^^^^^^ create_chroot.sh ^^^^^^^^^^^^^^^^^^^^'
  85. ^^^^^^^^^^^^^^^^^^ create_chroot.sh ^^^^^^^^^^^^^^^^^^^^
  86. ++ cat /tmp/tmp.9vBQXP9L5C/basetgz
  87. + basetgz=/var/cache/pbuilder/jenkins_tools.precise.amd64-0.4.1.tgz
  88. + rm -rf /tmp/tmp.9vBQXP9L5C
  89. + sudo pbuilder execute --basetgz /var/cache/pbuilder/jenkins_tools.precise.amd64-0.4.1.tgz --bindmounts '/var/cache/pbuilder/ccache /home/rospasta/catkinws /home/rospasta' --inputfile /home/rospasta/catkinws/jenkins_scripts/prerelease -- /home/rospasta/catkinws/pbuilder-env.sh prerelease
  90. W: /home/rospasta/.pbuilderrc does not exist
  91. I: Building the build Environment
  92. I: extracting base tarball [/var/cache/pbuilder/jenkins_tools.precise.amd64-0.4.1.tgz]
  93. I: creating local configuration
  94. I: copying local configuration
  95. I: mounting /proc filesystem
  96. I: mounting /dev/pts filesystem
  97. I: Mounting /home/rospasta
  98. I: Mounting /home/rospasta/catkinws
  99. I: Mounting /var/cache/pbuilder/ccache
  100. I: policy-rc.d already exists
  101. I: copy /home/rospasta/catkinws/jenkins_scripts/prerelease to target directory
  102. I: Obtaining the cached apt archive contents
  103. + /bin/echo 'vvvvvvvvvvvvvvvvvvv pbuilder-env.sh vvvvvvvvvvvvvvvvvvvvvv'
  104. vvvvvvvvvvvvvvvvvvv pbuilder-env.sh vvvvvvvvvvvvvvvvvvvvvv
  105. + export CCACHE_DIR=/var/cache/pbuilder/ccache
  106. + CCACHE_DIR=/var/cache/pbuilder/ccache
  107. + export PATH=/usr/lib/ccache:/home/rospasta/catkinws/devel/bin:/opt/ros/groovy/bin:/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
  108. + PATH=/usr/lib/ccache:/home/rospasta/catkinws/devel/bin:/opt/ros/groovy/bin:/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
  109. + export WORKSPACE=/home/rospasta/catkinws
  110. + WORKSPACE=/home/rospasta/catkinws
  111. + export OS_PLATFORM=precise
  112. + OS_PLATFORM=precise
  113. + export ARCH=amd64
  114. + ARCH=amd64
  115. + '[' -d /home/rospasta/.ssh ']'
  116. + cp -a /home/rospasta/.ssh /root
  117. + chown -R root.root /root/.ssh
  118. + '[' -d /home/rospasta/.subversion ']'
  119. + cp -a /home/rospasta/.subversion /root
  120. + chown -R root.root /root/.subversion
  121. + cd /home/rospasta/catkinws
  122. + chmod 755 /home/rospasta/catkinws/jenkins_scripts/prerelease
  123. + echo ============================================================
  124. ============================================================
  125. + echo '==== Begin' prerelease 'script. Ignore the output above ====='
  126. ==== Begin prerelease script. Ignore the output above =====
  127. + echo ============================================================
  128. ============================================================
  129. + /home/rospasta/catkinws/jenkins_scripts/prerelease groovy openhrp3
  130. Traceback (most recent call last):
  131. File "/home/rospasta/catkinws/jenkins_scripts/prerelease", line 2, in <module>
  132. from test_repositories import *
  133. File "/home/rospasta/catkinws/jenkins_scripts/test_repositories.py", line 6, in <module>
  134. import yaml
  135. ImportError: No module named yaml
  136. I: Copying back the cached apt archive contents
  137. I: unmounting /var/cache/pbuilder/ccache filesystem
  138. I: unmounting /home/rospasta/catkinws filesystem
  139. I: unmounting /home/rospasta filesystem
  140. I: unmounting dev/pts filesystem
  141. I: unmounting proc filesystem
  142. I: cleaning the build env
  143. I: removing directory /var/cache/pbuilder/build//24008 and its subdirectories
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement