Started by user Demian Katz Running as SYSTEM Building in workspace /opt/jenkins/jobs/VuFindCode/workspace No credentials specified > 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 c95683bbe2ed5259a807669fd3d0f58ad24964fe (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f c95683bbe2ed5259a807669fd3d0f58ad24964fe Commit message: "Use regexp to extract ISBN candidate in normalizeISBN($raw) (#4)" > git rev-list --no-walk c95683bbe2ed5259a807669fd3d0f58ad24964fe # timeout=10 [workspace] $ /bin/sh -xe /tmp/jenkins8877418153770512934.sh + composer install Loading composer repositories with package information Installing dependencies (including require-dev) from lock file Nothing to install or update Package phpunit/phpunit-mock-objects is abandoned, you should avoid using it. No replacement was suggested. 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 main -logger phing.listener.DefaultLogger Buildfile: /opt/jenkins/jobs/VuFindCode/workspace/build.xml vufindcode > main: vufindcode > startup: vufindcode > ci-tasks: [mkdir] Created dir: /tmp/build/vufindcode/reports [mkdir] Created dir: /tmp/build/vufindcode/reports/coverage vufindcode > phpcs: vufindcode > phpunit: PHPUnit 6.5.8 by Sebastian Bergmann and contributors. Error: No code coverage driver is available ........................................... 43 / 43 (100%) Time: 41 ms, Memory: 4.00MB OK (43 tests, 89 assertions) 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 [mkdir] Created dir: /tmp/build/vufindcode/apidocs 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: 3.5883 seconds Finished: SUCCESS