You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by Apache Hudson Server <hu...@hudson.apache.org> on 2010/10/13 14:12:47 UTC

Build failed in Hudson: ServiceMix-Utils » Apache ServiceMix :: Utils #35

See <https://hudson.apache.org/hudson/job/ServiceMix-Utils/org.apache.servicemix$servicemix-utils/35/changes>

Changes:

[lhein] added test case for the rejected execution counting/resetting (see SM-2001 and SMX4-606)

------------------------------------------
<===[HUDSON REMOTING CAPACITY]===>channel started
   + Error stacktraces are turned on.
Executing Maven:  -B -f <https://hudson.apache.org/hudson/job/ServiceMix-Utils/org.apache.servicemix$servicemix-utils/ws/pom.xml> -Dmaven.repo.local=/home/hudson/hudson-slave/workspace/ServiceMix-Utils/.repository -B -e clean package source:jar install deploy
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'source'.
[INFO] org.apache.maven.plugins: checking for updates from apache.snapshots
[INFO] org.codehaus.mojo: checking for updates from apache.snapshots
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache ServiceMix :: Utils
[INFO]    task-segment: [clean, package, source:jar, install, deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set: <https://hudson.apache.org/hudson/job/ServiceMix-Utils/org.apache.servicemix$servicemix-utils/ws/target> (included: [**], excluded: [])
[INFO] [dependency:copy {execution: copy-legal}]
[INFO] Configured Artifact: org.apache.servicemix.legal:legal:1.0:xml
[INFO] Copying legal-1.0.xml to <https://hudson.apache.org/hudson/job/ServiceMix-Utils/org.apache.servicemix$servicemix-utils/ws/target/legal/legal.xml>
Downloading: http://svn.apache.org/repos/asf/servicemix/m2-repo//tranql/tranql-connector/1.2/tranql-connector-1.2.pom
[INFO] Unable to find resource 'tranql:tranql-connector:pom:1.2' in repository servicemix.m2 (http://svn.apache.org/repos/asf/servicemix/m2-repo/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/tranql/tranql-connector/1.2/tranql-connector-1.2.pom
[INFO] Unable to find resource 'tranql:tranql-connector:pom:1.2' in repository apache.incubating (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://repository.codehaus.org/tranql/tranql-connector/1.2/tranql-connector-1.2.pom
[INFO] Unable to find resource 'tranql:tranql-connector:pom:1.2' in repository codehaus (http://repository.codehaus.org)
Downloading: http://repo1.maven.org/maven2/tranql/tranql-connector/1.2/tranql-connector-1.2.pom
[INFO] Unable to find resource 'tranql:tranql-connector:pom:1.2' in repository central (http://repo1.maven.org/maven2)
[INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 13 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 122 source files to <https://hudson.apache.org/hudson/job/ServiceMix-Utils/org.apache.servicemix$servicemix-utils/ws/target/classes>
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ServiceMix-Utils/org.apache.servicemix$servicemix-utils/ws/pom.xml> to /home/hudson/hudson/jobs/ServiceMix-Utils/modules/org.apache.servicemix$servicemix-utils/builds/2010-10-13_12-12-15/archive/org.apache.servicemix/servicemix-utils/1.3.0-SNAPSHOT/pom.xml
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
<https://hudson.apache.org/hudson/job/ServiceMix-Utils/org.apache.servicemix$servicemix-utils/ws/src/main/java/org/apache/servicemix/executors/impl/ManagedExecutor.java>:[104,48] cannot find symbol
symbol  : method allowsCoreThreadTimeOut()
location: class java.util.concurrent.ThreadPoolExecutor


[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.BuildFailureException: Compilation failure
<https://hudson.apache.org/hudson/job/ServiceMix-Utils/org.apache.servicemix$servicemix-utils/ws/src/main/java/org/apache/servicemix/executors/impl/ManagedExecutor.java>:[104,48] cannot find symbol
symbol  : method allowsCoreThreadTimeOut()
location: class java.util.concurrent.ThreadPoolExecutor


	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:715)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
	at org.apache.maven.lifecycle.LifecycleExecutorInterceptor.execute(LifecycleExecutorInterceptor.java:65)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
	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:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:592)
	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:165)
	at hudson.maven.MavenBuilder.call(MavenBuilder.java:165)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:694)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:638)
	at hudson.remoting.UserRequest.perform(UserRequest.java:114)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:270)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
	at java.util.concurrent.FutureTask.run(FutureTask.java:123)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
Caused by: org.apache.maven.plugin.CompilationFailureException: Compilation failure
<https://hudson.apache.org/hudson/job/ServiceMix-Utils/org.apache.servicemix$servicemix-utils/ws/src/main/java/org/apache/servicemix/executors/impl/ManagedExecutor.java>:[104,48] cannot find symbol
symbol  : method allowsCoreThreadTimeOut()
location: class java.util.concurrent.ThreadPoolExecutor


	at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:516)
	at org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:114)
	at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
	at hudson.maven.agent.PluginManagerInterceptor.executeMojo(PluginManagerInterceptor.java:182)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
	... 28 more
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 21 seconds
[INFO] Finished at: Wed Oct 13 12:12:47 UTC 2010
[INFO] Final Memory: 29M/70M
[INFO] ------------------------------------------------------------------------


Build failed in Hudson: ServiceMix-Utils » Apache ServiceMix :: Utils #36

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/ServiceMix-Utils/org.apache.servicemix$servicemix-utils/36/changes>

Changes:

[lhein] using now reflection to detect if Java version supports method allowsCoreThreadTImeout of ThreadPoolExecutor (see SM-2001 and SMX4-606)

[lhein] made changes work with Java 5 (see SM-2001 and SMX4-606)

------------------------------------------
[...truncated 902 lines...]
20:13:37,271 | INFO  | main             | FragmentStreamReaderTest         | bi.jaxp.FragmentStreamReaderTest   55 | <?xml version="1.0" encoding="UTF-8"?><u:hello xmlns:u="uri:test3" u:id="3">world</u:hello>
20:13:37,273 | INFO  | main             | FragmentStreamReaderTest         | bi.jaxp.FragmentStreamReaderTest   61 | <?xml version="1.0" encoding="UTF-8"?><u:hello xmlns:u="uri:test3" u:id="3">world</u:hello>
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.apache.servicemix.components.util.SimpleFlatFileMarshalerTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.35 sec
Running org.apache.servicemix.store.jdbc.JdbcStoreTest
20:13:44,751 | INFO  | main             | JDBCAdapterFactory               | rvicemix.jdbc.JDBCAdapterFactory   45 | Database driver recognized: [hsql_database_engine_driver]
20:13:44,793 | DEBUG | main             | DefaultJDBCAdapter               | .jdbc.adapter.DefaultJDBCAdapter   98 | Executing SQL: CREATE TABLE SM_STORE(ID VARCHAR(255) NOT NULL, DATA OTHER, PRIMARY KEY ( ID ) )
20:13:44,795 | DEBUG | main             | JdbcStore                        | .servicemix.store.jdbc.JdbcStore   49 | Storing object with id: ID:67.195.138.9-12ba7393afc-1:0
20:13:44,809 | DEBUG | main             | JdbcStore                        | .servicemix.store.jdbc.JdbcStore   72 | Loading object with id: ID:67.195.138.9-12ba7393afc-1:0
20:13:44,811 | DEBUG | main             | JdbcStore                        | .servicemix.store.jdbc.JdbcStore   72 | Loading object with id: a
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.188 sec
Running org.apache.servicemix.store.jdbc.JdbcStoreTransactionalTest
20:13:45,595 | INFO  | main             | JDBCAdapterFactory               | rvicemix.jdbc.JDBCAdapterFactory   45 | Database driver recognized: [apache_derby_embedded_jdbc_driver]
20:13:45,778 | DEBUG | main             | JdbcStore                        | .servicemix.store.jdbc.JdbcStore   49 | Storing object with id: ID:67.195.138.9-12ba7393afc-2:0
20:13:45,907 | DEBUG | main             | JdbcStore                        | .servicemix.store.jdbc.JdbcStore   72 | Loading object with id: ID:67.195.138.9-12ba7393afc-2:0
20:13:45,971 | DEBUG | main             | JdbcStore                        | .servicemix.store.jdbc.JdbcStore   72 | Loading object with id: ID:67.195.138.9-12ba7393afc-2:0
20:13:45,972 | DEBUG | main             | JdbcStore                        | .servicemix.store.jdbc.JdbcStore   72 | Loading object with id: a
20:13:45,975 | INFO  | main             | JDBCAdapterFactory               | rvicemix.jdbc.JDBCAdapterFactory   45 | Database driver recognized: [apache_derby_embedded_jdbc_driver]
20:13:45,981 | DEBUG | main             | JdbcStore                        | .servicemix.store.jdbc.JdbcStore   49 | Storing object with id: ID:67.195.138.9-12ba7393afc-3:0
20:13:45,987 | DEBUG | main             | JdbcStore                        | .servicemix.store.jdbc.JdbcStore   72 | Loading object with id: ID:67.195.138.9-12ba7393afc-3:0
20:13:45,989 | DEBUG | main             | JdbcStore                        | .servicemix.store.jdbc.JdbcStore   72 | Loading object with id: ID:67.195.138.9-12ba7393afc-3:0
20:13:45,990 | DEBUG | main             | JdbcStore                        | .servicemix.store.jdbc.JdbcStore   72 | Loading object with id: a
20:13:45,997 | INFO  | main             | JDBCAdapterFactory               | rvicemix.jdbc.JDBCAdapterFactory   45 | Database driver recognized: [apache_derby_embedded_jdbc_driver]
20:13:45,998 | DEBUG | main             | JdbcStore                        | .servicemix.store.jdbc.JdbcStore   49 | Storing object with id: ID:67.195.138.9-12ba7393afc-4:0
20:13:46,007 | DEBUG | main             | JdbcStore                        | .servicemix.store.jdbc.JdbcStore   72 | Loading object with id: ID:67.195.138.9-12ba7393afc-4:0
20:13:46,008 | DEBUG | main             | JdbcStore                        | .servicemix.store.jdbc.JdbcStore   72 | Loading object with id: ID:67.195.138.9-12ba7393afc-4:0
20:13:46,015 | DEBUG | main             | JdbcStore                        | .servicemix.store.jdbc.JdbcStore   72 | Loading object with id: a
20:13:46,017 | INFO  | main             | JDBCAdapterFactory               | rvicemix.jdbc.JDBCAdapterFactory   45 | Database driver recognized: [apache_derby_embedded_jdbc_driver]
20:13:46,019 | DEBUG | main             | JdbcStore                        | .servicemix.store.jdbc.JdbcStore   49 | Storing object with id: ID:67.195.138.9-12ba7393afc-5:0
20:13:46,021 | WARN  | main             | Transaction                      | nsaction.manager.TransactionImpl  573 | Error ending association for XAResource org.apache.geronimo.transaction.manager.WrapperNamedXAResource@bebb88; transaction will roll back. XA error code: 100
javax.transaction.xa.XAException
	at org.apache.derby.jdbc.EmbedXAResource.end(Unknown Source)
	at org.apache.geronimo.transaction.manager.WrapperNamedXAResource.end(WrapperNamedXAResource.java:51)
	at org.apache.geronimo.transaction.manager.TransactionImpl.endResources(TransactionImpl.java:571)
	at org.apache.geronimo.transaction.manager.TransactionImpl.endResources(TransactionImpl.java:550)
	at org.apache.geronimo.transaction.manager.TransactionImpl.rollback(TransactionImpl.java:481)
	at org.apache.geronimo.transaction.manager.TransactionManagerImpl.rollback(TransactionManagerImpl.java:263)
	at org.apache.servicemix.store.jdbc.JdbcStoreTransactionalTest.testStoreRollbackAndLoad(JdbcStoreTransactionalTest.java:103)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:592)
	at junit.framework.TestCase.runTest(TestCase.java:168)
	at junit.framework.TestCase.runBare(TestCase.java:134)
	at junit.framework.TestResult$1.protect(TestResult.java:110)
	at junit.framework.TestResult.runProtected(TestResult.java:128)
	at junit.framework.TestResult.run(TestResult.java:113)
	at junit.framework.TestCase.run(TestCase.java:124)
	at junit.framework.TestSuite.runTest(TestSuite.java:232)
	at junit.framework.TestSuite.run(TestSuite.java:227)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:81)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:592)
	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
20:13:46,039 | DEBUG | main             | JdbcStore                        | .servicemix.store.jdbc.JdbcStore   72 | Loading object with id: ID:67.195.138.9-12ba7393afc-5:0
20:13:46,041 | INFO  | main             | JDBCAdapterFactory               | rvicemix.jdbc.JDBCAdapterFactory   45 | Database driver recognized: [apache_derby_embedded_jdbc_driver]
20:13:46,043 | DEBUG | main             | JdbcStore                        | .servicemix.store.jdbc.JdbcStore   49 | Storing object with id: ID:67.195.138.9-12ba7393afc-6:0
20:13:46,044 | WARN  | main             | Transaction                      | nsaction.manager.TransactionImpl  573 | Error ending association for XAResource org.apache.geronimo.transaction.manager.WrapperNamedXAResource@1da2737; transaction will roll back. XA error code: 100
javax.transaction.xa.XAException
	at org.apache.derby.jdbc.EmbedXAResource.end(Unknown Source)
	at org.apache.geronimo.transaction.manager.WrapperNamedXAResource.end(WrapperNamedXAResource.java:51)
	at org.apache.geronimo.transaction.manager.TransactionImpl.endResources(TransactionImpl.java:571)
	at org.apache.geronimo.transaction.manager.TransactionImpl.endResources(TransactionImpl.java:550)
	at org.apache.geronimo.transaction.manager.TransactionImpl.rollback(TransactionImpl.java:481)
	at org.apache.geronimo.transaction.manager.TransactionManagerImpl.rollback(TransactionManagerImpl.java:263)
	at org.apache.servicemix.store.jdbc.JdbcStoreTransactionalTest.testStoreRollbackAndLoadNonTx(JdbcStoreTransactionalTest.java:113)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:592)
	at junit.framework.TestCase.runTest(TestCase.java:168)
	at junit.framework.TestCase.runBare(TestCase.java:134)
	at junit.framework.TestResult$1.protect(TestResult.java:110)
	at junit.framework.TestResult.runProtected(TestResult.java:128)
	at junit.framework.TestResult.run(TestResult.java:113)
	at junit.framework.TestCase.run(TestCase.java:124)
	at junit.framework.TestSuite.runTest(TestSuite.java:232)
	at junit.framework.TestSuite.run(TestSuite.java:227)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:81)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:592)
	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
20:13:46,059 | DEBUG | main             | JdbcStore                        | .servicemix.store.jdbc.JdbcStore   72 | Loading object with id: ID:67.195.138.9-12ba7393afc-6:0
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.247 sec
Running org.apache.servicemix.jbi.jaxp.W3CDOMStreamReaderTest
20:13:46,072 | INFO  | main             | W3CDOMStreamReaderTest           | .jbi.jaxp.W3CDOMStreamReaderTest   54 | start: 1
20:13:46,072 | INFO  | main             | W3CDOMStreamReaderTest           | .jbi.jaxp.W3CDOMStreamReaderTest   55 | attr: 10
20:13:46,072 | INFO  | main             | W3CDOMStreamReaderTest           | .jbi.jaxp.W3CDOMStreamReaderTest   56 | ns: 13
20:13:46,073 | INFO  | main             | W3CDOMStreamReaderTest           | .jbi.jaxp.W3CDOMStreamReaderTest   57 | chars: 4
20:13:46,073 | INFO  | main             | W3CDOMStreamReaderTest           | .jbi.jaxp.W3CDOMStreamReaderTest   58 | end: 2
20:13:46,074 | INFO  | main             | W3CDOMStreamReaderTest           | .jbi.jaxp.W3CDOMStreamReaderTest   62 | <?xml version="1.0" encoding="UTF-8"?>
<root xmlns="urn:test"/>

20:13:46,080 | INFO  | main             | W3CDOMStreamReaderTest           | .jbi.jaxp.W3CDOMStreamReaderTest   83 | <?xml version="1.0" encoding="UTF-8"?>
<root xmlns="urn:test">Hello World</root>

20:13:46,082 | INFO  | main             | W3CDOMStreamReaderTest           | .jbi.jaxp.W3CDOMStreamReaderTest  103 | <?xml version="1.0" encoding="UTF-8"?>
<test:root xmlns:test="urn:test" xmlns="urn:test">Hello World<element/> more text</test:root>

20:13:46,084 | INFO  | main             | W3CDOMStreamReaderTest           | .jbi.jaxp.W3CDOMStreamReaderTest  127 | <?xml version="1.0" encoding="UTF-8"?>
<root xmlns="urn:test" xmlns:p="urn:test2" att1="value1" p:att2="value2"/>

20:13:46,086 | INFO  | main             | W3CDOMStreamReaderTest           | .jbi.jaxp.W3CDOMStreamReaderTest  147 | <?xml version="1.0" encoding="UTF-8"?>
<root xmlns="urn:test">
<a:child xmlns:a="urn:test2"/>
</root>

Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec
Running org.apache.servicemix.expression.ExpressionEditorTest
20:13:46,113 | INFO  | main             | ClassPathXmlApplicationContext   | pport.AbstractApplicationContext  412 | Refreshing org.apache.xbean.spring.context.ClassPathXmlApplicationContext@33c3e6: display name [org.apache.xbean.spring.context.ClassPathXmlApplicationContext@33c3e6]; startup date [Wed Oct 13 20:13:46 UTC 2010]; root of context hierarchy
20:13:46,163 | INFO  | main             | XBeanXmlBeanDefinitionReader     | tory.xml.XmlBeanDefinitionReader  323 | Loading XML bean definitions from class path resource [org/apache/servicemix/expression/expression-editor.xml]
20:13:46,192 | DEBUG | main             | BeanBeanDefinitionDocumentReader | aultBeanDefinitionDocumentReader   86 | Loading bean definitions
20:13:46,216 | DEBUG | main             | XBeanXmlBeanDefinitionReader     | ort.AbstractBeanDefinitionReader  185 | Loaded 1 bean definitions from location pattern [/org/apache/servicemix/expression/expression-editor.xml]
20:13:46,217 | INFO  | main             | ClassPathXmlApplicationContext   | pport.AbstractApplicationContext  427 | Bean factory for application context [org.apache.xbean.spring.context.ClassPathXmlApplicationContext@33c3e6]: org.springframework.beans.factory.support.DefaultListableBeanFactory@1bd669d
20:13:46,217 | DEBUG | main             | ClassPathXmlApplicationContext   | pport.AbstractApplicationContext  431 | 1 beans defined in org.apache.xbean.spring.context.ClassPathXmlApplicationContext@33c3e6: display name [org.apache.xbean.spring.context.ClassPathXmlApplicationContext@33c3e6]; startup date [Wed Oct 13 20:13:46 UTC 2010]; root of context hierarchy
20:13:46,226 | DEBUG | main             | ClassPathXmlApplicationContext   | pport.AbstractApplicationContext  649 | Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@143073a]
20:13:46,228 | DEBUG | main             | ClassPathXmlApplicationContext   | pport.AbstractApplicationContext  673 | Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@c74910]
20:13:46,228 | INFO  | main             | DefaultListableBeanFactory       | pport.DefaultListableBeanFactory  414 | Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1bd669d: defining beans [ExpressionTestSupport]; root of factory hierarchy
20:13:46,259 | DEBUG | main             | ClassPathXmlApplicationContext   | pport.AbstractApplicationContext  273 | Publishing event in context [org.apache.xbean.spring.context.ClassPathXmlApplicationContext@33c3e6]: org.springframework.context.event.ContextRefreshedEvent[source=org.apache.xbean.spring.context.ClassPathXmlApplicationContext@33c3e6: display name [org.apache.xbean.spring.context.ClassPathXmlApplicationContext@33c3e6]; startup date [Wed Oct 13 20:13:46 UTC 2010]; root of context hierarchy]
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.173 sec
Running org.apache.servicemix.store.memory.MemoryStoreFactoryTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.servicemix.locks.impl.SimpleLockTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.servicemix.expression.JAXPXPathExpressionTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec
Running org.apache.servicemix.util.FileUtilTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec

Results :

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

[HUDSON] Recording test results
[INFO] [bundle:bundle {execution: default-bundle}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://hudson.apache.org/hudson/job/ServiceMix-Utils/org.apache.servicemix$servicemix-utils/ws/target/servicemix-utils-1.3.0-SNAPSHOT.jar> to /home/hudson/hudson-slave/workspace/ServiceMix-Utils/.repository/org/apache/servicemix/servicemix-utils/1.3.0-SNAPSHOT/servicemix-utils-1.3.0-SNAPSHOT.jar
[INFO] Installing <https://hudson.apache.org/hudson/job/ServiceMix-Utils/org.apache.servicemix$servicemix-utils/ws/target/servicemix-utils-1.3.0-SNAPSHOT-sources.jar> to /home/hudson/hudson-slave/workspace/ServiceMix-Utils/.repository/org/apache/servicemix/servicemix-utils/1.3.0-SNAPSHOT/servicemix-utils-1.3.0-SNAPSHOT-sources.jar
[INFO] [bundle:install {execution: default-install}]
[INFO] Parsing file:/home/hudson/hudson-slave/workspace/ServiceMix-Utils/.repository/repository.xml
[INFO] Installing org/apache/servicemix/servicemix-utils/1.3.0-SNAPSHOT/servicemix-utils-1.3.0-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO] [deploy:deploy {execution: default-deploy}]
[INFO] Retrieving previous build number from apache.snapshots.https
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ServiceMix-Utils/org.apache.servicemix$servicemix-utils/ws/pom.xml> to /home/hudson/hudson/jobs/ServiceMix-Utils/modules/org.apache.servicemix$servicemix-utils/builds/2010-10-13_20-12-26/archive/org.apache.servicemix/servicemix-utils/1.3.0-SNAPSHOT/pom.xml
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ServiceMix-Utils/org.apache.servicemix$servicemix-utils/ws/target/servicemix-utils-1.3.0-SNAPSHOT.jar> to /home/hudson/hudson/jobs/ServiceMix-Utils/modules/org.apache.servicemix$servicemix-utils/builds/2010-10-13_20-12-26/archive/org.apache.servicemix/servicemix-utils/1.3.0-SNAPSHOT/servicemix-utils-1.3.0-SNAPSHOT.jar
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ServiceMix-Utils/org.apache.servicemix$servicemix-utils/ws/target/servicemix-utils-1.3.0-SNAPSHOT-sources.jar> to /home/hudson/hudson/jobs/ServiceMix-Utils/modules/org.apache.servicemix$servicemix-utils/builds/2010-10-13_20-12-26/archive/org.apache.servicemix/servicemix-utils/1.3.0-SNAPSHOT/servicemix-utils-1.3.0-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error retrieving previous build number for artifact 'org.apache.servicemix:servicemix-utils:bundle': repository metadata for: 'snapshot org.apache.servicemix:servicemix-utils:1.3.0-SNAPSHOT' could not be retrieved from repository: apache.snapshots.https due to an error: Error transferring file: Server returned HTTP response code: 502 for URL: https://repository.apache.org/content/repositories/snapshots/org/apache/servicemix/servicemix-utils/1.3.0-SNAPSHOT/maven-metadata.xml

[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: Error retrieving previous build number for artifact 'org.apache.servicemix:servicemix-utils:bundle': repository metadata for: 'snapshot org.apache.servicemix:servicemix-utils:1.3.0-SNAPSHOT' could not be retrieved from repository: apache.snapshots.https due to an error: Error transferring file: Server returned HTTP response code: 502 for URL: https://repository.apache.org/content/repositories/snapshots/org/apache/servicemix/servicemix-utils/1.3.0-SNAPSHOT/maven-metadata.xml
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:719)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
	at org.apache.maven.lifecycle.LifecycleExecutorInterceptor.execute(LifecycleExecutorInterceptor.java:65)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
	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:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:592)
	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:165)
	at hudson.maven.MavenBuilder.call(MavenBuilder.java:165)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:694)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:638)
	at hudson.remoting.UserRequest.perform(UserRequest.java:114)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:270)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
	at java.util.concurrent.FutureTask.run(FutureTask.java:123)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
Caused by: org.apache.maven.plugin.MojoExecutionException: Error retrieving previous build number for artifact 'org.apache.servicemix:servicemix-utils:bundle': repository metadata for: 'snapshot org.apache.servicemix:servicemix-utils:1.3.0-SNAPSHOT' could not be retrieved from repository: apache.snapshots.https due to an error: Error transferring file: Server returned HTTP response code: 502 for URL: https://repository.apache.org/content/repositories/snapshots/org/apache/servicemix/servicemix-utils/1.3.0-SNAPSHOT/maven-metadata.xml
	at org.apache.maven.plugin.deploy.DeployMojo.execute(DeployMojo.java:195)
	at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
	at hudson.maven.agent.PluginManagerInterceptor.executeMojo(PluginManagerInterceptor.java:182)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
	... 28 more
Caused by: org.apache.maven.artifact.deployer.ArtifactDeploymentException: Error retrieving previous build number for artifact 'org.apache.servicemix:servicemix-utils:bundle': repository metadata for: 'snapshot org.apache.servicemix:servicemix-utils:1.3.0-SNAPSHOT' could not be retrieved from repository: apache.snapshots.https due to an error: Error transferring file: Server returned HTTP response code: 502 for URL: https://repository.apache.org/content/repositories/snapshots/org/apache/servicemix/servicemix-utils/1.3.0-SNAPSHOT/maven-metadata.xml
	at org.apache.maven.artifact.transform.SnapshotTransformation.transformForDeployment(SnapshotTransformation.java:106)
	at org.apache.maven.artifact.transform.DefaultArtifactTransformationManager.transformForDeployment(DefaultArtifactTransformationManager.java:74)
	at org.apache.maven.artifact.deployer.DefaultArtifactDeployer.deploy(DefaultArtifactDeployer.java:86)
	at org.apache.maven.plugin.deploy.DeployMojo.execute(DeployMojo.java:173)
	... 31 more
Caused by: org.apache.maven.artifact.repository.metadata.RepositoryMetadataResolutionException: repository metadata for: 'snapshot org.apache.servicemix:servicemix-utils:1.3.0-SNAPSHOT' could not be retrieved from repository: apache.snapshots.https due to an error: Error transferring file: Server returned HTTP response code: 502 for URL: https://repository.apache.org/content/repositories/snapshots/org/apache/servicemix/servicemix-utils/1.3.0-SNAPSHOT/maven-metadata.xml
	at org.apache.maven.artifact.repository.metadata.DefaultRepositoryMetadataManager.resolveAlways(DefaultRepositoryMetadataManager.java:351)
	at org.apache.maven.artifact.transform.SnapshotTransformation.resolveLatestSnapshotBuildNumber(SnapshotTransformation.java:161)
	at org.apache.maven.artifact.transform.SnapshotTransformation.transformForDeployment(SnapshotTransformation.java:100)
	... 34 more
Caused by: org.apache.maven.wagon.TransferFailedException: Error transferring file: Server returned HTTP response code: 502 for URL: https://repository.apache.org/content/repositories/snapshots/org/apache/servicemix/servicemix-utils/1.3.0-SNAPSHOT/maven-metadata.xml
	at org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:143)
	at org.apache.maven.wagon.StreamWagon.getInputStream(StreamWagon.java:116)
	at org.apache.maven.wagon.StreamWagon.getIfNewer(StreamWagon.java:88)
	at org.apache.maven.wagon.StreamWagon.get(StreamWagon.java:61)
	at org.apache.maven.artifact.manager.DefaultWagonManager.getRemoteFile(DefaultWagonManager.java:546)
	at org.apache.maven.artifact.manager.DefaultWagonManager.getArtifactMetadataFromDeploymentRepository(DefaultWagonManager.java:452)
	at org.apache.maven.artifact.repository.metadata.DefaultRepositoryMetadataManager.getArtifactMetadataFromDeploymentRepository(DefaultRepositoryMetadataManager.java:379)
	at org.apache.maven.artifact.repository.metadata.DefaultRepositoryMetadataManager.resolveAlways(DefaultRepositoryMetadataManager.java:347)
	... 36 more
Caused by: java.io.IOException: Server returned HTTP response code: 502 for URL: https://repository.apache.org/content/repositories/snapshots/org/apache/servicemix/servicemix-utils/1.3.0-SNAPSHOT/maven-metadata.xml
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:501)
	at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1250)
	at java.security.AccessController.doPrivileged(Native Method)
	at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1244)
	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:932)
	at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:234)
	at org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:122)
	... 43 more
Caused by: java.io.IOException: Server returned HTTP response code: 502 for URL: https://repository.apache.org/content/repositories/snapshots/org/apache/servicemix/servicemix-utils/1.3.0-SNAPSHOT/maven-metadata.xml
	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1196)
	at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:367)
	at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:318)
	at org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:115)
	... 43 more
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2 minutes 35 seconds
[INFO] Finished at: Wed Oct 13 20:15:11 UTC 2010
[INFO] Final Memory: 32M/78M
[INFO] ------------------------------------------------------------------------