+ set -e + set -o pipefail ++ dirname /tmp/rultor-CWen/run.sh + cd /tmp/rultor-CWen + echo 20246 + echo '2.0-SNAPSHOT BUILD' 2.0-SNAPSHOT BUILD + date Fri May 1 07:59:42 UTC 2015 + uptime 07:59:42 up 2 days, 8:30, 0 users, load average: 7.36, 7.80, 6.93 + 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 + squash=false + 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_110 + as_root=false + echo -e 'Host github.com\n\tStrictHostKeyChecking no\n' + chmod 600 /home/rultor/.ssh/config + git clone --branch=master --depth=10 git@github.com:yegor256/phprack.git repo Cloning into 'repo'... + 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 ++ tail -n 1 ++ sed 's/ /\n/g' ++ uptime + load=6.93 ++ bc ++ echo 6.93 '>' 30 + '[' 0 -eq 1 ']' + echo 'load average is 6.93, low enough to run a new Docker container' load average is 6.93, low enough to run a new Docker container + break + cd .. + '[' -n '' ']' + use_image=yegor256/rultor + docker pull yegor256/rultor Trying to pull repository docker.io/yegor256/rultor ... df0608d44329: Pulling image (latest) from docker.io/yegor256/rultor df0608d44329: Pulling image (latest) from docker.io/yegor256/rultor, endpoint: https://registry-1.docker.io/v1/ df0608d44329: 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 99499274d0d3: Download complete df0608d44329: Download complete df0608d44329: Download complete Status: Image is up to date for docker.io/yegor256/rultor:latest + docker ps --filter=status=exited + grep --quiet '\syegor256_phprack_110\s*$' ++ pwd ++ pwd + docker run --rm -v /tmp/rultor-CWen:/main --env=head=git@github.com:yegor256/phprack.git --env=head_branch=master --privileged=true --memory=4g --cidfile=/tmp/rultor-CWen/cid -w=/main --name=yegor256_phprack_110 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 WARNING: channel "pecl.php.net" has updated its protocols, use "pecl channel-update pecl.php.net" to update downloading xdebug-2.3.2.tgz ... Starting to download xdebug-2.3.2.tgz (266,287 bytes) ....................................................done: 266,287 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-rootuqzUDK/xdebug-2.3.2 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.7) 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... 1572864 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-rootuqzUDK/xdebug-2.3.2/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/include -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/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-rootuqzUDK/xdebug-2.3.2/include -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/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-rootuqzUDK/xdebug-2.3.2/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/include -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/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-rootuqzUDK/xdebug-2.3.2/include -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/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-rootuqzUDK/xdebug-2.3.2/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/include -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/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-rootuqzUDK/xdebug-2.3.2/include -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/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-rootuqzUDK/xdebug-2.3.2/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/include -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/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-rootuqzUDK/xdebug-2.3.2/include -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/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-rootuqzUDK/xdebug-2.3.2/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/include -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/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-rootuqzUDK/xdebug-2.3.2/include -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/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-rootuqzUDK/xdebug-2.3.2/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/include -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/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-rootuqzUDK/xdebug-2.3.2/include -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/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-rootuqzUDK/xdebug-2.3.2/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/include -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/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-rootuqzUDK/xdebug-2.3.2/include -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/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-rootuqzUDK/xdebug-2.3.2/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/include -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/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-rootuqzUDK/xdebug-2.3.2/include -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/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-rootuqzUDK/xdebug-2.3.2/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/include -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/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-rootuqzUDK/xdebug-2.3.2/include -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/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-rootuqzUDK/xdebug-2.3.2/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/include -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/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-rootuqzUDK/xdebug-2.3.2/include -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/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-rootuqzUDK/xdebug-2.3.2/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/include -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/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-rootuqzUDK/xdebug-2.3.2/include -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/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-rootuqzUDK/xdebug-2.3.2/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/include -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/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-rootuqzUDK/xdebug-2.3.2/include -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/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-rootuqzUDK/xdebug-2.3.2/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/include -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/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-rootuqzUDK/xdebug-2.3.2/include -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/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-rootuqzUDK/xdebug-2.3.2/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/include -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/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-rootuqzUDK/xdebug-2.3.2/include -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/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-rootuqzUDK/xdebug-2.3.2/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/include -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/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-rootuqzUDK/xdebug-2.3.2/include -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/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-rootuqzUDK/xdebug-2.3.2/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/include -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/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-rootuqzUDK/xdebug-2.3.2/include -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/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-rootuqzUDK/xdebug-2.3.2/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/include -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/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-rootuqzUDK/xdebug-2.3.2/include -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/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-rootuqzUDK/xdebug-2.3.2/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/include -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/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-rootuqzUDK/xdebug-2.3.2/include -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/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-rootuqzUDK/xdebug-2.3.2/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/include -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/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-rootuqzUDK/xdebug-2.3.2/include -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/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-rootuqzUDK/xdebug-2.3.2/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/include -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/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-rootuqzUDK/xdebug-2.3.2/include -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/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-rootuqzUDK/xdebug-2.3.2/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/include -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/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-rootuqzUDK/xdebug-2.3.2/include -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/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-rootuqzUDK/xdebug-2.3.2/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/include -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/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-rootuqzUDK/xdebug-2.3.2/include -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/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-rootuqzUDK/xdebug-2.3.2/libtool --mode=link cc -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/include -I/tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/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-rootuqzUDK/xdebug-2.3.2/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-rootuqzUDK/xdebug-2.3.2/libtool --mode=install cp ./xdebug.la /tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/modules libtool: install: cp ./.libs/xdebug.so /tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/modules/xdebug.so libtool: install: cp ./.libs/xdebug.lai /tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/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-rootuqzUDK/xdebug-2.3.2/modules ---------------------------------------------------------------------- Libraries have been installed in: /tmp/pear/temp/pear-build-rootuqzUDK/xdebug-2.3.2/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-rootuqzUDK/install-xdebug-2.3.2" install Installing shared extensions: /tmp/pear/temp/pear-build-rootuqzUDK/install-xdebug-2.3.2/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-rootuqzUDK/install-xdebug-2.3.2" | xargs ls -dils 425081 4 drwxr-xr-x. 3 root root 4096 May 1 08:00 /tmp/pear/temp/pear-build-rootuqzUDK/install-xdebug-2.3.2 550886 4 drwxr-xr-x. 3 root root 4096 May 1 08:00 /tmp/pear/temp/pear-build-rootuqzUDK/install-xdebug-2.3.2/usr 550887 4 drwxr-xr-x. 3 root root 4096 May 1 08:00 /tmp/pear/temp/pear-build-rootuqzUDK/install-xdebug-2.3.2/usr/lib 550888 4 drwxr-xr-x. 3 root root 4096 May 1 08:00 /tmp/pear/temp/pear-build-rootuqzUDK/install-xdebug-2.3.2/usr/lib/php5 550889 4 drwxr-xr-x. 2 root root 4096 May 1 08:00 /tmp/pear/temp/pear-build-rootuqzUDK/install-xdebug-2.3.2/usr/lib/php5/20121212 550890 1084 -rwxr-xr-x. 1 root root 1107061 May 1 08:00 /tmp/pear/temp/pear-build-rootuqzUDK/install-xdebug-2.3.2/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.2 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 Warning: This development build of composer is over 30 days old. It is recommended to update it by running "/usr/local/bin/composer self-update" to get the latest version. Loading composer repositories with package information Installing dependencies (including require-dev) - Installing phpdocumentor/unified-asset-installer (1.1.2) Downloading: connection... Downloading: 0% Downloading: 25% Downloading: 100% - Installing phing/phing (2.10.1) Downloading: connection... Downloading: 100% - Installing phpdocumentor/template-xml (1.2.0) Downloading: connection... Downloading: 0% Downloading: 100% - Installing phpdocumentor/template-checkstyle (1.2.1) Downloading: connection... Downloading: 0% Downloading: 75% Downloading: 100% - Installing phpdocumentor/template-old-ocean (1.3.2) Downloading: connection... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100% Downloading: 100% - Installing phpdocumentor/template-abstract (1.2.2) Downloading: connection... Downloading: 0% Downloading: 10% Downloading: 20% Downloading: 30% Downloading: 40% Downloading: 50% Downloading: 60% Downloading: 70% Downloading: 80% Downloading: 90% Downloading: 100% - Installing phpdocumentor/template-zend (1.3.2) Downloading: connection... Downloading: 0% Downloading: 45% Downloading: 80% Downloading: 95% Downloading: 100% - Installing phpdocumentor/template-new-black (1.3.2) Downloading: connection... Downloading: 0% Downloading: 10% Downloading: 15% Downloading: 25% Downloading: 30% Downloading: 40% Downloading: 50% Downloading: 55% Downloading: 65% Downloading: 75% Downloading: 80% Downloading: 90% Downloading: 100% - Installing phpdocumentor/template-responsive (1.3.5) Downloading: connection... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100% Downloading: 100% - Installing phpdocumentor/template-responsive-twig (1.2.5) Downloading: connection... Downloading: 0% Downloading: 35% Downloading: 70% Downloading: 95% Downloading: 100% - Installing phpdocumentor/template-clean (1.0.6) Downloading: connection... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100% Downloading: 100% - Installing phpdocumentor/reflection-docblock (2.0.4) Downloading: connection... Downloading: 0% Downloading: 15% Downloading: 20% Downloading: 35% Downloading: 40% Downloading: 55% Downloading: 70% Downloading: 75% Downloading: 90% Downloading: 100% - Installing nikic/php-parser (v0.9.5) Downloading: connection... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100% Downloading: 100% - Installing psr/log (1.0.0) Downloading: connection... Downloading: 0% Downloading: 15% Downloading: 30% Downloading: 45% Downloading: 60% Downloading: 75% Downloading: 100% - Installing phpdocumentor/reflection (1.0.7) Downloading: connection... Downloading: 0% Downloading: 10% Downloading: 20% Downloading: 30% Downloading: 40% Downloading: 50% Downloading: 60% Downloading: 70% Downloading: 100% - Installing symfony/finder (v2.6.6) Downloading: connection... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 90% Downloading: 95% Downloading: 100% - Installing phpdocumentor/fileset (1.0.0) Downloading: connection... Downloading: 0% Downloading: 20% Downloading: 50% Downloading: 70% Downloading: 90% Downloading: 100% - Installing phpdocumentor/graphviz (1.0.3) Downloading: connection... Downloading: 0% Downloading: 15% Downloading: 95% Downloading: 100% - Installing zendframework/zend-stdlib (2.4.0) Downloading: connection... Downloading: 0% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 45% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 100% - Installing zendframework/zend-filter (2.4.0) Downloading: connection... Downloading: 0% Downloading: 5% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 100% - Installing zendframework/zend-eventmanager (2.4.0) Downloading: connection... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 100% - Installing zendframework/zend-math (2.4.0) Downloading: connection... Downloading: 0% Downloading: 65% Downloading: 100% - Installing zendframework/zend-json (2.4.0) Downloading: connection... Downloading: 0% Downloading: 10% Downloading: 45% Downloading: 55% Downloading: 65% Downloading: 100% - Installing zendframework/zend-serializer (2.4.0) Downloading: connection... Downloading: 0% Downloading: 45% Downloading: 50% Downloading: 90% Downloading: 95% Downloading: 100% - Installing zendframework/zend-servicemanager (2.4.0) Downloading: connection... Downloading: 0% Downloading: 35% Downloading: 70% Downloading: 75% Downloading: 100% - Installing zendframework/zend-cache (2.4.0) Downloading: connection... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100% - Installing zendframework/zend-i18n (2.4.0) Downloading: connection... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100% Downloading: 100% - Installing zendframework/zend-config (2.4.0) Downloading: connection... Downloading: 0% Downloading: 25% Downloading: 50% Downloading: 60% Downloading: 85% Downloading: 100% - Installing kherge/version (1.0.1) Downloading: connection... Downloading: 0% Downloading: 15% Downloading: 30% Downloading: 45% Downloading: 60% Downloading: 75% Downloading: 90% Downloading: 100% - Installing seld/jsonlint (1.3.1) Downloading: connection... Downloading: 0% Downloading: 60% Downloading: 85% Downloading: 95% Downloading: 100% - Installing justinrainbow/json-schema (1.4.1) Downloading: connection... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 50% Downloading: 55% Downloading: 70% Downloading: 75% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100% - Installing herrera-io/json (1.0.3) Downloading: connection... Downloading: 0% Downloading: 35% Downloading: 100% - Installing herrera-io/phar-update (1.0.3) Downloading: connection... Downloading: 0% Downloading: 50% Downloading: 85% Downloading: 100% - Installing doctrine/lexer (v1.0.1) Downloading: connection... Downloading: 0% Downloading: 100% - Installing doctrine/annotations (v1.2.4) Downloading: connection... Downloading: 0% Downloading: 10% Downloading: 20% Downloading: 30% Downloading: 40% Downloading: 50% Downloading: 60% Downloading: 70% Downloading: 80% Downloading: 90% Downloading: 100% - Installing phpoption/phpoption (1.4.0) Downloading: connection... Downloading: 0% Downloading: 35% Downloading: 90% Downloading: 100% - Installing phpcollection/phpcollection (0.4.0) Downloading: connection... Downloading: 0% Downloading: 30% Downloading: 55% Downloading: 60% Downloading: 85% Downloading: 90% Downloading: 100% - Installing jms/parser-lib (1.0.0) Downloading: connection... Downloading: 0% Downloading: 35% Downloading: 70% Downloading: 100% - Installing jms/metadata (1.5.1) Downloading: connection... Downloading: 0% Downloading: 10% Downloading: 35% Downloading: 45% Downloading: 70% Downloading: 80% Downloading: 100% - Installing jms/serializer (0.16.0) Downloading: connection... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100% Downloading: 100% - Installing symfony/filesystem (v2.6.6) Downloading: connection... Downloading: 0% Downloading: 15% Downloading: 95% Downloading: 100% - Installing symfony/config (v2.6.6) Downloading: connection... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 75% Downloading: 80% Downloading: 90% Downloading: 95% Downloading: 100% - Installing symfony/stopwatch (v2.6.6) Downloading: connection... Downloading: 0% Downloading: 85% Downloading: 100% - Installing symfony/event-dispatcher (v2.6.6) Downloading: connection... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 100% - Installing zetacomponents/base (1.9) Downloading: connection... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100% Downloading: 100% - Installing zetacomponents/document (1.3.1) Downloading: connection... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100% Downloading: 100% - Installing symfony/process (v2.6.6) Downloading: connection... Downloading: 0% Downloading: 20% Downloading: 25% Downloading: 45% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 95% Downloading: 100% - Installing erusev/parsedown (1.5.3) Downloading: connection... Downloading: 0% Downloading: 10% Downloading: 100% - Installing twig/twig (v1.18.1) Downloading: connection... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100% Downloading: 100% - Installing monolog/monolog (1.13.1) Downloading: connection... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100% Downloading: 100% - Installing phenx/php-font-lib (0.2.2) Downloading: connection... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100% Downloading: 100% - Installing dompdf/dompdf (v0.6.1) Downloading: connection... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100% Downloading: 100% - Installing symfony/console (v2.6.6) Downloading: connection... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100% Downloading: 100% - Installing symfony/translation (v2.6.6) Downloading: connection... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 90% Downloading: 95% Downloading: 100% - Installing symfony/validator (v2.6.6) Downloading: connection... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100% Downloading: 100% - Installing pimple/pimple (v1.1.1) Downloading: connection... Downloading: 0% Downloading: 55% Downloading: 100% - Installing cilex/console-service-provider (1.0.0) Downloading: connection... Downloading: 0% Downloading: 35% Downloading: 90% Downloading: 100% - Installing cilex/cilex (1.1.0) Downloading: connection... Downloading: 0% Downloading: 20% Downloading: 35% Downloading: 60% Downloading: 80% Downloading: 100% - Installing phpdocumentor/phpdocumentor (v2.8.2) Downloading: connection... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100% Downloading: 100% - Installing symfony/dependency-injection (v2.6.6) Downloading: connection... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100% Downloading: 100% - Installing pdepend/pdepend (2.0.6) Downloading: connection... Failed to download pdepend/pdepend from dist: Could not authenticate against github.com Now trying to download from source - Installing pdepend/pdepend (2.0.6) Cloning a15ffcbfbcc4570d4a733ca7b76e9cac0a56c3f4 - Installing phpmd/phpmd (2.2.1) Downloading: connection... Failed to download phpmd/phpmd from dist: Could not authenticate against github.com Now trying to download from source - Installing phpmd/phpmd (2.2.1) Cloning 58c4b00f924d301e8c5281f40cfa9a66f3df9eee - Installing squizlabs/php_codesniffer (2.3.0) Downloading: connection... Failed to download squizlabs/php_codesniffer from dist: Could not authenticate against github.com Now trying to download from source - Installing squizlabs/php_codesniffer (2.3.0) Cloning 5046b0e01c416fc2b06df961d0673c85bcdc896c - Installing sebastian/version (1.0.5) 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.5) Cloning ab931d46cd0d3204a91e1b9a40c4bc13032b58e4 - 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.2) 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.2) Cloning 5a8c7d31914337b69923db26c4221b81ff5a196e - Installing sebastian/diff (1.3.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.3.0) Cloning 863df9687835c62aa423a22412d26fa2ebde3fd3 - 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.6) 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.6) Cloning 174f009ed36379a801109955fc5a71a49fe62dd4 - 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.1) 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.1) Cloning 74ffb87f527f24616f72460e54b595f508dccb5c - 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.1) 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.1) Cloning eab81d02569310739373308137284e0158424330 - Installing phpunit/php-code-coverage (2.0.16) 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.16) Cloning 934fd03eb6840508231a7f73eb8940cf32c3b66c - 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-mongo (Mongo, to use MongoDb storage adapter) zendframework/zend-cache suggests installing ext-wincache (WinCache, to use the WinCache storage adapter) zendframework/zend-cache suggests installing mongofill/mongofill (Alternative to ext-mongo - a pure PHP implementation designed as a drop in replacement) 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/xfs/0.1.8 npm http GET https://registry.npmjs.org/ejs/1.0.0 npm http GET https://registry.npmjs.org/debug/1.0.3 npm http GET https://registry.npmjs.org/coffee-script 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 200 https://registry.npmjs.org/xfs/0.1.8 npm http 200 https://registry.npmjs.org/coffee-script npm http 200 https://registry.npmjs.org/ejs/1.0.0 npm http GET https://registry.npmjs.org/coffee-script/-/coffee-script-1.9.2.tgz npm http GET https://registry.npmjs.org/xfs/-/xfs-0.1.8.tgz npm http GET https://registry.npmjs.org/ejs/-/ejs-1.0.0.tgz 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 200 https://registry.npmjs.org/uglify-js/2.4.15 npm http GET https://registry.npmjs.org/uglify-js/-/uglify-js-2.4.15.tgz npm http 200 https://registry.npmjs.org/xfs/-/xfs-0.1.8.tgz npm http 200 https://registry.npmjs.org/coffee-script/-/coffee-script-1.9.2.tgz npm http 200 https://registry.npmjs.org/ejs/-/ejs-1.0.0.tgz npm http 200 https://registry.npmjs.org/debug/-/debug-1.0.3.tgz npm http 200 https://registry.npmjs.org/uglify-js/-/uglify-js-2.4.15.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 GET https://registry.npmjs.org/wordwrap npm http 200 https://registry.npmjs.org/ms/-/ms-0.6.2.tgz 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/uglify-to-browserify npm http GET https://registry.npmjs.org/optimist npm http 200 https://registry.npmjs.org/uglify-to-browserify npm http 200 https://registry.npmjs.org/source-map/0.1.34 npm http GET https://registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz npm http GET https://registry.npmjs.org/source-map/-/source-map-0.1.34.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 npm http 200 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/source-map/-/source-map-0.1.34.tgz npm http 200 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 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.2 ├── 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 00;36m[autoloader] Loading autoloader from vendor/autoload.php0m 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;36m [echo] Task is disabled0m 00;32m phpRack tests > phpcs: 0m FILE: /home/r/repo/src/phpRack/bootstrap.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 5 WARNINGS AFFECTING 5 LINES ---------------------------------------------------------------------- 89 | WARNING | Line exceeds 80 characters; contains 86 characters 118 | WARNING | Line exceeds 80 characters; contains 82 characters 136 | WARNING | Line exceeds 80 characters; contains 86 characters 142 | WARNING | Line exceeds 80 characters; contains 83 characters 159 | WARNING | Line exceeds 80 characters; contains 83 characters ---------------------------------------------------------------------- FILE: /home/r/repo/src/phpRack/Suite.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 7 WARNINGS AFFECTING 7 LINES ---------------------------------------------------------------------- 40 | WARNING | Line exceeds 80 characters; contains 85 characters 87 | WARNING | Line exceeds 80 characters; contains 98 characters 135 | WARNING | Line exceeds 80 characters; contains 82 characters 136 | WARNING | Line exceeds 80 characters; contains 81 characters 142 | WARNING | Line exceeds 80 characters; contains 85 characters 152 | WARNING | Line exceeds 80 characters; contains 81 characters 166 | WARNING | Line exceeds 80 characters; contains 84 characters ---------------------------------------------------------------------- FILE: /home/r/repo/src/phpRack/View.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 11 WARNINGS AFFECTING 11 LINES ---------------------------------------------------------------------- 41 | WARNING | Line exceeds 80 characters; contains 91 characters 85 | WARNING | Line exceeds 80 characters; contains 91 characters 91 | WARNING | Line exceeds 80 characters; contains 91 characters 144 | WARNING | Line exceeds 80 characters; contains 98 characters 152 | WARNING | Line exceeds 80 characters; contains 86 characters 154 | WARNING | Line exceeds 80 characters; contains 89 characters 186 | WARNING | Line exceeds 80 characters; contains 89 characters 189 | WARNING | Line exceeds 80 characters; contains 94 characters 222 | WARNING | Line exceeds 80 characters; contains 82 characters 228 | WARNING | Line exceeds 80 characters; contains 93 characters 235 | WARNING | Line exceeds 80 characters; contains 83 characters ---------------------------------------------------------------------- FILE: /home/r/repo/src/phpRack/Adapters/Config.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ---------------------------------------------------------------------- 96 | WARNING | Line exceeds 80 characters; contains 81 characters ---------------------------------------------------------------------- FILE: /home/r/repo/src/phpRack/Adapters/Pear.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES ---------------------------------------------------------------------- 72 | WARNING | Line exceeds 80 characters; contains 91 characters 105 | WARNING | Line exceeds 80 characters; contains 82 characters ---------------------------------------------------------------------- FILE: /home/r/repo/src/phpRack/Adapters/Cpu/Linux.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES ---------------------------------------------------------------------- 68 | WARNING | Line exceeds 80 characters; contains 84 characters 92 | WARNING | Line exceeds 80 characters; contains 83 characters ---------------------------------------------------------------------- FILE: /home/r/repo/src/phpRack/Adapters/Cpu/Darwin.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 3 LINES ---------------------------------------------------------------------- 81 | WARNING | Line exceeds 80 characters; contains 90 characters 83 | WARNING | Line exceeds 80 characters; contains 91 characters 87 | WARNING | Line exceeds 80 characters; contains 93 characters ---------------------------------------------------------------------- FILE: /home/r/repo/src/phpRack/Adapters/Cpu/Windows.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ---------------------------------------------------------------------- 100 | WARNING | Line exceeds 80 characters; contains 90 characters ---------------------------------------------------------------------- FILE: ...me/r/repo/src/phpRack/Adapters/Files/DirectoryFilterIterator.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 5 WARNINGS AFFECTING 5 LINES ---------------------------------------------------------------------- 58 | WARNING | Line exceeds 80 characters; contains 81 characters 111 | WARNING | Line exceeds 80 characters; contains 81 characters 147 | WARNING | Line exceeds 80 characters; contains 101 characters 172 | WARNING | Line exceeds 80 characters; contains 91 characters 187 | WARNING | Line exceeds 80 characters; contains 89 characters ---------------------------------------------------------------------- FILE: /home/r/repo/src/phpRack/Adapters/Pear/Package.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ---------------------------------------------------------------------- 107 | WARNING | Line exceeds 80 characters; contains 84 characters ---------------------------------------------------------------------- FILE: /home/r/repo/src/phpRack/Adapters/Auth/File.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES ---------------------------------------------------------------------- 56 | WARNING | Line exceeds 80 characters; contains 91 characters 64 | WARNING | Line exceeds 80 characters; contains 97 characters ---------------------------------------------------------------------- FILE: /home/r/repo/src/phpRack/Adapters/Url.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ---------------------------------------------------------------------- 121 | WARNING | Line exceeds 80 characters; contains 84 characters ---------------------------------------------------------------------- FILE: /home/r/repo/src/phpRack/Adapters/Db/Mysql.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 14 WARNINGS AFFECTING 14 LINES ---------------------------------------------------------------------- 78 | WARNING | Line exceeds 80 characters; contains 84 characters 114 | WARNING | Line exceeds 80 characters; contains 86 characters 120 | WARNING | Line exceeds 80 characters; contains 83 characters 121 | WARNING | Line exceeds 80 characters; contains 99 characters 137 | WARNING | Line exceeds 80 characters; contains 84 characters 159 | WARNING | Line exceeds 80 characters; contains 82 characters 160 | WARNING | Line exceeds 80 characters; contains 90 characters 180 | WARNING | Line exceeds 80 characters; contains 81 characters 188 | WARNING | Line exceeds 80 characters; contains 82 characters 198 | WARNING | Line exceeds 80 characters; contains 84 characters 199 | WARNING | Line exceeds 80 characters; contains 99 characters 221 | WARNING | Line exceeds 80 characters; contains 81 characters 245 | WARNING | Line exceeds 80 characters; contains 82 characters 313 | WARNING | Line exceeds 80 characters; contains 103 characters ---------------------------------------------------------------------- FILE: /home/r/repo/src/phpRack/Adapters/Db/Mysql/Result/Formatter.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 3 LINES ---------------------------------------------------------------------- 60 | WARNING | Line exceeds 80 characters; contains 97 characters 61 | WARNING | Line exceeds 80 characters; contains 96 characters 64 | WARNING | Line exceeds 80 characters; contains 94 characters ---------------------------------------------------------------------- FILE: /home/r/repo/src/phpRack/Adapters/Notifier/Mail/Sendmail.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ---------------------------------------------------------------------- 43 | WARNING | Line exceeds 80 characters; contains 93 characters ---------------------------------------------------------------------- FILE: /home/r/repo/src/phpRack/Adapters/Notifier/Mail/Smtp.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES ---------------------------------------------------------------------- 126 | WARNING | Line exceeds 80 characters; contains 107 characters 175 | WARNING | Line exceeds 80 characters; contains 85 characters ---------------------------------------------------------------------- FILE: /home/r/repo/src/phpRack/Adapters/Shell/Command.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 3 LINES ---------------------------------------------------------------------- 158 | WARNING | Line exceeds 80 characters; contains 91 characters 212 | WARNING | Line exceeds 80 characters; contains 92 characters 276 | WARNING | Line exceeds 80 characters; contains 91 characters ---------------------------------------------------------------------- FILE: /home/r/repo/src/phpRack/Adapters/Config/Ini.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 3 LINES ---------------------------------------------------------------------- 76 | WARNING | Line exceeds 80 characters; contains 112 characters 110 | WARNING | Line exceeds 80 characters; contains 82 characters 126 | WARNING | Line exceeds 80 characters; contains 84 characters ---------------------------------------------------------------------- FILE: /home/r/repo/src/phpRack/layout/index.phtml ---------------------------------------------------------------------- FOUND 0 ERRORS AND 5 WARNINGS AFFECTING 5 LINES ---------------------------------------------------------------------- 43 | WARNING | Line exceeds 80 characters; contains 103 characters 59 | WARNING | Line exceeds 80 characters; contains 113 characters 60 | WARNING | Line exceeds 80 characters; contains 94 characters 61 | WARNING | Line exceeds 80 characters; contains 103 characters 62 | WARNING | Line exceeds 80 characters; contains 86 characters ---------------------------------------------------------------------- FILE: /home/r/repo/src/phpRack/layout/login.phtml ---------------------------------------------------------------------- FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES ---------------------------------------------------------------------- 35 | WARNING | Line exceeds 80 characters; contains 85 characters 36 | WARNING | Line exceeds 80 characters; contains 102 characters ---------------------------------------------------------------------- FILE: /home/r/repo/src/phpRack/layout/layout.phtml ---------------------------------------------------------------------- FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES ---------------------------------------------------------------------- 37 | WARNING | Line exceeds 80 characters; contains 88 characters 38 | WARNING | Line exceeds 80 characters; contains 86 characters ---------------------------------------------------------------------- FILE: /home/r/repo/src/phpRack/layout/logo.png ---------------------------------------------------------------------- FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 1 LINE ---------------------------------------------------------------------- 1 | WARNING | File has mixed line endings; this may cause incorrect | | results 1 | WARNING | No PHP code was found in this file and short open tags | | are not allowed by this install of PHP. This file may | | be using short open tags but PHP does not allow them. ---------------------------------------------------------------------- FILE: /home/r/repo/src/phpRack/layout/js/jquery-1.11.2.min.js ---------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ---------------------------------------------------------------------- 1 | WARNING | File appears to be minified and cannot be processed ---------------------------------------------------------------------- FILE: /home/r/repo/src/phpRack/Package/Network/Url.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 4 WARNINGS AFFECTING 4 LINES ---------------------------------------------------------------------- 112 | WARNING | Line exceeds 80 characters; contains 81 characters 114 | WARNING | Line exceeds 80 characters; contains 85 characters 131 | WARNING | Line exceeds 80 characters; contains 100 characters 133 | WARNING | Line exceeds 80 characters; contains 102 characters ---------------------------------------------------------------------- FILE: /home/r/repo/src/phpRack/Package/Cpu/Performance.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES ---------------------------------------------------------------------- 68 | WARNING | Line exceeds 80 characters; contains 89 characters 72 | WARNING | Line exceeds 80 characters; contains 94 characters ---------------------------------------------------------------------- FILE: /home/r/repo/src/phpRack/Package/Disc/FreeSpace.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES ---------------------------------------------------------------------- 56 | WARNING | Line exceeds 80 characters; contains 92 characters 58 | WARNING | Line exceeds 80 characters; contains 103 characters ---------------------------------------------------------------------- FILE: /home/r/repo/src/phpRack/Package/Disc/File.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 11 WARNINGS AFFECTING 11 LINES ---------------------------------------------------------------------- 98 | WARNING | Line exceeds 80 characters; contains 91 characters 155 | WARNING | Line exceeds 80 characters; contains 93 characters 157 | WARNING | Line exceeds 80 characters; contains 99 characters 169 | WARNING | Line exceeds 80 characters; contains 91 characters 190 | WARNING | Line exceeds 80 characters; contains 88 characters 197 | WARNING | Line exceeds 80 characters; contains 97 characters 214 | WARNING | Line exceeds 80 characters; contains 91 characters 227 | WARNING | Line exceeds 80 characters; contains 116 characters 244 | WARNING | Line exceeds 80 characters; contains 82 characters 284 | WARNING | Line exceeds 80 characters; contains 91 characters 404 | WARNING | Line exceeds 80 characters; contains 81 characters ---------------------------------------------------------------------- FILE: /home/r/repo/src/phpRack/Package/Php.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 12 WARNINGS AFFECTING 12 LINES ---------------------------------------------------------------------- 40 | WARNING | Line exceeds 80 characters; contains 94 characters 41 | WARNING | Line exceeds 80 characters; contains 106 characters 42 | WARNING | Line exceeds 80 characters; contains 85 characters 86 | WARNING | Line exceeds 80 characters; contains 98 characters 114 | WARNING | Line exceeds 80 characters; contains 97 characters 117 | WARNING | Line exceeds 80 characters; contains 86 characters 142 | WARNING | Line exceeds 80 characters; contains 86 characters 147 | WARNING | Line exceeds 80 characters; contains 99 characters 149 | WARNING | Line exceeds 80 characters; contains 93 characters 212 | WARNING | Line exceeds 80 characters; contains 90 characters 234 | WARNING | Line exceeds 80 characters; contains 82 characters 235 | WARNING | Line exceeds 80 characters; contains 82 characters ---------------------------------------------------------------------- FILE: /home/r/repo/src/phpRack/Package/Php/Extensions.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES ---------------------------------------------------------------------- 40 | WARNING | Line exceeds 80 characters; contains 88 characters 70 | WARNING | Line exceeds 80 characters; contains 113 characters ---------------------------------------------------------------------- FILE: /home/r/repo/src/phpRack/Package/Php/Pear.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 3 LINES ---------------------------------------------------------------------- 99 | WARNING | Line exceeds 80 characters; contains 102 characters 169 | WARNING | Line exceeds 80 characters; contains 106 characters 173 | WARNING | Line exceeds 80 characters; contains 83 characters ---------------------------------------------------------------------- FILE: /home/r/repo/src/phpRack/Package/Php/Extensions/Fileinfo.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES ---------------------------------------------------------------------- 54 | WARNING | Line exceeds 80 characters; contains 100 characters 67 | WARNING | Line exceeds 80 characters; contains 91 characters ---------------------------------------------------------------------- FILE: /home/r/repo/src/phpRack/Package/Php/Version.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES ---------------------------------------------------------------------- 56 | WARNING | Line exceeds 80 characters; contains 97 characters 58 | WARNING | Line exceeds 80 characters; contains 90 characters ---------------------------------------------------------------------- FILE: /home/r/repo/src/phpRack/Package/Cpu.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ---------------------------------------------------------------------- 40 | WARNING | Line exceeds 80 characters; contains 84 characters ---------------------------------------------------------------------- FILE: /home/r/repo/src/phpRack/Package/Shell.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ---------------------------------------------------------------------- 76 | WARNING | Line exceeds 80 characters; contains 98 characters ---------------------------------------------------------------------- FILE: /home/r/repo/src/phpRack/Package/Disc.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 5 WARNINGS AFFECTING 5 LINES ---------------------------------------------------------------------- 51 | WARNING | Line exceeds 80 characters; contains 92 characters 68 | WARNING | Line exceeds 80 characters; contains 82 characters 69 | WARNING | Line exceeds 80 characters; contains 82 characters 101 | WARNING | Line exceeds 80 characters; contains 86 characters 114 | WARNING | Line exceeds 80 characters; contains 83 characters ---------------------------------------------------------------------- FILE: /home/r/repo/src/phpRack/Package/Qos.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 5 WARNINGS AFFECTING 5 LINES ---------------------------------------------------------------------- 67 | WARNING | Line exceeds 80 characters; contains 87 characters 106 | WARNING | Line exceeds 80 characters; contains 111 characters 120 | WARNING | Line exceeds 80 characters; contains 95 characters 127 | WARNING | Line exceeds 80 characters; contains 98 characters 153 | WARNING | Line exceeds 80 characters; contains 86 characters ---------------------------------------------------------------------- FILE: /home/r/repo/src/phpRack/Package/Db/Mysql.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 14 WARNINGS AFFECTING 14 LINES ---------------------------------------------------------------------- 98 | WARNING | Line exceeds 80 characters; contains 90 characters 101 | WARNING | Line exceeds 80 characters; contains 103 characters 118 | WARNING | Line exceeds 80 characters; contains 81 characters 122 | WARNING | Line exceeds 80 characters; contains 83 characters 143 | WARNING | Line exceeds 80 characters; contains 81 characters 147 | WARNING | Line exceeds 80 characters; contains 82 characters 150 | WARNING | Line exceeds 80 characters; contains 101 characters 171 | WARNING | Line exceeds 80 characters; contains 81 characters 190 | WARNING | Line exceeds 80 characters; contains 89 characters 195 | WARNING | Line exceeds 80 characters; contains 81 characters 199 | WARNING | Line exceeds 80 characters; contains 82 characters 217 | WARNING | Line exceeds 80 characters; contains 81 characters 222 | WARNING | Line exceeds 80 characters; contains 86 characters 238 | WARNING | Line exceeds 80 characters; contains 81 characters ---------------------------------------------------------------------- FILE: /home/r/repo/src/phpRack/Test.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 12 WARNINGS AFFECTING 12 LINES ---------------------------------------------------------------------- 102 | WARNING | Line exceeds 80 characters; contains 116 characters 103 | WARNING | Line exceeds 80 characters; contains 92 characters 105 | WARNING | Line exceeds 80 characters; contains 107 characters 106 | WARNING | Line exceeds 80 characters; contains 110 characters 108 | WARNING | Line exceeds 80 characters; contains 82 characters 109 | WARNING | Line exceeds 80 characters; contains 98 characters 147 | WARNING | Line exceeds 80 characters; contains 98 characters 166 | WARNING | Line exceeds 80 characters; contains 100 characters 187 | WARNING | Line exceeds 80 characters; contains 91 characters 208 | WARNING | Line exceeds 80 characters; contains 86 characters 301 | WARNING | Line exceeds 80 characters; contains 82 characters 341 | WARNING | Line exceeds 80 characters; contains 87 characters ---------------------------------------------------------------------- FILE: /home/r/repo/src/phpRack/Runner/Logger.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 3 LINES ---------------------------------------------------------------------- 80 | WARNING | Line exceeds 80 characters; contains 99 characters 86 | WARNING | Line exceeds 80 characters; contains 81 characters 91 | WARNING | Line exceeds 80 characters; contains 89 characters ---------------------------------------------------------------------- FILE: /home/r/repo/src/phpRack/Runner/Auth.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 4 WARNINGS AFFECTING 4 LINES ---------------------------------------------------------------------- 168 | WARNING | Line exceeds 80 characters; contains 92 characters 315 | WARNING | Line exceeds 80 characters; contains 90 characters 329 | WARNING | Line exceeds 80 characters; contains 96 characters 348 | WARNING | Line exceeds 80 characters; contains 86 characters ---------------------------------------------------------------------- FILE: /home/r/repo/src/phpRack/Package.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 11 WARNINGS AFFECTING 11 LINES ---------------------------------------------------------------------- 61 | WARNING | Line exceeds 80 characters; contains 83 characters 99 | WARNING | Line exceeds 80 characters; contains 83 characters 133 | WARNING | Line exceeds 80 characters; contains 89 characters 134 | WARNING | Line exceeds 80 characters; contains 84 characters 135 | WARNING | Line exceeds 80 characters; contains 88 characters 136 | WARNING | Line exceeds 80 characters; contains 89 characters 150 | WARNING | Line exceeds 80 characters; contains 84 characters 152 | WARNING | Line exceeds 80 characters; contains 90 characters 177 | WARNING | Line exceeds 80 characters; contains 88 characters 220 | WARNING | Line exceeds 80 characters; contains 88 characters 225 | WARNING | Line exceeds 80 characters; contains 87 characters ---------------------------------------------------------------------- FILE: /home/r/repo/src/phpRack/Assertion.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES ---------------------------------------------------------------------- 58 | WARNING | Line exceeds 80 characters; contains 86 characters 132 | WARNING | Line exceeds 80 characters; contains 86 characters ---------------------------------------------------------------------- FILE: /home/r/repo/src/phpRack/Suite/Test.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 4 WARNINGS AFFECTING 4 LINES ---------------------------------------------------------------------- 69 | WARNING | Line exceeds 80 characters; contains 103 characters 102 | WARNING | Line exceeds 80 characters; contains 98 characters 117 | WARNING | Line exceeds 80 characters; contains 96 characters 128 | WARNING | Line exceeds 80 characters; contains 94 characters ---------------------------------------------------------------------- FILE: /home/r/repo/src/phpRack/Runner.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 13 WARNINGS AFFECTING 13 LINES ---------------------------------------------------------------------- 119 | WARNING | Line exceeds 80 characters; contains 84 characters 190 | WARNING | Line exceeds 80 characters; contains 84 characters 194 | WARNING | Line exceeds 80 characters; contains 83 characters 195 | WARNING | Line exceeds 80 characters; contains 83 characters 205 | WARNING | Line exceeds 80 characters; contains 96 characters 260 | WARNING | Line exceeds 80 characters; contains 84 characters 291 | WARNING | Line exceeds 80 characters; contains 89 characters 299 | WARNING | Line exceeds 80 characters; contains 85 characters 345 | WARNING | Line exceeds 80 characters; contains 86 characters 346 | WARNING | Line exceeds 80 characters; contains 87 characters 347 | WARNING | Line exceeds 80 characters; contains 88 characters 357 | WARNING | Line exceeds 80 characters; contains 118 characters 365 | WARNING | Line exceeds 80 characters; contains 84 characters ---------------------------------------------------------------------- FILE: /home/r/repo/src/test/integration-tests/NetworkTest.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES ---------------------------------------------------------------------- 35 | WARNING | Line exceeds 80 characters; contains 86 characters 36 | WARNING | Line exceeds 80 characters; contains 81 characters ---------------------------------------------------------------------- FILE: /home/r/repo/src/test/integration-tests/MySuite.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ---------------------------------------------------------------------- 47 | WARNING | Line exceeds 80 characters; contains 87 characters ---------------------------------------------------------------------- FILE: /home/r/repo/src/test/integration-tests/Db/MysqlTest.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 3 LINES ---------------------------------------------------------------------- 29 | WARNING | Line exceeds 80 characters; contains 91 characters 42 | WARNING | Line exceeds 80 characters; contains 91 characters 52 | WARNING | Line exceeds 80 characters; contains 87 characters ---------------------------------------------------------------------- FILE: /home/r/repo/src/test/phpRack/RunnerTest.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 4 WARNINGS AFFECTING 4 LINES ---------------------------------------------------------------------- 53 | WARNING | Line exceeds 80 characters; contains 82 characters 58 | WARNING | Line exceeds 80 characters; contains 82 characters 139 | WARNING | Line exceeds 80 characters; contains 97 characters 149 | WARNING | Line exceeds 80 characters; contains 105 characters ---------------------------------------------------------------------- FILE: /home/r/repo/src/test/phpRack/Adapters/UrlTest.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ---------------------------------------------------------------------- 49 | WARNING | Line exceeds 80 characters; contains 88 characters ---------------------------------------------------------------------- FILE: .../src/test/phpRack/Adapters/Files/DirectoryFilterIteratorTest.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ---------------------------------------------------------------------- 20 | WARNING | Line exceeds 80 characters; contains 90 characters ---------------------------------------------------------------------- FILE: /home/r/repo/src/test/phpRack/Adapters/Auth/ArrayTest.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ---------------------------------------------------------------------- 51 | WARNING | Line exceeds 80 characters; contains 85 characters ---------------------------------------------------------------------- FILE: ...ome/r/repo/src/test/phpRack/Adapters/Db/Mysql/ConnectionTest.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES ---------------------------------------------------------------------- 14 | WARNING | Line exceeds 80 characters; contains 82 characters 16 | WARNING | Line exceeds 80 characters; contains 93 characters ---------------------------------------------------------------------- FILE: ...e/r/repo/src/test/phpRack/Adapters/Db/Mysql/DatabaseInfoTest.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES ---------------------------------------------------------------------- 14 | WARNING | Line exceeds 80 characters; contains 82 characters 16 | WARNING | Line exceeds 80 characters; contains 95 characters ---------------------------------------------------------------------- FILE: /home/r/repo/src/test/phpRack/Adapters/Notifier/MailTest.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ---------------------------------------------------------------------- 39 | WARNING | Line exceeds 80 characters; contains 84 characters ---------------------------------------------------------------------- FILE: /home/r/repo/src/test/phpRack/Adapters/Config/IniTest.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 8 WARNINGS AFFECTING 7 LINES ---------------------------------------------------------------------- 27 | WARNING | Line exceeds 80 characters; contains 85 characters 29 | WARNING | Line exceeds 80 characters; contains 82 characters 37 | WARNING | Line exceeds 80 characters; contains 94 characters 40 | WARNING | Line exceeds 80 characters; contains 82 characters 43 | WARNING | Variable "test2" contains numbers but this is | | discouraged 43 | WARNING | Line exceeds 80 characters; contains 84 characters 60 | WARNING | Line exceeds 80 characters; contains 83 characters 66 | WARNING | Line exceeds 80 characters; contains 83 characters ---------------------------------------------------------------------- FILE: /home/r/repo/src/test/phpRack/Adapters/Config/_files/app.ini ---------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ---------------------------------------------------------------------- 1 | WARNING | No PHP code was found in this file and short open tags | | are not allowed by this install of PHP. This file may | | be using short open tags but PHP does not allow them. ---------------------------------------------------------------------- FILE: /home/r/repo/src/test/phpRack/Package/Disc/File/HeadTest.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 6 WARNINGS AFFECTING 6 LINES ---------------------------------------------------------------------- 14 | WARNING | Line exceeds 80 characters; contains 82 characters 16 | WARNING | Line exceeds 80 characters; contains 87 characters 27 | WARNING | Line exceeds 80 characters; contains 85 characters 28 | WARNING | Line exceeds 80 characters; contains 85 characters 36 | WARNING | Line exceeds 80 characters; contains 82 characters 47 | WARNING | Line exceeds 80 characters; contains 91 characters ---------------------------------------------------------------------- FILE: /home/r/repo/src/test/phpRack/Package/Disc/File/TailTest.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 6 WARNINGS AFFECTING 6 LINES ---------------------------------------------------------------------- 14 | WARNING | Line exceeds 80 characters; contains 82 characters 16 | WARNING | Line exceeds 80 characters; contains 87 characters 26 | WARNING | Line exceeds 80 characters; contains 83 characters 27 | WARNING | Line exceeds 80 characters; contains 85 characters 35 | WARNING | Line exceeds 80 characters; contains 82 characters 46 | WARNING | Line exceeds 80 characters; contains 91 characters ---------------------------------------------------------------------- FILE: /home/r/repo/src/test/phpRack/Package/Disc/File/CatTest.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 4 WARNINGS AFFECTING 4 LINES ---------------------------------------------------------------------- 14 | WARNING | Line exceeds 80 characters; contains 82 characters 16 | WARNING | Line exceeds 80 characters; contains 86 characters 26 | WARNING | Line exceeds 80 characters; contains 91 characters 34 | WARNING | Line exceeds 80 characters; contains 82 characters ---------------------------------------------------------------------- FILE: .../repo/src/test/phpRack/Package/Disc/File/FileInformationTest.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES ---------------------------------------------------------------------- 14 | WARNING | Line exceeds 80 characters; contains 82 characters 16 | WARNING | Line exceeds 80 characters; contains 98 characters ---------------------------------------------------------------------- FILE: /home/r/repo/src/test/phpRack/Package/Disc/File/PathTest.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES ---------------------------------------------------------------------- 14 | WARNING | Line exceeds 80 characters; contains 82 characters 16 | WARNING | Line exceeds 80 characters; contains 87 characters ---------------------------------------------------------------------- FILE: /home/r/repo/src/test/phpRack/Package/Disc/File/AbstractTest.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES ---------------------------------------------------------------------- 45 | WARNING | Line exceeds 80 characters; contains 85 characters 53 | WARNING | Line exceeds 80 characters; contains 111 characters ---------------------------------------------------------------------- FILE: /home/r/repo/src/test/phpRack/Package/Disc/File/TailfTest.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 6 WARNINGS AFFECTING 6 LINES ---------------------------------------------------------------------- 14 | WARNING | Line exceeds 80 characters; contains 82 characters 16 | WARNING | Line exceeds 80 characters; contains 88 characters 26 | WARNING | Line exceeds 80 characters; contains 83 characters 27 | WARNING | Line exceeds 80 characters; contains 85 characters 35 | WARNING | Line exceeds 80 characters; contains 82 characters 46 | WARNING | Line exceeds 80 characters; contains 91 characters ---------------------------------------------------------------------- FILE: /home/r/repo/src/test/phpRack/Package/Disc/_files/5lines.txt ---------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ---------------------------------------------------------------------- 1 | WARNING | No PHP code was found in this file and short open tags | | are not allowed by this install of PHP. This file may | | be using short open tags but PHP does not allow them. ---------------------------------------------------------------------- FILE: /home/r/repo/src/test/phpRack/Package/Disc/_files/empty.txt ---------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ---------------------------------------------------------------------- 1 | WARNING | No PHP code was found in this file and short open tags | | are not allowed by this install of PHP. This file may | | be using short open tags but PHP does not allow them. ---------------------------------------------------------------------- FILE: /home/r/repo/src/test/phpRack/Package/Disc/_files/1000lines.txt ---------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ---------------------------------------------------------------------- 1 | WARNING | No PHP code was found in this file and short open tags | | are not allowed by this install of PHP. This file may | | be using short open tags but PHP does not allow them. ---------------------------------------------------------------------- FILE: /home/r/repo/src/test/phpRack/Package/PhpTest.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 5 WARNINGS AFFECTING 5 LINES ---------------------------------------------------------------------- 42 | WARNING | Line exceeds 80 characters; contains 95 characters 53 | WARNING | Line exceeds 80 characters; contains 96 characters 64 | WARNING | Line exceeds 80 characters; contains 95 characters 74 | WARNING | Line exceeds 80 characters; contains 106 characters 84 | WARNING | Line exceeds 80 characters; contains 103 characters ---------------------------------------------------------------------- FILE: /home/r/repo/src/test/phpRack/Package/Php/_files/php/valid.phtml ---------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ---------------------------------------------------------------------- 3 | WARNING | Consider putting global function "validfunction" in a | | static class ---------------------------------------------------------------------- FILE: ...e/r/repo/src/test/phpRack/Package/Php/_files/php/corrupted.cphpc ---------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ---------------------------------------------------------------------- 3 | WARNING | Consider putting global function "curruptedfunction" | | in a static class ---------------------------------------------------------------------- FILE: /home/r/repo/src/test/phpRack/Package/Php/_files/php/sample.html ---------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ---------------------------------------------------------------------- 1 | WARNING | No PHP code was found in this file and short open tags | | are not allowed by this install of PHP. This file may | | be using short open tags but PHP does not allow them. ---------------------------------------------------------------------- FILE: /home/r/repo/src/test/phpRack/Package/Php/_files/php/valid.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ---------------------------------------------------------------------- 3 | WARNING | Consider putting global function "validfunction" in a | | static class ---------------------------------------------------------------------- FILE: ...ome/r/repo/src/test/phpRack/Package/Db/Mysql/TableExistsTest.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES ---------------------------------------------------------------------- 14 | WARNING | Line exceeds 80 characters; contains 81 characters 16 | WARNING | Line exceeds 80 characters; contains 92 characters ---------------------------------------------------------------------- FILE: ...home/r/repo/src/test/phpRack/Package/Db/Mysql/ConnectionTest.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES ---------------------------------------------------------------------- 14 | WARNING | Line exceeds 80 characters; contains 81 characters 16 | WARNING | Line exceeds 80 characters; contains 91 characters ---------------------------------------------------------------------- FILE: /home/r/repo/src/test/phpRack/Package/Db/Mysql/DbExistsTest.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES ---------------------------------------------------------------------- 14 | WARNING | Line exceeds 80 characters; contains 81 characters 16 | WARNING | Line exceeds 80 characters; contains 89 characters ---------------------------------------------------------------------- FILE: /home/r/repo/src/test/phpRack/Package/Db/Mysql/QueryTest.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES ---------------------------------------------------------------------- 14 | WARNING | Line exceeds 80 characters; contains 81 characters 16 | WARNING | Line exceeds 80 characters; contains 86 characters ---------------------------------------------------------------------- FILE: ...home/r/repo/src/test/phpRack/Package/Db/Mysql/ShowSchemaTest.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES ---------------------------------------------------------------------- 14 | WARNING | Line exceeds 80 characters; contains 81 characters 16 | WARNING | Line exceeds 80 characters; contains 91 characters ---------------------------------------------------------------------- FILE: /home/r/repo/src/test/phpRack/Runner/AuthResultTest.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 6 WARNINGS AFFECTING 4 LINES ---------------------------------------------------------------------- 21 | WARNING | Variable "auth1" contains numbers but this is | | discouraged 22 | WARNING | Variable "auth2" contains numbers but this is | | discouraged 23 | WARNING | Variable "auth1" contains numbers but this is | | discouraged 23 | WARNING | Line exceeds 80 characters; contains 89 characters 24 | WARNING | Variable "auth2" contains numbers but this is | | discouraged 24 | WARNING | Line exceeds 80 characters; contains 90 characters ---------------------------------------------------------------------- FILE: /home/r/repo/src/test/test-web-front/QUnit.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 4 WARNINGS AFFECTING 4 LINES ---------------------------------------------------------------------- 4 | WARNING | Line exceeds 80 characters; contains 83 characters 30 | WARNING | Line exceeds 80 characters; contains 82 characters 46 | WARNING | Line exceeds 80 characters; contains 88 characters 66 | WARNING | Line exceeds 80 characters; contains 83 characters ---------------------------------------------------------------------- FILE: /home/r/repo/src/test/test-web-front/JsCoverage/jscoverage.js ---------------------------------------------------------------------- FOUND 58 ERRORS AFFECTING 57 LINES ---------------------------------------------------------------------- 149 | ERROR | [x] Opening parenthesis of a multi-line function call | | must be the last content on the line 150 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 4 151 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 4 152 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 4 153 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 4 154 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 4 156 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 4 157 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 4 158 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 4 160 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 4 161 | ERROR | [x] Closing parenthesis of a multi-line function call | | must be on a line by itself 617 | ERROR | [x] Space after opening parenthesis of function call | | prohibited 617 | ERROR | [x] Expected 0 spaces before closing bracket; 1 found 655 | ERROR | [x] Opening parenthesis of a multi-line function call | | must be the last content on the line 656 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 4 658 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 4 659 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 4 661 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 4 662 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 4 663 | ERROR | [x] Closing parenthesis of a multi-line function call | | must be on a line by itself 774 | ERROR | [x] Opening parenthesis of a multi-line function call | | must be the last content on the line 775 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 4 776 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 4 777 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 4 778 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 4 781 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 4 782 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 4 794 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 4 795 | ERROR | [x] Closing parenthesis of a multi-line function call | | must be on a line by itself 938 | ERROR | [x] Opening parenthesis of a multi-line function call | | must be the last content on the line 939 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 4 944 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 4 945 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 4 948 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 4 949 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 4 950 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 4 952 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 4 953 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 4 955 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 4 956 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 4 958 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 4 959 | ERROR | [x] Closing parenthesis of a multi-line function call | | must be on a line by itself 1005 | ERROR | [x] Opening parenthesis of a multi-line function call | | must be the last content on the line 1006 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 4 1007 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 4 1009 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 4 1011 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 4 1013 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 4 1015 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 4 1017 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 4 1018 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 4 1019 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 4 1021 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 4 1022 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 4 1024 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 4 1026 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 4 1028 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 4 1029 | ERROR | [x] Closing parenthesis of a multi-line function call | | must be on a line by itself ---------------------------------------------------------------------- PHPCBF CAN FIX THE 58 MARKED SNIFF VIOLATIONS AUTOMATICALLY ---------------------------------------------------------------------- FILE: /home/r/repo/src/test/test-web-front/JsCoverage/jscoverage.html ---------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ---------------------------------------------------------------------- 1 | WARNING | No PHP code was found in this file and short open tags | | are not allowed by this install of PHP. This file may | | be using short open tags but PHP does not allow them. ---------------------------------------------------------------------- FILE: .../repo/src/test/test-web-front/JsCoverage/jscoverage-throbber.gif ---------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ---------------------------------------------------------------------- 1 | WARNING | No PHP code was found in this file and short open tags | | are not allowed by this install of PHP. This file may | | be using short open tags but PHP does not allow them. ---------------------------------------------------------------------- FILE: /home/r/repo/src/test/test-web-front/QUnit/qunit.css ---------------------------------------------------------------------- FOUND 87 ERRORS AFFECTING 87 LINES ---------------------------------------------------------------------- 3 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 4 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 5 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 6 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 8 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 11 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 12 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 13 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 14 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 17 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 18 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 19 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 20 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 21 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 22 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 23 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 24 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 25 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 26 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 29 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 30 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 31 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 32 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 33 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 37 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 38 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 39 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 42 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 43 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 44 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 47 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 48 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 51 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 52 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 55 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 58 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 64 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 67 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 70 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 73 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 76 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 79 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 82 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 83 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 84 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 85 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 86 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 87 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 88 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 89 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 90 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 91 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 92 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 93 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 96 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 97 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 98 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 99 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 102 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 105 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 108 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 109 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 110 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 111 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 112 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 115 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 116 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 117 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 118 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 119 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 120 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 121 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 122 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 125 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 126 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 127 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 128 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 129 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 130 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 131 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 132 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 133 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 134 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 135 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 136 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 139 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 142 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed ---------------------------------------------------------------------- PHPCBF CAN FIX THE 87 MARKED SNIFF VIOLATIONS AUTOMATICALLY ---------------------------------------------------------------------- FILE: /home/r/repo/src/test/test-web-front/QUnit/qunit.js ---------------------------------------------------------------------- FOUND 1380 ERRORS AFFECTING 907 LINES ---------------------------------------------------------------------- 15 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 16 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 17 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 19 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 19 | ERROR | [x] Opening parenthesis of a multi-line function call | | must be the last content on the line 20 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 20 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 3 21 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 21 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 4 21 | ERROR | [x] Space after opening parenthesis of function call | | prohibited 21 | ERROR | [x] Expected 0 spaces before closing bracket; 1 found 22 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 22 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 3 24 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 24 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 3 25 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 25 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 3 26 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 26 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 3 28 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 28 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 3 28 | ERROR | [x] Space after opening parenthesis of function call | | prohibited 28 | ERROR | [x] Expected 0 spaces before closing bracket; 1 found 29 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 29 | ERROR | [x] Closing parenthesis of a multi-line function call | | must be on a line by itself 30 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 32 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 33 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 34 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 35 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 36 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 38 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 39 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 40 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 41 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 42 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 44 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 45 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 46 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 47 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 48 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 49 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 50 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 51 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 52 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 54 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 55 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 56 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 58 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 59 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 60 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 62 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 62 | ERROR | [x] Opening parenthesis of a multi-line function call | | must be the last content on the line 64 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 64 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 3 64 | ERROR | [x] Opening parenthesis of a multi-line function call | | must be the last content on the line 65 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 65 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 4 65 | ERROR | [x] Multi-line function call not indented correctly; | | expected 7 spaces but found 4 66 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 66 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 4 66 | ERROR | [x] Multi-line function call not indented correctly; | | expected 7 spaces but found 4 67 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 67 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 3 67 | ERROR | [x] Closing parenthesis of a multi-line function call | | must be on a line by itself 68 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 68 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 3 69 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 69 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 4 70 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 70 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 3 72 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 72 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 3 72 | ERROR | [x] Space after opening parenthesis of function call | | prohibited 72 | ERROR | [x] Expected 0 spaces before closing bracket; 1 found 74 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 74 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 3 75 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 75 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 3 76 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 77 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 77 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 3 78 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 78 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 3 79 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 80 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 80 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 3 81 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 81 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 3 82 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 82 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 4 83 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 83 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 5 84 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 84 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 4 85 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 85 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 5 85 | ERROR | [x] Space after opening parenthesis of function call | | prohibited 85 | ERROR | [x] Expected 0 spaces before closing bracket; 1 found 86 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 86 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 5 87 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 87 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 4 87 | ERROR | [x] Space after opening parenthesis of function call | | prohibited 87 | ERROR | [x] Expected 0 spaces before closing bracket; 1 found 88 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 88 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 3 90 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 90 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 3 91 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 91 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 4 92 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 92 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 5 93 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 93 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 4 95 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 95 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 4 96 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 96 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 3 97 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 97 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 4 97 | ERROR | [x] Space after opening parenthesis of function call | | prohibited 97 | ERROR | [x] Expected 0 spaces before closing bracket; 1 found 98 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 98 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 3 99 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 99 | ERROR | [x] Closing parenthesis of a multi-line function call | | must be on a line by itself 100 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 101 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 101 | ERROR | [x] Opening parenthesis of a multi-line function call | | must be the last content on the line 102 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 102 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 3 103 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 103 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 4 104 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 104 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 3 106 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 106 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 3 107 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 107 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 4 108 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 108 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 3 109 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 109 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 4 110 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 110 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 4 110 | ERROR | [x] Space after opening parenthesis of function call | | prohibited 110 | ERROR | [x] Expected 0 spaces before closing bracket; 1 found 111 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 111 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 4 112 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 112 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 4 114 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 114 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 4 115 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 115 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 4 116 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 116 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 5 117 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 117 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 4 118 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 118 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 3 119 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 119 | ERROR | [x] Multi-line function call not indented correctly; | | expected 5 spaces but found 2 119 | ERROR | [x] Closing parenthesis of a multi-line function call | | must be on a line by itself 121 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 121 | ERROR | [x] Opening parenthesis of a multi-line function call | | must be the last content on the line 122 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 122 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 3 123 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 123 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 4 124 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 124 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 4 125 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 125 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 3 126 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 126 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 4 126 | ERROR | [x] Space after opening parenthesis of function call | | prohibited 126 | ERROR | [x] Expected 0 spaces before closing bracket; 1 found 127 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 127 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 3 128 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 128 | ERROR | [x] Closing parenthesis of a multi-line function call | | must be on a line by itself 129 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 130 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 130 | ERROR | [x] Opening parenthesis of a multi-line function call | | must be the last content on the line 131 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 131 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 3 132 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 132 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 4 133 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 133 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 3 134 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 134 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 4 135 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 135 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 3 137 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 137 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 3 138 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 138 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 4 138 | ERROR | [x] Space after opening parenthesis of function call | | prohibited 138 | ERROR | [x] Expected 0 spaces before closing bracket; 1 found 139 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 139 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 3 141 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 141 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 3 142 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 142 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 4 144 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 144 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 3 145 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 145 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 3 147 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 147 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 3 148 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 148 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 4 150 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 150 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 4 151 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 151 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 5 153 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 153 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 5 154 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 154 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 5 155 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 155 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 5 156 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 156 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 5 156 | ERROR | [x] Space after opening parenthesis of function call | | prohibited 156 | ERROR | [x] Expected 0 spaces before closing bracket; 1 found 158 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 158 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 5 159 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 159 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 6 160 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 160 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 5 161 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 161 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 6 162 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 162 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 6 163 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 163 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 6 164 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 164 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 5 165 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 165 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 4 166 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 166 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 4 167 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 167 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 5 168 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 168 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 4 170 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 170 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 4 171 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 171 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 4 172 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 173 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 173 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 4 173 | ERROR | [x] Opening parenthesis of a multi-line function call | | must be the last content on the line 174 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 174 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 5 174 | ERROR | [x] Multi-line function call not indented correctly; | | expected 8 spaces but found 5 175 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 175 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 5 175 | ERROR | [x] Multi-line function call not indented correctly; | | expected 8 spaces but found 5 176 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 176 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 4 176 | ERROR | [x] Closing parenthesis of a multi-line function call | | must be on a line by itself 177 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 178 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 178 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 4 178 | ERROR | [x] Opening parenthesis of a multi-line function call | | must be the last content on the line 179 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 179 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 5 179 | ERROR | [x] Multi-line function call not indented correctly; | | expected 8 spaces but found 5 180 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 180 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 5 180 | ERROR | [x] Multi-line function call not indented correctly; | | expected 8 spaces but found 5 181 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 181 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 6 181 | ERROR | [x] Multi-line function call not indented correctly; | | expected 8 spaces but found 6 182 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 182 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 5 182 | ERROR | [x] Multi-line function call not indented correctly; | | expected 8 spaces but found 5 183 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 183 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 5 183 | ERROR | [x] Multi-line function call not indented correctly; | | expected 8 spaces but found 5 184 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 184 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 6 184 | ERROR | [x] Multi-line function call not indented correctly; | | expected 8 spaces but found 6 185 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 185 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 5 185 | ERROR | [x] Multi-line function call not indented correctly; | | expected 8 spaces but found 5 186 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 186 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 4 186 | ERROR | [x] Closing parenthesis of a multi-line function call | | must be on a line by itself 188 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 188 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 4 189 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 189 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 4 190 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 190 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 4 191 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 191 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 4 191 | ERROR | [x] Space after opening parenthesis of function call | | prohibited 191 | ERROR | [x] Expected 0 spaces before closing bracket; 1 found 192 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 192 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 4 192 | ERROR | [x] Space after opening parenthesis of function call | | prohibited 192 | ERROR | [x] Expected 0 spaces before closing bracket; 1 found 193 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 193 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 4 193 | ERROR | [x] Space after opening parenthesis of function call | | prohibited 193 | ERROR | [x] Expected 0 spaces before closing bracket; 1 found 195 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 195 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 4 196 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 196 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 5 197 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 197 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 5 198 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 198 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 6 199 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 199 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 6 200 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 200 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 6 201 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 201 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 5 202 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 202 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 4 204 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 204 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 3 205 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 205 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 4 206 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 206 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 5 207 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 207 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 6 208 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 208 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 6 209 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 209 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 6 210 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 210 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 5 211 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 211 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 4 212 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 212 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 3 214 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 214 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 3 214 | ERROR | [x] Space after opening parenthesis of function call | | prohibited 214 | ERROR | [x] Expected 0 spaces before closing bracket; 1 found 216 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 216 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 3 217 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 217 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 4 218 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 218 | ERROR | [x] Multi-line function call not indented correctly; | | expected 9 spaces but found 3 219 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 219 | ERROR | [x] Multi-line function call not indented correctly; | | expected 5 spaces but found 2 219 | ERROR | [x] Closing parenthesis of a multi-line function call | | must be on a line by itself 221 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 222 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 222 | ERROR | [x] Opening parenthesis of a multi-line function call | | must be the last content on the line 223 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 223 | ERROR | [x] Multi-line function call not indented correctly; | | expected 7 spaces but found 4 224 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 224 | ERROR | [x] Multi-line function call not indented correctly; | | expected 7 spaces but found 5 225 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 225 | ERROR | [x] Multi-line function call not indented correctly; | | expected 7 spaces but found 4 226 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 226 | ERROR | [x] Multi-line function call not indented correctly; | | expected 7 spaces but found 5 226 | ERROR | [x] Space after opening parenthesis of function call | | prohibited 226 | ERROR | [x] Expected 0 spaces before closing bracket; 1 found 227 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 227 | ERROR | [x] Multi-line function call not indented correctly; | | expected 7 spaces but found 4 228 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 228 | ERROR | [x] Closing parenthesis of a multi-line function call | | must be on a line by itself 229 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 230 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 231 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 232 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 233 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 234 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 235 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 236 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 237 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 239 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 240 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 241 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 242 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 243 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 244 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 245 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 247 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 247 | ERROR | [x] Opening parenthesis of a multi-line function call | | must be the last content on the line 248 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 248 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 3 249 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 249 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 3 250 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 250 | ERROR | [x] Closing parenthesis of a multi-line function call | | must be on a line by itself 251 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 253 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 254 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 255 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 256 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 257 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 258 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 259 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 260 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 261 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 262 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 263 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 264 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 265 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 266 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 267 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 269 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 270 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 271 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 272 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 273 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 274 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 275 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 277 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 278 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 279 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 281 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 282 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 283 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 285 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 286 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 287 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 289 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 290 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 291 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 292 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 292 | ERROR | [x] Space after opening parenthesis of function call | | prohibited 292 | ERROR | [x] Expected 0 spaces before closing bracket; 1 found 293 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 294 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 295 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 295 | ERROR | [x] Space after opening parenthesis of function call | | prohibited 295 | ERROR | [x] Expected 0 spaces before closing bracket; 1 found 296 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 297 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 299 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 300 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 301 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 302 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 302 | ERROR | [x] Opening parenthesis of a multi-line function call | | must be the last content on the line 303 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 303 | ERROR | [x] Multi-line function call not indented correctly; | | expected 7 spaces but found 4 304 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 304 | ERROR | [x] Multi-line function call not indented correctly; | | expected 7 spaces but found 5 305 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 305 | ERROR | [x] Multi-line function call not indented correctly; | | expected 7 spaces but found 4 307 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 307 | ERROR | [x] Multi-line function call not indented correctly; | | expected 7 spaces but found 4 308 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 308 | ERROR | [x] Multi-line function call not indented correctly; | | expected 7 spaces but found 4 309 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 309 | ERROR | [x] Closing parenthesis of a multi-line function call | | must be on a line by itself 310 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 311 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 312 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 313 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 314 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 315 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 316 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 317 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 319 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 320 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 320 | ERROR | [x] Opening parenthesis of a multi-line function call | | must be the last content on the line 321 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 321 | ERROR | [x] Multi-line function call not indented correctly; | | expected 7 spaces but found 4 321 | ERROR | [x] Space after opening parenthesis of function call | | prohibited 321 | ERROR | [x] Expected 0 spaces before closing bracket; 1 found 322 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 322 | ERROR | [x] Multi-line function call not indented correctly; | | expected 7 spaces but found 4 323 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 323 | ERROR | [x] Closing parenthesis of a multi-line function call | | must be on a line by itself 324 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 325 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 326 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 327 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 328 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 329 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 330 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 331 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 332 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 332 | ERROR | [x] Space after opening parenthesis of function call | | prohibited 332 | ERROR | [x] Expected 0 spaces before closing bracket; 1 found 333 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 334 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 343 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 344 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 346 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 347 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 352 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 353 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 355 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 356 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 356 | ERROR | [x] Space after opening parenthesis of function call | | prohibited 356 | ERROR | [x] Expected 0 spaces before closing bracket; 1 found 357 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 358 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 358 | ERROR | [x] Space after opening parenthesis of function call | | prohibited 358 | ERROR | [x] Expected 0 spaces before closing bracket; 1 found 359 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 360 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 361 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 362 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 362 | ERROR | [x] Space after opening parenthesis of function call | | prohibited 362 | ERROR | [x] Expected 0 spaces before closing bracket; 1 found 363 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 364 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 365 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 366 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 367 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 368 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 369 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 370 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 371 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 377 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 378 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 380 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 381 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 385 | ERROR | [x] Opening parenthesis of a multi-line function call | | must be the last content on the line 386 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 386 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 1 388 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 388 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 1 389 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 389 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 1 390 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 390 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 2 390 | ERROR | [x] Opening parenthesis of a multi-line function call | | must be the last content on the line 391 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 391 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 3 391 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 3 392 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 392 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 3 392 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 3 393 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 393 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 3 393 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 3 394 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 394 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 3 394 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 3 395 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 395 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 3 395 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 3 396 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 396 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 3 396 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 3 397 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 397 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 3 397 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 3 398 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 398 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 3 398 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 3 399 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 399 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 3 399 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 3 400 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 400 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 3 400 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 3 401 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 401 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 2 401 | ERROR | [x] Closing parenthesis of a multi-line function call | | must be on a line by itself 403 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 403 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 2 404 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 404 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 3 405 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 405 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 3 407 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 407 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 2 408 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 408 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 3 409 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 409 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 2 411 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 411 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 2 412 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 412 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 3 413 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 413 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 2 415 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 415 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 2 416 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 416 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 3 416 | ERROR | [x] Space after opening parenthesis of function call | | prohibited 416 | ERROR | [x] Expected 0 spaces before closing bracket; 1 found 417 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 417 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 2 418 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 418 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 1 419 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 420 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 420 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 1 421 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 421 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 2 422 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 422 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 2 423 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 423 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 2 424 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 424 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 2 425 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 425 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 2 426 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 426 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 2 427 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 427 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 2 428 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 428 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 1 429 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 429 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 2 430 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 430 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 3 431 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 431 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 3 431 | ERROR | [x] Opening parenthesis of a multi-line function call | | must be the last content on the line 432 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 432 | ERROR | [x] Multi-line function call not indented correctly; | | expected 3 spaces but found 4 432 | ERROR | [x] Closing parenthesis of a multi-line function call | | must be on a line by itself 433 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 433 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 3 433 | ERROR | [x] Space after opening parenthesis of function call | | prohibited 433 | ERROR | [x] Expected 0 spaces before closing bracket; 1 found 435 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 435 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 2 436 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 436 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 3 437 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 437 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 2 438 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 438 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 1 439 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 440 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 440 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 1 441 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 441 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 1 442 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 442 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 2 442 | ERROR | [x] Space after opening parenthesis of function call | | prohibited 442 | ERROR | [x] Expected 0 spaces before closing bracket; 1 found 443 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 443 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 1 444 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 445 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 445 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 1 446 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 446 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 2 447 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 449 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 449 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 2 450 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 450 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 2 451 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 451 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 2 452 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 453 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 453 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 2 455 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 455 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 2 455 | ERROR | [x] Space after opening parenthesis of function call | | prohibited 455 | ERROR | [x] Expected 0 spaces before closing bracket; 1 found 456 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 458 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 458 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 2 459 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 460 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 461 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 462 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 463 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 464 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 465 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 466 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 467 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 468 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 469 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 470 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 471 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 472 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 472 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 2 473 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 473 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 2 474 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 475 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 475 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 2 476 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 476 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 2 477 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 477 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 1 478 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 479 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 479 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 1 480 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 480 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 1 481 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 481 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 1 482 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 482 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 1 483 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 483 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 1 484 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 484 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 1 485 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 485 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 1 486 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 486 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 1 487 | ERROR | [x] Closing parenthesis of a multi-line function call | | must be on a line by itself 490 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 493 | ERROR | [x] Opening parenthesis of a multi-line function call | | must be the last content on the line 494 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 494 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 1 495 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 496 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 496 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 1 497 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 497 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 1 498 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 498 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 1 499 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 499 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 1 501 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 501 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 1 503 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 503 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 1 504 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 504 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 1 505 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 505 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 2 506 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 506 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 1 507 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 508 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 508 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 1 509 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 509 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 1 510 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 510 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 2 511 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 512 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 512 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 2 513 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 513 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 2 514 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 514 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 2 515 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 515 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 2 516 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 516 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 2 516 | ERROR | [x] Opening parenthesis of a multi-line function call | | must be the last content on the line 517 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 517 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 3 517 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 3 518 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 518 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 3 518 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 3 519 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 519 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 4 520 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 520 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 5 521 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 521 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 4 522 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 522 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 3 522 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 3 523 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 523 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 2 523 | ERROR | [x] Closing parenthesis of a multi-line function call | | must be on a line by itself 524 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 524 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 2 524 | ERROR | [x] Space after opening parenthesis of function call | | prohibited 524 | ERROR | [x] Expected 0 spaces before closing bracket; 1 found 526 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 526 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 2 527 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 527 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 2 528 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 528 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 2 529 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 529 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 2 529 | ERROR | [x] Space after opening parenthesis of function call | | prohibited 529 | ERROR | [x] Expected 0 spaces before closing bracket; 1 found 531 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 531 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 2 532 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 532 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 2 533 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 533 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 2 534 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 534 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 2 535 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 535 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 2 535 | ERROR | [x] Opening parenthesis of a multi-line function call | | must be the last content on the line 536 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 536 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 3 536 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 3 537 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 537 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 3 537 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 3 538 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 538 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 4 539 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 539 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 5 540 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 540 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 4 541 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 541 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 3 541 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 3 542 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 542 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 2 542 | ERROR | [x] Closing parenthesis of a multi-line function call | | must be on a line by itself 543 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 543 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 2 543 | ERROR | [x] Space after opening parenthesis of function call | | prohibited 543 | ERROR | [x] Expected 0 spaces before closing bracket; 1 found 545 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 545 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 2 546 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 546 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 2 547 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 547 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 2 548 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 548 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 2 548 | ERROR | [x] Space after opening parenthesis of function call | | prohibited 548 | ERROR | [x] Expected 0 spaces before closing bracket; 1 found 549 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 549 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 1 551 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 551 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 1 552 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 552 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 1 553 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 553 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 2 554 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 554 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 1 556 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 556 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 1 557 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 557 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 2 558 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 558 | ERROR | [x] Multi-line function call not indented correctly; | | expected 4 spaces but found 1 559 | ERROR | [x] Closing parenthesis of a multi-line function call | | must be on a line by itself 562 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 563 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 563 | ERROR | [x] Space after opening parenthesis of function call | | prohibited 563 | ERROR | [x] Expected 0 spaces before closing bracket; 1 found 564 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 565 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 567 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 568 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 568 | ERROR | [x] Opening parenthesis of a multi-line function call | | must be the last content on the line 569 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 569 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 3 570 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 570 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 4 571 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 571 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 3 572 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 572 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 4 572 | ERROR | [x] Space after opening parenthesis of function call | | prohibited 572 | ERROR | [x] Expected 0 spaces before closing bracket; 1 found 573 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 573 | ERROR | [x] Multi-line function call not indented correctly; | | expected 6 spaces but found 3 574 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 574 | ERROR | [x] Closing parenthesis of a multi-line function call | | must be on a line by itself 576 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 577 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 579 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 581 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 582 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 583 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 583 | ERROR | [x] Space after opening parenthesis of function call | | prohibited 583 | ERROR | [x] Expected 0 spaces before closing bracket; 1 found 584 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 586 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 587 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 588 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 589 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 590 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 592 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 593 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 594 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 596 | ERROR | [x] Spaces must be used to indent lines; tabs are not | | allowed 596 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 597 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 599 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 600 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 601 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 602 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 603 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 603 | ERROR | [x] Space after opening parenthesis of function call | | prohibited 603 | ERROR | [x] Expected 0 spaces before closing bracket; 1 found 604 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 606 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 607 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 609 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 609 | ERROR | [x] Space after opening parenthesis of function call | | prohibited 609 | ERROR | [x] Expected 0 spaces before closing bracket; 1 found 613 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 614 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 616 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 617 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 618 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 619 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 620 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 621 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 622 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 624 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 625 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 626 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 628 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 629 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 630 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 632 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 633 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 634 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 635 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 637 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 641 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 642 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 642 | ERROR | [x] Opening parenthesis of a multi-line function call | | must be the last content on the line 643 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 643 | ERROR | [x] Multi-line function call not indented correctly; | | expected 5 spaces but found 2 644 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 644 | ERROR | [x] Multi-line function call not indented correctly; | | expected 5 spaces but found 3 645 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 645 | ERROR | [x] Multi-line function call not indented correctly; | | expected 5 spaces but found 3 646 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 646 | ERROR | [x] Multi-line function call not indented correctly; | | expected 5 spaces but found 3 647 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 647 | ERROR | [x] Multi-line function call not indented correctly; | | expected 5 spaces but found 3 648 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 648 | ERROR | [x] Multi-line function call not indented correctly; | | expected 5 spaces but found 3 649 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 649 | ERROR | [x] Multi-line function call not indented correctly; | | expected 5 spaces but found 3 650 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 650 | ERROR | [x] Multi-line function call not indented correctly; | | expected 5 spaces but found 2 651 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 651 | ERROR | [x] Closing parenthesis of a multi-line function call | | must be on a line by itself 655 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 656 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 657 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 658 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 659 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 660 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 661 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 662 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 663 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 664 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 665 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 666 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 666 | ERROR | [x] Opening parenthesis of a multi-line function call | | must be the last content on the line 667 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 667 | ERROR | [x] Multi-line function call not indented correctly; | | expected 5 spaces but found 2 668 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 668 | ERROR | [x] Multi-line function call not indented correctly; | | expected 5 spaces but found 2 669 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 669 | ERROR | [x] Closing parenthesis of a multi-line function call | | must be on a line by itself 673 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 673 | ERROR | [x] Space after opening parenthesis of function call | | prohibited 673 | ERROR | [x] Expected 0 spaces before closing bracket; 1 found 675 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 676 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 677 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 681 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 683 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 684 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 685 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 687 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 688 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 688 | ERROR | [x] Space after opening parenthesis of function call | | prohibited 688 | ERROR | [x] Expected 0 spaces before closing bracket; 1 found 689 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 690 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 691 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 695 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 696 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 697 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 698 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 699 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 699 | ERROR | [x] Space after opening parenthesis of function call | | prohibited 699 | ERROR | [x] Expected 0 spaces before closing bracket; 1 found 700 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 701 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 705 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 706 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 707 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 708 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 708 | ERROR | [x] Space after opening parenthesis of function call | | prohibited 708 | ERROR | [x] Expected 0 spaces before closing bracket; 1 found 709 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 710 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 710 | ERROR | [x] Space after opening parenthesis of function call | | prohibited 710 | ERROR | [x] Expected 0 spaces before closing bracket; 1 found 711 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 712 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 714 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 714 | ERROR | [x] Space after opening parenthesis of function call | | prohibited 714 | ERROR | [x] Expected 0 spaces before closing bracket; 1 found 715 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 716 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 716 | ERROR | [x] Space after opening parenthesis of function call | | prohibited 716 | ERROR | [x] Expected 0 spaces before closing bracket; 1 found 717 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 718 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 723 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 724 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 725 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 726 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 727 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 728 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 729 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 730 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 731 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 732 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 733 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 737 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 738 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 739 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 740 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 742 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 743 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 744 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 748 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 749 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 750 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 752 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 756 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 757 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 757 | ERROR | [x] Space after opening parenthesis of function call | | prohibited 757 | ERROR | [x] Expected 0 spaces before closing bracket; 1 found 758 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 759 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 759 | ERROR | [x] Space after opening parenthesis of function call | | prohibited 759 | ERROR | [x] Expected 0 spaces before closing bracket; 1 found 760 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 761 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 762 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 766 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 767 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 767 | ERROR | [x] Space after opening parenthesis of function call | | prohibited 767 | ERROR | [x] Expected 0 spaces before closing bracket; 1 found 946 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 947 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 948 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 949 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 950 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 950 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 951 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 952 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 953 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 954 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 955 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 956 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 957 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 957 | ERROR | [x] Space after opening parenthesis of function call | | prohibited 957 | ERROR | [x] Expected 0 spaces before closing bracket; 1 found 958 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 959 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 960 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 961 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 962 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 963 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 963 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 963 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 964 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 965 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 966 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 966 | ERROR | [x] Space after opening parenthesis of function call | | prohibited 966 | ERROR | [x] Expected 0 spaces before closing bracket; 1 found 966 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 967 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 968 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 968 | ERROR | [x] Space after opening parenthesis of function call | | prohibited 968 | ERROR | [x] Expected 0 spaces before closing bracket; 1 found 969 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 970 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 971 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 972 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 973 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 974 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 975 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 975 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 976 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 976 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 977 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 978 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 978 | ERROR | [x] Space after opening parenthesis of function call | | prohibited 978 | ERROR | [x] Expected 0 spaces before closing bracket; 1 found 979 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 980 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 981 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 982 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 983 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 984 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 985 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 986 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 987 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 988 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 989 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 990 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 991 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 992 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 993 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 994 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 995 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 996 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 997 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 998 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 999 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1000 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1001 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1002 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1003 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1004 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1005 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1006 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1007 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1008 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1008 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1009 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1010 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1011 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1012 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1013 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1014 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1015 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1016 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1016 | ERROR | [x] Space after opening parenthesis of function call | | prohibited 1016 | ERROR | [x] Expected 0 spaces before closing bracket; 1 found 1017 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1018 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1019 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1020 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1021 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1022 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1023 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1024 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1025 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1026 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1027 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1028 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1029 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1030 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1031 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1032 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1033 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1034 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1035 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1036 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1037 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1038 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1039 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1040 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1041 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1042 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1043 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1044 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1045 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1046 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1047 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1048 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1048 | ERROR | [x] Space after opening parenthesis of function call | | prohibited 1048 | ERROR | [x] Expected 0 spaces before closing bracket; 1 found 1049 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1049 | ERROR | [x] Space after opening parenthesis of function call | | prohibited 1049 | ERROR | [x] Expected 0 spaces before closing bracket; 1 found 1050 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1051 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1052 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1053 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1054 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1055 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1056 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1057 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1058 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1058 | ERROR | [x] Space after opening parenthesis of function call | | prohibited 1058 | ERROR | [x] Expected 0 spaces before closing bracket; 1 found 1059 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1060 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1060 | ERROR | [x] Space after opening parenthesis of function call | | prohibited 1060 | ERROR | [x] Expected 0 spaces before closing bracket; 1 found 1061 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1062 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1063 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1064 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1065 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1066 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1067 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1068 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1069 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1070 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1071 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1072 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1072 | ERROR | [x] Space after opening parenthesis of function call | | prohibited 1072 | ERROR | [x] Expected 0 spaces before closing bracket; 1 found 1073 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1074 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1075 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1076 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1077 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1078 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1078 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1079 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1080 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1081 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1082 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1083 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1084 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1085 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1086 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1087 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1088 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1089 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1090 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1091 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1092 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1093 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1094 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1095 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1096 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1097 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1098 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1099 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1100 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1101 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1102 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1104 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1109 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1111 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1112 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1114 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1115 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1116 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1118 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1119 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1120 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1120 | ERROR | [x] Space after opening parenthesis of function call | | prohibited 1120 | ERROR | [x] Expected 0 spaces before closing bracket; 1 found 1121 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1122 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1124 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1142 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1143 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1144 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1145 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1146 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1147 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1148 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1149 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1150 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1151 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1152 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1153 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1154 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1155 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1156 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1157 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1158 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1159 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1160 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1161 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1162 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1163 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1164 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1165 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1166 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1167 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1168 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1169 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1170 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1171 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1172 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1173 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1174 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1175 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1176 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1177 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1178 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1179 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1180 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1181 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1182 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1183 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1184 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1185 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1186 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1187 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1188 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1189 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1190 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1191 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1192 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1193 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1194 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1195 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1196 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1197 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1198 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1199 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1200 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1201 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1202 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1203 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1204 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1205 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1206 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1207 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1208 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1209 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1210 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1211 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1212 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1213 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1214 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1215 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1216 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1217 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1218 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1219 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1220 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1221 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1222 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1223 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1224 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1226 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1227 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1228 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1229 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1230 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1231 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1232 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1233 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1234 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1235 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1236 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1237 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1238 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1239 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1240 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1241 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1242 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1243 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1244 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1245 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1246 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1247 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1248 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1249 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1250 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1251 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1252 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1253 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1254 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1255 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1256 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1257 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1258 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1259 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1260 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1261 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1262 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1263 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1264 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1265 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1266 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1267 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1268 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1269 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1270 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed 1271 | ERROR | [x] Spaces must be used for alignment; tabs are not | | allowed ---------------------------------------------------------------------- PHPCBF CAN FIX THE 1380 MARKED SNIFF VIOLATIONS AUTOMATICALLY ---------------------------------------------------------------------- FILE: /home/r/repo/src/test/AbstractTest.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ---------------------------------------------------------------------- 54 | WARNING | Line exceeds 80 characters; contains 89 characters ---------------------------------------------------------------------- Time: 23841122 mins, 29.1 secs; Memory: 49.75Mb 00;32m phpRack tests > phpmd: 0m 00;36m [phpmd] Processing files...0m /home/r/repo/src/test/phpRack/Package/Php/_files/php/corrupted.cphpc - Unexpected end of token stream in file: /home/r/repo/src/test/phpRack/Package/Php/_files/php/corrupted.cphpc. 00;36m [phpmd] Finished processing files0m 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: RunnerTest0m 00;36m [phpunit] Tests run: 9, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 1, Time elapsed: 41.86116 s0m 00;36m [phpunit] testWorksWhenDefaultTimeZoneNotSet SKIPPED0m 00;36m [phpunit] Testsuite: ViewTest0m 00;36m [phpunit] Tests run: 1, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed: 0.07867 s0m 00;36m [phpunit] Testsuite: Adapters_CpuTest0m 00;36m [phpunit] Tests run: 2, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed: 0.11040 s0m 00;36m [phpunit] Testsuite: Adapters_UrlTest0m 00;36m [phpunit] Tests run: 5, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed: 0.21699 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.02177 s0m 00;36m [phpunit] Testsuite: Adapters_ConfigTest0m 00;36m [phpunit] Tests run: 3, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed: 0.05509 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.03865 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.07370 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.07113 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.15671 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.09658 s0m 00;36m [phpunit] testSchema SKIPPED0m 00;36m [phpunit] testShowServerInfo SKIPPED0m 00;36m [phpunit] testSchemaWithoutDatabaseSelect SKIPPED0m 00;36m [phpunit] Testsuite: Adapters_PearTest0m 00;36m [phpunit] Tests run: 4, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed: 1.69197 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.08083 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.17129 s0m 00;36m [phpunit] testSend SKIPPED0m 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.06254 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.29909 s0m 00;36m [phpunit] Testsuite: Adapters_Notifier_MailTest0m 00;36m [phpunit] Tests run: 2, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed: 0.05119 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.10314 s0m 00;36m [phpunit] Testsuite: phpRack_Package_Network_UrlTest0m 00;36m [phpunit] Tests run: 9, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed: 0.86496 s0m 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.04287 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: 1.57257 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.08513 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.11583 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.11075 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.08704 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.13522 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.04267 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.13399 s0m 00;36m [phpunit] Testsuite: phpRack_Package_PhpTest0m 00;36m [phpunit] Tests run: 7, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed: 0.16191 s0m 00;36m [phpunit] Testsuite: phpRack_Package_Php_VersionTest0m 00;36m [phpunit] Tests run: 3, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed: 0.06895 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.08602 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.08674 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.46830 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: 1.82582 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.08969 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.11003 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.09208 s0m 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.07850 s0m 00;36m [phpunit] testTableExists 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.04934 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.05171 s0m 00;36m [phpunit] testDbExists 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.07872 s0m 00;36m [phpunit] testQuery SKIPPED0m 00;36m [phpunit] testQueryWithInvalidQuery SKIPPED0m 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.08478 s0m 00;36m [phpunit] testShowSchema SKIPPED0m 00;36m [phpunit] Testsuite: phpRack_Package_SimpleTest0m 00;36m [phpunit] Tests run: 2, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed: 0.06276 s0m 00;36m [phpunit] Testsuite: AuthResultTest0m 00;36m [phpunit] Tests run: 1, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed: 0.02298 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.04541 s0m 00;36m [phpunit] Testsuite: BootstrapTest0m 00;36m [phpunit] Tests run: 2, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed: 79.68075 s0m 00;36m [phpunit] Total tests run: 161, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 13, Time elapsed: 131.47693 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.17% 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 process files: 2 00;32m phpRack tests > main: 0m 00;32m BUILD FINISHED Total time: 3 minutes 52.49 seconds 0m + mv /home/r/repo . ++ whoami + chown -R root repo + '[' -n '' ']' ++ whoami + sudo chown -R rultor repo + cd repo