Started by user pen
Building in workspace /var/lib/jenkins/workspace/Puyo
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url http://gitrepo.studiopoppy.com/puyo.git/ # timeout=10
Fetching upstream changes from http://gitrepo.studiopoppy.com/puyo.git/
> git --version # timeout=10
> git fetch --tags --progress http://gitrepo.studiopoppy.com/puyo.git/ +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 26b56f5c3496b595b2bd429ca5cc467b25e3f5a0 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 26b56f5c3496b595b2bd429ca5cc467b25e3f5a0
Commit message: "Add: Db\SqlDumper"
> git rev-list --no-walk b31acf2869c0aa0987d2fadc9fcd0fb2a79e383f # timeout=10
[Puyo] $ ant "-DPHPLOC_BIN=/usr/lib/jenkins/phplib/phploc-4.0.1/vendor/bin/phploc " "-DPHPCS_BIN=/usr/lib/jenkins/phplib/phpcs-3.4.0/vendor/bin/phpcs " "-DPHPCPD_BIN=/usr/lib/jenkins/phplib/phpcpd-3.0.1/vendor/bin/phpcpd " -DPHP_BIN=/usr/bin/php56 "-DCOMPOSER_BIN=/usr/local/bin/composer " "-DPHPMD_BIN=/usr/lib/jenkins/phplib/phpmd-2.6.0/vendor/bin/phpmd " "-DPHPCB_BIN=/usr/lib/jenkins/phplib/phpcb-1.1.4/vendor/bin/phpcb " "-DPDEPEND_BIN=/usr/lib/jenkins/phplib/phpmd-2.6.0/vendor/bin/pdepend " "-DPHPDOC_BIN=/usr/lib/jenkins/phplib/phpdoc-2.8.5/vendor/bin/phpdoc " -DPHPDOX_BIN=/usr/lib/jenkins/phplib/phpdox-0.11.0-dev/vendor/bin/phpdox build
Buildfile: /var/lib/jenkins/workspace/Puyo/build.xml
clean:
[delete] Deleting directory /var/lib/jenkins/workspace/Puyo/build/api
[delete] Deleting directory /var/lib/jenkins/workspace/Puyo/build/code-browser
[delete] Deleting directory /var/lib/jenkins/workspace/Puyo/build/coverage
[delete] Deleting directory /var/lib/jenkins/workspace/Puyo/build/logs
[delete] Deleting directory /var/lib/jenkins/workspace/Puyo/build/pdepend
[mkdir] Created dir: /var/lib/jenkins/workspace/Puyo/build/api
[mkdir] Created dir: /var/lib/jenkins/workspace/Puyo/build/code-browser
[mkdir] Created dir: /var/lib/jenkins/workspace/Puyo/build/coverage
[mkdir] Created dir: /var/lib/jenkins/workspace/Puyo/build/logs
[mkdir] Created dir: /var/lib/jenkins/workspace/Puyo/build/pdepend
composer-dev:
[exec] You are using the deprecated option "dev". Dev packages are installed by default now.
[exec] Loading composer repositories with package information
[exec] Installing dependencies (including require-dev) from lock file
[exec] Warning: The lock file is not up to date with the latest changes in composer.json. You may be getting outdated dependencies. Run update to update them.
[exec] Nothing to install or update
[exec] Generating autoload files
parallelTasks:
pdepend:
phpcpd:
[exec] phpcpd 3.0.1 by Sebastian Bergmann.
[exec]
[exec] 0.00% duplicated lines out of 2810 total lines of code.
[exec]
[exec] Time: 446 ms, Memory: 4.25MB
phpcs:
[exec] PDepend 2.5.2
[exec]
[exec] Parsing source files:
[exec] ................................ 32
[exec]
[exec] Calculating Dependency metrics:
[exec] ........... 228
[exec]
[exec] Calculating Coupling metrics:
[exec] .............. 300
[exec]
[exec] Calculating Cyclomatic Complexity metrics:
[exec] ............... 301
[exec]
[exec] Calculating Inheritance metrics:
[exec] .. 48
[exec]
[exec] Calculating Node Count metrics:
[exec] ........... 228
[exec]
[exec] Calculating Node Loc metrics:
[exec] ............. 262
[exec]
[exec] Generating pdepend log files, this may take a moment.
[exec]
[exec] Time: 0:00:01; Memory: 16.75Mb
phpmd:
[exec] Result: 2
phpdoc:
[exec] Result: 2
phploc:
[exec] phploc 4.0.1 by Sebastian Bergmann.
[exec]
[exec] Collecting files .. OK
[exec] Initializing parser .. OK
[exec] Parsing files
[exec] Directories 13
[exec] Files 32
[exec]
[exec] Size
[exec] Lines of Code (LOC) 2810
[exec] Comment Lines of Code (CLOC) 1059 (37.69%)
[exec] Non-Comment Lines of Code (NCLOC) 1751 (62.31%)
[exec] Logical Lines of Code (LLOC) 623 (22.17%)
[exec] Classes 591 (94.86%)
[exec] Average Class Length 18
[exec] Minimum Class Length 1
[exec] Maximum Class Length 101
[exec] Average Method Length 2
[exec] Minimum Method Length 0
[exec] Maximum Method Length 34
[exec] Functions 0 (0.00%)
[exec] Average Function Length 0
[exec] Not in classes or functions 32 (5.14%)
[exec]
[exec] Cyclomatic Complexity
[exec] Average Complexity per LLOC 0.33
[exec] Average Complexity per Class 7.34
[exec] Minimum Class Complexity 1.00
[exec] Maximum Class Complexity 36.00
[exec] Average Complexity per Method 1.99
[exec] Minimum Method Complexity 1.00
[exec] Maximum Method Complexity 16.00
[exec]
[exec] Dependencies
[exec] Global Accesses 1
[exec] Global Constants 0 (0.00%)
[exec] Global Variables 0 (0.00%)
[exec] Super-Global Variables 1 (100.00%)
[exec] Attribute Accesses 191
[exec] Non-Static 191 (100.00%)
[exec] Static 0 (0.00%)
[exec] Method Calls 149
[exec] Non-Static 126 (84.56%)
[exec] Static 23 (15.44%)
[exec]
[exec] Structure
[exec] Namespaces 13
[exec] Interfaces 1
[exec] Traits 0
[exec] Classes 31
[exec] Abstract Classes 3 (9.68%)
[exec] Concrete Classes 28 (90.32%)
[exec] Methods 182
[exec] Scope
[exec] Non-Static Methods 149 (81.87%)
[exec] Static Methods 33 (18.13%)
[exec] Visibility
[exec] Public Methods 173 (95.05%)
[exec] Non-Public Methods 9 (4.95%)
[exec] Functions 6
[exec] Named Functions 0 (0.00%)
[exec] Anonymous Functions 6 (100.00%)
[exec] Constants 2
[exec] Global Constants 0 (0.00%)
[exec] Class Constants 2 (100.00%)
[exec] Parsing /var/lib/jenkins/workspace/Puyo/src/Puyo/Calc/CheckDigit.php
[exec] No summary was found for this file
[exec] No summary for method modulus10wait3()
[exec] Parsing /var/lib/jenkins/workspace/Puyo/src/Puyo/DataStructure/Enum.php
[exec] No summary was found for this file
[exec] Argument $value is missing from the Docblock of __construct
[exec] No summary for method __construct()
[exec] No summary for method getValue()
[exec] No summary for method __toString()
[exec] No summary for property $scalar
[exec] Parsing /var/lib/jenkins/workspace/Puyo/src/Puyo/Date/MonthCalc.php
[exec] No summary was found for this file
[exec] No summary for method calc()
[exec] Parsing /var/lib/jenkins/workspace/Puyo/src/Puyo/Db/Dbal.php
[exec] No summary was found for this file
[exec] Argument $pdo is missing from the Docblock of __construct
[exec] No summary for method __construct()
[exec] No summary for method getPdo()
[exec] No summary for method query()
[exec] No summary for method queryOne()
[exec] No summary for method queryAsStmt()
[exec] No summary for method execute()
[exec] No summary for method prepare()
[exec] No summary for method begin()
[exec] No summary for method rollback()
[exec] No summary for method commit()
[exec] No summary for method close()
[exec] No summary for property $pdo
[exec] Parsing /var/lib/jenkins/workspace/Puyo/src/Puyo/Db/DbalFactory.php
[exec] No summary was found for this file
[exec] No summary for class \Puyo\Db\DbalFactory
[exec] No summary for method getPdoOptions()
[exec] Argument $host is missing from the Docblock of mysql
[exec] Argument $dbname is missing from the Docblock of mysql
[exec] Argument $user is missing from the Docblock of mysql
[exec] Argument $pw is missing from the Docblock of mysql
[exec] Argument $charset is missing from the Docblock of mysql
[exec] No summary for method mysql()
[exec] Parsing /var/lib/jenkins/workspace/Puyo/src/Puyo/Db/SqlDumper.php
[exec] No summary was found for this file
[exec] Parsing /var/lib/jenkins/workspace/Puyo/src/Puyo/File/Generator/CsvLineGenerator.php
[exec] No summary was found for this file
[exec] No summary for class \Puyo\File\Generator\CsvLineGenerator
[exec] Parsing /var/lib/jenkins/workspace/Puyo/src/Puyo/File/Generator/LineGenerator.php
[exec] No summary was found for this file
[exec] No summary for class \Puyo\File\Generator\LineGenerator
[exec] Parsing /var/lib/jenkins/workspace/Puyo/src/Puyo/File/Iterator/ByteIterator53.php
[exec] No summary was found for this file
[exec] No summary for method setBufferSize()
[exec] No summary for method next()
[exec] No summary for method rewind()
[exec] No summary for method valid()
[exec] No summary for property $bufferSize
[exec] Parsing /var/lib/jenkins/workspace/Puyo/src/Puyo/File/Iterator/CsvLineIterator53.php
[exec] No summary was found for this file
[exec] No summary for method next()
[exec] Parsing /var/lib/jenkins/workspace/Puyo/src/Puyo/File/Iterator/FileIterator53.php
[exec] No summary was found for this file
[exec] No summary for method __construct()
[exec] No summary for method createByPath()
[exec] No summary for method __destruct()
[exec] No summary for method current()
[exec] No summary for method key()
[exec] No summary for property $fp
[exec] No summary for property $buf
[exec] Parsing /var/lib/jenkins/workspace/Puyo/src/Puyo/File/Iterator/LineIterator53.php
[exec] No summary was found for this file
[exec] No summary for method next()
[exec] No summary for method rewind()
[exec] No summary for method valid()
[exec] Parsing /var/lib/jenkins/workspace/Puyo/src/Puyo/Loader/Psr0.php
[exec] No summary was found for this file
[exec] No summary for property $namespace
[exec] No summary for property $includePath
[exec] No summary for property $fileExt
[exec] Parsing /var/lib/jenkins/workspace/Puyo/src/Puyo/Loader/Psr4.php
[exec] No summary was found for this file
[exec] No summary for property $nsPrefix
[exec] No summary for property $baseDir
[exec] No summary for property $fileExt
[exec] Parsing /var/lib/jenkins/workspace/Puyo/src/Puyo/Pager/Page.php
[exec] No summary was found for this file
[exec] Parsing /var/lib/jenkins/workspace/Puyo/src/Puyo/Pager/Pager.php
[exec] No summary was found for this file
[exec] Argument $visiblePages is missing from the Docblock of getPagesAsArray
[exec] No summary for method getPagesAsArray()
[exec] No summary for method getPrevPageAsArray()
[exec] No summary for method getFirstPageAsArray()
[exec] No summary for method getLastPageAsArray()
[exec] Parsing /var/lib/jenkins/workspace/Puyo/src/Puyo/Psr7/Stream.php
[exec] No summary was found for this file
[exec] No summary for method detach()
[exec] Argument $fileOrStream is missing from the Docblock of setStream
[exec] Argument $mode is missing from the Docblock of setStream
[exec] No summary for method setStream()
[exec] No summary for method isAvailableStream()
[exec] No summary for method closeTmpStream()
[exec] No summary for property $fp
[exec] Parsing /var/lib/jenkins/workspace/Puyo/src/Puyo/Psr7/UploadedFile.php
[exec] No summary was found for this file
[exec] No summary for method __construct()
[exec] Argument $path is missing from the Docblock of writeFile
[exec] No summary for method writeFile()
[exec] No summary for property $clientFilename
[exec] No summary for property $clientMediaType
[exec] No summary for property $errorCode
[exec] No summary for property $file
[exec] No summary for property $moved
[exec] No summary for property $size
[exec] No summary for property $stream
[exec] Parsing /var/lib/jenkins/workspace/Puyo/src/Puyo/Security/Csrf/Strategy/IStrategy.php
[exec] No summary was found for this file
[exec] No summary for interface \Puyo\Security\Csrf\Strategy\IStrategy
[exec] No summary for method createToken()
[exec] Parsing /var/lib/jenkins/workspace/Puyo/src/Puyo/Security/Csrf/Strategy/SessionId.php
[exec] No summary was found for this file
[exec] No summary for method __construct()
[exec] No summary for method createToken()
[exec] Parsing /var/lib/jenkins/workspace/Puyo/src/Puyo/Security/Csrf/Strategy/SessionIdAbstract.php
[exec] No summary was found for this file
[exec] No summary for method __construct()
[exec] Parsing /var/lib/jenkins/workspace/Puyo/src/Puyo/Security/Csrf/Strategy/SessionMicroTime.php
[exec] No summary was found for this file
[exec] No summary for method __construct()
[exec] No summary for method createToken()
[exec] Parsing /var/lib/jenkins/workspace/Puyo/src/Puyo/Security/Csrf/LightManager.php
[exec] No summary was found for this file
[exec] Argument $strategy is missing from the Docblock of __construct
[exec] No summary for method __construct()
[exec] No summary for method getToken()
[exec] Argument $token is missing from the Docblock of checkToken
[exec] No summary for method checkToken()
[exec] No summary for method hasToken()
[exec] No summary for method removeToken()
[exec] No summary for property $tokenStrategy
[exec] No summary for property $sessionKey
[exec] Parsing /var/lib/jenkins/workspace/Puyo/src/Puyo/Time/Clock.php
[exec] No summary was found for this file
[exec] No summary for method getToday()
[exec] No summary for method getTodayAsInt()
[exec] Parsing /var/lib/jenkins/workspace/Puyo/src/Puyo/Time/DTI.php
[exec] No summary was found for this file
[exec] Argument $interval is missing from the Docblock of add
[exec] No summary for method add()
[exec] Argument $format is missing from the Docblock of createFromFormat
[exec] Argument $time is missing from the Docblock of createFromFormat
[exec] Argument $timezone is missing from the Docblock of createFromFormat
[exec] No summary for method createFromFormat()
[exec] Argument $datetime is missing from the Docblock of createFromMutable
[exec] No summary for method createFromMutable()
[exec] Argument $modify is missing from the Docblock of modify
[exec] No summary for method modify()
[exec] Argument $year is missing from the Docblock of setDate
[exec] Argument $month is missing from the Docblock of setDate
[exec] Argument $day is missing from the Docblock of setDate
[exec] No summary for method setDate()
[exec] Argument $year is missing from the Docblock of setISODate
[exec] Argument $month is missing from the Docblock of setISODate
[exec] Argument $day is missing from the Docblock of setISODate
[exec] No summary for method setISODate()
[exec] Argument $hour is missing from the Docblock of setTime
[exec] Argument $minute is missing from the Docblock of setTime
[exec] Argument $second is missing from the Docblock of setTime
[exec] Argument $microseconds is missing from the Docblock of setTime
[exec] No summary for method setTime()
[exec] Argument $unixtimestamp is missing from the Docblock of setTimestamp
[exec] No summary for method setTimestamp()
[exec] Argument $timezone is missing from the Docblock of setTimezone
[exec] No summary for method setTimezone()
[exec] Argument $interval is missing from the Docblock of sub
[exec] No summary for method sub()
[exec] Parsing /var/lib/jenkins/workspace/Puyo/src/Puyo/Time/MicroSecondTime.php
[exec] Parsing /var/lib/jenkins/workspace/Puyo/src/Puyo/Time/TimeRange.php
[exec] No summary was found for this file
[exec] No summary for property $startTime
[exec] No summary for property $endTime
[exec] Parsing /var/lib/jenkins/workspace/Puyo/src/Puyo/Util/Date.php
[exec] No summary was found for this file
[exec] Parsing /var/lib/jenkins/workspace/Puyo/src/Puyo/Util/Json.php
[exec] No summary was found for this file
[exec] No summary for method decode()
[exec] Parsing /var/lib/jenkins/workspace/Puyo/src/Puyo/Util/PhpError.php
[exec] No summary was found for this file
[exec] No summary for class \Puyo\Util\PhpError
[exec] No summary for method formatTraceAsString()
[exec] Parsing /var/lib/jenkins/workspace/Puyo/src/Puyo/Util/Strings.php
[exec] No summary was found for this file
[exec] Parsing /var/lib/jenkins/workspace/Puyo/src/Puyo/MultiProcessor.php
[exec] No summary was found for this file
[exec] No summary for method __construct()
[exec] No summary for method startChildren()
[exec] Storing cache in "/var/lib/jenkins/workspace/Puyo/build/api" .. OK
[exec] Load cache .. 0.033s
[exec] Preparing template "clean" .. 0.037s
[exec] Preparing 17 transformations .. 0.000s
[exec] Build "elements" index .. 0.003s
[exec] Replace textual FQCNs with object aliases .. 0.049s
[exec] Resolve @link and @see tags in descriptions .. 0.005s
[exec] Enriches inline example tags with their sources .. 0.004s
[exec] Build "packages" index .. 0.009s
[exec] Build "namespaces" index and add namespaces to "elements" .. 0.004s
[exec] Collect all markers embedded in tags .. 0.002s
[exec] Transform analyzed project into artifacts ..
[exec] Applying 17 transformations
[exec] Initialize writer "phpDocumentor\Plugin\Core\Transformer\Writer\FileIo"
[exec] Initialize writer "phpDocumentor\Plugin\Twig\Writer\Twig"
[exec] Initialize writer "phpDocumentor\Plugin\Graphs\Writer\Graph"
[exec] Execute transformation using writer "FileIo"
[exec] Execute transformation using writer "FileIo"
[exec] Execute transformation using writer "FileIo"
[exec] Execute transformation using writer "FileIo"
[exec] Execute transformation using writer "FileIo"
[exec] Execute transformation using writer "twig"
[exec] Execute transformation using writer "twig"
[exec] Execute transformation using writer "twig"
[exec] Execute transformation using writer "twig"
[exec] Execute transformation using writer "twig"
[exec] Execute transformation using writer "twig"
[exec] Execute transformation using writer "twig"
[exec] Execute transformation using writer "twig"
[exec] Execute transformation using writer "twig"
[exec] Execute transformation using writer "twig"
[exec] Execute transformation using writer "twig"
[exec] Execute transformation using writer "Graph"
[exec] Unable to find the `dot` command of the GraphViz package. Is GraphViz correctly installed and present in your path? 3.968s
[exec] Analyze results and write report to log .. 0.002s
phpunit:
[exec] PHPUnit 5.7.27 by Sebastian Bergmann and contributors.
[exec]
[exec] Runtime: PHP 5.6.40 with Xdebug 2.5.5
[exec] Configuration: /var/lib/jenkins/workspace/Puyo/unittest/phpunit_ci.xml
[exec]
[exec] ............................................................... 63 / 161 ( 39%)
[exec] ............................................................... 126 / 161 ( 78%)
[exec] ................................... 161 / 161 (100%)
[exec]
[exec] Time: 2.43 seconds, Memory: 17.75MB
[exec]
[exec] OK (161 tests, 527 assertions)
[exec]
[exec] Generating code coverage report in Clover XML format ... done
[exec]
[exec] Generating code coverage report in HTML format ... done
phpcb:
build:
BUILD SUCCESSFUL
Total time: 18 seconds
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=26b56f5c3496b595b2bd429ca5cc467b25e3f5a0, workspace=/var/lib/jenkins/workspace/Puyo
> git rev-parse 26b56f5c3496b595b2bd429ca5cc467b25e3f5a0^{commit} # timeout=10
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=26b56f5c3496b595b2bd429ca5cc467b25e3f5a0, workspace=/var/lib/jenkins/workspace/Puyo
> git rev-parse 26b56f5c3496b595b2bd429ca5cc467b25e3f5a0^{commit} # timeout=10
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=26b56f5c3496b595b2bd429ca5cc467b25e3f5a0, workspace=/var/lib/jenkins/workspace/Puyo
Publishing Clover coverage report...
Publishing Clover XML report...
Publishing Clover coverage results...
Recording test results
Publishing Javadoc
Publishing Clover coverage report...
Clover HTML report '/var/lib/jenkins/workspace/Puyo/build/logs/clover.xml' does not exist and was not copied!
Clover XML file 'clover.xml' does not exist in '/var/lib/jenkins/workspace/Puyo/build/logs/clover.xml' and was not copied!
Processing Clover XML report ...
Could not find 'build/logs/clover.xml/clover.xml'. Did you generate the XML report for Clover?
[JDepend] JDepend plugin is ready
[JDepend] Found 32 classes in 14 packages
Archiving artifacts
[COVCOMPLPLOT] Collecting Data...
[COVCOMPLPLOT ERROR] [COVCOMPL] No [Clover] plugin result. [Clover] plugin should be peformed first to generate Cov/Compl plot.
Finished: SUCCESS