<86>Aug  2 07:09:13 userdel[3117212]: delete user 'rooter'
<86>Aug  2 07:09:13 userdel[3117212]: removed group 'rooter' owned by 'rooter'
<86>Aug  2 07:09:13 userdel[3117212]: removed shadow group 'rooter' owned by 'rooter'
<86>Aug  2 07:09:13 groupadd[3117220]: group added to /etc/group: name=rooter, GID=549
<86>Aug  2 07:09:13 groupadd[3117220]: group added to /etc/gshadow: name=rooter
<86>Aug  2 07:09:13 groupadd[3117220]: new group: name=rooter, GID=549
<86>Aug  2 07:09:13 useradd[3117228]: new user: name=rooter, UID=549, GID=549, home=/root, shell=/bin/bash
<86>Aug  2 07:09:13 userdel[3117243]: delete user 'builder'
<86>Aug  2 07:09:13 userdel[3117243]: removed group 'builder' owned by 'builder'
<86>Aug  2 07:09:13 userdel[3117243]: removed shadow group 'builder' owned by 'builder'
<86>Aug  2 07:09:13 groupadd[3117255]: group added to /etc/group: name=builder, GID=550
<86>Aug  2 07:09:13 groupadd[3117255]: group added to /etc/gshadow: name=builder
<86>Aug  2 07:09:13 groupadd[3117255]: new group: name=builder, GID=550
<86>Aug  2 07:09:13 useradd[3117269]: new user: name=builder, UID=550, GID=550, home=/usr/src, shell=/bin/bash
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/ringtonetools-2.26-alt1.qa1.nosrc.rpm
Installing ringtonetools-2.26-alt1.qa1.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.74270
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf ringtonetools-2.26
+ echo 'Source #0 (ringtonetools-2.26.tar.gz):'
Source #0 (ringtonetools-2.26.tar.gz):
+ /bin/gzip -dc /usr/src/RPM/SOURCES/ringtonetools-2.26.tar.gz
+ /bin/tar -xf -
+ cd ringtonetools-2.26
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.74270
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd ringtonetools-2.26
+ make 'FLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic'
make: Entering directory '/usr/src/RPM/BUILD/ringtonetools-2.26'
make[1]: Entering directory '/usr/src/RPM/BUILD/ringtonetools-2.26/src'
gcc -c 3210.c -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall
gcc -c bmp.c -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall
bmp.c: In function 'write_bmp_data':
bmp.c:176:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
         if (x<note->width);
         ^~
bmp.c:177:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
         { b|=get_color(note->picture[x+(y*note->width)],palette,palette_count); }
         ^
gcc -c emelody.c -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall
gcc -c ems.c -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall
gcc -c fileoutput.c -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall 
gcc -c general.c -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall
gcc -c gif.c -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall
gif.c: In function 'write_gif_footer':
gif.c:94:36: warning: pointer targets in passing argument 2 of 'compute_palette_gif' differ in signedness [-Wpointer-sign]
   c=compute_palette_gif(length,note->picture,gif_header.color_map,(unsigned int *)&gif_header.colors);
                                ~~~~^~~~~~~~~
gif.c:16:5: note: expected 'unsigned int *' but argument is of type 'int *'
 int compute_palette_gif(int length,unsigned int *picture,unsigned int *palette,unsigned int *palette_count)
     ^~~~~~~~~~~~~~~~~~~
gif.c:173:50: warning: pointer targets in passing argument 2 of 'get_color' differ in signedness [-Wpointer-sign]
   color=get_color(note->picture[ptr++],gif_header.color_map,gif_header.colors);
                                        ~~~~~~~~~~^~~~~~~~~~
In file included from gif.c:4:
general.h:36:5: note: expected 'int *' but argument is of type 'unsigned int *'
 int get_color(int col, int *palette, int palette_count);
     ^~~~~~~~~
gif.c:183:52: warning: pointer targets in passing argument 2 of 'get_color' differ in signedness [-Wpointer-sign]
     color=get_color(note->picture[ptr++],gif_header.color_map,gif_header.colors);
                                          ~~~~~~~~~~^~~~~~~~~~
In file included from gif.c:4:
general.h:36:5: note: expected 'int *' but argument is of type 'unsigned int *'
 int get_color(int col, int *palette, int palette_count);
     ^~~~~~~~~
gcc -c imelody.c -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall
gcc -c kyocera.c -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall
gcc -c kyocera6035.c -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall
gcc -c midi.c -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall
gcc -c motorola.c -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall
gcc -c nokia.c -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall
nokia.c: In function 'write_nokia_logo_header':
nokia.c:148:18: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
     k=strlen(note->message);
              ~~~~^~~~~~~~~
In file included from nokia.c:3:
/usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'unsigned char *'
 extern size_t strlen (const char *__s)
               ^~~~~~
gcc -c parse_3210.c -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall
gcc -c parse_bmp.c -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall
parse_bmp.c: In function 'raw_uncompressed':
parse_bmp.c:74:5: warning: variable 'use_trans' set but not used [-Wunused-but-set-variable]
 int use_trans;
     ^~~~~~~~~
parse_bmp.c: In function 'parse_icon':
parse_bmp.c:422:11: warning: variable 'num_pics' set but not used [-Wunused-but-set-variable]
 int x,c,t,num_pics,num_colors;
           ^~~~~~~~
parse_bmp.c:422:5: warning: variable 'x' set but not used [-Wunused-but-set-variable]
 int x,c,t,num_pics,num_colors;
     ^
gcc -c parse_emelody.c -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall
gcc -c parse_ems.c -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall
gcc -c parse_gif.c -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall
parse_gif.c: In function 'parse_gif':
parse_gif.c:29:17: warning: pointer targets in passing argument 2 of 'read_chars' differ in signedness [-Wpointer-sign]
   read_chars(in,temp_buffer,6);
                 ^~~~~~~~~~~
In file included from parse_gif.c:6:
fileoutput.h:42:5: note: expected 'char *' but argument is of type 'unsigned char *'
 int read_chars(FILE *in, char *s, int count);
     ^~~~~~~~~~
parse_gif.c:31:14: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
   if (strcmp(temp_buffer,"GIF89a")==0)
              ^~~~~~~~~~~
In file included from parse_gif.c:3:
/usr/include/string.h:136:12: note: expected 'const char *' but argument is of type 'unsigned char *'
 extern int strcmp (const char *__s1, const char *__s2)
            ^~~~~~
parse_gif.c:34:14: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
   if (strcmp(temp_buffer,"GIF87a")==0)
              ^~~~~~~~~~~
In file included from parse_gif.c:3:
/usr/include/string.h:136:12: note: expected 'const char *' but argument is of type 'unsigned char *'
 extern int strcmp (const char *__s1, const char *__s2)
            ^~~~~~
parse_gif.c:22:14: warning: variable 'y' set but not used [-Wunused-but-set-variable]
 int ch,t,r,x,y;
              ^
gcc -c parse_imelody.c -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall
gcc -c parse_kws.c -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall
gcc -c parse_logo.c -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall
gcc -c parse_midi.c -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall
parse_midi.c: In function 'midi_command':
parse_midi.c:418:7: warning: variable 'duration' set but not used [-Wunused-but-set-variable]
 float duration;
       ^~~~~~~~
parse_midi.c:417:5: warning: variable 'ch' set but not used [-Wunused-but-set-variable]
 int ch,tone;
     ^~
gcc -c parse_morsecode.c -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall
gcc -c parse_rtttl.c -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall
gcc -c parse_siemens.c -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall
gcc -c parse_sckl.c -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall
parse_sckl.c: In function 'parse_ringtone':
parse_sckl.c:47:14: warning: variable 'pattern_id' set but not used [-Wunused-but-set-variable]
 int patterns,pattern_id,count;
              ^~~~~~~~~~
parse_sckl.c: In function 'read_sckl_header':
parse_sckl.c:253:19: warning: pointer targets in passing argument 2 of 'read_chars' differ in signedness [-Wpointer-sign]
     read_chars(in,buffer,4);
                   ^~~~~~
In file included from parse_sckl.c:7:
fileoutput.h:42:5: note: expected 'char *' but argument is of type 'unsigned char *'
 int read_chars(FILE *in, char *s, int count);
     ^~~~~~~~~~
parse_sckl.c:254:20: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness [-Wpointer-sign]
     if (strcasecmp(buffer,"SCKL")!=0) return 0;
                    ^~~~~~
In file included from /usr/include/string.h:431,
                 from parse_sckl.c:3:
/usr/include/strings.h:116:12: note: expected 'const char *' but argument is of type 'unsigned char *'
 extern int strcasecmp (const char *__s1, const char *__s2)
            ^~~~~~~~~~
parse_sckl.c:255:19: warning: pointer targets in passing argument 2 of 'read_chars' differ in signedness [-Wpointer-sign]
     read_chars(in,buffer,4);
                   ^~~~~~
In file included from parse_sckl.c:7:
fileoutput.h:42:5: note: expected 'char *' but argument is of type 'unsigned char *'
 int read_chars(FILE *in, char *s, int count);
     ^~~~~~~~~~
parse_sckl.c:256:16: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness [-Wpointer-sign]
     *port=atoi(buffer);
                ^~~~~~
In file included from /usr/include/features.h:428,
                 from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from parse_sckl.c:1:
/usr/include/stdlib.h:361:1: note: expected 'const char *' but argument is of type 'unsigned char *'
 __NTH (atoi (const char *__nptr))
 ^~~~~
parse_sckl.c:257:19: warning: pointer targets in passing argument 2 of 'read_chars' differ in signedness [-Wpointer-sign]
     read_chars(in,buffer,4);
                   ^~~~~~
In file included from parse_sckl.c:7:
fileoutput.h:42:5: note: expected 'char *' but argument is of type 'unsigned char *'
 int read_chars(FILE *in, char *s, int count);
     ^~~~~~~~~~
parse_sckl.c:258:19: warning: pointer targets in passing argument 2 of 'read_chars' differ in signedness [-Wpointer-sign]
     read_chars(in,buffer,2);
                   ^~~~~~
In file included from parse_sckl.c:7:
fileoutput.h:42:5: note: expected 'char *' but argument is of type 'unsigned char *'
 int read_chars(FILE *in, char *s, int count);
     ^~~~~~~~~~
parse_sckl.c:259:14: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness [-Wpointer-sign]
     *id=atoi(buffer);
              ^~~~~~
In file included from /usr/include/features.h:428,
                 from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from parse_sckl.c:1:
/usr/include/stdlib.h:361:1: note: expected 'const char *' but argument is of type 'unsigned char *'
 __NTH (atoi (const char *__nptr))
 ^~~~~
parse_sckl.c:260:19: warning: pointer targets in passing argument 2 of 'read_chars' differ in signedness [-Wpointer-sign]
     read_chars(in,buffer,2);
                   ^~~~~~
In file included from parse_sckl.c:7:
fileoutput.h:42:5: note: expected 'char *' but argument is of type 'unsigned char *'
 int read_chars(FILE *in, char *s, int count);
     ^~~~~~~~~~
parse_sckl.c:261:17: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness [-Wpointer-sign]
     *count=atoi(buffer);
                 ^~~~~~
In file included from /usr/include/features.h:428,
                 from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from parse_sckl.c:1:
/usr/include/stdlib.h:361:1: note: expected 'const char *' but argument is of type 'unsigned char *'
 __NTH (atoi (const char *__nptr))
 ^~~~~
parse_sckl.c:262:19: warning: pointer targets in passing argument 2 of 'read_chars' differ in signedness [-Wpointer-sign]
     read_chars(in,buffer,2);
                   ^~~~~~
In file included from parse_sckl.c:7:
fileoutput.h:42:5: note: expected 'char *' but argument is of type 'unsigned char *'
 int read_chars(FILE *in, char *s, int count);
     ^~~~~~~~~~
parse_sckl.c:263:16: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness [-Wpointer-sign]
     *mess=atoi(buffer);
                ^~~~~~
In file included from /usr/include/features.h:428,
                 from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from parse_sckl.c:1:
/usr/include/stdlib.h:361:1: note: expected 'const char *' but argument is of type 'unsigned char *'
 __NTH (atoi (const char *__nptr))
 ^~~~~
gcc -c rtttl.c -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall
gcc -c samsung.c -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall
gcc -c siemens.c -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall
gcc -c seo.c -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall
seo.c: In function 'write_seo':
seo.c:27:9: warning: variable 'i' set but not used [-Wunused-but-set-variable]
 int max,i;
         ^
seo.c:26:34: warning: variable 'headsize' set but not used [-Wunused-but-set-variable]
 int packets=0,n=0,ptr=0,datasize,headsize,num=1;
                                  ^~~~~~~~
seo.c:60:25: warning: '%d' directive writing between 1 and 10 bytes into a region of size between 1 and 1024 [-Wformat-overflow=]
     sprintf(filename,"%s%d.seo",note->outname,num);
                         ^~
seo.c:60:22: note: directive argument in the range [1, 2147483647]
     sprintf(filename,"%s%d.seo",note->outname,num);
                      ^~~~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from seo.c:1:
/usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 6 and 1038 bytes into a destination of size 1024
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -c treo.c -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall
gcc -c wav.c -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall 
gcc -o ringtonetools ringtonetools.c 3210.o bmp.o emelody.o \
         ems.o fileoutput.o general.o gif.o imelody.o kyocera.o\
         kyocera6035.o midi.o motorola.o nokia.o parse_3210.o \
         parse_bmp.o parse_emelody.o parse_ems.o parse_gif.o \
         parse_imelody.o parse_kws.o parse_logo.o parse_midi.o \
         parse_morsecode.o parse_rtttl.o parse_siemens.o \
         parse_sckl.o rtttl.o samsung.o siemens.o seo.o treo.o \
         wav.o -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall  
ringtonetools.c: In function 'main':
ringtonetools.c:379:19: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign]
       note.message=message;
                   ^
make[1]: Leaving directory '/usr/src/RPM/BUILD/ringtonetools-2.26/src'
make: Leaving directory '/usr/src/RPM/BUILD/ringtonetools-2.26'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.62415
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/ringtonetools-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/ringtonetools-buildroot
+ cd ringtonetools-2.26
+ /bin/install -pD -m0755 ringtonetools /usr/src/tmp/ringtonetools-buildroot/usr/bin/ringtonetools
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/ringtonetools-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/ringtonetools-buildroot (binconfig,pkgconfig,libtool,desktop)
Checking contents of files in /usr/src/tmp/ringtonetools-buildroot/ (default)
Compressing files in /usr/src/tmp/ringtonetools-buildroot (auto)
Verifying ELF objects in /usr/src/tmp/ringtonetools-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
verify-elf: WARNING: ./usr/bin/ringtonetools: uses non-LFS functions: fopen
Hardlinking identical .pyc and .pyo files
Processing files: ringtonetools-2.26-alt1.qa1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.4479
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd ringtonetools-2.26
+ DOCDIR=/usr/src/tmp/ringtonetools-buildroot/usr/share/doc/ringtonetools-2.26
+ export DOCDIR
+ rm -rf /usr/src/tmp/ringtonetools-buildroot/usr/share/doc/ringtonetools-2.26
+ /bin/mkdir -p /usr/src/tmp/ringtonetools-buildroot/usr/share/doc/ringtonetools-2.26
+ cp -prL LICENSE docs/README docs/incomplete_see_webpage_instead samples/ /usr/src/tmp/ringtonetools-buildroot/usr/share/doc/ringtonetools-2.26
+ chmod -R go-w /usr/src/tmp/ringtonetools-buildroot/usr/share/doc/ringtonetools-2.26
+ chmod -R a+rX /usr/src/tmp/ringtonetools-buildroot/usr/share/doc/ringtonetools-2.26
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.YHyb9B
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.t3RCKg
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Jydfyb
Wrote: /usr/src/RPM/RPMS/i586/ringtonetools-2.26-alt1.qa1.i586.rpm
4.50user 0.68system 0:07.79elapsed 66%CPU (0avgtext+0avgdata 27692maxresident)k
0inputs+0outputs (0major+234052minor)pagefaults 0swaps
5.62user 2.51system 0:10.99elapsed 73%CPU (0avgtext+0avgdata 27692maxresident)k
0inputs+0outputs (0major+390242minor)pagefaults 0swaps