Advertisement
Guest User

Untitled

a guest
Apr 30th, 2015
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.37 KB | None | 0 0
  1. 20:10:39 Started by an SCM change
  2. 20:10:39 Building remotely on cent32 (scons32) in workspace /home/jenkins/workspace/build_gpsd_32
  3. 20:10:39
  4. 20:10:39 Deleting project workspace... done
  5. 20:10:39
  6. 20:10:39 Cloning the remote Git repository
  7. 20:10:39 Cloning repository http://git.savannah.gnu.org/r/gpsd.git
  8. 20:10:39 > git init /home/jenkins/workspace/build_gpsd_32 # timeout=10
  9. 20:10:39 Fetching upstream changes from http://git.savannah.gnu.org/r/gpsd.git
  10. 20:10:39 > git --version # timeout=10
  11. 20:10:39 > git fetch --tags --progress http://git.savannah.gnu.org/r/gpsd.git +refs/heads/*:refs/remotes/origin/*
  12. 20:14:24 > git config remote.origin.url http://git.savannah.gnu.org/r/gpsd.git # timeout=10
  13. 20:14:24 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
  14. 20:14:24 > git config remote.origin.url http://git.savannah.gnu.org/r/gpsd.git # timeout=10
  15. 20:14:24 Cleaning workspace
  16. 20:14:24 > git rev-parse --verify HEAD # timeout=10
  17. 20:14:24 No valid HEAD. Skipping the resetting
  18. 20:14:24 > git clean -fdx # timeout=10
  19. 20:14:24 Fetching upstream changes from http://git.savannah.gnu.org/r/gpsd.git
  20. 20:14:24 > git fetch --tags --progress http://git.savannah.gnu.org/r/gpsd.git +refs/heads/*:refs/remotes/origin/*
  21. 20:14:26 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
  22. 20:14:26 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
  23. 20:14:26 Checking out Revision 911ce93d020a849215794d41234a812cfe83d2af (refs/remotes/origin/master)
  24. 20:14:26 > git config core.sparsecheckout # timeout=10
  25. 20:14:26 > git checkout -f 911ce93d020a849215794d41234a812cfe83d2af
  26. 20:14:26 > git rev-list 10bc5f62a8d08e4083f976c901cbffe4d15fb333 # timeout=10
  27. 20:14:27 [build_gpsd_32] $ /bin/sh -xe /tmp/hudson1981665726141776520.sh
  28. 20:14:27 + echo '##############SCONS################'
  29. 20:14:27 ##############SCONS################
  30. 20:14:27 + scons
  31. 20:14:27 scons: Reading SConscript files ...
  32. 20:14:27 Checking if compiler accepts -Wextra ...yes
  33. 20:14:27 Checking if compiler accepts -Wall ...yes
  34. 20:14:27 Checking if compiler accepts -Wno-uninitialized ...yes
  35. 20:14:27 Checking if compiler accepts -Wno-missing-field-initializers ...yes
  36. 20:14:27 Checking if compiler accepts -Wcast-align ...yes
  37. 20:14:27 Checking if compiler accepts -Wmissing-declarations ...yes
  38. 20:14:27 Checking if compiler accepts -Wstrict-prototypes ...yes
  39. 20:14:27 Checking if compiler accepts -Wpointer-arith ...yes
  40. 20:14:27 Checking if compiler accepts -Wreturn-type ...yes
  41. 20:14:28 Checking if compiler accepts -pthread ...yes
  42. 20:14:28 Checking whether the C++ compiler works... yes
  43. 20:14:28 Checking for ncurses... no
  44. 20:14:28 Checking for libusb-1.0... no
  45. 20:14:28 Checking for C library librt... yes
  46. 20:14:28 Checking for dbus-1... yes
  47. 20:14:28 Checking for bluez... no
  48. 20:14:28 Turning off Bluetooth support, library not found.
  49. 20:14:28 Checking for C type in_port_t... yes
  50. 20:14:28 Checking whether SUN_LEN is declared... yes
  51. 20:14:28 Checking for C header file linux/can.h... yes
  52. 20:14:28 You have kernel CANbus available.
  53. 20:14:28 Checking if compiler is C11 ...no
  54. 20:14:28 Checking for C header file libkern/OSAtomic.h... no
  55. 20:14:28 No memory barriers - SHM export and time hinting may not be reliable.
  56. 20:14:28 Checking if compiler supplies __ORDER_BIG_ENDIAN__ ...no
  57. 20:14:28 Checking for C header file endian.h... yes
  58. 20:14:28 Checking for C function daemon()... yes
  59. 20:14:28 Checking for C function strlcpy()... no
  60. 20:14:28 Checking for C function strlcat()... no
  61. 20:14:28 Checking for C function clock_gettime()... yes
  62. 20:14:28 Checking for C library libdbus-1... yes
  63. 20:14:29 Checking for C header file sys/timepps.h... no
  64. 20:14:29 Checking if sys/ioctl.h supplies TIOCMIWAIT ...yes
  65. 20:14:29 Checking that xsltproc can make man pages... yes
  66. 20:14:29 Checking for QtNetwork... yes
  67. 20:14:29 Altered configuration variables:
  68. 20:14:29 bluez = False (default True): BlueZ support for Bluetooth devices
  69. 20:14:30 ValueError: zero length field name in format:
  70. 20:14:30 File "/home/jenkins/workspace/build_gpsd_32/SConstruct", line 1425:
  71. 20:14:30 ['''pep8 --ignore=E501,W602,E122,E241,E401 {} gps/[a-zA-Z]*.py *.py'''.format(" ".join(python_progs))])
  72. 20:14:30 Build step 'Execute shell' marked build as failure
  73. 20:14:30 [BFA] Scanning build for known causes...
  74. 20:14:30 [BFA] No failure causes found
  75. 20:14:30 [BFA] Done. 0s
  76. 20:14:30 Finished: FAILURE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement