<86>Jun 16 00:36:19 userdel[2401464]: delete user 'rooter' <86>Jun 16 00:36:19 groupadd[2401499]: group added to /etc/group: name=rooter, GID=1802 <86>Jun 16 00:36:19 groupadd[2401499]: group added to /etc/gshadow: name=rooter <86>Jun 16 00:36:19 groupadd[2401499]: new group: name=rooter, GID=1802 <86>Jun 16 00:36:19 useradd[2401518]: new user: name=rooter, UID=1802, GID=1802, home=/root, shell=/bin/bash <86>Jun 16 00:36:19 userdel[2401555]: delete user 'builder' <86>Jun 16 00:36:19 userdel[2401555]: removed group 'builder' owned by 'builder' <86>Jun 16 00:36:19 userdel[2401555]: removed shadow group 'builder' owned by 'builder' <86>Jun 16 00:36:19 groupadd[2401583]: group added to /etc/group: name=builder, GID=1803 <86>Jun 16 00:36:19 groupadd[2401583]: group added to /etc/gshadow: name=builder <86>Jun 16 00:36:19 groupadd[2401583]: new group: name=builder, GID=1803 <86>Jun 16 00:36:19 useradd[2401608]: new user: name=builder, UID=1803, GID=1803, home=/usr/src, shell=/bin/bash <13>Jun 16 00:36:22 rpmi: libgdbm-1.8.3-alt10 sisyphus+278100.1600.1.1 1626058413 installed <13>Jun 16 00:36:22 rpmi: libgdbm-devel-1.8.3-alt10 sisyphus+278100.1600.1.1 1626058413 installed <13>Jun 16 00:36:22 rpmi: perl-devel-1:5.34.0-alt1 sisyphus+279621.700.1.1 1626629811 installed <13>Jun 16 00:36:22 rpmi: perl-Canary-Stability-2013-alt1 sisyphus+228868.100.1.1 1556814216 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/perl-IO-FDPass-1.3-alt1.nosrc.rpm (w1.gzdio) Installing perl-IO-FDPass-1.3-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.93841 + 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.3 + echo 'Source #0 (perl-IO-FDPass-1.3.tar):' Source #0 (perl-IO-FDPass-1.3.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/perl-IO-FDPass-1.3.tar + cd perl-IO-FDPass-1.3 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.93841 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd perl-IO-FDPass-1.3 + 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.034000, 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.034000, 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 -j16 'OPTIMIZE=-pipe -frecord-gcc-switches -Wall -g -O2' 'CP=/bin/cp -p' make: Entering directory '/usr/src/RPM/BUILD/perl-IO-FDPass-1.3' Running Mkbootstrap for FDPass () chmod 644 "FDPass.bs" make: Leaving directory '/usr/src/RPM/BUILD/perl-IO-FDPass-1.3' make: Entering directory '/usr/src/RPM/BUILD/perl-IO-FDPass-1.3' "/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.3' make: Entering directory '/usr/src/RPM/BUILD/perl-IO-FDPass-1.3' cp FDPass.pm blib/lib/IO/FDPass.pm make: Leaving directory '/usr/src/RPM/BUILD/perl-IO-FDPass-1.3' make: Entering directory '/usr/src/RPM/BUILD/perl-IO-FDPass-1.3' "/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.3' make: Entering directory '/usr/src/RPM/BUILD/perl-IO-FDPass-1.3' 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 -DVERSION=\"1.3\" -DXS_VERSION=\"1.3\" -fPIC "-I/usr/lib64/perl5/CORE" FDPass.c make: Leaving directory '/usr/src/RPM/BUILD/perl-IO-FDPass-1.3' make: Entering directory '/usr/src/RPM/BUILD/perl-IO-FDPass-1.3' 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/lib64/perl5/CORE -lperl -lpthread chmod 755 blib/arch/auto/IO/FDPass/FDPass.so make: Leaving directory '/usr/src/RPM/BUILD/perl-IO-FDPass-1.3' + : 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.3' "/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.01 sys + 0.01 cusr 0.00 csys = 0.04 CPU) Result: PASS make: Leaving directory '/usr/src/RPM/BUILD/perl-IO-FDPass-1.3' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.93841 + 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.3 + 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.3' "/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/lib64/perl5/auto/IO/FDPass/FDPass.so Installing /usr/src/tmp/perl-IO-FDPass-buildroot/usr/lib64/perl5/IO/FDPass.pm make: Leaving directory '/usr/src/RPM/BUILD/perl-IO-FDPass-1.3' + _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 '{}' ';' /bin/grep: /usr/src/tmp/perl-IO-FDPass-buildroot/usr/lib64/perl5/auto/IO/FDPass/FDPass.so: binary file 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/lib64/perl5/auto/IO/FDPass/.packlist' mode of './usr/lib64/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/lib64: (from :0) 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) Processing files: perl-IO-FDPass-1.3-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.74657 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd perl-IO-FDPass-1.3 + DOCDIR=/usr/src/tmp/perl-IO-FDPass-buildroot/usr/share/doc/perl-IO-FDPass-1.3 + export DOCDIR + rm -rf /usr/src/tmp/perl-IO-FDPass-buildroot/usr/share/doc/perl-IO-FDPass-1.3 + /bin/mkdir -p /usr/src/tmp/perl-IO-FDPass-buildroot/usr/share/doc/perl-IO-FDPass-1.3 + cp -prL README Changes /usr/src/tmp/perl-IO-FDPass-buildroot/usr/share/doc/perl-IO-FDPass-1.3 + chmod -R go-w /usr/src/tmp/perl-IO-FDPass-buildroot/usr/share/doc/perl-IO-FDPass-1.3 + chmod -R a+rX /usr/src/tmp/perl-IO-FDPass-buildroot/usr/share/doc/perl-IO-FDPass-1.3 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.WYRLTv 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.VYr7zv 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-IO-FDPass-buildroot/usr/lib64/perl5/IO/FDPass.pm syntax OK Provides: perl(IO/FDPass.pm) = 1.300 Requires: /usr/lib64/perl5, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.4)(64bit), libperl-5.34.so()(64bit) >= set:okjB3WJu9e3Zrj3gxFLpylsZqPwu3, libpthread.so.0(GLIBC_2.2.5)(64bit), 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.0BIVcs Creating perl-IO-FDPass-debuginfo package Processing files: perl-IO-FDPass-debuginfo-1.3-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.eUSChw find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.C9VcBs find-requires: running scripts (debuginfo) Requires: perl-IO-FDPass = 1.3-alt1, debug64(libc.so.6), debug64(libperl-5.34.so), debug64(libpthread.so.0) Adding to perl-IO-FDPass-debuginfo a strict dependency on perl-IO-FDPass Wrote: /usr/src/RPM/RPMS/x86_64/perl-IO-FDPass-1.3-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/perl-IO-FDPass-debuginfo-1.3-alt1.x86_64.rpm (w2.lzdio) 1.01user 0.97system 0:06.05elapsed 33%CPU (0avgtext+0avgdata 71884maxresident)k 0inputs+0outputs (0major+205315minor)pagefaults 0swaps 3.32user 2.40system 0:14.94elapsed 38%CPU (0avgtext+0avgdata 128896maxresident)k 16inputs+0outputs (0major+193946minor)pagefaults 0swaps --- perl-IO-FDPass-1.3-alt1.x86_64.rpm.repo 2021-06-14 11:11:09.000000000 +0000 +++ perl-IO-FDPass-1.3-alt1.x86_64.rpm.hasher 2024-06-16 00:36:31.140584204 +0000 @@ -19,3 +19,3 @@ File: /usr/lib64/perl5/auto/IO/FDPass 40755 root:root -File: /usr/lib64/perl5/auto/IO/FDPass/FDPass.so 100644 root:root 2bfe4bd77b22bcd5ad617434a1c0ed75 +File: /usr/lib64/perl5/auto/IO/FDPass/FDPass.so 100644 root:root fefd75d40cc3a7d0596f242b040bbbb2 File: /usr/share/doc/perl-IO-FDPass-1.3 40755 root:root @@ -23,2 +23,2 @@ File: /usr/share/doc/perl-IO-FDPass-1.3/README 100644 root:root 1fed43a9e76aab56e9f41a1c8c71df4b -RPMIdentity: 89f49dd8ee664d581c64675a41cc9ce9a1bdcbd9ad3d19ce794a389dbca3bbfa3809d29b2e04e0473d3cecc043ac9205f761e0587c4d4e00e4f63e9e562f8cfb +RPMIdentity: a1f526723dfcc058067b6cfdb06082742d54463935cc19f3d0bf5b9e1a605ef3dea8409e169350c458580473077861046eb0997f505f85a1ed17f0071ea1beb7 --- perl-IO-FDPass-debuginfo-1.3-alt1.x86_64.rpm.repo 2021-06-14 11:11:09.000000000 +0000 +++ perl-IO-FDPass-debuginfo-1.3-alt1.x86_64.rpm.hasher 2024-06-16 00:36:31.205585226 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/d2 40755 root:root -/usr/lib/debug/.build-id/d2/a87115ca718b875162640239a54c6bfe920046 120777 root:root ../../../../lib64/perl5/auto/IO/FDPass/FDPass.so -/usr/lib/debug/.build-id/d2/a87115ca718b875162640239a54c6bfe920046.debug 120777 root:root ../../usr/lib64/perl5/auto/IO/FDPass/FDPass.so.debug +/usr/lib/debug/.build-id/78 40755 root:root +/usr/lib/debug/.build-id/78/5bf7d00c7cf134d0a925d61d3beafe7067466b 120777 root:root ../../../../lib64/perl5/auto/IO/FDPass/FDPass.so +/usr/lib/debug/.build-id/78/5bf7d00c7cf134d0a925d61d3beafe7067466b.debug 120777 root:root ../../usr/lib64/perl5/auto/IO/FDPass/FDPass.so.debug /usr/lib/debug/usr/lib64/perl5 40755 root:root @@ -17,5 +17,5 @@ Provides: perl-IO-FDPass-debuginfo = 1.3-alt1:sisyphus+274516.46700.2.1 -File: /usr/lib/debug/.build-id/d2 40755 root:root -File: /usr/lib/debug/.build-id/d2/a87115ca718b875162640239a54c6bfe920046 120777 root:root ../../../../lib64/perl5/auto/IO/FDPass/FDPass.so -File: /usr/lib/debug/.build-id/d2/a87115ca718b875162640239a54c6bfe920046.debug 120777 root:root ../../usr/lib64/perl5/auto/IO/FDPass/FDPass.so.debug +File: /usr/lib/debug/.build-id/78 40755 root:root +File: /usr/lib/debug/.build-id/78/5bf7d00c7cf134d0a925d61d3beafe7067466b 120777 root:root ../../../../lib64/perl5/auto/IO/FDPass/FDPass.so +File: /usr/lib/debug/.build-id/78/5bf7d00c7cf134d0a925d61d3beafe7067466b.debug 120777 root:root ../../usr/lib64/perl5/auto/IO/FDPass/FDPass.so.debug File: /usr/lib/debug/usr/lib64/perl5 40755 root:root @@ -24,3 +24,3 @@ File: /usr/lib/debug/usr/lib64/perl5/auto/IO/FDPass 40755 root:root -File: /usr/lib/debug/usr/lib64/perl5/auto/IO/FDPass/FDPass.so.debug 100644 root:root 58dc61183d5916ca4a2af87b24dc2855 +File: /usr/lib/debug/usr/lib64/perl5/auto/IO/FDPass/FDPass.so.debug 100644 root:root 9b3597461f6375eeca5763ad6a4964ac File: /usr/src/debug/perl-IO-FDPass-1.3 40755 root:root @@ -28,2 +28,2 @@ File: /usr/src/debug/perl-IO-FDPass-1.3/FDPass.xs 100644 root:root e77693cba0927e210bab10ca99e576f3 -RPMIdentity: 3717464c1d8a0ca014b1cde5572f376d46a798dbb5fe89016841256adfc72143b287543e9b820e1d9cda8ff8bf7ffe7a2dfc2203ae359517c4dfaa677f7be4bf +RPMIdentity: f35ae361fe546cac87a1e696b738368fb6b7635e79814a3e98d8c46fb1e31e268581fc881913735b16c9019bc1e195b449a72e160c17a12111398d2fee82a33f