+ set -e + set -o pipefail ++ dirname /tmp/rultor-Ayh3/run.sh + cd /tmp/rultor-Ayh3 + echo 27078 + echo '2.0-SNAPSHOT BUILD' 2.0-SNAPSHOT BUILD + date Wed Mar 11 07:35:59 CET 2015 + uptime 07:35:59 up 23 days, 10:07, 1 user, load average: 11.00, 10.30, 8.07 + 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' ';' 'sudo npm install jscoverage -g' ';' './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-Ayh3/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' ';' 'sudo npm install jscoverage -g' ';' ./vendor/phing/phing/bin/phing ';' + rm -rf .gpg + cd repo + docker_when_possible + true ++ uptime ++ sed 's/ /\n/g' ++ tail -n 1 + load=8.03 ++ echo 8.03 '>' 30 ++ bc + '[' 0 -eq 1 ']' + echo 'load average is 8.03, low enough to run a new Docker container' load average is 8.03, 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-Ayh3:/main --env=head=git@github.com:yegor256/phprack.git --env=head_branch=master --memory=4g --cidfile=/tmp/rultor-Ayh3/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-rootrVUYtB/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-rootrVUYtB/xdebug-2.3.1/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootrVUYtB/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-rootrVUYtB/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-rootrVUYtB/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-rootrVUYtB/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-rootrVUYtB/xdebug-2.3.1/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootrVUYtB/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-rootrVUYtB/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-rootrVUYtB/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-rootrVUYtB/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-rootrVUYtB/xdebug-2.3.1/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootrVUYtB/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-rootrVUYtB/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-rootrVUYtB/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-rootrVUYtB/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-rootrVUYtB/xdebug-2.3.1/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootrVUYtB/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-rootrVUYtB/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-rootrVUYtB/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-rootrVUYtB/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-rootrVUYtB/xdebug-2.3.1/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootrVUYtB/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-rootrVUYtB/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-rootrVUYtB/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-rootrVUYtB/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-rootrVUYtB/xdebug-2.3.1/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootrVUYtB/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-rootrVUYtB/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-rootrVUYtB/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-rootrVUYtB/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-rootrVUYtB/xdebug-2.3.1/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootrVUYtB/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-rootrVUYtB/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-rootrVUYtB/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-rootrVUYtB/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-rootrVUYtB/xdebug-2.3.1/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootrVUYtB/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-rootrVUYtB/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-rootrVUYtB/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-rootrVUYtB/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-rootrVUYtB/xdebug-2.3.1/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootrVUYtB/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-rootrVUYtB/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-rootrVUYtB/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-rootrVUYtB/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-rootrVUYtB/xdebug-2.3.1/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootrVUYtB/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-rootrVUYtB/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-rootrVUYtB/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-rootrVUYtB/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-rootrVUYtB/xdebug-2.3.1/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootrVUYtB/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-rootrVUYtB/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-rootrVUYtB/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-rootrVUYtB/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-rootrVUYtB/xdebug-2.3.1/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootrVUYtB/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-rootrVUYtB/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-rootrVUYtB/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-rootrVUYtB/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-rootrVUYtB/xdebug-2.3.1/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootrVUYtB/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-rootrVUYtB/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-rootrVUYtB/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-rootrVUYtB/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-rootrVUYtB/xdebug-2.3.1/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootrVUYtB/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-rootrVUYtB/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-rootrVUYtB/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-rootrVUYtB/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-rootrVUYtB/xdebug-2.3.1/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootrVUYtB/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-rootrVUYtB/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-rootrVUYtB/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-rootrVUYtB/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-rootrVUYtB/xdebug-2.3.1/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootrVUYtB/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-rootrVUYtB/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-rootrVUYtB/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-rootrVUYtB/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-rootrVUYtB/xdebug-2.3.1/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootrVUYtB/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-rootrVUYtB/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-rootrVUYtB/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-rootrVUYtB/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-rootrVUYtB/xdebug-2.3.1/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootrVUYtB/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-rootrVUYtB/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-rootrVUYtB/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-rootrVUYtB/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-rootrVUYtB/xdebug-2.3.1/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootrVUYtB/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-rootrVUYtB/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-rootrVUYtB/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-rootrVUYtB/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-rootrVUYtB/xdebug-2.3.1/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootrVUYtB/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-rootrVUYtB/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-rootrVUYtB/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-rootrVUYtB/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-rootrVUYtB/xdebug-2.3.1/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootrVUYtB/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-rootrVUYtB/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-rootrVUYtB/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-rootrVUYtB/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-rootrVUYtB/xdebug-2.3.1/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootrVUYtB/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-rootrVUYtB/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-rootrVUYtB/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-rootrVUYtB/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-rootrVUYtB/xdebug-2.3.1/libtool --mode=link cc -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootrVUYtB/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-rootrVUYtB/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-rootrVUYtB/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-rootrVUYtB/xdebug-2.3.1/libtool --mode=install cp ./xdebug.la /tmp/pear/temp/pear-build-rootrVUYtB/xdebug-2.3.1/modules libtool: install: cp ./.libs/xdebug.so /tmp/pear/temp/pear-build-rootrVUYtB/xdebug-2.3.1/modules/xdebug.so libtool: install: cp ./.libs/xdebug.lai /tmp/pear/temp/pear-build-rootrVUYtB/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-rootrVUYtB/xdebug-2.3.1/modules ---------------------------------------------------------------------- Libraries have been installed in: /tmp/pear/temp/pear-build-rootrVUYtB/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-rootrVUYtB/install-xdebug-2.3.1" install Installing shared extensions: /tmp/pear/temp/pear-build-rootrVUYtB/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-rootrVUYtB/install-xdebug-2.3.1" | xargs ls -dils 159770 4 drwxr-xr-x 3 root root 4096 Mar 11 06:37 /tmp/pear/temp/pear-build-rootrVUYtB/install-xdebug-2.3.1 159834 4 drwxr-xr-x 3 root root 4096 Mar 11 06:37 /tmp/pear/temp/pear-build-rootrVUYtB/install-xdebug-2.3.1/usr 159835 4 drwxr-xr-x 3 root root 4096 Mar 11 06:37 /tmp/pear/temp/pear-build-rootrVUYtB/install-xdebug-2.3.1/usr/lib 159836 4 drwxr-xr-x 3 root root 4096 Mar 11 06:37 /tmp/pear/temp/pear-build-rootrVUYtB/install-xdebug-2.3.1/usr/lib/php5 159837 4 drwxr-xr-x 2 root root 4096 Mar 11 06:37 /tmp/pear/temp/pear-build-rootrVUYtB/install-xdebug-2.3.1/usr/lib/php5/20121212 159833 1084 -rwxr-xr-x 1 root root 1107005 Mar 11 06:37 /tmp/pear/temp/pear-build-rootrVUYtB/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... Failed to download phpdocumentor/unified-asset-installer from dist: Could not authenticate against github.com Now trying to download from source - Installing phpdocumentor/unified-asset-installer (1.1.2) Cloning 241fb036268cd9da7d76da3db66e3eda66259c52 - Installing phing/phing (2.10.1) Downloading: connection... Failed to download phing/phing from dist: Could not authenticate against github.com Now trying to download from source - Installing phing/phing (2.10.1) Cloning f6c25373cbce5e042dddd9b951a3d5638bb78f67 - Installing phpdocumentor/template-xml (1.2.0) Downloading: connection... Failed to download phpdocumentor/template-xml from dist: Could not authenticate against github.com Now trying to download from source - Installing phpdocumentor/template-xml (1.2.0) Cloning a372713be8ee99b16497e2580592e474ff51190c - Installing phpdocumentor/template-checkstyle (1.2.1) Downloading: connection... Failed to download phpdocumentor/template-checkstyle from dist: Could not authenticate against github.com Now trying to download from source - Installing phpdocumentor/template-checkstyle (1.2.1) Cloning cfa86d19327b0d762332787ff2dda0d55226a2e2 - Installing phpdocumentor/template-old-ocean (1.3.2) Downloading: connection... Failed to download phpdocumentor/template-old-ocean from dist: Could not authenticate against github.com Now trying to download from source - Installing phpdocumentor/template-old-ocean (1.3.2) Cloning 2fdb786038351c0ec88633d4e2aa103e4bbb8655 - Installing phpdocumentor/template-abstract (1.2.2) Downloading: connection... Failed to download phpdocumentor/template-abstract from dist: Could not authenticate against github.com Now trying to download from source - Installing phpdocumentor/template-abstract (1.2.2) Cloning df1d11cf11cf5da433789e2be07f4d2d6e51aaca - Installing phpdocumentor/template-zend (1.3.2) Downloading: connection... Failed to download phpdocumentor/template-zend from dist: Could not authenticate against github.com Now trying to download from source - Installing phpdocumentor/template-zend (1.3.2) Cloning 75913288bfd73d3bf4c1b1179c3963f3431e7a9d - Installing phpdocumentor/template-new-black (1.3.2) Downloading: connection... Failed to download phpdocumentor/template-new-black from dist: Could not authenticate against github.com Now trying to download from source - Installing phpdocumentor/template-new-black (1.3.2) Cloning d98f84633b94b279582735aecd91015c1e191d98 - Installing phpdocumentor/template-responsive (1.3.5) Downloading: connection... Failed to download phpdocumentor/template-responsive from dist: Could not authenticate against github.com Now trying to download from source - Installing phpdocumentor/template-responsive (1.3.5) Cloning 949e742f350f70fc8ec7c945b3cf0070a4e1825e - Installing phpdocumentor/template-responsive-twig (1.2.5) Downloading: connection... Failed to download phpdocumentor/template-responsive-twig from dist: Could not authenticate against github.com Now trying to download from source - Installing phpdocumentor/template-responsive-twig (1.2.5) Cloning 493e204be607583efd2d75f1728cd5210e23cf96 - Installing phpdocumentor/template-clean (1.0.6) Downloading: connection... Failed to download phpdocumentor/template-clean from dist: Could not authenticate against github.com Now trying to download from source - Installing phpdocumentor/template-clean (1.0.6) Cloning 6fc0f7f6c55c1f94ac5b1c6fccde7aac77755e45 - Installing phpdocumentor/reflection-docblock (2.0.4) Downloading: connection... Failed to download phpdocumentor/reflection-docblock from dist: Could not authenticate against github.com Now trying to download from source - Installing phpdocumentor/reflection-docblock (2.0.4) Cloning d68dbdc53dc358a816f00b300704702b2eaff7b8 - Installing nikic/php-parser (v0.9.5) Downloading: connection... Failed to download nikic/php-parser from dist: Could not authenticate against github.com Now trying to download from source - Installing nikic/php-parser (v0.9.5) Cloning ef70767475434bdb3615b43c327e2cae17ef12eb - Installing psr/log (1.0.0) Downloading: connection... Failed to download psr/log from dist: Could not authenticate against github.com Now trying to download from source - Installing psr/log (1.0.0) Cloning fe0936ee26643249e916849d48e3a51d5f5e278b - Installing phpdocumentor/reflection (1.0.7) Downloading: connection... Failed to download phpdocumentor/reflection from dist: Could not authenticate against github.com Now trying to download from source - Installing phpdocumentor/reflection (1.0.7) Cloning fc40c3f604ac2287eb5c314174d5109b2c699372 - Installing symfony/finder (v2.6.4) Downloading: connection... Failed to download symfony/finder from dist: Could not authenticate against github.com Now trying to download from source - Installing symfony/finder (v2.6.4) Cloning 16513333bca64186c01609961a2bb1b95b5e1355 - Installing phpdocumentor/fileset (1.0.0) Downloading: connection... Failed to download phpdocumentor/fileset from dist: Could not authenticate against github.com Now trying to download from source - Installing phpdocumentor/fileset (1.0.0) Cloning bfa78d8fa9763dfce6d0e5d3730c1d8ab25d34b0 - Installing phpdocumentor/graphviz (1.0.3) Downloading: connection... Failed to download phpdocumentor/graphviz from dist: Could not authenticate against github.com Now trying to download from source - Installing phpdocumentor/graphviz (1.0.3) Cloning aa243118c8a055fc853c02802e8503c5435862f7 - Installing zendframework/zend-stdlib (2.3.4) Downloading: connection... Failed to download zendframework/zend-stdlib from dist: Could not authenticate against github.com Now trying to download from source - Installing zendframework/zend-stdlib (2.3.4) Cloning 280e4ee6a8fea96b3de00a39174758b4002a7358 - Installing zendframework/zend-filter (2.3.4) Downloading: connection... Failed to download zendframework/zend-filter from dist: Could not authenticate against github.com Now trying to download from source - Installing zendframework/zend-filter (2.3.4) Cloning 43206c8a7d847ebaff83c1c0b2f7dd8a318313eb - Installing zendframework/zend-eventmanager (2.3.4) Downloading: connection... Failed to download zendframework/zend-eventmanager from dist: Could not authenticate against github.com Now trying to download from source - Installing zendframework/zend-eventmanager (2.3.4) Cloning 5992c202f13292415501aed41beba76404197866 - Installing zendframework/zend-math (2.3.4) Downloading: connection... Failed to download zendframework/zend-math from dist: Could not authenticate against github.com Now trying to download from source - Installing zendframework/zend-math (2.3.4) Cloning 45e7544d499a11c97d8b8fec00597f646e105ffb - Installing zendframework/zend-json (2.3.4) Downloading: connection... Failed to download zendframework/zend-json from dist: Could not authenticate against github.com Now trying to download from source - Installing zendframework/zend-json (2.3.4) Cloning 24b072788f42a025e479901e0c6e5c0bf0dcd960 - Installing zendframework/zend-serializer (2.3.4) Downloading: connection... Failed to download zendframework/zend-serializer from dist: Could not authenticate against github.com Now trying to download from source - Installing zendframework/zend-serializer (2.3.4) Cloning 8cc08516ff69b275f22d2378cba0e0b482ba33a1 - Installing zendframework/zend-servicemanager (2.3.4) Downloading: connection... Failed to download zendframework/zend-servicemanager from dist: Could not authenticate against github.com Now trying to download from source - Installing zendframework/zend-servicemanager (2.3.4) Cloning 148b1ce06fa0ac7fe58e3bd396df57f1ee0e9e82 - Installing zendframework/zend-cache (2.3.4) Downloading: connection... Failed to download zendframework/zend-cache from dist: Could not authenticate against github.com Now trying to download from source - Installing zendframework/zend-cache (2.3.4) Cloning 03cf30de6aa60ff9fb1a9f473202559a18b9f2f5 - Installing zendframework/zend-i18n (2.3.4) Downloading: connection... Failed to download zendframework/zend-i18n from dist: Could not authenticate against github.com Now trying to download from source - Installing zendframework/zend-i18n (2.3.4) Cloning 0a78212878f5cf7d5ec0b554150717ddbe5755d6 - Installing zendframework/zend-config (2.3.4) Downloading: connection... Failed to download zendframework/zend-config from dist: Could not authenticate against github.com Now trying to download from source - Installing zendframework/zend-config (2.3.4) Cloning c07bbcfd6c32e9eaf3de457cb880349f8c18885d - Installing kherge/version (1.0.1) Downloading: connection... Failed to download kherge/version from dist: Could not authenticate against github.com Now trying to download from source - Installing kherge/version (1.0.1) Cloning f07cf83f8ce533be8f93d2893d96d674bbeb7e30 - Installing seld/jsonlint (1.3.1) Downloading: connection... Failed to download seld/jsonlint from dist: Could not authenticate against github.com Now trying to download from source - Installing seld/jsonlint (1.3.1) Cloning 863ae85c6d3ef60ca49cb12bd051c4a0648c40c4 - Installing justinrainbow/json-schema (1.3.7) Downloading: connection... Failed to download justinrainbow/json-schema from dist: Could not authenticate against github.com Now trying to download from source - Installing justinrainbow/json-schema (1.3.7) Cloning 87b54b460febed69726c781ab67462084e97a105 - Installing herrera-io/json (1.0.3) Downloading: connection... Failed to download herrera-io/json from dist: Could not authenticate against github.com Now trying to download from source - Installing herrera-io/json (1.0.3) Cloning 60c696c9370a1e5136816ca557c17f82a6fa83f1 - Installing herrera-io/phar-update (1.0.3) Downloading: connection... Failed to download herrera-io/phar-update from dist: Could not authenticate against github.com Now trying to download from source - Installing herrera-io/phar-update (1.0.3) Cloning 00a79e1d5b8cf3c080a2e3becf1ddf7a7fea025b - Installing doctrine/lexer (v1.0.1) Downloading: connection... Failed to download doctrine/lexer from dist: Could not authenticate against github.com Now trying to download from source - Installing doctrine/lexer (v1.0.1) Cloning 83893c552fd2045dd78aef794c31e694c37c0b8c - Installing doctrine/annotations (v1.2.3) Downloading: connection... Failed to download doctrine/annotations from dist: Could not authenticate against github.com Now trying to download from source - Installing doctrine/annotations (v1.2.3) Cloning eeda578cbe24a170331a1cfdf78be723412df7a4 - Installing phpoption/phpoption (1.4.0) Downloading: connection... Failed to download phpoption/phpoption from dist: Could not authenticate against github.com Now trying to download from source - Installing phpoption/phpoption (1.4.0) Cloning 5d099bcf0393908bf4ad69cc47dafb785d51f7f5 - Installing phpcollection/phpcollection (0.4.0) Downloading: connection... Failed to download phpcollection/phpcollection from dist: Could not authenticate against github.com Now trying to download from source - Installing phpcollection/phpcollection (0.4.0) Cloning b8bf55a0a929ca43b01232b36719f176f86c7e83 - Installing jms/parser-lib (1.0.0) Downloading: connection... Failed to download jms/parser-lib from dist: Could not authenticate against github.com Now trying to download from source - Installing jms/parser-lib (1.0.0) Cloning c509473bc1b4866415627af0e1c6cc8ac97fa51d - Installing jms/metadata (1.5.1) Downloading: connection... Failed to download jms/metadata from dist: Could not authenticate against github.com Now trying to download from source - Installing jms/metadata (1.5.1) Cloning 22b72455559a25777cfd28c4ffda81ff7639f353 - Installing jms/serializer (0.16.0) Downloading: connection... Failed to download jms/serializer from dist: Could not authenticate against github.com Now trying to download from source - Installing jms/serializer (0.16.0) Cloning c8a171357ca92b6706e395c757f334902d430ea9 - Installing symfony/filesystem (v2.6.4) Downloading: connection... Failed to download symfony/filesystem from dist: Could not authenticate against github.com Now trying to download from source - Installing symfony/filesystem (v2.6.4) Cloning a1f566d1f92e142fa1593f4555d6d89e3044a9b7 - Installing symfony/config (v2.6.4) Downloading: connection... Failed to download symfony/config from dist: Could not authenticate against github.com Now trying to download from source - Installing symfony/config (v2.6.4) Cloning a9f781ba1221067d1f07c8cec0bc50f81b8d7408 - Installing symfony/stopwatch (v2.6.4) Downloading: connection... Failed to download symfony/stopwatch from dist: Could not authenticate against github.com Now trying to download from source - Installing symfony/stopwatch (v2.6.4) Cloning e8da5286132ba75ce4b4275fbf0f4cd369bfd71c - Installing symfony/event-dispatcher (v2.6.4) Downloading: connection... Failed to download symfony/event-dispatcher from dist: Could not authenticate against github.com Now trying to download from source - Installing symfony/event-dispatcher (v2.6.4) Cloning f75989f3ab2743a82fe0b03ded2598a2b1546813 - Installing zetacomponents/base (1.9) Downloading: connection... Failed to download zetacomponents/base from dist: Could not authenticate against github.com Now trying to download from source - Installing zetacomponents/base (1.9) Cloning f20df24e8de3e48b6b69b2503f917e457281e687 - Installing zetacomponents/document (1.3.1) Downloading: connection... Failed to download zetacomponents/document from dist: Could not authenticate against github.com Now trying to download from source - Installing zetacomponents/document (1.3.1) Cloning 688abfde573cf3fe0730f82538fbd7aa9fc95bc8 - Installing symfony/process (v2.6.4) Downloading: connection... Failed to download symfony/process from dist: Could not authenticate against github.com Now trying to download from source - Installing symfony/process (v2.6.4) Cloning ecfc23e89d9967999fa5f60a1e9af7384396e9ae - Installing erusev/parsedown (1.5.1) Downloading: connection... Failed to download erusev/parsedown from dist: Could not authenticate against github.com Now trying to download from source - Installing erusev/parsedown (1.5.1) Cloning 9da19c1108c39df9b42adc42e39b8371070652d0 - Installing twig/twig (v1.18.0) Downloading: connection... Failed to download twig/twig from dist: Could not authenticate against github.com Now trying to download from source - Installing twig/twig (v1.18.0) Cloning 4cf7464348e7f9893a93f7096a90b73722be99cf - Installing monolog/monolog (1.13.0) Downloading: connection... Failed to download monolog/monolog from dist: Could not authenticate against github.com Now trying to download from source - Installing monolog/monolog (1.13.0) Cloning c41c218e239b50446fd883acb1ecfd4b770caeae - Installing phenx/php-font-lib (0.2.2) Downloading: connection... Failed to download phenx/php-font-lib from dist: Could not authenticate against github.com Now trying to download from source - Installing phenx/php-font-lib (0.2.2) Cloning c30c7fc00a6b0d863e9bb4c5d5dd015298b2dc82 - Installing dompdf/dompdf (v0.6.1) Downloading: connection... Failed to download dompdf/dompdf from dist: Could not authenticate against github.com Now trying to download from source - Installing dompdf/dompdf (v0.6.1) Cloning cf7d8a0a27270418850cc7d7ea532159e5eeb3eb - Installing symfony/console (v2.6.4) Downloading: connection... Failed to download symfony/console from dist: Could not authenticate against github.com Now trying to download from source - Installing symfony/console (v2.6.4) Cloning e44154bfe3e41e8267d7a3794cd9da9a51cfac34 - Installing symfony/translation (v2.6.4) Downloading: connection... Failed to download symfony/translation from dist: Could not authenticate against github.com Now trying to download from source - Installing symfony/translation (v2.6.4) Cloning f289cdf8179d32058c1e1cbac723106a5ff6fa39 - Installing symfony/validator (v2.6.4) Downloading: connection... Failed to download symfony/validator from dist: Could not authenticate against github.com Now trying to download from source - Installing symfony/validator (v2.6.4) Cloning 1906eb78a5049b41a80094c20faf66dfbaaf2049 - Installing pimple/pimple (v1.1.1) Downloading: connection... Failed to download pimple/pimple from dist: Could not authenticate against github.com Now trying to download from source - Installing pimple/pimple (v1.1.1) Cloning 2019c145fe393923f3441b23f29bbdfaa5c58c4d - Installing cilex/console-service-provider (1.0.0) Downloading: connection... Failed to download cilex/console-service-provider from dist: Could not authenticate against github.com Now trying to download from source - Installing cilex/console-service-provider (1.0.0) Cloning 25ee3d1875243d38e1a3448ff94bdf944f70d24e - Installing cilex/cilex (1.1.0) Downloading: connection... Failed to download cilex/cilex from dist: Could not authenticate against github.com Now trying to download from source - Installing cilex/cilex (1.1.0) Cloning 7acd965a609a56d0345e8b6071c261fbdb926cb5 - Installing phpdocumentor/phpdocumentor (v2.8.2) Downloading: connection... Failed to download phpdocumentor/phpdocumentor from dist: Could not authenticate against github.com Now trying to download from source - Installing phpdocumentor/phpdocumentor (v2.8.2) Cloning 1c6a3bd696de9153a0d8596e2fc26cf866ac9c2d - Installing symfony/dependency-injection (v2.6.4) Downloading: connection... Failed to download symfony/dependency-injection from dist: Could not authenticate against github.com Now trying to download from source - Installing symfony/dependency-injection (v2.6.4) Cloning 42bbb43fab66292a1865dc9616c299904c3d4d14 - 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 + sudo npm install jscoverage -g npm http GET https://registry.npmjs.org/jscoverage npm http 200 https://registry.npmjs.org/jscoverage npm http GET https://registry.npmjs.org/jscoverage/-/jscoverage-0.5.9.tgz npm http 200 https://registry.npmjs.org/jscoverage/-/jscoverage-0.5.9.tgz npm http GET https://registry.npmjs.org/uglify-js/2.4.15 npm http GET https://registry.npmjs.org/optimist/0.3.1 npm http GET https://registry.npmjs.org/ejs/1.0.0 npm http GET https://registry.npmjs.org/xfs/0.1.8 npm http GET https://registry.npmjs.org/debug/1.0.3 npm http GET https://registry.npmjs.org/coffee-script npm http 200 https://registry.npmjs.org/ejs/1.0.0 npm http 200 https://registry.npmjs.org/debug/1.0.3 npm http GET https://registry.npmjs.org/debug/-/debug-1.0.3.tgz npm http GET https://registry.npmjs.org/ejs/-/ejs-1.0.0.tgz npm http 200 https://registry.npmjs.org/uglify-js/2.4.15 npm http 200 https://registry.npmjs.org/coffee-script npm http 200 https://registry.npmjs.org/xfs/0.1.8 npm http GET https://registry.npmjs.org/uglify-js/-/uglify-js-2.4.15.tgz npm http GET https://registry.npmjs.org/coffee-script/-/coffee-script-1.9.1.tgz npm http 200 https://registry.npmjs.org/debug/-/debug-1.0.3.tgz npm http GET https://registry.npmjs.org/xfs/-/xfs-0.1.8.tgz npm http 200 https://registry.npmjs.org/ejs/-/ejs-1.0.0.tgz npm http 200 https://registry.npmjs.org/uglify-js/-/uglify-js-2.4.15.tgz npm http 200 https://registry.npmjs.org/coffee-script/-/coffee-script-1.9.1.tgz npm http 200 https://registry.npmjs.org/xfs/-/xfs-0.1.8.tgz npm http 200 https://registry.npmjs.org/optimist/0.3.1 npm http GET https://registry.npmjs.org/optimist/-/optimist-0.3.1.tgz npm http 200 https://registry.npmjs.org/optimist/-/optimist-0.3.1.tgz npm http GET https://registry.npmjs.org/ms/0.6.2 npm http 200 https://registry.npmjs.org/ms/0.6.2 npm http GET https://registry.npmjs.org/ms/-/ms-0.6.2.tgz npm http 200 https://registry.npmjs.org/ms/-/ms-0.6.2.tgz npm http GET https://registry.npmjs.org/wordwrap npm http 200 https://registry.npmjs.org/wordwrap npm http GET https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz npm http 200 https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz npm http GET https://registry.npmjs.org/async npm http GET https://registry.npmjs.org/source-map/0.1.34 npm http GET https://registry.npmjs.org/optimist npm http GET https://registry.npmjs.org/uglify-to-browserify npm http 200 https://registry.npmjs.org/uglify-to-browserify npm http 200 https://registry.npmjs.org/async npm http GET https://registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz npm http GET https://registry.npmjs.org/async/-/async-0.2.10.tgz npm http 200 https://registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz npm http 200 https://registry.npmjs.org/optimist npm http GET https://registry.npmjs.org/optimist/-/optimist-0.3.7.tgz npm http 200 https://registry.npmjs.org/async/-/async-0.2.10.tgz npm http 200 https://registry.npmjs.org/optimist/-/optimist-0.3.7.tgz npm http 200 https://registry.npmjs.org/source-map/0.1.34 npm http GET https://registry.npmjs.org/source-map/-/source-map-0.1.34.tgz npm http 200 https://registry.npmjs.org/source-map/-/source-map-0.1.34.tgz npm http GET https://registry.npmjs.org/amdefine npm http 200 https://registry.npmjs.org/amdefine npm http GET https://registry.npmjs.org/amdefine/-/amdefine-0.1.0.tgz npm http 200 https://registry.npmjs.org/amdefine/-/amdefine-0.1.0.tgz /usr/local/bin/jscoverage -> /usr/local/lib/node_modules/jscoverage/bin/jscoverage jscoverage@0.5.9 /usr/local/lib/node_modules/jscoverage ├── xfs@0.1.8 ├── ejs@1.0.0 ├── debug@1.0.3 (ms@0.6.2) ├── coffee-script@1.9.1 ├── optimist@0.3.1 (wordwrap@0.0.2) └── uglify-js@2.4.15 (uglify-to-browserify@1.0.2, async@0.2.10, optimist@0.3.7, source-map@0.1.34) + ./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: 2.19412 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.11127 s0m 00;36m [phpunit] Testsuite: ViewTest0m 00;36m [phpunit] Tests run: 1, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed: 0.36044 s0m 00;36m [phpunit] Testsuite: BootstrapTest0m 00;36m [phpunit] Tests run: 2, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed: 104.19953 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.05333 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.68284 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.08615 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.18711 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.28233 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.09210 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.22221 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.22974 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.21290 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.74518 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.84171 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.17342 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.19787 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.18291 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.18394 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.18102 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: 3.77430 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.12704 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.10378 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.13711 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.16151 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.09859 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.09923 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: 43.89870 s0m 00;36m [phpunit] Testsuite: Adapters_ConfigTest0m 00;36m [phpunit] Tests run: 3, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed: 0.06452 s0m 00;36m [phpunit] Testsuite: Adapters_PearTest0m 00;36m [phpunit] Tests run: 4, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed: 1.14158 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.01928 s0m 00;36m [phpunit] Testsuite: Adapters_CpuTest0m 00;36m [phpunit] Tests run: 2, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed: 0.08822 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.05897 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.03126 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.05723 s0m 00;36m [phpunit] Testsuite: Adapters_UrlTest0m 00;36m [phpunit] Tests run: 5, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed: 0.10157 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.08350 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.05167 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.68472 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.07028 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.13811 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.03793 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.14004 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.08046 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: 164.50943 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 /usr/bin/env: node: No such file or directory 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 7.60 seconds 0m