<86>Jan 9 00:35:11 userdel[1950249]: delete user 'rooter' <86>Jan 9 00:35:11 userdel[1950249]: removed group 'rooter' owned by 'rooter' <86>Jan 9 00:35:11 userdel[1950249]: removed shadow group 'rooter' owned by 'rooter' <86>Jan 9 00:35:11 groupadd[1950268]: group added to /etc/group: name=rooter, GID=1814 <86>Jan 9 00:35:11 groupadd[1950268]: group added to /etc/gshadow: name=rooter <86>Jan 9 00:35:11 groupadd[1950268]: new group: name=rooter, GID=1814 <86>Jan 9 00:35:11 useradd[1950284]: new user: name=rooter, UID=1814, GID=1814, home=/root, shell=/bin/bash, from=none <86>Jan 9 00:35:11 userdel[1950303]: delete user 'builder' <86>Jan 9 00:35:11 userdel[1950303]: removed group 'builder' owned by 'builder' <86>Jan 9 00:35:11 userdel[1950303]: removed shadow group 'builder' owned by 'builder' <86>Jan 9 00:35:11 groupadd[1950319]: group added to /etc/group: name=builder, GID=1815 <86>Jan 9 00:35:11 groupadd[1950319]: group added to /etc/gshadow: name=builder <86>Jan 9 00:35:11 groupadd[1950319]: new group: name=builder, GID=1815 <86>Jan 9 00:35:11 useradd[1950336]: new user: name=builder, UID=1815, GID=1815, 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>Jan 9 00:35:14 rpmi: libusb-1.0.26-alt2 sisyphus+305525.100.1.1 1660924427 installed <13>Jan 9 00:35:14 rpmi: libusb-devel-1.0.26-alt2 sisyphus+305525.100.1.1 1660924427 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/rkflashtool-0.1-alt1.nosrc.rpm (w1.gzdio) Installing rkflashtool-0.1-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.39578 + 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.39578 + 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.39578 + 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) Processing files: rkflashtool-0.1-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.39578 + 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.BN3ClT 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.ctZ98T 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, /lib64/ld-linux-x86-64.so.2, coreutils, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.33)(64bit), libc.so.6(GLIBC_2.34)(64bit), libc.so.6(GLIBC_2.4)(64bit), libusb-1.0.so.0()(64bit) >= 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.lOIY9F 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.OGs1XX find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.fdOhnc find-requires: running scripts (debuginfo) Requires: rkflashtool = 0.1-alt1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libusb-1.0.so.0) Adding to rkflashtool-debuginfo a strict dependency on rkflashtool Wrote: /usr/src/RPM/RPMS/x86_64/rkflashtool-0.1-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/rkflashtool-debuginfo-0.1-alt1.x86_64.rpm (w2.lzdio) 0.52user 0.88system 0:05.47elapsed 25%CPU (0avgtext+0avgdata 33736maxresident)k 0inputs+0outputs (0major+301288minor)pagefaults 0swaps /.out/rkflashtool-0.1-alt1.x86_64.rpm: license not found in '/usr/share/license' directory: like /.out/rkflashtool-debuginfo-0.1-alt1.x86_64.rpm: license not found in '/usr/share/license' directory: like 2.76user 1.25system 0:11.11elapsed 36%CPU (0avgtext+0avgdata 128388maxresident)k 0inputs+0outputs (0major+192866minor)pagefaults 0swaps --- rkflashtool-0.1-alt1.x86_64.rpm.repo 2020-03-19 15:37:01.000000000 +0000 +++ rkflashtool-0.1-alt1.x86_64.rpm.hasher 2024-01-09 00:35:21.272960374 +0000 @@ -19,2 +19,4 @@ Requires: libc.so.6(GLIBC_2.3.4)(64bit) +Requires: libc.so.6(GLIBC_2.33)(64bit) +Requires: libc.so.6(GLIBC_2.34)(64bit) Requires: libc.so.6(GLIBC_2.4)(64bit) @@ -25,4 +27,4 @@ Provides: rkflashtool = 0.1-alt1:sisyphus+248113.100.1.1 -File: /usr/bin/rkcrc 100755 root:root 40180840c75b1fdc3a309c17305f73e4 -File: /usr/bin/rkflashtool 100755 root:root 9aa75da33818a0852614f5e161ecf22f +File: /usr/bin/rkcrc 100755 root:root cb9880cf0cbcfa136adf8678a2a2ee1d +File: /usr/bin/rkflashtool 100755 root:root 058541d04b899d12654e43523e373ea6 File: /usr/bin/rkmisc 100755 root:root fb274388b5cab666c3dd8cabe3d3f24c @@ -31,3 +33,3 @@ File: /usr/bin/rkparametersblock 100755 root:root 5ca99b5956c0fadf02f5c51bd99c8c57 -File: /usr/bin/rkunpack 100755 root:root 185c9c61c72f18d2044ec32cb70c00e0 +File: /usr/bin/rkunpack 100755 root:root 99351dd8a7f0b447124aca272c8e8dbf File: /usr/bin/rkunsign 100755 root:root aa2d2e050cf9ce3790d4f86768b77978 @@ -39,2 +41,2 @@ File: /usr/share/doc/rkflashtool-0.1/protocol.txt 100644 root:root 57b71663c7b2966d43d30a8edd8070af -RPMIdentity: 382cebe5f22ac8a99940e331dc2b67be8b621b96a9d5fc4a2cdb12f858af87d34d6f0fd30b4410c0506df7e0b47da028f982a5364f2d2fa13fba8ca276bd1dbd +RPMIdentity: d75d7074af7ecc5a1f7e6216abb49d3c4ca042dd125d789a499b03dc9b74a01e1efacca0083845523c02cbb956157161e221fd4ec2b6748ae8efeda6469f7b3c --- rkflashtool-debuginfo-0.1-alt1.x86_64.rpm.repo 2020-03-19 15:37:01.000000000 +0000 +++ rkflashtool-debuginfo-0.1-alt1.x86_64.rpm.hasher 2024-01-09 00:35:21.326960945 +0000 @@ -1,10 +1,10 @@ -/usr/lib/debug/.build-id/46 40755 root:root -/usr/lib/debug/.build-id/46/1e0659cb0a58ce838dc7f6b00fefc8139f7b9a 120777 root:root ../../../../bin/rkunpack -/usr/lib/debug/.build-id/46/1e0659cb0a58ce838dc7f6b00fefc8139f7b9a.debug 120777 root:root ../../usr/bin/rkunpack.debug -/usr/lib/debug/.build-id/4d 40755 root:root -/usr/lib/debug/.build-id/4d/eabf1f4c985ea43ac7c61e8f85f4b79fd80862 120777 root:root ../../../../bin/rkflashtool -/usr/lib/debug/.build-id/4d/eabf1f4c985ea43ac7c61e8f85f4b79fd80862.debug 120777 root:root ../../usr/bin/rkflashtool.debug -/usr/lib/debug/.build-id/ea 40755 root:root -/usr/lib/debug/.build-id/ea/fd55b6f4cdc4355d91394aabda233344e3c2c8 120777 root:root ../../../../bin/rkcrc -/usr/lib/debug/.build-id/ea/fd55b6f4cdc4355d91394aabda233344e3c2c8.debug 120777 root:root ../../usr/bin/rkcrc.debug +/usr/lib/debug/.build-id/34 40755 root:root +/usr/lib/debug/.build-id/34/98b1e423810410b7e00b4c54f3d25a11c62def 120777 root:root ../../../../bin/rkcrc +/usr/lib/debug/.build-id/34/98b1e423810410b7e00b4c54f3d25a11c62def.debug 120777 root:root ../../usr/bin/rkcrc.debug +/usr/lib/debug/.build-id/4c 40755 root:root +/usr/lib/debug/.build-id/4c/3959c38dd3f1f23a2430653fa8b2a766c2342e 120777 root:root ../../../../bin/rkunpack +/usr/lib/debug/.build-id/4c/3959c38dd3f1f23a2430653fa8b2a766c2342e.debug 120777 root:root ../../usr/bin/rkunpack.debug +/usr/lib/debug/.build-id/c0 40755 root:root +/usr/lib/debug/.build-id/c0/e9755e3173da1cdf982da7acebc1584fd75fd7 120777 root:root ../../../../bin/rkflashtool +/usr/lib/debug/.build-id/c0/e9755e3173da1cdf982da7acebc1584fd75fd7.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/46 40755 root:root -File: /usr/lib/debug/.build-id/46/1e0659cb0a58ce838dc7f6b00fefc8139f7b9a 120777 root:root ../../../../bin/rkunpack -File: /usr/lib/debug/.build-id/46/1e0659cb0a58ce838dc7f6b00fefc8139f7b9a.debug 120777 root:root ../../usr/bin/rkunpack.debug -File: /usr/lib/debug/.build-id/4d 40755 root:root -File: /usr/lib/debug/.build-id/4d/eabf1f4c985ea43ac7c61e8f85f4b79fd80862 120777 root:root ../../../../bin/rkflashtool -File: /usr/lib/debug/.build-id/4d/eabf1f4c985ea43ac7c61e8f85f4b79fd80862.debug 120777 root:root ../../usr/bin/rkflashtool.debug -File: /usr/lib/debug/.build-id/ea 40755 root:root -File: /usr/lib/debug/.build-id/ea/fd55b6f4cdc4355d91394aabda233344e3c2c8 120777 root:root ../../../../bin/rkcrc -File: /usr/lib/debug/.build-id/ea/fd55b6f4cdc4355d91394aabda233344e3c2c8.debug 120777 root:root ../../usr/bin/rkcrc.debug -File: /usr/lib/debug/usr/bin/rkcrc.debug 100644 root:root 084a08fe62da4a23ff79f67cf415793f -File: /usr/lib/debug/usr/bin/rkflashtool.debug 100644 root:root fdb55206a5ae6b8e8e63d171a5e757bd -File: /usr/lib/debug/usr/bin/rkunpack.debug 100644 root:root b08c8815214666bde36e8c917e4ccd21 -RPMIdentity: 7aacf1d0ee1ffd2880803be4c3ba5ab7ed4547a00d2a0cd36d28a34b67073907dfa348a828450ca8189940530a0968d55d4df3fbc0709b0b8fc366f0c2e60999 +File: /usr/lib/debug/.build-id/34 40755 root:root +File: /usr/lib/debug/.build-id/34/98b1e423810410b7e00b4c54f3d25a11c62def 120777 root:root ../../../../bin/rkcrc +File: /usr/lib/debug/.build-id/34/98b1e423810410b7e00b4c54f3d25a11c62def.debug 120777 root:root ../../usr/bin/rkcrc.debug +File: /usr/lib/debug/.build-id/4c 40755 root:root +File: /usr/lib/debug/.build-id/4c/3959c38dd3f1f23a2430653fa8b2a766c2342e 120777 root:root ../../../../bin/rkunpack +File: /usr/lib/debug/.build-id/4c/3959c38dd3f1f23a2430653fa8b2a766c2342e.debug 120777 root:root ../../usr/bin/rkunpack.debug +File: /usr/lib/debug/.build-id/c0 40755 root:root +File: /usr/lib/debug/.build-id/c0/e9755e3173da1cdf982da7acebc1584fd75fd7 120777 root:root ../../../../bin/rkflashtool +File: /usr/lib/debug/.build-id/c0/e9755e3173da1cdf982da7acebc1584fd75fd7.debug 120777 root:root ../../usr/bin/rkflashtool.debug +File: /usr/lib/debug/usr/bin/rkcrc.debug 100644 root:root 2fa4819f84f52e693624da02f2ad5d98 +File: /usr/lib/debug/usr/bin/rkflashtool.debug 100644 root:root fdc297d97dac8cec7e1f85799afb2cf8 +File: /usr/lib/debug/usr/bin/rkunpack.debug 100644 root:root eb21a321601cbbcfbe0faf8c55795279 +RPMIdentity: a0ce0a2319fe190bda8b4dd74eb2b80665824e82f8c434d9c0970b2ca112b67c5b266834a323232b0b6cd445c3d88a2a556b53a87fa51b0de5ee5bb3ebd93e39