<86>Apr 14 00:48:27 userdel[97275]: delete user 'rooter' <86>Apr 14 00:48:27 userdel[97275]: removed group 'rooter' owned by 'rooter' <86>Apr 14 00:48:27 groupadd[97297]: group added to /etc/group: name=rooter, GID=561 <86>Apr 14 00:48:27 groupadd[97297]: group added to /etc/gshadow: name=rooter <86>Apr 14 00:48:27 groupadd[97297]: new group: name=rooter, GID=561 <86>Apr 14 00:48:27 useradd[97307]: new user: name=rooter, UID=561, GID=561, home=/root, shell=/bin/bash <86>Apr 14 00:48:27 userdel[97331]: delete user 'builder' <86>Apr 14 00:48:27 userdel[97331]: removed group 'builder' owned by 'builder' <86>Apr 14 00:48:27 userdel[97331]: removed shadow group 'builder' owned by 'builder' <86>Apr 14 00:48:27 groupadd[97354]: group added to /etc/group: name=builder, GID=562 <86>Apr 14 00:48:27 groupadd[97354]: group added to /etc/gshadow: name=builder <86>Apr 14 00:48:27 groupadd[97354]: new group: name=builder, GID=562 <86>Apr 14 00:48:27 useradd[97366]: new user: name=builder, UID=562, GID=562, home=/usr/src, shell=/bin/bash Installing bin2iso-1.9-alt1.qa1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.23605 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf bin2iso-1.9 + /bin/mkdir -p bin2iso-1.9 + cd bin2iso-1.9 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.23605 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd bin2iso-1.9 + gcc -pipe -Wall -g -O2 -o bin2iso /usr/src/RPM/SOURCES/bin2iso19b_linux.c /usr/src/RPM/SOURCES/bin2iso19b_linux.c:114:1: warning: return type defaults to 'int' [-Wimplicit-int] buffered_fread(unsigned char *array, unsigned int size) { ^ /usr/src/RPM/SOURCES/bin2iso19b_linux.c: In function 'buffered_fread': /usr/src/RPM/SOURCES/bin2iso19b_linux.c:128:30: warning: statement with no effect [-Wunused-value] while(i++ < size) { array[i] == 0; }/* zero fill the rest */ ^ /usr/src/RPM/SOURCES/bin2iso19b_linux.c: In function 'getTrackinfo': /usr/src/RPM/SOURCES/bin2iso19b_linux.c:240:15: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness [-Wpointer-sign] strncpy(track->num, &Line[8], 2); track->num[2] = '\0'; ^ In file included from /usr/include/features.h:368:0, from /usr/include/stdio.h:27, from /usr/src/RPM/SOURCES/bin2iso19b_linux.c:1: /usr/include/bits/string3.h:123:1: note: expected 'char * restrict' but argument is of type 'unsigned char *' __NTH (strncpy (char *__restrict __dest, const char *__restrict __src, ^ /usr/src/RPM/SOURCES/bin2iso19b_linux.c:252:11: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] strcpy(track->name, sBinFilename); ^ In file included from /usr/include/features.h:368:0, from /usr/include/stdio.h:27, from /usr/src/RPM/SOURCES/bin2iso19b_linux.c:1: /usr/include/bits/string3.h:108:1: note: expected 'char * restrict' but argument is of type 'unsigned char *' __NTH (strcpy (char *__restrict __dest, const char *__restrict __src)) ^ /usr/src/RPM/SOURCES/bin2iso19b_linux.c:254:11: warning: pointer targets in passing argument 1 of 'strcat' differ in signedness [-Wpointer-sign] strcat(track->name, "-"); ^ In file included from /usr/include/features.h:368:0, from /usr/include/stdio.h:27, from /usr/src/RPM/SOURCES/bin2iso19b_linux.c:1: /usr/include/bits/string3.h:146:1: note: expected 'char * restrict' but argument is of type 'unsigned char *' __NTH (strcat (char *__restrict __dest, const char *__restrict __src)) ^ /usr/src/RPM/SOURCES/bin2iso19b_linux.c:255:11: warning: pointer targets in passing argument 1 of 'strcat' differ in signedness [-Wpointer-sign] strcat(track->name, track->num); ^ In file included from /usr/include/features.h:368:0, from /usr/include/stdio.h:27, from /usr/src/RPM/SOURCES/bin2iso19b_linux.c:1: /usr/include/bits/string3.h:146:1: note: expected 'char * restrict' but argument is of type 'unsigned char *' __NTH (strcat (char *__restrict __dest, const char *__restrict __src)) ^ /usr/src/RPM/SOURCES/bin2iso19b_linux.c:255:24: warning: pointer targets in passing argument 2 of 'strcat' differ in signedness [-Wpointer-sign] strcat(track->name, track->num); ^ In file included from /usr/include/features.h:368:0, from /usr/include/stdio.h:27, from /usr/src/RPM/SOURCES/bin2iso19b_linux.c:1: /usr/include/bits/string3.h:146:1: note: expected 'const char * restrict' but argument is of type 'unsigned char *' __NTH (strcat (char *__restrict __dest, const char *__restrict __src)) ^ /usr/src/RPM/SOURCES/bin2iso19b_linux.c:262:14: warning: pointer targets in passing argument 1 of 'strcat' differ in signedness [-Wpointer-sign] strcat(track->name, ".iso"); ^ In file included from /usr/include/features.h:368:0, from /usr/include/stdio.h:27, from /usr/src/RPM/SOURCES/bin2iso19b_linux.c:1: /usr/include/bits/string3.h:146:1: note: expected 'char * restrict' but argument is of type 'unsigned char *' __NTH (strcat (char *__restrict __dest, const char *__restrict __src)) ^ /usr/src/RPM/SOURCES/bin2iso19b_linux.c:264:14: warning: pointer targets in passing argument 1 of 'strcat' differ in signedness [-Wpointer-sign] strcat(track->name, ".wav"); ^ In file included from /usr/include/features.h:368:0, from /usr/include/stdio.h:27, from /usr/src/RPM/SOURCES/bin2iso19b_linux.c:1: /usr/include/bits/string3.h:146:1: note: expected 'char * restrict' but argument is of type 'unsigned char *' __NTH (strcat (char *__restrict __dest, const char *__restrict __src)) ^ /usr/src/RPM/SOURCES/bin2iso19b_linux.c:266:14: warning: format '%d' expects argument of type 'int', but argument 2 has type 'unsigned char *' [-Wformat=] printf("Track %d Unsupported mode\n", track->num); ^ /usr/src/RPM/SOURCES/bin2iso19b_linux.c:282:46: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] min = ((Line[13]-'0')<<4) | Line[14]-'0'; ^ /usr/src/RPM/SOURCES/bin2iso19b_linux.c:283:46: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] sec = ((Line[16]-'0')<<4) | Line[17]-'0'; ^ /usr/src/RPM/SOURCES/bin2iso19b_linux.c:284:48: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] block = ((Line[19]-'0')<<4) | Line[20]-'0'; ^ /usr/src/RPM/SOURCES/bin2iso19b_linux.c: In function 'dotrack': /usr/src/RPM/SOURCES/bin2iso19b_linux.c:329:29: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=] if(startidx != 0) printf("\nNote: PreGap = %d frames\n", startidx-preidx); ^ /usr/src/RPM/SOURCES/bin2iso19b_linux.c:334:14: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] printf("Creating %s (%06d,%06d) ", sOutFilename, startidx, endidx-1); ^ /usr/src/RPM/SOURCES/bin2iso19b_linux.c:334:14: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long int' [-Wformat=] /usr/src/RPM/SOURCES/bin2iso19b_linux.c:336:14: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=] printf("Converting (%06d,%06d) ", startidx, endidx-1); ^ /usr/src/RPM/SOURCES/bin2iso19b_linux.c:336:14: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] /usr/src/RPM/SOURCES/bin2iso19b_linux.c:415:52: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=] if (startidx%PROG_INTERVAL == 0) { printf("\b\b\b\b\b\b%06d", startidx); } ^ /usr/src/RPM/SOURCES/bin2iso19b_linux.c:422:52: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=] if (startidx%PROG_INTERVAL == 0) { printf("\b\b\b\b\b\b%06d", startidx); } ^ /usr/src/RPM/SOURCES/bin2iso19b_linux.c:496:52: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=] if (startidx%PROG_INTERVAL == 0) { printf("\b\b\b\b\b\b%06d", startidx); } ^ /usr/src/RPM/SOURCES/bin2iso19b_linux.c: In function 'checkGaps': /usr/src/RPM/SOURCES/bin2iso19b_linux.c:604:8: warning: unused variable 'c' [-Wunused-variable] int c = 0; ^ /usr/src/RPM/SOURCES/bin2iso19b_linux.c: In function 'main': /usr/src/RPM/SOURCES/bin2iso19b_linux.c:696:14: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'int' [-Wformat=] printf(" -nob - Doesn't use overburn data past %ld sectors. \n", CD74_MAX_SECTORS); ^ /usr/src/RPM/SOURCES/bin2iso19b_linux.c:792:18: warning: too many arguments for format [-Wformat-extra-args] printf ("Error: Filename not found on first line of cuefile.\n", argv[1]); ^ /usr/src/RPM/SOURCES/bin2iso19b_linux.c:882:20: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] strcpy(tracks[i].name, "obdatatemp.bin"); ^ In file included from /usr/include/features.h:368:0, from /usr/include/stdio.h:27, from /usr/src/RPM/SOURCES/bin2iso19b_linux.c:1: /usr/include/bits/string3.h:108:1: note: expected 'char * restrict' but argument is of type 'unsigned char *' __NTH (strcpy (char *__restrict __dest, const char *__restrict __src)) ^ /usr/src/RPM/SOURCES/bin2iso19b_linux.c:927:17: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] printf("%s (%3d Mb) - sectors %06ld:%06ld (offset %09ld:%09ld)\n", ^ /usr/src/RPM/SOURCES/bin2iso19b_linux.c:943:40: warning: pointer targets in passing argument 2 of 'rename' differ in signedness [-Wpointer-sign] if( 0 != rename(sBinFilename, tracks[0].name) ) { ^ In file included from /usr/src/RPM/SOURCES/bin2iso19b_linux.c:1:0: /usr/include/stdio.h:180:12: note: expected 'const char *' but argument is of type 'unsigned char *' extern int rename (const char *__old, const char *__new) __THROW; ^ /usr/src/RPM/SOURCES/bin2iso19b_linux.c:961:34: warning: pointer targets in passing argument 2 of 'strcat' differ in signedness [-Wpointer-sign] strcat(sOutFilename, trackA.name); ^ In file included from /usr/include/features.h:368:0, from /usr/include/stdio.h:27, from /usr/src/RPM/SOURCES/bin2iso19b_linux.c:1: /usr/include/bits/string3.h:146:1: note: expected 'const char * restrict' but argument is of type 'unsigned char *' __NTH (strcat (char *__restrict __dest, const char *__restrict __src)) ^ In file included from /usr/include/string.h:648:0, from /usr/src/RPM/SOURCES/bin2iso19b_linux.c:2: /usr/src/RPM/SOURCES/bin2iso19b_linux.c:963:44: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] if ( ((doOneTrack == 1) && strcmp(trackA.num, sTrack)==0) || (doOneTrack == 0) ) { ^ In file included from /usr/src/RPM/SOURCES/bin2iso19b_linux.c:2:0: /usr/include/string.h:394:15: note: expected 'const char *' but argument is of type 'unsigned char *' extern size_t strlen (const char *__s) ^ In file included from /usr/include/string.h:648:0, from /usr/src/RPM/SOURCES/bin2iso19b_linux.c:2: /usr/src/RPM/SOURCES/bin2iso19b_linux.c:963:44: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness [-Wpointer-sign] if ( ((doOneTrack == 1) && strcmp(trackA.num, sTrack)==0) || (doOneTrack == 0) ) { ^ /usr/src/RPM/SOURCES/bin2iso19b_linux.c:963:44: note: expected 'const char *' but argument is of type 'unsigned char *' /usr/src/RPM/SOURCES/bin2iso19b_linux.c:963:44: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] if ( ((doOneTrack == 1) && strcmp(trackA.num, sTrack)==0) || (doOneTrack == 0) ) { ^ In file included from /usr/src/RPM/SOURCES/bin2iso19b_linux.c:2:0: /usr/include/string.h:394:15: note: expected 'const char *' but argument is of type 'unsigned char *' extern size_t strlen (const char *__s) ^ In file included from /usr/include/string.h:648:0, from /usr/src/RPM/SOURCES/bin2iso19b_linux.c:2: /usr/src/RPM/SOURCES/bin2iso19b_linux.c:963:44: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness [-Wpointer-sign] if ( ((doOneTrack == 1) && strcmp(trackA.num, sTrack)==0) || (doOneTrack == 0) ) { ^ /usr/src/RPM/SOURCES/bin2iso19b_linux.c:963:44: note: expected 'const char *' but argument is of type 'unsigned char *' /usr/src/RPM/SOURCES/bin2iso19b_linux.c:963:44: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness [-Wpointer-sign] if ( ((doOneTrack == 1) && strcmp(trackA.num, sTrack)==0) || (doOneTrack == 0) ) { ^ /usr/src/RPM/SOURCES/bin2iso19b_linux.c:963:44: note: expected 'const char *' but argument is of type 'unsigned char *' /usr/src/RPM/SOURCES/bin2iso19b_linux.c:963:44: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness [-Wpointer-sign] if ( ((doOneTrack == 1) && strcmp(trackA.num, sTrack)==0) || (doOneTrack == 0) ) { ^ /usr/src/RPM/SOURCES/bin2iso19b_linux.c:963:44: note: expected 'const char *' but argument is of type 'unsigned char *' /usr/src/RPM/SOURCES/bin2iso19b_linux.c:982:26: warning: implicit declaration of function 'ftruncate' [-Wimplicit-function-declaration] if( -1 == ftruncate(fileno(fdBinFile), trackA.offset1) ) { ^ /usr/src/RPM/SOURCES/bin2iso19b_linux.c:989:46: warning: pointer targets in passing argument 2 of 'rename' differ in signedness [-Wpointer-sign] if( 0 != rename(sBinFilename, trackA.name) ) { ^ In file included from /usr/src/RPM/SOURCES/bin2iso19b_linux.c:1:0: /usr/include/stdio.h:180:12: note: expected 'const char *' but argument is of type 'unsigned char *' extern int rename (const char *__old, const char *__new) __THROW; ^ /usr/src/RPM/SOURCES/bin2iso19b_linux.c:999:34: warning: pointer targets in passing argument 1 of 'fopen' differ in signedness [-Wpointer-sign] fdBinFile = fopen(trackA.name, "rb+"); // gets closed in doTrack... ^ In file included from /usr/src/RPM/SOURCES/bin2iso19b_linux.c:1:0: /usr/include/stdio.h:272:14: note: expected 'const char * restrict' but argument is of type 'unsigned char *' extern FILE *fopen (const char *__restrict __filename, ^ /usr/src/RPM/SOURCES/bin2iso19b_linux.c:648:22: warning: unused variable 'count' [-Wunused-variable] unsigned long int count = 0; ^ /usr/src/RPM/SOURCES/bin2iso19b_linux.c:756:10: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread( sLine, 1, sizeof(tWavHead), fdBinFile ); ^ /usr/src/RPM/SOURCES/bin2iso19b_linux.c: In function 'buffered_fwrite': /usr/src/RPM/SOURCES/bin2iso19b_linux.c:174:18: warning: 'readpos' may be used uninitialized in this function [-Wmaybe-uninitialized] if(0 != fseek(fdOutFile, readpos, SEEK_SET)) { ^ /usr/src/RPM/SOURCES/bin2iso19b_linux.c: In function 'flush_buffers': /usr/src/RPM/SOURCES/bin2iso19b_linux.c:215:15: warning: 'readpos' may be used uninitialized in this function [-Wmaybe-uninitialized] if(0 != fseek(fdOutFile, readpos, SEEK_SET)) { ^ + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.22154 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/bin2iso-buildroot + : + /bin/rm -rf -- /usr/src/tmp/bin2iso-buildroot + cd bin2iso-1.9 + /bin/mkdir -p /usr/src/tmp/bin2iso-buildroot/usr/bin + /bin/install -m 0755 bin2iso /usr/src/tmp/bin2iso-buildroot//usr/bin + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/bin2iso-buildroot (auto) Verifying and fixing files in /usr/src/tmp/bin2iso-buildroot (binconfig,pkgconfig,libtool,desktop) Compressing files in /usr/src/tmp/bin2iso-buildroot (auto) Verifying ELF objects in /usr/src/tmp/bin2iso-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: bin2iso-1.9-alt1.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.50Spj7 find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.6VgMB0 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.zj2uPW Creating bin2iso-debuginfo package Processing files: bin2iso-debuginfo-1.9-alt1.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.u3TR0V find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.JhgK8X find-requires: running scripts (debuginfo) Requires: bin2iso = 1.9-alt1.qa1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6) Wrote: /usr/src/RPM/RPMS/x86_64/bin2iso-1.9-alt1.qa1.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/bin2iso-debuginfo-1.9-alt1.qa1.x86_64.rpm 1.98user 0.85system 0:07.06elapsed 40%CPU (0avgtext+0avgdata 33372maxresident)k 0inputs+0outputs (0major+126307minor)pagefaults 0swaps 3.87user 4.60system 0:12.19elapsed 69%CPU (0avgtext+0avgdata 33372maxresident)k 0inputs+0outputs (0major+272445minor)pagefaults 0swaps