See <https://builds.apache.org/job/Aries/1165/changes>
Changes:
[hughesj] [maven-release-plugin] prepare for next development iteration
[hughesj] [maven-release-plugin] prepare release parent-0.5
------------------------------------------
[...truncated 3505 lines...]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] skip non existing resourceDirectory
<https://builds.apache.org/job/Aries/ws/aries/jndi/jndi-url-itest-web/src/main/filtered-resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 3 source files to
<https://builds.apache.org/job/Aries/ws/aries/jndi/jndi-url-itest-web/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
<https://builds.apache.org/job/Aries/ws/aries/jndi/jndi-url-itest-web/src/test/resources>
[INFO] skip non existing resourceDirectory
<https://builds.apache.org/job/Aries/ws/aries/jndi/jndi-url-itest-web/src/test/filtered-resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory:
<https://builds.apache.org/job/Aries/ws/aries/jndi/jndi-url-itest-web/target/surefire-reports>
-------------------------------------------------------
T E S T S
-------------------------------------------------------
There are no tests to run.
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] [bundle:bundle {execution: default-bundle}]
[INFO] [ianal:verify-legal-files {execution: default}]
[INFO] Checking legal files in:
org.apache.aries.jndi.url.itest.web-0.3.1-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing
<https://builds.apache.org/job/Aries/ws/aries/jndi/jndi-url-itest-web/target/org.apache.aries.jndi.url.itest.web-0.3.1-SNAPSHOT.jar>
to
/home/hudson/.m2/repository/org/apache/aries/jndi/org.apache.aries.jndi.url.itest.web/0.3.1-SNAPSHOT/org.apache.aries.jndi.url.itest.web-0.3.1-SNAPSHOT.jar
[INFO] [bundle:install {execution: default-install}]
[WARNING] Exception while updating local OBR: Unable to read repository xml:
file:/home/hudson/.m2/repository/repository.xml
org.apache.maven.plugin.MojoExecutionException: Unable to read repository xml:
file:/home/hudson/.m2/repository/repository.xml
at
org.apache.felix.obrplugin.ObrUpdate.parseRepositoryXml(ObrUpdate.java:295)
at org.apache.felix.obrplugin.ObrInstall.execute(ObrInstall.java:140)
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)
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:597)
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:185)
at hudson.maven.MavenBuilder.call(MavenBuilder.java:160)
at
hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:1059)
at
hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:990)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:287)
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
Caused by: org.xmlpull.v1.XmlPullParserException: unexpected type
(position:END_DOCUMENT null@3:1 in java.io.InputStreamReader@1c9328d)
at org.kxml2.io.KXmlParser.exception(Unknown Source)
at org.kxml2.io.KXmlParser.nextTag(Unknown Source)
at
org.apache.felix.bundlerepository.impl.PullParser.parseRepository(PullParser.java:43)
at
org.apache.felix.bundlerepository.impl.DataModelHelperImpl.repository(DataModelHelperImpl.java:147)
at
org.apache.felix.bundlerepository.impl.DataModelHelperImpl.repository(DataModelHelperImpl.java:118)
at
org.apache.felix.obrplugin.ObrUpdate.parseRepositoryXml(ObrUpdate.java:291)
... 32 more
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Aries JNDI iTests for jndi-url
[INFO] task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set:
<https://builds.apache.org/job/Aries/ws/aries/jndi/jndi-url-itest/target>
(included: [**], excluded: [])
[INFO] snapshot
org.apache.aries.testsupport:org.apache.aries.testsupport.unit:0.3.1-SNAPSHOT:
checking for updates from codehaus.snapshots
[INFO] snapshot
org.apache.aries.testsupport:org.apache.aries.testsupport.unit:0.3.1-SNAPSHOT:
checking for updates from apache.snapshots
[INFO] snapshot org.apache.aries:java5-parent:0.4.1-SNAPSHOT: checking for
updates from codehaus.snapshots
[INFO] snapshot org.apache.aries:java5-parent:0.4.1-SNAPSHOT: checking for
updates from apache.snapshots
[INFO] snapshot org.apache.aries:default-parent:0.4.1-SNAPSHOT: checking for
updates from codehaus.snapshots
[INFO] snapshot org.apache.aries:default-parent:0.4.1-SNAPSHOT: checking for
updates from apache.snapshots
[INFO] snapshot org.apache.aries:parent:0.4.1-SNAPSHOT: checking for updates
from codehaus.snapshots
[INFO] snapshot org.apache.aries:parent:0.4.1-SNAPSHOT: checking for updates
from apache.snapshots
[INFO] snapshot
org.apache.aries.jndi:org.apache.aries.jndi.url.itest.web:0.3.1-SNAPSHOT:
checking for updates from codehaus.snapshots
[INFO] snapshot
org.apache.aries.jndi:org.apache.aries.jndi.url.itest.web:0.3.1-SNAPSHOT:
checking for updates from apache.snapshots
[INFO] snapshot
org.apache.aries.jndi:org.apache.aries.jndi.url.itest.biz:0.3.1-SNAPSHOT:
checking for updates from codehaus.snapshots
[INFO] snapshot
org.apache.aries.jndi:org.apache.aries.jndi.url.itest.biz:0.3.1-SNAPSHOT:
checking for updates from apache.snapshots
[INFO] snapshot org.apache.aries.jndi:org.apache.aries.jndi:0.3.1-SNAPSHOT:
checking for updates from codehaus.snapshots
[INFO] snapshot org.apache.aries.jndi:org.apache.aries.jndi:0.3.1-SNAPSHOT:
checking for updates from apache.snapshots
[INFO] [enforcer:enforce {execution: default}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [paxexam:generate-depends-file {execution: generate-config}]
[INFO] Created:
<https://builds.apache.org/job/Aries/ws/aries/jndi/jndi-url-itest/target/test-classes/META-INF/maven/dependencies.properties>
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
<https://builds.apache.org/job/Aries/ws/aries/jndi/jndi-url-itest/src/main/resources>
[INFO] skip non existing resourceDirectory
<https://builds.apache.org/job/Aries/ws/aries/jndi/jndi-url-itest/src/main/filtered-resources>
[INFO] skip non existing resourceDirectory
<https://builds.apache.org/job/Aries/ws/aries/jndi/jndi-url-itest/src/main/java>
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] No sources to compile
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
<https://builds.apache.org/job/Aries/ws/aries/jndi/jndi-url-itest/src/test/resources>
[INFO] skip non existing resourceDirectory
<https://builds.apache.org/job/Aries/ws/aries/jndi/jndi-url-itest/src/test/filtered-resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 1 source file to
<https://builds.apache.org/job/Aries/ws/aries/jndi/jndi-url-itest/target/test-classes>
[JENKINS] Archiving
<https://builds.apache.org/job/Aries/ws/aries/jndi/jndi-url-itest/pom.xml> to
/home/hudson/hudson/jobs/Aries/modules/org.apache.aries.jndi$org.apache.aries.jndi.url.itest/builds/2011-10-10_14-54-10/archive/org.apache.aries.jndi/org.apache.aries.jndi.url.itest/0.3.1-SNAPSHOT/org.apache.aries.jndi.url.itest-0.3.1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
<https://builds.apache.org/job/Aries/ws/aries/jndi/jndi-url-itest/src/test/java/org/apache/aries/jndi/itests/JndiUrlIntegrationTest.java>:[25,36]
package org.apache.aries.itest does not exist
<https://builds.apache.org/job/Aries/ws/aries/jndi/jndi-url-itest/src/test/java/org/apache/aries/jndi/itests/JndiUrlIntegrationTest.java>:[33,29]
package org.apache.aries.itest does not exist
<https://builds.apache.org/job/Aries/ws/aries/jndi/jndi-url-itest/src/test/java/org/apache/aries/jndi/itests/JndiUrlIntegrationTest.java>:[41,44]
cannot find symbol
symbol: class AbstractIntegrationTest
public class JndiUrlIntegrationTest extends AbstractIntegrationTest {
<https://builds.apache.org/job/Aries/ws/aries/jndi/jndi-url-itest/src/test/java/org/apache/aries/jndi/itests/JndiUrlIntegrationTest.java>:[55,18]
cannot find symbol
symbol : method context()
location: class org.apache.aries.jndi.itests.JndiUrlIntegrationTest
<https://builds.apache.org/job/Aries/ws/aries/jndi/jndi-url-itest/src/test/java/org/apache/aries/jndi/itests/JndiUrlIntegrationTest.java>:[58,18]
cannot find symbol
symbol : method context()
location: class org.apache.aries.jndi.itests.JndiUrlIntegrationTest
<https://builds.apache.org/job/Aries/ws/aries/jndi/jndi-url-itest/src/test/java/org/apache/aries/jndi/itests/JndiUrlIntegrationTest.java>:[74,20]
cannot find symbol
symbol : variable bundleContext
location: class org.apache.aries.jndi.itests.JndiUrlIntegrationTest
<https://builds.apache.org/job/Aries/ws/aries/jndi/jndi-url-itest/src/test/java/org/apache/aries/jndi/itests/JndiUrlIntegrationTest.java>:[132,8]
cannot find symbol
symbol : method paxLogging(java.lang.String)
location: class org.apache.aries.jndi.itests.JndiUrlIntegrationTest
<https://builds.apache.org/job/Aries/ws/aries/jndi/jndi-url-itest/src/test/java/org/apache/aries/jndi/itests/JndiUrlIntegrationTest.java>:[133,8]
cannot find symbol
symbol : method transactionBootDelegation()
location: class org.apache.aries.jndi.itests.JndiUrlIntegrationTest
<https://builds.apache.org/job/Aries/ws/aries/jndi/jndi-url-itest/src/test/java/org/apache/aries/jndi/itests/JndiUrlIntegrationTest.java>:[136,8]
cannot find symbol
symbol : method mavenBundle(java.lang.String,java.lang.String)
location: class org.apache.aries.jndi.itests.JndiUrlIntegrationTest
<https://builds.apache.org/job/Aries/ws/aries/jndi/jndi-url-itest/src/test/java/org/apache/aries/jndi/itests/JndiUrlIntegrationTest.java>:[137,8]
cannot find symbol
symbol : method mavenBundle(java.lang.String,java.lang.String)
location: class org.apache.aries.jndi.itests.JndiUrlIntegrationTest
<https://builds.apache.org/job/Aries/ws/aries/jndi/jndi-url-itest/src/test/java/org/apache/aries/jndi/itests/JndiUrlIntegrationTest.java>:[138,8]
cannot find symbol
symbol : method mavenBundle(java.lang.String,java.lang.String)
location: class org.apache.aries.jndi.itests.JndiUrlIntegrationTest
<https://builds.apache.org/job/Aries/ws/aries/jndi/jndi-url-itest/src/test/java/org/apache/aries/jndi/itests/JndiUrlIntegrationTest.java>:[140,8]
cannot find symbol
symbol : method mavenBundle(java.lang.String,java.lang.String)
location: class org.apache.aries.jndi.itests.JndiUrlIntegrationTest
<https://builds.apache.org/job/Aries/ws/aries/jndi/jndi-url-itest/src/test/java/org/apache/aries/jndi/itests/JndiUrlIntegrationTest.java>:[141,8]
cannot find symbol
symbol : method mavenBundle(java.lang.String,java.lang.String)
location: class org.apache.aries.jndi.itests.JndiUrlIntegrationTest
<https://builds.apache.org/job/Aries/ws/aries/jndi/jndi-url-itest/src/test/java/org/apache/aries/jndi/itests/JndiUrlIntegrationTest.java>:[143,8]
cannot find symbol
symbol : method mavenBundle(java.lang.String,java.lang.String)
location: class org.apache.aries.jndi.itests.JndiUrlIntegrationTest
<https://builds.apache.org/job/Aries/ws/aries/jndi/jndi-url-itest/src/test/java/org/apache/aries/jndi/itests/JndiUrlIntegrationTest.java>:[144,8]
cannot find symbol
symbol : method mavenBundle(java.lang.String,java.lang.String)
location: class org.apache.aries.jndi.itests.JndiUrlIntegrationTest
<https://builds.apache.org/job/Aries/ws/aries/jndi/jndi-url-itest/src/test/java/org/apache/aries/jndi/itests/JndiUrlIntegrationTest.java>:[145,8]
cannot find symbol
symbol : method mavenBundle(java.lang.String,java.lang.String)
location: class org.apache.aries.jndi.itests.JndiUrlIntegrationTest
<https://builds.apache.org/job/Aries/ws/aries/jndi/jndi-url-itest/src/test/java/org/apache/aries/jndi/itests/JndiUrlIntegrationTest.java>:[146,8]
cannot find symbol
symbol : method mavenBundle(java.lang.String,java.lang.String)
location: class org.apache.aries.jndi.itests.JndiUrlIntegrationTest
<https://builds.apache.org/job/Aries/ws/aries/jndi/jndi-url-itest/src/test/java/org/apache/aries/jndi/itests/JndiUrlIntegrationTest.java>:[147,8]
cannot find symbol
symbol : method mavenBundle(java.lang.String,java.lang.String)
location: class org.apache.aries.jndi.itests.JndiUrlIntegrationTest
<https://builds.apache.org/job/Aries/ws/aries/jndi/jndi-url-itest/src/test/java/org/apache/aries/jndi/itests/JndiUrlIntegrationTest.java>:[149,8]
cannot find symbol
symbol : method mavenBundle(java.lang.String,java.lang.String)
location: class org.apache.aries.jndi.itests.JndiUrlIntegrationTest
<https://builds.apache.org/job/Aries/ws/aries/jndi/jndi-url-itest/src/test/java/org/apache/aries/jndi/itests/JndiUrlIntegrationTest.java>:[150,8]
cannot find symbol
symbol : method mavenBundle(java.lang.String,java.lang.String)
location: class org.apache.aries.jndi.itests.JndiUrlIntegrationTest
<https://builds.apache.org/job/Aries/ws/aries/jndi/jndi-url-itest/src/test/java/org/apache/aries/jndi/itests/JndiUrlIntegrationTest.java>:[151,8]
cannot find symbol
symbol : method mavenBundle(java.lang.String,java.lang.String)
location: class org.apache.aries.jndi.itests.JndiUrlIntegrationTest
[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.BuildFailureException: Compilation failure
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:597)
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:185)
at hudson.maven.MavenBuilder.call(MavenBuilder.java:160)
at
hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:1059)
at
hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:990)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:287)
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
Caused by: org.apache.maven.plugin.CompilationFailureException: Compilation
failure
at
org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:516)
at
org.apache.maven.plugin.TestCompilerMojo.execute(TestCompilerMojo.java:102)
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: 9 minutes 56 seconds
[INFO] Finished at: Mon Oct 10 15:05:03 UTC 2011
[INFO] Final Memory: 159M/547M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: [email protected]
channel stopped