<86>Aug 24 06:22:21 userdel[2878434]: delete user 'rooter' <86>Aug 24 06:22:21 userdel[2878434]: removed group 'rooter' owned by 'rooter' <86>Aug 24 06:22:21 userdel[2878434]: removed shadow group 'rooter' owned by 'rooter' <86>Aug 24 06:22:21 groupadd[2878487]: group added to /etc/group: name=rooter, GID=1826 <86>Aug 24 06:22:21 groupadd[2878487]: group added to /etc/gshadow: name=rooter <86>Aug 24 06:22:21 groupadd[2878487]: new group: name=rooter, GID=1826 <86>Aug 24 06:22:21 useradd[2878526]: new user: name=rooter, UID=1826, GID=1826, home=/root, shell=/bin/bash, from=none <86>Aug 24 06:22:21 userdel[2878585]: delete user 'builder' <86>Aug 24 06:22:21 userdel[2878585]: removed group 'builder' owned by 'builder' <86>Aug 24 06:22:21 userdel[2878585]: removed shadow group 'builder' owned by 'builder' <86>Aug 24 06:22:21 groupadd[2878640]: group added to /etc/group: name=builder, GID=1827 <86>Aug 24 06:22:21 groupadd[2878640]: group added to /etc/gshadow: name=builder <86>Aug 24 06:22:21 groupadd[2878640]: new group: name=builder, GID=1827 <86>Aug 24 06:22:21 useradd[2878679]: new user: name=builder, UID=1827, GID=1827, home=/usr/src, shell=/bin/bash, from=none <13>Aug 24 06:22:24 rpmi: dos2unix-7.5.2-alt1 sisyphus+339342.100.1.1 1706585516 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/cmospwd-5.0-alt2_13.nosrc.rpm (w1.gzdio) Installing cmospwd-5.0-alt2_13.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.22132 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf cmospwd-5.0 + echo 'Source #0 (cmospwd-5.0.tar.bz2):' Source #0 (cmospwd-5.0.tar.bz2): + /usr/bin/bzip2 -dc /usr/src/RPM/SOURCES/cmospwd-5.0.tar.bz2 + /bin/tar -xf - + cd cmospwd-5.0 + /bin/chmod -c -Rf u+rwX,go-w . + rm src/cmospwd + dos2unix cmospwd.txt dos2unix: converting file cmospwd.txt to Unix format... + iconv -f iso-8859-1 -t utf-8 cmospwd.txt + touch -r cmospwd.txt cmospwd.new + mv cmospwd.new cmospwd.txt + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.22132 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd cmospwd-5.0 + cd src + make 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic' -j16 make: Entering directory '/usr/src/RPM/BUILD/cmospwd-5.0/src' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -o cmospwd cmospwd.c cmospwd.c: In function 'phoenix': cmospwd.c:1311:28: warning: pointer targets in passing argument 4 of 'table2val' differ in signedness [-Wpointer-sign] 1311 | table2val(value, cmos, 8,tbl_phoenix); | ^~~~~~~~~~~ | | | const int * cmospwd.c:617:98: note: expected 'const unsigned int *' but argument is of type 'const int *' 617 | void table2val(unsigned int*dst, const uint8_t *src, const unsigned int lng, const unsigned int *table) | ~~~~~~~~~~~~~~~~~~~~^~~~~ cmospwd.c: In function 'phoenix405': cmospwd.c:1368:29: warning: pointer targets in passing argument 4 of 'table2val' differ in signedness [-Wpointer-sign] 1368 | table2val(value, cmos, 8, tbl); | ^~~ | | | const int * cmospwd.c:617:98: note: expected 'const unsigned int *' but argument is of type 'const int *' 617 | void table2val(unsigned int*dst, const uint8_t *src, const unsigned int lng, const unsigned int *table) | ~~~~~~~~~~~~~~~~~~~~^~~~~ cmospwd.c:1370:29: warning: pointer targets in passing argument 4 of 'table2val' differ in signedness [-Wpointer-sign] 1370 | table2val(value, cmos, 8, tbl2); | ^~~~ | | | const int * cmospwd.c:617:98: note: expected 'const unsigned int *' but argument is of type 'const int *' 617 | void table2val(unsigned int*dst, const uint8_t *src, const unsigned int lng, const unsigned int *table) | ~~~~~~~~~~~~~~~~~~~~^~~~~ cmospwd.c: In function 'sony_vaio': cmospwd.c:1172:5: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 1172 | fread(&eeprom,1,14,fb); | ^~~~~~~~~~~~~~~~~~~~~~ cmospwd.c: In function 'award_backdoor': cmospwd.c:1925:5: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 1925 | fread(&car,1,1,fb); | ^~~~~~~~~~~~~~~~~~ cmospwd.c: In function 'keyb_mem': cmospwd.c:1944:3: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 1944 | fread(&mem,1,sizeof(mem),fb); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/cmospwd-5.0/src' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.5235 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/cmospwd-buildroot + : + /bin/rm -rf -- /usr/src/tmp/cmospwd-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games + cd cmospwd-5.0 + install -D -m 755 src/cmospwd /usr/src/tmp/cmospwd-buildroot/usr/sbin/cmospwd + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/cmospwd-buildroot (auto) Verifying and fixing files in /usr/src/tmp/cmospwd-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/cmospwd-buildroot/ (default) Compressing files in /usr/src/tmp/cmospwd-buildroot (auto) Verifying ELF objects in /usr/src/tmp/cmospwd-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/sbin/cmospwd: uses non-LFS functions: fopen Splitting links to aliased files under /{,s}bin in /usr/src/tmp/cmospwd-buildroot Processing files: cmospwd-5.0-alt2_13 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.5235 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd cmospwd-5.0 + DOCDIR=/usr/src/tmp/cmospwd-buildroot/usr/share/doc/cmospwd-5.0 + export DOCDIR + rm -rf /usr/src/tmp/cmospwd-buildroot/usr/share/doc/cmospwd-5.0 + /bin/mkdir -p /usr/src/tmp/cmospwd-buildroot/usr/share/doc/cmospwd-5.0 + cp -prL COPYING cmospwd.txt /usr/src/tmp/cmospwd-buildroot/usr/share/doc/cmospwd-5.0 + chmod -R go-w /usr/src/tmp/cmospwd-buildroot/usr/share/doc/cmospwd-5.0 + chmod -R a+rX /usr/src/tmp/cmospwd-buildroot/usr/share/doc/cmospwd-5.0 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.FWMIv7 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.HGykHe find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.4), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.gIslL0 Creating cmospwd-debuginfo package Processing files: cmospwd-debuginfo-5.0-alt2_13 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.NVaNfu find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.vIOsPp find-requires: running scripts (debuginfo) Requires: cmospwd = 5.0-alt2_13, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6) Adding to cmospwd-debuginfo a strict dependency on cmospwd Wrote: /usr/src/RPM/RPMS/i586/cmospwd-5.0-alt2_13.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/cmospwd-debuginfo-5.0-alt2_13.i586.rpm (w2.lzdio) 0.96user 0.69system 0:06.13elapsed 27%CPU (0avgtext+0avgdata 33704maxresident)k 0inputs+0outputs (0major+139354minor)pagefaults 0swaps 3.46user 2.63system 0:15.54elapsed 39%CPU (0avgtext+0avgdata 130336maxresident)k 0inputs+0outputs (0major+193559minor)pagefaults 0swaps --- cmospwd-5.0-alt2_13.i586.rpm.repo 2024-05-21 06:45:57.000000000 +0000 +++ cmospwd-5.0-alt2_13.i586.rpm.hasher 2024-08-24 06:22:33.125708392 +0000 @@ -15,3 +15,3 @@ Provides: cmospwd = 5.0-alt2_13:sisyphus+346109.200.2.1 -File: /usr/sbin/cmospwd 100755 root:root ad52e6d46ae01aa27c361b917aa12239 +File: /usr/sbin/cmospwd 100755 root:root a29758e4877ec31722f779073aeaed9a File: /usr/share/doc/cmospwd-5.0 40755 root:root @@ -19,2 +19,2 @@ File: /usr/share/doc/cmospwd-5.0/cmospwd.txt 100644 root:root 5d0a1f01243a7b8c9b8ee45cca91651f -RPMIdentity: 89c4d862166701c4ff6d13a3ef26f7372bf0da40d08f829b7ef4ae4297c2006d5329f8ba67b51ee7ef00d0528c39ee21c6a54aa214af44f524d9cb0aa918b9d6 +RPMIdentity: b07950862f691734767c0aecdd62869cf3e29218acde0dadcb146b67ffa8f68679f6938b7af31498e4a28a45fabfc95626d46903a8077ffd4b77b2e0a7e54423 --- cmospwd-debuginfo-5.0-alt2_13.i586.rpm.repo 2024-05-21 06:45:58.000000000 +0000 +++ cmospwd-debuginfo-5.0-alt2_13.i586.rpm.hasher 2024-08-24 06:22:33.197709795 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/b1 40755 root:root -/usr/lib/debug/.build-id/b1/e24b425069a44a4852b4ced5e88bfb9f237a50 120777 root:root ../../../../sbin/cmospwd -/usr/lib/debug/.build-id/b1/e24b425069a44a4852b4ced5e88bfb9f237a50.debug 120777 root:root ../../usr/sbin/cmospwd.debug +/usr/lib/debug/.build-id/db 40755 root:root +/usr/lib/debug/.build-id/db/eccc27d86c66bd2baf876c2fe849e9f8f9dec6 120777 root:root ../../../../sbin/cmospwd +/usr/lib/debug/.build-id/db/eccc27d86c66bd2baf876c2fe849e9f8f9dec6.debug 120777 root:root ../../usr/sbin/cmospwd.debug /usr/lib/debug/usr/sbin/cmospwd.debug 100644 root:root @@ -12,6 +12,6 @@ Provides: cmospwd-debuginfo = 5.0-alt2_13:sisyphus+346109.200.2.1 -File: /usr/lib/debug/.build-id/b1 40755 root:root -File: /usr/lib/debug/.build-id/b1/e24b425069a44a4852b4ced5e88bfb9f237a50 120777 root:root ../../../../sbin/cmospwd -File: /usr/lib/debug/.build-id/b1/e24b425069a44a4852b4ced5e88bfb9f237a50.debug 120777 root:root ../../usr/sbin/cmospwd.debug -File: /usr/lib/debug/usr/sbin/cmospwd.debug 100644 root:root b1b89b54cb11c06b225ee88d55924776 +File: /usr/lib/debug/.build-id/db 40755 root:root +File: /usr/lib/debug/.build-id/db/eccc27d86c66bd2baf876c2fe849e9f8f9dec6 120777 root:root ../../../../sbin/cmospwd +File: /usr/lib/debug/.build-id/db/eccc27d86c66bd2baf876c2fe849e9f8f9dec6.debug 120777 root:root ../../usr/sbin/cmospwd.debug +File: /usr/lib/debug/usr/sbin/cmospwd.debug 100644 root:root 8348e1f5ffc8639a006d69c6f578a42f File: /usr/src/debug/cmospwd-5.0 40755 root:root @@ -19,2 +19,2 @@ File: /usr/src/debug/cmospwd-5.0/src/cmospwd.c 100644 root:root 33277792a536e707d9641a8f7039816f -RPMIdentity: 982dcbc6a8dc06cad17eb1aeb0d06fef2852676532c2a88f9194c8d4f37532aa36b4081aa393c693b5000cdd2d3d878fbedc73f1e6ac3db813e008c4c0cca024 +RPMIdentity: f6323dc70af68e88308f83831b9f449a2aa8e96fe8d89645de25ff4372138a7b4879d4947eb14bfe00db985e004abdbeb35f9762e3c315e9c3ebad72983d47ed