<86>Nov 12 06:25:28 userdel[9545]: delete user 'rooter' <86>Nov 12 06:25:28 userdel[9545]: removed group 'rooter' owned by 'rooter' <86>Nov 12 06:25:28 userdel[9545]: removed shadow group 'rooter' owned by 'rooter' <86>Nov 12 06:25:28 groupadd[9556]: group added to /etc/group: name=rooter, GID=528 <86>Nov 12 06:25:28 groupadd[9556]: group added to /etc/gshadow: name=rooter <86>Nov 12 06:25:28 groupadd[9556]: new group: name=rooter, GID=528 <86>Nov 12 06:25:28 useradd[9566]: new user: name=rooter, UID=528, GID=528, home=/root, shell=/bin/bash <86>Nov 12 06:25:28 userdel[9583]: delete user 'builder' <86>Nov 12 06:25:28 userdel[9583]: removed group 'builder' owned by 'builder' <86>Nov 12 06:25:28 userdel[9583]: removed shadow group 'builder' owned by 'builder' <86>Nov 12 06:25:28 groupadd[9595]: group added to /etc/group: name=builder, GID=529 <86>Nov 12 06:25:28 groupadd[9595]: group added to /etc/gshadow: name=builder <86>Nov 12 06:25:28 groupadd[9595]: new group: name=builder, GID=529 <86>Nov 12 06:25:28 useradd[9601]: new user: name=builder, UID=529, GID=529, home=/usr/src, shell=/bin/bash <13>Nov 12 06:25:32 rpmi: libquadmath0-7.3.1-alt5 1531512767 installed <13>Nov 12 06:25:32 rpmi: libgfortran4-7.3.1-alt5 1531512767 installed <13>Nov 12 06:25:32 rpmi: libquadmath7-devel-7.3.1-alt5 1531512767 installed <13>Nov 12 06:25:32 rpmi: gcc-fortran-common-1.4.22-alt1 1519183788 installed <13>Nov 12 06:25:32 rpmi: libgfortran7-devel-7.3.1-alt5 1531512767 installed <13>Nov 12 06:25:33 rpmi: gcc7-fortran-7.3.1-alt5 1531512767 installed <13>Nov 12 06:25:33 rpmi: gcc-fortran-7-alt6 1528289187 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/intcc-1-alt1.nosrc.rpm Installing intcc-1-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.83714 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf intcc-1 + echo 'Source #0 (intcc-1.tar):' Source #0 (intcc-1.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/intcc-1.tar + cd intcc-1 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.83714 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd intcc-1 + mkdir f tc tf ../src + mv chebexpt.c intcc1t.c intcc2t.c tc/ + mv chebexpt.f intcc1t.f intcc2t.f tf/ + cp chebexp.c fft2f.c intcc1.c intcc2.c chebexp.f fft2f.f intcc1.f intcc2.f readme.txt chebexp.doc intcc1.doc intcc2.doc ../src/ + mv chebexp.f fft2f.f intcc1.f intcc2.f f/ + gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -I/usr/src/RPM/BUILD/intcc-1 chebexp.c fft2f.c intcc1.c intcc2.c chebexp.c: In function 'chebexp': chebexp.c:128:21: warning: 'erefh' may be used uninitialized in this function [-Wmaybe-uninitialized] if (*err > eref || errh > erefh) { ~~~~~~~~~~~~^~~~~~~~~~~~~~~ chebexp.c:128:8: warning: 'eref' may be used uninitialized in this function [-Wmaybe-uninitialized] if (*err > eref || errh > erefh) { ^ + pushd f ~/RPM/BUILD/intcc-1/f ~/RPM/BUILD/intcc-1 + gfortran -c -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC chebexp.f fft2f.f intcc1.f intcc2.f chebexp.f:123:0: if (err .gt. eref .or. errh .gt. erefh) then Warning: 'erefh' may be used uninitialized in this function [-Wmaybe-uninitialized] chebexp.f:130:0: if (err .lt. eref .and. n .gt. 2) goto 20 Warning: 'eref' may be used uninitialized in this function [-Wmaybe-uninitialized] + popd ~/RPM/BUILD/intcc-1 + pushd tc ~/RPM/BUILD/intcc-1/tc ~/RPM/BUILD/intcc-1 + gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -I/usr/src/RPM/BUILD/intcc-1/tc/.. chebexpt.c intcc1t.c intcc2t.c chebexpt.c: In function 'main': chebexpt.c:31:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(0); ^~~~ chebexpt.c:31:3: warning: incompatible implicit declaration of built-in function 'exit' chebexpt.c:31:3: note: include '' or provide a declaration of 'exit' In file included from chebexpt.c:7:0: /usr/src/RPM/BUILD/intcc-1/tc/../chebexp.c: In function 'chebexp': /usr/src/RPM/BUILD/intcc-1/tc/../chebexp.c:128:21: warning: 'erefh' may be used uninitialized in this function [-Wmaybe-uninitialized] if (*err > eref || errh > erefh) { ~~~~~~~~~~~~^~~~~~~~~~~~~~~ /usr/src/RPM/BUILD/intcc-1/tc/../chebexp.c:128:8: warning: 'eref' may be used uninitialized in this function [-Wmaybe-uninitialized] if (*err > eref || errh > erefh) { ^ intcc1t.c:11:1: warning: return type defaults to 'int' [-Wimplicit-int] main() ^~~~ intcc1t.c: In function 'main': intcc1t.c:20:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(0); ^~~~ intcc1t.c:20:3: warning: incompatible implicit declaration of built-in function 'exit' intcc1t.c:20:3: note: include '' or provide a declaration of 'exit' intcc2t.c:11:1: warning: return type defaults to 'int' [-Wimplicit-int] main() ^~~~ intcc2t.c: In function 'main': intcc2t.c:21:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(0); ^~~~ intcc2t.c:21:3: warning: incompatible implicit declaration of built-in function 'exit' intcc2t.c:21:3: note: include '' or provide a declaration of 'exit' + popd ~/RPM/BUILD/intcc-1 + pushd tf ~/RPM/BUILD/intcc-1/tf ~/RPM/BUILD/intcc-1 + gfortran -c -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -I/usr/src/RPM/BUILD/intcc-1/tf/../f chebexpt.f intcc1t.f intcc2t.f chebexp.f:123:0: Warning: 'erefh' may be used uninitialized in this function [-Wmaybe-uninitialized] chebexp.f:130:0: Warning: 'eref' may be used uninitialized in this function [-Wmaybe-uninitialized] + popd ~/RPM/BUILD/intcc-1 + for i in fft2f.o '*.o' ++ sed 's|\.o$||' ++ echo fft2f.o + j=fft2f + rm -f 'libfft2f.so*' + '[' fft2f.o == fft2f.o ']' + LIBS= + gcc -shared fft2f.o -Wl,-soname=libfft2f.so.0 -lm -o libfft2f.so.0 + ln -s libfft2f.so.0 libfft2f.so + '[' fft2f.o == fft2f.o ']' + LIBS='-L. -lfft2f' + for i in fft2f.o '*.o' ++ echo chebexp.o ++ sed 's|\.o$||' + j=chebexp + rm -f 'libchebexp.so*' + '[' chebexp.o == fft2f.o ']' + gcc -shared chebexp.o -Wl,-soname=libchebexp.so.0 -L. -lfft2f -lm -o libchebexp.so.0 + ln -s libchebexp.so.0 libchebexp.so + '[' chebexp.o == fft2f.o ']' + for i in fft2f.o '*.o' ++ echo fft2f.o ++ sed 's|\.o$||' + j=fft2f + rm -f libfft2f.so libfft2f.so.0 + '[' fft2f.o == fft2f.o ']' + LIBS= + gcc -shared fft2f.o -Wl,-soname=libfft2f.so.0 -lm -o libfft2f.so.0 + ln -s libfft2f.so.0 libfft2f.so + '[' fft2f.o == fft2f.o ']' + LIBS='-L. -lfft2f' + for i in fft2f.o '*.o' ++ echo intcc1.o ++ sed 's|\.o$||' + j=intcc1 + rm -f 'libintcc1.so*' + '[' intcc1.o == fft2f.o ']' + gcc -shared intcc1.o -Wl,-soname=libintcc1.so.0 -L. -lfft2f -lm -o libintcc1.so.0 + ln -s libintcc1.so.0 libintcc1.so + '[' intcc1.o == fft2f.o ']' + for i in fft2f.o '*.o' ++ echo intcc2.o ++ sed 's|\.o$||' + j=intcc2 + rm -f 'libintcc2.so*' + '[' intcc2.o == fft2f.o ']' + gcc -shared intcc2.o -Wl,-soname=libintcc2.so.0 -L. -lfft2f -lm -o libintcc2.so.0 + ln -s libintcc2.so.0 libintcc2.so + '[' intcc2.o == fft2f.o ']' + LIBS= + pushd f ~/RPM/BUILD/intcc-1/f ~/RPM/BUILD/intcc-1 + for i in fft2f.o '*.o' ++ echo fft2f.o ++ sed 's|\.o$||' + j=fft2f_f + rm -f '../libfft2f_f.so*' + '[' fft2f.o == fft2f.o ']' + LIBS= + gfortran -shared fft2f.o -Wl,-soname=libfft2f_f.so.0 -lm -o ../libfft2f_f.so.0 + ln -s libfft2f_f.so.0 ../libfft2f_f.so + '[' fft2f.o == fft2f.o ']' + LIBS='-L.. -lfft2f_f' + for i in fft2f.o '*.o' ++ echo chebexp.o ++ sed 's|\.o$||' + j=chebexp_f + rm -f '../libchebexp_f.so*' + '[' chebexp.o == fft2f.o ']' + gfortran -shared chebexp.o -Wl,-soname=libchebexp_f.so.0 -L.. -lfft2f_f -lm -o ../libchebexp_f.so.0 + ln -s libchebexp_f.so.0 ../libchebexp_f.so + '[' chebexp.o == fft2f.o ']' + for i in fft2f.o '*.o' ++ echo fft2f.o ++ sed 's|\.o$||' + j=fft2f_f + rm -f ../libfft2f_f.so ../libfft2f_f.so.0 + '[' fft2f.o == fft2f.o ']' + LIBS= + gfortran -shared fft2f.o -Wl,-soname=libfft2f_f.so.0 -lm -o ../libfft2f_f.so.0 + ln -s libfft2f_f.so.0 ../libfft2f_f.so + '[' fft2f.o == fft2f.o ']' + LIBS='-L.. -lfft2f_f' + for i in fft2f.o '*.o' ++ echo intcc1.o ++ sed 's|\.o$||' + j=intcc1_f + rm -f '../libintcc1_f.so*' + '[' intcc1.o == fft2f.o ']' + gfortran -shared intcc1.o -Wl,-soname=libintcc1_f.so.0 -L.. -lfft2f_f -lm -o ../libintcc1_f.so.0 + ln -s libintcc1_f.so.0 ../libintcc1_f.so + '[' intcc1.o == fft2f.o ']' + for i in fft2f.o '*.o' ++ echo intcc2.o ++ sed 's|\.o$||' + j=intcc2_f + rm -f '../libintcc2_f.so*' + '[' intcc2.o == fft2f.o ']' + gfortran -shared intcc2.o -Wl,-soname=libintcc2_f.so.0 -L.. -lfft2f_f -lm -o ../libintcc2_f.so.0 + ln -s libintcc2_f.so.0 ../libintcc2_f.so + '[' intcc2.o == fft2f.o ']' + popd ~/RPM/BUILD/intcc-1 ++ ls tc/chebexpt.o tc/intcc1t.o tc/intcc2t.o tf/chebexpt.o tf/intcc1t.o tf/intcc2t.o + for i in '$(ls tc/*.o tf/*.o)' + gcc tc/chebexpt.o -o tc/chebexpt.o.out -lm -lgfortran + echo test ./tc/chebexpt.o.out test ./tc/chebexpt.o.out + ./tc/chebexpt.o.out interpolation of sin(log(x)) over [1,2] N_eval= 33 n= 20 err= 5.35941e-15 max_err= 1.38778e-16 + for i in '$(ls tc/*.o tf/*.o)' + gcc tc/intcc1t.o -o tc/intcc1t.o.out -lm -lgfortran + echo test ./tc/intcc1t.o.out test ./tc/intcc1t.o.out + ./tc/intcc1t.o.out I= integral_0^1 4/(1+x^2) dx I= 3.14159 err= 6.21504e-15 N= 33 + for i in '$(ls tc/*.o tf/*.o)' + gcc tc/intcc2t.o -o tc/intcc2t.o.out -lm -lgfortran + echo test ./tc/intcc2t.o.out test ./tc/intcc2t.o.out + ./tc/intcc2t.o.out I= integral_0^1 4/(1+x^2) dx I= 3.14159 err= 6.21504e-15 N= 33 + for i in '$(ls tc/*.o tf/*.o)' + gcc tf/chebexpt.o -o tf/chebexpt.o.out -lm -lgfortran + echo test ./tf/chebexpt.o.out test ./tf/chebexpt.o.out + ./tf/chebexpt.o.out interpolation of sin(log(x)) over [ 1.0000000000000000 , 2.0000000000000000 ] N_eval= 33 n= 20 err= 5.3594090442165943E-015 max_err= 2.2204460492503131E-016 + for i in '$(ls tc/*.o tf/*.o)' + gcc tf/intcc1t.o -o tf/intcc1t.o.out -lm -lgfortran + echo test ./tf/intcc1t.o.out test ./tf/intcc1t.o.out + ./tf/intcc1t.o.out I= integral_0^1 4/(1+x^2) dx I= 3.1415926535897936 err= 6.2150442477876113E-015 N= 33 + for i in '$(ls tc/*.o tf/*.o)' + gcc tf/intcc2t.o -o tf/intcc2t.o.out -lm -lgfortran + echo test ./tf/intcc2t.o.out test ./tf/intcc2t.o.out + ./tf/intcc2t.o.out I= integral_0^1 4/(1+x^2) dx I= 3.1415926535897931 err= 6.2150442477876113E-015 N= 33 + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.53920 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/intcc-buildroot + : + /bin/rm -rf -- /usr/src/tmp/intcc-buildroot + cd intcc-1 + install -d /usr/src/tmp/intcc-buildroot/usr/lib + for i in '*.so' + install -m644 libchebexp.so.0 /usr/src/tmp/intcc-buildroot/usr/lib/ + ln -s libchebexp.so.0 /usr/src/tmp/intcc-buildroot/usr/lib/libchebexp.so + for i in '*.so' + install -m644 libchebexp_f.so.0 /usr/src/tmp/intcc-buildroot/usr/lib/ + ln -s libchebexp_f.so.0 /usr/src/tmp/intcc-buildroot/usr/lib/libchebexp_f.so + for i in '*.so' + install -m644 libfft2f.so.0 /usr/src/tmp/intcc-buildroot/usr/lib/ + ln -s libfft2f.so.0 /usr/src/tmp/intcc-buildroot/usr/lib/libfft2f.so + for i in '*.so' + install -m644 libfft2f_f.so.0 /usr/src/tmp/intcc-buildroot/usr/lib/ + ln -s libfft2f_f.so.0 /usr/src/tmp/intcc-buildroot/usr/lib/libfft2f_f.so + for i in '*.so' + install -m644 libintcc1.so.0 /usr/src/tmp/intcc-buildroot/usr/lib/ + ln -s libintcc1.so.0 /usr/src/tmp/intcc-buildroot/usr/lib/libintcc1.so + for i in '*.so' + install -m644 libintcc1_f.so.0 /usr/src/tmp/intcc-buildroot/usr/lib/ + ln -s libintcc1_f.so.0 /usr/src/tmp/intcc-buildroot/usr/lib/libintcc1_f.so + for i in '*.so' + install -m644 libintcc2.so.0 /usr/src/tmp/intcc-buildroot/usr/lib/ + ln -s libintcc2.so.0 /usr/src/tmp/intcc-buildroot/usr/lib/libintcc2.so + for i in '*.so' + install -m644 libintcc2_f.so.0 /usr/src/tmp/intcc-buildroot/usr/lib/ + ln -s libintcc2_f.so.0 /usr/src/tmp/intcc-buildroot/usr/lib/libintcc2_f.so + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/intcc-buildroot (auto) Verifying and fixing files in /usr/src/tmp/intcc-buildroot (binconfig,pkgconfig,libtool,desktop) Checking contents of files in /usr/src/tmp/intcc-buildroot/ (default) Compressing files in /usr/src/tmp/intcc-buildroot (auto) Adjusting library links in /usr/src/tmp/intcc-buildroot ./usr/lib: libchebexp.so.0 -> libchebexp.so.0 libchebexp_f.so.0 -> libchebexp_f.so.0 libfft2f.so.0 -> libfft2f.so.0 libfft2f_f.so.0 -> libfft2f_f.so.0 libintcc1.so.0 -> libintcc1.so.0 libintcc1_f.so.0 -> libintcc1_f.so.0 libintcc2.so.0 -> libintcc2.so.0 libintcc2_f.so.0 -> libintcc2_f.so.0 Verifying ELF objects in /usr/src/tmp/intcc-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: libintcc-1-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.1PMT5J 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.V4aSXL find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Provides: libchebexp.so.0 = set:fdOfL1, libchebexp_f.so.0 = set:fdsoQg0, libfft2f.so.0 = set:hduwkHFqOlXuZ72n9Gw, libfft2f_f.so.0 = set:hdB3SLDeQXImw9xmAZq, libintcc1.so.0 = set:ed19, libintcc1_f.so.0 = set:edBp, libintcc2.so.0 = set:fd4Ay7, libintcc2_f.so.0 = set:fdBV26 Requires: libm.so.6(GLIBC_2.0), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.WplC88 Creating libintcc-debuginfo package Processing files: libintcc-devel-1-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.630 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd intcc-1 + DOCDIR=/usr/src/tmp/intcc-buildroot/usr/share/doc/libintcc-devel-1 + export DOCDIR + rm -rf /usr/src/tmp/intcc-buildroot/usr/share/doc/libintcc-devel-1 + /bin/mkdir -p /usr/src/tmp/intcc-buildroot/usr/share/doc/libintcc-devel-1 + cp -prL ../src/chebexp.c ../src/chebexp.doc ../src/chebexp.f ../src/fft2f.c ../src/fft2f.f ../src/intcc1.c ../src/intcc1.doc ../src/intcc1.f ../src/intcc2.c ../src/intcc2.doc ../src/intcc2.f ../src/readme.txt /usr/src/tmp/intcc-buildroot/usr/share/doc/libintcc-devel-1 + chmod -R go-w /usr/src/tmp/intcc-buildroot/usr/share/doc/libintcc-devel-1 + chmod -R a+rX /usr/src/tmp/intcc-buildroot/usr/share/doc/libintcc-devel-1 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.VyO9Rg 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.bu2UlU find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Requires: libintcc = 1-alt1, /usr/lib/libchebexp.so.0, /usr/lib/libchebexp_f.so.0, /usr/lib/libfft2f.so.0, /usr/lib/libfft2f_f.so.0, /usr/lib/libintcc1.so.0, /usr/lib/libintcc1_f.so.0, /usr/lib/libintcc2.so.0, /usr/lib/libintcc2_f.so.0 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ov83wY Processing files: libintcc-debuginfo-1-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Xewe9l find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.pyAcpa find-requires: running scripts (debuginfo) Provides: debug(libchebexp.so.0), debug(libchebexp_f.so.0), debug(libfft2f.so.0), debug(libfft2f_f.so.0), debug(libintcc1.so.0), debug(libintcc1_f.so.0), debug(libintcc2.so.0), debug(libintcc2_f.so.0) Requires: libintcc = 1-alt1, debug(libm.so.6) Removing 8 extra deps from libintcc-devel due to dependency on libintcc Wrote: /usr/src/RPM/RPMS/i586/libintcc-1-alt1.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/libintcc-devel-1-alt1.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/libintcc-debuginfo-1-alt1.i586.rpm 11.15user 3.00system 0:19.98elapsed 70%CPU (0avgtext+0avgdata 26772maxresident)k 0inputs+0outputs (0major+528119minor)pagefaults 0swaps 25.26user 8.17system 0:39.48elapsed 84%CPU (0avgtext+0avgdata 123068maxresident)k 0inputs+0outputs (0major+918605minor)pagefaults 0swaps