Skip to content
Success

Console Output

Started by user Demian Katz
Building in workspace /opt/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 4f6574814950d3923e8d5c125543d97393e8c470 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4f6574814950d3923e8d5c125543d97393e8c470
Commit message: "Updated tools."
 > git rev-list 4f6574814950d3923e8d5c125543d97393e8c470 # timeout=10
 > git tag -a -f -m Jenkins Build #29 jenkins-VuFindCode-29 # timeout=10
[workspace] $ /bin/sh -xe /tmp/jenkins1810187961562702134.sh
+ composer install
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Nothing to install or update
Generating autoload files
looking for '/opt/jenkins/jobs/VuFindCode/workspace/build.xml' ... 
use '/opt/jenkins/jobs/VuFindCode/workspace' as a working directory. 
[workspace] $ /opt/jenkins/jobs/VuFindCode/workspace/vendor/bin/phing -buildfile /opt/jenkins/jobs/VuFindCode/workspace/build.xml -Dtmp=/opt/jenkins/jobs/VuFindCode/workspace main -logger phing.listener.DefaultLogger
Buildfile: /opt/jenkins/jobs/VuFindCode/workspace/build.xml

vufindcode > main:


vufindcode > startup:


vufindcode > ci-tasks:


vufindcode > phpcs:


vufindcode > phpunit:

PHPUnit 5.7.15 by Sebastian Bergmann and contributors.

......                                                              6 / 6 (100%)

Time: 143 ms, Memory: 7.00MB

OK (6 tests, 18 assertions)

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

Generating code coverage report in HTML format ... done

vufindcode > phpdoc:

  [httpget] Fetching https://github.com/phpDocumentor/phpDocumentor2/releases/download/v2.9.0/phpDocumentor.phar
  [httpget] Contents from https://github.com/phpDocumentor/phpDocumentor2/releases/download/v2.9.0/phpDocumentor.phar saved to /opt/jenkins/jobs/VuFindCode/workspace/vendor/bin/phpDocumentor-2.9.0.phar
    [chmod] Changed file mode on '/opt/jenkins/jobs/VuFindCode/workspace/vendor/bin/phpDocumentor-2.9.0.phar' to 755
Unable to find the `dot` command of the GraphViz package. Is GraphViz correctly installed and present in your path?
vufindcode > phpcpd:


vufindcode > phpmd:


vufindcode > pdepend:


vufindcode > phploc:


vufindcode > shutdown:

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

BUILD FINISHED

Total time: 9.9281 seconds

[CHECKSTYLE] Collecting checkstyle analysis files...
[CHECKSTYLE] Searching for all files in /opt/jenkins/jobs/VuFindCode/workspace that match the pattern build/vufindcode/reports/*checkstyle.xml
[CHECKSTYLE] Parsing 1 file in /opt/jenkins/jobs/VuFindCode/workspace
[CHECKSTYLE] Successfully parsed file /opt/jenkins/jobs/VuFindCode/workspace/build/vufindcode/reports/checkstyle.xml with 0 unique warnings and 0 duplicates.
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=4f6574814950d3923e8d5c125543d97393e8c470, workspace=/opt/jenkins/jobs/VuFindCode/workspace
[CHECKSTYLE] Computing warning deltas based on reference build #27
[PMD] Collecting PMD analysis files...
[PMD] Searching for all files in /opt/jenkins/jobs/VuFindCode/workspace that match the pattern build/vufindcode/reports/phpmd.xml
[PMD] Parsing 1 file in /opt/jenkins/jobs/VuFindCode/workspace
[PMD] Successfully parsed file /opt/jenkins/jobs/VuFindCode/workspace/build/vufindcode/reports/phpmd.xml with 0 unique warnings and 0 duplicates.
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=4f6574814950d3923e8d5c125543d97393e8c470, workspace=/opt/jenkins/jobs/VuFindCode/workspace
[PMD] Computing warning deltas based on reference build #27
[DRY] Collecting duplicate code analysis files...
[DRY] Searching for all files in /opt/jenkins/jobs/VuFindCode/workspace that match the pattern build/vufindcode/reports/pmd-cpd.xml
[DRY] Parsing 1 file in /opt/jenkins/jobs/VuFindCode/workspace
[DRY] Successfully parsed file /opt/jenkins/jobs/VuFindCode/workspace/build/vufindcode/reports/pmd-cpd.xml with 0 unique warnings and 0 duplicates.
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=4f6574814950d3923e8d5c125543d97393e8c470, workspace=/opt/jenkins/jobs/VuFindCode/workspace
[DRY] Computing warning deltas based on reference build #27
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 '/opt/jenkins/jobs/VuFindCode/workspace' for the testing framework 'PHPUnit-3.x (default)'.
[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
Sending e-mails to: vufind-admins@lists.sourceforge.net
Finished: SUCCESS