You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by Apache Hudson Server <hu...@hudson.apache.org> on 2010/08/25 16:08:19 UTC

Build failed in Hudson: tobago-trunk #5

See <https://hudson.apache.org/hudson/job/tobago-trunk/5/changes>

Changes:

[bommel] update to myfaces 9 master pom

------------------------------------------
Started by an SCM change
Building remotely on vesta.apache.org (Ubuntu)
Updating https://svn.apache.org/repos/asf/myfaces/tobago/trunk
U         pom.xml
At revision 989114
Parsing POMs
[trunk] $ /home/hudson/tools/java/latest1.5/bin/java -cp /home/hudson/hudson-slave/maven-agent.jar:/home/hudson/tools/maven/latest/boot/classworlds-1.1.jar hudson.maven.agent.Main /home/hudson/tools/maven/latest /home/hudson/hudson-slave/slave.jar /home/hudson/hudson-slave/maven-interceptor.jar 57452 /home/hudson/hudson-slave/maven2.1-interceptor.jar
<===[HUDSON REMOTING CAPACITY]===>channel started
   Executing Maven:  -B -f <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/pom.xml> -Pall-modules clean checkstyle:check install
[INFO] Scanning for projects...
[INFO] Reactor build order: 
[INFO]   Apache Tobago
[INFO]   Tobago Tool
[INFO]   Tobago Tool Annotation
[INFO]   Tobago Tool Apt
[INFO]   Tobago JSF Compatibility
[INFO]   Tobago Core
[INFO]   Tobago Extensions
[INFO]   Tobago Taglib Extension
[INFO]   Tobago Themes
[INFO]   Tobago Theme Standard
[INFO]   Tobago Theme Scarborough
[INFO]   Tobago Theme Speyside
[INFO]   Tobago Theme Richmond
[INFO]   Tobago Theme Charlotteville
[INFO]   Tobago Deprecation
[INFO]   Tobago Facelets
[INFO]   Tobago Fileupload
[INFO]   Tobago Sandbox
[INFO]   Tobago Security
[INFO]   Tobago Examples
[INFO]   Tobago Example Addressbook Library
[INFO]   Tobago Example Addressbook
[INFO]   Tobago Example Blank
[INFO]   Tobago Example Data (to use in other examples)
[INFO]   Tobago Example Demo
[INFO]   Tobago Example Non-Faces-Request
[INFO]   Tobago Example Experimental
[INFO]   Tobago Example Test
[INFO]   Tobago Example for Portlets
[INFO]   Tobago Example Sandbox
[INFO]   Tobago Example Security
[INFO]   Tobago Example Assembly
[INFO]   Tobago Theme Example
[INFO]   Tobago Example Seam
[INFO]   Tobago Assembly
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tobago
[INFO]    task-segment: [clean, checkstyle:check, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/target>
[INFO] [checkstyle:check {execution: default-cli}]
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/pom.xml> to /home/hudson/hudson/jobs/tobago-trunk/modules/org.apache.myfaces.tobago$tobago/builds/2010-08-25_14-08-00/archive/org.apache.myfaces.tobago/tobago/1.5.0-alpha-2-SNAPSHOT/pom.xml
[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] basedir <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/src/main/java> does not exist
[INFO] ------------------------------------------------------------------------
[INFO] Trace
java.lang.IllegalStateException: basedir <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/src/main/java> does not exist
	at org.codehaus.plexus.util.DirectoryScanner.scan(DirectoryScanner.java:550)
	at org.codehaus.plexus.util.FileUtils.getFileAndDirectoryNames(FileUtils.java:1717)
	at org.codehaus.plexus.util.FileUtils.getFileNames(FileUtils.java:1645)
	at org.codehaus.plexus.util.FileUtils.getFileNames(FileUtils.java:1627)
	at org.codehaus.plexus.util.FileUtils.getFiles(FileUtils.java:1601)
	at org.codehaus.plexus.util.FileUtils.getFiles(FileUtils.java:1584)
	at org.apache.maven.plugin.checkstyle.DefaultCheckstyleExecutor.getFilesToProcess(DefaultCheckstyleExecutor.java:407)
	at org.apache.maven.plugin.checkstyle.DefaultCheckstyleExecutor.executeCheckstyle(DefaultCheckstyleExecutor.java:89)
	at org.apache.maven.plugin.checkstyle.CheckstyleViolationCheckMojo.execute(CheckstyleViolationCheckMojo.java:393)
	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.executeStandaloneGoal(DefaultLifecycleExecutor.java:569)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:539)
	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:708)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:652)
	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)
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11 seconds
[INFO] Finished at: Wed Aug 25 14:08:19 UTC 2010
[INFO] Final Memory: 20M/216M
[INFO] ------------------------------------------------------------------------
channel stopped


Hudson build is back to normal : tobago-trunk #8

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/tobago-trunk/8/>



Build failed in Hudson: tobago-trunk #7

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/tobago-trunk/7/>

------------------------------------------
[...truncated 2342 lines...]
[INFO] Transforming file: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/gridLayout/size-preferred.xhtml>
[INFO] Transforming file: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/gridLayout/too-less-components-horizontal-6.xhtml>
[INFO] Transforming file: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/gridLayout/position-1+1x1-span.xhtml>
[INFO] Transforming file: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/time/time.xhtml>
[INFO] Transforming file: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/selectBooleanCheckbox/selectBooleanCheckbox.xhtml>
[INFO] Transforming file: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/tabGroup/simple.xhtml>
[INFO] Transforming file: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/tabGroup/selectedIndexWithoutSetter.xhtml>
[INFO] Transforming file: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/file/file.xhtml>
[INFO] Transforming file: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/selectManyListbox/selectManyListbox.xhtml>
[INFO] Transforming file: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/selectOneListbox/selectOneListbox.xhtml>
[INFO] Transforming file: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/image/image.xhtml>
[INFO] Transforming file: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/selectManyCheckbox/selectManyCheckbox.xhtml>
[INFO] Transforming file: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/selectOneRadio/selectOneRadio.xhtml>
[INFO] Transforming file: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/date/date.xhtml>
[INFO] Transforming file: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/menuBar/menuBar.xhtml>
[INFO] Transforming file: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/hidden/hidden.xhtml>
[INFO] Transforming file: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/box/box-box-relative.xhtml>
[INFO] Transforming file: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/box/box.xhtml>
[INFO] Transforming file: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/box/box-scrollbar.xhtml>
[INFO] Transforming file: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/box/box-box-auto.xhtml>
[INFO] Transforming file: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/separator/separator-without-label.xhtml>
[INFO] Transforming file: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/separator/separator-with-label.xhtml>
[INFO] Transforming file: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/separator/separator-with-label-facet.xhtml>
[INFO] Transforming file: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/reload/tip.xhtml>
[INFO] Transforming file: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/popup/z-index.xhtml>
[INFO] Transforming file: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/toolBar/toolBar-fragment.xhtml>
[INFO] Transforming file: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/toolBar/toolBar.xhtml>
[INFO] Transforming file: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/selectItem/type-of-literals.xhtml>
[INFO] Transforming file: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-test/src/main/webapp/navigation.xhtml>
[INFO] Transforming file: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-test/src/main/webapp/simple.xhtml>
[INFO] Transforming file: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-test/src/main/webapp/tf/wizard/navi/fileIntoCondition.xhtml>
[INFO] Transforming file: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-test/src/main/webapp/tf/wizard/navi/page.xhtml>
[INFO] Transforming file: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-test/src/main/webapp/tf/wizard/navi/forwardCondition.xhtml>
[INFO] Transforming file: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-test/src/main/webapp/tf/wizard/navi/finish.xhtml>
[INFO] Transforming file: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-test/src/main/webapp/tf/wizard/navi/filter.xhtml>
[INFO] Transforming file: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-test/src/main/webapp/tx/in/in.xhtml>
[INFO] Transforming file: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-test/src/main/webapp/tx/in/inputSuggest.xhtml>
[INFO] Transforming file: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-test/src/main/webapp/tx/time/time.xhtml>
[INFO] Transforming file: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-test/src/main/webapp/tx/date/date.xhtml>
[INFO] Transforming file: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-test/src/main/webapp/meta-test/meta-0-ok.xhtml>
[INFO] Transforming file: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-test/src/main/webapp/meta-test/meta-1-fail.xhtml>
[INFO] Transforming file: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-test/src/main/webapp/meta-test/meta-2-ok.xhtml>
[INFO] Transforming file: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-test/src/main/webapp/meta-test/meta-3-ok.xhtml>
[INFO] Transforming file: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-test/src/main/webapp/meta-test/meta-4-not-tobago.xhtml>
[INFO] Transforming file: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-test/src/main/webapp/facet/contextMenu/panel.xhtml>
[INFO] Transformed 121 file(s).
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 19 source files to <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-test/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-test/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 9 source files to <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-test/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-test/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.myfaces.tobago.example.test.FilterUnitTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.224 sec

Results :

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

[HUDSON] Recording test results
[INFO] [war:war {execution: default-war}]
[INFO] Exploding webapp...
[INFO] Assembling webapp tobago-example-test in <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-test/target/tobago-example-test>
[INFO] Copy webapp webResources to <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-test/target/tobago-example-test>
[INFO] Copy webapp webResources to <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-test/target/tobago-example-test>
[INFO] Generating war <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-test/target/tobago-example-test.war>
[INFO] Building war: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-test/target/tobago-example-test.war>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-test/target/tobago-example-test.war> to /export/home/hudson/.m2/repository/org/apache/myfaces/tobago/tobago-example-test/1.5.0-alpha-2-SNAPSHOT/tobago-example-test-1.5.0-alpha-2-SNAPSHOT.war
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-test/target/tobago-example-test.war> to /home/hudson/hudson/jobs/tobago-trunk/modules/org.apache.myfaces.tobago$tobago-example-test/builds/2010-08-25_19-42-56/archive/org.apache.myfaces.tobago/tobago-example-test/1.5.0-alpha-2-SNAPSHOT/tobago-example-test.war
[INFO] ------------------------------------------------------------------------
[INFO] Building Tobago Example for Portlets
[INFO]    task-segment: [clean, checkstyle:check, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Preparing checkstyle:check
Downloading: http://repo1.maven.org/maven2/com/sun/el/el-ri/1.0/el-ri-1.0.pom

Downloading: http://repo1.maven.org/maven2/com/sun/el/el-ri/1.0/el-ri-1.0.jar

[HUDSON] Archiving <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-portlet/pom.xml> to /home/hudson/hudson/jobs/tobago-trunk/modules/org.apache.myfaces.tobago$tobago-example-portlet/builds/2010-08-25_19-42-56/archive/org.apache.myfaces.tobago/tobago-example-portlet/1.5.0-alpha-2-SNAPSHOT/pom.xml
[INFO] [checkstyle:checkstyle {execution: checkstyle}]
[INFO] [checkstyle:check {execution: default-cli}]
[INFO] [enforcer:enforce {execution: enforce}]
[INFO] [build-helper:add-source {execution: default}]
[INFO] Source directory: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-portlet/src/main/java-jsf-1.2> added.
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 1 source file to <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-portlet/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-portlet/src/test/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://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-portlet/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
There are no tests to run.

Results :

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

[HUDSON] Recording test results
[INFO] [war:war {execution: default-war}]
[INFO] Exploding webapp...
[INFO] Assembling webapp tobago-example-portlet in <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-portlet/target/tobago-example-portlet-1.5.0-alpha-2-SNAPSHOT>
[INFO] Copy webapp webResources to <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-portlet/target/tobago-example-portlet-1.5.0-alpha-2-SNAPSHOT>
[INFO] Generating war <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-portlet/target/tobago-example-portlet-1.5.0-alpha-2-SNAPSHOT.war>
[INFO] Building war: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-portlet/target/tobago-example-portlet-1.5.0-alpha-2-SNAPSHOT.war>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-portlet/target/tobago-example-portlet-1.5.0-alpha-2-SNAPSHOT.war> to /export/home/hudson/.m2/repository/org/apache/myfaces/tobago/tobago-example-portlet/1.5.0-alpha-2-SNAPSHOT/tobago-example-portlet-1.5.0-alpha-2-SNAPSHOT.war
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-portlet/target/tobago-example-portlet-1.5.0-alpha-2-SNAPSHOT.war> to /home/hudson/hudson/jobs/tobago-trunk/modules/org.apache.myfaces.tobago$tobago-example-portlet/builds/2010-08-25_19-42-56/archive/org.apache.myfaces.tobago/tobago-example-portlet/1.5.0-alpha-2-SNAPSHOT/tobago-example-portlet-1.5.0-alpha-2-SNAPSHOT.war
[INFO] ------------------------------------------------------------------------
[INFO] Building Tobago Example Sandbox
[INFO]    task-segment: [clean, checkstyle:check, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Preparing checkstyle:check
[INFO] snapshot org.apache.myfaces.tobago:tobago-sandbox:1.5.0-alpha-2-SNAPSHOT: checking for updates from java.net
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-sandbox/pom.xml> to /home/hudson/hudson/jobs/tobago-trunk/modules/org.apache.myfaces.tobago$tobago-example-sandbox/builds/2010-08-25_19-42-56/archive/org.apache.myfaces.tobago/tobago-example-sandbox/1.5.0-alpha-2-SNAPSHOT/pom.xml
[INFO] [checkstyle:checkstyle {execution: checkstyle}]
[INFO] [checkstyle:check {execution: default-cli}]
[INFO] [enforcer:enforce {execution: enforce}]
[INFO] [apt:process {execution: tobago-facelet-sandbox-taglib}]
[INFO] Nothing to process - all processor-generated files are up to date
[INFO] [build-helper:add-source {execution: default}]
[INFO] Source directory: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-sandbox/src/main/java-jsf-1.2> added.
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-sandbox/target/generated-sources>
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 1 source file to <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-sandbox/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-sandbox/src/test/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://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-sandbox/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
There are no tests to run.

Results :

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

[HUDSON] Recording test results
[INFO] [war:war {execution: default-war}]
[INFO] Exploding webapp...
[INFO] Assembling webapp tobago-example-sandbox in <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-sandbox/target/tobago-example-sandbox>
[INFO] Copy webapp webResources to <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-sandbox/target/tobago-example-sandbox>
[INFO] Generating war <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-sandbox/target/tobago-example-sandbox.war>
[INFO] Building war: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-sandbox/target/tobago-example-sandbox.war>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-sandbox/target/tobago-example-sandbox.war> to /export/home/hudson/.m2/repository/org/apache/myfaces/tobago/tobago-example-sandbox/1.5.0-alpha-2-SNAPSHOT/tobago-example-sandbox-1.5.0-alpha-2-SNAPSHOT.war
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-sandbox/target/tobago-example-sandbox.war> to /home/hudson/hudson/jobs/tobago-trunk/modules/org.apache.myfaces.tobago$tobago-example-sandbox/builds/2010-08-25_19-42-56/archive/org.apache.myfaces.tobago/tobago-example-sandbox/1.5.0-alpha-2-SNAPSHOT/tobago-example-sandbox.war
Build timed out. Aborting
channel stopped
[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] null
[INFO] ------------------------------------------------------------------------
[INFO] Trace
java.lang.reflect.UndeclaredThrowableException
	at $Proxy2.isArchivingDisabled(Unknown Source)
	at hudson.maven.MavenBuildProxy$Filter.isArchivingDisabled(MavenBuildProxy.java:222)
	at hudson.maven.reporters.MavenArtifact.archive(MavenArtifact.java:192)
	at hudson.maven.reporters.MavenArtifactArchiver.postBuild(MavenArtifactArchiver.java:109)
	at hudson.maven.MavenModuleSetBuild$Builder.postModule(MavenModuleSetBuild.java:741)
	at hudson.maven.MavenBuilder$Adapter.fireLeaveModule(MavenBuilder.java:317)
	at hudson.maven.MavenBuilder$Adapter.postBuild(MavenBuilder.java:275)
	at org.apache.maven.lifecycle.LifecycleExecutorInterceptor.execute(LifecycleExecutorInterceptor.java:68)
	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:585)
	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:708)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:652)
	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:650)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
	at java.lang.Thread.run(Thread.java:595)
Caused by: hudson.remoting.ChannelClosedException: channel is already closed
	at hudson.remoting.Channel.send(Channel.java:414)
	at hudson.remoting.Request.call(Request.java:105)
	at hudson.remoting.Channel.call(Channel.java:557)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:158)
	... 30 more
Caused by: hudson.remoting.Channel$OrderlyShutdown
	at hudson.remoting.Channel$CloseCommand.execute(Channel.java:691)
	at hudson.remoting.Channel$ReaderThread.run(Channel.java:890)
Caused by: Command close created at
	at hudson.remoting.Command.<init>(Command.java:58)
	at hudson.remoting.Command.<init>(Command.java:47)
	at hudson.remoting.Channel$CloseCommand.<init>(Channel.java:687)
	at hudson.remoting.Channel$CloseCommand.<init>(Channel.java:687)
	at hudson.remoting.Channel.close(Channel.java:732)
	at hudson.slaves.Channels$1.close(Channels.java:91)
	at hudson.maven.ProcessCache$MavenProcess.discard(ProcessCache.java:145)
	at hudson.maven.MavenModuleSetBuild$RunnerImpl.doRun(MavenModuleSetBuild.java:499)
	at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:416)
	at hudson.model.Run.run(Run.java:1248)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:318)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:129)
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 87 minutes 16 seconds
[INFO] Finished at: Wed Aug 25 21:12:15 GMT+00:00 2010


Build failed in Hudson: tobago-trunk #6

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/tobago-trunk/6/changes>

Changes:

[bommel] ensure checkstyle version

[bommel] update maven version

------------------------------------------
[...truncated 2163 lines...]

[INFO] [clean:clean {execution: default-clean}]
[INFO] Preparing checkstyle:check
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-demo/pom.xml> to /home/hudson/hudson/jobs/tobago-trunk/modules/org.apache.myfaces.tobago$tobago-example-demo/builds/2010-08-25_17-57-05/archive/org.apache.myfaces.tobago/tobago-example-demo/1.5.0-alpha-2-SNAPSHOT/pom.xml
[INFO] [checkstyle:checkstyle {execution: checkstyle}]
[INFO] [checkstyle:check {execution: default-cli}]
[INFO] [enforcer:enforce {execution: enforce}]
[INFO] [build-helper:add-source {execution: default}]
[INFO] Source directory: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-demo/src/main/java-jsf-1.2> added.
[INFO] [remote-resources:process {execution: default}]
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-io/1.0-alpha-5/plexus-io-1.0-alpha-5.pom

Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-io/1.0-alpha-5/plexus-io-1.0-alpha-5.jar

[INFO] [xml:transform {execution: default}]
[INFO] Transforming file: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-demo/src/main/webapp/overview/sheet.xhtml>
[INFO] Transforming file: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-demo/src/main/webapp/overview/browser.xhtml>
[INFO] Transforming file: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-demo/src/main/webapp/overview/validation.xhtml>
[INFO] Transforming file: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-demo/src/main/webapp/overview/theme.xhtml>
[INFO] Transforming file: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-demo/src/main/webapp/overview/toolbar.xhtml>
[INFO] Transforming file: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-demo/src/main/webapp/overview/tree.xhtml>
[INFO] Transforming file: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-demo/src/main/webapp/overview/form.xhtml>
[INFO] Transforming file: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-demo/src/main/webapp/overview/validation-severity.xhtml>
[INFO] Transforming file: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-demo/src/main/webapp/overview/layout.xhtml>
[INFO] Transforming file: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-demo/src/main/webapp/overview/basic.xhtml>
[INFO] Transforming file: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-demo/src/main/webapp/overview/intro.xhtml>
[INFO] Transforming file: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-demo/src/main/webapp/overview/locale.xhtml>
[INFO] Transforming file: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-demo/src/main/webapp/overview/tab.xhtml>
[INFO] Transforming file: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-demo/src/main/webapp/reference/tree/tree-normal.xhtml>
[INFO] Transforming file: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-demo/src/main/webapp/reference/tree/tree-menu.xhtml>
[INFO] Transforming file: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-demo/src/main/webapp/reference/tree/tree-select.xhtml>
[INFO] Transforming file: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-demo/src/main/webapp/reference/tree/tree-simple.xhtml>
[INFO] Transforming file: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-demo/src/main/webapp/reference/tree/tree-listbox.xhtml>
[INFO] Transforming file: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-demo/src/main/webapp/reference/popup.xhtml>
[INFO] Transformed 19 file(s).
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
Downloading: http://repo1.maven.org/maven2/junit/junit/4.6/junit-4.6.pom

[INFO] [theme:resources {execution: default}]
[INFO] Expanding: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-theme/tobago-theme-charlotteville/target/tobago-theme-charlotteville-1.5.0-alpha-2-SNAPSHOT.jar> into <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-demo/target/theme/work/tobago-theme-charlotteville-1.5.0-alpha-2-SNAPSHOT>
[INFO] Expanding: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-theme/tobago-theme-scarborough/target/tobago-theme-scarborough-1.5.0-alpha-2-SNAPSHOT.jar> into <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-demo/target/theme/work/tobago-theme-scarborough-1.5.0-alpha-2-SNAPSHOT>
[INFO] Expanding: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-theme/tobago-theme-speyside/target/tobago-theme-speyside-1.5.0-alpha-2-SNAPSHOT.jar> into <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-demo/target/theme/work/tobago-theme-speyside-1.5.0-alpha-2-SNAPSHOT>
[INFO] Expanding: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-theme/tobago-theme-richmond/target/tobago-theme-richmond-1.5.0-alpha-2-SNAPSHOT.jar> into <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-demo/target/theme/work/tobago-theme-richmond-1.5.0-alpha-2-SNAPSHOT>
[INFO] Expanding: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-theme/tobago-theme-standard/target/tobago-theme-standard-1.5.0-alpha-2-SNAPSHOT.jar> into <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-demo/target/theme/work/tobago-theme-standard-1.5.0-alpha-2-SNAPSHOT>
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 37 source files to <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-demo/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-demo/src/test/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://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-demo/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
There are no tests to run.

Results :

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

[HUDSON] Recording test results
[INFO] [war:war {execution: default-war}]
[INFO] Exploding webapp...
[INFO] Assembling webapp tobago-example-demo in <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-demo/target/tobago-example-demo>
[INFO] Copy webapp webResources to <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-demo/target/tobago-example-demo>
[INFO] Copy webapp webResources to <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-demo/target/tobago-example-demo>
[INFO] Generating war <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-demo/target/tobago-example-demo.war>
[INFO] Building war: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-demo/target/tobago-example-demo.war>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-demo/target/tobago-example-demo.war> to /export/home/hudson/.m2/repository/org/apache/myfaces/tobago/tobago-example-demo/1.5.0-alpha-2-SNAPSHOT/tobago-example-demo-1.5.0-alpha-2-SNAPSHOT.war
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-demo/target/tobago-example-demo.war> to /home/hudson/hudson/jobs/tobago-trunk/modules/org.apache.myfaces.tobago$tobago-example-demo/builds/2010-08-25_17-57-05/archive/org.apache.myfaces.tobago/tobago-example-demo/1.5.0-alpha-2-SNAPSHOT/tobago-example-demo.war
[INFO] ------------------------------------------------------------------------
[INFO] Building Tobago Example Non-Faces-Request
[INFO]    task-segment: [clean, checkstyle:check, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Preparing checkstyle:check
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-nonfacesrequest/pom.xml> to /home/hudson/hudson/jobs/tobago-trunk/modules/org.apache.myfaces.tobago$tobago-example-nonfacesrequest/builds/2010-08-25_17-57-05/archive/org.apache.myfaces.tobago/tobago-example-nonfacesrequest/1.5.0-alpha-2-SNAPSHOT/pom.xml
[INFO] [checkstyle:checkstyle {execution: checkstyle}]
[INFO] [checkstyle:check {execution: default-cli}]
[INFO] [enforcer:enforce {execution: enforce}]
[INFO] [build-helper:add-source {execution: default}]
[INFO] Source directory: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-nonfacesrequest/src/main/java-jsf-1.2> added.
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-nonfacesrequest/src/main/resources>
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 2 source files to <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-nonfacesrequest/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-nonfacesrequest/src/test/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://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-nonfacesrequest/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
There are no tests to run.

Results :

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

[HUDSON] Recording test results
[INFO] [war:war {execution: default-war}]
[INFO] Exploding webapp...
[INFO] Assembling webapp tobago-example-nonfacesrequest in <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-nonfacesrequest/target/tobago-example-nonfacesrequest>
[INFO] Copy webapp webResources to <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-nonfacesrequest/target/tobago-example-nonfacesrequest>
[INFO] Generating war <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-nonfacesrequest/target/tobago-example-nonfacesrequest.war>
[INFO] Building war: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-nonfacesrequest/target/tobago-example-nonfacesrequest.war>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-nonfacesrequest/target/tobago-example-nonfacesrequest.war> to /export/home/hudson/.m2/repository/org/apache/myfaces/tobago/tobago-example-nonfacesrequest/1.5.0-alpha-2-SNAPSHOT/tobago-example-nonfacesrequest-1.5.0-alpha-2-SNAPSHOT.war
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-nonfacesrequest/target/tobago-example-nonfacesrequest.war> to /home/hudson/hudson/jobs/tobago-trunk/modules/org.apache.myfaces.tobago$tobago-example-nonfacesrequest/builds/2010-08-25_17-57-05/archive/org.apache.myfaces.tobago/tobago-example-nonfacesrequest/1.5.0-alpha-2-SNAPSHOT/tobago-example-nonfacesrequest.war
[INFO] ------------------------------------------------------------------------
[INFO] Building Tobago Example Experimental
[INFO]    task-segment: [clean, checkstyle:check, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Preparing checkstyle:check
Downloading: http://repo1.maven.org/maven2/hsqldb/hsqldb/1.8.0.1/hsqldb-1.8.0.1.pom

Downloading: http://repo1.maven.org/maven2/org/apache/myfaces/tomahawk/tomahawk12/1.1.9/tomahawk12-1.1.9.pom

Downloading: http://repo1.maven.org/maven2/org/apache/myfaces/tomahawk/tomahawk-project/1.1.9/tomahawk-project-1.1.9.pom

Downloading: http://repo1.maven.org/maven2/org/apache/myfaces/tomahawk/tomahawk12/1.1.9/tomahawk12-1.1.9.jar

[HUDSON] Archiving <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-experimental/pom.xml> to /home/hudson/hudson/jobs/tobago-trunk/modules/org.apache.myfaces.tobago$tobago-example-experimental/builds/2010-08-25_17-57-05/archive/org.apache.myfaces.tobago/tobago-example-experimental/1.5.0-alpha-2-SNAPSHOT/pom.xml
[INFO] [checkstyle:checkstyle {execution: checkstyle}]
[INFO] [checkstyle:check {execution: default-cli}]
Downloading: http://repo1.maven.org/maven2/hsqldb/hsqldb/1.8.0.1/hsqldb-1.8.0.1.jar

[INFO] [enforcer:enforce {execution: enforce}]
[INFO] [build-helper:add-source {execution: default}]
[INFO] Source directory: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-experimental/src/main/java-jsf-1.2> added.
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-experimental/src/main/resources>
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 10 source files to <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-experimental/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-experimental/src/test/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://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-experimental/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
There are no tests to run.

Results :

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

[HUDSON] Recording test results
[INFO] [war:war {execution: default-war}]
[INFO] Exploding webapp...
[INFO] Assembling webapp tobago-example-experimental in <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-experimental/target/tobago-example-experimental>
[INFO] Copy webapp webResources to <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-experimental/target/tobago-example-experimental>
[INFO] Generating war <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-experimental/target/tobago-example-experimental.war>
[INFO] Building war: <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-experimental/target/tobago-example-experimental.war>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-experimental/target/tobago-example-experimental.war> to /export/home/hudson/.m2/repository/org/apache/myfaces/tobago/tobago-example-experimental/1.5.0-alpha-2-SNAPSHOT/tobago-example-experimental-1.5.0-alpha-2-SNAPSHOT.war
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/tobago-trunk/ws/trunk/tobago-example/tobago-example-experimental/target/tobago-example-experimental.war> to /home/hudson/hudson/jobs/tobago-trunk/modules/org.apache.myfaces.tobago$tobago-example-experimental/builds/2010-08-25_17-57-05/archive/org.apache.myfaces.tobago/tobago-example-experimental/1.5.0-alpha-2-SNAPSHOT/tobago-example-experimental.war
Build timed out. Aborting
channel stopped
[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] null
[INFO] ------------------------------------------------------------------------
[INFO] Trace
java.lang.reflect.UndeclaredThrowableException
	at $Proxy2.isArchivingDisabled(Unknown Source)
	at hudson.maven.MavenBuildProxy$Filter.isArchivingDisabled(MavenBuildProxy.java:222)
	at hudson.maven.reporters.MavenArtifact.archive(MavenArtifact.java:192)
	at hudson.maven.reporters.MavenArtifactArchiver.postBuild(MavenArtifactArchiver.java:109)
	at hudson.maven.MavenModuleSetBuild$Builder.postModule(MavenModuleSetBuild.java:741)
	at hudson.maven.MavenBuilder$Adapter.fireLeaveModule(MavenBuilder.java:317)
	at hudson.maven.MavenBuilder$Adapter.postBuild(MavenBuilder.java:275)
	at org.apache.maven.lifecycle.LifecycleExecutorInterceptor.execute(LifecycleExecutorInterceptor.java:68)
	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:585)
	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:708)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:652)
	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:650)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
	at java.lang.Thread.run(Thread.java:595)
Caused by: hudson.remoting.ChannelClosedException: channel is already closed
	at hudson.remoting.Channel.send(Channel.java:414)
	at hudson.remoting.Request.call(Request.java:105)
	at hudson.remoting.Channel.call(Channel.java:557)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:158)
	... 30 more
Caused by: hudson.remoting.Channel$OrderlyShutdown
	at hudson.remoting.Channel$CloseCommand.execute(Channel.java:691)
	at hudson.remoting.Channel$ReaderThread.run(Channel.java:890)
Caused by: Command close created at
	at hudson.remoting.Command.<init>(Command.java:58)
	at hudson.remoting.Command.<init>(Command.java:47)
	at hudson.remoting.Channel$CloseCommand.<init>(Channel.java:687)
	at hudson.remoting.Channel$CloseCommand.<init>(Channel.java:687)
	at hudson.remoting.Channel.close(Channel.java:732)
	at hudson.slaves.Channels$1.close(Channels.java:91)
	at hudson.maven.ProcessCache$MavenProcess.discard(ProcessCache.java:145)
	at hudson.maven.MavenModuleSetBuild$RunnerImpl.doRun(MavenModuleSetBuild.java:499)
	at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:416)
	at hudson.model.Run.run(Run.java:1248)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:318)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:129)
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 57 minutes 27 seconds
[INFO] Finished at: Wed Aug 25 18:56:26 GMT+00:00 2010
[INFO] Final Memory: 71M/245M
[INFO] ------------------------------------------------------------------------