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 Hudson Server <hu...@hudson.apache.org> on 2010/10/24 17:31:22 UTC

Build failed in Hudson: tapestry-5.2-freestyle #220

See <https://hudson.apache.org/hudson/job/tapestry-5.2-freestyle/220/changes>

Changes:

[hlship] [maven-release-plugin] prepare for next development iteration

[hlship] [maven-release-plugin] prepare release tapestry-project-5.2.2

------------------------------------------
[...truncated 2954 lines...]
PASSED: builtin_coercions(null, class java.lang.Boolean, false)
PASSED: builtin_coercions(256.0, class java.lang.Integer, 256)
PASSED: builtin_coercions(22.7, class java.lang.Integer, 22)
PASSED: builtin_coercions(0, class java.lang.Boolean, false)
PASSED: builtin_coercions(32838, class java.lang.Boolean, true)
PASSED: builtin_coercions(127, class java.lang.Byte, 127)
PASSED: builtin_coercions(58.0, class java.lang.Short, 58)
PASSED: builtin_coercions(33, class java.lang.Long, 33)
PASSED: builtin_coercions(22, class java.lang.Float, 22.0)
PASSED: builtin_coercions(1234, class java.lang.Double, 1234.0)
PASSED: builtin_coercions(31.14, class java.lang.Double, 31.139999389648438)
PASSED: builtin_coercions([], class java.lang.Boolean, false)
PASSED: builtin_coercions([org.apache.tapestry5.ioc.internal.services.TypeCoercerImplTest@b31a7c], class java.lang.Boolean, true)
PASSED: builtin_coercions(12345656748352435842385234598234958234574358723485.35843534285293857298457234587, class java.math.BigDecimal, 12345656748352435842385234598234958234574358723485.35843534285293857298457234587)
PASSED: builtin_coercions(12345656748352435842385234598234958234574358723485.35843534285293857298457234587, class java.lang.Double, 1.2345656748352436E49)
PASSED: builtin_coercions(12384584574874385743, class java.math.BigInteger, 12384584574874385743)
PASSED: builtin_coercions(12345678, class java.lang.Long, 12345678)
PASSED: builtin_coercions(-12345678, class java.math.BigInteger, -12345678)
PASSED: builtin_coercions(java.lang.Object@1e0123b, interface java.util.List, [java.lang.Object@1e0123b])
PASSED: builtin_coercions(null, interface java.lang.Iterable, null)
PASSED: builtin_coercions(null, interface java.util.List, null)
PASSED: builtin_coercions(null, interface java.util.Collection, null)
PASSED: builtin_coercions(null, class java.lang.String, null)
PASSED: builtin_coercions([Ljava.lang.Object;@1cd1dff, interface java.util.List, [a, 123])
PASSED: builtin_coercions([Ljava.lang.String;@16c848f, interface java.util.List, [a, b])
PASSED: builtin_coercions([B@173089d, interface java.util.List, [12, 56])
PASSED: builtin_coercions([S@13aac5f, interface java.util.List, [34, 98])
PASSED: builtin_coercions([I@10acf26, interface java.util.List, [1, 2])
PASSED: builtin_coercions([J@a606e6, interface java.util.List, [123, 321])
PASSED: builtin_coercions([F@ee765, interface java.util.List, [3.4, 7.777])
PASSED: builtin_coercions([D@79ca2e, interface java.util.List, [3.4, 7.777])
PASSED: builtin_coercions([C@1c8b313, interface java.util.List, [a, b])
PASSED: builtin_coercions([Z@164e3e2, interface java.util.List, [true, false])
PASSED: builtin_coercions(foo/bar/baz.txt, class java.io.File, foo/bar/baz.txt)
PASSED: builtin_coercions(TimeInterval[7200000 ms], class java.lang.Long, 7200000)
PASSED: builtin_coercions(2 h, class org.apache.tapestry5.ioc.util.TimeInterval, TimeInterval[7200000 ms])
PASSED: builtin_coercions(null, interface org.xml.sax.XMLReader, null)
PASSED: coercion_failure
PASSED: collection_to_object_array
PASSED: combined_coercion
PASSED: explain(class java.lang.StringBuffer, class java.lang.Integer, "Object --> String, String --> Long, Long --> Integer")
PASSED: explain(void, interface java.util.Map, "null --> null")
PASSED: explain(void, class java.lang.Boolean, "null --> Boolean")
PASSED: explain(class [Ljava.lang.Object;, class java.lang.Boolean, "Object[] --> java.util.List, java.util.Collection --> Boolean")
PASSED: explain(class [Ljava.lang.String;, interface java.util.List, "Object[] --> java.util.List")
PASSED: explain(class java.lang.Float, class java.lang.Double, "Float --> Double")
PASSED: explain(class java.lang.Double, class java.math.BigDecimal, "Object --> String, String --> java.math.BigDecimal")
PASSED: explain_primitive_to_wrapper_type
PASSED: explain_to_same_type
PASSED: explain_wrapper_to_primitive_type
PASSED: no_coercion_found
PASSED: no_coercion_necessary
PASSED: object_to_object_array
PASSED: object_whose_toString_returns_null_to_boolean
PASSED: primitive_type_as_target
PASSED: add_listener_and_invoke
PASSED: weak_references_are_not_invoked_once_clears
PASSED: intermediate_type
PASSED: no_value_annotation
PASSED: value_annotation_present
PASSED: for_file_in_parent_folder
PASSED: for_file_in_same_folder
PASSED: for_file_in_subfolder
PASSED: for_file_same_resource
PASSED: for_file_single_dot
PASSED: get_URL_for_missing_resource
PASSED: get_resource_URL
PASSED: leading_slash_on_path_relative_to_root_doesnt_matter
PASSED: localization_of_missing_resource
PASSED: localization_of_resource
PASSED: localization_to_base_resource
PASSED: localization_to_closest_match
PASSED: multiple_slashes_treated_as_single_slash
PASSED: path_and_file
PASSED: relative_to_root_resource
PASSED: relative_to_root_resource_using_leading_slash
PASSED: to_string
PASSED: with_extension
PASSED: with_extension_adds_extension
PASSED: with_extension_missing_resource_is_null
PASSED: with_extension_same_extension
PASSED: copy_map
PASSED: copy_set
PASSED: new_list
PASSED: new_list_copy
PASSED: new_list_from_elements
PASSED: new_map
PASSED: new_set
PASSED: new_threadsafe_list
PASSED: set_from_varargs
PASSED: dummy_lock_functions_are_noops
PASSED: generic_bean_with_multiple_parameters
PASSED: generic_return_type_of_non_generic_type
PASSED: generic_return_type_of_parameterized_bean
PASSED: inheritance_of_a_2d_object_array
PASSED: inheritance_of_a_2d_primitive_array
PASSED: inheritance_of_an_interface
PASSED: inheritance_of_an_object_array
PASSED: inheritance_of_object
PASSED: inheritance_of_primitive
PASSED: inheritance_of_primitive_array
PASSED: inheritance_of_string
PASSED: inheritance_of_void
PASSED: inheritance_search_order_for_classes
PASSED: inheritance_search_order_for_interfaces
PASSED: next_when_no_more
PASSED: remove_always_fails
PASSED: add_to_list_map
PASSED: array_size_when_non_null
PASSED: array_size_when_null
PASSED: capitalize("hello", "Hello")
PASSED: capitalize("Goodbye", "Goodbye")
PASSED: capitalize("", "")
PASSED: capitalize("a", "A")
PASSED: capitalize("A", "A")
PASSED: close_ignores_exceptions
PASSED: close_null_is_noop
PASSED: close_success
PASSED: collection_size
PASSED: constructor_with_inject_annotation
PASSED: enumeration_to_list
PASSED: exception_injecting_into_field
PASSED: get_from_map
PASSED: get_from_null_map
PASSED: inject_annotation_on_field
PASSED: inject_service_annotation_on_field
PASSED: join_empty_list
PASSED: join_multiple
PASSED: join_single
PASSED: join_sorted
PASSED: join_sorted_empty
PASSED: join_sorted_null
PASSED: join_sorted_with_blank
PASSED: join_with_blank
PASSED: keys_on_actual_map
PASSED: keys_on_null_is_empty
PASSED: last_term
PASSED: location_of_locatable
PASSED: location_of_location
PASSED: location_of_not_found
PASSED: match_and_sort
PASSED: method_as_string_array_arg
PASSED: method_as_string_no_args
PASSED: method_as_string_primitive_arg
PASSED: method_as_string_primitive_array_arg
PASSED: method_as_string_with_args
PASSED: reverse_iterator
PASSED: reverse_iterator_does_not_support_remove
PASSED: servicedef_to_servicedef2
PASSED: sorted_keys_from_map
PASSED: sorted_keys_from_null_map
PASSED: strip_illegal_member_name
PASSED: strip_member_name("simple", "simple")
PASSED: strip_member_name("_name", "name")
PASSED: strip_member_name("$name", "name")
PASSED: strip_member_name("ruby_style", "ruby_style")
PASSED: strip_member_name("__$ruby_style_", "ruby_style")
PASSED: strip_member_name("$_$__$__$_$___$_$_$_$$name$", "name")
PASSED: strip_member_name("foo_", "foo")
PASSED: strip_member_name("_foo_", "foo")
PASSED: validate_constructor_check_for_public
PASSED: validate_constructor_class_not_public
PASSED: validate_marker_annotation
PASSED: wrap_coercion_as_mapper
PASSED: locale_with_just_language
PASSED: locale_with_just_language_no_period
PASSED: locale_with_language_and_country
PASSED: locale_with_variant_but_no_country
PASSED: locale_with_variant_but_no_country_no_period
PASSED: all_three_parameters
PASSED: equality
PASSED: unknown_column
PASSED: unknown_line_and_column
PASSED: standard_args
PASSED: throwable_argument
PASSED: throwable_argument_with_null_message
PASSED: contains_key
PASSED: contains_key_is_case_insensitive
PASSED: format_message
PASSED: format_message_is_case_insensitive
PASSED: format_unknown_key
PASSED: formatters_are_cached
PASSED: get_formatter
PASSED: get_message_from_catalog
PASSED: get_message_from_catalog_is_case_insensitive
PASSED: get_unknown_message_from_catalog
PASSED: basic_locking
PASSED: locking_method_includes_check
PASSED: case_insensitivity
PASSED: dependency_cycle
PASSED: duplicate_id
PASSED: failed_override
PASSED: leader
PASSED: missing_constraint_type
PASSED: no_dependencies
PASSED: nulls_not_included_in_result
PASSED: override
PASSED: pre_and_post_reqs
PASSED: prereqs
PASSED: toString_DependencyNode
PASSED: toString_Orderable
PASSED: trailer
PASSED: unknown_constraint_type
PASSED: add_null_returns_zero
PASSED: caching
PASSED: contains_change_when_empty
PASSED: contains_changes
PASSED: creating_a_new_file_is_a_change
PASSED: deleted_files_show_as_changes
PASSED: non_file_URLs_are_ignored
PASSED: second_level_granularity

===============================================
    Internals
    Tests run: 490, Failures: 0, Skips: 0
===============================================

[ERROR] SerializationSupport Unexpected service proxy provider when clearing the provider. This may indicate that you have multiple IoC Registries.

===============================================
Tapestry IOC
Total tests run: 693, Failures: 1, Skips: 0
===============================================

[org.testng.internal.PoolService] Shutting down poolservice org.testng.internal.PoolService@d69cff terminated:false
Tests run: 693, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 17.258 sec <<< FAILURE!

Results :

Failed tests: 
  reload_a_proxy_object(org.apache.tapestry5.ioc.ReloadTest)

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

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.

Please refer to <https://hudson.apache.org/hudson/job/tapestry-5.2-freestyle/ws/trunk/tapestry-ioc/target/surefire-reports> for the individual test results.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1 minute 17 seconds
[INFO] Finished at: Sun Oct 24 15:31:22 UTC 2010
[INFO] Final Memory: 57M/295M
[INFO] ------------------------------------------------------------------------
[WARNINGS] Skipping publisher since build result is FAILURE
[TASKS] Skipping publisher since build result is FAILURE


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


Re: Build failed in Hudson: tapestry-5.2-freestyle #220

Posted by Tom van Dijk <to...@tvandijk.nl>.
Right,

I've even inserted printf's everywhere, and it still fails as much as it 
succeeds on the reloaders.

After touch() the lastModified() reported by touch() is indeed higher (1 
second, to be precise).
In the containsChanges() method, it still has the old value, DESPITE 
containsChanges() being called way after touch(). Apparently the update 
is not propagated somehow.

So?

I checked out the source code in OpenJDK. Apparently it all comes down 
to the implementation of getLastModifiedTime(fileHandle) in the 
FileSystem class, which is a native method.
Until the native method is called, there is no trace of caching of any kind.
I don't know if Ubuntu uses a custom implementation here, but the 
default implementation for unix like systems seems to simply call stat() 
or stat64().

So it seems the Java implementation is correct. That leaves two 
possibilities
- the native implementation in Ubuntu uses caching.
- the stat or stat64 in the Ubuntu version of the kernel uses caching.

Perhaps we could just "solve" the issue by waiting 100 ms or something 
after updating the time? It's ugly, but if it works...

Tom.

Op 27-10-2010 2:42, Tom van Dijk schreef:
> Hi there,
>
> Initial code inspection doesn't show any obvious problems.
>
> In fact, the only thing I can think of is that touch might be bugged
> somehow on Ubuntu systems, or that perhaps another
> fireUpdateCheck(registry); should be added before the first touch, to make
> sure the "last modifiedTime()" is populated...
>
> The "funny" thing is that at the surface it seems there's not much
> multithreading going on... but if we'd somehow tweak touch to wait an extra
> second or so, this might as well kill any possible multithreading issues,
> making us believe we solved the issue.
>
> I'm also wondering whether the warning that sometimes appears that there's
> a registry active "somewhere" is related to this problem, but perhaps
> that's just caused by the test failing and the registry not being shut down
> because of the fail.


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


Re: Build failed in Hudson: tapestry-5.2-freestyle #220

Posted by Tom van Dijk <to...@tvandijk.nl>.
Hi there,

Initial code inspection doesn't show any obvious problems.

In fact, the only thing I can think of is that touch might be bugged
somehow on Ubuntu systems, or that perhaps another
fireUpdateCheck(registry); should be added before the first touch, to make
sure the "last modifiedTime()" is populated...

The "funny" thing is that at the surface it seems there's not much
multithreading going on... but if we'd somehow tweak touch to wait an extra
second or so, this might as well kill any possible multithreading issues,
making us believe we solved the issue.

I'm also wondering whether the warning that sometimes appears that there's
a registry active "somewhere" is related to this problem, but perhaps
that's just caused by the test failing and the registry not being shut down
because of the fail.


On Mon, 25 Oct 2010 04:20:47 +0200, Tom van Dijk <to...@tvandijk.nl> wrote:
> This one keeps failing randomly for me as well. As in: I just do mvn
clean
> install again and again until it works. What's up with it?
> 
> On Sun, 24 Oct 2010 15:31:22 +0000 (UTC), Apache Hudson Server
> <hu...@hudson.apache.org> wrote:
>> See
>>
>
<https://hudson.apache.org/hudson/job/tapestry-5.2-freestyle/220/changes>
>> 
>> Changes:
>> 
>> [hlship] [maven-release-plugin] prepare for next development iteration
>> 
>> [hlship] [maven-release-plugin] prepare release tapestry-project-5.2.2
>> 
>> ------------------------------------------
>> [...truncated 2954 lines...]
>> PASSED: builtin_coercions(null, class java.lang.Boolean, false)
>> PASSED: builtin_coercions(256.0, class java.lang.Integer, 256)
>> PASSED: builtin_coercions(22.7, class java.lang.Integer, 22)
>> PASSED: builtin_coercions(0, class java.lang.Boolean, false)
>> PASSED: builtin_coercions(32838, class java.lang.Boolean, true)
>> PASSED: builtin_coercions(127, class java.lang.Byte, 127)
>> PASSED: builtin_coercions(58.0, class java.lang.Short, 58)
>> PASSED: builtin_coercions(33, class java.lang.Long, 33)
>> PASSED: builtin_coercions(22, class java.lang.Float, 22.0)
>> PASSED: builtin_coercions(1234, class java.lang.Double, 1234.0)
>> PASSED: builtin_coercions(31.14, class java.lang.Double,
>> 31.139999389648438)
>> PASSED: builtin_coercions([], class java.lang.Boolean, false)
>> PASSED:
>>
>
builtin_coercions([org.apache.tapestry5.ioc.internal.services.TypeCoercerImplTest@b31a7c],
>> class java.lang.Boolean, true)
>> PASSED:
>>
>
builtin_coercions(12345656748352435842385234598234958234574358723485.35843534285293857298457234587,
>> class java.math.BigDecimal,
>>
>
12345656748352435842385234598234958234574358723485.35843534285293857298457234587)
>> PASSED:
>>
>
builtin_coercions(12345656748352435842385234598234958234574358723485.35843534285293857298457234587,
>> class java.lang.Double, 1.2345656748352436E49)
>> PASSED: builtin_coercions(12384584574874385743, class
>> java.math.BigInteger, 12384584574874385743)
>> PASSED: builtin_coercions(12345678, class java.lang.Long, 12345678)
>> PASSED: builtin_coercions(-12345678, class java.math.BigInteger,
> -12345678)
>> PASSED: builtin_coercions(java.lang.Object@1e0123b, interface
>> java.util.List, [java.lang.Object@1e0123b])
>> PASSED: builtin_coercions(null, interface java.lang.Iterable, null)
>> PASSED: builtin_coercions(null, interface java.util.List, null)
>> PASSED: builtin_coercions(null, interface java.util.Collection, null)
>> PASSED: builtin_coercions(null, class java.lang.String, null)
>> PASSED: builtin_coercions([Ljava.lang.Object;@1cd1dff, interface
>> java.util.List, [a, 123])
>> PASSED: builtin_coercions([Ljava.lang.String;@16c848f, interface
>> java.util.List, [a, b])
>> PASSED: builtin_coercions([B@173089d, interface java.util.List, [12,
> 56])
>> PASSED: builtin_coercions([S@13aac5f, interface java.util.List, [34,
> 98])
>> PASSED: builtin_coercions([I@10acf26, interface java.util.List, [1, 2])
>> PASSED: builtin_coercions([J@a606e6, interface java.util.List, [123,
> 321])
>> PASSED: builtin_coercions([F@ee765, interface java.util.List, [3.4,
> 7.777])
>> PASSED: builtin_coercions([D@79ca2e, interface java.util.List, [3.4,
>> 7.777])
>> PASSED: builtin_coercions([C@1c8b313, interface java.util.List, [a, b])
>> PASSED: builtin_coercions([Z@164e3e2, interface java.util.List, [true,
>> false])
>> PASSED: builtin_coercions(foo/bar/baz.txt, class java.io.File,
>> foo/bar/baz.txt)
>> PASSED: builtin_coercions(TimeInterval[7200000 ms], class
> java.lang.Long,
>> 7200000)
>> PASSED: builtin_coercions(2 h, class
>> org.apache.tapestry5.ioc.util.TimeInterval, TimeInterval[7200000 ms])
>> PASSED: builtin_coercions(null, interface org.xml.sax.XMLReader, null)
>> PASSED: coercion_failure
>> PASSED: collection_to_object_array
>> PASSED: combined_coercion
>> PASSED: explain(class java.lang.StringBuffer, class java.lang.Integer,
>> "Object --> String, String --> Long, Long --> Integer")
>> PASSED: explain(void, interface java.util.Map, "null --> null")
>> PASSED: explain(void, class java.lang.Boolean, "null --> Boolean")
>> PASSED: explain(class [Ljava.lang.Object;, class java.lang.Boolean,
>> "Object[] --> java.util.List, java.util.Collection --> Boolean")
>> PASSED: explain(class [Ljava.lang.String;, interface java.util.List,
>> "Object[] --> java.util.List")
>> PASSED: explain(class java.lang.Float, class java.lang.Double, "Float
> -->
>> Double")
>> PASSED: explain(class java.lang.Double, class java.math.BigDecimal,
>> "Object --> String, String --> java.math.BigDecimal")
>> PASSED: explain_primitive_to_wrapper_type
>> PASSED: explain_to_same_type
>> PASSED: explain_wrapper_to_primitive_type
>> PASSED: no_coercion_found
>> PASSED: no_coercion_necessary
>> PASSED: object_to_object_array
>> PASSED: object_whose_toString_returns_null_to_boolean
>> PASSED: primitive_type_as_target
>> PASSED: add_listener_and_invoke
>> PASSED: weak_references_are_not_invoked_once_clears
>> PASSED: intermediate_type
>> PASSED: no_value_annotation
>> PASSED: value_annotation_present
>> PASSED: for_file_in_parent_folder
>> PASSED: for_file_in_same_folder
>> PASSED: for_file_in_subfolder
>> PASSED: for_file_same_resource
>> PASSED: for_file_single_dot
>> PASSED: get_URL_for_missing_resource
>> PASSED: get_resource_URL
>> PASSED: leading_slash_on_path_relative_to_root_doesnt_matter
>> PASSED: localization_of_missing_resource
>> PASSED: localization_of_resource
>> PASSED: localization_to_base_resource
>> PASSED: localization_to_closest_match
>> PASSED: multiple_slashes_treated_as_single_slash
>> PASSED: path_and_file
>> PASSED: relative_to_root_resource
>> PASSED: relative_to_root_resource_using_leading_slash
>> PASSED: to_string
>> PASSED: with_extension
>> PASSED: with_extension_adds_extension
>> PASSED: with_extension_missing_resource_is_null
>> PASSED: with_extension_same_extension
>> PASSED: copy_map
>> PASSED: copy_set
>> PASSED: new_list
>> PASSED: new_list_copy
>> PASSED: new_list_from_elements
>> PASSED: new_map
>> PASSED: new_set
>> PASSED: new_threadsafe_list
>> PASSED: set_from_varargs
>> PASSED: dummy_lock_functions_are_noops
>> PASSED: generic_bean_with_multiple_parameters
>> PASSED: generic_return_type_of_non_generic_type
>> PASSED: generic_return_type_of_parameterized_bean
>> PASSED: inheritance_of_a_2d_object_array
>> PASSED: inheritance_of_a_2d_primitive_array
>> PASSED: inheritance_of_an_interface
>> PASSED: inheritance_of_an_object_array
>> PASSED: inheritance_of_object
>> PASSED: inheritance_of_primitive
>> PASSED: inheritance_of_primitive_array
>> PASSED: inheritance_of_string
>> PASSED: inheritance_of_void
>> PASSED: inheritance_search_order_for_classes
>> PASSED: inheritance_search_order_for_interfaces
>> PASSED: next_when_no_more
>> PASSED: remove_always_fails
>> PASSED: add_to_list_map
>> PASSED: array_size_when_non_null
>> PASSED: array_size_when_null
>> PASSED: capitalize("hello", "Hello")
>> PASSED: capitalize("Goodbye", "Goodbye")
>> PASSED: capitalize("", "")
>> PASSED: capitalize("a", "A")
>> PASSED: capitalize("A", "A")
>> PASSED: close_ignores_exceptions
>> PASSED: close_null_is_noop
>> PASSED: close_success
>> PASSED: collection_size
>> PASSED: constructor_with_inject_annotation
>> PASSED: enumeration_to_list
>> PASSED: exception_injecting_into_field
>> PASSED: get_from_map
>> PASSED: get_from_null_map
>> PASSED: inject_annotation_on_field
>> PASSED: inject_service_annotation_on_field
>> PASSED: join_empty_list
>> PASSED: join_multiple
>> PASSED: join_single
>> PASSED: join_sorted
>> PASSED: join_sorted_empty
>> PASSED: join_sorted_null
>> PASSED: join_sorted_with_blank
>> PASSED: join_with_blank
>> PASSED: keys_on_actual_map
>> PASSED: keys_on_null_is_empty
>> PASSED: last_term
>> PASSED: location_of_locatable
>> PASSED: location_of_location
>> PASSED: location_of_not_found
>> PASSED: match_and_sort
>> PASSED: method_as_string_array_arg
>> PASSED: method_as_string_no_args
>> PASSED: method_as_string_primitive_arg
>> PASSED: method_as_string_primitive_array_arg
>> PASSED: method_as_string_with_args
>> PASSED: reverse_iterator
>> PASSED: reverse_iterator_does_not_support_remove
>> PASSED: servicedef_to_servicedef2
>> PASSED: sorted_keys_from_map
>> PASSED: sorted_keys_from_null_map
>> PASSED: strip_illegal_member_name
>> PASSED: strip_member_name("simple", "simple")
>> PASSED: strip_member_name("_name", "name")
>> PASSED: strip_member_name("$name", "name")
>> PASSED: strip_member_name("ruby_style", "ruby_style")
>> PASSED: strip_member_name("__$ruby_style_", "ruby_style")
>> PASSED: strip_member_name("$_$__$__$_$_$_$_$$name$", "name")
>> PASSED: strip_member_name("foo_", "foo")
>> PASSED: strip_member_name("_foo_", "foo")
>> PASSED: validate_constructor_check_for_public
>> PASSED: validate_constructor_class_not_public
>> PASSED: validate_marker_annotation
>> PASSED: wrap_coercion_as_mapper
>> PASSED: locale_with_just_language
>> PASSED: locale_with_just_language_no_period
>> PASSED: locale_with_language_and_country
>> PASSED: locale_with_variant_but_no_country
>> PASSED: locale_with_variant_but_no_country_no_period
>> PASSED: all_three_parameters
>> PASSED: equality
>> PASSED: unknown_column
>> PASSED: unknown_line_and_column
>> PASSED: standard_args
>> PASSED: throwable_argument
>> PASSED: throwable_argument_with_null_message
>> PASSED: contains_key
>> PASSED: contains_key_is_case_insensitive
>> PASSED: format_message
>> PASSED: format_message_is_case_insensitive
>> PASSED: format_unknown_key
>> PASSED: formatters_are_cached
>> PASSED: get_formatter
>> PASSED: get_message_from_catalog
>> PASSED: get_message_from_catalog_is_case_insensitive
>> PASSED: get_unknown_message_from_catalog
>> PASSED: basic_locking
>> PASSED: locking_method_includes_check
>> PASSED: case_insensitivity
>> PASSED: dependency_cycle
>> PASSED: duplicate_id
>> PASSED: failed_override
>> PASSED: leader
>> PASSED: missing_constraint_type
>> PASSED: no_dependencies
>> PASSED: nulls_not_included_in_result
>> PASSED: override
>> PASSED: pre_and_post_reqs
>> PASSED: prereqs
>> PASSED: toString_DependencyNode
>> PASSED: toString_Orderable
>> PASSED: trailer
>> PASSED: unknown_constraint_type
>> PASSED: add_null_returns_zero
>> PASSED: caching
>> PASSED: contains_change_when_empty
>> PASSED: contains_changes
>> PASSED: creating_a_new_file_is_a_change
>> PASSED: deleted_files_show_as_changes
>> PASSED: non_file_URLs_are_ignored
>> PASSED: second_level_granularity
>> 
>> ===============================================
>>     Internals
>>     Tests run: 490, Failures: 0, Skips: 0
>> ===============================================
>> 
>> [ERROR] SerializationSupport Unexpected service proxy provider when
>> clearing the provider. This may indicate that you have multiple IoC
>> Registries.
>> 
>> ===============================================
>> Tapestry IOC
>> Total tests run: 693, Failures: 1, Skips: 0
>> ===============================================
>> 
>> [org.testng.internal.PoolService] Shutting down poolservice
>> org.testng.internal.PoolService@d69cff terminated:false
>> Tests run: 693, Failures: 1, Errors: 0, Skipped: 0, Time elapsed:
17.258
>> sec <<< FAILURE!
>> 
>> Results :
>> 
>> Failed tests: 
>>   reload_a_proxy_object(org.apache.tapestry5.ioc.ReloadTest)
>> 
>> Tests run: 693, Failures: 1, Errors: 0, Skipped: 0
>> 
>> [INFO]
>>
------------------------------------------------------------------------
>> [ERROR] BUILD FAILURE
>> [INFO]
>>
------------------------------------------------------------------------
>> [INFO] There are test failures.
>> 
>> Please refer to
>>
>
<https://hudson.apache.org/hudson/job/tapestry-5.2-freestyle/ws/trunk/tapestry-ioc/target/surefire-reports>
>> for the individual test results.
>> [INFO]
>>
------------------------------------------------------------------------
>> [INFO] For more information, run Maven with the -e switch
>> [INFO]
>>
------------------------------------------------------------------------
>> [INFO] Total time: 1 minute 17 seconds
>> [INFO] Finished at: Sun Oct 24 15:31:22 UTC 2010
>> [INFO] Final Memory: 57M/295M
>> [INFO]
>>
------------------------------------------------------------------------
>> [WARNINGS] Skipping publisher since build result is FAILURE
>> [TASKS] Skipping publisher since build result is FAILURE
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: dev-help@tapestry.apache.org
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org

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


Re: Build failed in Hudson: tapestry-5.2-freestyle #220

Posted by Tom van Dijk <to...@tvandijk.nl>.
This one keeps failing randomly for me as well. As in: I just do mvn clean
install again and again until it works. What's up with it?

On Sun, 24 Oct 2010 15:31:22 +0000 (UTC), Apache Hudson Server
<hu...@hudson.apache.org> wrote:
> See
>
<https://hudson.apache.org/hudson/job/tapestry-5.2-freestyle/220/changes>
> 
> Changes:
> 
> [hlship] [maven-release-plugin] prepare for next development iteration
> 
> [hlship] [maven-release-plugin] prepare release tapestry-project-5.2.2
> 
> ------------------------------------------
> [...truncated 2954 lines...]
> PASSED: builtin_coercions(null, class java.lang.Boolean, false)
> PASSED: builtin_coercions(256.0, class java.lang.Integer, 256)
> PASSED: builtin_coercions(22.7, class java.lang.Integer, 22)
> PASSED: builtin_coercions(0, class java.lang.Boolean, false)
> PASSED: builtin_coercions(32838, class java.lang.Boolean, true)
> PASSED: builtin_coercions(127, class java.lang.Byte, 127)
> PASSED: builtin_coercions(58.0, class java.lang.Short, 58)
> PASSED: builtin_coercions(33, class java.lang.Long, 33)
> PASSED: builtin_coercions(22, class java.lang.Float, 22.0)
> PASSED: builtin_coercions(1234, class java.lang.Double, 1234.0)
> PASSED: builtin_coercions(31.14, class java.lang.Double,
> 31.139999389648438)
> PASSED: builtin_coercions([], class java.lang.Boolean, false)
> PASSED:
>
builtin_coercions([org.apache.tapestry5.ioc.internal.services.TypeCoercerImplTest@b31a7c],
> class java.lang.Boolean, true)
> PASSED:
>
builtin_coercions(12345656748352435842385234598234958234574358723485.35843534285293857298457234587,
> class java.math.BigDecimal,
>
12345656748352435842385234598234958234574358723485.35843534285293857298457234587)
> PASSED:
>
builtin_coercions(12345656748352435842385234598234958234574358723485.35843534285293857298457234587,
> class java.lang.Double, 1.2345656748352436E49)
> PASSED: builtin_coercions(12384584574874385743, class
> java.math.BigInteger, 12384584574874385743)
> PASSED: builtin_coercions(12345678, class java.lang.Long, 12345678)
> PASSED: builtin_coercions(-12345678, class java.math.BigInteger,
-12345678)
> PASSED: builtin_coercions(java.lang.Object@1e0123b, interface
> java.util.List, [java.lang.Object@1e0123b])
> PASSED: builtin_coercions(null, interface java.lang.Iterable, null)
> PASSED: builtin_coercions(null, interface java.util.List, null)
> PASSED: builtin_coercions(null, interface java.util.Collection, null)
> PASSED: builtin_coercions(null, class java.lang.String, null)
> PASSED: builtin_coercions([Ljava.lang.Object;@1cd1dff, interface
> java.util.List, [a, 123])
> PASSED: builtin_coercions([Ljava.lang.String;@16c848f, interface
> java.util.List, [a, b])
> PASSED: builtin_coercions([B@173089d, interface java.util.List, [12,
56])
> PASSED: builtin_coercions([S@13aac5f, interface java.util.List, [34,
98])
> PASSED: builtin_coercions([I@10acf26, interface java.util.List, [1, 2])
> PASSED: builtin_coercions([J@a606e6, interface java.util.List, [123,
321])
> PASSED: builtin_coercions([F@ee765, interface java.util.List, [3.4,
7.777])
> PASSED: builtin_coercions([D@79ca2e, interface java.util.List, [3.4,
> 7.777])
> PASSED: builtin_coercions([C@1c8b313, interface java.util.List, [a, b])
> PASSED: builtin_coercions([Z@164e3e2, interface java.util.List, [true,
> false])
> PASSED: builtin_coercions(foo/bar/baz.txt, class java.io.File,
> foo/bar/baz.txt)
> PASSED: builtin_coercions(TimeInterval[7200000 ms], class
java.lang.Long,
> 7200000)
> PASSED: builtin_coercions(2 h, class
> org.apache.tapestry5.ioc.util.TimeInterval, TimeInterval[7200000 ms])
> PASSED: builtin_coercions(null, interface org.xml.sax.XMLReader, null)
> PASSED: coercion_failure
> PASSED: collection_to_object_array
> PASSED: combined_coercion
> PASSED: explain(class java.lang.StringBuffer, class java.lang.Integer,
> "Object --> String, String --> Long, Long --> Integer")
> PASSED: explain(void, interface java.util.Map, "null --> null")
> PASSED: explain(void, class java.lang.Boolean, "null --> Boolean")
> PASSED: explain(class [Ljava.lang.Object;, class java.lang.Boolean,
> "Object[] --> java.util.List, java.util.Collection --> Boolean")
> PASSED: explain(class [Ljava.lang.String;, interface java.util.List,
> "Object[] --> java.util.List")
> PASSED: explain(class java.lang.Float, class java.lang.Double, "Float
-->
> Double")
> PASSED: explain(class java.lang.Double, class java.math.BigDecimal,
> "Object --> String, String --> java.math.BigDecimal")
> PASSED: explain_primitive_to_wrapper_type
> PASSED: explain_to_same_type
> PASSED: explain_wrapper_to_primitive_type
> PASSED: no_coercion_found
> PASSED: no_coercion_necessary
> PASSED: object_to_object_array
> PASSED: object_whose_toString_returns_null_to_boolean
> PASSED: primitive_type_as_target
> PASSED: add_listener_and_invoke
> PASSED: weak_references_are_not_invoked_once_clears
> PASSED: intermediate_type
> PASSED: no_value_annotation
> PASSED: value_annotation_present
> PASSED: for_file_in_parent_folder
> PASSED: for_file_in_same_folder
> PASSED: for_file_in_subfolder
> PASSED: for_file_same_resource
> PASSED: for_file_single_dot
> PASSED: get_URL_for_missing_resource
> PASSED: get_resource_URL
> PASSED: leading_slash_on_path_relative_to_root_doesnt_matter
> PASSED: localization_of_missing_resource
> PASSED: localization_of_resource
> PASSED: localization_to_base_resource
> PASSED: localization_to_closest_match
> PASSED: multiple_slashes_treated_as_single_slash
> PASSED: path_and_file
> PASSED: relative_to_root_resource
> PASSED: relative_to_root_resource_using_leading_slash
> PASSED: to_string
> PASSED: with_extension
> PASSED: with_extension_adds_extension
> PASSED: with_extension_missing_resource_is_null
> PASSED: with_extension_same_extension
> PASSED: copy_map
> PASSED: copy_set
> PASSED: new_list
> PASSED: new_list_copy
> PASSED: new_list_from_elements
> PASSED: new_map
> PASSED: new_set
> PASSED: new_threadsafe_list
> PASSED: set_from_varargs
> PASSED: dummy_lock_functions_are_noops
> PASSED: generic_bean_with_multiple_parameters
> PASSED: generic_return_type_of_non_generic_type
> PASSED: generic_return_type_of_parameterized_bean
> PASSED: inheritance_of_a_2d_object_array
> PASSED: inheritance_of_a_2d_primitive_array
> PASSED: inheritance_of_an_interface
> PASSED: inheritance_of_an_object_array
> PASSED: inheritance_of_object
> PASSED: inheritance_of_primitive
> PASSED: inheritance_of_primitive_array
> PASSED: inheritance_of_string
> PASSED: inheritance_of_void
> PASSED: inheritance_search_order_for_classes
> PASSED: inheritance_search_order_for_interfaces
> PASSED: next_when_no_more
> PASSED: remove_always_fails
> PASSED: add_to_list_map
> PASSED: array_size_when_non_null
> PASSED: array_size_when_null
> PASSED: capitalize("hello", "Hello")
> PASSED: capitalize("Goodbye", "Goodbye")
> PASSED: capitalize("", "")
> PASSED: capitalize("a", "A")
> PASSED: capitalize("A", "A")
> PASSED: close_ignores_exceptions
> PASSED: close_null_is_noop
> PASSED: close_success
> PASSED: collection_size
> PASSED: constructor_with_inject_annotation
> PASSED: enumeration_to_list
> PASSED: exception_injecting_into_field
> PASSED: get_from_map
> PASSED: get_from_null_map
> PASSED: inject_annotation_on_field
> PASSED: inject_service_annotation_on_field
> PASSED: join_empty_list
> PASSED: join_multiple
> PASSED: join_single
> PASSED: join_sorted
> PASSED: join_sorted_empty
> PASSED: join_sorted_null
> PASSED: join_sorted_with_blank
> PASSED: join_with_blank
> PASSED: keys_on_actual_map
> PASSED: keys_on_null_is_empty
> PASSED: last_term
> PASSED: location_of_locatable
> PASSED: location_of_location
> PASSED: location_of_not_found
> PASSED: match_and_sort
> PASSED: method_as_string_array_arg
> PASSED: method_as_string_no_args
> PASSED: method_as_string_primitive_arg
> PASSED: method_as_string_primitive_array_arg
> PASSED: method_as_string_with_args
> PASSED: reverse_iterator
> PASSED: reverse_iterator_does_not_support_remove
> PASSED: servicedef_to_servicedef2
> PASSED: sorted_keys_from_map
> PASSED: sorted_keys_from_null_map
> PASSED: strip_illegal_member_name
> PASSED: strip_member_name("simple", "simple")
> PASSED: strip_member_name("_name", "name")
> PASSED: strip_member_name("$name", "name")
> PASSED: strip_member_name("ruby_style", "ruby_style")
> PASSED: strip_member_name("__$ruby_style_", "ruby_style")
> PASSED: strip_member_name("$_$__$__$_$_$_$_$$name$", "name")
> PASSED: strip_member_name("foo_", "foo")
> PASSED: strip_member_name("_foo_", "foo")
> PASSED: validate_constructor_check_for_public
> PASSED: validate_constructor_class_not_public
> PASSED: validate_marker_annotation
> PASSED: wrap_coercion_as_mapper
> PASSED: locale_with_just_language
> PASSED: locale_with_just_language_no_period
> PASSED: locale_with_language_and_country
> PASSED: locale_with_variant_but_no_country
> PASSED: locale_with_variant_but_no_country_no_period
> PASSED: all_three_parameters
> PASSED: equality
> PASSED: unknown_column
> PASSED: unknown_line_and_column
> PASSED: standard_args
> PASSED: throwable_argument
> PASSED: throwable_argument_with_null_message
> PASSED: contains_key
> PASSED: contains_key_is_case_insensitive
> PASSED: format_message
> PASSED: format_message_is_case_insensitive
> PASSED: format_unknown_key
> PASSED: formatters_are_cached
> PASSED: get_formatter
> PASSED: get_message_from_catalog
> PASSED: get_message_from_catalog_is_case_insensitive
> PASSED: get_unknown_message_from_catalog
> PASSED: basic_locking
> PASSED: locking_method_includes_check
> PASSED: case_insensitivity
> PASSED: dependency_cycle
> PASSED: duplicate_id
> PASSED: failed_override
> PASSED: leader
> PASSED: missing_constraint_type
> PASSED: no_dependencies
> PASSED: nulls_not_included_in_result
> PASSED: override
> PASSED: pre_and_post_reqs
> PASSED: prereqs
> PASSED: toString_DependencyNode
> PASSED: toString_Orderable
> PASSED: trailer
> PASSED: unknown_constraint_type
> PASSED: add_null_returns_zero
> PASSED: caching
> PASSED: contains_change_when_empty
> PASSED: contains_changes
> PASSED: creating_a_new_file_is_a_change
> PASSED: deleted_files_show_as_changes
> PASSED: non_file_URLs_are_ignored
> PASSED: second_level_granularity
> 
> ===============================================
>     Internals
>     Tests run: 490, Failures: 0, Skips: 0
> ===============================================
> 
> [ERROR] SerializationSupport Unexpected service proxy provider when
> clearing the provider. This may indicate that you have multiple IoC
> Registries.
> 
> ===============================================
> Tapestry IOC
> Total tests run: 693, Failures: 1, Skips: 0
> ===============================================
> 
> [org.testng.internal.PoolService] Shutting down poolservice
> org.testng.internal.PoolService@d69cff terminated:false
> Tests run: 693, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 17.258
> sec <<< FAILURE!
> 
> Results :
> 
> Failed tests: 
>   reload_a_proxy_object(org.apache.tapestry5.ioc.ReloadTest)
> 
> Tests run: 693, Failures: 1, Errors: 0, Skipped: 0
> 
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] There are test failures.
> 
> Please refer to
>
<https://hudson.apache.org/hudson/job/tapestry-5.2-freestyle/ws/trunk/tapestry-ioc/target/surefire-reports>
> for the individual test results.
> [INFO]
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 1 minute 17 seconds
> [INFO] Finished at: Sun Oct 24 15:31:22 UTC 2010
> [INFO] Final Memory: 57M/295M
> [INFO]
> ------------------------------------------------------------------------
> [WARNINGS] Skipping publisher since build result is FAILURE
> [TASKS] Skipping publisher since build result is FAILURE
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org

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


Hudson build is back to normal : tapestry-5.2-freestyle #225

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/tapestry-5.2-freestyle/225/changes>



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


Build failed in Hudson: tapestry-5.2-freestyle #224

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/tapestry-5.2-freestyle/224/changes>

Changes:

[hlship] TAP5-1330: Position of Injected Stylesheets changed from 5.1 to 5.2

------------------------------------------
[...truncated 5089 lines...]
PASSED: builtin_coercions(null, class java.lang.Boolean, false)
PASSED: builtin_coercions(256.0, class java.lang.Integer, 256)
PASSED: builtin_coercions(22.7, class java.lang.Integer, 22)
PASSED: builtin_coercions(0, class java.lang.Boolean, false)
PASSED: builtin_coercions(32838, class java.lang.Boolean, true)
PASSED: builtin_coercions(127, class java.lang.Byte, 127)
PASSED: builtin_coercions(58.0, class java.lang.Short, 58)
PASSED: builtin_coercions(33, class java.lang.Long, 33)
PASSED: builtin_coercions(22, class java.lang.Float, 22.0)
PASSED: builtin_coercions(1234, class java.lang.Double, 1234.0)
PASSED: builtin_coercions(31.14, class java.lang.Double, 31.139999389648438)
PASSED: builtin_coercions([], class java.lang.Boolean, false)
PASSED: builtin_coercions([org.apache.tapestry5.ioc.internal.services.TypeCoercerImplTest@948069], class java.lang.Boolean, true)
PASSED: builtin_coercions(12345656748352435842385234598234958234574358723485.35843534285293857298457234587, class java.math.BigDecimal, 12345656748352435842385234598234958234574358723485.35843534285293857298457234587)
PASSED: builtin_coercions(12345656748352435842385234598234958234574358723485.35843534285293857298457234587, class java.lang.Double, 1.2345656748352436E49)
PASSED: builtin_coercions(12384584574874385743, class java.math.BigInteger, 12384584574874385743)
PASSED: builtin_coercions(12345678, class java.lang.Long, 12345678)
PASSED: builtin_coercions(-12345678, class java.math.BigInteger, -12345678)
PASSED: builtin_coercions(java.lang.Object@6a5afc, interface java.util.List, [java.lang.Object@6a5afc])
PASSED: builtin_coercions(null, interface java.lang.Iterable, null)
PASSED: builtin_coercions(null, interface java.util.List, null)
PASSED: builtin_coercions(null, interface java.util.Collection, null)
PASSED: builtin_coercions(null, class java.lang.String, null)
PASSED: builtin_coercions([Ljava.lang.Object;@7b745a, interface java.util.List, [a, 123])
PASSED: builtin_coercions([Ljava.lang.String;@113cf51, interface java.util.List, [a, b])
PASSED: builtin_coercions([B@19006c9, interface java.util.List, [12, 56])
PASSED: builtin_coercions([S@ad8e84, interface java.util.List, [34, 98])
PASSED: builtin_coercions([I@6788c4, interface java.util.List, [1, 2])
PASSED: builtin_coercions([J@144119b, interface java.util.List, [123, 321])
PASSED: builtin_coercions([F@1e0123b, interface java.util.List, [3.4, 7.777])
PASSED: builtin_coercions([D@1cd1dff, interface java.util.List, [3.4, 7.777])
PASSED: builtin_coercions([C@16c848f, interface java.util.List, [a, b])
PASSED: builtin_coercions([Z@173089d, interface java.util.List, [true, false])
PASSED: builtin_coercions(foo/bar/baz.txt, class java.io.File, foo/bar/baz.txt)
PASSED: builtin_coercions(TimeInterval[7200000 ms], class java.lang.Long, 7200000)
PASSED: builtin_coercions(2 h, class org.apache.tapestry5.ioc.util.TimeInterval, TimeInterval[7200000 ms])
PASSED: builtin_coercions(null, interface org.xml.sax.XMLReader, null)
PASSED: coercion_failure
PASSED: collection_to_object_array
PASSED: combined_coercion
PASSED: explain(class java.lang.StringBuffer, class java.lang.Integer, "Object --> String, String --> Long, Long --> Integer")
PASSED: explain(void, interface java.util.Map, "null --> null")
PASSED: explain(void, class java.lang.Boolean, "null --> Boolean")
PASSED: explain(class [Ljava.lang.Object;, class java.lang.Boolean, "Object[] --> java.util.List, java.util.Collection --> Boolean")
PASSED: explain(class [Ljava.lang.String;, interface java.util.List, "Object[] --> java.util.List")
PASSED: explain(class java.lang.Float, class java.lang.Double, "Float --> Double")
PASSED: explain(class java.lang.Double, class java.math.BigDecimal, "Object --> String, String --> java.math.BigDecimal")
PASSED: explain_primitive_to_wrapper_type
PASSED: explain_to_same_type
PASSED: explain_wrapper_to_primitive_type
PASSED: no_coercion_found
PASSED: no_coercion_necessary
PASSED: object_to_object_array
PASSED: object_whose_toString_returns_null_to_boolean
PASSED: primitive_type_as_target
PASSED: add_listener_and_invoke
PASSED: weak_references_are_not_invoked_once_clears
PASSED: intermediate_type
PASSED: no_value_annotation
PASSED: value_annotation_present
PASSED: for_file_in_parent_folder
PASSED: for_file_in_same_folder
PASSED: for_file_in_subfolder
PASSED: for_file_same_resource
PASSED: for_file_single_dot
PASSED: get_URL_for_missing_resource
PASSED: get_resource_URL
PASSED: leading_slash_on_path_relative_to_root_doesnt_matter
PASSED: localization_of_missing_resource
PASSED: localization_of_resource
PASSED: localization_to_base_resource
PASSED: localization_to_closest_match
PASSED: multiple_slashes_treated_as_single_slash
PASSED: path_and_file
PASSED: relative_to_root_resource
PASSED: relative_to_root_resource_using_leading_slash
PASSED: to_string
PASSED: with_extension
PASSED: with_extension_adds_extension
PASSED: with_extension_missing_resource_is_null
PASSED: with_extension_same_extension
PASSED: copy_map
PASSED: copy_set
PASSED: new_list
PASSED: new_list_copy
PASSED: new_list_from_elements
PASSED: new_map
PASSED: new_set
PASSED: new_threadsafe_list
PASSED: set_from_varargs
PASSED: dummy_lock_functions_are_noops
PASSED: generic_bean_with_multiple_parameters
PASSED: generic_return_type_of_non_generic_type
PASSED: generic_return_type_of_parameterized_bean
PASSED: inheritance_of_a_2d_object_array
PASSED: inheritance_of_a_2d_primitive_array
PASSED: inheritance_of_an_interface
PASSED: inheritance_of_an_object_array
PASSED: inheritance_of_object
PASSED: inheritance_of_primitive
PASSED: inheritance_of_primitive_array
PASSED: inheritance_of_string
PASSED: inheritance_of_void
PASSED: inheritance_search_order_for_classes
PASSED: inheritance_search_order_for_interfaces
PASSED: next_when_no_more
PASSED: remove_always_fails
PASSED: add_to_list_map
PASSED: array_size_when_non_null
PASSED: array_size_when_null
PASSED: capitalize("hello", "Hello")
PASSED: capitalize("Goodbye", "Goodbye")
PASSED: capitalize("", "")
PASSED: capitalize("a", "A")
PASSED: capitalize("A", "A")
PASSED: close_ignores_exceptions
PASSED: close_null_is_noop
PASSED: close_success
PASSED: collection_size
PASSED: constructor_with_inject_annotation
PASSED: enumeration_to_list
PASSED: exception_injecting_into_field
PASSED: get_from_map
PASSED: get_from_null_map
PASSED: inject_annotation_on_field
PASSED: inject_service_annotation_on_field
PASSED: join_empty_list
PASSED: join_multiple
PASSED: join_single
PASSED: join_sorted
PASSED: join_sorted_empty
PASSED: join_sorted_null
PASSED: join_sorted_with_blank
PASSED: join_with_blank
PASSED: keys_on_actual_map
PASSED: keys_on_null_is_empty
PASSED: last_term
PASSED: location_of_locatable
PASSED: location_of_location
PASSED: location_of_not_found
PASSED: match_and_sort
PASSED: method_as_string_array_arg
PASSED: method_as_string_no_args
PASSED: method_as_string_primitive_arg
PASSED: method_as_string_primitive_array_arg
PASSED: method_as_string_with_args
PASSED: reverse_iterator
PASSED: reverse_iterator_does_not_support_remove
PASSED: servicedef_to_servicedef2
PASSED: sorted_keys_from_map
PASSED: sorted_keys_from_null_map
PASSED: strip_illegal_member_name
PASSED: strip_member_name("simple", "simple")
PASSED: strip_member_name("_name", "name")
PASSED: strip_member_name("$name", "name")
PASSED: strip_member_name("ruby_style", "ruby_style")
PASSED: strip_member_name("__$ruby_style_", "ruby_style")
PASSED: strip_member_name("$_$__$__$_$___$_$_$_$$name$", "name")
PASSED: strip_member_name("foo_", "foo")
PASSED: strip_member_name("_foo_", "foo")
PASSED: validate_constructor_check_for_public
PASSED: validate_constructor_class_not_public
PASSED: validate_marker_annotation
PASSED: wrap_coercion_as_mapper
PASSED: locale_with_just_language
PASSED: locale_with_just_language_no_period
PASSED: locale_with_language_and_country
PASSED: locale_with_variant_but_no_country
PASSED: locale_with_variant_but_no_country_no_period
PASSED: all_three_parameters
PASSED: equality
PASSED: unknown_column
PASSED: unknown_line_and_column
PASSED: standard_args
PASSED: throwable_argument
PASSED: throwable_argument_with_null_message
PASSED: contains_key
PASSED: contains_key_is_case_insensitive
PASSED: format_message
PASSED: format_message_is_case_insensitive
PASSED: format_unknown_key
PASSED: formatters_are_cached
PASSED: get_formatter
PASSED: get_message_from_catalog
PASSED: get_message_from_catalog_is_case_insensitive
PASSED: get_unknown_message_from_catalog
PASSED: basic_locking
PASSED: locking_method_includes_check
PASSED: case_insensitivity
PASSED: dependency_cycle
PASSED: duplicate_id
PASSED: failed_override
PASSED: leader
PASSED: missing_constraint_type
PASSED: no_dependencies
PASSED: nulls_not_included_in_result
PASSED: override
PASSED: pre_and_post_reqs
PASSED: prereqs
PASSED: toString_DependencyNode
PASSED: toString_Orderable
PASSED: trailer
PASSED: unknown_constraint_type
PASSED: add_null_returns_zero
PASSED: caching
PASSED: contains_change_when_empty
PASSED: contains_changes
PASSED: creating_a_new_file_is_a_change
PASSED: deleted_files_show_as_changes
PASSED: non_file_URLs_are_ignored
PASSED: second_level_granularity

===============================================
    Internals
    Tests run: 490, Failures: 0, Skips: 0
===============================================

[ERROR] SerializationSupport Unexpected service proxy provider when clearing the provider. This may indicate that you have multiple IoC Registries.

===============================================
Tapestry IOC
Total tests run: 693, Failures: 1, Skips: 0
===============================================

[org.testng.internal.PoolService] Shutting down poolservice org.testng.internal.PoolService@ee765 terminated:false
Tests run: 693, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 17.677 sec <<< FAILURE!

Results :

Failed tests: 
  reload_a_service_implementation(org.apache.tapestry5.ioc.ReloadTest)

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

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.

Please refer to <https://hudson.apache.org/hudson/job/tapestry-5.2-freestyle/ws/trunk/tapestry-ioc/target/surefire-reports> for the individual test results.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1 minute 37 seconds
[INFO] Finished at: Fri Oct 29 21:00:45 UTC 2010
[INFO] Final Memory: 57M/386M
[INFO] ------------------------------------------------------------------------
[WARNINGS] Skipping publisher since build result is FAILURE
[TASKS] Skipping publisher since build result is FAILURE


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


Build failed in Hudson: tapestry-5.2-freestyle #223

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/tapestry-5.2-freestyle/223/changes>

Changes:

[hlship] TAP5-1326: Fix a bug in the test for ConcurrentBarrier

------------------------------------------
[...truncated 2921 lines...]
PASSED: builtin_coercions(null, class java.lang.Boolean, false)
PASSED: builtin_coercions(256.0, class java.lang.Integer, 256)
PASSED: builtin_coercions(22.7, class java.lang.Integer, 22)
PASSED: builtin_coercions(0, class java.lang.Boolean, false)
PASSED: builtin_coercions(32838, class java.lang.Boolean, true)
PASSED: builtin_coercions(127, class java.lang.Byte, 127)
PASSED: builtin_coercions(58.0, class java.lang.Short, 58)
PASSED: builtin_coercions(33, class java.lang.Long, 33)
PASSED: builtin_coercions(22, class java.lang.Float, 22.0)
PASSED: builtin_coercions(1234, class java.lang.Double, 1234.0)
PASSED: builtin_coercions(31.14, class java.lang.Double, 31.139999389648438)
PASSED: builtin_coercions([], class java.lang.Boolean, false)
PASSED: builtin_coercions([org.apache.tapestry5.ioc.internal.services.TypeCoercerImplTest@948069], class java.lang.Boolean, true)
PASSED: builtin_coercions(12345656748352435842385234598234958234574358723485.35843534285293857298457234587, class java.math.BigDecimal, 12345656748352435842385234598234958234574358723485.35843534285293857298457234587)
PASSED: builtin_coercions(12345656748352435842385234598234958234574358723485.35843534285293857298457234587, class java.lang.Double, 1.2345656748352436E49)
PASSED: builtin_coercions(12384584574874385743, class java.math.BigInteger, 12384584574874385743)
PASSED: builtin_coercions(12345678, class java.lang.Long, 12345678)
PASSED: builtin_coercions(-12345678, class java.math.BigInteger, -12345678)
PASSED: builtin_coercions(java.lang.Object@11b8a6b, interface java.util.List, [java.lang.Object@11b8a6b])
PASSED: builtin_coercions(null, interface java.lang.Iterable, null)
PASSED: builtin_coercions(null, interface java.util.List, null)
PASSED: builtin_coercions(null, interface java.util.Collection, null)
PASSED: builtin_coercions(null, class java.lang.String, null)
PASSED: builtin_coercions([Ljava.lang.Object;@11c7a72, interface java.util.List, [a, 123])
PASSED: builtin_coercions([Ljava.lang.String;@aae359, interface java.util.List, [a, b])
PASSED: builtin_coercions([B@134137c, interface java.util.List, [12, 56])
PASSED: builtin_coercions([S@1eb41e5, interface java.util.List, [34, 98])
PASSED: builtin_coercions([I@332b9a, interface java.util.List, [1, 2])
PASSED: builtin_coercions([J@173a94f, interface java.util.List, [123, 321])
PASSED: builtin_coercions([F@70bdc6, interface java.util.List, [3.4, 7.777])
PASSED: builtin_coercions([D@1bb51fd, interface java.util.List, [3.4, 7.777])
PASSED: builtin_coercions([C@103e0e9, interface java.util.List, [a, b])
PASSED: builtin_coercions([Z@1a30465, interface java.util.List, [true, false])
PASSED: builtin_coercions(foo/bar/baz.txt, class java.io.File, foo/bar/baz.txt)
PASSED: builtin_coercions(TimeInterval[7200000 ms], class java.lang.Long, 7200000)
PASSED: builtin_coercions(2 h, class org.apache.tapestry5.ioc.util.TimeInterval, TimeInterval[7200000 ms])
PASSED: builtin_coercions(null, interface org.xml.sax.XMLReader, null)
PASSED: coercion_failure
PASSED: collection_to_object_array
PASSED: combined_coercion
PASSED: explain(class java.lang.StringBuffer, class java.lang.Integer, "Object --> String, String --> Long, Long --> Integer")
PASSED: explain(void, interface java.util.Map, "null --> null")
PASSED: explain(void, class java.lang.Boolean, "null --> Boolean")
PASSED: explain(class [Ljava.lang.Object;, class java.lang.Boolean, "Object[] --> java.util.List, java.util.Collection --> Boolean")
PASSED: explain(class [Ljava.lang.String;, interface java.util.List, "Object[] --> java.util.List")
PASSED: explain(class java.lang.Float, class java.lang.Double, "Float --> Double")
PASSED: explain(class java.lang.Double, class java.math.BigDecimal, "Object --> String, String --> java.math.BigDecimal")
PASSED: explain_primitive_to_wrapper_type
PASSED: explain_to_same_type
PASSED: explain_wrapper_to_primitive_type
PASSED: no_coercion_found
PASSED: no_coercion_necessary
PASSED: object_to_object_array
PASSED: object_whose_toString_returns_null_to_boolean
PASSED: primitive_type_as_target
PASSED: add_listener_and_invoke
PASSED: weak_references_are_not_invoked_once_clears
PASSED: intermediate_type
PASSED: no_value_annotation
PASSED: value_annotation_present
PASSED: for_file_in_parent_folder
PASSED: for_file_in_same_folder
PASSED: for_file_in_subfolder
PASSED: for_file_same_resource
PASSED: for_file_single_dot
PASSED: get_URL_for_missing_resource
PASSED: get_resource_URL
PASSED: leading_slash_on_path_relative_to_root_doesnt_matter
PASSED: localization_of_missing_resource
PASSED: localization_of_resource
PASSED: localization_to_base_resource
PASSED: localization_to_closest_match
PASSED: multiple_slashes_treated_as_single_slash
PASSED: path_and_file
PASSED: relative_to_root_resource
PASSED: relative_to_root_resource_using_leading_slash
PASSED: to_string
PASSED: with_extension
PASSED: with_extension_adds_extension
PASSED: with_extension_missing_resource_is_null
PASSED: with_extension_same_extension
PASSED: copy_map
PASSED: copy_set
PASSED: new_list
PASSED: new_list_copy
PASSED: new_list_from_elements
PASSED: new_map
PASSED: new_set
PASSED: new_threadsafe_list
PASSED: set_from_varargs
PASSED: dummy_lock_functions_are_noops
PASSED: generic_bean_with_multiple_parameters
PASSED: generic_return_type_of_non_generic_type
PASSED: generic_return_type_of_parameterized_bean
PASSED: inheritance_of_a_2d_object_array
PASSED: inheritance_of_a_2d_primitive_array
PASSED: inheritance_of_an_interface
PASSED: inheritance_of_an_object_array
PASSED: inheritance_of_object
PASSED: inheritance_of_primitive
PASSED: inheritance_of_primitive_array
PASSED: inheritance_of_string
PASSED: inheritance_of_void
PASSED: inheritance_search_order_for_classes
PASSED: inheritance_search_order_for_interfaces
PASSED: next_when_no_more
PASSED: remove_always_fails
PASSED: add_to_list_map
PASSED: array_size_when_non_null
PASSED: array_size_when_null
PASSED: capitalize("hello", "Hello")
PASSED: capitalize("Goodbye", "Goodbye")
PASSED: capitalize("", "")
PASSED: capitalize("a", "A")
PASSED: capitalize("A", "A")
PASSED: close_ignores_exceptions
PASSED: close_null_is_noop
PASSED: close_success
PASSED: collection_size
PASSED: constructor_with_inject_annotation
PASSED: enumeration_to_list
PASSED: exception_injecting_into_field
PASSED: get_from_map
PASSED: get_from_null_map
PASSED: inject_annotation_on_field
PASSED: inject_service_annotation_on_field
PASSED: join_empty_list
PASSED: join_multiple
PASSED: join_single
PASSED: join_sorted
PASSED: join_sorted_empty
PASSED: join_sorted_null
PASSED: join_sorted_with_blank
PASSED: join_with_blank
PASSED: keys_on_actual_map
PASSED: keys_on_null_is_empty
PASSED: last_term
PASSED: location_of_locatable
PASSED: location_of_location
PASSED: location_of_not_found
PASSED: match_and_sort
PASSED: method_as_string_array_arg
PASSED: method_as_string_no_args
PASSED: method_as_string_primitive_arg
PASSED: method_as_string_primitive_array_arg
PASSED: method_as_string_with_args
PASSED: reverse_iterator
PASSED: reverse_iterator_does_not_support_remove
PASSED: servicedef_to_servicedef2
PASSED: sorted_keys_from_map
PASSED: sorted_keys_from_null_map
PASSED: strip_illegal_member_name
PASSED: strip_member_name("simple", "simple")
PASSED: strip_member_name("_name", "name")
PASSED: strip_member_name("$name", "name")
PASSED: strip_member_name("ruby_style", "ruby_style")
PASSED: strip_member_name("__$ruby_style_", "ruby_style")
PASSED: strip_member_name("$_$__$__$_$___$_$_$_$$name$", "name")
PASSED: strip_member_name("foo_", "foo")
PASSED: strip_member_name("_foo_", "foo")
PASSED: validate_constructor_check_for_public
PASSED: validate_constructor_class_not_public
PASSED: validate_marker_annotation
PASSED: wrap_coercion_as_mapper
PASSED: locale_with_just_language
PASSED: locale_with_just_language_no_period
PASSED: locale_with_language_and_country
PASSED: locale_with_variant_but_no_country
PASSED: locale_with_variant_but_no_country_no_period
PASSED: all_three_parameters
PASSED: equality
PASSED: unknown_column
PASSED: unknown_line_and_column
PASSED: standard_args
PASSED: throwable_argument
PASSED: throwable_argument_with_null_message
PASSED: contains_key
PASSED: contains_key_is_case_insensitive
PASSED: format_message
PASSED: format_message_is_case_insensitive
PASSED: format_unknown_key
PASSED: formatters_are_cached
PASSED: get_formatter
PASSED: get_message_from_catalog
PASSED: get_message_from_catalog_is_case_insensitive
PASSED: get_unknown_message_from_catalog
PASSED: basic_locking
PASSED: locking_method_includes_check
PASSED: case_insensitivity
PASSED: dependency_cycle
PASSED: duplicate_id
PASSED: failed_override
PASSED: leader
PASSED: missing_constraint_type
PASSED: no_dependencies
PASSED: nulls_not_included_in_result
PASSED: override
PASSED: pre_and_post_reqs
PASSED: prereqs
PASSED: toString_DependencyNode
PASSED: toString_Orderable
PASSED: trailer
PASSED: unknown_constraint_type
PASSED: add_null_returns_zero
PASSED: caching
PASSED: contains_change_when_empty
PASSED: contains_changes
PASSED: creating_a_new_file_is_a_change
PASSED: deleted_files_show_as_changes
PASSED: non_file_URLs_are_ignored
PASSED: second_level_granularity

===============================================
    Internals
    Tests run: 490, Failures: 0, Skips: 0
===============================================

[ERROR] SerializationSupport Unexpected service proxy provider when clearing the provider. This may indicate that you have multiple IoC Registries.

===============================================
Tapestry IOC
Total tests run: 693, Failures: 1, Skips: 0
===============================================

[org.testng.internal.PoolService] Shutting down poolservice org.testng.internal.PoolService@1d3304e terminated:false
Tests run: 693, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 18.992 sec <<< FAILURE!

Results :

Failed tests: 
  reload_a_proxy_object(org.apache.tapestry5.ioc.ReloadTest)

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

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.

Please refer to <https://hudson.apache.org/hudson/job/tapestry-5.2-freestyle/ws/trunk/tapestry-ioc/target/surefire-reports> for the individual test results.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8 minutes 
[INFO] Finished at: Fri Oct 29 18:38:05 UTC 2010
[INFO] Final Memory: 56M/262M
[INFO] ------------------------------------------------------------------------
[WARNINGS] Skipping publisher since build result is FAILURE
[TASKS] Skipping publisher since build result is FAILURE


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


Build failed in Hudson: tapestry-5.2-freestyle #222

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/tapestry-5.2-freestyle/222/changes>

Changes:

[hlship] TAP5-1327: Upgrade SL4J dependency to 1.6.1

------------------------------------------
[...truncated 2896 lines...]
PASSED: builtin_coercions(null, class java.lang.Boolean, false)
PASSED: builtin_coercions(256.0, class java.lang.Integer, 256)
PASSED: builtin_coercions(22.7, class java.lang.Integer, 22)
PASSED: builtin_coercions(0, class java.lang.Boolean, false)
PASSED: builtin_coercions(32838, class java.lang.Boolean, true)
PASSED: builtin_coercions(127, class java.lang.Byte, 127)
PASSED: builtin_coercions(58.0, class java.lang.Short, 58)
PASSED: builtin_coercions(33, class java.lang.Long, 33)
PASSED: builtin_coercions(22, class java.lang.Float, 22.0)
PASSED: builtin_coercions(1234, class java.lang.Double, 1234.0)
PASSED: builtin_coercions(31.14, class java.lang.Double, 31.139999389648438)
PASSED: builtin_coercions([], class java.lang.Boolean, false)
PASSED: builtin_coercions([org.apache.tapestry5.ioc.internal.services.TypeCoercerImplTest@1f2edd2], class java.lang.Boolean, true)
PASSED: builtin_coercions(12345656748352435842385234598234958234574358723485.35843534285293857298457234587, class java.math.BigDecimal, 12345656748352435842385234598234958234574358723485.35843534285293857298457234587)
PASSED: builtin_coercions(12345656748352435842385234598234958234574358723485.35843534285293857298457234587, class java.lang.Double, 1.2345656748352436E49)
PASSED: builtin_coercions(12384584574874385743, class java.math.BigInteger, 12384584574874385743)
PASSED: builtin_coercions(12345678, class java.lang.Long, 12345678)
PASSED: builtin_coercions(-12345678, class java.math.BigInteger, -12345678)
PASSED: builtin_coercions(java.lang.Object@13a494d, interface java.util.List, [java.lang.Object@13a494d])
PASSED: builtin_coercions(null, interface java.lang.Iterable, null)
PASSED: builtin_coercions(null, interface java.util.List, null)
PASSED: builtin_coercions(null, interface java.util.Collection, null)
PASSED: builtin_coercions(null, class java.lang.String, null)
PASSED: builtin_coercions([Ljava.lang.Object;@1a29120, interface java.util.List, [a, 123])
PASSED: builtin_coercions([Ljava.lang.String;@1e5cfca, interface java.util.List, [a, b])
PASSED: builtin_coercions([B@acf892, interface java.util.List, [12, 56])
PASSED: builtin_coercions([S@1f365b2, interface java.util.List, [34, 98])
PASSED: builtin_coercions([I@99c59d, interface java.util.List, [1, 2])
PASSED: builtin_coercions([J@17ce686, interface java.util.List, [123, 321])
PASSED: builtin_coercions([F@102996a, interface java.util.List, [3.4, 7.777])
PASSED: builtin_coercions([D@1a626ac, interface java.util.List, [3.4, 7.777])
PASSED: builtin_coercions([C@13500b1, interface java.util.List, [a, b])
PASSED: builtin_coercions([Z@c09652, interface java.util.List, [true, false])
PASSED: builtin_coercions(foo/bar/baz.txt, class java.io.File, foo/bar/baz.txt)
PASSED: builtin_coercions(TimeInterval[7200000 ms], class java.lang.Long, 7200000)
PASSED: builtin_coercions(2 h, class org.apache.tapestry5.ioc.util.TimeInterval, TimeInterval[7200000 ms])
PASSED: builtin_coercions(null, interface org.xml.sax.XMLReader, null)
PASSED: coercion_failure
PASSED: collection_to_object_array
PASSED: combined_coercion
PASSED: explain(class java.lang.StringBuffer, class java.lang.Integer, "Object --> String, String --> Long, Long --> Integer")
PASSED: explain(void, interface java.util.Map, "null --> null")
PASSED: explain(void, class java.lang.Boolean, "null --> Boolean")
PASSED: explain(class [Ljava.lang.Object;, class java.lang.Boolean, "Object[] --> java.util.List, java.util.Collection --> Boolean")
PASSED: explain(class [Ljava.lang.String;, interface java.util.List, "Object[] --> java.util.List")
PASSED: explain(class java.lang.Float, class java.lang.Double, "Float --> Double")
PASSED: explain(class java.lang.Double, class java.math.BigDecimal, "Object --> String, String --> java.math.BigDecimal")
PASSED: explain_primitive_to_wrapper_type
PASSED: explain_to_same_type
PASSED: explain_wrapper_to_primitive_type
PASSED: no_coercion_found
PASSED: no_coercion_necessary
PASSED: object_to_object_array
PASSED: object_whose_toString_returns_null_to_boolean
PASSED: primitive_type_as_target
PASSED: add_listener_and_invoke
PASSED: weak_references_are_not_invoked_once_clears
PASSED: intermediate_type
PASSED: no_value_annotation
PASSED: value_annotation_present
PASSED: for_file_in_parent_folder
PASSED: for_file_in_same_folder
PASSED: for_file_in_subfolder
PASSED: for_file_same_resource
PASSED: for_file_single_dot
PASSED: get_URL_for_missing_resource
PASSED: get_resource_URL
PASSED: leading_slash_on_path_relative_to_root_doesnt_matter
PASSED: localization_of_missing_resource
PASSED: localization_of_resource
PASSED: localization_to_base_resource
PASSED: localization_to_closest_match
PASSED: multiple_slashes_treated_as_single_slash
PASSED: path_and_file
PASSED: relative_to_root_resource
PASSED: relative_to_root_resource_using_leading_slash
PASSED: to_string
PASSED: with_extension
PASSED: with_extension_adds_extension
PASSED: with_extension_missing_resource_is_null
PASSED: with_extension_same_extension
PASSED: copy_map
PASSED: copy_set
PASSED: new_list
PASSED: new_list_copy
PASSED: new_list_from_elements
PASSED: new_map
PASSED: new_set
PASSED: new_threadsafe_list
PASSED: set_from_varargs
PASSED: dummy_lock_functions_are_noops
PASSED: generic_bean_with_multiple_parameters
PASSED: generic_return_type_of_non_generic_type
PASSED: generic_return_type_of_parameterized_bean
PASSED: inheritance_of_a_2d_object_array
PASSED: inheritance_of_a_2d_primitive_array
PASSED: inheritance_of_an_interface
PASSED: inheritance_of_an_object_array
PASSED: inheritance_of_object
PASSED: inheritance_of_primitive
PASSED: inheritance_of_primitive_array
PASSED: inheritance_of_string
PASSED: inheritance_of_void
PASSED: inheritance_search_order_for_classes
PASSED: inheritance_search_order_for_interfaces
PASSED: next_when_no_more
PASSED: remove_always_fails
PASSED: add_to_list_map
PASSED: array_size_when_non_null
PASSED: array_size_when_null
PASSED: capitalize("hello", "Hello")
PASSED: capitalize("Goodbye", "Goodbye")
PASSED: capitalize("", "")
PASSED: capitalize("a", "A")
PASSED: capitalize("A", "A")
PASSED: close_ignores_exceptions
PASSED: close_null_is_noop
PASSED: close_success
PASSED: collection_size
PASSED: constructor_with_inject_annotation
PASSED: enumeration_to_list
PASSED: exception_injecting_into_field
PASSED: get_from_map
PASSED: get_from_null_map
PASSED: inject_annotation_on_field
PASSED: inject_service_annotation_on_field
PASSED: join_empty_list
PASSED: join_multiple
PASSED: join_single
PASSED: join_sorted
PASSED: join_sorted_empty
PASSED: join_sorted_null
PASSED: join_sorted_with_blank
PASSED: join_with_blank
PASSED: keys_on_actual_map
PASSED: keys_on_null_is_empty
PASSED: last_term
PASSED: location_of_locatable
PASSED: location_of_location
PASSED: location_of_not_found
PASSED: match_and_sort
PASSED: method_as_string_array_arg
PASSED: method_as_string_no_args
PASSED: method_as_string_primitive_arg
PASSED: method_as_string_primitive_array_arg
PASSED: method_as_string_with_args
PASSED: reverse_iterator
PASSED: reverse_iterator_does_not_support_remove
PASSED: servicedef_to_servicedef2
PASSED: sorted_keys_from_map
PASSED: sorted_keys_from_null_map
PASSED: strip_illegal_member_name
PASSED: strip_member_name("simple", "simple")
PASSED: strip_member_name("_name", "name")
PASSED: strip_member_name("$name", "name")
PASSED: strip_member_name("ruby_style", "ruby_style")
PASSED: strip_member_name("__$ruby_style_", "ruby_style")
PASSED: strip_member_name("$_$__$__$_$___$_$_$_$$name$", "name")
PASSED: strip_member_name("foo_", "foo")
PASSED: strip_member_name("_foo_", "foo")
PASSED: validate_constructor_check_for_public
PASSED: validate_constructor_class_not_public
PASSED: validate_marker_annotation
PASSED: wrap_coercion_as_mapper
PASSED: locale_with_just_language
PASSED: locale_with_just_language_no_period
PASSED: locale_with_language_and_country
PASSED: locale_with_variant_but_no_country
PASSED: locale_with_variant_but_no_country_no_period
PASSED: all_three_parameters
PASSED: equality
PASSED: unknown_column
PASSED: unknown_line_and_column
PASSED: standard_args
PASSED: throwable_argument
PASSED: throwable_argument_with_null_message
PASSED: contains_key
PASSED: contains_key_is_case_insensitive
PASSED: format_message
PASSED: format_message_is_case_insensitive
PASSED: format_unknown_key
PASSED: formatters_are_cached
PASSED: get_formatter
PASSED: get_message_from_catalog
PASSED: get_message_from_catalog_is_case_insensitive
PASSED: get_unknown_message_from_catalog
PASSED: basic_locking
PASSED: locking_method_includes_check
PASSED: case_insensitivity
PASSED: dependency_cycle
PASSED: duplicate_id
PASSED: failed_override
PASSED: leader
PASSED: missing_constraint_type
PASSED: no_dependencies
PASSED: nulls_not_included_in_result
PASSED: override
PASSED: pre_and_post_reqs
PASSED: prereqs
PASSED: toString_DependencyNode
PASSED: toString_Orderable
PASSED: trailer
PASSED: unknown_constraint_type
PASSED: add_null_returns_zero
PASSED: caching
PASSED: contains_change_when_empty
PASSED: contains_changes
PASSED: creating_a_new_file_is_a_change
PASSED: deleted_files_show_as_changes
PASSED: non_file_URLs_are_ignored
PASSED: second_level_granularity

===============================================
    Internals
    Tests run: 490, Failures: 0, Skips: 0
===============================================

[ERROR] SerializationSupport Unexpected service proxy provider when clearing the provider. This may indicate that you have multiple IoC Registries.

===============================================
Tapestry IOC
Total tests run: 693, Failures: 1, Skips: 0
===============================================

[org.testng.internal.PoolService] Shutting down poolservice org.testng.internal.PoolService@16e1111 terminated:false
Tests run: 693, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 18.568 sec <<< FAILURE!

Results :

Failed tests: 
  reload_a_proxy_object(org.apache.tapestry5.ioc.ReloadTest)

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

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.

Please refer to <https://hudson.apache.org/hudson/job/tapestry-5.2-freestyle/ws/trunk/tapestry-ioc/target/surefire-reports> for the individual test results.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1 minute 41 seconds
[INFO] Finished at: Wed Oct 27 23:31:32 UTC 2010
[INFO] Final Memory: 57M/349M
[INFO] ------------------------------------------------------------------------
[WARNINGS] Skipping publisher since build result is FAILURE
[TASKS] Skipping publisher since build result is FAILURE


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


Build failed in Hudson: tapestry-5.2-freestyle #221

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/tapestry-5.2-freestyle/221/changes>

Changes:

[hlship] TAP5-1328: Supply an empty function as a default successHandler inside Tapestry.ajaxRequest()

[hlship] TAP5-1204: Remove unused internal CodeEq class

[hlship] TAP5-1204: Change pom.xml to correctly build Groovy test classes as tests

------------------------------------------
[...truncated 2898 lines...]
PASSED: builtin_coercions(null, class java.lang.Boolean, false)
PASSED: builtin_coercions(256.0, class java.lang.Integer, 256)
PASSED: builtin_coercions(22.7, class java.lang.Integer, 22)
PASSED: builtin_coercions(0, class java.lang.Boolean, false)
PASSED: builtin_coercions(32838, class java.lang.Boolean, true)
PASSED: builtin_coercions(127, class java.lang.Byte, 127)
PASSED: builtin_coercions(58.0, class java.lang.Short, 58)
PASSED: builtin_coercions(33, class java.lang.Long, 33)
PASSED: builtin_coercions(22, class java.lang.Float, 22.0)
PASSED: builtin_coercions(1234, class java.lang.Double, 1234.0)
PASSED: builtin_coercions(31.14, class java.lang.Double, 31.139999389648438)
PASSED: builtin_coercions([], class java.lang.Boolean, false)
PASSED: builtin_coercions([org.apache.tapestry5.ioc.internal.services.TypeCoercerImplTest@194df96], class java.lang.Boolean, true)
PASSED: builtin_coercions(12345656748352435842385234598234958234574358723485.35843534285293857298457234587, class java.math.BigDecimal, 12345656748352435842385234598234958234574358723485.35843534285293857298457234587)
PASSED: builtin_coercions(12345656748352435842385234598234958234574358723485.35843534285293857298457234587, class java.lang.Double, 1.2345656748352436E49)
PASSED: builtin_coercions(12384584574874385743, class java.math.BigInteger, 12384584574874385743)
PASSED: builtin_coercions(12345678, class java.lang.Long, 12345678)
PASSED: builtin_coercions(-12345678, class java.math.BigInteger, -12345678)
PASSED: builtin_coercions(java.lang.Object@1b5459e, interface java.util.List, [java.lang.Object@1b5459e])
PASSED: builtin_coercions(null, interface java.lang.Iterable, null)
PASSED: builtin_coercions(null, interface java.util.List, null)
PASSED: builtin_coercions(null, interface java.util.Collection, null)
PASSED: builtin_coercions(null, class java.lang.String, null)
PASSED: builtin_coercions([Ljava.lang.Object;@1edc67e, interface java.util.List, [a, 123])
PASSED: builtin_coercions([Ljava.lang.String;@182b18d, interface java.util.List, [a, b])
PASSED: builtin_coercions([B@156c4a8, interface java.util.List, [12, 56])
PASSED: builtin_coercions([S@1891d5d, interface java.util.List, [34, 98])
PASSED: builtin_coercions([I@e6df19, interface java.util.List, [1, 2])
PASSED: builtin_coercions([J@1411b30, interface java.util.List, [123, 321])
PASSED: builtin_coercions([F@160297a, interface java.util.List, [3.4, 7.777])
PASSED: builtin_coercions([D@433359, interface java.util.List, [3.4, 7.777])
PASSED: builtin_coercions([C@1e04033, interface java.util.List, [a, b])
PASSED: builtin_coercions([Z@196e397, interface java.util.List, [true, false])
PASSED: builtin_coercions(foo/bar/baz.txt, class java.io.File, foo/bar/baz.txt)
PASSED: builtin_coercions(TimeInterval[7200000 ms], class java.lang.Long, 7200000)
PASSED: builtin_coercions(2 h, class org.apache.tapestry5.ioc.util.TimeInterval, TimeInterval[7200000 ms])
PASSED: builtin_coercions(null, interface org.xml.sax.XMLReader, null)
PASSED: coercion_failure
PASSED: collection_to_object_array
PASSED: combined_coercion
PASSED: explain(class java.lang.StringBuffer, class java.lang.Integer, "Object --> String, String --> Long, Long --> Integer")
PASSED: explain(void, interface java.util.Map, "null --> null")
PASSED: explain(void, class java.lang.Boolean, "null --> Boolean")
PASSED: explain(class [Ljava.lang.Object;, class java.lang.Boolean, "Object[] --> java.util.List, java.util.Collection --> Boolean")
PASSED: explain(class [Ljava.lang.String;, interface java.util.List, "Object[] --> java.util.List")
PASSED: explain(class java.lang.Float, class java.lang.Double, "Float --> Double")
PASSED: explain(class java.lang.Double, class java.math.BigDecimal, "Object --> String, String --> java.math.BigDecimal")
PASSED: explain_primitive_to_wrapper_type
PASSED: explain_to_same_type
PASSED: explain_wrapper_to_primitive_type
PASSED: no_coercion_found
PASSED: no_coercion_necessary
PASSED: object_to_object_array
PASSED: object_whose_toString_returns_null_to_boolean
PASSED: primitive_type_as_target
PASSED: add_listener_and_invoke
PASSED: weak_references_are_not_invoked_once_clears
PASSED: intermediate_type
PASSED: no_value_annotation
PASSED: value_annotation_present
PASSED: for_file_in_parent_folder
PASSED: for_file_in_same_folder
PASSED: for_file_in_subfolder
PASSED: for_file_same_resource
PASSED: for_file_single_dot
PASSED: get_URL_for_missing_resource
PASSED: get_resource_URL
PASSED: leading_slash_on_path_relative_to_root_doesnt_matter
PASSED: localization_of_missing_resource
PASSED: localization_of_resource
PASSED: localization_to_base_resource
PASSED: localization_to_closest_match
PASSED: multiple_slashes_treated_as_single_slash
PASSED: path_and_file
PASSED: relative_to_root_resource
PASSED: relative_to_root_resource_using_leading_slash
PASSED: to_string
PASSED: with_extension
PASSED: with_extension_adds_extension
PASSED: with_extension_missing_resource_is_null
PASSED: with_extension_same_extension
PASSED: copy_map
PASSED: copy_set
PASSED: new_list
PASSED: new_list_copy
PASSED: new_list_from_elements
PASSED: new_map
PASSED: new_set
PASSED: new_threadsafe_list
PASSED: set_from_varargs
PASSED: dummy_lock_functions_are_noops
PASSED: generic_bean_with_multiple_parameters
PASSED: generic_return_type_of_non_generic_type
PASSED: generic_return_type_of_parameterized_bean
PASSED: inheritance_of_a_2d_object_array
PASSED: inheritance_of_a_2d_primitive_array
PASSED: inheritance_of_an_interface
PASSED: inheritance_of_an_object_array
PASSED: inheritance_of_object
PASSED: inheritance_of_primitive
PASSED: inheritance_of_primitive_array
PASSED: inheritance_of_string
PASSED: inheritance_of_void
PASSED: inheritance_search_order_for_classes
PASSED: inheritance_search_order_for_interfaces
PASSED: next_when_no_more
PASSED: remove_always_fails
PASSED: add_to_list_map
PASSED: array_size_when_non_null
PASSED: array_size_when_null
PASSED: capitalize("hello", "Hello")
PASSED: capitalize("Goodbye", "Goodbye")
PASSED: capitalize("", "")
PASSED: capitalize("a", "A")
PASSED: capitalize("A", "A")
PASSED: close_ignores_exceptions
PASSED: close_null_is_noop
PASSED: close_success
PASSED: collection_size
PASSED: constructor_with_inject_annotation
PASSED: enumeration_to_list
PASSED: exception_injecting_into_field
PASSED: get_from_map
PASSED: get_from_null_map
PASSED: inject_annotation_on_field
PASSED: inject_service_annotation_on_field
PASSED: join_empty_list
PASSED: join_multiple
PASSED: join_single
PASSED: join_sorted
PASSED: join_sorted_empty
PASSED: join_sorted_null
PASSED: join_sorted_with_blank
PASSED: join_with_blank
PASSED: keys_on_actual_map
PASSED: keys_on_null_is_empty
PASSED: last_term
PASSED: location_of_locatable
PASSED: location_of_location
PASSED: location_of_not_found
PASSED: match_and_sort
PASSED: method_as_string_array_arg
PASSED: method_as_string_no_args
PASSED: method_as_string_primitive_arg
PASSED: method_as_string_primitive_array_arg
PASSED: method_as_string_with_args
PASSED: reverse_iterator
PASSED: reverse_iterator_does_not_support_remove
PASSED: servicedef_to_servicedef2
PASSED: sorted_keys_from_map
PASSED: sorted_keys_from_null_map
PASSED: strip_illegal_member_name
PASSED: strip_member_name("simple", "simple")
PASSED: strip_member_name("_name", "name")
PASSED: strip_member_name("$name", "name")
PASSED: strip_member_name("ruby_style", "ruby_style")
PASSED: strip_member_name("__$ruby_style_", "ruby_style")
PASSED: strip_member_name("$_$__$__$_$___$_$_$_$$name$", "name")
PASSED: strip_member_name("foo_", "foo")
PASSED: strip_member_name("_foo_", "foo")
PASSED: validate_constructor_check_for_public
PASSED: validate_constructor_class_not_public
PASSED: validate_marker_annotation
PASSED: wrap_coercion_as_mapper
PASSED: locale_with_just_language
PASSED: locale_with_just_language_no_period
PASSED: locale_with_language_and_country
PASSED: locale_with_variant_but_no_country
PASSED: locale_with_variant_but_no_country_no_period
PASSED: all_three_parameters
PASSED: equality
PASSED: unknown_column
PASSED: unknown_line_and_column
PASSED: standard_args
PASSED: throwable_argument
PASSED: throwable_argument_with_null_message
PASSED: contains_key
PASSED: contains_key_is_case_insensitive
PASSED: format_message
PASSED: format_message_is_case_insensitive
PASSED: format_unknown_key
PASSED: formatters_are_cached
PASSED: get_formatter
PASSED: get_message_from_catalog
PASSED: get_message_from_catalog_is_case_insensitive
PASSED: get_unknown_message_from_catalog
PASSED: basic_locking
PASSED: locking_method_includes_check
PASSED: case_insensitivity
PASSED: dependency_cycle
PASSED: duplicate_id
PASSED: failed_override
PASSED: leader
PASSED: missing_constraint_type
PASSED: no_dependencies
PASSED: nulls_not_included_in_result
PASSED: override
PASSED: pre_and_post_reqs
PASSED: prereqs
PASSED: toString_DependencyNode
PASSED: toString_Orderable
PASSED: trailer
PASSED: unknown_constraint_type
PASSED: add_null_returns_zero
PASSED: caching
PASSED: contains_change_when_empty
PASSED: contains_changes
PASSED: creating_a_new_file_is_a_change
PASSED: deleted_files_show_as_changes
PASSED: non_file_URLs_are_ignored
PASSED: second_level_granularity

===============================================
    Internals
    Tests run: 490, Failures: 0, Skips: 0
===============================================

[ERROR] SerializationSupport Unexpected service proxy provider when clearing the provider. This may indicate that you have multiple IoC Registries.

===============================================
Tapestry IOC
Total tests run: 693, Failures: 1, Skips: 0
===============================================

[org.testng.internal.PoolService] Shutting down poolservice org.testng.internal.PoolService@19a3d76 terminated:false
Tests run: 693, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 19.761 sec <<< FAILURE!

Results :

Failed tests: 
  reload_a_proxy_object(org.apache.tapestry5.ioc.ReloadTest)

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

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.

Please refer to <https://hudson.apache.org/hudson/job/tapestry-5.2-freestyle/ws/trunk/tapestry-ioc/target/surefire-reports> for the individual test results.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1 minute 26 seconds
[INFO] Finished at: Wed Oct 27 22:31:29 UTC 2010
[INFO] Final Memory: 57M/353M
[INFO] ------------------------------------------------------------------------
[WARNINGS] Skipping publisher since build result is FAILURE
[TASKS] Skipping publisher since build result is FAILURE


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