Mock Version: 1.1.32 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/hmaccalc.spec'], False, '/srv/build/3/workerI/mock-root/c7.00.02-x86_64/root/', None, 21600, True, False, 502, 498, None, False, {'LANG': 'en_US.UTF-8', '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/hmaccalc.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} warning: Could not canonicalize hostname: b18.bsys.dev.centos.org Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/hmaccalc-0.9.13-4.el7.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/hmaccalc.spec'], False, '/srv/build/3/workerI/mock-root/c7.00.02-x86_64/root/', None, 21600, True, False, 502, 498, None, False, {'LANG': 'en_US.UTF-8', '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/hmaccalc.spec'] with env {'LANG': 'en_US.UTF-8', '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.Wg7UkQ + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf hmaccalc-0.9.13 + /usr/bin/gzip -dc /builddir/build/SOURCES/hmaccalc-0.9.13.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd hmaccalc-0.9.13 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.ndKojq + umask 022 + cd /builddir/build/BUILD + cd hmaccalc-0.9.13 + 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 ++ find . -name config.guess -o -name 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-sum-directory=/usr/lib64/hmaccalc 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 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 for style of include used by make... GNU checking dependency style of gcc... none checking for x86_64-redhat-linux-gnu-pkg-config... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for NSS... yes checking for prelink... /usr/sbin/prelink checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/sha512hmac.8 config.status: creating test/Makefile config.status: creating src/config.h config.status: executing depfiles commands + make -j16 Making all in src make[1]: Entering directory `/builddir/build/BUILD/hmaccalc-0.9.13/src' make all-am make[2]: Entering directory `/builddir/build/BUILD/hmaccalc-0.9.13/src' gcc -DHAVE_CONFIG_H -I. -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c sha512hmac.c gcc -DHAVE_CONFIG_H -I. -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c sha384hmac.c gcc -DHAVE_CONFIG_H -I. -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c sha256hmac.c gcc -DHAVE_CONFIG_H -I. -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c sha1hmac.c gcc -DHAVE_CONFIG_H -I. -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c hmac.c In file included from sha1hmac.c:2:0: hmac.c: In function 'main': In file included from sha512hmac.c:2:0: hmac.c: In function 'main': hmac.c:1006:7: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long unsigned int' [-Wformat=] (algorithm->digestsize * 2)); ^ In file included from sha256hmac.c:2:0: hmac.c: In function 'main': hmac.c:1006:7: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long unsigned int' [-Wformat=] (algorithm->digestsize * 2)); ^ hmac.c:1006:7: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long unsigned int' [-Wformat=] (algorithm->digestsize * 2)); ^ hmac.c: In function 'main': hmac.c:1006:7: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long unsigned int' [-Wformat=] (algorithm->digestsize * 2)); ^ In file included from sha384hmac.c:2:0: hmac.c: In function 'main': hmac.c:1006:7: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long unsigned int' [-Wformat=] (algorithm->digestsize * 2)); ^ hmac.c: In function 'compute_one': hmac.c:260:13: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(pfd[1], buf, n); ^ hmac.c: In function 'compute_one': hmac.c:260:13: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(pfd[1], buf, n); ^ hmac.c: In function 'compute_one': hmac.c:260:13: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(pfd[1], buf, n); ^ hmac.c: In function 'compute_one': hmac.c:260:13: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(pfd[1], buf, n); ^ hmac.c: In function 'compute_one': hmac.c:260:13: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(pfd[1], buf, n); ^ gcc -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -o sha512hmac sha512hmac.o -lssl3 -lsmime3 -lnss3 -lnssutil3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl gcc -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -o sha1hmac sha1hmac.o -lssl3 -lsmime3 -lnss3 -lnssutil3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl gcc -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -o sha256hmac sha256hmac.o -lssl3 -lsmime3 -lnss3 -lnssutil3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl gcc -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -o sha384hmac sha384hmac.o -lssl3 -lsmime3 -lnss3 -lnssutil3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl gcc -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -o hmac hmac.o -lssl3 -lsmime3 -lnss3 -lnssutil3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl ./sha512hmac -S > ./sha512hmac.hmac ./sha256hmac -S > ./sha256hmac.hmac ./sha1hmac -S > ./sha1hmac.hmac ./sha384hmac -S > ./sha384hmac.hmac ./hmac -S > ./hmac.hmac make[2]: Leaving directory `/builddir/build/BUILD/hmaccalc-0.9.13/src' make[1]: Leaving directory `/builddir/build/BUILD/hmaccalc-0.9.13/src' Making all in test make[1]: Entering directory `/builddir/build/BUILD/hmaccalc-0.9.13/test' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/builddir/build/BUILD/hmaccalc-0.9.13/test' make[1]: Entering directory `/builddir/build/BUILD/hmaccalc-0.9.13' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/builddir/build/BUILD/hmaccalc-0.9.13' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.e8pC34 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/hmaccalc-0.9.13-4.el7.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/hmaccalc-0.9.13-4.el7.x86_64 ++ dirname /builddir/build/BUILDROOT/hmaccalc-0.9.13-4.el7.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/hmaccalc-0.9.13-4.el7.x86_64 + cd hmaccalc-0.9.13 + rm -rf /builddir/build/BUILDROOT/hmaccalc-0.9.13-4.el7.x86_64 + make install DESTDIR=/builddir/build/BUILDROOT/hmaccalc-0.9.13-4.el7.x86_64 Making install in src make[1]: Entering directory `/builddir/build/BUILD/hmaccalc-0.9.13/src' make[2]: Entering directory `/builddir/build/BUILD/hmaccalc-0.9.13/src' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/hmaccalc-0.9.13-4.el7.x86_64/usr/bin' /usr/bin/install -c sha512hmac sha384hmac sha256hmac sha1hmac '/builddir/build/BUILDROOT/hmaccalc-0.9.13-4.el7.x86_64/usr/bin' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/hmaccalc-0.9.13-4.el7.x86_64/usr/share/man/man8' /usr/bin/install -c -m 644 sha512hmac.8 ./sha384hmac.8 ./sha256hmac.8 ./sha1hmac.8 '/builddir/build/BUILDROOT/hmaccalc-0.9.13-4.el7.x86_64/usr/share/man/man8' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/hmaccalc-0.9.13-4.el7.x86_64/usr/lib64/hmaccalc' /usr/bin/install -c -m 644 sha512hmac.hmac sha384hmac.hmac sha256hmac.hmac sha1hmac.hmac '/builddir/build/BUILDROOT/hmaccalc-0.9.13-4.el7.x86_64/usr/lib64/hmaccalc' make[2]: Leaving directory `/builddir/build/BUILD/hmaccalc-0.9.13/src' make[1]: Leaving directory `/builddir/build/BUILD/hmaccalc-0.9.13/src' Making install in test make[1]: Entering directory `/builddir/build/BUILD/hmaccalc-0.9.13/test' make[2]: Entering directory `/builddir/build/BUILD/hmaccalc-0.9.13/test' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/builddir/build/BUILD/hmaccalc-0.9.13/test' make[1]: Leaving directory `/builddir/build/BUILD/hmaccalc-0.9.13/test' make[1]: Entering directory `/builddir/build/BUILD/hmaccalc-0.9.13' make[2]: Entering directory `/builddir/build/BUILD/hmaccalc-0.9.13' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/builddir/build/BUILD/hmaccalc-0.9.13' make[1]: Leaving directory `/builddir/build/BUILD/hmaccalc-0.9.13' + /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/hmaccalc-0.9.13 extracting debug info from /builddir/build/BUILDROOT/hmaccalc-0.9.13-4.el7.x86_64/usr/bin/sha512hmac extracting debug info from /builddir/build/BUILDROOT/hmaccalc-0.9.13-4.el7.x86_64/usr/bin/sha256hmac extracting debug info from /builddir/build/BUILDROOT/hmaccalc-0.9.13-4.el7.x86_64/usr/bin/sha1hmac extracting debug info from /builddir/build/BUILDROOT/hmaccalc-0.9.13-4.el7.x86_64/usr/bin/sha384hmac /usr/lib/rpm/sepdebugcrcfix: Updated 4 CRC32s, 0 CRC32s did match. 58 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 + for length in 1 256 384 512 + /builddir/build/BUILDROOT/hmaccalc-0.9.13-4.el7.x86_64//usr/bin/sha1hmac -S + for length in 1 256 384 512 + /builddir/build/BUILDROOT/hmaccalc-0.9.13-4.el7.x86_64//usr/bin/sha256hmac -S + for length in 1 256 384 512 + /builddir/build/BUILDROOT/hmaccalc-0.9.13-4.el7.x86_64//usr/bin/sha384hmac -S + for length in 1 256 384 512 + /builddir/build/BUILDROOT/hmaccalc-0.9.13-4.el7.x86_64//usr/bin/sha512hmac -S Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.FBjMwL + umask 022 + cd /builddir/build/BUILD + cd hmaccalc-0.9.13 + make check Making check in src make[1]: Entering directory `/builddir/build/BUILD/hmaccalc-0.9.13/src' make[1]: Leaving directory `/builddir/build/BUILD/hmaccalc-0.9.13/src' Making check in test make[1]: Entering directory `/builddir/build/BUILD/hmaccalc-0.9.13/test' make run-test sha512hmac sha384hmac sha256hmac sha1hmac run-tests.sh \ sha512hmac.hmac sha384hmac.hmac sha256hmac.hmac sha1hmac.hmac make[2]: Entering directory `/builddir/build/BUILD/hmaccalc-0.9.13/test' gcc -DHAVE_CONFIG_H -I. -I../src -I/usr/include/nss3 -I/usr/include/nspr4 -DMAKE_CHECK_DIRECTORY=\"/builddir/build/BUILD/hmaccalc-0.9.13/test\" -DALLOW_ANY_TRUNCATION -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c run-test.c gcc -I/usr/include/nss3 -I/usr/include/nspr4 -DMAKE_CHECK_DIRECTORY=\"/builddir/build/BUILD/hmaccalc-0.9.13/test\" -DALLOW_ANY_TRUNCATION -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -o run-test run-test.o -lssl3 -lsmime3 -lnss3 -lnssutil3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl gcc -DHAVE_CONFIG_H -I. -I../src -I/usr/include/nss3 -I/usr/include/nspr4 -DMAKE_CHECK_DIRECTORY=\"/builddir/build/BUILD/hmaccalc-0.9.13/test\" -DALLOW_ANY_TRUNCATION -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c sha512hmac.c In file included from sha512hmac.c:2:0: ../src/hmac.c: In function 'main': ../src/hmac.c:1006:7: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long unsigned int' [-Wformat=] (algorithm->digestsize * 2)); ^ ../src/hmac.c: In function 'compute_one': ../src/hmac.c:260:13: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(pfd[1], buf, n); ^ gcc -I/usr/include/nss3 -I/usr/include/nspr4 -DMAKE_CHECK_DIRECTORY=\"/builddir/build/BUILD/hmaccalc-0.9.13/test\" -DALLOW_ANY_TRUNCATION -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -o sha512hmac sha512hmac.o -lssl3 -lsmime3 -lnss3 -lnssutil3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl gcc -DHAVE_CONFIG_H -I. -I../src -I/usr/include/nss3 -I/usr/include/nspr4 -DMAKE_CHECK_DIRECTORY=\"/builddir/build/BUILD/hmaccalc-0.9.13/test\" -DALLOW_ANY_TRUNCATION -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c sha384hmac.c In file included from sha384hmac.c:2:0: ../src/hmac.c: In function 'main': ../src/hmac.c:1006:7: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long unsigned int' [-Wformat=] (algorithm->digestsize * 2)); ^ ../src/hmac.c: In function 'compute_one': ../src/hmac.c:260:13: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(pfd[1], buf, n); ^ gcc -I/usr/include/nss3 -I/usr/include/nspr4 -DMAKE_CHECK_DIRECTORY=\"/builddir/build/BUILD/hmaccalc-0.9.13/test\" -DALLOW_ANY_TRUNCATION -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -o sha384hmac sha384hmac.o -lssl3 -lsmime3 -lnss3 -lnssutil3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl gcc -DHAVE_CONFIG_H -I. -I../src -I/usr/include/nss3 -I/usr/include/nspr4 -DMAKE_CHECK_DIRECTORY=\"/builddir/build/BUILD/hmaccalc-0.9.13/test\" -DALLOW_ANY_TRUNCATION -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c sha256hmac.c In file included from sha256hmac.c:2:0: ../src/hmac.c: In function 'main': ../src/hmac.c:1006:7: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long unsigned int' [-Wformat=] (algorithm->digestsize * 2)); ^ ../src/hmac.c: In function 'compute_one': ../src/hmac.c:260:13: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(pfd[1], buf, n); ^ gcc -I/usr/include/nss3 -I/usr/include/nspr4 -DMAKE_CHECK_DIRECTORY=\"/builddir/build/BUILD/hmaccalc-0.9.13/test\" -DALLOW_ANY_TRUNCATION -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -o sha256hmac sha256hmac.o -lssl3 -lsmime3 -lnss3 -lnssutil3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl gcc -DHAVE_CONFIG_H -I. -I../src -I/usr/include/nss3 -I/usr/include/nspr4 -DMAKE_CHECK_DIRECTORY=\"/builddir/build/BUILD/hmaccalc-0.9.13/test\" -DALLOW_ANY_TRUNCATION -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c sha1hmac.c In file included from sha1hmac.c:2:0: ../src/hmac.c: In function 'main': ../src/hmac.c:1006:7: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long unsigned int' [-Wformat=] (algorithm->digestsize * 2)); ^ ../src/hmac.c: In function 'compute_one': ../src/hmac.c:260:13: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(pfd[1], buf, n); ^ gcc -I/usr/include/nss3 -I/usr/include/nspr4 -DMAKE_CHECK_DIRECTORY=\"/builddir/build/BUILD/hmaccalc-0.9.13/test\" -DALLOW_ANY_TRUNCATION -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -o sha1hmac sha1hmac.o -lssl3 -lsmime3 -lnss3 -lnssutil3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl make[2]: Nothing to be done for `run-tests.sh'. ./sha512hmac -S > ./sha512hmac.hmac ./sha384hmac -S > ./sha384hmac.hmac ./sha256hmac -S > ./sha256hmac.hmac ./sha1hmac -S > ./sha1hmac.hmac make[2]: Leaving directory `/builddir/build/BUILD/hmaccalc-0.9.13/test' ./run-tests.sh . OK make[1]: Leaving directory `/builddir/build/BUILD/hmaccalc-0.9.13/test' make[1]: Entering directory `/builddir/build/BUILD/hmaccalc-0.9.13' make[1]: Nothing to be done for `check-am'. make[1]: Leaving directory `/builddir/build/BUILD/hmaccalc-0.9.13' + exit 0 Processing files: hmaccalc-0.9.13-4.el7.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ahBdHB + umask 022 + cd /builddir/build/BUILD + cd hmaccalc-0.9.13 + DOCDIR=/builddir/build/BUILDROOT/hmaccalc-0.9.13-4.el7.x86_64/usr/share/doc/hmaccalc-0.9.13 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/hmaccalc-0.9.13-4.el7.x86_64/usr/share/doc/hmaccalc-0.9.13 + cp -pr README /builddir/build/BUILDROOT/hmaccalc-0.9.13-4.el7.x86_64/usr/share/doc/hmaccalc-0.9.13 + cp -pr LICENSE /builddir/build/BUILDROOT/hmaccalc-0.9.13-4.el7.x86_64/usr/share/doc/hmaccalc-0.9.13 + exit 0 Provides: hmaccalc = 0.9.13-4.el7 hmaccalc(x86-64) = 0.9.13-4.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: 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.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libdl.so.2()(64bit) libnspr4.so()(64bit) libnss3.so()(64bit) libnss3.so(NSS_3.2)(64bit) libnss3.so(NSS_3.3)(64bit) libnssutil3.so()(64bit) libplc4.so()(64bit) libplds4.so()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libsmime3.so()(64bit) libssl3.so()(64bit) rtld(GNU_HASH) Processing files: hmaccalc-debuginfo-0.9.13-4.el7.x86_64 Provides: hmaccalc-debuginfo = 0.9.13-4.el7 hmaccalc-debuginfo(x86-64) = 0.9.13-4.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/hmaccalc-0.9.13-4.el7.x86_64 warning: Could not canonicalize hostname: b18.bsys.dev.centos.org Wrote: /builddir/build/RPMS/hmaccalc-0.9.13-4.el7.x86_64.rpm Wrote: /builddir/build/RPMS/hmaccalc-debuginfo-0.9.13-4.el7.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.jUtbr9 + umask 022 + cd /builddir/build/BUILD + cd hmaccalc-0.9.13 + rm -rf /builddir/build/BUILDROOT/hmaccalc-0.9.13-4.el7.x86_64 + exit 0 Child return code was: 0 LEAVE do -->