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/vnc-reflector.spec'], chrootPath='/var/lib/mock/f31-build-90082-32151/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/vnc-reflector.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=1564185600 Wrote: /builddir/build/SRPMS/vnc-reflector-1.2.4-28.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/vnc-reflector.spec'], chrootPath='/var/lib/mock/f31-build-90082-32151/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/vnc-reflector.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=1564185600 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.6tizeQ + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf vnc_reflector + /usr/bin/gzip -dc /builddir/build/SOURCES/vnc_reflector-1.2.4.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd vnc_reflector + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (vnc-reflector-1.2.4-loggingfix.patch):' + /usr/bin/patch --no-backup-if-mismatch -p0 --fuzz=0 + echo 'Patch #1 (vnc-reflector-1.2.4-rfb_format_buffer_overflow.patch):' + /usr/bin/patch --no-backup-if-mismatch -p0 --fuzz=0 + echo 'Patch #2 (vnc-reflector-1.2.4-unionfix.patch):' + /usr/bin/patch --no-backup-if-mismatch -p0 --fuzz=0 + echo 'Patch #3 (vnc-reflector-1.2.4-Respect-external-CFLAGS-and-LDFLAGS.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Patch #0 (vnc-reflector-1.2.4-loggingfix.patch): patching file logging.c Patch #1 (vnc-reflector-1.2.4-rfb_format_buffer_overflow.patch): patching file host_connect.c Hunk #1 succeeded at 232 (offset -5 lines). Patch #2 (vnc-reflector-1.2.4-unionfix.patch): patching file main.c Patch #3 (vnc-reflector-1.2.4-Respect-external-CFLAGS-and-LDFLAGS.patch): patching file Makefile Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.IcKXQO + umask 022 + cd /builddir/build/BUILD + cd vnc_reflector + 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' 'LDFLAGS=-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' BUILDSTDERR: In file included from /usr/include/string.h:494, BUILDSTDERR: from rfblib.c:19: BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'rfb_crypt' at rfblib.c:60:3: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 8 equals destination size [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from client_io.h:20, BUILDSTDERR: from client_io.c:29: BUILDSTDERR: client_io.c: In function 'rf_client_updatereq': BUILDSTDERR: client_io.c:423:32: warning: the address of 'rect' will always evaluate as 'true' [-Waddress] BUILDSTDERR: 423 | REGION_INIT(&tmp_region, &rect, 1); BUILDSTDERR: | ^ BUILDSTDERR: region.h:204:9: note: in definition of macro 'REGION_INIT' BUILDSTDERR: 204 | if (_rect) \ BUILDSTDERR: | ^~~~~ BUILDSTDERR: client_io.c: In function 'fn_client_add_rect': BUILDSTDERR: client_io.c:552:28: warning: the address of 'add_rect' will always evaluate as 'true' [-Waddress] BUILDSTDERR: 552 | REGION_INIT(&add_region, &add_rect, 4); BUILDSTDERR: | ^ BUILDSTDERR: region.h:204:9: note: in definition of macro 'REGION_INIT' BUILDSTDERR: 204 | if (_rect) \ BUILDSTDERR: | ^~~~~ BUILDSTDERR: client_io.c: In function 'send_update': BUILDSTDERR: client_io.c:729:29: warning: the address of 'fb_rect' will always evaluate as 'true' [-Waddress] BUILDSTDERR: 729 | REGION_INIT(&fb_region, &fb_rect, 1); BUILDSTDERR: | ^ BUILDSTDERR: region.h:204:9: note: in definition of macro 'REGION_INIT' BUILDSTDERR: 204 | if (_rect) \ BUILDSTDERR: | ^~~~~ 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 -I. -DUSE_POLL -c main.c 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 -I. -DUSE_POLL -c logging.c 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 -I. -DUSE_POLL -c active.c 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 -I. -DUSE_POLL -c actions.c 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 -I. -DUSE_POLL -c host_connect.c 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 -I. -DUSE_POLL -c d3des.c 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 -I. -DUSE_POLL -c rfblib.c 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 -I. -DUSE_POLL -c async_io.c 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 -I. -DUSE_POLL -c host_io.c 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 -I. -DUSE_POLL -c client_io.c 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 -I. -DUSE_POLL -c encode.c 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 -I. -DUSE_POLL -c region.c BUILDSTDERR: gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fsencode.c: In function 'encode_tile_ht8.isra.0': BUILDSTDERR: encode.c:528:26: warning: 'dst_num_subrects' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 528 | (*dst_num_subrects)++; \ BUILDSTDERR: | ^~ BUILDSTDERR: encode.c:443:10: note: 'dst_num_subrects' was declared here BUILDSTDERR: 443 | CARD8 *dst_num_subrects; \ BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: encode.c:543:1: note: in expansion of macro 'DEFINE_ENCODE_TILE_HT' BUILDSTDERR: 543 | DEFINE_ENCODE_TILE_HT(8) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: encode.c: In function 'encode_tile16': BUILDSTDERR: encode.c:396:12: warning: 'pal.bg' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 396 | PALETTE2 pal; \ BUILDSTDERR: | ^~~ BUILDSTDERR: encode.c:396:12: note: 'pal.bg' was declared here BUILDSTDERR: 396 | PALETTE2 pal; \ BUILDSTDERR: | ^~~ BUILDSTDERR: encode.c:416:1: note: in expansion of macro 'DEFINE_ENCODE_TILE' BUILDSTDERR: 416 | DEFINE_ENCODE_TILE(16) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: encode.c:528:26: warning: 'dst_num_subrects' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 528 | (*dst_num_subrects)++; \ BUILDSTDERR: | ^~ BUILDSTDERR: encode.c:443:10: note: 'dst_num_subrects' was declared here BUILDSTDERR: 443 | CARD8 *dst_num_subrects; \ BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: encode.c:544:1: note: in expansion of macro 'DEFINE_ENCODE_TILE_HT' BUILDSTDERR: 544 | DEFINE_ENCODE_TILE_HT(16) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from encode.c:28: BUILDSTDERR: encode.h:30:33: warning: 'pal.fg' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 30 | (buf)[0] = ((CARD8 *)&(pixel))[0]; \ BUILDSTDERR: | ^ BUILDSTDERR: encode.c:396:12: note: 'pal.fg' was declared here BUILDSTDERR: 396 | PALETTE2 pal; \ BUILDSTDERR: | ^~~ BUILDSTDERR: encode.c:416:1: note: in expansion of macro 'DEFINE_ENCODE_TILE' BUILDSTDERR: 416 | DEFINE_ENCODE_TILE(16) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from encode.c:28: BUILDSTDERR: encode.c: In function 'encode_tile32': BUILDSTDERR: encode.h:38:12: warning: 'pal.fg' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 38 | (buf)[2] = ((CARD8 *)&(pixel))[2]; \ BUILDSTDERR: | ^ BUILDSTDERR: encode.c:396:12: note: 'pal.fg' was declared here BUILDSTDERR: 396 | PALETTE2 pal; \ BUILDSTDERR: | ^~~ BUILDSTDERR: encode.c:417:1: note: in expansion of macro 'DEFINE_ENCODE_TILE' BUILDSTDERR: 417 | DEFINE_ENCODE_TILE(32) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: encode.c:453:6: warning: 'pal.bg' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 453 | if (prev_bg != pal->bg || !prev_bg_set) { \ BUILDSTDERR: | ^ BUILDSTDERR: encode.c:396:12: note: 'pal.bg' was declared here BUILDSTDERR: 396 | PALETTE2 pal; \ BUILDSTDERR: | ^~~ BUILDSTDERR: encode.c:417:1: note: in expansion of macro 'DEFINE_ENCODE_TILE' BUILDSTDERR: 417 | DEFINE_ENCODE_TILE(32) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: encode.c:528:26: warning: 'dst_num_subrects' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 528 | (*dst_num_subrects)++; \ BUILDSTDERR: | ^~ BUILDSTDERR: encode.c:443:10: note: 'dst_num_subrects' was declared here BUILDSTDERR: 443 | CARD8 *dst_num_subrects; \ BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: encode.c:545:1: note: in expansion of macro 'DEFINE_ENCODE_TILE_HT' BUILDSTDERR: 545 | DEFINE_ENCODE_TILE_HT(32) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: decode_tight.c: In function 'tight_draw_indexed_data': BUILDSTDERR: decode_tight.c:360:16: warning: variable 'w' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 360 | int x, y, b, w; BUILDSTDERR: | ^ BUILDSTDERR: In file included from region_more.c:23: BUILDSTDERR: region_more.c: In function 'region_pack': BUILDSTDERR: region_more.c:69:34: warning: the address of 'tmp_rect' will always evaluate as 'true' [-Waddress] BUILDSTDERR: 69 | REGION_INIT(&tmp_region, &tmp_rect, 1); BUILDSTDERR: | ^ BUILDSTDERR: region.h:204:9: note: in definition of macro 'REGION_INIT' BUILDSTDERR: 204 | if (_rect) \ BUILDSTDERR: | ^~~~~ BUILDSTDERR: region_more.c:89:34: warning: the address of 'tmp_rect' will always evaluate as 'true' [-Waddress] BUILDSTDERR: 89 | REGION_INIT(&tmp_region, &tmp_rect, 1); BUILDSTDERR: | ^ BUILDSTDERR: region.h:204:9: note: in definition of macro 'REGION_INIT' BUILDSTDERR: 204 | if (_rect) \ BUILDSTDERR: | ^~~~~ + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 tack-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 -I. -DUSE_POLL -c translate.c 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 -I. -DUSE_POLL -c control.c 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 -I. -DUSE_POLL -c encode_tight.c 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 -I. -DUSE_POLL -c decode_hextile.c 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 -I. -DUSE_POLL -c decode_tight.c 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 -I. -DUSE_POLL -c fbs_files.c 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 -I. -DUSE_POLL -c region_more.c 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 -I. -o vncreflector main.o logging.o active.o actions.o host_connect.o d3des.o rfblib.o async_io.o host_io.o client_io.o encode.o region.o translate.o control.o encode_tight.o decode_hextile.o decode_tight.o fbs_files.o region_more.o -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/local/lib -lz -ljpeg Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.R0ExNQ + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/vnc-reflector-1.2.4-28.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/vnc-reflector-1.2.4-28.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/vnc-reflector-1.2.4-28.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/vnc-reflector-1.2.4-28.fc31.riscv64 + cd vnc_reflector + install -D -t /builddir/build/BUILDROOT/vnc-reflector-1.2.4-28.fc31.riscv64/usr/bin vncreflector + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 1.2.4-28.fc31 --unique-debug-suffix -1.2.4-28.fc31.riscv64 --unique-debug-src-base vnc-reflector-1.2.4-28.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/vnc_reflector BUILDSTDERR: 629 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 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/vnc-reflector-1.2.4-28.fc31.riscv64/usr/bin/vncreflector extracting debug info from /builddir/build/BUILDROOT/vnc-reflector-1.2.4-28.fc31.riscv64/usr/bin/vncreflector original debug info size: 452kB, size after compression: 412kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Processing files: vnc-reflector-1.2.4-28.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.PDJJfS + umask 022 + cd /builddir/build/BUILD + cd vnc_reflector + DOCDIR=/builddir/build/BUILDROOT/vnc-reflector-1.2.4-28.fc31.riscv64/usr/share/doc/vnc-reflector + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/vnc-reflector-1.2.4-28.fc31.riscv64/usr/share/doc/vnc-reflector + cp -pr README /builddir/build/BUILDROOT/vnc-reflector-1.2.4-28.fc31.riscv64/usr/share/doc/vnc-reflector + cp -pr ChangeLog /builddir/build/BUILDROOT/vnc-reflector-1.2.4-28.fc31.riscv64/usr/share/doc/vnc-reflector + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.UULXLR + umask 022 + cd /builddir/build/BUILD + cd vnc_reflector + LICENSEDIR=/builddir/build/BUILDROOT/vnc-reflector-1.2.4-28.fc31.riscv64/usr/share/licenses/vnc-reflector + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/vnc-reflector-1.2.4-28.fc31.riscv64/usr/share/licenses/vnc-reflector + cp -pr LICENSE /builddir/build/BUILDROOT/vnc-reflector-1.2.4-28.fc31.riscv64/usr/share/licenses/vnc-reflector + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: vnc-reflector = 1.2.4-28.fc31 vnc-reflector(riscv-64) = 1.2.4-28.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) libjpeg.so.62()(64bit) libjpeg.so.62(LIBJPEG_6.2)(64bit) libz.so.1()(64bit) rtld(GNU_HASH) Processing files: vnc-reflector-debugsource-1.2.4-28.fc31.riscv64 Provides: vnc-reflector-debugsource = 1.2.4-28.fc31 vnc-reflector-debugsource(riscv-64) = 1.2.4-28.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: vnc-reflector-debuginfo-1.2.4-28.fc31.riscv64 Provides: debuginfo(build-id) = dc1c0beaeedde704edac69beae0cf26126d15cca vnc-reflector-debuginfo = 1.2.4-28.fc31 vnc-reflector-debuginfo(riscv-64) = 1.2.4-28.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: vnc-reflector-debugsource(riscv-64) = 1.2.4-28.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/vnc-reflector-1.2.4-28.fc31.riscv64 Wrote: /builddir/build/RPMS/vnc-reflector-1.2.4-28.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/vnc-reflector-debugsource-1.2.4-28.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/vnc-reflector-debuginfo-1.2.4-28.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.CHaGIO + umask 022 + cd /builddir/build/BUILD + cd vnc_reflector + /usr/bin/rm -rf /builddir/build/BUILDROOT/vnc-reflector-1.2.4-28.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0