Skip to content
Success

Console Output

Started by an SCM change
Building in workspace /var/lib/jenkins/jobs/VuFindCode/workspace
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/vufind-org/vufindcode.git # timeout=10
Fetching upstream changes from https://github.com/vufind-org/vufindcode.git
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/vufind-org/vufindcode.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 06a5df23b4b0bc09a4f6545b712f6bf530da7745 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 06a5df23b4b0bc09a4f6545b712f6bf530da7745
 > git rev-list 74e9ddd67537e172d4f9bccdb8e15cca1c06471a # timeout=10
 > git tag -a -f -m Jenkins Build #20 jenkins-VuFindCode-20 # timeout=10
looking for '/var/lib/jenkins/jobs/VuFindCode/workspace/build.xml' ... 
use '/var/lib/jenkins/jobs/VuFindCode/workspace' as a working directory. 
[workspace] $ phing -buildfile /var/lib/jenkins/jobs/VuFindCode/workspace/build.xml -Dtmp=/var/lib/jenkins/jobs/VuFindCode/workspace main -logger phing.listener.DefaultLogger
Buildfile: /var/lib/jenkins/jobs/VuFindCode/workspace/build.xml

vufindcode > main:

[phingcall] Calling Buildfile '/var/lib/jenkins/jobs/VuFindCode/workspace/build.xml' with target 'startup'

vufindcode > startup:

[phingcall] Calling Buildfile '/var/lib/jenkins/jobs/VuFindCode/workspace/build.xml' with target 'ci-tasks'

vufindcode > ci-tasks:

[phingcall] Calling Buildfile '/var/lib/jenkins/jobs/VuFindCode/workspace/build.xml' with target 'phpcs'

vufindcode > phpcs:

[phingcall] Calling Buildfile '/var/lib/jenkins/jobs/VuFindCode/workspace/build.xml' with target 'phpunit'

vufindcode > phpunit:

PHPUnit 4.8.4 by Sebastian Bergmann and contributors.

......

Time: 207 ms, Memory: 7.25MB

OK (6 tests, 18 assertions)

Generating code coverage report in Clover XML format ... done

Generating code coverage report in HTML format ... done
[phingcall] Calling Buildfile '/var/lib/jenkins/jobs/VuFindCode/workspace/build.xml' with target 'phpdoc'

vufindcode > phpdoc:

Unable to find the `dot` command of the GraphViz package. Is GraphViz correctly installed and present in your path?[phingcall] Calling Buildfile '/var/lib/jenkins/jobs/VuFindCode/workspace/build.xml' with target 'phpcpd'

vufindcode > phpcpd:

[phingcall] Calling Buildfile '/var/lib/jenkins/jobs/VuFindCode/workspace/build.xml' with target 'phpmd'

vufindcode > phpmd:

[phingcall] Calling Buildfile '/var/lib/jenkins/jobs/VuFindCode/workspace/build.xml' with target 'pdepend'

vufindcode > pdepend:

[phingcall] Calling Buildfile '/var/lib/jenkins/jobs/VuFindCode/workspace/build.xml' with target 'phploc'

vufindcode > phploc:

[phingcall] Calling Buildfile '/var/lib/jenkins/jobs/VuFindCode/workspace/build.xml' with target 'shutdown'

vufindcode > shutdown:

   [delete] Deleting directory /var/lib/jenkins/jobs/VuFindCode/workspace/vendor
   [delete] Deleting: /var/lib/jenkins/jobs/VuFindCode/workspace/composer.lock

BUILD FINISHED

Total time: 33.9617 seconds

[CHECKSTYLE] Collecting checkstyle analysis files...
[CHECKSTYLE] Finding all files that match the pattern build/vufindcode/reports/*checkstyle.xml
[CHECKSTYLE] Parsing 1 file in /var/lib/jenkins/jobs/VuFindCode/workspace
[CHECKSTYLE] Successfully parsed file /var/lib/jenkins/jobs/VuFindCode/workspace/build/vufindcode/reports/checkstyle.xml with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Computing warning deltas based on reference build #19
[PMD] Collecting PMD analysis files...
[PMD] Finding all files that match the pattern build/vufindcode/reports/phpmd.xml
[PMD] Parsing 1 file in /var/lib/jenkins/jobs/VuFindCode/workspace
[PMD] Successfully parsed file /var/lib/jenkins/jobs/VuFindCode/workspace/build/vufindcode/reports/phpmd.xml with 0 unique warnings and 0 duplicates.
[PMD] Computing warning deltas based on reference build #19
[DRY] Collecting duplicate code analysis files...
[DRY] Finding all files that match the pattern build/vufindcode/reports/pmd-cpd.xml
[DRY] Parsing 1 file in /var/lib/jenkins/jobs/VuFindCode/workspace
[DRY] Successfully parsed file /var/lib/jenkins/jobs/VuFindCode/workspace/build/vufindcode/reports/pmd-cpd.xml with 0 unique warnings and 0 duplicates.
[DRY] Computing warning deltas based on reference build #19
Recording plot data
Publishing Clover coverage report...
Publishing Clover HTML report...
Publishing Clover XML report...
Publishing Clover coverage results...
Publishing Javadoc
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing PHPUnit-3.x (default)
[xUnit] [INFO] - [PHPUnit-3.x (default)] - 1 test report file(s) were found with the pattern 'build/vufindcode/reports/phpunit.xml' relative to '/var/lib/jenkins/jobs/VuFindCode/workspace' for the testing framework 'PHPUnit-3.x (default)'.
[xUnit] [INFO] - Converting '/var/lib/jenkins/jobs/VuFindCode/workspace/build/vufindcode/reports/phpunit.xml' .
[xUnit] [INFO] - Check 'Failed Tests' threshold.
[xUnit] [INFO] - Check 'Skipped Tests' threshold.
[xUnit] [INFO] - Setting the build status to SUCCESS
[xUnit] [INFO] - Stopping recording.
[JDepend] JDepend plugin is ready
[JDepend] Found 1 classes in 1 packages
Finished: SUCCESS