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 2011/09/23 19:30:53 UTC

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

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

Changes:

[hlship] TAP5-1555: Property Expression Array Disallows null and this

[hlship] TAP5-1423: Selenium test failures attempt to take a screenshot, which fails on most browsers besides firefox

[hlship] TAP5-1593: Type org.apache.tapestry5.services.HttpError should be an allowed return value from Ajax action requests

------------------------------------------
Started by an SCM change
Building remotely on ubuntu2
Updating https://svn.apache.org/repos/asf/tapestry/tapestry5/trunk
U         tapestry-core/src/test/java/org/apache/tapestry5/internal/services/PropertyConduitSourceImplTest.java
U         tapestry-core/src/main/java/org/apache/tapestry5/internal/services/PropertyConduitSourceImpl.java
A         tapestry-core/src/main/java/org/apache/tapestry5/internal/services/HttpErrorComponentEventResultProcessor.java
U         tapestry-core/src/main/java/org/apache/tapestry5/services/TapestryModule.java
U         tapestry-core/src/main/java/org/apache/tapestry5/services/HttpError.java
U         tapestry-test/src/main/java/org/apache/tapestry5/test/ErrorReporterImpl.java
At revision 1174897
[tapestry-trunk-freestyle] $ /bin/bash -xe /tmp/hudson554191336647208025.sh
+ Xvfb :6 -ac -screen 0 1024x768x8
[dix] Could not init font path element /usr/share/fonts/X11/cyrillic, removing from list!
[dix] Could not init font path element /usr/share/fonts/X11/100dpi/:unscaled, removing from list!
[dix] Could not init font path element /usr/share/fonts/X11/75dpi/:unscaled, removing from list!
[dix] Could not init font path element /usr/share/fonts/X11/Type1, removing from list!
[dix] Could not init font path element /usr/share/fonts/X11/100dpi, removing from list!
[dix] Could not init font path element /usr/share/fonts/X11/75dpi, 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/hudson5121504925172066320.sh
+ DISPLAY=:6.0
+ /home/hudson/tools/gradle/gradle-1.0-milestone-2/bin/gradle -Dproject-version=5.3-SNAPSHOT -b <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/trunk/build.gradle> continuousIntegration
:plastic:compileJava<https://builds.apache.org/job/tapestry-trunk-freestyle/ws/trunk/plastic/src/main/java/org/apache/tapestry5/internal/plastic/PlasticInternalUtils.java>:412: cannot find symbol
symbol  : constructor IOException(java.net.URISyntaxException)
location: class java.io.IOException
                throw new IOException(ex);
                      ^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error


FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':plastic:compileJava'.
Cause: Compile failed; see the compiler error output for details.

* 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.077 secs
Build step 'Execute shell' marked build as failure
Updating TAP5-1423
Updating TAP5-1593
Updating TAP5-1555
Publishing Javadoc


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


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

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/tapestry-trunk-freestyle/544/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 #543

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

Changes:

[hlship] Fix compiler error caused by Jenkins on JDK 1.5 (a JDK 1.6 constructor was being used)

------------------------------------------
Started by an SCM change
Building remotely on ubuntu2
Updating https://svn.apache.org/repos/asf/tapestry/tapestry5/trunk
U         plastic/src/main/java/org/apache/tapestry5/internal/plastic/PlasticInternalUtils.java
At revision 1175633
[tapestry-trunk-freestyle] $ /bin/bash -xe /tmp/hudson2128326387365181200.sh
+ Xvfb :6 -ac -screen 0 1024x768x8
[dix] Could not init font path element /usr/share/fonts/X11/cyrillic, removing from list!
[dix] Could not init font path element /usr/share/fonts/X11/100dpi/:unscaled, removing from list!
[dix] Could not init font path element /usr/share/fonts/X11/75dpi/:unscaled, removing from list!
[dix] Could not init font path element /usr/share/fonts/X11/Type1, removing from list!
[dix] Could not init font path element /usr/share/fonts/X11/100dpi, removing from list!
[dix] Could not init font path element /usr/share/fonts/X11/75dpi, 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/hudson2667529946496195035.sh
+ DISPLAY=:6.0
+ /home/hudson/tools/gradle/gradle-1.0-milestone-2/bin/gradle -Dproject-version=5.3-SNAPSHOT -b <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/trunk/build.gradle> continuousIntegration
:plastic:compileJava<https://builds.apache.org/job/tapestry-trunk-freestyle/ws/trunk/plastic/src/main/java/org/apache/tapestry5/internal/plastic/PlasticInternalUtils.java>:413: cannot find symbol
symbol  : constructor IOException(java.lang.String,java.net.URISyntaxException)
location: class java.io.IOException
                throw new IOException(ex.getMessage(), ex);
                      ^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error


FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':plastic:compileJava'.
Cause: Compile failed; see the compiler error output for details.

* 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.753 secs
Build step 'Execute shell' marked build as failure
Publishing Javadoc


---------------------------------------------------------------------
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 #542

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

Changes:

[ffacon] TAP5-1639 : Missing danish translations

------------------------------------------
Started by an SCM change
Building remotely on ubuntu2
Updating https://svn.apache.org/repos/asf/tapestry/tapestry5/trunk
A         tapestry-core/tapestry-core
A         tapestry-core/tapestry-core/src
A         tapestry-core/tapestry-core/src/main
A         tapestry-core/tapestry-core/src/main/resources
A         tapestry-core/tapestry-core/src/main/resources/org
A         tapestry-core/tapestry-core/src/main/resources/org/apache
A         tapestry-core/tapestry-core/src/main/resources/org/apache/tapestry5
A         tapestry-core/tapestry-core/src/main/resources/org/apache/tapestry5/corelib
A         tapestry-core/tapestry-core/src/main/resources/org/apache/tapestry5/corelib/components
A         tapestry-core/tapestry-core/src/main/resources/org/apache/tapestry5/corelib/components/DateField_da.properties
A         tapestry-core/tapestry-kaptcha
A         tapestry-core/tapestry-kaptcha/src
A         tapestry-core/tapestry-kaptcha/src/main
A         tapestry-core/tapestry-kaptcha/src/main/resources
A         tapestry-core/tapestry-kaptcha/src/main/resources/org
A         tapestry-core/tapestry-kaptcha/src/main/resources/org/apache
A         tapestry-core/tapestry-kaptcha/src/main/resources/org/apache/tapestry5
A         tapestry-core/tapestry-kaptcha/src/main/resources/org/apache/tapestry5/kaptcha
A         tapestry-core/tapestry-kaptcha/src/main/resources/org/apache/tapestry5/kaptcha/tapestry-kaptcha_da.properties
U         tapestry-core/src/main/resources/org/apache/tapestry5/corelib/components/BeanEditForm_da.properties
U         tapestry-core/src/main/resources/org/apache/tapestry5/internal/ValidationMessages_da.properties
At revision 1175583
[tapestry-trunk-freestyle] $ /bin/bash -xe /tmp/hudson725099768314396817.sh
+ Xvfb :6 -ac -screen 0 1024x768x8
[dix] Could not init font path element /usr/share/fonts/X11/cyrillic, removing from list!
[dix] Could not init font path element /usr/share/fonts/X11/100dpi/:unscaled, removing from list!
[dix] Could not init font path element /usr/share/fonts/X11/75dpi/:unscaled, removing from list!
[dix] Could not init font path element /usr/share/fonts/X11/Type1, removing from list!
[dix] Could not init font path element /usr/share/fonts/X11/100dpi, removing from list!
[dix] Could not init font path element /usr/share/fonts/X11/75dpi, 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/hudson553202917404098415.sh
+ DISPLAY=:6.0
+ /home/hudson/tools/gradle/gradle-1.0-milestone-2/bin/gradle -Dproject-version=5.3-SNAPSHOT -b <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/trunk/build.gradle> continuousIntegration
:plastic:compileJava<https://builds.apache.org/job/tapestry-trunk-freestyle/ws/trunk/plastic/src/main/java/org/apache/tapestry5/internal/plastic/PlasticInternalUtils.java>:412: cannot find symbol
symbol  : constructor IOException(java.net.URISyntaxException)
location: class java.io.IOException
                throw new IOException(ex);
                      ^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error


FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':plastic:compileJava'.
Cause: Compile failed; see the compiler error output for details.

* 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: 8.745 secs
Build step 'Execute shell' marked build as failure
Updating TAP5-1639
Publishing Javadoc


---------------------------------------------------------------------
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 #541

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

Changes:

[bobharner] For clarity, renamed "NOT Allow Null" component parameter flag to just "Not Null" as suggested by Josh Canfield.

------------------------------------------
Started by an SCM change
Building remotely on ubuntu2
Updating https://svn.apache.org/repos/asf/tapestry/tapestry5/trunk
U         tapestry-javadoc/src/main/java/org/apache/tapestry5/javadoc/TapestryDocTaglet.java
At revision 1175532
[tapestry-trunk-freestyle] $ /bin/bash -xe /tmp/hudson8729004506040168344.sh
+ Xvfb :6 -ac -screen 0 1024x768x8
[dix] Could not init font path element /usr/share/fonts/X11/cyrillic, removing from list!
[dix] Could not init font path element /usr/share/fonts/X11/100dpi/:unscaled, removing from list!
[dix] Could not init font path element /usr/share/fonts/X11/75dpi/:unscaled, removing from list!
[dix] Could not init font path element /usr/share/fonts/X11/Type1, removing from list!
[dix] Could not init font path element /usr/share/fonts/X11/100dpi, removing from list!
[dix] Could not init font path element /usr/share/fonts/X11/75dpi, 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/hudson220266889341770406.sh
+ DISPLAY=:6.0
+ /home/hudson/tools/gradle/gradle-1.0-milestone-2/bin/gradle -Dproject-version=5.3-SNAPSHOT -b <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/trunk/build.gradle> continuousIntegration
:plastic:compileJava<https://builds.apache.org/job/tapestry-trunk-freestyle/ws/trunk/plastic/src/main/java/org/apache/tapestry5/internal/plastic/PlasticInternalUtils.java>:412: cannot find symbol
symbol  : constructor IOException(java.net.URISyntaxException)
location: class java.io.IOException
                throw new IOException(ex);
                      ^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error


FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':plastic:compileJava'.
Cause: Compile failed; see the compiler error output for details.

* 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.369 secs
Build step 'Execute shell' marked build as failure
Publishing Javadoc


---------------------------------------------------------------------
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 #540

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

Changes:

[tawus] Closes #TAP5-1653: common-codec upgrade from 1.3 to 1.4

------------------------------------------
Started by an SCM change
Building remotely on ubuntu2
Updating https://svn.apache.org/repos/asf/tapestry/tapestry5/trunk
U         tapestry-core/build.gradle
At revision 1175293
[tapestry-trunk-freestyle] $ /bin/bash -xe /tmp/hudson7560519455270306642.sh
+ Xvfb :6 -ac -screen 0 1024x768x8
[dix] Could not init font path element /usr/share/fonts/X11/cyrillic, removing from list!
[dix] Could not init font path element /usr/share/fonts/X11/100dpi/:unscaled, removing from list!
[dix] Could not init font path element /usr/share/fonts/X11/75dpi/:unscaled, removing from list!
[dix] Could not init font path element /usr/share/fonts/X11/Type1, removing from list!
[dix] Could not init font path element /usr/share/fonts/X11/100dpi, removing from list!
[dix] Could not init font path element /usr/share/fonts/X11/75dpi, 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/hudson1398431387882633582.sh
+ DISPLAY=:6.0
+ /home/hudson/tools/gradle/gradle-1.0-milestone-2/bin/gradle -Dproject-version=5.3-SNAPSHOT -b <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/trunk/build.gradle> continuousIntegration
:plastic:compileJava<https://builds.apache.org/job/tapestry-trunk-freestyle/ws/trunk/plastic/src/main/java/org/apache/tapestry5/internal/plastic/PlasticInternalUtils.java>:412: cannot find symbol
symbol  : constructor IOException(java.net.URISyntaxException)
location: class java.io.IOException
                throw new IOException(ex);
                      ^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error


FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':plastic:compileJava'.
Cause: Compile failed; see the compiler error output for details.

* 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: 20.065 secs
Build step 'Execute shell' marked build as failure
Updating TAP5-1653
Publishing Javadoc


---------------------------------------------------------------------
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 #539

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

Changes:

[hlship] Roll version number forward to 5.3-beta-10

[hlship] TAP5-1665: Tapestry could create non-singleton services more efficiently

[hlship] TAP5-1665: Tapestry could create non-singleton services more efficiently

[hlship] TAP5-1664: @InjectResource annotation should be removed, behavior of @Inject on a field should be changed to consider resources first

------------------------------------------
Started by an SCM change
Building remotely on ubuntu2
Updating https://svn.apache.org/repos/asf/tapestry/tapestry5/trunk
D         tapestry-ioc/src/test/java/org/apache/tapestry5/ioc/FailedFieldInjectionStringTransformer.java
U         tapestry-ioc/src/test/java/org/apache/tapestry5/ioc/internal/util/InternalUtilsTest.java
U         tapestry-ioc/src/test/java/org/apache/tapestry5/ioc/internal/ServiceBuilderMethodInvokerTest.java
U         tapestry-ioc/src/test/java/org/apache/tapestry5/ioc/internal/ServiceDecoratorImplTest.java
U         tapestry-ioc/src/test/java/org/apache/tapestry5/ioc/internal/DefaultModuleDefImplTest.java
U         tapestry-ioc/src/test/java/org/apache/tapestry5/ioc/FieldResourceInjectionModule.java
U         tapestry-ioc/src/test/java/org/apache/tapestry5/ioc/IntegrationTest.java
U         tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/internal/ServiceBuilderMethodInvoker.java
U         tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/internal/ModuleImpl.java
U         tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/internal/ConstructorServiceCreator.java
U         tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/internal/AbstractMethodInvokingInstrumenter.java
U         tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/internal/IOCMessages.java
U         tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/internal/AbstractReloadableObjectCreator.java
U         tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/internal/RegistryImpl.java
A         tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/internal/util/InitializationPlan.java
U         tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/internal/util/UtilMessages.java
A         tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/internal/util/ConstructionPlan.java
A         tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/internal/util/MethodInvoker.java
A         tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/internal/util/LoggingInvokableWrapper.java
A         tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/internal/util/ConstructorInvoker.java
U         tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/internal/util/InternalUtils.java
U         tapestry-ioc/src/main/resources/org/apache/tapestry5/ioc/internal/IOCStrings.properties
U         tapestry-ioc/src/main/resources/org/apache/tapestry5/ioc/internal/util/UtilStrings.properties
U         build.gradle
U         tapestry5-annotations/src/main/java/org/apache/tapestry5/ioc/annotations/InjectResource.java
At revision 1175110
[tapestry-trunk-freestyle] $ /bin/bash -xe /tmp/hudson3545273362567027490.sh
+ Xvfb :6 -ac -screen 0 1024x768x8
[dix] Could not init font path element /usr/share/fonts/X11/cyrillic, removing from list!
[dix] Could not init font path element /usr/share/fonts/X11/100dpi/:unscaled, removing from list!
[dix] Could not init font path element /usr/share/fonts/X11/75dpi/:unscaled, removing from list!
[dix] Could not init font path element /usr/share/fonts/X11/Type1, removing from list!
[dix] Could not init font path element /usr/share/fonts/X11/100dpi, removing from list!
[dix] Could not init font path element /usr/share/fonts/X11/75dpi, 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/hudson8538619659225887479.sh
+ DISPLAY=:6.0
+ /home/hudson/tools/gradle/gradle-1.0-milestone-2/bin/gradle -Dproject-version=5.3-SNAPSHOT -b <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/trunk/build.gradle> continuousIntegration
:plastic:compileJava<https://builds.apache.org/job/tapestry-trunk-freestyle/ws/trunk/plastic/src/main/java/org/apache/tapestry5/internal/plastic/PlasticInternalUtils.java>:412: cannot find symbol
symbol  : constructor IOException(java.net.URISyntaxException)
location: class java.io.IOException
                throw new IOException(ex);
                      ^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error


FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':plastic:compileJava'.
Cause: Compile failed; see the compiler error output for details.

* 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.593 secs
Build step 'Execute shell' marked build as failure
Updating TAP5-1665
Updating TAP5-1664
Publishing Javadoc


---------------------------------------------------------------------
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 #538

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

Changes:

[hlship] TAP5-888: The Tapestry.ErrorPopup client-side class should create the div/span as needed (not at page initialization)

[hlship] TAP5-1350: TapestryFilter should allow sub-classes to specify additional module classes, not just ModuleDefs

[hlship] Minor code cleanup

[hlship] TAP5-845: Informal Parameters are not allowed to have the value "" (the empty string)

------------------------------------------
Started by an SCM change
Building remotely on ubuntu2
Updating https://svn.apache.org/repos/asf/tapestry/tapestry5/trunk
U         tapestry-core/src/test/java/org/apache/tapestry5/internal/services/BindingSourceImplTest.java
U         tapestry-core/src/main/java/org/apache/tapestry5/TapestryFilter.java
U         tapestry-core/src/main/java/org/apache/tapestry5/internal/services/ServicesMessages.java
U         tapestry-core/src/main/java/org/apache/tapestry5/internal/services/BindingSourceImpl.java
U         tapestry-core/src/main/resources/org/apache/tapestry5/internal/services/ServicesStrings.properties
U         tapestry-core/src/main/resources/org/apache/tapestry5/tapestry.js
U         tapestry-hibernate/src/main/java/org/apache/tapestry5/internal/hibernate/HibernateEntityValueEncoder.java
At revision 1175042
[tapestry-trunk-freestyle] $ /bin/bash -xe /tmp/hudson3763797635386867088.sh
+ Xvfb :6 -ac -screen 0 1024x768x8
[dix] Could not init font path element /usr/share/fonts/X11/cyrillic, removing from list!
[dix] Could not init font path element /usr/share/fonts/X11/100dpi/:unscaled, removing from list!
[dix] Could not init font path element /usr/share/fonts/X11/75dpi/:unscaled, removing from list!
[dix] Could not init font path element /usr/share/fonts/X11/Type1, removing from list!
[dix] Could not init font path element /usr/share/fonts/X11/100dpi, removing from list!
[dix] Could not init font path element /usr/share/fonts/X11/75dpi, 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/hudson6802952312620945561.sh
+ DISPLAY=:6.0
+ /home/hudson/tools/gradle/gradle-1.0-milestone-2/bin/gradle -Dproject-version=5.3-SNAPSHOT -b <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/trunk/build.gradle> continuousIntegration
:plastic:compileJava<https://builds.apache.org/job/tapestry-trunk-freestyle/ws/trunk/plastic/src/main/java/org/apache/tapestry5/internal/plastic/PlasticInternalUtils.java>:412: cannot find symbol
symbol  : constructor IOException(java.net.URISyntaxException)
location: class java.io.IOException
                throw new IOException(ex);
                      ^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error


FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':plastic:compileJava'.
Cause: Compile failed; see the compiler error output for details.

* 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: 8.315 secs
Build step 'Execute shell' marked build as failure
Updating TAP5-845
Updating TAP5-888
Updating TAP5-1350
Publishing Javadoc


---------------------------------------------------------------------
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 #537

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

Changes:

[hlship] TAP5-1331: EnumValueEncoder should identify legal values when a non-matching string is passed to it for conversion

[hlship] TAP5-1339: ValidationDecorator doesn't get called when form is rendered for zone update

[hlship] TAP5-1369: ExceptionUtils.findCause() does not use the same approach as ExceptionAnalyzer

------------------------------------------
Started by an SCM change
Building remotely on ubuntu2
Updating https://svn.apache.org/repos/asf/tapestry/tapestry5/trunk
U         tapestry-ioc/src/test/java/org/apache/tapestry5/ioc/util/ExceptionUtilsTest.java
A         tapestry-ioc/src/test/java/org/apache/tapestry5/ioc/util/ExceptionWrapper.java
U         tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/util/ExceptionUtils.java
U         tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/pages/PaletteDemo.java
U         tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/pages/SelectZoneDemo.java
U         tapestry-core/src/test/java/org/apache/tapestry5/internal/services/FieldValidationSupportImplTest.java
U         tapestry-core/src/main/java/org/apache/tapestry5/corelib/pages/PropertyEditBlocks.java
U         tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Form.java
U         tapestry-core/src/main/java/org/apache/tapestry5/internal/services/FieldValidationSupportImpl.java
A         tapestry-core/src/main/java/org/apache/tapestry5/internal/services/ValidationDecoratorFactoryImpl.java
U         tapestry-core/src/main/java/org/apache/tapestry5/internal/services/EnumValueEncoderFactory.java
U         tapestry-core/src/main/java/org/apache/tapestry5/util/EnumValueEncoder.java
A         tapestry-core/src/main/java/org/apache/tapestry5/services/ValidationDecoratorFactory.java
U         tapestry-core/src/main/java/org/apache/tapestry5/services/TapestryModule.java
At revision 1174941
[tapestry-trunk-freestyle] $ /bin/bash -xe /tmp/hudson5267345333521844488.sh
+ Xvfb :6 -ac -screen 0 1024x768x8
[dix] Could not init font path element /usr/share/fonts/X11/cyrillic, removing from list!
[dix] Could not init font path element /usr/share/fonts/X11/100dpi/:unscaled, removing from list!
[dix] Could not init font path element /usr/share/fonts/X11/75dpi/:unscaled, removing from list!
[dix] Could not init font path element /usr/share/fonts/X11/Type1, removing from list!
[dix] Could not init font path element /usr/share/fonts/X11/100dpi, removing from list!
[dix] Could not init font path element /usr/share/fonts/X11/75dpi, 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/hudson1203468077441170959.sh
+ DISPLAY=:6.0
+ /home/hudson/tools/gradle/gradle-1.0-milestone-2/bin/gradle -Dproject-version=5.3-SNAPSHOT -b <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/trunk/build.gradle> continuousIntegration
:plastic:compileJava<https://builds.apache.org/job/tapestry-trunk-freestyle/ws/trunk/plastic/src/main/java/org/apache/tapestry5/internal/plastic/PlasticInternalUtils.java>:412: cannot find symbol
symbol  : constructor IOException(java.net.URISyntaxException)
location: class java.io.IOException
                throw new IOException(ex);
                      ^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error


FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':plastic:compileJava'.
Cause: Compile failed; see the compiler error output for details.

* 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: 8.232 secs
Build step 'Execute shell' marked build as failure
Updating TAP5-1369
Updating TAP5-1339
Updating TAP5-1331
Publishing Javadoc


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