Build failed with velocity issues. ---------------------------------- Key: CAMEL-4150 URL: https://issues.apache.org/jira/browse/CAMEL-4150 Project: Camel Issue Type: Bug Affects Versions: 2.7.2 Environment: Operating System = Windows XP version 5.1 running on x86 Java; VM; Vendor = 1.6.0_22 Runtime = Java HotSpot(TM) Client VM 17.1-b03 Apache Maven 3.0.2 Reporter: Robert Liguori Priority: Minor Attachments: surefire-reports.zip
Build failed, after performing the following: >> set MAVEN_OPTS=-Xmx1024m -XX:MaxPerSize=512m >> mvn install The necessary piece of the build log is below and the surefire reports are attached to this JIRA issue. ==================================================================================== [INFO] ------------------------------------------------------------------------ [INFO] Building Camel :: Velocity 2.7.2 [INFO] ------------------------------------------------------------------------ Downloading: http://repo1.maven.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.pom ... Downloaded: http://repo1.maven.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.pom (11 KB at 21.9 KB/sec) Downloading: http://repo1.maven.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.jar ... Downloaded: http://repo1.maven.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.jar (439 KB at 259.7 KB/sec) [INFO] [INFO] --- maven-antrun-plugin:1.2:run (create-prop) @ camel-velocity --- [INFO] Executing tasks [echo] Maven version: 2.7.2 [echo] OSGi version: 2.7.2 [mkdir] Created dir: C:\ApacheProducts\apache-camel-2.7.2\components\camel-velocity\target [INFO] Executed tasks [INFO] [INFO] --- properties-maven-plugin:1.0-alpha-2:read-project-properties (default) @ camel-velocity --- [INFO] [INFO] --- maven-remote-resources-plugin:1.1:process (default) @ camel-velocity --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ camel-velocity --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ camel-velocity --- [INFO] Compiling 3 source files to C:\ApacheProducts\apache-camel-2.7.2\components\camel-velocity\target\classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ camel-velocity --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 15 resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ camel-velocity --- [INFO] Compiling 15 source files to C:\ApacheProducts\apache-camel-2.7.2\components\camel-velocity\target\test-classes [INFO] [INFO] --- maven-surefire-plugin:2.7.1:test (default-test) @ camel-velocity --- [INFO] Surefire report directory: C:\ApacheProducts\apache-camel-2.7.2\components\camel-velocity\target\surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.apache.camel.component.velocity.VelocityBodyAsDomainObjectTest Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.064 sec <<< FAILURE! Running org.apache.camel.component.velocity.VelocityConcurrentTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.516 sec Running org.apache.camel.component.velocity.VelocityContentCacheTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.048 sec Running org.apache.camel.component.velocity.VelocityDynamicTemplateTest Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.251 sec <<< FAILURE! Running org.apache.camel.component.velocity.VelocityEncodingTest Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.313 sec <<< FAILURE! Running org.apache.camel.component.velocity.VelocityEndpointTest Tests run: 2, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.454 sec <<< FAILURE! Running org.apache.camel.component.velocity.VelocityLetterTest Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.313 sec <<< FAILURE! Running org.apache.camel.component.velocity.VelocityLetterWithoutHeaderTest Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.297 sec <<< FAILURE! Running org.apache.camel.component.velocity.VelocityLetterWithPaserTest Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.328 sec <<< FAILURE! Running org.apache.camel.component.velocity.VelocitySetHeaderTest Tests run: 2, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 1.221 sec <<< FAILURE! Running org.apache.camel.component.velocity.VelocitySetTemplateViaHeaderTest Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.251 sec <<< FAILURE! Running org.apache.camel.component.velocity.VelocitySomeValuesNotInExchangeTest Tests run: 2, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.485 sec <<< FAILURE! Running org.apache.camel.component.velocity.VelocityTemplateInHeaderTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.97 sec Running org.apache.camel.component.velocity.VelocityTest Tests run: 2, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.454 sec <<< FAILURE! Results : Failed tests: testWithObject(org.apache.camel.component.velocity.VelocityBodyAsDomainObjectTest) testVelocityLetter(org.apache.camel.component.velocity.VelocityDynamicTemplateTest) testVelocityLetter(org.apache.camel.component.velocity.VelocityEncodingTest) testReceivesFooResponse(org.apache.camel.component.velocity.VelocityEndpointTest) testReceivesBarResponse(org.apache.camel.component.velocity.VelocityEndpointTest) testVelocityLetter(org.apache.camel.component.velocity.VelocityLetterTest) testVelocityLetter(org.apache.camel.component.velocity.VelocityLetterWithoutHeaderTest) testVelocityLetter(org.apache.camel.component.velocity.VelocityLetterWithPaserTest) testSendingApple(org.apache.camel.component.velocity.VelocitySetHeaderTest) testSendingOrgane(org.apache.camel.component.velocity.VelocitySetHeaderTest) testVelocityLetter(org.apache.camel.component.velocity.VelocitySetTemplateViaHeaderTest) testWithAllValues(org.apache.camel.component.velocity.VelocitySomeValuesNotInExchangeTest) testWithSomeValues(org.apache.camel.component.velocity.VelocitySomeValuesNotInExchangeTest) testReceivesFooResponse(org.apache.camel.component.velocity.VelocityTest) testReceivesBarResponse(org.apache.camel.component.velocity.VelocityTest) Tests run: 24, Failures: 15, Errors: 0, Skipped: 0 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Camel ............................................. SUCCESS [13.031s] [INFO] Apache :: Camel Buildtools ........................ SUCCESS [6.359s] [INFO] Camel :: Parent ................................... SUCCESS [7.687s] [INFO] Camel :: Core ..................................... SUCCESS [35:28.852s] [INFO] Camel :: Core XML ................................. SUCCESS [7.656s] [INFO] Camel :: Core OSGi ................................ SUCCESS [33.749s] [INFO] Camel :: Spring ................................... SUCCESS [22:26.778s] [INFO] Camel :: Test ..................................... SUCCESS [26.046s] [INFO] Camel :: Blueprint ................................ SUCCESS [1:12.092s] [INFO] Camel :: JUEL ..................................... SUCCESS [25.609s] [INFO] Camel :: BAM ...................................... SUCCESS [1:43.468s] [INFO] Camel :: Groovy ................................... SUCCESS [28.744s] [INFO] Camel :: JXPath ................................... SUCCESS [17.369s] [INFO] Camel :: Velocity ................................. FAILURE [22.423s] [INFO] Camel :: Scala .................................... SKIPPED [INFO] Camel :: HTTP ..................................... SKIPPED [INFO] Camel :: HTTP4 (HttpClient 4.x) ................... SKIPPED [INFO] Camel :: Jetty .................................... SKIPPED [INFO] Camel :: CXF ...................................... SKIPPED [INFO] Camel :: Components ............................... SKIPPED [INFO] Camel :: Web ...................................... SKIPPED [INFO] Camel :: Web :: Standalone ........................ SKIPPED [INFO] Camel :: JMS ...................................... SKIPPED [INFO] Camel :: AMQP ..................................... SKIPPED [INFO] Camel :: Atom ..................................... SKIPPED [INFO] Camel :: AWS ...................................... SKIPPED [INFO] Camel :: Bean validator ........................... SKIPPED [INFO] Camel :: Bindy .................................... SKIPPED [INFO] Camel :: Cache .................................... SKIPPED [INFO] Camel :: Castor ................................... SKIPPED [INFO] Camel :: Stream ................................... SKIPPED [INFO] Camel :: Cometd ................................... SKIPPED [INFO] Camel :: Context .................................. SKIPPED [INFO] Camel :: Crypto ................................... SKIPPED [INFO] Camel :: CSV ...................................... SKIPPED [INFO] Camel :: DNS ...................................... SKIPPED [INFO] Camel :: Dozer .................................... SKIPPED [INFO] Camel :: Eclipse .................................. SKIPPED [INFO] Camel :: EJB ...................................... SKIPPED [INFO] Camel :: Event Admin .............................. SKIPPED [INFO] Camel :: Exec ..................................... SKIPPED [INFO] Camel :: FlatPack ................................. SKIPPED [INFO] Camel :: Freemarker ............................... SKIPPED [INFO] Camel :: FTP ...................................... SKIPPED [INFO] Camel :: Servlet .................................. SKIPPED [INFO] Camel :: GAE ...................................... SKIPPED [INFO] Camel :: Guice .................................... SKIPPED [INFO] Camel :: HawtDB ................................... SKIPPED [INFO] Camel :: HazelCast ................................ SKIPPED [INFO] Camel :: MINA ..................................... SKIPPED [INFO] Camel :: HL7 ...................................... SKIPPED [INFO] Camel :: iBatis ................................... SKIPPED [INFO] Camel :: IRC ...................................... SKIPPED [INFO] Camel :: Jackson .................................. SKIPPED [INFO] Camel :: Javaspace ................................ SKIPPED [INFO] Camel :: Spring JavaConfig ........................ SKIPPED [INFO] Camel :: JAXB ..................................... SKIPPED [INFO] Camel :: Jasypt ................................... SKIPPED [INFO] Camel :: JCR ...................................... SKIPPED [INFO] Camel :: JDBC ..................................... SKIPPED [INFO] Camel :: Jibx ..................................... SKIPPED [INFO] Camel :: Jing ..................................... SKIPPED [INFO] Camel :: JMX ...................................... SKIPPED [INFO] Camel :: JoSQL .................................... SKIPPED [INFO] Camel :: JPA ...................................... SKIPPED [INFO] Camel :: Java Toolbox for AS/400 .................. SKIPPED [INFO] Camel :: Kestrel .................................. SKIPPED [INFO] Camel :: LDAP ..................................... SKIPPED [INFO] Camel :: Lucene ................................... SKIPPED [INFO] Camel :: Mail ..................................... SKIPPED [INFO] Camel :: MSV ...................................... SKIPPED [INFO] Camel :: MVEL ..................................... SKIPPED [INFO] Camel :: MyBatis .................................. SKIPPED [INFO] Camel :: Nagios ................................... SKIPPED [INFO] Camel :: Netty .................................... SKIPPED [INFO] Camel :: OGNL ..................................... SKIPPED [INFO] Camel :: Pax Logging .............................. SKIPPED [INFO] Camel :: Printer .................................. SKIPPED [INFO] Camel :: Protobuf ................................. SKIPPED [INFO] Camel :: Quartz ................................... SKIPPED [INFO] Camel :: QuickFIX/J ............................... SKIPPED [INFO] Camel :: Restlet .................................. SKIPPED [INFO] Camel :: RMI ...................................... SKIPPED [INFO] Camel :: Routebox ................................. SKIPPED [INFO] Camel :: Ruby ..................................... SKIPPED [INFO] Camel :: RSS ...................................... SKIPPED [INFO] Camel :: SAXON .................................... SKIPPED [INFO] Camel :: Script ................................... SKIPPED [INFO] Camel :: Shiro .................................... SKIPPED [INFO] Camel :: SIP ...................................... SKIPPED [INFO] Camel :: SMPP ..................................... SKIPPED [INFO] Camel :: SNMP ..................................... SKIPPED [INFO] Camel :: SOAP ..................................... SKIPPED [INFO] Camel :: Spring Integration ....................... SKIPPED [INFO] Camel :: Spring Security .......................... SKIPPED [INFO] Camel :: Spring Web Services ...................... SKIPPED [INFO] Camel :: SQL ...................................... SKIPPED [INFO] Camel :: StringTemplate ........................... SKIPPED [INFO] Camel :: Syslog ................................... SKIPPED [INFO] Camel :: TagSoup .................................. SKIPPED [INFO] Camel :: XMLBeans ................................. SKIPPED [INFO] Camel :: XML Security ............................. SKIPPED [INFO] Camel :: XMPP ..................................... SKIPPED [INFO] Camel :: XStream .................................. SKIPPED [INFO] Camel :: Platforms ................................ SKIPPED [INFO] Camel :: Platforms :: Apache Karaf ................ SKIPPED [INFO] Camel :: Platforms :: Apache Karaf :: Features .... SKIPPED [INFO] Camel :: Maven Plugins ............................ SKIPPED [INFO] Camel :: Maven Camel Plugin ....................... SKIPPED [INFO] Camel :: Maven Guice Plugin ....................... SKIPPED [INFO] Camel :: Html to Pdf Plugin ....................... SKIPPED [INFO] Camel :: Archetypes :: Camel Router with ActiveMQ . SKIPPED [INFO] Camel :: Archetypes :: Component .................. SKIPPED [INFO] Camel :: Archetypes :: Router ..................... SKIPPED [INFO] Camel :: Archetypes :: Scala Router ............... SKIPPED [INFO] Camel :: Archetypes :: Spring XML Based Router .... SKIPPED [INFO] Camel :: Archetypes :: Camel Routes WAR ........... SKIPPED [INFO] Camel :: Archetypes :: Camel Router with web console SKIPPED [INFO] Camel :: Archetypes ............................... SKIPPED [INFO] Camel :: Manual ................................... SKIPPED [INFO] Camel :: Tooling .................................. SKIPPED [INFO] Camel :: Tests Bundles ............................ SKIPPED [INFO] Camel :: Test Bundles: mock-javamail-1.7 .......... SKIPPED [INFO] Camel :: Integration Tests :: Standalone .......... SKIPPED [INFO] Camel :: Integration Tests ........................ SKIPPED [INFO] Camel :: Partial Classpath Tests .................. SKIPPED [INFO] Camel :: OSGi Integration Tests ................... SKIPPED [INFO] Camel :: Tests .................................... SKIPPED [INFO] Camel :: Examples ................................. SKIPPED [INFO] Camel :: Example :: Aggregate ..................... SKIPPED [INFO] Camel :: Example :: Axis .......................... SKIPPED [INFO] Camel :: Example :: BAM ........................... SKIPPED [INFO] Camel :: Example :: Cafe .......................... SKIPPED [INFO] Camel :: Example :: CXF ........................... SKIPPED [INFO] Camel :: Example :: CXF Proxy ..................... SKIPPED [INFO] Camel :: Example :: CXF Tomcat .................... SKIPPED [INFO] Camel :: Example :: Docs .......................... SKIPPED [INFO] Camel :: Example :: ETL ........................... SKIPPED [INFO] Camel :: Example :: GAE ........................... SKIPPED [INFO] Camel :: Example :: GAuth ......................... SKIPPED [INFO] Camel :: Example :: Guice :: JMS .................. SKIPPED [INFO] Camel :: Example :: JMX ........................... SKIPPED [INFO] Camel :: Example :: JMS-File ...................... SKIPPED [INFO] Camel :: Example :: Loadbalancer camel-mina ....... SKIPPED [INFO] Camel :: Example :: Loan-Broker ................... SKIPPED [INFO] Camel :: Example :: Management .................... SKIPPED [INFO] Camel :: Example :: OSGi .......................... SKIPPED [INFO] Camel :: Example :: OSGi RMI ...................... SKIPPED [INFO] Camel :: Example :: POJO Messaging ................ SKIPPED [INFO] Camel :: Example :: Report Incident ............... SKIPPED [INFO] Camel :: Example :: Report Incident :: WS-Security SKIPPED [INFO] Camel :: Example :: Route :: Throttling ........... SKIPPED [INFO] Camel :: Example :: Servlet Tomcat ................ SKIPPED [INFO] Camel :: Example :: Simple Jira Bot ............... SKIPPED [INFO] Camel :: Example :: Simple Jira Bot :: Java DSL ... SKIPPED [INFO] Camel :: Example :: Simple Jira Bot :: XML Configuration SKIPPED [INFO] Camel :: Example :: Spring ........................ SKIPPED [INFO] Camel :: Example :: Spring :: JavaConfig .......... SKIPPED [INFO] Camel :: Example :: Spring :: JMS ................. SKIPPED [INFO] Camel :: Example :: Spring Web Services ........... SKIPPED [INFO] Camel :: Example :: Spring :: XQuery .............. SKIPPED [INFO] Camel :: Example :: Spring Security ............... SKIPPED [INFO] Camel :: Example :: Tracer ........................ SKIPPED [INFO] Camel :: Assembly ................................. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1:04:26.190s [INFO] Finished at: Fri Jun 24 10:50:11 EDT 2011 [INFO] Final Memory: 105M/269M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.7.1:test (default-test) on project camel-velocity: There are test failures. [ERROR] [ERROR] Please refer to C:\ApacheProducts\apache-camel-2.7.2\components\camel-velocity\target\surefire-reports for the individual test results. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira