+ set -e + set -o pipefail ++ dirname /tmp/rultor-oOAa/run.sh + cd /tmp/rultor-oOAa + echo 9854 + echo '2.0-SNAPSHOT BUILD' 2.0-SNAPSHOT BUILD + date Wed Mar 11 06:56:22 CET 2015 + uptime 06:56:22 up 23 days, 9:27, 1 user, load average: 10.51, 10.47, 8.59 + head=git@github.com:yegor256/phprack.git + head_branch=master + vars=('--env=head=git@github.com:yegor256/phprack.git' '--env=head_branch=master') + image=yegor256/rultor + directory= + scripts=('sudo pecl install xdebug' ';' 'echo "zend_extension=xdebug.so" > xdebug.ini' ';' 'sudo mv xdebug.ini /etc/php5/cli/conf.d' ';' 'composer install' ';' './vendor/phing/phing/bin/phing' ';') + container=yegor256_phprack_104 + as_root=false + git clone --branch=master --depth=10 git@github.com:yegor256/phprack.git repo Initialized empty Git repository in /tmp/rultor-oOAa/repo/.git/ + cd repo + git config user.email me@rultor.com + git config user.name rultor + '[' -z 'sudo pecl install xdebug' ']' + cd .. + cat + '[' false = true ']' + cat + chmod a+x entry.sh + cat + echo 'sudo pecl install xdebug' ';' 'echo "zend_extension=xdebug.so" > xdebug.ini' ';' 'sudo mv xdebug.ini /etc/php5/cli/conf.d' ';' 'composer install' ';' ./vendor/phing/phing/bin/phing ';' + rm -rf .gpg + cd repo + docker_when_possible + true ++ uptime ++ sed 's/ /\n/g' ++ tail -n 1 + load=8.59 ++ bc ++ echo 8.59 '>' 30 + '[' 0 -eq 1 ']' + echo 'load average is 8.59, low enough to run a new Docker container' load average is 8.59, low enough to run a new Docker container + break + cd .. + '[' -n '' ']' + use_image=yegor256/rultor + docker pull yegor256/rultor Pulling repository yegor256/rultor ef7a01b3f761: Pulling image (latest) from yegor256/rultor ef7a01b3f761: Pulling image (latest) from yegor256/rultor, endpoint: https://registry-1.docker.io/v1/ ef7a01b3f761: Pulling dependent layers 511136ea3c5a: Download complete d7ac5e4f1812: Download complete 2f4b4d6a4a06: Download complete 83ff768040a0: Download complete 6c37f792ddac: Download complete e54ca5efa2e9: Download complete 18e5e08ce16d: Download complete cfd3123899d7: Download complete 7fdbbba76594: Download complete 452bfe735d07: Download complete 2d8dc22e2c1a: Download complete 5dba824e2096: Download complete 996aaaaa3be6: Download complete e2730cdac0e5: Download complete 3d8c369c7792: Download complete 2ed8d6c88527: Download complete 39a477af720b: Download complete b97894feaf2c: Download complete 5a2f0c609499: Download complete 9ad8daa2cd1d: Download complete fbb3c7ffb85b: Download complete 63892fa9dc21: Download complete 244638a429a4: Download complete c0b899df8169: Download complete 689ff7a95ae2: Download complete da4c3c51f876: Download complete af8fbf8cd4dc: Download complete 7d0fc5b517c8: Download complete a7280d0d7ae9: Download complete 2ad7249bf03c: Download complete 1ccd85a022a2: Download complete ef7a01b3f761: Download complete ef7a01b3f761: Download complete Status: Image is up to date for yegor256/rultor:latest ++ pwd ++ pwd + docker run --rm -v /tmp/rultor-oOAa:/main --env=head=git@github.com:yegor256/phprack.git --env=head_branch=master --memory=4g --cidfile=/tmp/rultor-oOAa/cid -w=/main --name=yegor256_phprack_104 yegor256/rultor /main/entry.sh + set -e + set -o pipefail + shopt -s dotglob + useradd -m -G sudo r + echo '%sudo ALL=(ALL) NOPASSWD:ALL' + cp -R /root/.bashrc /root/.ivy2 /root/.java /root/.m2 /root/.profile /root/.sbt /home/r + cp -R ./cid ./entry.sh ./pid ./repo ./run.sh ./script.sh ./stdout /home/r + rm -rf repo + chown -R r:r /home/r + chmod a+x /home/r/script.sh + su -m r -c /home/r/script.sh + set -e + set -o pipefail + export HOME=/home/r + HOME=/home/r + cd /home/r/repo + sudo pecl install xdebug downloading xdebug-2.3.1.tgz ... Starting to download xdebug-2.3.1.tgz (266,218 bytes) .......................................................done: 266,218 bytes 74 source files, building running: phpize Configuring for: PHP Api Version: 20121113 Zend Module Api No: 20121212 Zend Extension Api No: 220121212 building in /tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1 running: /tmp/pear/temp/xdebug/configure checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for a sed that does not truncate output... /bin/sed 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... no checking if compiler supports -Wl,-rpath,... yes checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking target system type... x86_64-unknown-linux-gnu checking for PHP prefix... /usr checking for PHP includes... -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib checking for PHP extension directory... /usr/lib/php5/20121212 checking for PHP installed headers prefix... /usr/include/php5 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... no checking for nawk... nawk checking if nawk is broken... no checking whether to enable eXtended debugging support... yes, shared checking Check for supported PHP versions... supported (5.5.9-1ubuntu4.6) checking for gettimeofday... yes checking for cos in -lm... yes checking how to print strings... printf checking for a sed that does not truncate output... (cached) /bin/sed checking for fgrep... /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... 1966080 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking for gawk... (cached) nawk checking command to parse /usr/bin/nm -B output from cc object... ok checking for sysroot... no checking for mt... mt checking if mt 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... yes 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 -m elf_x86_64) 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 running: make /bin/bash /tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/xdebug.c -o xdebug.lo libtool: compile: cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/xdebug.c -fPIC -DPIC -o .libs/xdebug.o /bin/bash /tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/xdebug_branch_info.c -o xdebug_branch_info.lo libtool: compile: cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/xdebug_branch_info.c -fPIC -DPIC -o .libs/xdebug_branch_info.o /bin/bash /tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/xdebug_code_coverage.c -o xdebug_code_coverage.lo libtool: compile: cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/xdebug_code_coverage.c -fPIC -DPIC -o .libs/xdebug_code_coverage.o /bin/bash /tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/xdebug_com.c -o xdebug_com.lo libtool: compile: cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/xdebug_com.c -fPIC -DPIC -o .libs/xdebug_com.o /bin/bash /tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/xdebug_compat.c -o xdebug_compat.lo libtool: compile: cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/xdebug_compat.c -fPIC -DPIC -o .libs/xdebug_compat.o /bin/bash /tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/xdebug_handler_dbgp.c -o xdebug_handler_dbgp.lo libtool: compile: cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/xdebug_handler_dbgp.c -fPIC -DPIC -o .libs/xdebug_handler_dbgp.o In file included from /tmp/pear/temp/xdebug/xdebug_handlers.h:23:0, from /tmp/pear/temp/xdebug/php_xdebug.h:32, from /tmp/pear/temp/xdebug/xdebug_handler_dbgp.c:34: /tmp/pear/temp/xdebug/xdebug_handler_dbgp.c: In function 'send_message': /tmp/pear/temp/xdebug/xdebug_com.h:43:28: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] #define SSENDL(a,b,c) write(a,b,c) ^ /tmp/pear/temp/xdebug/xdebug_handler_dbgp.c:265:2: note: in expansion of macro 'SSENDL' SSENDL(context->socket, tmp->d, tmp->l); ^ /bin/bash /tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/xdebug_handlers.c -o xdebug_handlers.lo libtool: compile: cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/xdebug_handlers.c -fPIC -DPIC -o .libs/xdebug_handlers.o /bin/bash /tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/xdebug_llist.c -o xdebug_llist.lo libtool: compile: cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/xdebug_llist.c -fPIC -DPIC -o .libs/xdebug_llist.o /bin/bash /tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/xdebug_hash.c -o xdebug_hash.lo libtool: compile: cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/xdebug_hash.c -fPIC -DPIC -o .libs/xdebug_hash.o /bin/bash /tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/xdebug_private.c -o xdebug_private.lo libtool: compile: cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/xdebug_private.c -fPIC -DPIC -o .libs/xdebug_private.o /bin/bash /tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/xdebug_profiler.c -o xdebug_profiler.lo libtool: compile: cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/xdebug_profiler.c -fPIC -DPIC -o .libs/xdebug_profiler.o In file included from /tmp/pear/temp/xdebug/xdebug_handlers.h:25:0, from /tmp/pear/temp/xdebug/php_xdebug.h:32, from /tmp/pear/temp/xdebug/xdebug_profiler.c:22: /tmp/pear/temp/xdebug/xdebug_profiler.c: In function 'get_filename_ref': /tmp/pear/temp/xdebug/xdebug_profiler.c:142:66: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] xdebug_hash_add(XG(profile_filename_refs), name, strlen(name), (void*) XG(profile_last_filename_ref)); ^ /tmp/pear/temp/xdebug/xdebug_hash.h:75:91: note: in definition of macro 'xdebug_hash_add' #define xdebug_hash_add(h, key, key_len, p) xdebug_hash_add_or_update(h, key, key_len, 0, p) ^ /tmp/pear/temp/xdebug/xdebug_profiler.c: In function 'get_functionname_ref': /tmp/pear/temp/xdebug/xdebug_profiler.c:155:70: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] xdebug_hash_add(XG(profile_functionname_refs), name, strlen(name), (void*) XG(profile_last_functionname_ref)); ^ /tmp/pear/temp/xdebug/xdebug_hash.h:75:91: note: in definition of macro 'xdebug_hash_add' #define xdebug_hash_add(h, key, key_len, p) xdebug_hash_add_or_update(h, key, key_len, 0, p) ^ /bin/bash /tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/xdebug_set.c -o xdebug_set.lo libtool: compile: cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/xdebug_set.c -fPIC -DPIC -o .libs/xdebug_set.o /bin/bash /tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/xdebug_stack.c -o xdebug_stack.lo libtool: compile: cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/xdebug_stack.c -fPIC -DPIC -o .libs/xdebug_stack.o /bin/bash /tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/xdebug_str.c -o xdebug_str.lo libtool: compile: cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/xdebug_str.c -fPIC -DPIC -o .libs/xdebug_str.o /bin/bash /tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/xdebug_superglobals.c -o xdebug_superglobals.lo libtool: compile: cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/xdebug_superglobals.c -fPIC -DPIC -o .libs/xdebug_superglobals.o /bin/bash /tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/xdebug_tracing.c -o xdebug_tracing.lo libtool: compile: cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/xdebug_tracing.c -fPIC -DPIC -o .libs/xdebug_tracing.o /bin/bash /tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/xdebug_trace_textual.c -o xdebug_trace_textual.lo libtool: compile: cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/xdebug_trace_textual.c -fPIC -DPIC -o .libs/xdebug_trace_textual.o /bin/bash /tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/xdebug_trace_computerized.c -o xdebug_trace_computerized.lo libtool: compile: cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/xdebug_trace_computerized.c -fPIC -DPIC -o .libs/xdebug_trace_computerized.o /bin/bash /tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/xdebug_trace_html.c -o xdebug_trace_html.lo libtool: compile: cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/xdebug_trace_html.c -fPIC -DPIC -o .libs/xdebug_trace_html.o /bin/bash /tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/xdebug_var.c -o xdebug_var.lo libtool: compile: cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/xdebug_var.c -fPIC -DPIC -o .libs/xdebug_var.o /bin/bash /tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/xdebug_xml.c -o xdebug_xml.lo libtool: compile: cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/xdebug_xml.c -fPIC -DPIC -o .libs/xdebug_xml.o /bin/bash /tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/usefulstuff.c -o usefulstuff.lo libtool: compile: cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/usefulstuff.c -fPIC -DPIC -o .libs/usefulstuff.o /bin/bash /tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/libtool --mode=link cc -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -o xdebug.la -export-dynamic -avoid-version -prefer-pic -module -rpath /tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/modules xdebug.lo xdebug_branch_info.lo xdebug_code_coverage.lo xdebug_com.lo xdebug_compat.lo xdebug_handler_dbgp.lo xdebug_handlers.lo xdebug_llist.lo xdebug_hash.lo xdebug_private.lo xdebug_profiler.lo xdebug_set.lo xdebug_stack.lo xdebug_str.lo xdebug_superglobals.lo xdebug_tracing.lo xdebug_trace_textual.lo xdebug_trace_computerized.lo xdebug_trace_html.lo xdebug_var.lo xdebug_xml.lo usefulstuff.lo -lm libtool: link: cc -shared -fPIC -DPIC .libs/xdebug.o .libs/xdebug_branch_info.o .libs/xdebug_code_coverage.o .libs/xdebug_com.o .libs/xdebug_compat.o .libs/xdebug_handler_dbgp.o .libs/xdebug_handlers.o .libs/xdebug_llist.o .libs/xdebug_hash.o .libs/xdebug_private.o .libs/xdebug_profiler.o .libs/xdebug_set.o .libs/xdebug_stack.o .libs/xdebug_str.o .libs/xdebug_superglobals.o .libs/xdebug_tracing.o .libs/xdebug_trace_textual.o .libs/xdebug_trace_computerized.o .libs/xdebug_trace_html.o .libs/xdebug_var.o .libs/xdebug_xml.o .libs/usefulstuff.o -lm -O2 -Wl,-soname -Wl,xdebug.so -o .libs/xdebug.so libtool: link: ( cd ".libs" && rm -f "xdebug.la" && ln -s "../xdebug.la" "xdebug.la" ) /bin/bash /tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/libtool --mode=install cp ./xdebug.la /tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/modules libtool: install: cp ./.libs/xdebug.so /tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/modules/xdebug.so libtool: install: cp ./.libs/xdebug.lai /tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/modules/xdebug.la libtool: finish: PATH="/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/modules ---------------------------------------------------------------------- Libraries have been installed in: /tmp/pear/temp/pear-build-root4W2MtD/xdebug-2.3.1/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'. running: make INSTALL_ROOT="/tmp/pear/temp/pear-build-root4W2MtD/install-xdebug-2.3.1" install Installing shared extensions: /tmp/pear/temp/pear-build-root4W2MtD/install-xdebug-2.3.1/usr/lib/php5/20121212/ shtool:echo:Warning: unable to determine terminal sequence for bold mode +----------------------------------------------------------------------+ | | | INSTALLATION INSTRUCTIONS | | ========================= | | | | See http://xdebug.org/install.php#configure-php for instructions | | on how to enable Xdebug for PHP. | | | | Documentation is available online as well: | | - A list of all settings: http://xdebug.org/docs-settings.php | | - A list of all functions: http://xdebug.org/docs-functions.php | | - Profiling instructions: http://xdebug.org/docs-profiling2.php | | - Remote debugging: http://xdebug.org/docs-debugger.php | | | | | | NOTE: Please disregard the message | | You should add "extension=xdebug.so" to php.ini | | that is emitted by the PECL installer. This does not work for | | Xdebug. | | | +----------------------------------------------------------------------+ shtool:echo:Warning: unable to determine terminal sequence for bold mode running: find "/tmp/pear/temp/pear-build-root4W2MtD/install-xdebug-2.3.1" | xargs ls -dils 159701 4 drwxr-xr-x 3 root root 4096 Mar 11 05:57 /tmp/pear/temp/pear-build-root4W2MtD/install-xdebug-2.3.1 159765 4 drwxr-xr-x 3 root root 4096 Mar 11 05:57 /tmp/pear/temp/pear-build-root4W2MtD/install-xdebug-2.3.1/usr 159766 4 drwxr-xr-x 3 root root 4096 Mar 11 05:57 /tmp/pear/temp/pear-build-root4W2MtD/install-xdebug-2.3.1/usr/lib 159767 4 drwxr-xr-x 3 root root 4096 Mar 11 05:57 /tmp/pear/temp/pear-build-root4W2MtD/install-xdebug-2.3.1/usr/lib/php5 159768 4 drwxr-xr-x 2 root root 4096 Mar 11 05:57 /tmp/pear/temp/pear-build-root4W2MtD/install-xdebug-2.3.1/usr/lib/php5/20121212 159764 1084 -rwxr-xr-x 1 root root 1107005 Mar 11 05:57 /tmp/pear/temp/pear-build-root4W2MtD/install-xdebug-2.3.1/usr/lib/php5/20121212/xdebug.so Build process completed successfully Installing '/usr/lib/php5/20121212/xdebug.so' install ok: channel://pecl.php.net/xdebug-2.3.1 configuration option "php_ini" is not set to php.ini location You should add "zend_extension=xdebug.so" to php.ini + echo zend_extension=xdebug.so + sudo mv xdebug.ini /etc/php5/cli/conf.d + composer install Loading composer repositories with package information Installing dependencies (including require-dev) - Installing phpdocumentor/unified-asset-installer (1.1.2) Downloading: connection... Downloading: 0% Downloading: 25% Downloading: 100% - Installing phing/phing (2.10.1) Downloading: connection... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100% Downloading: 100% - Installing phpdocumentor/template-xml (1.2.0) Downloading: connection... Downloading: 0% Downloading: 100% - Installing phpdocumentor/template-checkstyle (1.2.1) Downloading: connection... Downloading: 0% Downloading: 75% Downloading: 100% - Installing phpdocumentor/template-old-ocean (1.3.2) Downloading: connection... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100% Downloading: 100% - Installing phpdocumentor/template-abstract (1.2.2) Downloading: connection... Downloading: 0% Downloading: 10% Downloading: 20% Downloading: 30% Downloading: 40% Downloading: 50% Downloading: 60% Downloading: 70% Downloading: 80% Downloading: 90% Downloading: 100% - Installing phpdocumentor/template-zend (1.3.2) Downloading: connection... Downloading: 0% Downloading: 45% Downloading: 80% Downloading: 95% Downloading: 100% - Installing phpdocumentor/template-new-black (1.3.2) Downloading: connection... Downloading: 0% Downloading: 10% Downloading: 15% Downloading: 25% Downloading: 30% Downloading: 40% Downloading: 50% Downloading: 55% Downloading: 65% Downloading: 75% Downloading: 80% Downloading: 90% Downloading: 100% - Installing phpdocumentor/template-responsive (1.3.5) Downloading: connection... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100% Downloading: 100% - Installing phpdocumentor/template-responsive-twig (1.2.5) Downloading: connection... Downloading: 0% Downloading: 35% Downloading: 70% Downloading: 95% Downloading: 100% - Installing phpdocumentor/template-clean (1.0.6) Downloading: connection... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100% Downloading: 100% - Installing phpdocumentor/reflection-docblock (2.0.4) Downloading: connection... Downloading: 0% Downloading: 15% Downloading: 20% Downloading: 35% Downloading: 40% Downloading: 55% Downloading: 70% Downloading: 75% Downloading: 90% Downloading: 95% Downloading: 100% - Installing nikic/php-parser (v0.9.5) Downloading: connection... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100% Downloading: 100% - Installing psr/log (1.0.0) Downloading: connection... Downloading: 0% Downloading: 15% Downloading: 30% Downloading: 45% Downloading: 60% Downloading: 75% Downloading: 100% - Installing phpdocumentor/reflection (1.0.7) Downloading: connection... Downloading: 0% Downloading: 10% Downloading: 20% Downloading: 30% Downloading: 40% Downloading: 50% Downloading: 60% Downloading: 70% Downloading: 100% - Installing symfony/finder (v2.6.4) Downloading: connection... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 100% - Installing phpdocumentor/fileset (1.0.0) Downloading: connection... Downloading: 0% Downloading: 20% Downloading: 65% Downloading: 85% Downloading: 100% - Installing phpdocumentor/graphviz (1.0.3) Downloading: connection... Downloading: 0% Downloading: 15% Downloading: 95% Downloading: 100% - Installing zendframework/zend-stdlib (2.3.4) Downloading: connection... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 100% - Installing zendframework/zend-filter (2.3.4) Downloading: connection... Downloading: 0% Downloading: 5% Downloading: 20% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 55% Downloading: 60% Downloading: 75% Downloading: 80% Downloading: 95% Downloading: 100% - Installing zendframework/zend-eventmanager (2.3.4) Downloading: connection... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 100% - Installing zendframework/zend-math (2.3.4) Downloading: connection... Downloading: 0% Downloading: 50% Downloading: 65% Downloading: 100% - Installing zendframework/zend-json (2.3.4) Downloading: connection... Downloading: 0% Downloading: 10% Downloading: 45% Downloading: 55% Downloading: 65% Downloading: 90% Downloading: 100% - Installing zendframework/zend-serializer (2.3.4) Downloading: connection... Downloading: 0% Downloading: 45% Downloading: 50% Downloading: 95% Downloading: 100% - Installing zendframework/zend-servicemanager (2.3.4) Downloading: connection... Downloading: 0% Downloading: 5% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 100% - Installing zendframework/zend-cache (2.3.4) Downloading: connection... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100% - Installing zendframework/zend-i18n (2.3.4) Downloading: connection... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100% Downloading: 100% - Installing zendframework/zend-config (2.3.4) Downloading: connection... Downloading: 0% Downloading: 40% Downloading: 45% Downloading: 70% Downloading: 95% Downloading: 100% - Installing kherge/version (1.0.1) Downloading: connection... Downloading: 0% Downloading: 15% Downloading: 30% Downloading: 45% Downloading: 60% Downloading: 75% Downloading: 90% Downloading: 100% - Installing seld/jsonlint (1.3.1) Downloading: connection... Downloading: 0% Downloading: 60% Downloading: 85% Downloading: 95% Downloading: 100% - Installing justinrainbow/json-schema (1.3.7) Downloading: connection... Downloading: 0% Downloading: 5% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 100% - Installing herrera-io/json (1.0.3) Downloading: connection... Downloading: 0% Downloading: 35% Downloading: 100% - Installing herrera-io/phar-update (1.0.3) Downloading: connection... Downloading: 0% Downloading: 50% Downloading: 85% Downloading: 100% - Installing doctrine/lexer (v1.0.1) Downloading: connection... Downloading: 0% Downloading: 100% - Installing doctrine/annotations (v1.2.3) Downloading: connection... Downloading: 0% Downloading: 10% Downloading: 20% Downloading: 30% Downloading: 40% Downloading: 50% Downloading: 60% Downloading: 70% Downloading: 80% Downloading: 90% Downloading: 100% - Installing phpoption/phpoption (1.4.0) Downloading: connection... Downloading: 0% Downloading: 35% Downloading: 60% Downloading: 95% Downloading: 100% - Installing phpcollection/phpcollection (0.4.0) Downloading: connection... Downloading: 0% Downloading: 30% Downloading: 55% Downloading: 60% Downloading: 85% Downloading: 90% Downloading: 100% - Installing jms/parser-lib (1.0.0) Downloading: connection... Downloading: 0% Downloading: 35% Downloading: 70% Downloading: 100% - Installing jms/metadata (1.5.1) Downloading: connection... Downloading: 0% Downloading: 10% Downloading: 35% Downloading: 45% Downloading: 70% Downloading: 80% Downloading: 100% - Installing jms/serializer (0.16.0) Downloading: connection... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100% Downloading: 100% - Installing symfony/filesystem (v2.6.4) Downloading: connection... Downloading: 0% Downloading: 15% Downloading: 95% Downloading: 100% - Installing symfony/config (v2.6.4) Downloading: connection... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 30% Downloading: 35% Downloading: 45% Downloading: 50% Downloading: 60% Downloading: 65% Downloading: 80% Downloading: 85% Downloading: 95% Downloading: 100% - Installing symfony/stopwatch (v2.6.4) Downloading: connection... Downloading: 0% Downloading: 85% Downloading: 100% - Installing symfony/event-dispatcher (v2.6.4) Downloading: connection... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 100% - Installing zetacomponents/base (1.9) Downloading: connection... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100% Downloading: 100% - Installing zetacomponents/document (1.3.1) Downloading: connection... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100% Downloading: 100% - Installing symfony/process (v2.6.4) Downloading: connection... Downloading: 0% Downloading: 20% Downloading: 25% Downloading: 45% Downloading: 65% Downloading: 70% Downloading: 90% Downloading: 100% - Installing erusev/parsedown (1.5.1) Downloading: connection... Downloading: 0% Downloading: 10% Downloading: 20% Downloading: 30% Downloading: 40% Downloading: 50% Downloading: 100% - Installing twig/twig (v1.18.0) Downloading: connection... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 100% Downloading: 100% - Installing monolog/monolog (1.13.0) Downloading: connection... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100% Downloading: 100% - Installing phenx/php-font-lib (0.2.2) Downloading: connection... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100% Downloading: 100% - Installing dompdf/dompdf (v0.6.1) Downloading: connection... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100% Downloading: 100% - Installing symfony/console (v2.6.4) Downloading: connection... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100% Downloading: 100% - Installing symfony/translation (v2.6.4) Downloading: connection... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 90% Downloading: 95% Downloading: 100% - Installing symfony/validator (v2.6.4) Downloading: connection... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 100% Downloading: 100% - Installing pimple/pimple (v1.1.1) Downloading: connection... Downloading: 0% Downloading: 55% Downloading: 100% - Installing cilex/console-service-provider (1.0.0) Downloading: connection... Downloading: 0% Downloading: 35% Downloading: 90% Downloading: 100% - Installing cilex/cilex (1.1.0) Downloading: connection... Downloading: 0% Downloading: 20% Downloading: 45% Downloading: 65% Downloading: 85% Downloading: 100% - Installing phpdocumentor/phpdocumentor (v2.8.2) Downloading: connection... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100% Downloading: 100% - Installing symfony/dependency-injection (v2.6.4) Downloading: connection... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100% Downloading: 100% - Installing pdepend/pdepend (2.0.6) Downloading: connection... Failed to download pdepend/pdepend from dist: Could not authenticate against github.com Now trying to download from source - Installing pdepend/pdepend (2.0.6) Cloning a15ffcbfbcc4570d4a733ca7b76e9cac0a56c3f4 - Installing phpmd/phpmd (2.2.1) Downloading: connection... Failed to download phpmd/phpmd from dist: Could not authenticate against github.com Now trying to download from source - Installing phpmd/phpmd (2.2.1) Cloning 58c4b00f924d301e8c5281f40cfa9a66f3df9eee - Installing squizlabs/php_codesniffer (2.3.0) Downloading: connection... Failed to download squizlabs/php_codesniffer from dist: Could not authenticate against github.com Now trying to download from source - Installing squizlabs/php_codesniffer (2.3.0) Cloning 5046b0e01c416fc2b06df961d0673c85bcdc896c - Installing sebastian/version (1.0.4) Downloading: connection... Failed to download sebastian/version from dist: Could not authenticate against github.com Now trying to download from source - Installing sebastian/version (1.0.4) Cloning a77d9123f8e809db3fbdea15038c27a95da4058b - Installing sebastian/global-state (1.0.0) Downloading: connection... Failed to download sebastian/global-state from dist: Could not authenticate against github.com Now trying to download from source - Installing sebastian/global-state (1.0.0) Cloning c7428acdb62ece0a45e6306f1ae85e1c05b09c01 - Installing sebastian/recursion-context (1.0.0) Downloading: connection... Failed to download sebastian/recursion-context from dist: Could not authenticate against github.com Now trying to download from source - Installing sebastian/recursion-context (1.0.0) Cloning 3989662bbb30a29d20d9faa04a846af79b276252 - Installing sebastian/exporter (1.2.0) Downloading: connection... Failed to download sebastian/exporter from dist: Could not authenticate against github.com Now trying to download from source - Installing sebastian/exporter (1.2.0) Cloning 84839970d05254c73cde183a721c7af13aede943 - Installing sebastian/environment (1.2.1) Downloading: connection... Failed to download sebastian/environment from dist: Could not authenticate against github.com Now trying to download from source - Installing sebastian/environment (1.2.1) Cloning 6e6c71d918088c251b181ba8b3088af4ac336dd7 - Installing sebastian/diff (1.2.0) Downloading: connection... Failed to download sebastian/diff from dist: Could not authenticate against github.com Now trying to download from source - Installing sebastian/diff (1.2.0) Cloning 5843509fed39dee4b356a306401e9dd1a931fec7 - Installing sebastian/comparator (1.1.1) Downloading: connection... Failed to download sebastian/comparator from dist: Could not authenticate against github.com Now trying to download from source - Installing sebastian/comparator (1.1.1) Cloning 1dd8869519a225f7f2b9eb663e225298fade819e - Installing symfony/yaml (v2.6.4) Downloading: connection... Failed to download symfony/yaml from dist: Could not authenticate against github.com Now trying to download from source - Installing symfony/yaml (v2.6.4) Cloning 60ed7751671113cf1ee7d7778e691642c2e9acd8 - Installing doctrine/instantiator (1.0.4) Downloading: connection... Failed to download doctrine/instantiator from dist: Could not authenticate against github.com Now trying to download from source - Installing doctrine/instantiator (1.0.4) Cloning f976e5de371104877ebc89bd8fecb0019ed9c119 - Installing phpspec/prophecy (v1.3.1) Downloading: connection... Failed to download phpspec/prophecy from dist: Could not authenticate against github.com Now trying to download from source - Installing phpspec/prophecy (v1.3.1) Cloning 9ca52329bcdd1500de24427542577ebf3fc2f1c9 - Installing phpunit/php-text-template (1.2.0) Downloading: connection... Failed to download phpunit/php-text-template from dist: Could not authenticate against github.com Now trying to download from source - Installing phpunit/php-text-template (1.2.0) Cloning 206dfefc0ffe9cebf65c413e3d0e809c82fbf00a - Installing phpunit/phpunit-mock-objects (2.3.0) Downloading: connection... Failed to download phpunit/phpunit-mock-objects from dist: Could not authenticate against github.com Now trying to download from source - Installing phpunit/phpunit-mock-objects (2.3.0) Cloning c63d2367247365f688544f0d500af90a11a44c65 - Installing phpunit/php-timer (1.0.5) Downloading: connection... Failed to download phpunit/php-timer from dist: Could not authenticate against github.com Now trying to download from source - Installing phpunit/php-timer (1.0.5) Cloning 19689d4354b295ee3d8c54b4f42c3efb69cbc17c - Installing phpunit/php-file-iterator (1.3.4) Downloading: connection... Failed to download phpunit/php-file-iterator from dist: Could not authenticate against github.com Now trying to download from source - Installing phpunit/php-file-iterator (1.3.4) Cloning acd690379117b042d1c8af1fafd61bde001bf6bb - Installing phpunit/php-token-stream (1.4.0) Downloading: connection... Failed to download phpunit/php-token-stream from dist: Could not authenticate against github.com Now trying to download from source - Installing phpunit/php-token-stream (1.4.0) Cloning db32c18eba00b121c145575fcbcd4d4d24e6db74 - Installing phpunit/php-code-coverage (2.0.15) Downloading: connection... Failed to download phpunit/php-code-coverage from dist: Could not authenticate against github.com Now trying to download from source - Installing phpunit/php-code-coverage (2.0.15) Cloning 34cc484af1ca149188d0d9e91412191e398e0b67 - Installing phpunit/phpunit (4.5.0) Downloading: connection... Failed to download phpunit/phpunit from dist: Could not authenticate against github.com Now trying to download from source - Installing phpunit/phpunit (4.5.0) Cloning 5b578d3865a9128b9c209b011fda6539ec06e7a5 phing/phing suggests installing sebastian/phpcpd (Copy/Paste Detector (CPD) for PHP code) phing/phing suggests installing phploc/phploc (A tool for quickly measuring the size of a PHP project) phing/phing suggests installing pear/versioncontrol_svn (A simple OO-style interface for Subversion, the free/open-source version control system) phing/phing suggests installing pear/versioncontrol_git (A library that provides OO interface to handle Git repository) phing/phing suggests installing pear/archive_tar (Tar file management class) phing/phing suggests installing tedivm/jshrink (Javascript Minifier built in PHP) phpdocumentor/reflection-docblock suggests installing dflydev/markdown (~1.0) zendframework/zend-filter suggests installing zendframework/zend-crypt (Zend\Crypt component) zendframework/zend-filter suggests installing zendframework/zend-uri (Zend\Uri component for UriNormalize filter) zendframework/zend-math suggests installing ext-gmp (If using the gmp functionality) zendframework/zend-math suggests installing ircmaxell/random-lib (Fallback random byte generator for Zend\Math\Rand if OpenSSL/Mcrypt extensions are unavailable) zendframework/zend-json suggests installing zendframework/zend-http (Zend\Http component) zendframework/zend-json suggests installing zendframework/zend-server (Zend\Server component) zendframework/zend-json suggests installing zendframework/zendxml (To support Zend\Json\Json::fromXml() usage) zendframework/zend-servicemanager suggests installing ocramius/proxy-manager (ProxyManager 0.5.* to handle lazy initialization of services) zendframework/zend-servicemanager suggests installing zendframework/zend-di (Zend\Di component) zendframework/zend-cache suggests installing zendframework/zend-session (Zend\Session component) zendframework/zend-cache suggests installing ext-apc (APC >= 3.1.6 to use the APC storage adapter) zendframework/zend-cache suggests installing ext-memcached (Memcached >= 1.0.0 to use the Memcached storage adapter) zendframework/zend-cache suggests installing ext-wincache (WinCache, to use the WinCache storage adapter) zendframework/zend-i18n suggests installing ext-intl (Required for most features of Zend\I18n; included in default builds of PHP) zendframework/zend-i18n suggests installing zendframework/zend-validator (You should install this package to use the provided validators) zendframework/zend-i18n suggests installing zendframework/zend-view (You should install this package to use the provided view helpers) zendframework/zend-i18n suggests installing zendframework/zend-resources (Translation resources) symfony/event-dispatcher suggests installing symfony/http-kernel () monolog/monolog suggests installing graylog2/gelf-php (Allow sending log messages to a GrayLog2 server) monolog/monolog suggests installing raven/raven (Allow sending log messages to a Sentry server) monolog/monolog suggests installing doctrine/couchdb (Allow sending log messages to a CouchDB server) monolog/monolog suggests installing ruflin/elastica (Allow sending log messages to an Elastic Search server) monolog/monolog suggests installing videlalvaro/php-amqplib (Allow sending log messages to an AMQP server using php-amqplib) monolog/monolog suggests installing ext-amqp (Allow sending log messages to an AMQP server (1.0+ required)) monolog/monolog suggests installing ext-mongo (Allow sending log messages to a MongoDB server) monolog/monolog suggests installing aws/aws-sdk-php (Allow sending log messages to AWS services like DynamoDB) monolog/monolog suggests installing rollbar/rollbar (Allow sending log messages to Rollbar) symfony/validator suggests installing doctrine/cache (For using the default cached annotation reader and metadata cache.) symfony/validator suggests installing symfony/http-foundation () symfony/validator suggests installing symfony/intl () symfony/validator suggests installing egulias/email-validator (Strict (RFC compliant) email validation) symfony/validator suggests installing symfony/property-access (For using the 2.4 Validator API) symfony/validator suggests installing symfony/expression-language (For using the 2.4 Expression validator) phpdocumentor/phpdocumentor suggests installing ext-twig (Enabling the twig extension improves the generation of twig based templates.) phpdocumentor/phpdocumentor suggests installing ext-xslcache (Enabling the XSLCache extension improves the generation of xml based templates.) symfony/dependency-injection suggests installing symfony/proxy-manager-bridge (Generate service proxies to lazy load them) sebastian/global-state suggests installing ext-uopz (*) phpunit/phpunit suggests installing phpunit/php-invoker (~1.1) Writing lock file Generating autoload files + ./vendor/phing/phing/bin/phing 00;36mBuildfile: /home/r/repo/build.xml0m 01;35mWarning: target 'jslint' has no tasks or dependencies0m 00;36m [php] Evaluating PHP expression: ini_set('memory_limit', '128M');0m 00;32m phpRack tests > lint: 0m 00;32m phpRack tests > jslint: 0m 00;32m phpRack tests > phpcs: 0m 00;32m phpRack tests > phpmd: 0m 00;32m phpRack tests > test: 0m 00;36m [mkdir] Created dir: /home/r/repo/build0m 00;36m[coverage-setup] Setting up coverage database for 61 files0m 00;36m [phpunit] Testsuite: AuthResultTest0m 00;36m [phpunit] Tests run: 1, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed: 1.89376 s0m 00;36m [phpunit] Testsuite: Runner_AuthOption_OnlySslTest0m 00;36m [phpunit] Tests run: 2, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed: 0.06194 s0m 00;36m [phpunit] Testsuite: ViewTest0m 00;36m [phpunit] Tests run: 1, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed: 0.21460 s0m 00;36m [phpunit] Testsuite: BootstrapTest0m 00;36m [phpunit] Tests run: 2, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed: 101.50208 s0m 00;36m [phpunit] Testsuite: phpRack_Package_SimpleTest0m 00;36m [phpunit] Tests run: 2, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed: 0.04873 s0m PHPUnit_Framework_ExpectationFailedException: Failed asserting that false is true. PHPUnit_Framework_ExpectationFailedException: Failed asserting that false is true. 00;36m [phpunit] Testsuite: phpRack_Package_Network_UrlTest0m 00;36m [phpunit] Tests run: 9, Failures: 0, Errors: 0, Incomplete: 2, Skipped: 0, Time elapsed: 0.70726 s0m 00;36m [phpunit] testRegex INCOMPLETE0m 00;36m [phpunit] testRegexWithNotRegExpPattern INCOMPLETE0m 00;36m [phpunit] Testsuite: phpRack_Package_Network_PortsTest0m 00;36m [phpunit] Tests run: 1, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed: 0.14040 s0m 00;36m [phpunit] Testsuite: phpRack_Package_Disc_File_HeadTest0m 00;36m [phpunit] Tests run: 4, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed: 0.21802 s0m 00;36m [phpunit] Testsuite: phpRack_Package_Disc_File_TailTest0m 00;36m [phpunit] Tests run: 4, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed: 0.16418 s0m 00;36m [phpunit] Testsuite: phpRack_Package_Disc_File_PathTest0m 00;36m [phpunit] Tests run: 1, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed: 0.12843 s0m 00;36m [phpunit] Testsuite: phpRack_Package_Disc_File_TailfTest0m 00;36m [phpunit] Tests run: 5, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed: 0.26887 s0m 00;36m [phpunit] Testsuite: phpRack_Package_Disc_File_FileInformationTest0m 00;36m [phpunit] Tests run: 5, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed: 0.39235 s0m 00;36m [phpunit] Testsuite: phpRack_Package_Disc_File_CatTest0m 00;36m [phpunit] Tests run: 3, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed: 0.13650 s0m 00;36m [phpunit] Testsuite: phpRack_Package_Php_LintTest0m 00;36m [phpunit] Tests run: 5, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed: 0.95965 s0m 00;36m [phpunit] Testsuite: phpRack_Package_Php_PearTest0m 00;36m [phpunit] Tests run: 6, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed: 2.81557 s0m 00;36m [phpunit] Testsuite: phpRack_Package_Php_IniTest::testAtLeast0m 00;36m [phpunit] Tests run: 4, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed: 0.15976 s0m 00;36m [phpunit] Testsuite: phpRack_Package_Php_IniTest0m 00;36m [phpunit] Tests run: 5, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed: 0.18486 s0m 00;36m [phpunit] Testsuite: phpRack_Package_Php_FnExistsTest::testAtLeast0m 00;36m [phpunit] Tests run: 4, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed: 0.19732 s0m 00;36m [phpunit] Testsuite: phpRack_Package_Php_FnExistsTest0m 00;36m [phpunit] Tests run: 4, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed: 0.19900 s0m 00;36m [phpunit] Testsuite: phpRack_Package_Cpu_PerformanceTest0m 00;36m [phpunit] Tests run: 2, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed: 0.17746 s0m 00;36m [phpunit] Testsuite: phpRack_Package_Qos_LatencyTest0m 00;36m [phpunit] Tests run: 5, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed: 4.12437 s0m 00;36m [phpunit] Testsuite: phpRack_Package_ShellTest0m 00;36m [phpunit] Tests run: 2, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed: 0.28538 s0m 00;36m [phpunit] Testsuite: phpRack_Package_Db_Mysql_ShowSchemaTest0m 00;36m [phpunit] Tests run: 3, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 1, Time elapsed: 0.11921 s0m 00;36m [phpunit] testShowSchema SKIPPED0m 00;36m [phpunit] Testsuite: phpRack_Package_Db_Mysql_TableExistsTest0m 00;36m [phpunit] Tests run: 3, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 1, Time elapsed: 0.14988 s0m 00;36m [phpunit] testTableExists SKIPPED0m 00;36m [phpunit] Testsuite: phpRack_Package_Db_Mysql_QueryTest0m 00;36m [phpunit] Tests run: 3, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 2, Time elapsed: 0.12356 s0m 00;36m [phpunit] testQuery SKIPPED0m 00;36m [phpunit] testQueryWithInvalidQuery SKIPPED0m 00;36m [phpunit] Testsuite: phpRack_Package_Db_Mysql_ConnectionTest0m 00;36m [phpunit] Tests run: 2, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed: 0.09843 s0m 00;36m [phpunit] Testsuite: phpRack_Package_Db_Mysql_DbExistsTest0m 00;36m [phpunit] Tests run: 2, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 1, Time elapsed: 0.16461 s0m 00;36m [phpunit] testDbExists SKIPPED0m phpRack error (2): ini_set(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. , in /home/r/repo/src/test/phpRack/RunnerTest.php [line:133] 00;36m [phpunit] Testsuite: RunnerTest0m 00;36m [phpunit] Tests run: 9, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed: 50.04613 s0m 00;36m [phpunit] Testsuite: Adapters_ConfigTest0m 00;36m [phpunit] Tests run: 3, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed: 0.12583 s0m 00;36m [phpunit] Testsuite: Adapters_PearTest0m 00;36m [phpunit] Tests run: 4, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed: 2.38234 s0m 00;36m [phpunit] Testsuite: phpRack_Adapters_Files_DirectoryFilterIteratorTest0m 00;36m [phpunit] Tests run: 1, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed: 0.02551 s0m 00;36m [phpunit] Testsuite: Adapters_CpuTest0m 00;36m [phpunit] Tests run: 2, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed: 0.10684 s0m 00;36m [phpunit] Testsuite: Adapters_Auth_ArrayTest0m 00;36m [phpunit] Tests run: 4, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed: 0.11892 s0m 00;36m [phpunit] Testsuite: Adapters_Auth_FileTest0m 00;36m [phpunit] Tests run: 2, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed: 0.07143 s0m 00;36m [phpunit] Testsuite: Adapters_Auth_PlainTest0m 00;36m [phpunit] Tests run: 4, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed: 0.11062 s0m 00;36m [phpunit] Testsuite: Adapters_UrlTest0m 00;36m [phpunit] Tests run: 5, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed: 0.18586 s0m 00;36m [phpunit] Testsuite: Adapters_Config_IniTest0m 00;36m [phpunit] Tests run: 5, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed: 0.26101 s0m 00;36m [phpunit] Testsuite: Adapters_Notifier_Mail_SmtpTest::testPublicFunctionsWork0m 00;36m [phpunit] Tests run: 3, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed: 0.12463 s0m 00;36m [phpunit] Testsuite: Adapters_Notifier_Mail_SmtpTest0m 00;36m [phpunit] Tests run: 7, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed: 0.95148 s0m 00;36m [phpunit] Testsuite: Adapters_Notifier_Mail_SendmailTest::testPublicFunctionsWork0m 00;36m [phpunit] Tests run: 4, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed: 0.11956 s0m 00;36m [phpunit] Testsuite: Adapters_Notifier_Mail_SendmailTest0m 00;36m [phpunit] Tests run: 8, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 1, Time elapsed: 0.23856 s0m 00;36m [phpunit] testSend SKIPPED0m 00;36m [phpunit] Testsuite: Adapters_Notifier_MailTest0m 00;36m [phpunit] Tests run: 2, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed: 0.07579 s0m phpRack_Exception: MySQL extension is not loaded 00;36m [phpunit] Testsuite: phpRack_Adapters_Db_Mysql_ConnectionTest0m 00;36m [phpunit] Tests run: 8, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 3, Time elapsed: 0.38847 s0m 00;36m [phpunit] testIsConnected SKIPPED0m 00;36m [phpunit] testShowConnections SKIPPED0m 00;36m [phpunit] testIsDatabaseSelected SKIPPED0m 00;36m [phpunit] Testsuite: phpRack_Adapters_Db_Mysql_DatabaseInfoTest0m 00;36m [phpunit] Tests run: 5, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 3, Time elapsed: 0.14170 s0m 00;36m [phpunit] testSchema SKIPPED0m 00;36m [phpunit] testShowServerInfo SKIPPED0m 00;36m [phpunit] testSchemaWithoutDatabaseSelect SKIPPED0m 00;36m [phpunit] Total tests run: 151, Failures: 0, Errors: 0, Incomplete: 2, Skipped: 12, Time elapsed: 170.85286 s0m 00;36m [mkdir] Created dir: /home/r/repo/build/coverage0m 00;36m[coverage-report] Transforming coverage report0m 00;36m[coverage-threshold] Calculating coverage threshold: min. 65% per project, 0% per class and 0% per method is required0m 00;36m[coverage-threshold] Passed coverage threshold. Minimum found coverage values are: 66% per project, 0% per class and 0% per method0m 00;36m [delete] Deleting: /home/r/repo/build/coverage.data0m 00;32m phpRack tests > zca: 0m 00;36m[zendcodeanalyzer] Number of findings: 00m 00;32m phpRack tests > jscoverage: 0m sh: 1: jscoverage: not found 01;31mExecution of target "jscoverage" failed for the following reason: /home/r/repo/build.xml:95:82: Task exited with code 1270m 01;31m BUILD FAILED /home/r/repo/build.xml:95:82: Task exited with code 127 Total time: 4 minutes 56.94 seconds 0m