<86>Sep 13 03:17:17 userdel[2774850]: delete user 'rooter'
<86>Sep 13 03:17:17 userdel[2774850]: removed group 'rooter' owned by 'rooter'
<86>Sep 13 03:17:17 userdel[2774850]: removed shadow group 'rooter' owned by 'rooter'
<86>Sep 13 03:17:17 groupadd[2774876]: group added to /etc/group: name=rooter, GID=699
<86>Sep 13 03:17:17 groupadd[2774876]: group added to /etc/gshadow: name=rooter
<86>Sep 13 03:17:17 groupadd[2774876]: new group: name=rooter, GID=699
<86>Sep 13 03:17:17 useradd[2774894]: new user: name=rooter, UID=699, GID=699, home=/root, shell=/bin/bash
<86>Sep 13 03:17:17 userdel[2774924]: delete user 'builder'
<86>Sep 13 03:17:17 userdel[2774924]: removed group 'builder' owned by 'builder'
<86>Sep 13 03:17:17 userdel[2774924]: removed shadow group 'builder' owned by 'builder'
<86>Sep 13 03:17:17 groupadd[2774947]: group added to /etc/group: name=builder, GID=700
<86>Sep 13 03:17:17 groupadd[2774947]: group added to /etc/gshadow: name=builder
<86>Sep 13 03:17:17 groupadd[2774947]: new group: name=builder, GID=700
<86>Sep 13 03:17:17 useradd[2774963]: new user: name=builder, UID=700, GID=700, home=/usr/src, shell=/bin/bash
<13>Sep 13 03:17:20 rpmi: libselinux-devel-1:3.0-alt1 p9+247933.200.2.1 1585323540 installed
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/libaltselinux-0.1.0-alt1.nosrc.rpm
Installing libaltselinux-0.1.0-alt1.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.87810
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf libaltselinux-0.1.0
+ echo 'Source #0 (libaltselinux-0.1.0.tar):'
Source #0 (libaltselinux-0.1.0.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/libaltselinux-0.1.0.tar
+ cd libaltselinux-0.1.0
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.87810
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd libaltselinux-0.1.0
+ autoreconf -fisv
autoreconf-default: Entering directory `.'
autoreconf-default: configure.ac: not using Gettext
autoreconf-default: running: aclocal --force 
autoreconf-default: configure.ac: tracing
autoreconf-default: running: libtoolize --force --install
libtoolize-default: putting auxiliary files in '.'.
libtoolize-default: linking file './config.guess'
libtoolize-default: linking file './config.sub'
libtoolize-default: linking file './install-sh'
libtoolize-default: linking file './ltmain.sh'
libtoolize-default: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
libtoolize-default: and rerunning libtoolize-default and aclocal.
libtoolize-default: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
autoreconf-default: configure.ac: not using Intltool
autoreconf-default: configure.ac: not using gtk-doc
autoreconf-default: running: /usr/bin/autoconf-2.60 --force
autoreconf-default: running: /usr/bin/autoheader-2.60 --force
autoreconf-default: running: automake --add-missing --force-missing
configure.ac:6: installing './ar-lib'
configure.ac:6: installing './compile'
configure.ac:2: installing './missing'
src/Makefile.am: installing './depcomp'
autoreconf-default: Leaving directory `.'
+ CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2'
+ export CFLAGS
+ CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2'
+ export CXXFLAGS
+ FFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2'
+ export FFLAGS
+ FCFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2'
+ export FCFLAGS
+ '[' -n '' ']'
++ printf %s '-pipe -frecord-gcc-switches -Wall -g -O2'
++ 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
+ xargs -ri dirname -- '{}'
+ readlink -e -- ./configure
+ 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 --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: --without-included-gettext
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports the include directive... yes (GNU style)
checking for x86_64-alt-linux-gcc... x86_64-alt-linux-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
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 whether x86_64-alt-linux-gcc understands -c and -o together... yes
checking dependency style of x86_64-alt-linux-gcc... none
checking for x86_64-alt-linux-ar... no
checking for x86_64-alt-linux-lib... no
checking for x86_64-alt-linux-link... no
checking for ar... ar
checking the archiver (ar) interface... ar
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 whether x86_64-alt-linux-gcc understands -c and -o together... (cached) yes
checking dependency style of x86_64-alt-linux-gcc... (cached) none
checking build system type... x86_64-alt-linux-gnu
checking host system type... x86_64-alt-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by x86_64-alt-linux-gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-alt-linux-gnu file names to x86_64-alt-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-alt-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for x86_64-alt-linux-objdump... no
checking for objdump... objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for x86_64-alt-linux-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-alt-linux-ar... ar
checking for archiver @FILE support... @
checking for x86_64-alt-linux-strip... no
checking for strip... strip
checking for x86_64-alt-linux-ranlib... no
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from x86_64-alt-linux-gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for x86_64-alt-linux-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... x86_64-alt-linux-gcc -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 for dlfcn.h... yes
checking for objdir... .libs
checking if x86_64-alt-linux-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-alt-linux-gcc option to produce PIC... -fPIC -DPIC
checking if x86_64-alt-linux-gcc PIC flag -fPIC -DPIC works... yes
checking if x86_64-alt-linux-gcc static flag -static works... no
checking if x86_64-alt-linux-gcc supports -c -o file.o... yes
checking if x86_64-alt-linux-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-alt-linux-gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure: WARNING: unrecognized options: --without-included-gettext
+ make -j8
make  all-recursive
Making all in src
make[2]: Entering directory '/usr/src/RPM/BUILD/libaltselinux-0.1.0/src'
/bin/sh ../libtool  --tag=CC   --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..     -pipe -frecord-gcc-switches -Wall -g -O2 -c -o altselinux.lo altselinux.c
libtool: compile:  x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -pipe -frecord-gcc-switches -Wall -g -O2 -c altselinux.c  -fPIC -DPIC -o .libs/altselinux.o
libtool: compile:  x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -pipe -frecord-gcc-switches -Wall -g -O2 -c altselinux.c -o altselinux.o >/dev/null 2>&1
make[2]: Leaving directory '/usr/src/RPM/BUILD/libaltselinux-0.1.0/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/libaltselinux-0.1.0/src'
/bin/sh ../libtool  --tag=CC   --mode=link x86_64-alt-linux-gcc  -pipe -frecord-gcc-switches -Wall -g -O2   -o libaltselinux.la -rpath /usr/lib64 altselinux.lo -lselinux 
libtool: link: x86_64-alt-linux-gcc -shared  -fPIC -DPIC  .libs/altselinux.o   -lselinux  -g -O2   -Wl,-soname -Wl,libaltselinux.so.0 -o .libs/libaltselinux.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libaltselinux.so.0" && ln -s "libaltselinux.so.0.0.0" "libaltselinux.so.0")
libtool: link: (cd ".libs" && rm -f "libaltselinux.so" && ln -s "libaltselinux.so.0.0.0" "libaltselinux.so")
libtool: link: ar cr .libs/libaltselinux.a  altselinux.o
libtool: link: ranlib .libs/libaltselinux.a
libtool: link: ( cd ".libs" && rm -f "libaltselinux.la" && ln -s "../libaltselinux.la" "libaltselinux.la" )
make[2]: Leaving directory '/usr/src/RPM/BUILD/libaltselinux-0.1.0/src'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.28591
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/libaltselinux-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/libaltselinux-buildroot
+ cd libaltselinux-0.1.0
+ make 'INSTALL=/bin/install -p' install DESTDIR=/usr/src/tmp/libaltselinux-buildroot
make: Entering directory '/usr/src/RPM/BUILD/libaltselinux-0.1.0'
Making install in src
make[1]: Entering directory '/usr/src/RPM/BUILD/libaltselinux-0.1.0/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/libaltselinux-0.1.0/src'
 /bin/mkdir -p '/usr/src/tmp/libaltselinux-buildroot/usr/lib64'
 /bin/sh ../libtool   --mode=install /bin/install -p   libaltselinux.la '/usr/src/tmp/libaltselinux-buildroot/usr/lib64'
libtool: install: /bin/install -p .libs/libaltselinux.so.0.0.0 /usr/src/tmp/libaltselinux-buildroot/usr/lib64/libaltselinux.so.0.0.0
libtool: install: (cd /usr/src/tmp/libaltselinux-buildroot/usr/lib64 && { ln -s -f libaltselinux.so.0.0.0 libaltselinux.so.0 || { rm -f libaltselinux.so.0 && ln -s libaltselinux.so.0.0.0 libaltselinux.so.0; }; })
libtool: install: (cd /usr/src/tmp/libaltselinux-buildroot/usr/lib64 && { ln -s -f libaltselinux.so.0.0.0 libaltselinux.so || { rm -f libaltselinux.so && ln -s libaltselinux.so.0.0.0 libaltselinux.so; }; })
libtool: install: /bin/install -p .libs/libaltselinux.lai /usr/src/tmp/libaltselinux-buildroot/usr/lib64/libaltselinux.la
libtool: install: /bin/install -p .libs/libaltselinux.a /usr/src/tmp/libaltselinux-buildroot/usr/lib64/libaltselinux.a
libtool: install: chmod 644 /usr/src/tmp/libaltselinux-buildroot/usr/lib64/libaltselinux.a
libtool: install: ranlib /usr/src/tmp/libaltselinux-buildroot/usr/lib64/libaltselinux.a
libtool: warning: remember to run 'libtool --finish /usr/lib64'
 /bin/mkdir -p '/usr/src/tmp/libaltselinux-buildroot/usr/include'
 /bin/install -p -m 644 altselinux.h '/usr/src/tmp/libaltselinux-buildroot/usr/include'
make[2]: Leaving directory '/usr/src/RPM/BUILD/libaltselinux-0.1.0/src'
make[1]: Leaving directory '/usr/src/RPM/BUILD/libaltselinux-0.1.0/src'
make[1]: Entering directory '/usr/src/RPM/BUILD/libaltselinux-0.1.0'
make[2]: Entering directory '/usr/src/RPM/BUILD/libaltselinux-0.1.0'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/usr/src/RPM/BUILD/libaltselinux-0.1.0'
make[1]: Leaving directory '/usr/src/RPM/BUILD/libaltselinux-0.1.0'
make: Leaving directory '/usr/src/RPM/BUILD/libaltselinux-0.1.0'
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/libaltselinux-buildroot (auto)
removed './usr/lib64/libaltselinux.la'
mode of './usr/lib64/libaltselinux.so.0.0.0' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
Verifying and fixing files in /usr/src/tmp/libaltselinux-buildroot (binconfig,pkgconfig,libtool,desktop)
Checking contents of files in /usr/src/tmp/libaltselinux-buildroot/ (default)
Compressing files in /usr/src/tmp/libaltselinux-buildroot (auto)
Adjusting library links in /usr/src/tmp/libaltselinux-buildroot
./usr/lib64:
	libaltselinux.so.0 -> libaltselinux.so.0.0.0
Verifying ELF objects in /usr/src/tmp/libaltselinux-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
Hardlinking identical .pyc and .pyo files
Processing files: libaltselinux-0.1.0-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.SzeC5W
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell)
lib.prov: /usr/src/tmp/libaltselinux-buildroot/usr/lib64/libaltselinux.so.0: 6 symbols, 13 bpp
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.wt6Bb6
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
Provides: libaltselinux.so.0()(64bit) = set:gdlQowSaq5dSZE
Requires: libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), libselinux.so.1()(64bit) >= set:li9ZhY8OBmp1GL4lyRi, 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.ubr9Gi
Creating libaltselinux-debuginfo package
Processing files: libaltselinux-devel-0.1.0-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.WwWRAy
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.QsR71R
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
Requires: libaltselinux = 0.1.0-alt1, /usr/lib64/libaltselinux.so.0.0.0
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.cjqcMe
Processing files: libaltselinux-debuginfo-0.1.0-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.gmcvVE
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.aurRI8
find-requires: running scripts (debuginfo)
Provides: debug64(libaltselinux.so.0)
Requires: libaltselinux = 0.1.0-alt1, debug64(libc.so.6), debug64(libselinux.so.1)
Removing 1 extra deps from libaltselinux-devel due to dependency on libaltselinux
warning: Installed (but unpackaged) file(s) found:
    /usr/lib64/libaltselinux.a
Wrote: /usr/src/RPM/RPMS/x86_64/libaltselinux-0.1.0-alt1.x86_64.rpm
Wrote: /usr/src/RPM/RPMS/x86_64/libaltselinux-devel-0.1.0-alt1.x86_64.rpm
Wrote: /usr/src/RPM/RPMS/x86_64/libaltselinux-debuginfo-0.1.0-alt1.x86_64.rpm
10.33user 3.32system 0:21.10elapsed 64%CPU (0avgtext+0avgdata 26696maxresident)k
0inputs+0outputs (0major+823333minor)pagefaults 0swaps
14.74user 6.53system 0:28.49elapsed 74%CPU (0avgtext+0avgdata 117004maxresident)k
0inputs+0outputs (0major+1132361minor)pagefaults 0swaps