<86>Jun 12 07:50:07 userdel[1089179]: delete user 'rooter' <86>Jun 12 07:50:07 userdel[1089179]: removed group 'rooter' owned by 'rooter' <86>Jun 12 07:50:07 userdel[1089179]: removed shadow group 'rooter' owned by 'rooter' <86>Jun 12 07:50:07 groupadd[1089237]: group added to /etc/group: name=rooter, GID=675 <86>Jun 12 07:50:07 groupadd[1089237]: group added to /etc/gshadow: name=rooter <86>Jun 12 07:50:07 groupadd[1089237]: new group: name=rooter, GID=675 <86>Jun 12 07:50:07 useradd[1089256]: new user: name=rooter, UID=675, GID=675, home=/root, shell=/bin/bash <86>Jun 12 07:50:07 userdel[1089283]: delete user 'builder' <86>Jun 12 07:50:07 userdel[1089283]: removed group 'builder' owned by 'builder' <86>Jun 12 07:50:07 userdel[1089283]: removed shadow group 'builder' owned by 'builder' <86>Jun 12 07:50:07 groupadd[1089312]: group added to /etc/group: name=builder, GID=676 <86>Jun 12 07:50:07 groupadd[1089312]: group added to /etc/gshadow: name=builder <86>Jun 12 07:50:07 groupadd[1089312]: new group: name=builder, GID=676 <86>Jun 12 07:50:07 useradd[1089320]: new user: name=builder, UID=676, GID=676, home=/usr/src, shell=/bin/bash Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/recover-1.3c-alt1.qa1.nosrc.rpm (w1.gzdio) Installing recover-1.3c-alt1.qa1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.7965 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf recover-1.3c + echo 'Source #0 (recover-1.3c.tar.bz2):' Source #0 (recover-1.3c.tar.bz2): + /bin/bzip2 -dc /usr/src/RPM/SOURCES/recover-1.3c.tar.bz2 + /bin/tar -xf - + cd recover-1.3c + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.86371 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd recover-1.3c + make -j8 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2' make: Entering directory '/usr/src/RPM/BUILD/recover-1.3c' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -c -o ui.o ui.c ui.c: In function 'print_devices': ui.c:106:27: warning: format '%s' expects argument of type 'char *', but argument 3 has type 'char (*)[100]' [-Wformat=] counter=fscanf (file, "%s%s%s", &ext2_fs[ext2_fs_count], ~^ ~~~~~~~~~~~~~~~~~~~~~~~ ui.c:106:29: warning: format '%s' expects argument of type 'char *', but argument 4 has type 'char (*)[100]' [-Wformat=] counter=fscanf (file, "%s%s%s", &ext2_fs[ext2_fs_count], ~^ &ext2_fs_root[ext2_fs_count], &fs_type); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ui.c:106:31: warning: format '%s' expects argument of type 'char *', but argument 5 has type 'char (*)[20]' [-Wformat=] counter=fscanf (file, "%s%s%s", &ext2_fs[ext2_fs_count], ~^ &ext2_fs_root[ext2_fs_count], &fs_type); ~~~~~~~~ ui.c:108:7: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] if (strcmp (fs_type, "ext2") == 0 && ext2_fs[ext2_fs_count][0]=='/') { ^~~~~~ ui.c:110:38: warning: format '%s' expects argument of type 'char *', but argument 3 has type 'char (*)[100]' [-Wformat=] printf ("device: %s mount point: %s\n", ext2_fs[ext2_fs_count-1], &ext2_fs_root[ext2_fs_count-1]); ~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ui.c:97:3: warning: unused variable 'dev' [-Wunused-variable] dev, ^~~ ui.c:96:3: warning: unused variable 'part' [-Wunused-variable] part, ^~~~ ui.c:95:6: warning: unused variable 'count' [-Wunused-variable] int count=0, ^~~~~ ui.c: In function 'get_int': ui.c:198:14: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'char (*)[12]' [-Wformat=] scanf ("%12s", &tmp); ~~~^ ~~~~ ui.c: In function 'get_long': ui.c:211:14: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'char (*)[22]' [-Wformat=] scanf ("%22s", &tmp); ~~~^ ~~~~ ui.c: In function 'start_it': ui.c:240:4: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] strcpy (device, device1); ^~~~~~ ui.c:240:4: warning: incompatible implicit declaration of built-in function 'strcpy' ui.c:240:4: note: include '' or provide a declaration of 'strcpy' ui.c:31:1: +#include ui.c:240:4: strcpy (device, device1); ^~~~~~ ui.c:289:11: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'char (*)[4]' [-Wformat=] scanf("%3s", &month); ~~^ ~~~~~~ ui.c:298:11: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'char (*)[4]' [-Wformat=] scanf("%3s", &weekd); ~~^ ~~~~~~ ui.c:323:15: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'char (*)[126]' [-Wformat=] scanf ("%125s", &dir); ~~~~^ ~~~~ ui.c:249:1: warning: label 'start_device' defined but not used [-Wunused-label] start_device: ^~~~~~~~~~~~ ui.c: In function 'print_devices': ui.c:149:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ ui.c: In function 'get_int': ui.c:198:3: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result] scanf ("%12s", &tmp); ^~~~~~~~~~~~~~~~~~~~ ui.c: In function 'get_long': ui.c:211:3: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result] scanf ("%22s", &tmp); ^~~~~~~~~~~~~~~~~~~~ ui.c: In function 'start_it': ui.c:256:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result] scanf ("%128s", device); ^~~~~~~~~~~~~~~~~~~~~~~ ui.c:289:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result] scanf("%3s", &month); ^~~~~~~~~~~~~~~~~~~~ ui.c:298:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result] scanf("%3s", &weekd); ^~~~~~~~~~~~~~~~~~~~ ui.c:323:3: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result] scanf ("%125s", &dir); ^~~~~~~~~~~~~~~~~~~~~ ui.c:356:5: warning: ignoring return value of 'chown', declared with attribute warn_unused_result [-Wunused-result] chown (command, tmp_inode->mem_location->UID, 0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/recover-1.3c' make: Entering directory '/usr/src/RPM/BUILD/recover-1.3c' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -c -o recover.o recover.c recover.c: In function 'get_inodes': recover.c:179:33: warning: format '%[^/' expects argument of type 'char *', but argument 7 has type 'char (*)[12]' [-Wformat=] sscanf (temp, "%d %d %d %d %[^/]/%d %s %s %d %d:%d:%d %d", ~~~^ recover.c:184:5: &dummy, ~~~~~~ recover.c:179:40: warning: format '%s' expects argument of type 'char *', but argument 9 has type 'char (*)[4]' [-Wformat=] sscanf (temp, "%d %d %d %d %[^/]/%d %s %s %d %d:%d:%d %d", ~^ recover.c:186:5: &(cur_inode->weekd), ~~~~~~~~~~~~~~~~~~~ recover.c:179:43: warning: format '%s' expects argument of type 'char *', but argument 10 has type 'char (*)[4]' [-Wformat=] sscanf (temp, "%d %d %d %d %[^/]/%d %s %s %d %d:%d:%d %d", ~^ recover.c:187:5: &(cur_inode->month), ~~~~~~~~~~~~~~~~~~~ recover.c:153:30: warning: unused variable 'fd' [-Wunused-variable] int num_del_inodes, x, pid, fd[2]; ^~ recover.c:153:25: warning: unused variable 'pid' [-Wunused-variable] int num_del_inodes, x, pid, fd[2]; ^~~ recover.c: In function 'get_questions': recover.c:334:27: warning: format '%s' expects argument of type 'char *', but argument 3 has type 'char (*)[20]' [-Wformat=] tmp = fscanf (txt, "%s%s%s", &temp, &temp2, &temp3); ~^ ~~~~~ recover.c:334:29: warning: format '%s' expects argument of type 'char *', but argument 4 has type 'char (*)[20]' [-Wformat=] tmp = fscanf (txt, "%s%s%s", &temp, &temp2, &temp3); ~^ ~~~~~~ recover.c:334:31: warning: format '%s' expects argument of type 'char *', but argument 5 has type 'char (*)[20]' [-Wformat=] tmp = fscanf (txt, "%s%s%s", &temp, &temp2, &temp3); ~^ ~~~~~~ recover.c:316:3: warning: unused variable 'place' [-Wunused-variable] place; ^~~~~ recover.c:315:3: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] tmp, ^~~ recover.c:310:4: warning: unused variable 'dest' [-Wunused-variable] *dest; ^~~~ recover.c:306:3: warning: unused variable 'header' [-Wunused-variable] header[20], ^~~~~~ recover.c: In function 'get_output': recover.c:101:2: warning: ignoring return value of 'pipe', declared with attribute warn_unused_result [-Wunused-result] pipe (fd); ^~~~~~~~~ recover.c: In function 'get_inodes': recover.c:167:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets (temp, 256, list); ^~~~~~~~~~~~~~~~~~~~~~~ recover.c:169:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets (temp, 256, list); ^~~~~~~~~~~~~~~~~~~~~~~ recover.c: In function 'free_inodes': recover.c:288:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ recover.c: In function 'get_questions': recover.c:355:8: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets (line, 100, txt); ^~~~~~~~~~~~~~~~~~~~~~ recover.c:366:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ recover.c: In function 'get_inodes': recover.c:204:9: warning: 'firstinode' may be used uninitialized in this function [-Wmaybe-uninitialized] return (firstinode); ^ recover.c:203:24: warning: 'cur_inode' may be used uninitialized in this function [-Wmaybe-uninitialized] cur_inode->next_inode = NULL; ^ make: Leaving directory '/usr/src/RPM/BUILD/recover-1.3c' make: Entering directory '/usr/src/RPM/BUILD/recover-1.3c' gcc -o recover recover.o ui.o make: Leaving directory '/usr/src/RPM/BUILD/recover-1.3c' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.86371 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/recover-buildroot + : + /bin/rm -rf -- /usr/src/tmp/recover-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd recover-1.3c + install -p -m755 -D recover /usr/src/tmp/recover-buildroot/usr/bin/recover + install -p -m644 -D recover.1.gz /usr/src/tmp/recover-buildroot/usr/share/man/man1/recover.1.gz + install -p -m644 -D recover_questions /usr/src/tmp/recover-buildroot/usr/share/recover/recover_questions + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/recover-buildroot (auto) Verifying and fixing files in /usr/src/tmp/recover-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/recover-buildroot/ (default) Compressing files in /usr/src/tmp/recover-buildroot (auto) Verifying ELF objects in /usr/src/tmp/recover-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: recover-1.3c-alt1.qa1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.87037 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd recover-1.3c + DOCDIR=/usr/src/tmp/recover-buildroot/usr/share/doc/recover-1.3c + export DOCDIR + rm -rf /usr/src/tmp/recover-buildroot/usr/share/doc/recover-1.3c + /bin/mkdir -p /usr/src/tmp/recover-buildroot/usr/share/doc/recover-1.3c + cp -prL CHANGES README /usr/src/tmp/recover-buildroot/usr/share/doc/recover-1.3c + chmod -R go-w /usr/src/tmp/recover-buildroot/usr/share/doc/recover-1.3c + chmod -R a+rX /usr/src/tmp/recover-buildroot/usr/share/doc/recover-1.3c + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.1OIW49 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.c8dkW0 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(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.hcfiZU Creating recover-debuginfo package Processing files: recover-debuginfo-1.3c-alt1.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.AbEEiS find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.phavPS find-requires: running scripts (debuginfo) Requires: recover = 1.3c-alt1.qa1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6) Wrote: /usr/src/RPM/RPMS/x86_64/recover-1.3c-alt1.qa1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/recover-debuginfo-1.3c-alt1.qa1.x86_64.rpm (w2.lzdio) 2.18user 0.73system 0:08.54elapsed 34%CPU (0avgtext+0avgdata 29376maxresident)k 0inputs+0outputs (0major+192337minor)pagefaults 0swaps 3.55user 3.89system 0:15.48elapsed 48%CPU (0avgtext+0avgdata 29376maxresident)k 0inputs+0outputs (0major+376959minor)pagefaults 0swaps --- recover-1.3c-alt1.qa1.x86_64.rpm.repo 2013-04-16 20:32:28.000000000 +0000 +++ recover-1.3c-alt1.qa1.x86_64.rpm.hasher 2022-06-12 07:50:19.971919934 +0000 @@ -4,3 +4,3 @@ /usr/share/doc/recover-1.3c/README 100644 root:root -/usr/share/man/man1/recover.1.gz 100644 root:root +/usr/share/man/man1/recover.1.xz 100644 root:root /usr/share/recover 40755 root:root @@ -8,3 +8,2 @@ Requires: /lib64/ld-linux-x86-64.so.2 -Requires: libc.so.6(GLIBC_2.14)(64bit) Requires: libc.so.6(GLIBC_2.2.5)(64bit) @@ -17,3 +16,3 @@ Provides: recover = 1.3c-alt1.qa1 -File: /usr/bin/recover 100755 root:root 9cdffbfb3c1108f1bf4bab1395e2d3ea +File: /usr/bin/recover 100755 root:root 2cef7f8070961e801f0fa8af256e5715 File: /usr/share/doc/recover-1.3c 40755 root:root @@ -21,5 +20,5 @@ File: /usr/share/doc/recover-1.3c/README 100644 root:root 21bab320fe3511eac9743a1602968cb8 -File: /usr/share/man/man1/recover.1.gz 100644 root:root ac9fdcbe119bf28cc7159bd0ce7ce352 +File: /usr/share/man/man1/recover.1.xz 100644 root:root 263f1748cac9138f8f69874b50100016 File: /usr/share/recover 40755 root:root File: /usr/share/recover/recover_questions 100644 root:root d21d71b0bacf59404c244e2ff3199b44 -RPMIdentity: 89af27e2bd934c22113b7256e0b26105915a9888a0cf346021505fae12172494eb77f191286573ca4de1bd502077ce0579364a1ca489dd96dc9c0c19ca0c72f9 +RPMIdentity: bb2b7190085f620bfc77c29deff3b67377714182da643c451a025612da739534292f79bca398e33d0a5a0806a1f5307a9345594573753624b59a8c8fca607ba9 --- recover-debuginfo-1.3c-alt1.qa1.x86_64.rpm.repo 2013-04-16 20:32:28.000000000 +0000 +++ recover-debuginfo-1.3c-alt1.qa1.x86_64.rpm.hasher 2022-06-12 07:50:20.132921576 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/36 40755 root:root -/usr/lib/debug/.build-id/36/42a14849ae3198aa9c2b0b6bd977af1d670eee 120777 root:root ../../../../bin/recover -/usr/lib/debug/.build-id/36/42a14849ae3198aa9c2b0b6bd977af1d670eee.debug 120777 root:root ../../usr/bin/recover.debug +/usr/lib/debug/.build-id/1a 40755 root:root +/usr/lib/debug/.build-id/1a/74d60603a6789a0515300fe2066c1f1b653054 120777 root:root ../../../../bin/recover +/usr/lib/debug/.build-id/1a/74d60603a6789a0515300fe2066c1f1b653054.debug 120777 root:root ../../usr/bin/recover.debug /usr/lib/debug/usr/bin/recover.debug 100644 root:root @@ -13,6 +13,6 @@ Provides: recover-debuginfo = 1.3c-alt1.qa1 -File: /usr/lib/debug/.build-id/36 40755 root:root -File: /usr/lib/debug/.build-id/36/42a14849ae3198aa9c2b0b6bd977af1d670eee 120777 root:root ../../../../bin/recover -File: /usr/lib/debug/.build-id/36/42a14849ae3198aa9c2b0b6bd977af1d670eee.debug 120777 root:root ../../usr/bin/recover.debug -File: /usr/lib/debug/usr/bin/recover.debug 100644 root:root e688b3f1bf6004541610d58ed9ab7bf3 +File: /usr/lib/debug/.build-id/1a 40755 root:root +File: /usr/lib/debug/.build-id/1a/74d60603a6789a0515300fe2066c1f1b653054 120777 root:root ../../../../bin/recover +File: /usr/lib/debug/.build-id/1a/74d60603a6789a0515300fe2066c1f1b653054.debug 120777 root:root ../../usr/bin/recover.debug +File: /usr/lib/debug/usr/bin/recover.debug 100644 root:root dd55682773153479bdb730accff52a51 File: /usr/src/debug/recover-1.3c 40755 root:root @@ -21,2 +21,2 @@ File: /usr/src/debug/recover-1.3c/ui.c 100644 root:root 4b779da3313f5543ef50f9b5c0768190 -RPMIdentity: f1d7ce6f0ed50a5d85fb1bc8aa5739a5f3a9d7392329190dc740089000f92b3fd4ee8dd775fe517cbcc1543f7944e74862e1e691fdfd928780e1a6c909ee3a68 +RPMIdentity: 72e47036bce5e9b20e58fc8f1fac825457b596f9c7ba978c765a7c867481676c776e8ed0a7611835327c802240718c85a34e120503216c6c4a5ae2e2879c27ad