https://bugzilla.redhat.com/show_bug.cgi?id=1107767
Bug ID: 1107767 Summary: The "rebar eunit -v" command exhibits errors in some tests. Product: Fedora Version: rawhide Component: erlang-eleveldb Assignee: lemenkov@gmail.com Reporter: efintzel@linux.vnet.ibm.com QA Contact: extras-qa@fedoraproject.org CC: erlang@lists.fedoraproject.org, lemenkov@gmail.com
Created attachment 907296 --> https://bugzilla.redhat.com/attachment.cgi?id=907296&action=edit Patch used for the spec file
Description of problem:
The "rebar eunit -v" command exhibits errors in some tests.
Version-Release number of selected component (if applicable):
erlang-eleveldb-1.3.2-2.fc21.src.rpm
How reproducible:
Mock build with make check active.
Actual results:
cacheleak: cacheleak_test_ (module 'cacheleak')...enif_send: env==NULL on non-SMP VM/var/tmp/rpm-tmp.LY07JU: line 31: 31546 Aborted rebar eunit -v error: Bad exit status from /var/tmp/rpm-tmp.LY07JU (%check)
module 'cleanup' cleanup: assumption_test...enif_send: env==NULL on non-SMP VM/var/tmp/rpm-tmp.PQdkaz: line 31: 6614 Aborted rebar eunit -v error: Bad exit status from /var/tmp/rpm-tmp.PQdkaz (%check)
Additional info:
Removed the cacheleak test for fc21, as it is already done for fc17 and fc18. The cleanup test was also removed for fc21. Then build was ran again with success.
https://bugzilla.redhat.com/show_bug.cgi?id=1107767
efintzel@linux.vnet.ibm.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |1051573 (PPC64LETracker)
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=1051573 [Bug 1051573] ppc64le tracker bug
https://bugzilla.redhat.com/show_bug.cgi?id=1107767
--- Comment #1 from efintzel@linux.vnet.ibm.com --- Created attachment 907537 --> https://bugzilla.redhat.com/attachment.cgi?id=907537&action=edit Build log
https://bugzilla.redhat.com/show_bug.cgi?id=1107767
Ville Skyttä ville.skytta@iki.fi changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED CC| |ville.skytta@iki.fi Fixed In Version| |erlang-eleveldb-1.3.2-4.fc2 | |2 Resolution|--- |RAWHIDE Last Closed| |2014-07-12 09:05:22
--- Comment #2 from Ville Skyttä ville.skytta@iki.fi --- In my F-20, F-21, and F-22 tests only the cacheleak test needed skipping.
erlang@lists.fedoraproject.org