1. HEAD is now at 5cb544f Merge 86fd8c367a3eb35dc9d5c4573c7d77e150b7a698 into 890f5b6bd43bc32983b21baba60ee5e6e3b6e491
  2. Synchronizing submodule url for 'ceph-erasure-code-corpus'
  3. Synchronizing submodule url for 'ceph-object-corpus'
  4. Synchronizing submodule url for 'src/civetweb'
  5. Synchronizing submodule url for 'src/erasure-code/jerasure/gf-complete'
  6. Synchronizing submodule url for 'src/erasure-code/jerasure/jerasure'
  7. Synchronizing submodule url for 'src/libs3'
  8. Synchronizing submodule url for 'src/rocksdb'
  9. Entering 'ceph-erasure-code-corpus'
  10. HEAD is now at f1f95a1 upgrade giant regression data
  11. Entering 'ceph-object-corpus'
  12. HEAD is now at da43eb1 drop compat with very old ObjectStore::Transaction
  13. Entering 'src/civetweb'
  14. HEAD is now at 45da9c5 add log_access() callback
  15. Entering 'src/erasure-code/jerasure/gf-complete'
  16. HEAD is now at d384952 Merge remote-tracking branch 'jerasure/v2' into v2-ceph
  17. Entering 'src/erasure-code/jerasure/jerasure'
  18. HEAD is now at 02731df from jerasure/v2
  19. Entering 'src/libs3'
  20. HEAD is now at dcf98ff Merge pull request #2 from ceph/wip-da-SCA
  21. Entering 'src/rocksdb'
  22. HEAD is now at 05da593 Merge pull request #4 from xinxinsh/wip-rocksdb
  23. + set -e
  24. + test -f src/ceph.in
  25. ++ which libtoolize
  26. + '[' /usr/bin/libtoolize ']'
  27. + LIBTOOLIZE=libtoolize
  28. + test -d .git
  29. + git submodule sync
  30. Synchronizing submodule url for 'ceph-erasure-code-corpus'
  31. Synchronizing submodule url for 'ceph-object-corpus'
  32. Synchronizing submodule url for 'src/civetweb'
  33. Synchronizing submodule url for 'src/erasure-code/jerasure/gf-complete'
  34. Synchronizing submodule url for 'src/erasure-code/jerasure/jerasure'
  35. Synchronizing submodule url for 'src/libs3'
  36. Synchronizing submodule url for 'src/rocksdb'
  37. + git submodule update --init
  38. + rm -f config.cache
  39. + aclocal -I m4 --install
  40. aclocal: installing 'm4/libtool.m4' from '/usr/share/aclocal/libtool.m4'
  41. aclocal: installing 'm4/ltoptions.m4' from '/usr/share/aclocal/ltoptions.m4'
  42. aclocal: installing 'm4/ltsugar.m4' from '/usr/share/aclocal/ltsugar.m4'
  43. aclocal: installing 'm4/ltversion.m4' from '/usr/share/aclocal/ltversion.m4'
  44. aclocal: installing 'm4/lt~obsolete.m4' from '/usr/share/aclocal/lt~obsolete.m4'
  45. aclocal: installing 'm4/pkg.m4' from '/usr/share/aclocal/pkg.m4'
  46. + check_for_pkg_config
  47. + which pkg-config
  48. + return
  49. + libtoolize --force --copy
  50. libtoolize: putting auxiliary files in `.'.
  51. libtoolize: copying file `./ltmain.sh'
  52. libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
  53. libtoolize: copying file `m4/libtool.m4'
  54. libtoolize: copying file `m4/ltoptions.m4'
  55. libtoolize: copying file `m4/ltsugar.m4'
  56. libtoolize: copying file `m4/ltversion.m4'
  57. libtoolize: copying file `m4/lt~obsolete.m4'
  58. + aclocal -I m4 --install
  59. + autoconf
  60. + autoheader
  61. + automake -a --add-missing -Wall
  62. configure.ac:33: installing './ar-lib'
  63. configure.ac:37: installing './compile'
  64. configure.ac:29: installing './config.guess'
  65. configure.ac:29: installing './config.sub'
  66. configure.ac:36: installing './install-sh'
  67. configure.ac:36: installing './missing'
  68. src/test/Makefile.am:266: warning: patsubst %,$(srcdir: non-POSIX variable name
  69. src/test/Makefile.am:266: (probably a GNU make extension)
  70. src/Makefile.am:36: 'src/test/Makefile.am' included from here
  71. src/Makefile.am: installing './depcomp'
  72. src/Makefile.am:725: installing './py-compile'
  73. parallel-tests: installing './test-driver'
  74. + cd src/gmock
  75. + autoreconf -fvi
  76. autoreconf: Entering directory `.'
  77. autoreconf: configure.ac: not using Gettext
  78. autoreconf: running: aclocal --force
  79. autoreconf: configure.ac: tracing
  80. autoreconf: configure.ac: adding subdirectory gtest to autoreconf
  81. autoreconf: Entering directory `gtest'
  82. autoreconf: running: aclocal --force -I m4
  83. autoreconf: configure.ac: creating directory build-aux
  84. autoreconf: running: libtoolize --copy --force
  85. libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'.
  86. libtoolize: copying file `build-aux/ltmain.sh'
  87. libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
  88. libtoolize: copying file `m4/libtool.m4'
  89. libtoolize: copying file `m4/ltoptions.m4'
  90. libtoolize: copying file `m4/ltsugar.m4'
  91. libtoolize: copying file `m4/ltversion.m4'
  92. libtoolize: copying file `m4/lt~obsolete.m4'
  93. autoreconf: running: /usr/bin/autoconf --force
  94. autoreconf: running: /usr/bin/autoheader --force
  95. autoreconf: running: automake --add-missing --copy --force-missing
  96. configure.ac:30: installing 'build-aux/config.guess'
  97. configure.ac:30: installing 'build-aux/config.sub'
  98. configure.ac:24: installing 'build-aux/install-sh'
  99. configure.ac:24: installing 'build-aux/missing'
  100. Makefile.am: installing 'build-aux/depcomp'
  101. parallel-tests: installing 'build-aux/test-driver'
  102. autoreconf: Leaving directory `gtest'
  103. libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'.
  104. libtoolize: copying file `build-aux/ltmain.sh'
  105. libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
  106. libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
  107. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
  108. configure.ac:25: installing 'build-aux/config.guess'
  109. configure.ac:25: installing 'build-aux/config.sub'
  110. configure.ac:19: installing 'build-aux/install-sh'
  111. configure.ac:19: installing 'build-aux/missing'
  112. Makefile.am: installing 'build-aux/depcomp'
  113. parallel-tests: installing 'build-aux/test-driver'
  114. autoreconf: Leaving directory `.'
  115. + cd src/rocksdb
  116. + autoreconf -fvi
  117. autoreconf: Entering directory `.'
  118. autoreconf: configure.ac: not using Gettext
  119. autoreconf: running: aclocal --force -I m4
  120. autoreconf: configure.ac: tracing
  121. autoreconf: running: libtoolize --copy --force
  122. libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
  123. libtoolize: copying file `m4/libtool.m4'
  124. libtoolize: copying file `m4/ltoptions.m4'
  125. libtoolize: copying file `m4/ltsugar.m4'
  126. libtoolize: copying file `m4/ltversion.m4'
  127. libtoolize: copying file `m4/lt~obsolete.m4'
  128. autoreconf: running: /usr/bin/autoconf --force
  129. autoreconf: running: /usr/bin/autoheader --force
  130. autoreconf: running: automake --add-missing --copy --force-missing
  131. autoreconf: Leaving directory `.'
  132. + exit
  133. HEAD is now at 5cb544f Merge 86fd8c367a3eb35dc9d5c4573c7d77e150b7a698 into 890f5b6bd43bc32983b21baba60ee5e6e3b6e491
  134. Synchronizing submodule url for 'ceph-erasure-code-corpus'
  135. Synchronizing submodule url for 'ceph-object-corpus'
  136. Synchronizing submodule url for 'src/civetweb'
  137. Synchronizing submodule url for 'src/erasure-code/jerasure/gf-complete'
  138. Synchronizing submodule url for 'src/erasure-code/jerasure/jerasure'
  139. Synchronizing submodule url for 'src/libs3'
  140. Synchronizing submodule url for 'src/rocksdb'
  141. Loaded plugins: fastestmirror
  142. Loading mirror speeds from cached hostfile
  143. * base: bay.uchicago.edu
  144. * epel: mirror.oss.ou.edu
  145. * extras: mirror.oss.ou.edu
  146. * updates: mirror.raystedman.net
  147. Package ccache-3.1.9-3.el7.x86_64 already installed and latest version
  148. Package jq-1.3-2.el7.x86_64 already installed and latest version
  149. Nothing to do
  150. Loaded plugins: fastestmirror
  151. Loading mirror speeds from cached hostfile
  152. * base: bay.uchicago.edu
  153. * epel: mirror.oss.ou.edu
  154. * extras: mirror.oss.ou.edu
  155. * updates: mirror.raystedman.net
  156. Package redhat-lsb-core-4.1-24.el7.x86_64 already installed and latest version
  157. Nothing to do
  158. which: no apt-get in (/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin)
  159. Loaded plugins: fastestmirror
  160. Loading mirror speeds from cached hostfile
  161. * base: bay.uchicago.edu
  162. * epel: mirror.oss.ou.edu
  163. * extras: mirror.oss.ou.edu
  164. * updates: mirror.raystedman.net
  165. Package yum-utils-1.1.31-25.el7_0.noarch already installed and latest version
  166. Nothing to do
  167. Loaded plugins: fastestmirror
  168. Enabling base-source repository
  169. Enabling epel-source repository
  170. Enabling extras-source repository
  171. Enabling updates-source repository
  172. Loading mirror speeds from cached hostfile
  173. * base: bay.uchicago.edu
  174. * epel: mirror.oss.ou.edu
  175. * epel-source: mirror.oss.ou.edu
  176. * extras: mirror.oss.ou.edu
  177. * updates: mirror.raystedman.net
  178. Checking for new repos for mirrors
  179. Getting requirements for /tmp/install-deps.52/ceph.spec
  180. --> Already installed : gcc-c++-4.8.2-16.2.el7_0.x86_64
  181. --> Already installed : boost-devel-1.53.0-18.el7.x86_64
  182. --> Already installed : bzip2-devel-1.0.6-12.el7.x86_64
  183. --> Already installed : cryptsetup-1.6.3-2.el7.x86_64
  184. --> Already installed : gdbm-1.10-8.el7.x86_64
  185. --> Already installed : hdparm-9.43-5.el7.x86_64
  186. --> Already installed : libaio-devel-0.3.109-12.el7.x86_64
  187. --> Already installed : libcurl-devel-7.29.0-19.el7.x86_64
  188. --> Already installed : libedit-devel-3.0-12.20121213cvs.el7.x86_64
  189. --> Already installed : libxml2-devel-2.9.1-5.el7_0.1.x86_64
  190. --> Already installed : libuuid-devel-2.23.2-16.el7.x86_64
  191. --> Already installed : libblkid-devel-2.23.2-16.el7.x86_64
  192. --> Already installed : systemd-devel-208-11.el7_0.6.x86_64
  193. --> Already installed : libtool-2.4.2-20.el7.x86_64
  194. --> Already installed : leveldb-devel-1.12.0-5.el7.x86_64
  195. --> Already installed : 1:make-3.82-21.el7.x86_64
  196. --> Already installed : 4:perl-5.16.3-283.el7.x86_64
  197. --> Already installed : parted-3.1-17.el7.x86_64
  198. --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
  199. --> Already installed : python-2.7.5-16.el7.x86_64
  200. --> Already installed : python-2.7.5-16.el7.x86_64
  201. --> 1:python-flask-0.10.1-4.el7.noarch
  202. --> Already installed : python-nose-1.3.0-2.el7.noarch
  203. --> Already installed : python-requests-1.1.0-8.el7.noarch
  204. --> Already installed : python-virtualenv-1.10.1-2.el7.noarch
  205. --> Already installed : util-linux-2.23.2-16.el7.x86_64
  206. --> Already installed : xfsprogs-3.2.0-0.10.alpha2.el7.x86_64
  207. --> Already installed : xfsprogs-devel-3.2.0-0.10.alpha2.el7.x86_64
  208. --> Already installed : xmlstarlet-1.6.1-1.el7.x86_64
  209. --> Already installed : yasm-1.2.0-4.el7.x86_64
  210. --> Already installed : snappy-devel-1.1.0-3.el7.x86_64
  211. --> Already installed : nss-devel-3.16.2.3-2.el7_0.x86_64
  212. --> Already installed : keyutils-libs-devel-1.5.8-3.el7.x86_64
  213. --> Already installed : libatomic_ops-devel-7.2d-6.el7.x86_64
  214. --> Already installed : gperftools-devel-2.1-1.el7.x86_64
  215. --> Already installed : fuse-devel-2.9.2-5.el7.x86_64
  216. --> Already installed : expat-devel-2.1.0-8.el7.x86_64
  217. --> Already installed : fcgi-devel-2.4.0-22.el7.x86_64
  218. --> Already installed : 1:java-1.7.0-openjdk-devel-1.7.0.75-2.5.4.2.el7_0.x86_64
  219. --> Already installed : junit-4.11-8.el7.noarch
  220. --> Running transaction check
  221. ---> Package python-flask.noarch 1:0.10.1-4.el7 will be installed
  222. --> Processing Dependency: python-werkzeug for package: 1:python-flask-0.10.1-4.el7.noarch
  223. --> Processing Dependency: python-jinja2 for package: 1:python-flask-0.10.1-4.el7.noarch
  224. --> Processing Dependency: python-itsdangerous for package: 1:python-flask-0.10.1-4.el7.noarch
  225. --> Running transaction check
  226. ---> Package python-itsdangerous.noarch 0:0.23-2.el7 will be installed
  227. ---> Package python-jinja2.noarch 0:2.7.2-2.el7 will be installed
  228. --> Processing Dependency: python-babel >= 0.8 for package: python-jinja2-2.7.2-2.el7.noarch
  229. --> Processing Dependency: python-markupsafe for package: python-jinja2-2.7.2-2.el7.noarch
  230. ---> Package python-werkzeug.noarch 0:0.9.1-2.el7 will be installed
  231. --> Running transaction check
  232. ---> Package python-babel.noarch 0:0.9.6-8.el7 will be installed
  233. ---> Package python-markupsafe.x86_64 0:0.11-10.el7 will be installed
  234. --> Finished Dependency Resolution
  235. Dependencies Resolved
  236. ================================================================================
  237. Package Arch Version Repository Size
  238. ================================================================================
  239. Installing:
  240. python-flask noarch 1:0.10.1-4.el7 extras 204 k
  241. Installing for dependencies:
  242. python-babel noarch 0.9.6-8.el7 base 1.4 M
  243. python-itsdangerous noarch 0.23-2.el7 extras 24 k
  244. python-jinja2 noarch 2.7.2-2.el7 base 515 k
  245. python-markupsafe x86_64 0.11-10.el7 base 25 k
  246. python-werkzeug noarch 0.9.1-2.el7 extras 562 k
  247. Transaction Summary
  248. ================================================================================
  249. Install 1 Package (+5 Dependent packages)
  250. Total download size: 2.7 M
  251. Installed size: 12 M
  252. Downloading packages:
  253. python-babel-0.9.6-8.el7.noarc FAILED
  254. (1/6): python-babel-0.9.6- 0% [ ] 0.0 B/s | 0 B --:-- ETA
  255. http://mirrors.cat.pdx.edu/centos/7.0.1406/os/x86_64/Packages/python-babel-0.9.6-8.el7.noarch.rpm: [Errno 14] curl#6 - "Could not resolve host: mirrors.cat.pdx.edu; Unknown error"
  256. Trying other mirror.
  257. python-itsdangerous-0.23-2.el7 FAILED
  258. (1/6): python-flask-0.10.1 0% [ ] 0.0 B/s | 0 B --:-- ETA
  259. http://mirror.san.fastserv.com/pub/linux/centos/7.0.1406/extras/x86_64/Packages/python-itsdangerous-0.23-2.el7.noarch.rpm: [Errno 14] curl#6 - "Could not resolve host: mirror.san.fastserv.com; Unknown error"
  260. Trying other mirror.
  261. python-flask-0.10.1-4.el7.noar FAILED
  262. (1/6): python-flask-0.10.1 0% [ ] 0.0 B/s | 0 B --:-- ETA
  263. http://mirror.oss.ou.edu/centos/7.0.1406/extras/x86_64/Packages/python-flask-0.10.1-4.el7.noarch.rpm: [Errno 14] curl#6 - "Could not resolve host: mirror.oss.ou.edu; Unknown error"
  264. Trying other mirror.
  265. python-jinja2-2.7.2-2.el7.noar FAILED
  266. (1/6): python-jinja2-2.7.2 0% [ ] 0.0 B/s | 0 B --:-- ETA
  267. http://mirrors.cat.pdx.edu/centos/7.0.1406/os/x86_64/Packages/python-jinja2-2.7.2-2.el7.noarch.rpm: [Errno 14] curl#6 - "Could not resolve host: mirrors.cat.pdx.edu; Unknown error"
  268. Trying other mirror.
  269. python-markupsafe-0.11-10.el7. FAILED
  270. (1/6): python-markupsafe-0 0% [ ] 0.0 B/s | 0 B --:-- ETA
  271. http://mirrors.cat.pdx.edu/centos/7.0.1406/os/x86_64/Packages/python-markupsafe-0.11-10.el7.x86_64.rpm: [Errno 14] curl#6 - "Could not resolve host: mirrors.cat.pdx.edu; Unknown error"
  272. Trying other mirror.
  273. python-werkzeug-0.9.1-2.el7.no FAILED
  274. (1/6): python-werkzeug-0.9 0% [ ] 0.0 B/s | 0 B --:-- ETA
  275. http://mirror.cs.pitt.edu/centos/7.0.1406/extras/x86_64/Packages/python-werkzeug-0.9.1-2.el7.noarch.rpm: [Errno 14] curl#6 - "Could not resolve host: mirror.cs.pitt.edu; Unknown error"
  276. Trying other mirror.
  277. python-babel-0.9.6-8.el7.noarc FAILED
  278. (1/6): python-babel-0.9.6- 0% [ ] 0.0 B/s | 0 B --:-- ETA
  279. http://mirror.cs.vt.edu/pub/CentOS/7.0.1406/os/x86_64/Packages/python-babel-0.9.6-8.el7.noarch.rpm: [Errno 14] curl#6 - "Could not resolve host: mirror.cs.vt.edu; Unknown error"
  280. Trying other mirror.
  281. python-flask-0.10.1-4.el7.noar FAILED
  282. (1/6): python-itsdangerous 0% [ ] 0.0 B/s | 0 B --:-- ETA
  283. http://mirror.ancl.hawaii.edu/linux/centos/7.0.1406/extras/x86_64/Packages/python-flask-0.10.1-4.el7.noarch.rpm: [Errno 14] curl#6 - "Could not resolve host: mirror.ancl.hawaii.edu; Unknown error"
  284. Trying other mirror.
  285. python-itsdangerous-0.23-2.el7 FAILED
  286. (1/6): python-itsdangerous 0% [ ] 0.0 B/s | 0 B --:-- ETA
  287. http://repo.dimenoc.com/pub/centos/7.0.1406/extras/x86_64/Packages/python-itsdangerous-0.23-2.el7.noarch.rpm: [Errno 14] curl#6 - "Could not resolve host: repo.dimenoc.com; Unknown error"
  288. Trying other mirror.
  289. python-jinja2-2.7.2-2.el7.noar FAILED
  290. (1/6): python-jinja2-2.7.2 0% [ ] 0.0 B/s | 0 B --:-- ETA
  291. http://bay.uchicago.edu/centos/7.0.1406/os/x86_64/Packages/python-jinja2-2.7.2-2.el7.noarch.rpm: [Errno 14] curl#6 - "Could not resolve host: bay.uchicago.edu; Unknown error"
  292. Trying other mirror.
  293. python-markupsafe-0.11-10.el7. FAILED
  294. (1/6): python-markupsafe-0 0% [ ] 0.0 B/s | 0 B --:-- ETA
  295. http://linux.mirrors.es.net/centos/7.0.1406/os/x86_64/Packages/python-markupsafe-0.11-10.el7.x86_64.rpm: [Errno 14] curl#6 - "Could not resolve host: linux.mirrors.es.net; Unknown error"
  296. Trying other mirror.
  297. python-werkzeug-0.9.1-2.el7.no FAILED
  298. (1/6): python-werkzeug-0.9 0% [ ] 0.0 B/s | 0 B --:-- ETA
  299. http://www.gtlib.gatech.edu/pub/centos/7.0.1406/extras/x86_64/Packages/python-werkzeug-0.9.1-2.el7.noarch.rpm: [Errno 14] curl#6 - "Could not resolve host: www.gtlib.gatech.edu; Unknown error"
  300. Trying other mirror.
  301. python-babel-0.9.6-8.el7.noarc FAILED
  302. (1/6): python-babel-0.9.6- 0% [ ] 0.0 B/s | 0 B --:-- ETA
  303. http://mirrors.adams.net/centos/7.0.1406/os/x86_64/Packages/python-babel-0.9.6-8.el7.noarch.rpm: [Errno 14] curl#6 - "Could not resolve host: mirrors.adams.net; Unknown error"
  304. Trying other mirror.
  305. python-flask-0.10.1-4.el7.noar FAILED
  306. (1/6): python-flask-0.10.1 0% [ ] 0.0 B/s | 0 B --:-- ETA
  307. http://mirror.web-ster.com/centos/7.0.1406/extras/x86_64/Packages/python-flask-0.10.1-4.el7.noarch.rpm: [Errno 14] curl#6 - "Could not resolve host: mirror.web-ster.com; Unknown error"
  308. Trying other mirror.
  309. python-itsdangerous-0.23-2.el7 FAILED
  310. (1/6): python-itsdangerous 0% [ ] 0.0 B/s | 0 B --:-- ETA
  311. http://centos.aol.com/7.0.1406/extras/x86_64/Packages/python-itsdangerous-0.23-2.el7.noarch.rpm: [Errno 14] curl#6 - "Could not resolve host: centos.aol.com; Unknown error"
  312. Trying other mirror.
  313. python-jinja2-2.7.2-2.el7.noar FAILED
  314. (1/6): python-jinja2-2.7.2 0% [ ] 0.0 B/s | 0 B --:-- ETA
  315. http://mirror.thelinuxfix.com/CentOS/7.0.1406/os/x86_64/Packages/python-jinja2-2.7.2-2.el7.noarch.rpm: [Errno 14] curl#6 - "Could not resolve host: mirror.thelinuxfix.com; Unknown error"
  316. Trying other mirror.
  317. python-markupsafe-0.11-10.el7. FAILED
  318. (1/6): python-markupsafe-0 0% [ ] 0.0 B/s | 0 B --:-- ETA
  319. http://pubmirrors.dal.corespace.com/centos/7.0.1406/os/x86_64/Packages/python-markupsafe-0.11-10.el7.x86_64.rpm: [Errno 14] curl#6 - "Could not resolve host: pubmirrors.dal.corespace.com; Unknown error"
  320. Trying other mirror.
  321. python-werkzeug-0.9.1-2.el7.no FAILED
  322. (1/6): python-werkzeug-0.9 0% [ ] 0.0 B/s | 0 B --:-- ETA
  323. http://mirror.ash.fastserv.com/pub/linux/centos/7.0.1406/extras/x86_64/Packages/python-werkzeug-0.9.1-2.el7.noarch.rpm: [Errno 14] curl#6 - "Could not resolve host: mirror.ash.fastserv.com; Unknown error"
  324. Trying other mirror.
  325. python-babel-0.9.6-8.el7.noarc FAILED
  326. (1/6): python-babel-0.9.6- 0% [ ] 0.0 B/s | 0 B --:-- ETA
  327. http://centos.mirror.ndchost.com/7.0.1406/os/x86_64/Packages/python-babel-0.9.6-8.el7.noarch.rpm: [Errno 14] curl#6 - "Could not resolve host: centos.mirror.ndchost.com; Unknown error"
  328. Trying other mirror.
  329. python-flask-0.10.1-4.el7.noar FAILED
  330. (1/6): python-flask-0.10.1 0% [ ] 0.0 B/s | 0 B --:-- ETA
  331. http://mirrors.unifiedlayer.com/centos/7.0.1406/extras/x86_64/Packages/python-flask-0.10.1-4.el7.noarch.rpm: [Errno 14] curl#6 - "Could not resolve host: mirrors.unifiedlayer.com; Unknown error"
  332. Trying other mirror.
  333. python-itsdangerous-0.23-2.el7 FAILED
  334. (1/6): python-itsdangerous 0% [ ] 0.0 B/s | 0 B --:-- ETA
  335. http://mirror.ash.fastserv.com/pub/linux/centos/7.0.1406/extras/x86_64/Packages/python-itsdangerous-0.23-2.el7.noarch.rpm: [Errno 14] curl#6 - "Could not resolve host: mirror.ash.fastserv.com; Unknown error"
  336. Trying other mirror.
  337. python-jinja2-2.7.2-2.el7.noar FAILED
  338. (1/6): python-jinja2-2.7.2 0% [ ] 0.0 B/s | 0 B --:-- ETA
  339. http://mirrors.greenmountainaccess.net/centos/7.0.1406/os/x86_64/Packages/python-jinja2-2.7.2-2.el7.noarch.rpm: [Errno 14] curl#6 - "Could not resolve host: mirrors.greenmountainaccess.net; Unknown error"
  340. Trying other mirror.
  341. python-markupsafe-0.11-10.el7. FAILED
  342. (1/6): python-markupsafe-0 0% [ ] 0.0 B/s | 0 B --:-- ETA
  343. http://mirror.us.leaseweb.net/centos/7.0.1406/os/x86_64/Packages/python-markupsafe-0.11-10.el7.x86_64.rpm: [Errno 14] curl#6 - "Could not resolve host: mirror.us.leaseweb.net; Unknown error"
  344. Trying other mirror.
  345. python-werkzeug-0.9.1-2.el7.no FAILED
  346. (1/6): python-werkzeug-0.9 0% [ ] 0.0 B/s | 0 B --:-- ETA
  347. http://mirrors.unifiedlayer.com/centos/7.0.1406/extras/x86_64/Packages/python-werkzeug-0.9.1-2.el7.noarch.rpm: [Errno 14] curl#6 - "Could not resolve host: mirrors.unifiedlayer.com; Unknown error"
  348. Trying other mirror.
  349. python-flask-0.10.1-4.el7.noar FAILED
  350. (1/6): python-babel-0.9.6- 0% [ ] 0.0 B/s | 0 B --:-- ETA
  351. http://mirror.san.fastserv.com/pub/linux/centos/7.0.1406/extras/x86_64/Packages/python-flask-0.10.1-4.el7.noarch.rpm: [Errno 14] curl#6 - "Could not resolve host: mirror.san.fastserv.com; Unknown error"
  352. Trying other mirror.
  353. python-itsdangerous-0.23-2.el7 FAILED
  354. (1/6): python-babel-0.9.6- 0% [ ] 0.0 B/s | 0 B --:-- ETA
  355. http://mirror.oss.ou.edu/centos/7.0.1406/extras/x86_64/Packages/python-itsdangerous-0.23-2.el7.noarch.rpm: [Errno 14] curl#6 - "Could not resolve host: mirror.oss.ou.edu; Unknown error"
  356. Trying other mirror.
  357. python-jinja2-2.7.2-2.el7.noar FAILED
  358. (1/6): python-babel-0.9.6- 0% [ ] 0.0 B/s | 0 B --:-- ETA
  359. http://mirror.cs.vt.edu/pub/CentOS/7.0.1406/os/x86_64/Packages/python-jinja2-2.7.2-2.el7.noarch.rpm: [Errno 14] curl#6 - "Could not resolve host: mirror.cs.vt.edu; Unknown error"
  360. Trying other mirror.
  361. python-babel-0.9.6-8.el7.noarc FAILED
  362. (1/6): python-babel-0.9.6- 0% [ ] 0.0 B/s | 0 B --:-- ETA
  363. http://mirrors.greenmountainaccess.net/centos/7.0.1406/os/x86_64/Packages/python-babel-0.9.6-8.el7.noarch.rpm: [Errno 14] curl#6 - "Could not resolve host: mirrors.greenmountainaccess.net; Unknown error"
  364. Trying other mirror.
  365. python-markupsafe-0.11-10.el7. FAILED
  366. (1/6): python-markupsafe-0 0% [ ] 0.0 B/s | 0 B --:-- ETA
  367. http://mirror.cs.vt.edu/pub/CentOS/7.0.1406/os/x86_64/Packages/python-markupsafe-0.11-10.el7.x86_64.rpm: [Errno 14] curl#6 - "Could not resolve host: mirror.cs.vt.edu; Unknown error"
  368. Trying other mirror.
  369. python-werkzeug-0.9.1-2.el7.no FAILED
  370. (1/6): python-werkzeug-0.9 0% [ ] 0.0 B/s | 0 B --:-- ETA
  371. http://mirror.ancl.hawaii.edu/linux/centos/7.0.1406/extras/x86_64/Packages/python-werkzeug-0.9.1-2.el7.noarch.rpm: [Errno 14] curl#6 - "Could not resolve host: mirror.ancl.hawaii.edu; Unknown error"
  372. Trying other mirror.
  373. python-flask-0.10.1-4.el7.noar FAILED
  374. (1/6): python-flask-0.10.1 0% [ ] 0.0 B/s | 0 B --:-- ETA
  375. http://mirror.cs.pitt.edu/centos/7.0.1406/extras/x86_64/Packages/python-flask-0.10.1-4.el7.noarch.rpm: [Errno 14] curl#6 - "Could not resolve host: mirror.cs.pitt.edu; Unknown error"
  376. Trying other mirror.
  377. python-itsdangerous-0.23-2.el7 FAILED
  378. (1/6): python-itsdangerous 0% [ ] 0.0 B/s | 0 B --:-- ETA
  379. http://www.gtlib.gatech.edu/pub/centos/7.0.1406/extras/x86_64/Packages/python-itsdangerous-0.23-2.el7.noarch.rpm: [Errno 14] curl#6 - "Could not resolve host: www.gtlib.gatech.edu; Unknown error"
  380. Trying other mirror.
  381. python-jinja2-2.7.2-2.el7.noar FAILED
  382. (1/6): python-jinja2-2.7.2 0% [ ] 0.0 B/s | 0 B --:-- ETA
  383. http://linux.mirrors.es.net/centos/7.0.1406/os/x86_64/Packages/python-jinja2-2.7.2-2.el7.noarch.rpm: [Errno 14] curl#6 - "Could not resolve host: linux.mirrors.es.net; Unknown error"
  384. Trying other mirror.
  385. python-babel-0.9.6-8.el7.noarc FAILED
  386. (1/6): python-babel-0.9.6- 0% [ ] 0.0 B/s | 0 B --:-- ETA
  387. http://bay.uchicago.edu/centos/7.0.1406/os/x86_64/Packages/python-babel-0.9.6-8.el7.noarch.rpm: [Errno 14] curl#6 - "Could not resolve host: bay.uchicago.edu; Unknown error"
  388. Trying other mirror.
  389. python-markupsafe-0.11-10.el7. FAILED
  390. (1/6): python-markupsafe-0 0% [ ] 0.0 B/s | 0 B --:-- ETA
  391. http://mirrors.adams.net/centos/7.0.1406/os/x86_64/Packages/python-markupsafe-0.11-10.el7.x86_64.rpm: [Errno 14] curl#6 - "Could not resolve host: mirrors.adams.net; Unknown error"
  392. Trying other mirror.
  393. python-werkzeug-0.9.1-2.el7.no FAILED
  394. (1/6): python-werkzeug-0.9 0% [ ] 0.0 B/s | 0 B --:-- ETA
  395. http://repo.dimenoc.com/pub/centos/7.0.1406/extras/x86_64/Packages/python-werkzeug-0.9.1-2.el7.noarch.rpm: [Errno 14] curl#6 - "Could not resolve host: repo.dimenoc.com; Unknown error"
  396. Trying other mirror.
  397. python-flask-0.10.1-4.el7.noar FAILED
  398. (1/6): python-flask-0.10.1 0% [ ] 0.0 B/s | 0 B --:-- ETA
  399. http://centos.aol.com/7.0.1406/extras/x86_64/Packages/python-flask-0.10.1-4.el7.noarch.rpm: [Errno 14] curl#6 - "Could not resolve host: centos.aol.com; Unknown error"
  400. Trying other mirror.
  401. python-itsdangerous-0.23-2.el7 FAILED
  402. (1/6): python-itsdangerous 0% [ ] 0.0 B/s | 0 B --:-- ETA
  403. http://mirror.web-ster.com/centos/7.0.1406/extras/x86_64/Packages/python-itsdangerous-0.23-2.el7.noarch.rpm: [Errno 14] curl#6 - "Could not resolve host: mirror.web-ster.com; Unknown error"
  404. Trying other mirror.
  405. python-jinja2-2.7.2-2.el7.noar FAILED
  406. (1/6): python-jinja2-2.7.2 0% [ ] 0.0 B/s | 0 B --:-- ETA
  407. http://pubmirrors.dal.corespace.com/centos/7.0.1406/os/x86_64/Packages/python-jinja2-2.7.2-2.el7.noarch.rpm: [Errno 14] curl#6 - "Could not resolve host: pubmirrors.dal.corespace.com; Unknown error"
  408. Trying other mirror.
  409. python-babel-0.9.6-8.el7.noarc FAILED
  410. (1/6): python-babel-0.9.6- 0% [ ] 0.0 B/s | 0 B --:-- ETA
  411. http://mirror.thelinuxfix.com/CentOS/7.0.1406/os/x86_64/Packages/python-babel-0.9.6-8.el7.noarch.rpm: [Errno 14] curl#6 - "Could not resolve host: mirror.thelinuxfix.com; Unknown error"
  412. Trying other mirror.
  413. python-markupsafe-0.11-10.el7. FAILED
  414. (1/6): python-markupsafe-0 0% [ ] 0.0 B/s | 0 B --:-- ETA
  415. http://centos.mirror.ndchost.com/7.0.1406/os/x86_64/Packages/python-markupsafe-0.11-10.el7.x86_64.rpm: [Errno 14] curl#6 - "Could not resolve host: centos.mirror.ndchost.com; Unknown error"
  416. Trying other mirror.
  417. python-werkzeug-0.9.1-2.el7.no FAILED
  418. (1/6): python-werkzeug-0.9 0% [ ] 0.0 B/s | 0 B --:-- ETA
  419. http://mirror.web-ster.com/centos/7.0.1406/extras/x86_64/Packages/python-werkzeug-0.9.1-2.el7.noarch.rpm: [Errno 14] curl#6 - "Could not resolve host: mirror.web-ster.com; Unknown error"
  420. Trying other mirror.
  421. python-flask-0.10.1-4.el7.noar FAILED
  422. (1/6): python-flask-0.10.1 0% [ ] 0.0 B/s | 0 B --:-- ETA
  423. http://mirror.ash.fastserv.com/pub/linux/centos/7.0.1406/extras/x86_64/Packages/python-flask-0.10.1-4.el7.noarch.rpm: [Errno 14] curl#6 - "Could not resolve host: mirror.ash.fastserv.com; Unknown error"
  424. Trying other mirror.
  425. python-itsdangerous-0.23-2.el7 FAILED
  426. (1/6): python-itsdangerous 0% [ ] 0.0 B/s | 0 B --:-- ETA
  427. http://mirrors.unifiedlayer.com/centos/7.0.1406/extras/x86_64/Packages/python-itsdangerous-0.23-2.el7.noarch.rpm: [Errno 14] curl#6 - "Could not resolve host: mirrors.unifiedlayer.com; Unknown error"
  428. Trying other mirror.
  429. python-jinja2-2.7.2-2.el7.noar FAILED
  430. (1/6): python-jinja2-2.7.2 0% [ ] 0.0 B/s | 0 B --:-- ETA
  431. http://mirror.us.leaseweb.net/centos/7.0.1406/os/x86_64/Packages/python-jinja2-2.7.2-2.el7.noarch.rpm: [Errno 14] curl#6 - "Could not resolve host: mirror.us.leaseweb.net; Unknown error"
  432. Trying other mirror.
  433. python-babel-0.9.6-8.el7.noarc FAILED
  434. (1/6): python-babel-0.9.6- 0% [ ] 0.0 B/s | 0 B --:-- ETA
  435. http://mirror.us.leaseweb.net/centos/7.0.1406/os/x86_64/Packages/python-babel-0.9.6-8.el7.noarch.rpm: [Errno 14] curl#6 - "Could not resolve host: mirror.us.leaseweb.net; Unknown error"
  436. Trying other mirror.
  437. python-markupsafe-0.11-10.el7. FAILED
  438. (1/6): python-markupsafe-0 0% [ ] 0.0 B/s | 0 B --:-- ETA
  439. http://mirrors.greenmountainaccess.net/centos/7.0.1406/os/x86_64/Packages/python-markupsafe-0.11-10.el7.x86_64.rpm: [Errno 14] curl#6 - "Could not resolve host: mirrors.greenmountainaccess.net; Unknown error"
  440. Trying other mirror.
  441. python-werkzeug-0.9.1-2.el7.no FAILED
  442. (1/6): python-werkzeug-0.9 0% [ ] 0.0 B/s | 0 B --:-- ETA
  443. http://mirror.san.fastserv.com/pub/linux/centos/7.0.1406/extras/x86_64/Packages/python-werkzeug-0.9.1-2.el7.noarch.rpm: [Errno 14] curl#6 - "Could not resolve host: mirror.san.fastserv.com; Unknown error"
  444. Trying other mirror.
  445. python-flask-0.10.1-4.el7.noar FAILED
  446. (1/6): python-flask-0.10.1 0% [ ] 0.0 B/s | 0 B --:-- ETA
  447. http://www.gtlib.gatech.edu/pub/centos/7.0.1406/extras/x86_64/Packages/python-flask-0.10.1-4.el7.noarch.rpm: [Errno 14] curl#6 - "Could not resolve host: www.gtlib.gatech.edu; Unknown error"
  448. Trying other mirror.
  449. python-itsdangerous-0.23-2.el7 FAILED
  450. (1/6): python-itsdangerous 0% [ ] 0.0 B/s | 0 B --:-- ETA
  451. http://mirror.ancl.hawaii.edu/linux/centos/7.0.1406/extras/x86_64/Packages/python-itsdangerous-0.23-2.el7.noarch.rpm: [Errno 14] curl#6 - "Could not resolve host: mirror.ancl.hawaii.edu; Unknown error"
  452. Trying other mirror.
  453. python-jinja2-2.7.2-2.el7.noar FAILED
  454. (1/6): python-jinja2-2.7.2 0% [ ] 0.0 B/s | 0 B --:-- ETA
  455. http://mirrors.adams.net/centos/7.0.1406/os/x86_64/Packages/python-jinja2-2.7.2-2.el7.noarch.rpm: [Errno 14] curl#6 - "Could not resolve host: mirrors.adams.net; Unknown error"
  456. Trying other mirror.
  457. python-babel-0.9.6-8.el7.noarc FAILED
  458. (1/6): python-babel-0.9.6- 0% [ ] 0.0 B/s | 0 B --:-- ETA
  459. http://linux.mirrors.es.net/centos/7.0.1406/os/x86_64/Packages/python-babel-0.9.6-8.el7.noarch.rpm: [Errno 14] curl#6 - "Could not resolve host: linux.mirrors.es.net; Unknown error"
  460. Trying other mirror.
  461. python-markupsafe-0.11-10.el7. FAILED
  462. (1/6): python-markupsafe-0 0% [ ] 0.0 B/s | 0 B --:-- ETA
  463. http://bay.uchicago.edu/centos/7.0.1406/os/x86_64/Packages/python-markupsafe-0.11-10.el7.x86_64.rpm: [Errno 14] curl#6 - "Could not resolve host: bay.uchicago.edu; Unknown error"
  464. Trying other mirror.
  465. python-werkzeug-0.9.1-2.el7.no FAILED
  466. (1/6): python-werkzeug-0.9 0% [ ] 0.0 B/s | 0 B --:-- ETA
  467. http://mirror.oss.ou.edu/centos/7.0.1406/extras/x86_64/Packages/python-werkzeug-0.9.1-2.el7.noarch.rpm: [Errno 14] curl#6 - "Could not resolve host: mirror.oss.ou.edu; Unknown error"
  468. Trying other mirror.
  469. python-flask-0.10.1-4.el7.noar FAILED
  470. (1/6): python-flask-0.10.1 0% [ ] 0.0 B/s | 0 B --:-- ETA
  471. http://repo.dimenoc.com/pub/centos/7.0.1406/extras/x86_64/Packages/python-flask-0.10.1-4.el7.noarch.rpm: [Errno 14] curl#6 - "Could not resolve host: repo.dimenoc.com; Unknown error"
  472. Trying other mirror.
  473. python-itsdangerous-0.23-2.el7 FAILED
  474. (1/6): python-itsdangerous 0% [ ] 0.0 B/s | 0 B --:-- ETA
  475. http://mirror.cs.pitt.edu/centos/7.0.1406/extras/x86_64/Packages/python-itsdangerous-0.23-2.el7.noarch.rpm: [Errno 14] curl#6 - "Could not resolve host: mirror.cs.pitt.edu; Unknown error"
  476. Trying other mirror.
  477. python-jinja2-2.7.2-2.el7.noar FAILED
  478. (1/6): python-jinja2-2.7.2 0% [ ] 0.0 B/s | 0 B --:-- ETA
  479. http://centos.mirror.ndchost.com/7.0.1406/os/x86_64/Packages/python-jinja2-2.7.2-2.el7.noarch.rpm: [Errno 14] curl#6 - "Could not resolve host: centos.mirror.ndchost.com; Unknown error"
  480. Trying other mirror.
  481. python-babel-0.9.6-8.el7.noarc FAILED
  482. (1/6): python-babel-0.9.6- 0% [ ] 0.0 B/s | 0 B --:-- ETA
  483. http://pubmirrors.dal.corespace.com/centos/7.0.1406/os/x86_64/Packages/python-babel-0.9.6-8.el7.noarch.rpm: [Errno 14] curl#6 - "Could not resolve host: pubmirrors.dal.corespace.com; Unknown error"
  484. Trying other mirror.
  485. python-markupsafe-0.11-10.el7. FAILED
  486. (1/6): python-markupsafe-0 0% [ ] 0.0 B/s | 0 B --:-- ETA
  487. http://mirror.thelinuxfix.com/CentOS/7.0.1406/os/x86_64/Packages/python-markupsafe-0.11-10.el7.x86_64.rpm: [Errno 14] curl#6 - "Could not resolve host: mirror.thelinuxfix.com; Unknown error"
  488. Trying other mirror.
  489. python-werkzeug-0.9.1-2.el7.no FAILED
  490. (1/6): python-werkzeug-0.9 0% [ ] 0.0 B/s | 0 B --:-- ETA
  491. http://centos.aol.com/7.0.1406/extras/x86_64/Packages/python-werkzeug-0.9.1-2.el7.noarch.rpm: [Errno 14] curl#6 - "Could not resolve host: centos.aol.com; Unknown error"
  492. Trying other mirror.
  493. Error downloading packages:
  494. python-markupsafe-0.11-10.el7.x86_64: [Errno 256] No more mirrors to try.
  495. python-itsdangerous-0.23-2.el7.noarch: [Errno 256] No more mirrors to try.
  496. python-jinja2-2.7.2-2.el7.noarch: [Errno 256] No more mirrors to try.
  497. 1:python-flask-0.10.1-4.el7.noarch: [Errno 256] No more mirrors to try.
  498. python-werkzeug-0.9.1-2.el7.noarch: [Errno 256] No more mirrors to try.
  499. python-babel-0.9.6-8.el7.noarch: [Errno 256] No more mirrors to try.