[Builder] Build failed in Jenkins: products » product-ei » Integration Test Reporting #717

cbuilder at wso2.org cbuilder at wso2.org
Tue Oct 29 03:51:53 PDT 2019


See <https://wso2.org/jenkins/job/products/job/product-ei/org.wso2.ei$org.wso2.carbon.ei.integration.reports/717/display/redirect>

------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Integration Test Reporting 6.6.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] Downloading: http://maven.wso2.org/nexus/content/repositories/releases/org/codehaus/mojo/exec-maven-plugin/1.2.1/exec-maven-plugin-1.2.1.pom
[INFO] Downloading: http://maven.wso2.org/nexus/content/groups/wso2-public/org/codehaus/mojo/exec-maven-plugin/1.2.1/exec-maven-plugin-1.2.1.pom
[INFO] Downloaded: http://maven.wso2.org/nexus/content/groups/wso2-public/org/codehaus/mojo/exec-maven-plugin/1.2.1/exec-maven-plugin-1.2.1.pom (8 KB at 1498.8 KB/sec)
[INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/mojo/exec-maven-plugin/1.2.1/exec-maven-plugin-1.2.1.pom
[INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/mojo/exec-maven-plugin/1.2.1/exec-maven-plugin-1.2.1.pom (8 KB at 15.5 KB/sec)
[INFO] Downloading: http://maven.wso2.org/nexus/content/repositories/releases/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom
[INFO] Downloading: http://maven.wso2.org/nexus/content/groups/wso2-public/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom
[INFO] Downloaded: http://maven.wso2.org/nexus/content/groups/wso2-public/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom (26 KB at 1612.7 KB/sec)
[INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom
[INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom (26 KB at 53.5 KB/sec)
[INFO] Downloading: http://maven.wso2.org/nexus/content/repositories/releases/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom
[INFO] Downloading: http://maven.wso2.org/nexus/content/groups/wso2-public/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom
[INFO] Downloaded: http://maven.wso2.org/nexus/content/groups/wso2-public/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom (5 KB at 1002.7 KB/sec)
[INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom
[INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom (5 KB at 12.4 KB/sec)
[INFO] Downloading: http://maven.wso2.org/nexus/content/repositories/releases/org/codehaus/mojo/exec-maven-plugin/1.2.1/exec-maven-plugin-1.2.1.jar
[INFO] Downloading: http://maven.wso2.org/nexus/content/groups/wso2-public/org/codehaus/mojo/exec-maven-plugin/1.2.1/exec-maven-plugin-1.2.1.jar
[INFO] Downloaded: http://maven.wso2.org/nexus/content/groups/wso2-public/org/codehaus/mojo/exec-maven-plugin/1.2.1/exec-maven-plugin-1.2.1.jar (37 KB at 9234.1 KB/sec)
[INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/mojo/exec-maven-plugin/1.2.1/exec-maven-plugin-1.2.1.jar
[INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/mojo/exec-maven-plugin/1.2.1/exec-maven-plugin-1.2.1.jar (37 KB at 114.0 KB/sec)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.wso2.carbon.ei.integration.reports ---
[INFO] 
[INFO] --- incremental-build-plugin:1.3:incremental-build (default) @ org.wso2.carbon.ei.integration.reports ---
[INFO] Verifying module descriptor ...
[INFO] Pom descriptor modification detected.
[INFO] Deleting <https://wso2.org/jenkins/job/products/job/product-ei/org.wso2.ei$org.wso2.carbon.ei.integration.reports/ws/target>
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.6.0:process (default) @ org.wso2.carbon.ei.integration.reports ---
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ org.wso2.carbon.ei.integration.reports ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.wso2.carbon.ei.integration.reports ---
[INFO] Installing <https://wso2.org/jenkins/job/products/job/product-ei/org.wso2.ei$org.wso2.carbon.ei.integration.reports/ws/pom.xml> to /home/jenkins/workspace/products/product-ei/.repository/org/wso2/ei/org.wso2.carbon.ei.integration.reports/6.6.0-SNAPSHOT/org.wso2.carbon.ei.integration.reports-6.6.0-SNAPSHOT.pom
[INFO] 
[INFO] --- exec-maven-plugin:1.2.1:exec (my-exec) @ org.wso2.carbon.ei.integration.reports ---
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/log4j/BasicConfigurator
	at org.wso2.esb.integration.common.utils.coverage.TestCoverageGenerator.main(TestCoverageGenerator.java:44)
Caused by: java.lang.ClassNotFoundException: org.apache.log4j.BasicConfigurator
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 1 more


More information about the Builder mailing list