<86>Sep 23 05:20:54 userdel[491674]: delete user 'rooter' <86>Sep 23 05:20:54 userdel[491674]: removed group 'rooter' owned by 'rooter' <86>Sep 23 05:20:54 userdel[491674]: removed shadow group 'rooter' owned by 'rooter' <86>Sep 23 05:20:54 groupadd[491763]: group added to /etc/group: name=rooter, GID=1874 <86>Sep 23 05:20:54 groupadd[491763]: group added to /etc/gshadow: name=rooter <86>Sep 23 05:20:54 groupadd[491763]: new group: name=rooter, GID=1874 <86>Sep 23 05:20:54 useradd[491828]: new user: name=rooter, UID=1874, GID=1874, home=/root, shell=/bin/bash, from=none <86>Sep 23 05:20:54 userdel[491928]: delete user 'builder' <86>Sep 23 05:20:54 userdel[491928]: removed group 'builder' owned by 'builder' <86>Sep 23 05:20:54 userdel[491928]: removed shadow group 'builder' owned by 'builder' <86>Sep 23 05:20:54 groupadd[491998]: group added to /etc/group: name=builder, GID=1875 <86>Sep 23 05:20:54 groupadd[491998]: group added to /etc/gshadow: name=builder <86>Sep 23 05:20:54 groupadd[491998]: new group: name=builder, GID=1875 <86>Sep 23 05:20:54 useradd[492051]: new user: name=builder, UID=1875, GID=1875, home=/usr/src, shell=/bin/bash, from=none /usr/src/in/srpm/perl-Clone-0.46-alt1.src.rpm: The use of such a license name is ambiguous: GPL /usr/src/in/srpm/perl-Clone-0.46-alt1.src.rpm: The use of such a license name is ambiguous: Artistic <13>Sep 23 05:20:57 rpmi: libgdbm-1.8.3-alt10 sisyphus+278100.1600.1.1 1626059138 installed <13>Sep 23 05:20:57 rpmi: libgdbm-devel-1.8.3-alt10 sisyphus+278100.1600.1.1 1626059138 installed <13>Sep 23 05:20:57 rpmi: perl-devel-1:5.34.1-alt1 sisyphus+303178.100.1.1 1656953649 installed <13>Sep 23 05:20:57 rpmi: perl-B-COW-0.007-alt1 sisyphus+308849.100.1.1 1666450575 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/perl-Clone-0.46-alt1.nosrc.rpm (w1.gzdio) Installing perl-Clone-0.46-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.60708 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf Clone-0.46 + echo 'Source #0 (Clone-0.46.tar.gz):' Source #0 (Clone-0.46.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/Clone-0.46.tar.gz + /bin/tar -xf - + cd Clone-0.46 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.60708 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd Clone-0.46 + 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 + : 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 Clone + : 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/Clone-0.46' Running Mkbootstrap for Clone () chmod 644 "Clone.bs" make: Leaving directory '/usr/src/RPM/BUILD/Clone-0.46' make: Entering directory '/usr/src/RPM/BUILD/Clone-0.46' "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Clone.bs blib/arch/auto/Clone/Clone.bs 644 make: Leaving directory '/usr/src/RPM/BUILD/Clone-0.46' make: Entering directory '/usr/src/RPM/BUILD/Clone-0.46' cp Clone.pm blib/lib/Clone.pm AutoSplitting blib/lib/Clone.pm (blib/lib/auto/Clone) make: Leaving directory '/usr/src/RPM/BUILD/Clone-0.46' make: Entering directory '/usr/src/RPM/BUILD/Clone-0.46' "/usr/bin/perl" "/usr/share/perl5/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' Clone.xs > Clone.xsc mv Clone.xsc Clone.c make: Leaving directory '/usr/src/RPM/BUILD/Clone-0.46' make: Entering directory '/usr/src/RPM/BUILD/Clone-0.46' 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 -march=i586 -mtune=generic -DVERSION=\"0.46\" -DXS_VERSION=\"0.46\" -fPIC "-I/usr/lib/perl5/CORE" Clone.c Clone.xs: In function 'av_clone': Clone.xs:67:7: warning: unused variable 'val' [-Wunused-variable] 67 | SV *val = NULL; | ^~~ Clone.xs: In function 'rv_clone': Clone.xs:99:7: warning: unused variable 'rv' [-Wunused-variable] 99 | SV *rv = NULL; | ^~ Clone.xs: In function 'sv_clone': Clone.xs:277:15: warning: unused variable 'vtable' [-Wunused-variable] 277 | MGVTBL *vtable = 0; | ^~~~~~ Clone.xs: At top level: Clone.xs:96:1: warning: 'rv_clone' defined but not used [-Wunused-function] 96 | rv_clone (SV * ref, HV* hseen, int depth) | ^~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/Clone-0.46' make: Entering directory '/usr/src/RPM/BUILD/Clone-0.46' rm -f blib/arch/auto/Clone/Clone.so gcc -lpthread -shared -L/usr/local/lib -fstack-protector-strong Clone.o -o blib/arch/auto/Clone/Clone.so \ \ -L/usr/lib/perl5/CORE -lperl -lpthread chmod 755 blib/arch/auto/Clone/Clone.so make: Leaving directory '/usr/src/RPM/BUILD/Clone-0.46' + : 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/Clone-0.46' "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Clone.bs blib/arch/auto/Clone/Clone.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/01array.t ...... ok t/02hash.t ....... ok (?^:abcdefg) vs (?^:abcdefg) at t/03scalar.t line 133. t/03scalar.t ..... ok t/04tie.t ........ ok t/05dtype.t ...... ok t/06refcnt.t ..... ok SV = PVMG(0x56ee6710) at 0x56e9f1e0 REFCNT = 1 FLAGS = (SMG,POK,pPOK,UTF8) IV = 0 NV = 0 PV = 0x56f47c90 "a\r\n"\0 [UTF8 "a\r\n"] CUR = 3 LEN = 10 MAGIC = 0x56ad8c70 MG_VIRTUAL = &PL_vtbl_utf8 MG_TYPE = PERL_MAGIC_utf8(w) MG_LEN = -1 MG_PTR = 0x56ad8d90 0: 2 -> 2 1: 0 -> 0 SV = PVMG(0x56ee6750) at 0x56f39190 REFCNT = 1 FLAGS = (SMG,POK,pPOK,UTF8) IV = 0 NV = 0 PV = 0x56f08d70 "a\r\n"\0 [UTF8 "a\r\n"] CUR = 3 LEN = 10 MAGIC = 0x56f39c00 MG_VIRTUAL = &PL_vtbl_utf8 MG_TYPE = PERL_MAGIC_utf8(w) MG_LEN = -1 MG_PTR = 0x56f39ce0 0: 2 -> 2 1: 0 -> 0 t/07magic.t ...... ok t/08fieldhash.t .. ok t/cow.t .......... ok t/dclone.t ....... ok All tests successful. Test Summary Report ------------------- t/cow.t (Wstat: 0 Tests: 59 Failed: 0) TODO passed: 18-19, 23-24, 28-29, 33-34, 38-39 Files=10, Tests=145, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.20 cusr 0.02 csys = 0.25 CPU) Result: PASS make: Leaving directory '/usr/src/RPM/BUILD/Clone-0.46' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.83279 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/perl-Clone-buildroot + : + /bin/rm -rf -- /usr/src/tmp/perl-Clone-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd Clone-0.46 + 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-Clone-buildroot PREFIX=/usr INSTALLDIRS=vendor pure_install make: Entering directory '/usr/src/RPM/BUILD/Clone-0.46' "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Clone.bs blib/arch/auto/Clone/Clone.bs 644 Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /usr/src/tmp/perl-Clone-buildroot/usr/lib/perl5/auto/Clone/Clone.so Installing /usr/src/tmp/perl-Clone-buildroot/usr/lib/perl5/Clone.pm Installing /usr/src/tmp/perl-Clone-buildroot/usr/lib/perl5/auto/Clone/autosplit.ix make: Leaving directory '/usr/src/RPM/BUILD/Clone-0.46' + _perl_vendor_check_buildroot + : prompting for files that contain /usr/local + find /usr/src/tmp/perl-Clone-buildroot -type f -exec /bin/grep -FH /usr/local '{}' ';' + : prompting for files that contain /tmp + find /usr/src/tmp/perl-Clone-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-Clone-buildroot (auto) removed './usr/lib/perl5/auto/Clone/.packlist' mode of './usr/lib/perl5/auto/Clone/Clone.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/perl-Clone-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/perl-Clone-buildroot/ (default) Compressing files in /usr/src/tmp/perl-Clone-buildroot (auto) Adjusting library links in /usr/src/tmp/perl-Clone-buildroot ./usr/lib: (from :0) Verifying ELF objects in /usr/src/tmp/perl-Clone-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Processing files: perl-Clone-0.46-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.37616 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd Clone-0.46 + DOCDIR=/usr/src/tmp/perl-Clone-buildroot/usr/share/doc/perl-Clone-0.46 + export DOCDIR + rm -rf /usr/src/tmp/perl-Clone-buildroot/usr/share/doc/perl-Clone-0.46 + /bin/mkdir -p /usr/src/tmp/perl-Clone-buildroot/usr/share/doc/perl-Clone-0.46 + cp -prL Changes README.md /usr/src/tmp/perl-Clone-buildroot/usr/share/doc/perl-Clone-0.46 + chmod -R go-w /usr/src/tmp/perl-Clone-buildroot/usr/share/doc/perl-Clone-0.46 + chmod -R a+rX /usr/src/tmp/perl-Clone-buildroot/usr/share/doc/perl-Clone-0.46 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.8HtDrV 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.22RD3X 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-Clone-buildroot/usr/lib/perl5/Clone.pm syntax OK Provides: perl(Clone.pm) = 0.460 Requires: /usr/lib/perl5, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.34), libperl-5.34.so >= set:ojjBzbKr2FxfHoAxMO2icVRw2Igf4ZhZHjjKuHq2S0bZhQZhjkhRAJrZIPb3J4imtMT5pVpBitqZrnMo6nqYhbDJPBbf3Ab, perl(AutoLoader.pm), 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.WtwSb4 Creating perl-Clone-debuginfo package Processing files: perl-Clone-debuginfo-0.46-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.5AL3NH find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.jVDScd find-requires: running scripts (debuginfo) Requires: perl-Clone = 0.46-alt1, debug(libc.so.6), debug(libperl-5.34.so) Adding to perl-Clone-debuginfo a strict dependency on perl-Clone Wrote: /usr/src/RPM/RPMS/i586/perl-Clone-0.46-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/perl-Clone-debuginfo-0.46-alt1.i586.rpm (w2.lzdio) 1.39user 0.65system 0:06.37elapsed 32%CPU (0avgtext+0avgdata 58964maxresident)k 0inputs+0outputs (0major+209085minor)pagefaults 0swaps /.out/perl-Clone-0.46-alt1.i586.rpm: The use of such a license name is ambiguous: GPL /.out/perl-Clone-0.46-alt1.i586.rpm: The use of such a license name is ambiguous: Artistic /.out/perl-Clone-debuginfo-0.46-alt1.i586.rpm: The use of such a license name is ambiguous: GPL /.out/perl-Clone-debuginfo-0.46-alt1.i586.rpm: The use of such a license name is ambiguous: Artistic 2.92user 1.29system 0:12.81elapsed 32%CPU (0avgtext+0avgdata 124304maxresident)k 24inputs+0outputs (0major+189562minor)pagefaults 0swaps --- perl-Clone-0.46-alt1.i586.rpm.repo 2022-10-22 15:17:00.000000000 +0000 +++ perl-Clone-0.46-alt1.i586.rpm.hasher 2023-09-23 05:21:05.917812558 +0000 @@ -21,3 +21,3 @@ File: /usr/lib/perl5/auto/Clone 40755 root:root -File: /usr/lib/perl5/auto/Clone/Clone.so 100644 root:root ad09623b11d9a6d251cf1bf3dac6ae91 +File: /usr/lib/perl5/auto/Clone/Clone.so 100644 root:root 652f18378ad6baa20ad56529d813e0e5 File: /usr/lib/perl5/auto/Clone/autosplit.ix 100644 root:root 8a2b5844f7333687c2c2301d9b127137 @@ -26,2 +26,2 @@ File: /usr/share/doc/perl-Clone-0.46/README.md 100644 root:root d0fb90e21be752f244c6f6fab9deee55 -RPMIdentity: 926167cbb7402f03d78d2b2e23c4917ed1d3156f28d429b20c0be904e218c6c36a3b2b80b7842efb67f813def4caf61fdeb4495dbbedeab2ca4157c723d9c0ec +RPMIdentity: 457c6586310ad1e2621733819c4200821a2fb0ff76222a9396fbabdfd86a2e2824b87b599702af5abc6b47b55e74eecd7fea66051921ae761ea77874d7145613 --- perl-Clone-debuginfo-0.46-alt1.i586.rpm.repo 2022-10-22 15:17:00.000000000 +0000 +++ perl-Clone-debuginfo-0.46-alt1.i586.rpm.hasher 2023-09-23 05:21:05.978813164 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/90 40755 root:root -/usr/lib/debug/.build-id/90/29fe79a2744ae22ecf6a7027ee8b84b67ebc0b 120777 root:root ../../../perl5/auto/Clone/Clone.so -/usr/lib/debug/.build-id/90/29fe79a2744ae22ecf6a7027ee8b84b67ebc0b.debug 120777 root:root ../../usr/lib/perl5/auto/Clone/Clone.so.debug +/usr/lib/debug/.build-id/0c 40755 root:root +/usr/lib/debug/.build-id/0c/31ae2a43abba145ddfe66343f7161bd5fddb50 120777 root:root ../../../perl5/auto/Clone/Clone.so +/usr/lib/debug/.build-id/0c/31ae2a43abba145ddfe66343f7161bd5fddb50.debug 120777 root:root ../../usr/lib/perl5/auto/Clone/Clone.so.debug /usr/lib/debug/usr/lib/perl5 40755 root:root @@ -15,5 +15,5 @@ Provides: perl-Clone-debuginfo = 0.46-alt1:sisyphus+308850.100.1.3 -File: /usr/lib/debug/.build-id/90 40755 root:root -File: /usr/lib/debug/.build-id/90/29fe79a2744ae22ecf6a7027ee8b84b67ebc0b 120777 root:root ../../../perl5/auto/Clone/Clone.so -File: /usr/lib/debug/.build-id/90/29fe79a2744ae22ecf6a7027ee8b84b67ebc0b.debug 120777 root:root ../../usr/lib/perl5/auto/Clone/Clone.so.debug +File: /usr/lib/debug/.build-id/0c 40755 root:root +File: /usr/lib/debug/.build-id/0c/31ae2a43abba145ddfe66343f7161bd5fddb50 120777 root:root ../../../perl5/auto/Clone/Clone.so +File: /usr/lib/debug/.build-id/0c/31ae2a43abba145ddfe66343f7161bd5fddb50.debug 120777 root:root ../../usr/lib/perl5/auto/Clone/Clone.so.debug File: /usr/lib/debug/usr/lib/perl5 40755 root:root @@ -21,3 +21,3 @@ File: /usr/lib/debug/usr/lib/perl5/auto/Clone 40755 root:root -File: /usr/lib/debug/usr/lib/perl5/auto/Clone/Clone.so.debug 100644 root:root 3e7eb6be56dd83d891218be3b908b398 +File: /usr/lib/debug/usr/lib/perl5/auto/Clone/Clone.so.debug 100644 root:root e3a0a832d86cf9a0f5294b493f85435c File: /usr/src/debug/Clone-0.46 40755 root:root @@ -25,2 +25,2 @@ File: /usr/src/debug/Clone-0.46/Clone.xs 100644 root:root 09ff0562f642a9e49df4143d35ed96bb -RPMIdentity: e065668dbb80d8c6f5841eabd5879d748ab5352962af6a81de8500c4911254fd11e1eb765e00887439766bf78aa69971af406888a6b5a1c7ee139413ff4b0fc6 +RPMIdentity: 1a06503974635632660a5b593a4fe156be88132bcec89d30bfecfe21076ba96b260856c32dbcbef5b5118e2b59483cab9532ce6c375a1425066edb93568dd7e1