<86>Oct 31 10:04:20 userdel[26312]: delete user 'rooter' <86>Oct 31 10:04:20 userdel[26312]: removed group 'rooter' owned by 'rooter' <86>Oct 31 10:04:20 userdel[26312]: removed shadow group 'rooter' owned by 'rooter' <86>Oct 31 10:04:20 groupadd[26327]: group added to /etc/group: name=rooter, GID=573 <86>Oct 31 10:04:20 groupadd[26327]: group added to /etc/gshadow: name=rooter <86>Oct 31 10:04:20 groupadd[26327]: new group: name=rooter, GID=573 <86>Oct 31 10:04:20 useradd[26338]: new user: name=rooter, UID=573, GID=573, home=/root, shell=/bin/bash <86>Oct 31 10:04:20 userdel[26358]: delete user 'builder' <86>Oct 31 10:04:20 userdel[26358]: removed group 'builder' owned by 'builder' <86>Oct 31 10:04:20 userdel[26358]: removed shadow group 'builder' owned by 'builder' <86>Oct 31 10:04:20 groupadd[26373]: group added to /etc/group: name=builder, GID=574 <86>Oct 31 10:04:20 groupadd[26373]: group added to /etc/gshadow: name=builder <86>Oct 31 10:04:20 groupadd[26373]: new group: name=builder, GID=574 <86>Oct 31 10:04:20 useradd[26381]: new user: name=builder, UID=574, GID=574, home=/usr/src, shell=/bin/bash <13>Oct 31 10:04:24 rpmi: libtinfo-devel-6.1.20180407-alt2 sisyphus+222164.200.1.1 1550686226 installed <13>Oct 31 10:04:24 rpmi: libncurses-devel-6.1.20180407-alt2 sisyphus+222164.200.1.1 1550686226 installed <13>Oct 31 10:04:24 rpmi: zlib-devel-1.2.11-alt1 sisyphus+221902.6000.4.1 1550601058 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/atop-2.4-alt1.nosrc.rpm Installing atop-2.4-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.7984 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf atop-2.4 + echo 'Source #0 (atop-2.4.tar):' Source #0 (atop-2.4.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/atop-2.4.tar + cd atop-2.4 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (atop-2.4-alt1.patch):' Patch #0 (atop-2.4-alt1.patch): + /usr/bin/patch -p1 patching file Makefile patching file atop.init patching file atopacct.init + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.32466 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd atop-2.4 + make -j8 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' make: Entering directory '/usr/src/RPM/BUILD/atop-2.4' cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o version.o version.c make: Leaving directory '/usr/src/RPM/BUILD/atop-2.4' make: Entering directory '/usr/src/RPM/BUILD/atop-2.4' cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o acctproc.o acctproc.c make: Leaving directory '/usr/src/RPM/BUILD/atop-2.4' make: Entering directory '/usr/src/RPM/BUILD/atop-2.4' cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o ifprop.o ifprop.c make: Leaving directory '/usr/src/RPM/BUILD/atop-2.4' make: Entering directory '/usr/src/RPM/BUILD/atop-2.4' cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o parseable.o parseable.c make: Leaving directory '/usr/src/RPM/BUILD/atop-2.4' make: Entering directory '/usr/src/RPM/BUILD/atop-2.4' cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o procdbase.o procdbase.c make: Leaving directory '/usr/src/RPM/BUILD/atop-2.4' make: Entering directory '/usr/src/RPM/BUILD/atop-2.4' cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o showgeneric.o showgeneric.c showgeneric.c:258:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] 258 | static const char rcsid[] = "$Id: showgeneric.c,v 1.71 2010/10/25 19:08:32 gerlof Exp $"; | ^~~~~ make: Leaving directory '/usr/src/RPM/BUILD/atop-2.4' make: Entering directory '/usr/src/RPM/BUILD/atop-2.4' cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o various.o various.c various.c: In function 'regainrootprivs': various.c:616:2: warning: ignoring return value of 'seteuid', declared with attribute warn_unused_result [-Wunused-result] 616 | seteuid(0); | ^~~~~~~~~~ various.c: In function 'val2valstr': various.c:264:29: warning: '%d' directive output between 1 and 10 bytes may cause result to exceed 'INT_MAX' [-Wformat-overflow=] 264 | sprintf(strvalue, "%*llde%d%s", | ^~ various.c:264:22: note: directive argument in the range [0, 2147483647] 264 | sprintf(strvalue, "%*llde%d%s", | ^~~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from various.c:108: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 4 and 2147483659 bytes into a destination of size 4294967295 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/atop-2.4' make: Entering directory '/usr/src/RPM/BUILD/atop-2.4' cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o photoproc.o photoproc.c photoproc.c:139:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] 139 | static const char rcsid[] = "$Id: photoproc.c,v 1.33 2010/04/23 12:19:35 gerlof Exp $"; | ^~~~~ make: Leaving directory '/usr/src/RPM/BUILD/atop-2.4' make: Entering directory '/usr/src/RPM/BUILD/atop-2.4' cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o atop.o atop.c atop.c:274:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] 274 | static const char rcsid[] = "$Id: atop.c,v 1.49 2010/10/23 14:01:00 gerlof Exp $"; | ^~~~~ make: Leaving directory '/usr/src/RPM/BUILD/atop-2.4' make: Entering directory '/usr/src/RPM/BUILD/atop-2.4' cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o rawlog.o rawlog.c rawlog.c: In function 'rawread': rawlog.c:424:42: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 237 [-Wformat-truncation=] 424 | snprintf(rawname, RAWNAMESZ, "%s/atop_%s", | ^~ 425 | BASEPATH, 426 | savedname); | ~~~~~~~~~ In file included from /usr/include/stdio.h:862, from rawlog.c:34: /usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output between 20 and 275 bytes into a destination of size 256 64 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 65 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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=] 498 | snprintf(command, sizeof command, "gunzip -c %s > %s", | ^~ 499 | tmpname1, tmpname2); | ~~~~~~~~ In file included from /usr/include/stdio.h:862, from rawlog.c:34: /usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output between 14 and 524 bytes into a destination of size 512 64 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 65 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/atop-2.4' make: Entering directory '/usr/src/RPM/BUILD/atop-2.4' cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o deviate.o deviate.c deviate.c:171:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] 171 | static const char rcsid[] = "$Id: deviate.c,v 1.45 2010/10/23 14:02:03 gerlof Exp $"; | ^~~~~ make: Leaving directory '/usr/src/RPM/BUILD/atop-2.4' make: Entering directory '/usr/src/RPM/BUILD/atop-2.4' cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o netatopif.o netatopif.c make: Leaving directory '/usr/src/RPM/BUILD/atop-2.4' make: Entering directory '/usr/src/RPM/BUILD/atop-2.4' cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o showlinux.o showlinux.c showlinux.c: In function 'compcpu': showlinux.c:2292:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 2292 | if (acpu > bcpu) return -1; | ^~ showlinux.c:2293:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 2293 | return compmem(a, b); | ^~~~~~ showlinux.c: In function 'compdsk': showlinux.c:2316:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 2316 | if (adsk > bdsk) return -1; | ^~ showlinux.c:2317:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 2317 | return compcpu(a, b); | ^~~~~~ showlinux.c: In function 'compmem': showlinux.c:2327:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 2327 | if (amem > bmem) return -1; | ^~ showlinux.c:2328:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 2328 | return 0; | ^~~~~~ showlinux.c: In function 'compgpu': showlinux.c:2350:10: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 2350 | if (amem > bmem) return -1; | ^~ showlinux.c:2351:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 2351 | return 0; | ^~~~~~ showlinux.c:2356:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 2356 | if (abusy > bbusy) return -1; | ^~ showlinux.c:2357:29: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 2357 | return 0; | ^~~~~~ showlinux.c: In function 'compnet': showlinux.c:2374:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 2374 | if (anet > bnet) return -1; | ^~ showlinux.c:2375:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 2375 | return compcpu(a, b); | ^~~~~~ showlinux.c: In function 'compusr': showlinux.c:2385:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 2385 | if (uida < uidb) return -1; | ^~ showlinux.c:2386:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 2386 | return 0; | ^~~~~~ showlinux.c: In function 'cpucompar': showlinux.c:2419:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 2419 | if (aidle > bidle) return 1; | ^~ showlinux.c:2420:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 2420 | return 0; | ^~~~~~ showlinux.c: In function 'gpucompar': showlinux.c:2434:10: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 2434 | if (amemuse > bmemuse) return -1; | ^~ showlinux.c:2435:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 2435 | return 0; | ^~~~~~ showlinux.c:2440:10: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 2440 | if (agpuperc > bgpuperc) return -1; | ^~ showlinux.c:2441:27: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 2441 | return 0; | ^~~~~~ showlinux.c: In function 'diskcompar': showlinux.c:2452:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 2452 | if (amsio > bmsio) return -1; | ^~ showlinux.c:2453:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 2453 | return 0; | ^~~~~~ showlinux.c: In function 'intfcompar': showlinux.c:2500:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 2500 | if (afactor > bfactor) return -1; | ^~ showlinux.c:2501:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 2501 | return 0; | ^~~~~~ showlinux.c:2507:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 2507 | if ((arbyte + asbyte) > (brbyte + bsbyte)) return -1; | ^~ showlinux.c:2508:65: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 2508 | return 0; | ^~~~~~ showlinux.c: In function 'ifbcompar': showlinux.c:2527:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 2527 | if (atransfer > btransfer) return -1; | ^~ showlinux.c:2528:6: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 2528 | return 0; | ^~~~~~ showlinux.c: In function 'nfsmcompar': showlinux.c:2548:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 2548 | if (aused > bused) return -1; | ^~ showlinux.c:2549:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 2549 | return 0; | ^~~~~~ showlinux.c: In function 'contcompar': showlinux.c:2562:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 2562 | if (aused > bused) return -1; | ^~ showlinux.c:2563:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 2563 | return 0; | ^~~~~~ At top level: showlinux.c:264:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] 264 | static const char rcsid[] = "$Id: showlinux.c,v 1.70 2010/10/23 14:04:12 gerlof Exp $"; | ^~~~~ make: Leaving directory '/usr/src/RPM/BUILD/atop-2.4' make: Entering directory '/usr/src/RPM/BUILD/atop-2.4' cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o gpucom.o gpucom.c make: Leaving directory '/usr/src/RPM/BUILD/atop-2.4' make: Entering directory '/usr/src/RPM/BUILD/atop-2.4' cc -I. -Wall -c netlink.c make: Leaving directory '/usr/src/RPM/BUILD/atop-2.4' make: Entering directory '/usr/src/RPM/BUILD/atop-2.4' cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o photosyst.o photosyst.c photosyst.c: In function 'getperfevents': photosyst.c:2153:18: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] 2153 | read(*(fdi+i), &(cs->cpu[i].instr), sizeof(count_t)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ photosyst.c:2156:18: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] 2156 | read(*(fdc+i), &(cs->cpu[i].cycle), sizeof(count_t)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ At top level: photosyst.c:152:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] 152 | static const char rcsid[] = "$Id: photosyst.c,v 1.38 2010/11/19 07:40:40 gerlof Exp $"; | ^~~~~ photosyst.c: In function 'lvmmapname': photosyst.c:1586:37: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 52 [-Wformat-truncation=] 1586 | snprintf(path, sizeof path, "%s/%s", | ^~ In file included from /usr/include/stdio.h:862, from photosyst.c:155: /usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output between 13 and 268 bytes into a destination of size 64 64 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 65 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ photosyst.c: In function 'photosyst': photosyst.c:1856:34: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 128 [-Wformat-truncation=] 1856 | snprintf(path, sizeof path, "%s/ports", | ^~ In file included from /usr/include/stdio.h:862, from photosyst.c:155: /usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output between 7 and 262 bytes into a destination of size 128 64 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 65 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/atop-2.4' make: Entering directory '/usr/src/RPM/BUILD/atop-2.4' cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o atopacctd.o atopacctd.c atopacctd.c: In function 'main': atopacctd.c:307:9: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result] 307 | (void) chdir("/tmp"); // go to a safe place | ^~~~~~~~~~~~~ atopacctd.c:371:9: warning: ignoring return value of 'nice', declared with attribute warn_unused_result [-Wunused-result] 371 | (void) nice(-39); | ^~~~~~~~~ atopacctd.c: In function 'setcurrent': atopacctd.c:995:9: warning: ignoring return value of 'ftruncate', declared with attribute warn_unused_result [-Wunused-result] 995 | (void) ftruncate(cfd, 0); | ^~~~~~~~~~~~~~~~~ atopacctd.c:997:9: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 997 | (void) write(cfd, currentdata, len); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/atop-2.4' make: Entering directory '/usr/src/RPM/BUILD/atop-2.4' cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o atopconvert.o atopconvert.c make: Leaving directory '/usr/src/RPM/BUILD/atop-2.4' make: Entering directory '/usr/src/RPM/BUILD/atop-2.4' cc atopacctd.o netlink.o -o atopacctd make: Leaving directory '/usr/src/RPM/BUILD/atop-2.4' make: Entering directory '/usr/src/RPM/BUILD/atop-2.4' cc atopconvert.o -o atopconvert -lz make: Leaving directory '/usr/src/RPM/BUILD/atop-2.4' make: Entering directory '/usr/src/RPM/BUILD/atop-2.4' cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o atopsar.o atopsar.c atopsar.c:32:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] 32 | static const char rcsid[] = "$Id: atopsar.c,v 1.28 2010/11/26 06:19:43 gerlof Exp $"; | ^~~~~ make: Leaving directory '/usr/src/RPM/BUILD/atop-2.4' make: Entering directory '/usr/src/RPM/BUILD/atop-2.4' cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o showprocs.o showprocs.c showprocs.c:85:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] 85 | static const char rcsid[] = "$Id: showprocs.c,v 1.15 2011/09/05 11:44:16 gerlof Exp $"; | ^~~~~ make: Leaving directory '/usr/src/RPM/BUILD/atop-2.4' make: Entering directory '/usr/src/RPM/BUILD/atop-2.4' cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o showsys.o showsys.c showsys.c:71:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] 71 | static const char rcsid[] = "XXXXXX"; | ^~~~~ showsys.c: In function 'sysprt_NETSPEEDMAX': showsys.c:2224:45: warning: ' Mbps' directive output may be truncated writing 5 bytes into a region of size between 2 and 9 [-Wformat-truncation=] 2224 | snprintf(buf, sizeof buf, "sp %4lld Mbps", speed); | ^~~~~ In file included from /usr/include/stdio.h:862, from showsys.c:78: /usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output between 13 and 20 bytes into a destination of size 16 64 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 65 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ showsys.c: In function 'sysprt_IFBSPEEDMAX': 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=] 2427 | snprintf(buf, sizeof buf, "sp %4lld Gbps", rate); | ^~~~~ showsys.c:2427:36: note: directive argument in the range [10, 9223372036854775] 2427 | snprintf(buf, sizeof buf, "sp %4lld Gbps", rate); | ^~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from showsys.c:78: /usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output between 13 and 25 bytes into a destination of size 16 64 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 65 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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=] 2422 | snprintf(buf, sizeof buf, "sp %4lld Mbps", rate); | ^~~~~ showsys.c:2422:36: note: directive argument in the range [-9223372036854775808, 9999] 2422 | snprintf(buf, sizeof buf, "sp %4lld Mbps", rate); | ^~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from showsys.c:78: /usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output between 13 and 29 bytes into a destination of size 16 64 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 65 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ showsys.c: In function 'sysprt_NETNAME': 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=] 2127 | snprintf(buf, sizeof(buf)-1, "%-7.7s %3lld%%", | ^~~~~ showsys.c:2127:39: note: directive argument in the range [-147573952589676412, 147573952589676412] 2127 | snprintf(buf, sizeof(buf)-1, "%-7.7s %3lld%%", | ^~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from showsys.c:78: /usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output between 13 and 29 bytes into a destination of size 15 64 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 65 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ showsys.c: In function 'makenetspeed': showsys.c:2207:25: warning: '%4lld' directive writing between 4 and 18 bytes into a region of size 13 [-Wformat-overflow=] 2207 | sprintf(buf+3, "%4lld %cbps", val, c); | ^~~~~ showsys.c:2207:24: note: directive argument in the range [-73786976294838206, 73786976] 2207 | sprintf(buf+3, "%4lld %cbps", val, c); | ^~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from showsys.c:78: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 10 and 24 bytes into a destination of size 13 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/atop-2.4' make: Entering directory '/usr/src/RPM/BUILD/atop-2.4' 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 make: Leaving directory '/usr/src/RPM/BUILD/atop-2.4' make: Entering directory '/usr/src/RPM/BUILD/atop-2.4' ln -sf atop atopsar make: Leaving directory '/usr/src/RPM/BUILD/atop-2.4' + gzip -c9 ChangeLog + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.11080 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/atop-buildroot + : + /bin/rm -rf -- /usr/src/tmp/atop-buildroot + cd atop-2.4 + mkdir -p /usr/src/tmp/atop-buildroot/usr/lib/pm-utils/sleep.d + for i in systemdinstall sysvinstall + make systemdinstall DESTDIR=/usr/src/tmp/atop-buildroot INIPATH=/etc/rc.d/init.d SYSDPATH=/lib/systemd/system make: Entering directory '/usr/src/RPM/BUILD/atop-2.4' if [ ! -d /usr/src/tmp/atop-buildroot/var/log/atop ]; \ then mkdir -p /usr/src/tmp/atop-buildroot/var/log/atop; fi if [ ! -d /usr/src/tmp/atop-buildroot/usr/bin ]; \ then mkdir -p /usr/src/tmp/atop-buildroot/usr/bin; fi if [ ! -d /usr/src/tmp/atop-buildroot/usr/sbin ]; \ then mkdir -p /usr/src/tmp/atop-buildroot/usr/sbin; fi if [ ! -d /usr/src/tmp/atop-buildroot/usr/share/atop ]; \ then mkdir -p /usr/src/tmp/atop-buildroot/usr/share/atop; fi if [ ! -d /usr/src/tmp/atop-buildroot/usr/share/man/man1 ]; \ then mkdir -p /usr/src/tmp/atop-buildroot/usr/share/man/man1; fi if [ ! -d /usr/src/tmp/atop-buildroot/usr/share/man/man5 ]; \ then mkdir -p /usr/src/tmp/atop-buildroot/usr/share/man/man5; fi if [ ! -d /usr/src/tmp/atop-buildroot/usr/share/man/man8 ]; \ then mkdir -p /usr/src/tmp/atop-buildroot/usr/share/man/man8; fi if [ ! -d /usr/src/tmp/atop-buildroot/etc/cron.d ]; \ then mkdir -p /usr/src/tmp/atop-buildroot/etc/cron.d; fi if [ ! -d /usr/src/tmp/atop-buildroot/etc/logrotate.d ]; \ then mkdir -p /usr/src/tmp/atop-buildroot/etc/logrotate.d; fi # cp atop /usr/src/tmp/atop-buildroot/usr/bin/atop chmod 04711 /usr/src/tmp/atop-buildroot/usr/bin/atop ln -sf atop /usr/src/tmp/atop-buildroot/usr/bin/atopsar cp atopacctd /usr/src/tmp/atop-buildroot/usr/sbin/atopacctd chmod 0700 /usr/src/tmp/atop-buildroot/usr/sbin/atopacctd cp atopgpud /usr/src/tmp/atop-buildroot/usr/sbin/atopgpud chmod 0700 /usr/src/tmp/atop-buildroot/usr/sbin/atopgpud cp atop /usr/src/tmp/atop-buildroot/usr/bin/atop-2.4.0 ln -sf atop-2.4.0 /usr/src/tmp/atop-buildroot/usr/bin/atopsar-2.4.0 cp atopconvert /usr/src/tmp/atop-buildroot/usr/bin/atopconvert chmod 0711 /usr/src/tmp/atop-buildroot/usr/bin/atopconvert cp atop.daily /usr/src/tmp/atop-buildroot/usr/share/atop chmod 0711 /usr/src/tmp/atop-buildroot/usr/share/atop/atop.daily cp man/atop.1 /usr/src/tmp/atop-buildroot/usr/share/man/man1 cp man/atopsar.1 /usr/src/tmp/atop-buildroot/usr/share/man/man1 cp man/atopconvert.1 /usr/src/tmp/atop-buildroot/usr/share/man/man1 cp man/atoprc.5 /usr/src/tmp/atop-buildroot/usr/share/man/man5 cp man/atopacctd.8 /usr/src/tmp/atop-buildroot/usr/share/man/man8 cp man/atopgpud.8 /usr/src/tmp/atop-buildroot/usr/share/man/man8 cp psaccs_atop /usr/src/tmp/atop-buildroot/etc/logrotate.d/psaccs_atop cp psaccu_atop /usr/src/tmp/atop-buildroot/etc/logrotate.d/psaccu_atop touch /usr/src/tmp/atop-buildroot/var/log/atop/dummy_before touch /usr/src/tmp/atop-buildroot/var/log/atop/dummy_after if [ ! -d /usr/src/tmp/atop-buildroot/lib/systemd/system ]; \ then mkdir -p /usr/src/tmp/atop-buildroot/lib/systemd/system; fi if [ ! -d /usr/src/tmp/atop-buildroot/usr/lib/systemd/system-sleep ]; \ then mkdir -p /usr/src/tmp/atop-buildroot/usr/lib/systemd/system-sleep; fi # cp atop.service /usr/src/tmp/atop-buildroot/lib/systemd/system chmod 0644 /usr/src/tmp/atop-buildroot/lib/systemd/system/atop.service cp atopgpu.service /usr/src/tmp/atop-buildroot/lib/systemd/system chmod 0644 /usr/src/tmp/atop-buildroot/lib/systemd/system/atopgpu.service cp atopacct.service /usr/src/tmp/atop-buildroot/lib/systemd/system chmod 0644 /usr/src/tmp/atop-buildroot/lib/systemd/system/atopacct.service cp atop.cronsystemd /usr/src/tmp/atop-buildroot/etc/cron.d/atop cp atop-pm.sh /usr/src/tmp/atop-buildroot/usr/lib/systemd/system-sleep chmod 0711 /usr/src/tmp/atop-buildroot/usr/lib/systemd/system-sleep/atop-pm.sh # # only when making on target system: # if [ -z "/usr/src/tmp/atop-buildroot" -a -f /bin/systemctl ]; \ then /bin/systemctl stop atop 2> /dev/null; \ /bin/systemctl disable atop 2> /dev/null; \ /bin/systemctl stop atopacct 2> /dev/null; \ /bin/systemctl disable atopacct 2> /dev/null; \ /bin/systemctl enable atopacct; \ /bin/systemctl start atopacct; \ /bin/systemctl enable atop; \ /bin/systemctl start atop; \ fi make: Leaving directory '/usr/src/RPM/BUILD/atop-2.4' + for i in systemdinstall sysvinstall + make sysvinstall DESTDIR=/usr/src/tmp/atop-buildroot INIPATH=/etc/rc.d/init.d SYSDPATH=/lib/systemd/system make: Entering directory '/usr/src/RPM/BUILD/atop-2.4' if [ ! -d /usr/src/tmp/atop-buildroot/var/log/atop ]; \ then mkdir -p /usr/src/tmp/atop-buildroot/var/log/atop; fi if [ ! -d /usr/src/tmp/atop-buildroot/usr/bin ]; \ then mkdir -p /usr/src/tmp/atop-buildroot/usr/bin; fi if [ ! -d /usr/src/tmp/atop-buildroot/usr/sbin ]; \ then mkdir -p /usr/src/tmp/atop-buildroot/usr/sbin; fi if [ ! -d /usr/src/tmp/atop-buildroot/usr/share/atop ]; \ then mkdir -p /usr/src/tmp/atop-buildroot/usr/share/atop; fi if [ ! -d /usr/src/tmp/atop-buildroot/usr/share/man/man1 ]; \ then mkdir -p /usr/src/tmp/atop-buildroot/usr/share/man/man1; fi if [ ! -d /usr/src/tmp/atop-buildroot/usr/share/man/man5 ]; \ then mkdir -p /usr/src/tmp/atop-buildroot/usr/share/man/man5; fi if [ ! -d /usr/src/tmp/atop-buildroot/usr/share/man/man8 ]; \ then mkdir -p /usr/src/tmp/atop-buildroot/usr/share/man/man8; fi if [ ! -d /usr/src/tmp/atop-buildroot/etc/cron.d ]; \ then mkdir -p /usr/src/tmp/atop-buildroot/etc/cron.d; fi if [ ! -d /usr/src/tmp/atop-buildroot/etc/logrotate.d ]; \ then mkdir -p /usr/src/tmp/atop-buildroot/etc/logrotate.d; fi # cp atop /usr/src/tmp/atop-buildroot/usr/bin/atop chmod 04711 /usr/src/tmp/atop-buildroot/usr/bin/atop ln -sf atop /usr/src/tmp/atop-buildroot/usr/bin/atopsar cp atopacctd /usr/src/tmp/atop-buildroot/usr/sbin/atopacctd chmod 0700 /usr/src/tmp/atop-buildroot/usr/sbin/atopacctd cp atopgpud /usr/src/tmp/atop-buildroot/usr/sbin/atopgpud chmod 0700 /usr/src/tmp/atop-buildroot/usr/sbin/atopgpud cp atop /usr/src/tmp/atop-buildroot/usr/bin/atop-2.4.0 ln -sf atop-2.4.0 /usr/src/tmp/atop-buildroot/usr/bin/atopsar-2.4.0 cp atopconvert /usr/src/tmp/atop-buildroot/usr/bin/atopconvert chmod 0711 /usr/src/tmp/atop-buildroot/usr/bin/atopconvert cp atop.daily /usr/src/tmp/atop-buildroot/usr/share/atop chmod 0711 /usr/src/tmp/atop-buildroot/usr/share/atop/atop.daily cp man/atop.1 /usr/src/tmp/atop-buildroot/usr/share/man/man1 cp man/atopsar.1 /usr/src/tmp/atop-buildroot/usr/share/man/man1 cp man/atopconvert.1 /usr/src/tmp/atop-buildroot/usr/share/man/man1 cp man/atoprc.5 /usr/src/tmp/atop-buildroot/usr/share/man/man5 cp man/atopacctd.8 /usr/src/tmp/atop-buildroot/usr/share/man/man8 cp man/atopgpud.8 /usr/src/tmp/atop-buildroot/usr/share/man/man8 cp psaccs_atop /usr/src/tmp/atop-buildroot/etc/logrotate.d/psaccs_atop cp psaccu_atop /usr/src/tmp/atop-buildroot/etc/logrotate.d/psaccu_atop touch /usr/src/tmp/atop-buildroot/var/log/atop/dummy_before touch /usr/src/tmp/atop-buildroot/var/log/atop/dummy_after if [ ! -d /usr/src/tmp/atop-buildroot/etc/rc.d/init.d ]; \ then mkdir -p /usr/src/tmp/atop-buildroot/etc/rc.d/init.d; fi # cp atop.init /usr/src/tmp/atop-buildroot/etc/rc.d/init.d/atop cp atopacct.init /usr/src/tmp/atop-buildroot/etc/rc.d/init.d/atopacct cp atop.cronsysv /usr/src/tmp/atop-buildroot/etc/cron.d/atop # if [ -d /usr/src/tmp/atop-buildroot/usr/lib/pm-utils/sleep.d ]; \ then cp 45atoppm /usr/src/tmp/atop-buildroot/usr/lib/pm-utils/sleep.d; \ chmod 0711 /usr/src/tmp/atop-buildroot/usr/lib/pm-utils/sleep.d/45atoppm; \ fi if [ -d /usr/src/tmp/atop-buildroot/usr/lib64/pm-utils/sleep.d ]; \ then cp 45atoppm /usr/src/tmp/atop-buildroot/usr/lib64/pm-utils/sleep.d; \ chmod 0711 /usr/src/tmp/atop-buildroot/usr/lib64/pm-utils/sleep.d/45atoppm; \ fi # # # only when making on target system: # if [ -z "/usr/src/tmp/atop-buildroot" -a -f /sbin/chkconfig ]; \ then /sbin/chkconfig --del atop 2> /dev/null; \ /sbin/chkconfig --add atop; \ /sbin/chkconfig --del atopacct 2> /dev/null; \ /sbin/chkconfig --add atopacct; \ fi if [ -z "/usr/src/tmp/atop-buildroot" -a -f /usr/sbin/update-rc.d ]; \ then update-rc.d atop defaults; \ update-rc.d atopacct defaults; \ fi if [ -z "/usr/src/tmp/atop-buildroot" -a -f /sbin/service ]; \ then /sbin/service atopacct start; \ sleep 2; \ /sbin/service atop start; \ fi make: Leaving directory '/usr/src/RPM/BUILD/atop-2.4' + : + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/atop-buildroot (auto) mode of 'usr/share/atop/atop.daily' changed from 0711 (rwx--x--x) to 0755 (rwxr-xr-x) Verifying and fixing files in /usr/src/tmp/atop-buildroot (binconfig,pkgconfig,libtool,desktop) Checking contents of files in /usr/src/tmp/atop-buildroot/ (default) Compressing files in /usr/src/tmp/atop-buildroot (auto) Adjusting library links in /usr/src/tmp/atop-buildroot ./lib: ./usr/lib: Verifying ELF objects in /usr/src/tmp/atop-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/sbin/atopacctd: uses non-LFS functions: __xstat creat fopen fstatvfs ftruncate getrlimit lseek open truncate verify-elf: WARNING: ./usr/bin/atopconvert: uses non-LFS functions: creat open verify-elf: WARNING: ./usr/bin/atop-2.4.0: uses non-LFS functions: __fxstat __xstat creat fopen ftruncate getrlimit lseek mkstemp mmap open readdir setrlimit verify-elf: WARNING: ./usr/bin/atop: uses non-LFS functions: __fxstat __xstat creat fopen ftruncate getrlimit lseek mkstemp mmap open readdir setrlimit Hardlinking identical .pyc and .pyo files Processing files: atop-2.4-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.5358 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd atop-2.4 + DOCDIR=/usr/src/tmp/atop-buildroot/usr/share/doc/atop-2.4 + export DOCDIR + rm -rf /usr/src/tmp/atop-buildroot/usr/share/doc/atop-2.4 + /bin/mkdir -p /usr/src/tmp/atop-buildroot/usr/share/doc/atop-2.4 + cp -prL AUTHOR ChangeLog.gz README /usr/src/tmp/atop-buildroot/usr/share/doc/atop-2.4 + chmod -R go-w /usr/src/tmp/atop-buildroot/usr/share/doc/atop-2.4 + chmod -R a+rX /usr/src/tmp/atop-buildroot/usr/share/doc/atop-2.4 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.gbzImc find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.YkmlIz find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) python.req: /usr/src/tmp/atop-buildroot/usr/sbin/atopgpud: skipping sys /usr/lib/rpm/python.req.py: /usr/src/tmp/atop-buildroot/usr/sbin/atopgpud: line=572 IGNORE (for REQ=slight and deep=8) module=pynvml shell.req: /usr/src/tmp/atop-buildroot/usr/lib/systemd/system-sleep/atop-pm.sh: /usr/bin/systemctl -> /usr/bin/systemctl (raw, not installed) find-requires: FINDPACKAGE-COMMANDS: find grep ps rm sleep touch Finding Requires(post) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.xeoYDq Finding Requires(preun) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.8NKG6G Requires: /bin/bash, /bin/sh, /etc/cron.d, /etc/logrotate.d, /etc/rc.d/init.d, /etc/rc.d/init.d(status), /etc/rc.d/init.d/functions, /lib/ld-linux.so.2, /usr/bin/python, /usr/bin/systemctl, coreutils, findutils, grep, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.2), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), libm.so.6(GLIBC_2.0), libncurses.so.5 >= set:mhWiBzDlR0BkKnA2NRJJIC8XVTNxSFNN9T1jhQmZLhxIjJwexL9wXPlZqHAT21pZa1IPa, librt.so.1(GLIBC_2.2), libtinfo.so.5 >= set:liZKbfJyZ1fT5UGZ0aZi0, libz.so.1 >= set:kiYvERG5, procps, python-base, python2.7(logging), python2.7(socket), python2.7(threading), rtld(GNU_HASH) Requires(interp): /bin/sh Requires(rpmlib): rpmlib(SetVersions) Requires(post): /bin/sh, /usr/sbin/post_service Requires(preun): /bin/sh, /usr/sbin/preun_service Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.8cz3DA Creating atop-debuginfo package Processing files: atop-debuginfo-2.4-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.s1cNxN find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.1T66mw find-requires: running scripts (debuginfo) Requires: atop = 2.4-alt1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libm.so.6), debug(libncurses.so.5), debug(librt.so.1), debug(libtinfo.so.5), debug(libz.so.1) Adding to atop-debuginfo a strict dependency on atop Wrote: /usr/src/RPM/RPMS/i586/atop-2.4-alt1.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/atop-debuginfo-2.4-alt1.i586.rpm 22.14user 4.63system 0:24.80elapsed 107%CPU (0avgtext+0avgdata 37220maxresident)k 0inputs+0outputs (0major+761953minor)pagefaults 0swaps 28.14user 9.50system 0:35.95elapsed 104%CPU (0avgtext+0avgdata 112496maxresident)k 0inputs+0outputs (0major+1041333minor)pagefaults 0swaps