You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2013/06/22 02:31:23 UTC

Build failed in Jenkins: tapestry-trunk-freestyle #1097

See <https://builds.apache.org/job/tapestry-trunk-freestyle/1097/changes>

Changes:

[hlship] Remove a Gradle warning

[hlship] Advance version number to 5.4-alpha-10

------------------------------------------
Started by an SCM change
Building remotely on tapestry in workspace <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/>
Checkout:tapestry-trunk-freestyle / <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/> - hudson.remoting.Channel@3f0e9543:tapestry
Using strategy: Default
Last Built Revision: Revision cbe4d6656df18e9b8dbf672ef49334a06c622917 (origin/master)
Fetching changes from 1 remote Git repository
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/tapestry-5.git
Commencing build of Revision 7e65baebf6d3cdf02ef8df1fe0586f4bcfa293ce (origin/master)
Checking out Revision 7e65baebf6d3cdf02ef8df1fe0586f4bcfa293ce (origin/master)
[tapestry-trunk-freestyle] $ /bin/bash -xe /tmp/hudson4887433105750457836.sh
+ Xvfb :6 -ac -screen 0 1024x768x8
[dix] Could not init font path element /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType, removing from list!
Process leaked file descriptors. See http://wiki.jenkins-ci.org/display/JENKINS/Spawning+processes+from+build for more information
[tapestry-trunk-freestyle] $ /bin/bash -xe /tmp/hudson4838260733190314278.sh
+ DISPLAY=:6.0
+ bash <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/gradlew> -Dci=true -Dfile.encoding=UTF-8 -b <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/build.gradle> continuousIntegration
:buildSrc:compileJava UP-TO-DATE
:buildSrc:compileGroovy UP-TO-DATE
:buildSrc:processResources UP-TO-DATE
:buildSrc:classes UP-TO-DATE
:buildSrc:jar UP-TO-DATE
:buildSrc:assemble UP-TO-DATE
:buildSrc:compileTestJava UP-TO-DATE
:buildSrc:compileTestGroovy UP-TO-DATE
:buildSrc:processTestResources UP-TO-DATE
:buildSrc:testClasses UP-TO-DATE
:buildSrc:test UP-TO-DATE
:buildSrc:check UP-TO-DATE
:buildSrc:build UP-TO-DATE
Creating properties on demand (a.k.a. dynamic properties) has been deprecated and is scheduled to be removed in Gradle 2.0. Please read http://gradle.org/docs/current/dsl/org.gradle.api.plugins.ExtraPropertiesExtension.html for information on the replacement for dynamic properties.
Deprecated dynamic property: "jdkName" on "org.gradle.plugins.ide.idea.model.IdeaModel_Decorated@52a00770", value: "1.5".
Deprecated dynamic property "jdkName" created in multiple locations.

FAILURE: Build failed with an exception.

* Where:
Build file '<https://builds.apache.org/job/tapestry-trunk-freestyle/ws/build.gradle'> line: 264

* What went wrong:
A problem occurred evaluating root project 'tapestry-trunk-freestyle'.
> Update your JDK to fix VU#225657

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 16.09 secs
Build step 'Execute shell' marked build as failure
Recording test results
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/build/reports/tests/testng-results.xml
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
Saving reports...
Found matching files but did not find any TestNG results.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Re: Jenkins build is back to normal : tapestry-trunk-freestyle #1109

Posted by Howard Lewis Ship <hl...@gmail.com>.
Huzzah!

Alas, I did this by turning off the JDK-check when on the CI server.
 Still, I'm really happy to have clean builds again!


On Sun, Jul 21, 2013 at 6:53 PM, Apache Jenkins Server <
jenkins@builds.apache.org> wrote:

> See <https://builds.apache.org/job/tapestry-trunk-freestyle/1109/changes>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
>
>


-- 
Howard M. Lewis Ship

Creator of Apache Tapestry

The source for Tapestry training, mentoring and support. Contact me to
learn how I can get you up and productive in Tapestry fast!

(971) 678-5210
http://howardlewisship.com

Jenkins build is back to normal : tapestry-trunk-freestyle #1109

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/tapestry-trunk-freestyle/1109/changes>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Build failed in Jenkins: tapestry-trunk-freestyle #1108

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/tapestry-trunk-freestyle/1108/changes>

Changes:

[hlship] Remove package info for now-empty package

[hlship] Floating console improvements

[hlship] Limit the height of the floating console

[hlship] Remove some triggerReflow() logic

[hlship] Turn off reflow logic while manipulating the DOM for the floating console

[hlship] Temporarily disable the JDK check for the CI server

[hlship] Move the def of reflowEventsEnabled outside of the Prototype-only block

------------------------------------------
[...truncated 27571 lines...]
                TestPageForLoop: org.apache.tapestry5.integration.app2.pages.TestPageForLoop
         TestPageForRedirectURL: org.apache.tapestry5.integration.app2.pages.TestPageForRedirectURL
 TestPageForServletOutputStream: org.apache.tapestry5.integration.app2.pages.TestPageForServletOutputStream
              TestPageForSubmit: org.apache.tapestry5.integration.app2.pages.TestPageForSubmit
   TestPageForTemplateInContext: org.apache.tapestry5.integration.app2.pages.TestPageForTemplateInContext
              TestPageForUnless: org.apache.tapestry5.integration.app2.pages.TestPageForUnless

[INFO] ComponentClassResolver Available components (66):
        ActionLink: org.apache.tapestry5.corelib.components.ActionLink
        AddRowLink: org.apache.tapestry5.corelib.components.AddRowLink
      AjaxFormLoop: org.apache.tapestry5.corelib.components.AjaxFormLoop
            Alerts: org.apache.tapestry5.corelib.components.Alerts
               Any: org.apache.tapestry5.corelib.components.Any
           AnyTest: org.apache.tapestry5.corelib.components.AnyTest
       BeanDisplay: org.apache.tapestry5.corelib.components.BeanDisplay
      BeanEditForm: org.apache.tapestry5.corelib.components.BeanEditForm
        BeanEditor: org.apache.tapestry5.corelib.components.BeanEditor
    BeanEditorTest: org.apache.tapestry5.corelib.components.BeanEditorTest
          Checkbox: org.apache.tapestry5.corelib.components.Checkbox
         Checklist: org.apache.tapestry5.corelib.components.Checklist
         DateField: org.apache.tapestry5.corelib.components.DateField
          Delegate: org.apache.tapestry5.corelib.components.Delegate
           Doctype: org.apache.tapestry5.corelib.components.Doctype
           Dynamic: org.apache.tapestry5.corelib.components.Dynamic
             Error: org.apache.tapestry5.corelib.components.Error
            Errors: org.apache.tapestry5.corelib.components.Errors
         EventLink: org.apache.tapestry5.corelib.components.EventLink
  ExceptionDisplay: org.apache.tapestry5.corelib.components.ExceptionDisplay
              Form: org.apache.tapestry5.corelib.components.Form
      FormFragment: org.apache.tapestry5.corelib.components.FormFragment
      FormInjector: org.apache.tapestry5.corelib.components.FormInjector
          FormTest: org.apache.tapestry5.corelib.components.FormTest
              Grid: org.apache.tapestry5.corelib.components.Grid
          GridCell: org.apache.tapestry5.corelib.components.GridCell
       GridColumns: org.apache.tapestry5.corelib.components.GridColumns
         GridPager: org.apache.tapestry5.corelib.components.GridPager
          GridRows: org.apache.tapestry5.corelib.components.GridRows
            Hidden: org.apache.tapestry5.corelib.components.Hidden
        HiddenTest: org.apache.tapestry5.corelib.components.HiddenTest
                If: org.apache.tapestry5.corelib.components.If
             Label: org.apache.tapestry5.corelib.components.Label
        LinkSubmit: org.apache.tapestry5.corelib.components.LinkSubmit
              Loop: org.apache.tapestry5.corelib.components.Loop
          LoopTest: org.apache.tapestry5.corelib.components.LoopTest
            Output: org.apache.tapestry5.corelib.components.Output
         OutputRaw: org.apache.tapestry5.corelib.components.OutputRaw
     OutputRawTest: org.apache.tapestry5.corelib.components.OutputRawTest
        OutputTest: org.apache.tapestry5.corelib.components.OutputTest
          PageLink: org.apache.tapestry5.corelib.components.PageLink
      PageLinkTest: org.apache.tapestry5.corelib.components.PageLinkTest
           Palette: org.apache.tapestry5.corelib.components.Palette
     PasswordField: org.apache.tapestry5.corelib.components.PasswordField
ProgressiveDisplay: org.apache.tapestry5.corelib.components.ProgressiveDisplay
   PropertyDisplay: org.apache.tapestry5.corelib.components.PropertyDisplay
    PropertyEditor: org.apache.tapestry5.corelib.components.PropertyEditor
PropertyEditorTest: org.apache.tapestry5.corelib.components.PropertyEditorTest
             Radio: org.apache.tapestry5.corelib.components.Radio
        RadioGroup: org.apache.tapestry5.corelib.components.RadioGroup
     RemoveRowLink: org.apache.tapestry5.corelib.components.RemoveRowLink
      RenderObject: org.apache.tapestry5.corelib.components.RenderObject
            Select: org.apache.tapestry5.corelib.components.Select
        SelectTest: org.apache.tapestry5.corelib.components.SelectTest
      SimpleLayout: org.apache.tapestry5.integration.app2.components.SimpleLayout
            Submit: org.apache.tapestry5.corelib.components.Submit
    SubmitNotifier: org.apache.tapestry5.corelib.components.SubmitNotifier
        SubmitTest: org.apache.tapestry5.corelib.components.SubmitTest
          TextArea: org.apache.tapestry5.corelib.components.TextArea
         TextField: org.apache.tapestry5.corelib.components.TextField
        TextOutput: org.apache.tapestry5.corelib.components.TextOutput
    TextOutputTest: org.apache.tapestry5.corelib.components.TextOutputTest
              Tree: org.apache.tapestry5.corelib.components.Tree
           Trigger: org.apache.tapestry5.corelib.components.Trigger
            Unless: org.apache.tapestry5.corelib.components.Unless
              Zone: org.apache.tapestry5.corelib.components.Zone

[INFO] ComponentClassResolver Available mixins (13):
      Autocomplete: org.apache.tapestry5.corelib.mixins.Autocomplete
      ControlGroup: org.apache.tapestry5.corelib.mixins.ControlGroup
       DiscardBody: org.apache.tapestry5.corelib.mixins.DiscardBody
           ForceId: org.apache.tapestry5.integration.app2.mixins.ForceId
    FormFieldFocus: org.apache.tapestry5.corelib.mixins.FormFieldFocus
          NotEmpty: org.apache.tapestry5.corelib.mixins.NotEmpty
OverrideFieldFocus: org.apache.tapestry5.corelib.mixins.OverrideFieldFocus
    RenderClientId: org.apache.tapestry5.corelib.mixins.RenderClientId
    RenderDisabled: org.apache.tapestry5.corelib.mixins.RenderDisabled
   RenderInformals: org.apache.tapestry5.corelib.mixins.RenderInformals
RenderNotification: org.apache.tapestry5.corelib.mixins.RenderNotification
   TriggerFragment: org.apache.tapestry5.corelib.mixins.TriggerFragment
       ZoneRefresh: org.apache.tapestry5.corelib.mixins.ZoneRefresh

[INFO] PageLoader Loaded page 'Launch' (en) in 66.786 ms
[ERROR] ClientDataEncoder The symbol 'tapestry.hmac-passphrase' has not been configured. This is used to configure hash-based message authentication of Tapestry data stored in forms, or in the URL. You application is less secure, and more vulnerable to denial-of-service attacks, when this symbol is not configured.
[INFO] PageLoader Loaded page 'Intermediate' (en) in 1.040 ms
[INFO] PageLoader Loaded page 'Final' (en) in 14.513 ms
[INFO] ComponentClassResolver Available pages (30):
               DTDFromComponent: org.apache.tapestry5.integration.app2.pages.DTDFromComponent
                    DTDFromPage: org.apache.tapestry5.integration.app2.pages.DTDFromPage
                ExceptionReport: org.apache.tapestry5.corelib.pages.ExceptionReport
                          Final: org.apache.tapestry5.integration.app2.pages.Final
                   Intermediate: org.apache.tapestry5.integration.app2.pages.Intermediate
                         Launch: org.apache.tapestry5.integration.app2.pages.Launch
                    MultipleDTD: org.apache.tapestry5.integration.app2.pages.MultipleDTD
                          NoDTD: org.apache.tapestry5.integration.app2.pages.NoDTD
                    PageCatalog: org.apache.tapestry5.corelib.pages.PageCatalog
          PropertyDisplayBlocks: org.apache.tapestry5.corelib.pages.PropertyDisplayBlocks
             PropertyEditBlocks: org.apache.tapestry5.corelib.pages.PropertyEditBlocks
        ResultPageForActionLink: org.apache.tapestry5.integration.app2.pages.ResultPageForActionLink
                  ServiceStatus: org.apache.tapestry5.corelib.pages.ServiceStatus
                    T5Dashboard: org.apache.tapestry5.corelib.pages.T5Dashboard
                 TestPageForASO: org.apache.tapestry5.integration.app2.pages.TestPageForASO
          TestPageForActionLink: org.apache.tapestry5.integration.app2.pages.TestPageForActionLink
TestPageForActionLinkWithStream: org.apache.tapestry5.integration.app2.pages.TestPageForActionLinkWithStream
               TestPageForAsset: org.apache.tapestry5.integration.app2.pages.TestPageForAsset
                TestPageForForm: org.apache.tapestry5.integration.app2.pages.TestPageForForm
                TestPageForHead: org.apache.tapestry5.integration.app2.pages.TestPageForHead
           TestPageForHttpError: org.apache.tapestry5.integration.app2.pages.TestPageForHttpError
         TestPageForHttpHeaders: org.apache.tapestry5.integration.app2.pages.TestPageForHttpHeaders
                  TestPageForIf: org.apache.tapestry5.integration.app2.pages.TestPageForIf
              TestPageForLocale: org.apache.tapestry5.integration.app2.pages.TestPageForLocale
                TestPageForLoop: org.apache.tapestry5.integration.app2.pages.TestPageForLoop
         TestPageForRedirectURL: org.apache.tapestry5.integration.app2.pages.TestPageForRedirectURL
 TestPageForServletOutputStream: org.apache.tapestry5.integration.app2.pages.TestPageForServletOutputStream
              TestPageForSubmit: org.apache.tapestry5.integration.app2.pages.TestPageForSubmit
   TestPageForTemplateInContext: org.apache.tapestry5.integration.app2.pages.TestPageForTemplateInContext
              TestPageForUnless: org.apache.tapestry5.integration.app2.pages.TestPageForUnless

[INFO] ComponentClassResolver Available components (66):
        ActionLink: org.apache.tapestry5.corelib.components.ActionLink
        AddRowLink: org.apache.tapestry5.corelib.components.AddRowLink
      AjaxFormLoop: org.apache.tapestry5.corelib.components.AjaxFormLoop
            Alerts: org.apache.tapestry5.corelib.components.Alerts
               Any: org.apache.tapestry5.corelib.components.Any
           AnyTest: org.apache.tapestry5.corelib.components.AnyTest
       BeanDisplay: org.apache.tapestry5.corelib.components.BeanDisplay
      BeanEditForm: org.apache.tapestry5.corelib.components.BeanEditForm
        BeanEditor: org.apache.tapestry5.corelib.components.BeanEditor
    BeanEditorTest: org.apache.tapestry5.corelib.components.BeanEditorTest
          Checkbox: org.apache.tapestry5.corelib.components.Checkbox
         Checklist: org.apache.tapestry5.corelib.components.Checklist
         DateField: org.apache.tapestry5.corelib.components.DateField
          Delegate: org.apache.tapestry5.corelib.components.Delegate
           Doctype: org.apache.tapestry5.corelib.components.Doctype
           Dynamic: org.apache.tapestry5.corelib.components.Dynamic
             Error: org.apache.tapestry5.corelib.components.Error
            Errors: org.apache.tapestry5.corelib.components.Errors
         EventLink: org.apache.tapestry5.corelib.components.EventLink
  ExceptionDisplay: org.apache.tapestry5.corelib.components.ExceptionDisplay
              Form: org.apache.tapestry5.corelib.components.Form
      FormFragment: org.apache.tapestry5.corelib.components.FormFragment
      FormInjector: org.apache.tapestry5.corelib.components.FormInjector
          FormTest: org.apache.tapestry5.corelib.components.FormTest
              Grid: org.apache.tapestry5.corelib.components.Grid
          GridCell: org.apache.tapestry5.corelib.components.GridCell
       GridColumns: org.apache.tapestry5.corelib.components.GridColumns
         GridPager: org.apache.tapestry5.corelib.components.GridPager
          GridRows: org.apache.tapestry5.corelib.components.GridRows
            Hidden: org.apache.tapestry5.corelib.components.Hidden
        HiddenTest: org.apache.tapestry5.corelib.components.HiddenTest
                If: org.apache.tapestry5.corelib.components.If
             Label: org.apache.tapestry5.corelib.components.Label
        LinkSubmit: org.apache.tapestry5.corelib.components.LinkSubmit
              Loop: org.apache.tapestry5.corelib.components.Loop
          LoopTest: org.apache.tapestry5.corelib.components.LoopTest
            Output: org.apache.tapestry5.corelib.components.Output
         OutputRaw: org.apache.tapestry5.corelib.components.OutputRaw
     OutputRawTest: org.apache.tapestry5.corelib.components.OutputRawTest
        OutputTest: org.apache.tapestry5.corelib.components.OutputTest
          PageLink: org.apache.tapestry5.corelib.components.PageLink
      PageLinkTest: org.apache.tapestry5.corelib.components.PageLinkTest
           Palette: org.apache.tapestry5.corelib.components.Palette
     PasswordField: org.apache.tapestry5.corelib.components.PasswordField
ProgressiveDisplay: org.apache.tapestry5.corelib.components.ProgressiveDisplay
   PropertyDisplay: org.apache.tapestry5.corelib.components.PropertyDisplay
    PropertyEditor: org.apache.tapestry5.corelib.components.PropertyEditor
PropertyEditorTest: org.apache.tapestry5.corelib.components.PropertyEditorTest
             Radio: org.apache.tapestry5.corelib.components.Radio
        RadioGroup: org.apache.tapestry5.corelib.components.RadioGroup
     RemoveRowLink: org.apache.tapestry5.corelib.components.RemoveRowLink
      RenderObject: org.apache.tapestry5.corelib.components.RenderObject
            Select: org.apache.tapestry5.corelib.components.Select
        SelectTest: org.apache.tapestry5.corelib.components.SelectTest
      SimpleLayout: org.apache.tapestry5.integration.app2.components.SimpleLayout
            Submit: org.apache.tapestry5.corelib.components.Submit
    SubmitNotifier: org.apache.tapestry5.corelib.components.SubmitNotifier
        SubmitTest: org.apache.tapestry5.corelib.components.SubmitTest
          TextArea: org.apache.tapestry5.corelib.components.TextArea
         TextField: org.apache.tapestry5.corelib.components.TextField
        TextOutput: org.apache.tapestry5.corelib.components.TextOutput
    TextOutputTest: org.apache.tapestry5.corelib.components.TextOutputTest
              Tree: org.apache.tapestry5.corelib.components.Tree
           Trigger: org.apache.tapestry5.corelib.components.Trigger
            Unless: org.apache.tapestry5.corelib.components.Unless
              Zone: org.apache.tapestry5.corelib.components.Zone

[INFO] ComponentClassResolver Available mixins (13):
      Autocomplete: org.apache.tapestry5.corelib.mixins.Autocomplete
      ControlGroup: org.apache.tapestry5.corelib.mixins.ControlGroup
       DiscardBody: org.apache.tapestry5.corelib.mixins.DiscardBody
           ForceId: org.apache.tapestry5.integration.app2.mixins.ForceId
    FormFieldFocus: org.apache.tapestry5.corelib.mixins.FormFieldFocus
          NotEmpty: org.apache.tapestry5.corelib.mixins.NotEmpty
OverrideFieldFocus: org.apache.tapestry5.corelib.mixins.OverrideFieldFocus
    RenderClientId: org.apache.tapestry5.corelib.mixins.RenderClientId
    RenderDisabled: org.apache.tapestry5.corelib.mixins.RenderDisabled
   RenderInformals: org.apache.tapestry5.corelib.mixins.RenderInformals
RenderNotification: org.apache.tapestry5.corelib.mixins.RenderNotification
   TriggerFragment: org.apache.tapestry5.corelib.mixins.TriggerFragment
       ZoneRefresh: org.apache.tapestry5.corelib.mixins.ZoneRefresh

[INFO] PageLoader Loaded page 'Launch' (en) in 79.824 ms
[ERROR] ClientDataEncoder The symbol 'tapestry.hmac-passphrase' has not been configured. This is used to configure hash-based message authentication of Tapestry data stored in forms, or in the URL. You application is less secure, and more vulnerable to denial-of-service attacks, when this symbol is not configured.
[INFO] PageLoader Loaded page 'Intermediate' (en) in 0.971 ms
[INFO] PageLoader Loaded page 'Final' (en) in 11.191 ms
[ERROR] SerializationSupport Unexpected service proxy provider when clearing the provider. This may indicate that you have multiple IoC Registries.
[ERROR] SerializationSupport Unexpected service proxy provider when clearing the provider. This may indicate that you have multiple IoC Registries.

1375 tests completed, 1 failed
:tapestry-core:test FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':tapestry-core:test'.
> There were failing tests. See the report at: file://<https://builds.apache.org/job/tapestry-trunk-freestyle/ws/tapestry-core/build/reports/tests/index.html>

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 14 mins 9.887 secs
Build step 'Execute shell' marked build as failure
Recording test results
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/build/reports/tests/testng-results.xml
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
Saving reports...
Processing '/home/hudson/hudson/jobs/tapestry-trunk-freestyle/builds/2013-07-22_00-31-01/testng/testng-results-1.xml'
Processing '/home/hudson/hudson/jobs/tapestry-trunk-freestyle/builds/2013-07-22_00-31-01/testng/testng-results.xml'
TestNG Reports Processing: FINISH

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Build failed in Jenkins: tapestry-trunk-freestyle #1107

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/tapestry-trunk-freestyle/1107/changes>

Changes:

[hlship] Roll version forward to 5.4-alpha-13

------------------------------------------
Started by an SCM change
Building remotely on tapestry in workspace <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/>
Checkout:tapestry-trunk-freestyle / <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/> - hudson.remoting.Channel@3bef34b4:tapestry
Using strategy: Default
Last Built Revision: Revision 22a6f129e46c69198f3d9b10c9db1b64bcfe850c (origin/master)
Fetching changes from 1 remote Git repository
Fetching upstream changes from origin
Commencing build of Revision 44ddc9ad0b2e7762b3ca7b14f0ed3edaa499e7a3 (origin/master)
Checking out Revision 44ddc9ad0b2e7762b3ca7b14f0ed3edaa499e7a3 (origin/master)
[tapestry-trunk-freestyle] $ /bin/bash -xe /tmp/hudson6550489365556019751.sh
+ Xvfb :6 -ac -screen 0 1024x768x8
[dix] Could not init font path element /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType, removing from list!
Process leaked file descriptors. See http://wiki.jenkins-ci.org/display/JENKINS/Spawning+processes+from+build for more information
[tapestry-trunk-freestyle] $ /bin/bash -xe /tmp/hudson454333331841927365.sh
+ DISPLAY=:6.0
+ bash <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/gradlew> -Dci=true -Dfile.encoding=UTF-8 -b <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/build.gradle> continuousIntegration
:buildSrc:compileJava UP-TO-DATE
:buildSrc:compileGroovy UP-TO-DATE
:buildSrc:processResources UP-TO-DATE
:buildSrc:classes UP-TO-DATE
:buildSrc:jar UP-TO-DATE
:buildSrc:assemble UP-TO-DATE
:buildSrc:compileTestJava UP-TO-DATE
:buildSrc:compileTestGroovy UP-TO-DATE
:buildSrc:processTestResources UP-TO-DATE
:buildSrc:testClasses UP-TO-DATE
:buildSrc:test UP-TO-DATE
:buildSrc:check UP-TO-DATE
:buildSrc:build UP-TO-DATE
Creating properties on demand (a.k.a. dynamic properties) has been deprecated and is scheduled to be removed in Gradle 2.0. Please read http://gradle.org/docs/current/dsl/org.gradle.api.plugins.ExtraPropertiesExtension.html for information on the replacement for dynamic properties.
Deprecated dynamic property: "languageLevel" on "org.gradle.plugins.ide.idea.model.IdeaModel_Decorated@8487471", value: "1.5".
Deprecated dynamic property: "jdkName" on "org.gradle.plugins.ide.idea.model.IdeaModel_Decorated@8487471", value: "1.7".
Deprecated dynamic property "languageLevel" created in multiple locations.
Deprecated dynamic property "jdkName" created in multiple locations.

FAILURE: Build failed with an exception.

* Where:
Build file '<https://builds.apache.org/job/tapestry-trunk-freestyle/ws/build.gradle'> line: 266

* What went wrong:
A problem occurred evaluating root project 'tapestry-trunk-freestyle'.
> Update your JDK to fix VU#225657

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 16.228 secs
Build step 'Execute shell' marked build as failure
Recording test results
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/build/reports/tests/testng-results.xml
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
Saving reports...
Found matching files but did not find any TestNG results.
Error updating JIRA issues. Saving issues for next build.
com.atlassian.jira.rpc.exception.RemoteAuthenticationException: Attempt to log in user 'hudson' failed. The maximum number of failed login attempts has been reached. Please log into the application through the web interface to reset the number of failed login attempts.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Build failed in Jenkins: tapestry-trunk-freestyle #1106

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/tapestry-trunk-freestyle/1106/changes>

Changes:

[hlship] TAP5-1984: Do not invoke AjaxResponseRenderer callbacks when the response is an Ajax redirect

[hlship] Restore t5/core/fields:showValidationError which was incorrectly removed

[hlship] Throw an Error when an initialize function can not be found

[hlship] Adjust the code that locates alert content

------------------------------------------
Started by an SCM change
Building remotely on tapestry in workspace <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/>
Checkout:tapestry-trunk-freestyle / <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/> - hudson.remoting.Channel@3bef34b4:tapestry
Using strategy: Default
Last Built Revision: Revision 1cbec694d94b54324cb8131e3ab0c918a51f5d41 (origin/master)
Fetching changes from 1 remote Git repository
Fetching upstream changes from origin
Commencing build of Revision 22a6f129e46c69198f3d9b10c9db1b64bcfe850c (origin/master)
Checking out Revision 22a6f129e46c69198f3d9b10c9db1b64bcfe850c (origin/master)
[tapestry-trunk-freestyle] $ /bin/bash -xe /tmp/hudson1374850967622546929.sh
+ Xvfb :6 -ac -screen 0 1024x768x8
[dix] Could not init font path element /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType, removing from list!
Process leaked file descriptors. See http://wiki.jenkins-ci.org/display/JENKINS/Spawning+processes+from+build for more information
[tapestry-trunk-freestyle] $ /bin/bash -xe /tmp/hudson2212001205399507528.sh
+ DISPLAY=:6.0
+ bash <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/gradlew> -Dci=true -Dfile.encoding=UTF-8 -b <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/build.gradle> continuousIntegration
:buildSrc:compileJava UP-TO-DATE
:buildSrc:compileGroovy UP-TO-DATE
:buildSrc:processResources UP-TO-DATE
:buildSrc:classes UP-TO-DATE
:buildSrc:jar UP-TO-DATE
:buildSrc:assemble UP-TO-DATE
:buildSrc:compileTestJava UP-TO-DATE
:buildSrc:compileTestGroovy UP-TO-DATE
:buildSrc:processTestResources UP-TO-DATE
:buildSrc:testClasses UP-TO-DATE
:buildSrc:test UP-TO-DATE
:buildSrc:check UP-TO-DATE
:buildSrc:build UP-TO-DATE
Creating properties on demand (a.k.a. dynamic properties) has been deprecated and is scheduled to be removed in Gradle 2.0. Please read http://gradle.org/docs/current/dsl/org.gradle.api.plugins.ExtraPropertiesExtension.html for information on the replacement for dynamic properties.
Deprecated dynamic property: "languageLevel" on "org.gradle.plugins.ide.idea.model.IdeaModel_Decorated@1d5bc8c5", value: "1.5".
Deprecated dynamic property: "jdkName" on "org.gradle.plugins.ide.idea.model.IdeaModel_Decorated@1d5bc8c5", value: "1.7".
Deprecated dynamic property "languageLevel" created in multiple locations.
Deprecated dynamic property "jdkName" created in multiple locations.

FAILURE: Build failed with an exception.

* Where:
Build file '<https://builds.apache.org/job/tapestry-trunk-freestyle/ws/build.gradle'> line: 266

* What went wrong:
A problem occurred evaluating root project 'tapestry-trunk-freestyle'.
> Update your JDK to fix VU#225657

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 10.961 secs
Build step 'Execute shell' marked build as failure
Recording test results
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/build/reports/tests/testng-results.xml
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
Saving reports...
Found matching files but did not find any TestNG results.
Error updating JIRA issues. Saving issues for next build.
com.atlassian.jira.rpc.exception.RemoteAuthenticationException: Attempt to log in user 'hudson' failed. The maximum number of failed login attempts has been reached. Please log into the application through the web interface to reset the number of failed login attempts.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Build failed in Jenkins: tapestry-trunk-freestyle #1105

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/tapestry-trunk-freestyle/1105/changes>

Changes:

[hlship] Position the help-block for the Palette component undernear the other Palette content

[hlship] Put the message of the alert inside a <span> so that it can be located easily for testing

[hlship] TAP5-1914: Alerts needs a parameter to show/hide "Dismiss all"

[hlship] TAP5-2064: Add 'info' style to info alerts

------------------------------------------
Started by an SCM change
Building remotely on tapestry in workspace <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/>
Checkout:tapestry-trunk-freestyle / <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/> - hudson.remoting.Channel@3bef34b4:tapestry
Using strategy: Default
Last Built Revision: Revision 4f12ba2f5e1c641e37f2bc40298f885cc5260de1 (origin/master)
Fetching changes from 1 remote Git repository
Fetching upstream changes from origin
Commencing build of Revision 1cbec694d94b54324cb8131e3ab0c918a51f5d41 (origin/master)
Checking out Revision 1cbec694d94b54324cb8131e3ab0c918a51f5d41 (origin/master)
[tapestry-trunk-freestyle] $ /bin/bash -xe /tmp/hudson7063675490834657874.sh
+ Xvfb :6 -ac -screen 0 1024x768x8
[dix] Could not init font path element /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType, removing from list!
Process leaked file descriptors. See http://wiki.jenkins-ci.org/display/JENKINS/Spawning+processes+from+build for more information
[tapestry-trunk-freestyle] $ /bin/bash -xe /tmp/hudson314251254247610379.sh
+ DISPLAY=:6.0
+ bash <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/gradlew> -Dci=true -Dfile.encoding=UTF-8 -b <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/build.gradle> continuousIntegration
:buildSrc:compileJava UP-TO-DATE
:buildSrc:compileGroovy UP-TO-DATE
:buildSrc:processResources UP-TO-DATE
:buildSrc:classes UP-TO-DATE
:buildSrc:jar UP-TO-DATE
:buildSrc:assemble UP-TO-DATE
:buildSrc:compileTestJava UP-TO-DATE
:buildSrc:compileTestGroovy UP-TO-DATE
:buildSrc:processTestResources UP-TO-DATE
:buildSrc:testClasses UP-TO-DATE
:buildSrc:test UP-TO-DATE
:buildSrc:check UP-TO-DATE
:buildSrc:build UP-TO-DATE
Creating properties on demand (a.k.a. dynamic properties) has been deprecated and is scheduled to be removed in Gradle 2.0. Please read http://gradle.org/docs/current/dsl/org.gradle.api.plugins.ExtraPropertiesExtension.html for information on the replacement for dynamic properties.
Deprecated dynamic property: "languageLevel" on "org.gradle.plugins.ide.idea.model.IdeaModel_Decorated@4e33c558", value: "1.5".
Deprecated dynamic property: "jdkName" on "org.gradle.plugins.ide.idea.model.IdeaModel_Decorated@4e33c558", value: "1.7".
Deprecated dynamic property "languageLevel" created in multiple locations.
Deprecated dynamic property "jdkName" created in multiple locations.

FAILURE: Build failed with an exception.

* Where:
Build file '<https://builds.apache.org/job/tapestry-trunk-freestyle/ws/build.gradle'> line: 266

* What went wrong:
A problem occurred evaluating root project 'tapestry-trunk-freestyle'.
> Update your JDK to fix VU#225657

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 22.505 secs
Build step 'Execute shell' marked build as failure
Recording test results
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/build/reports/tests/testng-results.xml
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
Saving reports...
Found matching files but did not find any TestNG results.
Error updating JIRA issues. Saving issues for next build.
com.atlassian.jira.rpc.exception.RemoteAuthenticationException: Attempt to log in user 'hudson' failed. The maximum number of failed login attempts has been reached. Please log into the application through the web interface to reset the number of failed login attempts.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Build failed in Jenkins: tapestry-trunk-freestyle #1104

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/tapestry-trunk-freestyle/1104/changes>

Changes:

[hlship] Remove the well from around alerts

------------------------------------------
Started by an SCM change
Building remotely on tapestry in workspace <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/>
Checkout:tapestry-trunk-freestyle / <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/> - hudson.remoting.Channel@3bef34b4:tapestry
Using strategy: Default
Last Built Revision: Revision b29772364f3453d30a7f3a7463b5bbef14042737 (origin/master)
Fetching changes from 1 remote Git repository
Fetching upstream changes from origin
Commencing build of Revision 4f12ba2f5e1c641e37f2bc40298f885cc5260de1 (origin/master)
Checking out Revision 4f12ba2f5e1c641e37f2bc40298f885cc5260de1 (origin/master)
[tapestry-trunk-freestyle] $ /bin/bash -xe /tmp/hudson8757948580561671888.sh
+ Xvfb :6 -ac -screen 0 1024x768x8
[dix] Could not init font path element /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType, removing from list!
Process leaked file descriptors. See http://wiki.jenkins-ci.org/display/JENKINS/Spawning+processes+from+build for more information
[tapestry-trunk-freestyle] $ /bin/bash -xe /tmp/hudson334508700645926202.sh
+ DISPLAY=:6.0
+ bash <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/gradlew> -Dci=true -Dfile.encoding=UTF-8 -b <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/build.gradle> continuousIntegration
:buildSrc:compileJava UP-TO-DATE
:buildSrc:compileGroovy UP-TO-DATE
:buildSrc:processResources UP-TO-DATE
:buildSrc:classes UP-TO-DATE
:buildSrc:jar UP-TO-DATE
:buildSrc:assemble UP-TO-DATE
:buildSrc:compileTestJava UP-TO-DATE
:buildSrc:compileTestGroovy UP-TO-DATE
:buildSrc:processTestResources UP-TO-DATE
:buildSrc:testClasses UP-TO-DATE
:buildSrc:test UP-TO-DATE
:buildSrc:check UP-TO-DATE
:buildSrc:build UP-TO-DATE
Creating properties on demand (a.k.a. dynamic properties) has been deprecated and is scheduled to be removed in Gradle 2.0. Please read http://gradle.org/docs/current/dsl/org.gradle.api.plugins.ExtraPropertiesExtension.html for information on the replacement for dynamic properties.
Deprecated dynamic property: "languageLevel" on "org.gradle.plugins.ide.idea.model.IdeaModel_Decorated@144f1ada", value: "1.5".
Deprecated dynamic property: "jdkName" on "org.gradle.plugins.ide.idea.model.IdeaModel_Decorated@144f1ada", value: "1.7".
Deprecated dynamic property "languageLevel" created in multiple locations.
Deprecated dynamic property "jdkName" created in multiple locations.

FAILURE: Build failed with an exception.

* Where:
Build file '<https://builds.apache.org/job/tapestry-trunk-freestyle/ws/build.gradle'> line: 266

* What went wrong:
A problem occurred evaluating root project 'tapestry-trunk-freestyle'.
> Update your JDK to fix VU#225657

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 14.718 secs
Build step 'Execute shell' marked build as failure
Recording test results
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/build/reports/tests/testng-results.xml
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
Saving reports...
Found matching files but did not find any TestNG results.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Build failed in Jenkins: tapestry-trunk-freestyle #1103

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/tapestry-trunk-freestyle/1103/changes>

Changes:

[hlship] Upgrade to latest version of RequireJS

[hlship] Change the developer's CoffeeScript compilation scripts to compile the same way that tapestry-wro4j does (not --bare)

------------------------------------------
Started by an SCM change
Building remotely on tapestry in workspace <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/>
Checkout:tapestry-trunk-freestyle / <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/> - hudson.remoting.Channel@3bef34b4:tapestry
Using strategy: Default
Last Built Revision: Revision 2dbde11ae4ecbf298d98b413d70ba137f7bab83b (origin/master)
Fetching changes from 1 remote Git repository
Fetching upstream changes from origin
Commencing build of Revision b29772364f3453d30a7f3a7463b5bbef14042737 (origin/master)
Checking out Revision b29772364f3453d30a7f3a7463b5bbef14042737 (origin/master)
[tapestry-trunk-freestyle] $ /bin/bash -xe /tmp/hudson6319388338562801465.sh
+ Xvfb :6 -ac -screen 0 1024x768x8
[dix] Could not init font path element /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType, removing from list!
Process leaked file descriptors. See http://wiki.jenkins-ci.org/display/JENKINS/Spawning+processes+from+build for more information
[tapestry-trunk-freestyle] $ /bin/bash -xe /tmp/hudson5787190809444918993.sh
+ DISPLAY=:6.0
+ bash <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/gradlew> -Dci=true -Dfile.encoding=UTF-8 -b <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/build.gradle> continuousIntegration
:buildSrc:compileJava UP-TO-DATE
:buildSrc:compileGroovy UP-TO-DATE
:buildSrc:processResources UP-TO-DATE
:buildSrc:classes UP-TO-DATE
:buildSrc:jar UP-TO-DATE
:buildSrc:assemble UP-TO-DATE
:buildSrc:compileTestJava UP-TO-DATE
:buildSrc:compileTestGroovy UP-TO-DATE
:buildSrc:processTestResources UP-TO-DATE
:buildSrc:testClasses UP-TO-DATE
:buildSrc:test UP-TO-DATE
:buildSrc:check UP-TO-DATE
:buildSrc:build UP-TO-DATE
Creating properties on demand (a.k.a. dynamic properties) has been deprecated and is scheduled to be removed in Gradle 2.0. Please read http://gradle.org/docs/current/dsl/org.gradle.api.plugins.ExtraPropertiesExtension.html for information on the replacement for dynamic properties.
Deprecated dynamic property: "languageLevel" on "org.gradle.plugins.ide.idea.model.IdeaModel_Decorated@5fb8424e", value: "1.5".
Deprecated dynamic property: "jdkName" on "org.gradle.plugins.ide.idea.model.IdeaModel_Decorated@5fb8424e", value: "1.7".
Deprecated dynamic property "languageLevel" created in multiple locations.
Deprecated dynamic property "jdkName" created in multiple locations.

FAILURE: Build failed with an exception.

* Where:
Build file '<https://builds.apache.org/job/tapestry-trunk-freestyle/ws/build.gradle'> line: 266

* What went wrong:
A problem occurred evaluating root project 'tapestry-trunk-freestyle'.
> Update your JDK to fix VU#225657

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 11.816 secs
Build step 'Execute shell' marked build as failure
Recording test results
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/build/reports/tests/testng-results.xml
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
Saving reports...
Found matching files but did not find any TestNG results.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Build failed in Jenkins: tapestry-trunk-freestyle #1102

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/tapestry-trunk-freestyle/1102/changes>

Changes:

[hlship] Roll version number forward to 5.4-alpha-12

[hlship] Remove t5/core/builder module

------------------------------------------
Started by an SCM change
Building remotely on tapestry in workspace <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/>
Checkout:tapestry-trunk-freestyle / <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/> - hudson.remoting.Channel@3bef34b4:tapestry
Using strategy: Default
Last Built Revision: Revision eaada44a8e6c83af346343c5d125015fe8ca6459 (origin/master)
Fetching changes from 1 remote Git repository
Fetching upstream changes from origin
Commencing build of Revision 2dbde11ae4ecbf298d98b413d70ba137f7bab83b (origin/master)
Checking out Revision 2dbde11ae4ecbf298d98b413d70ba137f7bab83b (origin/master)
[tapestry-trunk-freestyle] $ /bin/bash -xe /tmp/hudson6353105793724983190.sh
+ Xvfb :6 -ac -screen 0 1024x768x8
[dix] Could not init font path element /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType, removing from list!
Process leaked file descriptors. See http://wiki.jenkins-ci.org/display/JENKINS/Spawning+processes+from+build for more information
[tapestry-trunk-freestyle] $ /bin/bash -xe /tmp/hudson7970213448541732746.sh
+ DISPLAY=:6.0
+ bash <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/gradlew> -Dci=true -Dfile.encoding=UTF-8 -b <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/build.gradle> continuousIntegration
:buildSrc:compileJava UP-TO-DATE
:buildSrc:compileGroovy UP-TO-DATE
:buildSrc:processResources UP-TO-DATE
:buildSrc:classes UP-TO-DATE
:buildSrc:jar UP-TO-DATE
:buildSrc:assemble UP-TO-DATE
:buildSrc:compileTestJava UP-TO-DATE
:buildSrc:compileTestGroovy UP-TO-DATE
:buildSrc:processTestResources UP-TO-DATE
:buildSrc:testClasses UP-TO-DATE
:buildSrc:test UP-TO-DATE
:buildSrc:check UP-TO-DATE
:buildSrc:build UP-TO-DATE
Creating properties on demand (a.k.a. dynamic properties) has been deprecated and is scheduled to be removed in Gradle 2.0. Please read http://gradle.org/docs/current/dsl/org.gradle.api.plugins.ExtraPropertiesExtension.html for information on the replacement for dynamic properties.
Deprecated dynamic property: "languageLevel" on "org.gradle.plugins.ide.idea.model.IdeaModel_Decorated@7346b111", value: "1.5".
Deprecated dynamic property: "jdkName" on "org.gradle.plugins.ide.idea.model.IdeaModel_Decorated@7346b111", value: "1.7".
Deprecated dynamic property "languageLevel" created in multiple locations.
Deprecated dynamic property "jdkName" created in multiple locations.

FAILURE: Build failed with an exception.

* Where:
Build file '<https://builds.apache.org/job/tapestry-trunk-freestyle/ws/build.gradle'> line: 266

* What went wrong:
A problem occurred evaluating root project 'tapestry-trunk-freestyle'.
> Update your JDK to fix VU#225657

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 28.116 secs
Build step 'Execute shell' marked build as failure
Recording test results
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/build/reports/tests/testng-results.xml
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
Saving reports...
Found matching files but did not find any TestNG results.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Build failed in Jenkins: tapestry-trunk-freestyle #1101

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/tapestry-trunk-freestyle/1101/changes>

Changes:

[hlship] Roll version number forward to 5.4-alpha-11

[hlship] Add cross-reference documentation

[hlship] Add a file-system cache ofr single-input-file comilations (CoffeeScript) that can persist between executions

------------------------------------------
Started by an SCM change
Building remotely on tapestry in workspace <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/>
Checkout:tapestry-trunk-freestyle / <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/> - hudson.remoting.Channel@216f8c55:tapestry
Using strategy: Default
Last Built Revision: Revision a8ad6d265d98bb379df64b941af3922406c06394 (origin/master)
Fetching changes from 1 remote Git repository
Fetching upstream changes from origin
Commencing build of Revision eaada44a8e6c83af346343c5d125015fe8ca6459 (origin/master)
Checking out Revision eaada44a8e6c83af346343c5d125015fe8ca6459 (origin/master)
[tapestry-trunk-freestyle] $ /bin/bash -xe /tmp/hudson6481293331479149630.sh
+ Xvfb :6 -ac -screen 0 1024x768x8
[dix] Could not init font path element /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType, removing from list!
Process leaked file descriptors. See http://wiki.jenkins-ci.org/display/JENKINS/Spawning+processes+from+build for more information
[tapestry-trunk-freestyle] $ /bin/bash -xe /tmp/hudson3503901869009862805.sh
+ DISPLAY=:6.0
+ bash <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/gradlew> -Dci=true -Dfile.encoding=UTF-8 -b <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/build.gradle> continuousIntegration
:buildSrc:compileJava UP-TO-DATE
:buildSrc:compileGroovy UP-TO-DATE
:buildSrc:processResources UP-TO-DATE
:buildSrc:classes UP-TO-DATE
:buildSrc:jar UP-TO-DATE
:buildSrc:assemble UP-TO-DATE
:buildSrc:compileTestJava UP-TO-DATE
:buildSrc:compileTestGroovy UP-TO-DATE
:buildSrc:processTestResources UP-TO-DATE
:buildSrc:testClasses UP-TO-DATE
:buildSrc:test UP-TO-DATE
:buildSrc:check UP-TO-DATE
:buildSrc:build UP-TO-DATE
Creating properties on demand (a.k.a. dynamic properties) has been deprecated and is scheduled to be removed in Gradle 2.0. Please read http://gradle.org/docs/current/dsl/org.gradle.api.plugins.ExtraPropertiesExtension.html for information on the replacement for dynamic properties.
Deprecated dynamic property: "languageLevel" on "org.gradle.plugins.ide.idea.model.IdeaModel_Decorated@54becf73", value: "1.5".
Deprecated dynamic property: "jdkName" on "org.gradle.plugins.ide.idea.model.IdeaModel_Decorated@54becf73", value: "1.7".
Deprecated dynamic property "languageLevel" created in multiple locations.
Deprecated dynamic property "jdkName" created in multiple locations.

FAILURE: Build failed with an exception.

* Where:
Build file '<https://builds.apache.org/job/tapestry-trunk-freestyle/ws/build.gradle'> line: 266

* What went wrong:
A problem occurred evaluating root project 'tapestry-trunk-freestyle'.
> Update your JDK to fix VU#225657

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 19.374 secs
Build step 'Execute shell' marked build as failure
Recording test results
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/build/reports/tests/testng-results.xml
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
Saving reports...
Found matching files but did not find any TestNG results.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Build failed in Jenkins: tapestry-trunk-freestyle #1100

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/tapestry-trunk-freestyle/1100/changes>

Changes:

[hlship] TAP5-2142: Handle exceptions during form validation

[hlship] TAP5-2141: Ajax form submission should ignore fields with no name

------------------------------------------
Started by an SCM change
Building remotely on tapestry in workspace <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/>
Checkout:tapestry-trunk-freestyle / <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/> - hudson.remoting.Channel@216f8c55:tapestry
Using strategy: Default
Last Built Revision: Revision 75eaf6a5ecba47b5ba9bd498aae57c51b73facba (origin/master)
Fetching changes from 1 remote Git repository
Fetching upstream changes from origin
Commencing build of Revision a8ad6d265d98bb379df64b941af3922406c06394 (origin/master)
Checking out Revision a8ad6d265d98bb379df64b941af3922406c06394 (origin/master)
[tapestry-trunk-freestyle] $ /bin/bash -xe /tmp/hudson5395443452632766591.sh
+ Xvfb :6 -ac -screen 0 1024x768x8
[dix] Could not init font path element /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType, removing from list!
Process leaked file descriptors. See http://wiki.jenkins-ci.org/display/JENKINS/Spawning+processes+from+build for more information
[tapestry-trunk-freestyle] $ /bin/bash -xe /tmp/hudson4518463317005094602.sh
+ DISPLAY=:6.0
+ bash <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/gradlew> -Dci=true -Dfile.encoding=UTF-8 -b <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/build.gradle> continuousIntegration
:buildSrc:compileJava UP-TO-DATE
:buildSrc:compileGroovy UP-TO-DATE
:buildSrc:processResources UP-TO-DATE
:buildSrc:classes UP-TO-DATE
:buildSrc:jar UP-TO-DATE
:buildSrc:assemble UP-TO-DATE
:buildSrc:compileTestJava UP-TO-DATE
:buildSrc:compileTestGroovy UP-TO-DATE
:buildSrc:processTestResources UP-TO-DATE
:buildSrc:testClasses UP-TO-DATE
:buildSrc:test UP-TO-DATE
:buildSrc:check UP-TO-DATE
:buildSrc:build UP-TO-DATE
Creating properties on demand (a.k.a. dynamic properties) has been deprecated and is scheduled to be removed in Gradle 2.0. Please read http://gradle.org/docs/current/dsl/org.gradle.api.plugins.ExtraPropertiesExtension.html for information on the replacement for dynamic properties.
Deprecated dynamic property: "languageLevel" on "org.gradle.plugins.ide.idea.model.IdeaModel_Decorated@4a23d87f", value: "1.5".
Deprecated dynamic property: "jdkName" on "org.gradle.plugins.ide.idea.model.IdeaModel_Decorated@4a23d87f", value: "1.7".
Deprecated dynamic property "languageLevel" created in multiple locations.
Deprecated dynamic property "jdkName" created in multiple locations.

FAILURE: Build failed with an exception.

* Where:
Build file '<https://builds.apache.org/job/tapestry-trunk-freestyle/ws/build.gradle'> line: 266

* What went wrong:
A problem occurred evaluating root project 'tapestry-trunk-freestyle'.
> Update your JDK to fix VU#225657

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 26.778 secs
Build step 'Execute shell' marked build as failure
Recording test results
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/build/reports/tests/testng-results.xml
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
Saving reports...
Found matching files but did not find any TestNG results.
Updating TAP5-2142
Updating TAP5-2141

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Build failed in Jenkins: tapestry-trunk-freestyle #1099

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/tapestry-trunk-freestyle/1099/changes>

Changes:

[hlship] TAP5-2137: Tree component renders empty nodes as expandable, AssertionError when expanded

------------------------------------------
Started by an SCM change
Building remotely on tapestry in workspace <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/>
Checkout:tapestry-trunk-freestyle / <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/> - hudson.remoting.Channel@3f0e9543:tapestry
Using strategy: Default
Last Built Revision: Revision b8e15bfc324716206d2aafde9be781069db2be0e (origin/master)
Fetching changes from 1 remote Git repository
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/tapestry-5.git
Commencing build of Revision 75eaf6a5ecba47b5ba9bd498aae57c51b73facba (origin/master)
Checking out Revision 75eaf6a5ecba47b5ba9bd498aae57c51b73facba (origin/master)
[tapestry-trunk-freestyle] $ /bin/bash -xe /tmp/hudson1284808384268787905.sh
+ Xvfb :6 -ac -screen 0 1024x768x8
[dix] Could not init font path element /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType, removing from list!
Process leaked file descriptors. See http://wiki.jenkins-ci.org/display/JENKINS/Spawning+processes+from+build for more information
[tapestry-trunk-freestyle] $ /bin/bash -xe /tmp/hudson3905146281747213931.sh
+ DISPLAY=:6.0
+ bash <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/gradlew> -Dci=true -Dfile.encoding=UTF-8 -b <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/build.gradle> continuousIntegration
:buildSrc:compileJava UP-TO-DATE
:buildSrc:compileGroovy UP-TO-DATE
:buildSrc:processResources UP-TO-DATE
:buildSrc:classes UP-TO-DATE
:buildSrc:jar UP-TO-DATE
:buildSrc:assemble UP-TO-DATE
:buildSrc:compileTestJava UP-TO-DATE
:buildSrc:compileTestGroovy UP-TO-DATE
:buildSrc:processTestResources UP-TO-DATE
:buildSrc:testClasses UP-TO-DATE
:buildSrc:test UP-TO-DATE
:buildSrc:check UP-TO-DATE
:buildSrc:build UP-TO-DATE
Creating properties on demand (a.k.a. dynamic properties) has been deprecated and is scheduled to be removed in Gradle 2.0. Please read http://gradle.org/docs/current/dsl/org.gradle.api.plugins.ExtraPropertiesExtension.html for information on the replacement for dynamic properties.
Deprecated dynamic property: "languageLevel" on "org.gradle.plugins.ide.idea.model.IdeaModel_Decorated@6a04919b", value: "1.5".
Deprecated dynamic property: "jdkName" on "org.gradle.plugins.ide.idea.model.IdeaModel_Decorated@6a04919b", value: "1.7".
Deprecated dynamic property "languageLevel" created in multiple locations.
Deprecated dynamic property "jdkName" created in multiple locations.

FAILURE: Build failed with an exception.

* Where:
Build file '<https://builds.apache.org/job/tapestry-trunk-freestyle/ws/build.gradle'> line: 266

* What went wrong:
A problem occurred evaluating root project 'tapestry-trunk-freestyle'.
> Update your JDK to fix VU#225657

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 18.556 secs
Build step 'Execute shell' marked build as failure
Recording test results
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/build/reports/tests/testng-results.xml
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
Saving reports...
Found matching files but did not find any TestNG results.
Updating TAP5-2137

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Build failed in Jenkins: tapestry-trunk-freestyle #1098

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/tapestry-trunk-freestyle/1098/changes>

Changes:

[hlship] Turn of JavaDoc generation on the CI server while we wait for JDK update

------------------------------------------
Started by an SCM change
Building remotely on tapestry in workspace <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/>
Checkout:tapestry-trunk-freestyle / <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/> - hudson.remoting.Channel@3f0e9543:tapestry
Using strategy: Default
Last Built Revision: Revision 7e65baebf6d3cdf02ef8df1fe0586f4bcfa293ce (origin/master)
Fetching changes from 1 remote Git repository
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/tapestry-5.git
Commencing build of Revision b8e15bfc324716206d2aafde9be781069db2be0e (origin/master)
Checking out Revision b8e15bfc324716206d2aafde9be781069db2be0e (origin/master)
[tapestry-trunk-freestyle] $ /bin/bash -xe /tmp/hudson6215375572532001876.sh
+ Xvfb :6 -ac -screen 0 1024x768x8
[dix] Could not init font path element /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType, removing from list!
Process leaked file descriptors. See http://wiki.jenkins-ci.org/display/JENKINS/Spawning+processes+from+build for more information
[tapestry-trunk-freestyle] $ /bin/bash -xe /tmp/hudson5120487386482992053.sh
+ DISPLAY=:6.0
+ bash <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/gradlew> -Dci=true -Dfile.encoding=UTF-8 -b <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/build.gradle> continuousIntegration
:buildSrc:compileJava UP-TO-DATE
:buildSrc:compileGroovy UP-TO-DATE
:buildSrc:processResources UP-TO-DATE
:buildSrc:classes UP-TO-DATE
:buildSrc:jar UP-TO-DATE
:buildSrc:assemble UP-TO-DATE
:buildSrc:compileTestJava UP-TO-DATE
:buildSrc:compileTestGroovy UP-TO-DATE
:buildSrc:processTestResources UP-TO-DATE
:buildSrc:testClasses UP-TO-DATE
:buildSrc:test UP-TO-DATE
:buildSrc:check UP-TO-DATE
:buildSrc:build UP-TO-DATE
Creating properties on demand (a.k.a. dynamic properties) has been deprecated and is scheduled to be removed in Gradle 2.0. Please read http://gradle.org/docs/current/dsl/org.gradle.api.plugins.ExtraPropertiesExtension.html for information on the replacement for dynamic properties.
Deprecated dynamic property: "jdkName" on "org.gradle.plugins.ide.idea.model.IdeaModel_Decorated@3b25b27c", value: "1.5".
Deprecated dynamic property "jdkName" created in multiple locations.

FAILURE: Build failed with an exception.

* Where:
Build file '<https://builds.apache.org/job/tapestry-trunk-freestyle/ws/build.gradle'> line: 264

* What went wrong:
A problem occurred evaluating root project 'tapestry-trunk-freestyle'.
> Update your JDK to fix VU#225657

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 15.499 secs
Build step 'Execute shell' marked build as failure
Recording test results
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/build/reports/tests/testng-results.xml
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
Saving reports...
Found matching files but did not find any TestNG results.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org