<86>Dec 26 06:17:45 userdel[239124]: delete user 'rooter' <86>Dec 26 06:17:45 userdel[239124]: removed group 'rooter' owned by 'rooter' <86>Dec 26 06:17:45 userdel[239124]: removed shadow group 'rooter' owned by 'rooter' <86>Dec 26 06:17:45 groupadd[239135]: group added to /etc/group: name=rooter, GID=657 <86>Dec 26 06:17:45 groupadd[239135]: group added to /etc/gshadow: name=rooter <86>Dec 26 06:17:45 groupadd[239135]: new group: name=rooter, GID=657 <86>Dec 26 06:17:45 useradd[239145]: new user: name=rooter, UID=657, GID=657, home=/root, shell=/bin/bash <86>Dec 26 06:17:45 userdel[239163]: delete user 'builder' <86>Dec 26 06:17:45 userdel[239163]: removed group 'builder' owned by 'builder' <86>Dec 26 06:17:45 userdel[239163]: removed shadow group 'builder' owned by 'builder' <86>Dec 26 06:17:45 groupadd[239174]: group added to /etc/group: name=builder, GID=658 <86>Dec 26 06:17:45 groupadd[239174]: group added to /etc/gshadow: name=builder <86>Dec 26 06:17:45 groupadd[239174]: new group: name=builder, GID=658 <86>Dec 26 06:17:45 useradd[239184]: new user: name=builder, UID=658, GID=658, home=/usr/src, shell=/bin/bash <13>Dec 26 06:17:46 rpmi: zlib-devel-1.2.11-alt1 sisyphus+221902.6000.4.1 1550600768 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/bcrypt-1.1-alt2_22.nosrc.rpm (w1.gzdio) Installing bcrypt-1.1-alt2_22.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.76883 + 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.76883 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd bcrypt-1.1 + make -j8 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2' make: Entering directory '/usr/src/RPM/BUILD/bcrypt-1.1' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -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 -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] Blowfish_Init (&ctx, key, MAXKEYBYTES); ^~~ In file included from functions.h:11, from wrapbf.c:12: blowfish.h:15:6: note: expected 'unsigned char *' but argument is of type 'char *' 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] Blowfish_Init (&ctx, mykey, MAXKEYBYTES); ^~~~~ In file included from functions.h:11, from wrapbf.c:12: blowfish.h:15:6: note: expected 'unsigned char *' but argument is of type 'char *' 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 -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 -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] Blowfish_Init(&ctx, *key, strlen(*key)); ^~~~ In file included from functions.h:11, from keys.c:12: blowfish.h:15:6: note: expected 'unsigned char *' but argument is of type 'char *' 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] fgets(key, MAXKEYBYTES + 1, stdin); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ keys.c:39:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(key, MAXKEYBYTES + 1, stdin); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ keys.c:55:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] 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 -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 -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 -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 -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.76883 + 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:/bin:/usr/bin:/usr/X11R6/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) Hardlinking identical .pyc and .pyo files Processing files: bcrypt-1.1-alt2_22 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.71881 + 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.IuQT7T find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.72IoN1 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,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.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.QjJOzc Creating bcrypt-debuginfo package Processing files: bcrypt-debuginfo-1.1-alt2_22 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.jWKwsq find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.uvPQrH find-requires: running scripts (debuginfo) Requires: bcrypt = 1.1-alt2_22, /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_22.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/bcrypt-debuginfo-1.1-alt2_22.x86_64.rpm (w2.lzdio) 2.33user 0.62system 0:07.06elapsed 41%CPU (0avgtext+0avgdata 27524maxresident)k 0inputs+0outputs (0major+227471minor)pagefaults 0swaps 6.06user 3.20system 0:12.60elapsed 73%CPU (0avgtext+0avgdata 119980maxresident)k 0inputs+0outputs (34230major+481098minor)pagefaults 0swaps --- bcrypt-1.1-alt2_22.x86_64.rpm.repo 2019-03-31 20:01:08.000000000 +0000 +++ bcrypt-1.1-alt2_22.x86_64.rpm.hasher 2021-12-26 06:17:56.151532026 +0000 @@ -15,3 +15,3 @@ Provides: bcrypt = 1.1-alt2_22:sisyphus+226007.100.1.1 -File: /usr/bin/bcrypt 100755 root:root a6e32ed6574d0e735677b67cd66fee6c +File: /usr/bin/bcrypt 100755 root:root 71d4c37ae156445faf6f08b7d99d325d File: /usr/share/doc/bcrypt-1.1 40755 root:root @@ -20,2 +20,2 @@ File: /usr/share/man/man1/bcrypt.1.xz 100644 root:root d5e2e99eef7eafb8a38205838bc3aec3 -RPMIdentity: 3d47e2166f171ca475452da581cc80d1efad0fa65c8842780b6f03adae980c6a40ddbade4c7677829a7b2505d3ed6760b73c475f6892e10f9a59c24005555f38 +RPMIdentity: 1220d28d708e57c02d5dd5af887ed1866b05b8de694dc951f57e467baf9b8c1196eaf07ef9b634561caf7cb4a4908a6a7d1328216f83fa2aa3a7261ec0d56080 --- bcrypt-debuginfo-1.1-alt2_22.x86_64.rpm.repo 2019-03-31 20:01:08.000000000 +0000 +++ bcrypt-debuginfo-1.1-alt2_22.x86_64.rpm.hasher 2021-12-26 06:17:56.230532143 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/73 40755 root:root -/usr/lib/debug/.build-id/73/8a60cf9835203e882a107c7d706d4abadb430a 120777 root:root ../../../../bin/bcrypt -/usr/lib/debug/.build-id/73/8a60cf9835203e882a107c7d706d4abadb430a.debug 120777 root:root ../../usr/bin/bcrypt.debug +/usr/lib/debug/.build-id/87 40755 root:root +/usr/lib/debug/.build-id/87/7c37df05f3c13ca1b2c3e6d7031a9337f24f37 120777 root:root ../../../../bin/bcrypt +/usr/lib/debug/.build-id/87/7c37df05f3c13ca1b2c3e6d7031a9337f24f37.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_22:sisyphus+226007.100.1.1 -File: /usr/lib/debug/.build-id/73 40755 root:root -File: /usr/lib/debug/.build-id/73/8a60cf9835203e882a107c7d706d4abadb430a 120777 root:root ../../../../bin/bcrypt -File: /usr/lib/debug/.build-id/73/8a60cf9835203e882a107c7d706d4abadb430a.debug 120777 root:root ../../usr/bin/bcrypt.debug -File: /usr/lib/debug/usr/bin/bcrypt.debug 100644 root:root ae26f9a44836a2ab61074f3290caf004 +File: /usr/lib/debug/.build-id/87 40755 root:root +File: /usr/lib/debug/.build-id/87/7c37df05f3c13ca1b2c3e6d7031a9337f24f37 120777 root:root ../../../../bin/bcrypt +File: /usr/lib/debug/.build-id/87/7c37df05f3c13ca1b2c3e6d7031a9337f24f37.debug 120777 root:root ../../usr/bin/bcrypt.debug +File: /usr/lib/debug/usr/bin/bcrypt.debug 100644 root:root 0b97694997f787508441773ea4d376c3 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: 3e6d3a3de763f542689981ec0c86330fe7c95e641ad5efbb9c2279aeb31608831ab8d5306bdefd9b64d88465789bf72684849ccea33786fbfa4b50f86c242b73 +RPMIdentity: bab9547f8849567afcbe57b04ca0e85978f327259ea90258ee942e57207618f39fac6db55b3636d69a4e56dee58aea7186de49a05b46a56d5c0eb5706ff0011e