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 2011/03/22 12:01:00 UTC

Build failed in Jenkins: tobago-1.0.x #75

See <https://hudson.apache.org/hudson/job/tobago-1.0.x/75/changes>

Changes:

[lofwyr] TOBAGO-983: ComponentUtils.findDescendant returns the wrong component

------------------------------------------
[...truncated 2176 lines...]
A         extension/message-fix/src/test/java
A         extension/message-fix/src/test/java/org
A         extension/message-fix/src/test/java/org/apache
A         extension/message-fix/src/test/java/org/apache/myfaces
A         extension/message-fix/src/test/java/org/apache/myfaces/tobago
A         extension/message-fix/src/test/java/org/apache/myfaces/tobago/extension
A         extension/message-fix/src/test/java/org/apache/myfaces/tobago/extension/fix
A         extension/message-fix/src/test/java/org/apache/myfaces/tobago/extension/fix/message
AU        extension/message-fix/src/test/java/org/apache/myfaces/tobago/extension/fix/message/MessageFixFacesContextUnitTest.java
A         extension/message-fix/src/main
A         extension/message-fix/src/main/java
A         extension/message-fix/src/main/java/org
A         extension/message-fix/src/main/java/org/apache
A         extension/message-fix/src/main/java/org/apache/myfaces
A         extension/message-fix/src/main/java/org/apache/myfaces/tobago
A         extension/message-fix/src/main/java/org/apache/myfaces/tobago/extension
A         extension/message-fix/src/main/java/org/apache/myfaces/tobago/extension/fix
A         extension/message-fix/src/main/java/org/apache/myfaces/tobago/extension/fix/message
AU        extension/message-fix/src/main/java/org/apache/myfaces/tobago/extension/fix/message/MessageFixFacesContext.java
AU        extension/message-fix/src/main/java/org/apache/myfaces/tobago/extension/fix/message/MessageFixFacesContextFactoryImpl.java
A         extension/message-fix/src/main/resources
A         extension/message-fix/src/main/resources/META-INF
AU        extension/message-fix/src/main/resources/META-INF/NOTICE.txt
AU        extension/message-fix/src/main/resources/META-INF/LICENSE.txt
AU        extension/message-fix/src/main/resources/META-INF/faces-config.xml
AU        extension/message-fix/pom.xml
AU        extension/pom.xml
A         sandbox
A         sandbox/src
A         sandbox/src/test
A         sandbox/src/test/java
A         sandbox/src/test/java/org
A         sandbox/src/test/java/org/apache
A         sandbox/src/test/java/org/apache/myfaces
A         sandbox/src/test/java/org/apache/myfaces/tobago
A         sandbox/src/test/java/org/apache/myfaces/tobago/model
AU        sandbox/src/test/java/org/apache/myfaces/tobago/model/TreeModelUnitTest.java
AU        sandbox/src/test/java/org/apache/myfaces/tobago/model/MixedTreeModelUnitTest.java
A         sandbox/src/test/java/org/apache/myfaces/tobago/taglib
A         sandbox/src/test/java/org/apache/myfaces/tobago/taglib/sandbox
AU        sandbox/src/test/java/org/apache/myfaces/tobago/taglib/sandbox/SandboxGenericComponentTagUnitTest.java
A         sandbox/src/test/resources
A         sandbox/src/test/resources/org
A         sandbox/src/test/resources/org/apache
A         sandbox/src/test/resources/org/apache/myfaces
A         sandbox/src/test/resources/org/apache/myfaces/tobago
A         sandbox/src/test/resources/org/apache/myfaces/tobago/renderkit
A         sandbox/src/test/resources/org/apache/myfaces/tobago/renderkit/html
A         sandbox/src/test/resources/org/apache/myfaces/tobago/renderkit/html/scarborough
A         sandbox/src/test/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard
AU        sandbox/src/test/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/TreeNodeRendererUnitTest.java
A         sandbox/src/main
A         sandbox/src/main/java
A         sandbox/src/main/java/org
A         sandbox/src/main/java/org/apache
A         sandbox/src/main/java/org/apache/myfaces
A         sandbox/src/main/java/org/apache/myfaces/tobago
A         sandbox/src/main/java/org/apache/myfaces/tobago/model
AU        sandbox/src/main/java/org/apache/myfaces/tobago/model/TreeModel.java
AU        sandbox/src/main/java/org/apache/myfaces/tobago/model/Wizard.java
AU        sandbox/src/main/java/org/apache/myfaces/tobago/model/AbstractCrudController.java
AU        sandbox/src/main/java/org/apache/myfaces/tobago/model/MixedTreeModel.java
AU        sandbox/src/main/java/org/apache/myfaces/tobago/model/WizardStep.java
AU        sandbox/src/main/java/org/apache/myfaces/tobago/model/Crud.java
A         sandbox/src/main/java/org/apache/myfaces/tobago/event
AU        sandbox/src/main/java/org/apache/myfaces/tobago/event/FacesEventWrapper.java
A         sandbox/src/main/java/org/apache/myfaces/tobago/component
AU        sandbox/src/main/java/org/apache/myfaces/tobago/component/UITreeNode.java
AU        sandbox/src/main/java/org/apache/myfaces/tobago/component/TreeModelBuilder.java
AU        sandbox/src/main/java/org/apache/myfaces/tobago/component/UITreeData.java
AU        sandbox/src/main/java/org/apache/myfaces/tobago/component/UIInputNumberSlider.java
AU        sandbox/src/main/java/org/apache/myfaces/tobago/component/UITree.java
AU        sandbox/src/main/java/org/apache/myfaces/tobago/component/UIWizard.java
A         sandbox/src/main/java/org/apache/myfaces/tobago/taglib
A         sandbox/src/main/java/org/apache/myfaces/tobago/taglib/sandbox
AU        sandbox/src/main/java/org/apache/myfaces/tobago/taglib/sandbox/TreeNodeTag.java
AU        sandbox/src/main/java/org/apache/myfaces/tobago/taglib/sandbox/TreeTagDeclaration.java
AU        sandbox/src/main/java/org/apache/myfaces/tobago/taglib/sandbox/WizardTagDeclaration.java
AU        sandbox/src/main/java/org/apache/myfaces/tobago/taglib/sandbox/WizardCancelTag.java
AU        sandbox/src/main/java/org/apache/myfaces/tobago/taglib/sandbox/RichTextEditorTagDeclaration.java
AU        sandbox/src/main/java/org/apache/myfaces/tobago/taglib/sandbox/InputNumberSliderTag.java
AU        sandbox/src/main/java/org/apache/myfaces/tobago/taglib/sandbox/TreeNodeTagDeclaration.java
AU        sandbox/src/main/java/org/apache/myfaces/tobago/taglib/sandbox/InputNumberSliderTagDeclaration.java
AU        sandbox/src/main/java/org/apache/myfaces/tobago/taglib/sandbox/SimpleSheetTag.java
AU        sandbox/src/main/java/org/apache/myfaces/tobago/taglib/sandbox/package-info.java
AU        sandbox/src/main/java/org/apache/myfaces/tobago/taglib/sandbox/SimpleSheetTagDeclaration.java
AU        sandbox/src/main/java/org/apache/myfaces/tobago/taglib/sandbox/TreeDataTag.java
AU        sandbox/src/main/java/org/apache/myfaces/tobago/taglib/sandbox/WizardPreviousTag.java
AU        sandbox/src/main/java/org/apache/myfaces/tobago/taglib/sandbox/WizardExtensionTag.java
AU        sandbox/src/main/java/org/apache/myfaces/tobago/taglib/sandbox/WizardTrainTag.java
AU        sandbox/src/main/java/org/apache/myfaces/tobago/taglib/sandbox/WizardNextTag.java
AU        sandbox/src/main/java/org/apache/myfaces/tobago/taglib/sandbox/TreeTag.java
AU        sandbox/src/main/java/org/apache/myfaces/tobago/taglib/sandbox/TreeDataTagDeclaration.java
AU        sandbox/src/main/java/org/apache/myfaces/tobago/taglib/sandbox/WizardTag.java
AU        sandbox/src/main/java/org/apache/myfaces/tobago/taglib/sandbox/WizardFinishTag.java
AU        sandbox/src/main/java/org/apache/myfaces/tobago/taglib/sandbox/RichTextEditorTag.java
A         sandbox/src/main/java/org/apache/myfaces/tobago/application
AU        sandbox/src/main/java/org/apache/myfaces/tobago/application/FoViewHandlerImpl.java
AU        sandbox/src/main/java/org/apache/myfaces/tobago/application/FopConverter.java
A         sandbox/src/main/java/org/apache/myfaces/tobago/facelets
AU        sandbox/src/main/java/org/apache/myfaces/tobago/facelets/TobagoSandboxTagLibrary.java
A         sandbox/src/main/java/org/apache/myfaces/tobago/facelets/sandbox
AU        sandbox/src/main/java/org/apache/myfaces/tobago/facelets/sandbox/WizardComponentHandler.java
A         sandbox/src/main/java/org/apache/myfaces/tobago/renderkit
A         sandbox/src/main/java/org/apache/myfaces/tobago/renderkit/wml
A         sandbox/src/main/java/org/apache/myfaces/tobago/renderkit/wml/standard
A         sandbox/src/main/java/org/apache/myfaces/tobago/renderkit/wml/standard/standard
A         sandbox/src/main/java/org/apache/myfaces/tobago/renderkit/wml/standard/standard/tag
AU        sandbox/src/main/java/org/apache/myfaces/tobago/renderkit/wml/standard/standard/tag/BoxRenderer.java
AU        sandbox/src/main/java/org/apache/myfaces/tobago/renderkit/wml/standard/standard/tag/ButtonRenderer.java
AU        sandbox/src/main/java/org/apache/myfaces/tobago/renderkit/wml/standard/standard/tag/PageRenderer.java
AU        sandbox/src/main/java/org/apache/myfaces/tobago/renderkit/wml/standard/standard/tag/SelectOneChoiceRenderer.java
AU        sandbox/src/main/java/org/apache/myfaces/tobago/renderkit/wml/standard/standard/tag/PanelRenderer.java
AU        sandbox/src/main/java/org/apache/myfaces/tobago/renderkit/wml/standard/standard/tag/InRenderer.java
AU        sandbox/src/main/java/org/apache/myfaces/tobago/renderkit/wml/standard/standard/tag/SelectBooleanCheckboxRenderer.java
A         sandbox/src/main/java/org/apache/myfaces/tobago/renderkit/fo
A         sandbox/src/main/java/org/apache/myfaces/tobago/renderkit/fo/standard
A         sandbox/src/main/java/org/apache/myfaces/tobago/renderkit/fo/standard/standard
A         sandbox/src/main/java/org/apache/myfaces/tobago/renderkit/fo/standard/standard/tag
AU        sandbox/src/main/java/org/apache/myfaces/tobago/renderkit/fo/standard/standard/tag/ButtonRenderer.java
AU        sandbox/src/main/java/org/apache/myfaces/tobago/renderkit/fo/standard/standard/tag/PageRenderer.java
AU        sandbox/src/main/java/org/apache/myfaces/tobago/renderkit/fo/standard/standard/tag/TextAreaRenderer.java
AU        sandbox/src/main/java/org/apache/myfaces/tobago/renderkit/fo/standard/standard/tag/LabelRenderer.java
AU        sandbox/src/main/java/org/apache/myfaces/tobago/renderkit/fo/standard/standard/tag/ImageRenderer.java
AU        sandbox/src/main/java/org/apache/myfaces/tobago/renderkit/fo/standard/standard/tag/GridLayoutRenderer.java
AU        sandbox/src/main/java/org/apache/myfaces/tobago/renderkit/fo/standard/standard/tag/MessageRenderer.java
AU        sandbox/src/main/java/org/apache/myfaces/tobago/renderkit/fo/standard/standard/tag/Layout.java
AU        sandbox/src/main/java/org/apache/myfaces/tobago/renderkit/fo/standard/standard/tag/BoxRenderer.java
AU        sandbox/src/main/java/org/apache/myfaces/tobago/renderkit/fo/standard/standard/tag/LinkRenderer.java
AU        sandbox/src/main/java/org/apache/myfaces/tobago/renderkit/fo/standard/standard/tag/FoUtils.java
AU        sandbox/src/main/java/org/apache/myfaces/tobago/renderkit/fo/standard/standard/tag/FoRendererBase.java
AU        sandbox/src/main/java/org/apache/myfaces/tobago/renderkit/fo/standard/standard/tag/PanelRenderer.java
AU        sandbox/src/main/java/org/apache/myfaces/tobago/renderkit/fo/standard/standard/tag/InRenderer.java
AU        sandbox/src/main/java/org/apache/myfaces/tobago/renderkit/fo/standard/standard/tag/MessagesRenderer.java
AU        sandbox/src/main/java/org/apache/myfaces/tobago/renderkit/fo/standard/standard/tag/OutRenderer.java
A         sandbox/src/main/java/org/apache/myfaces/tobago/renderkit/html
A         sandbox/src/main/java/org/apache/myfaces/tobago/renderkit/html/sandbox
A         sandbox/src/main/java/org/apache/myfaces/tobago/renderkit/html/sandbox/standard
A         sandbox/src/main/java/org/apache/myfaces/tobago/renderkit/html/sandbox/standard/tag
AU        sandbox/src/main/java/org/apache/myfaces/tobago/renderkit/html/sandbox/standard/tag/InputNumberSliderRenderer.java
A         sandbox/src/main/java/org/apache/myfaces/tobago/renderkit/html/scarborough
A         sandbox/src/main/java/org/apache/myfaces/tobago/renderkit/html/scarborough/standard
A         sandbox/src/main/java/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/tag
AU        sandbox/src/main/java/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/tag/TreeDataRenderer.java
AU        sandbox/src/main/java/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/tag/TreeRenderer.java
AU        sandbox/src/main/java/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/tag/WizardRenderer.java
AU        sandbox/src/main/java/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/tag/SimpleSheetRenderer.java
AU        sandbox/src/main/java/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/tag/TreeNodeRenderer.java
A         sandbox/src/main/java/org/apache/myfaces/tobago/util
AU        sandbox/src/main/java/org/apache/myfaces/tobago/util/CommonsLoggingLogger.java
A         sandbox/src/main/faces-config
AU        sandbox/src/main/faces-config/faces-config.xml
A         sandbox/src/main/resources
A         sandbox/src/main/resources/META-INF
AU        sandbox/src/main/resources/META-INF/NOTICE.txt
AU        sandbox/src/main/resources/META-INF/LICENSE.txt
AU        sandbox/src/main/resources/META-INF/wizardFinish.xml
AU        sandbox/src/main/resources/META-INF/crud-master-navigation.xml
AU        sandbox/src/main/resources/META-INF/wizardCancel.xml
AU        sandbox/src/main/resources/META-INF/tobago-sandbox.taglib.xml
AU        sandbox/src/main/resources/META-INF/tobago-facelet-sandbox.taglib.xml
AU        sandbox/src/main/resources/META-INF/crud-detail-navigation.xml
AU        sandbox/src/main/resources/META-INF/tobago-theme.xml
AU        sandbox/src/main/resources/META-INF/crud.xml
AU        sandbox/src/main/resources/META-INF/wizardExtension.xml
AU        sandbox/src/main/resources/META-INF/wizardPrevious.xml
AU        sandbox/src/main/resources/META-INF/wizardTrain.xml
AU        sandbox/src/main/resources/META-INF/wizardNext.xml
A         sandbox/src/main/resources/org
A         sandbox/src/main/resources/org/apache
A         sandbox/src/main/resources/org/apache/myfaces
A         sandbox/src/main/resources/org/apache/myfaces/tobago
A         sandbox/src/main/resources/org/apache/myfaces/tobago/renderkit
A         sandbox/src/main/resources/org/apache/myfaces/tobago/renderkit/html
A         sandbox/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard
A         sandbox/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard
A         sandbox/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script
AU        sandbox/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago-tree.js
A         sandbox/src/main/resources/org/apache/myfaces/tobago/renderkit/html/sandbox
A         sandbox/src/main/resources/org/apache/myfaces/tobago/renderkit/html/sandbox/standard
A         sandbox/src/main/resources/org/apache/myfaces/tobago/renderkit/html/sandbox/standard/style
AU        sandbox/src/main/resources/org/apache/myfaces/tobago/renderkit/html/sandbox/standard/style/style.css
A         sandbox/src/main/resources/org/apache/myfaces/tobago/renderkit/html/sandbox/standard/image
AU        sandbox/src/main/resources/org/apache/myfaces/tobago/renderkit/html/sandbox/standard/image/sliderTriangle.gif
AU        sandbox/src/main/resources/org/apache/myfaces/tobago/renderkit/html/sandbox/standard/image/sliderEnd.gif
A         sandbox/src/main/resources/org/apache/myfaces/tobago/renderkit/html/sandbox/standard/property
AU        sandbox/src/main/resources/org/apache/myfaces/tobago/renderkit/html/sandbox/standard/property/tobago-theme-config.properties
A         sandbox/src/main/resources/org/apache/myfaces/tobago/renderkit/html/sandbox/mozilla
A         sandbox/src/main/resources/org/apache/myfaces/tobago/renderkit/html/sandbox/mozilla/style
AU        sandbox/src/main/resources/org/apache/myfaces/tobago/renderkit/html/sandbox/mozilla/style/style.css
A         sandbox/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough
A         sandbox/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard
A         sandbox/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/script
AU        sandbox/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/script/tobago-tree.js
AU        sandbox/pom.xml
AU        sandbox/readme.txt
 U        .
At revision 1084130
Found mavenVersion 2.2.1 from file jar:file:/home/hudson/tools/maven/apache-maven-2.2.1/lib/maven-2.2.1-uber.jar!/META-INF/maven/org.apache.maven/maven-core/pom.properties
Parsing POMs
ERROR: Processing failed due to a bug in the code. Please report this to jenkins-users@googlegroups.com
java.lang.ClassCastException: cannot assign instance of hudson.model.StreamBuildListener to field hudson.maven.MavenModuleSetBuild$PomParser.listener of type hudson.model.BuildListener in instance of hudson.maven.MavenModuleSetBuild$PomParser
	at java.io.ObjectStreamClass$FieldReflector.setObjFieldValues(ObjectStreamClass.java:2056)
	at java.io.ObjectStreamClass.setObjFieldValues(ObjectStreamClass.java:1229)
	at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1969)
	at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1887)
	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1770)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1346)
	at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1963)
	at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1887)
	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1770)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1346)
	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:368)
	at hudson.remoting.UserRequest.deserialize(UserRequest.java:178)
	at hudson.remoting.UserRequest.perform(UserRequest.java:98)
	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:471)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
	at java.lang.Thread.run(Thread.java:636)
project=hudson.maven.MavenModuleSet@3dbd83b2[tobago-1.0.x]
project.getModules()=[hudson.maven.MavenModule@3775f532[tobago-1.0.x/org.apache.myfaces.tobago:maven-apt-plugin][tobago-1.0.x/org.apache.myfaces.tobago:maven-apt-plugin][relativePath:tobago-tool/maven-apt-plugin], hudson.maven.MavenModule@6a5c3cfe[tobago-1.0.x/org.apache.myfaces.tobago:maven-theme-plugin][tobago-1.0.x/org.apache.myfaces.tobago:maven-theme-plugin][relativePath:tobago-tool/maven-theme-plugin], hudson.maven.MavenModule@255e4373[tobago-1.0.x/org.apache.myfaces.tobago:tobago][tobago-1.0.x/org.apache.myfaces.tobago:tobago][relativePath:], hudson.maven.MavenModule@50c442db[tobago-1.0.x/org.apache.myfaces.tobago:tobago-assembly][tobago-1.0.x/org.apache.myfaces.tobago:tobago-assembly][relativePath:tobago-assembly], hudson.maven.MavenModule@27f24908[tobago-1.0.x/org.apache.myfaces.tobago:tobago-core][tobago-1.0.x/org.apache.myfaces.tobago:tobago-core][relativePath:core], hudson.maven.MavenModule@373246f3[tobago-1.0.x/org.apache.myfaces.tobago:tobago-example][tobago-1.0.x/org.apache.myfaces.tobago:tobago-example][relativePath:example], hudson.maven.MavenModule@1d120be4[tobago-1.0.x/org.apache.myfaces.tobago:tobago-example-addressbook][tobago-1.0.x/org.apache.myfaces.tobago:tobago-example-addressbook][relativePath:example/addressbook], hudson.maven.MavenModule@6ed885d7[tobago-1.0.x/org.apache.myfaces.tobago:tobago-example-addressbook-lib][tobago-1.0.x/org.apache.myfaces.tobago:tobago-example-addressbook-lib][relativePath:example/addressbook/lib], hudson.maven.MavenModule@acfbe92[tobago-1.0.x/org.apache.myfaces.tobago:tobago-example-addressbook-war][tobago-1.0.x/org.apache.myfaces.tobago:tobago-example-addressbook-war][relativePath:example/addressbook/war], hudson.maven.MavenModule@2766c4b0[tobago-1.0.x/org.apache.myfaces.tobago:tobago-example-assembly][tobago-1.0.x/org.apache.myfaces.tobago:tobago-example-assembly][relativePath:example/tobago-example-assembly], hudson.maven.MavenModule@3bdd7752[tobago-1.0.x/org.apache.myfaces.tobago:tobago-example-blank][tobago-1.0.x/org.apache.myfaces.tobago:tobago-example-blank][relativePath:example/blank], hudson.maven.MavenModule@6fb05c54[tobago-1.0.x/org.apache.myfaces.tobago:tobago-example-data][tobago-1.0.x/org.apache.myfaces.tobago:tobago-example-data][relativePath:example/data], hudson.maven.MavenModule@4ba43077[tobago-1.0.x/org.apache.myfaces.tobago:tobago-example-demo][tobago-1.0.x/org.apache.myfaces.tobago:tobago-example-demo][relativePath:example/demo], hudson.maven.MavenModule@75d8ac9d[tobago-1.0.x/org.apache.myfaces.tobago:tobago-example-experimental][tobago-1.0.x/org.apache.myfaces.tobago:tobago-example-experimental][relativePath:example/experimental], hudson.maven.MavenModule@365474b4[tobago-1.0.x/org.apache.myfaces.tobago:tobago-example-facelets][tobago-1.0.x/org.apache.myfaces.tobago:tobago-example-facelets][relativePath:example/facelets], hudson.maven.MavenModule@7ab32609[tobago-1.0.x/org.apache.myfaces.tobago:tobago-example-nonfacesrequest][tobago-1.0.x/org.apache.myfaces.tobago:tobago-example-nonfacesrequest][relativePath:example/nonfacesrequest], hudson.maven.MavenModule@6bfd472[tobago-1.0.x/org.apache.myfaces.tobago:tobago-example-portlet][tobago-1.0.x/org.apache.myfaces.tobago:tobago-example-portlet][relativePath:example/portlet], hudson.maven.MavenModule@56c747e8[tobago-1.0.x/org.apache.myfaces.tobago:tobago-example-sandbox][tobago-1.0.x/org.apache.myfaces.tobago:tobago-example-sandbox][relativePath:example/sandbox], hudson.maven.MavenModule@787be75d[tobago-1.0.x/org.apache.myfaces.tobago:tobago-example-security][tobago-1.0.x/org.apache.myfaces.tobago:tobago-example-security][relativePath:example/security], hudson.maven.MavenModule@6455ee75[tobago-1.0.x/org.apache.myfaces.tobago:tobago-example-test][tobago-1.0.x/org.apache.myfaces.tobago:tobago-example-test][relativePath:example/test], hudson.maven.MavenModule@2e5231c4[tobago-1.0.x/org.apache.myfaces.tobago:tobago-extension][tobago-1.0.x/org.apache.myfaces.tobago:tobago-extension][relativePath:extension], hudson.maven.MavenModule@3fd4714d[tobago-1.0.x/org.apache.myfaces.tobago:tobago-facelets][tobago-1.0.x/org.apache.myfaces.tobago:tobago-facelets][relativePath:extension/facelets], hudson.maven.MavenModule@143d2a58[tobago-1.0.x/org.apache.myfaces.tobago:tobago-fileupload][tobago-1.0.x/org.apache.myfaces.tobago:tobago-fileupload][relativePath:extension/fileupload], hudson.maven.MavenModule@7670fb6[tobago-1.0.x/org.apache.myfaces.tobago:tobago-message-fix][tobago-1.0.x/org.apache.myfaces.tobago:tobago-message-fix][relativePath:extension/message-fix], hudson.maven.MavenModule@259f1b1d[tobago-1.0.x/org.apache.myfaces.tobago:tobago-sandbox][tobago-1.0.x/org.apache.myfaces.tobago:tobago-sandbox][relativePath:sandbox], hudson.maven.MavenModule@1c2aee3f[tobago-1.0.x/org.apache.myfaces.tobago:tobago-security][tobago-1.0.x/org.apache.myfaces.tobago:tobago-security][relativePath:extension/security], hudson.maven.MavenModule@5ee55d17[tobago-1.0.x/org.apache.myfaces.tobago:tobago-theme][tobago-1.0.x/org.apache.myfaces.tobago:tobago-theme][relativePath:theme], hudson.maven.MavenModule@5ee8730f[tobago-1.0.x/org.apache.myfaces.tobago:tobago-theme-charlotteville][tobago-1.0.x/org.apache.myfaces.tobago:tobago-theme-charlotteville][relativePath:theme/charlotteville], hudson.maven.MavenModule@718503e4[tobago-1.0.x/org.apache.myfaces.tobago:tobago-theme-example][tobago-1.0.x/org.apache.myfaces.tobago:tobago-theme-example][relativePath:example/tobago-theme-example], hudson.maven.MavenModule@73d2e04b[tobago-1.0.x/org.apache.myfaces.tobago:tobago-theme-richmond][tobago-1.0.x/org.apache.myfaces.tobago:tobago-theme-richmond][relativePath:theme/richmond], hudson.maven.MavenModule@2a205c98[tobago-1.0.x/org.apache.myfaces.tobago:tobago-theme-scarborough][tobago-1.0.x/org.apache.myfaces.tobago:tobago-theme-scarborough][relativePath:theme/scarborough], hudson.maven.MavenModule@7e85132f[tobago-1.0.x/org.apache.myfaces.tobago:tobago-theme-speyside][tobago-1.0.x/org.apache.myfaces.tobago:tobago-theme-speyside][relativePath:theme/speyside], hudson.maven.MavenModule@169d6a08[tobago-1.0.x/org.apache.myfaces.tobago:tobago-theme-standard][tobago-1.0.x/org.apache.myfaces.tobago:tobago-theme-standard][relativePath:theme/standard], hudson.maven.MavenModule@49e1d547[tobago-1.0.x/org.apache.myfaces.tobago:tobago-tool][tobago-1.0.x/org.apache.myfaces.tobago:tobago-tool][relativePath:tobago-tool], hudson.maven.MavenModule@500bb303[tobago-1.0.x/org.apache.myfaces.tobago:tobago-tool-annotation][tobago-1.0.x/org.apache.myfaces.tobago:tobago-tool-annotation][relativePath:tobago-tool/tobago-tool-annotation], hudson.maven.MavenModule@fba3c49[tobago-1.0.x/org.apache.myfaces.tobago:tobago-tool-apt][tobago-1.0.x/org.apache.myfaces.tobago:tobago-tool-apt][relativePath:tobago-tool/tobago-tool-apt]]
project.getRootModule()=hudson.maven.MavenModule@255e4373[tobago-1.0.x/org.apache.myfaces.tobago:tobago][tobago-1.0.x/org.apache.myfaces.tobago:tobago][relativePath:]
FATAL: cannot assign instance of hudson.model.StreamBuildListener to field hudson.maven.MavenModuleSetBuild$PomParser.listener of type hudson.model.BuildListener in instance of hudson.maven.MavenModuleSetBuild$PomParser
java.lang.ClassCastException: cannot assign instance of hudson.model.StreamBuildListener to field hudson.maven.MavenModuleSetBuild$PomParser.listener of type hudson.model.BuildListener in instance of hudson.maven.MavenModuleSetBuild$PomParser
	at java.io.ObjectStreamClass$FieldReflector.setObjFieldValues(ObjectStreamClass.java:2056)
	at java.io.ObjectStreamClass.setObjFieldValues(ObjectStreamClass.java:1229)
	at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1969)
	at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1887)
	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1770)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1346)
	at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1963)
	at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1887)
	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1770)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1346)
	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:368)
	at hudson.remoting.UserRequest.deserialize(UserRequest.java:178)
	at hudson.remoting.UserRequest.perform(UserRequest.java:98)
	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:471)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
	at java.lang.Thread.run(Thread.java:636)


Jenkins build is back to normal : tobago-1.0.x #76

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