You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2013/08/01 20:34:37 UTC

Build failed in Jenkins: rave-project-trunk » Apache Rave :: rave-portal-resources #804

See <https://builds.apache.org/job/rave-project-trunk/org.apache.rave$rave-portal-resources/804/>

------------------------------------------
[...truncated 221 lines...]
  set default height
    sets the default height correctly
  get default height
    gets the default height correctly
  set default width
    sets the default width correctly
  get default width
    gets the default width correctly
  set default view
    sets the default view correctly
  get default view
    gets the default view correctly
  set javascript debug mode
    sets the java script debug mode correctly
  get javascript debug mode
    gets the javascript debug mode correctly

rave_log

rave_event_manager
  regsiterOnInitHandler
    throws an error if handler is not a function
    registers a handler that is fired on init in the order registered
    immediately invokes a handler if rave.init has already been called

rave_view_manager
  registerView / getView
    registers and retrieves views and is case insensitive
  renderView
    throws an error if you render an unregistered view
    invokes render on a view object
    returns the view object
    instantiates a view constructor and calls its render
    passes through any arbitrary arguments to the render function
    assigns a uid to a rendered view
  getRenderedView
    retrieves views that have been rendered
  destroyView
    invokes destroy on a view object
    invokes destroy on a view instance
    invokes destroy on a view identified by uid
    removes view from renderedViews registry

rave_openajax_hub
  managed hub gets created correctly

rave_wookie

rave_api
  rest
    saveWidgetPreferences
      makes the correct api call
    saveWidgetPreference
      makes the correct api call
    saveWidgetCollapsedState
      makes the correct api call
    deletePage
      makes the correct api call
    deleteWidgetRating
      makes the correct api call
    updateWidgetRating
      makes the correct api call
    createWidgetComment
      makes the correct api call
    deleteWidgetComment
      makes the correct api call
    updateWidgetComment
      makes the correct api call
    getUsersForWidget
      makes the correct api call
    createWidgetTag
      makes the correct api call
    getTags
      makes the correct api call
    getSecurityToken
      makes the correct api call
  rpc
    moveWidgetToRegion
      makes the correct api call
    addWidgetToPage
      makes the correct api call
    deleteWidgetOnPage
      makes the correct api call
    addPage
      makes the correct api call
    getPage
      makes the correct api call
    movePage
      makes the correct api call
    moveWidgetToPage
      makes the correct api call
    updatePagePrefs
      makes the correct api call
    getPagePrefs
      makes the correct api call
    getWidgetMetadata
      makes the correct api call
    getWidgetMetadataGroup
      makes the correct api call
    getAllWidgets
      makes the correct api call
    getUsers
      makes the correct api call
    searchUsers
      makes the correct api call
    clonePageForUser
      makes the correct api call
    addMemberToPage
      makes the correct api call
    removeMemberFromPage
      makes the correct api call
    updateSharedPageStatus
      makes the correct api call
    updatePageEditingStatus
      makes the correct api call
    addFriend
      makes the correct api call
    removeFriend
      makes the correct api call
    getFriends
      makes the correct api call
    acceptFriendRequest
      makes the correct api call
    addWidgetFromMarketplace
      makes the correct api call

rave_opensocial

rave_providers

rave_widget
  constructor
    returns a new object with all the properties of the definition
    throws an error if the expected provider is not registered
    invokes the initWidget method of the provider
  extend
    allows you to extend the RegionWidget prototype
  prototype
    render
      throws an error if you do not provide a valid el to render into
      retrieves a registered view if el is a string
      invokes the provider's renderWidget function
      defaults to the widget's current el if the widget has been rendered already
    hide
      calls the rave api and updates the widget state
    show
      calls the rave api and updates the widget state
    close
      invokes closeWidget on provider and calls the rave api
      destroys the associated view
    moveToPage
      calls the rave api
    moveToRegion
      calls the rave api
    savePreference
      calls the rave api updates the widget state
    savePreferences
      calls the rave api updates the widget state

rave_widget_manager
  registerWidget
    accepts one or two arguments
  unregisterWidget
    unregisters a widget by regionWidgetId
    unregisters a widget by object
  getWidget
    can retrieve a registered widget by regionWidgetId
  getWidgets
    returns the set of all registered widgets
    filters widgets
  renderWidgets
    renders the widget correctly

Results: 94 specs, 0 failures

2013-08-01 18:28:35.956:INFO:oejsh.ContextHandler:stopped o.e.j.s.h.ContextHandler{/,file:/home/jenkins/jenkins-slave/workspace/rave-project-trunk/trunk/}
2013-08-01 18:28:35.956:INFO:oejsh.ContextHandler:stopped o.e.j.s.h.ContextHandler{//src/test/javascript,file:/home/jenkins/jenkins-slave/workspace/rave-project-trunk/trunk/}
2013-08-01 18:28:35.956:INFO:oejsh.ContextHandler:stopped o.e.j.s.h.ContextHandler{/src,file:/home/jenkins/jenkins-slave/workspace/rave-project-trunk/trunk/}
[JENKINS] Recording test results
Aug 1, 2013 6:28:36 PM org.apache.maven.cli.event.ExecutionEventLogger mojoStarted
INFO: 
Aug 1, 2013 6:28:36 PM org.apache.maven.cli.event.ExecutionEventLogger mojoStarted
INFO: --- maven-war-plugin:2.4:war (default-war) @ rave-portal-resources ---
[INFO] Packaging webapp
[INFO] Assembling webapp [rave-portal-resources] in [<https://builds.apache.org/job/rave-project-trunk/org.apache.rave$rave-portal-resources/ws/target/rave-portal-resources-0.23-SNAPSHOT]>
[INFO] Processing war project
[INFO] Copying webapp webResources [<https://builds.apache.org/job/rave-project-trunk/org.apache.rave$rave-portal-resources/ws/src/main/resources_jpa]> to [<https://builds.apache.org/job/rave-project-trunk/org.apache.rave$rave-portal-resources/ws/target/rave-portal-resources-0.23-SNAPSHOT]>
[INFO] Copying webapp resources [<https://builds.apache.org/job/rave-project-trunk/org.apache.rave$rave-portal-resources/ws/src/main/webapp]>
[INFO] Webapp assembled in [631 msecs]
[INFO] Building war: <https://builds.apache.org/job/rave-project-trunk/org.apache.rave$rave-portal-resources/ws/target/rave-portal-resources-0.23-SNAPSHOT.war>
Aug 1, 2013 6:28:37 PM org.apache.maven.cli.event.ExecutionEventLogger mojoStarted
INFO: 
Aug 1, 2013 6:28:37 PM org.apache.maven.cli.event.ExecutionEventLogger mojoStarted
INFO: --- maven-site-plugin:3.2:attach-descriptor (attach-descriptor) @ rave-portal-resources ---
Aug 1, 2013 6:28:37 PM org.apache.maven.cli.event.ExecutionEventLogger mojoStarted
INFO: 
Aug 1, 2013 6:28:37 PM org.apache.maven.cli.event.ExecutionEventLogger mojoStarted
INFO: --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ rave-portal-resources ---
[INFO] Building jar: <https://builds.apache.org/job/rave-project-trunk/org.apache.rave$rave-portal-resources/ws/target/rave-portal-resources-0.23-SNAPSHOT-sources.jar>
Aug 1, 2013 6:28:38 PM org.apache.maven.cli.event.ExecutionEventLogger mojoStarted
INFO: 
Aug 1, 2013 6:28:38 PM org.apache.maven.cli.event.ExecutionEventLogger mojoStarted
INFO: --- maven-install-plugin:2.3.1:install (default-install) @ rave-portal-resources ---
[INFO] Installing <https://builds.apache.org/job/rave-project-trunk/org.apache.rave$rave-portal-resources/ws/target/rave-portal-resources-0.23-SNAPSHOT.war> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/rave/rave-portal-resources/0.23-SNAPSHOT/rave-portal-resources-0.23-SNAPSHOT.war
[INFO] Installing <https://builds.apache.org/job/rave-project-trunk/org.apache.rave$rave-portal-resources/ws/pom.xml> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/rave/rave-portal-resources/0.23-SNAPSHOT/rave-portal-resources-0.23-SNAPSHOT.pom
[INFO] Installing <https://builds.apache.org/job/rave-project-trunk/org.apache.rave$rave-portal-resources/ws/target/rave-portal-resources-0.23-SNAPSHOT-sources.jar> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/rave/rave-portal-resources/0.23-SNAPSHOT/rave-portal-resources-0.23-SNAPSHOT-sources.jar
Aug 1, 2013 6:28:38 PM org.apache.maven.cli.event.ExecutionEventLogger mojoStarted
INFO: 
Aug 1, 2013 6:28:38 PM org.apache.maven.cli.event.ExecutionEventLogger mojoStarted
INFO: --- maven-filesync-plugin:1.0.0:generate (default) @ rave-portal-resources ---
[INFO] No Eclipse .project file found. First import the maven project in Eclipse.
Aug 1, 2013 6:28:38 PM org.apache.maven.cli.event.ExecutionEventLogger mojoStarted
INFO: 
Aug 1, 2013 6:28:38 PM org.apache.maven.cli.event.ExecutionEventLogger mojoStarted
INFO: --- maven-remote-resources-plugin:1.4:process (default) @ rave-portal-resources ---
Aug 1, 2013 6:28:38 PM org.apache.maven.cli.event.ExecutionEventLogger mojoStarted
INFO: 
Aug 1, 2013 6:28:38 PM org.apache.maven.cli.event.ExecutionEventLogger mojoStarted
INFO: --- maven-resources-plugin:2.6:resources (default-resources) @ rave-portal-resources ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 11 resources
[INFO] Copying 3 resources
[INFO] Copying 3 resources
Aug 1, 2013 6:28:39 PM org.apache.maven.cli.event.ExecutionEventLogger mojoStarted
INFO: 
Aug 1, 2013 6:28:39 PM org.apache.maven.cli.event.ExecutionEventLogger mojoStarted
INFO: --- maven-compiler-plugin:2.3.2:compile (default-compile) @ rave-portal-resources ---
[INFO] No sources to compile
Aug 1, 2013 6:28:39 PM org.apache.maven.cli.event.ExecutionEventLogger mojoStarted
INFO: 
Aug 1, 2013 6:28:39 PM org.apache.maven.cli.event.ExecutionEventLogger mojoStarted
INFO: --- wro4j-maven-plugin:1.6.1:run (default) @ rave-portal-resources ---
[INFO] Executing the mojo: 
[INFO] Wro4j Model path: <https://builds.apache.org/job/rave-project-trunk/org.apache.rave$rave-portal-resources/ws/src/main/resources/wro.xml>
[INFO] targetGroups: rave
[INFO] minimize: true
[INFO] ignoreMissingResources: false
[INFO] destinationFolder: <https://builds.apache.org/job/rave-project-trunk/org.apache.rave$rave-portal-resources/ws/target/wro>
[INFO] jsDestinationFolder: null
[INFO] cssDestinationFolder: <https://builds.apache.org/job/rave-project-trunk/org.apache.rave$rave-portal-resources/ws/target/rave-portal-resources-0.23-SNAPSHOT/static/css>
[INFO] groupNameMappingFile: null
[INFO] wroManagerFactory class: ro.isdc.wro.maven.plugin.manager.factory.ConfigurableWroManagerFactory
[INFO] The following groups will be processed: [rave]
[INFO] folder: <https://builds.apache.org/job/rave-project-trunk/org.apache.rave$rave-portal-resources/ws/target/rave-portal-resources-0.23-SNAPSHOT/static/css>
[INFO] processing group: rave.css
[INFO] file size: rave.css -> 167174 bytes
[INFO] <https://builds.apache.org/job/rave-project-trunk/org.apache.rave$rave-portal-resources/ws/target/rave-portal-resources-0.23-SNAPSHOT/static/css/rave.css> (167174 bytes)
[INFO] folder: <https://builds.apache.org/job/rave-project-trunk/org.apache.rave$rave-portal-resources/ws/target/wro>
[INFO] processing group: rave.js

Jenkins build is back to normal : rave-project-trunk » Apache Rave :: rave-portal-resources #805

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/rave-project-trunk/org.apache.rave$rave-portal-resources/805/changes>