<86>Apr 1 08:31:30 userdel[330302]: delete user 'rooter' <86>Apr 1 08:31:30 userdel[330302]: removed group 'rooter' owned by 'rooter' <86>Apr 1 08:31:30 groupadd[330346]: group added to /etc/group: name=rooter, GID=567 <86>Apr 1 08:31:30 groupadd[330346]: group added to /etc/gshadow: name=rooter <86>Apr 1 08:31:30 groupadd[330346]: new group: name=rooter, GID=567 <86>Apr 1 08:31:30 useradd[330353]: new user: name=rooter, UID=567, GID=567, home=/root, shell=/bin/bash <86>Apr 1 08:31:30 userdel[330361]: delete user 'builder' <86>Apr 1 08:31:30 userdel[330361]: removed group 'builder' owned by 'builder' <86>Apr 1 08:31:30 groupadd[330409]: group added to /etc/group: name=builder, GID=568 <86>Apr 1 08:31:30 groupadd[330409]: group added to /etc/gshadow: name=builder <86>Apr 1 08:31:30 groupadd[330409]: new group: name=builder, GID=568 <86>Apr 1 08:31:30 useradd[330414]: new user: name=builder, UID=568, GID=568, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/ringtonetools-2.26-alt1.qa1.src.rpm: license not found in '/usr/share/license' directory: Distributable 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.3311 + 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.3311 + 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] 176 | if (xwidth); | ^~ bmp.c:177:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 177 | { 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] 94 | c=compute_palette_gif(length,note->picture,gif_header.color_map,(unsigned int *)&gif_header.colors); | ~~~~^~~~~~~~~ | | | int * gif.c:16:50: note: expected 'unsigned int *' but argument is of type 'int *' 16 | 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] 173 | color=get_color(note->picture[ptr++],gif_header.color_map,gif_header.colors); | ~~~~~~~~~~^~~~~~~~~~ | | | unsigned int * In file included from gif.c:4: general.h:36:29: note: expected 'int *' but argument is of type 'unsigned int *' 36 | 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] 183 | color=get_color(note->picture[ptr++],gif_header.color_map,gif_header.colors); | ~~~~~~~~~~^~~~~~~~~~ | | | unsigned int * In file included from gif.c:4: general.h:36:29: note: expected 'int *' but argument is of type 'unsigned int *' 36 | 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 In file included from /usr/include/string.h:507, from kyocera6035.c:3: In function 'strncpy', inlined from 'wav2pdb' at kyocera6035.c:43:5: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output may be truncated copying 32 bytes from a string of length 63 [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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] 148 | k=strlen(note->message); | ~~~~^~~~~~~~~ | | | unsigned char * In file included from nokia.c:3: /usr/include/string.h:384:35: note: expected 'const char *' but argument is of type 'unsigned char *' 384 | 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] 74 | 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] 422 | int x,c,t,num_pics,num_colors; | ^~~~~~~~ parse_bmp.c:422:5: warning: variable 'x' set but not used [-Wunused-but-set-variable] 422 | 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] 29 | read_chars(in,temp_buffer,6); | ^~~~~~~~~~~ | | | unsigned char * In file included from parse_gif.c:6: fileoutput.h:42:32: note: expected 'char *' but argument is of type 'unsigned char *' 42 | 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] 31 | if (strcmp(temp_buffer,"GIF89a")==0) | ^~~~~~~~~~~ | | | unsigned char * In file included from parse_gif.c:3: /usr/include/string.h:136:32: note: expected 'const char *' but argument is of type 'unsigned char *' 136 | 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] 34 | if (strcmp(temp_buffer,"GIF87a")==0) | ^~~~~~~~~~~ | | | unsigned char * In file included from parse_gif.c:3: /usr/include/string.h:136:32: note: expected 'const char *' but argument is of type 'unsigned char *' 136 | 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] 22 | 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] 418 | float duration; | ^~~~~~~~ parse_midi.c:417:5: warning: variable 'ch' set but not used [-Wunused-but-set-variable] 417 | 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] 47 | 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] 253 | read_chars(in,buffer,4); | ^~~~~~ | | | unsigned char * In file included from parse_sckl.c:7: fileoutput.h:42:32: note: expected 'char *' but argument is of type 'unsigned char *' 42 | 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] 254 | if (strcasecmp(buffer,"SCKL")!=0) return 0; | ^~~~~~ | | | unsigned char * In file included from /usr/include/string.h:431, from parse_sckl.c:3: /usr/include/strings.h:116:36: note: expected 'const char *' but argument is of type 'unsigned char *' 116 | 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] 255 | read_chars(in,buffer,4); | ^~~~~~ | | | unsigned char * In file included from parse_sckl.c:7: fileoutput.h:42:32: note: expected 'char *' but argument is of type 'unsigned char *' 42 | 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] 256 | *port=atoi(buffer); | ^~~~~~ | | | unsigned char * In file included from /usr/include/features.h:450, 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 *' 361 | __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] 257 | read_chars(in,buffer,4); | ^~~~~~ | | | unsigned char * In file included from parse_sckl.c:7: fileoutput.h:42:32: note: expected 'char *' but argument is of type 'unsigned char *' 42 | 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] 258 | read_chars(in,buffer,2); | ^~~~~~ | | | unsigned char * In file included from parse_sckl.c:7: fileoutput.h:42:32: note: expected 'char *' but argument is of type 'unsigned char *' 42 | 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] 259 | *id=atoi(buffer); | ^~~~~~ | | | unsigned char * In file included from /usr/include/features.h:450, 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 *' 361 | __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] 260 | read_chars(in,buffer,2); | ^~~~~~ | | | unsigned char * In file included from parse_sckl.c:7: fileoutput.h:42:32: note: expected 'char *' but argument is of type 'unsigned char *' 42 | 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] 261 | *count=atoi(buffer); | ^~~~~~ | | | unsigned char * In file included from /usr/include/features.h:450, 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 *' 361 | __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] 262 | read_chars(in,buffer,2); | ^~~~~~ | | | unsigned char * In file included from parse_sckl.c:7: fileoutput.h:42:32: note: expected 'char *' but argument is of type 'unsigned char *' 42 | 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] 263 | *mess=atoi(buffer); | ^~~~~~ | | | unsigned char * In file included from /usr/include/features.h:450, 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 *' 361 | __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] 27 | int max,i; | ^ seo.c:26:34: warning: variable 'headsize' set but not used [-Wunused-but-set-variable] 26 | 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=] 60 | sprintf(filename,"%s%d.seo",note->outname,num); | ^~ seo.c:60:22: note: directive argument in the range [1, 2147483647] 60 | sprintf(filename,"%s%d.seo",note->outname,num); | ^~~~~~~~~~ In file included from /usr/include/stdio.h:867, from seo.c:1: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 6 and 1038 bytes into a destination of size 1024 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __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] 379 | 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.46708 + 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.77723 + 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.f4VgWU 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.XpnOJV 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.2uXvkY Wrote: /usr/src/RPM/RPMS/i586/ringtonetools-2.26-alt1.qa1.i586.rpm 4.57user 0.51system 0:09.68elapsed 52%CPU (0avgtext+0avgdata 27448maxresident)k 0inputs+0outputs (0major+225762minor)pagefaults 0swaps /.out/ringtonetools-2.26-alt1.qa1.i586.rpm: license not found in '/usr/share/license' directory: Distributable 5.85user 2.40system 0:13.49elapsed 61%CPU (0avgtext+0avgdata 27448maxresident)k 0inputs+0outputs (0major+384797minor)pagefaults 0swaps