<86>Jul 1 01:00:14 userdel[4125493]: delete user 'rooter' <86>Jul 1 01:00:14 userdel[4125493]: removed group 'rooter' owned by 'rooter' <86>Jul 1 01:00:14 userdel[4125493]: removed shadow group 'rooter' owned by 'rooter' <86>Jul 1 01:00:14 groupadd[4125529]: group added to /etc/group: name=rooter, GID=567 <86>Jul 1 01:00:14 groupadd[4125529]: group added to /etc/gshadow: name=rooter <86>Jul 1 01:00:14 groupadd[4125529]: new group: name=rooter, GID=567 <86>Jul 1 01:00:14 useradd[4125547]: new user: name=rooter, UID=567, GID=567, home=/root, shell=/bin/bash <86>Jul 1 01:00:14 userdel[4125582]: delete user 'builder' <86>Jul 1 01:00:14 userdel[4125582]: removed group 'builder' owned by 'builder' <86>Jul 1 01:00:14 userdel[4125582]: removed shadow group 'builder' owned by 'builder' <86>Jul 1 01:00:14 groupadd[4125606]: group added to /etc/group: name=builder, GID=568 <86>Jul 1 01:00:14 groupadd[4125606]: group added to /etc/gshadow: name=builder <86>Jul 1 01:00:14 groupadd[4125606]: new group: name=builder, GID=568 <86>Jul 1 01:00:14 useradd[4125628]: new user: name=builder, UID=568, GID=568, home=/usr/src, shell=/bin/bash <13>Jul 1 01:00:16 rpmi: libquadmath0-9.3.1-alt1 sisyphus+251917.40.3.1 1589811833 installed <13>Jul 1 01:00:16 rpmi: libquadmath9-devel-9.3.1-alt1 sisyphus+251917.40.3.1 1589811833 installed <13>Jul 1 01:00:17 rpmi: libgfortran5-9.3.1-alt1 sisyphus+251917.40.3.1 1589811833 installed <13>Jul 1 01:00:17 rpmi: gcc-fortran-common-1.4.24-alt4 sisyphus+251595.200.2.1 1591096672 installed <13>Jul 1 01:00:17 rpmi: libgfortran9-devel-9.3.1-alt1 sisyphus+251917.40.3.1 1589811833 installed <13>Jul 1 01:00:18 rpmi: gcc9-fortran-9.3.1-alt1 sisyphus+251917.40.3.1 1589811833 installed <13>Jul 1 01:00:18 rpmi: gcc-fortran-9-alt2 sisyphus+251923.100.2.2 1589881406 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/fortranposix-0.1.1-alt1.nosrc.rpm Installing fortranposix-0.1.1-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.75023 + 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.75023 + 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 'fortranpopen_': posixwrapper.c:77:26: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] 77 | printf("Executing %s (%d) with option %s (%d) ... \n",command,strlen(command),type,strlen(type)); | ~^ ~~~~~~~~~~~~~~~ | | | | int size_t {aka long unsigned int} | %ld posixwrapper.c:77:46: warning: format '%d' expects argument of type 'int', but argument 5 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] 77 | printf("Executing %s (%d) with option %s (%d) ... \n",command,strlen(command),type,strlen(type)); | ~^ ~~~~~~~~~~~~ | | | | int size_t {aka long unsigned int} | %ld 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:508, 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:508, 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.31330 + 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/lib64 + install -m644 libfortranposix.so /usr/src/tmp/fortranposix-buildroot/usr/lib64 + /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/lib64: 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.79059 + 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.5CWBq0 find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) lib.prov: /usr/src/tmp/fortranposix-buildroot/usr/lib64/libfortranposix.so: 37 symbols, 16 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.zWMo3W find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: libfortranposix.so()(64bit) = set:jdLUKZFa1Te3SnzvmT3sXHhxDB4Oy3MDLEonKtYYdyenUGxhAXhh1eZ3AsaxMP3z2eHg8ZHNtTovUa3 Requires: libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libgfortran.so.5()(64bit) >= set:olwUnsDkgSoamjt2, libgfortran.so.5(GFORTRAN_8)(64bit), 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.9xoZ1X 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.JKvcc0 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.5i7MeZ find-requires: running scripts (debuginfo) Provides: debug64(libfortranposix.so) Requires: libfortranposix = 0.1.1-alt1, debug64(libc.so.6), debug64(libgfortran.so.5) Adding to libfortranposix-debuginfo a strict dependency on libfortranposix Wrote: /usr/src/RPM/RPMS/x86_64/libfortranposix-0.1.1-alt1.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/libfortranposix-debuginfo-0.1.1-alt1.x86_64.rpm 4.08user 1.25system 0:09.21elapsed 57%CPU (0avgtext+0avgdata 27528maxresident)k 0inputs+0outputs (0major+200500minor)pagefaults 0swaps 11.21user 7.05system 0:20.98elapsed 87%CPU (0avgtext+0avgdata 110656maxresident)k 0inputs+0outputs (0major+494373minor)pagefaults 0swaps