Bug 1423837 - libASL: tests fail for 32-bit arm
Summary: libASL: tests fail for 32-bit arm
Keywords:
Status: CLOSED EOL
Alias: None
Product: Fedora
Classification: Fedora
Component: libASL
Version: 26
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Orion Poplawski
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F-ExcludeArch-ARM
TreeView+ depends on / blocked
 
Reported: 2017-02-17 14:56 UTC by Fedora Release Engineering
Modified: 2018-05-29 11:44 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-05-29 11:44:48 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
build.log (1.11 KB, text/plain)
2017-02-17 14:56 UTC, Fedora Release Engineering
no flags Details
root.log (69.67 KB, text/plain)
2017-02-17 14:56 UTC, Fedora Release Engineering
no flags Details
state.log (467 bytes, text/plain)
2017-02-17 14:56 UTC, Fedora Release Engineering
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Github AvtechScientific ASL issues 16 0 None None None 2017-02-17 17:12:11 UTC

Description Fedora Release Engineering 2017-02-17 14:56:31 UTC
Your package libASL failed to build from source in current rawhide.

https://koji.fedoraproject.org/koji/taskinfo?taskID=17731006

For details on mass rebuild see https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild

Comment 1 Fedora Release Engineering 2017-02-17 14:56:35 UTC
Created attachment 1252856 [details]
build.log

Comment 2 Fedora Release Engineering 2017-02-17 14:56:38 UTC
Created attachment 1252857 [details]
root.log

Comment 3 Fedora Release Engineering 2017-02-17 14:56:41 UTC
Created attachment 1252858 [details]
state.log

Comment 4 Orion Poplawski 2017-02-17 17:12:11 UTC
https://koji.fedoraproject.org/koji/taskinfo?taskID=17919159

Test failures on 32-bit arm:

    Start 4: testKernel
4: Test command: /builddir/build/BUILD/ASL-0.1.7/build-armv7hl-32.fc26/test/testACL/testKernel
4: Test timeout computed to be: 9.99988e+06
4: Test of "copy" function... Ok
4: Test of Kernel with double...1 warning and 4 errors generated.
4:  
4: 			BUILD LOG
4:  ************************************************
4: error: /builddir/.cache/pocl/kcache/temp_NwSNYE.cl:8:7: subscript of pointer to incomplete type '__global error_undefined_type_double' (aka '__global struct error_undefined_type_double')
4: error: /builddir/.cache/pocl/kcache/temp_NwSNYE.cl:9:7: subscript of pointer to incomplete type '__global error_undefined_type_double' (aka '__global struct error_undefined_type_double')
4: error: /builddir/.cache/pocl/kcache/temp_NwSNYE.cl:9:28: subscript of pointer to incomplete type '__global error_undefined_type_double' (aka '__global struct error_undefined_type_double')
4: error: /builddir/.cache/pocl/kcache/temp_NwSNYE.cl:10:7: subscript of pointer to incomplete type '__global error_undefined_type_double' (aka '__global struct error_undefined_type_double')
4: warning: /builddir/.cache/pocl/kcache/temp_NwSNYE.cl:1:26: unsupported OpenCL extension 'cl_khr_fp64' - ignoring
4: 
4: 
4:  ************************************************
4:  
4: 			KERNEL SOURCE CODE
4:  ------------------------------------------------
4: #pragma OPENCL EXTENSION cl_khr_fp64 : enable
4: 
4: __kernel void compute_0(__global double *a_d1,
4:                         __global double *a_d2,
4:                         __global double *a_d3)
4: {
4: 	uint index = get_global_id(0);
4: 	(a_d3[index]=2.);
4: 	(a_d1[index]=(2.+pown(a_d3[index], 3)));
4: 	(a_d2[index]=index);
4: }
4: terminate called after throwing an instance of 'std::logic_error'
4:   what():  ASL ERROR: Program::build() (-11).
4:  ------------------------------------------------
4/8 Test #4: testKernel .......................***Exception: Other  1.42 sec

    Start 7: testASLData
7: Test command: /builddir/build/BUILD/ASL-0.1.7/build-armv7hl-32.fc26/test/testMath/testASLData
7: Test timeout computed to be: 9.99988e+06
7: 1 warning and 2 errors generated.
7:  
7: 			BUILD LOG
7:  ************************************************
7: error: /builddir/.cache/pocl/kcache/temp_oVCIOM.cl:7:7: subscript of pointer to incomplete type '__global error_undefined_type_double' (aka '__global struct error_undefined_type_double')
7: error: /builddir/.cache/pocl/kcache/temp_oVCIOM.cl:8:7: subscript of pointer to incomplete type '__global error_undefined_type_double' (aka '__global struct error_undefined_type_double')
7: warning: /builddir/.cache/pocl/kcache/temp_oVCIOM.cl:1:26: unsupported OpenCL extension 'cl_khr_fp64' - ignoring
7: 
7: 
7:  ************************************************
7:  
7: 			KERNEL SOURCE CODE
7:  ------------------------------------------------
7: #pragma OPENCL EXTENSION cl_khr_fp64 : enable
7: 
7: __kernel void compute_0(__global double *a_d1,
7:                         __global double *a_d2)
7: {
7: 	uint index = get_global_id(0);
7: 	(a_d1[index]=0.);
7: 	(a_d2[index]=0.);
7: }
7: terminate called after throwing an instance of 'std::logic_error'
7:   what():  ASL ERROR: Program::build() (-11).
7:  ------------------------------------------------
7/8 Test #7: testASLData ......................***Exception: Other  1.20 sec

    Start 8: testDistanceFunction
8: Test command: /builddir/build/BUILD/ASL-0.1.7/build-armv7hl-32.fc26/test/testMath/testDistanceFunction
8: Test timeout computed to be: 9.99988e+06
8: 2 warnings and 5 errors generated.
8:  
8: 			BUILD LOG
8:  ************************************************
8: error: /builddir/.cache/pocl/kcache/temp_z8fFcA.cl:6:9: variable has incomplete type 'error_undefined_type_double' (aka 'struct error_undefined_type_double')
8: error: /builddir/.cache/pocl/kcache/temp_z8fFcA.cl:7:9: variable has incomplete type 'error_undefined_type_double' (aka 'struct error_undefined_type_double')
8: error: /builddir/.cache/pocl/kcache/temp_z8fFcA.cl:8:9: cast to incomplete type 'error_undefined_type_double' (aka 'struct error_undefined_type_double')
8: error: /builddir/.cache/pocl/kcache/temp_z8fFcA.cl:9:9: cast to incomplete type 'error_undefined_type_double' (aka 'struct error_undefined_type_double')
8: error: /builddir/.cache/pocl/kcache/temp_z8fFcA.cl:10:6: subscript of pointer to incomplete type '__global error_undefined_type_double' (aka '__global struct error_undefined_type_double')
8: warning: /builddir/.cache/pocl/kcache/temp_z8fFcA.cl:1:26: unsupported OpenCL extension 'cl_khr_fp64' - ignoring
8: warning: /builddir/.cache/pocl/kcache/temp_z8fFcA.cl:8:23: implicit declaration of function 'convert_double' is invalid in C99
8: 
8: 
8:  ************************************************
8:  
8: 			KERNEL SOURCE CODE
8:  ------------------------------------------------
8: #pragma OPENCL EXTENSION cl_khr_fp64 : enable
8: 
8: __kernel void compute_0(__global double *a_d1)
8: {
8: 	uint index = get_global_id(0);
8: 	double pv_d1;
8: 	double pv_d2;
8: 	(pv_d1=(double)((-1.+convert_double((index/102)))));
8: 	(pv_d2=(double)((-1.+convert_double((index%102)))));
8: 	a_d1[index] = max(min((sqrt(((pv_d1 - 50.)*(pv_d1 - 50.)+(pv_d2 - 50.)*(pv_d2 - 50.))) - 10.), (sqrt(((pv_d1 - 40.)*(pv_d1 - 40.)+(pv_d2 - 40.)*(pv_d2 - 40.))) - 10.)), (sqrt(((pv_d1 - 50.)*(pv_d1 - 50.)+(pv_d2 - 50.)*(pv_d2 - 50.))) - 20.));
8: }
8: terminate called after throwing an instance of 'std::logic_error'
8:   what():  ASL ERROR: Program::build() (-11).
8:  ------------------------------------------------
8/8 Test #8: testDistanceFunction .............***Exception: Other  1.91 sec

https://github.com/AvtechScientific/ASL/issues/16

Comment 5 Fedora End Of Life 2017-02-28 11:44:27 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 26 development cycle.
Changing version to '26'.

Comment 6 Christian Dersch 2017-03-04 14:19:22 UTC
FYI: I disabled tests on arm for now, the package had broken deps (boost update) so a rebuild was required. Otherwise the package was not installable on all platforms.

Comment 7 Upstream Release Monitoring 2017-03-04 14:20:38 UTC
lupinix's libASL-0.1.7-5.fc27 completed http://koji.fedoraproject.org/koji/buildinfo?buildID=864464

Comment 8 Upstream Release Monitoring 2017-07-19 03:04:59 UTC
jwakely's libASL-0.1.7-6.fc27 completed http://koji.fedoraproject.org/koji/buildinfo?buildID=920183

Comment 9 Upstream Release Monitoring 2017-07-19 17:02:56 UTC
jwakely's libASL-0.1.7-7.fc27 completed http://koji.fedoraproject.org/koji/buildinfo?buildID=920427

Comment 10 Fedora End Of Life 2018-05-03 07:57:59 UTC
This message is a reminder that Fedora 26 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 26. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as EOL if it remains open with a Fedora  'version'
of '26'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version'
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not
able to fix it before Fedora 26 is end of life. If you would still like
to see this bug fixed and are able to reproduce it against a later version
of Fedora, you are encouraged  change the 'version' to a later Fedora
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's
lifetime, sometimes those efforts are overtaken by events. Often a
more recent Fedora release includes newer upstream software that fixes
bugs or makes them obsolete.

Comment 11 Fedora End Of Life 2018-05-29 11:44:48 UTC
Fedora 26 changed to end-of-life (EOL) status on 2018-05-29. Fedora 26
is no longer maintained, which means that it will not receive any
further security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of
Fedora please feel free to reopen this bug against that version. If you
are unable to reopen this bug, please file a new report against the
current release. If you experience problems, please add a comment to this
bug.

Thank you for reporting this bug and we are sorry it could not be fixed.


Note You need to log in before you can comment on or make changes to this bug.