1. HEAD is now at 8735057 Merge 7090e0ee85fd8c99c06425217a7ec0e8bbaa3946 into efccb758cb9d8dfb8b7bff9760b2bb0ae3330330
  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 8735057 Merge 7090e0ee85fd8c99c06425217a7ec0e8bbaa3946 into efccb758cb9d8dfb8b7bff9760b2bb0ae3330330
  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: mirror.rackspace.com
  144. * epel: mirror.oss.ou.edu
  145. * extras: centos-distro.cavecreek.net
  146. * updates: mirror.tzulo.com
  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: mirror.rackspace.com
  153. * epel: mirror.oss.ou.edu
  154. * extras: centos-distro.cavecreek.net
  155. * updates: mirror.tzulo.com
  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: mirror.rackspace.com
  162. * epel: mirror.oss.ou.edu
  163. * extras: centos-distro.cavecreek.net
  164. * updates: mirror.tzulo.com
  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: mirror.rackspace.com
  174. * epel: mirror.oss.ou.edu
  175. * epel-source: mirror.oss.ou.edu
  176. * extras: centos-distro.cavecreek.net
  177. * updates: mirror.tzulo.com
  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. --> Already installed : 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. No uninstalled build requires
  221. + set -e
  222. + test -f src/ceph.in
  223. ++ which libtoolize
  224. + '[' /usr/bin/libtoolize ']'
  225. + LIBTOOLIZE=libtoolize
  226. + test -d .git
  227. + git submodule sync
  228. Synchronizing submodule url for 'ceph-erasure-code-corpus'
  229. Synchronizing submodule url for 'ceph-object-corpus'
  230. Synchronizing submodule url for 'src/civetweb'
  231. Synchronizing submodule url for 'src/erasure-code/jerasure/gf-complete'
  232. Synchronizing submodule url for 'src/erasure-code/jerasure/jerasure'
  233. Synchronizing submodule url for 'src/libs3'
  234. Synchronizing submodule url for 'src/rocksdb'
  235. + git submodule update --init
  236. + rm -f config.cache
  237. + aclocal -I m4 --install
  238. + check_for_pkg_config
  239. + which pkg-config
  240. + return
  241. + libtoolize --force --copy
  242. libtoolize: putting auxiliary files in `.'.
  243. libtoolize: copying file `./ltmain.sh'
  244. libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
  245. libtoolize: copying file `m4/libtool.m4'
  246. libtoolize: copying file `m4/ltoptions.m4'
  247. libtoolize: copying file `m4/ltsugar.m4'
  248. libtoolize: copying file `m4/ltversion.m4'
  249. libtoolize: copying file `m4/lt~obsolete.m4'
  250. + aclocal -I m4 --install
  251. + autoconf
  252. + autoheader
  253. + automake -a --add-missing -Wall
  254. src/test/Makefile.am:266: warning: patsubst %,$(srcdir: non-POSIX variable name
  255. src/test/Makefile.am:266: (probably a GNU make extension)
  256. src/Makefile.am:36: 'src/test/Makefile.am' included from here
  257. + cd src/gmock
  258. + autoreconf -fvi
  259. autoreconf: Entering directory `.'
  260. autoreconf: configure.ac: not using Gettext
  261. autoreconf: running: aclocal --force
  262. autoreconf: configure.ac: tracing
  263. autoreconf: configure.ac: adding subdirectory gtest to autoreconf
  264. autoreconf: Entering directory `gtest'
  265. autoreconf: running: aclocal --force -I m4
  266. autoreconf: running: libtoolize --copy --force
  267. libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'.
  268. libtoolize: copying file `build-aux/ltmain.sh'
  269. libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
  270. libtoolize: copying file `m4/libtool.m4'
  271. libtoolize: copying file `m4/ltoptions.m4'
  272. libtoolize: copying file `m4/ltsugar.m4'
  273. libtoolize: copying file `m4/ltversion.m4'
  274. libtoolize: copying file `m4/lt~obsolete.m4'
  275. autoreconf: running: /usr/bin/autoconf --force
  276. autoreconf: running: /usr/bin/autoheader --force
  277. autoreconf: running: automake --add-missing --copy --force-missing
  278. autoreconf: Leaving directory `gtest'
  279. libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'.
  280. libtoolize: copying file `build-aux/ltmain.sh'
  281. libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
  282. libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
  283. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
  284. autoreconf: Leaving directory `.'
  285. + cd src/rocksdb
  286. + autoreconf -fvi
  287. autoreconf: Entering directory `.'
  288. autoreconf: configure.ac: not using Gettext
  289. autoreconf: running: aclocal --force -I m4
  290. autoreconf: configure.ac: tracing
  291. autoreconf: running: libtoolize --copy --force
  292. libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
  293. libtoolize: copying file `m4/libtool.m4'
  294. libtoolize: copying file `m4/ltoptions.m4'
  295. libtoolize: copying file `m4/ltsugar.m4'
  296. libtoolize: copying file `m4/ltversion.m4'
  297. libtoolize: copying file `m4/lt~obsolete.m4'
  298. autoreconf: running: /usr/bin/autoconf --force
  299. autoreconf: running: /usr/bin/autoheader --force
  300. autoreconf: running: automake --add-missing --copy --force-missing
  301. autoreconf: Leaving directory `.'
  302. + exit
  303. checking for git... yes
  304. configure: RPM_RELEASE='1044.g8735057'
  305. checking build system type... x86_64-unknown-linux-gnu
  306. checking host system type... x86_64-unknown-linux-gnu
  307. checking target system type... x86_64-unknown-linux-gnu
  308. checking for gcc... ccache gcc
  309. checking whether the C compiler works... yes
  310. checking for C compiler default output file name... a.out
  311. checking for suffix of executables...
  312. checking whether we are cross compiling... no
  313. checking for suffix of object files... o
  314. checking whether we are using the GNU C compiler... yes
  315. checking whether ccache gcc accepts -g... yes
  316. checking for ccache gcc option to accept ISO C89... none needed
  317. checking for ar... ar
  318. checking the archiver (ar) interface... ar
  319. checking for a BSD-compatible install... /usr/bin/install -c
  320. checking whether build environment is sane... yes
  321. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  322. checking for gawk... gawk
  323. checking whether make sets $(MAKE)... yes
  324. checking for style of include used by make... GNU
  325. checking whether make supports nested variables... yes
  326. checking dependency style of ccache gcc... gcc3
  327. checking whether ccache gcc and cc understand -c and -o together... yes
  328. checking how to print strings... printf
  329. checking for a sed that does not truncate output... /usr/bin/sed
  330. checking for grep that handles long lines and -e... /usr/bin/grep
  331. checking for egrep... /usr/bin/grep -E
  332. checking for fgrep... /usr/bin/grep -F
  333. checking for ld used by ccache gcc... /usr/bin/ld
  334. checking if the linker (/usr/bin/ld) is GNU ld... yes
  335. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  336. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  337. checking whether ln -s works... yes
  338. checking the maximum length of command line arguments... 1572864
  339. checking whether the shell understands some XSI constructs... yes
  340. checking whether the shell understands "+="... yes
  341. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  342. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  343. checking for /usr/bin/ld option to reload object files... -r
  344. checking for objdump... objdump
  345. checking how to recognize dependent libraries... pass_all
  346. checking for dlltool... no
  347. checking how to associate runtime and link libraries... printf %s\n
  348. checking for archiver @FILE support... @
  349. checking for strip... strip
  350. checking for ranlib... ranlib
  351. checking command to parse /usr/bin/nm -B output from ccache gcc object... ok
  352. checking for sysroot... no
  353. checking for mt... no
  354. checking if : is a manifest tool... no
  355. checking how to run the C preprocessor... ccache gcc -E
  356. checking for ANSI C header files... yes
  357. checking for sys/types.h... yes
  358. checking for sys/stat.h... yes
  359. checking for stdlib.h... yes
  360. checking for string.h... yes
  361. checking for memory.h... yes
  362. checking for strings.h... yes
  363. checking for inttypes.h... yes
  364. checking for stdint.h... yes
  365. checking for unistd.h... yes
  366. checking for dlfcn.h... yes
  367. checking for objdir... .libs
  368. checking if ccache gcc supports -fno-rtti -fno-exceptions... no
  369. checking for ccache gcc option to produce PIC... -fPIC -DPIC
  370. checking if ccache gcc PIC flag -fPIC -DPIC works... yes
  371. checking if ccache gcc static flag -static works... no
  372. checking if ccache gcc supports -c -o file.o... yes
  373. checking if ccache gcc supports -c -o file.o... (cached) yes
  374. checking whether the ccache gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  375. checking whether -lc should be explicitly linked in... no
  376. checking dynamic linker characteristics... GNU/Linux ld.so
  377. checking how to hardcode library paths into programs... immediate
  378. checking whether stripping libraries is possible... yes
  379. checking if libtool supports shared libraries... yes
  380. checking whether to build shared libraries... yes
  381. checking whether to build static libraries... no
  382. checking dependency style of ccache gcc... gcc3
  383. checking dependency style of ccache gcc... (cached) gcc3
  384. checking whether make supports nested variables... (cached) yes
  385. checking whether we are using the GNU C++ compiler... yes
  386. checking whether ccache g++ accepts -g... yes
  387. checking dependency style of ccache g++... gcc3
  388. checking how to run the C++ preprocessor... ccache g++ -E
  389. checking for ld used by ccache g++... /usr/bin/ld -m elf_x86_64
  390. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  391. checking whether the ccache g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  392. checking for ccache g++ option to produce PIC... -fPIC -DPIC
  393. checking if ccache g++ PIC flag -fPIC -DPIC works... yes
  394. checking if ccache g++ static flag -static works... no
  395. checking if ccache g++ supports -c -o file.o... yes
  396. checking if ccache g++ supports -c -o file.o... (cached) yes
  397. checking whether the ccache g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  398. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  399. checking how to hardcode library paths into programs... immediate
  400. checking dependency style of ccache g++... (cached) gcc3
  401. checking if compiler is clang... no
  402. checking whether make sets $(MAKE)... (cached) yes
  403. checking for yasm... yes
  404. we have a modern and working yasm
  405. we are x86_64
  406. we are not x32
  407. yasm can also build the isa-l stuff
  408. checking whether ccache gcc accepts -Wtype-limits... yes
  409. checking whether ccache gcc accepts -Wignored-qualifiers... yes
  410. checking whether C compiler accepts -fvar-tracking-assignments... yes
  411. checking whether the compiler supports static_cast<>... yes
  412. checking whether ccache gcc recognizes __func__... yes
  413. checking whether ccache gcc recognizes __PRETTY_FUNCTION__... yes
  414. checking for the pthreads library -lpthreads... no
  415. checking whether pthreads work without any flags... no
  416. checking whether pthreads work with -Kthread... no
  417. checking whether pthreads work with -kthread... no
  418. checking for the pthreads library -llthread... no
  419. checking whether pthreads work with -pthread... yes
  420. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  421. checking if more special flags are required for pthreads... no
  422. checking whether to check for GCC pthread/shared inconsistencies... yes
  423. checking whether -pthread is sufficient with -shared... yes
  424. checking whether what we have so far is sufficient with -nostdlib... no
  425. checking whether -lpthread saves the day... yes
  426. checking for uuid_parse in -luuid... yes
  427. checking blkid/blkid.h usability... yes
  428. checking blkid/blkid.h presence... yes
  429. checking for blkid/blkid.h... yes
  430. checking for blkid_devno_to_wholedisk in -lblkid... yes
  431. checking libudev.h usability... yes
  432. checking libudev.h presence... yes
  433. checking for libudev.h... yes
  434. checking for udev_monitor_receive_device in -ludev... yes
  435. checking for resolv.h... yes
  436. checking if res_nquery will link (LIBS=)... no
  437. checking if res_nquery will link (LIBS=-lresolv)... yes
  438. checking for add_key in -lkeyutils... yes
  439. checking for pow in -lm... yes
  440. checking for syncfs... yes
  441. checking for pkg-config... /usr/bin/pkg-config
  442. checking pkg-config is at least version 0.9.0... yes
  443. checking for CRYPTOPP... no
  444. checking for library containing _ZTIN8CryptoPP14CBC_EncryptionE... no
  445. checking for NSS... yes
  446. configure: using nss for cryptography
  447. checking for FCGX_Init in -lfcgi... yes
  448. checking for XML_Parse in -lexpat... yes
  449. checking for curl_easy_init in -lcurl... yes
  450. checking fastcgi/fcgiapp.h usability... no
  451. checking fastcgi/fcgiapp.h presence... no
  452. checking for fastcgi/fcgiapp.h... no
  453. checking for curl_multi_wait in -lcurl... yes
  454. checking for fuse_main in -lfuse... yes
  455. checking for fuse_getgroups... yes
  456. checking for malloc in -ltcmalloc... yes
  457. checking for LIBEDIT... yes
  458. checking atomic_ops.h usability... yes
  459. checking atomic_ops.h presence... yes
  460. checking for atomic_ops.h... yes
  461. checking size of AO_t... 8
  462. checking for snappy_compress in -lsnappy... yes
  463. checking for leveldb_open in -lleveldb... yes
  464. checking leveldb/filter_policy.h usability... yes
  465. checking leveldb/filter_policy.h presence... yes
  466. checking for leveldb/filter_policy.h... yes
  467. checking whether C compiler accepts -msse... yes
  468. checking whether C compiler accepts -msse2... yes
  469. checking whether C compiler accepts -msse3... yes
  470. checking whether C compiler accepts -mssse3... yes
  471. checking whether C compiler accepts -mpclmul... yes
  472. checking whether C compiler accepts -msse4.1... yes
  473. checking whether C compiler accepts -msse4.2... yes
  474. checking whether ccache g++ supports C++11 features by default... no
  475. checking whether ccache g++ supports C++11 features with -std=gnu++11... yes
  476. checking for io_submit in -laio... yes
  477. checking libaio.h usability... yes
  478. checking libaio.h presence... yes
  479. checking for libaio.h... yes
  480. checking xfs/xfs.h usability... yes
  481. checking xfs/xfs.h presence... yes
  482. checking for xfs/xfs.h... yes
  483. checking for XFS_XFLAG_EXTSIZE in xfs/xfs.h... yes
  484. checking for dirent.h that defines DIR... yes
  485. checking for library containing opendir... none required
  486. checking for ANSI C header files... (cached) yes
  487. checking for sys/wait.h that is POSIX.1 compatible... yes
  488. checking boost/spirit/include/classic_core.hpp usability... yes
  489. checking boost/spirit/include/classic_core.hpp presence... yes
  490. checking for boost/spirit/include/classic_core.hpp... yes
  491. checking boost/random/discrete_distribution.hpp usability... yes
  492. checking boost/random/discrete_distribution.hpp presence... yes
  493. checking for boost/random/discrete_distribution.hpp... yes
  494. checking boost/statechart/state.hpp usability... yes
  495. checking boost/statechart/state.hpp presence... yes
  496. checking for boost/statechart/state.hpp... yes
  497. checking boost/program_options/option.hpp usability... yes
  498. checking boost/program_options/option.hpp presence... yes
  499. checking for boost/program_options/option.hpp... yes
  500. checking for main in -lboost_system-mt... yes
  501. checking for main in -lboost_thread-mt... yes
  502. checking for main in -lboost_program_options-mt... yes
  503. checking for struct fiemap_extent.fe_logical... yes
  504. checking arpa/inet.h usability... yes
  505. checking arpa/inet.h presence... yes
  506. checking for arpa/inet.h... yes
  507. checking arpa/nameser_compat.h usability... yes
  508. checking arpa/nameser_compat.h presence... yes
  509. checking for arpa/nameser_compat.h... yes
  510. checking linux/version.h usability... yes
  511. checking linux/version.h presence... yes
  512. checking for linux/version.h... yes
  513. checking netdb.h usability... yes
  514. checking netdb.h presence... yes
  515. checking for netdb.h... yes
  516. checking netinet/in.h usability... yes
  517. checking netinet/in.h presence... yes
  518. checking for netinet/in.h... yes
  519. checking sys/file.h usability... yes
  520. checking sys/file.h presence... yes
  521. checking for sys/file.h... yes
  522. checking sys/ioctl.h usability... yes
  523. checking sys/ioctl.h presence... yes
  524. checking for sys/ioctl.h... yes
  525. checking sys/mount.h usability... yes
  526. checking sys/mount.h presence... yes
  527. checking for sys/mount.h... yes
  528. checking sys/param.h usability... yes
  529. checking sys/param.h presence... yes
  530. checking for sys/param.h... yes
  531. checking sys/socket.h usability... yes
  532. checking sys/socket.h presence... yes
  533. checking for sys/socket.h... yes
  534. checking sys/statvfs.h usability... yes
  535. checking sys/statvfs.h presence... yes
  536. checking for sys/statvfs.h... yes
  537. checking sys/time.h usability... yes
  538. checking sys/time.h presence... yes
  539. checking for sys/time.h... yes
  540. checking sys/vfs.h usability... yes
  541. checking sys/vfs.h presence... yes
  542. checking for sys/vfs.h... yes
  543. checking sys/xattr.h usability... yes
  544. checking sys/xattr.h presence... yes
  545. checking for sys/xattr.h... yes
  546. checking syslog.h usability... yes
  547. checking syslog.h presence... yes
  548. checking for syslog.h... yes
  549. checking utime.h usability... yes
  550. checking utime.h presence... yes
  551. checking for utime.h... yes
  552. checking for sync_file_range... yes
  553. checking for fallocate... yes
  554. checking for struct stat.st_mtim.tv_nsec... yes
  555. checking for struct stat.st_mtimespec.tv_nsec... no
  556. checking for splice... yes
  557. checking for F_SETPIPE_SZ in fcntl.h... yes
  558. checking for posix_fallocate... yes
  559. checking sys/prctl.h usability... yes
  560. checking sys/prctl.h presence... yes
  561. checking for sys/prctl.h... yes
  562. checking for prctl... yes
  563. checking for pipe2... yes
  564. checking for posix_fadvise... yes
  565. checking for fdatasync... yes
  566. checking for sched.h... yes
  567. checking for pthread_spin_init... yes
  568. checking for int8_t... yes
  569. checking for uint8_t... yes
  570. checking for int16_t... yes
  571. checking for uint16_t... yes
  572. checking for int32_t... yes
  573. checking for uint32_t... yes
  574. checking for int64_t... yes
  575. checking for uint64_t... yes
  576. checking linux/types.h usability... yes
  577. checking linux/types.h presence... yes
  578. checking for linux/types.h... yes
  579. checking for __u8... yes
  580. checking for __s8... yes
  581. checking for __u16... yes
  582. checking for __s16... yes
  583. checking for __u32... yes
  584. checking for __s32... yes
  585. checking for __u64... yes
  586. checking for __s64... yes
  587. checking for __le16... yes
  588. checking for __be16... yes
  589. checking for __le32... yes
  590. checking for __be32... yes
  591. checking for __le64... yes
  592. checking for __be64... yes
  593. checking if lttng-gen-tp is sane... no
  594. checking babeltrace/ctf/events.h usability... no
  595. checking babeltrace/ctf/events.h presence... no
  596. checking for babeltrace/ctf/events.h... no
  597. checking babeltrace/babeltrace.h usability... no
  598. checking babeltrace/babeltrace.h presence... no
  599. checking for babeltrace/babeltrace.h... no
  600. checking whether BT_CLOCK_REAL is declared... no
  601. configure: babeltrace auto-disabled
  602. checking whether strerror_r is declared... yes
  603. checking for strerror_r... yes
  604. checking whether strerror_r returns char *... yes
  605. checking for a Python interpreter with version >= 2.4... python
  606. checking for python... /usr/bin/python
  607. checking for python version... 2.7
  608. checking for python platform... linux2
  609. checking for python script directory... ${prefix}/lib/python2.7/site-packages
  610. checking for python extension module directory... ${exec_prefix}/lib64/python2.7/site-packages
  611. checking that generated files are newer than configure... done
  612. configure: creating ./config.status
  613. config.status: creating Makefile
  614. config.status: creating src/Makefile
  615. config.status: creating src/ocf/Makefile
  616. config.status: creating src/ocf/ceph
  617. config.status: creating src/ocf/rbd
  618. config.status: creating src/java/Makefile
  619. config.status: creating src/tracing/Makefile
  620. config.status: creating man/Makefile
  621. config.status: creating ceph.spec
  622. config.status: creating src/acconfig.h
  623. config.status: executing depfiles commands
  624. config.status: executing libtool commands
  625. === configuring in src/gmock (/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/gmock)
  626. configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--disable-static' '--with-radosgw' '--with-debug' '--without-lttng' 'CC=ccache gcc' 'CXX=ccache g++' 'CFLAGS=-Wall -g' 'CXXFLAGS=-Wall -g' --cache-file=/dev/null --srcdir=.
  627. checking for a BSD-compatible install... /usr/bin/install -c
  628. checking whether build environment is sane... yes
  629. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  630. checking for gawk... gawk
  631. checking whether make sets $(MAKE)... yes
  632. checking whether make supports nested variables... yes
  633. checking for gcc... ccache gcc
  634. checking whether the C compiler works... yes
  635. checking for C compiler default output file name... a.out
  636. checking for suffix of executables...
  637. checking whether we are cross compiling... no
  638. checking for suffix of object files... o
  639. checking whether we are using the GNU C compiler... yes
  640. checking whether ccache gcc accepts -g... yes
  641. checking for ccache gcc option to accept ISO C89... none needed
  642. checking for style of include used by make... GNU
  643. checking dependency style of ccache gcc... gcc3
  644. checking whether we are using the GNU C++ compiler... yes
  645. checking whether ccache g++ accepts -g... yes
  646. checking dependency style of ccache g++... gcc3
  647. checking build system type... x86_64-unknown-linux-gnu
  648. checking host system type... x86_64-unknown-linux-gnu
  649. checking how to print strings... printf
  650. checking for a sed that does not truncate output... /usr/bin/sed
  651. checking for grep that handles long lines and -e... /usr/bin/grep
  652. checking for egrep... /usr/bin/grep -E
  653. checking for fgrep... /usr/bin/grep -F
  654. checking for ld used by ccache gcc... /usr/bin/ld
  655. checking if the linker (/usr/bin/ld) is GNU ld... yes
  656. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  657. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  658. checking whether ln -s works... yes
  659. checking the maximum length of command line arguments... 1572864
  660. checking whether the shell understands some XSI constructs... yes
  661. checking whether the shell understands "+="... yes
  662. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  663. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  664. checking for /usr/bin/ld option to reload object files... -r
  665. checking for objdump... objdump
  666. checking how to recognize dependent libraries... pass_all
  667. checking for dlltool... no
  668. checking how to associate runtime and link libraries... printf %s\n
  669. checking for ar... ar
  670. checking for archiver @FILE support... @
  671. checking for strip... strip
  672. checking for ranlib... ranlib
  673. checking command to parse /usr/bin/nm -B output from ccache gcc object... ok
  674. checking for sysroot... no
  675. checking for mt... no
  676. checking if : is a manifest tool... no
  677. checking how to run the C preprocessor... ccache gcc -E
  678. checking for ANSI C header files... yes
  679. checking for sys/types.h... yes
  680. checking for sys/stat.h... yes
  681. checking for stdlib.h... yes
  682. checking for string.h... yes
  683. checking for memory.h... yes
  684. checking for strings.h... yes
  685. checking for inttypes.h... yes
  686. checking for stdint.h... yes
  687. checking for unistd.h... yes
  688. checking for dlfcn.h... yes
  689. checking for objdir... .libs
  690. checking if ccache gcc supports -fno-rtti -fno-exceptions... no
  691. checking for ccache gcc option to produce PIC... -fPIC -DPIC
  692. checking if ccache gcc PIC flag -fPIC -DPIC works... yes
  693. checking if ccache gcc static flag -static works... no
  694. checking if ccache gcc supports -c -o file.o... yes
  695. checking if ccache gcc supports -c -o file.o... (cached) yes
  696. checking whether the ccache gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  697. checking whether -lc should be explicitly linked in... no
  698. checking dynamic linker characteristics... GNU/Linux ld.so
  699. checking how to hardcode library paths into programs... immediate
  700. checking whether stripping libraries is possible... yes
  701. checking if libtool supports shared libraries... yes
  702. checking whether to build shared libraries... yes
  703. checking whether to build static libraries... no
  704. checking how to run the C++ preprocessor... ccache g++ -E
  705. checking for ld used by ccache g++... /usr/bin/ld -m elf_x86_64
  706. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  707. checking whether the ccache g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  708. checking for ccache g++ option to produce PIC... -fPIC -DPIC
  709. checking if ccache g++ PIC flag -fPIC -DPIC works... yes
  710. checking if ccache g++ static flag -static works... no
  711. checking if ccache g++ supports -c -o file.o... yes
  712. checking if ccache g++ supports -c -o file.o... (cached) yes
  713. checking whether the ccache g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  714. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  715. checking how to hardcode library paths into programs... immediate
  716. checking for python... /usr/bin/python
  717. checking for the pthreads library -lpthreads... no
  718. checking whether pthreads work without any flags... no
  719. checking whether pthreads work with -Kthread... no
  720. checking whether pthreads work with -kthread... no
  721. checking for the pthreads library -llthread... no
  722. checking whether pthreads work with -pthread... yes
  723. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  724. checking if more special flags are required for pthreads... no
  725. checking whether to check for GCC pthread/shared inconsistencies... yes
  726. checking whether -pthread is sufficient with -shared... yes
  727. checking for gtest-config... no
  728. checking that generated files are newer than configure... done
  729. configure: creating ./config.status
  730. config.status: creating Makefile
  731. config.status: creating scripts/gmock-config
  732. config.status: creating build-aux/config.h
  733. config.status: executing depfiles commands
  734. config.status: executing libtool commands
  735. === configuring in gtest (/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/gmock/gtest)
  736. configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--disable-static' '--with-radosgw' '--with-debug' '--without-lttng' 'CC=ccache gcc' 'CXX=ccache g++' 'CFLAGS=-Wall -g' 'CXXFLAGS=-Wall -g' --cache-file=/dev/null --srcdir=.
  737. checking for a BSD-compatible install... /usr/bin/install -c
  738. checking whether build environment is sane... yes
  739. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  740. checking for gawk... gawk
  741. checking whether make sets $(MAKE)... yes
  742. checking whether make supports nested variables... yes
  743. checking for gcc... ccache gcc
  744. checking whether the C compiler works... yes
  745. checking for C compiler default output file name... a.out
  746. checking for suffix of executables...
  747. checking whether we are cross compiling... no
  748. checking for suffix of object files... o
  749. checking whether we are using the GNU C compiler... yes
  750. checking whether ccache gcc accepts -g... yes
  751. checking for ccache gcc option to accept ISO C89... none needed
  752. checking for style of include used by make... GNU
  753. checking dependency style of ccache gcc... gcc3
  754. checking whether we are using the GNU C++ compiler... yes
  755. checking whether ccache g++ accepts -g... yes
  756. checking dependency style of ccache g++... gcc3
  757. checking build system type... x86_64-unknown-linux-gnu
  758. checking host system type... x86_64-unknown-linux-gnu
  759. checking how to print strings... printf
  760. checking for a sed that does not truncate output... /usr/bin/sed
  761. checking for grep that handles long lines and -e... /usr/bin/grep
  762. checking for egrep... /usr/bin/grep -E
  763. checking for fgrep... /usr/bin/grep -F
  764. checking for ld used by ccache gcc... /usr/bin/ld
  765. checking if the linker (/usr/bin/ld) is GNU ld... yes
  766. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  767. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  768. checking whether ln -s works... yes
  769. checking the maximum length of command line arguments... 1572864
  770. checking whether the shell understands some XSI constructs... yes
  771. checking whether the shell understands "+="... yes
  772. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  773. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  774. checking for /usr/bin/ld option to reload object files... -r
  775. checking for objdump... objdump
  776. checking how to recognize dependent libraries... pass_all
  777. checking for dlltool... no
  778. checking how to associate runtime and link libraries... printf %s\n
  779. checking for ar... ar
  780. checking for archiver @FILE support... @
  781. checking for strip... strip
  782. checking for ranlib... ranlib
  783. checking command to parse /usr/bin/nm -B output from ccache gcc object... ok
  784. checking for sysroot... no
  785. checking for mt... no
  786. checking if : is a manifest tool... no
  787. checking how to run the C preprocessor... ccache gcc -E
  788. checking for ANSI C header files... yes
  789. checking for sys/types.h... yes
  790. checking for sys/stat.h... yes
  791. checking for stdlib.h... yes
  792. checking for string.h... yes
  793. checking for memory.h... yes
  794. checking for strings.h... yes
  795. checking for inttypes.h... yes
  796. checking for stdint.h... yes
  797. checking for unistd.h... yes
  798. checking for dlfcn.h... yes
  799. checking for objdir... .libs
  800. checking if ccache gcc supports -fno-rtti -fno-exceptions... no
  801. checking for ccache gcc option to produce PIC... -fPIC -DPIC
  802. checking if ccache gcc PIC flag -fPIC -DPIC works... yes
  803. checking if ccache gcc static flag -static works... no
  804. checking if ccache gcc supports -c -o file.o... yes
  805. checking if ccache gcc supports -c -o file.o... (cached) yes
  806. checking whether the ccache gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  807. checking whether -lc should be explicitly linked in... no
  808. checking dynamic linker characteristics... GNU/Linux ld.so
  809. checking how to hardcode library paths into programs... immediate
  810. checking whether stripping libraries is possible... yes
  811. checking if libtool supports shared libraries... yes
  812. checking whether to build shared libraries... yes
  813. checking whether to build static libraries... no
  814. checking how to run the C++ preprocessor... ccache g++ -E
  815. checking for ld used by ccache g++... /usr/bin/ld -m elf_x86_64
  816. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  817. checking whether the ccache g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  818. checking for ccache g++ option to produce PIC... -fPIC -DPIC
  819. checking if ccache g++ PIC flag -fPIC -DPIC works... yes
  820. checking if ccache g++ static flag -static works... no
  821. checking if ccache g++ supports -c -o file.o... yes
  822. checking if ccache g++ supports -c -o file.o... (cached) yes
  823. checking whether the ccache g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  824. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  825. checking how to hardcode library paths into programs... immediate
  826. checking for python... /usr/bin/python
  827. checking for the pthreads library -lpthreads... no
  828. checking whether pthreads work without any flags... no
  829. checking whether pthreads work with -Kthread... no
  830. checking whether pthreads work with -kthread... no
  831. checking for the pthreads library -llthread... no
  832. checking whether pthreads work with -pthread... yes
  833. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  834. checking if more special flags are required for pthreads... no
  835. checking whether to check for GCC pthread/shared inconsistencies... yes
  836. checking whether -pthread is sufficient with -shared... yes
  837. checking that generated files are newer than configure... done
  838. configure: creating ./config.status
  839. config.status: creating Makefile
  840. config.status: creating scripts/gtest-config
  841. config.status: creating build-aux/config.h
  842. config.status: executing depfiles commands
  843. config.status: executing libtool commands
  844. Making all in .
  845. make[1]: Entering directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7'
  846. make[2]: Entering directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/gmock/gtest'
  847. depbase=`echo src/gtest-all.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  848. /bin/sh ./libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I. -I./build-aux -I. -I./include -DGTEST_HAS_TR1_TUPLE=0 -pthread -DGTEST_HAS_PTHREAD=1 -Wall -g -MT src/gtest-all.lo -MD -MP -MF $depbase.Tpo -c -o src/gtest-all.lo src/gtest-all.cc &&\
  849. mv -f $depbase.Tpo $depbase.Plo
  850. depbase=`echo src/gtest_main.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  851. /bin/sh ./libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I. -I./build-aux -I. -I./include -DGTEST_HAS_TR1_TUPLE=0 -pthread -DGTEST_HAS_PTHREAD=1 -Wall -g -MT src/gtest_main.lo -MD -MP -MF $depbase.Tpo -c -o src/gtest_main.lo src/gtest_main.cc &&\
  852. mv -f $depbase.Tpo $depbase.Plo
  853. libtool: compile: ccache g++ -DHAVE_CONFIG_H -I. -I./build-aux -I. -I./include -DGTEST_HAS_TR1_TUPLE=0 -pthread -DGTEST_HAS_PTHREAD=1 -Wall -g -MT src/gtest_main.lo -MD -MP -MF src/.deps/gtest_main.Tpo -c src/gtest_main.cc -fPIC -DPIC -o src/.libs/gtest_main.o
  854. libtool: compile: ccache g++ -DHAVE_CONFIG_H -I. -I./build-aux -I. -I./include -DGTEST_HAS_TR1_TUPLE=0 -pthread -DGTEST_HAS_PTHREAD=1 -Wall -g -MT src/gtest-all.lo -MD -MP -MF src/.deps/gtest-all.Tpo -c src/gtest-all.cc -fPIC -DPIC -o src/.libs/gtest-all.o
  855. /bin/sh ./libtool --tag=CXX --mode=link ccache g++ -pthread -DGTEST_HAS_PTHREAD=1 -Wall -g -o lib/libgtest.la src/gtest-all.lo
  856. libtool: link: ar cru lib/.libs/libgtest.a src/.libs/gtest-all.o
  857. libtool: link: ranlib lib/.libs/libgtest.a
  858. libtool: link: ( cd "lib/.libs" && rm -f "libgtest.la" && ln -s "../libgtest.la" "libgtest.la" )
  859. /bin/sh ./libtool --tag=CXX --mode=link ccache g++ -pthread -DGTEST_HAS_PTHREAD=1 -Wall -g -o lib/libgtest_main.la src/gtest_main.lo lib/libgtest.la
  860. libtool: link: (cd lib/.libs/libgtest_main.lax/libgtest.a && ar x "/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/gmock/gtest/lib/.libs/libgtest.a")
  861. libtool: link: ar cru lib/.libs/libgtest_main.a src/.libs/gtest_main.o lib/.libs/libgtest_main.lax/libgtest.a/gtest-all.o
  862. libtool: link: ranlib lib/.libs/libgtest_main.a
  863. libtool: link: rm -fr lib/.libs/libgtest_main.lax
  864. libtool: link: ( cd "lib/.libs" && rm -f "libgtest_main.la" && ln -s "../libgtest_main.la" "libgtest_main.la" )
  865. make[2]: Leaving directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/gmock/gtest'
  866. make[2]: Entering directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/gmock'
  867. depbase=`echo src/gmock-all.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  868. /bin/sh ./libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I. -I./build-aux -I./gtest/include -I./include -pthread -DGTEST_HAS_PTHREAD=1 -Wall -g -MT src/gmock-all.lo -MD -MP -MF $depbase.Tpo -c -o src/gmock-all.lo src/gmock-all.cc &&\
  869. mv -f $depbase.Tpo $depbase.Plo
  870. depbase=`echo src/gmock_main.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  871. /bin/sh ./libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I. -I./build-aux -I./gtest/include -I./include -pthread -DGTEST_HAS_PTHREAD=1 -Wall -g -MT src/gmock_main.lo -MD -MP -MF $depbase.Tpo -c -o src/gmock_main.lo src/gmock_main.cc &&\
  872. mv -f $depbase.Tpo $depbase.Plo
  873. libtool: compile: ccache g++ -DHAVE_CONFIG_H -I. -I./build-aux -I./gtest/include -I./include -pthread -DGTEST_HAS_PTHREAD=1 -Wall -g -MT src/gmock-all.lo -MD -MP -MF src/.deps/gmock-all.Tpo -c src/gmock-all.cc -fPIC -DPIC -o src/.libs/gmock-all.o
  874. libtool: compile: ccache g++ -DHAVE_CONFIG_H -I. -I./build-aux -I./gtest/include -I./include -pthread -DGTEST_HAS_PTHREAD=1 -Wall -g -MT src/gmock_main.lo -MD -MP -MF src/.deps/gmock_main.Tpo -c src/gmock_main.cc -fPIC -DPIC -o src/.libs/gmock_main.o
  875. /bin/sh ./libtool --tag=CXX --mode=link ccache g++ -pthread -DGTEST_HAS_PTHREAD=1 -Wall -g -o lib/libgmock.la src/gmock-all.lo
  876. libtool: link: ar cru lib/.libs/libgmock.a src/.libs/gmock-all.o
  877. libtool: link: ranlib lib/.libs/libgmock.a
  878. libtool: link: ( cd "lib/.libs" && rm -f "libgmock.la" && ln -s "../libgmock.la" "libgmock.la" )
  879. /bin/sh ./libtool --tag=CXX --mode=link ccache g++ -pthread -DGTEST_HAS_PTHREAD=1 -Wall -g -o lib/libgmock_main.la src/gmock_main.lo lib/libgmock.la
  880. libtool: link: (cd lib/.libs/libgmock_main.lax/libgmock.a && ar x "/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/gmock/lib/.libs/libgmock.a")
  881. libtool: link: ar cru lib/.libs/libgmock_main.a src/.libs/gmock_main.o lib/.libs/libgmock_main.lax/libgmock.a/gmock-all.o
  882. libtool: link: ranlib lib/.libs/libgmock_main.a
  883. libtool: link: rm -fr lib/.libs/libgmock_main.lax
  884. libtool: link: ( cd "lib/.libs" && rm -f "libgmock_main.la" && ln -s "../libgmock_main.la" "libgmock_main.la" )
  885. make[2]: Leaving directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/gmock'
  886. make[1]: Leaving directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7'
  887. Making all in src
  888. make[1]: Entering directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src'
  889. rm -f init-ceph init-ceph.tmp
  890. (CDPATH="${ZSH_VERSION+.}:" && cd .. && /bin/sh /home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/missing autoheader)
  891. sed -e 's|@bindir[@]|/usr/local/bin|g' -e 's|@sbindir[@]|/usr/local/sbin|g' -e 's|@libdir[@]|/usr/local/lib|g' -e 's|@sysconfdir[@]|/usr/local/etc|g' -e 's|@datadir[@]|/usr/local/share/ceph|g' -e 's|@prefix[@]|/usr/local|g' -e 's|@@GCOV_PREFIX_STRIP[@][@]|7|g' './init-ceph.in' >init-ceph.tmp
  892. chmod +x init-ceph.tmp
  893. chmod a-w init-ceph.tmp
  894. mv init-ceph.tmp init-ceph
  895. rm -f stamp-h1
  896. touch acconfig.h.in
  897. cd .. && /bin/sh ./config.status src/acconfig.h
  898. config.status: creating src/acconfig.h
  899. config.status: src/acconfig.h is unchanged
  900. make all-recursive
  901. make[2]: Entering directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src'
  902. Making all in ocf
  903. make[3]: Entering directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/ocf'
  904. make[3]: Nothing to be done for `all'.
  905. make[3]: Leaving directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/ocf'
  906. Making all in java
  907. make[3]: Entering directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/java'
  908. make all-am
  909. make[4]: Entering directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/java'
  910. make[4]: Nothing to be done for `all-am'.
  911. make[4]: Leaving directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/java'
  912. make[3]: Leaving directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/java'
  913. Making all in tracing
  914. make[3]: Entering directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/tracing'
  915. make all-am
  916. make[4]: Entering directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/tracing'
  917. make[4]: Nothing to be done for `all-am'.
  918. make[4]: Leaving directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/tracing'
  919. make[3]: Leaving directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/tracing'
  920. make[3]: Entering directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src'
  921. ./check_version ./.git_version
  922. CXX erasure-code/libec_jerasure_sse3_la-ErasureCode.lo
  923. CC erasure-code/jerasure/jerasure/src/libec_jerasure_sse3_la-cauchy.lo
  924. CC erasure-code/jerasure/jerasure/src/libec_jerasure_sse3_la-galois.lo
  925. CC erasure-code/jerasure/jerasure/src/libec_jerasure_sse3_la-jerasure.lo
  926. CC erasure-code/jerasure/jerasure/src/libec_jerasure_sse3_la-liberation.lo
  927. CC erasure-code/jerasure/jerasure/src/libec_jerasure_sse3_la-reed_sol.lo
  928. CC erasure-code/jerasure/gf-complete/src/libec_jerasure_sse3_la-gf_wgen.lo
  929. CC erasure-code/jerasure/gf-complete/src/libec_jerasure_sse3_la-gf_method.lo
  930. CC erasure-code/jerasure/gf-complete/src/libec_jerasure_sse3_la-gf_w16.lo
  931. CC erasure-code/jerasure/gf-complete/src/libec_jerasure_sse3_la-gf.lo
  932. CC erasure-code/jerasure/gf-complete/src/libec_jerasure_sse3_la-gf_w32.lo
  933. CC erasure-code/jerasure/gf-complete/src/libec_jerasure_sse3_la-gf_w64.lo
  934. CC erasure-code/jerasure/gf-complete/src/libec_jerasure_sse3_la-gf_w128.lo
  935. CC erasure-code/jerasure/gf-complete/src/libec_jerasure_sse3_la-gf_general.lo
  936. CC erasure-code/jerasure/gf-complete/src/libec_jerasure_sse3_la-gf_w4.lo
  937. CC erasure-code/jerasure/gf-complete/src/libec_jerasure_sse3_la-gf_rand.lo
  938. CC erasure-code/jerasure/gf-complete/src/libec_jerasure_sse3_la-gf_w8.lo
  939. CXX erasure-code/jerasure/libec_jerasure_sse3_la-ErasureCodeJerasure.lo
  940. CXX erasure-code/libec_jerasure_sse4_la-ErasureCode.lo
  941. CC erasure-code/jerasure/jerasure/src/libec_jerasure_sse4_la-cauchy.lo
  942. CC erasure-code/jerasure/jerasure/src/libec_jerasure_sse4_la-galois.lo
  943. CC erasure-code/jerasure/jerasure/src/libec_jerasure_sse4_la-jerasure.lo
  944. regenerating ./.git_version with 8735057ec46fd1cf80afea850d001c5fa419289a v0.92-1044-g8735057
  945. CC erasure-code/jerasure/jerasure/src/libec_jerasure_sse4_la-liberation.lo
  946. CC erasure-code/jerasure/jerasure/src/libec_jerasure_sse4_la-reed_sol.lo
  947. CC erasure-code/jerasure/gf-complete/src/libec_jerasure_sse4_la-gf_wgen.lo
  948. CC erasure-code/jerasure/gf-complete/src/libec_jerasure_sse4_la-gf_method.lo
  949. CC erasure-code/jerasure/gf-complete/src/libec_jerasure_sse4_la-gf_w16.lo
  950. CC erasure-code/jerasure/gf-complete/src/libec_jerasure_sse4_la-gf.lo
  951. CC erasure-code/jerasure/gf-complete/src/libec_jerasure_sse4_la-gf_w32.lo
  952. CC erasure-code/jerasure/gf-complete/src/libec_jerasure_sse4_la-gf_w64.lo
  953. CC erasure-code/jerasure/gf-complete/src/libec_jerasure_sse4_la-gf_w128.lo
  954. CC erasure-code/jerasure/gf-complete/src/libec_jerasure_sse4_la-gf_general.lo
  955. CC erasure-code/jerasure/gf-complete/src/libec_jerasure_sse4_la-gf_w4.lo
  956. CC erasure-code/jerasure/gf-complete/src/libec_jerasure_sse4_la-gf_rand.lo
  957. CC erasure-code/jerasure/gf-complete/src/libec_jerasure_sse4_la-gf_w8.lo
  958. CXX erasure-code/jerasure/libec_jerasure_sse4_la-ErasureCodeJerasure.lo
  959. CXX erasure-code/libec_lrc_la-ErasureCode.lo
  960. CXX erasure-code/libec_shec_la-ErasureCode.lo
  961. CC erasure-code/jerasure/jerasure/src/libec_shec_la-cauchy.lo
  962. CC erasure-code/jerasure/jerasure/src/libec_shec_la-jerasure.lo
  963. CC erasure-code/jerasure/jerasure/src/libec_shec_la-galois.lo
  964. CC erasure-code/jerasure/jerasure/src/libec_shec_la-liberation.lo
  965. CC erasure-code/jerasure/jerasure/src/libec_shec_la-reed_sol.lo
  966. CC erasure-code/jerasure/gf-complete/src/libec_shec_la-gf_wgen.lo
  967. CC erasure-code/jerasure/gf-complete/src/libec_shec_la-gf_method.lo
  968. CC erasure-code/jerasure/gf-complete/src/libec_shec_la-gf_w16.lo
  969. CC erasure-code/jerasure/gf-complete/src/libec_shec_la-gf.lo
  970. CC erasure-code/jerasure/gf-complete/src/libec_shec_la-gf_w32.lo
  971. CC erasure-code/jerasure/gf-complete/src/libec_shec_la-gf_w64.lo
  972. CC erasure-code/jerasure/gf-complete/src/libec_shec_la-gf_w128.lo
  973. CC erasure-code/jerasure/gf-complete/src/libec_shec_la-gf_general.lo
  974. CC erasure-code/jerasure/gf-complete/src/libec_shec_la-gf_w4.lo
  975. CC erasure-code/jerasure/gf-complete/src/libec_shec_la-gf_rand.lo
  976. CC erasure-code/jerasure/gf-complete/src/libec_shec_la-gf_w8.lo
  977. CXX erasure-code/libec_isa_la-ErasureCode.lo
  978. CXX common/librados_la-buffer.lo
  979. CXX common/DecayCounter.lo
  980. CXX common/LogClient.lo
  981. CXX common/LogEntry.lo
  982. CXX common/PrebufferedStreambuf.lo
  983. CXX common/SloppyCRCMap.lo
  984. CXX common/BackTrace.lo
  985. CXX common/perf_counters.lo
  986. CXX common/Mutex.lo
  987. CXX common/OutputDataSocket.lo
  988. CXX common/admin_socket.lo
  989. CXX common/admin_socket_client.lo
  990. CXX common/cmdparse.lo
  991. CC common/escape.lo
  992. CXX common/io_priority.lo
  993. CXX common/Clock.lo
  994. CXX common/Throttle.lo
  995. CXX common/Timer.lo
  996. CXX common/Finisher.lo
  997. CXX common/environment.lo
  998. CXX common/assert.lo
  999. CXX common/run_cmd.lo
  1000. CXX common/WorkQueue.lo
  1001. CXX common/ConfUtils.lo
  1002. CXX common/MemoryModel.lo
  1003. CC common/armor.lo
  1004. CXX common/fd.lo
  1005. CC common/xattr.lo
  1006. CC common/safe_io.lo
  1007. CXX common/snap_types.lo
  1008. CXX common/str_list.lo
  1009. CXX common/str_map.lo
  1010. CXX common/errno.lo
  1011. CXX common/RefCountedObj.lo
  1012. CXX common/blkdev.lo
  1013. CXX common/common_init.lo
  1014. CC common/pipe.lo
  1015. CXX common/ceph_argparse.lo
  1016. CXX common/ceph_context.lo
  1017. CXX common/types.lo
  1018. CXX common/code_environment.lo
  1019. CXX common/dout.lo
  1020. CXX common/histogram.lo
  1021. CXX common/signal.lo
  1022. CXX common/simple_spin.lo
  1023. CXX common/Thread.lo
  1024. CXX common/Formatter.lo
  1025. CXX common/HeartbeatMap.lo
  1026. CXX common/config.lo
  1027. CC common/utf8.lo
  1028. CC common/mime.lo
  1029. CXX common/strtol.lo
  1030. CXX common/page.lo
  1031. CXX common/lockdep.lo
  1032. CXX common/hex.lo
  1033. CXX common/entity_name.lo
  1034. CXX common/ceph_crypto.lo
  1035. CXX common/ceph_crypto_cms.lo
  1036. CXX common/ceph_json.lo
  1037. CXX common/ipaddr.lo
  1038. CXX common/pick_address.lo
  1039. CXX common/util.lo
  1040. CXX common/TextTable.lo
  1041. CXX common/ceph_fs.lo
  1042. CXX common/ceph_hash.lo
  1043. CXX common/ceph_strings.lo
  1044. CXX common/ceph_frag.lo
  1045. CC common/addr_parsing.lo
  1046. CXX common/hobject.lo
  1047. CXX common/bloom_filter.lo
  1048. CC common/linux_version.lo
  1049. CC common/module.lo
  1050. CXX common/Readahead.lo
  1051. CXX common/Cycles.lo
  1052. CXX common/ContextCompletion.lo
  1053. CC common/libcommon_crc_la-sctp_crc32.lo
  1054. CXX common/libcommon_crc_la-crc32c.lo
  1055. CC common/libcommon_crc_la-crc32c_intel_baseline.lo
  1056. CC common/libcommon_crc_la-crc32c_intel_fast.lo
  1057. CPPAS common/libcommon_crc_la-crc32c_intel_fast_asm.lo
  1058. ./yasm-wrapper: got -DHAVE_CONFIG_H -I. -D__CEPH__ -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_THREAD_SAFE -D__STDC_FORMAT_MACROS -D_GNU_SOURCE -DCEPH_LIBDIR="/usr/local/lib" -DCEPH_PKGLIBDIR="/usr/local/lib/ceph" -DGTEST_HAS_TR1_TUPLE=0 -f elf64 -Wall -g -MT common/libcommon_crc_la-crc32c_intel_fast_asm.lo -MD -MP -MF common/.deps/libcommon_crc_la-crc32c_intel_fast_asm.Tpo -c common/crc32c_intel_fast_asm.S -fPIC -DPIC -o common/.libs/libcommon_crc_la-crc32c_intel_fast_asm.o
  1059. ./yasm-wrapper: yasm -I. -f elf64 common/crc32c_intel_fast_asm.S -o common/.libs/libcommon_crc_la-crc32c_intel_fast_asm.o
  1060. CPPAS common/libcommon_crc_la-crc32c_intel_fast_zero_asm.lo
  1061. ./yasm-wrapper: got -DHAVE_CONFIG_H -I. -D__CEPH__ -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_THREAD_SAFE -D__STDC_FORMAT_MACROS -D_GNU_SOURCE -DCEPH_LIBDIR="/usr/local/lib" -DCEPH_PKGLIBDIR="/usr/local/lib/ceph" -DGTEST_HAS_TR1_TUPLE=0 -f elf64 -Wall -g -MT common/libcommon_crc_la-crc32c_intel_fast_zero_asm.lo -MD -MP -MF common/.deps/libcommon_crc_la-crc32c_intel_fast_zero_asm.Tpo -c common/crc32c_intel_fast_zero_asm.S -fPIC -DPIC -o common/.libs/libcommon_crc_la-crc32c_intel_fast_zero_asm.o
  1062. ./yasm-wrapper: yasm -I. -f elf64 common/crc32c_intel_fast_zero_asm.S -o common/.libs/libcommon_crc_la-crc32c_intel_fast_zero_asm.o
  1063. CXX auth/Crypto.lo
  1064. CXX auth/KeyRing.lo
  1065. CXX auth/RotatingKeyRing.lo
  1066. CXX common/libcommon_api_la-buffer.lo
  1067. CXX libcephfs.lo
  1068. CXX mon/PGMap.lo
  1069. CXX mon/Monitor.lo
  1070. CXX mon/Paxos.lo
  1071. CXX mon/PaxosService.lo
  1072. CXX mon/OSDMonitor.lo
  1073. CXX mon/MDSMonitor.lo
  1074. CXX mon/MonmapMonitor.lo
  1075. CXX mon/PGMonitor.lo
  1076. CXX mon/LogMonitor.lo
  1077. CXX mon/AuthMonitor.lo
  1078. CXX mon/Elector.lo
  1079. CXX mon/MonitorStore.lo
  1080. CXX mon/HealthMonitor.lo
  1081. CXX mon/DataHealthService.lo
  1082. CXX mon/ConfigKeyService.lo
  1083. CXX common/libos_la-TrackedOp.lo
  1084. CXX os/libos_la-BtrfsFileStoreBackend.lo
  1085. CXX os/libos_la-XfsFileStoreBackend.lo
  1086. CXX os/libos_types_la-Transaction.lo
  1087. CXX mds/Capability.lo
  1088. CXX mds/MDS.lo
  1089. CXX mds/Beacon.lo
  1090. CC mds/locks.lo
  1091. CXX mds/journal.lo
  1092. CXX mds/Server.lo
  1093. CXX mds/Mutation.lo
  1094. CXX mds/MDCache.lo
  1095. CXX mds/RecoveryQueue.lo
  1096. CXX mds/Locker.lo
  1097. CXX mds/Migrator.lo
  1098. CXX mds/MDBalancer.lo
  1099. CXX mds/CDentry.lo
  1100. CXX mds/CDir.lo
  1101. CXX mds/CInode.lo
  1102. CXX mds/LogEvent.lo
  1103. CXX mds/MDSTable.lo
  1104. CXX mds/InoTable.lo
  1105. CXX mds/JournalPointer.lo
  1106. CXX mds/MDSTableClient.lo
  1107. CXX mds/MDSTableServer.lo
  1108. CXX mds/SnapRealm.lo
  1109. CXX mds/SnapServer.lo
  1110. CXX mds/snap.lo
  1111. CXX mds/SessionMap.lo
  1112. CXX mds/MDSContext.lo
  1113. CXX mds/MDSAuthCaps.lo
  1114. CXX mds/MDLog.lo
  1115. CXX common/TrackedOp.lo
  1116. CXX osd/libosd_types_la-PGLog.lo
  1117. CXX osd/libosd_types_la-osd_types.lo
  1118. CXX osd/libosd_types_la-ECUtil.lo
  1119. CXX osd/libosd_la-PG.lo
  1120. CXX osd/libosd_la-ReplicatedPG.lo
  1121. CXX osd/libosd_la-ReplicatedBackend.lo
  1122. CXX osd/libosd_la-ECBackend.lo
  1123. CXX osd/libosd_la-ECMsgTypes.lo
  1124. CXX osd/libosd_la-ECTransaction.lo
  1125. CXX osd/libosd_la-PGBackend.lo
  1126. CXX osd/libosd_la-Ager.lo
  1127. CXX osd/libosd_la-HitSet.lo
  1128. CXX osd/libosd_la-OSD.lo
  1129. CXX osd/libosd_la-OSDCap.lo
  1130. CXX osd/libosd_la-Watch.lo
  1131. CXX osd/libosd_la-ClassHandler.lo
  1132. CXX osd/libosd_la-OpRequest.lo
  1133. CXX common/libosd_la-TrackedOp.lo
  1134. CXX osd/libosd_la-SnapMapper.lo
  1135. CXX client/fuse_ll.lo
  1136. CC common/secret.lo
  1137. CXX common/buffer.lo
  1138. CXX librados/librados.lo
  1139. CXX librbd/librbd.lo
  1140. CXX krbd.lo
  1141. CXX cls/rbd/cls_rbd.lo
  1142. CXX cls/lock/cls_lock.lo
  1143. CXX cls/refcount/cls_refcount.lo
  1144. CXX cls/version/cls_version.lo
  1145. CXX cls/log/cls_log.lo
  1146. CXX cls/statelog/cls_statelog.lo
  1147. CXX cls/replica_log/cls_replica_log.lo
  1148. CXX cls/user/cls_user.lo
  1149. CXX cls/rgw/cls_rgw.lo
  1150. CC client/test_ioctls.o
  1151. CXX rgw/rgw_multiparser.o
  1152. CXX rgw/rgw_jsonparser.o
  1153. CXX rgw/rgw_common.o
  1154. CXX rgw/rgw_env.o
  1155. CXX rgw/rgw_json_enc.o
  1156. CXX erasure-code/ErasureCode.o
  1157. CXX test/erasure-code/ceph_erasure_code_benchmark.o
  1158. CXX test/erasure-code/ceph_erasure_code.o
  1159. CXX test/test_mutate.o
  1160. CXX test/test_rewrite_latency.o
  1161. CXX test/streamtest.o
  1162. CXX test/test_trans.o
  1163. CXX test/testcrypto.o
  1164. CXX test/testkeys.o
  1165. CXX test/omap_bench.o
  1166. CXX test/kv_store_bench.o
  1167. CXX key_value_store/kv_flat_btree_async.o
  1168. CXX test/system/rados_list_parallel.o
  1169. CXX test/system/st_rados_create_pool.o
  1170. CXX test/system/st_rados_list_objects.o
  1171. CXX test/system/rados_open_pools_parallel.o
  1172. CXX test/system/rados_delete_pools_parallel.o
  1173. CXX test/system/st_rados_delete_pool.o
  1174. CXX test/system/rados_watch_notify.o
  1175. CXX test/system/st_rados_delete_objs.o
  1176. CXX test/system/st_rados_watch.o
  1177. CXX test/system/st_rados_notify.o
  1178. CXX test/bench_log.o
  1179. CXX test/ceph_test_cors-test_cors.o
  1180. CXX test/ceph_test_cls_rgw_meta-test_rgw_admin_meta.o
  1181. CXX test/ceph_test_cls_rgw_log-test_rgw_admin_log.o
  1182. CXX test/ceph_test_cls_rgw_opstate-test_rgw_admin_opstate.o
  1183. CXX test/multi_stress_watch.o
  1184. CC test/librbd/ceph_test_librbd_fsx-fsx.o
  1185. CXX common/dummy.o
  1186. CXX test/librados/ceph_test_rados_api_cmd-cmd.o
  1187. CXX test/librados/ceph_test_rados_api_io-io.o
  1188. CXX test/librados/ceph_test_rados_api_c_write_operations-c_write_operations.o
  1189. CXX test/librados/ceph_test_rados_api_c_read_operations-c_read_operations.o
  1190. CXX test/librados/ceph_test_rados_api_aio-aio.o
  1191. CXX test/librados/ceph_test_rados_api_list-list.o
  1192. CXX test/librados/ceph_test_rados_api_nlist-nlist.o
  1193. CXX test/librados/ceph_test_rados_api_pool-pool.o
  1194. CXX test/librados/ceph_test_rados_api_stat-stat.o
  1195. CXX test/librados/ceph_test_rados_api_watch_notify-watch_notify.o
  1196. CXX test/librados/ceph_test_rados_api_snapshots-snapshots.o
  1197. CXX test/librados/ceph_test_rados_api_cls-cls.o
  1198. CXX test/librados/ceph_test_rados_api_misc-misc.o
  1199. CXX test/librados/ceph_test_rados_api_tier-tier.o
  1200. CXX osd/ceph_test_rados_api_tier-HitSet.o
  1201. CXX test/librados/ceph_test_rados_api_lock-lock.o
  1202. CXX test/libradosstriper/ceph_test_rados_striper_api_io-io.o
  1203. CXX test/libradosstriper/ceph_test_rados_striper_api_aio-aio.o
  1204. CXX test/libradosstriper/ceph_test_rados_striper_api_striping-striping.o
  1205. CXX test/objectstore/workload_generator.o
  1206. CXX test/objectstore/TestObjectStoreState.o
  1207. CXX test/objectstore/test_idempotent.o
  1208. CXX test/objectstore/FileStoreTracker.o
  1209. CXX test/objectstore/test_idempotent_sequence.o
  1210. CXX test/objectstore/DeterministicOpSequence.o
  1211. CXX test/objectstore/FileStoreDiff.o
  1212. CXX test/ceph_xattr_bench-xattr_bench.o
  1213. CXX test/ceph_test_filejournal-test_filejournal.o
  1214. CXX test/ceph_test_stress_watch-test_stress_watch.o
  1215. CXX test/ceph_test_snap_mapper-test_snap_mapper.o
  1216. CXX test/test_cfuse_cache_invalidate.o
  1217. CC test/ceph_test_c_headers-test_c_headers.o
  1218. CXX test/test_get_blkdev_size.o
  1219. CXX rgw/rgw_resolve.o
  1220. CXX rgw/rgw_rest.o
  1221. CXX rgw/rgw_rest_swift.o
  1222. CXX rgw/rgw_rest_s3.o
  1223. CXX rgw/rgw_rest_usage.o
  1224. CXX rgw/rgw_rest_user.o
  1225. CXX rgw/rgw_rest_bucket.o
  1226. CXX rgw/rgw_rest_metadata.o
  1227. CXX rgw/rgw_replica_log.o
  1228. CXX rgw/rgw_rest_log.o
  1229. CXX rgw/rgw_rest_opstate.o
  1230. CXX rgw/rgw_rest_replica_log.o
  1231. CXX rgw/rgw_rest_config.o
  1232. CXX rgw/rgw_http_client.o
  1233. CXX rgw/rgw_swift.o
  1234. CXX rgw/rgw_swift_auth.o
  1235. CXX rgw/rgw_loadgen.o
  1236. CXX rgw/rgw_civetweb.o
  1237. CXX rgw/rgw_civetweb_log.o
  1238. CXX rgw/rgw_main.o
  1239. CXX rgw/rgw_admin.o
  1240. CXX rbd_replay/rbd-replay.o
  1241. CXX rgw/ceph_dencoder-rgw_dencoder.o
  1242. CXX rgw/ceph_dencoder-rgw_acl.o
  1243. CXX rgw/ceph_dencoder-rgw_common.o
  1244. CXX rgw/ceph_dencoder-rgw_env.o
  1245. CXX rgw/ceph_dencoder-rgw_json_enc.o
  1246. CXX tools/ceph_objectstore_tool.o
  1247. CXX tools/monmaptool.o
  1248. CXX tools/crushtool.o
  1249. CXX tools/osdmaptool.o
  1250. CXX common/obj_bencher.o
  1251. CXX tools/ceph_conf.o
  1252. CXX tools/ceph_authtool.o
  1253. CXX ceph_mon.o
  1254. CXX ceph_osd.o
  1255. CXX ceph_mds.o
  1256. CXX cephfs.o
  1257. CXX librados-config.o
  1258. CXX ceph_syn.o
  1259. CXX client/SyntheticClient.o
  1260. CXX rbd.o
  1261. CXX ceph_fuse.o
  1262. CXX test/erasure-code/ceph_erasure_code_non_regression.o
  1263. CXX test/common/get_command_descriptions.o
  1264. rm -f ceph-debugpack ceph-debugpack.tmp
  1265. sed -e 's|@bindir[@]|/usr/local/bin|g' -e 's|@sbindir[@]|/usr/local/sbin|g' -e 's|@libdir[@]|/usr/local/lib|g' -e 's|@sysconfdir[@]|/usr/local/etc|g' -e 's|@datadir[@]|/usr/local/share/ceph|g' -e 's|@prefix[@]|/usr/local|g' -e 's|@@GCOV_PREFIX_STRIP[@][@]|7|g' './ceph-debugpack.in' >ceph-debugpack.tmp
  1266. chmod +x ceph-debugpack.tmp
  1267. chmod a-w ceph-debugpack.tmp
  1268. mv ceph-debugpack.tmp ceph-debugpack
  1269. rm -f ceph-post-file ceph-post-file.tmp
  1270. sed -e 's|@bindir[@]|/usr/local/bin|g' -e 's|@sbindir[@]|/usr/local/sbin|g' -e 's|@libdir[@]|/usr/local/lib|g' -e 's|@sysconfdir[@]|/usr/local/etc|g' -e 's|@datadir[@]|/usr/local/share/ceph|g' -e 's|@prefix[@]|/usr/local|g' -e 's|@@GCOV_PREFIX_STRIP[@][@]|7|g' './ceph-post-file.in' >ceph-post-file.tmp
  1271. chmod +x ceph-post-file.tmp
  1272. chmod a-w ceph-post-file.tmp
  1273. mv ceph-post-file.tmp ceph-post-file
  1274. rm -f ceph-crush-location ceph-crush-location.tmp
  1275. sed -e 's|@bindir[@]|/usr/local/bin|g' -e 's|@sbindir[@]|/usr/local/sbin|g' -e 's|@libdir[@]|/usr/local/lib|g' -e 's|@sysconfdir[@]|/usr/local/etc|g' -e 's|@datadir[@]|/usr/local/share/ceph|g' -e 's|@prefix[@]|/usr/local|g' -e 's|@@GCOV_PREFIX_STRIP[@][@]|7|g' './ceph-crush-location.in' >ceph-crush-location.tmp
  1276. chmod +x ceph-crush-location.tmp
  1277. chmod a-w ceph-crush-location.tmp
  1278. mv ceph-crush-location.tmp ceph-crush-location
  1279. rm -f ceph-coverage ceph-coverage.tmp
  1280. sed -e 's|@bindir[@]|/usr/local/bin|g' -e 's|@sbindir[@]|/usr/local/sbin|g' -e 's|@libdir[@]|/usr/local/lib|g' -e 's|@sysconfdir[@]|/usr/local/etc|g' -e 's|@datadir[@]|/usr/local/share/ceph|g' -e 's|@prefix[@]|/usr/local|g' -e 's|@@GCOV_PREFIX_STRIP[@][@]|7|g' './ceph-coverage.in' >ceph-coverage.tmp
  1281. chmod +x ceph-coverage.tmp
  1282. chmod a-w ceph-coverage.tmp
  1283. mv ceph-coverage.tmp ceph-coverage
  1284. cp -f ./fetch_config ./sample.fetch_config
  1285. CXX cls/version/cls_version_client.o
  1286. CXX cls/version/cls_version_types.o
  1287. CXX cls/log/cls_log_client.o
  1288. CXX cls/statelog/cls_statelog_client.o
  1289. CXX cls/replica_log/cls_replica_log_types.o
  1290. CXX cls/replica_log/cls_replica_log_ops.o
  1291. CXX cls/replica_log/cls_replica_log_client.o
  1292. CXX cls/user/cls_user_client.o
  1293. CXX cls/user/cls_user_types.o
  1294. CXX cls/user/cls_user_ops.o
  1295. CXX erasure-code/libec_jerasure_generic_la-ErasureCode.lo
  1296. CC erasure-code/jerasure/jerasure/src/libec_jerasure_generic_la-cauchy.lo
  1297. CC erasure-code/jerasure/jerasure/src/libec_jerasure_generic_la-galois.lo
  1298. CC erasure-code/jerasure/jerasure/src/libec_jerasure_generic_la-jerasure.lo
  1299. CC erasure-code/jerasure/jerasure/src/libec_jerasure_generic_la-liberation.lo
  1300. CC erasure-code/jerasure/jerasure/src/libec_jerasure_generic_la-reed_sol.lo
  1301. CC erasure-code/jerasure/gf-complete/src/libec_jerasure_generic_la-gf_wgen.lo
  1302. CC erasure-code/jerasure/gf-complete/src/libec_jerasure_generic_la-gf_method.lo
  1303. CC erasure-code/jerasure/gf-complete/src/libec_jerasure_generic_la-gf_w16.lo
  1304. CC erasure-code/jerasure/gf-complete/src/libec_jerasure_generic_la-gf.lo
  1305. CC erasure-code/jerasure/gf-complete/src/libec_jerasure_generic_la-gf_w32.lo
  1306. CC erasure-code/jerasure/gf-complete/src/libec_jerasure_generic_la-gf_w64.lo
  1307. CC erasure-code/jerasure/gf-complete/src/libec_jerasure_generic_la-gf_w128.lo
  1308. CC erasure-code/jerasure/gf-complete/src/libec_jerasure_generic_la-gf_general.lo
  1309. CC erasure-code/jerasure/gf-complete/src/libec_jerasure_generic_la-gf_w4.lo
  1310. CC erasure-code/jerasure/gf-complete/src/libec_jerasure_generic_la-gf_rand.lo
  1311. CC erasure-code/jerasure/gf-complete/src/libec_jerasure_generic_la-gf_w8.lo
  1312. if [ -n "$NO_VERSION" ] ; then \
  1313. if [ ! -f ./ceph_ver.h ] ; then \
  1314. ./make_version -n ./ceph_ver.h ; \
  1315. fi; \
  1316. else \
  1317. ./make_version ./.git_version ./ceph_ver.h ; \
  1318. fi
  1319. $1: ./.git_version
  1320. CXX erasure-code/jerasure/libec_jerasure_generic_la-ErasureCodeJerasure.lo
  1321. CC crush/builder.lo
  1322. CC crush/mapper.lo
  1323. CC crush/crush.lo
  1324. CC crush/hash.lo
  1325. CXX crush/CrushWrapper.lo
  1326. CXX crush/CrushCompiler.lo
  1327. CXX crush/CrushTester.lo
  1328. CXX erasure-code/jerasure/libec_jerasure_la-ErasureCodePluginSelectJerasure.lo
  1329. CXX erasure-code/lrc/libec_lrc_la-ErasureCodePluginLrc.lo
  1330. CXX erasure-code/lrc/libec_lrc_la-ErasureCodeLrc.lo
  1331. CXX common/libec_lrc_la-str_map.lo
  1332. CXX json_spirit/json_spirit_reader.lo
  1333. CXX json_spirit/json_spirit_writer.lo
  1334. CXX erasure-code/shec/libec_shec_la-ErasureCodePluginShec.lo
  1335. CXX erasure-code/shec/libec_shec_la-ErasureCodeShec.lo
  1336. CXX erasure-code/shec/libec_shec_la-ErasureCodeShecTableCache.lo
  1337. CXX erasure-code/shec/libec_shec_la-shec.lo
  1338. CC erasure-code/shec/libec_shec_la-determinant.lo
  1339. CC erasure-code/isa/isa-l/erasure_code/libec_isa_la-ec_base.lo
  1340. CC erasure-code/isa/isa-l/erasure_code/libec_isa_la-ec_highlevel_func.lo
  1341. CCAS erasure-code/isa/isa-l/erasure_code/libec_isa_la-ec_multibinary.asm.lo
  1342. ./yasm-wrapper: got -f elf64 -I /home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/erasure-code/isa/isa-l/include/ -Wall -g -c erasure-code/isa/isa-l/erasure_code/ec_multibinary.asm.s -fPIC -DPIC -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-ec_multibinary.asm.o
  1343. ./yasm-wrapper: yasm -f elf64 -i /home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/erasure-code/isa/isa-l/include/ erasure-code/isa/isa-l/erasure_code/ec_multibinary.asm.s -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-ec_multibinary.asm.o
  1344. CCAS erasure-code/isa/isa-l/erasure_code/libec_isa_la-gf_2vect_dot_prod_avx2.asm.lo
  1345. ./yasm-wrapper: got -f elf64 -I /home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/erasure-code/isa/isa-l/include/ -Wall -g -c erasure-code/isa/isa-l/erasure_code/gf_2vect_dot_prod_avx2.asm.s -fPIC -DPIC -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_2vect_dot_prod_avx2.asm.o
  1346. ./yasm-wrapper: yasm -f elf64 -i /home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/erasure-code/isa/isa-l/include/ erasure-code/isa/isa-l/erasure_code/gf_2vect_dot_prod_avx2.asm.s -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_2vect_dot_prod_avx2.asm.o
  1347. CCAS erasure-code/isa/isa-l/erasure_code/libec_isa_la-gf_2vect_dot_prod_avx.asm.lo
  1348. ./yasm-wrapper: got -f elf64 -I /home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/erasure-code/isa/isa-l/include/ -Wall -g -c erasure-code/isa/isa-l/erasure_code/gf_2vect_dot_prod_avx.asm.s -fPIC -DPIC -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_2vect_dot_prod_avx.asm.o
  1349. ./yasm-wrapper: yasm -f elf64 -i /home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/erasure-code/isa/isa-l/include/ erasure-code/isa/isa-l/erasure_code/gf_2vect_dot_prod_avx.asm.s -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_2vect_dot_prod_avx.asm.o
  1350. CCAS erasure-code/isa/isa-l/erasure_code/libec_isa_la-gf_2vect_dot_prod_sse.asm.lo
  1351. ./yasm-wrapper: got -f elf64 -I /home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/erasure-code/isa/isa-l/include/ -Wall -g -c erasure-code/isa/isa-l/erasure_code/gf_2vect_dot_prod_sse.asm.s -fPIC -DPIC -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_2vect_dot_prod_sse.asm.o
  1352. ./yasm-wrapper: yasm -f elf64 -i /home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/erasure-code/isa/isa-l/include/ erasure-code/isa/isa-l/erasure_code/gf_2vect_dot_prod_sse.asm.s -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_2vect_dot_prod_sse.asm.o
  1353. CCAS erasure-code/isa/isa-l/erasure_code/libec_isa_la-gf_3vect_dot_prod_avx2.asm.lo
  1354. ./yasm-wrapper: got -f elf64 -I /home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/erasure-code/isa/isa-l/include/ -Wall -g -c erasure-code/isa/isa-l/erasure_code/gf_3vect_dot_prod_avx2.asm.s -fPIC -DPIC -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_3vect_dot_prod_avx2.asm.o
  1355. ./yasm-wrapper: yasm -f elf64 -i /home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/erasure-code/isa/isa-l/include/ erasure-code/isa/isa-l/erasure_code/gf_3vect_dot_prod_avx2.asm.s -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_3vect_dot_prod_avx2.asm.o
  1356. CCAS erasure-code/isa/isa-l/erasure_code/libec_isa_la-gf_3vect_dot_prod_avx.asm.lo
  1357. ./yasm-wrapper: got -f elf64 -I /home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/erasure-code/isa/isa-l/include/ -Wall -g -c erasure-code/isa/isa-l/erasure_code/gf_3vect_dot_prod_avx.asm.s -fPIC -DPIC -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_3vect_dot_prod_avx.asm.o
  1358. ./yasm-wrapper: yasm -f elf64 -i /home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/erasure-code/isa/isa-l/include/ erasure-code/isa/isa-l/erasure_code/gf_3vect_dot_prod_avx.asm.s -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_3vect_dot_prod_avx.asm.o
  1359. CCAS erasure-code/isa/isa-l/erasure_code/libec_isa_la-gf_3vect_dot_prod_sse.asm.lo
  1360. ./yasm-wrapper: got -f elf64 -I /home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/erasure-code/isa/isa-l/include/ -Wall -g -c erasure-code/isa/isa-l/erasure_code/gf_3vect_dot_prod_sse.asm.s -fPIC -DPIC -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_3vect_dot_prod_sse.asm.o
  1361. ./yasm-wrapper: yasm -f elf64 -i /home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/erasure-code/isa/isa-l/include/ erasure-code/isa/isa-l/erasure_code/gf_3vect_dot_prod_sse.asm.s -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_3vect_dot_prod_sse.asm.o
  1362. CCAS erasure-code/isa/isa-l/erasure_code/libec_isa_la-gf_4vect_dot_prod_avx2.asm.lo
  1363. ./yasm-wrapper: got -f elf64 -I /home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/erasure-code/isa/isa-l/include/ -Wall -g -c erasure-code/isa/isa-l/erasure_code/gf_4vect_dot_prod_avx2.asm.s -fPIC -DPIC -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_4vect_dot_prod_avx2.asm.o
  1364. ./yasm-wrapper: yasm -f elf64 -i /home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/erasure-code/isa/isa-l/include/ erasure-code/isa/isa-l/erasure_code/gf_4vect_dot_prod_avx2.asm.s -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_4vect_dot_prod_avx2.asm.o
  1365. CCAS erasure-code/isa/isa-l/erasure_code/libec_isa_la-gf_4vect_dot_prod_avx.asm.lo
  1366. CCAS erasure-code/isa/isa-l/erasure_code/libec_isa_la-gf_4vect_dot_prod_sse.asm.lo
  1367. ./yasm-wrapper: got -f elf64 -I /home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/erasure-code/isa/isa-l/include/ -Wall -g -c erasure-code/isa/isa-l/erasure_code/gf_4vect_dot_prod_avx.asm.s -fPIC -DPIC -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_4vect_dot_prod_avx.asm.o
  1368. ./yasm-wrapper: yasm -f elf64 -i /home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/erasure-code/isa/isa-l/include/ erasure-code/isa/isa-l/erasure_code/gf_4vect_dot_prod_avx.asm.s -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_4vect_dot_prod_avx.asm.o
  1369. CCAS erasure-code/isa/isa-l/erasure_code/libec_isa_la-gf_5vect_dot_prod_avx2.asm.lo
  1370. ./yasm-wrapper: got -f elf64 -I /home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/erasure-code/isa/isa-l/include/ -Wall -g -c erasure-code/isa/isa-l/erasure_code/gf_4vect_dot_prod_sse.asm.s -fPIC -DPIC -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_4vect_dot_prod_sse.asm.o
  1371. ./yasm-wrapper: yasm -f elf64 -i /home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/erasure-code/isa/isa-l/include/ erasure-code/isa/isa-l/erasure_code/gf_4vect_dot_prod_sse.asm.s -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_4vect_dot_prod_sse.asm.o
  1372. CCAS erasure-code/isa/isa-l/erasure_code/libec_isa_la-gf_5vect_dot_prod_avx.asm.lo
  1373. ./yasm-wrapper: got -f elf64 -I /home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/erasure-code/isa/isa-l/include/ -Wall -g -c erasure-code/isa/isa-l/erasure_code/gf_5vect_dot_prod_avx2.asm.s -fPIC -DPIC -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_5vect_dot_prod_avx2.asm.o
  1374. ./yasm-wrapper: yasm -f elf64 -i /home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/erasure-code/isa/isa-l/include/ erasure-code/isa/isa-l/erasure_code/gf_5vect_dot_prod_avx2.asm.s -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_5vect_dot_prod_avx2.asm.o
  1375. CCAS erasure-code/isa/isa-l/erasure_code/libec_isa_la-gf_5vect_dot_prod_sse.asm.lo
  1376. ./yasm-wrapper: got -f elf64 -I /home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/erasure-code/isa/isa-l/include/ -Wall -g -c erasure-code/isa/isa-l/erasure_code/gf_5vect_dot_prod_avx.asm.s -fPIC -DPIC -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_5vect_dot_prod_avx.asm.o
  1377. ./yasm-wrapper: yasm -f elf64 -i /home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/erasure-code/isa/isa-l/include/ erasure-code/isa/isa-l/erasure_code/gf_5vect_dot_prod_avx.asm.s -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_5vect_dot_prod_avx.asm.o
  1378. CCAS erasure-code/isa/isa-l/erasure_code/libec_isa_la-gf_6vect_dot_prod_avx2.asm.lo
  1379. ./yasm-wrapper: got -f elf64 -I /home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/erasure-code/isa/isa-l/include/ -Wall -g -c erasure-code/isa/isa-l/erasure_code/gf_5vect_dot_prod_sse.asm.s -fPIC -DPIC -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_5vect_dot_prod_sse.asm.o
  1380. ./yasm-wrapper: yasm -f elf64 -i /home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/erasure-code/isa/isa-l/include/ erasure-code/isa/isa-l/erasure_code/gf_5vect_dot_prod_sse.asm.s -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_5vect_dot_prod_sse.asm.o
  1381. CCAS erasure-code/isa/isa-l/erasure_code/libec_isa_la-gf_6vect_dot_prod_avx.asm.lo
  1382. ./yasm-wrapper: got -f elf64 -I /home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/erasure-code/isa/isa-l/include/ -Wall -g -c erasure-code/isa/isa-l/erasure_code/gf_6vect_dot_prod_avx2.asm.s -fPIC -DPIC -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_6vect_dot_prod_avx2.asm.o
  1383. ./yasm-wrapper: yasm -f elf64 -i /home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/erasure-code/isa/isa-l/include/ erasure-code/isa/isa-l/erasure_code/gf_6vect_dot_prod_avx2.asm.s -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_6vect_dot_prod_avx2.asm.o
  1384. CCAS erasure-code/isa/isa-l/erasure_code/libec_isa_la-gf_6vect_dot_prod_sse.asm.lo
  1385. ./yasm-wrapper: got -f elf64 -I /home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/erasure-code/isa/isa-l/include/ -Wall -g -c erasure-code/isa/isa-l/erasure_code/gf_6vect_dot_prod_avx.asm.s -fPIC -DPIC -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_6vect_dot_prod_avx.asm.o
  1386. ./yasm-wrapper: yasm -f elf64 -i /home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/erasure-code/isa/isa-l/include/ erasure-code/isa/isa-l/erasure_code/gf_6vect_dot_prod_avx.asm.s -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_6vect_dot_prod_avx.asm.o
  1387. CCAS erasure-code/isa/isa-l/erasure_code/libec_isa_la-gf_vect_dot_prod_avx2.asm.lo
  1388. ./yasm-wrapper: got -f elf64 -I /home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/erasure-code/isa/isa-l/include/ -Wall -g -c erasure-code/isa/isa-l/erasure_code/gf_vect_dot_prod_avx2.asm.s -fPIC -DPIC -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_vect_dot_prod_avx2.asm.o
  1389. ./yasm-wrapper: yasm -f elf64 -i /home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/erasure-code/isa/isa-l/include/ erasure-code/isa/isa-l/erasure_code/gf_vect_dot_prod_avx2.asm.s -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_vect_dot_prod_avx2.asm.o
  1390. ./yasm-wrapper: got -f elf64 -I /home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/erasure-code/isa/isa-l/include/ -Wall -g -c erasure-code/isa/isa-l/erasure_code/gf_6vect_dot_prod_sse.asm.s -fPIC -DPIC -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_6vect_dot_prod_sse.asm.o
  1391. ./yasm-wrapper: yasm -f elf64 -i /home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/erasure-code/isa/isa-l/include/ erasure-code/isa/isa-l/erasure_code/gf_6vect_dot_prod_sse.asm.s -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_6vect_dot_prod_sse.asm.o
  1392. CCAS erasure-code/isa/isa-l/erasure_code/libec_isa_la-gf_vect_dot_prod_avx.asm.lo
  1393. CCAS erasure-code/isa/isa-l/erasure_code/libec_isa_la-gf_vect_dot_prod_sse.asm.lo
  1394. ./yasm-wrapper: got -f elf64 -I /home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/erasure-code/isa/isa-l/include/ -Wall -g -c erasure-code/isa/isa-l/erasure_code/gf_vect_dot_prod_avx.asm.s -fPIC -DPIC -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_vect_dot_prod_avx.asm.o
  1395. ./yasm-wrapper: yasm -f elf64 -i /home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/erasure-code/isa/isa-l/include/ erasure-code/isa/isa-l/erasure_code/gf_vect_dot_prod_avx.asm.s -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_vect_dot_prod_avx.asm.o
  1396. ./yasm-wrapper: got -f elf64 -I /home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/erasure-code/isa/isa-l/include/ -Wall -g -c erasure-code/isa/isa-l/erasure_code/gf_vect_dot_prod_sse.asm.s -fPIC -DPIC -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_vect_dot_prod_sse.asm.o
  1397. ./yasm-wrapper: yasm -f elf64 -i /home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/erasure-code/isa/isa-l/include/ erasure-code/isa/isa-l/erasure_code/gf_vect_dot_prod_sse.asm.s -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_vect_dot_prod_sse.asm.o
  1398. CCAS erasure-code/isa/isa-l/erasure_code/libec_isa_la-gf_vect_mul_avx.asm.lo
  1399. CCAS erasure-code/isa/isa-l/erasure_code/libec_isa_la-gf_vect_mul_sse.asm.lo
  1400. ./yasm-wrapper: got -f elf64 -I /home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/erasure-code/isa/isa-l/include/ -Wall -g -c erasure-code/isa/isa-l/erasure_code/gf_vect_mul_avx.asm.s -fPIC -DPIC -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_vect_mul_avx.asm.o
  1401. ./yasm-wrapper: yasm -f elf64 -i /home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/erasure-code/isa/isa-l/include/ erasure-code/isa/isa-l/erasure_code/gf_vect_mul_avx.asm.s -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_vect_mul_avx.asm.o
  1402. ./yasm-wrapper: got -f elf64 -I /home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/erasure-code/isa/isa-l/include/ -Wall -g -c erasure-code/isa/isa-l/erasure_code/gf_vect_mul_sse.asm.s -fPIC -DPIC -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_vect_mul_sse.asm.o
  1403. ./yasm-wrapper: yasm -f elf64 -i /home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/erasure-code/isa/isa-l/include/ erasure-code/isa/isa-l/erasure_code/gf_vect_mul_sse.asm.s -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_vect_mul_sse.asm.o
  1404. CXX erasure-code/isa/libec_isa_la-ErasureCodeIsa.lo
  1405. CXX erasure-code/isa/libec_isa_la-ErasureCodeIsaTableCache.lo
  1406. CXX erasure-code/isa/libec_isa_la-ErasureCodePluginIsa.lo
  1407. CXX erasure-code/isa/libec_isa_la-xor_op.lo
  1408. CXX test/erasure-code/libec_example_la-ErasureCodePluginExample.lo
  1409. CXX test/erasure-code/libec_missing_entry_point_la-ErasureCodePluginMissingEntryPoint.lo
  1410. CXX test/erasure-code/libec_missing_version_la-ErasureCodePluginMissingVersion.lo
  1411. CXX test/erasure-code/libec_hangs_la-ErasureCodePluginHangs.lo
  1412. CXX test/erasure-code/libec_fail_to_initialize_la-ErasureCodePluginFailToInitialize.lo
  1413. CXX test/erasure-code/libec_fail_to_register_la-ErasureCodePluginFailToRegister.lo
  1414. CXX test/erasure-code/libec_test_jerasure_neon_la-TestJerasurePluginNEON.lo
  1415. CXX test/erasure-code/libec_test_jerasure_sse4_la-TestJerasurePluginSSE4.lo
  1416. CXX test/erasure-code/libec_test_jerasure_sse3_la-TestJerasurePluginSSE3.lo
  1417. CXX test/erasure-code/libec_test_jerasure_generic_la-TestJerasurePluginGeneric.lo
  1418. CXX librados/librados_la-librados.lo
  1419. CXX librados/RadosClient.lo
  1420. CXX librados/IoCtxImpl.lo
  1421. CXX librados/RadosXattrIter.lo
  1422. CXX librados/snap_set_diff.lo
  1423. CXX cls/lock/cls_lock_client.lo
  1424. CXX cls/lock/cls_lock_types.lo
  1425. CXX cls/lock/cls_lock_ops.lo
  1426. CXX osdc/Objecter.lo
  1427. CXX osdc/ObjectCacher.lo
  1428. CXX osdc/Filer.lo
  1429. CXX osdc/Striper.lo
  1430. CXX osdc/Journaler.lo
  1431. CC ceph_ver.lo
  1432. CXX common/version.lo
  1433. CXX mon/MonCap.lo
  1434. CXX mon/MonClient.lo
  1435. CXX mon/MonMap.lo
  1436. CXX osd/OSDMap.lo
  1437. CXX osd/osd_types.lo
  1438. CXX osd/ECMsgTypes.lo
  1439. CXX osd/HitSet.lo
  1440. CXX mds/MDSMap.lo
  1441. CXX mds/inode_backtrace.lo
  1442. CXX mds/mdstypes.lo
  1443. CXX mds/flock.lo
  1444. CXXLD libcommon_crc.la
  1445. CXX erasure-code/ErasureCodePlugin.lo
  1446. CXX msg/Message.lo
  1447. CXX msg/Messenger.lo
  1448. CXX msg/msg_types.lo
  1449. CXX msg/simple/Accepter.lo
  1450. CXX msg/simple/DispatchQueue.lo
  1451. CXX msg/simple/Pipe.lo
  1452. CXX msg/simple/PipeConnection.lo
  1453. CXX msg/simple/SimpleMessenger.lo
  1454. CXX msg/async/AsyncConnection.lo
  1455. CXX msg/async/AsyncMessenger.lo
  1456. CXX msg/async/Event.lo
  1457. CXX msg/async/net_handler.lo
  1458. CXX msg/async/EventSelect.lo
  1459. CXX msg/async/EventEpoll.lo
  1460. CXX auth/AuthAuthorizeHandler.lo
  1461. CXX auth/AuthClientHandler.lo
  1462. CXX auth/AuthSessionHandler.lo
  1463. CXX auth/AuthServiceHandler.lo
  1464. CXX auth/AuthMethodList.lo
  1465. CXX auth/cephx/CephxAuthorizeHandler.lo
  1466. CXX auth/cephx/CephxClientHandler.lo
  1467. CXX auth/cephx/CephxProtocol.lo
  1468. CXX auth/cephx/CephxServiceHandler.lo
  1469. CXX auth/cephx/CephxSessionHandler.lo
  1470. CXX auth/cephx/CephxKeyServer.lo
  1471. CXX auth/none/AuthNoneAuthorizeHandler.lo
  1472. CXX auth/unknown/AuthUnknownAuthorizeHandler.lo
  1473. CXX log/Log.lo
  1474. CXX log/SubsystemMap.lo
  1475. CC arch/intel.lo
  1476. CC arch/arm.lo
  1477. CXX arch/probe.lo
  1478. CXX libradosstriper/libradosstriper_la-libradosstriper.lo
  1479. CXX libradosstriper/libradosstriper_la-RadosStriperImpl.lo
  1480. CXX libradosstriper/libradosstriper_la-MultiAioCompletionImpl.lo
  1481. CXX librbd/librbd_la-librbd.lo
  1482. CXX librbd/AioCompletion.lo
  1483. CXX librbd/AioRequest.lo
  1484. CXX librbd/AsyncFlattenRequest.lo
  1485. CXX librbd/AsyncObjectThrottle.lo
  1486. CXX librbd/AsyncOperation.lo
  1487. CXX librbd/AsyncRequest.lo
  1488. CXX librbd/AsyncResizeRequest.lo
  1489. CXX librbd/AsyncTrimRequest.lo
  1490. CXX librbd/CopyupRequest.lo
  1491. CXX librbd/ImageCtx.lo
  1492. CXX librbd/ImageWatcher.lo
  1493. CXX librbd/internal.lo
  1494. CXX librbd/LibrbdWriteback.lo
  1495. CXX librbd/ObjectMap.lo
  1496. CXXLD libcommon_api.la
  1497. CXX cls/rbd/cls_rbd_client.lo
  1498. CXX client/Client.lo
  1499. CXX client/Inode.lo
  1500. CXX client/Dentry.lo
  1501. CXX client/MetaRequest.lo
  1502. CXX client/ClientSnapRealm.lo
  1503. CXX client/MetaSession.lo
  1504. CXX client/Trace.lo
  1505. CXXLD libmon_types.la
  1506. CXX os/libos_la-chain_xattr.lo
  1507. CXX os/libos_la-DBObjectMap.lo
  1508. CXX os/libos_la-GenericObjectMap.lo
  1509. CXX os/libos_la-FileJournal.lo
  1510. CXX os/libos_la-FileStore.lo
  1511. CXX os/libos_la-FlatIndex.lo
  1512. CXX os/libos_la-GenericFileStoreBackend.lo
  1513. CXX os/libos_la-HashIndex.lo
  1514. CXX os/libos_la-IndexManager.lo
  1515. CXX os/libos_la-JournalingObjectStore.lo
  1516. CXX os/libos_la-LevelDBStore.lo
  1517. CXX os/libos_la-LFNIndex.lo
  1518. CXX os/libos_la-MemStore.lo
  1519. CXX os/libos_la-KeyValueDB.lo
  1520. CXX os/libos_la-KeyValueStore.lo
  1521. CXX os/libos_la-ObjectStore.lo
  1522. CXX os/libos_la-WBThrottle.lo
  1523. CXXLD libos_types.la
  1524. CXXLD libosd_types.la
  1525. CXX objclass/libosd_la-class_api.lo
  1526. CXX global/global_context.lo
  1527. CXX global/global_init.lo
  1528. CXX global/pidfile.lo
  1529. CXX global/signal_handler.lo
  1530. CXX perfglue/heap_profiler.lo
  1531. CXX perfglue/disabled_stubs.lo
  1532. CCLD libsecret.la
  1533. CXXLD librados_api.la
  1534. CXXLD librbd_api.la
  1535. CXX rgw/librgw_la-librgw.lo
  1536. CXX rgw/librgw_la-rgw_acl.lo
  1537. CXX rgw/librgw_la-rgw_acl_s3.lo
  1538. CXX rgw/librgw_la-rgw_acl_swift.lo
  1539. CXX rgw/librgw_la-rgw_client_io.lo
  1540. CXX rgw/librgw_la-rgw_fcgi.lo
  1541. CXX rgw/librgw_la-rgw_xml.lo
  1542. CXX rgw/librgw_la-rgw_usage.lo
  1543. CXX rgw/librgw_la-rgw_json_enc.lo
  1544. CXX rgw/librgw_la-rgw_user.lo
  1545. CXX rgw/librgw_la-rgw_bucket.lo
  1546. CXX rgw/librgw_la-rgw_tools.lo
  1547. CXX rgw/librgw_la-rgw_rados.lo
  1548. CXX rgw/librgw_la-rgw_http_client.lo
  1549. CXX rgw/librgw_la-rgw_rest_client.lo
  1550. CXX rgw/librgw_la-rgw_rest_conn.lo
  1551. CXX rgw/librgw_la-rgw_op.lo
  1552. CXX rgw/librgw_la-rgw_common.lo
  1553. CXX rgw/librgw_la-rgw_cache.lo
  1554. CXX rgw/librgw_la-rgw_formats.lo
  1555. CXX rgw/librgw_la-rgw_log.lo
  1556. CXX rgw/librgw_la-rgw_multi.lo
  1557. CXX rgw/librgw_la-rgw_policy_s3.lo
  1558. CXX rgw/librgw_la-rgw_gc.lo
  1559. CXX rgw/librgw_la-rgw_multi_del.lo
  1560. CXX rgw/librgw_la-rgw_env.lo
  1561. CXX rgw/librgw_la-rgw_cors.lo
  1562. CXX rgw/librgw_la-rgw_cors_s3.lo
  1563. CXX rgw/librgw_la-rgw_auth_s3.lo
  1564. CXX rgw/librgw_la-rgw_metadata.lo
  1565. CXX rgw/librgw_la-rgw_replica_log.lo
  1566. CXX rgw/librgw_la-rgw_keystone.lo
  1567. CXX rgw/librgw_la-rgw_quota.lo
  1568. CXX rgw/librgw_la-rgw_dencoder.lo
  1569. CXX cls/refcount/cls_refcount_client.lo
  1570. CXX cls/refcount/cls_refcount_ops.lo
  1571. CXX cls/rgw/cls_rgw_client.lo
  1572. CXX cls/rgw/cls_rgw_types.lo
  1573. CXX cls/rgw/cls_rgw_ops.lo
  1574. CXX rbd_replay/actions.lo
  1575. CXX rbd_replay/Deser.lo
  1576. CXX rbd_replay/ImageNameMap.lo
  1577. CXX rbd_replay/PendingIO.lo
  1578. CXX rbd_replay/rbd_loc.lo
  1579. CXX rbd_replay/Replayer.lo
  1580. CXX rbd_replay/Ser.lo
  1581. CXX rbd_replay/ios.lo
  1582. CXX test/system/cross_process_sem.lo
  1583. CXX test/system/systest_runnable.lo
  1584. CXX test/system/systest_settings.lo
  1585. CXX test/librados/libradostest_la-test.lo
  1586. CXX test/librados/libradostest_la-TestCase.lo
  1587. CXX test/libradosstriper/libradosstripertest_la-TestCase.lo
  1588. CXX test/librados_test_stub/LibradosTestStub.lo
  1589. CXX test/librados_test_stub/TestClassHandler.lo
  1590. CXX test/librados_test_stub/TestIoCtxImpl.lo
  1591. CXX test/librados_test_stub/TestMemIoCtxImpl.lo
  1592. CXX test/librados_test_stub/TestMemRadosClient.lo
  1593. CXX test/librados_test_stub/TestRadosClient.lo
  1594. CXX test/librados_test_stub/TestWatchNotify.lo
  1595. CXX test/librbd/librbd_test_la-test_fixture.lo
  1596. CXX test/librbd/librbd_test_la-test_librbd.lo
  1597. CXX test/librbd/librbd_test_la-test_ImageWatcher.lo
  1598. CXX test/librbd/librbd_test_la-test_internal.lo
  1599. rgw/rgw_rados.cc: In member function 'virtual void RGWRados::finalize_watch()':
  1600. rgw/rgw_rados.cc:1475:54: warning: 'int librados::IoCtx::unwatch(const string&, uint64_t)' is deprecated (declared at ./include/rados/librados.hpp:999) [-Wdeprecated-declarations]
  1601. control_pool_ctx.unwatch(notify_oid, watch_handle);
  1602. ^
  1603. rgw/rgw_rados.cc: In member function 'virtual int RGWRados::init_watch()':
  1604. rgw/rgw_rados.cc:1610:73: warning: 'int librados::IoCtx::watch(const string&, uint64_t, uint64_t*, librados::WatchCtx*)' is deprecated (declared at ./include/rados/librados.hpp:995) [-Wdeprecated-declarations]
  1605. r = control_pool_ctx.watch(notify_oid, 0, &watch_handles[i], watcher);
  1606. ^
  1607. rgw/rgw_rados.cc: In member function 'virtual int RGWRados::distribute(const string&, ceph::bufferlist&)':
  1608. rgw/rgw_rados.cc:7021:52: warning: 'int librados::IoCtx::notify(const string&, uint64_t, ceph::bufferlist&)' is deprecated (declared at ./include/rados/librados.hpp:997) [-Wdeprecated-declarations]
  1609. int r = control_pool_ctx.notify(notify_oid, 0, bl);
  1610. ^
  1611. CXX test/librbd/librbd_test_la-test_main.lo
  1612. CXX cls/hello/cls_hello.lo
  1613. CXXLD libcls_rbd.la
  1614. CXXLD libcls_lock.la
  1615. CXXLD libcls_version.la
  1616. CXXLD libcls_log.la
  1617. CXXLD libcls_statelog.la
  1618. CXXLD libcls_replica_log.la
  1619. CXXLD libcls_user.la
  1620. CXX key_value_store/cls_kvs.lo
  1621. CCLD ceph_test_ioctls
  1622. CXX test/TestTimers.o
  1623. CXX test/TestSignalHandlers.o
  1624. CXX test/osd/TestRados.o
  1625. CXX test/osd/TestOpStat.o
  1626. CXX test/osd/Object.o
  1627. CXX test/osd/RadosModel.o
  1628. CXX test/msgr/ceph_test_async_driver-test_async_driver.o
  1629. CXX test/msgr/ceph_test_msgr-test_msgr.o
  1630. CXX test/bench/small_io_bench.o
  1631. CXX test/bench/rados_backend.o
  1632. CXX test/bench/detailed_stat_collector.o
  1633. CXX test/bench/bencher.o
  1634. CXX test/bench/small_io_bench_fs.o
  1635. CXX test/bench/testfilestore_backend.o
  1636. CXX test/bench/small_io_bench_dumb.o
  1637. CXX test/bench/dumb_backend.o
  1638. CXX test/bench/small_io_bench_rbd.o
  1639. test/msgr/test_async_driver.cc: In member function 'virtual void EventCenterTest_FileEventExpansion_Test::TestBody()':
  1640. test/msgr/test_async_driver.cc:254:9: warning: unused variable 's' [-Wunused-variable]
  1641. int s = ::socket(AF_INET, SOCK_STREAM, 0);
  1642. ^
  1643. CXX test/bench/rbd_backend.o
  1644. CXX test/bench/tp_bench.o
  1645. CXX test/rgw/ceph_test_rgw_manifest-test_rgw_manifest.o
  1646. CXX test/cls_rbd/ceph_test_cls_rbd-test_cls_rbd.o
  1647. CXX test/cls_refcount/ceph_test_cls_refcount-test_cls_refcount.o
  1648. CXX test/cls_version/ceph_test_cls_version-test_cls_version.o
  1649. CXX test/cls_log/ceph_test_cls_log-test_cls_log.o
  1650. CXX test/cls_statelog/ceph_test_cls_statelog-test_cls_statelog.o
  1651. CXX test/cls_replica_log/ceph_test_cls_replica_log-test_cls_replica_log.o
  1652. CXX test/cls_lock/ceph_test_cls_lock-test_cls_lock.o
  1653. CXX test/cls_hello/ceph_test_cls_hello-test_cls_hello.o
  1654. CXX test/cls_rgw/ceph_test_cls_rgw-test_cls_rgw.o
  1655. CXX test/mon/test_mon_workloadgen.o
  1656. CXX test/mon/ceph_test_mon_msg-test-mon-msg.o
  1657. CXX test/libcephfs/ceph_test_libcephfs-test.o
  1658. CXX test/libcephfs/ceph_test_libcephfs-readdir_r_cb.o
  1659. CXX test/libcephfs/ceph_test_libcephfs-caps.o
  1660. CXX test/libcephfs/ceph_test_libcephfs-multiclient.o
  1661. CXX test/objectstore/ceph_perf_objectstore-ObjectStoreTransactionBenchmark.o
  1662. CXX test/objectstore/ceph_test_objectstore-store_test.o
  1663. CXX test/filestore/ceph_test_filestore-TestFileStore.o
  1664. CXX test/common/ObjectContents.o
  1665. CXX test/osdc/object_cacher_stress.o
  1666. CXX test/osdc/FakeWriteback.o
  1667. CXX test/ObjectMap/ceph_test_object_map-test_object_map.o
  1668. CXX test/ObjectMap/ceph_test_object_map-KeyValueDBMemory.o
  1669. CXX test/ObjectMap/ceph_test_keyvaluedb_atomicity-test_keyvaluedb_atomicity.o
  1670. CXX test/ObjectMap/ceph_test_keyvaluedb_iterators-test_keyvaluedb_iterators.o
  1671. CXX test/ObjectMap/ceph_test_keyvaluedb_iterators-KeyValueDBMemory.o
  1672. CXXLD ceph_test_cfuse_cache_invalidate
  1673. CXX tools/ceph_osdomap_tool.o
  1674. CXX tools/ceph_monstore_tool.o
  1675. CXX tools/ceph_kvstore_tool-ceph_kvstore_tool.o
  1676. CC tools/scratchtool.o
  1677. CXX tools/scratchtoolpp.o
  1678. CXX tools/psim.o
  1679. CXX tools/radosacl.o
  1680. CXX tools/ceph-client-debug.o
  1681. CC civetweb/src/radosgw-civetweb.o
  1682. civetweb/src/civetweb.c:3992:12: warning: 'is_valid_http_method' defined but not used [-Wunused-function]
  1683. static int is_valid_http_method(const char *method)
  1684. ^
  1685. CXX test/encoding/ceph_dencoder-ceph_dencoder.o
  1686. CXX tools/rados/rados.o
  1687. CXX tools/rados/rados_import.o
  1688. CXX tools/rados/rados_export.o
  1689. CXX tools/rados/rados_sync.o
  1690. CXX tools/cephfs/cephfs-journal-tool.o
  1691. CXX tools/cephfs/JournalTool.o
  1692. CXX tools/cephfs/JournalFilter.o
  1693. CXX tools/cephfs/JournalScanner.o
  1694. CXX tools/cephfs/EventOutput.o
  1695. CXX tools/cephfs/Dumper.o
  1696. CXX tools/cephfs/Resetter.o
  1697. CXX tools/cephfs/MDSUtility.o
  1698. CXX tools/cephfs/cephfs-table-tool.o
  1699. CXX tools/cephfs/TableTool.o
  1700. CXX rbd_fuse/rbd-fuse.o
  1701. CC mount/mount.ceph.o
  1702. rm -f ceph ceph.tmp
  1703. echo "#!/usr/bin/env python" >ceph.tmp
  1704. grep "#define CEPH_GIT_NICE_VER" ./ceph_ver.h | \
  1705. sed -e 's/#define \(.*VER\) /\1=/' >>ceph.tmp
  1706. grep "#define CEPH_GIT_VER" ./ceph_ver.h | \
  1707. sed -e 's/#define \(.*VER\) /\1=/' -e 's/=\(.*\)$/="\1"/' >>ceph.tmp
  1708. cat ./ceph.in >>ceph.tmp
  1709. chmod a+x ceph.tmp
  1710. chmod a-w ceph.tmp
  1711. mv ceph.tmp ceph
  1712. AR libcls_version_client.a
  1713. AR libcls_log_client.a
  1714. AR libcls_statelog_client.a
  1715. AR libcls_replica_log_client.a
  1716. AR libcls_user_client.a
  1717. CXX erasure-code/jerasure/libec_jerasure_generic_la-ErasureCodePluginJerasure.lo
  1718. CXXLD libcrush.la
  1719. CXX erasure-code/jerasure/libec_jerasure_sse3_la-ErasureCodePluginJerasure.lo
  1720. CXX erasure-code/jerasure/libec_jerasure_sse4_la-ErasureCodePluginJerasure.lo
  1721. CXXLD libec_jerasure.la
  1722. CXXLD libjson_spirit.la
  1723. CXXLD libec_shec.la
  1724. CXXLD libec_isa.la
  1725. CXXLD libec_example.la
  1726. CXXLD libec_missing_entry_point.la
  1727. CXXLD libec_missing_version.la
  1728. CXXLD libec_hangs.la
  1729. CXXLD libec_fail_to_initialize.la
  1730. CXXLD libec_fail_to_register.la
  1731. CXXLD libec_test_jerasure_neon.la
  1732. CXXLD libec_test_jerasure_sse4.la
  1733. CXXLD libec_test_jerasure_sse3.la
  1734. CXXLD libec_test_jerasure_generic.la
  1735. CXXLD librados_internal.la
  1736. CXXLD libcls_lock_client.la
  1737. CXXLD libosdc.la
  1738. CXXLD libcommon_internal.la
  1739. CXXLD libmsg.la
  1740. CXXLD libauth.la
  1741. CXXLD liblog.la
  1742. CXXLD libarch.la
  1743. CXXLD librbd_internal.la
  1744. CXXLD libcls_rbd_client.la
  1745. CXXLD libos.la
  1746. CXXLD libperfglue.la
  1747. CXXLD librgw.la
  1748. copying selected object files to avoid basename conflicts...
  1749. CXXLD libcls_refcount_client.la
  1750. CXXLD libcls_rgw_client.la
  1751. CXXLD libradostest.la
  1752. CXXLD librados_test_stub.la
  1753. CXXLD librbd_test.la
  1754. CXXLD libcls_hello.la
  1755. CXXLD libcls_refcount.la
  1756. CXXLD libcls_rgw.la
  1757. CXXLD libcls_kvs.la
  1758. CXXLD libec_jerasure_generic.la
  1759. CXXLD libec_jerasure_sse3.la
  1760. CXXLD libec_jerasure_sse4.la
  1761. CXXLD libec_lrc.la
  1762. CXXLD libclient.la
  1763. CXXLD libmds.la
  1764. CXXLD libosd.la
  1765. CXXLD libradosstripertest.la
  1766. copying selected object files to avoid basename conflicts...
  1767. CXXLD libclient_fuse.la
  1768. CXXLD liberasure_code.la
  1769. CXXLD librados.la
  1770. CCLD libcommon.la
  1771. CXXLD libradosstriper.la
  1772. CXXLD ceph_test_cls_version
  1773. CXXLD ceph_test_cls_refcount
  1774. CXXLD ceph_test_rados_api_io
  1775. CXXLD ceph_test_rados_api_c_write_operations
  1776. CXXLD ceph_test_rados_api_c_read_operations
  1777. CXXLD ceph_test_rados_api_list
  1778. CXXLD ceph_test_rados_api_nlist
  1779. CXXLD ceph_test_rados_api_pool
  1780. CXXLD ceph_test_rados_api_stat
  1781. CXXLD ceph_test_rados_api_watch_notify
  1782. CXXLD ceph_test_rados_api_snapshots
  1783. CXXLD ceph_test_rados_api_cls
  1784. CXXLD ceph_test_rados_api_lock
  1785. CXXLD ceph_test_stress_watch
  1786. CXXLD ceph_test_get_blkdev_size
  1787. CXXLD cephfs
  1788. CCLD mount.ceph
  1789. CXXLD librbd.la
  1790. CXXLD libcephfs.la
  1791. CXXLD libmon.la
  1792. CXXLD libglobal.la
  1793. CXXLD libkrbd.la
  1794. CXXLD ceph_test_rewrite_latency
  1795. CXXLD ceph_test_cls_rbd
  1796. copying selected object files to avoid basename conflicts...
  1797. CXXLD ceph_test_cls_lock
  1798. CXXLD ceph_test_rados_api_cmd
  1799. CXXLD ceph_test_rados_api_aio
  1800. CXXLD ceph_test_rados_striper_api_aio
  1801. CXXLD ceph_test_rados_striper_api_io
  1802. CXXLD ceph_test_rados_striper_api_striping
  1803. CXXLD libsystest.la
  1804. CXXLD ceph_rgw_multiparser
  1805. CXXLD ceph_rgw_jsonparser
  1806. CXXLD ceph_erasure_code_benchmark
  1807. CXXLD ceph_erasure_code
  1808. CXXLD ceph_test_timers
  1809. CXXLD ceph_test_signal_handlers
  1810. CXXLD ceph_test_rados
  1811. copying selected object files to avoid basename conflicts...
  1812. CXXLD ceph_test_mutate
  1813. CXXLD ceph_test_async_driver
  1814. CXXLD ceph_test_msgr
  1815. CXXLD ceph_streamtest
  1816. CXXLD ceph_test_trans
  1817. CXXLD ceph_test_crypto
  1818. CXXLD ceph_test_keys
  1819. CXXLD ceph_smalliobench
  1820. CXXLD ceph_smalliobenchfs
  1821. CXXLD ceph_smalliobenchdumb
  1822. CXXLD ceph_smalliobenchrbd
  1823. CXXLD ceph_tpbench
  1824. CXXLD ceph_omapbench
  1825. CXXLD ceph_kvstorebench
  1826. CXXLD ceph_bench_log
  1827. CXXLD ceph_test_cors
  1828. CXXLD ceph_test_rgw_manifest
  1829. CXXLD ceph_test_cls_rgw_meta
  1830. CXXLD ceph_test_cls_rgw_log
  1831. CXXLD ceph_test_cls_rgw_opstate
  1832. CXXLD ceph_multi_stress_watch
  1833. CXXLD ceph_test_librbd
  1834. CXXLD ceph_test_librbd_fsx
  1835. CXXLD ceph_test_cls_log
  1836. CXXLD ceph_test_cls_statelog
  1837. CXXLD ceph_test_cls_replica_log
  1838. CXXLD ceph_test_cls_hello
  1839. CXXLD ceph_test_cls_rgw
  1840. CXXLD ceph_test_mon_workloadgen
  1841. CXXLD ceph_test_mon_msg
  1842. CXXLD ceph_test_rados_api_misc
  1843. CXXLD ceph_test_rados_api_tier
  1844. CXXLD ceph_test_libcephfs
  1845. CXXLD ceph_perf_objectstore
  1846. CXXLD ceph_test_objectstore
  1847. CXXLD ceph_test_filestore
  1848. CXXLD ceph_test_objectstore_workloadgen
  1849. CXXLD ceph_test_filestore_idempotent
  1850. CXXLD ceph_test_filestore_idempotent_sequence
  1851. CXXLD ceph_xattr_bench
  1852. CXXLD ceph_test_filejournal
  1853. CXXLD ceph_test_objectcacher_stress
  1854. CXXLD ceph_test_snap_mapper
  1855. CXXLD ceph_test_object_map
  1856. CXXLD ceph_test_keyvaluedb_atomicity
  1857. CXXLD ceph_test_keyvaluedb_iterators
  1858. CCLD ceph_test_c_headers
  1859. CXXLD ceph-osdomap-tool
  1860. CXXLD ceph-monstore-tool
  1861. CXXLD ceph-kvstore-tool
  1862. CCLD ceph_scratchtool
  1863. CXXLD ceph_scratchtoolpp
  1864. CXXLD ceph_psim
  1865. CXXLD ceph_radosacl
  1866. CXXLD ceph-client-debug
  1867. CXXLD radosgw
  1868. CXXLD radosgw-admin
  1869. CXXLD ceph-objectstore-tool
  1870. CXXLD monmaptool
  1871. CXXLD crushtool
  1872. CXXLD osdmaptool
  1873. CXXLD rados
  1874. CXXLD cephfs-journal-tool
  1875. CXXLD cephfs-table-tool
  1876. CXXLD ceph-conf
  1877. CXXLD ceph-authtool
  1878. CXXLD ceph-mon
  1879. CXXLD ceph-osd
  1880. CXXLD ceph-mds
  1881. CXXLD librados-config
  1882. CXXLD ceph-syn
  1883. CXXLD rbd
  1884. CXXLD ceph-fuse
  1885. CXXLD rbd-fuse
  1886. CXXLD ceph_erasure_code_non_regression
  1887. CXXLD get_command_descriptions
  1888. CXXLD librbd_replay.la
  1889. CXXLD ceph_test_rados_list_parallel
  1890. copying selected object files to avoid basename conflicts...
  1891. CXXLD ceph_test_rados_open_pools_parallel
  1892. CXXLD ceph_test_rados_delete_pools_parallel
  1893. CXXLD ceph_test_rados_watch_notify
  1894. CXXLD librbd_replay_ios.la
  1895. CXXLD rbd-replay
  1896. copying selected object files to avoid basename conflicts...
  1897. CXXLD ceph-dencoder
  1898. make[3]: Leaving directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src'
  1899. make[2]: Leaving directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src'
  1900. make[1]: Leaving directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src'
  1901. Making all in man
  1902. make[1]: Entering directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/man'
  1903. make[1]: Nothing to be done for `all'.
  1904. make[1]: Leaving directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/man'
  1905. Making check in .
  1906. make[1]: Entering directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7'
  1907. make[2]: Entering directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/gmock/gtest'
  1908. make[2]: `lib/libgtest.la' is up to date.
  1909. make[2]: `lib/libgtest_main.la' is up to date.
  1910. make[2]: Leaving directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/gmock/gtest'
  1911. make[2]: Entering directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/gmock'
  1912. make[2]: `lib/libgmock.la' is up to date.
  1913. make[2]: `lib/libgmock_main.la' is up to date.
  1914. make[2]: Leaving directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/gmock'
  1915. make check-local
  1916. make[2]: Entering directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7'
  1917. Making all in .
  1918. make[3]: Entering directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7'
  1919. make[4]: Entering directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/gmock/gtest'
  1920. make[4]: `lib/libgtest.la' is up to date.
  1921. make[4]: `lib/libgtest_main.la' is up to date.
  1922. make[4]: Leaving directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/gmock/gtest'
  1923. make[4]: Entering directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/gmock'
  1924. make[4]: `lib/libgmock.la' is up to date.
  1925. make[4]: `lib/libgmock_main.la' is up to date.
  1926. make[4]: Leaving directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/gmock'
  1927. make[3]: Leaving directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7'
  1928. Making all in src
  1929. make[3]: Entering directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src'
  1930. make all-recursive
  1931. make[4]: Entering directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src'
  1932. Making all in ocf
  1933. make[5]: Entering directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/ocf'
  1934. make[5]: Nothing to be done for `all'.
  1935. make[5]: Leaving directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/ocf'
  1936. Making all in java
  1937. make[5]: Entering directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/java'
  1938. make all-am
  1939. make[6]: Entering directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/java'
  1940. make[6]: Nothing to be done for `all-am'.
  1941. make[6]: Leaving directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/java'
  1942. make[5]: Leaving directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/java'
  1943. Making all in tracing
  1944. make[5]: Entering directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/tracing'
  1945. make all-am
  1946. make[6]: Entering directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/tracing'
  1947. make[6]: Nothing to be done for `all-am'.
  1948. make[6]: Leaving directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/tracing'
  1949. make[5]: Leaving directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/tracing'
  1950. make[5]: Entering directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src'
  1951. ./check_version ./.git_version
  1952. ./.git_version is up to date.
  1953. make[5]: Leaving directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src'
  1954. make[4]: Leaving directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src'
  1955. make[3]: Leaving directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src'
  1956. Making all in man
  1957. make[3]: Entering directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/man'
  1958. make[3]: Nothing to be done for `all'.
  1959. make[3]: Leaving directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/man'
  1960. make[3]: Entering directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/gmock/gtest'
  1961. make[3]: `lib/libgtest.la' is up to date.
  1962. make[3]: `lib/libgtest_main.la' is up to date.
  1963. make[3]: Leaving directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/gmock/gtest'
  1964. make[3]: Entering directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/gmock'
  1965. make[3]: `lib/libgmock.la' is up to date.
  1966. make[3]: `lib/libgmock_main.la' is up to date.
  1967. make[3]: Leaving directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/gmock'
  1968. ./src/test/run-cli-tests './src/test'
  1969. New python executable in ./src/test/virtualenv/bin/python
  1970. Installing Setuptools..............................................................................................................................................................................................................................done.
  1971. Installing Pip.....................................................................................................................................................................................................................................................................................................................................done.
  1972. Unpacking ./src/test/downloads/cram-0.5.0ceph.2011-01-14.tar.gz
  1973. Running setup.py egg_info for package from file:///home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/test/downloads/cram-0.5.0ceph.2011-01-14.tar.gz
  1974. Installing collected packages: cram
  1975. Running setup.py install for cram
  1976. changing mode of build/scripts-2.7/cram from 644 to 755
  1977. changing mode of /home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/test/virtualenv/bin/cram to 755
  1978. Successfully installed cram
  1979. Cleaning up...
  1980. src/test/cli/ceph-authtool/add-key-segv.t: passed
  1981. src/test/cli/ceph-authtool/add-key.t: passed
  1982. src/test/cli/ceph-authtool/cap-bin.t: passed
  1983. src/test/cli/ceph-authtool/cap-invalid.t: passed
  1984. src/test/cli/ceph-authtool/cap-overwrite.t: passed
  1985. src/test/cli/ceph-authtool/cap.t: passed
  1986. src/test/cli/ceph-authtool/create-gen-list-bin.t: passed
  1987. src/test/cli/ceph-authtool/create-gen-list.t: passed
  1988. src/test/cli/ceph-authtool/help.t: passed
  1989. src/test/cli/ceph-authtool/list-empty-bin.t: passed
  1990. src/test/cli/ceph-authtool/list-empty.t: passed
  1991. src/test/cli/ceph-authtool/list-nonexistent-bin.t: passed
  1992. src/test/cli/ceph-authtool/list-nonexistent.t: passed
  1993. src/test/cli/ceph-authtool/manpage.t: passed
  1994. src/test/cli/ceph-authtool/simple.t: passed
  1995. # Ran 15 tests, 0 skipped, 0 failed.
  1996. src/test/cli/ceph-conf/env-vs-args.t: passed
  1997. src/test/cli/ceph-conf/help.t: passed
  1998. src/test/cli/ceph-conf/invalid-args.t: passed
  1999. src/test/cli/ceph-conf/manpage.t: passed
  2000. src/test/cli/ceph-conf/option.t: passed
  2001. src/test/cli/ceph-conf/sections.t: passed
  2002. src/test/cli/ceph-conf/show-config-value.t: passed
  2003. src/test/cli/ceph-conf/show-config.t: passed
  2004. src/test/cli/ceph-conf/simple.t: passed
  2005. # Ran 9 tests, 0 skipped, 0 failed.
  2006. src/test/cli/crushtool/add-item-in-tree.t: passed
  2007. src/test/cli/crushtool/add-item.t: passed
  2008. src/test/cli/crushtool/adjust-item-weight.t: passed
  2009. src/test/cli/crushtool/bad-mappings.t: passed
  2010. src/test/cli/crushtool/build.t: passed
  2011. src/test/cli/crushtool/compile-decompile-recompile.t: passed
  2012. src/test/cli/crushtool/help.t: passed
  2013. src/test/cli/crushtool/location.t: passed
  2014. src/test/cli/crushtool/output-csv.t: passed
  2015. src/test/cli/crushtool/reweight.t: passed
  2016. src/test/cli/crushtool/reweight_multiple.t: passed
  2017. src/test/cli/crushtool/set-choose.t: passed
  2018. src/test/cli/crushtool/show-choose-tries.t: passed
  2019. src/test/cli/crushtool/test-map-bobtail-tunables.t: passed
  2020. src/test/cli/crushtool/test-map-firefly-tunables.t: passed
  2021. src/test/cli/crushtool/test-map-firstn-indep.t: passed
  2022. src/test/cli/crushtool/test-map-indep.t: passed
  2023. src/test/cli/crushtool/test-map-legacy-tunables.t: passed
  2024. src/test/cli/crushtool/test-map-tries-vs-retries.t: passed
  2025. src/test/cli/crushtool/test-map-vary-r-0.t: passed
  2026. src/test/cli/crushtool/test-map-vary-r-1.t: passed
  2027. src/test/cli/crushtool/test-map-vary-r-2.t: passed
  2028. src/test/cli/crushtool/test-map-vary-r-3.t: passed
  2029. src/test/cli/crushtool/test-map-vary-r-4.t: passed
  2030. # Ran 24 tests, 0 skipped, 0 failed.
  2031. src/test/cli/monmaptool/add-exists.t: passed
  2032. src/test/cli/monmaptool/add-many.t: passed
  2033. src/test/cli/monmaptool/clobber.t: passed
  2034. src/test/cli/monmaptool/create-print.t: passed
  2035. src/test/cli/monmaptool/create-with-add.t: passed
  2036. src/test/cli/monmaptool/help.t: passed
  2037. src/test/cli/monmaptool/print-empty.t: passed
  2038. src/test/cli/monmaptool/print-nonexistent.t: passed
  2039. src/test/cli/monmaptool/rm-nonexistent.t: passed
  2040. src/test/cli/monmaptool/rm.t: passed
  2041. src/test/cli/monmaptool/simple.t: passed
  2042. # Ran 11 tests, 0 skipped, 0 failed.
  2043. src/test/cli/osdmaptool/clobber.t: passed
  2044. src/test/cli/osdmaptool/create-print.t: passed
  2045. src/test/cli/osdmaptool/create-racks.t: passed
  2046. src/test/cli/osdmaptool/crush.t: passed
  2047. src/test/cli/osdmaptool/help.t: passed
  2048. src/test/cli/osdmaptool/missing-argument.t: passed
  2049. src/test/cli/osdmaptool/pool.t: passed
  2050. src/test/cli/osdmaptool/print-empty.t: passed
  2051. src/test/cli/osdmaptool/print-nonexistent.t: passed
  2052. src/test/cli/osdmaptool/test-map-pgs.t: passed
  2053. # Ran 10 tests, 0 skipped, 0 failed.
  2054. src/test/cli/radosgw-admin/help.t: passed
  2055. # Ran 1 tests, 0 skipped, 0 failed.
  2056. src/test/cli/rbd/help.t: passed
  2057. src/test/cli/rbd/invalid-snap-usage.t: passed
  2058. src/test/cli/rbd/not-enough-args.t: passed
  2059. # Ran 3 tests, 0 skipped, 0 failed.
  2060. make[2]: Leaving directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7'
  2061. make[1]: Leaving directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7'
  2062. Making check in src
  2063. make[1]: Entering directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src'
  2064. make check-recursive
  2065. make[2]: Entering directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src'
  2066. Making check in ocf
  2067. make[3]: Entering directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/ocf'
  2068. make[3]: Nothing to be done for `check'.
  2069. make[3]: Leaving directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/ocf'
  2070. Making check in java
  2071. make[3]: Entering directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/java'
  2072. make check-am
  2073. make[4]: Entering directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/java'
  2074. make[4]: Nothing to be done for `check-am'.
  2075. make[4]: Leaving directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/java'
  2076. make[3]: Leaving directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/java'
  2077. Making check in tracing
  2078. make[3]: Entering directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/tracing'
  2079. make check-am
  2080. make[4]: Entering directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/tracing'
  2081. make[4]: Nothing to be done for `check-am'.
  2082. make[4]: Leaving directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/tracing'
  2083. make[3]: Leaving directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/tracing'
  2084. make[3]: Entering directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src'
  2085. ./check_version ./.git_version
  2086. ./.git_version is up to date.
  2087. make unittest_erasure_code_plugin unittest_erasure_code unittest_erasure_code_jerasure unittest_erasure_code_plugin_jerasure unittest_erasure_code_isa unittest_erasure_code_plugin_isa unittest_erasure_code_lrc unittest_erasure_code_plugin_lrc unittest_erasure_code_shec unittest_erasure_code_shec_all unittest_erasure_code_shec_thread unittest_erasure_code_example unittest_encoding unittest_addrs unittest_blkdev unittest_bloom_filter unittest_histogram unittest_str_map unittest_sharedptr_registry unittest_shared_cache unittest_sloppy_crc_map unittest_util unittest_crush_wrapper unittest_crush unittest_osdmap unittest_workqueue unittest_striper unittest_prebufferedstreambuf unittest_str_list unittest_log unittest_throttle unittest_base64 unittest_ceph_argparse unittest_ceph_compatset unittest_mds_types unittest_osd_types unittest_pglog unittest_osdscrub unittest_ecbackend unittest_hitset unittest_lru unittest_io_priority unittest_gather unittest_run_cmd unittest_signals unittest_simple_spin unittest_librados unittest_bufferlist unittest_crc32c unittest_arch unittest_crypto unittest_crypto_init unittest_perf_counters unittest_admin_socket unittest_ceph_crypto unittest_utf8 unittest_mime unittest_escape unittest_chain_xattr unittest_flatindex unittest_strtol unittest_confutils unittest_config unittest_context unittest_safe_io unittest_heartbeatmap unittest_formatter unittest_libcephfs_config unittest_lfnindex unittest_librados_config unittest_daemon_config unittest_osd_osdcap unittest_mds_authcap unittest_mon_moncap unittest_mon_pgmap unittest_ipaddr unittest_texttable unittest_on_exit unittest_rbd_replay unittest_readahead unittest_tableformatter unittest_bit_vector unittest_librbd test/erasure-code/test-erasure-code.sh test/ceph_objectstore_tool.py test/test-ceph-helpers.sh test/cephtool-test-osd.sh test/cephtool-test-mon.sh test/cephtool-test-mds.sh unittest_bufferlist.sh test/encoding/check-generated.sh test/mon/osd-pool-create.sh test/mon/misc.sh test/mon/osd-crush.sh test/mon/osd-erasure-code-profile.sh test/mon/mkfs.sh test/osd/osd-scrub-repair.sh test/osd/osd-config.sh test/osd/osd-bench.sh test/osd/osd-copy-from.sh test/mon/mon-handle-forward.sh test/ceph-disk.sh test/pybind/test_ceph_argparse.py
  2088. make[4]: Entering directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src'
  2089. CXX erasure-code/unittest_erasure_code_plugin-ErasureCode.o
  2090. CXX test/erasure-code/unittest_erasure_code_plugin-TestErasureCodePlugin.o
  2091. ./check_version ./.git_version
  2092. ./.git_version is up to date.
  2093. CXX erasure-code/unittest_erasure_code-ErasureCode.o
  2094. CXX test/erasure-code/unittest_erasure_code-TestErasureCode.o
  2095. CXX test/erasure-code/unittest_erasure_code_jerasure-TestErasureCodeJerasure.o
  2096. CXX erasure-code/unittest_erasure_code_jerasure-ErasureCode.o
  2097. CC erasure-code/jerasure/jerasure/src/unittest_erasure_code_jerasure-cauchy.o
  2098. CC erasure-code/jerasure/jerasure/src/unittest_erasure_code_jerasure-galois.o
  2099. CC erasure-code/jerasure/jerasure/src/unittest_erasure_code_jerasure-jerasure.o
  2100. CC erasure-code/jerasure/jerasure/src/unittest_erasure_code_jerasure-liberation.o
  2101. CC erasure-code/jerasure/jerasure/src/unittest_erasure_code_jerasure-reed_sol.o
  2102. CC erasure-code/jerasure/gf-complete/src/unittest_erasure_code_jerasure-gf_wgen.o
  2103. CC erasure-code/jerasure/gf-complete/src/unittest_erasure_code_jerasure-gf_method.o
  2104. CC erasure-code/jerasure/gf-complete/src/unittest_erasure_code_jerasure-gf_w16.o
  2105. CC erasure-code/jerasure/gf-complete/src/unittest_erasure_code_jerasure-gf.o
  2106. CC erasure-code/jerasure/gf-complete/src/unittest_erasure_code_jerasure-gf_w32.o
  2107. CC erasure-code/jerasure/gf-complete/src/unittest_erasure_code_jerasure-gf_w64.o
  2108. CC erasure-code/jerasure/gf-complete/src/unittest_erasure_code_jerasure-gf_w128.o
  2109. CC erasure-code/jerasure/gf-complete/src/unittest_erasure_code_jerasure-gf_general.o
  2110. CC erasure-code/jerasure/gf-complete/src/unittest_erasure_code_jerasure-gf_w4.o
  2111. CC erasure-code/jerasure/gf-complete/src/unittest_erasure_code_jerasure-gf_rand.o
  2112. CC erasure-code/jerasure/gf-complete/src/unittest_erasure_code_jerasure-gf_w8.o
  2113. CXX erasure-code/jerasure/unittest_erasure_code_jerasure-ErasureCodeJerasure.o
  2114. CXX test/erasure-code/unittest_erasure_code_plugin_jerasure-TestErasureCodePluginJerasure.o
  2115. CXX erasure-code/unittest_erasure_code_isa-ErasureCode.o
  2116. CXX test/erasure-code/unittest_erasure_code_isa-TestErasureCodeIsa.o
  2117. CXX erasure-code/unittest_erasure_code_plugin_isa-ErasureCode.o
  2118. CXX test/erasure-code/unittest_erasure_code_plugin_isa-TestErasureCodePluginIsa.o
  2119. CXX test/erasure-code/unittest_erasure_code_lrc-TestErasureCodeLrc.o
  2120. CXX erasure-code/unittest_erasure_code_lrc-ErasureCode.o
  2121. CXX erasure-code/lrc/unittest_erasure_code_lrc-ErasureCodeLrc.o
  2122. CXX test/erasure-code/unittest_erasure_code_plugin_lrc-TestErasureCodePluginLrc.o
  2123. CXX test/erasure-code/unittest_erasure_code_shec-TestErasureCodeShec.o
  2124. CXX erasure-code/unittest_erasure_code_shec-ErasureCode.o
  2125. CXX erasure-code/shec/unittest_erasure_code_shec-ErasureCodeShec.o
  2126. CXX erasure-code/shec/unittest_erasure_code_shec-ErasureCodeShecTableCache.o
  2127. CXX erasure-code/shec/unittest_erasure_code_shec-shec.o
  2128. CC erasure-code/shec/unittest_erasure_code_shec-determinant.o
  2129. CC erasure-code/jerasure/jerasure/src/unittest_erasure_code_shec-cauchy.o
  2130. CC erasure-code/jerasure/jerasure/src/unittest_erasure_code_shec-galois.o
  2131. CC erasure-code/jerasure/jerasure/src/unittest_erasure_code_shec-jerasure.o
  2132. CC erasure-code/jerasure/jerasure/src/unittest_erasure_code_shec-liberation.o
  2133. CC erasure-code/jerasure/jerasure/src/unittest_erasure_code_shec-reed_sol.o
  2134. CC erasure-code/jerasure/gf-complete/src/unittest_erasure_code_shec-gf_wgen.o
  2135. CC erasure-code/jerasure/gf-complete/src/unittest_erasure_code_shec-gf_method.o
  2136. CC erasure-code/jerasure/gf-complete/src/unittest_erasure_code_shec-gf_w16.o
  2137. CC erasure-code/jerasure/gf-complete/src/unittest_erasure_code_shec-gf.o
  2138. CC erasure-code/jerasure/gf-complete/src/unittest_erasure_code_shec-gf_w32.o
  2139. CC erasure-code/jerasure/gf-complete/src/unittest_erasure_code_shec-gf_w64.o
  2140. CC erasure-code/jerasure/gf-complete/src/unittest_erasure_code_shec-gf_w128.o
  2141. CC erasure-code/jerasure/gf-complete/src/unittest_erasure_code_shec-gf_general.o
  2142. CC erasure-code/jerasure/gf-complete/src/unittest_erasure_code_shec-gf_w4.o
  2143. CC erasure-code/jerasure/gf-complete/src/unittest_erasure_code_shec-gf_rand.o
  2144. CC erasure-code/jerasure/gf-complete/src/unittest_erasure_code_shec-gf_w8.o
  2145. CXX test/erasure-code/unittest_erasure_code_shec_all-TestErasureCodeShec_all.o
  2146. CXX erasure-code/unittest_erasure_code_shec_all-ErasureCode.o
  2147. CXX erasure-code/shec/unittest_erasure_code_shec_all-ErasureCodeShec.o
  2148. CXX erasure-code/shec/unittest_erasure_code_shec_all-ErasureCodeShecTableCache.o
  2149. CXX erasure-code/shec/unittest_erasure_code_shec_all-shec.o
  2150. CC erasure-code/shec/unittest_erasure_code_shec_all-determinant.o
  2151. CC erasure-code/jerasure/jerasure/src/unittest_erasure_code_shec_all-cauchy.o
  2152. CC erasure-code/jerasure/jerasure/src/unittest_erasure_code_shec_all-galois.o
  2153. CC erasure-code/jerasure/jerasure/src/unittest_erasure_code_shec_all-jerasure.o
  2154. CC erasure-code/jerasure/jerasure/src/unittest_erasure_code_shec_all-liberation.o
  2155. CC erasure-code/jerasure/jerasure/src/unittest_erasure_code_shec_all-reed_sol.o
  2156. CC erasure-code/jerasure/gf-complete/src/unittest_erasure_code_shec_all-gf_wgen.o
  2157. CC erasure-code/jerasure/gf-complete/src/unittest_erasure_code_shec_all-gf_method.o
  2158. CC erasure-code/jerasure/gf-complete/src/unittest_erasure_code_shec_all-gf_w16.o
  2159. CC erasure-code/jerasure/gf-complete/src/unittest_erasure_code_shec_all-gf.o
  2160. CC erasure-code/jerasure/gf-complete/src/unittest_erasure_code_shec_all-gf_w32.o
  2161. CC erasure-code/jerasure/gf-complete/src/unittest_erasure_code_shec_all-gf_w64.o
  2162. CC erasure-code/jerasure/gf-complete/src/unittest_erasure_code_shec_all-gf_w128.o
  2163. CC erasure-code/jerasure/gf-complete/src/unittest_erasure_code_shec_all-gf_general.o
  2164. CC erasure-code/jerasure/gf-complete/src/unittest_erasure_code_shec_all-gf_w4.o
  2165. CC erasure-code/jerasure/gf-complete/src/unittest_erasure_code_shec_all-gf_rand.o
  2166. CC erasure-code/jerasure/gf-complete/src/unittest_erasure_code_shec_all-gf_w8.o
  2167. CXX test/erasure-code/unittest_erasure_code_shec_thread-TestErasureCodeShec_thread.o
  2168. CXX erasure-code/unittest_erasure_code_shec_thread-ErasureCode.o
  2169. CXX erasure-code/shec/unittest_erasure_code_shec_thread-ErasureCodeShec.o
  2170. CXX erasure-code/shec/unittest_erasure_code_shec_thread-ErasureCodeShecTableCache.o
  2171. CXX erasure-code/shec/unittest_erasure_code_shec_thread-shec.o
  2172. CC erasure-code/shec/unittest_erasure_code_shec_thread-determinant.o
  2173. CC erasure-code/jerasure/jerasure/src/unittest_erasure_code_shec_thread-cauchy.o
  2174. CC erasure-code/jerasure/jerasure/src/unittest_erasure_code_shec_thread-galois.o
  2175. CC erasure-code/jerasure/jerasure/src/unittest_erasure_code_shec_thread-jerasure.o
  2176. CC erasure-code/jerasure/jerasure/src/unittest_erasure_code_shec_thread-liberation.o
  2177. CC erasure-code/jerasure/jerasure/src/unittest_erasure_code_shec_thread-reed_sol.o
  2178. CC erasure-code/jerasure/gf-complete/src/unittest_erasure_code_shec_thread-gf_wgen.o
  2179. CC erasure-code/jerasure/gf-complete/src/unittest_erasure_code_shec_thread-gf_method.o
  2180. CC erasure-code/jerasure/gf-complete/src/unittest_erasure_code_shec_thread-gf_w16.o
  2181. CC erasure-code/jerasure/gf-complete/src/unittest_erasure_code_shec_thread-gf.o
  2182. CC erasure-code/jerasure/gf-complete/src/unittest_erasure_code_shec_thread-gf_w32.o
  2183. CC erasure-code/jerasure/gf-complete/src/unittest_erasure_code_shec_thread-gf_w64.o
  2184. CC erasure-code/jerasure/gf-complete/src/unittest_erasure_code_shec_thread-gf_w128.o
  2185. CC erasure-code/jerasure/gf-complete/src/unittest_erasure_code_shec_thread-gf_general.o
  2186. CC erasure-code/jerasure/gf-complete/src/unittest_erasure_code_shec_thread-gf_w4.o
  2187. CC erasure-code/jerasure/gf-complete/src/unittest_erasure_code_shec_thread-gf_rand.o
  2188. CC erasure-code/jerasure/gf-complete/src/unittest_erasure_code_shec_thread-gf_w8.o
  2189. CXX erasure-code/unittest_erasure_code_example-ErasureCode.o
  2190. CXX test/erasure-code/unittest_erasure_code_example-TestErasureCodeExample.o
  2191. CXX test/unittest_encoding-encoding.o
  2192. CXX test/unittest_addrs-test_addrs.o
  2193. CXX test/common/unittest_blkdev-test_blkdev.o
  2194. CXX test/common/unittest_bloom_filter-test_bloom_filter.o
  2195. CXX test/common/unittest_histogram-histogram.o
  2196. CXX test/common/unittest_str_map-test_str_map.o
  2197. CXX test/common/unittest_sharedptr_registry-test_sharedptr_registry.o
  2198. CXX test/common/unittest_shared_cache-test_shared_cache.o
  2199. CXX test/common/unittest_sloppy_crc_map-test_sloppy_crc_map.o
  2200. CXX test/common/unittest_util-test_util.o
  2201. CXX test/osd/unittest_osdmap-TestOSDMap.o
  2202. CXX test/unittest_workqueue-test_workqueue.o
  2203. CXX test/unittest_striper-test_striper.o
  2204. CXX test/unittest_prebufferedstreambuf-test_prebufferedstreambuf.o
  2205. CXX test/unittest_str_list-test_str_list.o
  2206. CXX log/unittest_log-test.o
  2207. CXX test/common/unittest_throttle-Throttle.o
  2208. CXX test/unittest_base64-base64.o
  2209. CXX test/unittest_ceph_argparse-ceph_argparse.o
  2210. CXX test/unittest_ceph_compatset-ceph_compatset.o
  2211. CXX test/osd/unittest_osd_types-types.o
  2212. CXX test/osd/unittest_pglog-TestPGLog.o
  2213. CXX test/osd/unittest_osdscrub-TestOSDScrub.o
  2214. CXX test/osd/unittest_ecbackend-TestECBackend.o
  2215. CXX test/osd/unittest_hitset-hitset.o
  2216. CXX test/common/unittest_lru-test_lru.o
  2217. CXX test/common/unittest_io_priority-test_io_priority.o
  2218. CXX test/unittest_gather-gather.o
  2219. CXX test/unittest_run_cmd-run_cmd.o
  2220. CXX test/unittest_signals-signals.o
  2221. CXX test/unittest_simple_spin-simple_spin.o
  2222. CXX test/librados/unittest_librados-librados.o
  2223. CXX test/unittest_bufferlist-bufferlist.o
  2224. CXX test/common/unittest_crc32c-test_crc32c.o
  2225. CXX test/unittest_arch-test_arch.o
  2226. CXX test/unittest_crypto-crypto.o
  2227. CXX test/unittest_crypto_init-crypto_init.o
  2228. CXX test/unittest_perf_counters-perf_counters.o
  2229. CXX test/unittest_admin_socket-admin_socket.o
  2230. CXX test/unittest_ceph_crypto-ceph_crypto.o
  2231. CXX test/unittest_utf8-utf8.o
  2232. CXX test/unittest_mime-mime.o
  2233. CXX test/unittest_escape-escape.o
  2234. CXX test/objectstore/unittest_chain_xattr-chain_xattr.o
  2235. CXX test/unittest_strtol-strtol.o
  2236. CXX test/unittest_confutils-confutils.o
  2237. CXX test/common/unittest_config-test_config.o
  2238. CXX test/common/unittest_context-test_context.o
  2239. CXX test/common/unittest_safe_io-test_safe_io.o
  2240. CXX test/unittest_heartbeatmap-heartbeat_map.o
  2241. CXX test/unittest_formatter-formatter.o
  2242. CXX rgw/unittest_formatter-rgw_formats.o
  2243. CXX test/unittest_libcephfs_config-libcephfs_config.o
  2244. CXX test/os/unittest_lfnindex-TestLFNIndex.o
  2245. CXX test/librados/unittest_librados_config-librados_config.o
  2246. CXX test/unittest_daemon_config-daemon_config.o
  2247. CXX test/osd/unittest_osd_osdcap-osdcap.o
  2248. CXX test/mon/unittest_mon_moncap-moncap.o
  2249. CXX test/mon/unittest_mon_pgmap-PGMap.o
  2250. CXX test/unittest_ipaddr-test_ipaddr.o
  2251. CXX test/unittest_texttable-test_texttable.o
  2252. CXX test/on_exit.o
  2253. CXX test/unittest_rbd_replay-test_rbd_replay.o
  2254. CXX test/common/unittest_readahead-Readahead.o
  2255. CXX test/common/unittest_tableformatter-test_tableformatter.o
  2256. CXX test/common/unittest_bit_vector-test_bit_vector.o
  2257. make[4]: Nothing to be done for `test/erasure-code/test-erasure-code.sh'.
  2258. make[4]: Nothing to be done for `test/ceph_objectstore_tool.py'.
  2259. make[4]: Nothing to be done for `test/test-ceph-helpers.sh'.
  2260. make[4]: Nothing to be done for `test/cephtool-test-osd.sh'.
  2261. make[4]: Nothing to be done for `test/cephtool-test-mon.sh'.
  2262. make[4]: Nothing to be done for `test/cephtool-test-mds.sh'.
  2263. make[4]: Nothing to be done for `unittest_bufferlist.sh'.
  2264. make[4]: Nothing to be done for `test/encoding/check-generated.sh'.
  2265. make[4]: Nothing to be done for `test/mon/osd-pool-create.sh'.
  2266. make[4]: Nothing to be done for `test/mon/misc.sh'.
  2267. make[4]: Nothing to be done for `test/mon/osd-crush.sh'.
  2268. make[4]: Nothing to be done for `test/mon/osd-erasure-code-profile.sh'.
  2269. make[4]: Nothing to be done for `test/mon/mkfs.sh'.
  2270. make[4]: Nothing to be done for `test/osd/osd-scrub-repair.sh'.
  2271. make[4]: Nothing to be done for `test/osd/osd-config.sh'.
  2272. make[4]: Nothing to be done for `test/osd/osd-bench.sh'.
  2273. make[4]: Nothing to be done for `test/osd/osd-copy-from.sh'.
  2274. make[4]: Nothing to be done for `test/mon/mon-handle-forward.sh'.
  2275. make[4]: Nothing to be done for `test/ceph-disk.sh'.
  2276. make[4]: Nothing to be done for `test/pybind/test_ceph_argparse.py'.
  2277. CXXLD unittest_erasure_code_plugin
  2278. CXXLD unittest_erasure_code
  2279. CXX erasure-code/jerasure/unittest_erasure_code_jerasure-ErasureCodePluginJerasure.o
  2280. CXXLD unittest_erasure_code_plugin_jerasure
  2281. CXXLD unittest_erasure_code_isa
  2282. CXXLD unittest_erasure_code_plugin_isa
  2283. CXX erasure-code/lrc/unittest_erasure_code_lrc-ErasureCodePluginLrc.o
  2284. CXXLD unittest_erasure_code_plugin_lrc
  2285. CXX erasure-code/shec/unittest_erasure_code_shec-ErasureCodePluginShec.o
  2286. CXX erasure-code/shec/unittest_erasure_code_shec_all-ErasureCodePluginShec.o
  2287. CXX erasure-code/shec/unittest_erasure_code_shec_thread-ErasureCodePluginShec.o
  2288. CXXLD unittest_erasure_code_example
  2289. CXXLD unittest_encoding
  2290. CXXLD unittest_addrs
  2291. CXXLD unittest_blkdev
  2292. CXXLD unittest_bloom_filter
  2293. CXXLD unittest_histogram
  2294. CXXLD unittest_str_map
  2295. CXXLD unittest_sharedptr_registry
  2296. CXXLD unittest_shared_cache
  2297. CXXLD unittest_sloppy_crc_map
  2298. CXXLD unittest_util
  2299. CXX test/crush/unittest_crush_wrapper-CrushWrapper.o
  2300. CXX test/crush/unittest_crush-crush.o
  2301. CXXLD unittest_osdmap
  2302. CXXLD unittest_workqueue
  2303. CXXLD unittest_striper
  2304. CXXLD unittest_prebufferedstreambuf
  2305. CXXLD unittest_str_list
  2306. CXXLD unittest_log
  2307. CXXLD unittest_throttle
  2308. CXXLD unittest_base64
  2309. CXXLD unittest_ceph_argparse
  2310. CXXLD unittest_ceph_compatset
  2311. CXX test/fs/unittest_mds_types-mds_types.o
  2312. CXXLD unittest_osd_types
  2313. CXXLD unittest_pglog
  2314. CXXLD unittest_osdscrub
  2315. CXXLD unittest_ecbackend
  2316. CXXLD unittest_hitset
  2317. CXXLD unittest_lru
  2318. CXXLD unittest_io_priority
  2319. CXXLD unittest_gather
  2320. CXXLD unittest_run_cmd
  2321. CXXLD unittest_signals
  2322. CXXLD unittest_simple_spin
  2323. CXXLD unittest_librados
  2324. CXXLD unittest_bufferlist
  2325. CXXLD unittest_crc32c
  2326. CXXLD unittest_arch
  2327. CXXLD unittest_crypto
  2328. CXXLD unittest_crypto_init
  2329. CXXLD unittest_perf_counters
  2330. CXXLD unittest_admin_socket
  2331. CXXLD unittest_ceph_crypto
  2332. CXXLD unittest_utf8
  2333. CXXLD unittest_mime
  2334. CXXLD unittest_escape
  2335. CXXLD unittest_chain_xattr
  2336. CXX test/os/unittest_flatindex-TestFlatIndex.o
  2337. CXXLD unittest_strtol
  2338. CXXLD unittest_confutils
  2339. CXXLD unittest_config
  2340. CXXLD unittest_context
  2341. CXXLD unittest_safe_io
  2342. CXXLD unittest_heartbeatmap
  2343. CXXLD unittest_formatter
  2344. CXXLD unittest_libcephfs_config
  2345. CXXLD unittest_lfnindex
  2346. CXXLD unittest_librados_config
  2347. CXXLD unittest_daemon_config
  2348. CXXLD unittest_osd_osdcap
  2349. CXX test/mds/unittest_mds_authcap-TestMDSAuthCaps.o
  2350. CXXLD unittest_mon_moncap
  2351. CXXLD unittest_mon_pgmap
  2352. CXXLD unittest_ipaddr
  2353. CXXLD unittest_texttable
  2354. CXXLD unittest_on_exit
  2355. CXXLD unittest_rbd_replay
  2356. CXXLD unittest_readahead
  2357. CXXLD unittest_tableformatter
  2358. CXXLD unittest_bit_vector
  2359. CXXLD unittest_librbd
  2360. CXXLD unittest_erasure_code_jerasure
  2361. CXXLD unittest_erasure_code_lrc
  2362. CXXLD unittest_erasure_code_shec
  2363. CXXLD unittest_erasure_code_shec_all
  2364. CXXLD unittest_erasure_code_shec_thread
  2365. CXXLD unittest_crush
  2366. CXXLD unittest_mds_types
  2367. CXXLD unittest_flatindex
  2368. CXXLD unittest_mds_authcap
  2369. CXXLD unittest_crush_wrapper
  2370. ./.libs/librbd_test.a(librbd_test_la-test_ImageWatcher.o): In function `TestImageWatcher_TryLockWithTimedOutOwner_Test::TestBody()':
  2371. /home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src/test/librbd/test_ImageWatcher.cc:304: undefined reference to `librados::Rados::test_blacklist_self(bool)'
  2372. collect2: error: ld returned 1 exit status
  2373. make[4]: *** [unittest_librbd] Error 1
  2374. make[4]: *** Waiting for unfinished jobs....
  2375. make[4]: Leaving directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src'
  2376. make[3]: *** [check-am] Error 2
  2377. make[3]: Leaving directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src'
  2378. make[2]: *** [check-recursive] Error 1
  2379. make[2]: Leaving directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src'
  2380. make[1]: *** [check] Error 2
  2381. make[1]: Leaving directory `/home/gitlab_ci_runner/r/tmp/builds/ceph-centos-centos7/src'
  2382. make: *** [check-recursive] Error 1