You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@creadur.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2014/08/06 11:21:40 UTC

Build failed in Jenkins: Creadur-Rat #82

See <https://builds.apache.org/job/Creadur-Rat/82/>

------------------------------------------
Started by user dennisl
Building remotely on ubuntu-2 (Ubuntu ubuntu) in workspace <https://builds.apache.org/job/Creadur-Rat/ws/>
Cleaning up <https://builds.apache.org/job/Creadur-Rat/ws/.>
Deleting <https://builds.apache.org/job/Creadur-Rat/ws/target>
Deleting <https://builds.apache.org/job/Creadur-Rat/ws/apache-rat/target>
Deleting <https://builds.apache.org/job/Creadur-Rat/ws/apache-rat-core/target>
Deleting <https://builds.apache.org/job/Creadur-Rat/ws/apache-rat-tasks/target>
Deleting <https://builds.apache.org/job/Creadur-Rat/ws/apache-rat-plugin/target>
Updating http://svn.apache.org/repos/asf/creadur/rat/trunk at revision '2014-08-06T09:17:49.985 +0000'
At revision 1616133
no change for http://svn.apache.org/repos/asf/creadur/rat/trunk since the previous build
Parsing POMs
Modules changed, recalculating dependency graph
maven-agent.jar already up to date
classworlds.jar already up to date
maven-interceptor.jar already up to date
maven2.1-interceptor.jar already up to date
[Creadur-Rat] $ /home/hudson/tools/java/latest1.5/bin/java -cp /home/jenkins/jenkins-slave/maven-agent.jar:/home/jenkins/jenkins-slave/classworlds.jar hudson.maven.agent.Main /home/hudson/tools/maven/apache-maven-2.2.1 /home/jenkins/jenkins-slave/slave.jar /home/jenkins/jenkins-slave/maven-interceptor.jar 35680 /home/jenkins/jenkins-slave/maven2.1-interceptor.jar
<===[JENKINS REMOTING CAPACITY]===channel started
>   ERROR: [JENKINS-18403] JDK 5 not supported to run Maven; retrying with slave Java and setting compile/test properties to point to /home/hudson/tools/java/latest1.5
maven-agent.jar already up to date
classworlds.jar already up to date
maven-interceptor.jar already up to date
maven2.1-interceptor.jar already up to date
[Creadur-Rat] $ /home/jenkins/tools/java/jdk1.7.0_55/jre/bin/java -cp /home/jenkins/jenkins-slave/maven-agent.jar:/home/jenkins/jenkins-slave/classworlds.jar hudson.maven.agent.Main /home/hudson/tools/maven/apache-maven-2.2.1 /home/jenkins/jenkins-slave/slave.jar /home/jenkins/jenkins-slave/maven-interceptor.jar 53697 /home/jenkins/jenkins-slave/maven2.1-interceptor.jar
<===[JENKINS REMOTING CAPACITY]===>   channel started
log4j:WARN No appenders could be found for logger (org.apache.commons.beanutils.converters.BooleanConverter).
log4j:WARN Please initialize the log4j system properly.
Executing Maven:  -B -f <https://builds.apache.org/job/Creadur-Rat/ws/pom.xml> -Dmaven.repo.local=/home/jenkins/jenkins-slave/maven-repositories/1 clean install -B -U -e -fae -V -Prat
+ Error stacktraces are turned on.
Apache Maven 2.2.1 (r801777; 2009-08-06 19:16:01+0000)
Java version: 1.7.0_55
Java home: /home/jenkins/tools/java/jdk1.7.0_55/jre
Default locale: en_US, platform encoding: ANSI_X3.4-1968
OS name: "linux" version: "3.13.0-24-generic" arch: "amd64" Family: "unix"
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] The projects in the reactor contain a cyclic reference: Edge between 'Vertex{label='org.apache.rat:apache-rat-plugin'}' and 'Vertex{label='org.apache.rat:apache-rat-core'}' introduces to cycle in the graph org.apache.rat:apache-rat-core --> org.apache.rat:apache-rat-plugin --> org.apache.rat:apache-rat-core
[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.BuildFailureException: The projects in the reactor contain a cyclic reference: Edge between 'Vertex{label='org.apache.rat:apache-rat-plugin'}' and 'Vertex{label='org.apache.rat:apache-rat-core'}' introduces to cycle in the graph org.apache.rat:apache-rat-core --> org.apache.rat:apache-rat-plugin --> org.apache.rat:apache-rat-core
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:295)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
	at hudson.maven.agent.Main.launch(Main.java:205)
	at hudson.maven.MavenBuilder.call(MavenBuilder.java:154)
	at hudson.maven.Maven2Builder.call(Maven2Builder.java:79)
	at hudson.maven.Maven2Builder.call(Maven2Builder.java:55)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:328)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
Caused by: hidden.org.codehaus.plexus.util.dag.CycleDetectedException: Edge between 'Vertex{label='org.apache.rat:apache-rat-plugin'}' and 'Vertex{label='org.apache.rat:apache-rat-core'}' introduces to cycle in the graph org.apache.rat:apache-rat-core --> org.apache.rat:apache-rat-plugin --> org.apache.rat:apache-rat-core
	at hidden.org.codehaus.plexus.util.dag.DAG.addEdge(DAG.java:143)
	at hidden.org.codehaus.plexus.util.dag.DAG.addEdge(DAG.java:123)
	at org.apache.maven.project.ProjectSorter.<init>(ProjectSorter.java:118)
	at org.apache.maven.execution.ReactorManager.<init>(ReactorManager.java:99)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:288)
	... 20 more
[INFO] ------------------------------------------------------------------------
[INFO] Total time: < 1 second
[INFO] Finished at: Wed Aug 06 09:19:04 UTC 2014
[INFO] Final Memory: 12M/723M
[INFO] ------------------------------------------------------------------------
channel stopped

Jenkins build is back to normal : Creadur-Rat #84

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Creadur-Rat/84/changes>


Build failed in Jenkins: Creadur-Rat #83

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Creadur-Rat/83/>

------------------------------------------
[...truncated 52 lines...]
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ apache-rat-project ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ apache-rat-project ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ apache-rat-project ---
[INFO] 
[INFO] --- apache-rat-plugin:0.8:check (default) @ apache-rat-project ---
[INFO] Exclude: BUILD.txt
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ apache-rat-project ---
[INFO] Installing <https://builds.apache.org/job/Creadur-Rat/ws/pom.xml> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/rat/apache-rat-project/0.11-SNAPSHOT/apache-rat-project-0.11-SNAPSHOT.pom
[INFO] Installing <https://builds.apache.org/job/Creadur-Rat/ws/target/apache-rat-project-0.11-SNAPSHOT-site.xml> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/rat/apache-rat-project/0.11-SNAPSHOT/apache-rat-project-0.11-SNAPSHOT-site.xml
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Creadur Rat::Core 0.11-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ apache-rat-core ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ apache-rat-core ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ apache-rat-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Creadur-Rat/ws/apache-rat-core/src/main/filtered-resources>
[INFO] Copying 1 resource to META-INF
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ apache-rat-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 90 source files to <https://builds.apache.org/job/Creadur-Rat/ws/apache-rat-core/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ apache-rat-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 25 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ apache-rat-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 44 source files to <https://builds.apache.org/job/Creadur-Rat/ws/apache-rat-core/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.15:test (default-test) @ apache-rat-core ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Creadur-Rat/ws/apache-rat-core/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.rat.ReportTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.394 sec - in org.apache.rat.ReportTest
Running org.apache.rat.report.xml.writer.XmlWriterUtilsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.rat.report.xml.writer.XmlWriterUtilsTest
Running org.apache.rat.report.xml.writer.impl.base.XmlWriterTest
Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.rat.report.xml.writer.impl.base.XmlWriterTest
Running org.apache.rat.report.xml.XmlReportFactoryTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.rat.report.xml.XmlReportFactoryTest
Running org.apache.rat.report.xml.XmlReportTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.apache.rat.report.xml.XmlReportTest
Running org.apache.rat.document.ToNameTransformerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.rat.document.ToNameTransformerTest
Running org.apache.rat.document.impl.SingularFileDocumentTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.rat.document.impl.SingularFileDocumentTest
Running org.apache.rat.document.impl.guesser.NoteGuesserTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.rat.document.impl.guesser.NoteGuesserTest
Running org.apache.rat.document.impl.guesser.GuessUtilsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.rat.document.impl.guesser.GuessUtilsTest
Running org.apache.rat.document.impl.guesser.ArchiveGuesserTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.rat.document.impl.guesser.ArchiveGuesserTest
Running org.apache.rat.document.impl.guesser.BinaryGuesserTest
Skipping testBinaryWithMalformedInput
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.rat.document.impl.guesser.BinaryGuesserTest
Running org.apache.rat.document.impl.util.DocumentAnalyserMultiplexerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.apache.rat.document.impl.util.DocumentAnalyserMultiplexerTest
Running org.apache.rat.header.HeaderMatcherWithBeansTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.rat.header.HeaderMatcherWithBeansTest
Running org.apache.rat.header.HeaderMatcherTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.rat.header.HeaderMatcherTest
Running org.apache.rat.header.FilteringSequenceFactoryTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.rat.header.FilteringSequenceFactoryTest
Running org.apache.rat.header.ArrayCharFilterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.rat.header.ArrayCharFilterTest
Running org.apache.rat.annotation.TestLicenceAppender
Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 sec - in org.apache.rat.annotation.TestLicenceAppender
Running org.apache.rat.policy.DefaultPolicyTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.rat.policy.DefaultPolicyTest
Running org.apache.rat.analysis.AnalyserFactoryTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.apache.rat.analysis.AnalyserFactoryTest
Running org.apache.rat.analysis.HeaderCheckWorkerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.rat.analysis.HeaderCheckWorkerTest
Running org.apache.rat.analysis.license.CopyrightHeaderTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.rat.analysis.license.CopyrightHeaderTest
Running org.apache.rat.analysis.license.W3CLicenseTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.rat.analysis.license.W3CLicenseTest
Running org.apache.rat.analysis.license.OASISLicenseTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.147 sec - in org.apache.rat.analysis.license.OASISLicenseTest
Running org.apache.rat.analysis.license.MITLicenseTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.rat.analysis.license.MITLicenseTest
Running org.apache.rat.analysis.license.AppliedApacheSoftwareLicense20Test
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 sec - in org.apache.rat.analysis.license.AppliedApacheSoftwareLicense20Test
Running org.apache.rat.analysis.license.ApacheSoftwareLicense20Test
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.rat.analysis.license.ApacheSoftwareLicense20Test
Running org.apache.rat.analysis.license.GPL123LicenseTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.rat.analysis.license.GPL123LicenseTest
Running org.apache.rat.analysis.license.CDDL1LicenseTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec - in org.apache.rat.analysis.license.CDDL1LicenseTest
Running org.apache.rat.analysis.generation.GeneratedLicenseNotRequiredTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.rat.analysis.generation.GeneratedLicenseNotRequiredTest
Running org.apache.rat.analysis.generation.JavaDocLicenseNotRequiredTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.rat.analysis.generation.JavaDocLicenseNotRequiredTest
Running org.apache.rat.analysis.util.MatcherMultiplexerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.rat.analysis.util.MatcherMultiplexerTest
Running org.apache.rat.ReportTransformerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec - in org.apache.rat.ReportTransformerTest
Running org.apache.rat.walker.FileNameComparatorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.rat.walker.FileNameComparatorTest

Results :

Tests run: 122, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ apache-rat-core ---
[INFO] Building jar: <https://builds.apache.org/job/Creadur-Rat/ws/apache-rat-core/target/apache-rat-core-0.11-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ apache-rat-core ---
[INFO] 
[INFO] --- apache-rat-plugin:0.8:check (default) @ apache-rat-core ---
[INFO] Exclude: src/test/resources/elements/Source.java
[INFO] Exclude: src/test/resources/elements/ILoggerFactory.java
[INFO] Exclude: src/test/resources/elements/sub/Empty.txt
[INFO] Exclude: src/test/resources/violations/bad.txt
[INFO] Exclude: src/test/resources/violations/FilterTest.cs
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache Creadur Rat::Plugin4Maven
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache Creadur Rat::Tasks4Ant
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache Creadur Rat::Command Line
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Creadur Rat ................................ SUCCESS [54.602s]
[INFO] Apache Creadur Rat::Core .......................... FAILURE [1:29.802s]
[INFO] Apache Creadur Rat::Plugin4Maven .................. SKIPPED
[INFO] Apache Creadur Rat::Tasks4Ant ..................... SKIPPED
[INFO] Apache Creadur Rat::Command Line .................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2:34.820s
[INFO] Finished at: Wed Aug 06 09:56:12 UTC 2014
[INFO] Final Memory: 20M/723M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data[ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.8:check (default) on project apache-rat-core: Too many unapproved licenses: 2 -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.rat:apache-rat-plugin:0.8:check (default) on project apache-rat-core: Too many unapproved licenses: 2
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:178)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:134)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:69)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:328)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.rat.mp.RatCheckException: Too many unapproved licenses: 2
	at org.apache.rat.mp.RatCheckMojo.check(RatCheckMojo.java:167)
	at org.apache.rat.mp.RatCheckMojo.execute(RatCheckMojo.java:159)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[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/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :apache-rat-core

[JENKINS] Archiving <https://builds.apache.org/job/Creadur-Rat/ws/apache-rat-plugin/pom.xml> to org.apache.rat/apache-rat-plugin/0.11-SNAPSHOT/apache-rat-plugin-0.11-SNAPSHOT.pom
Sending artifact delta relative to Creadur-Rat ? Apache Creadur Rat::Plugin4Maven #81
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 9168 bytes
Compression is 0.0%
Took 0.1 sec
[JENKINS] Archiving <https://builds.apache.org/job/Creadur-Rat/ws/apache-rat-tasks/pom.xml> to org.apache.rat/apache-rat-tasks/0.11-SNAPSHOT/apache-rat-tasks-0.11-SNAPSHOT.pom
Sending artifact delta relative to Creadur-Rat ? Apache Creadur Rat::Tasks4Ant #81
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 6674 bytes
Compression is 0.0%
Took 43 ms
[JENKINS] Archiving <https://builds.apache.org/job/Creadur-Rat/ws/pom.xml> to org.apache.rat/apache-rat-project/0.11-SNAPSHOT/apache-rat-project-0.11-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Creadur-Rat/ws/target/apache-rat-project-0.11-SNAPSHOT-site.xml> to org.apache.rat/apache-rat-project/0.11-SNAPSHOT/apache-rat-project-0.11-SNAPSHOT-site.xml
Sending artifact delta relative to Creadur-Rat ? Apache Creadur Rat #81
Archived 2 artifacts
Archive block size is 32768
Received 0 blocks and 21431 bytes
Compression is 0.0%
Took 56 ms
[JENKINS] Archiving <https://builds.apache.org/job/Creadur-Rat/ws/apache-rat/pom.xml> to org.apache.rat/apache-rat/0.11-SNAPSHOT/apache-rat-0.11-SNAPSHOT.pom
Sending artifact delta relative to Creadur-Rat ? Apache Creadur Rat::Command Line #81
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 6599 bytes
Compression is 0.0%
Took 67 ms
[JENKINS] Archiving <https://builds.apache.org/job/Creadur-Rat/ws/apache-rat-core/pom.xml> to org.apache.rat/apache-rat-core/0.11-SNAPSHOT/apache-rat-core-0.11-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Creadur-Rat/ws/apache-rat-core/target/apache-rat-core-0.11-SNAPSHOT.jar> to org.apache.rat/apache-rat-core/0.11-SNAPSHOT/apache-rat-core-0.11-SNAPSHOT.jar
Sending artifact delta relative to Creadur-Rat ? Apache Creadur Rat::Core #81
Archived 2 artifacts
Archive block size is 32768
Received 0 blocks and 122122 bytes
Compression is 0.0%
Took 0.17 sec
channel stopped