<86>Apr 27 08:27:30 userdel[2781455]: delete user 'rooter' <86>Apr 27 08:27:30 userdel[2781455]: removed group 'rooter' owned by 'rooter' <86>Apr 27 08:27:30 userdel[2781455]: removed shadow group 'rooter' owned by 'rooter' <86>Apr 27 08:27:30 groupadd[2781464]: group added to /etc/group: name=rooter, GID=1850 <86>Apr 27 08:27:30 groupadd[2781464]: group added to /etc/gshadow: name=rooter <86>Apr 27 08:27:30 groupadd[2781464]: new group: name=rooter, GID=1850 <86>Apr 27 08:27:30 useradd[2781477]: new user: name=rooter, UID=1850, GID=1850, home=/root, shell=/bin/bash, from=none <86>Apr 27 08:27:30 userdel[2781491]: delete user 'builder' <86>Apr 27 08:27:30 userdel[2781491]: removed group 'builder' owned by 'builder' <86>Apr 27 08:27:30 userdel[2781491]: removed shadow group 'builder' owned by 'builder' <86>Apr 27 08:27:30 groupadd[2781511]: group added to /etc/group: name=builder, GID=1851 <86>Apr 27 08:27:30 groupadd[2781511]: group added to /etc/gshadow: name=builder <86>Apr 27 08:27:30 groupadd[2781511]: new group: name=builder, GID=1851 <86>Apr 27 08:27:30 useradd[2781527]: new user: name=builder, UID=1851, GID=1851, home=/usr/src, shell=/bin/bash, from=none /usr/src/in/srpm/perl-Apache-Htpasswd-1.9-alt1.src.rpm: The use of such a license name is ambiguous: GPL /usr/src/in/srpm/perl-Apache-Htpasswd-1.9-alt1.src.rpm: The use of such a license name is ambiguous: Artistic warning: Macro %perl_license not found warning: Macro %perl_license not found <13>Apr 27 08:27:33 rpmi: libgdbm-1.8.3-alt10 sisyphus+278100.1600.1.1 1626059138 installed <13>Apr 27 08:27:33 rpmi: libgdbm-devel-1.8.3-alt10 sisyphus+278100.1600.1.1 1626059138 installed <13>Apr 27 08:27:33 rpmi: perl-devel-1:5.38.2-alt0.2 sisyphus+344512.40.2.1 1712358153 installed <13>Apr 27 08:27:33 rpmi: rpm-build-licenses-3.0.0-alt1 sisyphus+241804.100.1.1 1574868053 installed <13>Apr 27 08:27:33 rpmi: perl-Digest-SHA1-2.13-alt5.2 sisyphus+335067.4700.2.2 1701150577 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/perl-Apache-Htpasswd-1.9-alt1.nosrc.rpm (w1.gzdio) Installing perl-Apache-Htpasswd-1.9-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.38639 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf Apache-Htpasswd-1.9 + echo 'Source #0 (Apache-Htpasswd-1.9.tar.gz):' Source #0 (Apache-Htpasswd-1.9.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/Apache-Htpasswd-1.9.tar.gz + /bin/tar -xf - + cd Apache-Htpasswd-1.9 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.38639 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd Apache-Htpasswd-1.9 + perl_vendor_build + export PERL_EXTUTILS_AUTOINSTALL=--skip + PERL_EXTUTILS_AUTOINSTALL=--skip + export XSUBPP_STATIC_XS=1 + XSUBPP_STATIC_XS=1 + _perl_vendor_fixin + find . -type f -print0 + xargs -r0 /usr/bin/subst -p '1s,^#![[:space:]]*\([^[:space:]]*/\)\?perl\([^/[:alpha:][:space:]][^/[:space:]]*\)\?\([[:space:]]\|$\),#!/usr/bin/perl\3,' + /bin/grep -qs -Ew '((dist|module)_name|Build_PL|Module::Build)' Build.PL + _perl_vendor_MM_build + : looking for PREREQ dependencies + /usr/bin/perl Makefile.PL PRINT_PREREQ=1 + tee .perl.req perl(Crypt::PasswdMD5)>=0 perl(Digest::SHA)>=2 perl(MIME::Base64)>=0 + : writing Makefile + /usr/bin/perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor Warning: prerequisite Crypt::PasswdMD5 0 not found. Warning: prerequisite Digest::SHA 2 not found. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Apache::Htpasswd + : running make + make -j16 'OPTIMIZE=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic' 'CP=/bin/cp -p' make: Entering directory '/usr/src/RPM/BUILD/Apache-Htpasswd-1.9' cp Htpasswd.pm blib/lib/Apache/Htpasswd.pm make: Leaving directory '/usr/src/RPM/BUILD/Apache-Htpasswd-1.9' + : running tests + LD_BIND_NOW=1 + PERL_DL_NONLAZY=1 + /usr/bin/make test 'CP=/bin/cp -p' make: Entering directory '/usr/src/RPM/BUILD/Apache-Htpasswd-1.9' PERL_DL_NONLAZY=1 "/usr/bin/perl5.38.2" "-Iblib/lib" "-Iblib/arch" test.pl Tests 1..20 begining ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 not ok 18 # SKIP Crypt::PasswdMD5 required for this test not ok 19 # SKIP Digest::SHA and MIME::Base64 required for this test ok 20 Test complete. make: Leaving directory '/usr/src/RPM/BUILD/Apache-Htpasswd-1.9' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.38639 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/perl-Apache-Htpasswd-buildroot + : + /bin/rm -rf -- /usr/src/tmp/perl-Apache-Htpasswd-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games + cd Apache-Htpasswd-1.9 + perl_vendor_install + /bin/grep -qs -Ew Build_PL Build.PL + /bin/grep -qs -Ew '(dist|module)_name' Build.PL + _perl_vendor_MM_install + : installing + make 'INSTALL=/usr/libexec/rpm-build/install -p' 'CP=/bin/cp -p' DESTDIR=/usr/src/tmp/perl-Apache-Htpasswd-buildroot PREFIX=/usr INSTALLDIRS=vendor pure_install make: Entering directory '/usr/src/RPM/BUILD/Apache-Htpasswd-1.9' Installing /usr/src/tmp/perl-Apache-Htpasswd-buildroot/usr/share/perl5/Apache/Htpasswd.pm make: Leaving directory '/usr/src/RPM/BUILD/Apache-Htpasswd-1.9' + _perl_vendor_check_buildroot + : prompting for files that contain /usr/local + find /usr/src/tmp/perl-Apache-Htpasswd-buildroot -type f -exec /bin/grep -FH /usr/local '{}' ';' + : prompting for files that contain /tmp + find /usr/src/tmp/perl-Apache-Htpasswd-buildroot -type f -not -name .packlist -exec /bin/grep -FH /tmp '{}' ';' + _perl_vendor_save_prereq + /bin/grep -F 'perl(' .perl.req perl(Crypt::PasswdMD5)>=0 perl(Digest::SHA)>=2 perl(MIME::Base64)>=0 + /bin/grep -F 'perl(' .perl.req + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/perl-Apache-Htpasswd-buildroot (auto) removed './usr/lib/perl5/auto/Apache/Htpasswd/.packlist' Verifying and fixing files in /usr/src/tmp/perl-Apache-Htpasswd-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/perl-Apache-Htpasswd-buildroot/ (default) Compressing files in /usr/src/tmp/perl-Apache-Htpasswd-buildroot (auto) Adjusting library links in /usr/src/tmp/perl-Apache-Htpasswd-buildroot ./usr/lib: (from :0) Verifying ELF objects in /usr/src/tmp/perl-Apache-Htpasswd-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/perl-Apache-Htpasswd-buildroot Processing files: perl-Apache-Htpasswd-1.9-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.98200 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd Apache-Htpasswd-1.9 + DOCDIR=/usr/src/tmp/perl-Apache-Htpasswd-buildroot/usr/share/doc/perl-Apache-Htpasswd-1.9 + export DOCDIR + rm -rf /usr/src/tmp/perl-Apache-Htpasswd-buildroot/usr/share/doc/perl-Apache-Htpasswd-1.9 + /bin/mkdir -p /usr/src/tmp/perl-Apache-Htpasswd-buildroot/usr/share/doc/perl-Apache-Htpasswd-1.9 + cp -prL README /usr/src/tmp/perl-Apache-Htpasswd-buildroot/usr/share/doc/perl-Apache-Htpasswd-1.9 + chmod -R go-w /usr/src/tmp/perl-Apache-Htpasswd-buildroot/usr/share/doc/perl-Apache-Htpasswd-1.9 + chmod -R a+rX /usr/src/tmp/perl-Apache-Htpasswd-buildroot/usr/share/doc/perl-Apache-Htpasswd-1.9 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.AOemGk 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.34XM8M find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) /usr/src/tmp/perl-Apache-Htpasswd-buildroot/usr/share/perl5/Apache/Htpasswd.pm syntax OK Provides: perl(Apache/Htpasswd.pm) = 1.900 Requires: /usr/share/perl5, perl(Crypt/PasswdMD5.pm), perl(Digest/SHA.pm) >= 2.0, perl(Fcntl.pm), perl(MIME/Base64.pm), perl(POSIX.pm) Wrote: /usr/src/RPM/RPMS/noarch/perl-Apache-Htpasswd-1.9-alt1.noarch.rpm (w2.lzdio) 0.52user 0.53system 0:02.60elapsed 40%CPU (0avgtext+0avgdata 11120maxresident)k 0inputs+0outputs (0major+83955minor)pagefaults 0swaps 3.42user 2.65system 0:12.25elapsed 49%CPU (0avgtext+0avgdata 127260maxresident)k 48inputs+0outputs (0major+191308minor)pagefaults 0swaps --- perl-Apache-Htpasswd-1.9-alt1.noarch.rpm.repo 2013-07-24 19:31:15.000000000 +0000 +++ perl-Apache-Htpasswd-1.9-alt1.noarch.rpm.hasher 2024-04-27 08:27:39.130534640 +0000 @@ -15,2 +15,2 @@ File: /usr/share/perl5/Apache/Htpasswd.pm 100644 root:root 191b95c1696c16a3196a3fab8b816e9d -RPMIdentity: 547a1af6384e90937dd894cb8a98be859f2d69226f77a6b5d446a61440df397c26d5197599a72f6e549c8dc728edd04cc7bfa3675029411844410ef5ca1af539 +RPMIdentity: 3b652b7b2bd0677e0b7fb745e69d5dfdea120d446f78e18f6ff996962fee673e98cfc7ea454a8a441b05aab526997f19206c0602fb68b2e27ed71131357a9ca0