Mock Version: 1.4.13 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/perl-OpenCL.spec'], chrootPath='/var/lib/mock/808198-epel-7-x86_64-1539260882.971463/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=0uid=1001gid=135user='mockbuild'nspawn_args=['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.jdzltyfv:/etc/resolv.conf']unshare_net=TrueprintOutput=True) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '9895b83a4cff46bcace195ae6918ae95', '-D', '/var/lib/mock/808198-epel-7-x86_64-1539260882.971463/root', '-a', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.jdzltyfv:/etc/resolv.conf', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/builddir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=en_US.UTF-8', '-u', 'mockbuild', 'bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/perl-OpenCL.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/perl-OpenCL-1.01-2.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/perl-OpenCL.spec'], chrootPath='/var/lib/mock/808198-epel-7-x86_64-1539260882.971463/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=0uid=1001gid=135user='mockbuild'nspawn_args=['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.jdzltyfv:/etc/resolv.conf']unshare_net=TrueprintOutput=True) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', 'aaeef8938adb48c0a2c1ed8fbc97ea8c', '-D', '/var/lib/mock/808198-epel-7-x86_64-1539260882.971463/root', '-a', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.jdzltyfv:/etc/resolv.conf', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/builddir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=en_US.UTF-8', '-u', 'mockbuild', 'bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/perl-OpenCL.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.ZRss5R + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf OpenCL-1.01 + /usr/bin/gzip -dc /builddir/build/SOURCES/OpenCL-1.01.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd OpenCL-1.01 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.FFdzUH + umask 022 + cd /builddir/build/BUILD + cd OpenCL-1.01 + /usr/bin/perl Makefile.PL INSTALLDIRS=vendor 'OPTIMIZE=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' n *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** OpenCL does not have good backwards compatibility - for example, the only way to create a 2D image in OpenCL 1.1 is clCreateImage2D, which is not available anymore with OpenCL 1.2. The OpenCL module can often emulate OpenCL 1.1 functions using OpenCL 1.2 functions, but even though your OpenCL library might contain the OpenCL 1.2 functions, they might be nonfunctional and crash. Do you want to prefer the OpenCL 1.1 API over the 1.2 API where possible? Prefer OpenCL 1.1 over 1.2 functions (y/n)? [y] Checking if your kit is complete... Looks good Writing Makefile for OpenCL + make -j2 /usr/bin/perl /usr/share/perl5/vendor_perl/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap -typemap typemap OpenCL.xs > OpenCL.xsc && mv OpenCL.xsc OpenCL.c cp OpenCL.pm blib/lib/OpenCL.pm Running Mkbootstrap for OpenCL () chmod 644 OpenCL.bs cp OpenCL.bs blib/arch/auto/OpenCL/OpenCL.bs chmod 644 blib/arch/auto/OpenCL/OpenCL.bs BUILDSTDERR: Warning: Aliases 'enqueue_release_gl_objects' and 'release_gl_objects' have identical values in OpenCL.xs, line 2036 gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"1.01\" -DXS_VERSION=\"1.01\" -fPIC "-I/usr/lib64/perl5/CORE" -DPREFER_1_1=1 OpenCL.c BUILDSTDERR: OpenCL.xs: In function 'SvCONTEXTPROPERTIES': BUILDSTDERR: OpenCL.xs:301:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] BUILDSTDERR: if (!sv || !SvOK (sv)) BUILDSTDERR: ^ BUILDSTDERR: OpenCL.c: In function 'XS_OpenCL__Platform_profile': BUILDSTDERR: OpenCL.xs:988:12: warning: unused variable 'i' [-Wunused-variable] BUILDSTDERR: const int i = 0; BUILDSTDERR: ^ BUILDSTDERR: OpenCL.c: In function 'XS_OpenCL__Device_name': BUILDSTDERR: OpenCL.xs:1200:12: warning: unused variable 'i' [-Wunused-variable] BUILDSTDERR: const int i = 0; BUILDSTDERR: ^ BUILDSTDERR: OpenCL.xs: In function 'XS_OpenCL__Context_image': BUILDSTDERR: OpenCL.xs:1298:9: warning: missing braces around initializer [-Wmissing-braces] BUILDSTDERR: }; BUILDSTDERR: ^ BUILDSTDERR: OpenCL.xs:1298:9: warning: (near initialization for 'desc.') [-Wmissing-braces] BUILDSTDERR: In file included from OpenCL.xs:5:0: BUILDSTDERR: OpenCL.c: In function 'XS_OpenCL__Context_gl_texture': BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable] BUILDSTDERR: #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: ^ BUILDSTDERR: OpenCL.c:2159:5: note: in expansion of macro 'dXSI32' BUILDSTDERR: dXSI32; BUILDSTDERR: ^ BUILDSTDERR: OpenCL.c: In function 'XS_OpenCL__Queue_read_buffer': BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable] BUILDSTDERR: #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: ^ BUILDSTDERR: OpenCL.c:2601:5: note: in expansion of macro 'dXSI32' BUILDSTDERR: dXSI32; BUILDSTDERR: ^ BUILDSTDERR: OpenCL.c: In function 'XS_OpenCL__Queue_write_buffer': BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable] BUILDSTDERR: #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: ^ BUILDSTDERR: OpenCL.c:2643:5: note: in expansion of macro 'dXSI32' BUILDSTDERR: dXSI32; BUILDSTDERR: ^ BUILDSTDERR: OpenCL.c: In function 'XS_OpenCL__Queue_fill_buffer': BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable] BUILDSTDERR: #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: ^ BUILDSTDERR: OpenCL.c:2684:5: note: in expansion of macro 'dXSI32' BUILDSTDERR: dXSI32; BUILDSTDERR: ^ BUILDSTDERR: OpenCL.xs: In function 'XS_OpenCL__Queue_fill_image': BUILDSTDERR: OpenCL.xs:1637:9: warning: array subscript has type 'char' [-Wchar-subscripts] BUILDSTDERR: NEED_SUCCESS (EnqueueFillImage, (self, img, c_fus [fus [format.image_channel_data_type - CL_SNORM_INT8]], BUILDSTDERR: ^ BUILDSTDERR: In file included from OpenCL.xs:5:0: BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable] BUILDSTDERR: #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: ^ BUILDSTDERR: OpenCL.c:2722:5: note: in expansion of macro 'dXSI32' BUILDSTDERR: dXSI32; BUILDSTDERR: ^ BUILDSTDERR: OpenCL.c: In function 'XS_OpenCL__Queue_copy_buffer': BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable] BUILDSTDERR: #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: ^ BUILDSTDERR: OpenCL.c:2787:5: note: in expansion of macro 'dXSI32' BUILDSTDERR: dXSI32; BUILDSTDERR: ^ BUILDSTDERR: OpenCL.c: In function 'XS_OpenCL__Queue_read_buffer_rect': BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable] BUILDSTDERR: #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: ^ BUILDSTDERR: OpenCL.c:2824:5: note: in expansion of macro 'dXSI32' BUILDSTDERR: dXSI32; BUILDSTDERR: ^ BUILDSTDERR: OpenCL.c: In function 'XS_OpenCL__Queue_write_buffer_rect': BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable] BUILDSTDERR: #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: ^ BUILDSTDERR: OpenCL.c:2906:5: note: in expansion of macro 'dXSI32' BUILDSTDERR: dXSI32; BUILDSTDERR: ^ BUILDSTDERR: OpenCL.c: In function 'XS_OpenCL__Queue_copy_buffer_rect': BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable] BUILDSTDERR: #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: ^ BUILDSTDERR: OpenCL.c:2988:5: note: in expansion of macro 'dXSI32' BUILDSTDERR: dXSI32; BUILDSTDERR: ^ BUILDSTDERR: OpenCL.c: In function 'XS_OpenCL__Queue_read_image': BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable] BUILDSTDERR: #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: ^ BUILDSTDERR: OpenCL.c:3049:5: note: in expansion of macro 'dXSI32' BUILDSTDERR: dXSI32; BUILDSTDERR: ^ BUILDSTDERR: OpenCL.c: In function 'XS_OpenCL__Queue_write_image': BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable] BUILDSTDERR: #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: ^ BUILDSTDERR: OpenCL.c:3114:5: note: in expansion of macro 'dXSI32' BUILDSTDERR: dXSI32; BUILDSTDERR: ^ BUILDSTDERR: OpenCL.c: In function 'XS_OpenCL__Queue_copy_image': BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable] BUILDSTDERR: #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: ^ BUILDSTDERR: OpenCL.c:3179:5: note: in expansion of macro 'dXSI32' BUILDSTDERR: dXSI32; BUILDSTDERR: ^ BUILDSTDERR: OpenCL.c: In function 'XS_OpenCL__Queue_copy_image_to_buffer': BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable] BUILDSTDERR: #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: ^ BUILDSTDERR: OpenCL.c:3232:5: note: in expansion of macro 'dXSI32' BUILDSTDERR: dXSI32; BUILDSTDERR: ^ BUILDSTDERR: OpenCL.c: In function 'XS_OpenCL__Queue_copy_buffer_to_image': BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable] BUILDSTDERR: #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: ^ BUILDSTDERR: OpenCL.c:3280:5: note: in expansion of macro 'dXSI32' BUILDSTDERR: dXSI32; BUILDSTDERR: ^ BUILDSTDERR: OpenCL.c: In function 'XS_OpenCL__Queue_map_buffer': BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable] BUILDSTDERR: #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: ^ BUILDSTDERR: OpenCL.c:3328:5: note: in expansion of macro 'dXSI32' BUILDSTDERR: dXSI32; BUILDSTDERR: ^ BUILDSTDERR: OpenCL.c: In function 'XS_OpenCL__Queue_map_image': BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable] BUILDSTDERR: #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: ^ BUILDSTDERR: OpenCL.c:3395:5: note: in expansion of macro 'dXSI32' BUILDSTDERR: dXSI32; BUILDSTDERR: ^ BUILDSTDERR: OpenCL.c: In function 'XS_OpenCL__Queue_task': BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable] BUILDSTDERR: #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: ^ BUILDSTDERR: OpenCL.c:3550:5: note: in expansion of macro 'dXSI32' BUILDSTDERR: dXSI32; BUILDSTDERR: ^ BUILDSTDERR: OpenCL.c: In function 'XS_OpenCL__Queue_nd_range_kernel': BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable] BUILDSTDERR: #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: ^ BUILDSTDERR: OpenCL.c:3579:5: note: in expansion of macro 'dXSI32' BUILDSTDERR: dXSI32; BUILDSTDERR: ^ BUILDSTDERR: OpenCL.c: In function 'XS_OpenCL__Queue_migrate_mem_objects': BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable] BUILDSTDERR: #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: ^ BUILDSTDERR: OpenCL.c:3675:5: note: in expansion of macro 'dXSI32' BUILDSTDERR: dXSI32; BUILDSTDERR: ^ BUILDSTDERR: OpenCL.c: In function 'XS_OpenCL__Queue_wait_for_events': BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable] BUILDSTDERR: #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: ^ BUILDSTDERR: OpenCL.c:3750:5: note: in expansion of macro 'dXSI32' BUILDSTDERR: dXSI32; BUILDSTDERR: ^ BUILDSTDERR: OpenCL.c: In function 'XS_OpenCL__Queue_marker': BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable] BUILDSTDERR: #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: ^ BUILDSTDERR: OpenCL.c:3773:5: note: in expansion of macro 'dXSI32' BUILDSTDERR: dXSI32; BUILDSTDERR: ^ BUILDSTDERR: OpenCL.c: In function 'XS_OpenCL__Queue_barrier': BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable] BUILDSTDERR: #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: ^ BUILDSTDERR: OpenCL.c:3812:5: note: in expansion of macro 'dXSI32' BUILDSTDERR: dXSI32; BUILDSTDERR: ^ BUILDSTDERR: OpenCL.xs: In function 'XS_OpenCL__Program_compile': BUILDSTDERR: OpenCL.xs:2451:13: warning: suggest parentheses around assignment used as truth value [-Wparentheses] BUILDSTDERR: while (he = hv_iternext (hv)) BUILDSTDERR: ^ BUILDSTDERR: OpenCL.c: In function 'XS_OpenCL__Program_build_options': BUILDSTDERR: OpenCL.xs:2501:12: warning: unused variable 'i' [-Wunused-variable] BUILDSTDERR: const int i = 0; BUILDSTDERR: ^ BUILDSTDERR: OpenCL.c: In function 'XS_OpenCL__Program_source': BUILDSTDERR: OpenCL.xs:2611:12: warning: unused variable 'i' [-Wunused-variable] BUILDSTDERR: const int i = 0; BUILDSTDERR: ^ BUILDSTDERR: OpenCL.c: In function 'XS_OpenCL__Kernel_function_name': BUILDSTDERR: OpenCL.xs:2800:12: warning: unused variable 'i' [-Wunused-variable] BUILDSTDERR: const int i = 0; BUILDSTDERR: ^ BUILDSTDERR: OpenCL.c: In function 'XS_OpenCL__Kernel_arg_type_name': BUILDSTDERR: OpenCL.xs:2928:12: warning: unused variable 'i' [-Wunused-variable] BUILDSTDERR: const int i = 0; BUILDSTDERR: ^ BUILDSTDERR: In file included from OpenCL.xs:11:0: BUILDSTDERR: OpenCL.c: At top level: BUILDSTDERR: schmorp.h:139:1: warning: 's_signum_croak' defined but not used [-Wunused-function] BUILDSTDERR: s_signum_croak (SV *sig) BUILDSTDERR: ^ BUILDSTDERR: schmorp.h:174:1: warning: 's_fileno_croak' defined but not used [-Wunused-function] BUILDSTDERR: s_fileno_croak (SV *fh, int wr) BUILDSTDERR: ^ BUILDSTDERR: schmorp.h:198:1: warning: 's_get_cv_croak' defined but not used [-Wunused-function] BUILDSTDERR: s_get_cv_croak (SV *cb_sv) BUILDSTDERR: ^ BUILDSTDERR: schmorp.h:220:1: warning: 's_gensub' defined but not used [-Wunused-function] BUILDSTDERR: s_gensub (pTHX_ void (*xsub)(pTHX_ CV *), void *arg) BUILDSTDERR: ^ BUILDSTDERR: schmorp.h:417:1: warning: 's_epipe_destroy' defined but not used [-Wunused-function] BUILDSTDERR: s_epipe_destroy (s_epipe *epp) BUILDSTDERR: ^ BUILDSTDERR: schmorp.h:430:1: warning: 's_epipe_signal' defined but not used [-Wunused-function] BUILDSTDERR: s_epipe_signal (s_epipe *epp) BUILDSTDERR: ^ BUILDSTDERR: schmorp.h:455:1: warning: 's_epipe_drain' defined but not used [-Wunused-function] BUILDSTDERR: s_epipe_drain (s_epipe *epp) BUILDSTDERR: ^ BUILDSTDERR: schmorp.h:469:1: warning: 's_epipe_renew' defined but not used [-Wunused-function] BUILDSTDERR: s_epipe_renew (s_epipe *epp) BUILDSTDERR: ^ BUILDSTDERR: schmorp.h:501:1: warning: 's_epipe_wait' defined but not used [-Wunused-function] BUILDSTDERR: s_epipe_wait (s_epipe *epp) BUILDSTDERR: ^ rm -f blib/arch/auto/OpenCL/OpenCL.so gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro OpenCL.o -o blib/arch/auto/OpenCL/OpenCL.so \ -lOpenCL -lpthread \ chmod 755 blib/arch/auto/OpenCL/OpenCL.so Manifying blib/man3/OpenCL.3pm + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.tAOInO + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-OpenCL-1.01-2.el7.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-OpenCL-1.01-2.el7.x86_64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/perl-OpenCL-1.01-2.el7.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-OpenCL-1.01-2.el7.x86_64 + cd OpenCL-1.01 + rm -rf /builddir/build/BUILDROOT/perl-OpenCL-1.01-2.el7.x86_64 + make pure_install PERL_INSTALL_ROOT=/builddir/build/BUILDROOT/perl-OpenCL-1.01-2.el7.x86_64 Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /builddir/build/BUILDROOT/perl-OpenCL-1.01-2.el7.x86_64/usr/lib64/perl5/vendor_perl/auto/OpenCL/OpenCL.so Installing /builddir/build/BUILDROOT/perl-OpenCL-1.01-2.el7.x86_64/usr/lib64/perl5/vendor_perl/auto/OpenCL/OpenCL.bs Installing /builddir/build/BUILDROOT/perl-OpenCL-1.01-2.el7.x86_64/usr/lib64/perl5/vendor_perl/OpenCL.pm Installing /builddir/build/BUILDROOT/perl-OpenCL-1.01-2.el7.x86_64/usr/share/man/man3/OpenCL.3pm + find /builddir/build/BUILDROOT/perl-OpenCL-1.01-2.el7.x86_64 -type f -name .packlist -exec rm -f '{}' ';' + find /builddir/build/BUILDROOT/perl-OpenCL-1.01-2.el7.x86_64 -type f -name '*.bs' -size 0 -exec rm -f '{}' ';' + find /builddir/build/BUILDROOT/perl-OpenCL-1.01-2.el7.x86_64 -depth -type d -exec rmdir '{}' ';' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /builddir/build/BUILDROOT/perl-OpenCL-1.01-2.el7.x86_64/usr + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 /builddir/build/BUILD/OpenCL-1.01 extracting debug info from /builddir/build/BUILDROOT/perl-OpenCL-1.01-2.el7.x86_64/usr/lib64/perl5/vendor_perl/auto/OpenCL/OpenCL.so BUILDSTDERR: dwz: Too few files for multifile optimization /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. BUILDSTDERR: 613 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.DtZDkW + umask 022 + cd /builddir/build/BUILD + cd OpenCL-1.01 + make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t BUILDSTDERR: Constant subroutine DEVICE_DOUBLE_FP_CONFIG redefined at /builddir/build/BUILD/OpenCL-1.01/blib/lib/OpenCL.pm line 601. BUILDSTDERR: Constant subroutine M_SQRT1_2_F redefined at /builddir/build/BUILD/OpenCL-1.01/blib/lib/OpenCL.pm line 601. BUILDSTDERR: Constant subroutine M_SQRT2_F redefined at /builddir/build/BUILD/OpenCL-1.01/blib/lib/OpenCL.pm line 601. BUILDSTDERR: Constant subroutine M_2_SQRTPI_F redefined at /builddir/build/BUILD/OpenCL-1.01/blib/lib/OpenCL.pm line 601. BUILDSTDERR: Constant subroutine M_2_PI_F redefined at /builddir/build/BUILD/OpenCL-1.01/blib/lib/OpenCL.pm line 601. BUILDSTDERR: Constant subroutine M_1_PI_F redefined at /builddir/build/BUILD/OpenCL-1.01/blib/lib/OpenCL.pm line 601. BUILDSTDERR: Constant subroutine M_PI_4_F redefined at /builddir/build/BUILD/OpenCL-1.01/blib/lib/OpenCL.pm line 601. BUILDSTDERR: Constant subroutine M_PI_2_F redefined at /builddir/build/BUILD/OpenCL-1.01/blib/lib/OpenCL.pm line 601. BUILDSTDERR: Constant subroutine M_PI_F redefined at /builddir/build/BUILD/OpenCL-1.01/blib/lib/OpenCL.pm line 601. BUILDSTDERR: Constant subroutine M_LN10_F redefined at /builddir/build/BUILD/OpenCL-1.01/blib/lib/OpenCL.pm line 601. BUILDSTDERR: Constant subroutine M_LN2_F redefined at /builddir/build/BUILD/OpenCL-1.01/blib/lib/OpenCL.pm line 601. BUILDSTDERR: Constant subroutine M_LOG10E_F redefined at /builddir/build/BUILD/OpenCL-1.01/blib/lib/OpenCL.pm line 601. BUILDSTDERR: Constant subroutine M_LOG2E_F redefined at /builddir/build/BUILD/OpenCL-1.01/blib/lib/OpenCL.pm line 601. BUILDSTDERR: Constant subroutine M_E_F redefined at /builddir/build/BUILD/OpenCL-1.01/blib/lib/OpenCL.pm line 601. BUILDSTDERR: Constant subroutine M_SQRT1_2 redefined at /builddir/build/BUILD/OpenCL-1.01/blib/lib/OpenCL.pm line 601. BUILDSTDERR: Constant subroutine M_SQRT2 redefined at /builddir/build/BUILD/OpenCL-1.01/blib/lib/OpenCL.pm line 601. BUILDSTDERR: Constant subroutine M_2_SQRTPI redefined at /builddir/build/BUILD/OpenCL-1.01/blib/lib/OpenCL.pm line 601. BUILDSTDERR: Constant subroutine M_2_PI redefined at /builddir/build/BUILD/OpenCL-1.01/blib/lib/OpenCL.pm line 601. BUILDSTDERR: Constant subroutine M_1_PI redefined at /builddir/build/BUILD/OpenCL-1.01/blib/lib/OpenCL.pm line 601. BUILDSTDERR: Constant subroutine M_PI_4 redefined at /builddir/build/BUILD/OpenCL-1.01/blib/lib/OpenCL.pm line 601. BUILDSTDERR: Constant subroutine M_PI_2 redefined at /builddir/build/BUILD/OpenCL-1.01/blib/lib/OpenCL.pm line 601. BUILDSTDERR: Constant subroutine M_PI redefined at /builddir/build/BUILD/OpenCL-1.01/blib/lib/OpenCL.pm line 601. BUILDSTDERR: Constant subroutine M_LN10 redefined at /builddir/build/BUILD/OpenCL-1.01/blib/lib/OpenCL.pm line 601. BUILDSTDERR: Constant subroutine M_LN2 redefined at /builddir/build/BUILD/OpenCL-1.01/blib/lib/OpenCL.pm line 601. BUILDSTDERR: Constant subroutine M_LOG10E redefined at /builddir/build/BUILD/OpenCL-1.01/blib/lib/OpenCL.pm line 601. BUILDSTDERR: Constant subroutine M_LOG2E redefined at /builddir/build/BUILD/OpenCL-1.01/blib/lib/OpenCL.pm line 601. BUILDSTDERR: Constant subroutine M_E redefined at /builddir/build/BUILD/OpenCL-1.01/blib/lib/OpenCL.pm line 601. BUILDSTDERR: Constant subroutine DBL_EPSILON redefined at /builddir/build/BUILD/OpenCL-1.01/blib/lib/OpenCL.pm line 601. BUILDSTDERR: Constant subroutine DBL_MIN redefined at /builddir/build/BUILD/OpenCL-1.01/blib/lib/OpenCL.pm line 601. BUILDSTDERR: Constant subroutine DBL_MAX redefined at /builddir/build/BUILD/OpenCL-1.01/blib/lib/OpenCL.pm line 601. BUILDSTDERR: Constant subroutine FLT_EPSILON redefined at /builddir/build/BUILD/OpenCL-1.01/blib/lib/OpenCL.pm line 601. BUILDSTDERR: Constant subroutine FLT_MIN redefined at /builddir/build/BUILD/OpenCL-1.01/blib/lib/OpenCL.pm line 601. BUILDSTDERR: Constant subroutine FLT_MAX redefined at /builddir/build/BUILD/OpenCL-1.01/blib/lib/OpenCL.pm line 601. t/00_load.t .. ok All tests successful. Files=1, Tests=1, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.01 cusr 0.00 csys = 0.04 CPU) Result: PASS + exit 0 Processing files: perl-OpenCL-1.01-2.el7.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.VQ12I4 + umask 022 + cd /builddir/build/BUILD + cd OpenCL-1.01 + DOCDIR=/builddir/build/BUILDROOT/perl-OpenCL-1.01-2.el7.x86_64/usr/share/doc/perl-OpenCL-1.01 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-OpenCL-1.01-2.el7.x86_64/usr/share/doc/perl-OpenCL-1.01 + cp -pr Changes /builddir/build/BUILDROOT/perl-OpenCL-1.01-2.el7.x86_64/usr/share/doc/perl-OpenCL-1.01 + cp -pr COPYING /builddir/build/BUILDROOT/perl-OpenCL-1.01-2.el7.x86_64/usr/share/doc/perl-OpenCL-1.01 + cp -pr gengetinfo /builddir/build/BUILDROOT/perl-OpenCL-1.01-2.el7.x86_64/usr/share/doc/perl-OpenCL-1.01 + cp -pr getinfo.txt /builddir/build/BUILDROOT/perl-OpenCL-1.01-2.el7.x86_64/usr/share/doc/perl-OpenCL-1.01 + cp -pr h_extract /builddir/build/BUILDROOT/perl-OpenCL-1.01-2.el7.x86_64/usr/share/doc/perl-OpenCL-1.01 + cp -pr META.json /builddir/build/BUILDROOT/perl-OpenCL-1.01-2.el7.x86_64/usr/share/doc/perl-OpenCL-1.01 + cp -pr README /builddir/build/BUILDROOT/perl-OpenCL-1.01-2.el7.x86_64/usr/share/doc/perl-OpenCL-1.01 + exit 0 Provides: perl(OpenCL) = 1.01 perl-OpenCL = 1.01-2.el7 perl-OpenCL(x86-64) = 1.01-2.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /bin/sh /opt/bin/perl libOpenCL.so.1()(64bit) libOpenCL.so.1(OPENCL_1.0)(64bit) libOpenCL.so.1(OPENCL_1.1)(64bit) libOpenCL.so.1(OPENCL_1.2)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) perl(Async::Interrupt) perl(Carp) perl(common::sense) rtld(GNU_HASH) Processing files: perl-OpenCL-debuginfo-1.01-2.el7.x86_64 Provides: perl-OpenCL-debuginfo = 1.01-2.el7 perl-OpenCL-debuginfo(x86-64) = 1.01-2.el7 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-OpenCL-1.01-2.el7.x86_64 Wrote: /builddir/build/RPMS/perl-OpenCL-1.01-2.el7.x86_64.rpm Wrote: /builddir/build/RPMS/perl-OpenCL-debuginfo-1.01-2.el7.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.DRe2aw + umask 022 + cd /builddir/build/BUILD + cd OpenCL-1.01 + rm -rf /builddir/build/BUILDROOT/perl-OpenCL-1.01-2.el7.x86_64 + exit 0 Child return code was: 0