request from: hawk checking if we should skip the build started at: Tue Mar 22 10:45:43 2016 fetching http://kraz.tld-linux.org/~builderti//srpms/db810cbc-0e9a-4012-be23-f8e4ffb6861b/perl-Devel-FindRef-1.422-8.src.rpm fetched 13918 bytes, 27.8 K/s installing srpm: perl-Devel-FindRef-1.422-8.src.rpm mesg: ttyname failed: Inappropriate ioctl for device mesg: ttyname failed: Inappropriate ioctl for device mesg: ttyname failed: Inappropriate ioctl for device Building target platforms: i686-pld-linux checking BuildConflict-ing packages no BuildConflicts found checking BR no BR needed building RPM using: echo build-id: db810cbc-0e9a-4012-be23-f8e4ffb6861b; cd rpm/SPECS; TMPDIR=/tmp/B.b06f43 exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j4' --target i686-pld-linux perl-Devel-FindRef.spec mesg: ttyname failed: Inappropriate ioctl for device build-id: db810cbc-0e9a-4012-be23-f8e4ffb6861b Building target platforms: i686-pld-linux Executing(%prep): env -i TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.b06f43 /bin/sh -e /tmp/B.b06f43/rpm-tmp.58922 + umask 022 + cd /home/users/builder/rpm/BUILD + cd /home/users/builder/rpm/BUILD + rm -rf Devel-FindRef-1.422 + /usr/bin/gzip -dc /home/users/builder/rpm/SOURCES/Devel-FindRef-1.422.tar.gz + tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd Devel-FindRef-1.422 + /bin/id -u + '[' 10001 '=' 0 ']' + true . + /bin/chmod -Rf -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): env -i TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.b06f43 /bin/sh -e /tmp/B.b06f43/rpm-tmp.58922 TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.b06f43 + umask 022 + cd /home/users/builder/rpm/BUILD + cd Devel-FindRef-1.422 + /usr/bin/perl Makefile.PL 'INSTALLDIRS=vendor' Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Devel::FindRef Writing MYMETA.yml and MYMETA.json + /usr/bin/make -j4 'CC=i686-tld-linux-gcc' 'OPTIMIZE=-O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 ' "/usr/bin/perl5.22.0" "/usr/share/perl5/5.22.0/ExtUtils/xsubpp" -typemap "/usr/share/perl5/5.22.0/ExtUtils/typemap" FindRef.xs > FindRef.xsc && mv FindRef.xsc FindRef.c Running Mkbootstrap for Devel::FindRef () chmod 644 "FindRef.bs" cp FindRef.pm blib/lib/Devel/FindRef.pm i686-tld-linux-gcc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -DVERSION=\"1.422\" -DXS_VERSION=\"1.422\" -fPIC "-I/usr/lib/perl5/5.22.0/i686-tld-linux-thread-multi/CORE" FindRef.c In file included from /usr/lib/perl5/5.22.0/i686-tld-linux-thread-multi/CORE/perl.h:3733:0, from FindRef.xs:2: FindRef.xs: In function 'XS_Devel__FindRef_find_': /usr/lib/perl5/5.22.0/i686-tld-linux-thread-multi/CORE/pad.h:319:33: error: 'SV' has no member named 'xpadn_ourstash' #define PadnameOURSTASH(pn) (pn)->xpadn_ourstash ^ /usr/lib/perl5/5.22.0/i686-tld-linux-thread-multi/CORE/pad.h:342:27: note: in expansion of macro 'PadnameOURSTASH' #define SvPAD_OUR(pn) (!!PadnameOURSTASH(pn)) ^ FindRef.xs:100:56: note: in expansion of macro 'SvPAD_OUR' if (SvTYPE (sv) == SVt_PVMG && SvPAD_OUR (sv)) ^ FindRef.xs:148:37: warning: field precision specifier '.*' expects argument of type 'int', but argument 2 has type 'I32' [-Wformat=] res_pair (form ("the member '%.*s' of", HeKLEN (he), HeKEY (he))); ^ In file included from /usr/lib/perl5/5.22.0/i686-tld-linux-thread-multi/CORE/perl.h:3734:0, from FindRef.xs:2: /usr/lib/perl5/5.22.0/i686-tld-linux-thread-multi/CORE/cv.h:70:25: warning: initialization from incompatible pointer type [enabled by default] #define CvPADLIST(sv) (*(assert_(!CvISXSUB((CV*)(sv))) \ ^ FindRef.xs:163:49: note: in expansion of macro 'CvPADLIST' AV *padlist = CvPADLIST (sv); ^ FindRef.xs:201:35: warning: format '%d' expects argument of type 'int', but argument 3 has type 'line_t' [-Wformat=] res_text (form ("the closure created at %s:%d", ^ In file included from /usr/lib/perl5/5.22.0/i686-tld-linux-thread-multi/CORE/perl.h:5541:0, from FindRef.xs:2: /usr/lib/perl5/5.22.0/i686-tld-linux-thread-multi/CORE/hv.h:265:28: warning: field precision specifier '.*' expects argument of type 'int', but argument 4 has type 'long int' [-Wformat=] #define HvAUX(hv) ((struct xpvhv_aux*)&(HvARRAY(hv)[HvMAX(hv)+1])) ^ /usr/lib/perl5/5.22.0/i686-tld-linux-thread-multi/CORE/embed.h:63:44: note: in definition of macro 'av_push' #define av_push(a,b) Perl_av_push(aTHX_ a,b) ^ FindRef.xs:37:18: note: in expansion of macro 'newSVpv' av_push (av, newSVpv (text, 0)); \ ^ FindRef.xs:42:3: note: in expansion of macro 'res_text' res_text (form ("the global %c%s::%.*s", sigil, \ ^ /usr/lib/perl5/5.22.0/i686-tld-linux-thread-multi/CORE/hv.h:297:7: note: in expansion of macro 'HEK_KEY' ? HEK_KEY(HvNAME_HEK_NN(hv)) : NULL) ^ /usr/lib/perl5/5.22.0/i686-tld-linux-thread-multi/CORE/hv.h:290:5: note: in expansion of macro 'HvAUX' : HvAUX(hv)->xhv_name_u.xhvnameu_name \ ^ /usr/lib/perl5/5.22.0/i686-tld-linux-thread-multi/CORE/hv.h:297:15: note: in expansion of macro 'HvNAME_HEK_NN' ? HEK_KEY(HvNAME_HEK_NN(hv)) : NULL) ^ /usr/lib/perl5/5.22.0/i686-tld-linux-thread-multi/CORE/hv.h:275:20: note: in expansion of macro 'HvNAME_get' #define HvNAME(hv) HvNAME_get(hv) ^ FindRef.xs:43:19: note: in expansion of macro 'HvNAME' HvNAME (GvSTASH (sv)), \ ^ FindRef.xs:214:62: note: in expansion of macro 'res_gv' if (GvSV (sv) == (SV *)targ) res_gv ('$'); ^ /usr/lib/perl5/5.22.0/i686-tld-linux-thread-multi/CORE/hv.h:265:28: warning: field precision specifier '.*' expects argument of type 'int', but argument 4 has type 'long int' [-Wformat=] #define HvAUX(hv) ((struct xpvhv_aux*)&(HvARRAY(hv)[HvMAX(hv)+1])) ^ /usr/lib/perl5/5.22.0/i686-tld-linux-thread-multi/CORE/embed.h:63:44: note: in definition of macro 'av_push' #define av_push(a,b) Perl_av_push(aTHX_ a,b) ^ FindRef.xs:37:18: note: in expansion of macro 'newSVpv' av_push (av, newSVpv (text, 0)); \ ^ FindRef.xs:42:3: note: in expansion of macro 'res_text' res_text (form ("the global %c%s::%.*s", sigil, \ ^ /usr/lib/perl5/5.22.0/i686-tld-linux-thread-multi/CORE/hv.h:297:7: note: in expansion of macro 'HEK_KEY' ? HEK_KEY(HvNAME_HEK_NN(hv)) : NULL) ^ /usr/lib/perl5/5.22.0/i686-tld-linux-thread-multi/CORE/hv.h:290:5: note: in expansion of macro 'HvAUX' : HvAUX(hv)->xhv_name_u.xhvnameu_name \ ^ /usr/lib/perl5/5.22.0/i686-tld-linux-thread-multi/CORE/hv.h:297:15: note: in expansion of macro 'HvNAME_HEK_NN' ? HEK_KEY(HvNAME_HEK_NN(hv)) : NULL) ^ /usr/lib/perl5/5.22.0/i686-tld-linux-thread-multi/CORE/hv.h:275:20: note: in expansion of macro 'HvNAME_get' #define HvNAME(hv) HvNAME_get(hv) ^ FindRef.xs:43:19: note: in expansion of macro 'HvNAME' HvNAME (GvSTASH (sv)), \ ^ FindRef.xs:215:62: note: in expansion of macro 'res_gv' if (GvAV (sv) == (AV *)targ) res_gv ('@'); ^ /usr/lib/perl5/5.22.0/i686-tld-linux-thread-multi/CORE/hv.h:265:28: warning: field precision specifier '.*' expects argument of type 'int', but argument 4 has type 'long int' [-Wformat=] #define HvAUX(hv) ((struct xpvhv_aux*)&(HvARRAY(hv)[HvMAX(hv)+1])) ^ /usr/lib/perl5/5.22.0/i686-tld-linux-thread-multi/CORE/embed.h:63:44: note: in definition of macro 'av_push' #define av_push(a,b) Perl_av_push(aTHX_ a,b) ^ FindRef.xs:37:18: note: in expansion of macro 'newSVpv' av_push (av, newSVpv (text, 0)); \ ^ FindRef.xs:42:3: note: in expansion of macro 'res_text' res_text (form ("the global %c%s::%.*s", sigil, \ ^ /usr/lib/perl5/5.22.0/i686-tld-linux-thread-multi/CORE/hv.h:297:7: note: in expansion of macro 'HEK_KEY' ? HEK_KEY(HvNAME_HEK_NN(hv)) : NULL) ^ /usr/lib/perl5/5.22.0/i686-tld-linux-thread-multi/CORE/hv.h:290:5: note: in expansion of macro 'HvAUX' : HvAUX(hv)->xhv_name_u.xhvnameu_name \ ^ /usr/lib/perl5/5.22.0/i686-tld-linux-thread-multi/CORE/hv.h:297:15: note: in expansion of macro 'HvNAME_HEK_NN' ? HEK_KEY(HvNAME_HEK_NN(hv)) : NULL) ^ /usr/lib/perl5/5.22.0/i686-tld-linux-thread-multi/CORE/hv.h:275:20: note: in expansion of macro 'HvNAME_get' #define HvNAME(hv) HvNAME_get(hv) ^ FindRef.xs:43:19: note: in expansion of macro 'HvNAME' HvNAME (GvSTASH (sv)), \ ^ FindRef.xs:216:62: note: in expansion of macro 'res_gv' if (GvHV (sv) == (HV *)targ) res_gv ('%'); ^ /usr/lib/perl5/5.22.0/i686-tld-linux-thread-multi/CORE/hv.h:265:28: warning: field precision specifier '.*' expects argument of type 'int', but argument 4 has type 'long int' [-Wformat=] #define HvAUX(hv) ((struct xpvhv_aux*)&(HvARRAY(hv)[HvMAX(hv)+1])) ^ /usr/lib/perl5/5.22.0/i686-tld-linux-thread-multi/CORE/embed.h:63:44: note: in definition of macro 'av_push' #define av_push(a,b) Perl_av_push(aTHX_ a,b) ^ FindRef.xs:37:18: note: in expansion of macro 'newSVpv' av_push (av, newSVpv (text, 0)); \ ^ FindRef.xs:42:3: note: in expansion of macro 'res_text' res_text (form ("the global %c%s::%.*s", sigil, \ ^ /usr/lib/perl5/5.22.0/i686-tld-linux-thread-multi/CORE/hv.h:297:7: note: in expansion of macro 'HEK_KEY' ? HEK_KEY(HvNAME_HEK_NN(hv)) : NULL) ^ /usr/lib/perl5/5.22.0/i686-tld-linux-thread-multi/CORE/hv.h:290:5: note: in expansion of macro 'HvAUX' : HvAUX(hv)->xhv_name_u.xhvnameu_name \ ^ /usr/lib/perl5/5.22.0/i686-tld-linux-thread-multi/CORE/hv.h:297:15: note: in expansion of macro 'HvNAME_HEK_NN' ? HEK_KEY(HvNAME_HEK_NN(hv)) : NULL) ^ /usr/lib/perl5/5.22.0/i686-tld-linux-thread-multi/CORE/hv.h:275:20: note: in expansion of macro 'HvNAME_get' #define HvNAME(hv) HvNAME_get(hv) ^ FindRef.xs:43:19: note: in expansion of macro 'HvNAME' HvNAME (GvSTASH (sv)), \ ^ FindRef.xs:217:62: note: in expansion of macro 'res_gv' if (GvCV (sv) == (CV *)targ) res_gv ('&'); ^ make: *** [FindRef.o] Error 1 error: Bad exit status from /tmp/B.b06f43/rpm-tmp.58922 (%build) RPM build errors: Bad exit status from /tmp/B.b06f43/rpm-tmp.58922 (%build) ended at: Tue Mar 22 10:45:47 2016, done in 01days 00h 00m 01s error: No files produced. mesg: ttyname failed: Inappropriate ioctl for device Begin-PLD-Builder-Info Build-Time: user:2.80s sys:2.29s real:5.36s (faults io:0 non-io:145080) End-PLD-Builder-Info