Started by an SCM change 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/* # timeout=10 > git rev-parse refs/remotes/origin/dev^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/dev^{commit} # timeout=10 Checking out Revision 87f53d6fab268b71a548320f5e472e5efe6f3d69 (refs/remotes/origin/dev) > git config core.sparsecheckout # timeout=10 > git checkout -f 87f53d6fab268b71a548320f5e472e5efe6f3d69 # timeout=10 Commit message: "Fix PHP versions in Travis." First time build. Skipping changelog. [workspace] $ /bin/sh -xe /tmp/jenkins348752529080132967.sh + composer install Loading composer repositories with package information Updating dependencies (including require-dev) Package operations: 65 installs, 0 updates, 0 removals - Installing psr/container (1.0.0): Loading from cache - Installing symfony/service-contracts (v1.1.9): Loading from cache - Installing symfony/stopwatch (v4.4.13): Loading from cache - Installing symfony/polyfill-php80 (v1.18.1): Loading from cache - Installing symfony/process (v4.4.13): Loading from cache - Installing symfony/polyfill-php72 (v1.18.1): Loading from cache - Installing paragonie/random_compat (v9.99.99): Loading from cache - Installing symfony/polyfill-php70 (v1.18.1): Loading from cache - Installing symfony/options-resolver (v4.4.13): Loading from cache - Installing symfony/finder (v4.4.13): Loading from cache - Installing symfony/polyfill-ctype (v1.18.1): Loading from cache - Installing symfony/filesystem (v4.4.13): Loading from cache - Installing symfony/event-dispatcher-contracts (v1.1.9): Loading from cache - Installing symfony/event-dispatcher (v4.4.13): Loading from cache - Installing symfony/polyfill-mbstring (v1.18.1): Loading from cache - Installing symfony/polyfill-php73 (v1.18.1): Loading from cache - Installing symfony/console (v4.4.13): Loading from cache - Installing psr/log (1.1.3): Loading from cache - Installing php-cs-fixer/diff (v1.3.0): Loading from cache - Installing doctrine/lexer (1.2.1): Loading from cache - Installing doctrine/annotations (1.10.4): Loading from cache - Installing composer/xdebug-handler (1.4.3): Loading from cache - Installing composer/semver (1.5.1): Loading from cache - Installing friendsofphp/php-cs-fixer (v2.16.4): Loading from cache - Installing pear/pear_exception (v1.0.1): Loading from cache - Installing pear/net_url2 (v2.2.2): Loading from cache - Installing pear/http_request2 (v2.3.0): Loading from cache - Installing sebastian/version (2.0.1): Loading from cache - Installing theseer/fdomdocument (1.6.6): Loading from cache - Installing sebastian/finder-facade (1.2.3): Loading from cache - Installing phploc/phploc (5.0.0): Loading from cache - Installing symfony/config (v4.4.13): Loading from cache - Installing symfony/dependency-injection (v4.4.13): Loading from cache - Installing pdepend/pdepend (2.8.0): Loading from cache - Installing phpmd/phpmd (2.8.2): Loading from cache - Installing sebastian/type (1.1.3): Loading from cache - Installing sebastian/resource-operations (2.0.1): Loading from cache - Installing sebastian/recursion-context (3.0.0): Loading from cache - Installing sebastian/object-reflector (1.1.1): Loading from cache - Installing sebastian/object-enumerator (3.0.3): Loading from cache - Installing sebastian/global-state (3.0.0): Loading from cache - Installing sebastian/exporter (3.1.2): Loading from cache - Installing sebastian/environment (4.2.3): Loading from cache - Installing sebastian/diff (3.0.2): Loading from cache - Installing sebastian/comparator (3.0.2): Loading from cache - Installing phpunit/php-timer (2.1.2): Loading from cache - Installing phpunit/php-text-template (1.2.1): Loading from cache - Installing phpunit/php-file-iterator (2.0.2): Loading from cache - Installing theseer/tokenizer (1.2.0): Loading from cache - Installing sebastian/code-unit-reverse-lookup (1.0.1): Loading from cache - Installing phpunit/php-token-stream (3.1.1): Loading from cache - Installing phpunit/php-code-coverage (7.0.10): Loading from cache - Installing doctrine/instantiator (1.3.1): Loading from cache - Installing phpdocumentor/reflection-common (2.2.0): Loading from cache - Installing webmozart/assert (1.9.1): Loading from cache - Installing phpdocumentor/type-resolver (1.3.0): Loading from cache - Installing phpdocumentor/reflection-docblock (5.2.1): Loading from cache - Installing phpspec/prophecy (1.11.1): Loading from cache - Installing phar-io/version (2.0.1): Loading from cache - Installing phar-io/manifest (1.0.3): Loading from cache - Installing myclabs/deep-copy (1.10.1): Loading from cache - Installing phpunit/phpunit (8.5.8): Loading from cache - Installing phing/phing (2.16.3): Loading from cache - Installing sebastian/phpcpd (4.1.0): Loading from cache - Installing squizlabs/php_codesniffer (3.5.5): Loading from cache paragonie/random_compat suggests installing ext-libsodium (Provides a modern crypto API that can be used to generate random bytes.) symfony/event-dispatcher-contracts suggests installing psr/event-dispatcher symfony/event-dispatcher suggests installing symfony/http-kernel symfony/console suggests installing symfony/lock friendsofphp/php-cs-fixer suggests installing php-cs-fixer/phpunit-constraint-isidenticalstring (For IsIdenticalString constraint.) friendsofphp/php-cs-fixer suggests installing php-cs-fixer/phpunit-constraint-xmlmatchesxsd (For XmlMatchesXsd constraint.) symfony/config suggests installing symfony/yaml (To use the yaml reference dumper) symfony/dependency-injection suggests installing symfony/yaml symfony/dependency-injection suggests installing symfony/expression-language (For using expressions in service container configuration) 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 (^2.0.0) phing/phing suggests installing phpdocumentor/phpdocumentor (Documentation Generator for PHP) 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 siad007/versioncontrol_hg (A library for interfacing with Mercurial repositories.) phing/phing suggests installing tedivm/jshrink (Javascript Minifier built in PHP) Package sebastian/finder-facade is abandoned, you should avoid using it. No replacement was suggested. Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested. Writing lock file 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 8.5.8 by Sebastian Bergmann and contributors. ................................................................. 65 / 79 ( 82%) .............. 79 / 79 (100%) Time: 823 ms, Memory: 6.00 MB OK (79 tests, 169 assertions) Generating code coverage report in Clover XML format ... done [84 ms] Generating code coverage report in HTML format ... done [117 ms] 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 [PHP Error] count(): Parameter must be an array or an object that implements Countable [line 1293 of phar:///opt/jenkins/jobs/VuFindCode/workspace/vendor/bin/phpDocumentor-2.9.0.phar/vendor/twig/twig/lib/Twig/Extension/Core.php] [PHP Error] count(): Parameter must be an array or an object that implements Countable [line 1293 of phar:///opt/jenkins/jobs/VuFindCode/workspace/vendor/bin/phpDocumentor-2.9.0.phar/vendor/twig/twig/lib/Twig/Extension/Core.php] [PHP Error] count(): Parameter must be an array or an object that implements Countable [line 1293 of phar:///opt/jenkins/jobs/VuFindCode/workspace/vendor/bin/phpDocumentor-2.9.0.phar/vendor/twig/twig/lib/Twig/Extension/Core.php] [PHP Error] count(): Parameter must be an array or an object that implements Countable [line 1293 of phar:///opt/jenkins/jobs/VuFindCode/workspace/vendor/bin/phpDocumentor-2.9.0.phar/vendor/twig/twig/lib/Twig/Extension/Core.php] [PHP Error] count(): Parameter must be an array or an object that implements Countable [line 1293 of phar:///opt/jenkins/jobs/VuFindCode/workspace/vendor/bin/phpDocumentor-2.9.0.phar/vendor/twig/twig/lib/Twig/Extension/Core.php] [PHP Error] count(): Parameter must be an array or an object that implements Countable [line 1293 of phar:///opt/jenkins/jobs/VuFindCode/workspace/vendor/bin/phpDocumentor-2.9.0.phar/vendor/twig/twig/lib/Twig/Extension/Core.php] [PHP Error] count(): Parameter must be an array or an object that implements Countable [line 1293 of phar:///opt/jenkins/jobs/VuFindCode/workspace/vendor/bin/phpDocumentor-2.9.0.phar/vendor/twig/twig/lib/Twig/Extension/Core.php] [PHP Error] count(): Parameter must be an array or an object that implements Countable [line 1293 of phar:///opt/jenkins/jobs/VuFindCode/workspace/vendor/bin/phpDocumentor-2.9.0.phar/vendor/twig/twig/lib/Twig/Extension/Core.php] [PHP Error] count(): Parameter must be an array or an object that implements Countable [line 1293 of phar:///opt/jenkins/jobs/VuFindCode/workspace/vendor/bin/phpDocumentor-2.9.0.phar/vendor/twig/twig/lib/Twig/Extension/Core.php] [PHP Error] count(): Parameter must be an array or an object that implements Countable [line 1293 of phar:///opt/jenkins/jobs/VuFindCode/workspace/vendor/bin/phpDocumentor-2.9.0.phar/vendor/twig/twig/lib/Twig/Extension/Core.php] [PHP Error] count(): Parameter must be an array or an object that implements Countable [line 1293 of phar:///opt/jenkins/jobs/VuFindCode/workspace/vendor/bin/phpDocumentor-2.9.0.phar/vendor/twig/twig/lib/Twig/Extension/Core.php] [PHP Error] count(): Parameter must be an array or an object that implements Countable [line 1293 of phar:///opt/jenkins/jobs/VuFindCode/workspace/vendor/bin/phpDocumentor-2.9.0.phar/vendor/twig/twig/lib/Twig/Extension/Core.php] [PHP Error] count(): Parameter must be an array or an object that implements Countable [line 1293 of phar:///opt/jenkins/jobs/VuFindCode/workspace/vendor/bin/phpDocumentor-2.9.0.phar/vendor/twig/twig/lib/Twig/Extension/Core.php] [PHP Error] count(): Parameter must be an array or an object that implements Countable [line 1293 of phar:///opt/jenkins/jobs/VuFindCode/workspace/vendor/bin/phpDocumentor-2.9.0.phar/vendor/twig/twig/lib/Twig/Extension/Core.php] [PHP Error] count(): Parameter must be an array or an object that implements Countable [line 1293 of phar:///opt/jenkins/jobs/VuFindCode/workspace/vendor/bin/phpDocumentor-2.9.0.phar/vendor/twig/twig/lib/Twig/Extension/Core.php] [PHP Error] count(): Parameter must be an array or an object that implements Countable [line 1293 of phar:///opt/jenkins/jobs/VuFindCode/workspace/vendor/bin/phpDocumentor-2.9.0.phar/vendor/twig/twig/lib/Twig/Extension/Core.php] [PHP Error] count(): Parameter must be an array or an object that implements Countable [line 1293 of phar:///opt/jenkins/jobs/VuFindCode/workspace/vendor/bin/phpDocumentor-2.9.0.phar/vendor/twig/twig/lib/Twig/Extension/Core.php] [PHP Error] count(): Parameter must be an array or an object that implements Countable [line 1293 of phar:///opt/jenkins/jobs/VuFindCode/workspace/vendor/bin/phpDocumentor-2.9.0.phar/vendor/twig/twig/lib/Twig/Extension/Core.php] [PHP Error] count(): Parameter must be an array or an object that implements Countable [line 1293 of phar:///opt/jenkins/jobs/VuFindCode/workspace/vendor/bin/phpDocumentor-2.9.0.phar/vendor/twig/twig/lib/Twig/Extension/Core.php] [PHP Error] count(): Parameter must be an array or an object that implements Countable [line 1293 of phar:///opt/jenkins/jobs/VuFindCode/workspace/vendor/bin/phpDocumentor-2.9.0.phar/vendor/twig/twig/lib/Twig/Extension/Core.php] [PHP Error] count(): Parameter must be an array or an object that implements Countable [line 1293 of phar:///opt/jenkins/jobs/VuFindCode/workspace/vendor/bin/phpDocumentor-2.9.0.phar/vendor/twig/twig/lib/Twig/Extension/Core.php] [PHP Error] count(): Parameter must be an array or an object that implements Countable [line 1293 of phar:///opt/jenkins/jobs/VuFindCode/workspace/vendor/bin/phpDocumentor-2.9.0.phar/vendor/twig/twig/lib/Twig/Extension/Core.php] [PHP Error] count(): Parameter must be an array or an object that implements Countable [line 1293 of phar:///opt/jenkins/jobs/VuFindCode/workspace/vendor/bin/phpDocumentor-2.9.0.phar/vendor/twig/twig/lib/Twig/Extension/Core.php] [PHP Error] count(): Parameter must be an array or an object that implements Countable [line 1293 of phar:///opt/jenkins/jobs/VuFindCode/workspace/vendor/bin/phpDocumentor-2.9.0.phar/vendor/twig/twig/lib/Twig/Extension/Core.php] [PHP Error] count(): Parameter must be an array or an object that implements Countable [line 1293 of phar:///opt/jenkins/jobs/VuFindCode/workspace/vendor/bin/phpDocumentor-2.9.0.phar/vendor/twig/twig/lib/Twig/Extension/Core.php] [PHP Error] count(): Parameter must be an array or an object that implements Countable [line 1293 of phar:///opt/jenkins/jobs/VuFindCode/workspace/vendor/bin/phpDocumentor-2.9.0.phar/vendor/twig/twig/lib/Twig/Extension/Core.php] [PHP Error] count(): Parameter must be an array or an object that implements Countable [line 1293 of phar:///opt/jenkins/jobs/VuFindCode/workspace/vendor/bin/phpDocumentor-2.9.0.phar/vendor/twig/twig/lib/Twig/Extension/Core.php] [PHP Error] count(): Parameter must be an array or an object that implements Countable [line 1293 of phar:///opt/jenkins/jobs/VuFindCode/workspace/vendor/bin/phpDocumentor-2.9.0.phar/vendor/twig/twig/lib/Twig/Extension/Core.php] [PHP Error] count(): Parameter must be an array or an object that implements Countable [line 1293 of phar:///opt/jenkins/jobs/VuFindCode/workspace/vendor/bin/phpDocumentor-2.9.0.phar/vendor/twig/twig/lib/Twig/Extension/Core.php] [PHP Error] count(): Parameter must be an array or an object that implements Countable [line 1293 of phar:///opt/jenkins/jobs/VuFindCode/workspace/vendor/bin/phpDocumentor-2.9.0.phar/vendor/twig/twig/lib/Twig/Extension/Core.php] [PHP Error] count(): Parameter must be an array or an object that implements Countable [line 1293 of phar:///opt/jenkins/jobs/VuFindCode/workspace/vendor/bin/phpDocumentor-2.9.0.phar/vendor/twig/twig/lib/Twig/Extension/Core.php] [PHP Error] count(): Parameter must be an array or an object that implements Countable [line 1293 of phar:///opt/jenkins/jobs/VuFindCode/workspace/vendor/bin/phpDocumentor-2.9.0.phar/vendor/twig/twig/lib/Twig/Extension/Core.php] [PHP Error] count(): Parameter must be an array or an object that implements Countable [line 1293 of phar:///opt/jenkins/jobs/VuFindCode/workspace/vendor/bin/phpDocumentor-2.9.0.phar/vendor/twig/twig/lib/Twig/Extension/Core.php] [PHP Error] count(): Parameter must be an array or an object that implements Countable [line 1293 of phar:///opt/jenkins/jobs/VuFindCode/workspace/vendor/bin/phpDocumentor-2.9.0.phar/vendor/twig/twig/lib/Twig/Extension/Core.php] [PHP Error] count(): Parameter must be an array or an object that implements Countable [line 1293 of phar:///opt/jenkins/jobs/VuFindCode/workspace/vendor/bin/phpDocumentor-2.9.0.phar/vendor/twig/twig/lib/Twig/Extension/Core.php] [PHP Error] count(): Parameter must be an array or an object that implements Countable [line 1293 of phar:///opt/jenkins/jobs/VuFindCode/workspace/vendor/bin/phpDocumentor-2.9.0.phar/vendor/twig/twig/lib/Twig/Extension/Core.php] [PHP Error] count(): Parameter must be an array or an object that implements Countable [line 1293 of phar:///opt/jenkins/jobs/VuFindCode/workspace/vendor/bin/phpDocumentor-2.9.0.phar/vendor/twig/twig/lib/Twig/Extension/Core.php] [PHP Error] count(): Parameter must be an array or an object that implements Countable [line 1293 of phar:///opt/jenkins/jobs/VuFindCode/workspace/vendor/bin/phpDocumentor-2.9.0.phar/vendor/twig/twig/lib/Twig/Extension/Core.php] [PHP Error] count(): Parameter must be an array or an object that implements Countable [line 1293 of phar:///opt/jenkins/jobs/VuFindCode/workspace/vendor/bin/phpDocumentor-2.9.0.phar/vendor/twig/twig/lib/Twig/Extension/Core.php] [PHP Error] count(): Parameter must be an array or an object that implements Countable [line 1293 of phar:///opt/jenkins/jobs/VuFindCode/workspace/vendor/bin/phpDocumentor-2.9.0.phar/vendor/twig/twig/lib/Twig/Extension/Core.php] [PHP Error] count(): Parameter must be an array or an object that implements Countable [line 1293 of phar:///opt/jenkins/jobs/VuFindCode/workspace/vendor/bin/phpDocumentor-2.9.0.phar/vendor/twig/twig/lib/Twig/Extension/Core.php] [PHP Error] count(): Parameter must be an array or an object that implements Countable [line 1293 of phar:///opt/jenkins/jobs/VuFindCode/workspace/vendor/bin/phpDocumentor-2.9.0.phar/vendor/twig/twig/lib/Twig/Extension/Core.php] [PHP Error] count(): Parameter must be an array or an object that implements Countable [line 1293 of phar:///opt/jenkins/jobs/VuFindCode/workspace/vendor/bin/phpDocumentor-2.9.0.phar/vendor/twig/twig/lib/Twig/Extension/Core.php] [PHP Error] count(): Parameter must be an array or an object that implements Countable [line 1293 of phar:///opt/jenkins/jobs/VuFindCode/workspace/vendor/bin/phpDocumentor-2.9.0.phar/vendor/twig/twig/lib/Twig/Extension/Core.php] [PHP Error] count(): Parameter must be an array or an object that implements Countable [line 1293 of phar:///opt/jenkins/jobs/VuFindCode/workspace/vendor/bin/phpDocumentor-2.9.0.phar/vendor/twig/twig/lib/Twig/Extension/Core.php] [PHP Error] count(): Parameter must be an array or an object that implements Countable [line 1293 of phar:///opt/jenkins/jobs/VuFindCode/workspace/vendor/bin/phpDocumentor-2.9.0.phar/vendor/twig/twig/lib/Twig/Extension/Core.php] [PHP Error] count(): Parameter must be an array or an object that implements Countable [line 1293 of phar:///opt/jenkins/jobs/VuFindCode/workspace/vendor/bin/phpDocumentor-2.9.0.phar/vendor/twig/twig/lib/Twig/Extension/Core.php] [PHP Error] count(): Parameter must be an array or an object that implements Countable [line 1293 of phar:///opt/jenkins/jobs/VuFindCode/workspace/vendor/bin/phpDocumentor-2.9.0.phar/vendor/twig/twig/lib/Twig/Extension/Core.php] [PHP Error] count(): Parameter must be an array or an object that implements Countable [line 1293 of phar:///opt/jenkins/jobs/VuFindCode/workspace/vendor/bin/phpDocumentor-2.9.0.phar/vendor/twig/twig/lib/Twig/Extension/Core.php] [PHP Error] count(): Parameter must be an array or an object that implements Countable [line 1293 of phar:///opt/jenkins/jobs/VuFindCode/workspace/vendor/bin/phpDocumentor-2.9.0.phar/vendor/twig/twig/lib/Twig/Extension/Core.php] [PHP Error] count(): Parameter must be an array or an object that implements Countable [line 1293 of phar:///opt/jenkins/jobs/VuFindCode/workspace/vendor/bin/phpDocumentor-2.9.0.phar/vendor/twig/twig/lib/Twig/Extension/Core.php] [PHP Error] count(): Parameter must be an array or an object that implements Countable [line 1293 of phar:///opt/jenkins/jobs/VuFindCode/workspace/vendor/bin/phpDocumentor-2.9.0.phar/vendor/twig/twig/lib/Twig/Extension/Core.php] [PHP Error] count(): Parameter must be an array or an object that implements Countable [line 1293 of phar:///opt/jenkins/jobs/VuFindCode/workspace/vendor/bin/phpDocumentor-2.9.0.phar/vendor/twig/twig/lib/Twig/Extension/Core.php] [PHP Error] count(): Parameter must be an array or an object that implements Countable [line 1293 of phar:///opt/jenkins/jobs/VuFindCode/workspace/vendor/bin/phpDocumentor-2.9.0.phar/vendor/twig/twig/lib/Twig/Extension/Core.php] 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: 13.5930 seconds Recording plot data Publishing Javadoc Publishing Clover coverage report... Publishing Clover HTML report... Publishing Clover XML report... Processing Clover XML report ... Publishing Clover coverage results... INFO: Starting to record. INFO: Processing PHPUnit-4.x (default) INFO: [PHPUnit-4.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-4.x (default)'. INFO: Setting the build status to SUCCESS INFO: Stopping recording. [CheckStyle] Searching for all files in '/opt/jenkins/jobs/VuFindCode/workspace' that match the pattern 'build/vufindcode/reports/*checkstyle.xml' [CheckStyle] -> found 1 file [CheckStyle] Successfully parsed file /opt/jenkins/jobs/VuFindCode/workspace/build/vufindcode/reports/checkstyle.xml [CheckStyle] -> found 0 issues (skipped 0 duplicates) [CheckStyle] Skipping post processing [CheckStyle] No filter has been set, publishing all 0 issues [CheckStyle] Using reference build 'VuFindCode #45' to compute new, fixed, and outstanding issues [CheckStyle] Issues delta (vs. reference build): outstanding: 0, new: 0, fixed: 0 [CheckStyle] No quality gates have been set - skipping [CheckStyle] Health report is disabled - skipping [CheckStyle] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues) [CheckStyle] Attaching ResultAction with ID 'checkstyle' to run 'VuFindCode #46'. [PMD] Searching for all files in '/opt/jenkins/jobs/VuFindCode/workspace' that match the pattern 'build/vufindcode/reports/phpmd.xml' [PMD] -> found 1 file [PMD] Successfully parsed file /opt/jenkins/jobs/VuFindCode/workspace/build/vufindcode/reports/phpmd.xml [PMD] -> found 0 issues (skipped 0 duplicates) [PMD] Skipping post processing [PMD] No filter has been set, publishing all 0 issues [PMD] Using reference build 'VuFindCode #45' to compute new, fixed, and outstanding issues [PMD] Issues delta (vs. reference build): outstanding: 0, new: 0, fixed: 0 [PMD] No quality gates have been set - skipping [PMD] Health report is disabled - skipping [PMD] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues) [PMD] Attaching ResultAction with ID 'pmd' to run 'VuFindCode #46'. [CPD] Searching for all files in '/opt/jenkins/jobs/VuFindCode/workspace' that match the pattern 'build/vufindcode/reports/pmd-cpd.xml' [CPD] -> found 1 file [CPD] Successfully parsed file /opt/jenkins/jobs/VuFindCode/workspace/build/vufindcode/reports/pmd-cpd.xml [CPD] -> found 0 issues (skipped 0 duplicates) [CPD] Skipping post processing [CPD] No filter has been set, publishing all 0 issues [CPD] Using reference build 'VuFindCode #45' to compute new, fixed, and outstanding issues [CPD] Issues delta (vs. reference build): outstanding: 0, new: 0, fixed: 0 [CPD] No quality gates have been set - skipping [CPD] Health report is disabled - skipping [CPD] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues) [CPD] Attaching ResultAction with ID 'cpd' to run 'VuFindCode #46'. [JDepend] JDepend plugin is ready [JDepend] Found 3 classes in 1 packages Finished: SUCCESS