Mock Version: 1.4.9 Mock Version: 1.4.9 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/sslscan.spec'], chrootPath='/var/lib/mock/f29-build-10339-4665/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8', 'http_proxy': 'http://192.168.0.254:3128', 'https_proxy': 'http://192.168.0.254:3128'}shell=Falselogger=timeout=345600uid=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/sslscan.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8', 'http_proxy': 'http://192.168.0.254:3128', 'https_proxy': 'http://192.168.0.254:3128'} and shell False BUILDSTDERR: warning: Macro expanded in comment on line 14: %{name}-%{version}.tgz Building target platforms: riscv64 Building for target riscv64 Wrote: /builddir/build/SRPMS/sslscan-1.10.2-12.fc29.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/sslscan.spec'], chrootPath='/var/lib/mock/f29-build-10339-4665/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8', 'http_proxy': 'http://192.168.0.254:3128', 'https_proxy': 'http://192.168.0.254:3128'}shell=Falselogger=timeout=345600uid=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/sslscan.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8', 'http_proxy': 'http://192.168.0.254:3128', 'https_proxy': 'http://192.168.0.254:3128'} and shell False BUILDSTDERR: warning: Macro expanded in comment on line 14: %{name}-%{version}.tgz Building target platforms: riscv64 Building for target riscv64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.aOHeQy + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf sslscan-89dceb6856e69ac92d24ef787029df109168ce61 + /usr/bin/gzip -dc /builddir/build/SOURCES/sslscan-1.10.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd sslscan-89dceb6856e69ac92d24ef787029df109168ce61 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Nitn3c + umask 022 + cd /builddir/build/BUILD + cd sslscan-89dceb6856e69ac92d24ef787029df109168ce61 + make -j4 'CFLAGS=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o sslscan sslscan.c -L/usr/local/ssl/lib -lssl -lcrypto BUILDSTDERR: sslscan.c:1193:58: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] BUILDSTDERR: int defaultCipher(struct sslCheckOptions *options, const const SSL_METHOD *sslMethod) BUILDSTDERR: ^~~~~ BUILDSTDERR: sslscan.c: In function 'readLine': BUILDSTDERR: sslscan.c:270:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fgets(lineFromFile, maxSize, input); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: sslscan.c: In function 'testCipher': BUILDSTDERR: sslscan.c:960:82: warning: '%s' directive output may be truncated writing up to 511 bytes into a region of size 156 [-Wformat-truncation=] BUILDSTDERR: snprintf(requestBuffer, 199, "GET / HTTP/1.0\r\nUser-Agent: SSLScan\r\nHost: %s\r\n\r\n", options->host); BUILDSTDERR: ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:861, BUILDSTDERR: from /usr/include/openssl/err.h:118, BUILDSTDERR: from sslscan.c:72: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 48 and 559 bytes into a destination of size 199 BUILDSTDERR: return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: sslscan.c: In function 'getCertificate': BUILDSTDERR: sslscan.c:1529:57: warning: 'xml_bp' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: if (BIO_printf(xml_bp,"%02x",bs->data[i]) <= 0) BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.DusPxg + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/sslscan-1.10.2-12.fc29.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/sslscan-1.10.2-12.fc29.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/sslscan-1.10.2-12.fc29.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/sslscan-1.10.2-12.fc29.riscv64 + cd sslscan-89dceb6856e69ac92d24ef787029df109168ce61 + make install DESTDIR=/builddir/build/BUILDROOT/sslscan-1.10.2-12.fc29.riscv64 BINPATH=/usr/bin/ MANPATH=/usr/share/man/ install -D -m 755 sslscan /builddir/build/BUILDROOT/sslscan-1.10.2-12.fc29.riscv64/usr/bin//sslscan install -D -m 644 sslscan.1 /builddir/build/BUILDROOT/sslscan-1.10.2-12.fc29.riscv64/usr/share/man//man1/sslscan.1 + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 1.10.2-12.fc29 --unique-debug-suffix -1.10.2-12.fc29.riscv64 --unique-debug-src-base sslscan-1.10.2-12.fc29.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/sslscan-89dceb6856e69ac92d24ef787029df109168ce61 extracting debug info from /builddir/build/BUILDROOT/sslscan-1.10.2-12.fc29.riscv64/usr/bin/sslscan /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. BUILDSTDERR: 192 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig BUILDSTDERR: /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: sslscan-1.10.2-12.fc29.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.9J6l7s + umask 022 + cd /builddir/build/BUILD + cd sslscan-89dceb6856e69ac92d24ef787029df109168ce61 + DOCDIR=/builddir/build/BUILDROOT/sslscan-1.10.2-12.fc29.riscv64/usr/share/doc/sslscan + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/sslscan-1.10.2-12.fc29.riscv64/usr/share/doc/sslscan + cp -pr Changelog /builddir/build/BUILDROOT/sslscan-1.10.2-12.fc29.riscv64/usr/share/doc/sslscan + cp -pr README.md /builddir/build/BUILDROOT/sslscan-1.10.2-12.fc29.riscv64/usr/share/doc/sslscan + cp -pr TODO /builddir/build/BUILDROOT/sslscan-1.10.2-12.fc29.riscv64/usr/share/doc/sslscan + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.cNC0QO + umask 022 + cd /builddir/build/BUILD + cd sslscan-89dceb6856e69ac92d24ef787029df109168ce61 + LICENSEDIR=/builddir/build/BUILDROOT/sslscan-1.10.2-12.fc29.riscv64/usr/share/licenses/sslscan + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/sslscan-1.10.2-12.fc29.riscv64/usr/share/licenses/sslscan + cp -pr LICENSE /builddir/build/BUILDROOT/sslscan-1.10.2-12.fc29.riscv64/usr/share/licenses/sslscan + exit 0 Provides: sslscan = 1.10.2-12.fc29 sslscan(riscv-64) = 1.10.2-12.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libcrypto.so.10()(64bit) libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit) libcrypto.so.10(OPENSSL_1.0.2)(64bit) libcrypto.so.10(libcrypto.so.10)(64bit) libssl.so.10()(64bit) libssl.so.10(libssl.so.10)(64bit) rtld(GNU_HASH) Processing files: sslscan-debugsource-1.10.2-12.fc29.riscv64 Provides: sslscan-debugsource = 1.10.2-12.fc29 sslscan-debugsource(riscv-64) = 1.10.2-12.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: sslscan-debuginfo-1.10.2-12.fc29.riscv64 Provides: debuginfo(build-id) = e2c098f2d48b960c5f606e0e4984419201b72a8e sslscan-debuginfo = 1.10.2-12.fc29 sslscan-debuginfo(riscv-64) = 1.10.2-12.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: sslscan-debugsource(riscv-64) = 1.10.2-12.fc29 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/sslscan-1.10.2-12.fc29.riscv64 Wrote: /builddir/build/RPMS/sslscan-1.10.2-12.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/sslscan-debugsource-1.10.2-12.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/sslscan-debuginfo-1.10.2-12.fc29.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.rr32XD + umask 022 + cd /builddir/build/BUILD + cd sslscan-89dceb6856e69ac92d24ef787029df109168ce61 + /usr/bin/rm -rf /builddir/build/BUILDROOT/sslscan-1.10.2-12.fc29.riscv64 + exit 0 Child return code was: 0