rm -rf "/root/rpmbuild/" rm -rf "/var/artifacts/0" mkdir -p "/var/artifacts/0/cortx_iso" *************** Installing cortx-motr Prereqsites ********************* pushd cortx-workspace/cortx-motr && \ export build_number=0 && \ kernel_src=$(ls -1rd /lib/modules/*/build | head -n1) && \ cp cortx-motr.spec.in cortx-motr.spec && \ sed -i 's/@.*@/111/g' cortx-motr.spec && \ yum-builddep -y cortx-motr.spec && \ popd || (echo "ERROR: cortx-motr source code is not available in cortx-workspace. Exiting..."; exit 1) /cortx-workspace/cortx-motr / Loaded plugins: fastestmirror, ovl, priorities Enabling epel-source repository Determining fastest mirrors epel/x86_64/metalink | 4.3 kB 00:00:00 epel-source/x86_64/metalink | 4.3 kB 00:00:00 * epel: hkg.mirror.rackspace.com * epel-source: hkg.mirror.rackspace.com C7.8.2003-base | 3.6 kB 00:00:00 C7.8.2003-centosplus | 2.9 kB 00:00:00 C7.8.2003-extras | 2.9 kB 00:00:00 C7.8.2003-fasttrack | 2.9 kB 00:00:00 cortx-build-dependencies | 2.9 kB 00:00:00 epel | 4.7 kB 00:00:00 epel-source | 3.5 kB 00:00:00 (1/11): C7.8.2003-fasttrack/x86_64/primary_db | 36 kB 00:00:01 (2/11): cortx-build-dependencies/primary_db | 19 kB 00:00:00 (3/11): C7.8.2003-base/x86_64/group_gz | 153 kB 00:00:02 (4/11): epel/x86_64/group_gz | 96 kB 00:00:01 (5/11): C7.8.2003-extras/x86_64/primary_db | 206 kB 00:00:03 (6/11): C7.8.2003-centosplus/x86_64/primary_db | 2.3 MB 00:00:04 (7/11): epel-source/x86_64/updateinfo | 1.0 MB 00:00:05 (8/11): epel/x86_64/updateinfo | 1.0 MB 00:00:09 (9/11): epel/x86_64/primary_db | 6.9 MB 00:00:13 (10/11): epel-source/x86_64/primary_db | 2.4 MB 00:00:13 (11/11): C7.8.2003-base/x86_64/primary_db | 6.1 MB 00:00:30 Checking for new repos for mirrors Getting requirements for cortx-motr.spec --> Already installed : automake-1.13.4-3.el7.noarch --> Already installed : autoconf-2.69-11.el7.noarch --> Already installed : libtool-2.4.2-22.el7_3.x86_64 --> Already installed : 1:make-3.82-24.el7.x86_64 --> Already installed : gcc-4.8.5-39.el7.x86_64 --> Already installed : gcc-c++-4.8.5-39.el7.x86_64 --> Already installed : gccxml-0.9.0-0.27.20150423.git3afa8ba.el7.x86_64 --> Already installed : glibc-headers-2.17-307.el7.1.x86_64 --> Already installed : asciidoc-8.6.8-5.el7.noarch --> Already installed : libyaml-devel-0.1.4-11.el7_0.x86_64 --> Already installed : libaio-devel-0.3.109-13.el7.x86_64 --> Already installed : 4:perl-5.16.3-295.el7.x86_64 --> Already installed : 1:perl-XML-LibXML-2.0018-5.el7.x86_64 --> Already installed : perl-List-MoreUtils-0.33-9.el7.x86_64 --> Already installed : perl-File-Find-Rule-0.33-5.el7.noarch --> Already installed : perl-IO-All-0.61-1.el7.noarch --> Already installed : perl-File-Slurp-9999.19-6.el7.noarch --> Already installed : perl-YAML-LibYAML-0.54-1.el7.x86_64 --> Already installed : kernel-devel-3.10.0-1062.el7.x86_64 --> Already installed : lustre-client-devel-2.12.5-1.el7.x86_64 --> Already installed : libuuid-devel-2.23.2-63.el7.x86_64 --> Already installed : binutils-devel-2.27-43.base.el7.x86_64 --> Already installed : python36-ply-3.9-2.el7.noarch --> Already installed : perl-autodie-2.16-2.el7.noarch --> Already installed : systemd-devel-219-73.el7.1.x86_64 --> Already installed : python-devel-2.7.5-88.el7.x86_64 --> Already installed : libedit-devel-3.0-12.20121213cvs.el7.x86_64 No uninstalled build requires / pushd cortx-workspace/cortx-motr && \ echo "*************** Building cortx-motr RPMS from $(git rev-parse --short HEAD) *********************" && \ KERNEL=/lib/modules/$(yum list installed kernel | tail -n1 | awk '{ print $2 }').x86_64/build && \ ./autogen.sh || \ ./autogen.sh && \ ./configure --with-linux=$KERNEL && \ export build_number=0 && \ make rpms && \ rm -rf "/var/artifacts/0/cortx_iso"/cortx-motr*.rpm && \ mv /root/rpmbuild/RPMS/x86_64/*.rpm "/var/artifacts/0/cortx_iso" && \ createrepo -v "/var/artifacts/0/cortx_iso" && \ popd /cortx-workspace/cortx-motr / *************** Building cortx-motr RPMS from 9cece48 ********************* libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `.'. libtoolize: copying file `./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize: copying file `m4/libtool.m4' libtoolize: copying file `m4/ltoptions.m4' libtoolize: copying file `m4/ltsugar.m4' libtoolize: copying file `m4/ltversion.m4' libtoolize: copying file `m4/lt~obsolete.m4' libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize: copying file `m4/libtool.m4' libtoolize: copying file `m4/ltoptions.m4' libtoolize: copying file `m4/ltsugar.m4' libtoolize: copying file `m4/ltversion.m4' libtoolize: copying file `m4/lt~obsolete.m4' checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking how to print strings... printf checking for style of include used by make... GNU checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... gcc3 checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for operating system... linux-gnu checking whether gcc and cc understand -c and -o together... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... yes checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking how to run the C preprocessor... gcc -E checking for gawk... (cached) gawk checking for a sed that does not truncate output... (cached) /usr/bin/sed checking whether ln -s works... yes checking for gccxml... /usr/bin/gccxml checking for g++... g++ checking for perl... perl checking for perl module XML::LibXML... ok checking for perl module List::MoreUtils... ok checking for perl module YAML::XS... ok checking for perl module File::Find::Rule... ok checking for perl module IO::All... ok checking for perl module File::Slurp... ok checking python3 module: ply... yes checking for pod2man... pod2man checking for doxygen... doxygen checking for a2x... a2x checking for bash... bash checking for library containing sqrt... -lm checking for library containing pthread_create... -lpthread checking for library containing io_getevents... -laio checking for library containing readline... -ledit checking for library containing aio_read... -lrt checking for library containing dlopen... -ldl checking for library containing uuid_generate... -luuid checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking for memory.h... (cached) yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for int32_t... yes checking for int64_t... yes checking for mode_t... yes checking for off_t... yes checking for pid_t... yes checking for size_t... yes checking for ssize_t... yes checking for uid_t in sys/types.h... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for uint8_t... yes checking for pthread_barrier_t... yes checking size of long... 8 checking whether target platform is a 64-bit one... yes checking for inline... inline checking whether compiler gcc supports -Wno-unused-but-set-variable option... yes checking for error_at_line... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for getpagesize... yes checking for working mmap... yes checking for dup2... yes checking for getcwd... yes checking for getpagesize... (cached) yes checking for gettimeofday... yes checking for memmove... yes checking for memset... yes checking for mkdir... yes checking for munmap... yes checking for setenv... yes checking for sqrt... no checking for strcasecmp... yes checking for strchr... yes checking for strdup... yes checking for strerror... yes checking for strrchr... yes checking for strstr... yes checking for strtol... yes checking for strtoul... yes checking for strtoull... yes checking whether mallinfo is declared... yes checking whether malloc_size is declared... no checking whether backtrace is declared... yes checking systemd/sd-daemon.h usability... yes checking systemd/sd-daemon.h presence... yes checking for systemd/sd-daemon.h... yes checking whether sd_notify is declared... yes checking for library containing sd_notify... -lsystemd-daemon checking for symbols file... /lib/modules/3.10.0-1127.el7.x86_64/build/Module.symvers checking for symbol journal_abort exported... no checking inode has i_blksize field... no checking readv in fops... no checking ->aio_read in fops... yes checking if kernel has .write_begin/end... yes checking if kernel has .sendfile... no checking for LNet header dir... /usr/src/lustre-client-2.12.5/lnet/include checking for Lustre config.h... ln: failed to create symbolic link 'lustre_config.h': File exists /usr/src/lustre-client-2.12.5/config.h checking for Lustre symbols file... /usr/src/lustre-client-2.12.5/Module.symvers checking for library containing yaml_parser_initialize... -lyaml checking yaml.h usability... yes checking yaml.h presence... yes checking for yaml.h... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating Kbuild config.status: creating motr/version_macros.h config.status: creating doc/man/asciidoc.conf config.status: creating mdservice/ut/mdstore.h config.status: creating cortx-motr.spec config.status: creating motr.pc config.status: creating scripts/install/usr/lib/pkgconfig/motr.pc config.status: creating m0t1fs/linux_kernel/st/common.sh config.status: creating net/test/m0nettest.sh config.status: creating net/test/m0nettestd.sh config.status: creating net/test/test-user.sh config.status: creating net/test/st/st-config.sh config.status: creating net/test/demo/demo-config.sh config.status: creating utils/modload-all.sh config.status: creating scripts/systemtap/kem/Makefile config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands === configuring in extra-libs/galois (/cortx-workspace/cortx-motr/extra-libs/galois) configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--with-linux=/lib/modules/3.10.0-1127.el7.x86_64/build' --cache-file=/dev/null --srcdir=. checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking how to print strings... printf checking for style of include used by make... GNU checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... gcc3 checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for gettimeofday... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/linux_kernel/Kbuild config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands Motr version : 2.0.0 CONFIGURE_OPTS: '--with-linux=/lib/modules/3.10.0-1127.el7.x86_64/build' M0_CPPFLAGS : "-D_REENTRANT -D_GNU_SOURCE -DM0_INTERNAL='' -DM0_EXTERN=extern -iquote'/cortx-workspace/cortx-motr' -iquote'.' -include'config.h' -DM0_SRC_DIR='/cortx-workspace/cortx-motr' -I/cortx-workspace/cortx-motr/extra-libs/galois/include -I/usr/src/lustre-client-2.12.5/libcfs/include -I/usr/src/lustre-client-2.12.5/lnet/include -I/usr/src/lustre-client-2.12.5/lnet/include/uapi/linux -I/usr/src/lustre-client-2.12.5/lustre/include -I/usr/src/lustre-client-2.12.5/lustre/include/uapi/linux -I/usr/src/lustre-client-2.12.5/lustre/include/uapi" M0_CFLAGS : "-fno-common -pipe -Wall -Werror -Wno-attributes -fno-strict-aliasing -fno-omit-frame-pointer -g -O2" M0_KCPPFLAGS : "-DM0_INTERNAL='' -DM0_EXTERN=extern -include'/cortx-workspace/cortx-motr/config.h' -iquote '/cortx-workspace/cortx-motr' -iquote '/cortx-workspace/cortx-motr' -I/usr/src/lustre-client-2.12.5/libcfs/include -I/usr/src/lustre-client-2.12.5/lnet/include -I/usr/src/lustre-client-2.12.5/lnet/include/uapi/linux -I/usr/src/lustre-client-2.12.5/lustre/include -I/usr/src/lustre-client-2.12.5/lustre/include/uapi/linux -I/usr/src/lustre-client-2.12.5/lustre/include/uapi -I/cortx-workspace/cortx-motr/extra-libs/galois/include" M0_KCFLAGS : "-Wall -Werror -Wno-attributes -fno-omit-frame-pointer -g -O2 -Wno-unused-but-set-variable" M0_LDFLAGS : "-rdynamic" MATH_LIBS : "-lm " PTHREAD_LIBS : "-lpthread " AIO_LIBS : "-laio " RT_LIBS : "-lrt " PROFILER_LIBS : " " GALOIS_LIBS : "/cortx-workspace/cortx-motr/extra-libs/galois/src/libgalois.la" YAML_LIBS : "-lyaml " UUID_LIBS : "-luuid " Gcc : "gcc version 4.8.5 20150623 (Red Hat 4.8.5-39) " Linux kernel : "/lib/modules/3.10.0-1127.el7.x86_64/build" Lustre : "/usr/src/lustre-client-2.12.5" Run `make` to build Motr or `make help` for other options make[1]: Entering directory `/cortx-workspace/cortx-motr' make __rpm_pre make dist make dist-gzip am__post_remove_distdir='@:' if test -d "cortx-motr-2.0.0"; then find "cortx-motr-2.0.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "cortx-motr-2.0.0" || { sleep 5 && rm -rf "cortx-motr-2.0.0"; }; else :; fi test -d "cortx-motr-2.0.0" || mkdir "cortx-motr-2.0.0" (cd extra-libs/galois && make top_distdir=../../cortx-motr-2.0.0 distdir=../../cortx-motr-2.0.0/extra-libs/galois \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) : test -d "../../cortx-motr-2.0.0/extra-libs/galois" || mkdir "../../cortx-motr-2.0.0/extra-libs/galois" test -n ":" \ || find "../../cortx-motr-2.0.0/extra-libs/galois" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec /bin/sh /cortx-workspace/cortx-motr/extra-libs/galois/install-sh -c -m a+r {} {} \; \ || chmod -R a+r "../../cortx-motr-2.0.0/extra-libs/galois" test -n "" \ || find "cortx-motr-2.0.0" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec /bin/sh /cortx-workspace/cortx-motr/install-sh -c -m a+r {} {} \; \ || chmod -R a+r "cortx-motr-2.0.0" tardir=cortx-motr-2.0.0 && ${TAR-tar} chof - "$tardir" | GZIP=--best gzip -c >cortx-motr-2.0.0.tar.gz if test -d "cortx-motr-2.0.0"; then find "cortx-motr-2.0.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "cortx-motr-2.0.0" || { sleep 5 && rm -rf "cortx-motr-2.0.0"; }; else :; fi [ -d /root/rpmbuild/SOURCES ] || /usr/bin/mkdir -p /root/rpmbuild/SOURCES mv cortx-motr-2.0.0.tar.gz /root/rpmbuild/SOURCES chown $(id -u):$(id -g) /root/rpmbuild/SOURCES/cortx-motr-2.0.0.tar.gz [ -d /root/rpmbuild/SPECS ] || /usr/bin/mkdir -p /root/rpmbuild/SPECS cp cortx-motr.spec /root/rpmbuild/SPECS/ chown $(id -u):$(id -g) /root/rpmbuild/SPECS/cortx-motr.spec make __rpm_tests rpmbuild -bb /root/rpmbuild/SPECS/cortx-motr.spec \ --define "_topdir /root/rpmbuild" \ --with ut \ Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.w6K3LV + umask 022 + cd /root/rpmbuild/BUILD + cd /root/rpmbuild/BUILD + rm -rf cortx-motr-2.0.0 + /usr/bin/tar -xf - + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cortx-motr-2.0.0.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd cortx-motr-2.0.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.3mxweY + umask 022 + cd /root/rpmbuild/BUILD + cd cortx-motr-2.0.0 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro ' + export LDFLAGS + '[' 1 == 1 ']' + '[' x86_64 == ppc64le ']' ++ find . -name config.guess -o -name config.sub + for i in '$(find . -name config.guess -o -name config.sub)' ++ basename ./extra-libs/galois/config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./extra-libs/galois/config.guess ++ basename ./extra-libs/galois/config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./extra-libs/galois/config.guess ‘/usr/lib/rpm/redhat/config.guess’ -> ‘./extra-libs/galois/config.guess’ + for i in '$(find . -name config.guess -o -name config.sub)' ++ basename ./extra-libs/galois/config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./extra-libs/galois/config.sub ++ basename ./extra-libs/galois/config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./extra-libs/galois/config.sub ‘/usr/lib/rpm/redhat/config.sub’ -> ‘./extra-libs/galois/config.sub’ + for i in '$(find . -name config.guess -o -name config.sub)' ++ basename ./config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./config.guess ++ basename ./config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config.guess ‘/usr/lib/rpm/redhat/config.guess’ -> ‘./config.guess’ + for i in '$(find . -name config.guess -o -name config.sub)' ++ basename ./config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./config.sub ++ basename ./config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config.sub ‘/usr/lib/rpm/redhat/config.sub’ -> ‘./config.sub’ + ./configure --build=x86_64-redhat-linux-gnu --host=x86_64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-dev-mode --disable-altogether-mode checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking build system type... x86_64-redhat-linux-gnu checking host system type... x86_64-redhat-linux-gnu checking how to print strings... printf checking for style of include used by make... GNU checking for x86_64-redhat-linux-gnu-gcc... no checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... none checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-redhat-linux-gnu file names to x86_64-redhat-linux-gnu format... func_convert_file_noop checking how to convert x86_64-redhat-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for x86_64-redhat-linux-gnu-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for x86_64-redhat-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for x86_64-redhat-linux-gnu-ar... no checking for ar... ar checking for archiver @FILE support... @ checking for x86_64-redhat-linux-gnu-strip... no checking for strip... strip checking for x86_64-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for x86_64-redhat-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for operating system... linux-gnu checking whether gcc and cc understand -c and -o together... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... yes checking for x86_64-redhat-linux-gnu-gcc... gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking dependency style of gcc... (cached) none checking how to run the C preprocessor... gcc -E checking for gawk... (cached) gawk checking for a sed that does not truncate output... (cached) /usr/bin/sed checking whether ln -s works... yes checking for gccxml... /usr/bin/gccxml checking for g++... g++ checking for perl... perl checking for perl module XML::LibXML... ok checking for perl module List::MoreUtils... ok checking for perl module YAML::XS... ok checking for perl module File::Find::Rule... ok checking for perl module IO::All... ok checking for perl module File::Slurp... ok checking python3 module: ply... yes checking for pod2man... pod2man checking for doxygen... doxygen checking for a2x... a2x checking for bash... bash checking for library containing sqrt... -lm checking for library containing pthread_create... -lpthread checking for library containing io_getevents... -laio checking for library containing readline... -ledit checking for library containing aio_read... -lrt checking for library containing dlopen... -ldl checking for library containing uuid_generate... -luuid checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking for memory.h... (cached) yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for int32_t... yes checking for int64_t... yes checking for mode_t... yes checking for off_t... yes checking for pid_t... yes checking for size_t... yes checking for ssize_t... yes checking for uid_t in sys/types.h... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for uint8_t... yes checking for pthread_barrier_t... yes checking size of long... 8 checking whether target platform is a 64-bit one... yes checking for inline... inline checking whether compiler gcc supports -Wno-unused-but-set-variable option... yes checking for error_at_line... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for getpagesize... yes checking for working mmap... yes checking for dup2... yes checking for getcwd... yes checking for getpagesize... (cached) yes checking for gettimeofday... yes checking for memmove... yes checking for memset... yes checking for mkdir... yes checking for munmap... yes checking for setenv... yes checking for sqrt... no checking for strcasecmp... yes checking for strchr... yes checking for strdup... yes checking for strerror... yes checking for strrchr... yes checking for strstr... yes checking for strtol... yes checking for strtoul... yes checking for strtoull... yes checking whether mallinfo is declared... yes checking whether malloc_size is declared... no checking whether backtrace is declared... yes checking systemd/sd-daemon.h usability... yes checking systemd/sd-daemon.h presence... yes checking for systemd/sd-daemon.h... yes checking whether sd_notify is declared... yes checking for library containing sd_notify... -lsystemd-daemon checking for symbols file... configure: error: Failed to find symbols files in /lib/modules/3.10.0-1062.el7.x86_64/build error: Bad exit status from /var/tmp/rpm-tmp.3mxweY (%build) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.3mxweY (%build) make[2]: *** [__rpm_tests] Error 1 make[1]: *** [rpms] Error 2 make[1]: Leaving directory `/cortx-workspace/cortx-motr' make: *** [_cortx-motr_build] Error 2