<86>Aug  4 00:43:15 userdel[2416947]: delete user 'rooter'
<86>Aug  4 00:43:15 userdel[2416947]: removed group 'rooter' owned by 'rooter'
<86>Aug  4 00:43:15 userdel[2416947]: removed shadow group 'rooter' owned by 'rooter'
<86>Aug  4 00:43:15 groupadd[2416996]: group added to /etc/group: name=rooter, GID=1853
<86>Aug  4 00:43:15 groupadd[2416996]: group added to /etc/gshadow: name=rooter
<86>Aug  4 00:43:15 groupadd[2416996]: new group: name=rooter, GID=1853
<86>Aug  4 00:43:15 useradd[2417019]: new user: name=rooter, UID=1853, GID=1853, home=/root, shell=/bin/bash, from=none
<86>Aug  4 00:43:15 userdel[2417081]: delete user 'builder'
<86>Aug  4 00:43:15 userdel[2417081]: removed group 'builder' owned by 'builder'
<86>Aug  4 00:43:15 userdel[2417081]: removed shadow group 'builder' owned by 'builder'
<86>Aug  4 00:43:15 groupadd[2417119]: group added to /etc/group: name=builder, GID=1854
<86>Aug  4 00:43:15 groupadd[2417119]: group added to /etc/gshadow: name=builder
<86>Aug  4 00:43:15 groupadd[2417119]: new group: name=builder, GID=1854
<86>Aug  4 00:43:15 useradd[2417143]: new user: name=builder, UID=1854, GID=1854, home=/usr/src, shell=/bin/bash, from=none
/usr/src/in/srpm/nslint-3.1-alt1.src.rpm: license not found in '/usr/share/license' directory: BSD-style
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/nslint-3.1-alt1.nosrc.rpm (w1.gzdio)
Installing nslint-3.1-alt1.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.78609
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf nslint-3.1
+ echo 'Source #0 (nslint-3.1.tar):'
Source #0 (nslint-3.1.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/nslint-3.1.tar
+ cd nslint-3.1
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.78609
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd nslint-3.1
+ CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto'
+ export CFLAGS
+ CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto'
+ export CXXFLAGS
+ FFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto'
+ export FFLAGS
+ FCFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto'
+ export FCFLAGS
+ '[' -n '' ']'
++ printf %s '-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto'
++ sed -r 's/(^|[[:space:]]+)-[^m][^[:space:]]*//g'
+ ASFLAGS=
+ export ASFLAGS
+ export lt_cv_deplibs_check_method=pass_all
+ lt_cv_deplibs_check_method=pass_all
+ readlink -e -- ./configure
+ xargs -ri dirname -- '{}'
+ xargs -ri find '{}' -type f '(' -name config.sub -or -name config.guess ')' -printf '%h/\n'
+ sort -u
+ xargs -rn1 install -pm755 -- /usr/share/gnu-config/config.sub /usr/share/gnu-config/config.guess
+ configure_runstatedir_flags=
+ grep -qF runstatedir=DIR ./configure
+ echo 'rpm-build: warning: ./configure script does not support --runstatedir'
rpm-build: warning: ./configure script does not support --runstatedir
+ ./configure --build=x86_64-alt-linux --host=x86_64-alt-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/lib --localstatedir=/var/lib --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-dependency-tracking --disable-silent-rules --without-included-gettext
configure: WARNING: Unrecognized options: --disable-dependency-tracking, --disable-silent-rules, --without-included-gettext
checking build system type... x86_64-alt-linux-gnu
checking host system type... x86_64-alt-linux-gnu
checking target system type... x86_64-alt-linux-gnu
checking for x86_64-alt-linux-gcc... x86_64-alt-linux-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-alt-linux-gcc accepts -g... yes
checking for x86_64-alt-linux-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... x86_64-alt-linux-gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for x86_64-alt-linux-gcc... (cached) x86_64-alt-linux-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether x86_64-alt-linux-gcc accepts -g... (cached) yes
checking for x86_64-alt-linux-gcc option to accept ISO C89... (cached) none needed
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for a BSD-compatible install... /bin/install -c
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for memory.h... (cached) yes
checking for strerror... yes
checking for main in -lnsl... no
checking for main in -lsocket... no
checking for int32_t using x86_64-alt-linux-gcc... yes
checking for u_int32_t using x86_64-alt-linux-gcc... yes
configure: creating ./config.status
config.status: creating Makefile
configure: WARNING: Unrecognized options: --disable-dependency-tracking, --disable-silent-rules, --without-included-gettext
+ make -j16
make: Entering directory '/usr/src/RPM/BUILD/nslint-3.1'
sed -e 's/.*/char version[] = "&";/' ./VERSION > version.c
make: Leaving directory '/usr/src/RPM/BUILD/nslint-3.1'
make: Entering directory '/usr/src/RPM/BUILD/nslint-3.1'
x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto  -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_FCNTL_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRERROR=1  -c ./version.c
make: Leaving directory '/usr/src/RPM/BUILD/nslint-3.1'
make: Entering directory '/usr/src/RPM/BUILD/nslint-3.1'
x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto  -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_FCNTL_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRERROR=1  -c ./savestr.c
./savestr.c:23:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=]
   23 | static const char rcsid[] =
      |                   ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/nslint-3.1'
make: Entering directory '/usr/src/RPM/BUILD/nslint-3.1'
x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto  -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_FCNTL_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRERROR=1  -c ./nslint.c
./nslint.c: In function 'cmpaddr':
./nslint.c:585:16: warning: variable 'r1' set but not used [-Wunused-but-set-variable]
  585 |         int i, r1;
      |                ^~
./nslint.c: In function 'cmpitemhost':
./nslint.c:635:27: warning: variable 'i2' set but not used [-Wunused-but-set-variable]
  635 |         struct item *i1, *i2;
      |                           ^~
./nslint.c: In function 'cmpnetwork':
./nslint.c:647:20: warning: variable 'r2' set but not used [-Wunused-but-set-variable]
  647 |         int i, r1, r2;
      |                    ^~
./nslint.c:647:16: warning: variable 'r1' set but not used [-Wunused-but-set-variable]
  647 |         int i, r1, r2;
      |                ^~
./nslint.c: At top level:
./nslint.c:25:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=]
   25 | static const char rcsid[] =
      |                   ^~~~~
./nslint.c:22:19: warning: 'copyright' defined but not used [-Wunused-const-variable=]
   22 | static const char copyright[] =
      |                   ^~~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/nslint-3.1'
make: Entering directory '/usr/src/RPM/BUILD/nslint-3.1'
x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto  -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_FCNTL_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRERROR=1   -o nslint nslint.o savestr.o version.o  
make: Leaving directory '/usr/src/RPM/BUILD/nslint-3.1'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.65505
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/nslint-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/nslint-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd nslint-3.1
+ install -Dpm755 nslint /usr/src/tmp/nslint-buildroot/usr/bin/nslint
+ install -Dpm644 nslint.8 /usr/src/tmp/nslint-buildroot/usr/share/man/man8/nslint.8
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/nslint-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/nslint-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/nslint-buildroot/ (default)
Compressing files in /usr/src/tmp/nslint-buildroot (auto)
Verifying ELF objects in /usr/src/tmp/nslint-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
Processing files: nslint-3.1-alt1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.65505
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd nslint-3.1
+ DOCDIR=/usr/src/tmp/nslint-buildroot/usr/share/doc/nslint-3.1
+ export DOCDIR
+ rm -rf /usr/src/tmp/nslint-buildroot/usr/share/doc/nslint-3.1
+ /bin/mkdir -p /usr/src/tmp/nslint-buildroot/usr/share/doc/nslint-3.1
+ cp -prL README CHANGES /usr/src/tmp/nslint-buildroot/usr/share/doc/nslint-3.1
+ chmod -R go-w /usr/src/tmp/nslint-buildroot/usr/share/doc/nslint-3.1
+ chmod -R a+rX /usr/src/tmp/nslint-buildroot/usr/share/doc/nslint-3.1
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.jrdAio
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.22BGhZ
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.GkPR5b
Creating nslint-debuginfo package
Processing files: nslint-debuginfo-3.1-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.pojcXu
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.zgBvFa
find-requires: running scripts (debuginfo)
Requires: nslint = 3.1-alt1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6)
Wrote: /usr/src/RPM/RPMS/x86_64/nslint-3.1-alt1.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/nslint-debuginfo-3.1-alt1.x86_64.rpm (w2.lzdio)
1.93user 1.21system 0:07.77elapsed 40%CPU (0avgtext+0avgdata 59940maxresident)k
0inputs+0outputs (0major+369806minor)pagefaults 0swaps
/.out/nslint-3.1-alt1.x86_64.rpm: license not found in '/usr/share/license' directory: BSD-style
/.out/nslint-debuginfo-3.1-alt1.x86_64.rpm: license not found in '/usr/share/license' directory: BSD-style
0.56user 0.92system 0:11.00elapsed 13%CPU (0avgtext+0avgdata 12092maxresident)k
0inputs+0outputs (0major+96535minor)pagefaults 0swaps
--- nslint-3.1-alt1.x86_64.rpm.repo	2013-04-18 23:24:12.000000000 +0000
+++ nslint-3.1-alt1.x86_64.rpm.hasher	2023-08-04 00:43:24.297643059 +0000
@@ -4,3 +4,3 @@
 /usr/share/doc/nslint-3.1/README	100644	root:root	
-/usr/share/man/man8/nslint.8.gz	100644	root:root	
+/usr/share/man/man8/nslint.8.xz	100644	root:root	
 Requires: /lib64/ld-linux-x86-64.so.2  
@@ -10,2 +10,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)  
@@ -14,3 +16,3 @@
 Provides: nslint = 3.1-alt1
-File: /usr/bin/nslint	100755	root:root	9c6140812feb16b01b429d0a99bca25f	
+File: /usr/bin/nslint	100755	root:root	799a9a92eaf3ee1f760b507709cafe3b	
 File: /usr/share/doc/nslint-3.1	40755	root:root		
@@ -18,3 +20,3 @@
 File: /usr/share/doc/nslint-3.1/README	100644	root:root	c3f2d3a5d314dead2f2892f0e152728c	
-File: /usr/share/man/man8/nslint.8.gz	100644	root:root	19f2adbe4cfbde8a2c4b28a46886e522	
-RPMIdentity: 2419753511a2ca05c0289287cb00c5309a7d6de0e645abe2331e97cf20a16001207090356d6fcceac213c302e433baa4761cc7e7dbf966f3283ffa75b0d513f4
+File: /usr/share/man/man8/nslint.8.xz	100644	root:root	a6157ba63585a5b4ea465fbade7122d3	
+RPMIdentity: c24cd45d6ec7fb107bb87f7983bde83ad5efeb3c40f045ff4e7d74a5dfe85d686be15f19073b3694ffc9f31fac4bd20cdb48c16c5c202583c46f23f1ef97be93
--- nslint-debuginfo-3.1-alt1.x86_64.rpm.repo	2013-04-18 23:24:12.000000000 +0000
+++ nslint-debuginfo-3.1-alt1.x86_64.rpm.hasher	2023-08-04 00:43:24.373644104 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/c4	40755	root:root	
-/usr/lib/debug/.build-id/c4/ea6459c04b02d800828404ebe530b289b986ab	120777	root:root	../../../../bin/nslint
-/usr/lib/debug/.build-id/c4/ea6459c04b02d800828404ebe530b289b986ab.debug	120777	root:root	../../usr/bin/nslint.debug
+/usr/lib/debug/.build-id/22	40755	root:root	
+/usr/lib/debug/.build-id/22/0e35ca6b63ff2ab831c8d0c76d03a62fc738a4	120777	root:root	../../../../bin/nslint
+/usr/lib/debug/.build-id/22/0e35ca6b63ff2ab831c8d0c76d03a62fc738a4.debug	120777	root:root	../../usr/bin/nslint.debug
 /usr/lib/debug/usr/bin/nslint.debug	100644	root:root	
@@ -15,6 +15,6 @@
 Provides: nslint-debuginfo = 3.1-alt1
-File: /usr/lib/debug/.build-id/c4	40755	root:root		
-File: /usr/lib/debug/.build-id/c4/ea6459c04b02d800828404ebe530b289b986ab	120777	root:root		../../../../bin/nslint
-File: /usr/lib/debug/.build-id/c4/ea6459c04b02d800828404ebe530b289b986ab.debug	120777	root:root		../../usr/bin/nslint.debug
-File: /usr/lib/debug/usr/bin/nslint.debug	100644	root:root	d4370bf622b26d0c7d0ff36a3cf9c9a3	
+File: /usr/lib/debug/.build-id/22	40755	root:root		
+File: /usr/lib/debug/.build-id/22/0e35ca6b63ff2ab831c8d0c76d03a62fc738a4	120777	root:root		../../../../bin/nslint
+File: /usr/lib/debug/.build-id/22/0e35ca6b63ff2ab831c8d0c76d03a62fc738a4.debug	120777	root:root		../../usr/bin/nslint.debug
+File: /usr/lib/debug/usr/bin/nslint.debug	100644	root:root	f1b3d1047cc125ec5915288480a6fd12	
 File: /usr/src/debug/nslint-3.1	40755	root:root		
@@ -25,2 +25,2 @@
 File: /usr/src/debug/nslint-3.1/version.h	100644	root:root	66e50c91e87ee1cfa52926257a0d39ba	
-RPMIdentity: c0e62b72891074051249acc560cd9ea9641dde94a266a16c0e60383bb133072ff338267dc493bf8d4958a9d33315409f47d71d8196c42dd972579c38c630a0ff
+RPMIdentity: 9802759bb6cfa38f7dbfad8474b12efe3e5440af1d5d01e4590b3a90a8ff91db402fd9eb4634b7a34c6a39416f2f7830d8356985efd19fb8b361c834f0754863