<86>Jan 8 06:37:24 userdel[79362]: delete user 'rooter' <86>Jan 8 06:37:24 groupadd[79397]: group added to /etc/group: name=rooter, GID=567 <86>Jan 8 06:37:24 groupadd[79397]: group added to /etc/gshadow: name=rooter <86>Jan 8 06:37:24 useradd[79420]: new user: name=rooter, UID=567, GID=567, home=/root, shell=/bin/bash <86>Jan 8 06:37:24 userdel[79469]: delete user 'builder' <86>Jan 8 06:37:24 groupadd[79543]: group added to /etc/group: name=builder, GID=568 <86>Jan 8 06:37:24 groupadd[79543]: group added to /etc/gshadow: name=builder <86>Jan 8 06:37:24 groupadd[79543]: new group: name=builder, GID=568 <86>Jan 8 06:37:24 useradd[79580]: new user: name=builder, UID=568, GID=568, home=/usr/src, shell=/bin/bash <13>Jan 8 06:37:27 rpmi: gcc-c++-common-1.4.23-alt1 sisyphus.218115.200 1545282875 installed <13>Jan 8 06:37:28 rpmi: libstdc++8-devel-8.2.1-alt2 sisyphus.218691.100 1545948777 installed <13>Jan 8 06:37:29 rpmi: gcc8-c++-8.2.1-alt2 sisyphus.218691.100 1545948777 installed <13>Jan 8 06:37:29 rpmi: gcc-c++-8-alt1 sisyphus.214000.40 1542664775 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/mboxstats-3.1-alt1.qa1.nosrc.rpm Installing mboxstats-3.1-alt1.qa1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.36071 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf mboxstats-3.1 + echo 'Source #0 (mboxstats-3.1.tgz):' Source #0 (mboxstats-3.1.tgz): + /bin/gzip -dc /usr/src/RPM/SOURCES/mboxstats-3.1.tgz + /bin/tar -xf - + cd mboxstats-3.1 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.36071 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd mboxstats-3.1 + make make: Entering directory '/usr/src/RPM/BUILD/mboxstats-3.1' g++ -Wall -O2 -DVERSION=\"3.1\" -g -c -o array.o array.cpp array.cpp: In member function 'int array::addelement(char*)': array.cpp:140:85: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] strings = (char **)myrealloc(strings, sizeof(char *) * (nin + 1), "list of strings"); ^ array.cpp:141:105: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] counters = (long int *)myrealloc(counters, sizeof(long int) * ncounters * (nin + 1), "list of counters"); ^ array.cpp:145:107: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] subarrays = (array **)myrealloc(subarrays, sizeof(array *) * nsubarrays * (nin + 1), "list of subarrays"); ^ g++ -Wall -O2 -DVERSION=\"3.1\" -g -c -o funcs.o funcs.cpp funcs.cpp: In function 'char* stripstring(char*)': funcs.cpp:40:57: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] char *dummy = (char *)mymalloc(len+1, "stripped string"); ^ g++ -Wall -O2 -DVERSION=\"3.1\" -g -c -o main.o main.cpp main.cpp: In function 'char* url_escape(char*)': main.cpp:159:56: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] char *out = (char *)mymalloc(len * 3 + 1, "url escape"); ^ main.cpp: In function 'char* emit_url(char*, char*)': main.cpp:182:21: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] return mystrdup(""); ^ main.cpp:184:85: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] buffer = (char *)mymalloc(strlen(searcher_in) + 128 + strlen(string) * 5 + 1, "url"); ^ main.cpp: In function 'char* b2kb(long unsigned int, char)': main.cpp:200:51: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] char *buffer = (char *)mymalloc(64, "b2kb output"); ^ main.cpp: In function 'int main(int, char**)': main.cpp:759:56: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] boundary = (char *)mymalloc(len + 1, "boundary"); ^ main.cpp:770:56: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] boundary = (char *)mymalloc(len + 1, "boundary"); ^ main.cpp:982:98: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] MessageIDs = (char **)myrealloc(MessageIDs, (nMessageIDs + 1) * sizeof(char *), "MessageIDs"); ^ main.cpp:984:108: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] MessageIDst = (time_t *)myrealloc(MessageIDst, (nMessageIDs + 1) * sizeof(time_t), "MessageIDs time_t"); ^ main.cpp:1176:105: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] char *weekday[7+1] = { "", "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"}; ^ main.cpp:1176:105: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] main.cpp:1176:105: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] main.cpp:1176:105: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] main.cpp:1176:105: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] main.cpp:1176:105: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] main.cpp:1176:105: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] main.cpp:1176:105: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] main.cpp:1177:111: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] char *month[12+1] = { "", "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec" }; ^ main.cpp:1177:111: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] main.cpp:1177:111: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] main.cpp:1177:111: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] main.cpp:1177:111: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] main.cpp:1177:111: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] main.cpp:1177:111: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] main.cpp:1177:111: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] main.cpp:1177:111: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] main.cpp:1177:111: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] main.cpp:1177:111: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] main.cpp:1177:111: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] main.cpp:1177:111: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] cc -Wall -O2 -DVERSION=\"3.1\" -g -c -o io.o io.c cc -Wall -O2 -DVERSION=\"3.1\" -g -c -o mem.o mem.c cc -Wall -O2 -DVERSION=\"3.1\" -g -c -o val.o val.c g++ -Wall -O2 -DVERSION=\"3.1\" -g -c -o br.o br.cpp br.cpp: In member function 'char* buffered_reader::read_line()': br.cpp:207:26: warning: variable 'search_start' set but not used [-Wunused-but-set-variable] long long int n_bytes, search_start; ^~~~~~~~~~~~ cc -Wall -W array.o funcs.o main.o io.o mem.o val.o br.o -lm -lstdc++ -g -o mboxstats make: Leaving directory '/usr/src/RPM/BUILD/mboxstats-3.1' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.96397 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/mboxstats-buildroot + : + /bin/rm -rf -- /usr/src/tmp/mboxstats-buildroot + cd mboxstats-3.1 + install -pD -m755 mboxstats /usr/src/tmp/mboxstats-buildroot/usr/bin/mboxstats + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/mboxstats-buildroot (auto) Verifying and fixing files in /usr/src/tmp/mboxstats-buildroot (binconfig,pkgconfig,libtool,desktop) Checking contents of files in /usr/src/tmp/mboxstats-buildroot/ (default) Compressing files in /usr/src/tmp/mboxstats-buildroot (auto) Verifying ELF objects in /usr/src/tmp/mboxstats-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/bin/mboxstats: uses non-LFS functions: fopen open posix_fadvise readdir Hardlinking identical .pyc and .pyo files Processing files: mboxstats-3.1-alt1.qa1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.96397 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd mboxstats-3.1 + DOCDIR=/usr/src/tmp/mboxstats-buildroot/usr/share/doc/mboxstats-3.1 + export DOCDIR + rm -rf /usr/src/tmp/mboxstats-buildroot/usr/share/doc/mboxstats-3.1 + /bin/mkdir -p /usr/src/tmp/mboxstats-buildroot/usr/share/doc/mboxstats-3.1 + cp -prL license.txt /usr/src/tmp/mboxstats-buildroot/usr/share/doc/mboxstats-3.1 + chmod -R go-w /usr/src/tmp/mboxstats-buildroot/usr/share/doc/mboxstats-3.1 + chmod -R a+rX /usr/src/tmp/mboxstats-buildroot/usr/share/doc/mboxstats-3.1 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.kigC6F 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.XmnV7F find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.2), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libgcc_s.so.1(GCC_3.0), libm.so.6(GLIBC_2.0), libstdc++.so.6(CXXABI_1.3), libstdc++.so.6(GLIBCXX_3.4), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.TtLIP6 Creating mboxstats-debuginfo package Processing files: mboxstats-debuginfo-3.1-alt1.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.2Yy6B6 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ZOsU7t find-requires: running scripts (debuginfo) Requires: mboxstats = 3.1-alt1.qa1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libgcc_s.so.1), debug(libm.so.6), debug(libstdc++.so.6) Wrote: /usr/src/RPM/RPMS/i586/mboxstats-3.1-alt1.qa1.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/mboxstats-debuginfo-3.1-alt1.qa1.i586.rpm 5.15user 0.44system 0:15.34elapsed 36%CPU (0avgtext+0avgdata 58084maxresident)k 0inputs+0outputs (0major+213771minor)pagefaults 0swaps 14.83user 2.78system 0:32.57elapsed 54%CPU (0avgtext+0avgdata 121956maxresident)k 0inputs+0outputs (0major+629296minor)pagefaults 0swaps