Mock Version: 1.2.10 Mock Version: 1.2.10 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/php-pimple.spec'], chrootPath='/var/lib/mock/f21-build-3777693-508981/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=425user='mockbuild'timeout=86400logger=uid=1000) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/php-pimple.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False warning: Could not canonicalize hostname: arm02-builder21.arm.fedoraproject.org Building target platforms: armv7hl Building for target armv7hl Wrote: /builddir/build/SRPMS/php-pimple-3.0.1-1.fc21.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/php-pimple.spec '], chrootPath='/var/lib/mock/f21-build-3777693-508981/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=425user='mockbuild'timeout=86400logger=uid=1000) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/php-pimple.spec '] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: armv7hl Building for target armv7hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Dc1wqu + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf Pimple-3313af5935dbc560fab845b76a1ca351b47855af + /usr/bin/gzip -dc /builddir/build/SOURCES/php-pimple-3.0.1-3313af5935dbc560fab845b76a1ca351b47855af.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd Pimple-3313af5935dbc560fab845b76a1ca351b47855af + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + : Library: Create autoloader + cat + tee src/Pimple/autoload.php register(); } $fedoraClassLoader->addPrefix('Pimple\\', dirname(__DIR__)); return $fedoraClassLoader; + : Extension: NTS + mv ext/pimple ext/NTS + : Extension: ZTS + cp -pr ext/NTS ext/ZTS + : Extension: Create configuration file + cat + tee 40-pimple.ini ; Enable pimple extension extension=pimple.so + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.sGSjMP + umask 022 ~/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/NTS ~/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af + cd /builddir/build/BUILD + cd Pimple-3313af5935dbc560fab845b76a1ca351b47855af + : Extension: NTS + pushd ext/NTS + /usr/bin/phpize Configuring for: PHP Api Version: 20131106 Zend Module Api No: 20131226 Zend Extension Api No: 220131226 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -I/usr/lib/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -I/usr/lib/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro ' + export LDFLAGS + '[' 1 = 1 ']' ++ find . -name config.guess -o -name config.sub + for i in '$(find . -name config.guess -o -name config.sub)' ++ basename ./config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./config.guess ++ basename ./config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config.guess '/usr/lib/rpm/redhat/config.guess' -> './config.guess' + for i in '$(find . -name config.guess -o -name config.sub)' ++ basename ./config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./config.sub ++ basename ./config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config.sub '/usr/lib/rpm/redhat/config.sub' -> './config.sub' + '[' 1 = 1 ']' + '[' x '!=' x ']' + ./configure --build=armv7hl-redhat-linux-gnu --host=armv7hl-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-php-config=/usr/bin/php-config configure: WARNING: unrecognized options: --disable-dependency-tracking checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for a sed that does not truncate output... /usr/bin/sed checking for armv7hl-redhat-linux-gnu-cc... no checking for armv7hl-redhat-linux-gnu-gcc... no checking for cc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking how to run the C preprocessor... cc -E checking for icc... no checking for suncc... no checking whether cc understands -c and -o together... yes checking for system library directory... lib checking if compiler supports -R... yes checking build system type... armv7hl-redhat-linux-gnu checking host system type... armv7hl-redhat-linux-gnu checking target system type... armv7hl-redhat-linux-gnu checking for PHP prefix... /usr checking for PHP includes... -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib checking for PHP extension directory... /usr/lib/php/modules checking for PHP installed headers prefix... /usr/include/php checking if debug is enabled... no checking if zts is enabled... no checking for re2c... no configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers. checking for gawk... gawk checking whether to enable pimple support... yes, shared checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert armv7hl-redhat-linux-gnu file names to armv7hl-redhat-linux-gnu format... func_convert_file_noop checking how to convert armv7hl-redhat-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for armv7hl-redhat-linux-gnu-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for armv7hl-redhat-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for armv7hl-redhat-linux-gnu-ar... no checking for ar... ar checking for archiver @FILE support... @ checking for armv7hl-redhat-linux-gnu-strip... no checking for strip... strip checking for armv7hl-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking for gawk... (cached) gawk checking command to parse /usr/bin/nm -B output from cc object... ok checking for sysroot... no checking for armv7hl-redhat-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... no checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... no checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating ./config.status config.status: creating config.h config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-dependency-tracking + make -j4 /bin/sh /builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/NTS/libtool --mode=compile cc -I. -I/builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/NTS -DPHP_ATOM_INC -I/builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/NTS/include -I/builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/NTS/main -I/builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/NTS -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -c /builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/NTS/pimple.c -o pimple.lo libtool: compile: cc -I. -I/builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/NTS -DPHP_ATOM_INC -I/builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/NTS/include -I/builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/NTS/main -I/builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/NTS -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -c /builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/NTS/pimple.c -fPIC -DPIC -o .libs/pimple.o /builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/NTS/pimple.c: In function 'zim_Pimple___construct': /builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/NTS/pimple.c:795:2: warning: missing braces around initializer [-Wmissing-braces] zval *values = NULL, **pData = NULL, offset = {0}; ^ /builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/NTS/pimple.c:795:2: warning: (near initialization for 'offset.value') [-Wmissing-braces] /bin/sh /builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/NTS/libtool --mode=link cc -DPHP_ATOM_INC -I/builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/NTS/include -I/builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/NTS/main -I/builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/NTS -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wl,-z,relro -o pimple.la -export-dynamic -avoid-version -prefer-pic -module -rpath /builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/NTS/modules pimple.lo libtool: link: cc -shared -fPIC -DPIC .libs/pimple.o -O2 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wl,-z -Wl,relro -Wl,-soname -Wl,pimple.so -o .libs/pimple.so libtool: link: ( cd ".libs" && rm -f "pimple.la" && ln -s "../pimple.la" "pimple.la" ) /bin/sh /builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/NTS/libtool --mode=install cp ./pimple.la /builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/NTS/modules libtool: install: cp ./.libs/pimple.so /builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/NTS/modules/pimple.so libtool: install: cp ./.libs/pimple.lai /builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/NTS/modules/pimple.la libtool: finish: PATH="/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/sbin" ldconfig -n /builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/NTS/modules ---------------------------------------------------------------------- Libraries have been installed in: /builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/NTS/modules If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- Build complete. Don't forget to run 'make test'. + popd ~/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af ~/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/ZTS ~/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af + : Extension: ZTS + pushd ext/ZTS + /usr/bin/zts-phpize Configuring for: PHP Api Version: 20131106 Zend Module Api No: 20131226 Zend Extension Api No: 220131226 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -I/usr/lib/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -I/usr/lib/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro ' + export LDFLAGS + '[' 1 = 1 ']' ++ find . -name config.guess -o -name config.sub + for i in '$(find . -name config.guess -o -name config.sub)' ++ basename ./config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./config.guess ++ basename ./config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config.guess '/usr/lib/rpm/redhat/config.guess' -> './config.guess' + for i in '$(find . -name config.guess -o -name config.sub)' ++ basename ./config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./config.sub ++ basename ./config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config.sub '/usr/lib/rpm/redhat/config.sub' -> './config.sub' + '[' 1 = 1 ']' + '[' x '!=' x ']' + ./configure --build=armv7hl-redhat-linux-gnu --host=armv7hl-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-php-config=/usr/bin/zts-php-config configure: WARNING: unrecognized options: --disable-dependency-tracking checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for a sed that does not truncate output... /usr/bin/sed checking for armv7hl-redhat-linux-gnu-cc... no checking for armv7hl-redhat-linux-gnu-gcc... no checking for cc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking how to run the C preprocessor... cc -E checking for icc... no checking for suncc... no checking whether cc understands -c and -o together... yes checking for system library directory... lib checking if compiler supports -R... yes checking build system type... armv7hl-redhat-linux-gnu checking host system type... armv7hl-redhat-linux-gnu checking target system type... armv7hl-redhat-linux-gnu checking for PHP prefix... /usr checking for PHP includes... -I/usr/include/php-zts/php -I/usr/include/php-zts/php/main -I/usr/include/php-zts/php/TSRM -I/usr/include/php-zts/php/Zend -I/usr/include/php-zts/php/ext -I/usr/include/php-zts/php/ext/date/lib checking for PHP extension directory... /usr/lib/php-zts/modules checking for PHP installed headers prefix... /usr/include/php-zts/php checking if debug is enabled... no checking if zts is enabled... no checking for re2c... no configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers. checking for gawk... gawk checking whether to enable pimple support... yes, shared checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert armv7hl-redhat-linux-gnu file names to armv7hl-redhat-linux-gnu format... func_convert_file_noop checking how to convert armv7hl-redhat-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for armv7hl-redhat-linux-gnu-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for armv7hl-redhat-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for armv7hl-redhat-linux-gnu-ar... no checking for ar... ar checking for archiver @FILE support... @ checking for armv7hl-redhat-linux-gnu-strip... no checking for strip... strip checking for armv7hl-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking for gawk... (cached) gawk checking command to parse /usr/bin/nm -B output from cc object... ok checking for sysroot... no checking for armv7hl-redhat-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... no checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... no checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating ./config.status config.status: creating config.h config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-dependency-tracking + make -j4 /bin/sh /builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/ZTS/libtool --mode=compile cc -I. -I/builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/ZTS -DPHP_ATOM_INC -I/builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/ZTS/include -I/builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/ZTS/main -I/builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/ZTS -I/usr/include/php-zts/php -I/usr/include/php-zts/php/main -I/usr/include/php-zts/php/TSRM -I/usr/include/php-zts/php/Zend -I/usr/include/php-zts/php/ext -I/usr/include/php-zts/php/ext/date/lib -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -c /builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/ZTS/pimple.c -o pimple.lo libtool: compile: cc -I. -I/builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/ZTS -DPHP_ATOM_INC -I/builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/ZTS/include -I/builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/ZTS/main -I/builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/ZTS -I/usr/include/php-zts/php -I/usr/include/php-zts/php/main -I/usr/include/php-zts/php/TSRM -I/usr/include/php-zts/php/Zend -I/usr/include/php-zts/php/ext -I/usr/include/php-zts/php/ext/date/lib -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -c /builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/ZTS/pimple.c -fPIC -DPIC -o .libs/pimple.o /builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/ZTS/pimple.c: In function 'zim_Pimple___construct': /builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/ZTS/pimple.c:795:2: warning: missing braces around initializer [-Wmissing-braces] zval *values = NULL, **pData = NULL, offset = {0}; ^ /builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/ZTS/pimple.c:795:2: warning: (near initialization for 'offset.value') [-Wmissing-braces] /bin/sh /builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/ZTS/libtool --mode=link cc -DPHP_ATOM_INC -I/builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/ZTS/include -I/builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/ZTS/main -I/builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/ZTS -I/usr/include/php-zts/php -I/usr/include/php-zts/php/main -I/usr/include/php-zts/php/TSRM -I/usr/include/php-zts/php/Zend -I/usr/include/php-zts/php/ext -I/usr/include/php-zts/php/ext/date/lib -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wl,-z,relro -o pimple.la -export-dynamic -avoid-version -prefer-pic -module -rpath /builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/ZTS/modules pimple.lo libtool: link: cc -shared -fPIC -DPIC .libs/pimple.o -O2 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wl,-z -Wl,relro -Wl,-soname -Wl,pimple.so -o .libs/pimple.so libtool: link: ( cd ".libs" && rm -f "pimple.la" && ln -s "../pimple.la" "pimple.la" ) /bin/sh /builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/ZTS/libtool --mode=install cp ./pimple.la /builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/ZTS/modules libtool: install: cp ./.libs/pimple.so /builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/ZTS/modules/pimple.so libtool: install: cp ./.libs/pimple.lai /builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/ZTS/modules/pimple.la libtool: finish: PATH="/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/sbin" ldconfig -n /builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/ZTS/modules ---------------------------------------------------------------------- Libraries have been installed in: /builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/ZTS/modules If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- Build complete. Don't forget to run 'make test'. + popd ~/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.YDYZJy + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/php-pimple-3.0.1-1.fc21.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/php-pimple-3.0.1-1.fc21.arm ++ dirname /builddir/build/BUILDROOT/php-pimple-3.0.1-1.fc21.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/php-pimple-3.0.1-1.fc21.arm + cd Pimple-3313af5935dbc560fab845b76a1ca351b47855af + : Library + mkdir -p /builddir/build/BUILDROOT/php-pimple-3.0.1-1.fc21.arm//usr/share/php/ + cp -rp src/Pimple /builddir/build/BUILDROOT/php-pimple-3.0.1-1.fc21.arm//usr/share/php/ + : Extension: NTS + make -C ext/NTS install INSTALL_ROOT=/builddir/build/BUILDROOT/php-pimple-3.0.1-1.fc21.arm make: Entering directory '/builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/NTS' Installing shared extensions: /builddir/build/BUILDROOT/php-pimple-3.0.1-1.fc21.arm/usr/lib/php/modules/ make: Leaving directory '/builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/NTS' + install -D -m 0644 40-pimple.ini /builddir/build/BUILDROOT/php-pimple-3.0.1-1.fc21.arm/etc/php.d/40-pimple.ini + : Extension: ZTS + make -C ext/ZTS install INSTALL_ROOT=/builddir/build/BUILDROOT/php-pimple-3.0.1-1.fc21.arm make: Entering directory '/builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/ZTS' Installing shared extensions: /builddir/build/BUILDROOT/php-pimple-3.0.1-1.fc21.arm/usr/lib/php-zts/modules/ make: Leaving directory '/builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/ZTS' + install -D -m 0644 40-pimple.ini /builddir/build/BUILDROOT/php-pimple-3.0.1-1.fc21.arm/etc/php-zts.d/40-pimple.ini + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af extracting debug info from /builddir/build/BUILDROOT/php-pimple-3.0.1-1.fc21.arm/usr/lib/php-zts/modules/pimple.so extracting debug info from /builddir/build/BUILDROOT/php-pimple-3.0.1-1.fc21.arm/usr/lib/php/modules/pimple.so /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. 136 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.sDpCo7 + umask 022 + cd /builddir/build/BUILD + cd Pimple-3313af5935dbc560fab845b76a1ca351b47855af + : Extension: NTS minimal load test + /usr/bin/php --no-php-ini --define extension=ext/NTS/modules/pimple.so --modules + grep pimple pimple + : Extension: ZTS minimal load test + /usr/bin/zts-php --no-php-ini --define extension=ext/ZTS/modules/pimple.so --modules + grep pimple pimple + : Library: Test suite without extension + /usr/bin/phpunit --verbose --bootstrap /builddir/build/BUILDROOT/php-pimple-3.0.1-1.fc21.arm//usr/share/php/Pimple/autoload.php PHPUnit 4.7.6 by Sebastian Bergmann and contributors. Runtime: PHP 5.6.11 Configuration: /builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/phpunit.xml.dist ........................................ Time: 328 ms, Memory: 2.75Mb OK (40 tests, 87 assertions) + : Library: Test suite with extension + /usr/bin/php --define extension=ext/NTS/modules/pimple.so /usr/bin/phpunit --verbose --bootstrap /builddir/build/BUILDROOT/php-pimple-3.0.1-1.fc21.arm//usr/share/php/Pimple/autoload.php PHPUnit 4.7.6 by Sebastian Bergmann and contributors. Runtime: PHP 5.6.11 Configuration: /builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/phpunit.xml.dist ......................S................. Time: 321 ms, Memory: 2.75Mb There was 1 skipped test: 1) Pimple\Tests\PimpleTest::testExtendDoesNotLeakWithFactories Pimple extension does not support this test /builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/src/Pimple/Tests/PimpleTest.php:236 OK, but incomplete, skipped, or risky tests! Tests: 40, Assertions: 85, Skipped: 1. + : Extension: NTS test suite + pushd ext/NTS ~/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/NTS ~/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af + make test NO_INTERACTION=1 REPORT_EXIT_STATUS=1 /bin/sh /builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/NTS/libtool --mode=install cp ./pimple.la /builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/NTS/modules libtool: install: cp ./.libs/pimple.so /builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/NTS/modules/pimple.so libtool: install: cp ./.libs/pimple.lai /builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/NTS/modules/pimple.la libtool: finish: PATH="/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/sbin" ldconfig -n /builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/NTS/modules ---------------------------------------------------------------------- Libraries have been installed in: /builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/NTS/modules If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- Build complete. Don't forget to run 'make test'. ===================================================================== PHP : /usr/bin/php PHP_SAPI : cli PHP_VERSION : 5.6.11 ZEND_VERSION: 2.6.0 PHP_OS : Linux - Linux arm02-builder21.arm.fedoraproject.org 4.0.4-202.fc21.armv7hl #1 SMP Wed May 27 22:34:00 UTC 2015 armv7l INI actual : /builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/NTS/tmp-php.ini More .INIs : CWD : /builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/NTS Extra dirs : VALGRIND : Not used ===================================================================== TIME START 2015-08-05 01:43:57 ===================================================================== TEST 1/20 [tests/001.phpt] PASS Test for read_dim/write_dim handlers [tests/001.phpt] TEST 2/20 [tests/002.phpt] PASS Test for constructor [tests/002.phpt] TEST 3/20 [tests/003.phpt] PASS Test empty dimensions [tests/003.phpt] TEST 4/20 [tests/004.phpt] PASS Test has/unset dim handlers [tests/004.phpt] TEST 5/20 [tests/005.phpt] PASS Test simple class inheritance [tests/005.phpt] TEST 6/20 [tests/006.phpt] PASS Test complex class inheritance [tests/006.phpt] TEST 7/20 [tests/007.phpt] PASS Test for read_dim/write_dim handlers [tests/007.phpt] TEST 8/20 [tests/008.phpt] PASS Test frozen services [tests/008.phpt] TEST 9/20 [tests/009.phpt] PASS Test service is called as callback, and only once [tests/009.phpt] TEST 10/20 [tests/010.phpt] PASS Test service is called as callback for every callback type [tests/010.phpt] TEST 11/20 [tests/011.phpt] PASS Test service callback throwing an exception [tests/011.phpt] TEST 12/20 [tests/012.phpt] PASS Test service factory [tests/012.phpt] TEST 13/20 [tests/013.phpt] PASS Test keys() [tests/013.phpt] TEST 14/20 [tests/014.phpt] PASS Test raw() [tests/014.phpt] TEST 15/20 [tests/015.phpt] PASS Test protect() [tests/015.phpt] TEST 16/20 [tests/016.phpt] PASS Test extend() [tests/016.phpt] TEST 17/20 [tests/017.phpt] PASS Test extend() with exception in service extension [tests/017.phpt] TEST 18/20 [tests/017_1.phpt] PASS Test extend() with exception in service factory [tests/017_1.phpt] TEST 19/20 [tests/018.phpt] PASS Test register() [tests/018.phpt] TEST 20/20 [tests/019.phpt] PASS Test register() returns static and is a fluent interface [tests/019.phpt] ===================================================================== TIME END 2015-08-05 01:43:59 ===================================================================== TEST RESULT SUMMARY --------------------------------------------------------------------- Exts skipped : 0 Exts tested : 17 --------------------------------------------------------------------- Number of tests : 20 20 Tests skipped : 0 ( 0.0%) -------- Tests warned : 0 ( 0.0%) ( 0.0%) Tests failed : 0 ( 0.0%) ( 0.0%) Expected fail : 0 ( 0.0%) ( 0.0%) Tests passed : 20 (100.0%) (100.0%) --------------------------------------------------------------------- Time taken : 2 seconds ===================================================================== + popd ~/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af ~/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/ZTS ~/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af + : Extension: ZTS test suite + pushd ext/ZTS + make test NO_INTERACTION=1 REPORT_EXIT_STATUS=1 /bin/sh /builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/ZTS/libtool --mode=install cp ./pimple.la /builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/ZTS/modules libtool: install: cp ./.libs/pimple.so /builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/ZTS/modules/pimple.so libtool: install: cp ./.libs/pimple.lai /builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/ZTS/modules/pimple.la libtool: finish: PATH="/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/sbin" ldconfig -n /builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/ZTS/modules ---------------------------------------------------------------------- Libraries have been installed in: /builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/ZTS/modules If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- Build complete. Don't forget to run 'make test'. ===================================================================== PHP : /usr/bin/zts-php PHP_SAPI : cli PHP_VERSION : 5.6.11 ZEND_VERSION: 2.6.0 PHP_OS : Linux - Linux arm02-builder21.arm.fedoraproject.org 4.0.4-202.fc21.armv7hl #1 SMP Wed May 27 22:34:00 UTC 2015 armv7l INI actual : /builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/ZTS/tmp-php.ini More .INIs : CWD : /builddir/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af/ext/ZTS Extra dirs : VALGRIND : Not used ===================================================================== TIME START 2015-08-05 01:44:00 ===================================================================== TEST 1/20 [tests/001.phpt] PASS Test for read_dim/write_dim handlers [tests/001.phpt] TEST 2/20 [tests/002.phpt] PASS Test for constructor [tests/002.phpt] TEST 3/20 [tests/003.phpt] PASS Test empty dimensions [tests/003.phpt] TEST 4/20 [tests/004.phpt] PASS Test has/unset dim handlers [tests/004.phpt] TEST 5/20 [tests/005.phpt] PASS Test simple class inheritance [tests/005.phpt] TEST 6/20 [tests/006.phpt] PASS Test complex class inheritance [tests/006.phpt] TEST 7/20 [tests/007.phpt] PASS Test for read_dim/write_dim handlers [tests/007.phpt] TEST 8/20 [tests/008.phpt] PASS Test frozen services [tests/008.phpt] TEST 9/20 [tests/009.phpt] PASS Test service is called as callback, and only once [tests/009.phpt] TEST 10/20 [tests/010.phpt] PASS Test service is called as callback for every callback type [tests/010.phpt] TEST 11/20 [tests/011.phpt] PASS Test service callback throwing an exception [tests/011.phpt] TEST 12/20 [tests/012.phpt] PASS Test service factory [tests/012.phpt] TEST 13/20 [tests/013.phpt] PASS Test keys() [tests/013.phpt] TEST 14/20 [tests/014.phpt] PASS Test raw() [tests/014.phpt] TEST 15/20 [tests/015.phpt] PASS Test protect() [tests/015.phpt] TEST 16/20 [tests/016.phpt] PASS Test extend() [tests/016.phpt] TEST 17/20 [tests/017.phpt] PASS Test extend() with exception in service extension [tests/017.phpt] TEST 18/20 [tests/017_1.phpt] PASS Test extend() with exception in service factory [tests/017_1.phpt] TEST 19/20 [tests/018.phpt] PASS Test register() [tests/018.phpt] TEST 20/20 [tests/019.phpt] PASS Test register() returns static and is a fluent interface [tests/019.phpt] ===================================================================== TIME END 2015-08-05 01:44:01 ===================================================================== TEST RESULT SUMMARY --------------------------------------------------------------------- Exts skipped : 0 Exts tested : 17 --------------------------------------------------------------------- Number of tests : 20 20 Tests skipped : 0 ( 0.0%) -------- Tests warned : 0 ( 0.0%) ( 0.0%) Tests failed : 0 ( 0.0%) ( 0.0%) Expected fail : 0 ( 0.0%) ( 0.0%) Tests passed : 20 (100.0%) (100.0%) --------------------------------------------------------------------- Time taken : 1 seconds ===================================================================== + popd ~/build/BUILD/Pimple-3313af5935dbc560fab845b76a1ca351b47855af + exit 0 Processing files: php-pimple-3.0.1-1.fc21.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Sxlgca + umask 022 + cd /builddir/build/BUILD + cd Pimple-3313af5935dbc560fab845b76a1ca351b47855af + DOCDIR=/builddir/build/BUILDROOT/php-pimple-3.0.1-1.fc21.arm/usr/share/doc/php-pimple + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-pimple-3.0.1-1.fc21.arm/usr/share/doc/php-pimple + cp -pr CHANGELOG /builddir/build/BUILDROOT/php-pimple-3.0.1-1.fc21.arm/usr/share/doc/php-pimple + cp -pr README.rst /builddir/build/BUILDROOT/php-pimple-3.0.1-1.fc21.arm/usr/share/doc/php-pimple + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.aSGBDb + umask 022 + cd /builddir/build/BUILD + cd Pimple-3313af5935dbc560fab845b76a1ca351b47855af + LICENSEDIR=/builddir/build/BUILDROOT/php-pimple-3.0.1-1.fc21.arm/usr/share/licenses/php-pimple + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-pimple-3.0.1-1.fc21.arm/usr/share/licenses/php-pimple + cp -pr LICENSE /builddir/build/BUILDROOT/php-pimple-3.0.1-1.fc21.arm/usr/share/licenses/php-pimple + exit 0 Provides: config(php-pimple) = 3.0.1-1.fc21 php-pimple = 3.0.1-1.fc21 php-pimple(armv7hl-32) = 3.0.1-1.fc21 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-armhf.so.3 ld-linux-armhf.so.3(GLIBC_2.4) libc.so.6 libc.so.6(GLIBC_2.4) libgcc_s.so.1 libgcc_s.so.1(GCC_3.5) rtld(GNU_HASH) Processing files: php-pimple-lib-3.0.1-1.fc21.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.BBumVb + umask 022 + cd /builddir/build/BUILD + cd Pimple-3313af5935dbc560fab845b76a1ca351b47855af + DOCDIR=/builddir/build/BUILDROOT/php-pimple-3.0.1-1.fc21.arm/usr/share/doc/php-pimple-lib + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-pimple-3.0.1-1.fc21.arm/usr/share/doc/php-pimple-lib + cp -pr CHANGELOG /builddir/build/BUILDROOT/php-pimple-3.0.1-1.fc21.arm/usr/share/doc/php-pimple-lib + cp -pr README.rst /builddir/build/BUILDROOT/php-pimple-3.0.1-1.fc21.arm/usr/share/doc/php-pimple-lib + cp -pr composer.json /builddir/build/BUILDROOT/php-pimple-3.0.1-1.fc21.arm/usr/share/doc/php-pimple-lib + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.gE84bg + umask 022 + cd /builddir/build/BUILD + cd Pimple-3313af5935dbc560fab845b76a1ca351b47855af + LICENSEDIR=/builddir/build/BUILDROOT/php-pimple-3.0.1-1.fc21.arm/usr/share/licenses/php-pimple-lib + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-pimple-3.0.1-1.fc21.arm/usr/share/licenses/php-pimple-lib + cp -pr LICENSE /builddir/build/BUILDROOT/php-pimple-3.0.1-1.fc21.arm/usr/share/licenses/php-pimple-lib + exit 0 Provides: php-Pimple = 3.0.1-1.fc21 php-composer(pimple/pimple) = 3.0.1 php-pimple-lib = 3.0.1-1.fc21 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Obsoletes: php-Pimple < 3.0.1-1.fc21 Processing files: php-pimple-debuginfo-3.0.1-1.fc21.armv7hl Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/php-pimple-3.0.1-1.fc21.arm Wrote: /builddir/build/RPMS/php-pimple-3.0.1-1.fc21.armv7hl.rpm Wrote: /builddir/build/RPMS/php-pimple-lib-3.0.1-1.fc21.noarch.rpm Wrote: /builddir/build/RPMS/php-pimple-debuginfo-3.0.1-1.fc21.armv7hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.XTKvZy + umask 022 + cd /builddir/build/BUILD + cd Pimple-3313af5935dbc560fab845b76a1ca351b47855af + /usr/bin/rm -rf /builddir/build/BUILDROOT/php-pimple-3.0.1-1.fc21.arm + exit 0 Child return code was: 0 LEAVE do -->