Created
August 1, 2013 12:42
-
-
Save nickvergessen/6130985 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Using worker: worker-linux-2-2.bb.travis-ci.org:travis-linux-20 | |
| $ export DB=mysql | |
| git.1 | |
| $ git clone --depth=50 git://github.com/phpbb/phpbb3.git phpbb/phpbb3 | |
| Cloning into 'phpbb/phpbb3'... | |
| remote: Counting objects: 17594, done. | |
| remote: Compressing objects: 100% (9942/9942), done. | |
| Receiving objects: 100% (17594/17594), 5.94 MiB | 10.18 MiB/s, done. | |
| remote: Total 17594 (delta 11829), reused 12445 (delta 7387) | |
| Resolving deltas: 100% (11829/11829), done. | |
| $ cd phpbb/phpbb3 | |
| git.2 | |
| $ git fetch origin +refs/pull/1580/merge: | |
| remote: Counting objects: 28, done. | |
| remote: Compressing objects: 100% (11/11), done. | |
| remote: Total 18 (delta 15), reused 7 (delta 7) | |
| Unpacking objects: 100% (18/18), done. | |
| From git://github.com/phpbb/phpbb3 | |
| * branch refs/pull/1580/merge -> FETCH_HEAD | |
| git.3 | |
| $ git checkout -qf FETCH_HEAD | |
| $ phpenv global 5.3 | |
| $ php --version | |
| PHP 5.3.26 (cli) (built: Jun 28 2013 11:03:57) | |
| Copyright (c) 1997-2013 The PHP Group | |
| Zend Engine v2.3.0, Copyright (c) 1998-2013 Zend Technologies | |
| with Xdebug v2.2.1, Copyright (c) 2002-2012, by Derick Rethans | |
| $ composer --version | |
| Warning: This development build of composer is over 30 days old. It is recommended to update it by running "/home/travis/.phpenv/versions/5.3.26/bin/composer.phar self-update" to get the latest version. | |
| Composer version 7755564962718189d5d7d9fdee595283c8f032b7 | |
| before_script.1 | |
| $ sh -c "if [ '$DB' = 'postgres' ]; then psql -c 'DROP DATABASE IF EXISTS phpbb_tests;' -U postgres; fi" | |
| before_script.2 | |
| $ sh -c "if [ '$DB' = 'postgres' ]; then psql -c 'create database phpbb_tests;' -U postgres; fi" | |
| before_script.3 | |
| $ sh -c "if [ '$DB' = 'mysql' ]; then mysql -e 'create database IF NOT EXISTS phpbb_tests;'; fi" | |
| before_script.4 | |
| $ travis/install-php-extensions.sh | |
| Cloning into 'phpredis'... | |
| remote: Counting objects: 3461, done. | |
| remote: Compressing objects: 100% (1464/1464), done. | |
| remote: Total 3461 (delta 2188), reused 3246 (delta 1986) | |
| Receiving objects: 100% (3461/3461), 1.09 MiB | 0 bytes/s, done. | |
| Resolving deltas: 100% (2188/2188), done. | |
| Configuring for: | |
| PHP Api Version: 20090626 | |
| Zend Module Api No: 20090626 | |
| Zend Extension Api No: 220090626 | |
| configure.in:3: warning: prefer named diversions | |
| configure.in:3: warning: prefer named diversions | |
| 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... /home/travis/.phpenv/versions/5.3.26 | |
| checking for PHP includes... -I/home/travis/.phpenv/versions/5.3.26/include/php -I/home/travis/.phpenv/versions/5.3.26/include/php/main -I/home/travis/.phpenv/versions/5.3.26/include/php/TSRM -I/home/travis/.phpenv/versions/5.3.26/include/php/Zend -I/home/travis/.phpenv/versions/5.3.26/include/php/ext -I/home/travis/.phpenv/versions/5.3.26/include/php/ext/date/lib | |
| checking for PHP extension directory... /home/travis/.phpenv/versions/5.3.26/lib/php/extensions/no-debug-zts-20090626 | |
| checking for PHP installed headers prefix... /home/travis/.phpenv/versions/5.3.26/include/php | |
| checking if debug is enabled... no | |
| checking if zts is enabled... no | |
| checking for re2c... re2c | |
| checking for re2c version... 0.13.5 (ok) | |
| checking for gawk... gawk | |
| checking whether to enable redis support... yes, shared | |
| checking whether to enable sessions... yes | |
| checking whether to enable igbinary serializer support... no | |
| checking for redis igbinary support... disabled | |
| checking for ld used by cc... /usr/bin/ld | |
| checking if the linker (/usr/bin/ld) is GNU ld... yes | |
| checking for /usr/bin/ld option to reload object files... -r | |
| checking for BSD-compatible nm... /usr/bin/nm -B | |
| checking whether ln -s works... yes | |
| checking how to recognize dependent libraries... pass_all | |
| 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 dlfcn.h usability... yes | |
| checking dlfcn.h presence... yes | |
| checking for dlfcn.h... yes | |
| checking the maximum length of command line arguments... 1966080 | |
| checking command to parse /usr/bin/nm -B output from cc object... ok | |
| checking for objdir... .libs | |
| checking for ar... ar | |
| checking for ranlib... ranlib | |
| checking for strip... strip | |
| checking if cc supports -fno-rtti -fno-exceptions... no | |
| checking for cc option to produce PIC... -fPIC | |
| checking if cc PIC flag -fPIC works... yes | |
| checking if cc static flag -static works... yes | |
| checking if cc supports -c -o file.o... 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 | |
| creating libtool | |
| appending configuration tag "CXX" to libtool | |
| configure: creating ./config.status | |
| config.status: creating config.h | |
| /bin/bash /home/travis/build/phpbb/phpbb3/phpredis/libtool --mode=compile cc -I. -I/home/travis/build/phpbb/phpbb3/phpredis -DPHP_ATOM_INC -I/home/travis/build/phpbb/phpbb3/phpredis/include -I/home/travis/build/phpbb/phpbb3/phpredis/main -I/home/travis/build/phpbb/phpbb3/phpredis -I/home/travis/.phpenv/versions/5.3.26/include/php -I/home/travis/.phpenv/versions/5.3.26/include/php/main -I/home/travis/.phpenv/versions/5.3.26/include/php/TSRM -I/home/travis/.phpenv/versions/5.3.26/include/php/Zend -I/home/travis/.phpenv/versions/5.3.26/include/php/ext -I/home/travis/.phpenv/versions/5.3.26/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /home/travis/build/phpbb/phpbb3/phpredis/redis.c -o redis.lo | |
| mkdir .libs | |
| cc -I. -I/home/travis/build/phpbb/phpbb3/phpredis -DPHP_ATOM_INC -I/home/travis/build/phpbb/phpbb3/phpredis/include -I/home/travis/build/phpbb/phpbb3/phpredis/main -I/home/travis/build/phpbb/phpbb3/phpredis -I/home/travis/.phpenv/versions/5.3.26/include/php -I/home/travis/.phpenv/versions/5.3.26/include/php/main -I/home/travis/.phpenv/versions/5.3.26/include/php/TSRM -I/home/travis/.phpenv/versions/5.3.26/include/php/Zend -I/home/travis/.phpenv/versions/5.3.26/include/php/ext -I/home/travis/.phpenv/versions/5.3.26/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /home/travis/build/phpbb/phpbb3/phpredis/redis.c -fPIC -DPIC -o .libs/redis.o | |
| /bin/bash /home/travis/build/phpbb/phpbb3/phpredis/libtool --mode=compile cc -I. -I/home/travis/build/phpbb/phpbb3/phpredis -DPHP_ATOM_INC -I/home/travis/build/phpbb/phpbb3/phpredis/include -I/home/travis/build/phpbb/phpbb3/phpredis/main -I/home/travis/build/phpbb/phpbb3/phpredis -I/home/travis/.phpenv/versions/5.3.26/include/php -I/home/travis/.phpenv/versions/5.3.26/include/php/main -I/home/travis/.phpenv/versions/5.3.26/include/php/TSRM -I/home/travis/.phpenv/versions/5.3.26/include/php/Zend -I/home/travis/.phpenv/versions/5.3.26/include/php/ext -I/home/travis/.phpenv/versions/5.3.26/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /home/travis/build/phpbb/phpbb3/phpredis/library.c -o library.lo | |
| cc -I. -I/home/travis/build/phpbb/phpbb3/phpredis -DPHP_ATOM_INC -I/home/travis/build/phpbb/phpbb3/phpredis/include -I/home/travis/build/phpbb/phpbb3/phpredis/main -I/home/travis/build/phpbb/phpbb3/phpredis -I/home/travis/.phpenv/versions/5.3.26/include/php -I/home/travis/.phpenv/versions/5.3.26/include/php/main -I/home/travis/.phpenv/versions/5.3.26/include/php/TSRM -I/home/travis/.phpenv/versions/5.3.26/include/php/Zend -I/home/travis/.phpenv/versions/5.3.26/include/php/ext -I/home/travis/.phpenv/versions/5.3.26/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /home/travis/build/phpbb/phpbb3/phpredis/library.c -fPIC -DPIC -o .libs/library.o | |
| /bin/bash /home/travis/build/phpbb/phpbb3/phpredis/libtool --mode=compile cc -I. -I/home/travis/build/phpbb/phpbb3/phpredis -DPHP_ATOM_INC -I/home/travis/build/phpbb/phpbb3/phpredis/include -I/home/travis/build/phpbb/phpbb3/phpredis/main -I/home/travis/build/phpbb/phpbb3/phpredis -I/home/travis/.phpenv/versions/5.3.26/include/php -I/home/travis/.phpenv/versions/5.3.26/include/php/main -I/home/travis/.phpenv/versions/5.3.26/include/php/TSRM -I/home/travis/.phpenv/versions/5.3.26/include/php/Zend -I/home/travis/.phpenv/versions/5.3.26/include/php/ext -I/home/travis/.phpenv/versions/5.3.26/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /home/travis/build/phpbb/phpbb3/phpredis/redis_session.c -o redis_session.lo | |
| cc -I. -I/home/travis/build/phpbb/phpbb3/phpredis -DPHP_ATOM_INC -I/home/travis/build/phpbb/phpbb3/phpredis/include -I/home/travis/build/phpbb/phpbb3/phpredis/main -I/home/travis/build/phpbb/phpbb3/phpredis -I/home/travis/.phpenv/versions/5.3.26/include/php -I/home/travis/.phpenv/versions/5.3.26/include/php/main -I/home/travis/.phpenv/versions/5.3.26/include/php/TSRM -I/home/travis/.phpenv/versions/5.3.26/include/php/Zend -I/home/travis/.phpenv/versions/5.3.26/include/php/ext -I/home/travis/.phpenv/versions/5.3.26/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /home/travis/build/phpbb/phpbb3/phpredis/redis_session.c -fPIC -DPIC -o .libs/redis_session.o | |
| /bin/bash /home/travis/build/phpbb/phpbb3/phpredis/libtool --mode=compile cc -I. -I/home/travis/build/phpbb/phpbb3/phpredis -DPHP_ATOM_INC -I/home/travis/build/phpbb/phpbb3/phpredis/include -I/home/travis/build/phpbb/phpbb3/phpredis/main -I/home/travis/build/phpbb/phpbb3/phpredis -I/home/travis/.phpenv/versions/5.3.26/include/php -I/home/travis/.phpenv/versions/5.3.26/include/php/main -I/home/travis/.phpenv/versions/5.3.26/include/php/TSRM -I/home/travis/.phpenv/versions/5.3.26/include/php/Zend -I/home/travis/.phpenv/versions/5.3.26/include/php/ext -I/home/travis/.phpenv/versions/5.3.26/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /home/travis/build/phpbb/phpbb3/phpredis/redis_array.c -o redis_array.lo | |
| cc -I. -I/home/travis/build/phpbb/phpbb3/phpredis -DPHP_ATOM_INC -I/home/travis/build/phpbb/phpbb3/phpredis/include -I/home/travis/build/phpbb/phpbb3/phpredis/main -I/home/travis/build/phpbb/phpbb3/phpredis -I/home/travis/.phpenv/versions/5.3.26/include/php -I/home/travis/.phpenv/versions/5.3.26/include/php/main -I/home/travis/.phpenv/versions/5.3.26/include/php/TSRM -I/home/travis/.phpenv/versions/5.3.26/include/php/Zend -I/home/travis/.phpenv/versions/5.3.26/include/php/ext -I/home/travis/.phpenv/versions/5.3.26/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /home/travis/build/phpbb/phpbb3/phpredis/redis_array.c -fPIC -DPIC -o .libs/redis_array.o | |
| /bin/bash /home/travis/build/phpbb/phpbb3/phpredis/libtool --mode=compile cc -I. -I/home/travis/build/phpbb/phpbb3/phpredis -DPHP_ATOM_INC -I/home/travis/build/phpbb/phpbb3/phpredis/include -I/home/travis/build/phpbb/phpbb3/phpredis/main -I/home/travis/build/phpbb/phpbb3/phpredis -I/home/travis/.phpenv/versions/5.3.26/include/php -I/home/travis/.phpenv/versions/5.3.26/include/php/main -I/home/travis/.phpenv/versions/5.3.26/include/php/TSRM -I/home/travis/.phpenv/versions/5.3.26/include/php/Zend -I/home/travis/.phpenv/versions/5.3.26/include/php/ext -I/home/travis/.phpenv/versions/5.3.26/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /home/travis/build/phpbb/phpbb3/phpredis/redis_array_impl.c -o redis_array_impl.lo | |
| cc -I. -I/home/travis/build/phpbb/phpbb3/phpredis -DPHP_ATOM_INC -I/home/travis/build/phpbb/phpbb3/phpredis/include -I/home/travis/build/phpbb/phpbb3/phpredis/main -I/home/travis/build/phpbb/phpbb3/phpredis -I/home/travis/.phpenv/versions/5.3.26/include/php -I/home/travis/.phpenv/versions/5.3.26/include/php/main -I/home/travis/.phpenv/versions/5.3.26/include/php/TSRM -I/home/travis/.phpenv/versions/5.3.26/include/php/Zend -I/home/travis/.phpenv/versions/5.3.26/include/php/ext -I/home/travis/.phpenv/versions/5.3.26/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /home/travis/build/phpbb/phpbb3/phpredis/redis_array_impl.c -fPIC -DPIC -o .libs/redis_array_impl.o | |
| /bin/bash /home/travis/build/phpbb/phpbb3/phpredis/libtool --mode=link cc -DPHP_ATOM_INC -I/home/travis/build/phpbb/phpbb3/phpredis/include -I/home/travis/build/phpbb/phpbb3/phpredis/main -I/home/travis/build/phpbb/phpbb3/phpredis -I/home/travis/.phpenv/versions/5.3.26/include/php -I/home/travis/.phpenv/versions/5.3.26/include/php/main -I/home/travis/.phpenv/versions/5.3.26/include/php/TSRM -I/home/travis/.phpenv/versions/5.3.26/include/php/Zend -I/home/travis/.phpenv/versions/5.3.26/include/php/ext -I/home/travis/.phpenv/versions/5.3.26/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -o redis.la -export-dynamic -avoid-version -prefer-pic -module -rpath /home/travis/build/phpbb/phpbb3/phpredis/modules redis.lo library.lo redis_session.lo redis_array.lo redis_array_impl.lo | |
| cc -shared .libs/redis.o .libs/library.o .libs/redis_session.o .libs/redis_array.o .libs/redis_array_impl.o -Wl,-soname -Wl,redis.so -o .libs/redis.so | |
| creating redis.la | |
| (cd .libs && rm -f redis.la && ln -s ../redis.la redis.la) | |
| /bin/bash /home/travis/build/phpbb/phpbb3/phpredis/libtool --mode=install cp ./redis.la /home/travis/build/phpbb/phpbb3/phpredis/modules | |
| cp ./.libs/redis.so /home/travis/build/phpbb/phpbb3/phpredis/modules/redis.so | |
| cp ./.libs/redis.lai /home/travis/build/phpbb/phpbb3/phpredis/modules/redis.la | |
| PATH="$PATH:/sbin" ldconfig -n /home/travis/build/phpbb/phpbb3/phpredis/modules | |
| ---------------------------------------------------------------------- | |
| Libraries have been installed in: | |
| /home/travis/build/phpbb/phpbb3/phpredis/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'. | |
| Installing shared extensions: /home/travis/.phpenv/versions/5.3.26/lib/php/extensions/no-debug-zts-20090626/ | |
| before_script.5 | |
| $ cd phpBB | |
| before_script.6 | |
| $ php ../composer.phar install --dev --no-interaction --prefer-source | |
| Loading composer repositories with package information | |
| Installing dependencies (including require-dev) from lock file | |
| - Installing symfony/config (v2.1.11) | |
| Cloning v2.1.11 | |
| - Installing symfony/dependency-injection (v2.1.11) | |
| Cloning v2.1.11 | |
| - Installing symfony/http-foundation (v2.1.11) | |
| Cloning v2.1.11 | |
| - Installing symfony/event-dispatcher (v2.1.11) | |
| Cloning v2.1.11 | |
| - Installing symfony/http-kernel (v2.1.11) | |
| Cloning v2.1.11 | |
| - Installing symfony/routing (v2.1.11) | |
| Cloning v2.1.11 | |
| - Installing twig/twig (v1.13.1) | |
| Cloning v1.13.1 | |
| - Installing symfony/process (v2.1.11) | |
| Cloning v2.1.11 | |
| - Installing symfony/finder (v2.1.11) | |
| Cloning v2.1.11 | |
| - Installing symfony/dom-crawler (v2.1.11) | |
| Cloning v2.1.11 | |
| - Installing symfony/css-selector (v2.1.11) | |
| Cloning v2.1.11 | |
| - Installing symfony/browser-kit (v2.1.11) | |
| Cloning v2.1.11 | |
| - Installing guzzle/guzzle (v3.0.7) | |
| Cloning v3.0.7 | |
| - Installing fabpot/goutte (v0.1.0) | |
| Cloning v0.1.0 | |
| - Installing phing/phing (2.4.14) | |
| Cloning 2.4.14 | |
| - Installing symfony/yaml (v2.1.11) | |
| Cloning v2.1.11 | |
| - Installing phpunit/php-text-template (1.1.4) | |
| Cloning 1.1.4 | |
| - Installing phpunit/phpunit-mock-objects (1.2.3) | |
| Cloning 1.2.3 | |
| - Installing phpunit/php-timer (1.0.4) | |
| Cloning 1.0.4 | |
| - Installing phpunit/php-file-iterator (1.3.3) | |
| Cloning 1.3.3 | |
| - Installing phpunit/php-token-stream (1.1.5) | |
| Cloning 1.1.5 | |
| - Installing phpunit/php-code-coverage (1.2.12) | |
| Cloning 1.2.12 | |
| - Installing phpunit/phpunit (3.7.22) | |
| Cloning 3.7.22 | |
| - Installing phpunit/dbunit (1.2.3) | |
| Cloning 1.2.3 | |
| symfony/http-kernel suggests installing symfony/class-loader (2.1.*) | |
| symfony/http-kernel suggests installing symfony/console (2.1.*) | |
| symfony/routing suggests installing doctrine/common (~2.2) | |
| phpunit/phpunit suggests installing phpunit/php-invoker (>=1.1.0,<1.2.0) | |
| Generating autoload files | |
| before_script.7 | |
| $ cd .. | |
| before_script.8 | |
| $ sh -c "if [ `php -r "echo (int) version_compare(PHP_VERSION, '5.3.19', '>=');"` = "1" ]; then travis/setup-webserver.sh; fi" | |
| Selecting previously unselected package geoip-database. | |
| (Reading database ... 60213 files and directories currently installed.) | |
| Unpacking geoip-database (from .../geoip-database_20111220-1_all.deb) ... | |
| Selecting previously unselected package libgeoip1. | |
| Unpacking libgeoip1 (from .../libgeoip1_1.4.8+dfsg-2_amd64.deb) ... | |
| Selecting previously unselected package nginx-common. | |
| Unpacking nginx-common (from .../nginx-common_1.1.19-1ubuntu0.2_all.deb) ... | |
| Selecting previously unselected package nginx-full. | |
| Unpacking nginx-full (from .../nginx-full_1.1.19-1ubuntu0.2_amd64.deb) ... | |
| Selecting previously unselected package nginx. | |
| Unpacking nginx (from .../nginx_1.1.19-1ubuntu0.2_all.deb) ... | |
| Selecting previously unselected package realpath. | |
| Unpacking realpath (from .../realpath_1.16_amd64.deb) ... | |
| Processing triggers for man-db ... | |
| Processing triggers for ureadahead ... | |
| Setting up geoip-database (20111220-1) ... | |
| Setting up libgeoip1 (1.4.8+dfsg-2) ... | |
| Setting up nginx-common (1.1.19-1ubuntu0.2) ... | |
| Setting up nginx-full (1.1.19-1ubuntu0.2) ... | |
| Setting up nginx (1.1.19-1ubuntu0.2) ... | |
| Setting up realpath (1.16) ... | |
| Processing triggers for libc-bin ... | |
| ldconfig deferred processing now taking place | |
| Stopping nginx: nginx. | |
| Starting nginx: nginx. | |
| $ phpBB/vendor/bin/phpunit --configuration travis/phpunit-$DB-travis.xml | |
| PHPUnit 3.7.22 by Sebastian Bergmann. | |
| Configuration read from /home/travis/build/phpbb/phpbb3/travis/phpunit-mysql-travis.xml | |
| ............................................................. 61 / 2148 ( 2%) | |
| .........I.....SSSS....II.................................... 122 / 2148 ( 5%) | |
| ............................................................. 183 / 2148 ( 8%) | |
| ............................................................. 244 / 2148 ( 11%) | |
| ............................................................. 305 / 2148 ( 14%) | |
| ............................................................. 366 / 2148 ( 17%) | |
| ............................................................. 427 / 2148 ( 19%) | |
| ............................................................. 488 / 2148 ( 22%) | |
| ............................................................. 549 / 2148 ( 25%) | |
| ............................................................. 610 / 2148 ( 28%) | |
| ............................................................. 671 / 2148 ( 31%) | |
| ............................................................. 732 / 2148 ( 34%) | |
| ............................................................. 793 / 2148 ( 36%) | |
| ............................................................. 854 / 2148 ( 39%) | |
| ............................................................. 915 / 2148 ( 42%) | |
| ............................................................. 976 / 2148 ( 45%) | |
| ............................................................. 1037 / 2148 ( 48%) | |
| ............................................................. 1098 / 2148 ( 51%) | |
| ............................................................. 1159 / 2148 ( 53%) | |
| ............................................................. 1220 / 2148 ( 56%) | |
| ............................................................. 1281 / 2148 ( 59%) | |
| ............................................................. 1342 / 2148 ( 62%) | |
| ............................................................. 1403 / 2148 ( 65%) | |
| ............................................................. 1464 / 2148 ( 68%) | |
| ............................................................. 1525 / 2148 ( 70%) | |
| ............................................................. 1586 / 2148 ( 73%) | |
| ............................................................. 1647 / 2148 ( 76%) | |
| ............................................................. 1708 / 2148 ( 79%) | |
| ............................................................. 1769 / 2148 ( 82%) | |
| ............................................................. 1830 / 2148 ( 85%) | |
| ............................................................. 1891 / 2148 ( 88%) | |
| ............................................................. 1952 / 2148 ( 90%) | |
| ............................................................. 2013 / 2148 ( 93%) | |
| ..........................................................I.I 2074 / 2148 ( 96%) | |
| I.F.................................................... | |
| Time: 12:47, Memory: 195.25Mb | |
| There was 1 failure: | |
| 1) phpbb_functional_fileupload_remote_test::test_non_existant | |
| Failed asserting that two strings are equal. | |
| --- Expected | |
| +++ Actual | |
| @@ @@ | |
| -'EMPTY_REMOTE_DATA' | |
| +'URL_NOT_FOUND' | |
| /home/travis/build/phpbb/phpbb3/tests/functional/fileupload_remote_test.php:55 | |
| -- | |
| There were 6 incomplete tests: | |
| 1) phpbb_bbcode_parser_test::test_bbcode_firstpass with data set #41 ('Textual bbcode nesting into textual bbcode', '[b]bold [i]bold + italic[/b] italic[/i]', '[b:]bold [i:]bold + italic[/b:] italic[/i:]', 'Incomplete test case: secondpass parses as [b:]bold [i:]bold + italic[/i:] italic[/b:]') | |
| Incomplete test case: secondpass parses as [b:]bold [i:]bold + italic[/i:] italic[/b:] | |
| /home/travis/build/phpbb/phpbb3/tests/bbcode/parser_test.php:252 | |
| 2) phpbb_cache_null_driver_test::test_purge | |
| This test did not perform any assertions | |
| 3) phpbb_cache_null_driver_test::test_destroy | |
| This test did not perform any assertions | |
| 4) phpbb_functional_fileupload_form_test::test_empty_file | |
| Test fails intermittently. | |
| /home/travis/build/phpbb/phpbb3/tests/functional/fileupload_form_test.php:47 | |
| 5) phpbb_functional_fileupload_form_test::test_too_large | |
| Functional tests use an admin account which ignores maximum upload size. | |
| /home/travis/build/phpbb/phpbb3/tests/functional/fileupload_form_test.php:60 | |
| 6) phpbb_functional_fileupload_form_test::test_valid_file | |
| Test fails intermittently. | |
| /home/travis/build/phpbb/phpbb3/tests/functional/fileupload_form_test.php:67 | |
| -- | |
| There were 4 skipped tests: | |
| 1) phpbb_cache_apc_driver_test | |
| APC extension is not loaded | |
| /home/travis/build/phpbb/phpbb3/tests/cache/apc_driver_test.php:30 | |
| 2) phpbb_cache_apc_driver_test | |
| APC extension is not loaded | |
| /home/travis/build/phpbb/phpbb3/tests/cache/apc_driver_test.php:30 | |
| 3) phpbb_cache_apc_driver_test | |
| APC extension is not loaded | |
| /home/travis/build/phpbb/phpbb3/tests/cache/apc_driver_test.php:30 | |
| 4) phpbb_cache_apc_driver_test | |
| APC extension is not loaded | |
| /home/travis/build/phpbb/phpbb3/tests/cache/apc_driver_test.php:30 | |
| plete: 6, Skipped: 4. | |
| The command "phpBB/vendor/bin/phpunit --configuration travis/phpunit-$DB-travis.xml" exited with 1. | |
| Done. Your build exited with 1. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment