Mock Version: 1.4.14 Mock Version: 1.4.14 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/pptp.spec'], chrootPath='/var/lib/mock/f31-build-89152-32039/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'}shell=Falselogger=timeout=345600uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/pptp.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'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1564099200 Wrote: /builddir/build/SRPMS/pptp-1.10.0-7.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/pptp.spec'], chrootPath='/var/lib/mock/f31-build-89152-32039/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'}shell=Falselogger=timeout=345600uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/pptp.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'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1564099200 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.sQ8Gzm + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf pptp-1.10.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/pptp-1.10.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd pptp-1.10.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + perl -pi -e 's/install -o root -m 555 pptp/install -m 755 pptp/;' Makefile + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.O817bn + umask 022 + cd /builddir/build/BUILD + cd pptp-1.10.0 + OUR_CFLAGS='-Wall -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 -Wextra -Wstrict-aliasing=2 -Wnested-externs -Wstrict-prototypes' + make -j4 'CFLAGS=-Wall -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 -Wextra -Wstrict-aliasing=2 -Wnested-externs -Wstrict-prototypes' 'LDFLAGS=-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' IP=/sbin/ip BUILDSTDERR: pptp_ctrl.c:329:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] BUILDSTDERR: 329 | int randci () BUILDSTDERR: | ^~~~~~ BUILDSTDERR: pptp_ctrl.c: In function 'randci': BUILDSTDERR: pptp_ctrl.c:336:3: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 336 | read(fd, &i, 2); BUILDSTDERR: | ^~~~~~~~~~~~~~~ BUILDSTDERR: util.c: In function 'sigpipe_handler': BUILDSTDERR: util.c:121:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 121 | write(sigpipe[1], &signum, sizeof(signum)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: util.c: In function 'sigpipe_read': BUILDSTDERR: util.c:145:3: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 145 | read(sigpipe[0], &signum, sizeof(signum)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: util.c: In function '_log': BUILDSTDERR: util.c:29:34: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 245 [-Wformat-truncation=] BUILDSTDERR: 29 | snprintf(string, sizeof(string), "%s %s[%s:%s:%d]: %s", \ BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 30 | log_string, label, func, file, line, buf); \ BUILDSTDERR: | ~~~ BUILDSTDERR: util.c:47:5: note: in expansion of macro 'MAKE_STRING' BUILDSTDERR: 47 | MAKE_STRING("log"); BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: util.c:29:52: note: format string is defined here BUILDSTDERR: 29 | snprintf(string, sizeof(string), "%s %s[%s:%s:%d]: %s", \ BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from util.c:7: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 12 or more bytes (assuming 267) into a destination of size 256 BUILDSTDERR: 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 68 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: util.c: In function '_warn': BUILDSTDERR: util.c:29:34: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 244 [-Wformat-truncation=] BUILDSTDERR: 29 | snprintf(string, sizeof(string), "%s %s[%s:%s:%d]: %s", \ BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 30 | log_string, label, func, file, line, buf); \ BUILDSTDERR: | ~~~ BUILDSTDERR: util.c:54:5: note: in expansion of macro 'MAKE_STRING' BUILDSTDERR: 54 | MAKE_STRING("warn"); BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: util.c:29:52: note: format string is defined here BUILDSTDERR: 29 | snprintf(string, sizeof(string), "%s %s[%s:%s:%d]: %s", \ BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from util.c:7: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 13 or more bytes (assuming 268) into a destination of size 256 BUILDSTDERR: 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 68 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: util.c: In function '_fatal': BUILDSTDERR: util.c:29:34: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 243 [-Wformat-truncation=] BUILDSTDERR: 29 | snprintf(string, sizeof(string), "%s %s[%s:%s:%d]: %s", \ BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 30 | log_string, label, func, file, line, buf); \ BUILDSTDERR: | ~~~ BUILDSTDERR: util.c:62:5: note: in expansion of macro 'MAKE_STRING' BUILDSTDERR: 62 | MAKE_STRING("fatal"); BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: util.c:29:52: note: format string is defined here BUILDSTDERR: 29 | snprintf(string, sizeof(string), "%s %s[%s:%s:%d]: %s", \ BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from util.c:7: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 14 or more bytes (assuming 269) into a destination of size 256 BUILDSTDERR: 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 68 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ( \ echo "/* text added by Makefile target config.h */"; \ echo "#define PPTP_LINUX_VERSION \"1.10.0\""; \ echo "#define PPPD_BINARY \"/usr/sbin/pppd\""; \ echo "#define IP_BINARY \"/sbin/ip\"" \ ) > config.h gcc -Wall -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 -Wextra -Wstrict-aliasing=2 -Wnested-externs -Wstrict-prototypes -c -o pptp_gre.o pptp_gre.c gcc -Wall -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 -Wextra -Wstrict-aliasing=2 -Wnested-externs -Wstrict-prototypes -c -o ppp_fcs.o ppp_fcs.c gcc -Wall -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 -Wextra -Wstrict-aliasing=2 -Wnested-externs -Wstrict-prototypes -c -o pptp_ctrl.o pptp_ctrl.c gcc -Wall -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 -Wextra -Wstrict-aliasing=2 -Wnested-externs -Wstrict-prototypes -c -o dirutil.o dirutil.c gcc -Wall -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 -Wextra -Wstrict-aliasing=2 -Wnested-externs -Wstrict-prototypes -c -o vector.o vector.c gcc -Wall -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 -Wextra -Wstrict-aliasing=2 -Wnested-externs -Wstrict-prototypes -c -o util.o util.c gcc -Wall -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 -Wextra -Wstrict-aliasing=2 -Wnested-externs -Wstrict-prototypes -c -o version.o version.c gcc -Wall -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 -Wextra -Wstrict-aliasing=2 -Wnested-externs -Wstrict-prototypes -c -o test-redirections.o test-redirections.c gcc -Wall -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 -Wextra -Wstrict-aliasing=2 -Wnested-externs -Wstrict-prototypes -c -o pptp_quirks.o pptp_quirks.c BUILDSTDERR: gcc -Wall -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/redhIn file included from /usr/include/string.h:494, BUILDSTDERR: from pptp_ctrl.c:20: BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'pptp_call_open' at pptp_ctrl.c:393:9: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 64 equals destination size [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: routing.c: In function 'routing_init': BUILDSTDERR: routing.c:121:3: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 121 | fgets(buf, 255, p); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: pptp_callmgr.c: In function 'call_callback': BUILDSTDERR: pptp_callmgr.c:76:13: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 76 | write(lci->unix_sock, &call_id, sizeof(call_id)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: pptp_callmgr.c: In function 'callmgr_main': BUILDSTDERR: pptp_callmgr.c:225:13: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 225 | read(s, &lci->pid[0], sizeof(lci->pid[0])); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: pptp_callmgr.c:226:13: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 226 | read(s, &lci->pid[1], sizeof(lci->pid[1])); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: pptp.c: In function 'open_callmgr': BUILDSTDERR: pptp.c:520:21: warning: this statement may fall through [-Wimplicit-fallthrough=] BUILDSTDERR: 520 | launch_callmgr(inetaddr, phonenr, argc, argv, envp); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: pptp.c:522:17: note: here BUILDSTDERR: 522 | default: /* parent */ BUILDSTDERR: | ^~~~~~~ + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 at/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wextra -Wstrict-aliasing=2 -Wnested-externs -Wstrict-prototypes -c -o orckit_quirks.o orckit_quirks.c gcc -Wall -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 -Wextra -Wstrict-aliasing=2 -Wnested-externs -Wstrict-prototypes -c -o pqueue.o pqueue.c gcc -Wall -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 -Wextra -Wstrict-aliasing=2 -Wnested-externs -Wstrict-prototypes -c -o pptp_callmgr.o pptp_callmgr.c gcc -Wall -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 -Wextra -Wstrict-aliasing=2 -Wnested-externs -Wstrict-prototypes -c -o routing.o routing.c gcc -Wall -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 -Wextra -Wstrict-aliasing=2 -Wnested-externs -Wstrict-prototypes -c -o pptp_compat.o pptp_compat.c pod2man --section=8 pptpsetup > pptpsetup.8 gcc -Wall -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 -Wextra -Wstrict-aliasing=2 -Wnested-externs -Wstrict-prototypes -c -o pptp.o pptp.c gcc -o pptp pptp.o pptp_gre.o ppp_fcs.o pptp_ctrl.o dirutil.o vector.o util.o version.o test-redirections.o pptp_quirks.o orckit_quirks.o pqueue.o pptp_callmgr.o routing.o pptp_compat.o -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -lutil Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.iOTRim + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/pptp-1.10.0-7.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/pptp-1.10.0-7.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/pptp-1.10.0-7.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/pptp-1.10.0-7.fc31.riscv64 + cd pptp-1.10.0 + rm -rf /builddir/build/BUILDROOT/pptp-1.10.0-7.fc31.riscv64 + make DESTDIR=/builddir/build/BUILDROOT/pptp-1.10.0-7.fc31.riscv64 install + install -d -m 750 /builddir/build/BUILDROOT/pptp-1.10.0-7.fc31.riscv64/var/run/pptp + install -d -m 755 /builddir/build/BUILDROOT/pptp-1.10.0-7.fc31.riscv64/usr/lib/tmpfiles.d + install -p -m 644 /builddir/build/SOURCES/pptp-tmpfs.conf /builddir/build/BUILDROOT/pptp-1.10.0-7.fc31.riscv64/usr/lib/tmpfiles.d/pptp.conf + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 1.10.0-7.fc31 --unique-debug-suffix -1.10.0-7.fc31.riscv64 --unique-debug-src-base pptp-1.10.0-7.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/pptp-1.10.0 BUILDSTDERR: 322 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs mkdir -p /builddir/build/BUILDROOT/pptp-1.10.0-7.fc31.riscv64/usr/sbin install -m 755 pptp /builddir/build/BUILDROOT/pptp-1.10.0-7.fc31.riscv64/usr/sbin install -m 755 pptpsetup /builddir/build/BUILDROOT/pptp-1.10.0-7.fc31.riscv64/usr/sbin mkdir -p /builddir/build/BUILDROOT/pptp-1.10.0-7.fc31.riscv64/usr/share/man/man8 install -m 644 pptp.8 /builddir/build/BUILDROOT/pptp-1.10.0-7.fc31.riscv64/usr/share/man/man8 install -m 644 pptpsetup.8 /builddir/build/BUILDROOT/pptp-1.10.0-7.fc31.riscv64/usr/share/man/man8 mkdir -p /builddir/build/BUILDROOT/pptp-1.10.0-7.fc31.riscv64/etc/ppp install -m 644 options.pptp /builddir/build/BUILDROOT/pptp-1.10.0-7.fc31.riscv64/etc/ppp explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/pptp-1.10.0-7.fc31.riscv64/usr/sbin/pptp extracting debug info from /builddir/build/BUILDROOT/pptp-1.10.0-7.fc31.riscv64/usr/sbin/pptp original debug info size: 256kB, size after compression: 244kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Processing files: pptp-1.10.0-7.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.4mxYxj + umask 022 + cd /builddir/build/BUILD + cd pptp-1.10.0 + DOCDIR=/builddir/build/BUILDROOT/pptp-1.10.0-7.fc31.riscv64/usr/share/doc/pptp + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/pptp-1.10.0-7.fc31.riscv64/usr/share/doc/pptp + cp -pr AUTHORS /builddir/build/BUILDROOT/pptp-1.10.0-7.fc31.riscv64/usr/share/doc/pptp + cp -pr COPYING /builddir/build/BUILDROOT/pptp-1.10.0-7.fc31.riscv64/usr/share/doc/pptp + cp -pr DEVELOPERS /builddir/build/BUILDROOT/pptp-1.10.0-7.fc31.riscv64/usr/share/doc/pptp + cp -pr NEWS /builddir/build/BUILDROOT/pptp-1.10.0-7.fc31.riscv64/usr/share/doc/pptp + cp -pr README /builddir/build/BUILDROOT/pptp-1.10.0-7.fc31.riscv64/usr/share/doc/pptp + cp -pr TODO /builddir/build/BUILDROOT/pptp-1.10.0-7.fc31.riscv64/usr/share/doc/pptp + cp -pr USING /builddir/build/BUILDROOT/pptp-1.10.0-7.fc31.riscv64/usr/share/doc/pptp + cp -pr ChangeLog /builddir/build/BUILDROOT/pptp-1.10.0-7.fc31.riscv64/usr/share/doc/pptp + cp -pr Documentation/DESIGN.PPTP /builddir/build/BUILDROOT/pptp-1.10.0-7.fc31.riscv64/usr/share/doc/pptp + cp -pr PROTOCOL-SECURITY /builddir/build/BUILDROOT/pptp-1.10.0-7.fc31.riscv64/usr/share/doc/pptp + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: config(pptp) = 1.10.0-7.fc31 pptp = 1.10.0-7.fc31 pptp(riscv-64) = 1.10.0-7.fc31 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) libutil.so.1()(64bit) libutil.so.1(GLIBC_2.27)(64bit) rtld(GNU_HASH) Processing files: pptp-setup-1.10.0-7.fc31.riscv64 Provides: pptp-setup = 1.10.0-7.fc31 pptp-setup(riscv-64) = 1.10.0-7.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/perl perl(Getopt::Long) perl(strict) perl(vars) Processing files: pptp-debugsource-1.10.0-7.fc31.riscv64 Provides: pptp-debugsource = 1.10.0-7.fc31 pptp-debugsource(riscv-64) = 1.10.0-7.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: pptp-debuginfo-1.10.0-7.fc31.riscv64 Provides: debuginfo(build-id) = 65128a4e814990615445cdd451b60eb983720909 pptp-debuginfo = 1.10.0-7.fc31 pptp-debuginfo(riscv-64) = 1.10.0-7.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: pptp-debugsource(riscv-64) = 1.10.0-7.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/pptp-1.10.0-7.fc31.riscv64 Wrote: /builddir/build/RPMS/pptp-setup-1.10.0-7.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/pptp-1.10.0-7.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/pptp-debugsource-1.10.0-7.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/pptp-debuginfo-1.10.0-7.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.VuWHfk + umask 022 + cd /builddir/build/BUILD + cd pptp-1.10.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/pptp-1.10.0-7.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0