Skip to content

Instantly share code, notes, and snippets.

Created May 3, 2012 11:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/2585144 to your computer and use it in GitHub Desktop.
Save anonymous/2585144 to your computer and use it in GitHub Desktop.
ant -f build.xml
Buildfile: build.xml
clean:
[delete] Deleting directory /var/lib/jenkins/jobs/serving/build/api
[delete] Deleting directory /var/lib/jenkins/jobs/serving/build/code-browser
[delete] Deleting directory /var/lib/jenkins/jobs/serving/build/coverage
[delete] Deleting directory /var/lib/jenkins/jobs/serving/build/logs
[delete] Deleting directory /var/lib/jenkins/jobs/serving/build/pdepend
prepare:
[mkdir] Created dir: /var/lib/jenkins/jobs/serving/build/api
[mkdir] Created dir: /var/lib/jenkins/jobs/serving/build/code-browser
[mkdir] Created dir: /var/lib/jenkins/jobs/serving/build/coverage
[mkdir] Created dir: /var/lib/jenkins/jobs/serving/build/logs
[mkdir] Created dir: /var/lib/jenkins/jobs/serving/build/pdepend
lint:
phploc:
[exec] phploc 1.6.4 by Sebastian Bergmann.
[exec] No files found to scan.
[exec] Result: 1
pdepend:
[exec] PHP_Depend 1.0.7 by Manuel Pichler
[exec] Parsing source files:
[exec] . 0
[exec] Executing Coupling-Analyzer:
[exec] . 0
[exec] Executing CyclomaticComplexity-Analyzer:
[exec] . 0
[exec] Executing Dependency-Analyzer:
[exec] . 0
[exec] Executing Inheritance-Analyzer:
[exec] . 0
[exec] Executing NodeCount-Analyzer:
[exec] . 0
[exec] Executing NodeLoc-Analyzer:
[exec] . 0
[exec] Generating pdepend log files, this may take a moment.
[exec] Time: 00:00; Memory: 3.75Mb
phpmd-ci:
phpcs-ci:
[exec] Result: 2
phpcpd:
[exec] phpcpd 1.3.5 by Sebastian Bergmann.
[exec] No files found to scan.
[exec] Result: 1
phpdoc:
[exec] PHP Version 5.3.11
[exec] phpDocumentor version 1.4.4
[exec] Parsing configuration file phpDocumentor.ini...
[exec] (found in /usr/data/PhpDocumentor/)...
[exec] done
[exec] Maximum memory usage set at 256M after considering php.ini...
[exec] using tokenizer Parser
[exec] ERROR: nothing parsed
phpunit:
[exec] PHPUnit 3.6.10 by Sebastian Bergmann.
[exec] Usage: phpunit [switches] UnitTest [UnitTest.php]
[exec] phpunit [switches] <directory>
[exec] --log-junit <file> Log test execution in JUnit XML format to file.
[exec] --log-tap <file> Log test execution in TAP format to file.
[exec] --log-json <file> Log test execution in JSON format.
[exec] --coverage-clover <file> Generate code coverage report in Clover XML format.
[exec] --coverage-html <dir> Generate code coverage report in HTML format.
[exec] --coverage-php <file> Serialize PHP_CodeCoverage object to file.
[exec] --coverage-text=<file> Generate code coverage report in text format.
[exec] Default to writing to the standard output.
[exec] --testdox-html <file> Write agile documentation in HTML format to file.
[exec] --testdox-text <file> Write agile documentation in Text format to file.
[exec] --filter <pattern> Filter which tests to run.
[exec] --group ... Only runs tests from the specified group(s).
[exec] --exclude-group ... Exclude tests from the specified group(s).
[exec] --list-groups List available test groups.
[exec] --loader <loader> TestSuiteLoader implementation to use.
[exec] --printer <printer> TestSuiteListener implementation to use.
[exec] --repeat <times> Runs the test(s) repeatedly.
[exec] --tap Report test execution progress in TAP format.
[exec] --testdox Report test execution progress in TestDox format.
[exec] --colors Use colors in output.
[exec] --stderr Write to STDERR instead of STDOUT.
[exec] --stop-on-error Stop execution upon first error.
[exec] --stop-on-failure Stop execution upon first error or failure.
[exec] --stop-on-skipped Stop execution upon first skipped test.
[exec] --stop-on-incomplete Stop execution upon first incomplete test.
[exec] --strict Run tests in strict mode.
[exec] -v|--verbose Output more verbose information.
[exec] --debug Display debbuging information during test execution.
[exec] --process-isolation Run each test in a separate PHP process.
[exec] --no-globals-backup Do not backup and restore $GLOBALS for each test.
[exec] --static-backup Backup and restore static attributes for each test.
[exec] --bootstrap <file> A "bootstrap" PHP file that is run before the tests.
[exec] -c|--configuration <file> Read configuration from XML file.
[exec] --no-configuration Ignore default configuration file (phpunit.xml).
[exec] --include-path <path(s)> Prepend PHP's include_path with given path(s).
[exec] -d key[=value] Sets a php.ini value.
[exec] -h|--help Prints this usage information.
[exec] --version Prints the version and exits.
[exec] --debug Output debugging information.
BUILD FAILED
/var/lib/jenkins/jobs/serving/build.xml:132: exec returned: 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment