<86>Sep  8 01:07:23 userdel[2732115]: delete user 'rooter'
<86>Sep  8 01:07:23 userdel[2732115]: removed group 'rooter' owned by 'rooter'
<86>Sep  8 01:07:23 userdel[2732115]: removed shadow group 'rooter' owned by 'rooter'
<86>Sep  8 01:07:23 groupadd[2732133]: group added to /etc/group: name=rooter, GID=579
<86>Sep  8 01:07:23 groupadd[2732133]: group added to /etc/gshadow: name=rooter
<86>Sep  8 01:07:23 groupadd[2732133]: new group: name=rooter, GID=579
<86>Sep  8 01:07:23 useradd[2732147]: new user: name=rooter, UID=579, GID=579, home=/root, shell=/bin/bash
<86>Sep  8 01:07:23 userdel[2732171]: delete user 'builder'
<86>Sep  8 01:07:23 userdel[2732171]: removed group 'builder' owned by 'builder'
<86>Sep  8 01:07:23 userdel[2732171]: removed shadow group 'builder' owned by 'builder'
<86>Sep  8 01:07:23 groupadd[2732177]: group added to /etc/group: name=builder, GID=580
<86>Sep  8 01:07:23 groupadd[2732177]: group added to /etc/gshadow: name=builder
<86>Sep  8 01:07:23 groupadd[2732177]: new group: name=builder, GID=580
<86>Sep  8 01:07:23 useradd[2732183]: new user: name=builder, UID=580, GID=580, home=/usr/src, shell=/bin/bash
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/abduco-0.6-alt1_8.nosrc.rpm
Installing abduco-0.6-alt1_8.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.91847
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf abduco-0.6
+ echo 'Source #0 (abduco-0.6.tar.gz):'
Source #0 (abduco-0.6.tar.gz):
+ /bin/gzip -dc /usr/src/RPM/SOURCES/abduco-0.6.tar.gz
+ /bin/tar -xf -
+ cd abduco-0.6
+ /bin/chmod -c -Rf u+rwX,go-w .
+ echo '#!/bin/sh'
+ chmod +x ./configure
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.91847
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd abduco-0.6
+ 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
+ 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 --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 --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-dependency-tracking --disable-silent-rules --without-included-gettext
+ make -j8
make: Entering directory '/usr/src/RPM/BUILD/abduco-0.6'
cleaning
make: Leaving directory '/usr/src/RPM/BUILD/abduco-0.6'
make: Entering directory '/usr/src/RPM/BUILD/abduco-0.6'
cp config.def.h config.h
make: Leaving directory '/usr/src/RPM/BUILD/abduco-0.6'
make: Entering directory '/usr/src/RPM/BUILD/abduco-0.6'
abduco build options:
CFLAGS   = -pipe -frecord-gcc-switches -Wall -g -O2 -std=c99 -pedantic -Wall -I. -DVERSION="0.6" -DNDEBUG -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700
LDFLAGS  = -lc -lutil
CC       = cc
make: Leaving directory '/usr/src/RPM/BUILD/abduco-0.6'
make: Entering directory '/usr/src/RPM/BUILD/abduco-0.6'
CC abduco.c
abduco.c: In function 'list_session':
abduco.c:543:2: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result]
  543 |  chdir(sockaddr.sun_path);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~
abduco.c: In function 'create_session':
abduco.c:445:5: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result]
  445 |     chdir("/");
      |     ^~~~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/abduco-0.6'
make: Entering directory '/usr/src/RPM/BUILD/abduco-0.6'
CC -o abduco
make: Leaving directory '/usr/src/RPM/BUILD/abduco-0.6'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.92830
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/abduco-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/abduco-buildroot
+ cd abduco-0.6
+ make 'INSTALL=/bin/install -p' install DESTDIR=/usr/src/tmp/abduco-buildroot PREFIX=/usr STRIP=:
make: Entering directory '/usr/src/RPM/BUILD/abduco-0.6'
stripping executable
installing executable file to /usr/src/tmp/abduco-buildroot/usr/bin
installing manual page to /usr/src/tmp/abduco-buildroot/usr/share/man/man1
make: Leaving directory '/usr/src/RPM/BUILD/abduco-0.6'
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/abduco-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/abduco-buildroot (binconfig,pkgconfig,libtool,desktop)
Checking contents of files in /usr/src/tmp/abduco-buildroot/ (default)
Compressing files in /usr/src/tmp/abduco-buildroot (auto)
Verifying ELF objects in /usr/src/tmp/abduco-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: abduco-0.6-alt1_8
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.2807
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd abduco-0.6
+ DOCDIR=/usr/src/tmp/abduco-buildroot/usr/share/doc/abduco-0.6
+ export DOCDIR
+ rm -rf /usr/src/tmp/abduco-buildroot/usr/share/doc/abduco-0.6
+ /bin/mkdir -p /usr/src/tmp/abduco-buildroot/usr/share/doc/abduco-0.6
+ cp -prL --no-dereference LICENSE /usr/src/tmp/abduco-buildroot/usr/share/doc/abduco-0.6
+ chmod -R go-w /usr/src/tmp/abduco-buildroot/usr/share/doc/abduco-0.6
+ chmod -R a+rX /usr/src/tmp/abduco-buildroot/usr/share/doc/abduco-0.6
+ cp -prL README.md /usr/src/tmp/abduco-buildroot/usr/share/doc/abduco-0.6
+ chmod -R go-w /usr/src/tmp/abduco-buildroot/usr/share/doc/abduco-0.6
+ chmod -R a+rX /usr/src/tmp/abduco-buildroot/usr/share/doc/abduco-0.6
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ODbn2K
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.HoJQGN
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.10)(64bit), libc.so.6(GLIBC_2.15)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libutil.so.1(GLIBC_2.2.5)(64bit), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.vJL1AL
Creating abduco-debuginfo package
Processing files: abduco-debuginfo-0.6-alt1_8
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.AD02TL
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.VIJ41K
find-requires: running scripts (debuginfo)
Requires: abduco = 0.6-alt1_8, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libutil.so.1)
Adding to abduco-debuginfo a strict dependency on abduco
Wrote: /usr/src/RPM/RPMS/x86_64/abduco-0.6-alt1_8.x86_64.rpm
Wrote: /usr/src/RPM/RPMS/x86_64/abduco-debuginfo-0.6-alt1_8.x86_64.rpm
4.38user 1.34system 0:09.70elapsed 59%CPU (0avgtext+0avgdata 35780maxresident)k
0inputs+0outputs (0major+198447minor)pagefaults 0swaps
10.06user 6.91system 0:19.71elapsed 86%CPU (0avgtext+0avgdata 105016maxresident)k
0inputs+0outputs (0major+426026minor)pagefaults 0swaps