See 
<https://builds.apache.org/job/Torque4-trunk/597/display/redirect?page=changes>

Changes:

[painter] Updating dependencies, all tests pass

------------------------------------------
[...truncated 378.75 KB...]
    "double" ...
    "enum" ...
    "false" ...
    "float" ...
    "int" ...
    "long" ...
    "new" ...
    "null" ...
    "short" ...
    "super" ...
    "this" ...
    "true" ...
    "void" ...
    <INTEGER_LITERAL> ...
    <FLOATING_POINT_LITERAL> ...
    <CHARACTER_LITERAL> ...
    <STRING_LITERAL> ...
    <IDENTIFIER> ...
    "(" ...
    "!" ...
    "~" ...
    "++" ...
    "--" ...
    "+" ...
    "-" ...
    
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.generateParseException(JavaParser.java:10490)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.jj_consume_token(JavaParser.java:10366)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.UnaryExpression(JavaParser.java:3175)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.MultiplicativeExpression(JavaParser.java:3090)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.AdditiveExpression(JavaParser.java:3085)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.ShiftExpression(JavaParser.java:3027)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.RelationalExpression(JavaParser.java:2990)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.InstanceOfExpression(JavaParser.java:2977)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.AssigmentExpression(JavaParser.java:2959)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.EqualityExpression(JavaParser.java:2886)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.AndExpression(JavaParser.java:2860)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.ExclusiveOrExpression(JavaParser.java:2843)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.InclusiveOrExpression(JavaParser.java:2826)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.ConditionalAndExpression(JavaParser.java:2808)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.ConditionalOrExpression(JavaParser.java:2790)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.ConditionalExpression(JavaParser.java:2774)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.Expression(JavaParser.java:2718)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.ArgumentList(JavaParser.java:3620)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.Arguments(JavaParser.java:3610)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.PrimarySuffix(JavaParser.java:3511)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.PrimaryExpression(JavaParser.java:3384)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.StatementExpression(JavaParser.java:4070)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.Statement(JavaParser.java:3795)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.BlockStatement(JavaParser.java:3984)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.Block(JavaParser.java:3934)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.MethodDeclaration(JavaParser.java:1987)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.ClassBodyDeclaration(JavaParser.java:1039)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.ClassBody(JavaParser.java:898)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.UnmodifiedClassDeclaration(JavaParser.java:824)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.ClassDeclaration(JavaParser.java:728)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.TypeDeclaration(JavaParser.java:575)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.CompilationUnit(JavaParser.java:318)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.parse(JavaParser.java:100)
        at 
net.sourceforge.cobertura.javancss.Javancss._measureSource(Javancss.java:192)
        at 
net.sourceforge.cobertura.javancss.Javancss._measureRoot(Javancss.java:268)
        at net.sourceforge.cobertura.javancss.Javancss.<init>(Javancss.java:347)
        at 
net.sourceforge.cobertura.javancss.JavancssFactory.newInstance(JavancssFactory.java:40)
        at 
net.sourceforge.cobertura.reporting.ComplexityCalculator.getFunctionMetricsForSingleFile(ComplexityCalculator.java:243)
        at 
net.sourceforge.cobertura.reporting.ComplexityCalculator.getAccumlatedCCNForSingleFile(ComplexityCalculator.java:143)
        at 
net.sourceforge.cobertura.reporting.ComplexityCalculator.getCCNForSourceFileNameInternal(ComplexityCalculator.java:273)
        at 
net.sourceforge.cobertura.reporting.ComplexityCalculator.getCCNForPackageInternal(ComplexityCalculator.java:208)
        at 
net.sourceforge.cobertura.reporting.ComplexityCalculator.getCCNForProject(ComplexityCalculator.java:174)
        at 
net.sourceforge.cobertura.reporting.xml.XMLReport.<init>(XMLReport.java:70)
        at 
net.sourceforge.cobertura.reporting.xml.XMLReportFormatStrategy.save(XMLReportFormatStrategy.java:18)
        at 
net.sourceforge.cobertura.reporting.NativeReport.export(NativeReport.java:31)
        at 
net.sourceforge.cobertura.reporting.CompositeReport.export(CompositeReport.java:19)
        at 
net.sourceforge.cobertura.reporting.ReportMain.parseArgumentsAndReport(ReportMain.java:91)
        at 
net.sourceforge.cobertura.reporting.ReportMain.generateReport(ReportMain.java:141)
        at 
net.sourceforge.cobertura.reporting.ReportMain.main(ReportMain.java:151)
net.sourceforge.cobertura.javancss.parser.ParseException: Encountered " "," ", 
"" at line 1123, column 32.
Was expecting one of:
    "instanceof" ...
    ")" ...
    "=" ...
    ">" ...
    "<" ...
    "?" ...
    "==" ...
    "<=" ...
    ">=" ...
    "!=" ...
    "||" ...
    "&&" ...
    "++" ...
    "--" ...
    "+" ...
    "-" ...
    "*" ...
    "/" ...
    "&" ...
    "|" ...
    "^" ...
    "%" ...
    "+=" ...
    "-=" ...
    "*=" ...
    "/=" ...
    "&=" ...
    "|=" ...
    "^=" ...
    "%=" ...
    "<<=" ...
    ">>=" ...
    ">>>=" ...
    ">" ...
    ">" ...
    ">" ...
    ">" ...
    ">" ...
    ">" ...
    ">" ...
    ">" ...
    ">" ...
    ">" ...
    ">" ...
    ">" ...
    ">" ...
    ">" ...
    ">" ...
    ">" ...
    ">" ...
    ">" ...
    "<" ...
    "<" ...
    ")" ...
    "<" ...
    
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.generateParseException(JavaParser.java:10490)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.jj_consume_token(JavaParser.java:10366)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.PrimaryPrefix(JavaParser.java:3453)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.PrimaryExpression(JavaParser.java:3376)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.PostfixExpression(JavaParser.java:3330)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.UnaryExpressionNotPlusMinus(JavaParser.java:3237)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.UnaryExpression(JavaParser.java:3171)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.MultiplicativeExpression(JavaParser.java:3090)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.AdditiveExpression(JavaParser.java:3061)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.ShiftExpression(JavaParser.java:3027)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.RelationalExpression(JavaParser.java:2990)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.InstanceOfExpression(JavaParser.java:2977)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.AssigmentExpression(JavaParser.java:2959)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.EqualityExpression(JavaParser.java:2886)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.AndExpression(JavaParser.java:2860)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.ExclusiveOrExpression(JavaParser.java:2843)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.InclusiveOrExpression(JavaParser.java:2826)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.ConditionalAndExpression(JavaParser.java:2808)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.ConditionalOrExpression(JavaParser.java:2790)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.ConditionalExpression(JavaParser.java:2774)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.Expression(JavaParser.java:2718)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.ArgumentList(JavaParser.java:3620)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.Arguments(JavaParser.java:3610)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.PrimarySuffix(JavaParser.java:3511)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.PrimaryExpression(JavaParser.java:3384)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.StatementExpression(JavaParser.java:4070)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.Statement(JavaParser.java:3795)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.BlockStatement(JavaParser.java:3984)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.Block(JavaParser.java:3934)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.Statement(JavaParser.java:3765)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.IfStatement(JavaParser.java:4245)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.Statement(JavaParser.java:3803)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.BlockStatement(JavaParser.java:3984)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.Block(JavaParser.java:3934)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.MethodDeclaration(JavaParser.java:1987)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.ClassBodyDeclaration(JavaParser.java:1039)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.ClassBody(JavaParser.java:898)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.UnmodifiedClassDeclaration(JavaParser.java:824)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.ClassDeclaration(JavaParser.java:728)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.TypeDeclaration(JavaParser.java:575)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.CompilationUnit(JavaParser.java:318)
        at 
net.sourceforge.cobertura.javancss.parser.JavaParser.parse(JavaParser.java:100)
        at 
net.sourceforge.cobertura.javancss.Javancss._measureSource(Javancss.java:192)
        at 
net.sourceforge.cobertura.javancss.Javancss._measureRoot(Javancss.java:268)
        at net.sourceforge.cobertura.javancss.Javancss.<init>(Javancss.java:347)
        at 
net.sourceforge.cobertura.javancss.JavancssFactory.newInstance(JavancssFactory.java:40)
        at 
net.sourceforge.cobertura.reporting.ComplexityCalculator.getFunctionMetricsForSingleFile(ComplexityCalculator.java:243)
        at 
net.sourceforge.cobertura.reporting.ComplexityCalculator.getAccumlatedCCNForSingleFile(ComplexityCalculator.java:143)
        at 
net.sourceforge.cobertura.reporting.ComplexityCalculator.getCCNForSourceFileNameInternal(ComplexityCalculator.java:273)
        at 
net.sourceforge.cobertura.reporting.ComplexityCalculator.getCCNForPackageInternal(ComplexityCalculator.java:208)
        at 
net.sourceforge.cobertura.reporting.ComplexityCalculator.getCCNForProject(ComplexityCalculator.java:174)
        at 
net.sourceforge.cobertura.reporting.xml.XMLReport.<init>(XMLReport.java:70)
        at 
net.sourceforge.cobertura.reporting.xml.XMLReportFormatStrategy.save(XMLReportFormatStrategy.java:18)
        at 
net.sourceforge.cobertura.reporting.NativeReport.export(NativeReport.java:31)
        at 
net.sourceforge.cobertura.reporting.CompositeReport.export(CompositeReport.java:19)
        at 
net.sourceforge.cobertura.reporting.ReportMain.parseArgumentsAndReport(ReportMain.java:91)
        at 
net.sourceforge.cobertura.reporting.ReportMain.generateReport(ReportMain.java:141)
        at 
net.sourceforge.cobertura.reporting.ReportMain.main(ReportMain.java:151)

[INFO] Cobertura Report generation was successful.
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.5:findbugs (default-cli) @ torque-runtime 
---
[INFO] Fork Value is true
     [java] Warnings generated: 2
[INFO] Done FindBugs Analysis....
[FINDBUGS] Searching for all files in 
<https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-runtime/target>
 that match the pattern findbugsXml.xml
[FINDBUGS] Parsing 1 file in 
<https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-runtime/target>
[FINDBUGS] Successfully parsed file 
<https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-runtime/target/findbugsXml.xml>
 of module Torque Runtime with 2 unique warnings and 0 duplicates.
[FINDBUGS] Computing warning deltas based on reference build #596
[WARNING] Attempt to (de-)serialize anonymous class hudson.FilePath$26; see: 
https://jenkins.io/redirect/serialization-of-anonymous-classes/
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.0.0:checkstyle (default-cli) @ 
torque-runtime ---
[CHECKSTYLE] No report found for mojo checkstyle
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Torque Maven Parent 4.1-SNAPSHOT ................... SUCCESS [01:18 min]
[INFO] Torque Runtime ..................................... FAILURE [03:43 min]
[INFO] Torque Generator ................................... SKIPPED
[INFO] Torque Templates ................................... SKIPPED
[INFO] Torque Generator Maven 2 Plugin .................... SKIPPED
[INFO] Torque Generator Ant tasks ......................... SKIPPED
[INFO] Torque Site 4.1-SNAPSHOT ........................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 05:19 min
[INFO] Finished at: 2018-10-08T03:31:02Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-checkstyle-plugin:3.0.0:checkstyle (default-cli) 
on project torque-runtime: An error has occurred in Checkstyle report 
generation. Failed during checkstyle configuration: cannot initialize module 
TreeWalker - Unable to instantiate 'RedundantThrows' class, it is also not 
possible to instantiate it as 
com.puppycrawl.tools.checkstyle.checks.annotation.RedundantThrows, 
com.puppycrawl.tools.checkstyle.checks.blocks.RedundantThrows, 
com.puppycrawl.tools.checkstyle.checks.coding.RedundantThrows, 
com.puppycrawl.tools.checkstyle.checks.design.RedundantThrows, 
com.puppycrawl.tools.checkstyle.checks.header.RedundantThrows, 
com.puppycrawl.tools.checkstyle.checks.imports.RedundantThrows, 
com.puppycrawl.tools.checkstyle.checks.indentation.RedundantThrows, 
com.puppycrawl.tools.checkstyle.checks.javadoc.RedundantThrows, 
com.puppycrawl.tools.checkstyle.checks.metrics.RedundantThrows, 
com.puppycrawl.tools.checkstyle.checks.modifier.RedundantThrows, 
com.puppycrawl.tools.checkstyle.checks.naming.RedundantThrows, 
com.puppycrawl.tools.checkstyle.checks.regexp.RedundantThrows, 
com.puppycrawl.tools.checkstyle.checks.sizes.RedundantThrows, 
com.puppycrawl.tools.checkstyle.checks.whitespace.RedundantThrows, 
com.puppycrawl.tools.checkstyle.checks.RedundantThrows, 
com.puppycrawl.tools.checkstyle.filters.RedundantThrows, 
com.puppycrawl.tools.checkstyle.RedundantThrows, RedundantThrowsCheck, 
com.puppycrawl.tools.checkstyle.checks.annotation.RedundantThrowsCheck, 
com.puppycrawl.tools.checkstyle.checks.blocks.RedundantThrowsCheck, 
com.puppycrawl.tools.checkstyle.checks.coding.RedundantThrowsCheck, 
com.puppycrawl.tools.checkstyle.checks.design.RedundantThrowsCheck, 
com.puppycrawl.tools.checkstyle.checks.header.RedundantThrowsCheck, 
com.puppycrawl.tools.checkstyle.checks.imports.RedundantThrowsCheck, 
com.puppycrawl.tools.checkstyle.checks.indentation.RedundantThrowsCheck, 
com.puppycrawl.tools.checkstyle.checks.javadoc.RedundantThrowsCheck, 
com.puppycrawl.tools.checkstyle.checks.metrics.RedundantThrowsCheck, 
com.puppycrawl.tools.checkstyle.checks.modifier.RedundantThrowsCheck, 
com.puppycrawl.tools.checkstyle.checks.naming.RedundantThrowsCheck, 
com.puppycrawl.tools.checkstyle.checks.regexp.RedundantThrowsCheck, 
com.puppycrawl.tools.checkstyle.checks.sizes.RedundantThrowsCheck, 
com.puppycrawl.tools.checkstyle.checks.whitespace.RedundantThrowsCheck, 
com.puppycrawl.tools.checkstyle.checks.RedundantThrowsCheck, 
com.puppycrawl.tools.checkstyle.filters.RedundantThrowsCheck, 
com.puppycrawl.tools.checkstyle.RedundantThrowsCheck. Please recheck that class 
name is specified as canonical name or read how to configure short name usage 
http://checkstyle.sourceforge.net/config.html#Packages. Please also recheck 
that provided ClassLoader to Checker is configured correctly. -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :torque-runtime
[JENKINS] Archiving 
<https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-maven-plugin/pom.xml>
 to 
org.apache.torque/torque-maven-plugin/4.1-SNAPSHOT/torque-maven-plugin-4.1-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/pom.xml> to 
org.apache.torque/torque/4.1-SNAPSHOT/torque-4.1-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-site/pom.xml>
 to org.apache.torque/torque-site/4.1-SNAPSHOT/torque-site-4.1-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-generator/pom.xml>
 to 
org.apache.torque/torque-generator/4.1-SNAPSHOT/torque-generator-4.1-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-templates/pom.xml>
 to 
org.apache.torque/torque-templates/4.1-SNAPSHOT/torque-templates-4.1-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-runtime/pom.xml>
 to 
org.apache.torque/torque-runtime/4.1-SNAPSHOT/torque-runtime-4.1-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-runtime/target/torque-runtime-4.1-SNAPSHOT.jar>
 to 
org.apache.torque/torque-runtime/4.1-SNAPSHOT/torque-runtime-4.1-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/pom.xml>
 to 
org.apache.torque/torque-ant-tasks/4.1-SNAPSHOT/torque-ant-tasks-4.1-SNAPSHOT.pom
Sending e-mails to: torque-dev@db.apache.org
channel stopped
[Cobertura] Publishing Cobertura coverage report...

[Cobertura] Publishing Cobertura coverage results...

[Cobertura] Cobertura coverage report found.


---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscr...@db.apache.org
For additional commands, e-mail: torque-dev-h...@db.apache.org

Reply via email to