<86>Jun  1 09:48:02 userdel[1583660]: delete user 'rooter'
<86>Jun  1 09:48:02 userdel[1583660]: removed group 'rooter' owned by 'rooter'
<86>Jun  1 09:48:02 userdel[1583660]: removed shadow group 'rooter' owned by 'rooter'
<86>Jun  1 09:48:02 groupadd[1583670]: group added to /etc/group: name=rooter, GID=573
<86>Jun  1 09:48:02 groupadd[1583670]: group added to /etc/gshadow: name=rooter
<86>Jun  1 09:48:02 groupadd[1583670]: new group: name=rooter, GID=573
<86>Jun  1 09:48:02 useradd[1583675]: new user: name=rooter, UID=573, GID=573, home=/root, shell=/bin/bash
<86>Jun  1 09:48:02 userdel[1583687]: delete user 'builder'
<86>Jun  1 09:48:02 userdel[1583687]: removed group 'builder' owned by 'builder'
<86>Jun  1 09:48:02 userdel[1583687]: removed shadow group 'builder' owned by 'builder'
<86>Jun  1 09:48:02 groupadd[1583693]: group added to /etc/group: name=builder, GID=574
<86>Jun  1 09:48:02 groupadd[1583693]: group added to /etc/gshadow: name=builder
<86>Jun  1 09:48:02 groupadd[1583693]: new group: name=builder, GID=574
<86>Jun  1 09:48:02 useradd[1583697]: new user: name=builder, UID=574, GID=574, home=/usr/src, shell=/bin/bash
/usr/src/in/srpm/cvsps-2.2-alt0.1.src.rpm: The use of such a license name is ambiguous: GPL
<13>Jun  1 09:48:05 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/cvsps-2.2-alt0.1.nosrc.rpm
Installing cvsps-2.2-alt0.1.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.32224
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf cvsps-2.2-alt0.1
+ echo 'Source #0 (cvsps-2.2-alt0.1.tar):'
Source #0 (cvsps-2.2-alt0.1.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/cvsps-2.2-alt0.1.tar
+ cd cvsps-2.2-alt0.1
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.32224
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd cvsps-2.2-alt0.1
+ make -j8 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic'
make: Entering directory '/usr/src/RPM/BUILD/cvsps-2.2-alt0.1'
cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -I. -DVERSION=\"2.1\"  -c -o cbtcommon/tcpsocket.o cbtcommon/tcpsocket.c
make: Leaving directory '/usr/src/RPM/BUILD/cvsps-2.2-alt0.1'
make: Entering directory '/usr/src/RPM/BUILD/cvsps-2.2-alt0.1'
cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -I. -DVERSION=\"2.1\"  -c -o stats.o stats.c
make: Leaving directory '/usr/src/RPM/BUILD/cvsps-2.2-alt0.1'
make: Entering directory '/usr/src/RPM/BUILD/cvsps-2.2-alt0.1'
cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -I. -DVERSION=\"2.1\"  -c -o cbtcommon/hash.o cbtcommon/hash.c
make: Leaving directory '/usr/src/RPM/BUILD/cvsps-2.2-alt0.1'
make: Entering directory '/usr/src/RPM/BUILD/cvsps-2.2-alt0.1'
cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -I. -DVERSION=\"2.1\"  -c -o cvs_direct.o cvs_direct.c
cvs_direct.c: In function 'parse_patch_arg':
cvs_direct.c:778:15: warning: comparison of constant '45' with boolean expression is always false [-Wbool-compare]
  778 |     if (!*tok == '-')
      |               ^~
cvs_direct.c:778:15: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses]
cvs_direct.c:778:9: note: add parentheses around left hand side expression to silence this warning
  778 |     if (!*tok == '-')
      |         ^~~~~
      |         (    )
cvs_direct.c: In function 'open_ctx_forked':
cvs_direct.c:330:2: warning: ignoring return value of 'dup', declared with attribute warn_unused_result [-Wunused-result]
  330 |  dup(to_cvs[0]);
      |  ^~~~~~~~~~~~~~
cvs_direct.c:332:2: warning: ignoring return value of 'dup', declared with attribute warn_unused_result [-Wunused-result]
  332 |  dup(from_cvs[1]);
      |  ^~~~~~~~~~~~~~~~
cvs_direct.c: In function 'open_cvs_server':
cvs_direct.c:225:45: warning: '%s' directive output may be truncated writing up to 8191 bytes into a region of size 4087 [-Wformat-truncation=]
  225 |     snprintf(full_root, PATH_MAX, ":pserver:%s@%s:%s%s", user, server, port, p);
      |                                             ^~           ~~~~
In file included from /usr/include/stdio.h:867,
                 from ./cbtcommon/debug.h:9,
                 from cvs_direct.c:13:
/usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 12 or more bytes (assuming 16401) into a destination of size 4096
   67 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   68 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/cvsps-2.2-alt0.1'
make: Entering directory '/usr/src/RPM/BUILD/cvsps-2.2-alt0.1'
cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -I. -DVERSION=\"2.1\"  -c -o cbtcommon/sio.o cbtcommon/sio.c
make: Leaving directory '/usr/src/RPM/BUILD/cvsps-2.2-alt0.1'
make: Entering directory '/usr/src/RPM/BUILD/cvsps-2.2-alt0.1'
cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -I. -DVERSION=\"2.1\"  -c -o list_sort.o list_sort.c
make: Leaving directory '/usr/src/RPM/BUILD/cvsps-2.2-alt0.1'
make: Entering directory '/usr/src/RPM/BUILD/cvsps-2.2-alt0.1'
cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -I. -DVERSION=\"2.1\"  -c -o cap.o cap.c
make: Leaving directory '/usr/src/RPM/BUILD/cvsps-2.2-alt0.1'
make: Entering directory '/usr/src/RPM/BUILD/cvsps-2.2-alt0.1'
cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -I. -DVERSION=\"2.1\"  -c -o cbtcommon/debug.o cbtcommon/debug.c
cbtcommon/debug.c: In function 'hexdump':
cbtcommon/debug.c:120:10: warning: suggest parentheses around operand of '!' or change '&' to '&&' or '!' to '~' [-Wparentheses]
  120 |     if ( !debuglvl & DEBUG_STATUS )
      |          ^~~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/cvsps-2.2-alt0.1'
make: Entering directory '/usr/src/RPM/BUILD/cvsps-2.2-alt0.1'
cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -I. -DVERSION=\"2.1\"  -c -o util.o util.c
make: Leaving directory '/usr/src/RPM/BUILD/cvsps-2.2-alt0.1'
make: Entering directory '/usr/src/RPM/BUILD/cvsps-2.2-alt0.1'
cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -I. -DVERSION=\"2.1\"  -c -o cbtcommon/text_util.o cbtcommon/text_util.c
make: Leaving directory '/usr/src/RPM/BUILD/cvsps-2.2-alt0.1'
make: Entering directory '/usr/src/RPM/BUILD/cvsps-2.2-alt0.1'
cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -I. -DVERSION=\"2.1\"  -c -o cache.o cache.c
cache.c: In function 'read_cache':
cache.c:108:9: warning: variable 'tag_flags' set but not used [-Wunused-but-set-variable]
  108 |     int tag_flags = 0;
      |         ^~~~~~~~~
cache.c: In function 'cache_open':
cache.c:56:37: warning: '#' directive output may be truncated writing 1 byte into a region of size between 0 and 4095 [-Wformat-truncation=]
   56 |     snprintf(fname, PATH_MAX, "%s/%s#%s", prefix, root, repository);
      |                                     ^
In file included from /usr/include/stdio.h:867,
                 from cache.c:6:
/usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 3 or more bytes (assuming 8193) into a destination of size 4096
   67 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   68 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/cvsps-2.2-alt0.1'
make: Entering directory '/usr/src/RPM/BUILD/cvsps-2.2-alt0.1'
cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -I. -DVERSION=\"2.1\"  -c -o cvsps.o cvsps.c
cvsps.c: In function 'load_from_cvs':
cvsps.c:364:15: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
  364 |               else
      |               ^~~~
cvsps.c:366:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
  366 |   break;
      |   ^~~~~
cvsps.c: In function 'check_print_patch_set.part.0':
cvsps.c:1831:28: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=]
 1831 |  sprintf(use_rep_path, "%s/", repository_path);
      |                            ^
In file included from /usr/include/stdio.h:867,
                 from cvsps.c:6:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 2 and 4097 bytes into a destination of size 4096
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cvsps.c:1927:66: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size between 4067 and 8172 [-Wformat-truncation=]
 1927 |   snprintf(cmdbuff, PATH_MAX * 2, "cvs %s %s %s %s -r %s -r %s %s%s",
      |                                                                  ^~
 1928 |     compress_arg, norc, dtype, dopts, psm->pre_rev->rev, psm->post_rev->rev,
 1929 |     esc_use_rep_path, esc_file);
      |                       ~~~~~~~~                                    
In file included from /usr/include/stdio.h:867,
                 from cvsps.c:6:
/usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 21 or more bytes (assuming 8221) into a destination of size 8192
   67 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   68 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cvsps.c:1908:60: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size between 4070 and 8176 [-Wformat-truncation=]
 1908 |   snprintf(cmdbuff, PATH_MAX * 2, "cvs %s %s %s -p -r %s %s%s | diff %s %s /dev/null %s | sed -e '%s s|^\\([+-][+-][+-]\\) -|\\1 %s%s|g'",
      |                                                            ^~
 1909 |     compress_arg, norc, utype, rev, esc_use_rep_path, esc_file, dopts,
      |                                                       ~~~~~~~~
cvsps.c:1908:35: note: assuming directive output of 2 bytes
 1908 |   snprintf(cmdbuff, PATH_MAX * 2, "cvs %s %s %s -p -r %s %s%s | diff %s %s /dev/null %s | sed -e '%s s|^\\([+-][+-][+-]\\) -|\\1 %s%s|g'",
      |                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:867,
                 from cvsps.c:6:
/usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 78 or more bytes (assuming 12378) into a destination of size 8192
   67 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   68 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cvsps.c: In function 'load_from_cvs':
cvsps.c:2178:33: warning: '%d' directive output may be truncated writing between 1 and 11 bytes into a region of size between 0 and 63 [-Wformat-truncation=]
 2178 |  snprintf(rev, REV_STR_MAX, "%s.%d", rev2, leaf);
      |                                 ^~
In file included from /usr/include/stdio.h:867,
                 from cvsps.c:6:
/usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 3 and 76 bytes into a destination of size 64
   67 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   68 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/cvsps-2.2-alt0.1'
make: Entering directory '/usr/src/RPM/BUILD/cvsps-2.2-alt0.1'
cc -o cvsps cbtcommon/debug.o cbtcommon/hash.o cbtcommon/text_util.o cbtcommon/sio.o cbtcommon/tcpsocket.o cvsps.o cache.o util.o stats.o cap.o cvs_direct.o list_sort.o -lz
make: Leaving directory '/usr/src/RPM/BUILD/cvsps-2.2-alt0.1'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.67178
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/cvsps-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/cvsps-buildroot
+ cd cvsps-2.2-alt0.1
+ install -pD -m755 cvsps /usr/src/tmp/cvsps-buildroot/usr/bin/cvsps
+ install -pD -m644 cvsps.1 /usr/src/tmp/cvsps-buildroot/usr/share/man/man1/cvsps.1
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/cvsps-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/cvsps-buildroot (binconfig,pkgconfig,libtool,desktop)
Checking contents of files in /usr/src/tmp/cvsps-buildroot/ (default)
Compressing files in /usr/src/tmp/cvsps-buildroot (auto)
Verifying ELF objects in /usr/src/tmp/cvsps-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
verify-elf: WARNING: ./usr/bin/cvsps: uses non-LFS functions: __xstat fopen open
Hardlinking identical .pyc and .pyo files
Processing files: cvsps-2.2-alt0.1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.67178
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd cvsps-2.2-alt0.1
+ DOCDIR=/usr/src/tmp/cvsps-buildroot/usr/share/doc/cvsps-2.2
+ export DOCDIR
+ rm -rf /usr/src/tmp/cvsps-buildroot/usr/share/doc/cvsps-2.2
+ /bin/mkdir -p /usr/src/tmp/cvsps-buildroot/usr/share/doc/cvsps-2.2
+ cp -prL CHANGELOG README merge_utils.sh /usr/src/tmp/cvsps-buildroot/usr/share/doc/cvsps-2.2
+ chmod -R go-w /usr/src/tmp/cvsps-buildroot/usr/share/doc/cvsps-2.2
+ chmod -R a+rX /usr/src/tmp/cvsps-buildroot/usr/share/doc/cvsps-2.2
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.MhMNXF
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.qUVK5C
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
Requires: cvs, /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), 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), libz.so.1 >= set:khdWPIUrJuazh01Xf1, rtld(GNU_HASH)
Requires(rpmlib): rpmlib(SetVersions)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.SKzKnD
Creating cvsps-debuginfo package
Processing files: cvsps-debuginfo-2.2-alt0.1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.6YDscF
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.QedPhH
find-requires: running scripts (debuginfo)
Requires: cvsps = 2.2-alt0.1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libz.so.1)
Wrote: /usr/src/RPM/RPMS/i586/cvsps-2.2-alt0.1.i586.rpm
Wrote: /usr/src/RPM/RPMS/i586/cvsps-debuginfo-2.2-alt0.1.i586.rpm
4.20user 0.54system 0:10.06elapsed 47%CPU (0avgtext+0avgdata 34340maxresident)k
0inputs+0outputs (0major+207162minor)pagefaults 0swaps
/.out/cvsps-2.2-alt0.1.i586.rpm: The use of such a license name is ambiguous: GPL
/.out/cvsps-debuginfo-2.2-alt0.1.i586.rpm: The use of such a license name is ambiguous: GPL
7.70user 2.94system 0:17.85elapsed 59%CPU (0avgtext+0avgdata 108900maxresident)k
0inputs+0outputs (0major+493106minor)pagefaults 0swaps
--- cvsps-2.2-alt0.1.i586.rpm.repo	2013-04-18 02:05:21.000000000 +0000
+++ cvsps-2.2-alt0.1.i586.rpm.hasher	2020-06-01 09:48:18.340306258 +0000
@@ -5,3 +5,3 @@
 /usr/share/doc/cvsps-2.2/merge_utils.sh	100644	
-/usr/share/man/man1/cvsps.1.gz	100644	
+/usr/share/man/man1/cvsps.1.xz	100644	
 Requires: cvs