<86>May 16 01:15:09 userdel[3307580]: delete user 'rooter'
<86>May 16 01:15:09 userdel[3307580]: removed group 'rooter' owned by 'rooter'
<86>May 16 01:15:09 userdel[3307580]: removed shadow group 'rooter' owned by 'rooter'
<86>May 16 01:15:09 groupadd[3307590]: group added to /etc/group: name=rooter, GID=960
<86>May 16 01:15:09 groupadd[3307590]: group added to /etc/gshadow: name=rooter
<86>May 16 01:15:09 groupadd[3307590]: new group: name=rooter, GID=960
<86>May 16 01:15:09 useradd[3307596]: new user: name=rooter, UID=960, GID=960, home=/root, shell=/bin/bash
<86>May 16 01:15:09 userdel[3307603]: delete user 'builder'
<86>May 16 01:15:09 userdel[3307603]: removed group 'builder' owned by 'builder'
<86>May 16 01:15:09 userdel[3307603]: removed shadow group 'builder' owned by 'builder'
<86>May 16 01:15:09 groupadd[3307613]: group added to /etc/group: name=builder, GID=961
<86>May 16 01:15:09 groupadd[3307613]: group added to /etc/gshadow: name=builder
<86>May 16 01:15:09 groupadd[3307613]: new group: name=builder, GID=961
<86>May 16 01:15:09 useradd[3307619]: new user: name=builder, UID=961, GID=961, home=/usr/src, shell=/bin/bash
/usr/src/in/srpm/recover-1.3c-alt1.qa1.src.rpm: The use of such a license name is ambiguous: GPL
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.38674
+ 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.38674
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd recover-1.3c
+ make -j16 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto'
make: Entering directory '/usr/src/RPM/BUILD/recover-1.3c'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto   -c -o recover.o recover.c
recover.c: In function 'get_inodes':
recover.c:179:47: warning: format '%[^/' expects argument of type 'char *', but argument 7 has type 'char (*)[12]' [-Wformat=]
  179 |                 sscanf (temp, "%d %d %d %d %[^/]/%d %s %s %d %d:%d:%d %d",
      |                                            ~~~^
      |                                               |
      |                                               char *
......
  184 |                                 &dummy,
      |                                 ~~~~~~         
      |                                 |
      |                                 char (*)[12]
recover.c:179:54: warning: format '%s' expects argument of type 'char *', but argument 9 has type 'char (*)[4]' [-Wformat=]
  179 |                 sscanf (temp, "%d %d %d %d %[^/]/%d %s %s %d %d:%d:%d %d",
      |                                                     ~^
      |                                                      |
      |                                                      char *
......
  186 |                                 &(cur_inode->weekd),
      |                                 ~~~~~~~~~~~~~~~~~~~   
      |                                 |
      |                                 char (*)[4]
recover.c:179:57: warning: format '%s' expects argument of type 'char *', but argument 10 has type 'char (*)[4]' [-Wformat=]
  179 |                 sscanf (temp, "%d %d %d %d %[^/]/%d %s %s %d %d:%d:%d %d",
      |                                                        ~^
      |                                                         |
      |                                                         char *
......
  187 |                                 &(cur_inode->month),
      |                                 ~~~~~~~~~~~~~~~~~~~      
      |                                 |
      |                                 char (*)[4]
recover.c:153:37: warning: unused variable 'fd' [-Wunused-variable]
  153 |         int num_del_inodes, x, pid, fd[2];
      |                                     ^~
recover.c:153:32: warning: unused variable 'pid' [-Wunused-variable]
  153 |         int num_del_inodes, x, pid, fd[2];
      |                                ^~~
recover.c: In function 'get_questions':
recover.c:334:62: warning: format '%s' expects argument of type 'char *', but argument 3 has type 'char (*)[20]' [-Wformat=]
  334 |                                         tmp = fscanf (txt, "%s%s%s", &temp, &temp2, &temp3);
      |                                                             ~^       ~~~~~
      |                                                              |       |
      |                                                              char *  char (*)[20]
recover.c:334:64: warning: format '%s' expects argument of type 'char *', but argument 4 has type 'char (*)[20]' [-Wformat=]
  334 |                                         tmp = fscanf (txt, "%s%s%s", &temp, &temp2, &temp3);
      |                                                               ~^            ~~~~~~
      |                                                                |            |
      |                                                                char *       char (*)[20]
recover.c:334:66: warning: format '%s' expects argument of type 'char *', but argument 5 has type 'char (*)[20]' [-Wformat=]
  334 |                                         tmp = fscanf (txt, "%s%s%s", &temp, &temp2, &temp3);
      |                                                                 ~^                  ~~~~~~
      |                                                                  |                  |
      |                                                                  char *             char (*)[20]
recover.c:316:17: warning: unused variable 'place' [-Wunused-variable]
  316 |                 place;
      |                 ^~~~~
recover.c:315:17: warning: variable 'tmp' set but not used [-Wunused-but-set-variable]
  315 |                 tmp,
      |                 ^~~
recover.c:310:18: warning: unused variable 'dest' [-Wunused-variable]
  310 |                 *dest;
      |                  ^~~~
recover.c:306:17: warning: unused variable 'header' [-Wunused-variable]
  306 |                 header[20],
      |                 ^~~~~~
recover.c: In function 'get_output':
recover.c:101:9: warning: ignoring return value of 'pipe' declared with attribute 'warn_unused_result' [-Wunused-result]
  101 |         pipe (fd);
      |         ^~~~~~~~~
recover.c: In function 'get_inodes':
recover.c:167:9: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
  167 |         fgets (temp, 256, list);
      |         ^~~~~~~~~~~~~~~~~~~~~~~
recover.c:169:9: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
  169 |         fgets (temp, 256, list);
      |         ^~~~~~~~~~~~~~~~~~~~~~~
recover.c: In function 'free_inodes':
recover.c:288:1: warning: control reaches end of non-void function [-Wreturn-type]
  288 | }
      | ^
recover.c: In function 'get_questions':
recover.c:355:57: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
  355 |                                                         fgets (line, 100, txt);
      |                                                         ^~~~~~~~~~~~~~~~~~~~~~
recover.c:366:1: warning: control reaches end of non-void function [-Wreturn-type]
  366 | }
      | ^
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 -flto=auto   -c -o ui.o ui.c
ui.c: In function 'print_devices':
ui.c:106:41: warning: format '%s' expects argument of type 'char *', but argument 3 has type 'char (*)[100]' [-Wformat=]
  106 |                 counter=fscanf (file, "%s%s%s", &ext2_fs[ext2_fs_count],
      |                                        ~^       ~~~~~~~~~~~~~~~~~~~~~~~
      |                                         |       |
      |                                         char *  char (*)[100]
ui.c:106:43: warning: format '%s' expects argument of type 'char *', but argument 4 has type 'char (*)[100]' [-Wformat=]
  106 |                 counter=fscanf (file, "%s%s%s", &ext2_fs[ext2_fs_count],
      |                                          ~^
      |                                           |
      |                                           char *
  107 |                                 &ext2_fs_root[ext2_fs_count], &fs_type);
      |                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                 |
      |                                 char (*)[100]
ui.c:106:45: warning: format '%s' expects argument of type 'char *', but argument 5 has type 'char (*)[20]' [-Wformat=]
  106 |                 counter=fscanf (file, "%s%s%s", &ext2_fs[ext2_fs_count],
      |                                            ~^
      |                                             |
      |                                             char *
  107 |                                 &ext2_fs_root[ext2_fs_count], &fs_type);
      |                                                               ~~~~~~~~
      |                                                               |
      |                                                               char (*)[20]
ui.c:108:21: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration]
  108 |                 if (strcmp (fs_type, "ext2") == 0 && ext2_fs[ext2_fs_count][0]=='/') {
      |                     ^~~~~~
ui.c:31:1: note: include '<string.h>' or provide a declaration of 'strcmp'
   30 | #include "recover.h"
  +++ |+#include <string.h>
   31 | 
ui.c:110:63: warning: format '%s' expects argument of type 'char *', but argument 3 has type 'char (*)[100]' [-Wformat=]
  110 |                         printf ("device: %s     mount point: %s\n", ext2_fs[ext2_fs_count-1],  &ext2_fs_root[ext2_fs_count-1]);
      |                                                              ~^                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                               |                                |
      |                                                               char *                           char (*)[100]
ui.c:97:17: warning: unused variable 'dev' [-Wunused-variable]
   97 |                 dev,
      |                 ^~~
ui.c:96:17: warning: unused variable 'part' [-Wunused-variable]
   96 |                 part,
      |                 ^~~~
ui.c:95:17: warning: unused variable 'count' [-Wunused-variable]
   95 |         int     count=0,
      |                 ^~~~~
ui.c: In function 'get_int':
ui.c:198:28: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'char (*)[12]' [-Wformat=]
  198 |                 scanf ("%12s", &tmp);
      |                         ~~~^   ~~~~
      |                            |   |
      |                            |   char (*)[12]
      |                            char *
ui.c: In function 'get_long':
ui.c:211:28: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'char (*)[22]' [-Wformat=]
  211 |                 scanf ("%22s", &tmp);
      |                         ~~~^   ~~~~
      |                            |   |
      |                            |   char (*)[22]
      |                            char *
ui.c: In function 'start_it':
ui.c:240:25: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration]
  240 |                         strcpy (device, device1);
      |                         ^~~~~~
ui.c:240:25: note: include '<string.h>' or provide a declaration of 'strcpy'
ui.c:240:25: warning: incompatible implicit declaration of built-in function 'strcpy' [-Wbuiltin-declaration-mismatch]
ui.c:240:25: note: include '<string.h>' or provide a declaration of 'strcpy'
ui.c:289:18: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'char (*)[4]' [-Wformat=]
  289 |         scanf("%3s", &month);
      |                ~~^   ~~~~~~
      |                  |   |
      |                  |   char (*)[4]
      |                  char *
ui.c:298:18: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'char (*)[4]' [-Wformat=]
  298 |         scanf("%3s", &weekd);
      |                ~~^   ~~~~~~
      |                  |   |
      |                  |   char (*)[4]
      |                  char *
ui.c:323:29: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'char (*)[126]' [-Wformat=]
  323 |                 scanf ("%125s", &dir);
      |                         ~~~~^   ~~~~
      |                             |   |
      |                             |   char (*)[126]
      |                             char *
ui.c:249:1: warning: label 'start_device' defined but not used [-Wunused-label]
  249 | start_device:
      | ^~~~~~~~~~~~
ui.c: In function 'print_devices':
ui.c:149:1: warning: control reaches end of non-void function [-Wreturn-type]
  149 | }
      | ^
ui.c: In function 'get_int':
ui.c:198:17: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
  198 |                 scanf ("%12s", &tmp);
      |                 ^~~~~~~~~~~~~~~~~~~~
ui.c: In function 'get_long':
ui.c:211:17: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
  211 |                 scanf ("%22s", &tmp);
      |                 ^~~~~~~~~~~~~~~~~~~~
ui.c: In function 'start_it':
ui.c:256:9: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
  256 |         scanf ("%128s", device);
      |         ^~~~~~~~~~~~~~~~~~~~~~~
ui.c:289:9: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
  289 |         scanf("%3s", &month);
      |         ^~~~~~~~~~~~~~~~~~~~
ui.c:298:9: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
  298 |         scanf("%3s", &weekd);
      |         ^~~~~~~~~~~~~~~~~~~~
ui.c:323:17: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
  323 |                 scanf ("%125s", &dir);
      |                 ^~~~~~~~~~~~~~~~~~~~~
ui.c:356:33: warning: ignoring return value of 'chown' declared with attribute 'warn_unused_result' [-Wunused-result]
  356 |                                 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  -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.38674
+ 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)
Processing files: recover-1.3c-alt1.qa1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.38674
+ 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.3qheqW
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.7iGkZC
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,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.34)(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.pfKUyZ
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.fkX0vG
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.GCBhqj
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)
Adding to recover-debuginfo a strict dependency on recover
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)
0.50user 0.38system 0:05.51elapsed 16%CPU (0avgtext+0avgdata 26840maxresident)k
0inputs+0outputs (0major+155178minor)pagefaults 0swaps
/.out/recover-1.3c-alt1.qa1.x86_64.rpm: The use of such a license name is ambiguous: GPL
/.out/recover-debuginfo-1.3c-alt1.qa1.x86_64.rpm: The use of such a license name is ambiguous: GPL
1.43user 2.78system 0:08.13elapsed 51%CPU (0avgtext+0avgdata 26840maxresident)k
0inputs+0outputs (0major+338073minor)pagefaults 0swaps
--- recover-1.3c-alt1.qa1.x86_64.rpm.repo	2021-07-09 01:29:55.000000000 +0000
+++ recover-1.3c-alt1.qa1.x86_64.rpm.hasher	2022-05-16 01:15:16.433889279 +0000
@@ -11,2 +11,3 @@
 Requires: libc.so.6(GLIBC_2.3.4)(64bit)  
+Requires: libc.so.6(GLIBC_2.34)(64bit)  
 Requires: libc.so.6(GLIBC_2.4)(64bit)  
@@ -16,3 +17,3 @@
 Provides: recover = 1.3c-alt1.qa1:sisyphus+277744.100.1.1
-File: /usr/bin/recover	100755	root:root	950f7788aa59f0a92a0dce2758d788f4	
+File: /usr/bin/recover	100755	root:root	59d4a97bdf5e56745012c8d94903bbc7	
 File: /usr/share/doc/recover-1.3c	40755	root:root		
@@ -23,2 +24,2 @@
 File: /usr/share/recover/recover_questions	100644	root:root	d21d71b0bacf59404c244e2ff3199b44	
-RPMIdentity: 70b8e2767ca2dc8731c5a6897c419d3d543de5e769d19bf56603db871667e51a73e55731ca0abf1e3dead37e5aed5863e9ff0072b6acba7a5be1ee7265977e0f
+RPMIdentity: 7c0cc435cde7b9b00f23c4a0b497799118bb62f1ed1270947672a1fa792083f547654a3c53a583dad6ded2a0a5e21a1a1887185e1cff9ff86fbac54e1e10a897
--- recover-debuginfo-1.3c-alt1.qa1.x86_64.rpm.repo	2021-07-09 01:29:55.000000000 +0000
+++ recover-debuginfo-1.3c-alt1.qa1.x86_64.rpm.hasher	2022-05-16 01:15:16.503889972 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/a2	40755	root:root	
-/usr/lib/debug/.build-id/a2/151df20f6ef1e265d750f9418bef8fba27c582	120777	root:root	../../../../bin/recover
-/usr/lib/debug/.build-id/a2/151df20f6ef1e265d750f9418bef8fba27c582.debug	120777	root:root	../../usr/bin/recover.debug
+/usr/lib/debug/.build-id/98	40755	root:root	
+/usr/lib/debug/.build-id/98/d0ffbc75f0c1be8da77842583a44c87a20fd6a	120777	root:root	../../../../bin/recover
+/usr/lib/debug/.build-id/98/d0ffbc75f0c1be8da77842583a44c87a20fd6a.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:sisyphus+277744.100.1.1
-File: /usr/lib/debug/.build-id/a2	40755	root:root		
-File: /usr/lib/debug/.build-id/a2/151df20f6ef1e265d750f9418bef8fba27c582	120777	root:root		../../../../bin/recover
-File: /usr/lib/debug/.build-id/a2/151df20f6ef1e265d750f9418bef8fba27c582.debug	120777	root:root		../../usr/bin/recover.debug
-File: /usr/lib/debug/usr/bin/recover.debug	100644	root:root	0fee811287f348042000a6824bb44358	
+File: /usr/lib/debug/.build-id/98	40755	root:root		
+File: /usr/lib/debug/.build-id/98/d0ffbc75f0c1be8da77842583a44c87a20fd6a	120777	root:root		../../../../bin/recover
+File: /usr/lib/debug/.build-id/98/d0ffbc75f0c1be8da77842583a44c87a20fd6a.debug	120777	root:root		../../usr/bin/recover.debug
+File: /usr/lib/debug/usr/bin/recover.debug	100644	root:root	4a4372298e49bcb35aa8aa96f6e1b155	
 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: 71989ab5c8682d2cd75671028ed8bd18fb5473a51ffaf8c50580ad05bc98d728ef6291dc7c42606931ab8064f3113d2c0f10d4dfcc199355e69648c454a87889
+RPMIdentity: ec3192df8b80e021e5f6373f09f607ba8e83e19170e1f643c4e9643855ebc5730b80ea21beaf82ff957bd12bb27c47961696636a49d0b5f5df0110dfd9c430d5