Advertisement
Guest User

ZooKeeper RPM build error

a guest
Sep 28th, 2011
472
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 80.25 KB | None | 0 0
  1. Buildfile: build.xml
  2.  
  3. init:
  4.  
  5. ivy-download:
  6.  
  7. ivy-taskdef:
  8.  
  9. ivy-init:
  10.  
  11. ivy-retrieve:
  12. [ivy:retrieve] :: Ivy 2.2.0 - 20100923230623 :: http://ant.apache.org/ivy/ ::
  13. [ivy:retrieve] :: loading settings :: file = /opt/wpusers/tkadlubo/zookeeper/ivysettings.xml
  14. [ivy:retrieve] :: resolving dependencies :: org.apache.zookeeper#zookeeper;3.4.0
  15. [ivy:retrieve] confs: [default]
  16. [ivy:retrieve] found org.slf4j#slf4j-api;1.6.2 in wpnexus
  17. [ivy:retrieve] found org.slf4j#slf4j-log4j12;1.6.2 in wpnexus
  18. [ivy:retrieve] found log4j#log4j;1.2.16 in wpnexus
  19. [ivy:retrieve] found jline#jline;0.9.94 in wpnexus
  20. [ivy:retrieve] found org.jboss.netty#netty;3.2.5.Final in wpnexus
  21. [ivy:retrieve] found net.java.dev.javacc#javacc;5.0 in wpnexus
  22. [ivy:retrieve] :: resolution report :: resolve 223ms :: artifacts dl 11ms
  23. ---------------------------------------------------------------------
  24. | | modules || artifacts |
  25. | conf | number| search|dwnlded|evicted|| number|dwnlded|
  26. ---------------------------------------------------------------------
  27. | default | 6 | 0 | 0 | 0 || 6 | 0 |
  28. ---------------------------------------------------------------------
  29. [ivy:retrieve] :: retrieving :: org.apache.zookeeper#zookeeper
  30. [ivy:retrieve] confs: [default]
  31. [ivy:retrieve] 1 artifacts copied, 5 already retrieved (291kB/8ms)
  32.  
  33. generate_jute_parser:
  34. [ivy:artifactproperty] DEPRECATED: 'ivy.conf.file' is deprecated, use 'ivy.settings.file' instead
  35. [ivy:artifactproperty] :: loading settings :: file = /opt/wpusers/tkadlubo/zookeeper/ivysettings.xml
  36. [move] Moving 1 file to /opt/wpusers/tkadlubo/zookeeper/build/lib
  37. [javacc] Java Compiler Compiler Version 5.0 (Parser Generator)
  38. [javacc] (type "javacc" with no arguments for help)
  39. [javacc] Reading from file /opt/wpusers/tkadlubo/zookeeper/src/java/main/org/apache/jute/compiler/generated/rcc.jj . . .
  40. [javacc] File "TokenMgrError.java" is being rebuilt.
  41. [javacc] File "ParseException.java" is being rebuilt.
  42. [javacc] File "Token.java" is being rebuilt.
  43. [javacc] File "SimpleCharStream.java" is being rebuilt.
  44. [javacc] Parser generated successfully.
  45.  
  46. jute:
  47. [javac] Compiling 7 source files to /opt/wpusers/tkadlubo/zookeeper/build/classes
  48.  
  49. compile_jute_uptodate:
  50.  
  51. compile_jute:
  52.  
  53. compile-native:
  54. [exec] libtoolize: putting auxiliary files in `.'.
  55. [exec] libtoolize: copying file `./ltmain.sh'
  56. [exec] libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
  57. [exec] libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
  58. [exec] libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
  59. [exec] checking for doxygen... no
  60. [exec] checking for perl... /usr/bin/perl
  61. [exec] checking for dot... no
  62. [exec] checking for a BSD-compatible install... /usr/bin/install -c
  63. [exec] checking whether build environment is sane... yes
  64. [exec] checking for a thread-safe mkdir -p... /bin/mkdir -p
  65. [exec] checking for gawk... gawk
  66. [exec] checking whether make sets $(MAKE)... yes
  67. [exec] checking for cppunit-config... /usr/bin/cppunit-config
  68. [exec] checking for Cppunit - version >= 1.10.2... 1.12.1
  69. [exec] checking for gcc... gcc
  70. [exec] checking for C compiler default output file name... a.out
  71. [exec] checking whether the C compiler works... yes
  72. [exec] checking whether we are cross compiling... no
  73. [exec] checking for suffix of executables...
  74. [exec] checking for suffix of object files... o
  75. [exec] checking whether we are using the GNU C compiler... yes
  76. [exec] checking whether gcc accepts -g... yes
  77. [exec] checking for gcc option to accept ISO C89... none needed
  78. [exec] checking for style of include used by make... GNU
  79. [exec] checking dependency style of gcc... gcc3
  80. [exec] checking whether gcc and cc understand -c and -o together... yes
  81. [exec] checking for g++... g++
  82. [exec] checking whether we are using the GNU C++ compiler... yes
  83. [exec] checking whether g++ accepts -g... yes
  84. [exec] checking dependency style of g++... gcc3
  85. [exec] checking for a BSD-compatible install... /usr/bin/install -c
  86. [exec] checking whether ln -s works... yes
  87. [exec] checking build system type... i686-pc-linux-gnu
  88. [exec] checking host system type... i686-pc-linux-gnu
  89. [exec] checking for a sed that does not truncate output... /bin/sed
  90. [exec] checking for grep that handles long lines and -e... /bin/grep
  91. [exec] checking for egrep... /bin/grep -E
  92. [exec] checking for fgrep... /bin/grep -F
  93. [exec] checking for ld used by gcc... /usr/bin/ld
  94. [exec] checking if the linker (/usr/bin/ld) is GNU ld... yes
  95. [exec] checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  96. [exec] checking the name lister (/usr/bin/nm -B) interface... BSD nm
  97. [exec] checking the maximum length of command line arguments... 1966080
  98. [exec] checking whether the shell understands some XSI constructs... yes
  99. [exec] checking whether the shell understands "+="... yes
  100. [exec] checking for /usr/bin/ld option to reload object files... -r
  101. [exec] checking for objdump... objdump
  102. [exec] checking how to recognize dependent libraries... pass_all
  103. [exec] checking for ar... ar
  104. [exec] checking for strip... strip
  105. [exec] checking for ranlib... ranlib
  106. [exec] checking command to parse /usr/bin/nm -B output from gcc object... ok
  107. [exec] checking how to run the C preprocessor... gcc -E
  108. [exec] checking for ANSI C header files... yes
  109. [exec] checking for sys/types.h... yes
  110. [exec] checking for sys/stat.h... yes
  111. [exec] checking for stdlib.h... yes
  112. [exec] checking for string.h... yes
  113. [exec] checking for memory.h... yes
  114. [exec] checking for strings.h... yes
  115. [exec] checking for inttypes.h... yes
  116. [exec] checking for stdint.h... yes
  117. [exec] checking for unistd.h... yes
  118. [exec] checking for dlfcn.h... yes
  119. [exec] checking whether we are using the GNU C++ compiler... (cached) yes
  120. [exec] checking whether g++ accepts -g... (cached) yes
  121. [exec] checking dependency style of g++... (cached) gcc3
  122. [exec] checking how to run the C++ preprocessor... g++ -E
  123. [exec] checking for objdir... .libs
  124. [exec] checking if gcc supports -fno-rtti -fno-exceptions... no
  125. [exec] checking for gcc option to produce PIC... -fPIC -DPIC
  126. [exec] checking if gcc PIC flag -fPIC -DPIC works... yes
  127. [exec] checking if gcc static flag -static works... no
  128. [exec] checking if gcc supports -c -o file.o... yes
  129. [exec] checking if gcc supports -c -o file.o... (cached) yes
  130. [exec] checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  131. [exec] checking whether -lc should be explicitly linked in... no
  132. [exec] checking dynamic linker characteristics... GNU/Linux ld.so
  133. [exec] checking how to hardcode library paths into programs... immediate
  134. [exec] checking whether stripping libraries is possible... yes
  135. [exec] checking if libtool supports shared libraries... yes
  136. [exec] checking whether to build shared libraries... yes
  137. [exec] checking whether to build static libraries... yes
  138. [exec] checking for ld used by g++... /usr/bin/ld
  139. [exec] checking if the linker (/usr/bin/ld) is GNU ld... yes
  140. [exec] checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  141. [exec] checking for g++ option to produce PIC... -fPIC -DPIC
  142. [exec] checking if g++ PIC flag -fPIC -DPIC works... yes
  143. [exec] checking if g++ static flag -static works... no
  144. [exec] checking if g++ supports -c -o file.o... yes
  145. [exec] checking if g++ supports -c -o file.o... (cached) yes
  146. [exec] checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  147. [exec] checking dynamic linker characteristics... GNU/Linux ld.so
  148. [exec] checking how to hardcode library paths into programs... immediate
  149. [exec] checking for pthread_mutex_lock in -lpthread... yes
  150. [exec] configure: building with SyncAPI support
  151. [exec] checking for ANSI C header files... (cached) yes
  152. [exec] checking arpa/inet.h usability... yes
  153. [exec] checking arpa/inet.h presence... yes
  154. [exec] checking for arpa/inet.h... yes
  155. [exec] checking fcntl.h usability... yes
  156. [exec] checking fcntl.h presence... yes
  157. [exec] checking for fcntl.h... yes
  158. [exec] checking netdb.h usability... yes
  159. [exec] checking netdb.h presence... yes
  160. [exec] checking for netdb.h... yes
  161. [exec] checking netinet/in.h usability... yes
  162. [exec] checking netinet/in.h presence... yes
  163. [exec] checking for netinet/in.h... yes
  164. [exec] checking for stdlib.h... (cached) yes
  165. [exec] checking for string.h... (cached) yes
  166. [exec] checking sys/socket.h usability... yes
  167. [exec] checking sys/socket.h presence... yes
  168. [exec] checking for sys/socket.h... yes
  169. [exec] checking sys/time.h usability... yes
  170. [exec] checking sys/time.h presence... yes
  171. [exec] checking for sys/time.h... yes
  172. [exec] checking for unistd.h... (cached) yes
  173. [exec] checking sys/utsname.h usability... yes
  174. [exec] checking sys/utsname.h presence... yes
  175. [exec] checking for sys/utsname.h... yes
  176. [exec] checking for an ANSI C-conforming const... yes
  177. [exec] checking for inline... inline
  178. [exec] checking whether time.h and sys/time.h may both be included... yes
  179. [exec] checking for nfds_t... yes
  180. [exec] checking whether to enable ipv6... yes
  181. [exec] checking for getcwd... yes
  182. [exec] checking for gethostbyname... yes
  183. [exec] checking for gethostname... yes
  184. [exec] checking for getlogin... yes
  185. [exec] checking for getpwuid_r... yes
  186. [exec] checking for gettimeofday... yes
  187. [exec] checking for getuid... yes
  188. [exec] checking for memmove... yes
  189. [exec] checking for memset... yes
  190. [exec] checking for poll... yes
  191. [exec] checking for socket... yes
  192. [exec] checking for strchr... yes
  193. [exec] checking for strdup... yes
  194. [exec] checking for strerror... yes
  195. [exec] checking for strtol... yes
  196. [exec] configure: creating ./config.status
  197. [exec] config.status: creating Makefile
  198. [exec] config.status: creating config.h
  199. [exec] config.status: config.h is unchanged
  200. [exec] config.status: executing depfiles commands
  201. [exec] config.status: executing libtool commands
  202. [exec] make[1]: Entering directory `/opt/wpusers/tkadlubo/zookeeper/build/c'
  203. [exec] test -z "/opt/wpusers/tkadlubo/zookeeper/build/c/build//usr/lib" || /bin/mkdir -p "/opt/wpusers/tkadlubo/zookeeper/build/c/build//usr/lib"
  204. [exec] /bin/sh ./libtool --mode=install /usr/bin/install -c libzookeeper_st.la libzookeeper_mt.la '/opt/wpusers/tkadlubo/zookeeper/build/c/build//usr/lib'
  205. [exec] libtool: install: /usr/bin/install -c .libs/libzookeeper_st.so.2.0.0 /opt/wpusers/tkadlubo/zookeeper/build/c/build//usr/lib/libzookeeper_st.so.2.0.0
  206. [exec] libtool: install: (cd /opt/wpusers/tkadlubo/zookeeper/build/c/build//usr/lib && { ln -s -f libzookeeper_st.so.2.0.0 libzookeeper_st.so.2 || { rm -f libzookeeper_st.so.2 && ln -s libzookeeper_st.so.2.0.0 libzookeeper_st.so.2; }; })
  207. [exec] libtool: install: (cd /opt/wpusers/tkadlubo/zookeeper/build/c/build//usr/lib && { ln -s -f libzookeeper_st.so.2.0.0 libzookeeper_st.so || { rm -f libzookeeper_st.so && ln -s libzookeeper_st.so.2.0.0 libzookeeper_st.so; }; })
  208. [exec] libtool: install: /usr/bin/install -c .libs/libzookeeper_st.lai /opt/wpusers/tkadlubo/zookeeper/build/c/build//usr/lib/libzookeeper_st.la
  209. [exec] libtool: install: /usr/bin/install -c .libs/libzookeeper_mt.so.2.0.0 /opt/wpusers/tkadlubo/zookeeper/build/c/build//usr/lib/libzookeeper_mt.so.2.0.0
  210. [exec] libtool: install: (cd /opt/wpusers/tkadlubo/zookeeper/build/c/build//usr/lib && { ln -s -f libzookeeper_mt.so.2.0.0 libzookeeper_mt.so.2 || { rm -f libzookeeper_mt.so.2 && ln -s libzookeeper_mt.so.2.0.0 libzookeeper_mt.so.2; }; })
  211. [exec] libtool: install: (cd /opt/wpusers/tkadlubo/zookeeper/build/c/build//usr/lib && { ln -s -f libzookeeper_mt.so.2.0.0 libzookeeper_mt.so || { rm -f libzookeeper_mt.so && ln -s libzookeeper_mt.so.2.0.0 libzookeeper_mt.so; }; })
  212. [exec] libtool: install: /usr/bin/install -c .libs/libzookeeper_mt.lai /opt/wpusers/tkadlubo/zookeeper/build/c/build//usr/lib/libzookeeper_mt.la
  213. [exec] libtool: install: /usr/bin/install -c .libs/libzookeeper_st.a /opt/wpusers/tkadlubo/zookeeper/build/c/build//usr/lib/libzookeeper_st.a
  214. [exec] libtool: install: chmod 644 /opt/wpusers/tkadlubo/zookeeper/build/c/build//usr/lib/libzookeeper_st.a
  215. [exec] libtool: install: ranlib /opt/wpusers/tkadlubo/zookeeper/build/c/build//usr/lib/libzookeeper_st.a
  216. [exec] libtool: install: /usr/bin/install -c .libs/libzookeeper_mt.a /opt/wpusers/tkadlubo/zookeeper/build/c/build//usr/lib/libzookeeper_mt.a
  217. [exec] libtool: install: chmod 644 /opt/wpusers/tkadlubo/zookeeper/build/c/build//usr/lib/libzookeeper_mt.a
  218. [exec] libtool: install: ranlib /opt/wpusers/tkadlubo/zookeeper/build/c/build//usr/lib/libzookeeper_mt.a
  219. [exec] libtool: finish: PATH="/usr/local/bin:/bin:/usr/bin:/opt/wpusers/tkadlubo/zookeeper/src/c:/sbin" ldconfig -n /opt/wpusers/tkadlubo/zookeeper/build/c/build//usr/lib
  220. [exec] ----------------------------------------------------------------------
  221. [exec] Libraries have been installed in:
  222. [exec] /opt/wpusers/tkadlubo/zookeeper/build/c/build//usr/lib
  223. [exec]
  224. [exec] If you ever happen to want to link against installed libraries
  225. [exec] in a given directory, LIBDIR, you must either use libtool, and
  226. [exec] specify the full pathname of the library, or use the `-LLIBDIR'
  227. [exec] flag during linking and do at least one of the following:
  228. [exec] - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  229. [exec] during execution
  230. [exec] - add LIBDIR to the `LD_RUN_PATH' environment variable
  231. [exec] during linking
  232. [exec] - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  233. [exec] - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  234. [exec]
  235. [exec] See any operating system documentation about shared libraries for
  236. [exec] more information, such as the ld(1) and ld.so(8) manual pages.
  237. [exec] ----------------------------------------------------------------------
  238. [exec] test -z "/opt/wpusers/tkadlubo/zookeeper/build/c/build//usr/bin" || /bin/mkdir -p "/opt/wpusers/tkadlubo/zookeeper/build/c/build//usr/bin"
  239. [exec] /bin/sh ./libtool --mode=install /usr/bin/install -c cli_st cli_mt load_gen '/opt/wpusers/tkadlubo/zookeeper/build/c/build//usr/bin'
  240. [exec] libtool: install: /usr/bin/install -c .libs/cli_st /opt/wpusers/tkadlubo/zookeeper/build/c/build//usr/bin/cli_st
  241. [exec] libtool: install: /usr/bin/install -c .libs/cli_mt /opt/wpusers/tkadlubo/zookeeper/build/c/build//usr/bin/cli_mt
  242. [exec] libtool: install: /usr/bin/install -c .libs/load_gen /opt/wpusers/tkadlubo/zookeeper/build/c/build//usr/bin/load_gen
  243. [exec] test -z "/opt/wpusers/tkadlubo/zookeeper/build/c/build//usr/include/zookeeper" || /bin/mkdir -p "/opt/wpusers/tkadlubo/zookeeper/build/c/build//usr/include/zookeeper"
  244. [exec] /usr/bin/install -c -m 644 /opt/wpusers/tkadlubo/zookeeper/src/c/include/zookeeper.h /opt/wpusers/tkadlubo/zookeeper/src/c/include/zookeeper_version.h /opt/wpusers/tkadlubo/zookeeper/src/c/include/zookeeper_log.h /opt/wpusers/tkadlubo/zookeeper/src/c/include/proto.h /opt/wpusers/tkadlubo/zookeeper/src/c/include/recordio.h /opt/wpusers/tkadlubo/zookeeper/src/c/generated/zookeeper.jute.h '/opt/wpusers/tkadlubo/zookeeper/build/c/build//usr/include/zookeeper'
  245. [exec] make[1]: Leaving directory `/opt/wpusers/tkadlubo/zookeeper/build/c'
  246.  
  247. clover.setup:
  248.  
  249. clover.info:
  250.  
  251. clover:
  252.  
  253. ver-gen:
  254.  
  255. svn-revision:
  256. [exec] /opt/wpusers/tkadlubo/zookeeper/src/lastRevision.sh: line 19: svn: command not found
  257.  
  258. version-info:
  259. [java] Unknown REVISION number, using -1
  260.  
  261. build-generated:
  262. [javac] Compiling 1 source file to /opt/wpusers/tkadlubo/zookeeper/build/classes
  263.  
  264. compile:
  265.  
  266. jar:
  267. [jar] Building jar: /opt/wpusers/tkadlubo/zookeeper/build/zookeeper-3.4.0.jar
  268.  
  269. bin-jar:
  270. [jar] Building jar: /opt/wpusers/tkadlubo/zookeeper/build/zookeeper-3.4.0-bin.jar
  271.  
  272. src-jar:
  273. [jar] Building jar: /opt/wpusers/tkadlubo/zookeeper/build/zookeeper-3.4.0-sources.jar
  274.  
  275. javadoc:
  276. [javadoc] Generating Javadoc
  277. [javadoc] Javadoc execution
  278. [javadoc] Loading source file /opt/wpusers/tkadlubo/zookeeper/src/java/main/org/apache/zookeeper/AsyncCallback.java...
  279. [javadoc] Loading source file /opt/wpusers/tkadlubo/zookeeper/src/java/main/org/apache/zookeeper/CreateMode.java...
  280. [javadoc] Loading source file /opt/wpusers/tkadlubo/zookeeper/src/java/main/org/apache/zookeeper/KeeperException.java...
  281. [javadoc] Loading source file /opt/wpusers/tkadlubo/zookeeper/src/java/main/org/apache/zookeeper/ServerAdminClient.java...
  282. [javadoc] Loading source file /opt/wpusers/tkadlubo/zookeeper/src/java/main/org/apache/zookeeper/WatchedEvent.java...
  283. [javadoc] Loading source file /opt/wpusers/tkadlubo/zookeeper/src/java/main/org/apache/zookeeper/Watcher.java...
  284. [javadoc] Loading source file /opt/wpusers/tkadlubo/zookeeper/src/java/main/org/apache/zookeeper/ZooDefs.java...
  285. [javadoc] Loading source file /opt/wpusers/tkadlubo/zookeeper/src/java/main/org/apache/zookeeper/ZooKeeper.java...
  286. [javadoc] Loading source file /opt/wpusers/tkadlubo/zookeeper/src/java/main/org/apache/zookeeper/ZooKeeperMain.java...
  287. [javadoc] Loading source file /opt/wpusers/tkadlubo/zookeeper/src/java/main/org/apache/zookeeper/server/LogFormatter.java...
  288. [javadoc] Loading source file /opt/wpusers/tkadlubo/zookeeper/src/java/main/org/apache/zookeeper/server/PurgeTxnLog.java...
  289. [javadoc] Loading source file /opt/wpusers/tkadlubo/zookeeper/src/java/main/org/apache/zookeeper/server/ZooKeeperServerMain.java...
  290. [javadoc] Loading source file /opt/wpusers/tkadlubo/zookeeper/src/java/main/org/apache/zookeeper/server/quorum/QuorumPeerMain.java...
  291. [javadoc] Loading source file /opt/wpusers/tkadlubo/zookeeper/src/java/main/org/apache/zookeeper/server/upgrade/UpgradeMain.java...
  292. [javadoc] Loading source files for package org.apache.zookeeper.data...
  293. [javadoc] Constructing Javadoc information...
  294. [javadoc] javadoc: warning - Error fetching URL: http://java.sun.com/javase/6/docs/api/package-list
  295. [javadoc] Standard Doclet version 1.6.0_17
  296. [javadoc] Building tree for all the packages and classes...
  297. [javadoc] Building index for all the packages and classes...
  298. [javadoc] Building index for all classes...
  299. [javadoc] Generating /opt/wpusers/tkadlubo/zookeeper/build/docs/api/stylesheet.css...
  300. [javadoc] 1 warning
  301.  
  302. javadoc-jar:
  303. [jar] Building jar: /opt/wpusers/tkadlubo/zookeeper/build/zookeeper-3.4.0-javadoc.jar
  304.  
  305. ivy-retrieve-test:
  306. [ivy:retrieve] :: resolving dependencies :: org.apache.zookeeper#zookeeper;3.4.0
  307. [ivy:retrieve] confs: [test]
  308. [ivy:retrieve] found junit#junit;4.9 in wpnexus
  309. [ivy:retrieve] found org.hamcrest#hamcrest-core;1.1 in wpnexus
  310. [ivy:retrieve] found checkstyle#checkstyle;5.0 in wpnexus
  311. [ivy:retrieve] found antlr#antlr;2.7.6 in wpnexus
  312. [ivy:retrieve] found commons-beanutils#commons-beanutils-core;1.7.0 in wpnexus
  313. [ivy:retrieve] found commons-collections#commons-collections;2.0 in wpnexus
  314. [ivy:retrieve] found commons-cli#commons-cli;1.0 in wpnexus
  315. [ivy:retrieve] found commons-lang#commons-lang;1.0 in wpnexus
  316. [ivy:retrieve] found commons-logging#commons-logging;1.0.3 in wpnexus
  317. [ivy:retrieve] found com.google.collections#google-collections;0.9 in wpnexus
  318. [ivy:retrieve] :: resolution report :: resolve 195ms :: artifacts dl 11ms
  319. [ivy:retrieve] :: evicted modules:
  320. [ivy:retrieve] commons-logging#commons-logging;1.0 by [commons-logging#commons-logging;1.0.3] in [test]
  321. [ivy:retrieve] junit#junit;3.7 by [junit#junit;4.9] in [test]
  322. ---------------------------------------------------------------------
  323. | | modules || artifacts |
  324. | conf | number| search|dwnlded|evicted|| number|dwnlded|
  325. ---------------------------------------------------------------------
  326. | test | 12 | 0 | 0 | 2 || 10 | 0 |
  327. ---------------------------------------------------------------------
  328. [ivy:retrieve] :: retrieving :: org.apache.zookeeper#zookeeper
  329. [ivy:retrieve] confs: [test]
  330. [ivy:retrieve] 0 artifacts copied, 10 already retrieved (0kB/7ms)
  331.  
  332. compile-test:
  333.  
  334. test-jar:
  335. [jar] Building jar: /opt/wpusers/tkadlubo/zookeeper/build/zookeeper-3.4.0-test.jar
  336.  
  337. ivy-retrieve-jdiff:
  338. [ivy:retrieve] :: resolving dependencies :: org.apache.zookeeper#zookeeper;3.4.0
  339. [ivy:retrieve] confs: [jdiff]
  340. [ivy:retrieve] found jdiff#jdiff;1.0.9 in wpnexus
  341. [ivy:retrieve] found xerces#xerces;1.4.4 in wpnexus
  342. [ivy:retrieve] :: resolution report :: resolve 31ms :: artifacts dl 1ms
  343. ---------------------------------------------------------------------
  344. | | modules || artifacts |
  345. | conf | number| search|dwnlded|evicted|| number|dwnlded|
  346. ---------------------------------------------------------------------
  347. | jdiff | 2 | 0 | 0 | 0 || 2 | 0 |
  348. ---------------------------------------------------------------------
  349. [ivy:retrieve] :: retrieving :: org.apache.zookeeper#zookeeper
  350. [ivy:retrieve] confs: [jdiff]
  351. [ivy:retrieve] 0 artifacts copied, 2 already retrieved (0kB/3ms)
  352.  
  353. write-null:
  354.  
  355. api-xml:
  356. [javadoc] Generating Javadoc
  357. [javadoc] Javadoc execution
  358. [javadoc] Loading source files for package org.apache.zookeeper...
  359. [javadoc] Constructing Javadoc information...
  360. [javadoc] JDiff: doclet started ...
  361. [javadoc] JDiff: writing the API to file '/opt/wpusers/tkadlubo/zookeeper/src/java/lib/jdiff/zookeeper_3.4.0.xml'...
  362. [javadoc] JDiff: finished (took 0s, not including scanning the source files).
  363.  
  364. api-report:
  365. [javadoc] Generating Javadoc
  366. [javadoc] Javadoc execution
  367. [javadoc] Loading source file /opt/wpusers/tkadlubo/zookeeper/build/jdiff/lib/Null.java...
  368. [javadoc] Loading source files for package org.apache.jute.compiler...
  369. [javadoc] Loading source files for package org.apache.zookeeper...
  370. [javadoc] Loading source files for package org.apache.zookeeper.client...
  371. [javadoc] Loading source files for package org.apache.zookeeper.common...
  372. [javadoc] Loading source files for package org.apache.zookeeper.jmx...
  373. [javadoc] Loading source files for package org.apache.zookeeper.server...
  374. [javadoc] Loading source files for package org.apache.zookeeper.server.auth...
  375. [javadoc] Loading source files for package org.apache.zookeeper.server.persistence...
  376. [javadoc] Loading source files for package org.apache.zookeeper.server.quorum...
  377. [javadoc] Loading source files for package org.apache.zookeeper.server.quorum.flexible...
  378. [javadoc] Loading source files for package org.apache.zookeeper.server.upgrade...
  379. [javadoc] Loading source files for package org.apache.zookeeper.server.util...
  380. [javadoc] Loading source files for package org.apache.zookeeper.version.util...
  381. [javadoc] Constructing Javadoc information...
  382. [javadoc] /opt/wpusers/tkadlubo/zookeeper/src/java/main/org/apache/zookeeper/server/auth/KerberosName.java:35: warning: sun.security.krb5.Config is Sun proprietary API and may be removed in a future release
  383. [javadoc] import sun.security.krb5.Config;
  384. [javadoc] ^
  385. [javadoc] /opt/wpusers/tkadlubo/zookeeper/src/java/main/org/apache/zookeeper/server/auth/KerberosName.java:36: warning: sun.security.krb5.KrbException is Sun proprietary API and may be removed in a future release
  386. [javadoc] import sun.security.krb5.KrbException;
  387. [javadoc] ^
  388. [javadoc] /opt/wpusers/tkadlubo/zookeeper/src/java/main/org/apache/zookeeper/server/auth/KerberosName.java:82: warning: sun.security.krb5.Config is Sun proprietary API and may be removed in a future release
  389. [javadoc] private static Config kerbConf;
  390. [javadoc] ^
  391. [javadoc] JDiff: doclet started ...
  392. [javadoc] JDiff: reading the old API in from file '/opt/wpusers/tkadlubo/zookeeper/src/java/lib/jdiff/zookeeper_3.1.1.xml'...Warning: incorrectly formatted @link in text: API errors.
  393. [javadoc] This is never thrown by the server, it shouldn't be used other than
  394. [javadoc] to indicate a range. Specifically error codes greater than this
  395. [javadoc] value are API errors (while values less than this indicate a
  396. [javadoc] {@link #SYSTEMERROR}).
  397. [javadoc] finished
  398. [javadoc] JDiff: reading the new API in from file '/opt/wpusers/tkadlubo/zookeeper/src/java/lib/jdiff/zookeeper_3.4.0.xml'...Warning: incorrectly formatted @link in text: API errors.
  399. [javadoc] This is never thrown by the server, it shouldn't be used other than
  400. [javadoc] to indicate a range. Specifically error codes greater than this
  401. [javadoc] value are API errors (while values less than this indicate a
  402. [javadoc] {@link #SYSTEMERROR}).
  403. [javadoc] finished
  404. [javadoc] JDiff: comparing the old and new APIs ...
  405. [javadoc] Approximately 25% difference between the APIs
  406. [javadoc] JDiff: reading the comments in from file '/opt/wpusers/tkadlubo/zookeeper/build/docs/jdiff/user_comments_for_zookeeper_3.1.1_to_zookeeper_3.4.0.xml'...
  407. [javadoc] JDiff: generating HTML report into the file '/opt/wpusers/tkadlubo/zookeeper/build/docs/jdiff/changes.html' and the subdirectory '/opt/wpusers/tkadlubo/zookeeper/build/docs/jdiff/changes'
  408. [javadoc] JDiff: writing the comments out to file '/opt/wpusers/tkadlubo/zookeeper/build/docs/jdiff/user_comments_for_zookeeper_3.1.1_to_zookeeper_3.4.0.xml'...
  409. [javadoc] JDiff: finished (took 0s).
  410. [javadoc] 3 warnings
  411.  
  412. check-cppunit-configure:
  413.  
  414. create-cppunit-configure:
  415.  
  416. package:
  417. [copy] Copying 1 file to /opt/wpusers/tkadlubo/zookeeper/build/zookeeper-3.4.0/share/zookeeper
  418.  
  419. package:
  420.  
  421. checkMainIsAvailable:
  422.  
  423. checkMainCompiled:
  424.  
  425. setjarname:
  426.  
  427. check-contrib:
  428.  
  429. init:
  430.  
  431. compile:
  432.  
  433. jar:
  434. [echo] contrib: fatjar
  435. [jar] Building jar: /opt/wpusers/tkadlubo/zookeeper/build/contrib/fatjar/zookeeper-3.4.0-fatjar.jar
  436.  
  437. zookeeperbuildcontrib.package:
  438.  
  439. package:
  440.  
  441. check-contrib:
  442.  
  443. zookeeperbuildcontrib.init:
  444.  
  445. init:
  446.  
  447. ivy-download:
  448.  
  449. ivy-init:
  450. Trying to override old definition of datatype antlib:org.apache.ivy.ant:settings
  451. Trying to override old definition of task antlib:org.apache.ivy.ant:configure
  452. Trying to override old definition of task antlib:org.apache.ivy.ant:resolve
  453. Trying to override old definition of task antlib:org.apache.ivy.ant:retrieve
  454. Trying to override old definition of task antlib:org.apache.ivy.ant:deliver
  455. Trying to override old definition of task antlib:org.apache.ivy.ant:publish
  456. Trying to override old definition of task antlib:org.apache.ivy.ant:extract
  457. Trying to override old definition of task antlib:org.apache.ivy.ant:cachepath
  458. Trying to override old definition of task antlib:org.apache.ivy.ant:cachefileset
  459. Trying to override old definition of task antlib:org.apache.ivy.ant:report
  460. Trying to override old definition of task antlib:org.apache.ivy.ant:repreport
  461. Trying to override old definition of task antlib:org.apache.ivy.ant:var
  462. Trying to override old definition of task antlib:org.apache.ivy.ant:check
  463. Trying to override old definition of task antlib:org.apache.ivy.ant:artifactproperty
  464. Trying to override old definition of task antlib:org.apache.ivy.ant:buildlist
  465. Trying to override old definition of task antlib:org.apache.ivy.ant:install
  466. Trying to override old definition of task antlib:org.apache.ivy.ant:convertpom
  467. Trying to override old definition of task antlib:org.apache.ivy.ant:makepom
  468. Trying to override old definition of task antlib:org.apache.ivy.ant:artifactreport
  469. Trying to override old definition of task antlib:org.apache.ivy.ant:info
  470. Trying to override old definition of task antlib:org.apache.ivy.ant:addpath
  471. Trying to override old definition of task antlib:org.apache.ivy.ant:listmodules
  472. Trying to override old definition of task antlib:org.apache.ivy.ant:findrevision
  473. Trying to override old definition of task antlib:org.apache.ivy.ant:buildnumber
  474. Trying to override old definition of task antlib:org.apache.ivy.ant:cleancache
  475.  
  476. ivy-retrieve:
  477. [ivy:retrieve] :: Ivy 2.2.0 - 20100923230623 :: http://ant.apache.org/ivy/ ::
  478. [ivy:retrieve] :: loading settings :: file = /opt/wpusers/tkadlubo/zookeeper/ivysettings.xml
  479. [ivy:retrieve] :: resolving dependencies :: org.apache.zookeeper#loggraph;3.4.0
  480. [ivy:retrieve] confs: [default]
  481. [ivy:retrieve] found org.slf4j#slf4j-api;1.6.1 in wpnexus
  482. [ivy:retrieve] found org.slf4j#slf4j-log4j12;1.6.1 in wpnexus
  483. [ivy:retrieve] found log4j#log4j;1.2.15 in wpnexus
  484. [ivy:retrieve] found org.eclipse.jetty#jetty-server;7.0.1.v20091125 in wpnexus
  485. [ivy:retrieve] found javax.servlet#servlet-api;2.5 in wpnexus
  486. [ivy:retrieve] found org.eclipse.jetty#jetty-continuation;7.0.1.v20091125 in wpnexus
  487. [ivy:retrieve] found org.eclipse.jetty#jetty-http;7.0.1.v20091125 in wpnexus
  488. [ivy:retrieve] found org.eclipse.jetty#jetty-io;7.0.1.v20091125 in wpnexus
  489. [ivy:retrieve] found org.eclipse.jetty#jetty-util;7.0.1.v20091125 in wpnexus
  490. [ivy:retrieve] found org.eclipse.jetty#jetty-servlet;7.0.1.v20091125 in wpnexus
  491. [ivy:retrieve] found org.eclipse.jetty#jetty-security;7.0.1.v20091125 in wpnexus
  492. [ivy:retrieve] found com.googlecode.json-simple#json-simple;1.1 in wpnexus
  493. [ivy:retrieve] :: resolution report :: resolve 198ms :: artifacts dl 9ms
  494. ---------------------------------------------------------------------
  495. | | modules || artifacts |
  496. | conf | number| search|dwnlded|evicted|| number|dwnlded|
  497. ---------------------------------------------------------------------
  498. | default | 12 | 0 | 0 | 0 || 12 | 0 |
  499. ---------------------------------------------------------------------
  500. [ivy:retrieve] :: retrieving :: org.apache.zookeeper#loggraph
  501. [ivy:retrieve] confs: [default]
  502. [ivy:retrieve] 0 artifacts copied, 12 already retrieved (0kB/9ms)
  503. [ivy:retrieve] :: retrieving :: org.apache.zookeeper#loggraph
  504. [ivy:retrieve] confs: [default]
  505. [ivy:retrieve] 0 artifacts copied, 0 already retrieved (0kB/4ms)
  506.  
  507. zookeeperbuildcontrib.compile:
  508.  
  509. compile:
  510.  
  511. setjarname:
  512.  
  513. jar:
  514.  
  515. zookeeperbuildcontrib.package:
  516.  
  517. package:
  518.  
  519. checkMainIsAvailable:
  520.  
  521. checkMainCompiled:
  522.  
  523. setjarname:
  524.  
  525. check-contrib:
  526.  
  527. init:
  528.  
  529. ivy-download:
  530.  
  531. ivy-init:
  532. Trying to override old definition of datatype antlib:org.apache.ivy.ant:settings
  533. Trying to override old definition of task antlib:org.apache.ivy.ant:configure
  534. Trying to override old definition of task antlib:org.apache.ivy.ant:resolve
  535. Trying to override old definition of task antlib:org.apache.ivy.ant:retrieve
  536. Trying to override old definition of task antlib:org.apache.ivy.ant:deliver
  537. Trying to override old definition of task antlib:org.apache.ivy.ant:publish
  538. Trying to override old definition of task antlib:org.apache.ivy.ant:extract
  539. Trying to override old definition of task antlib:org.apache.ivy.ant:cachepath
  540. Trying to override old definition of task antlib:org.apache.ivy.ant:cachefileset
  541. Trying to override old definition of task antlib:org.apache.ivy.ant:report
  542. Trying to override old definition of task antlib:org.apache.ivy.ant:repreport
  543. Trying to override old definition of task antlib:org.apache.ivy.ant:var
  544. Trying to override old definition of task antlib:org.apache.ivy.ant:check
  545. Trying to override old definition of task antlib:org.apache.ivy.ant:artifactproperty
  546. Trying to override old definition of task antlib:org.apache.ivy.ant:buildlist
  547. Trying to override old definition of task antlib:org.apache.ivy.ant:install
  548. Trying to override old definition of task antlib:org.apache.ivy.ant:convertpom
  549. Trying to override old definition of task antlib:org.apache.ivy.ant:makepom
  550. Trying to override old definition of task antlib:org.apache.ivy.ant:artifactreport
  551. Trying to override old definition of task antlib:org.apache.ivy.ant:info
  552. Trying to override old definition of task antlib:org.apache.ivy.ant:addpath
  553. Trying to override old definition of task antlib:org.apache.ivy.ant:listmodules
  554. Trying to override old definition of task antlib:org.apache.ivy.ant:findrevision
  555. Trying to override old definition of task antlib:org.apache.ivy.ant:buildnumber
  556. Trying to override old definition of task antlib:org.apache.ivy.ant:cleancache
  557.  
  558. ivy-retrieve:
  559. [ivy:retrieve] :: Ivy 2.2.0 - 20100923230623 :: http://ant.apache.org/ivy/ ::
  560. [ivy:retrieve] :: loading settings :: file = /opt/wpusers/tkadlubo/zookeeper/ivysettings.xml
  561. [ivy:retrieve] :: resolving dependencies :: org.apache.zookeeper#rest;3.4.0
  562. [ivy:retrieve] confs: [default]
  563. [ivy:retrieve] found org.slf4j#slf4j-api;1.6.1 in wpnexus
  564. [ivy:retrieve] found org.slf4j#slf4j-log4j12;1.6.1 in wpnexus
  565. [ivy:retrieve] found log4j#log4j;1.2.15 in wpnexus
  566. [ivy:retrieve] found asm#asm;3.1 in wpnexus
  567. [ivy:retrieve] found com.sun.grizzly#grizzly-servlet-webserver;1.9.8 in wpnexus
  568. [ivy:retrieve] found com.sun.grizzly#grizzly-http;1.9.8 in wpnexus
  569. [ivy:retrieve] found com.sun.grizzly#grizzly-framework;1.9.8 in wpnexus
  570. [ivy:retrieve] found com.sun.grizzly#grizzly-utils;1.9.8 in wpnexus
  571. [ivy:retrieve] found com.sun.grizzly#grizzly-rcm;1.9.8 in wpnexus
  572. [ivy:retrieve] found com.sun.grizzly#grizzly-portunif;1.9.8 in wpnexus
  573. [ivy:retrieve] found com.sun.grizzly#grizzly-http-servlet;1.9.8 in wpnexus
  574. [ivy:retrieve] found javax.servlet#servlet-api;2.5 in wpnexus
  575. [ivy:retrieve] found com.sun.jersey#jersey-server;1.1.5.1 in wpnexus
  576. [ivy:retrieve] found com.sun.jersey#jersey-core;1.1.5.1 in wpnexus
  577. [ivy:retrieve] found javax.ws.rs#jsr311-api;1.1.1 in wpnexus
  578. [ivy:retrieve] found com.sun.jersey#jersey-json;1.1.5.1 in wpnexus
  579. [ivy:retrieve] found org.codehaus.jettison#jettison;1.1 in wpnexus
  580. [ivy:retrieve] found stax#stax-api;1.0.1 in wpnexus
  581. [ivy:retrieve] found com.sun.xml.bind#jaxb-impl;2.1.12 in wpnexus
  582. [ivy:retrieve] found javax.xml.bind#jaxb-api;2.1 in wpnexus
  583. [ivy:retrieve] found javax.xml.stream#stax-api;1.0-2 in wpnexus
  584. [ivy:retrieve] found javax.activation#activation;1.1 in wpnexus
  585. [ivy:retrieve] found org.codehaus.jackson#jackson-core-asl;1.1.1 in wpnexus
  586. [ivy:retrieve] :: resolution report :: resolve 340ms :: artifacts dl 16ms
  587. ---------------------------------------------------------------------
  588. | | modules || artifacts |
  589. | conf | number| search|dwnlded|evicted|| number|dwnlded|
  590. ---------------------------------------------------------------------
  591. | default | 23 | 0 | 0 | 0 || 23 | 0 |
  592. ---------------------------------------------------------------------
  593. [ivy:retrieve] :: retrieving :: org.apache.zookeeper#rest
  594. [ivy:retrieve] confs: [default]
  595. [ivy:retrieve] 0 artifacts copied, 15 already retrieved (0kB/8ms)
  596. [ivy:retrieve] :: retrieving :: org.apache.zookeeper#rest
  597. [ivy:retrieve] confs: [default]
  598. [ivy:retrieve] 0 artifacts copied, 8 already retrieved (0kB/5ms)
  599.  
  600. zookeeperbuildcontrib.compile:
  601.  
  602. compile:
  603.  
  604. jar:
  605. [echo] contrib: rest
  606.  
  607. package:
  608.  
  609. check-contrib:
  610.  
  611. init:
  612.  
  613. compile:
  614.  
  615. package:
  616.  
  617. check-contrib:
  618.  
  619. init:
  620.  
  621. compile:
  622.  
  623. package:
  624.  
  625. package:
  626.  
  627. check-contrib:
  628.  
  629. init:
  630.  
  631. compile:
  632.  
  633. package:
  634.  
  635. setjarname:
  636.  
  637. checkMainIsAvailable:
  638.  
  639. checkMainCompiled:
  640.  
  641. check-contrib:
  642.  
  643. zookeeperbuildcontrib.init:
  644.  
  645. init:
  646.  
  647. ivy-download:
  648.  
  649. ivy-init:
  650. Trying to override old definition of datatype antlib:org.apache.ivy.ant:settings
  651. Trying to override old definition of task antlib:org.apache.ivy.ant:configure
  652. Trying to override old definition of task antlib:org.apache.ivy.ant:resolve
  653. Trying to override old definition of task antlib:org.apache.ivy.ant:retrieve
  654. Trying to override old definition of task antlib:org.apache.ivy.ant:deliver
  655. Trying to override old definition of task antlib:org.apache.ivy.ant:publish
  656. Trying to override old definition of task antlib:org.apache.ivy.ant:extract
  657. Trying to override old definition of task antlib:org.apache.ivy.ant:cachepath
  658. Trying to override old definition of task antlib:org.apache.ivy.ant:cachefileset
  659. Trying to override old definition of task antlib:org.apache.ivy.ant:report
  660. Trying to override old definition of task antlib:org.apache.ivy.ant:repreport
  661. Trying to override old definition of task antlib:org.apache.ivy.ant:var
  662. Trying to override old definition of task antlib:org.apache.ivy.ant:check
  663. Trying to override old definition of task antlib:org.apache.ivy.ant:artifactproperty
  664. Trying to override old definition of task antlib:org.apache.ivy.ant:buildlist
  665. Trying to override old definition of task antlib:org.apache.ivy.ant:install
  666. Trying to override old definition of task antlib:org.apache.ivy.ant:convertpom
  667. Trying to override old definition of task antlib:org.apache.ivy.ant:makepom
  668. Trying to override old definition of task antlib:org.apache.ivy.ant:artifactreport
  669. Trying to override old definition of task antlib:org.apache.ivy.ant:info
  670. Trying to override old definition of task antlib:org.apache.ivy.ant:addpath
  671. Trying to override old definition of task antlib:org.apache.ivy.ant:listmodules
  672. Trying to override old definition of task antlib:org.apache.ivy.ant:findrevision
  673. Trying to override old definition of task antlib:org.apache.ivy.ant:buildnumber
  674. Trying to override old definition of task antlib:org.apache.ivy.ant:cleancache
  675.  
  676. ivy-retrieve:
  677. [ivy:retrieve] :: Ivy 2.2.0 - 20100923230623 :: http://ant.apache.org/ivy/ ::
  678. [ivy:retrieve] :: loading settings :: file = /opt/wpusers/tkadlubo/zookeeper/ivysettings.xml
  679. [ivy:retrieve] :: resolving dependencies :: org.apache.zookeeper#ZooInspector;3.4.0
  680. [ivy:retrieve] confs: [default]
  681. [ivy:retrieve] found org.slf4j#slf4j-api;1.6.1 in wpnexus
  682. [ivy:retrieve] found org.slf4j#slf4j-log4j12;1.6.1 in wpnexus
  683. [ivy:retrieve] found log4j#log4j;1.2.15 in wpnexus
  684. [ivy:retrieve] :: resolution report :: resolve 78ms :: artifacts dl 2ms
  685. ---------------------------------------------------------------------
  686. | | modules || artifacts |
  687. | conf | number| search|dwnlded|evicted|| number|dwnlded|
  688. ---------------------------------------------------------------------
  689. | default | 3 | 0 | 0 | 0 || 3 | 0 |
  690. ---------------------------------------------------------------------
  691. [ivy:retrieve] :: retrieving :: org.apache.zookeeper#ZooInspector
  692. [ivy:retrieve] confs: [default]
  693. [ivy:retrieve] 0 artifacts copied, 3 already retrieved (0kB/4ms)
  694. [ivy:retrieve] :: retrieving :: org.apache.zookeeper#ZooInspector
  695. [ivy:retrieve] confs: [default]
  696. [ivy:retrieve] 0 artifacts copied, 0 already retrieved (0kB/2ms)
  697.  
  698. zookeeperbuildcontrib.compile:
  699.  
  700. compile:
  701.  
  702. jar:
  703. [echo] contrib: ZooInspector
  704.  
  705. zookeeperbuildcontrib.package:
  706.  
  707. package:
  708.  
  709. package:
  710.  
  711. checkMainIsAvailable:
  712.  
  713. checkMainCompiled:
  714.  
  715. setjarname:
  716.  
  717. check-recipes:
  718.  
  719. init:
  720. [echo] recipes: election
  721.  
  722. init-recipes:
  723.  
  724. compile:
  725.  
  726. jar:
  727. [echo] recipes: election
  728.  
  729. zookeeperbuildrecipes.package:
  730. [echo] recipes: election
  731.  
  732. package:
  733.  
  734. checkMainIsAvailable:
  735.  
  736. checkMainCompiled:
  737.  
  738. setjarname:
  739.  
  740. check-recipes:
  741.  
  742. init:
  743. [echo] recipes: lock
  744.  
  745. init-recipes:
  746.  
  747. compile:
  748.  
  749. jar:
  750. [echo] recipes: lock
  751.  
  752. zookeeperbuildrecipes.package:
  753. [echo] recipes: lock
  754.  
  755. package:
  756.  
  757. checkMainIsAvailable:
  758.  
  759. checkMainCompiled:
  760.  
  761. setjarname:
  762.  
  763. check-recipes:
  764.  
  765. init:
  766. [echo] recipes: queue
  767.  
  768. init-recipes:
  769.  
  770. compile:
  771.  
  772. jar:
  773. [echo] recipes: queue
  774.  
  775. zookeeperbuildrecipes.package:
  776. [echo] recipes: queue
  777.  
  778. package:
  779. [copy] Copying 1 file to /opt/wpusers/tkadlubo/zookeeper/build/zookeeper-3.4.0/share/zookeeper
  780. [copy] Copying 1 file to /opt/wpusers/tkadlubo/zookeeper/build/zookeeper-3.4.0/dist-maven
  781. [copy] Copying 2 files to /opt/wpusers/tkadlubo/zookeeper/build/zookeeper-3.4.0/dist-maven
  782. [copy] Copying 1 file to /opt/wpusers/tkadlubo/zookeeper/build/zookeeper-3.4.0/dist-maven
  783. [copy] Copying 194 files to /opt/wpusers/tkadlubo/zookeeper/build/zookeeper-3.4.0/docs
  784. [copy] Copying 16 files to /opt/wpusers/tkadlubo/zookeeper/build/zookeeper-3.4.0/src
  785.  
  786. package-native:
  787. [exec] ./
  788. [exec] ./usr/
  789. [exec] ./usr/bin/
  790. [exec] ./usr/bin/cli_mt
  791. [exec] ./usr/bin/cli_st
  792. [exec] ./usr/bin/load_gen
  793. [exec] ./usr/include/
  794. [exec] ./usr/include/zookeeper/
  795. [exec] ./usr/include/zookeeper/zookeeper_version.h
  796. [exec] ./usr/include/zookeeper/zookeeper.jute.h
  797. [exec] ./usr/include/zookeeper/recordio.h
  798. [exec] ./usr/include/zookeeper/proto.h
  799. [exec] ./usr/include/zookeeper/zookeeper_log.h
  800. [exec] ./usr/include/zookeeper/zookeeper.h
  801. [exec] ./usr/lib/
  802. [exec] ./usr/lib/libzookeeper_mt.so.2.0.0
  803. [exec] ./usr/lib/libzookeeper_mt.so.2
  804. [exec] ./usr/lib/libzookeeper_st.la
  805. [exec] ./usr/lib/libzookeeper_mt.la
  806. [exec] ./usr/lib/libzookeeper_st.so
  807. [exec] ./usr/lib/libzookeeper_st.a
  808. [exec] ./usr/lib/libzookeeper_mt.so
  809. [exec] ./usr/lib/libzookeeper_mt.a
  810. [exec] ./usr/lib/libzookeeper_st.so.2
  811. [exec] ./usr/lib/libzookeeper_st.so.2.0.0
  812.  
  813. package:
  814.  
  815. checkMainIsAvailable:
  816.  
  817. checkMainCompiled:
  818.  
  819. setjarname:
  820.  
  821. check-contrib:
  822.  
  823. init:
  824.  
  825. compile:
  826.  
  827. jar:
  828. [echo] contrib: fatjar
  829. [jar] Building jar: /opt/wpusers/tkadlubo/zookeeper/build/contrib/fatjar/zookeeper-3.4.0-fatjar.jar
  830.  
  831. zookeeperbuildcontrib.package:
  832.  
  833. package:
  834.  
  835. check-contrib:
  836.  
  837. zookeeperbuildcontrib.init:
  838.  
  839. init:
  840.  
  841. ivy-download:
  842.  
  843. ivy-init:
  844. Trying to override old definition of datatype antlib:org.apache.ivy.ant:settings
  845. Trying to override old definition of task antlib:org.apache.ivy.ant:configure
  846. Trying to override old definition of task antlib:org.apache.ivy.ant:resolve
  847. Trying to override old definition of task antlib:org.apache.ivy.ant:retrieve
  848. Trying to override old definition of task antlib:org.apache.ivy.ant:deliver
  849. Trying to override old definition of task antlib:org.apache.ivy.ant:publish
  850. Trying to override old definition of task antlib:org.apache.ivy.ant:extract
  851. Trying to override old definition of task antlib:org.apache.ivy.ant:cachepath
  852. Trying to override old definition of task antlib:org.apache.ivy.ant:cachefileset
  853. Trying to override old definition of task antlib:org.apache.ivy.ant:report
  854. Trying to override old definition of task antlib:org.apache.ivy.ant:repreport
  855. Trying to override old definition of task antlib:org.apache.ivy.ant:var
  856. Trying to override old definition of task antlib:org.apache.ivy.ant:check
  857. Trying to override old definition of task antlib:org.apache.ivy.ant:artifactproperty
  858. Trying to override old definition of task antlib:org.apache.ivy.ant:buildlist
  859. Trying to override old definition of task antlib:org.apache.ivy.ant:install
  860. Trying to override old definition of task antlib:org.apache.ivy.ant:convertpom
  861. Trying to override old definition of task antlib:org.apache.ivy.ant:makepom
  862. Trying to override old definition of task antlib:org.apache.ivy.ant:artifactreport
  863. Trying to override old definition of task antlib:org.apache.ivy.ant:info
  864. Trying to override old definition of task antlib:org.apache.ivy.ant:addpath
  865. Trying to override old definition of task antlib:org.apache.ivy.ant:listmodules
  866. Trying to override old definition of task antlib:org.apache.ivy.ant:findrevision
  867. Trying to override old definition of task antlib:org.apache.ivy.ant:buildnumber
  868. Trying to override old definition of task antlib:org.apache.ivy.ant:cleancache
  869.  
  870. ivy-retrieve:
  871. [ivy:retrieve] :: Ivy 2.2.0 - 20100923230623 :: http://ant.apache.org/ivy/ ::
  872. [ivy:retrieve] :: loading settings :: file = /opt/wpusers/tkadlubo/zookeeper/ivysettings.xml
  873. [ivy:retrieve] :: resolving dependencies :: org.apache.zookeeper#loggraph;3.4.0
  874. [ivy:retrieve] confs: [default]
  875. [ivy:retrieve] found org.slf4j#slf4j-api;1.6.1 in wpnexus
  876. [ivy:retrieve] found org.slf4j#slf4j-log4j12;1.6.1 in wpnexus
  877. [ivy:retrieve] found log4j#log4j;1.2.15 in wpnexus
  878. [ivy:retrieve] found org.eclipse.jetty#jetty-server;7.0.1.v20091125 in wpnexus
  879. [ivy:retrieve] found javax.servlet#servlet-api;2.5 in wpnexus
  880. [ivy:retrieve] found org.eclipse.jetty#jetty-continuation;7.0.1.v20091125 in wpnexus
  881. [ivy:retrieve] found org.eclipse.jetty#jetty-http;7.0.1.v20091125 in wpnexus
  882. [ivy:retrieve] found org.eclipse.jetty#jetty-io;7.0.1.v20091125 in wpnexus
  883. [ivy:retrieve] found org.eclipse.jetty#jetty-util;7.0.1.v20091125 in wpnexus
  884. [ivy:retrieve] found org.eclipse.jetty#jetty-servlet;7.0.1.v20091125 in wpnexus
  885. [ivy:retrieve] found org.eclipse.jetty#jetty-security;7.0.1.v20091125 in wpnexus
  886. [ivy:retrieve] found com.googlecode.json-simple#json-simple;1.1 in wpnexus
  887. [ivy:retrieve] :: resolution report :: resolve 170ms :: artifacts dl 8ms
  888. ---------------------------------------------------------------------
  889. | | modules || artifacts |
  890. | conf | number| search|dwnlded|evicted|| number|dwnlded|
  891. ---------------------------------------------------------------------
  892. | default | 12 | 0 | 0 | 0 || 12 | 0 |
  893. ---------------------------------------------------------------------
  894. [ivy:retrieve] :: retrieving :: org.apache.zookeeper#loggraph
  895. [ivy:retrieve] confs: [default]
  896. [ivy:retrieve] 0 artifacts copied, 12 already retrieved (0kB/5ms)
  897. [ivy:retrieve] :: retrieving :: org.apache.zookeeper#loggraph
  898. [ivy:retrieve] confs: [default]
  899. [ivy:retrieve] 0 artifacts copied, 0 already retrieved (0kB/4ms)
  900.  
  901. zookeeperbuildcontrib.compile:
  902.  
  903. compile:
  904.  
  905. setjarname:
  906.  
  907. jar:
  908.  
  909. zookeeperbuildcontrib.package:
  910.  
  911. package:
  912.  
  913. checkMainIsAvailable:
  914.  
  915. checkMainCompiled:
  916.  
  917. setjarname:
  918.  
  919. check-contrib:
  920.  
  921. init:
  922.  
  923. ivy-download:
  924.  
  925. ivy-init:
  926. Trying to override old definition of datatype antlib:org.apache.ivy.ant:settings
  927. Trying to override old definition of task antlib:org.apache.ivy.ant:configure
  928. Trying to override old definition of task antlib:org.apache.ivy.ant:resolve
  929. Trying to override old definition of task antlib:org.apache.ivy.ant:retrieve
  930. Trying to override old definition of task antlib:org.apache.ivy.ant:deliver
  931. Trying to override old definition of task antlib:org.apache.ivy.ant:publish
  932. Trying to override old definition of task antlib:org.apache.ivy.ant:extract
  933. Trying to override old definition of task antlib:org.apache.ivy.ant:cachepath
  934. Trying to override old definition of task antlib:org.apache.ivy.ant:cachefileset
  935. Trying to override old definition of task antlib:org.apache.ivy.ant:report
  936. Trying to override old definition of task antlib:org.apache.ivy.ant:repreport
  937. Trying to override old definition of task antlib:org.apache.ivy.ant:var
  938. Trying to override old definition of task antlib:org.apache.ivy.ant:check
  939. Trying to override old definition of task antlib:org.apache.ivy.ant:artifactproperty
  940. Trying to override old definition of task antlib:org.apache.ivy.ant:buildlist
  941. Trying to override old definition of task antlib:org.apache.ivy.ant:install
  942. Trying to override old definition of task antlib:org.apache.ivy.ant:convertpom
  943. Trying to override old definition of task antlib:org.apache.ivy.ant:makepom
  944. Trying to override old definition of task antlib:org.apache.ivy.ant:artifactreport
  945. Trying to override old definition of task antlib:org.apache.ivy.ant:info
  946. Trying to override old definition of task antlib:org.apache.ivy.ant:addpath
  947. Trying to override old definition of task antlib:org.apache.ivy.ant:listmodules
  948. Trying to override old definition of task antlib:org.apache.ivy.ant:findrevision
  949. Trying to override old definition of task antlib:org.apache.ivy.ant:buildnumber
  950. Trying to override old definition of task antlib:org.apache.ivy.ant:cleancache
  951.  
  952. ivy-retrieve:
  953. [ivy:retrieve] :: Ivy 2.2.0 - 20100923230623 :: http://ant.apache.org/ivy/ ::
  954. [ivy:retrieve] :: loading settings :: file = /opt/wpusers/tkadlubo/zookeeper/ivysettings.xml
  955. [ivy:retrieve] :: resolving dependencies :: org.apache.zookeeper#rest;3.4.0
  956. [ivy:retrieve] confs: [default]
  957. [ivy:retrieve] found org.slf4j#slf4j-api;1.6.1 in wpnexus
  958. [ivy:retrieve] found org.slf4j#slf4j-log4j12;1.6.1 in wpnexus
  959. [ivy:retrieve] found log4j#log4j;1.2.15 in wpnexus
  960. [ivy:retrieve] found asm#asm;3.1 in wpnexus
  961. [ivy:retrieve] found com.sun.grizzly#grizzly-servlet-webserver;1.9.8 in wpnexus
  962. [ivy:retrieve] found com.sun.grizzly#grizzly-http;1.9.8 in wpnexus
  963. [ivy:retrieve] found com.sun.grizzly#grizzly-framework;1.9.8 in wpnexus
  964. [ivy:retrieve] found com.sun.grizzly#grizzly-utils;1.9.8 in wpnexus
  965. [ivy:retrieve] found com.sun.grizzly#grizzly-rcm;1.9.8 in wpnexus
  966. [ivy:retrieve] found com.sun.grizzly#grizzly-portunif;1.9.8 in wpnexus
  967. [ivy:retrieve] found com.sun.grizzly#grizzly-http-servlet;1.9.8 in wpnexus
  968. [ivy:retrieve] found javax.servlet#servlet-api;2.5 in wpnexus
  969. [ivy:retrieve] found com.sun.jersey#jersey-server;1.1.5.1 in wpnexus
  970. [ivy:retrieve] found com.sun.jersey#jersey-core;1.1.5.1 in wpnexus
  971. [ivy:retrieve] found javax.ws.rs#jsr311-api;1.1.1 in wpnexus
  972. [ivy:retrieve] found com.sun.jersey#jersey-json;1.1.5.1 in wpnexus
  973. [ivy:retrieve] found org.codehaus.jettison#jettison;1.1 in wpnexus
  974. [ivy:retrieve] found stax#stax-api;1.0.1 in wpnexus
  975. [ivy:retrieve] found com.sun.xml.bind#jaxb-impl;2.1.12 in wpnexus
  976. [ivy:retrieve] found javax.xml.bind#jaxb-api;2.1 in wpnexus
  977. [ivy:retrieve] found javax.xml.stream#stax-api;1.0-2 in wpnexus
  978. [ivy:retrieve] found javax.activation#activation;1.1 in wpnexus
  979. [ivy:retrieve] found org.codehaus.jackson#jackson-core-asl;1.1.1 in wpnexus
  980. [ivy:retrieve] :: resolution report :: resolve 261ms :: artifacts dl 17ms
  981. ---------------------------------------------------------------------
  982. | | modules || artifacts |
  983. | conf | number| search|dwnlded|evicted|| number|dwnlded|
  984. ---------------------------------------------------------------------
  985. | default | 23 | 0 | 0 | 0 || 23 | 0 |
  986. ---------------------------------------------------------------------
  987. [ivy:retrieve] :: retrieving :: org.apache.zookeeper#rest
  988. [ivy:retrieve] confs: [default]
  989. [ivy:retrieve] 0 artifacts copied, 15 already retrieved (0kB/8ms)
  990. [ivy:retrieve] :: retrieving :: org.apache.zookeeper#rest
  991. [ivy:retrieve] confs: [default]
  992. [ivy:retrieve] 0 artifacts copied, 8 already retrieved (0kB/5ms)
  993.  
  994. zookeeperbuildcontrib.compile:
  995.  
  996. compile:
  997.  
  998. jar:
  999. [echo] contrib: rest
  1000.  
  1001. package:
  1002.  
  1003. check-contrib:
  1004.  
  1005. init:
  1006.  
  1007. compile:
  1008.  
  1009. package:
  1010.  
  1011. check-contrib:
  1012.  
  1013. init:
  1014.  
  1015. compile:
  1016.  
  1017. package:
  1018.  
  1019. package:
  1020.  
  1021. check-contrib:
  1022.  
  1023. init:
  1024.  
  1025. compile:
  1026.  
  1027. package:
  1028.  
  1029. setjarname:
  1030.  
  1031. checkMainIsAvailable:
  1032.  
  1033. checkMainCompiled:
  1034.  
  1035. check-contrib:
  1036.  
  1037. zookeeperbuildcontrib.init:
  1038.  
  1039. init:
  1040.  
  1041. ivy-download:
  1042.  
  1043. ivy-init:
  1044. Trying to override old definition of datatype antlib:org.apache.ivy.ant:settings
  1045. Trying to override old definition of task antlib:org.apache.ivy.ant:configure
  1046. Trying to override old definition of task antlib:org.apache.ivy.ant:resolve
  1047. Trying to override old definition of task antlib:org.apache.ivy.ant:retrieve
  1048. Trying to override old definition of task antlib:org.apache.ivy.ant:deliver
  1049. Trying to override old definition of task antlib:org.apache.ivy.ant:publish
  1050. Trying to override old definition of task antlib:org.apache.ivy.ant:extract
  1051. Trying to override old definition of task antlib:org.apache.ivy.ant:cachepath
  1052. Trying to override old definition of task antlib:org.apache.ivy.ant:cachefileset
  1053. Trying to override old definition of task antlib:org.apache.ivy.ant:report
  1054. Trying to override old definition of task antlib:org.apache.ivy.ant:repreport
  1055. Trying to override old definition of task antlib:org.apache.ivy.ant:var
  1056. Trying to override old definition of task antlib:org.apache.ivy.ant:check
  1057. Trying to override old definition of task antlib:org.apache.ivy.ant:artifactproperty
  1058. Trying to override old definition of task antlib:org.apache.ivy.ant:buildlist
  1059. Trying to override old definition of task antlib:org.apache.ivy.ant:install
  1060. Trying to override old definition of task antlib:org.apache.ivy.ant:convertpom
  1061. Trying to override old definition of task antlib:org.apache.ivy.ant:makepom
  1062. Trying to override old definition of task antlib:org.apache.ivy.ant:artifactreport
  1063. Trying to override old definition of task antlib:org.apache.ivy.ant:info
  1064. Trying to override old definition of task antlib:org.apache.ivy.ant:addpath
  1065. Trying to override old definition of task antlib:org.apache.ivy.ant:listmodules
  1066. Trying to override old definition of task antlib:org.apache.ivy.ant:findrevision
  1067. Trying to override old definition of task antlib:org.apache.ivy.ant:buildnumber
  1068. Trying to override old definition of task antlib:org.apache.ivy.ant:cleancache
  1069.  
  1070. ivy-retrieve:
  1071. [ivy:retrieve] :: Ivy 2.2.0 - 20100923230623 :: http://ant.apache.org/ivy/ ::
  1072. [ivy:retrieve] :: loading settings :: file = /opt/wpusers/tkadlubo/zookeeper/ivysettings.xml
  1073. [ivy:retrieve] :: resolving dependencies :: org.apache.zookeeper#ZooInspector;3.4.0
  1074. [ivy:retrieve] confs: [default]
  1075. [ivy:retrieve] found org.slf4j#slf4j-api;1.6.1 in wpnexus
  1076. [ivy:retrieve] found org.slf4j#slf4j-log4j12;1.6.1 in wpnexus
  1077. [ivy:retrieve] found log4j#log4j;1.2.15 in wpnexus
  1078. [ivy:retrieve] :: resolution report :: resolve 76ms :: artifacts dl 2ms
  1079. ---------------------------------------------------------------------
  1080. | | modules || artifacts |
  1081. | conf | number| search|dwnlded|evicted|| number|dwnlded|
  1082. ---------------------------------------------------------------------
  1083. | default | 3 | 0 | 0 | 0 || 3 | 0 |
  1084. ---------------------------------------------------------------------
  1085. [ivy:retrieve] :: retrieving :: org.apache.zookeeper#ZooInspector
  1086. [ivy:retrieve] confs: [default]
  1087. [ivy:retrieve] 0 artifacts copied, 3 already retrieved (0kB/3ms)
  1088. [ivy:retrieve] :: retrieving :: org.apache.zookeeper#ZooInspector
  1089. [ivy:retrieve] confs: [default]
  1090. [ivy:retrieve] 0 artifacts copied, 0 already retrieved (0kB/4ms)
  1091.  
  1092. zookeeperbuildcontrib.compile:
  1093.  
  1094. compile:
  1095.  
  1096. jar:
  1097. [echo] contrib: ZooInspector
  1098.  
  1099. zookeeperbuildcontrib.package:
  1100.  
  1101. package:
  1102.  
  1103. package:
  1104.  
  1105. checkMainIsAvailable:
  1106.  
  1107. checkMainCompiled:
  1108.  
  1109. setjarname:
  1110.  
  1111. check-recipes:
  1112.  
  1113. init:
  1114. [echo] recipes: election
  1115.  
  1116. init-recipes:
  1117.  
  1118. compile:
  1119.  
  1120. jar:
  1121. [echo] recipes: election
  1122.  
  1123. zookeeperbuildrecipes.package:
  1124. [echo] recipes: election
  1125.  
  1126. package:
  1127.  
  1128. checkMainIsAvailable:
  1129.  
  1130. checkMainCompiled:
  1131.  
  1132. setjarname:
  1133.  
  1134. check-recipes:
  1135.  
  1136. init:
  1137. [echo] recipes: lock
  1138.  
  1139. init-recipes:
  1140.  
  1141. compile:
  1142.  
  1143. jar:
  1144. [echo] recipes: lock
  1145.  
  1146. zookeeperbuildrecipes.package:
  1147. [echo] recipes: lock
  1148.  
  1149. package:
  1150.  
  1151. checkMainIsAvailable:
  1152.  
  1153. checkMainCompiled:
  1154.  
  1155. setjarname:
  1156.  
  1157. check-recipes:
  1158.  
  1159. init:
  1160. [echo] recipes: queue
  1161.  
  1162. init-recipes:
  1163.  
  1164. compile:
  1165.  
  1166. jar:
  1167. [echo] recipes: queue
  1168.  
  1169. zookeeperbuildrecipes.package:
  1170. [echo] recipes: queue
  1171.  
  1172. package:
  1173.  
  1174. tar:
  1175. [tar] Building tar: /opt/wpusers/tkadlubo/zookeeper/build/zookeeper-3.4.0.tar.gz
  1176.  
  1177. rpm:
  1178.  
  1179. rpm:
  1180.  
  1181. checkMainIsAvailable:
  1182.  
  1183. checkMainCompiled:
  1184.  
  1185. setjarname:
  1186.  
  1187. check-contrib:
  1188.  
  1189. init:
  1190.  
  1191. compile:
  1192.  
  1193. jar:
  1194. [echo] contrib: fatjar
  1195. [jar] Building jar: /opt/wpusers/tkadlubo/zookeeper/build/contrib/fatjar/zookeeper-3.4.0-fatjar.jar
  1196.  
  1197. rpm:
  1198.  
  1199. setjarname:
  1200.  
  1201. check-contrib:
  1202.  
  1203. zookeeperbuildcontrib.init:
  1204.  
  1205. init:
  1206.  
  1207. ivy-download:
  1208.  
  1209. ivy-init:
  1210. Trying to override old definition of datatype antlib:org.apache.ivy.ant:settings
  1211. Trying to override old definition of task antlib:org.apache.ivy.ant:configure
  1212. Trying to override old definition of task antlib:org.apache.ivy.ant:resolve
  1213. Trying to override old definition of task antlib:org.apache.ivy.ant:retrieve
  1214. Trying to override old definition of task antlib:org.apache.ivy.ant:deliver
  1215. Trying to override old definition of task antlib:org.apache.ivy.ant:publish
  1216. Trying to override old definition of task antlib:org.apache.ivy.ant:extract
  1217. Trying to override old definition of task antlib:org.apache.ivy.ant:cachepath
  1218. Trying to override old definition of task antlib:org.apache.ivy.ant:cachefileset
  1219. Trying to override old definition of task antlib:org.apache.ivy.ant:report
  1220. Trying to override old definition of task antlib:org.apache.ivy.ant:repreport
  1221. Trying to override old definition of task antlib:org.apache.ivy.ant:var
  1222. Trying to override old definition of task antlib:org.apache.ivy.ant:check
  1223. Trying to override old definition of task antlib:org.apache.ivy.ant:artifactproperty
  1224. Trying to override old definition of task antlib:org.apache.ivy.ant:buildlist
  1225. Trying to override old definition of task antlib:org.apache.ivy.ant:install
  1226. Trying to override old definition of task antlib:org.apache.ivy.ant:convertpom
  1227. Trying to override old definition of task antlib:org.apache.ivy.ant:makepom
  1228. Trying to override old definition of task antlib:org.apache.ivy.ant:artifactreport
  1229. Trying to override old definition of task antlib:org.apache.ivy.ant:info
  1230. Trying to override old definition of task antlib:org.apache.ivy.ant:addpath
  1231. Trying to override old definition of task antlib:org.apache.ivy.ant:listmodules
  1232. Trying to override old definition of task antlib:org.apache.ivy.ant:findrevision
  1233. Trying to override old definition of task antlib:org.apache.ivy.ant:buildnumber
  1234. Trying to override old definition of task antlib:org.apache.ivy.ant:cleancache
  1235.  
  1236. ivy-retrieve:
  1237. [ivy:retrieve] :: Ivy 2.2.0 - 20100923230623 :: http://ant.apache.org/ivy/ ::
  1238. [ivy:retrieve] :: loading settings :: file = /opt/wpusers/tkadlubo/zookeeper/ivysettings.xml
  1239. [ivy:retrieve] :: resolving dependencies :: org.apache.zookeeper#loggraph;3.4.0
  1240. [ivy:retrieve] confs: [default]
  1241. [ivy:retrieve] found org.slf4j#slf4j-api;1.6.1 in wpnexus
  1242. [ivy:retrieve] found org.slf4j#slf4j-log4j12;1.6.1 in wpnexus
  1243. [ivy:retrieve] found log4j#log4j;1.2.15 in wpnexus
  1244. [ivy:retrieve] found org.eclipse.jetty#jetty-server;7.0.1.v20091125 in wpnexus
  1245. [ivy:retrieve] found javax.servlet#servlet-api;2.5 in wpnexus
  1246. [ivy:retrieve] found org.eclipse.jetty#jetty-continuation;7.0.1.v20091125 in wpnexus
  1247. [ivy:retrieve] found org.eclipse.jetty#jetty-http;7.0.1.v20091125 in wpnexus
  1248. [ivy:retrieve] found org.eclipse.jetty#jetty-io;7.0.1.v20091125 in wpnexus
  1249. [ivy:retrieve] found org.eclipse.jetty#jetty-util;7.0.1.v20091125 in wpnexus
  1250. [ivy:retrieve] found org.eclipse.jetty#jetty-servlet;7.0.1.v20091125 in wpnexus
  1251. [ivy:retrieve] found org.eclipse.jetty#jetty-security;7.0.1.v20091125 in wpnexus
  1252. [ivy:retrieve] found com.googlecode.json-simple#json-simple;1.1 in wpnexus
  1253. [ivy:retrieve] :: resolution report :: resolve 157ms :: artifacts dl 8ms
  1254. ---------------------------------------------------------------------
  1255. | | modules || artifacts |
  1256. | conf | number| search|dwnlded|evicted|| number|dwnlded|
  1257. ---------------------------------------------------------------------
  1258. | default | 12 | 0 | 0 | 0 || 12 | 0 |
  1259. ---------------------------------------------------------------------
  1260. [ivy:retrieve] :: retrieving :: org.apache.zookeeper#loggraph
  1261. [ivy:retrieve] confs: [default]
  1262. [ivy:retrieve] 0 artifacts copied, 12 already retrieved (0kB/5ms)
  1263. [ivy:retrieve] :: retrieving :: org.apache.zookeeper#loggraph
  1264. [ivy:retrieve] confs: [default]
  1265. [ivy:retrieve] 0 artifacts copied, 0 already retrieved (0kB/2ms)
  1266.  
  1267. zookeeperbuildcontrib.compile:
  1268.  
  1269. compile:
  1270.  
  1271. jar:
  1272.  
  1273. rpm:
  1274.  
  1275. checkMainIsAvailable:
  1276.  
  1277. checkMainCompiled:
  1278.  
  1279. setjarname:
  1280.  
  1281. check-contrib:
  1282.  
  1283. init:
  1284.  
  1285. ivy-download:
  1286.  
  1287. ivy-init:
  1288. Trying to override old definition of datatype antlib:org.apache.ivy.ant:settings
  1289. Trying to override old definition of task antlib:org.apache.ivy.ant:configure
  1290. Trying to override old definition of task antlib:org.apache.ivy.ant:resolve
  1291. Trying to override old definition of task antlib:org.apache.ivy.ant:retrieve
  1292. Trying to override old definition of task antlib:org.apache.ivy.ant:deliver
  1293. Trying to override old definition of task antlib:org.apache.ivy.ant:publish
  1294. Trying to override old definition of task antlib:org.apache.ivy.ant:extract
  1295. Trying to override old definition of task antlib:org.apache.ivy.ant:cachepath
  1296. Trying to override old definition of task antlib:org.apache.ivy.ant:cachefileset
  1297. Trying to override old definition of task antlib:org.apache.ivy.ant:report
  1298. Trying to override old definition of task antlib:org.apache.ivy.ant:repreport
  1299. Trying to override old definition of task antlib:org.apache.ivy.ant:var
  1300. Trying to override old definition of task antlib:org.apache.ivy.ant:check
  1301. Trying to override old definition of task antlib:org.apache.ivy.ant:artifactproperty
  1302. Trying to override old definition of task antlib:org.apache.ivy.ant:buildlist
  1303. Trying to override old definition of task antlib:org.apache.ivy.ant:install
  1304. Trying to override old definition of task antlib:org.apache.ivy.ant:convertpom
  1305. Trying to override old definition of task antlib:org.apache.ivy.ant:makepom
  1306. Trying to override old definition of task antlib:org.apache.ivy.ant:artifactreport
  1307. Trying to override old definition of task antlib:org.apache.ivy.ant:info
  1308. Trying to override old definition of task antlib:org.apache.ivy.ant:addpath
  1309. Trying to override old definition of task antlib:org.apache.ivy.ant:listmodules
  1310. Trying to override old definition of task antlib:org.apache.ivy.ant:findrevision
  1311. Trying to override old definition of task antlib:org.apache.ivy.ant:buildnumber
  1312. Trying to override old definition of task antlib:org.apache.ivy.ant:cleancache
  1313.  
  1314. ivy-retrieve:
  1315. [ivy:retrieve] :: Ivy 2.2.0 - 20100923230623 :: http://ant.apache.org/ivy/ ::
  1316. [ivy:retrieve] :: loading settings :: file = /opt/wpusers/tkadlubo/zookeeper/ivysettings.xml
  1317. [ivy:retrieve] :: resolving dependencies :: org.apache.zookeeper#rest;3.4.0
  1318. [ivy:retrieve] confs: [default]
  1319. [ivy:retrieve] found org.slf4j#slf4j-api;1.6.1 in wpnexus
  1320. [ivy:retrieve] found org.slf4j#slf4j-log4j12;1.6.1 in wpnexus
  1321. [ivy:retrieve] found log4j#log4j;1.2.15 in wpnexus
  1322. [ivy:retrieve] found asm#asm;3.1 in wpnexus
  1323. [ivy:retrieve] found com.sun.grizzly#grizzly-servlet-webserver;1.9.8 in wpnexus
  1324. [ivy:retrieve] found com.sun.grizzly#grizzly-http;1.9.8 in wpnexus
  1325. [ivy:retrieve] found com.sun.grizzly#grizzly-framework;1.9.8 in wpnexus
  1326. [ivy:retrieve] found com.sun.grizzly#grizzly-utils;1.9.8 in wpnexus
  1327. [ivy:retrieve] found com.sun.grizzly#grizzly-rcm;1.9.8 in wpnexus
  1328. [ivy:retrieve] found com.sun.grizzly#grizzly-portunif;1.9.8 in wpnexus
  1329. [ivy:retrieve] found com.sun.grizzly#grizzly-http-servlet;1.9.8 in wpnexus
  1330. [ivy:retrieve] found javax.servlet#servlet-api;2.5 in wpnexus
  1331. [ivy:retrieve] found com.sun.jersey#jersey-server;1.1.5.1 in wpnexus
  1332. [ivy:retrieve] found com.sun.jersey#jersey-core;1.1.5.1 in wpnexus
  1333. [ivy:retrieve] found javax.ws.rs#jsr311-api;1.1.1 in wpnexus
  1334. [ivy:retrieve] found com.sun.jersey#jersey-json;1.1.5.1 in wpnexus
  1335. [ivy:retrieve] found org.codehaus.jettison#jettison;1.1 in wpnexus
  1336. [ivy:retrieve] found stax#stax-api;1.0.1 in wpnexus
  1337. [ivy:retrieve] found com.sun.xml.bind#jaxb-impl;2.1.12 in wpnexus
  1338. [ivy:retrieve] found javax.xml.bind#jaxb-api;2.1 in wpnexus
  1339. [ivy:retrieve] found javax.xml.stream#stax-api;1.0-2 in wpnexus
  1340. [ivy:retrieve] found javax.activation#activation;1.1 in wpnexus
  1341. [ivy:retrieve] found org.codehaus.jackson#jackson-core-asl;1.1.1 in wpnexus
  1342. [ivy:retrieve] :: resolution report :: resolve 236ms :: artifacts dl 14ms
  1343. ---------------------------------------------------------------------
  1344. | | modules || artifacts |
  1345. | conf | number| search|dwnlded|evicted|| number|dwnlded|
  1346. ---------------------------------------------------------------------
  1347. | default | 23 | 0 | 0 | 0 || 23 | 0 |
  1348. ---------------------------------------------------------------------
  1349. [ivy:retrieve] :: retrieving :: org.apache.zookeeper#rest
  1350. [ivy:retrieve] confs: [default]
  1351. [ivy:retrieve] 0 artifacts copied, 15 already retrieved (0kB/8ms)
  1352. [ivy:retrieve] :: retrieving :: org.apache.zookeeper#rest
  1353. [ivy:retrieve] confs: [default]
  1354. [ivy:retrieve] 0 artifacts copied, 8 already retrieved (0kB/5ms)
  1355.  
  1356. zookeeperbuildcontrib.compile:
  1357.  
  1358. compile:
  1359.  
  1360. jar:
  1361. [echo] contrib: rest
  1362.  
  1363. rpm:
  1364.  
  1365. check-contrib:
  1366.  
  1367. init:
  1368.  
  1369. compile:
  1370.  
  1371. jar:
  1372. [echo] No jar target defined for this package
  1373.  
  1374. rpm:
  1375.  
  1376. check-contrib:
  1377.  
  1378. init:
  1379.  
  1380. compile:
  1381.  
  1382. jar:
  1383. [echo] No jar target defined for this package
  1384.  
  1385. rpm:
  1386.  
  1387. check-contrib:
  1388.  
  1389. init:
  1390.  
  1391. ivy-download:
  1392.  
  1393. ivy-init:
  1394. Trying to override old definition of datatype antlib:org.apache.ivy.ant:settings
  1395. Trying to override old definition of task antlib:org.apache.ivy.ant:configure
  1396. Trying to override old definition of task antlib:org.apache.ivy.ant:resolve
  1397. Trying to override old definition of task antlib:org.apache.ivy.ant:retrieve
  1398. Trying to override old definition of task antlib:org.apache.ivy.ant:deliver
  1399. Trying to override old definition of task antlib:org.apache.ivy.ant:publish
  1400. Trying to override old definition of task antlib:org.apache.ivy.ant:extract
  1401. Trying to override old definition of task antlib:org.apache.ivy.ant:cachepath
  1402. Trying to override old definition of task antlib:org.apache.ivy.ant:cachefileset
  1403. Trying to override old definition of task antlib:org.apache.ivy.ant:report
  1404. Trying to override old definition of task antlib:org.apache.ivy.ant:repreport
  1405. Trying to override old definition of task antlib:org.apache.ivy.ant:var
  1406. Trying to override old definition of task antlib:org.apache.ivy.ant:check
  1407. Trying to override old definition of task antlib:org.apache.ivy.ant:artifactproperty
  1408. Trying to override old definition of task antlib:org.apache.ivy.ant:buildlist
  1409. Trying to override old definition of task antlib:org.apache.ivy.ant:install
  1410. Trying to override old definition of task antlib:org.apache.ivy.ant:convertpom
  1411. Trying to override old definition of task antlib:org.apache.ivy.ant:makepom
  1412. Trying to override old definition of task antlib:org.apache.ivy.ant:artifactreport
  1413. Trying to override old definition of task antlib:org.apache.ivy.ant:info
  1414. Trying to override old definition of task antlib:org.apache.ivy.ant:addpath
  1415. Trying to override old definition of task antlib:org.apache.ivy.ant:listmodules
  1416. Trying to override old definition of task antlib:org.apache.ivy.ant:findrevision
  1417. Trying to override old definition of task antlib:org.apache.ivy.ant:buildnumber
  1418. Trying to override old definition of task antlib:org.apache.ivy.ant:cleancache
  1419.  
  1420. ivy-retrieve:
  1421. [ivy:retrieve] :: Ivy 2.2.0 - 20100923230623 :: http://ant.apache.org/ivy/ ::
  1422. [ivy:retrieve] :: loading settings :: file = /opt/wpusers/tkadlubo/zookeeper/ivysettings.xml
  1423. [ivy:retrieve] :: resolving dependencies :: org.apache.zookeeper#zkpython;3.4.0
  1424. [ivy:retrieve] confs: [default]
  1425. [ivy:retrieve] found org.vafer#jdeb;0.8 in wpnexus
  1426. [ivy:retrieve] found org.apache.commons#commons-compress;1.0 in wpnexus
  1427. [ivy:retrieve] found org.apache.maven#maven-plugin-api;2.1.0 in wpnexus
  1428. [ivy:retrieve] found org.apache.maven#maven-project;2.1.0 in wpnexus
  1429. [ivy:retrieve] found org.apache.maven#maven-settings;2.1.0 in wpnexus
  1430. [ivy:retrieve] found org.apache.maven#maven-model;2.1.0 in wpnexus
  1431. [ivy:retrieve] found org.codehaus.plexus#plexus-utils;1.5.6 in wpnexus
  1432. [ivy:retrieve] found org.codehaus.plexus#plexus-interpolation;1.8.1 in wpnexus
  1433. [ivy:retrieve] found org.codehaus.plexus#plexus-container-default;1.0-alpha-9-stable-1 in wpnexus
  1434. [ivy:retrieve] found junit#junit;3.8.1 in wpnexus
  1435. [ivy:retrieve] found classworlds#classworlds;1.1 in wpnexus
  1436. [ivy:retrieve] found org.apache.maven#maven-profile;2.1.0 in wpnexus
  1437. [ivy:retrieve] found org.apache.maven#maven-artifact-manager;2.1.0 in wpnexus
  1438. [ivy:retrieve] found org.apache.maven#maven-repository-metadata;2.1.0 in wpnexus
  1439. [ivy:retrieve] found org.apache.maven#maven-artifact;2.1.0 in wpnexus
  1440. [ivy:retrieve] found org.apache.maven.wagon#wagon-provider-api;1.0-beta-5 in wpnexus
  1441. [ivy:retrieve] found backport-util-concurrent#backport-util-concurrent;3.1 in wpnexus
  1442. [ivy:retrieve] found org.apache.maven#maven-plugin-registry;2.1.0 in wpnexus
  1443. [ivy:retrieve] found org.codehaus.plexus#plexus-utils;1.4.1 in wpnexus
  1444. [ivy:retrieve] found org.apache.ant#ant;1.7.1 in wpnexus
  1445. [ivy:retrieve] found org.apache.ant#ant-launcher;1.7.1 in wpnexus
  1446. [ivy:retrieve] found org.bouncycastle#bcpg-jdk12;130 in wpnexus
  1447. [ivy:retrieve] found org.bouncycastle#bcprov-jdk12;130 in wpnexus
  1448. [ivy:retrieve] :: resolution report :: resolve 337ms :: artifacts dl 14ms
  1449. [ivy:retrieve] :: evicted modules:
  1450. [ivy:retrieve] org.codehaus.plexus#plexus-utils;1.5.6 by [org.codehaus.plexus#plexus-utils;1.4.1] in [default]
  1451. ---------------------------------------------------------------------
  1452. | | modules || artifacts |
  1453. | conf | number| search|dwnlded|evicted|| number|dwnlded|
  1454. ---------------------------------------------------------------------
  1455. | default | 23 | 0 | 0 | 1 || 22 | 0 |
  1456. ---------------------------------------------------------------------
  1457. [ivy:retrieve] :: retrieving :: org.apache.zookeeper#zkpython
  1458. [ivy:retrieve] confs: [default]
  1459. [ivy:retrieve] 0 artifacts copied, 22 already retrieved (0kB/6ms)
  1460. [ivy:retrieve] :: retrieving :: org.apache.zookeeper#zkpython
  1461. [ivy:retrieve] confs: [default]
  1462. [ivy:retrieve] 0 artifacts copied, 0 already retrieved (0kB/2ms)
  1463.  
  1464. compile:
  1465. [exec] running build
  1466. [exec] running build_ext
  1467.  
  1468. package:
  1469.  
  1470. bin-package:
  1471.  
  1472. tar-bin:
  1473.  
  1474. rpm:
  1475.  
  1476. check-contrib:
  1477.  
  1478. init:
  1479.  
  1480. compile:
  1481.  
  1482. jar:
  1483. [echo] No jar target defined for this package
  1484.  
  1485. rpm:
  1486.  
  1487. setjarname:
  1488.  
  1489. checkMainIsAvailable:
  1490.  
  1491. checkMainCompiled:
  1492.  
  1493. check-contrib:
  1494.  
  1495. zookeeperbuildcontrib.init:
  1496.  
  1497. init:
  1498.  
  1499. ivy-download:
  1500.  
  1501. ivy-init:
  1502. Trying to override old definition of datatype antlib:org.apache.ivy.ant:settings
  1503. Trying to override old definition of task antlib:org.apache.ivy.ant:configure
  1504. Trying to override old definition of task antlib:org.apache.ivy.ant:resolve
  1505. Trying to override old definition of task antlib:org.apache.ivy.ant:retrieve
  1506. Trying to override old definition of task antlib:org.apache.ivy.ant:deliver
  1507. Trying to override old definition of task antlib:org.apache.ivy.ant:publish
  1508. Trying to override old definition of task antlib:org.apache.ivy.ant:extract
  1509. Trying to override old definition of task antlib:org.apache.ivy.ant:cachepath
  1510. Trying to override old definition of task antlib:org.apache.ivy.ant:cachefileset
  1511. Trying to override old definition of task antlib:org.apache.ivy.ant:report
  1512. Trying to override old definition of task antlib:org.apache.ivy.ant:repreport
  1513. Trying to override old definition of task antlib:org.apache.ivy.ant:var
  1514. Trying to override old definition of task antlib:org.apache.ivy.ant:check
  1515. Trying to override old definition of task antlib:org.apache.ivy.ant:artifactproperty
  1516. Trying to override old definition of task antlib:org.apache.ivy.ant:buildlist
  1517. Trying to override old definition of task antlib:org.apache.ivy.ant:install
  1518. Trying to override old definition of task antlib:org.apache.ivy.ant:convertpom
  1519. Trying to override old definition of task antlib:org.apache.ivy.ant:makepom
  1520. Trying to override old definition of task antlib:org.apache.ivy.ant:artifactreport
  1521. Trying to override old definition of task antlib:org.apache.ivy.ant:info
  1522. Trying to override old definition of task antlib:org.apache.ivy.ant:addpath
  1523. Trying to override old definition of task antlib:org.apache.ivy.ant:listmodules
  1524. Trying to override old definition of task antlib:org.apache.ivy.ant:findrevision
  1525. Trying to override old definition of task antlib:org.apache.ivy.ant:buildnumber
  1526. Trying to override old definition of task antlib:org.apache.ivy.ant:cleancache
  1527.  
  1528. ivy-retrieve:
  1529. [ivy:retrieve] :: Ivy 2.2.0 - 20100923230623 :: http://ant.apache.org/ivy/ ::
  1530. [ivy:retrieve] :: loading settings :: file = /opt/wpusers/tkadlubo/zookeeper/ivysettings.xml
  1531. [ivy:retrieve] :: resolving dependencies :: org.apache.zookeeper#ZooInspector;3.4.0
  1532. [ivy:retrieve] confs: [default]
  1533. [ivy:retrieve] found org.slf4j#slf4j-api;1.6.1 in wpnexus
  1534. [ivy:retrieve] found org.slf4j#slf4j-log4j12;1.6.1 in wpnexus
  1535. [ivy:retrieve] found log4j#log4j;1.2.15 in wpnexus
  1536. [ivy:retrieve] :: resolution report :: resolve 80ms :: artifacts dl 2ms
  1537. ---------------------------------------------------------------------
  1538. | | modules || artifacts |
  1539. | conf | number| search|dwnlded|evicted|| number|dwnlded|
  1540. ---------------------------------------------------------------------
  1541. | default | 3 | 0 | 0 | 0 || 3 | 0 |
  1542. ---------------------------------------------------------------------
  1543. [ivy:retrieve] :: retrieving :: org.apache.zookeeper#ZooInspector
  1544. [ivy:retrieve] confs: [default]
  1545. [ivy:retrieve] 0 artifacts copied, 3 already retrieved (0kB/3ms)
  1546. [ivy:retrieve] :: retrieving :: org.apache.zookeeper#ZooInspector
  1547. [ivy:retrieve] confs: [default]
  1548. [ivy:retrieve] 0 artifacts copied, 0 already retrieved (0kB/1ms)
  1549.  
  1550. zookeeperbuildcontrib.compile:
  1551.  
  1552. compile:
  1553.  
  1554. jar:
  1555. [echo] contrib: ZooInspector
  1556.  
  1557. rpm:
  1558.  
  1559. rpm:
  1560.  
  1561. checkMainIsAvailable:
  1562.  
  1563. checkMainCompiled:
  1564.  
  1565. setjarname:
  1566.  
  1567. check-recipes:
  1568.  
  1569. init:
  1570. [echo] recipes: election
  1571.  
  1572. init-recipes:
  1573.  
  1574. compile:
  1575.  
  1576. jar:
  1577. [echo] recipes: election
  1578.  
  1579. rpm:
  1580.  
  1581. checkMainIsAvailable:
  1582.  
  1583. checkMainCompiled:
  1584.  
  1585. setjarname:
  1586.  
  1587. check-recipes:
  1588.  
  1589. init:
  1590. [echo] recipes: lock
  1591.  
  1592. init-recipes:
  1593.  
  1594. compile:
  1595.  
  1596. jar:
  1597. [echo] recipes: lock
  1598.  
  1599. rpm:
  1600.  
  1601. checkMainIsAvailable:
  1602.  
  1603. checkMainCompiled:
  1604.  
  1605. setjarname:
  1606.  
  1607. check-recipes:
  1608.  
  1609. init:
  1610. [echo] recipes: queue
  1611.  
  1612. init-recipes:
  1613.  
  1614. compile:
  1615.  
  1616. jar:
  1617. [echo] recipes: queue
  1618.  
  1619. rpm:
  1620. [copy] Copying 2 files to /tmp/zookeeper_package_build_tkadlubo/SOURCES
  1621. [rpm] Building the RPM based on the zookeeper.spec file
  1622. [rpm] Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.DAdawv
  1623. [rpm] + umask 022
  1624. [rpm] + cd /tmp/zookeeper_package_build_tkadlubo/BUILD
  1625. [rpm] + cd /tmp/zookeeper_package_build_tkadlubo/BUILD
  1626. [rpm] + /bin/tar -xvvf -
  1627. [rpm] + /usr/bin/gzip -dc /tmp/zookeeper_package_build_tkadlubo/SOURCES/zookeeper-3.4.0.tar.gz
  1628. [rpm] + STATUS=0
  1629. [rpm] + '[' 0 -ne 0 ']'
  1630. [rpm] + /usr/bin/gzip -dc /tmp/zookeeper_package_build_tkadlubo/SOURCES/zookeeper-3.4.0-lib.tar.gz
  1631. [rpm] + /bin/tar -xvvf -
  1632. [rpm] + STATUS=0
  1633. [rpm] + '[' 0 -ne 0 ']'
  1634. [rpm] + cd zookeeper-3.4.0
  1635. [rpm] + /bin/chmod -Rf a+rX,u+w,g-w,o-w .
  1636. [rpm] + cd /tmp/zookeeper_package_build_tkadlubo/BUILD
  1637. [rpm] + /usr/bin/gzip -dc /tmp/zookeeper_package_build_tkadlubo/SOURCES/zookeeper-3.4.0.tar.gz
  1638. [rpm] + /bin/tar -xvvf -
  1639. [rpm] + STATUS=0
  1640. [rpm] + '[' 0 -ne 0 ']'
  1641. [rpm] + cd zookeeper-3.4.0
  1642. [rpm] + /bin/tar -xvvf -
  1643. [rpm] + /usr/bin/gzip -dc /tmp/zookeeper_package_build_tkadlubo/SOURCES/zookeeper-3.4.0.tar.gz
  1644. [rpm] + STATUS=0
  1645. [rpm] + '[' 0 -ne 0 ']'
  1646. [rpm] + /bin/chmod -Rf a+rX,u+w,g-w,o-w .
  1647. [rpm] + exit 0
  1648. [rpm] Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.RavL0K
  1649. [rpm] + umask 022
  1650. [rpm] + cd /tmp/zookeeper_package_build_tkadlubo/BUILD
  1651. [rpm] + cd zookeeper-3.4.0
  1652. [rpm] + mkdir -p /tmp/zookeeper_package_build_tkadlubo/BUILD/usr
  1653. [rpm] + mkdir -p /tmp/zookeeper_package_build_tkadlubo/BUILD/usr/bin
  1654. [rpm] + mkdir -p /tmp/zookeeper_package_build_tkadlubo/BUILD/usr/include
  1655. [rpm] + mkdir -p /tmp/zookeeper_package_build_tkadlubo/BUILD/usr/lib
  1656. [rpm] + mkdir -p /tmp/zookeeper_package_build_tkadlubo/BUILD/usr/libexec
  1657. [rpm] + mkdir -p /tmp/zookeeper_package_build_tkadlubo/BUILD/var/log/zookeeper
  1658. [rpm] + mkdir -p /tmp/zookeeper_package_build_tkadlubo/BUILD/etc/zookeeper
  1659. [rpm] + mkdir -p /tmp/zookeeper_package_build_tkadlubo/BUILD/usr/man
  1660. [rpm] + mkdir -p /tmp/zookeeper_package_build_tkadlubo/BUILD/var/run/zookeeper
  1661. [rpm] + mkdir -p /tmp/zookeeper_package_build_tkadlubo/BUILD/usr/sbin
  1662. [rpm] + mkdir -p /tmp/zookeeper_package_build_tkadlubo/BUILD/usr/share/zookeeper
  1663. [rpm] + mkdir -p /tmp/zookeeper_package_build_tkadlubo/BUILD/var/lib/zookeeper
  1664. [rpm] + mkdir -p /tmp/zookeeper_package_build_tkadlubo/BUILD/etc/init.d
  1665. [rpm] + cp /tmp/zookeeper_package_build_tkadlubo/BUILD/zookeeper-3.4.0/src/packages/rpm/init.d/zookeeper /tmp/zookeeper_package_build_tkadlubo/BUILD/etc/init.d/zookeeper
  1666. [rpm] + cp /tmp/zookeeper_package_build_tkadlubo/BUILD/zookeeper-3.4.0/src/packages/update-zookeeper-env.sh /tmp/zookeeper_package_build_tkadlubo/BUILD/zookeeper-3.4.0/sbin/update-zookeeper-env.sh
  1667. [rpm] + chmod 0755 /tmp/zookeeper_package_build_tkadlubo/BUILD/zookeeper-3.4.0/sbin/update-zookeeper-env.sh /tmp/zookeeper_package_build_tkadlubo/BUILD/zookeeper-3.4.0/sbin/zkServer.cmd /tmp/zookeeper_package_build_tkadlubo/BUILD/zookeeper-3.4.0/sbin/zkServer.sh
  1668. [rpm] + chmod 0755 /tmp/zookeeper_package_build_tkadlubo/BUILD/etc/init.d/zookeeper
  1669. [rpm] + exit 0
  1670. [rpm] Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.zUt5D0
  1671. [rpm] + umask 022
  1672. [rpm] + cd /tmp/zookeeper_package_build_tkadlubo/BUILD
  1673. [rpm] + cd zookeeper-3.4.0
  1674. [rpm] + pushd /tmp/zookeeper_package_build_tkadlubo/BUILD
  1675. [rpm] /tmp/zookeeper_package_build_tkadlubo/BUILD /tmp/zookeeper_package_build_tkadlubo/BUILD/zookeeper-3.4.0
  1676. [rpm] + mv /tmp/zookeeper_package_build_tkadlubo/BUILD/zookeeper-3.4.0/bin/zkCli.cmd /tmp/zookeeper_package_build_tkadlubo/BUILD/zookeeper-3.4.0/bin/zkCli.sh /tmp/zookeeper_package_build_tkadlubo/BUILD/usr/bin
  1677. [rpm] + mv /tmp/zookeeper_package_build_tkadlubo/BUILD/zookeeper-3.4.0/libexec/zkEnv.cmd /tmp/zookeeper_package_build_tkadlubo/BUILD/zookeeper-3.4.0/libexec/zkEnv.sh /tmp/zookeeper_package_build_tkadlubo/BUILD/usr/libexec
  1678. [rpm] + mv /tmp/zookeeper_package_build_tkadlubo/BUILD/zookeeper-3.4.0/share/zookeeper/cobertura /tmp/zookeeper_package_build_tkadlubo/BUILD/zookeeper-3.4.0/share/zookeeper/contrib /tmp/zookeeper_package_build_tkadlubo/BUILD/zookeeper-3.4.0/share/zookeeper/javacc.jar /tmp/zookeeper_package_build_tkadlubo/BUILD/zookeeper-3.4.0/share/zookeeper/jdiff /tmp/zookeeper_package_build_tkadlubo/BUILD/zookeeper-3.4.0/share/zookeeper/jline-0.9.94.LICENSE.txt /tmp/zookeeper_package_build_tkadlubo/BUILD/zookeeper-3.4.0/share/zookeeper/jline-0.9.94.jar /tmp/zookeeper_package_build_tkadlubo/BUILD/zookeeper-3.4.0/share/zookeeper/log4j-1.2.15.LICENSE.txt /tmp/zookeeper_package_build_tkadlubo/BUILD/zookeeper-3.4.0/share/zookeeper/log4j-1.2.16.jar /tmp/zookeeper_package_build_tkadlubo/BUILD/zookeeper-3.4.0/share/zookeeper/netty-3.2.5.Final.jar /tmp/zookeeper_package_build_tkadlubo/BUILD/zookeeper-3.4.0/share/zookeeper/recipes /tmp/zookeeper_package_build_tkadlubo/BUILD/zookeeper-3.4.0/share/zookeeper/slf4j-api-1.6.2.jar /tmp/zookeeper_package_build_tkadlubo/BUILD/zookeeper-3.4.0/share/zookeeper/slf4j-log4j12-1.6.2.jar /tmp/zookeeper_package_build_tkadlubo/BUILD/zookeeper-3.4.0/share/zookeeper/templates /tmp/zookeeper_package_build_tkadlubo/BUILD/zookeeper-3.4.0/share/zookeeper/zookeeper-3.4.0.jar /tmp/zookeeper_package_build_tkadlubo/BUILD/zookeeper-3.4.0/share/zookeeper/zookeeper-3.4.0.jar.md5 /tmp/zookeeper_package_build_tkadlubo/BUILD/zookeeper-3.4.0/share/zookeeper/zookeeper-3.4.0.jar.sha1 /tmp/zookeeper_package_build_tkadlubo/BUILD/usr/share/zookeeper
  1679. [rpm] mv: cannot move `/tmp/zookeeper_package_build_tkadlubo/BUILD/zookeeper-3.4.0/share/zookeeper/cobertura' to `/tmp/zookeeper_package_build_tkadlubo/BUILD/usr/share/zookeeper/cobertura': Directory not empty
  1680. [rpm] mv: cannot move `/tmp/zookeeper_package_build_tkadlubo/BUILD/zookeeper-3.4.0/share/zookeeper/jdiff' to `/tmp/zookeeper_package_build_tkadlubo/BUILD/usr/share/zookeeper/jdiff': Directory not empty
  1681. [rpm] mv: cannot move `/tmp/zookeeper_package_build_tkadlubo/BUILD/zookeeper-3.4.0/share/zookeeper/recipes' to `/tmp/zookeeper_package_build_tkadlubo/BUILD/usr/share/zookeeper/recipes': Directory not empty
  1682. [rpm] mv: cannot move `/tmp/zookeeper_package_build_tkadlubo/BUILD/zookeeper-3.4.0/share/zookeeper/templates' to `/tmp/zookeeper_package_build_tkadlubo/BUILD/usr/share/zookeeper/templates': Directory not empty
  1683. [rpm] error: Bad exit status from /var/tmp/rpm-tmp.zUt5D0 (%install)
  1684. [rpm]
  1685. [rpm]
  1686. [rpm] RPM build errors:
  1687. [rpm] Bad exit status from /var/tmp/rpm-tmp.zUt5D0 (%install)
  1688.  
  1689.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement