<86>May 4 01:24:49 userdel[3034643]: delete user 'rooter' <86>May 4 01:24:49 userdel[3034643]: removed group 'rooter' owned by 'rooter' <86>May 4 01:24:49 groupadd[3034682]: group added to /etc/group: name=rooter, GID=1844 <86>May 4 01:24:49 groupadd[3034682]: group added to /etc/gshadow: name=rooter <86>May 4 01:24:49 groupadd[3034682]: new group: name=rooter, GID=1844 <86>May 4 01:24:49 useradd[3034724]: new user: name=rooter, UID=1844, GID=1844, home=/root, shell=/bin/bash, from=none <86>May 4 01:24:49 userdel[3034764]: delete user 'builder' <86>May 4 01:24:49 userdel[3034764]: removed group 'builder' owned by 'builder' <86>May 4 01:24:49 userdel[3034764]: removed shadow group 'builder' owned by 'builder' <86>May 4 01:24:49 groupadd[3034788]: group added to /etc/group: name=builder, GID=1845 <86>May 4 01:24:49 groupadd[3034788]: group added to /etc/gshadow: name=builder <86>May 4 01:24:49 groupadd[3034788]: new group: name=builder, GID=1845 <86>May 4 01:24:49 useradd[3034807]: new user: name=builder, UID=1845, GID=1845, home=/usr/src, shell=/bin/bash, from=none <13>May 4 01:24:53 rpmi: libgdbm-1.8.3-alt10 sisyphus+278100.1600.1.1 1626058413 installed <13>May 4 01:24:53 rpmi: libgdbm-devel-1.8.3-alt10 sisyphus+278100.1600.1.1 1626058413 installed <13>May 4 01:24:53 rpmi: perl-devel-1:5.38.2-alt0.2 sisyphus+344512.40.2.1 1712358015 installed <13>May 4 01:24:53 rpmi: perl-Canary-Stability-2013-alt1 sisyphus+228868.100.1.1 1556814216 installed <13>May 4 01:24:53 rpmi: perl-common-sense-3.75-alt2 sisyphus+335067.300.1.1 1700901390 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/perl-Async-Interrupt-1.26-alt1.nosrc.rpm (w1.gzdio) Installing perl-Async-Interrupt-1.26-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.65322 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf Async-Interrupt-1.26 + echo 'Source #0 (Async-Interrupt-1.26.tar.gz):' Source #0 (Async-Interrupt-1.26.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/Async-Interrupt-1.26.tar.gz + /bin/tar -xf - + cd Async-Interrupt-1.26 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.65322 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd Async-Interrupt-1.26 + 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.038002, 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 Async::Interrupt. *** 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 Async::Interrupt, *** 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 Async::Interrupt 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 perl(common::sense)>=0 + : 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.038002, 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 Async::Interrupt. *** 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 Async::Interrupt, *** 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 Async::Interrupt 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 Async::Interrupt + : running make + make -j16 'OPTIMIZE=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto' 'CP=/bin/cp -p' make: Entering directory '/usr/src/RPM/BUILD/Async-Interrupt-1.26' Running Mkbootstrap for Interrupt () chmod 644 "Interrupt.bs" make: Leaving directory '/usr/src/RPM/BUILD/Async-Interrupt-1.26' make: Entering directory '/usr/src/RPM/BUILD/Async-Interrupt-1.26' "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Interrupt.bs blib/arch/auto/Async/Interrupt/Interrupt.bs 644 make: Leaving directory '/usr/src/RPM/BUILD/Async-Interrupt-1.26' make: Entering directory '/usr/src/RPM/BUILD/Async-Interrupt-1.26' cp Interrupt.pm blib/lib/Async/Interrupt.pm make: Leaving directory '/usr/src/RPM/BUILD/Async-Interrupt-1.26' make: Entering directory '/usr/src/RPM/BUILD/Async-Interrupt-1.26' "/usr/bin/perl" "/usr/share/perl5/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/usr/src/RPM/BUILD/Async-Interrupt-1.26/typemap' Interrupt.xs > Interrupt.xsc mv Interrupt.xsc Interrupt.c make: Leaving directory '/usr/src/RPM/BUILD/Async-Interrupt-1.26' make: Entering directory '/usr/src/RPM/BUILD/Async-Interrupt-1.26' 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 -flto=auto -DVERSION=\"1.26\" -DXS_VERSION=\"1.26\" -fPIC "-I/usr/lib64/perl5/CORE" Interrupt.c Interrupt.xs: In function 'async_signal': Interrupt.xs:83:15: warning: unused variable 'pipedata' [-Wunused-variable] 83 | static char pipedata [8]; | ^~~~~~~~ In file included from Interrupt.xs:8: schmorp.h: In function 's_epipe_signal': schmorp.h:452:5: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 452 | write (epp->fd [1], &counter, (epp->len = 8)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ schmorp.h: In function 's_epipe_drain': schmorp.h:465:3: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 465 | read (epp->fd [0], buf, sizeof (buf)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ schmorp.h: At top level: schmorp.h:222:1: warning: 's_gensub' defined but not used [-Wunused-function] 222 | s_gensub (pTHX_ void (*xsub)(pTHX_ CV *), void *arg) | ^~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/Async-Interrupt-1.26' make: Entering directory '/usr/src/RPM/BUILD/Async-Interrupt-1.26' rm -f blib/arch/auto/Async/Interrupt/Interrupt.so gcc -shared -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -L/usr/local/lib -fstack-protector-strong Interrupt.o -o blib/arch/auto/Async/Interrupt/Interrupt.so \ \ -L/usr/lib64/perl5/CORE -lperl -lpthread chmod 755 blib/arch/auto/Async/Interrupt/Interrupt.so make: Leaving directory '/usr/src/RPM/BUILD/Async-Interrupt-1.26' + : 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/Async-Interrupt-1.26' "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Interrupt.bs blib/arch/auto/Async/Interrupt/Interrupt.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 t/02_pipe.t .... ok t/03_signal.t .. ok t/04_apipe.t ... ok t/05_var.t ..... ok t/06_epipe.t ... ok All tests successful. Files=7, Tests=61, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.03 cusr 0.02 csys = 0.08 CPU) Result: PASS make: Leaving directory '/usr/src/RPM/BUILD/Async-Interrupt-1.26' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.28439 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/perl-Async-Interrupt-buildroot + : + /bin/rm -rf -- /usr/src/tmp/perl-Async-Interrupt-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games + cd Async-Interrupt-1.26 + 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-Async-Interrupt-buildroot PREFIX=/usr INSTALLDIRS=vendor pure_install make: Entering directory '/usr/src/RPM/BUILD/Async-Interrupt-1.26' "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Interrupt.bs blib/arch/auto/Async/Interrupt/Interrupt.bs 644 Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /usr/src/tmp/perl-Async-Interrupt-buildroot/usr/lib64/perl5/auto/Async/Interrupt/Interrupt.so Installing /usr/src/tmp/perl-Async-Interrupt-buildroot/usr/lib64/perl5/Async/Interrupt.pm make: Leaving directory '/usr/src/RPM/BUILD/Async-Interrupt-1.26' + _perl_vendor_check_buildroot + : prompting for files that contain /usr/local + find /usr/src/tmp/perl-Async-Interrupt-buildroot -type f -exec /bin/grep -FH /usr/local '{}' ';' + : prompting for files that contain /tmp + find /usr/src/tmp/perl-Async-Interrupt-buildroot -type f -not -name .packlist -exec /bin/grep -FH /tmp '{}' ';' + _perl_vendor_save_prereq + /bin/grep -F 'perl(' .perl.req perl(common::sense)>=0 + /bin/grep -F 'perl(' .perl.req + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/perl-Async-Interrupt-buildroot (auto) removed './usr/lib64/perl5/auto/Async/Interrupt/.packlist' mode of './usr/lib64/perl5/auto/Async/Interrupt/Interrupt.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/perl-Async-Interrupt-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/perl-Async-Interrupt-buildroot/ (default) Compressing files in /usr/src/tmp/perl-Async-Interrupt-buildroot (auto) Adjusting library links in /usr/src/tmp/perl-Async-Interrupt-buildroot ./usr/lib64: (from :0) Verifying ELF objects in /usr/src/tmp/perl-Async-Interrupt-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-Async-Interrupt-buildroot Processing files: perl-Async-Interrupt-1.26-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.28439 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd Async-Interrupt-1.26 + DOCDIR=/usr/src/tmp/perl-Async-Interrupt-buildroot/usr/share/doc/perl-Async-Interrupt-1.26 + export DOCDIR + rm -rf /usr/src/tmp/perl-Async-Interrupt-buildroot/usr/share/doc/perl-Async-Interrupt-1.26 + /bin/mkdir -p /usr/src/tmp/perl-Async-Interrupt-buildroot/usr/share/doc/perl-Async-Interrupt-1.26 + cp -prL Changes README /usr/src/tmp/perl-Async-Interrupt-buildroot/usr/share/doc/perl-Async-Interrupt-1.26 + chmod -R go-w /usr/src/tmp/perl-Async-Interrupt-buildroot/usr/share/doc/perl-Async-Interrupt-1.26 + chmod -R a+rX /usr/src/tmp/perl-Async-Interrupt-buildroot/usr/share/doc/perl-Async-Interrupt-1.26 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.FWdUlU 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.WYMYdg 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-Async-Interrupt-buildroot/usr/lib64/perl5/Async/Interrupt.pm syntax OK Provides: perl(Async/Interrupt.pm) = 1.260 Requires: /usr/lib64/perl5, ld-linux-x86-64.so.2()(64bit) >= set:jiids, ld-linux-x86-64.so.2(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.28)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), libperl-5.38.so()(64bit) >= set:oijBjKD6lpfE6afwHxRGGdkoS8ZxqzhH0mvddZEpFZKEAlUYpAjZv4ectSTEGbcx214owqnYZDacZ7BThN6wg3a0wu9NTCQkTUDYnuSHWsUDZ334KNHZtVCPkSyJRSVPhfmeETFs3, perl(XSLoader.pm), perl(common/sense.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.jdbF6A Creating perl-Async-Interrupt-debuginfo package Processing files: perl-Async-Interrupt-debuginfo-1.26-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.fK6vDw find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.VsjIYo find-requires: running scripts (debuginfo) Requires: perl-Async-Interrupt = 1:1.26-alt1, debug64(ld-linux-x86-64.so.2), debug64(libc.so.6), debug64(libperl-5.38.so) Adding to perl-Async-Interrupt-debuginfo a strict dependency on perl-Async-Interrupt Wrote: /usr/src/RPM/RPMS/x86_64/perl-Async-Interrupt-1.26-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/perl-Async-Interrupt-debuginfo-1.26-alt1.x86_64.rpm (w2.lzdio) 1.32user 1.55system 0:06.67elapsed 43%CPU (0avgtext+0avgdata 83032maxresident)k 0inputs+0outputs (0major+242176minor)pagefaults 0swaps 4.19user 2.76system 0:17.75elapsed 39%CPU (0avgtext+0avgdata 131456maxresident)k 16inputs+0outputs (0major+206715minor)pagefaults 0swaps --- perl-Async-Interrupt-1.26-alt1.x86_64.rpm.repo 2023-11-28 11:11:58.000000000 +0000 +++ perl-Async-Interrupt-1.26-alt1.x86_64.rpm.hasher 2024-05-04 01:25:03.493626514 +0000 @@ -27,3 +27,3 @@ File: /usr/lib64/perl5/auto/Async/Interrupt 40755 root:root -File: /usr/lib64/perl5/auto/Async/Interrupt/Interrupt.so 100644 root:root aaba6e52cba0e056a6c3ea8d57b66b8c +File: /usr/lib64/perl5/auto/Async/Interrupt/Interrupt.so 100644 root:root eb4d8f166108c381b53d7b51a217e47f File: /usr/share/doc/perl-Async-Interrupt-1.26 40755 root:root @@ -31,2 +31,2 @@ File: /usr/share/doc/perl-Async-Interrupt-1.26/README 100644 root:root 770b983d5b0a6d5185e3b4df8ab95e1b -RPMIdentity: 67e0bbafffa8000d33eaba33936d18c9bb640425b0c45b93427badcd93bc7313e506cdc58372923fdef918790c2624181fa7d6024449c63977581f3cdb8f4816 +RPMIdentity: 98460bcf23e6802d9fa189cf5c574a80f851fd7480cc1c42e28cd8abe81aa7d6e18de38d89d385f52de54dde660925bc779abda6a31728b31187ceb8660ef9c7 --- perl-Async-Interrupt-debuginfo-1.26-alt1.x86_64.rpm.repo 2023-11-28 11:11:58.000000000 +0000 +++ perl-Async-Interrupt-debuginfo-1.26-alt1.x86_64.rpm.hasher 2024-05-04 01:25:03.576627864 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/44 40755 root:root -/usr/lib/debug/.build-id/44/240366522c42f5a5e50a92c1295ed0aa3a5384 120777 root:root ../../../../lib64/perl5/auto/Async/Interrupt/Interrupt.so -/usr/lib/debug/.build-id/44/240366522c42f5a5e50a92c1295ed0aa3a5384.debug 120777 root:root ../../usr/lib64/perl5/auto/Async/Interrupt/Interrupt.so.debug +/usr/lib/debug/.build-id/0c 40755 root:root +/usr/lib/debug/.build-id/0c/97297b186c970a1439dd906558bde7870ddea5 120777 root:root ../../../../lib64/perl5/auto/Async/Interrupt/Interrupt.so +/usr/lib/debug/.build-id/0c/97297b186c970a1439dd906558bde7870ddea5.debug 120777 root:root ../../usr/lib64/perl5/auto/Async/Interrupt/Interrupt.so.debug /usr/lib/debug/usr/lib64/perl5 40755 root:root @@ -18,5 +18,5 @@ Provides: perl-Async-Interrupt-debuginfo = 1:1.26-alt1:sisyphus+335067.54000.2.2 -File: /usr/lib/debug/.build-id/44 40755 root:root -File: /usr/lib/debug/.build-id/44/240366522c42f5a5e50a92c1295ed0aa3a5384 120777 root:root ../../../../lib64/perl5/auto/Async/Interrupt/Interrupt.so -File: /usr/lib/debug/.build-id/44/240366522c42f5a5e50a92c1295ed0aa3a5384.debug 120777 root:root ../../usr/lib64/perl5/auto/Async/Interrupt/Interrupt.so.debug +File: /usr/lib/debug/.build-id/0c 40755 root:root +File: /usr/lib/debug/.build-id/0c/97297b186c970a1439dd906558bde7870ddea5 120777 root:root ../../../../lib64/perl5/auto/Async/Interrupt/Interrupt.so +File: /usr/lib/debug/.build-id/0c/97297b186c970a1439dd906558bde7870ddea5.debug 120777 root:root ../../usr/lib64/perl5/auto/Async/Interrupt/Interrupt.so.debug File: /usr/lib/debug/usr/lib64/perl5 40755 root:root @@ -25,3 +25,3 @@ File: /usr/lib/debug/usr/lib64/perl5/auto/Async/Interrupt 40755 root:root -File: /usr/lib/debug/usr/lib64/perl5/auto/Async/Interrupt/Interrupt.so.debug 100644 root:root 0d7cd30880c843fcaddc1b2f909dcb2d +File: /usr/lib/debug/usr/lib64/perl5/auto/Async/Interrupt/Interrupt.so.debug 100644 root:root 4d6eedb2b07bfbd2323f340a3ea1fdb0 File: /usr/src/debug/Async-Interrupt-1.26 40755 root:root @@ -30,2 +30,2 @@ File: /usr/src/debug/Async-Interrupt-1.26/schmorp.h 100644 root:root 7db8e4359ead8734f5ee4a841a6c0aeb -RPMIdentity: ac17922fa10c111f43219d96183a07409c8a584acdfbbca40761facd92025eec8b4cec9a7f087fee576f3b9286f780251036bf6674df5226a28e2181e93b0265 +RPMIdentity: 3d0313b9724011e0258aeb5eb703102b57b626e085fa0f34b510f4b84a2c2f7983df3caeb683d85c493bf33c7894c46114803a4375e42e62122c523277ef6898