phylanx icon indicating copy to clipboard operation
phylanx copied to clipboard

Phylanx RelWithDebInfo build tests fail

Open khuck opened this issue 5 years ago • 2 comments

See: http://omega.nic.uoregon.edu:8020/#/builders/2/builds/80/steps/16/logs/stdio

There are a number of tests that fail with the exception:

{what}: Vector sizes do not match: HPX(unhandled_exception)
135: 
135: terminate called after throwing an instance of 'hpx::detail::exception_with_info<hpx::exception>'
135:   what():  Vector sizes do not match: HPX(unhandled_exception)

The tests that fail:

The following tests FAILED:
	117 - tests.unit.primitives.broadcast (Failed)
	135 - tests.unit.plugins.arithmetics.maximum (Failed)
	136 - tests.unit.plugins.arithmetics.minimum (Failed)
	140 - tests.unit.plugins.booleans.and_operation (Failed)
	141 - tests.unit.plugins.booleans.equal_operation (Failed)
	142 - tests.unit.plugins.booleans.greater_equal_operation (Failed)
	143 - tests.unit.plugins.booleans.greater_operation (Failed)
	144 - tests.unit.plugins.booleans.less_equal_operation (Failed)
	145 - tests.unit.plugins.booleans.less_operation (Failed)
	146 - tests.unit.plugins.booleans.not_equal_operation (Failed)
	148 - tests.unit.plugins.booleans.or_operation (Failed)
	170 - tests.unit.plugins.keras_support.bias_add_operation (Failed)
	189 - tests.unit.plugins.keras_support.switch_operation (Failed)

These failures only happen with RelWithDebInfo builds of the stack.

khuck avatar Feb 04 '20 14:02 khuck

@khuck do those failures happen in RelWithDebInfo builds as well?

hkaiser avatar Feb 04 '20 15:02 hkaiser

Yes, sorry - I edited the issue to be RelWithDebInfo

khuck avatar Feb 04 '20 16:02 khuck