<86>May 4 02:21:00 userdel[4132445]: delete user 'rooter' <86>May 4 02:21:00 userdel[4132445]: removed group 'rooter' owned by 'rooter' <86>May 4 02:21:00 userdel[4132445]: removed shadow group 'rooter' owned by 'rooter' <86>May 4 02:21:00 groupadd[4132476]: group added to /etc/group: name=rooter, GID=1877 <86>May 4 02:21:00 groupadd[4132476]: group added to /etc/gshadow: name=rooter <86>May 4 02:21:00 groupadd[4132476]: new group: name=rooter, GID=1877 <86>May 4 02:21:00 useradd[4132513]: new user: name=rooter, UID=1877, GID=1877, home=/root, shell=/bin/bash, from=none <86>May 4 02:21:00 userdel[4132557]: delete user 'builder' <86>May 4 02:21:00 userdel[4132557]: removed group 'builder' owned by 'builder' <86>May 4 02:21:00 userdel[4132557]: removed shadow group 'builder' owned by 'builder' <86>May 4 02:21:00 groupadd[4132586]: group added to /etc/group: name=builder, GID=1878 <86>May 4 02:21:00 groupadd[4132586]: group added to /etc/gshadow: name=builder <86>May 4 02:21:00 groupadd[4132586]: new group: name=builder, GID=1878 <86>May 4 02:21:00 useradd[4132606]: new user: name=builder, UID=1878, GID=1878, home=/usr/src, shell=/bin/bash, from=none <13>May 4 02:21:03 rpmi: zlib-devel-1.3.1-alt1 sisyphus+342532.100.1.1 1710232285 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/bcrypt-1.1-alt2_32.nosrc.rpm (w1.gzdio) Installing bcrypt-1.1-alt2_32.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.51317 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf bcrypt-1.1 + echo 'Source #0 (bcrypt-1.1.tar.gz):' Source #0 (bcrypt-1.1.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/bcrypt-1.1.tar.gz + /bin/tar -xf - + cd bcrypt-1.1 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (bcrypt-fencepost.patch):' Patch #0 (bcrypt-fencepost.patch): + /usr/bin/patch -p1 -b --suffix .fencepost patching file rwfile.c + /usr/bin/perl -pi.orig -e 's|\/man/man1|\/share/man/man1|g' Makefile + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.51317 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd bcrypt-1.1 + make -j16 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto' make: Entering directory '/usr/src/RPM/BUILD/bcrypt-1.1' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c wrapbf.c wrapbf.c: In function 'BFEncrypt': wrapbf.c:31:24: warning: pointer targets in passing argument 2 of 'Blowfish_Init' differ in signedness [-Wpointer-sign] 31 | Blowfish_Init (&ctx, key, MAXKEYBYTES); | ^~~ | | | char * In file included from functions.h:11, from wrapbf.c:12: blowfish.h:15:54: note: expected 'unsigned char *' but argument is of type 'char *' 15 | void Blowfish_Init(BLOWFISH_CTX *ctx, unsigned char *key, int keyLen); | ~~~~~~~~~~~~~~~^~~ wrapbf.c: In function 'BFDecrypt': wrapbf.c:84:24: warning: pointer targets in passing argument 2 of 'Blowfish_Init' differ in signedness [-Wpointer-sign] 84 | Blowfish_Init (&ctx, mykey, MAXKEYBYTES); | ^~~~~ | | | char * blowfish.h:15:54: note: expected 'unsigned char *' but argument is of type 'char *' 15 | void Blowfish_Init(BLOWFISH_CTX *ctx, unsigned char *key, int keyLen); | ~~~~~~~~~~~~~~~^~~ make: Leaving directory '/usr/src/RPM/BUILD/bcrypt-1.1' make: Entering directory '/usr/src/RPM/BUILD/bcrypt-1.1' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c wrapzl.c make: Leaving directory '/usr/src/RPM/BUILD/bcrypt-1.1' make: Entering directory '/usr/src/RPM/BUILD/bcrypt-1.1' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c endian.c make: Leaving directory '/usr/src/RPM/BUILD/bcrypt-1.1' make: Entering directory '/usr/src/RPM/BUILD/bcrypt-1.1' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c blowfish.c make: Leaving directory '/usr/src/RPM/BUILD/bcrypt-1.1' make: Entering directory '/usr/src/RPM/BUILD/bcrypt-1.1' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c rwfile.c make: Leaving directory '/usr/src/RPM/BUILD/bcrypt-1.1' make: Entering directory '/usr/src/RPM/BUILD/bcrypt-1.1' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c keys.c keys.c: In function 'mutateKey': keys.c:88:23: warning: pointer targets in passing argument 2 of 'Blowfish_Init' differ in signedness [-Wpointer-sign] 88 | Blowfish_Init(&ctx, *key, strlen(*key)); | ^~~~ | | | char * In file included from functions.h:11, from keys.c:12: blowfish.h:15:54: note: expected 'unsigned char *' but argument is of type 'char *' 15 | void Blowfish_Init(BLOWFISH_CTX *ctx, unsigned char *key, int keyLen); | ~~~~~~~~~~~~~~~^~~ keys.c: In function 'getkey': keys.c:32:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 32 | fgets(key, MAXKEYBYTES + 1, stdin); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ keys.c:39:5: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 39 | fgets(key, MAXKEYBYTES + 1, stdin); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ keys.c:55:5: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 55 | fgets(key2, MAXKEYBYTES + 1, stdin); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/bcrypt-1.1' make: Entering directory '/usr/src/RPM/BUILD/bcrypt-1.1' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c main.c make: Leaving directory '/usr/src/RPM/BUILD/bcrypt-1.1' make: Entering directory '/usr/src/RPM/BUILD/bcrypt-1.1' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bcrypt main.o blowfish.o rwfile.o keys.o wrapbf.o endian.o wrapzl.o -L/usr/local/lib -lz make: Leaving directory '/usr/src/RPM/BUILD/bcrypt-1.1' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.51317 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/bcrypt-buildroot + : + /bin/rm -rf -- /usr/src/tmp/bcrypt-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games + cd bcrypt-1.1 + make install PREFIX=/usr/src/tmp/bcrypt-buildroot/usr make: Entering directory '/usr/src/RPM/BUILD/bcrypt-1.1' mkdir -p /usr/src/tmp/bcrypt-buildroot/usr/bin;\ mkdir -p /usr/src/tmp/bcrypt-buildroot/usr/share/man/man1;\ cp bcrypt /usr/src/tmp/bcrypt-buildroot/usr/bin;\ cp bcrypt.1 /usr/src/tmp/bcrypt-buildroot/usr/share/man/man1;\ chmod 755 /usr/src/tmp/bcrypt-buildroot/usr/bin/bcrypt;\ chmod 644 /usr/src/tmp/bcrypt-buildroot/usr/share/man/man1/bcrypt.1 make: Leaving directory '/usr/src/RPM/BUILD/bcrypt-1.1' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/bcrypt-buildroot (auto) Verifying and fixing files in /usr/src/tmp/bcrypt-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/bcrypt-buildroot/ (default) Compressing files in /usr/src/tmp/bcrypt-buildroot (auto) Verifying ELF objects in /usr/src/tmp/bcrypt-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Splitting links to aliased files under /{,s}bin in /usr/src/tmp/bcrypt-buildroot Processing files: bcrypt-1.1-alt2_32 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.51317 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd bcrypt-1.1 + DOCDIR=/usr/src/tmp/bcrypt-buildroot/usr/share/doc/bcrypt-1.1 + export DOCDIR + rm -rf /usr/src/tmp/bcrypt-buildroot/usr/share/doc/bcrypt-1.1 + /bin/mkdir -p /usr/src/tmp/bcrypt-buildroot/usr/share/doc/bcrypt-1.1 + cp -prL README /usr/src/tmp/bcrypt-buildroot/usr/share/doc/bcrypt-1.1 + chmod -R go-w /usr/src/tmp/bcrypt-buildroot/usr/share/doc/bcrypt-1.1 + chmod -R a+rX /usr/src/tmp/bcrypt-buildroot/usr/share/doc/bcrypt-1.1 + cp -prL --no-dereference LICENSE /usr/src/tmp/bcrypt-buildroot/usr/share/doc/bcrypt-1.1 + chmod -R go-w /usr/src/tmp/bcrypt-buildroot/usr/share/doc/bcrypt-1.1 + chmod -R a+rX /usr/src/tmp/bcrypt-buildroot/usr/share/doc/bcrypt-1.1 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.G9d11l 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.wMub1N 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.14)(64bit), 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), libz.so.1()(64bit) >= set:kiYvERG5, 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.Q3qNBC Creating bcrypt-debuginfo package Processing files: bcrypt-debuginfo-1.1-alt2_32 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.aEmj1S find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Yee9LW find-requires: running scripts (debuginfo) Requires: bcrypt = 1.1-alt2_32, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libz.so.1) Adding to bcrypt-debuginfo a strict dependency on bcrypt Wrote: /usr/src/RPM/RPMS/x86_64/bcrypt-1.1-alt2_32.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/bcrypt-debuginfo-1.1-alt2_32.x86_64.rpm (w2.lzdio) 0.61user 1.46system 0:05.96elapsed 34%CPU (0avgtext+0avgdata 32484maxresident)k 0inputs+0outputs (0major+186181minor)pagefaults 0swaps 3.65user 2.75system 0:16.07elapsed 39%CPU (0avgtext+0avgdata 131472maxresident)k 0inputs+0outputs (0major+204104minor)pagefaults 0swaps --- bcrypt-1.1-alt2_32.x86_64.rpm.repo 2023-04-20 18:59:00.000000000 +0000 +++ bcrypt-1.1-alt2_32.x86_64.rpm.hasher 2024-05-04 02:21:12.630496714 +0000 @@ -17,3 +17,3 @@ Provides: bcrypt = 1.1-alt2_32:sisyphus+318937.100.1.1 -File: /usr/bin/bcrypt 100755 root:root 77aaa0428f380c6083f0cd48527a565b +File: /usr/bin/bcrypt 100755 root:root 71ed15cc6f9381ae55a3912b2ca39ce9 File: /usr/share/doc/bcrypt-1.1 40755 root:root @@ -22,2 +22,2 @@ File: /usr/share/man/man1/bcrypt.1.xz 100644 root:root d5e2e99eef7eafb8a38205838bc3aec3 -RPMIdentity: 4286c0aaeea3d4d9222b689be8c21325178d88ab1aa1bab9f5ef29f0b48625eef428478ea8a43243c8fd915201718a942cdb546aecbed0d0589bce26f4c160b1 +RPMIdentity: 4e329e6b3c8ff9b947c22b5defa522a816c4c64424b3fb66c0ab2cde83bbc4c4ecb907eb970c84b30ee4115384bad242cd0389eea72c3600aea3fe1f6f417a69 --- bcrypt-debuginfo-1.1-alt2_32.x86_64.rpm.repo 2023-04-20 18:59:00.000000000 +0000 +++ bcrypt-debuginfo-1.1-alt2_32.x86_64.rpm.hasher 2024-05-04 02:21:12.854500471 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/70 40755 root:root -/usr/lib/debug/.build-id/70/289608fa00ddd8fad935a8cbb65b358842a3e5 120777 root:root ../../../../bin/bcrypt -/usr/lib/debug/.build-id/70/289608fa00ddd8fad935a8cbb65b358842a3e5.debug 120777 root:root ../../usr/bin/bcrypt.debug +/usr/lib/debug/.build-id/92 40755 root:root +/usr/lib/debug/.build-id/92/94c1ce55d7b0d7ff9fda99fdfe13813094ab19 120777 root:root ../../../../bin/bcrypt +/usr/lib/debug/.build-id/92/94c1ce55d7b0d7ff9fda99fdfe13813094ab19.debug 120777 root:root ../../usr/bin/bcrypt.debug /usr/lib/debug/usr/bin/bcrypt.debug 100644 root:root @@ -21,6 +21,6 @@ Provides: bcrypt-debuginfo = 1.1-alt2_32:sisyphus+318937.100.1.1 -File: /usr/lib/debug/.build-id/70 40755 root:root -File: /usr/lib/debug/.build-id/70/289608fa00ddd8fad935a8cbb65b358842a3e5 120777 root:root ../../../../bin/bcrypt -File: /usr/lib/debug/.build-id/70/289608fa00ddd8fad935a8cbb65b358842a3e5.debug 120777 root:root ../../usr/bin/bcrypt.debug -File: /usr/lib/debug/usr/bin/bcrypt.debug 100644 root:root c1d0babe8fe52b9574a563ff47704ec6 +File: /usr/lib/debug/.build-id/92 40755 root:root +File: /usr/lib/debug/.build-id/92/94c1ce55d7b0d7ff9fda99fdfe13813094ab19 120777 root:root ../../../../bin/bcrypt +File: /usr/lib/debug/.build-id/92/94c1ce55d7b0d7ff9fda99fdfe13813094ab19.debug 120777 root:root ../../usr/bin/bcrypt.debug +File: /usr/lib/debug/usr/bin/bcrypt.debug 100644 root:root 5a6751119a41d9a448d3e61963dbf50e File: /usr/src/debug/bcrypt-1.1 40755 root:root @@ -36,2 +36,2 @@ File: /usr/src/debug/bcrypt-1.1/wrapzl.c 100644 root:root 67d5ec063e667521fef96464ad25018f -RPMIdentity: 69c0f811a847ab15654d0c16ec93c225c1681ce39288956a3c3e4921cd804544e5114a515ebb0d0802cb967867c89c741b5b91554045f865e9de640ab7e268dd +RPMIdentity: 29ffbb031cc1d9310aee0a9b38726890c8cd801a564b6841a6dfd343112c3ab59ff2335cddf7c795002848c31337fc0cc81ad5df019e76540095fa009b70d203