Mock Version: 1.1.38 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/isns-utils.spec'], False, '/srv/build/7/B/mock-root/c7.00.03-x86_64/root/', None, 21600, True, False, 501, 135, None, False, {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/isns-utils.spec'] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/isns-utils-0.93-7.el7.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/isns-utils.spec'], False, '/srv/build/7/B/mock-root/c7.00.03-x86_64/root/', None, 21600, True, False, 501, 135, None, False, {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/isns-utils.spec'] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Mk6l25 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf open-isns-0.93 + /usr/bin/bzip2 -dc /builddir/build/SOURCES/open-isns-0.93.tar.bz2 + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd open-isns-0.93 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . Patch #1 (0001-use-LDFLAGS.patch): + echo 'Patch #1 (0001-use-LDFLAGS.patch):' + /usr/bin/cat /builddir/build/SOURCES/0001-use-LDFLAGS.patch + /usr/bin/patch -p1 --fuzz=0 patching file Makefile.in + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.IOcGud + umask 022 + cd /builddir/build/BUILD + cd open-isns-0.93 + autoconf + autoheader + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS ++ find . -name config.guess -o -name config.sub + for i in '$(find . -name config.guess -o -name config.sub)' ++ basename ./aclocal/config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./aclocal/config.guess ++ basename ./aclocal/config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./aclocal/config.guess '/usr/lib/rpm/redhat/config.guess' -> './aclocal/config.guess' + for i in '$(find . -name config.guess -o -name config.sub)' ++ basename ./aclocal/config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./aclocal/config.sub ++ basename ./aclocal/config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./aclocal/config.sub '/usr/lib/rpm/redhat/config.sub' -> './aclocal/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 configure: WARNING: unrecognized options: --disable-dependency-tracking 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 build system type... x86_64-redhat-linux-gnu checking host system type... x86_64-redhat-linux-gnu checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -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 whether byte ordering is bigendian... no checking how to run the C preprocessor... gcc -E checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking whether make sets $(MAKE)... yes checking for sh... /usr/bin/sh checking for inline... inline checking for ANSI C header files... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) 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 locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking for socket in -lsocket... no checking for getopt_long... yes checking openssl/crypto.h usability... yes checking openssl/crypto.h presence... yes checking for openssl/crypto.h... yes checking for EVP_PKEY_new in -lcrypto... yes checking slp.h usability... no checking slp.h presence... no checking for slp.h... no checking for SLPOpen in -lslp... no configure: creating ./config.status config.status: creating Makefile config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting config.status: creating config.h configure: WARNING: unrecognized options: --disable-dependency-tracking + /usr/bin/sed -i -e 's|-Wall -g -O2|-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic|' Makefile + /usr/bin/make -j16 gcc -Wall -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I. -D_GNU_SOURCE -c -o server.o server.c gcc -Wall -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I. -D_GNU_SOURCE -c -o client.o client.c gcc -Wall -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I. -D_GNU_SOURCE -c -o objects.o objects.c gcc -Wall -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I. -D_GNU_SOURCE -c -o callback.o callback.c gcc -Wall -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I. -D_GNU_SOURCE -c -o timer.o timer.c gcc -Wall -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I. -D_GNU_SOURCE -c -o vendor.o vendor.c gcc -Wall -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I. -D_GNU_SOURCE -c -o db.o db.c gcc -Wall -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I. -D_GNU_SOURCE -c -o db-file.o db-file.c gcc -Wall -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I. -D_GNU_SOURCE -c -o db-policy.o db-policy.c gcc -Wall -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I. -D_GNU_SOURCE -c -o relation.o relation.c gcc -Wall -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I. -D_GNU_SOURCE -c -o scope.o scope.c gcc -Wall -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I. -D_GNU_SOURCE -c -o message.o message.c gcc -Wall -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I. -D_GNU_SOURCE -c -o security.o security.c gcc -Wall -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I. -D_GNU_SOURCE -c -o authblock.o authblock.c gcc -Wall -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I. -D_GNU_SOURCE -c -o policy.o policy.c gcc -Wall -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I. -D_GNU_SOURCE -c -o pki.o pki.c gcc -Wall -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I. -D_GNU_SOURCE -c -o register.o register.c db-file.c: In function '__dbe_file_load_object': db-file.c:313:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] obj->ie_container = (isns_object_t *) ntohl(info.db_parent); ^ db-file.c: In function 'isns_dbe_file_reload': db-file.c:496:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] uint32_t index = (uint32_t) obj->ie_container; ^ gcc -Wall -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I. -D_GNU_SOURCE -c -o query.o query.c gcc -Wall -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I. -D_GNU_SOURCE -c -o getnext.o getnext.c gcc -Wall -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I. -D_GNU_SOURCE -c -o deregister.o deregister.c gcc -Wall -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I. -D_GNU_SOURCE -c -o esi.o esi.c pki.c: In function 'isns_dsa_init_params': pki.c:414:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(1, "\n", 1); ^ pki.c: In function 'isns_dsa_param_gen_callback': pki.c:389:8: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(1, "+", 1); ^ pki.c:391:8: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(1, ".", 1); ^ pki.c:393:8: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(1, "/", 1); ^ gcc -Wall -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I. -D_GNU_SOURCE -c -o scn.o scn.c gcc -Wall -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I. -D_GNU_SOURCE -c -o dd.o dd.c gcc -Wall -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I. -D_GNU_SOURCE -c -o entity.o entity.c gcc -Wall -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I. -D_GNU_SOURCE -c -o portal-group.o portal-group.c gcc -Wall -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I. -D_GNU_SOURCE -c -o storage-node.o storage-node.c gcc -Wall -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I. -D_GNU_SOURCE -c -o domain.o domain.c gcc -Wall -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I. -D_GNU_SOURCE -c -o simple.o simple.c gcc -Wall -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I. -D_GNU_SOURCE -c -o tags.o tags.c gcc -Wall -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I. -D_GNU_SOURCE -c -o attrs.o attrs.c gcc -Wall -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I. -D_GNU_SOURCE -c -o export.o export.c dd.c: In function 'isns_dd_list_resize': dd.c:602:25: warning: variable 'cur_size' set but not used [-Wunused-but-set-variable] unsigned int new_size, cur_size; ^ gcc -Wall -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I. -D_GNU_SOURCE -c -o socket.o socket.c gcc -Wall -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I. -D_GNU_SOURCE -c -o slp.o slp.c gcc -Wall -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I. -D_GNU_SOURCE -c -o error.o error.c gcc -Wall -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I. -D_GNU_SOURCE -c -o logging.o logging.c gcc -Wall -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I. -D_GNU_SOURCE -c -o config.o config.c gcc -Wall -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I. -D_GNU_SOURCE -c -o parser.o parser.c gcc -Wall -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I. -D_GNU_SOURCE -c -o buffer.o buffer.c gcc -Wall -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I. -D_GNU_SOURCE -c -o pidfile.o pidfile.c gcc -Wall -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I. -D_GNU_SOURCE -c -o sysdep-unix.o sysdep-unix.c gcc -Wall -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I. -D_GNU_SOURCE -c -o util.o util.c gcc -Wall -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I. -D_GNU_SOURCE -c -o bitvector.o bitvector.c socket.c: In function 'isns_net_stream_accept': socket.c:577:5: warning: passing argument 5 of 'getsockopt' from incompatible pointer type [enabled by default] &passcred, &optlen) >= 0) { ^ In file included from socket.c:7:0: /usr/include/sys/socket.h:220:12: note: expected 'socklen_t * __restrict__' but argument is of type 'size_t *' extern int getsockopt (int __fd, int __level, int __optname, ^ bitvector.c: In function 'isns_bitvector_is_empty': bitvector.c:330:16: warning: variable 'base' set but not used [-Wunused-but-set-variable] unsigned int base, rlen; ^ bitvector.c: In function 'isns_bitvector_foreach': bitvector.c:465:28: warning: variable 'bits' set but not used [-Wunused-but-set-variable] unsigned int base, rlen, bits; ^ bitvector.c: In function 'isns_bitvector_dump': bitvector.c:495:28: warning: variable 'bits' set but not used [-Wunused-but-set-variable] unsigned int base, rlen, bits; ^ bitvector.c: In function 'isns_bitvector_print': bitvector.c:541:28: warning: variable 'bits' set but not used [-Wunused-but-set-variable] unsigned int base, rlen, bits; ^ gcc -Wall -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I. -D_GNU_SOURCE -c -o mdebug.o mdebug.c gcc -Wall -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I. -D_GNU_SOURCE -c -o isnsd.o isnsd.c gcc -Wall -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I. -D_GNU_SOURCE -c -o isnsadm.o isnsadm.c gcc -Wall -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I. -D_GNU_SOURCE -c -o local.o local.c gcc -Wall -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I. -D_GNU_SOURCE -c -o isnsdd.o isnsdd.c gcc -Wall -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I. -D_GNU_SOURCE -c -o tests/pauw1.o tests/pauw1.c gcc -Wall -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I. -D_GNU_SOURCE -c -o tests/pauw2.o tests/pauw2.c gcc -Wall -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I. -D_GNU_SOURCE -c -o tests/pauw3.o tests/pauw3.c gcc -Wall -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I. -D_GNU_SOURCE -c -o tests/pauw4.o tests/pauw4.c isnsadm.c: In function 'parse_registration': isnsadm.c:325:10: warning: variable 'type' set but not used [-Wunused-but-set-variable] char *type, *name, *value, *next_attr; ^ ar cr libisns.a server.o client.o objects.o callback.o timer.o vendor.o db.o db-file.o db-policy.o relation.o scope.o message.o security.o authblock.o policy.o pki.o register.o query.o getnext.o deregister.o esi.o scn.o dd.o entity.o portal-group.o storage-node.o domain.o simple.o tags.o attrs.o export.o socket.o slp.o error.o logging.o config.o parser.o buffer.o pidfile.o sysdep-unix.o util.o bitvector.o mdebug.o gcc -Wall -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I. -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o isnsd isnsd.o -L. -lisns -lcrypto gcc -Wall -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I. -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o isnsadm isnsadm.o -L. -lisns -lcrypto gcc -Wall -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I. -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o isnsdd local.o isnsdd.o -L. -lisns -lcrypto gcc -Wall -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I. -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o tests/pauw1 tests/pauw1.o -L. -lisns -lcrypto gcc -Wall -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I. -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o tests/pauw2 tests/pauw2.o -L. -lisns -lcrypto gcc -Wall -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I. -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o tests/pauw3 tests/pauw3.o -L. -lisns -lcrypto gcc -Wall -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I. -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o tests/pauw4 tests/pauw4.o -L. -lisns -lcrypto rm tests/pauw4.o tests/pauw3.o tests/pauw1.o tests/pauw2.o + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.UA3L7x + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/isns-utils-0.93-7.el7.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/isns-utils-0.93-7.el7.x86_64 ++ dirname /builddir/build/BUILDROOT/isns-utils-0.93-7.el7.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/isns-utils-0.93-7.el7.x86_64 + cd open-isns-0.93 + /usr/bin/install -d /builddir/build/BUILDROOT/isns-utils-0.93-7.el7.x86_64/usr/sbin + /usr/bin/install -d /builddir/build/BUILDROOT/isns-utils-0.93-7.el7.x86_64/usr/share/man/man8 + /usr/bin/install -d /builddir/build/BUILDROOT/isns-utils-0.93-7.el7.x86_64/usr/share/man/man5 + /usr/bin/install -d /builddir/build/BUILDROOT/isns-utils-0.93-7.el7.x86_64/usr/lib/systemd/system + /usr/bin/install -d /builddir/build/BUILDROOT/isns-utils-0.93-7.el7.x86_64/etc/isns + /usr/bin/install -d /builddir/build/BUILDROOT/isns-utils-0.93-7.el7.x86_64/var/lib + /usr/bin/install -d /builddir/build/BUILDROOT/isns-utils-0.93-7.el7.x86_64/var/lib/isns + /usr/bin/install -p -m 644 etc/isnsd.conf /builddir/build/BUILDROOT/isns-utils-0.93-7.el7.x86_64/etc/isns/isnsd.conf + /usr/bin/install -p -m 644 etc/isnsdd.conf /builddir/build/BUILDROOT/isns-utils-0.93-7.el7.x86_64/etc/isns/isnsdd.conf + /usr/bin/install -p -m 644 etc/isnsadm.conf /builddir/build/BUILDROOT/isns-utils-0.93-7.el7.x86_64/etc/isns/isnsadm.conf + /usr/bin/install -p -m 755 isnsd isnsdd isnsadm isnssetup /builddir/build/BUILDROOT/isns-utils-0.93-7.el7.x86_64/usr/sbin + /usr/bin/install -p -m 644 /builddir/build/SOURCES/isnsd.service /builddir/build/BUILDROOT/isns-utils-0.93-7.el7.x86_64/usr/lib/systemd/system/isnsd.service + /usr/bin/install -p -m 644 doc/isns_config.5 /builddir/build/BUILDROOT/isns-utils-0.93-7.el7.x86_64//usr/share/man/man5/ + /usr/bin/install -p -m 644 doc/isnsd.8 doc/isnsdd.8 doc/isnsadm.8 /builddir/build/BUILDROOT/isns-utils-0.93-7.el7.x86_64//usr/share/man/man8/ + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 /builddir/build/BUILD/open-isns-0.93 extracting debug info from /builddir/build/BUILDROOT/isns-utils-0.93-7.el7.x86_64/usr/sbin/isnsd extracting debug info from /builddir/build/BUILDROOT/isns-utils-0.93-7.el7.x86_64/usr/sbin/isnsadm extracting debug info from /builddir/build/BUILDROOT/isns-utils-0.93-7.el7.x86_64/usr/sbin/isnsdd /usr/lib/rpm/sepdebugcrcfix: Updated 3 CRC32s, 0 CRC32s did match. 1222 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: isns-utils-0.93-7.el7.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.56p5aV + umask 022 + cd /builddir/build/BUILD + cd open-isns-0.93 + DOCDIR=/builddir/build/BUILDROOT/isns-utils-0.93-7.el7.x86_64/usr/share/doc/isns-utils-0.93 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/isns-utils-0.93-7.el7.x86_64/usr/share/doc/isns-utils-0.93 + cp -pr COPYING /builddir/build/BUILDROOT/isns-utils-0.93-7.el7.x86_64/usr/share/doc/isns-utils-0.93 + cp -pr README /builddir/build/BUILDROOT/isns-utils-0.93-7.el7.x86_64/usr/share/doc/isns-utils-0.93 + exit 0 Provides: config(isns-utils) = 0.93-7.el7 isns-utils = 0.93-7.el7 isns-utils(x86-64) = 0.93-7.el7 Requires(interp): /bin/sh /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh systemd-units Requires(preun): /bin/sh systemd-units Requires(postun): /bin/sh systemd-units Requires: /bin/sh libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libcrypto.so.10()(64bit) libcrypto.so.10(libcrypto.so.10)(64bit) rtld(GNU_HASH) Processing files: isns-utils-debuginfo-0.93-7.el7.x86_64 Provides: isns-utils-debuginfo = 0.93-7.el7 isns-utils-debuginfo(x86-64) = 0.93-7.el7 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/isns-utils-0.93-7.el7.x86_64 Wrote: /builddir/build/RPMS/isns-utils-0.93-7.el7.x86_64.rpm Wrote: /builddir/build/RPMS/isns-utils-debuginfo-0.93-7.el7.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.pUHJP4 + umask 022 + cd /builddir/build/BUILD + cd open-isns-0.93 + /usr/bin/rm -rf /builddir/build/BUILDROOT/isns-utils-0.93-7.el7.x86_64 + exit 0 Child return code was: 0 LEAVE do -->