<86>Jul 25 10:32:39 userdel[253678]: delete user 'rooter' <86>Jul 25 10:32:39 userdel[253678]: removed group 'rooter' owned by 'rooter' <86>Jul 25 10:32:39 userdel[253678]: removed shadow group 'rooter' owned by 'rooter' <86>Jul 25 10:32:39 groupadd[253688]: group added to /etc/group: name=rooter, GID=693 <86>Jul 25 10:32:39 groupadd[253688]: group added to /etc/gshadow: name=rooter <86>Jul 25 10:32:39 groupadd[253688]: new group: name=rooter, GID=693 <86>Jul 25 10:32:39 useradd[253694]: new user: name=rooter, UID=693, GID=693, home=/root, shell=/bin/bash <86>Jul 25 10:32:39 userdel[253704]: delete user 'builder' <86>Jul 25 10:32:39 userdel[253704]: removed group 'builder' owned by 'builder' <86>Jul 25 10:32:39 userdel[253704]: removed shadow group 'builder' owned by 'builder' <86>Jul 25 10:32:39 groupadd[253713]: group added to /etc/group: name=builder, GID=694 <86>Jul 25 10:32:39 groupadd[253713]: group added to /etc/gshadow: name=builder <86>Jul 25 10:32:39 groupadd[253713]: new group: name=builder, GID=694 <86>Jul 25 10:32:39 useradd[253718]: new user: name=builder, UID=694, GID=694, home=/usr/src, shell=/bin/bash <13>Jul 25 10:32:41 rpmi: libgdbm-1.8.3-alt10 1454943334 installed <13>Jul 25 10:32:41 rpmi: libgdbm-devel-1.8.3-alt10 1454943334 installed <13>Jul 25 10:32:41 rpmi: libdb4.7-devel-4.7.25-alt9 1490438479 installed <13>Jul 25 10:32:41 rpmi: perl-devel-1:5.28.3-alt1 p9+261964.100.3.1 1606316313 installed <13>Jul 25 10:32:41 rpmi: perl-Canary-Stability-2013-alt1 sisyphus+228868.100.1.1 1556814216 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/perl-IO-FDPass-1.2-alt1.2.nosrc.rpm (w1.gzdio) Installing perl-IO-FDPass-1.2-alt1.2.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.98044 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf perl-IO-FDPass-1.2 + echo 'Source #0 (perl-IO-FDPass-1.2.tar):' Source #0 (perl-IO-FDPass-1.2.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/perl-IO-FDPass-1.2.tar + cd perl-IO-FDPass-1.2 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.58233 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd perl-IO-FDPass-1.2 + 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 *** *** Canary::Stability COMPATIBILITY AND SUPPORT CHECK *** ================================================= *** *** Hi! *** *** I do my best to provide predictable and reliable software. *** *** However, in recent releases, P5P (who maintain perl) have been *** introducing regressions that are sometimes subtle and at other times *** catastrophic, often for personal preferences with little or no concern *** for existing code, most notably CPAN. *** *** For this reason, it has become very hard for me to maintain the level *** of reliability and support I have committed myself to in the past, at *** least with some perl versions: I simply can't keep up working around new *** bugs or gratituous incompatibilities, and in turn you might suffer from *** unanticipated problems. *** *** Therefore I have introduced a support and compatibility check, the results *** of which follow below, together with a FAQ and some recommendations. *** *** This check is just to let you know that there might be a risk, so you can *** make judgement calls on how to proceed - it will not keep the module from *** installing or working. *** *** The stability canary says: (nothing, it was driven away by harsh weather) *** *** It seems you are running perl version 5.028003, likely the "official" or *** "standard" version. While there is nothing wrong with doing that, *** standard perl versions 5.022 and up are not supported by IO::FDPass. *** While this might be fatal, it might also be all right - if you run into *** problems, you might want to downgrade your perl or switch to the *** stability branch. *** *** If everything works fine, you can ignore this message. *** *** *** Stability canary mini-FAQ: *** *** Do I need to do anything? *** With luck, no. While some distributions are known to fail *** already, most should probably work. This message is here *** to alert you that your perl is not supported by IO::FDPass, *** and if things go wrong, you either need to downgrade, or *** sidegrade to the stability variant of your perl version, *** or simply live with the consequences. *** *** What is this canary thing? *** It's purpose is to check support status of IO::FDPass with *** respect to your perl version. *** *** What is this "stability branch"? *** It's a branch or fork of the official perl, by schmorp, to *** improve stability and compatibility with existing modules. *** *** How can I skip this prompt on automated installs? *** Set PERL_CANARY_STABILITY_NOPROMPT=1 in your environment. *** More info is in the Canary::Stability manpage. *** *** Long version of this FAQ: http://stableperl.schmorp.de/faq.html *** Stability Branch homepage: http://stableperl.schmorp.de/ *** Continue anyways? [y] y + : writing Makefile + /usr/bin/perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor *** *** Canary::Stability COMPATIBILITY AND SUPPORT CHECK *** ================================================= *** *** Hi! *** *** I do my best to provide predictable and reliable software. *** *** However, in recent releases, P5P (who maintain perl) have been *** introducing regressions that are sometimes subtle and at other times *** catastrophic, often for personal preferences with little or no concern *** for existing code, most notably CPAN. *** *** For this reason, it has become very hard for me to maintain the level *** of reliability and support I have committed myself to in the past, at *** least with some perl versions: I simply can't keep up working around new *** bugs or gratituous incompatibilities, and in turn you might suffer from *** unanticipated problems. *** *** Therefore I have introduced a support and compatibility check, the results *** of which follow below, together with a FAQ and some recommendations. *** *** This check is just to let you know that there might be a risk, so you can *** make judgement calls on how to proceed - it will not keep the module from *** installing or working. *** *** The stability canary says: (nothing, it was driven away by harsh weather) *** *** It seems you are running perl version 5.028003, likely the "official" or *** "standard" version. While there is nothing wrong with doing that, *** standard perl versions 5.022 and up are not supported by IO::FDPass. *** While this might be fatal, it might also be all right - if you run into *** problems, you might want to downgrade your perl or switch to the *** stability branch. *** *** If everything works fine, you can ignore this message. *** *** *** Stability canary mini-FAQ: *** *** Do I need to do anything? *** With luck, no. While some distributions are known to fail *** already, most should probably work. This message is here *** to alert you that your perl is not supported by IO::FDPass, *** and if things go wrong, you either need to downgrade, or *** sidegrade to the stability variant of your perl version, *** or simply live with the consequences. *** *** What is this canary thing? *** It's purpose is to check support status of IO::FDPass with *** respect to your perl version. *** *** What is this "stability branch"? *** It's a branch or fork of the official perl, by schmorp, to *** improve stability and compatibility with existing modules. *** *** How can I skip this prompt on automated installs? *** Set PERL_CANARY_STABILITY_NOPROMPT=1 in your environment. *** More info is in the Canary::Stability manpage. *** *** Long version of this FAQ: http://stableperl.schmorp.de/faq.html *** Stability Branch homepage: http://stableperl.schmorp.de/ *** Continue anyways? [y] y Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for IO::FDPass + : running make + make -j8 'OPTIMIZE=-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' 'CP=/bin/cp -p' make: Entering directory '/usr/src/RPM/BUILD/perl-IO-FDPass-1.2' Running Mkbootstrap for FDPass () chmod 644 "FDPass.bs" make: Leaving directory '/usr/src/RPM/BUILD/perl-IO-FDPass-1.2' make: Entering directory '/usr/src/RPM/BUILD/perl-IO-FDPass-1.2' "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- FDPass.bs blib/arch/auto/IO/FDPass/FDPass.bs 644 make: Leaving directory '/usr/src/RPM/BUILD/perl-IO-FDPass-1.2' make: Entering directory '/usr/src/RPM/BUILD/perl-IO-FDPass-1.2' cp FDPass.pm blib/lib/IO/FDPass.pm make: Leaving directory '/usr/src/RPM/BUILD/perl-IO-FDPass-1.2' make: Entering directory '/usr/src/RPM/BUILD/perl-IO-FDPass-1.2' "/usr/bin/perl" "/usr/share/perl5/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' FDPass.xs > FDPass.xsc mv FDPass.xsc FDPass.c make: Leaving directory '/usr/src/RPM/BUILD/perl-IO-FDPass-1.2' make: Entering directory '/usr/src/RPM/BUILD/perl-IO-FDPass-1.2' gcc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -DVERSION=\"1.2\" -DXS_VERSION=\"1.2\" -fPIC "-I/usr/lib/perl5/CORE" FDPass.c make: Leaving directory '/usr/src/RPM/BUILD/perl-IO-FDPass-1.2' make: Entering directory '/usr/src/RPM/BUILD/perl-IO-FDPass-1.2' rm -f blib/arch/auto/IO/FDPass/FDPass.so gcc -lpthread -shared -L/usr/local/lib -fstack-protector-strong FDPass.o -o blib/arch/auto/IO/FDPass/FDPass.so \ \ -L/usr/lib/perl5/CORE -lperl -lpthread chmod 755 blib/arch/auto/IO/FDPass/FDPass.so make: Leaving directory '/usr/src/RPM/BUILD/perl-IO-FDPass-1.2' + : 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/perl-IO-FDPass-1.2' "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- FDPass.bs blib/arch/auto/IO/FDPass/FDPass.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00_load.t ... ok t/01_basic.t .. ok All tests successful. Files=2, Tests=8, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.01 cusr 0.00 csys = 0.03 CPU) Result: PASS make: Leaving directory '/usr/src/RPM/BUILD/perl-IO-FDPass-1.2' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.70706 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/perl-IO-FDPass-buildroot + : + /bin/rm -rf -- /usr/src/tmp/perl-IO-FDPass-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd perl-IO-FDPass-1.2 + 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-IO-FDPass-buildroot PREFIX=/usr INSTALLDIRS=vendor pure_install make: Entering directory '/usr/src/RPM/BUILD/perl-IO-FDPass-1.2' "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- FDPass.bs blib/arch/auto/IO/FDPass/FDPass.bs 644 Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /usr/src/tmp/perl-IO-FDPass-buildroot/usr/lib/perl5/auto/IO/FDPass/FDPass.so Installing /usr/src/tmp/perl-IO-FDPass-buildroot/usr/lib/perl5/IO/FDPass.pm make: Leaving directory '/usr/src/RPM/BUILD/perl-IO-FDPass-1.2' + _perl_vendor_check_buildroot + : prompting for files that contain /usr/local + find /usr/src/tmp/perl-IO-FDPass-buildroot -type f -exec /bin/grep -FH /usr/local '{}' ';' Binary file /usr/src/tmp/perl-IO-FDPass-buildroot/usr/lib/perl5/auto/IO/FDPass/FDPass.so matches + : prompting for files that contain /tmp + find /usr/src/tmp/perl-IO-FDPass-buildroot -type f -not -name .packlist -exec /bin/grep -FH /tmp '{}' ';' + _perl_vendor_save_prereq + /bin/grep -F 'perl(' .perl.req + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/perl-IO-FDPass-buildroot (auto) removed './usr/lib/perl5/auto/IO/FDPass/.packlist' mode of './usr/lib/perl5/auto/IO/FDPass/FDPass.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/perl-IO-FDPass-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/perl-IO-FDPass-buildroot/ (default) Compressing files in /usr/src/tmp/perl-IO-FDPass-buildroot (auto) Adjusting library links in /usr/src/tmp/perl-IO-FDPass-buildroot ./usr/lib: Verifying ELF objects in /usr/src/tmp/perl-IO-FDPass-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: perl-IO-FDPass-1.2-alt1.2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.70706 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd perl-IO-FDPass-1.2 + DOCDIR=/usr/src/tmp/perl-IO-FDPass-buildroot/usr/share/doc/perl-IO-FDPass-1.2 + export DOCDIR + rm -rf /usr/src/tmp/perl-IO-FDPass-buildroot/usr/share/doc/perl-IO-FDPass-1.2 + /bin/mkdir -p /usr/src/tmp/perl-IO-FDPass-buildroot/usr/share/doc/perl-IO-FDPass-1.2 + cp -prL README Changes /usr/src/tmp/perl-IO-FDPass-buildroot/usr/share/doc/perl-IO-FDPass-1.2 + chmod -R go-w /usr/src/tmp/perl-IO-FDPass-buildroot/usr/share/doc/perl-IO-FDPass-1.2 + chmod -R a+rX /usr/src/tmp/perl-IO-FDPass-buildroot/usr/share/doc/perl-IO-FDPass-1.2 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.sYwmF3 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.xk0VV9 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) /usr/src/tmp/perl-IO-FDPass-buildroot/usr/lib/perl5/IO/FDPass.pm syntax OK Provides: perl(IO/FDPass.pm) = 1.200 Requires: /usr/lib/perl5, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.4), libperl-5.28.so >= set:okjB3WJu9e3Zrj3gxFLpylsZqPwu3, libpthread.so.0(GLIBC_2.0), perl(XSLoader.pm), 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.0FyI3l Creating perl-IO-FDPass-debuginfo package Processing files: perl-IO-FDPass-debuginfo-1.2-alt1.2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.AD8qDP find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.jAdh6v find-requires: running scripts (debuginfo) Requires: perl-IO-FDPass = 1.2-alt1.2, debug(libc.so.6), debug(libperl-5.28.so), debug(libpthread.so.0) Adding to perl-IO-FDPass-debuginfo a strict dependency on perl-IO-FDPass Wrote: /usr/src/RPM/RPMS/i586/perl-IO-FDPass-1.2-alt1.2.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/perl-IO-FDPass-debuginfo-1.2-alt1.2.i586.rpm (w2.lzdio) 3.34user 0.67system 0:08.01elapsed 50%CPU (0avgtext+0avgdata 45604maxresident)k 0inputs+0outputs (0major+219895minor)pagefaults 0swaps 7.58user 2.87system 0:14.66elapsed 71%CPU (0avgtext+0avgdata 117908maxresident)k 0inputs+0outputs (0major+518667minor)pagefaults 0swaps --- perl-IO-FDPass-1.2-alt1.2.i586.rpm.repo 2019-01-25 03:16:25.000000000 +0000 +++ perl-IO-FDPass-1.2-alt1.2.i586.rpm.hasher 2021-07-25 10:32:52.594102958 +0000 @@ -20,3 +20,3 @@ File: /usr/lib/perl5/auto/IO/FDPass 40755 root:root -File: /usr/lib/perl5/auto/IO/FDPass/FDPass.so 100644 root:root 10823942fd6b44427b64939c6b211ee6 +File: /usr/lib/perl5/auto/IO/FDPass/FDPass.so 100644 root:root 951f2d0f92e14eff455aa3407e9d0fe9 File: /usr/share/doc/perl-IO-FDPass-1.2 40755 root:root @@ -24,2 +24,2 @@ File: /usr/share/doc/perl-IO-FDPass-1.2/README 100644 root:root 1fed43a9e76aab56e9f41a1c8c71df4b -RPMIdentity: 99f5100e8ea14b374429df5b7260400e +RPMIdentity: 568a4bd52f925bf67e40e9f8c4dd0eb1 --- perl-IO-FDPass-debuginfo-1.2-alt1.2.i586.rpm.repo 2019-01-25 03:16:25.000000000 +0000 +++ perl-IO-FDPass-debuginfo-1.2-alt1.2.i586.rpm.hasher 2021-07-25 10:32:52.674102424 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/5b 40755 root:root -/usr/lib/debug/.build-id/5b/6800b69c89f0b1edd6ea5abdc81780e3677875 120777 root:root ../../../perl5/auto/IO/FDPass/FDPass.so -/usr/lib/debug/.build-id/5b/6800b69c89f0b1edd6ea5abdc81780e3677875.debug 120777 root:root ../../usr/lib/perl5/auto/IO/FDPass/FDPass.so.debug +/usr/lib/debug/.build-id/db 40755 root:root +/usr/lib/debug/.build-id/db/6f8b987d4234dd57fafe1d72c3eafdf9466e1b 120777 root:root ../../../perl5/auto/IO/FDPass/FDPass.so +/usr/lib/debug/.build-id/db/6f8b987d4234dd57fafe1d72c3eafdf9466e1b.debug 120777 root:root ../../usr/lib/perl5/auto/IO/FDPass/FDPass.so.debug /usr/lib/debug/usr/lib/perl5 40755 root:root @@ -17,5 +17,5 @@ Provides: perl-IO-FDPass-debuginfo = 1.2-alt1.2:sisyphus+219907.45700.1.1 -File: /usr/lib/debug/.build-id/5b 40755 root:root -File: /usr/lib/debug/.build-id/5b/6800b69c89f0b1edd6ea5abdc81780e3677875 120777 root:root ../../../perl5/auto/IO/FDPass/FDPass.so -File: /usr/lib/debug/.build-id/5b/6800b69c89f0b1edd6ea5abdc81780e3677875.debug 120777 root:root ../../usr/lib/perl5/auto/IO/FDPass/FDPass.so.debug +File: /usr/lib/debug/.build-id/db 40755 root:root +File: /usr/lib/debug/.build-id/db/6f8b987d4234dd57fafe1d72c3eafdf9466e1b 120777 root:root ../../../perl5/auto/IO/FDPass/FDPass.so +File: /usr/lib/debug/.build-id/db/6f8b987d4234dd57fafe1d72c3eafdf9466e1b.debug 120777 root:root ../../usr/lib/perl5/auto/IO/FDPass/FDPass.so.debug File: /usr/lib/debug/usr/lib/perl5 40755 root:root @@ -24,3 +24,3 @@ File: /usr/lib/debug/usr/lib/perl5/auto/IO/FDPass 40755 root:root -File: /usr/lib/debug/usr/lib/perl5/auto/IO/FDPass/FDPass.so.debug 100644 root:root 87678b3d1e27db287fefe1e17f71d1b5 +File: /usr/lib/debug/usr/lib/perl5/auto/IO/FDPass/FDPass.so.debug 100644 root:root 903837f4df18a4fc73ef0ec7587b6626 File: /usr/src/debug/perl-IO-FDPass-1.2 40755 root:root @@ -28,2 +28,2 @@ File: /usr/src/debug/perl-IO-FDPass-1.2/FDPass.xs 100644 root:root 90a3fc9c45c2c9e1943846b31b3d1e60 -RPMIdentity: 73f7b016ead52794dafd59d0ef80db3d +RPMIdentity: 8ba0f2d81b0d4de4f49bf502ac3dcb24