<86>Mar 27 08:08:11 userdel[2724021]: delete user 'rooter'
<86>Mar 27 08:08:11 userdel[2724021]: removed group 'rooter' owned by 'rooter'
<86>Mar 27 08:08:11 groupadd[2724169]: group added to /etc/group: name=rooter, GID=633
<86>Mar 27 08:08:11 groupadd[2724169]: group added to /etc/gshadow: name=rooter
<86>Mar 27 08:08:11 groupadd[2724169]: new group: name=rooter, GID=633
<86>Mar 27 08:08:11 useradd[2724213]: new user: name=rooter, UID=633, GID=633, home=/root, shell=/bin/bash
<86>Mar 27 08:08:11 userdel[2724238]: delete user 'builder'
<86>Mar 27 08:08:11 userdel[2724238]: removed group 'builder' owned by 'builder'
<86>Mar 27 08:08:11 userdel[2724238]: removed shadow group 'builder' owned by 'builder'
<86>Mar 27 08:08:11 groupadd[2724249]: group added to /etc/group: name=builder, GID=634
<86>Mar 27 08:08:11 groupadd[2724249]: group added to /etc/gshadow: name=builder
<86>Mar 27 08:08:11 groupadd[2724249]: new group: name=builder, GID=634
<86>Mar 27 08:08:11 useradd[2724259]: new user: name=builder, UID=634, GID=634, home=/usr/src, shell=/bin/bash
<13>Mar 27 08:08:14 rpmi: libquadmath0-9.2.1-alt3 sisyphus+245055.100.1.1 1580041617 installed
<13>Mar 27 08:08:14 rpmi: libquadmath9-devel-9.2.1-alt3 sisyphus+245055.100.1.1 1580041617 installed
<13>Mar 27 08:08:14 rpmi: libgfortran5-9.2.1-alt3 sisyphus+245055.100.1.1 1580041617 installed
<13>Mar 27 08:08:14 rpmi: gcc-fortran-common-1.4.24-alt3 sisyphus+243033.100.1.1 1576462403 installed
<13>Mar 27 08:08:14 rpmi: libgfortran9-devel-9.2.1-alt3 sisyphus+245055.100.1.1 1580041617 installed
<13>Mar 27 08:08:16 rpmi: gcc9-fortran-9.2.1-alt3 sisyphus+245055.100.1.1 1580041617 installed
<13>Mar 27 08:08:16 rpmi: gcc-fortran-9-alt1 sisyphus+239632.300.3.1 1571788297 installed
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/fortranposix-0.1.1-alt1.nosrc.rpm
Installing fortranposix-0.1.1-alt1.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.80954
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf fortranposix-0.1.1
+ echo 'Source #0 (fortranposix-0.1.1.tar):'
Source #0 (fortranposix-0.1.1.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/fortranposix-0.1.1.tar
+ cd fortranposix-0.1.1
+ /bin/chmod -c -Rf u+rwX,go-w .
+ rm -f libfortranposix.so
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.80954
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd fortranposix-0.1.1
+ make -j8
make: Entering directory '/usr/src/RPM/BUILD/fortranposix-0.1.1'
rm -f *.o
make: Leaving directory '/usr/src/RPM/BUILD/fortranposix-0.1.1'
make: Entering directory '/usr/src/RPM/BUILD/fortranposix-0.1.1'
gcc -pipe -Wall -g -O2 -fPIC -DPIC -c posixwrapper.c
posixwrapper.c: In function 'fortranfputs_':
posixwrapper.c:248:7: warning: unused variable 'stat' [-Wunused-variable]
  248 |   int stat;
      |       ^~~~
In file included from /usr/include/string.h:507,
                 from posixwrapper.c:26:
In function 'strncpy',
    inlined from 'fortrangetlogin_' at posixwrapper.c:201:3:
/usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
posixwrapper.c: In function 'fortrangetlogin_':
posixwrapper.c:200:11: note: length computed here
  200 |   *lenstr=strlen(username);
      |           ^~~~~~~~~~~~~~~~
In file included from /usr/include/string.h:507,
                 from posixwrapper.c:26:
In function 'strncpy',
    inlined from 'fortrangetenv_' at posixwrapper.c:223:3:
/usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
posixwrapper.c: In function 'fortrangetenv_':
posixwrapper.c:222:11: note: length computed here
  222 |   *lenstr=strlen(envname);
      |           ^~~~~~~~~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/fortranposix-0.1.1'
make: Entering directory '/usr/src/RPM/BUILD/fortranposix-0.1.1'
f95 -pipe -Wall -g -O2 -fPIC -DPIC -shared fortranposix.f90 -o libfortranposix.so posixwrapper.o
make: Leaving directory '/usr/src/RPM/BUILD/fortranposix-0.1.1'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.4634
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/fortranposix-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/fortranposix-buildroot
+ cd fortranposix-0.1.1
+ install -d /usr/src/tmp/fortranposix-buildroot/usr/lib
+ install -m644 libfortranposix.so /usr/src/tmp/fortranposix-buildroot/usr/lib
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/fortranposix-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/fortranposix-buildroot (binconfig,pkgconfig,libtool,desktop)
Checking contents of files in /usr/src/tmp/fortranposix-buildroot/ (default)
Compressing files in /usr/src/tmp/fortranposix-buildroot (auto)
Adjusting library links in /usr/src/tmp/fortranposix-buildroot
./usr/lib:
	libfortranposix.so -> libfortranposix.so
Verifying ELF objects in /usr/src/tmp/fortranposix-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: libfortranposix-0.1.1-alt1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.91301
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd fortranposix-0.1.1
+ DOCDIR=/usr/src/tmp/fortranposix-buildroot/usr/share/doc/libfortranposix-0.1.1
+ export DOCDIR
+ rm -rf /usr/src/tmp/fortranposix-buildroot/usr/share/doc/libfortranposix-0.1.1
+ /bin/mkdir -p /usr/src/tmp/fortranposix-buildroot/usr/share/doc/libfortranposix-0.1.1
+ cp -prL CHANGES CREDITS README TODO /usr/src/tmp/fortranposix-buildroot/usr/share/doc/libfortranposix-0.1.1
+ chmod -R go-w /usr/src/tmp/fortranposix-buildroot/usr/share/doc/libfortranposix-0.1.1
+ chmod -R a+rX /usr/src/tmp/fortranposix-buildroot/usr/share/doc/libfortranposix-0.1.1
+ cp -prL Makefile fortranposix.f90 fortranposix_interfaces.f90 posixwrapper.c /usr/src/tmp/fortranposix-buildroot/usr/share/doc/libfortranposix-0.1.1
+ chmod -R go-w /usr/src/tmp/fortranposix-buildroot/usr/share/doc/libfortranposix-0.1.1
+ chmod -R a+rX /usr/src/tmp/fortranposix-buildroot/usr/share/doc/libfortranposix-0.1.1
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.LQiM6v
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell)
lib.prov: /usr/src/tmp/fortranposix-buildroot/usr/lib/libfortranposix.so: 37 symbols, 16 bpp
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.jk5Q5t
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
Provides: libfortranposix.so = set:jdLUKZFa1Te3SnzvmT3sXHhxDB4Oy3MDLEonKtYYdyenUGxhAXhh1eZ3AsaxMP3z2eHg8ZHNtTovUa3
Requires: libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libgfortran.so.5 >= set:olwUnsDkgSoamjt2, libgfortran.so.5(GFORTRAN_8), 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.8aC1tw
Creating libfortranposix-debuginfo package
Processing files: libfortranposix-debuginfo-0.1.1-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.zlZcqu
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.HlMCKt
find-requires: running scripts (debuginfo)
Provides: debug(libfortranposix.so)
Requires: libfortranposix = 0.1.1-alt1, debug(libc.so.6), debug(libgfortran.so.5)
Adding to libfortranposix-debuginfo a strict dependency on libfortranposix
Wrote: /usr/src/RPM/RPMS/i586/libfortranposix-0.1.1-alt1.i586.rpm
Wrote: /usr/src/RPM/RPMS/i586/libfortranposix-debuginfo-0.1.1-alt1.i586.rpm
2.52user 0.40system 0:08.25elapsed 35%CPU (0avgtext+0avgdata 22632maxresident)k
0inputs+0outputs (0major+164036minor)pagefaults 0swaps
6.74user 2.78system 0:21.32elapsed 44%CPU (0avgtext+0avgdata 108780maxresident)k
0inputs+0outputs (0major+443995minor)pagefaults 0swaps