<86>Oct 29 17:01:13 userdel[3906531]: delete user 'rooter' <86>Oct 29 17:01:13 userdel[3906531]: removed group 'rooter' owned by 'rooter' <86>Oct 29 17:01:13 userdel[3906531]: removed shadow group 'rooter' owned by 'rooter' <86>Oct 29 17:01:13 groupadd[3906545]: group added to /etc/group: name=rooter, GID=1868 <86>Oct 29 17:01:13 groupadd[3906545]: group added to /etc/gshadow: name=rooter <86>Oct 29 17:01:13 groupadd[3906545]: new group: name=rooter, GID=1868 <86>Oct 29 17:01:13 useradd[3906556]: new user: name=rooter, UID=1868, GID=1868, home=/root, shell=/bin/bash, from=none <86>Oct 29 17:01:13 userdel[3906576]: delete user 'builder' <86>Oct 29 17:01:13 userdel[3906576]: removed group 'builder' owned by 'builder' <86>Oct 29 17:01:13 userdel[3906576]: removed shadow group 'builder' owned by 'builder' <86>Oct 29 17:01:13 groupadd[3906593]: group added to /etc/group: name=builder, GID=1869 <86>Oct 29 17:01:13 groupadd[3906593]: group added to /etc/gshadow: name=builder <86>Oct 29 17:01:13 groupadd[3906593]: new group: name=builder, GID=1869 <86>Oct 29 17:01:13 useradd[3906605]: new user: name=builder, UID=1869, GID=1869, home=/usr/src, shell=/bin/bash, from=none warning: user mike does not exist - using root warning: group mike does not exist - using root warning: user mike does not exist - using root warning: group mike does not exist - using root warning: user mike does not exist - using root warning: group mike does not exist - using root <13>Oct 29 17:01:17 rpmi: libnatspec-0.3.3-alt1 sisyphus+327088.100.1.1 1691839874 installed <13>Oct 29 17:01:17 rpmi: libp11-kit-1:0.25.5-alt1 sisyphus+352553.100.1.1 1720622573 installed <13>Oct 29 17:01:17 rpmi: libtasn1-4.19.0-alt3 sisyphus+327816.100.1.1 1692802615 installed <13>Oct 29 17:01:17 rpmi: rpm-macros-alternatives-0.5.2-alt2 sisyphus+315270.200.2.1 1676457367 installed <13>Oct 29 17:01:17 rpmi: alternatives-0.5.2-alt2 sisyphus+315270.200.2.1 1676457367 installed <13>Oct 29 17:01:17 rpmi: ca-certificates-2024.07.01-alt1 sisyphus+351897.100.1.1 1719826350 installed <13>Oct 29 17:01:17 rpmi: ca-trust-0.2.0-alt1 sisyphus+344843.100.1.1 1712743326 installed <13>Oct 29 17:01:17 rpmi: p11-kit-trust-1:0.25.5-alt1 sisyphus+352553.100.1.1 1720622573 installed <13>Oct 29 17:01:17 rpmi: libcrypto3-3.1.7-alt1 sisyphus+356755.100.1.1 1725388416 installed <13>Oct 29 17:01:17 rpmi: libssl3-3.1.7-alt1 sisyphus+356755.100.1.1 1725388416 installed <13>Oct 29 17:01:17 rpmi: libssl-devel-3.1.7-alt1 sisyphus+356755.100.1.1 1725388416 installed <13>Oct 29 17:01:17 rpmi: unzip-6.0-alt6 sisyphus+359147.100.1.1 1728292808 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/chntpw-140201-alt1.nosrc.rpm (w1.gzdio) Installing chntpw-140201-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.35966 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf chntpw-140201 + echo 'Source #0 (chntpw-source-140201.zip):' Source #0 (chntpw-source-140201.zip): + /usr/bin/unzip -qq /usr/src/RPM/SOURCES/chntpw-source-140201.zip + cd chntpw-140201 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.35966 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd chntpw-140201 + subst 's/ -m32//' Makefile + make -j16 chntpw cpnt reged 'CC=gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto' LIBS=-lcrypto make: Entering directory '/usr/src/RPM/BUILD/chntpw-140201' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -DUSEOPENSSL -g -I. -I/usr/include -Wall libsam.c libsam.c: In function 'sam_put_grp_members_sid': libsam.c:514:28: error: passing argument 1 of 'hexdump' from incompatible pointer type [-Wincompatible-pointer-types] 514 | if (gverbose) hexdump(&c->data, 0, c->len, 1); | ^~~~~~~~ | | | int * In file included from libsam.c:47: ntreg.h:394:20: note: expected 'char *' but argument is of type 'int *' 394 | void hexdump(char *hbuf, int start, int stop, int ascii); | ~~~~~~^~~~ libsam.c:531:56: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'void *' [-Wformat=] 531 | if (gverbose) printf(" copying : %d len %x, at %x\n",i,sarray[i].len, sidptr); | ~^ ~~~~~~ | | | | unsigned int void * | %p libsam.c:542:27: error: passing argument 1 of 'hexdump' from incompatible pointer type [-Wincompatible-pointer-types] 542 | if (gverbose) hexdump(&c->data, 0, c->len, 1); | ^~~~~~~~ | | | int * ntreg.h:394:20: note: expected 'char *' but argument is of type 'int *' 394 | void hexdump(char *hbuf, int start, int stop, int ascii); | ~~~~~~^~~~ make: *** [Makefile:66: libsam.o] Error 1 make: Leaving directory '/usr/src/RPM/BUILD/chntpw-140201' make: *** Waiting for unfinished jobs.... make: Entering directory '/usr/src/RPM/BUILD/chntpw-140201' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -DUSEOPENSSL -g -I. -I/usr/include -Wall cpnt.c make: Leaving directory '/usr/src/RPM/BUILD/chntpw-140201' make: Entering directory '/usr/src/RPM/BUILD/chntpw-140201' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -DUSEOPENSSL -g -I. -I/usr/include -Wall reged.c make: Leaving directory '/usr/src/RPM/BUILD/chntpw-140201' make: Entering directory '/usr/src/RPM/BUILD/chntpw-140201' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -DUSEOPENSSL -g -I. -I/usr/include -Wall edlib.c make: Leaving directory '/usr/src/RPM/BUILD/chntpw-140201' make: Entering directory '/usr/src/RPM/BUILD/chntpw-140201' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -DUSEOPENSSL -g -I. -I/usr/include -Wall chntpw.c chntpw.c: In function 'handle_syskey': chntpw.c:805:31: warning: iteration 11 invokes undefined behavior [-Waggressive-loop-optimizations] 805 | ff->syskeyflags1[i] = 0; | ~~~~~~~~~~~~~~~~~~~~^~~ chntpw.c:804:23: note: within this loop 804 | for (i = 0; i < 0x3b; i++) { | ~~^~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/chntpw-140201' make: Entering directory '/usr/src/RPM/BUILD/chntpw-140201' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -DUSEOPENSSL -g -I. -I/usr/include -Wall ntreg.c ntreg.c: In function 'parse_nk': ntreg.c:542:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 542 | printf("%04x type = 0x%02x %s\n", D_OFFS(type) ,key->type, | ~~~^ | | | unsigned int | %04lx ntreg.c:544:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 544 | printf("%04x timestamp skipped\n", D_OFFS(timestamp) ); | ~~~^ | | | unsigned int | %04lx ntreg.c:545:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 545 | printf("%04x parent key offset = 0x%0x\n", D_OFFS(ofs_parent) ,key->ofs_parent + 0x1000); | ~~~^ | | | unsigned int | %04lx ntreg.c:546:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 546 | printf("%04x number of subkeys = %d\n", D_OFFS(no_subkeys),key->no_subkeys); | ~~~^ | | | unsigned int | %04lx ntreg.c:547:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 547 | printf("%04x lf-record offset = 0x%0x\n",D_OFFS(ofs_lf),key->ofs_lf + 0x1000); | ~~~^ | | | unsigned int | %04lx ntreg.c:548:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 548 | printf("%04x number of values = %d\n", D_OFFS(no_values),key->no_values); | ~~~^ | | | unsigned int | %04lx ntreg.c:549:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 549 | printf("%04x val-list offset = 0x%0x\n",D_OFFS(ofs_vallist),key->ofs_vallist + 0x1000); | ~~~^ | | | unsigned int | %04lx ntreg.c:550:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 550 | printf("%04x sk-record offset = 0x%0x\n",D_OFFS(ofs_sk),key->ofs_sk + 0x1000); | ~~~^ | | | unsigned int | %04lx ntreg.c:551:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 551 | printf("%04x classname offset = 0x%0x\n",D_OFFS(ofs_classnam),key->ofs_classnam + 0x1000); | ~~~^ | | | unsigned int | %04lx ntreg.c:553:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 553 | printf("%04x dummy3 = 0x%0x (%d)\n",D_OFFS(dummy3),key->dummy3,key->dummy3); | ~~~^ | | | unsigned int | %04lx ntreg.c:554:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 554 | printf("%04x dummy4 = 0x%0x (%d)\n",D_OFFS(dummy4),key->dummy4,key->dummy4); | ~~~^ | | | unsigned int | %04lx ntreg.c:555:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 555 | printf("%04x dummy5 = 0x%0x (%d)\n",D_OFFS(dummy5),key->dummy5,key->dummy5); | ~~~^ | | | unsigned int | %04lx ntreg.c:556:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 556 | printf("%04x dummy6 = 0x%0x (%d)\n",D_OFFS(dummy6),key->dummy6,key->dummy6); | ~~~^ | | | unsigned int | %04lx ntreg.c:557:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 557 | printf("%04x dummy7 = 0x%0x (%d)\n",D_OFFS(dummy7),key->dummy7,key->dummy7); | ~~~^ | | | unsigned int | %04lx ntreg.c:559:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 559 | printf("%04x name length = %d\n", D_OFFS(len_name),key->len_name); | ~~~^ | | | unsigned int | %04lx ntreg.c:560:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 560 | printf("%04x classname length = %d\n", D_OFFS(len_classnam),key->len_classnam); | ~~~^ | | | unsigned int | %04lx ntreg.c:562:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 562 | printf("%04x Key name: <",D_OFFS(keyname) ); | ~~~^ | | | unsigned int | %04lx ntreg.c: In function 'parse_vk': ntreg.c:580:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 580 | printf("%04x name length = %d (0x%0x)\n", D_OFFS(len_name), | ~~~^ | | | unsigned int | %04lx ntreg.c:582:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 582 | printf("%04x length of data = %d (0x%0x)\n", D_OFFS(len_data), | ~~~^ | | | unsigned int | %04lx ntreg.c:584:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 584 | printf("%04x data offset = 0x%0x\n",D_OFFS(ofs_data),key->ofs_data + 0x1000); | ~~~^ | | | unsigned int | %04lx ntreg.c:585:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 585 | printf("%04x value type = 0x%0x %s\n", D_OFFS(val_type), key->val_type, | ~~~^ | | | unsigned int | %04lx ntreg.c:588:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 588 | printf("%04x flag = 0x%0x\n",D_OFFS(flag),key->flag); | ~~~^ | | | unsigned int | %04lx ntreg.c:589:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 589 | printf("%04x *unused?* = 0x%0x\n",D_OFFS(dummy1),key->dummy1); | ~~~^ | | | unsigned int | %04lx ntreg.c:591:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 591 | printf("%04x Key name: <",D_OFFS(keyname) ); | ~~~^ | | | unsigned int | %04lx ntreg.c: In function 'parse_sk': ntreg.c:609:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 609 | printf("%04x *unused?* = %d\n" , D_OFFS(dummy1), key->dummy1 ); | ~~~^ | | | unsigned int | %04lx ntreg.c:610:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 610 | printf("%04x Offset to prev sk = 0x%0x\n", D_OFFS(ofs_prevsk), key->ofs_prevsk + 0x1000); | ~~~^ | | | unsigned int | %04lx ntreg.c:611:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 611 | printf("%04x Offset to next sk = 0x%0x\n", D_OFFS(ofs_nextsk), key->ofs_nextsk + 0x1000); | ~~~^ | | | unsigned int | %04lx ntreg.c:612:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 612 | printf("%04x Usage counter = %d (0x%0x)\n", D_OFFS(no_usage), | ~~~^ | | | unsigned int | %04lx ntreg.c:614:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 614 | printf("%04x Security data len = %d (0x%0x)\n", D_OFFS(len_sk), | ~~~^ | | | unsigned int | %04lx ntreg.c: In function 'parse_lf': ntreg.c:633:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 633 | printf("%04x number of keys = %d\n", D_OFFS(no_keys), key->no_keys ); | ~~~^ | | | unsigned int | %04lx ntreg.c:636:16: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 636 | printf("%04x %3d Offset: 0x%0x - <%c%c%c%c>\n", | ~~~^ | | | unsigned int | %04lx ntreg.c: In function 'parse_lh': ntreg.c:661:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 661 | printf("%04x number of keys = %d\n", D_OFFS(no_keys), key->no_keys ); | ~~~^ | | | unsigned int | %04lx ntreg.c:664:16: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 664 | printf("%04x %3d Offset: 0x%0x - \n", | ~~~^ | | | unsigned int | %04lx ntreg.c: In function 'parse_li': ntreg.c:688:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 688 | printf("%04x number of keys = %d\n", D_OFFS(no_keys), key->no_keys ); | ~~~^ | | | unsigned int | %04lx ntreg.c:691:16: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 691 | printf("%04x %3d Offset: 0x%0x\n", | ~~~^ | | | unsigned int | %04lx ntreg.c: In function 'parse_ri': ntreg.c:713:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 713 | printf("%04x number of subindices = %d\n", D_OFFS(no_lis), key->no_lis ); | ~~~^ | | | unsigned int | %04lx ntreg.c:716:16: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 716 | printf("%04x %3d Offset: 0x%0x\n", | ~~~^ | | | unsigned int | %04lx ntreg.c: In function 'parse_db': ntreg.c:735:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 735 | printf("%04x number of parts = %d\n", D_OFFS(no_part), key->no_part ); | ~~~^ | | | unsigned int | %04lx ntreg.c:737:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 737 | printf("%04x Data list at offset: 0x%0x\n", | ~~~^ | | | unsigned int | %04lx ntreg.c: In function 'alloc_val_data': ntreg.c:2150:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2150 | datablk = vkofs + (int32_t)&(vkkey->ofs_data) - (int32_t)vkkey; | ^ ntreg.c:2150:53: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2150 | datablk = vkofs + (int32_t)&(vkkey->ofs_data) - (int32_t)vkkey; | ^ ntreg.c: In function 'fmyinput': ntreg.c:233:4: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 233 | fgets(ibuf,maxlen+1,stdin); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/chntpw-140201' error: Bad exit status from /usr/src/tmp/rpm-tmp.35966 (%build) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.35966 (%build) Command exited with non-zero status 1 0.43user 0.20system 0:00.35elapsed 180%CPU (0avgtext+0avgdata 34964maxresident)k 0inputs+0outputs (0major+27657minor)pagefaults 0swaps hsh-rebuild: rebuild of `chntpw-140201-alt1.src.rpm' failed. Command exited with non-zero status 1 3.65user 2.65system 0:09.45elapsed 66%CPU (0avgtext+0avgdata 136288maxresident)k 0inputs+0outputs (0major+205752minor)pagefaults 0swaps