<86>Jul 22 04:54:42 userdel[3396220]: delete user 'rooter' <86>Jul 22 04:54:42 userdel[3396220]: removed group 'rooter' owned by 'rooter' <86>Jul 22 04:54:42 userdel[3396220]: removed shadow group 'rooter' owned by 'rooter' <86>Jul 22 04:54:42 groupadd[3396290]: group added to /etc/group: name=rooter, GID=1817 <86>Jul 22 04:54:42 groupadd[3396290]: group added to /etc/gshadow: name=rooter <86>Jul 22 04:54:42 groupadd[3396290]: new group: name=rooter, GID=1817 <86>Jul 22 04:54:42 useradd[3396322]: new user: name=rooter, UID=1817, GID=1817, home=/root, shell=/bin/bash, from=none <86>Jul 22 04:54:42 userdel[3396389]: delete user 'builder' <86>Jul 22 04:54:42 userdel[3396389]: removed group 'builder' owned by 'builder' <86>Jul 22 04:54:42 userdel[3396389]: removed shadow group 'builder' owned by 'builder' <86>Jul 22 04:54:42 groupadd[3396443]: group added to /etc/group: name=builder, GID=1818 <86>Jul 22 04:54:42 groupadd[3396443]: group added to /etc/gshadow: name=builder <86>Jul 22 04:54:42 groupadd[3396443]: new group: name=builder, GID=1818 <86>Jul 22 04:54:42 useradd[3396468]: new user: name=builder, UID=1818, GID=1818, home=/usr/src, shell=/bin/bash, from=none /usr/src/in/srpm/rkflashtool-0.1-alt1.src.rpm: license not found in '/usr/share/license' directory: like <13>Jul 22 04:54:45 rpmi: libusb-1.0.26-alt2 sisyphus+305525.100.1.1 1660924428 installed <13>Jul 22 04:54:45 rpmi: libusb-devel-1.0.26-alt2 sisyphus+305525.100.1.1 1660924428 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/rkflashtool-0.1-alt1.nosrc.rpm (w1.gzdio) Installing rkflashtool-0.1-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.37435 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf rkflashtool-0.1 + echo 'Source #0 (rkflashtool-0.1.tar):' Source #0 (rkflashtool-0.1.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/rkflashtool-0.1.tar + cd rkflashtool-0.1 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.37435 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd rkflashtool-0.1 + make -j16 make: Entering directory '/usr/src/RPM/BUILD/rkflashtool-0.1' gcc -O2 -W -Wall -I/usr/include/libusb-1.0 rkcrc.c -o rkcrc -lusb-1.0 make: Leaving directory '/usr/src/RPM/BUILD/rkflashtool-0.1' make: Entering directory '/usr/src/RPM/BUILD/rkflashtool-0.1' gcc -O2 -W -Wall -I/usr/include/libusb-1.0 rkunpack.c -o rkunpack -lusb-1.0 make: Leaving directory '/usr/src/RPM/BUILD/rkflashtool-0.1' make: Entering directory '/usr/src/RPM/BUILD/rkflashtool-0.1' gcc -O2 -W -Wall -I/usr/include/libusb-1.0 rkflashtool.c -o rkflashtool -lusb-1.0 rkflashtool.c: In function 'send_exec': rkflashtool.c:198:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 198 | if (parm_addr) SETBE32(cmd+22, parm_addr); | ^~ rkflashtool.c:93:23: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 93 | #define SETBE32(a, v) do { \ | ^~ rkflashtool.c:199:21: note: in expansion of macro 'SETBE32' 199 | SETBE32(cmd+12, RKFT_CMD_EXECUTESDRAM); | ^~~~~~~ rkflashtool.c: In function 'main': rkflashtool.c:308:5: warning: 'libusb_set_debug' is deprecated: Use libusb_set_option instead [-Wdeprecated-declarations] 308 | libusb_set_debug(c, 3); | ^~~~~~~~~~~~~~~~ In file included from rkflashtool.c:35: /usr/include/libusb-1.0/libusb.h:1365:18: note: declared here 1365 | void LIBUSB_CALL libusb_set_debug(libusb_context *ctx, int level); | ^~~~~~~~~~~~~~~~ rkflashtool.c:537:13: warning: '__builtin_strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] 537 | strncpy((char *)buf, "PARM", 4); | ^ make: Leaving directory '/usr/src/RPM/BUILD/rkflashtool-0.1' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.37435 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/rkflashtool-buildroot + : + /bin/rm -rf -- /usr/src/tmp/rkflashtool-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd rkflashtool-0.1 + make 'INSTALL=/usr/libexec/rpm-build/install -p' install DESTDIR=/usr/src/tmp/rkflashtool-buildroot PREFIX=/usr make: Entering directory '/usr/src/RPM/BUILD/rkflashtool-0.1' install -d -m 0755 /usr/src/tmp/rkflashtool-buildroot//usr/bin install -m 0755 rkcrc rkflashtool rkunpack /usr/src/tmp/rkflashtool-buildroot//usr/bin install -m 0755 rkunsign rkparametersblock rkmisc rkpad rkparameters /usr/src/tmp/rkflashtool-buildroot//usr/bin make: Leaving directory '/usr/src/RPM/BUILD/rkflashtool-0.1' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/rkflashtool-buildroot (auto) Verifying and fixing files in /usr/src/tmp/rkflashtool-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/rkflashtool-buildroot/ (default) Compressing files in /usr/src/tmp/rkflashtool-buildroot (auto) 056-debuginfo.brp: WARNING: debuginfo without debug sources. Verifying ELF objects in /usr/src/tmp/rkflashtool-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/bin/rkunpack: uses non-LFS functions: lseek mmap open verify-elf: WARNING: ./usr/bin/rkcrc: uses non-LFS functions: fstat open Processing files: rkflashtool-0.1-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.37435 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd rkflashtool-0.1 + DOCDIR=/usr/src/tmp/rkflashtool-buildroot/usr/share/doc/rkflashtool-0.1 + export DOCDIR + rm -rf /usr/src/tmp/rkflashtool-buildroot/usr/share/doc/rkflashtool-0.1 + /bin/mkdir -p /usr/src/tmp/rkflashtool-buildroot/usr/share/doc/rkflashtool-0.1 + cp -prL README doc/protocol.txt examples/ /usr/src/tmp/rkflashtool-buildroot/usr/share/doc/rkflashtool-0.1 + chmod -R go-w /usr/src/tmp/rkflashtool-buildroot/usr/share/doc/rkflashtool-0.1 + chmod -R a+rX /usr/src/tmp/rkflashtool-buildroot/usr/share/doc/rkflashtool-0.1 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.1Egp4R 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.8MFUOQ find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) find-requires: FINDPACKAGE-COMMANDS: cat dd rm Requires: /bin/sh, /lib/ld-linux.so.2, coreutils, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.33), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.4), libusb-1.0.so.0 >= set:kg5YvkSceZATHqbFk6H9gccM2ySRi9oEXj, rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.8USsia Creating rkflashtool-debuginfo package Processing files: rkflashtool-debuginfo-0.1-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.JRjjM9 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Fhu3cJ find-requires: running scripts (debuginfo) Requires: rkflashtool = 0.1-alt1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libusb-1.0.so.0) Adding to rkflashtool-debuginfo a strict dependency on rkflashtool Wrote: /usr/src/RPM/RPMS/i586/rkflashtool-0.1-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/rkflashtool-debuginfo-0.1-alt1.i586.rpm (w2.lzdio) 1.06user 1.10system 0:05.75elapsed 37%CPU (0avgtext+0avgdata 28932maxresident)k 0inputs+0outputs (0major+268400minor)pagefaults 0swaps /.out/rkflashtool-0.1-alt1.i586.rpm: license not found in '/usr/share/license' directory: like /.out/rkflashtool-debuginfo-0.1-alt1.i586.rpm: license not found in '/usr/share/license' directory: like 3.24user 1.51system 0:13.70elapsed 34%CPU (0avgtext+0avgdata 124828maxresident)k 0inputs+0outputs (0major+203038minor)pagefaults 0swaps --- rkflashtool-0.1-alt1.i586.rpm.repo 2020-03-19 15:37:01.000000000 +0000 +++ rkflashtool-0.1-alt1.i586.rpm.hasher 2023-07-22 04:54:54.918787259 +0000 @@ -18,3 +18,6 @@ Requires: libc.so.6(GLIBC_2.0) +Requires: libc.so.6(GLIBC_2.1.3) Requires: libc.so.6(GLIBC_2.3.4) +Requires: libc.so.6(GLIBC_2.33) +Requires: libc.so.6(GLIBC_2.34) Requires: libc.so.6(GLIBC_2.4) @@ -25,4 +28,4 @@ Provides: rkflashtool = 0.1-alt1:sisyphus+248113.100.1.1 -File: /usr/bin/rkcrc 100755 root:root 5e6b4ce282cfb94b558963e80bd05be7 -File: /usr/bin/rkflashtool 100755 root:root 710b9bb1cc071afcfa084e724e835d61 +File: /usr/bin/rkcrc 100755 root:root dc74fadff5db1f49e5120cbfdd47cd13 +File: /usr/bin/rkflashtool 100755 root:root d4af141b9d04490c86fa1fe74f328567 File: /usr/bin/rkmisc 100755 root:root fb274388b5cab666c3dd8cabe3d3f24c @@ -31,3 +34,3 @@ File: /usr/bin/rkparametersblock 100755 root:root 5ca99b5956c0fadf02f5c51bd99c8c57 -File: /usr/bin/rkunpack 100755 root:root cd5e0478d54c5afd38fe4a9842689e74 +File: /usr/bin/rkunpack 100755 root:root 8431772844d13ee3915951ad34945864 File: /usr/bin/rkunsign 100755 root:root aa2d2e050cf9ce3790d4f86768b77978 @@ -39,2 +42,2 @@ File: /usr/share/doc/rkflashtool-0.1/protocol.txt 100644 root:root 57b71663c7b2966d43d30a8edd8070af -RPMIdentity: af1e937be05b3fb944c37073715123cde94318f055cbd5368875e9089b7511056e507dbe2ad41454e6e93fcda037244ef54eb462da46126659ce220a7c3b6dda +RPMIdentity: 3d7834112ed084bc97840305d5ddbad510a279c49cf35e84dc476e5a7a9dcfd6869ee18c455945a03905586ea40c60ef0d83683ed86400cb405e3db71097a87a --- rkflashtool-debuginfo-0.1-alt1.i586.rpm.repo 2020-03-19 15:37:01.000000000 +0000 +++ rkflashtool-debuginfo-0.1-alt1.i586.rpm.hasher 2023-07-22 04:54:55.199792940 +0000 @@ -1,10 +1,10 @@ -/usr/lib/debug/.build-id/04 40755 root:root -/usr/lib/debug/.build-id/04/4569b1e2a1621036a5e26594f96688696585c4 120777 root:root ../../../../bin/rkunpack -/usr/lib/debug/.build-id/04/4569b1e2a1621036a5e26594f96688696585c4.debug 120777 root:root ../../usr/bin/rkunpack.debug -/usr/lib/debug/.build-id/17 40755 root:root -/usr/lib/debug/.build-id/17/7efb02c3dd654902de4e2bb6c277a0b577b206 120777 root:root ../../../../bin/rkcrc -/usr/lib/debug/.build-id/17/7efb02c3dd654902de4e2bb6c277a0b577b206.debug 120777 root:root ../../usr/bin/rkcrc.debug -/usr/lib/debug/.build-id/f3 40755 root:root -/usr/lib/debug/.build-id/f3/7357c5d952bce3d85847469ab3e0ddae79828a 120777 root:root ../../../../bin/rkflashtool -/usr/lib/debug/.build-id/f3/7357c5d952bce3d85847469ab3e0ddae79828a.debug 120777 root:root ../../usr/bin/rkflashtool.debug +/usr/lib/debug/.build-id/44 40755 root:root +/usr/lib/debug/.build-id/44/96e3e54efed1df4f8fa4a9d357df7e67395a08 120777 root:root ../../../../bin/rkunpack +/usr/lib/debug/.build-id/44/96e3e54efed1df4f8fa4a9d357df7e67395a08.debug 120777 root:root ../../usr/bin/rkunpack.debug +/usr/lib/debug/.build-id/cc 40755 root:root +/usr/lib/debug/.build-id/cc/b7632d099c7ea238af82bbd7a8516a9fb7306c 120777 root:root ../../../../bin/rkcrc +/usr/lib/debug/.build-id/cc/b7632d099c7ea238af82bbd7a8516a9fb7306c.debug 120777 root:root ../../usr/bin/rkcrc.debug +/usr/lib/debug/.build-id/d8 40755 root:root +/usr/lib/debug/.build-id/d8/98ed878f1ffc8b46f453c8011907479e0982c0 120777 root:root ../../../../bin/rkflashtool +/usr/lib/debug/.build-id/d8/98ed878f1ffc8b46f453c8011907479e0982c0.debug 120777 root:root ../../usr/bin/rkflashtool.debug /usr/lib/debug/usr/bin/rkcrc.debug 100644 root:root @@ -18,14 +18,14 @@ Provides: rkflashtool-debuginfo = 0.1-alt1:sisyphus+248113.100.1.1 -File: /usr/lib/debug/.build-id/04 40755 root:root -File: /usr/lib/debug/.build-id/04/4569b1e2a1621036a5e26594f96688696585c4 120777 root:root ../../../../bin/rkunpack -File: /usr/lib/debug/.build-id/04/4569b1e2a1621036a5e26594f96688696585c4.debug 120777 root:root ../../usr/bin/rkunpack.debug -File: /usr/lib/debug/.build-id/17 40755 root:root -File: /usr/lib/debug/.build-id/17/7efb02c3dd654902de4e2bb6c277a0b577b206 120777 root:root ../../../../bin/rkcrc -File: /usr/lib/debug/.build-id/17/7efb02c3dd654902de4e2bb6c277a0b577b206.debug 120777 root:root ../../usr/bin/rkcrc.debug -File: /usr/lib/debug/.build-id/f3 40755 root:root -File: /usr/lib/debug/.build-id/f3/7357c5d952bce3d85847469ab3e0ddae79828a 120777 root:root ../../../../bin/rkflashtool -File: /usr/lib/debug/.build-id/f3/7357c5d952bce3d85847469ab3e0ddae79828a.debug 120777 root:root ../../usr/bin/rkflashtool.debug -File: /usr/lib/debug/usr/bin/rkcrc.debug 100644 root:root 8ecb19428002235207f0a59e689a1c95 -File: /usr/lib/debug/usr/bin/rkflashtool.debug 100644 root:root b9092720397f85da1686b54bb88d258f -File: /usr/lib/debug/usr/bin/rkunpack.debug 100644 root:root d4596d72c011e3239a2ca300a1e7fc58 -RPMIdentity: a0199b68bf3c776f0b0ad28cca9068ab16eafa3e10249dbb3403bcb3aab43bcde876a09a1773af4a6b1773fa20ee6f998a050b88b445958a67561cdb733528a1 +File: /usr/lib/debug/.build-id/44 40755 root:root +File: /usr/lib/debug/.build-id/44/96e3e54efed1df4f8fa4a9d357df7e67395a08 120777 root:root ../../../../bin/rkunpack +File: /usr/lib/debug/.build-id/44/96e3e54efed1df4f8fa4a9d357df7e67395a08.debug 120777 root:root ../../usr/bin/rkunpack.debug +File: /usr/lib/debug/.build-id/cc 40755 root:root +File: /usr/lib/debug/.build-id/cc/b7632d099c7ea238af82bbd7a8516a9fb7306c 120777 root:root ../../../../bin/rkcrc +File: /usr/lib/debug/.build-id/cc/b7632d099c7ea238af82bbd7a8516a9fb7306c.debug 120777 root:root ../../usr/bin/rkcrc.debug +File: /usr/lib/debug/.build-id/d8 40755 root:root +File: /usr/lib/debug/.build-id/d8/98ed878f1ffc8b46f453c8011907479e0982c0 120777 root:root ../../../../bin/rkflashtool +File: /usr/lib/debug/.build-id/d8/98ed878f1ffc8b46f453c8011907479e0982c0.debug 120777 root:root ../../usr/bin/rkflashtool.debug +File: /usr/lib/debug/usr/bin/rkcrc.debug 100644 root:root 397cd4c16338dd38f13bdaafef9b8bb2 +File: /usr/lib/debug/usr/bin/rkflashtool.debug 100644 root:root 5a0d4babb9d6ccec17e8cf5ec0debdbf +File: /usr/lib/debug/usr/bin/rkunpack.debug 100644 root:root f0a84851433ea966aa2bd4aed445c63b +RPMIdentity: 7fc2123bca7fa703f8d2d6faf90e174c2e099561046090e6785dfe2905dc808f6e9b2a6d7f1a2d97f51b341dac8645b939d10797a1ec39b9478bf0413a2f524e