<86>Apr 21 00:43:13 userdel[18922]: delete user 'rooter' <86>Apr 21 00:43:13 groupadd[18933]: group added to /etc/group: name=rooter, GID=531 <86>Apr 21 00:43:13 groupadd[18933]: group added to /etc/gshadow: name=rooter <86>Apr 21 00:43:13 groupadd[18933]: new group: name=rooter, GID=531 <86>Apr 21 00:43:13 useradd[18942]: new user: name=rooter, UID=531, GID=531, home=/root, shell=/bin/bash <86>Apr 21 00:43:13 userdel[18961]: delete user 'builder' <86>Apr 21 00:43:13 userdel[18961]: removed group 'builder' owned by 'builder' <86>Apr 21 00:43:13 userdel[18961]: removed shadow group 'builder' owned by 'builder' <86>Apr 21 00:43:13 groupadd[18978]: group added to /etc/group: name=builder, GID=532 <86>Apr 21 00:43:13 groupadd[18978]: group added to /etc/gshadow: name=builder <86>Apr 21 00:43:13 groupadd[18978]: new group: name=builder, GID=532 <86>Apr 21 00:43:13 useradd[18985]: new user: name=builder, UID=532, GID=532, home=/usr/src, shell=/bin/bash <13>Apr 21 00:43:17 rpmi: perl-devel-1:5.22.3-alt0.M80P.1 1485958065 installed <13>Apr 21 00:43:17 rpmi: perl-Crypt-CBC-2.33-alt1 1375472462 installed Installing perl-Crypt-DES-2.07-alt2.1.1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.93577 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf Crypt-DES-2.07 + echo 'Source #0 (Crypt-DES-2.07.tar.gz):' Source #0 (Crypt-DES-2.07.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/Crypt-DES-2.07.tar.gz + /bin/tar -xf - + cd Crypt-DES-2.07 + /bin/chmod -c -Rf u+rwX,go-w . mode of './Makefile.PL' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x) + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.93577 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd Crypt-DES-2.07 + 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 Crypt::DES + : running make + '[' -n '' ']' + NPROCS=8 + make -j8 'OPTIMIZE=-pipe -Wall -g -O2' 'CP=/bin/cp -p' make: Entering directory `/usr/src/RPM/BUILD/Crypt-DES-2.07' "/usr/bin/perl" "/usr/share/perl5/ExtUtils/xsubpp" -typemap "/usr/share/perl5/ExtUtils/typemap" -typemap "typemap" DES.xs > DES.xsc && mv DES.xsc DES.c Running Mkbootstrap for Crypt::DES () 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 -Wall -g -O2 -DVERSION=\"2.07\" -DXS_VERSION=\"2.07\" -fPIC "-I/usr/lib64/perl5/CORE" _des.c _des.c:79:36: warning: missing braces around initializer [-Wmissing-braces] unsigned long des_SPtrans_x[8][64]={ ^ _des.c:79:36: note: (near initialization for 'des_SPtrans_x') _des.c:224:30: warning: missing braces around initializer [-Wmissing-braces] unsigned long des_skb[8][64]={ ^ _des.c:224:30: note: (near initialization for 'des_skb') _des.c: In function 'perl_des_crypt': _des.c:454:18: warning: unused variable 'ptr' [-Wunused-variable] unsigned char * ptr; ^ chmod 644 "DES.bs" cp DES.pm blib/lib/Crypt/DES.pm 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 -Wall -g -O2 -DVERSION=\"2.07\" -DXS_VERSION=\"2.07\" -fPIC "-I/usr/lib64/perl5/CORE" DES.c DES.xs: In function 'XS_Crypt__DES_expand_key': DES.xs:39:3: warning: implicit declaration of function 'perl_des_expand_key' [-Wimplicit-function-declaration] perl_des_expand_key((i8 *)key, ks); ^ In file included from DES.xs:13:0: /usr/lib64/perl5/CORE/XSUB.h:193:28: warning: unused variable 'targ' [-Wunused-variable] #define dXSTARG SV * const targ = ((PL_op->op_private & OPpENTERSUB_HASTARG) \ ^ DES.c:189:2: note: in expansion of macro 'dXSTARG' dXSTARG; ^ DES.c:188:9: warning: unused variable 'RETVAL' [-Wunused-variable] char * RETVAL; ^ DES.xs: In function 'XS_Crypt__DES_crypt': DES.xs:69:3: warning: implicit declaration of function 'perl_des_crypt' [-Wimplicit-function-declaration] perl_des_crypt(input, SvGROW(output, output_len), (i32 *)ks, enc_flag); ^ rm -f blib/arch/auto/Crypt/DES/DES.so gcc -shared -pipe -Wall -g -O2 -L/usr/local/lib -fstack-protector-strong DES.o _des.o -o blib/arch/auto/Crypt/DES/DES.so \ \ -L/usr/lib64/perl5/CORE -lperl -lpthread chmod 755 blib/arch/auto/Crypt/DES/DES.so "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- DES.bs blib/arch/auto/Crypt/DES/DES.bs 644 make: Leaving directory `/usr/src/RPM/BUILD/Crypt-DES-2.07' + : 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/Crypt-DES-2.07' Running Mkbootstrap for Crypt::DES () chmod 644 "DES.bs" PERL_DL_NONLAZY=1 "/usr/bin/perl" "-Iblib/lib" "-Iblib/arch" test.pl 1..342 342 basic tests ran in 0 wallclock secs ( 0.00 usr + 0.00 sys = 0.00 CPU) 342 of 342 tests passed (100.00%) Running speed tests... non-cached cipher speed test. 5000 encrypt iterations 0 wallclock secs ( 0.04 usr + 0.00 sys = 0.04 CPU) ok 343 non-cached cipher speed test. 5000 decrypt iterations 0 wallclock secs ( 0.04 usr + 0.00 sys = 0.04 CPU) ok 344 cached cipher speed test. 10000 encrypt iterations 0 wallclock secs ( 0.02 usr + 0.00 sys = 0.02 CPU) ok 345 cached cipher speed test. 10000 decrypt iterations 0 wallclock secs ( 0.02 usr + 0.00 sys = 0.02 CPU) ok 346 Testing Cipher Block Chaining.. ok 347 - CBC Mode Finished with tests make: Leaving directory `/usr/src/RPM/BUILD/Crypt-DES-2.07' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.32506 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/perl-Crypt-DES-buildroot + : + /bin/rm -rf -- /usr/src/tmp/perl-Crypt-DES-buildroot + cd Crypt-DES-2.07 + 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=/bin/install -p' 'CP=/bin/cp -p' DESTDIR=/usr/src/tmp/perl-Crypt-DES-buildroot PREFIX=/usr INSTALLDIRS=vendor pure_install make: Entering directory `/usr/src/RPM/BUILD/Crypt-DES-2.07' Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /usr/src/tmp/perl-Crypt-DES-buildroot/usr/lib64/perl5/auto/Crypt/DES/DES.so Installing /usr/src/tmp/perl-Crypt-DES-buildroot/usr/lib64/perl5/Crypt/DES.pm make: Leaving directory `/usr/src/RPM/BUILD/Crypt-DES-2.07' + _perl_vendor_check_buildroot + : prompting for files that contain /usr/local + find /usr/src/tmp/perl-Crypt-DES-buildroot -type f -exec /bin/grep -FH /usr/local '{}' ';' + : prompting for files that contain /tmp + find /usr/src/tmp/perl-Crypt-DES-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-Crypt-DES-buildroot (auto) removed './usr/lib64/perl5/auto/Crypt/DES/.packlist' mode of './usr/lib64/perl5/auto/Crypt/DES/DES.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/perl-Crypt-DES-buildroot (binconfig,pkgconfig,libtool,desktop) Compressing files in /usr/src/tmp/perl-Crypt-DES-buildroot (auto) Adjusting library links in /usr/src/tmp/perl-Crypt-DES-buildroot ./usr/lib64: Verifying ELF objects in /usr/src/tmp/perl-Crypt-DES-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-Crypt-DES-2.07-alt2.1.1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.32506 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd Crypt-DES-2.07 + DOCDIR=/usr/src/tmp/perl-Crypt-DES-buildroot/usr/share/doc/perl-Crypt-DES-2.07 + export DOCDIR + rm -rf /usr/src/tmp/perl-Crypt-DES-buildroot/usr/share/doc/perl-Crypt-DES-2.07 + /bin/mkdir -p /usr/src/tmp/perl-Crypt-DES-buildroot/usr/share/doc/perl-Crypt-DES-2.07 + cp -prL README COPYRIGHT /usr/src/tmp/perl-Crypt-DES-buildroot/usr/share/doc/perl-Crypt-DES-2.07 + chmod -R go-w /usr/src/tmp/perl-Crypt-DES-buildroot/usr/share/doc/perl-Crypt-DES-2.07 + chmod -R a+rX /usr/src/tmp/perl-Crypt-DES-buildroot/usr/share/doc/perl-Crypt-DES-2.07 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.mXKiWB find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.dClc5Z find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) /usr/src/tmp/perl-Crypt-DES-buildroot/usr/lib64/perl5/Crypt/DES.pm syntax OK Provides: perl(Crypt/DES.pm) = 2.070 Requires: /usr/lib64/perl5, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.4)(64bit), libperl-5.22.so()(64bit) >= set:okjB3Szi7acE1gGcPXXQENN3Av1eBN9sR9BWMMhywtGvFr, libpthread.so.0(GLIBC_2.2.5)(64bit), perl(DynaLoader.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.C9D9Wq Creating perl-Crypt-DES-debuginfo package Processing files: perl-Crypt-DES-debuginfo-2.07-alt2.1.1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.QhfvyU find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.7Tb4Rq find-requires: running scripts (debuginfo) Requires: perl-Crypt-DES = 2.07-alt2.1.1, debug64(libc.so.6), debug64(libperl-5.22.so), debug64(libpthread.so.0) Wrote: /usr/src/RPM/RPMS/x86_64/perl-Crypt-DES-2.07-alt2.1.1.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/perl-Crypt-DES-debuginfo-2.07-alt2.1.1.x86_64.rpm 2.84user 1.25system 0:07.63elapsed 53%CPU (0avgtext+0avgdata 38008maxresident)k 0inputs+0outputs (0major+192898minor)pagefaults 0swaps 7.23user 6.02system 0:16.70elapsed 79%CPU (0avgtext+0avgdata 124024maxresident)k 40inputs+0outputs (0major+415106minor)pagefaults 0swaps