<86>Apr 27 09:14:00 userdel[3758438]: delete user 'rooter' <86>Apr 27 09:14:00 userdel[3758438]: removed group 'rooter' owned by 'rooter' <86>Apr 27 09:14:00 userdel[3758438]: removed shadow group 'rooter' owned by 'rooter' <86>Apr 27 09:14:00 groupadd[3758486]: group added to /etc/group: name=rooter, GID=1865 <86>Apr 27 09:14:00 groupadd[3758486]: group added to /etc/gshadow: name=rooter <86>Apr 27 09:14:00 groupadd[3758486]: new group: name=rooter, GID=1865 <86>Apr 27 09:14:00 useradd[3758531]: new user: name=rooter, UID=1865, GID=1865, home=/root, shell=/bin/bash, from=none <86>Apr 27 09:14:00 userdel[3758605]: delete user 'builder' <86>Apr 27 09:14:00 userdel[3758605]: removed group 'builder' owned by 'builder' <86>Apr 27 09:14:00 userdel[3758605]: removed shadow group 'builder' owned by 'builder' <86>Apr 27 09:14:00 groupadd[3758645]: group added to /etc/group: name=builder, GID=1866 <86>Apr 27 09:14:00 groupadd[3758645]: group added to /etc/gshadow: name=builder <86>Apr 27 09:14:00 groupadd[3758645]: new group: name=builder, GID=1866 <86>Apr 27 09:14:00 useradd[3758687]: new user: name=builder, UID=1866, GID=1866, home=/usr/src, shell=/bin/bash, from=none <13>Apr 27 09:14:03 rpmi: perl-Sub-Uplevel-1:0.2800-alt1 1491294966 installed <13>Apr 27 09:14:03 rpmi: libgdbm-1.8.3-alt10 sisyphus+278100.1600.1.1 1626059138 installed <13>Apr 27 09:14:03 rpmi: libgdbm-devel-1.8.3-alt10 sisyphus+278100.1600.1.1 1626059138 installed <13>Apr 27 09:14:03 rpmi: perl-devel-1:5.38.2-alt0.2 sisyphus+344512.40.2.1 1712358153 installed <13>Apr 27 09:14:03 rpmi: perl-Test-Exception-0.43-alt1 1451924067 installed <13>Apr 27 09:14:03 rpmi: perl-Test-HexString-0.03-alt1 1316731438 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/perl-Net-FastCGI-0.14-alt1.nosrc.rpm (w1.gzdio) Installing perl-Net-FastCGI-0.14-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.88270 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf Net-FastCGI-0.14 + echo 'Source #0 (Net-FastCGI-0.14.tar):' Source #0 (Net-FastCGI-0.14.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/Net-FastCGI-0.14.tar + cd Net-FastCGI-0.14 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.88270 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd Net-FastCGI-0.14 + 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(Carp)>=0 perl(Exporter)>=0 perl(perl)>=5.006 + : writing Makefile + /usr/bin/perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Net::FastCGI + : 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/Net-FastCGI-0.14' cp lib/Net/FastCGI/Constant.pod blib/lib/Net/FastCGI/Constant.pod cp lib/Net/FastCGI.pm blib/lib/Net/FastCGI.pm cp lib/Net/FastCGI/Constant.pm blib/lib/Net/FastCGI/Constant.pm cp lib/Net/FastCGI/IO.pm blib/lib/Net/FastCGI/IO.pm cp lib/Net/FastCGI/Protocol.pm blib/lib/Net/FastCGI/Protocol.pm cp lib/Net/FastCGI.pod blib/lib/Net/FastCGI.pod cp lib/Net/FastCGI/IO.pod blib/lib/Net/FastCGI/IO.pod cp lib/Net/FastCGI/Protocol/PP.pm blib/lib/Net/FastCGI/Protocol/PP.pm cp lib/Net/FastCGI/Protocol.pod blib/lib/Net/FastCGI/Protocol.pod make: Leaving directory '/usr/src/RPM/BUILD/Net-FastCGI-0.14' + : 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/Net-FastCGI-0.14' PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/*/*.t # Net::FastCGI 0.14, Perl 5.038002, /usr/bin/perl # NET_FASTCGI_PP=1 t/000_load.t ............................... ok t/020_protocol/001_header.t ................ ok t/020_protocol/005_record_length.t ......... ok t/020_protocol/010_build_record.t .......... ok t/020_protocol/015_build_stream.t .......... ok t/020_protocol/020_begin_request_body.t .... ok t/020_protocol/025_begin_request_record.t .. ok t/020_protocol/027_begin_request.t ......... ok t/020_protocol/030_end_request_body.t ...... ok t/020_protocol/035_end_request_record.t .... ok t/020_protocol/037_end_request.t ........... ok t/020_protocol/040_unknown_type_body.t ..... ok t/020_protocol/045_unknown_type_record.t ... ok t/020_protocol/050_parse_record.t .......... ok t/020_protocol/055_parse_record_body.t ..... ok t/020_protocol/060_params.t ................ ok t/020_protocol/065_record_type.t ........... ok t/020_protocol/070_names.t ................. ok t/020_protocol/080_dump_record.t ........... ok t/020_protocol/085_dump_record_body.t ...... ok All tests successful. Files=20, Tests=408, 2 wallclock secs ( 0.05 usr 0.03 sys + 0.98 cusr 0.23 csys = 1.29 CPU) Result: PASS make: Leaving directory '/usr/src/RPM/BUILD/Net-FastCGI-0.14' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.26193 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/perl-Net-FastCGI-buildroot + : + /bin/rm -rf -- /usr/src/tmp/perl-Net-FastCGI-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games + cd Net-FastCGI-0.14 + 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-Net-FastCGI-buildroot PREFIX=/usr INSTALLDIRS=vendor pure_install make: Entering directory '/usr/src/RPM/BUILD/Net-FastCGI-0.14' Installing /usr/src/tmp/perl-Net-FastCGI-buildroot/usr/share/perl5/Net/FastCGI.pod Installing /usr/src/tmp/perl-Net-FastCGI-buildroot/usr/share/perl5/Net/FastCGI.pm Installing /usr/src/tmp/perl-Net-FastCGI-buildroot/usr/share/perl5/Net/FastCGI/Protocol.pod Installing /usr/src/tmp/perl-Net-FastCGI-buildroot/usr/share/perl5/Net/FastCGI/IO.pod Installing /usr/src/tmp/perl-Net-FastCGI-buildroot/usr/share/perl5/Net/FastCGI/Protocol.pm Installing /usr/src/tmp/perl-Net-FastCGI-buildroot/usr/share/perl5/Net/FastCGI/IO.pm Installing /usr/src/tmp/perl-Net-FastCGI-buildroot/usr/share/perl5/Net/FastCGI/Constant.pm Installing /usr/src/tmp/perl-Net-FastCGI-buildroot/usr/share/perl5/Net/FastCGI/Constant.pod Installing /usr/src/tmp/perl-Net-FastCGI-buildroot/usr/share/perl5/Net/FastCGI/Protocol/PP.pm make: Leaving directory '/usr/src/RPM/BUILD/Net-FastCGI-0.14' + _perl_vendor_check_buildroot + : prompting for files that contain /usr/local + find /usr/src/tmp/perl-Net-FastCGI-buildroot -type f -exec /bin/grep -FH /usr/local '{}' ';' + : prompting for files that contain /tmp + find /usr/src/tmp/perl-Net-FastCGI-buildroot -type f -not -name .packlist -exec /bin/grep -FH /tmp '{}' ';' + _perl_vendor_save_prereq + /bin/grep -F 'perl(' .perl.req perl(Carp)>=0 perl(Exporter)>=0 perl(perl)>=5.006 + /bin/grep -F 'perl(' .perl.req + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/perl-Net-FastCGI-buildroot (auto) removed './usr/lib/perl5/auto/Net/FastCGI/.packlist' Verifying and fixing files in /usr/src/tmp/perl-Net-FastCGI-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/perl-Net-FastCGI-buildroot/ (default) Compressing files in /usr/src/tmp/perl-Net-FastCGI-buildroot (auto) Adjusting library links in /usr/src/tmp/perl-Net-FastCGI-buildroot ./usr/lib: (from :0) Verifying ELF objects in /usr/src/tmp/perl-Net-FastCGI-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-Net-FastCGI-buildroot Processing files: perl-Net-FastCGI-0.14-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.26193 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd Net-FastCGI-0.14 + DOCDIR=/usr/src/tmp/perl-Net-FastCGI-buildroot/usr/share/doc/perl-Net-FastCGI-0.14 + export DOCDIR + rm -rf /usr/src/tmp/perl-Net-FastCGI-buildroot/usr/share/doc/perl-Net-FastCGI-0.14 + /bin/mkdir -p /usr/src/tmp/perl-Net-FastCGI-buildroot/usr/share/doc/perl-Net-FastCGI-0.14 + cp -prL Changes README /usr/src/tmp/perl-Net-FastCGI-buildroot/usr/share/doc/perl-Net-FastCGI-0.14 + chmod -R go-w /usr/src/tmp/perl-Net-FastCGI-buildroot/usr/share/doc/perl-Net-FastCGI-0.14 + chmod -R a+rX /usr/src/tmp/perl-Net-FastCGI-buildroot/usr/share/doc/perl-Net-FastCGI-0.14 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.lT7iHC 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.ajwB3X 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-Net-FastCGI-buildroot/usr/share/perl5/Net/FastCGI.pm syntax OK /usr/src/tmp/perl-Net-FastCGI-buildroot/usr/share/perl5/Net/FastCGI/Constant.pm syntax OK /usr/src/tmp/perl-Net-FastCGI-buildroot/usr/share/perl5/Net/FastCGI/IO.pm syntax OK Subroutine dump_record redefined at /usr/src/tmp/perl-Net-FastCGI-buildroot/usr/share/perl5/Net/FastCGI/Protocol.pm line 79. Subroutine dump_record_body redefined at /usr/src/tmp/perl-Net-FastCGI-buildroot/usr/share/perl5/Net/FastCGI/Protocol.pm line 90. # perl(Net/FastCGI/Protocol/XS.pm) at line 47 (depth 7) not loaded at BEGIN SKIP # perl(Net/FastCGI/Protocol/XS.pm) at line 47 (depth 7) not loaded at BEGIN SKIP /usr/src/tmp/perl-Net-FastCGI-buildroot/usr/share/perl5/Net/FastCGI/Protocol.pm syntax OK /usr/src/tmp/perl-Net-FastCGI-buildroot/usr/share/perl5/Net/FastCGI/Protocol/PP.pm syntax OK Provides: perl(Net/FastCGI.pm) = 0.140, perl(Net/FastCGI/Constant.pm) = 0.140, perl(Net/FastCGI/IO.pm) = 0.140, perl(Net/FastCGI/Protocol.pm) = 0.140, perl(Net/FastCGI/Protocol/PP.pm) = 0.140 Requires: /usr/share/perl5, perl(Errno.pm), perl(warnings/register.pm) Wrote: /usr/src/RPM/RPMS/noarch/perl-Net-FastCGI-0.14-alt1.noarch.rpm (w2.lzdio) 1.74user 1.21system 0:04.28elapsed 69%CPU (0avgtext+0avgdata 12200maxresident)k 0inputs+0outputs (0major+168863minor)pagefaults 0swaps 3.48user 2.68system 0:14.20elapsed 43%CPU (0avgtext+0avgdata 127296maxresident)k 24inputs+0outputs (0major+203524minor)pagefaults 0swaps --- perl-Net-FastCGI-0.14-alt1.noarch.rpm.repo 2013-10-15 13:22:07.000000000 +0000 +++ perl-Net-FastCGI-0.14-alt1.noarch.rpm.hasher 2024-04-27 09:14:10.806192842 +0000 @@ -38,2 +38,2 @@ File: /usr/share/perl5/Net/FastCGI/Protocol/PP.pm 100644 root:root 2232f43af4bc6683cf966b25aa6e6d70 -RPMIdentity: d298354807bd1462eaee6e4268496ee8a03cf225aa264a4b06ecf664f9db4d5704e24146c3a772a60d0f68125c66a1edcff4e90104c3188e8fe42c43e3d25b07 +RPMIdentity: 4d0bcfdd0118a653f93e7d47086979285106842e84db0100c2ae3609d6487cfda94d1d4494227bebd6e6e4e656a7c6c5ea9f193fd0e8ecad81d4d2553c914530