[Bug 1128302] New: GCC 9: python-numpy build fails
http://bugzilla.opensuse.org/show_bug.cgi?id=1128302 Bug ID: 1128302 Summary: GCC 9: python-numpy build fails Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem Assignee: bnc-team-screening@forge.provo.novell.com Reporter: martin.liska@suse.com QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- Fails here: https://build.opensuse.org/package/live_build_log/openSUSE:Factory:Staging:G... with: [ 759s] ==================================== ERRORS ==================================== [ 759s] ______________________________ ERROR collecting _______________________________ [ 759s] /usr/lib/python2.7/site-packages/_pytest/runner.py:212: in __init__ [ 759s] self.result = func() [ 759s] /usr/lib/python2.7/site-packages/_pytest/runner.py:272: in <lambda> [ 759s] call = CallInfo(lambda: list(collector.collect()), "collect") [ 759s] /usr/lib/python2.7/site-packages/_pytest/main.py:479: in collect [ 759s] for x in self._collect(arg): [ 759s] /usr/lib/python2.7/site-packages/_pytest/main.py:507: in _collect [ 759s] col = self._collectfile(pkginit, handle_dupes=False) [ 759s] /usr/lib/python2.7/site-packages/_pytest/main.py:576: in _collectfile [ 759s] ihook = self.gethookproxy(path) [ 759s] /usr/lib/python2.7/site-packages/_pytest/main.py:418: in gethookproxy [ 759s] my_conftestmodules = pm._getconftestmodules(fspath) [ 759s] /usr/lib/python2.7/site-packages/_pytest/config/__init__.py:414: in _getconftestmodules [ 759s] mod = self._importconftest(conftestpath) [ 759s] /usr/lib/python2.7/site-packages/_pytest/config/__init__.py:453: in _importconftest [ 759s] raise ConftestImportFailure(conftestpath, sys.exc_info()) [ 759s] E ConftestImportFailure: (local('/home/abuild/rpmbuild/BUILDROOT/python-numpy-1.16.1-5.1.i386/usr/lib/python2.7/site-packages/numpy/conftest.py'), (<type 'exceptions.ImportError'>, ImportError("\n\nIMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!\n\nImporting the multiarray numpy extension module failed. Most\nlikely you are trying to import a failed build of numpy.\nHere is how to proceed:\n- If you're working with a numpy git repository, try `git clean -xdf`\n (removes all files not under version control) and rebuild numpy.\n- If you are simply trying to use the numpy version that you have installed:\n your installation is broken - please reinstall numpy.\n- If you have already reinstalled and that did not fix the problem, then:\n 1. Check that you are using the Python you expect (you're using /usr/bin/python2),\n and that you have no directories in your PATH or PYTHONPATH that can\n interfere with the Python and numpy versions you're trying to use.\n 2. If (1) looks fine, you can open a new issue at\n https://github.com/numpy/numpy/issues. Please include details on:\n - how you installed Python\n - how you installed numpy\n - your operating system\n - whether or not you have multiple versions of Python installed\n - if you built from source, your compiler versions and ideally a build log\n\n Note: this error has many possible causes, so please don't comment on\n an existing issue about this - open a new one instead.\n\nOriginal error was: /usr/lib/libopenblas_pthreads.so.0: cannot allocate memory in static TLS block\n",), <traceback object at 0xf64bb8ec>)) [ 759s] !!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!! [ 759s] =========================== 1 error in 0.43 seconds ============================ -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1128302 Martin Liška <martin.liska@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |1120754 -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1128302 http://bugzilla.opensuse.org/show_bug.cgi?id=1128302#c1 Martin Liška <martin.liska@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |1122186 Assignee|mcepl@suse.com |martin.liska@suse.com --- Comment #1 from Martin Liška <martin.liska@suse.com> --- Fails due to crash in openblas. It's a know issue. Let me take this issue. Backtrace: rpmbuild/BUILDROOT/python-numpy-1.16.1-0.x86_64/usr/lib64/python2.7/site-packages/numpy/core/tests/test_multiarray.py::TestMatmul::test_dot_equivalent[args28] Thread 1 "python2" received signal SIGSEGV, Segmentation fault. 0x00007ffff58ef7f2 in ?? () from /usr/lib64/libopenblas_pthreads.so.0 (gdb) bt #0 0x00007ffff58ef7f2 in ?? () from /usr/lib64/libopenblas_pthreads.so.0 #1 0x00007ffff58efb51 in dgemv_n_HASWELL () from /usr/lib64/libopenblas_pthreads.so.0 #2 0x00007ffff4b6755e in cblas_dgemv () from /usr/lib64/libopenblas_pthreads.so.0 #3 0x00007ffff6857d7d in ?? () from /home/abuild/rpmbuild/BUILDROOT/python-numpy-1.16.1-0.x86_64/usr/lib64/python2.7/site-packages/numpy/core/_multiarray_umath.so #4 0x00007ffff6858855 in ?? () from /home/abuild/rpmbuild/BUILDROOT/python-numpy-1.16.1-0.x86_64/usr/lib64/python2.7/site-packages/numpy/core/_multiarray_umath.so #5 0x00007ffff670f2d8 in ?? () from /home/abuild/rpmbuild/BUILDROOT/python-numpy-1.16.1-0.x86_64/usr/lib64/python2.7/site-packages/numpy/core/_multiarray_umath.so #6 0x00007ffff67137ed in ?? () from /home/abuild/rpmbuild/BUILDROOT/python-numpy-1.16.1-0.x86_64/usr/lib64/python2.7/site-packages/numpy/core/_multiarray_umath.so -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1128302 Bug 1128302 depends on bug 1122186, which changed state. Bug 1122186 Summary: GCC 9: openblas build fails http://bugzilla.opensuse.org/show_bug.cgi?id=1122186 What |Removed |Added ---------------------------------------------------------------------------- Status|IN_PROGRESS |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1128302 http://bugzilla.opensuse.org/show_bug.cgi?id=1128302#c2 Martin Liška <martin.liska@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Martin Liška <martin.liska@suse.com> --- Fixed now. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com