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/atop.spec'], chrootPath='/var/lib/mock/f31-build-55302-28101/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/atop.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=1551052800 Wrote: /builddir/build/SRPMS/atop-2.4.0-1.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/atop.spec'], chrootPath='/var/lib/mock/f31-build-55302-28101/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/atop.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=1551052800 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.l7s4yH + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf atop-2.4.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/atop-2.4.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd atop-2.4.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (nvme_support.patch):' + /usr/bin/patch --no-backup-if-mismatch -p0 -b --suffix .nvme --fuzz=0 + echo 'Patch #1 (atop-sysconfig.patch):' + /usr/bin/patch --no-backup-if-mismatch -p0 -b --suffix .sysconfig --fuzz=0 + echo 'Patch #2 (atop-2.3.0-restart.patch):' + /usr/bin/patch --no-backup-if-mismatch -p0 -b --suffix .cron --fuzz=0 + echo 'Patch #3 (atop-2.3.0-newer-gcc.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .newer-gcc --fuzz=0 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Patch #0 (nvme_support.patch): patching file ./photosyst.c Hunk #1 succeeded at 1679 (offset 142 lines). Patch #1 (atop-sysconfig.patch): patching file atop.daily Patch #2 (atop-2.3.0-restart.patch): patching file atop.cronsystemd Patch #3 (atop-2.3.0-newer-gcc.patch): patching file photosyst.c Hunk #1 succeeded at 188 (offset 4 lines). Hunk #2 succeeded at 1605 (offset 123 lines). Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.eAVVEJ + umask 022 + cd /builddir/build/BUILD + cd atop-2.4.0 + 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' BUILDSTDERR: various.c: In function 'regainrootprivs': BUILDSTDERR: various.c:616:2: warning: ignoring return value of 'seteuid', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 616 | seteuid(0); BUILDSTDERR: | ^~~~~~~~~~ BUILDSTDERR: atop.c:274:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] BUILDSTDERR: 274 | static const char rcsid[] = "$Id: atop.c,v 1.49 2010/10/23 14:01:00 gerlof Exp $"; BUILDSTDERR: | ^~~~~ BUILDSTDERR: deviate.c:171:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] BUILDSTDERR: 171 | static const char rcsid[] = "$Id: deviate.c,v 1.45 2010/10/23 14:02:03 gerlof Exp $"; BUILDSTDERR: | ^~~~~ BUILDSTDERR: various.c: In function 'val2valstr': BUILDSTDERR: various.c:264:29: warning: '%d' directive output between 1 and 10 bytes may cause result to exceed 'INT_MAX' [-Wformat-overflow=] BUILDSTDERR: 264 | sprintf(strvalue, "%*llde%d%s", BUILDSTDERR: | ^~ BUILDSTDERR: various.c:264:22: note: directive argument in the range [0, 2147483647] BUILDSTDERR: 264 | sprintf(strvalue, "%*llde%d%s", BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: photoproc.c:139:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] BUILDSTDERR: 139 | static const char rcsid[] = "$Id: photoproc.c,v 1.33 2010/04/23 12:19:35 gerlof Exp $"; BUILDSTDERR: | ^~~~~ BUILDSTDERR: photosyst.c: In function 'getperfevents': BUILDSTDERR: photosyst.c:2157:18: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 2157 | read(*(fdi+i), &(cs->cpu[i].instr), sizeof(count_t)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: photosyst.c:2160:18: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 2160 | read(*(fdc+i), &(cs->cpu[i].cycle), sizeof(count_t)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: At top level: BUILDSTDERR: photosyst.c:152:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] BUILDSTDERR: 152 | static const char rcsid[] = "$Id: photosyst.c,v 1.38 2010/11/19 07:40:40 gerlof Exp $"; BUILDSTDERR: | ^~~~~ BUILDSTDERR: photosyst.c: In function 'lvmmapname': BUILDSTDERR: photosyst.c:1589:37: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 52 [-Wformat-truncation=] BUILDSTDERR: 1589 | snprintf(path, sizeof path, "%s/%s", BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from photosyst.c:155: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 13 and 268 bytes into a destination of size 64 BUILDSTDERR: 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 68 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: photosyst.c: In function 'photosyst': BUILDSTDERR: photosyst.c:1860:34: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 128 [-Wformat-truncation=] BUILDSTDERR: 1860 | snprintf(path, sizeof path, "%s/ports", BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from photosyst.c:155: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 7 and 262 bytes into a destination of size 128 BUILDSTDERR: 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 68 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: rawlog.c: In function 'rawread': BUILDSTDERR: rawlog.c:424:42: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 237 [-Wformat-truncation=] BUILDSTDERR: 424 | snprintf(rawname, RAWNAMESZ, "%s/atop_%s", BUILDSTDERR: | ^~ BUILDSTDERR: 425 | BASEPATH, BUILDSTDERR: 426 | savedname); BUILDSTDERR: | ~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from rawlog.c:34: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 20 and 275 bytes 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: rawlog.c:498:54: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size between 244 and 499 [-Wformat-truncation=] BUILDSTDERR: 498 | snprintf(command, sizeof command, "gunzip -c %s > %s", BUILDSTDERR: | ^~ BUILDSTDERR: 499 | tmpname1, tmpname2); BUILDSTDERR: | ~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from rawlog.c:34: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 14 and 524 bytes into a destination of size 512 BUILDSTDERR: 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 68 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -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 -c -o atop.o atop.c cc -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 -c -o version.o version.c cc -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 -c -o various.o various.c cc -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 -c -o deviate.o deviate.c cc -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 -c -o procdbase.o procdbase.c cc -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 -c -o acctproc.o acctproc.c cc -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 -c -o photoproc.o photoproc.c cc -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 -c -o photosyst.o photosyst.c cc -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 -c -o rawlog.o rawlog.c cc -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 -c -o ifprop.o ifprop.c cc -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 -c -o parseable.o parseable.c cc -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 -c -o showgeneric.o showgeneric.c BUILDSTDERR: cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptionsshowgeneric.c: In function 'printg': BUILDSTDERR: showgeneric.c:2631:3: warning: 'vwprintw' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 2631 | vwprintw(stdscr, (char *) format, args); BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: In file included from showgeneric.c:273: BUILDSTDERR: /usr/include/curses.h:816:28: note: declared here BUILDSTDERR: 816 | extern NCURSES_EXPORT(int) vwprintw (WINDOW *, const char *,va_list) GCC_DEPRECATED(use vw_printw); /* implemented */ BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: At top level: BUILDSTDERR: showgeneric.c:258:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] BUILDSTDERR: 258 | static const char rcsid[] = "$Id: showgeneric.c,v 1.71 2010/10/25 19:08:32 gerlof Exp $"; BUILDSTDERR: | ^~~~~ BUILDSTDERR: showlinux.c: In function 'compcpu': BUILDSTDERR: showlinux.c:2292:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 2292 | if (acpu > bcpu) return -1; BUILDSTDERR: | ^~ BUILDSTDERR: showlinux.c:2293:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: 2293 | return compmem(a, b); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: showlinux.c: In function 'compdsk': BUILDSTDERR: showlinux.c:2316:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 2316 | if (adsk > bdsk) return -1; BUILDSTDERR: | ^~ BUILDSTDERR: showlinux.c:2317:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: 2317 | return compcpu(a, b); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: showlinux.c: In function 'compmem': BUILDSTDERR: showlinux.c:2327:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 2327 | if (amem > bmem) return -1; BUILDSTDERR: | ^~ BUILDSTDERR: showlinux.c:2328:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: 2328 | return 0; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: showlinux.c: In function 'compgpu': BUILDSTDERR: showlinux.c:2350:10: warning: this 'if' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 2350 | if (amem > bmem) return -1; BUILDSTDERR: | ^~ BUILDSTDERR: showlinux.c:2351:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: 2351 | return 0; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: showlinux.c:2356:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 2356 | if (abusy > bbusy) return -1; BUILDSTDERR: | ^~ BUILDSTDERR: showlinux.c:2357:29: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: 2357 | return 0; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: showlinux.c: In function 'compnet': BUILDSTDERR: showlinux.c:2374:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 2374 | if (anet > bnet) return -1; BUILDSTDERR: | ^~ BUILDSTDERR: showlinux.c:2375:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: 2375 | return compcpu(a, b); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: showlinux.c: In function 'compusr': BUILDSTDERR: showlinux.c:2385:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 2385 | if (uida < uidb) return -1; BUILDSTDERR: | ^~ BUILDSTDERR: showlinux.c:2386:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: 2386 | return 0; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: showlinux.c: In function 'cpucompar': BUILDSTDERR: showlinux.c:2419:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 2419 | if (aidle > bidle) return 1; BUILDSTDERR: | ^~ BUILDSTDERR: showlinux.c:2420:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: 2420 | return 0; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: showlinux.c: In function 'gpucompar': BUILDSTDERR: showlinux.c:2434:10: warning: this 'if' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 2434 | if (amemuse > bmemuse) return -1; BUILDSTDERR: | ^~ BUILDSTDERR: showlinux.c:2435:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: 2435 | return 0; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: showlinux.c:2440:10: warning: this 'if' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 2440 | if (agpuperc > bgpuperc) return -1; BUILDSTDERR: | ^~ BUILDSTDERR: showlinux.c:2441:27: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: 2441 | return 0; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: showlinux.c: In function 'diskcompar': BUILDSTDERR: showlinux.c:2452:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 2452 | if (amsio > bmsio) return -1; BUILDSTDERR: | ^~ BUILDSTDERR: showlinux.c:2453:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: 2453 | return 0; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: showlinux.c: In function 'intfcompar': BUILDSTDERR: showlinux.c:2500:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 2500 | if (afactor > bfactor) return -1; BUILDSTDERR: | ^~ BUILDSTDERR: showlinux.c:2501:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: 2501 | return 0; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: showlinux.c:2507:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 2507 | if ((arbyte + asbyte) > (brbyte + bsbyte)) return -1; BUILDSTDERR: | ^~ BUILDSTDERR: showlinux.c:2508:65: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: 2508 | return 0; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: showlinux.c: In function 'ifbcompar': BUILDSTDERR: showlinux.c:2527:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 2527 | if (atransfer > btransfer) return -1; BUILDSTDERR: | ^~ BUILDSTDERR: showlinux.c:2528:6: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: 2528 | return 0; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: showlinux.c: In function 'nfsmcompar': BUILDSTDERR: showlinux.c:2548:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 2548 | if (aused > bused) return -1; BUILDSTDERR: | ^~ BUILDSTDERR: showlinux.c:2549:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: 2549 | return 0; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: showlinux.c: In function 'contcompar': BUILDSTDERR: showlinux.c:2562:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 2562 | if (aused > bused) return -1; BUILDSTDERR: | ^~ BUILDSTDERR: showlinux.c:2563:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: 2563 | return 0; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: At top level: BUILDSTDERR: showlinux.c:264:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] BUILDSTDERR: 264 | static const char rcsid[] = "$Id: showlinux.c,v 1.70 2010/10/23 14:04:12 gerlof Exp $"; BUILDSTDERR: | ^~~~~ BUILDSTDERR: showsys.c:71:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] BUILDSTDERR: 71 | static const char rcsid[] = "XXXXXX"; BUILDSTDERR: | ^~~~~ BUILDSTDERR: showprocs.c:85:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] BUILDSTDERR: 85 | static const char rcsid[] = "$Id: showprocs.c,v 1.15 2011/09/05 11:44:16 gerlof Exp $"; BUILDSTDERR: | ^~~~~ BUILDSTDERR: showsys.c: In function 'sysprt_NETSPEEDMAX': BUILDSTDERR: showsys.c:2229:40: warning: '%4lld' directive output may be truncated writing between 4 and 16 bytes into a region of size 13 [-Wformat-truncation=] BUILDSTDERR: 2229 | snprintf(buf, sizeof buf, "sp %4lld Gbps", speed); BUILDSTDERR: | ^~~~~ BUILDSTDERR: showsys.c:2229:36: note: directive argument in the range [10, 9223372036854775] BUILDSTDERR: 2229 | snprintf(buf, sizeof buf, "sp %4lld Gbps", speed); BUILDSTDERR: | ^~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from showsys.c:78: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 13 and 25 bytes into a destination of size 16 BUILDSTDERR: 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 68 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: showsys.c:2224:40: warning: '%4lld' directive output may be truncated writing between 4 and 20 bytes into a region of size 13 [-Wformat-truncation=] BUILDSTDERR: 2224 | snprintf(buf, sizeof buf, "sp %4lld Mbps", speed); BUILDSTDERR: | ^~~~~ BUILDSTDERR: showsys.c:2224:36: note: directive argument in the range [-9223372036854775808, 9999] BUILDSTDERR: 2224 | snprintf(buf, sizeof buf, "sp %4lld Mbps", speed); BUILDSTDERR: | ^~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from showsys.c:78: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 13 and 29 bytes into a destination of size 16 BUILDSTDERR: 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 68 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: showsys.c: In function 'sysprt_IFBSPEEDMAX': BUILDSTDERR: showsys.c:2427:40: warning: '%4lld' directive output may be truncated writing between 4 and 16 bytes into a region of size 13 [-Wformat-truncation=] BUILDSTDERR: 2427 | snprintf(buf, sizeof buf, "sp %4lld Gbps", rate); BUILDSTDERR: | ^~~~~ BUILDSTDERR: showsys.c:2427:36: note: directive argument in the range [10, 9223372036854775] BUILDSTDERR: 2427 | snprintf(buf, sizeof buf, "sp %4lld Gbps", rate); BUILDSTDERR: | ^~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from showsys.c:78: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 13 and 25 bytes into a destination of size 16 BUILDSTDERR: 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 68 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: showsys.c:2422:40: warning: '%4lld' directive output may be truncated writing between 4 and 20 bytes into a region of size 13 [-Wformat-truncation=] BUILDSTDERR: 2422 | snprintf(buf, sizeof buf, "sp %4lld Mbps", rate); BUILDSTDERR: | ^~~~~ BUILDSTDERR: showsys.c:2422:36: note: directive argument in the range [-9223372036854775808, 9999] BUILDSTDERR: 2422 | snprintf(buf, sizeof buf, "sp %4lld Mbps", rate); BUILDSTDERR: | ^~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from showsys.c:78: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 13 and 29 bytes into a destination of size 16 BUILDSTDERR: 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 68 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: showsys.c: In function 'sysprt_NETNAME': BUILDSTDERR: showsys.c:2127:47: warning: '%3lld' directive output may be truncated writing between 3 and 19 bytes into a region of size 7 [-Wformat-truncation=] BUILDSTDERR: 2127 | snprintf(buf, sizeof(buf)-1, "%-7.7s %3lld%%", BUILDSTDERR: | ^~~~~ BUILDSTDERR: showsys.c:2127:39: note: directive argument in the range [-147573952589676412, 147573952589676412] BUILDSTDERR: 2127 | snprintf(buf, sizeof(buf)-1, "%-7.7s %3lld%%", BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from showsys.c:78: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 13 and 29 bytes into a destination of size 15 BUILDSTDERR: 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 68 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: atopsar.c:32:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] BUILDSTDERR: 32 | static const char rcsid[] = "$Id: atopsar.c,v 1.28 2010/11/26 06:19:43 gerlof Exp $"; BUILDSTDERR: | ^~~~~ BUILDSTDERR: showsys.c: In function 'makenetspeed': BUILDSTDERR: showsys.c:2207:25: warning: '%4lld' directive writing between 4 and 18 bytes into a region of size 13 [-Wformat-overflow=] BUILDSTDERR: 2207 | sprintf(buf+3, "%4lld %cbps", val, c); BUILDSTDERR: | ^~~~~ BUILDSTDERR: showsys.c:2207:24: note: directive argument in the range [-73786976294838206, 73786976] BUILDSTDERR: 2207 | sprintf(buf+3, "%4lld %cbps", val, c); BUILDSTDERR: | ^~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from showsys.c:78: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 10 and 24 bytes into a destination of size 13 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: atopacctd.c: In function 'main': BUILDSTDERR: atopacctd.c:307:9: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 307 | (void) chdir("/tmp"); // go to a safe place BUILDSTDERR: | ^~~~~~~~~~~~~ BUILDSTDERR: atopacctd.c:371:9: warning: ignoring return value of 'nice', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 371 | (void) nice(-39); BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: atopacctd.c: In function 'setcurrent': BUILDSTDERR: atopacctd.c:995:9: warning: ignoring return value of 'ftruncate', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 995 | (void) ftruncate(cfd, 0); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: atopacctd.c:997:9: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 997 | (void) write(cfd, currentdata, len); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 -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 -c -o showlinux.o showlinux.c cc -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 -c -o showsys.o showsys.c cc -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 -c -o showprocs.o showprocs.c cc -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 -c -o atopsar.o atopsar.c cc -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 -c -o netatopif.o netatopif.c cc -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 -c -o gpucom.o gpucom.c cc -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 -c -o atopacctd.o atopacctd.c cc -I. -Wall -c netlink.c cc -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 -c -o atopconvert.o atopconvert.c cc atopacctd.o netlink.o -o atopacctd cc atopconvert.o -o atopconvert -lz cc -c version.c cc atop.o version.o various.o deviate.o procdbase.o acctproc.o photoproc.o photosyst.o rawlog.o ifprop.o parseable.o showgeneric.o showlinux.o showsys.o showprocs.o atopsar.o netatopif.o gpucom.o -o atop -lncurses -lz -lm -lrt ln -sf atop atopsar Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.nK8OxI + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/atop-2.4.0-1.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/atop-2.4.0-1.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/atop-2.4.0-1.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/atop-2.4.0-1.fc31.riscv64 + cd atop-2.4.0 + install -Dp -m 0755 atop /builddir/build/BUILDROOT/atop-2.4.0-1.fc31.riscv64/usr/bin/atop + install -Dp -m 0755 atopconvert /builddir/build/BUILDROOT/atop-2.4.0-1.fc31.riscv64/usr/bin/atopconvert + ln -s atop /builddir/build/BUILDROOT/atop-2.4.0-1.fc31.riscv64/usr/bin/atopsar + install -Dp -m 0644 man/atop.1 /builddir/build/BUILDROOT/atop-2.4.0-1.fc31.riscv64/usr/share/man/man1/atop.1 + install -Dp -m 0644 man/atopsar.1 /builddir/build/BUILDROOT/atop-2.4.0-1.fc31.riscv64/usr/share/man/man1/atopsar.1 + install -Dp -m 0644 atop.cronsystemd /builddir/build/BUILDROOT/atop-2.4.0-1.fc31.riscv64/etc/cron.d/atop + install -Dp -m 0755 atop.daily /builddir/build/BUILDROOT/atop-2.4.0-1.fc31.riscv64/usr/share/atop/atop.daily + install -Dp -m 0644 /builddir/build/SOURCES/atop.sysconfig /builddir/build/BUILDROOT/atop-2.4.0-1.fc31.riscv64/etc/sysconfig/atop + install -Dp -m 0755 /builddir/build/SOURCES/atop.d /builddir/build/BUILDROOT/atop-2.4.0-1.fc31.riscv64/usr/bin/atopd + install -Dp -m 0644 atop.service /builddir/build/BUILDROOT/atop-2.4.0-1.fc31.riscv64/usr/lib/systemd/system/atop.service + install -d /builddir/build/BUILDROOT/atop-2.4.0-1.fc31.riscv64/var/log/atop + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 2.4.0-1.fc31 --unique-debug-suffix -2.4.0-1.fc31.riscv64 --unique-debug-src-base atop-2.4.0-1.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/atop-2.4.0 BUILDSTDERR: 1542 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/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/atop-2.4.0-1.fc31.riscv64/usr/bin/atopconvert explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/atop-2.4.0-1.fc31.riscv64/usr/bin/atop extracting debug info from /builddir/build/BUILDROOT/atop-2.4.0-1.fc31.riscv64/usr/bin/atop extracting debug info from /builddir/build/BUILDROOT/atop-2.4.0-1.fc31.riscv64/usr/bin/atopconvert original debug info size: 1224kB, size after compression: 1084kB /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. mangling shebang in /usr/bin/atopd from /bin/bash to #!/usr/bin/bash mangling shebang in /usr/share/atop/atop.daily from /bin/bash to #!/usr/bin/bash Processing files: atop-2.4.0-1.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.AWPHXH + umask 022 + cd /builddir/build/BUILD + cd atop-2.4.0 + DOCDIR=/builddir/build/BUILDROOT/atop-2.4.0-1.fc31.riscv64/usr/share/doc/atop + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/atop-2.4.0-1.fc31.riscv64/usr/share/doc/atop + cp -pr AUTHOR /builddir/build/BUILDROOT/atop-2.4.0-1.fc31.riscv64/usr/share/doc/atop + cp -pr README /builddir/build/BUILDROOT/atop-2.4.0-1.fc31.riscv64/usr/share/doc/atop + cp -pr ChangeLog /builddir/build/BUILDROOT/atop-2.4.0-1.fc31.riscv64/usr/share/doc/atop + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.XbaH1L + umask 022 + cd /builddir/build/BUILD + cd atop-2.4.0 + LICENSEDIR=/builddir/build/BUILDROOT/atop-2.4.0-1.fc31.riscv64/usr/share/licenses/atop + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/atop-2.4.0-1.fc31.riscv64/usr/share/licenses/atop + cp -pr COPYING /builddir/build/BUILDROOT/atop-2.4.0-1.fc31.riscv64/usr/share/licenses/atop + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: atop = 2.4.0-1.fc31 atop(riscv-64) = 2.4.0-1.fc31 config(atop) = 2.4.0-1.fc31 Requires(interp): /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 Requires(preun): /bin/sh systemd Requires(postun): /bin/sh systemd Requires: /usr/bin/bash 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) libc.so.6(GLIBC_2.28)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) libncurses.so.6()(64bit) librt.so.1()(64bit) libtinfo.so.6()(64bit) libz.so.1()(64bit) rtld(GNU_HASH) Processing files: atop-debugsource-2.4.0-1.fc31.riscv64 Provides: atop-debugsource = 2.4.0-1.fc31 atop-debugsource(riscv-64) = 2.4.0-1.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: atop-debuginfo-2.4.0-1.fc31.riscv64 Provides: atop-debuginfo = 2.4.0-1.fc31 atop-debuginfo(riscv-64) = 2.4.0-1.fc31 debuginfo(build-id) = 1196d907c13b3722e5f8695983de471c0e40bfdf debuginfo(build-id) = 59ffd08d56191fadb2040311d55b0f81985df0c0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: atop-debugsource(riscv-64) = 2.4.0-1.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/atop-2.4.0-1.fc31.riscv64 Wrote: /builddir/build/RPMS/atop-2.4.0-1.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/atop-debugsource-2.4.0-1.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/atop-debuginfo-2.4.0-1.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.dwrGrL + umask 022 + cd /builddir/build/BUILD + cd atop-2.4.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/atop-2.4.0-1.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0