<86>May 4 00:42:57 userdel[3533466]: delete user 'rooter' <86>May 4 00:42:57 userdel[3533466]: removed group 'rooter' owned by 'rooter' <86>May 4 00:42:57 groupadd[3533779]: group added to /etc/group: name=rooter, GID=1865 <86>May 4 00:42:57 groupadd[3533779]: group added to /etc/gshadow: name=rooter <86>May 4 00:42:57 groupadd[3533779]: new group: name=rooter, GID=1865 <86>May 4 00:42:57 useradd[3533849]: new user: name=rooter, UID=1865, GID=1865, home=/root, shell=/bin/bash, from=none <86>May 4 00:42:57 userdel[3534130]: delete user 'builder' <86>May 4 00:42:57 userdel[3534130]: removed group 'builder' owned by 'builder' <86>May 4 00:42:57 userdel[3534130]: removed shadow group 'builder' owned by 'builder' <86>May 4 00:42:57 groupadd[3534256]: group added to /etc/group: name=builder, GID=1866 <86>May 4 00:42:57 groupadd[3534256]: group added to /etc/gshadow: name=builder <86>May 4 00:42:57 groupadd[3534256]: new group: name=builder, GID=1866 <86>May 4 00:42:57 useradd[3534547]: new user: name=builder, UID=1866, GID=1866, home=/usr/src, shell=/bin/bash, from=none Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/AGReader-1.2-alt2_32.nosrc.rpm (w1.gzdio) Installing AGReader-1.2-alt2_32.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.18094 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf AGReader + echo 'Source #0 (AGReader.tar.bz2):' Source #0 (AGReader.tar.bz2): + /bin/bzip2 -dc /usr/src/RPM/SOURCES/AGReader.tar.bz2 + /bin/tar -xf - + cd AGReader + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.61780 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd AGReader + make -j16 -C Sources 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto' make: Entering directory '/usr/src/RPM/BUILD/AGReader/Sources' gcc AGObj.c -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O2 AGObj.c: In function 'CreateAGLink': AGObj.c:45:17: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 45 | for(p=format; *p!='\"'; p++); *p='\0'; | ^~~ AGObj.c:45:47: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 45 | for(p=format; *p!='\"'; p++); *p='\0'; | ^ make: Leaving directory '/usr/src/RPM/BUILD/AGReader/Sources' make: Entering directory '/usr/src/RPM/BUILD/AGReader/Sources' gcc main.c -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O2 make: Leaving directory '/usr/src/RPM/BUILD/AGReader/Sources' make: Entering directory '/usr/src/RPM/BUILD/AGReader/Sources' gcc Input.c -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O2 Input.c: In function 'Prompt': Input.c:26:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 26 | if(str == NULL) str = node->name; plen = strlen(str); | ^~ Input.c:26:43: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 26 | if(str == NULL) str = node->name; plen = strlen(str); | ^~~~ Input.c: In function 'ThrowError': Input.c:86:13: warning: variable 'i' set but not used [-Wunused-but-set-variable] 86 | int i; /* silence warnings */ | ^ Input.c: In function 'ProcessKeys': Input.c:247:41: warning: this 'else' clause does not guard... [-Wmisleading-indentation] 247 | else HistoryBack( &terminfo ); break; | ^~~~ Input.c:247:79: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' 247 | else HistoryBack( &terminfo ); break; | ^~~~~ make: Leaving directory '/usr/src/RPM/BUILD/AGReader/Sources' make: Entering directory '/usr/src/RPM/BUILD/AGReader/Sources' gcc Text.c -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O2 make: Leaving directory '/usr/src/RPM/BUILD/AGReader/Sources' make: Entering directory '/usr/src/RPM/BUILD/AGReader/Sources' gcc IO_tty.c -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O2 IO_tty.c: In function 'raw_mode': IO_tty.c:51:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 51 | if (old_st == on) return; old_st = on; | ^~ IO_tty.c:51:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 51 | if (old_st == on) return; old_st = on; | ^~~~~~ IO_tty.c:48:13: warning: variable 'i' set but not used [-Wunused-but-set-variable] 48 | int i; /* silence warnings */ | ^ make: Leaving directory '/usr/src/RPM/BUILD/AGReader/Sources' make: Entering directory '/usr/src/RPM/BUILD/AGReader/Sources' gcc Navigate.c -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O2 Navigate.c: In function 'ToEnv': Navigate.c:180:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 180 | for(p=dest; *src && *src!=eos; *p++ = toupper(*src),src++); *p='\0'; | ^~~ Navigate.c:180:69: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 180 | for(p=dest; *src && *src!=eos; *p++ = toupper(*src),src++); *p='\0'; | ^ make: Leaving directory '/usr/src/RPM/BUILD/AGReader/Sources' make: Entering directory '/usr/src/RPM/BUILD/AGReader/Sources' gcc AG_lib.c -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O2 AG_lib.c: In function 'GetAGString': AG_lib.c:68:9: warning: this 'while' clause does not guard... [-Wmisleading-indentation] 68 | while(*src!='\n') *src++ = '\0'; *src=0; | ^~~~~ AG_lib.c:68:42: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' 68 | while(*src!='\n') *src++ = '\0'; *src=0; | ^ AG_lib.c: In function 'FindNodeNames': AG_lib.c:87:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 87 | if(*src=='\"') eos='\"',src++; node->name=src; | ^~ AG_lib.c:87:40: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 87 | if(*src=='\"') eos='\"',src++; node->name=src; | ^~~~ AG_lib.c: In function 'CreateAGNodes': AG_lib.c:234:41: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 234 | if( lst==NULL ) *p='\0'; break; | ^~ AG_lib.c:234:66: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 234 | if( lst==NULL ) *p='\0'; break; | ^~~~~ AG_lib.c:237:41: warning: this 'else' clause does not guard... [-Wmisleading-indentation] 237 | else wrap = WRAP_LINE; break; | ^~~~ AG_lib.c:237:84: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' 237 | else wrap = WRAP_LINE; break; | ^~~~~ AG_lib.c:240:41: warning: this 'else' clause does not guard... [-Wmisleading-indentation] 240 | else wrap = WRAP_SMART; break; | ^~~~ AG_lib.c:240:85: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' 240 | else wrap = WRAP_SMART; break; | ^~~~~ AG_lib.c: In function 'CreateAGWords': AG_lib.c:423:25: warning: this 'while' clause does not guard... [-Wmisleading-indentation] 423 | while(*buf != '}') buf++; *buf='\0'; p = buf+1; | ^~~~~ AG_lib.c:423:51: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' 423 | while(*buf != '}') buf++; *buf='\0'; p = buf+1; | ^ AG_lib.c: In function 'RenderLine': AG_lib.c:612:41: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 612 | if (i >= start) goto big_break; cp++; | ^~ AG_lib.c:612:74: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 612 | if (i >= start) goto big_break; cp++; | ^~ AG_lib.c:652:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 652 | if(!cp) cp=word->data; for(; idata; for(; i buffer) fputs(p = buffer,stdout); printf(""); | ^~ AG_lib.c:665:50: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 665 | if(p > buffer) fputs(p = buffer,stdout); printf(""); | ^~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/AGReader/Sources' make: Entering directory '/usr/src/RPM/BUILD/AGReader/Sources' gcc main.o IO_tty.o AG_lib.o AGObj.o Input.o Navigate.o Text.o -o agr make: Leaving directory '/usr/src/RPM/BUILD/AGReader/Sources' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.22994 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/AGReader-buildroot + : + /bin/rm -rf -- /usr/src/tmp/AGReader-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games + cd AGReader + mkdir -p /usr/src/tmp/AGReader-buildroot/usr/bin + mkdir -p /usr/src/tmp/AGReader-buildroot/usr/share/man/man1 + install -m0644 /usr/src/RPM/SOURCES/agr.1 /usr/src/tmp/AGReader-buildroot/usr/share/man/man1 + install -m0755 Sources/agr /usr/src/tmp/AGReader-buildroot/usr/bin + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/AGReader-buildroot (auto) Verifying and fixing files in /usr/src/tmp/AGReader-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/AGReader-buildroot/ (default) Compressing files in /usr/src/tmp/AGReader-buildroot (auto) Verifying ELF objects in /usr/src/tmp/AGReader-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Splitting links to aliased files under /{,s}bin in /usr/src/tmp/AGReader-buildroot Processing files: AGReader-1.2-alt2_32 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.32078 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd AGReader + DOCDIR=/usr/src/tmp/AGReader-buildroot/usr/share/doc/AGReader-1.2 + export DOCDIR + rm -rf /usr/src/tmp/AGReader-buildroot/usr/share/doc/AGReader-1.2 + /bin/mkdir -p /usr/src/tmp/AGReader-buildroot/usr/share/doc/AGReader-1.2 + cp -prL Docs/agr.guide Docs/test.guide Docs/agr.html README /usr/src/tmp/AGReader-buildroot/usr/share/doc/AGReader-1.2 + chmod -R go-w /usr/src/tmp/AGReader-buildroot/usr/share/doc/AGReader-1.2 + chmod -R a+rX /usr/src/tmp/AGReader-buildroot/usr/share/doc/AGReader-1.2 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.UQiKDp find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.bWm14X find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.33)(64bit), libc.so.6(GLIBC_2.34)(64bit), libc.so.6(GLIBC_2.4)(64bit), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.cn1Car Creating AGReader-debuginfo package Processing files: AGReader-debuginfo-1.2-alt2_32 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.nGlMWv find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.LSH08Z find-requires: running scripts (debuginfo) Requires: AGReader = 1.2-alt2_32, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6) Adding to AGReader-debuginfo a strict dependency on AGReader Wrote: /usr/src/RPM/RPMS/x86_64/AGReader-1.2-alt2_32.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/AGReader-debuginfo-1.2-alt2_32.x86_64.rpm (w2.lzdio) 1.81user 1.79system 0:08.83elapsed 40%CPU (0avgtext+0avgdata 43560maxresident)k 0inputs+0outputs (0major+189534minor)pagefaults 0swaps 5.63user 4.70system 0:30.21elapsed 34%CPU (0avgtext+0avgdata 125564maxresident)k 0inputs+0outputs (0major+148243minor)pagefaults 0swaps --- AGReader-1.2-alt2_32.x86_64.rpm.repo 2023-04-20 18:52:40.000000000 +0000 +++ AGReader-1.2-alt2_32.x86_64.rpm.hasher 2024-05-04 00:43:17.512224791 +0000 @@ -18,3 +18,3 @@ Provides: AGReader = 1.2-alt2_32:sisyphus+318934.100.1.1 -File: /usr/bin/agr 100755 root:root 3a8813c1f02e19c02067e5f98291ff37 +File: /usr/bin/agr 100755 root:root a4fc6c1d036ee28e7d4c6dfc2293d7e6 File: /usr/share/doc/AGReader-1.2 40755 root:root @@ -25,2 +25,2 @@ File: /usr/share/man/man1/agr.1.xz 100644 root:root 99aebddc666ca6fef902f9ec5eecc5b9 -RPMIdentity: 93ec4df8e688b7e1400283b4a03537152b593bcc16167e260edcda3b05e744b8ca709a2bc79128c886bc2633f95b6e4405a91aef8c47a5be539815314c5159a6 +RPMIdentity: e858f64d84a2010c8c9654006f9817f5687d19e8aff2ca0049060adefdced85a75c345032fce61ccdc51670c1cf26fe68276405c5caed1301ee33fc60041e04d --- AGReader-debuginfo-1.2-alt2_32.x86_64.rpm.repo 2023-04-20 18:52:40.000000000 +0000 +++ AGReader-debuginfo-1.2-alt2_32.x86_64.rpm.hasher 2024-05-04 00:43:17.754228473 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/10 40755 root:root -/usr/lib/debug/.build-id/10/19255bbcb48e56cdf8b90618fa73a1da109b16 120777 root:root ../../../../bin/agr -/usr/lib/debug/.build-id/10/19255bbcb48e56cdf8b90618fa73a1da109b16.debug 120777 root:root ../../usr/bin/agr.debug +/usr/lib/debug/.build-id/61 40755 root:root +/usr/lib/debug/.build-id/61/ea2167ff4814ea7998dc2d45b2def2f97a374a 120777 root:root ../../../../bin/agr +/usr/lib/debug/.build-id/61/ea2167ff4814ea7998dc2d45b2def2f97a374a.debug 120777 root:root ../../usr/bin/agr.debug /usr/lib/debug/usr/bin/agr.debug 100644 root:root @@ -25,6 +25,6 @@ Provides: AGReader-debuginfo = 1.2-alt2_32:sisyphus+318934.100.1.1 -File: /usr/lib/debug/.build-id/10 40755 root:root -File: /usr/lib/debug/.build-id/10/19255bbcb48e56cdf8b90618fa73a1da109b16 120777 root:root ../../../../bin/agr -File: /usr/lib/debug/.build-id/10/19255bbcb48e56cdf8b90618fa73a1da109b16.debug 120777 root:root ../../usr/bin/agr.debug -File: /usr/lib/debug/usr/bin/agr.debug 100644 root:root 88749c5fe8bf01d5f8381c6ffce69bc0 +File: /usr/lib/debug/.build-id/61 40755 root:root +File: /usr/lib/debug/.build-id/61/ea2167ff4814ea7998dc2d45b2def2f97a374a 120777 root:root ../../../../bin/agr +File: /usr/lib/debug/.build-id/61/ea2167ff4814ea7998dc2d45b2def2f97a374a.debug 120777 root:root ../../usr/bin/agr.debug +File: /usr/lib/debug/usr/bin/agr.debug 100644 root:root 8a417e8ffd73c9f4ef594c929e1ad8a4 File: /usr/src/debug/AGReader 40755 root:root @@ -45,2 +45,2 @@ File: /usr/src/debug/AGReader/Sources/main.c 100644 root:root fe4d04511fd0dcc661d29d8e5b3d2f88 -RPMIdentity: 3a6ddc6052684ab3b383b96ea08bdf8ce4974ca73e4923b21c330361b8f5e3430ef5c82b54596cd63afee78e08ff2c905ce0d63744f7c143ae3d900719eb6ff7 +RPMIdentity: 377439ac3520e72fac10d110c5acbc409ab5be562c4636532d979295d838b2bbedc6fcb8c6cb80c1db905d19e59f3fdd26d3e0f5973d3a7a157f9dcf05b0162a