<86>Aug 22 00:37:02 userdel[1647322]: delete user 'rooter'
<86>Aug 22 00:37:02 userdel[1647322]: removed group 'rooter' owned by 'rooter'
<86>Aug 22 00:37:02 userdel[1647322]: removed shadow group 'rooter' owned by 'rooter'
<86>Aug 22 00:37:02 groupadd[1647377]: group added to /etc/group: name=rooter, GID=1829
<86>Aug 22 00:37:02 groupadd[1647377]: group added to /etc/gshadow: name=rooter
<86>Aug 22 00:37:02 groupadd[1647377]: new group: name=rooter, GID=1829
<86>Aug 22 00:37:02 useradd[1647436]: new user: name=rooter, UID=1829, GID=1829, home=/root, shell=/bin/bash, from=none
<86>Aug 22 00:37:02 userdel[1647524]: delete user 'builder'
<86>Aug 22 00:37:02 userdel[1647524]: removed group 'builder' owned by 'builder'
<86>Aug 22 00:37:02 userdel[1647524]: removed shadow group 'builder' owned by 'builder'
<86>Aug 22 00:37:02 groupadd[1647568]: group added to /etc/group: name=builder, GID=1830
<86>Aug 22 00:37:02 groupadd[1647568]: group added to /etc/gshadow: name=builder
<86>Aug 22 00:37:02 groupadd[1647568]: new group: name=builder, GID=1830
<86>Aug 22 00:37:02 useradd[1647599]: new user: name=builder, UID=1830, GID=1830, home=/usr/src, shell=/bin/bash, from=none
/usr/src/in/srpm/rman-3.2-alt1.qa1.src.rpm: The use of such a license name is ambiguous: Artistic
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/rman-3.2-alt1.qa1.nosrc.rpm (w1.gzdio)
Installing rman-3.2-alt1.qa1.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.9298
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf rman-3.2
+ echo 'Source #0 (rman-3.2.tar.gz):'
Source #0 (rman-3.2.tar.gz):
+ /bin/gzip -dc /usr/src/RPM/SOURCES/rman-3.2.tar.gz
+ /bin/tar -xf -
+ cd rman-3.2
+ /bin/chmod -c -Rf u+rwX,go-w .
+ echo 'Patch #1 (rman-3.2-alt-make.patch):'
Patch #1 (rman-3.2-alt-make.patch):
+ /usr/bin/patch -p1
patching file Makefile
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.9298
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd rman-3.2
+ make -j16
make: Entering directory '/usr/src/RPM/BUILD/rman-3.2'
gcc -DNDEBUG -DVOLLIST='"1:2:3:4:5:6:7:8:9:o:l:n:p"' -DMANTITLEPRINTF='"%s(%s) manual page"' -DMANREFPRINTF='"%s.%s"' -DPOLYGLOTMANVERSION=\"3.2\" -O2 -finline-functions -o rman rman.c
rman.c: In function 'casify':
rman.c:364:99: warning: passing argument 5 of 'bsearch' from incompatible pointer type [-Wincompatible-pointer-types]
  364 |                         exp = (char **)bsearch(&p, lcexceptions, lcexceptionslen, sizeof(char *), lcexceptionscmp);
      |                                                                                                   ^~~~~~~~~~~~~~~
      |                                                                                                   |
      |                                                                                                   int (*)(const char **, const char **)
In file included from /usr/include/stdlib.h:973,
                 from rman.c:24:
/usr/include/bits/stdlib-bsearch.h:21:24: note: expected '__compar_fn_t' {aka 'int (*)(const void *, const void *)'} but argument is of type 'int (*)(const char **, const char **)'
   21 |          __compar_fn_t __compar)
      |          ~~~~~~~~~~~~~~^~~~~~~~
rman.c: In function 'HTML':
rman.c:1375:17: warning: format not a string literal and no format arguments [-Wformat-security]
 1375 |                 if (sectheadid==NAME && message!=NULL) printf(message);
      |                 ^~
rman.c: In function 'source_command':
rman.c:4174:44: warning: passing argument 1 of 'source_out' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
 4174 |          if (fcharout) { source_out(tcltkOP[i]); source_out(": "); }
      |                                     ~~~~~~~^~~
rman.c:3558:24: note: expected 'char *' but argument is of type 'const char *'
 3558 | char *source_out(char *p) {
      |                  ~~~~~~^
rman.c: In function 'main':
rman.c:4669:61: warning: passing argument 4 of 'qsort' from incompatible pointer type [-Wincompatible-pointer-types]
 4669 |         qsort(lcexceptions, lcexceptionslen, sizeof(char*), lcexceptionscmp);
      |                                                             ^~~~~~~~~~~~~~~
      |                                                             |
      |                                                             int (*)(const char **, const char **)
/usr/include/stdlib.h:979:34: note: expected '__compar_fn_t' {aka 'int (*)(const void *, const void *)'} but argument is of type 'int (*)(const char **, const char **)'
  979 |                    __compar_fn_t __compar) __nonnull ((1, 4));
      |                    ~~~~~~~~~~~~~~^~~~~~~~
rman.c: In function 'source_filter':
rman.c:4440:27: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
 4440 |                           fgets(p, MAXBUF-lenp, difffd); p[strlen(p)-1]='\0'; lenp+=strlen(p);
      |                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rman.c:4494:19: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
 4494 |                   fgets(diffline, MAXBUF, difffd);
      |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rman.c:4503:50: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
 4503 |           if (diffcmd=='c') while (insertcnt0--) fgets(diffline, MAXBUF, difffd);
      |                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rman.c:4508:31: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
 4508 |           while (insertcnt--) fgets(diffline, MAXBUF, difffd);  /* eat duplicate text of above */
      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/rman-3.2'
make: Entering directory '/usr/src/RPM/BUILD/rman-3.2'
Files made in current directory.
You should "make install".
make: Leaving directory '/usr/src/RPM/BUILD/rman-3.2'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.62839
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/rman-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/rman-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd rman-3.2
+ make DESTDIR=/usr/src/tmp/rman-buildroot install
make: Entering directory '/usr/src/RPM/BUILD/rman-3.2'
rm -f /usr/src/tmp/rman-buildroot/usr/bin/rman
mkdir -p /usr/src/tmp/rman-buildroot/usr/bin
cp rman /usr/src/tmp/rman-buildroot/usr/bin/
rm -f /usr/src/tmp/rman-buildroot/usr/share/man/man1/rman.1
mkdir -p /usr/src/tmp/rman-buildroot/usr/share/man/man1
cp rman.1 /usr/src/tmp/rman-buildroot/usr/share/man/man1/
make: Leaving directory '/usr/src/RPM/BUILD/rman-3.2'
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/rman-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/rman-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/rman-buildroot/ (default)
Compressing files in /usr/src/tmp/rman-buildroot (auto)
056-debuginfo.brp: WARNING: debuginfo without debug sources.
Verifying ELF objects in /usr/src/tmp/rman-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
Processing files: rman-3.2-alt1.qa1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.QvZ6Kd
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.9lfaax
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), libc.so.6(GLIBC_2.7)(64bit), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Y04ofr
Creating rman-debuginfo package
Processing files: rman-debuginfo-3.2-alt1.qa1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.f6kRrP
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Vu3s6L
find-requires: running scripts (debuginfo)
Requires: rman = 3.2-alt1.qa1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6)
Adding to rman-debuginfo a strict dependency on rman
Wrote: /usr/src/RPM/RPMS/x86_64/rman-3.2-alt1.qa1.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/rman-debuginfo-3.2-alt1.qa1.x86_64.rpm (w2.lzdio)
1.27user 0.53system 0:06.47elapsed 27%CPU (0avgtext+0avgdata 63692maxresident)k
0inputs+0outputs (0major+153724minor)pagefaults 0swaps
/.out/rman-3.2-alt1.qa1.x86_64.rpm: The use of such a license name is ambiguous: Artistic
/.out/rman-debuginfo-3.2-alt1.qa1.x86_64.rpm: The use of such a license name is ambiguous: Artistic
0.51user 0.99system 0:10.47elapsed 14%CPU (0avgtext+0avgdata 12260maxresident)k
0inputs+0outputs (0major+97481minor)pagefaults 0swaps
--- rman-3.2-alt1.qa1.x86_64.rpm.repo	2021-06-28 23:10:25.000000000 +0000
+++ rman-3.2-alt1.qa1.x86_64.rpm.hasher	2023-08-22 00:37:10.659379874 +0000
@@ -7,2 +7,4 @@
 Requires: libc.so.6(GLIBC_2.3.4)(64bit)  
+Requires: libc.so.6(GLIBC_2.33)(64bit)  
+Requires: libc.so.6(GLIBC_2.34)(64bit)  
 Requires: libc.so.6(GLIBC_2.4)(64bit)  
@@ -12,4 +14,4 @@
 Provides: rman = 3.2-alt1.qa1:sisyphus+276096.100.2.2
-File: /usr/bin/rman	100755	root:root	e5aeb3e644621aa2aecf8f0cfa3986ad	
+File: /usr/bin/rman	100755	root:root	4be6dfb2dc1efc961ed5ba407e582b35	
 File: /usr/share/man/man1/rman.1.xz	100644	root:root	d720f7b6913f7f7adcc6ee8f5be2743d	
-RPMIdentity: b45e056601f0402ada8ce22ab9420d410dd3a322a536c3f40147dd2da971073725aef2ce144d1aec005afcc75a91fb061750c488b701063cd6aa17b6bcfccff3
+RPMIdentity: 5daaf4ee41ac8ffcebf915831c23d0df4b04cb2aa6215a03b23707694d3939ba7733aa71784db8fcfd30b477407880ec373090d4be5bd932572152f08b2075ab
--- rman-debuginfo-3.2-alt1.qa1.x86_64.rpm.repo	2021-06-28 23:10:25.000000000 +0000
+++ rman-debuginfo-3.2-alt1.qa1.x86_64.rpm.hasher	2023-08-22 00:37:10.750380724 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/5a	40755	root:root	
-/usr/lib/debug/.build-id/5a/bbc6b21edcee6779bfe6c3e220296f6c801718	120777	root:root	../../../../bin/rman
-/usr/lib/debug/.build-id/5a/bbc6b21edcee6779bfe6c3e220296f6c801718.debug	120777	root:root	../../usr/bin/rman.debug
+/usr/lib/debug/.build-id/93	40755	root:root	
+/usr/lib/debug/.build-id/93/469aab8387d3f4b3a69525aa2a753bdbf1309e	120777	root:root	../../../../bin/rman
+/usr/lib/debug/.build-id/93/469aab8387d3f4b3a69525aa2a753bdbf1309e.debug	120777	root:root	../../usr/bin/rman.debug
 /usr/lib/debug/usr/bin/rman.debug	100644	root:root	
@@ -9,6 +9,6 @@
 Provides: rman-debuginfo = 3.2-alt1.qa1:sisyphus+276096.100.2.2
-File: /usr/lib/debug/.build-id/5a	40755	root:root		
-File: /usr/lib/debug/.build-id/5a/bbc6b21edcee6779bfe6c3e220296f6c801718	120777	root:root		../../../../bin/rman
-File: /usr/lib/debug/.build-id/5a/bbc6b21edcee6779bfe6c3e220296f6c801718.debug	120777	root:root		../../usr/bin/rman.debug
-File: /usr/lib/debug/usr/bin/rman.debug	100644	root:root	23620d4cff6cbd301924ff60f940b5f5	
-RPMIdentity: 07473a280b523d6693993bcdc1ec0afd7a257ef44474aa2fd3e05b0fbc06b4c2ab8fdb71d26599626f3af7f487d04143e26724ebe78f8592885ff096c0506f80
+File: /usr/lib/debug/.build-id/93	40755	root:root		
+File: /usr/lib/debug/.build-id/93/469aab8387d3f4b3a69525aa2a753bdbf1309e	120777	root:root		../../../../bin/rman
+File: /usr/lib/debug/.build-id/93/469aab8387d3f4b3a69525aa2a753bdbf1309e.debug	120777	root:root		../../usr/bin/rman.debug
+File: /usr/lib/debug/usr/bin/rman.debug	100644	root:root	03de48afff05212e4c9b42f1d579b6bb	
+RPMIdentity: d446e1f9034b393ffa703faf6d7b2eadee1b3199850dbf9cf747d51495c8298f57b79eca919e6b12f017644d3df649421c4318518bca08deab83baca5758bee3