from numpy/core/src/multiarray/scalartypes.c.src:3: /tmp/instance-5/output-1/per-package/python-numpy/host/i586-buildroot-linux-musl/sysroot/usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ numpy/core/src/multiarray/scalartypes.c.src:481:5: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations] 481 | new = Py@Name@_From@Name@@extra@(ip, len); | ^~~ In file included from /tmp/instance-5/output-1/per-package/python-numpy/host/i586-buildroot-linux-musl/sysroot/usr/include/python3.9/unicodeobject.h:1026, from /tmp/instance-5/output-1/per-package/python-numpy/host/i586-buildroot-linux-musl/sysroot/usr/include/python3.9/Python.h:106, from numpy/core/src/multiarray/scalartypes.c.src:3: /tmp/instance-5/output-1/per-package/python-numpy/host/i586-buildroot-linux-musl/sysroot/usr/include/python3.9/cpython/unicodeobject.h:551:42: note: declared here 551 | Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode( | ^~~~~~~~~~~~~~~~~~~~~ numpy/core/src/multiarray/scalartypes.c.src: In function 'gentype_reduce': numpy/core/src/multiarray/scalartypes.c.src:1849:9: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1849 | buffer = PyUnicode_AS_DATA(self); | ^~~~~~ In file included from /tmp/instance-5/output-1/per-package/python-numpy/host/i586-buildroot-linux-musl/sysroot/usr/include/python3.9/unicodeobject.h:1026, from /tmp/instance-5/output-1/per-package/python-numpy/host/i586-buildroot-linux-musl/sysroot/usr/include/python3.9/Python.h:106, from numpy/core/src/multiarray/scalartypes.c.src:3: /tmp/instance-5/output-1/per-package/python-numpy/host/i586-buildroot-linux-musl/sysroot/usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ numpy/core/src/multiarray/scalartypes.c.src:1850:9: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1850 | buflen = PyUnicode_GET_DATA_SIZE(self); | ^~~~~~ In file included from /tmp/instance-5/output-1/per-package/python-numpy/host/i586-buildroot-linux-musl/sysroot/usr/include/python3.9/unicodeobject.h:1026, from /tmp/instance-5/output-1/per-package/python-numpy/host/i586-buildroot-linux-musl/sysroot/usr/include/python3.9/Python.h:106, from numpy/core/src/multiarray/scalartypes.c.src:3: /tmp/instance-5/output-1/per-package/python-numpy/host/i586-buildroot-linux-musl/sysroot/usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ numpy/core/src/multiarray/scalartypes.c.src:1850:9: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1850 | buflen = PyUnicode_GET_DATA_SIZE(self); | ^~~~~~ In file included from /tmp/instance-5/output-1/per-package/python-numpy/host/i586-buildroot-linux-musl/sysroot/usr/include/python3.9/unicodeobject.h:1026, from /tmp/instance-5/output-1/per-package/python-numpy/host/i586-buildroot-linux-musl/sysroot/usr/include/python3.9/Python.h:106, from numpy/core/src/multiarray/scalartypes.c.src:3: /tmp/instance-5/output-1/per-package/python-numpy/host/i586-buildroot-linux-musl/sysroot/usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ numpy/core/src/multiarray/scalartypes.c.src:1850:9: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1850 | buflen = PyUnicode_GET_DATA_SIZE(self); | ^~~~~~ In file included from /tmp/instance-5/output-1/per-package/python-numpy/host/i586-buildroot-linux-musl/sysroot/usr/include/python3.9/unicodeobject.h:1026, from /tmp/instance-5/output-1/per-package/python-numpy/host/i586-buildroot-linux-musl/sysroot/usr/include/python3.9/Python.h:106, from numpy/core/src/multiarray/scalartypes.c.src:3: /tmp/instance-5/output-1/per-package/python-numpy/host/i586-buildroot-linux-musl/sysroot/usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ i586-linux-gcc: numpy/core/src/multiarray/shape.c numpy/core/src/multiarray/scalartypes.c.src: In function 'legacy_clongdouble_formatstr': numpy/core/src/multiarray/scalartypes.c.src:828:13: warning: 'strncat' specified bound 1 equals source length [-Wstringop-overflow=] 828 | strncat(buf, "*", 1); | ^~~~~~~~~~~~~~~~~~~~ numpy/core/src/multiarray/scalartypes.c.src:830:9: warning: 'strncat' specified bound 1 equals source length [-Wstringop-overflow=] 830 | strncat(buf, "j", 1); | ^~~~~~~~~~~~~~~~~~~~ numpy/core/src/multiarray/scalartypes.c.src:876:17: warning: 'strncat' specified bound 1 equals source length [-Wstringop-overflow=] 876 | strncat(im, "*", 1); | ^~~~~~~~~~~~~~~~~~~ numpy/core/src/multiarray/scalartypes.c.src: In function 'legacy_clongdouble_formatrepr': numpy/core/src/multiarray/scalartypes.c.src:828:13: warning: 'strncat' specified bound 1 equals source length [-Wstringop-overflow=] 828 | strncat(buf, "*", 1); | ^~~~~~~~~~~~~~~~~~~~ numpy/core/src/multiarray/scalartypes.c.src:830:9: warning: 'strncat' specified bound 1 equals source length [-Wstringop-overflow=] 830 | strncat(buf, "j", 1); | ^~~~~~~~~~~~~~~~~~~~ numpy/core/src/multiarray/scalartypes.c.src:876:17: warning: 'strncat' specified bound 1 equals source length [-Wstringop-overflow=] 876 | strncat(im, "*", 1); | ^~~~~~~~~~~~~~~~~~~ numpy/core/src/multiarray/scalartypes.c.src: In function 'legacy_cdouble_formatstr': numpy/core/src/multiarray/scalartypes.c.src:828:13: warning: 'strncat' specified bound 1 equals source length [-Wstringop-overflow=] 828 | strncat(buf, "*", 1); | ^~~~~~~~~~~~~~~~~~~~ numpy/core/src/multiarray/scalartypes.c.src:830:9: warning: 'strncat' specified bound 1 equals source length [-Wstringop-overflow=] 830 | strncat(buf, "j", 1); | ^~~~~~~~~~~~~~~~~~~~ numpy/core/src/multiarray/scalartypes.c.src:876:17: warning: 'strncat' specified bound 1 equals source length [-Wstringop-overflow=] 876 | strncat(im, "*", 1); | ^~~~~~~~~~~~~~~~~~~ numpy/core/src/multiarray/scalartypes.c.src: In function 'legacy_cfloat_formatstr': numpy/core/src/multiarray/scalartypes.c.src:828:13: warning: 'strncat' specified bound 1 equals source length [-Wstringop-overflow=] 828 | strncat(buf, "*", 1); | ^~~~~~~~~~~~~~~~~~~~ numpy/core/src/multiarray/scalartypes.c.src:830:9: warning: 'strncat' specified bound 1 equals source length [-Wstringop-overflow=] 830 | strncat(buf, "j", 1); | ^~~~~~~~~~~~~~~~~~~~ numpy/core/src/multiarray/scalartypes.c.src:876:17: warning: 'strncat' specified bound 1 equals source length [-Wstringop-overflow=] 876 | strncat(im, "*", 1); | ^~~~~~~~~~~~~~~~~~~ numpy/core/src/multiarray/scalartypes.c.src: In function 'legacy_cdouble_formatrepr': numpy/core/src/multiarray/scalartypes.c.src:828:13: warning: 'strncat' specified bound 1 equals source length [-Wstringop-overflow=] 828 | strncat(buf, "*", 1); | ^~~~~~~~~~~~~~~~~~~~ numpy/core/src/multiarray/scalartypes.c.src:830:9: warning: 'strncat' specified bound 1 equals source length [-Wstringop-overflow=] 830 | strncat(buf, "j", 1); | ^~~~~~~~~~~~~~~~~~~~ numpy/core/src/multiarray/scalartypes.c.src:876:17: warning: 'strncat' specified bound 1 equals source length [-Wstringop-overflow=] 876 | strncat(im, "*", 1); | ^~~~~~~~~~~~~~~~~~~ numpy/core/src/multiarray/scalartypes.c.src: In function 'legacy_cfloat_formatrepr': numpy/core/src/multiarray/scalartypes.c.src:828:13: warning: 'strncat' specified bound 1 equals source length [-Wstringop-overflow=] 828 | strncat(buf, "*", 1); | ^~~~~~~~~~~~~~~~~~~~ numpy/core/src/multiarray/scalartypes.c.src:830:9: warning: 'strncat' specified bound 1 equals source length [-Wstringop-overflow=] 830 | strncat(buf, "j", 1); | ^~~~~~~~~~~~~~~~~~~~ numpy/core/src/multiarray/scalartypes.c.src:876:17: warning: 'strncat' specified bound 1 equals source length [-Wstringop-overflow=] 876 | strncat(im, "*", 1); | ^~~~~~~~~~~~~~~~~~~ i586-linux-gcc: numpy/core/src/multiarray/number.c i586-linux-gcc: numpy/core/src/multiarray/usertypes.c /tmp/instance-5/output-1/build/host-clang-9.0.1/tools/driver/cc1as_main.cpp: In function 'int cc1as_main(llvm::ArrayRef, const char*, void*)': /tmp/instance-5/output-1/build/host-clang-9.0.1/tools/driver/cc1as_main.cpp:511:23: warning: 'Value' may be used uninitialized in this function [-Wmaybe-uninitialized] 511 | Ctx.setSymbolValue(Parser->getStreamer(), Sym, Value); | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/build/host-clang-9.0.1/tools/driver/cc1as_main.cpp:508:13: note: 'Value' was declared here 508 | int64_t Value; | ^~~~~ /tmp/instance-5/output-1/build/host-clang-9.0.1/tools/driver/cc1as_main.cpp:476:28: warning: 'S' may be used uninitialized in this function [-Wmaybe-uninitialized] 476 | Str.get()->InitSections(Opts.NoExecStack); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ In file included from /tmp/instance-5/output-1/build/host-clang-9.0.1/tools/driver/cc1as_main.cpp:51: /tmp/instance-5/output-1/per-package/host-clang/host/include/llvm/Support/TargetRegistry.h:476:17: note: 'S' was declared here 476 | MCStreamer *S; | ^ In file included from /tmp/instance-5/output-1/per-package/host-clang/host/include/llvm/ADT/DenseMapInfo.h:16, from /tmp/instance-5/output-1/per-package/host-clang/host/include/llvm/ADT/DenseMap.h:16, from /tmp/instance-5/output-1/build/host-clang-9.0.1/include/clang/Basic/FileManager.h:19, from /tmp/instance-5/output-1/build/host-clang-9.0.1/include/clang/Basic/Module.h:18, from /tmp/instance-5/output-1/build/host-clang-9.0.1/include/clang/Serialization/PCHContainerOperations.h:12, from /tmp/instance-5/output-1/build/host-clang-9.0.1/include/clang/Frontend/PCHContainerOperations.h:12, from /tmp/instance-5/output-1/build/host-clang-9.0.1/include/clang/CodeGen/ObjectFilePCHContainerOperations.h:12, from /tmp/instance-5/output-1/build/host-clang-9.0.1/tools/driver/cc1_main.cpp:17: /tmp/instance-5/output-1/per-package/host-clang/host/include/llvm/ADT/ArrayRef.h: In instantiation of 'llvm::ArrayRef::ArrayRef(const std::initializer_list<_Tp>&) [with T = const llvm::SCEV*]': /tmp/instance-5/output-1/per-package/host-clang/host/include/llvm/Analysis/ScalarEvolutionExpressions.h:266:64: required from here /tmp/instance-5/output-1/per-package/host-clang/host/include/llvm/ADT/ArrayRef.h:101:37: warning: initializing 'llvm::ArrayRef::Data' from 'std::initializer_list::begin' does not extend the lifetime of the underlying array [-Winit-list-lifetime] 101 | : Data(Vec.begin() == Vec.end() ? (T*)nullptr : Vec.begin()), i586-linux-gcc: numpy/core/src/multiarray/vdot.c make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-clang-9.0.1/buildroot-build' i586-linux-gcc: build/src.linux-x86_64-3.9/numpy/core/src/umath/loops.c [ 99%] Built target clang-import-test make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-clang-9.0.1/buildroot-build' [ 99%] Built target clang-rename i586-linux-gcc: numpy/core/src/umath/umathmodule.c i586-linux-gcc: numpy/core/src/multiarray/flagsobject.c numpy/core/src/umath/loops.c.src: In function 'PyUFunc_On_Om': numpy/core/src/umath/loops.c.src:363:9: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations] 363 | result = PyEval_CallObject(tocall, arglist); | ^~~~~~ In file included from /tmp/instance-5/output-1/per-package/python-numpy/host/i586-buildroot-linux-musl/sysroot/usr/include/python3.9/Python.h:154, from numpy/core/src/umath/loops.c.src:7: /tmp/instance-5/output-1/per-package/python-numpy/host/i586-buildroot-linux-musl/sysroot/usr/include/python3.9/ceval.h:17:43: note: declared here 17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ i586-linux-gcc: numpy/core/src/umath/reduction.c i586-linux-gcc: numpy/core/src/umath/ufunc_object.c [ 99%] Linking CXX executable ../../bin/clang-refactor i586-linux-gcc: build/src.linux-x86_64-3.9/numpy/core/src/umath/scalarmath.c i586-linux-gcc: numpy/core/src/multiarray/getset.c In file included from /tmp/instance-5/output-1/build/host-clang-9.0.1/include/clang/Basic/FileManager.h:19, from /tmp/instance-5/output-1/build/host-clang-9.0.1/include/clang/Basic/Module.h:18, from /tmp/instance-5/output-1/build/host-clang-9.0.1/include/clang/Serialization/PCHContainerOperations.h:12, from /tmp/instance-5/output-1/build/host-clang-9.0.1/include/clang/Frontend/PCHContainerOperations.h:12, from /tmp/instance-5/output-1/build/host-clang-9.0.1/include/clang/CodeGen/ObjectFilePCHContainerOperations.h:12, from /tmp/instance-5/output-1/build/host-clang-9.0.1/tools/driver/cc1_main.cpp:17: /tmp/instance-5/output-1/per-package/host-clang/host/include/llvm/ADT/DenseMap.h: In instantiation of 'void llvm::DenseMapBase::initEmpty() [with DerivedT = llvm::DenseMap, llvm::NonLocalDepResult>; KeyT = llvm::AssertingVH; ValueT = llvm::NonLocalDepResult; KeyInfoT = llvm::DenseMapInfo >; BucketT = llvm::detail::DenseMapPair, llvm::NonLocalDepResult>]': /tmp/instance-5/output-1/per-package/host-clang/host/include/llvm/ADT/DenseMap.h:791:7: required from 'void llvm::DenseMap::init(unsigned int) [with KeyT = llvm::AssertingVH; ValueT = llvm::NonLocalDepResult; KeyInfoT = llvm::DenseMapInfo >; BucketT = llvm::detail::DenseMapPair, llvm::NonLocalDepResult>]' /tmp/instance-5/output-1/per-package/host-clang/host/include/llvm/ADT/DenseMap.h:726:52: required from 'llvm::DenseMap::DenseMap(unsigned int) [with KeyT = llvm::AssertingVH; ValueT = llvm::NonLocalDepResult; KeyInfoT = llvm::DenseMapInfo >; BucketT = llvm::detail::DenseMapPair, llvm::NonLocalDepResult>]' /tmp/instance-5/output-1/per-package/host-clang/host/include/llvm/Analysis/MemoryDependenceAnalysis.h:369:48: required from here /tmp/instance-5/output-1/per-package/host-clang/host/include/llvm/ADT/DenseMap.h:377:7: warning: implicitly-declared 'constexpr llvm::AssertingVH::AssertingVH(const llvm::AssertingVH&)' is deprecated [-Wdeprecated-copy] 377 | ::new (&B->getFirst()) KeyT(EmptyKey); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/instance-5/output-1/per-package/host-clang/host/include/llvm/Analysis/AliasSetTracker.h:26, from /tmp/instance-5/output-1/per-package/host-clang/host/include/llvm/LinkAllPasses.h:19, from /tmp/instance-5/output-1/build/host-clang-9.0.1/tools/driver/cc1_main.cpp:30: /tmp/instance-5/output-1/per-package/host-clang/host/include/llvm/IR/ValueHandle.h:277:12: note: because 'llvm::AssertingVH' has user-provided 'ValueTy* llvm::AssertingVH::operator=(const llvm::AssertingVH&) [with ValueTy = const llvm::Value]' 277 | ValueTy *operator=(const AssertingVH &RHS) { | ^~~~~~~~ i586-linux-gcc: numpy/core/src/multiarray/strfuncs.c numpy/core/src/multiarray/strfuncs.c: In function 'array_repr': numpy/core/src/multiarray/strfuncs.c:178:9: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations] 178 | s = PyEval_CallObject(PyArray_ReprFunction, arglist); | ^ In file included from /tmp/instance-5/output-1/per-package/python-numpy/host/i586-buildroot-linux-musl/sysroot/usr/include/python3.9/Python.h:154, from numpy/core/src/multiarray/strfuncs.c:4: /tmp/instance-5/output-1/per-package/python-numpy/host/i586-buildroot-linux-musl/sysroot/usr/include/python3.9/ceval.h:17:43: note: declared here 17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numpy/core/src/multiarray/strfuncs.c: In function 'array_str': numpy/core/src/multiarray/strfuncs.c:195:9: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations] 195 | s = PyEval_CallObject(PyArray_StrFunction, arglist); | ^ In file included from /tmp/instance-5/output-1/per-package/python-numpy/host/i586-buildroot-linux-musl/sysroot/usr/include/python3.9/Python.h:154, from numpy/core/src/multiarray/strfuncs.c:4: /tmp/instance-5/output-1/per-package/python-numpy/host/i586-buildroot-linux-musl/sysroot/usr/include/python3.9/ceval.h:17:43: note: declared here 17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/per-package/host-clang/host/include/llvm/IR/ValueHandle.h: In instantiation of 'static llvm::AssertingVH llvm::DenseMapInfo >::getEmptyKey() [with T = const llvm::Value]': /tmp/instance-5/output-1/per-package/host-clang/host/include/llvm/ADT/DenseMap.h:452:33: required from 'static const KeyT llvm::DenseMapBase::getEmptyKey() [with DerivedT = llvm::DenseMap, llvm::NonLocalDepResult>; KeyT = llvm::AssertingVH; ValueT = llvm::NonLocalDepResult; KeyInfoT = llvm::DenseMapInfo >; BucketT = llvm::detail::DenseMapPair, llvm::NonLocalDepResult>]' /tmp/instance-5/output-1/per-package/host-clang/host/include/llvm/ADT/DenseMap.h:360:38: required from 'void llvm::DenseMapBase::destroyAll() [with DerivedT = llvm::DenseMap, llvm::NonLocalDepResult>; KeyT = llvm::AssertingVH; ValueT = llvm::NonLocalDepResult; KeyInfoT = llvm::DenseMapInfo >; BucketT = llvm::detail::DenseMapPair, llvm::NonLocalDepResult>]' /tmp/instance-5/output-1/per-package/host-clang/host/include/llvm/ADT/DenseMap.h:750:5: required from 'llvm::DenseMap::~DenseMap() [with KeyT = llvm::AssertingVH; ValueT = llvm::NonLocalDepResult; KeyInfoT = llvm::DenseMapInfo >; BucketT = llvm::detail::DenseMapPair, llvm::NonLocalDepResult>]' /tmp/instance-5/output-1/per-package/host-clang/host/include/llvm/Analysis/MemoryDependenceAnalysis.h:369:48: required from here /tmp/instance-5/output-1/per-package/host-clang/host/include/llvm/IR/ValueHandle.h:292:12: warning: implicitly-declared 'constexpr llvm::AssertingVH::AssertingVH(const llvm::AssertingVH&)' is deprecated [-Wdeprecated-copy] 292 | return Res; | ^~~ /tmp/instance-5/output-1/per-package/host-clang/host/include/llvm/IR/ValueHandle.h:277:12: note: because 'llvm::AssertingVH' has user-provided 'ValueTy* llvm::AssertingVH::operator=(const llvm::AssertingVH&) [with ValueTy = const llvm::Value]' 277 | ValueTy *operator=(const AssertingVH &RHS) { | ^~~~~~~~ /tmp/instance-5/output-1/per-package/host-clang/host/include/llvm/IR/ValueHandle.h: In instantiation of 'static llvm::AssertingVH llvm::DenseMapInfo >::getTombstoneKey() [with T = const llvm::Value]': /tmp/instance-5/output-1/per-package/host-clang/host/include/llvm/ADT/DenseMap.h:456:37: required from 'static const KeyT llvm::DenseMapBase::getTombstoneKey() [with DerivedT = llvm::DenseMap, llvm::NonLocalDepResult>; KeyT = llvm::AssertingVH; ValueT = llvm::NonLocalDepResult; KeyInfoT = llvm::DenseMapInfo >; BucketT = llvm::detail::DenseMapPair, llvm::NonLocalDepResult>]' /tmp/instance-5/output-1/per-package/host-clang/host/include/llvm/ADT/DenseMap.h:360:72: required from 'void llvm::DenseMapBase::destroyAll() [with DerivedT = llvm::DenseMap, llvm::NonLocalDepResult>; KeyT = llvm::AssertingVH; ValueT = llvm::NonLocalDepResult; KeyInfoT = llvm::DenseMapInfo >; BucketT = llvm::detail::DenseMapPair, llvm::NonLocalDepResult>]' /tmp/instance-5/output-1/per-package/host-clang/host/include/llvm/ADT/DenseMap.h:750:5: required from 'llvm::DenseMap::~DenseMap() [with KeyT = llvm::AssertingVH; ValueT = llvm::NonLocalDepResult; KeyInfoT = llvm::DenseMapInfo >; BucketT = llvm::detail::DenseMapPair, llvm::NonLocalDepResult>]' /tmp/instance-5/output-1/per-package/host-clang/host/include/llvm/Analysis/MemoryDependenceAnalysis.h:369:48: required from here /tmp/instance-5/output-1/per-package/host-clang/host/include/llvm/IR/ValueHandle.h:298:12: warning: implicitly-declared 'constexpr llvm::AssertingVH::AssertingVH(const llvm::AssertingVH&)' is deprecated [-Wdeprecated-copy] 298 | return Res; | ^~~ /tmp/instance-5/output-1/per-package/host-clang/host/include/llvm/IR/ValueHandle.h:277:12: note: because 'llvm::AssertingVH' has user-provided 'ValueTy* llvm::AssertingVH::operator=(const llvm::AssertingVH&) [with ValueTy = const llvm::Value]' 277 | ValueTy *operator=(const AssertingVH &RHS) { | ^~~~~~~~ i586-linux-gcc: numpy/core/src/npymath/npy_math.c i586-linux-gcc: numpy/core/src/npymath/halffloat.c make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-clang-9.0.1/buildroot-build' [ 99%] Built target clang-refactor i586-linux-gcc: numpy/core/src/common/array_assign.c i586-linux-gcc: build/src.linux-x86_64-3.9/numpy/core/src/npymath/ieee754.c i586-linux-gcc: numpy/core/src/common/mem_overlap.c i586-linux-gcc: build/src.linux-x86_64-3.9/numpy/core/src/npymath/npy_math_complex.c i586-linux-gcc: build/src.linux-x86_64-3.9/numpy/core/src/multiarray/nditer_templ.c i586-linux-gcc: numpy/core/src/common/npy_longdouble.c i586-linux-gcc: numpy/core/src/common/numpyos.c i586-linux-gcc: numpy/core/src/common/ucsnarrow.c i586-linux-gcc: numpy/core/src/umath/extobj.c numpy/core/src/common/ucsnarrow.c: In function 'PyUnicode_FromUCS4': numpy/core/src/common/ucsnarrow.c:139:9: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations] 139 | ret = (PyUnicodeObject *)PyUnicode_FromUnicode((Py_UNICODE*)buf, | ^~~ In file included from /tmp/instance-5/output-1/per-package/python-numpy/host/i586-buildroot-linux-musl/sysroot/usr/include/python3.9/unicodeobject.h:1026, from /tmp/instance-5/output-1/per-package/python-numpy/host/i586-buildroot-linux-musl/sysroot/usr/include/python3.9/Python.h:106, from numpy/core/src/common/ucsnarrow.c:4: /tmp/instance-5/output-1/per-package/python-numpy/host/i586-buildroot-linux-musl/sysroot/usr/include/python3.9/cpython/unicodeobject.h:551:42: note: declared here 551 | Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode( | ^~~~~~~~~~~~~~~~~~~~~ i586-linux-gcc: numpy/core/src/common/ufunc_override.c [ 99%] Linking CXX executable ../../bin/clang i586-linux-gcc: numpy/core/src/umath/cpuid.c i586-linux-gcc: numpy/core/src/multiarray/nditer_api.c make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-clang-9.0.1/buildroot-build' [ 99%] Built target clang [100%] Linking CXX shared library ../../lib/libclang.so i586-linux-gcc: numpy/core/src/umath/ufunc_type_resolution.c /tmp/instance-5/output-1/per-package/python-lxml/host/bin/i586-linux-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-x86_64-3.9/src/lxml/etree.o -L/tmp/instance-5/output-1/per-package/python-lxml/host/i586-buildroot-linux-musl/sysroot/usr/bin/../../../../i586-buildroot-linux-musl/sysroot/usr/lib -L/tmp/instance-5/output-1/per-package/python-lxml/host/i586-buildroot-linux-musl/sysroot/usr/bin/../../../../bin/../i586-buildroot-linux-musl/sysroot/usr/lib -L/tmp/instance-5/output-1/per-package/python-lxml/host/i586-buildroot-linux-musl/sysroot/usr/lib -lxslt -lexslt -lxml2 -lrt -lz -lm -o build/lib.linux-x86_64-3.9/lxml/etree.cpython-39-i386-linux-gnu.so building 'lxml.objectify' extension /tmp/instance-5/output-1/per-package/python-lxml/host/bin/i586-linux-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DCYTHON_CLINE_IN_TRACEBACK=0 -I/tmp/instance-5/output-1/per-package/python-lxml/host/i586-buildroot-linux-musl/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/per-package/python-lxml/host/i586-buildroot-linux-musl/sysroot/usr/bin/../../../../i586-buildroot-linux-musl/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/per-package/python-lxml/host/i586-buildroot-linux-musl/sysroot/usr/bin/../../usr/include -Isrc -Isrc/lxml/includes -I/tmp/instance-5/output-1/per-package/python-lxml/host/i586-buildroot-linux-musl/sysroot/usr/include/python3.9 -c src/lxml/objectify.c -o build/temp.linux-x86_64-3.9/src/lxml/objectify.o -w i586-linux-gcc: numpy/core/src/umath/override.c i586-linux-gcc: numpy/core/src/multiarray/mapping.c make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-clang-9.0.1/buildroot-build' [100%] Built target libclang make[3]: Entering directory '/tmp/instance-5/output-1/build/host-clang-9.0.1/buildroot-build' make[3]: Entering directory '/tmp/instance-5/output-1/build/host-clang-9.0.1/buildroot-build' Scanning dependencies of target c-arcmt-test make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-clang-9.0.1/buildroot-build' make[3]: Entering directory '/tmp/instance-5/output-1/build/host-clang-9.0.1/buildroot-build' [100%] Building C object tools/c-arcmt-test/CMakeFiles/c-arcmt-test.dir/c-arcmt-test.c.o Scanning dependencies of target c-index-test make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-clang-9.0.1/buildroot-build' make[3]: Entering directory '/tmp/instance-5/output-1/build/host-clang-9.0.1/buildroot-build' [100%] Building C object tools/c-index-test/CMakeFiles/c-index-test.dir/c-index-test.c.o [100%] Building CXX object tools/c-index-test/CMakeFiles/c-index-test.dir/core_main.cpp.o i586-linux-gcc: numpy/core/src/multiarray/methods.c [100%] Linking CXX executable ../../bin/c-arcmt-test make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-clang-9.0.1/buildroot-build' [100%] Built target c-arcmt-test /tmp/instance-5/output-1/per-package/python-lxml/host/bin/i586-linux-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-x86_64-3.9/src/lxml/objectify.o -L/tmp/instance-5/output-1/per-package/python-lxml/host/i586-buildroot-linux-musl/sysroot/usr/bin/../../../../i586-buildroot-linux-musl/sysroot/usr/lib -L/tmp/instance-5/output-1/per-package/python-lxml/host/i586-buildroot-linux-musl/sysroot/usr/bin/../../../../bin/../i586-buildroot-linux-musl/sysroot/usr/lib -L/tmp/instance-5/output-1/per-package/python-lxml/host/i586-buildroot-linux-musl/sysroot/usr/lib -lxslt -lexslt -lxml2 -lrt -lz -lm -o build/lib.linux-x86_64-3.9/lxml/objectify.cpython-39-i386-linux-gnu.so building 'lxml.builder' extension /tmp/instance-5/output-1/per-package/python-lxml/host/bin/i586-linux-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DCYTHON_CLINE_IN_TRACEBACK=0 -I/tmp/instance-5/output-1/per-package/python-lxml/host/i586-buildroot-linux-musl/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/per-package/python-lxml/host/i586-buildroot-linux-musl/sysroot/usr/bin/../../../../i586-buildroot-linux-musl/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/per-package/python-lxml/host/i586-buildroot-linux-musl/sysroot/usr/bin/../../usr/include -Isrc -Isrc/lxml/includes -I/tmp/instance-5/output-1/per-package/python-lxml/host/i586-buildroot-linux-musl/sysroot/usr/include/python3.9 -c src/lxml/builder.c -o build/temp.linux-x86_64-3.9/src/lxml/builder.o -w In file included from /tmp/instance-5/output-1/build/host-clang-9.0.1/include/clang/Serialization/Module.h:27, from /tmp/instance-5/output-1/build/host-clang-9.0.1/include/clang/Serialization/ASTReader.h:39, from /tmp/instance-5/output-1/build/host-clang-9.0.1/tools/c-index-test/core_main.cpp:20: /tmp/instance-5/output-1/per-package/host-clang/host/include/llvm/Bitstream/BitstreamReader.h: In member function 'llvm::Expected llvm::SimpleBitstreamCursor::Read(unsigned int)': /tmp/instance-5/output-1/per-package/host-clang/host/include/llvm/Bitstream/BitstreamReader.h:212:23: warning: redundant move in return statement [-Wredundant-move] 212 | return std::move(fillResult); | ~~~~~~~~~^~~~~~~~~~~~ /tmp/instance-5/output-1/per-package/host-clang/host/include/llvm/Bitstream/BitstreamReader.h:212:23: note: remove 'std::move' call /tmp/instance-5/output-1/per-package/host-clang/host/include/llvm/Bitstream/BitstreamReader.h: In member function 'llvm::Expected llvm::BitstreamCursor::advance(unsigned int)': /tmp/instance-5/output-1/per-package/host-clang/host/include/llvm/Bitstream/BitstreamReader.h:427:27: warning: redundant move in return statement [-Wredundant-move] 427 | return std::move(Err); | ~~~~~~~~~^~~~~ /tmp/instance-5/output-1/per-package/host-clang/host/include/llvm/Bitstream/BitstreamReader.h:427:27: note: remove 'std::move' call /tmp/instance-5/output-1/per-package/host-clang/host/include/llvm/Bitstream/BitstreamReader.h: In member function 'llvm::Expected llvm::BitstreamCursor::advanceSkippingSubblocks(unsigned int)': /tmp/instance-5/output-1/per-package/host-clang/host/include/llvm/Bitstream/BitstreamReader.h:450:25: warning: redundant move in return statement [-Wredundant-move] 450 | return std::move(Err); | ~~~~~~~~~^~~~~ /tmp/instance-5/output-1/per-package/host-clang/host/include/llvm/Bitstream/BitstreamReader.h:450:25: note: remove 'std::move' call /tmp/instance-5/output-1/per-package/python-lxml/host/bin/i586-linux-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-x86_64-3.9/src/lxml/builder.o -L/tmp/instance-5/output-1/per-package/python-lxml/host/i586-buildroot-linux-musl/sysroot/usr/lib -o build/lib.linux-x86_64-3.9/lxml/builder.cpython-39-i386-linux-gnu.so building 'lxml._elementpath' extension /tmp/instance-5/output-1/per-package/python-lxml/host/bin/i586-linux-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DCYTHON_CLINE_IN_TRACEBACK=0 -I/tmp/instance-5/output-1/per-package/python-lxml/host/i586-buildroot-linux-musl/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/per-package/python-lxml/host/i586-buildroot-linux-musl/sysroot/usr/bin/../../../../i586-buildroot-linux-musl/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/per-package/python-lxml/host/i586-buildroot-linux-musl/sysroot/usr/bin/../../usr/include -Isrc -Isrc/lxml/includes -I/tmp/instance-5/output-1/per-package/python-lxml/host/i586-buildroot-linux-musl/sysroot/usr/include/python3.9 -c src/lxml/_elementpath.c -o build/temp.linux-x86_64-3.9/src/lxml/_elementpath.o -w /tmp/instance-5/output-1/per-package/python-lxml/host/bin/i586-linux-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-x86_64-3.9/src/lxml/_elementpath.o -L/tmp/instance-5/output-1/per-package/python-lxml/host/i586-buildroot-linux-musl/sysroot/usr/lib -o build/lib.linux-x86_64-3.9/lxml/_elementpath.cpython-39-i386-linux-gnu.so building 'lxml.html.diff' extension creating build/temp.linux-x86_64-3.9/src/lxml/html /tmp/instance-5/output-1/per-package/python-lxml/host/bin/i586-linux-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DCYTHON_CLINE_IN_TRACEBACK=0 -I/tmp/instance-5/output-1/per-package/python-lxml/host/i586-buildroot-linux-musl/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/per-package/python-lxml/host/i586-buildroot-linux-musl/sysroot/usr/bin/../../../../i586-buildroot-linux-musl/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/per-package/python-lxml/host/i586-buildroot-linux-musl/sysroot/usr/bin/../../usr/include -Isrc -Isrc/lxml/includes -I/tmp/instance-5/output-1/per-package/python-lxml/host/i586-buildroot-linux-musl/sysroot/usr/include/python3.9 -c src/lxml/html/diff.c -o build/temp.linux-x86_64-3.9/src/lxml/html/diff.o -w [100%] Linking CXX executable ../../bin/c-index-test make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-clang-9.0.1/buildroot-build' [100%] Built target c-index-test make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-clang-9.0.1/buildroot-build' make[1]: Leaving directory '/tmp/instance-5/output-1/build/host-clang-9.0.1/buildroot-build' /tmp/instance-5/output-1/per-package/python-lxml/host/bin/i586-linux-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-x86_64-3.9/src/lxml/html/diff.o -L/tmp/instance-5/output-1/per-package/python-lxml/host/i586-buildroot-linux-musl/sysroot/usr/lib -o build/lib.linux-x86_64-3.9/lxml/html/diff.cpython-39-i386-linux-gnu.so building 'lxml.html.clean' extension /tmp/instance-5/output-1/per-package/python-lxml/host/bin/i586-linux-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DCYTHON_CLINE_IN_TRACEBACK=0 -I/tmp/instance-5/output-1/per-package/python-lxml/host/i586-buildroot-linux-musl/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/per-package/python-lxml/host/i586-buildroot-linux-musl/sysroot/usr/bin/../../../../i586-buildroot-linux-musl/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/per-package/python-lxml/host/i586-buildroot-linux-musl/sysroot/usr/bin/../../usr/include -Isrc -Isrc/lxml/includes -I/tmp/instance-5/output-1/per-package/python-lxml/host/i586-buildroot-linux-musl/sysroot/usr/include/python3.9 -c src/lxml/html/clean.c -o build/temp.linux-x86_64-3.9/src/lxml/html/clean.o -w i586-linux-gcc: build/src.linux-x86_64-3.9/numpy/core/src/umath/matmul.c i586-linux-gcc: build/src.linux-x86_64-3.9/numpy/core/src/umath/clip.c /tmp/instance-5/output-1/per-package/python-lxml/host/bin/i586-linux-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-x86_64-3.9/src/lxml/html/clean.o -L/tmp/instance-5/output-1/per-package/python-lxml/host/i586-buildroot-linux-musl/sysroot/usr/lib -o build/lib.linux-x86_64-3.9/lxml/html/clean.cpython-39-i386-linux-gnu.so building 'lxml.sax' extension /tmp/instance-5/output-1/per-package/python-lxml/host/bin/i586-linux-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DCYTHON_CLINE_IN_TRACEBACK=0 -I/tmp/instance-5/output-1/per-package/python-lxml/host/i586-buildroot-linux-musl/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/per-package/python-lxml/host/i586-buildroot-linux-musl/sysroot/usr/bin/../../../../i586-buildroot-linux-musl/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/per-package/python-lxml/host/i586-buildroot-linux-musl/sysroot/usr/bin/../../usr/include -Isrc -Isrc/lxml/includes -I/tmp/instance-5/output-1/per-package/python-lxml/host/i586-buildroot-linux-musl/sysroot/usr/include/python3.9 -c src/lxml/sax.c -o build/temp.linux-x86_64-3.9/src/lxml/sax.o -w /tmp/instance-5/output-1/per-package/python-numpy/host/bin/i586-linux-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/alloc.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/arrayobject.o build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9/numpy/core/src/multiarray/arraytypes.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/array_assign_scalar.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/array_assign_array.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/arrayfunction_override.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/buffer.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/calculation.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/compiled_base.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/common.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/convert.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/convert_datatype.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/conversion_utils.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/ctors.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/datetime.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/datetime_strings.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/datetime_busday.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/datetime_busdaycal.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/descriptor.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/dragon4.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/dtype_transfer.o build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9/numpy/core/src/multiarray/einsum.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/flagsobject.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/getset.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/hashdescr.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/item_selection.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/iterators.o build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9/numpy/core/src/multiarray/lowlevel_strided_loops.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/mapping.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/methods.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/multiarraymodule.o build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9/numpy/core/src/multiarray/nditer_templ.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/nditer_api.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/nditer_constr.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/nditer_pywrap.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/number.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/refcount.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/sequence.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/shape.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/scalarapi.o build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9/numpy/core/src/multiarray/scalartypes.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/strfuncs.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/temp_elide.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/typeinfo.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/usertypes.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/vdot.o build/temp.linux-x86_64-3.9/numpy/core/src/umath/umathmodule.o build/temp.linux-x86_64-3.9/numpy/core/src/umath/reduction.o build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9/numpy/core/src/umath/loops.o build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9/numpy/core/src/umath/matmul.o build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9/numpy/core/src/umath/clip.o build/temp.linux-x86_64-3.9/numpy/core/src/umath/ufunc_object.o build/temp.linux-x86_64-3.9/numpy/core/src/umath/extobj.o build/temp.linux-x86_64-3.9/numpy/core/src/umath/cpuid.o build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9/numpy/core/src/umath/scalarmath.o build/temp.linux-x86_64-3.9/numpy/core/src/umath/ufunc_type_resolution.o build/temp.linux-x86_64-3.9/numpy/core/src/umath/override.o build/temp.linux-x86_64-3.9/numpy/core/src/npymath/npy_math.o build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9/numpy/core/src/npymath/ieee754.o build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9/numpy/core/src/npymath/npy_math_complex.o build/temp.linux-x86_64-3.9/numpy/core/src/npymath/halffloat.o build/temp.linux-x86_64-3.9/numpy/core/src/common/array_assign.o build/temp.linux-x86_64-3.9/numpy/core/src/common/mem_overlap.o build/temp.linux-x86_64-3.9/numpy/core/src/common/npy_longdouble.o build/temp.linux-x86_64-3.9/numpy/core/src/common/ucsnarrow.o build/temp.linux-x86_64-3.9/numpy/core/src/common/ufunc_override.o build/temp.linux-x86_64-3.9/numpy/core/src/common/numpyos.o -L/tmp/instance-5/output-1/per-package/python-numpy/host/i586-buildroot-linux-musl/sysroot/usr/lib -Lbuild/temp.linux-x86_64-3.9 -lnpymath -lnpysort -o build/lib.linux-x86_64-3.9/numpy/core/_multiarray_umath.cpython-39-i386-linux-gnu.so building 'numpy.core._umath_tests' extension compiling C sources C compiler: /tmp/instance-5/output-1/per-package/python-numpy/host/bin/i586-linux-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/tmp/instance-5/output-1/per-package/python-numpy/host/i586-buildroot-linux-musl/sysroot/usr/include/python3.9 -Ibuild/src.linux-x86_64-3.9/numpy/core/src/common -Ibuild/src.linux-x86_64-3.9/numpy/core/src/npymath -c' extra options: '-std=c99' i586-linux-gcc: build/src.linux-x86_64-3.9/numpy/core/src/umath/_umath_tests.c /tmp/instance-5/output-1/per-package/python-numpy/host/bin/i586-linux-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9/numpy/core/src/umath/_umath_tests.o -L/tmp/instance-5/output-1/per-package/python-numpy/host/i586-buildroot-linux-musl/sysroot/usr/lib -Lbuild/temp.linux-x86_64-3.9 -o build/lib.linux-x86_64-3.9/numpy/core/_umath_tests.cpython-39-i386-linux-gnu.so building 'numpy.core._rational_tests' extension compiling C sources C compiler: /tmp/instance-5/output-1/per-package/python-numpy/host/bin/i586-linux-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/tmp/instance-5/output-1/per-package/python-numpy/host/i586-buildroot-linux-musl/sysroot/usr/include/python3.9 -Ibuild/src.linux-x86_64-3.9/numpy/core/src/common -Ibuild/src.linux-x86_64-3.9/numpy/core/src/npymath -c' extra options: '-std=c99' i586-linux-gcc: build/src.linux-x86_64-3.9/numpy/core/src/umath/_rational_tests.c /tmp/instance-5/output-1/per-package/python-numpy/host/bin/i586-linux-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9/numpy/core/src/umath/_rational_tests.o -L/tmp/instance-5/output-1/per-package/python-numpy/host/i586-buildroot-linux-musl/sysroot/usr/lib -Lbuild/temp.linux-x86_64-3.9 -o build/lib.linux-x86_64-3.9/numpy/core/_rational_tests.cpython-39-i386-linux-gnu.so building 'numpy.core._struct_ufunc_tests' extension compiling C sources C compiler: /tmp/instance-5/output-1/per-package/python-numpy/host/bin/i586-linux-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/tmp/instance-5/output-1/per-package/python-numpy/host/i586-buildroot-linux-musl/sysroot/usr/include/python3.9 -Ibuild/src.linux-x86_64-3.9/numpy/core/src/common -Ibuild/src.linux-x86_64-3.9/numpy/core/src/npymath -c' extra options: '-std=c99' i586-linux-gcc: build/src.linux-x86_64-3.9/numpy/core/src/umath/_struct_ufunc_tests.c /tmp/instance-5/output-1/per-package/python-numpy/host/bin/i586-linux-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9/numpy/core/src/umath/_struct_ufunc_tests.o -L/tmp/instance-5/output-1/per-package/python-numpy/host/i586-buildroot-linux-musl/sysroot/usr/lib -Lbuild/temp.linux-x86_64-3.9 -o build/lib.linux-x86_64-3.9/numpy/core/_struct_ufunc_tests.cpython-39-i386-linux-gnu.so building 'numpy.core._operand_flag_tests' extension compiling C sources C compiler: /tmp/instance-5/output-1/per-package/python-numpy/host/bin/i586-linux-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/tmp/instance-5/output-1/per-package/python-numpy/host/i586-buildroot-linux-musl/sysroot/usr/include/python3.9 -Ibuild/src.linux-x86_64-3.9/numpy/core/src/common -Ibuild/src.linux-x86_64-3.9/numpy/core/src/npymath -c' extra options: '-std=c99' i586-linux-gcc: build/src.linux-x86_64-3.9/numpy/core/src/umath/_operand_flag_tests.c /tmp/instance-5/output-1/per-package/python-numpy/host/bin/i586-linux-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9/numpy/core/src/umath/_operand_flag_tests.o -L/tmp/instance-5/output-1/per-package/python-numpy/host/i586-buildroot-linux-musl/sysroot/usr/lib -Lbuild/temp.linux-x86_64-3.9 -o build/lib.linux-x86_64-3.9/numpy/core/_operand_flag_tests.cpython-39-i386-linux-gnu.so building 'numpy.fft._pocketfft_internal' extension compiling C sources C compiler: /tmp/instance-5/output-1/per-package/python-numpy/host/bin/i586-linux-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC creating build/temp.linux-x86_64-3.9/numpy/fft compile options: '-Inumpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/tmp/instance-5/output-1/per-package/python-numpy/host/i586-buildroot-linux-musl/sysroot/usr/include/python3.9 -Ibuild/src.linux-x86_64-3.9/numpy/core/src/common -Ibuild/src.linux-x86_64-3.9/numpy/core/src/npymath -c' extra options: '-std=c99' i586-linux-gcc: numpy/fft/_pocketfft.c /tmp/instance-5/output-1/per-package/python-lxml/host/bin/i586-linux-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-x86_64-3.9/src/lxml/sax.o -L/tmp/instance-5/output-1/per-package/python-lxml/host/i586-buildroot-linux-musl/sysroot/usr/lib -o build/lib.linux-x86_64-3.9/lxml/sax.cpython-39-i386-linux-gnu.so /tmp/instance-5/output-1/per-package/python-numpy/host/bin/i586-linux-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-x86_64-3.9/numpy/fft/_pocketfft.o -L/tmp/instance-5/output-1/per-package/python-numpy/host/i586-buildroot-linux-musl/sysroot/usr/lib -Lbuild/temp.linux-x86_64-3.9 -o build/lib.linux-x86_64-3.9/numpy/fft/_pocketfft_internal.cpython-39-i386-linux-gnu.so building 'numpy.linalg.lapack_lite' extension compiling C sources C compiler: /tmp/instance-5/output-1/per-package/python-numpy/host/bin/i586-linux-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC creating build/temp.linux-x86_64-3.9/numpy/linalg creating build/temp.linux-x86_64-3.9/numpy/linalg/lapack_lite compile options: '-Inumpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/tmp/instance-5/output-1/per-package/python-numpy/host/i586-buildroot-linux-musl/sysroot/usr/include/python3.9 -Ibuild/src.linux-x86_64-3.9/numpy/core/src/common -Ibuild/src.linux-x86_64-3.9/numpy/core/src/npymath -c' extra options: '-std=c99' i586-linux-gcc: numpy/linalg/lapack_litemodule.c i586-linux-gcc: numpy/linalg/lapack_lite/python_xerbla.c i586-linux-gcc: numpy/linalg/lapack_lite/f2c_z_lapack.c i586-linux-gcc: numpy/linalg/lapack_lite/f2c_c_lapack.c i586-linux-gcc: numpy/linalg/lapack_lite/f2c_d_lapack.c i586-linux-gcc: numpy/linalg/lapack_lite/f2c_s_lapack.c i586-linux-gcc: numpy/linalg/lapack_lite/f2c_lapack.c i586-linux-gcc: numpy/linalg/lapack_lite/f2c_blas.c numpy/linalg/lapack_lite/f2c_blas.c: In function 'cgemm_': numpy/linalg/lapack_lite/f2c_blas.c:383:20: warning: variable 'ncola' set but not used [-Wunused-but-set-variable] 383 | static integer ncola; | ^~~~~ i586-linux-gcc: numpy/linalg/lapack_lite/f2c_config.c numpy/linalg/lapack_lite/f2c_blas.c: In function 'dgemm_': numpy/linalg/lapack_lite/f2c_blas.c:6853:20: warning: variable 'ncola' set but not used [-Wunused-but-set-variable] 6853 | static integer ncola; | ^~~~~ numpy/linalg/lapack_lite/f2c_blas.c: In function 'sgemm_': numpy/linalg/lapack_lite/f2c_blas.c:11457:20: warning: variable 'ncola' set but not used [-Wunused-but-set-variable] 11457 | static integer ncola; | ^~~~~ i586-linux-gcc: numpy/linalg/lapack_lite/f2c.c numpy/linalg/lapack_lite/f2c_blas.c: In function 'zgemm_': numpy/linalg/lapack_lite/f2c_blas.c:15670:20: warning: variable 'ncola' set but not used [-Wunused-but-set-variable] 15670 | static integer ncola; | ^~~~~ /tmp/instance-5/output-1/per-package/python-numpy/host/bin/i586-linux-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-x86_64-3.9/numpy/linalg/lapack_litemodule.o build/temp.linux-x86_64-3.9/numpy/linalg/lapack_lite/python_xerbla.o build/temp.linux-x86_64-3.9/numpy/linalg/lapack_lite/f2c_z_lapack.o build/temp.linux-x86_64-3.9/numpy/linalg/lapack_lite/f2c_c_lapack.o build/temp.linux-x86_64-3.9/numpy/linalg/lapack_lite/f2c_d_lapack.o build/temp.linux-x86_64-3.9/numpy/linalg/lapack_lite/f2c_s_lapack.o build/temp.linux-x86_64-3.9/numpy/linalg/lapack_lite/f2c_lapack.o build/temp.linux-x86_64-3.9/numpy/linalg/lapack_lite/f2c_blas.o build/temp.linux-x86_64-3.9/numpy/linalg/lapack_lite/f2c_config.o build/temp.linux-x86_64-3.9/numpy/linalg/lapack_lite/f2c.o -L/tmp/instance-5/output-1/per-package/python-numpy/host/i586-buildroot-linux-musl/sysroot/usr/lib -Lbuild/temp.linux-x86_64-3.9 -o build/lib.linux-x86_64-3.9/numpy/linalg/lapack_lite.cpython-39-i386-linux-gnu.so building 'numpy.linalg._umath_linalg' extension compiling C sources C compiler: /tmp/instance-5/output-1/per-package/python-numpy/host/bin/i586-linux-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC creating build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9/numpy/linalg compile options: '-Inumpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/tmp/instance-5/output-1/per-package/python-numpy/host/i586-buildroot-linux-musl/sysroot/usr/include/python3.9 -Ibuild/src.linux-x86_64-3.9/numpy/core/src/common -Ibuild/src.linux-x86_64-3.9/numpy/core/src/npymath -c' extra options: '-std=c99' i586-linux-gcc: build/src.linux-x86_64-3.9/numpy/linalg/umath_linalg.c /tmp/instance-5/output-1/per-package/python-numpy/host/bin/i586-linux-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9/numpy/linalg/umath_linalg.o build/temp.linux-x86_64-3.9/numpy/linalg/lapack_lite/python_xerbla.o build/temp.linux-x86_64-3.9/numpy/linalg/lapack_lite/f2c_z_lapack.o build/temp.linux-x86_64-3.9/numpy/linalg/lapack_lite/f2c_c_lapack.o build/temp.linux-x86_64-3.9/numpy/linalg/lapack_lite/f2c_d_lapack.o build/temp.linux-x86_64-3.9/numpy/linalg/lapack_lite/f2c_s_lapack.o build/temp.linux-x86_64-3.9/numpy/linalg/lapack_lite/f2c_lapack.o build/temp.linux-x86_64-3.9/numpy/linalg/lapack_lite/f2c_blas.o build/temp.linux-x86_64-3.9/numpy/linalg/lapack_lite/f2c_config.o build/temp.linux-x86_64-3.9/numpy/linalg/lapack_lite/f2c.o -L/tmp/instance-5/output-1/per-package/python-numpy/host/i586-buildroot-linux-musl/sysroot/usr/lib -Lbuild/temp.linux-x86_64-3.9 -lnpymath -o build/lib.linux-x86_64-3.9/numpy/linalg/_umath_linalg.cpython-39-i386-linux-gnu.so building 'numpy.random._mt19937' extension compiling C sources C compiler: /tmp/instance-5/output-1/per-package/python-numpy/host/bin/i586-linux-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC creating build/temp.linux-x86_64-3.9/numpy/random creating build/temp.linux-x86_64-3.9/numpy/random/src creating build/temp.linux-x86_64-3.9/numpy/random/src/mt19937 compile options: '-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNPY_NO_DEPRECATED_API=0 -Inumpy/random -Inumpy/random/src -Inumpy/random/src/mt19937 -Inumpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/tmp/instance-5/output-1/per-package/python-numpy/host/i586-buildroot-linux-musl/sysroot/usr/include/python3.9 -Ibuild/src.linux-x86_64-3.9/numpy/core/src/common -Ibuild/src.linux-x86_64-3.9/numpy/core/src/npymath -c' extra options: '-U__GNUC_GNU_INLINE__ -std=c99' i586-linux-gcc: numpy/random/_mt19937.c i586-linux-gcc: numpy/random/src/mt19937/mt19937.c i586-linux-gcc: numpy/random/src/mt19937/mt19937-jump.c /tmp/instance-5/output-1/per-package/python-numpy/host/bin/i586-linux-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-x86_64-3.9/numpy/random/_mt19937.o build/temp.linux-x86_64-3.9/numpy/random/src/mt19937/mt19937.o build/temp.linux-x86_64-3.9/numpy/random/src/mt19937/mt19937-jump.o -L/tmp/instance-5/output-1/per-package/python-numpy/host/i586-buildroot-linux-musl/sysroot/usr/lib -Lbuild/temp.linux-x86_64-3.9 -lm -o build/lib.linux-x86_64-3.9/numpy/random/_mt19937.cpython-39-i386-linux-gnu.so building 'numpy.random._philox' extension compiling C sources C compiler: /tmp/instance-5/output-1/per-package/python-numpy/host/bin/i586-linux-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC creating build/temp.linux-x86_64-3.9/numpy/random/src/philox compile options: '-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNPY_NO_DEPRECATED_API=0 -Inumpy/random -Inumpy/random/src -Inumpy/random/src/philox -Inumpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/tmp/instance-5/output-1/per-package/python-numpy/host/i586-buildroot-linux-musl/sysroot/usr/include/python3.9 -Ibuild/src.linux-x86_64-3.9/numpy/core/src/common -Ibuild/src.linux-x86_64-3.9/numpy/core/src/npymath -c' extra options: '-U__GNUC_GNU_INLINE__ -std=c99' i586-linux-gcc: numpy/random/_philox.c i586-linux-gcc: numpy/random/src/philox/philox.c /tmp/instance-5/output-1/per-package/python-numpy/host/bin/i586-linux-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-x86_64-3.9/numpy/random/_philox.o build/temp.linux-x86_64-3.9/numpy/random/src/philox/philox.o -L/tmp/instance-5/output-1/per-package/python-numpy/host/i586-buildroot-linux-musl/sysroot/usr/lib -Lbuild/temp.linux-x86_64-3.9 -lm -o build/lib.linux-x86_64-3.9/numpy/random/_philox.cpython-39-i386-linux-gnu.so building 'numpy.random._pcg64' extension compiling C sources C compiler: /tmp/instance-5/output-1/per-package/python-numpy/host/bin/i586-linux-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC creating build/temp.linux-x86_64-3.9/numpy/random/src/pcg64 compile options: '-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNPY_NO_DEPRECATED_API=0 -Inumpy/random -Inumpy/random/src -Inumpy/random/src/pcg64 -Inumpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/tmp/instance-5/output-1/per-package/python-numpy/host/i586-buildroot-linux-musl/sysroot/usr/include/python3.9 -Ibuild/src.linux-x86_64-3.9/numpy/core/src/common -Ibuild/src.linux-x86_64-3.9/numpy/core/src/npymath -c' extra options: '-U__GNUC_GNU_INLINE__ -std=c99' i586-linux-gcc: numpy/random/_pcg64.c i586-linux-gcc: numpy/random/src/pcg64/pcg64.c /tmp/instance-5/output-1/per-package/python-numpy/host/bin/i586-linux-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-x86_64-3.9/numpy/random/_pcg64.o build/temp.linux-x86_64-3.9/numpy/random/src/pcg64/pcg64.o -L/tmp/instance-5/output-1/per-package/python-numpy/host/i586-buildroot-linux-musl/sysroot/usr/lib -Lbuild/temp.linux-x86_64-3.9 -lm -o build/lib.linux-x86_64-3.9/numpy/random/_pcg64.cpython-39-i386-linux-gnu.so building 'numpy.random._sfc64' extension compiling C sources C compiler: /tmp/instance-5/output-1/per-package/python-numpy/host/bin/i586-linux-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC creating build/temp.linux-x86_64-3.9/numpy/random/src/sfc64 compile options: '-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNPY_NO_DEPRECATED_API=0 -Inumpy/random -Inumpy/random/src -Inumpy/random/src/sfc64 -Inumpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/tmp/instance-5/output-1/per-package/python-numpy/host/i586-buildroot-linux-musl/sysroot/usr/include/python3.9 -Ibuild/src.linux-x86_64-3.9/numpy/core/src/common -Ibuild/src.linux-x86_64-3.9/numpy/core/src/npymath -c' extra options: '-U__GNUC_GNU_INLINE__ -std=c99' i586-linux-gcc: numpy/random/_sfc64.c i586-linux-gcc: numpy/random/src/sfc64/sfc64.c /tmp/instance-5/output-1/per-package/python-numpy/host/bin/i586-linux-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-x86_64-3.9/numpy/random/_sfc64.o build/temp.linux-x86_64-3.9/numpy/random/src/sfc64/sfc64.o -L/tmp/instance-5/output-1/per-package/python-numpy/host/i586-buildroot-linux-musl/sysroot/usr/lib -Lbuild/temp.linux-x86_64-3.9 -lm -o build/lib.linux-x86_64-3.9/numpy/random/_sfc64.cpython-39-i386-linux-gnu.so building 'numpy.random._common' extension compiling C sources C compiler: /tmp/instance-5/output-1/per-package/python-numpy/host/bin/i586-linux-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC compile options: '-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNPY_NO_DEPRECATED_API=0 -Inumpy/random -Inumpy/random/src -Inumpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/tmp/instance-5/output-1/per-package/python-numpy/host/i586-buildroot-linux-musl/sysroot/usr/include/python3.9 -Ibuild/src.linux-x86_64-3.9/numpy/core/src/common -Ibuild/src.linux-x86_64-3.9/numpy/core/src/npymath -c' extra options: '-U__GNUC_GNU_INLINE__ -std=c99' i586-linux-gcc: numpy/random/_common.c /tmp/instance-5/output-1/per-package/python-numpy/host/bin/i586-linux-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-x86_64-3.9/numpy/random/_common.o -L/tmp/instance-5/output-1/per-package/python-numpy/host/i586-buildroot-linux-musl/sysroot/usr/lib -Lbuild/temp.linux-x86_64-3.9 -lm -o build/lib.linux-x86_64-3.9/numpy/random/_common.cpython-39-i386-linux-gnu.so building 'numpy.random._bit_generator' extension compiling C sources C compiler: /tmp/instance-5/output-1/per-package/python-numpy/host/bin/i586-linux-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC compile options: '-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNPY_NO_DEPRECATED_API=0 -Inumpy/random -Inumpy/random/src -Inumpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/tmp/instance-5/output-1/per-package/python-numpy/host/i586-buildroot-linux-musl/sysroot/usr/include/python3.9 -Ibuild/src.linux-x86_64-3.9/numpy/core/src/common -Ibuild/src.linux-x86_64-3.9/numpy/core/src/npymath -c' extra options: '-U__GNUC_GNU_INLINE__ -std=c99' i586-linux-gcc: numpy/random/_bit_generator.c numpy/random/_bit_generator.c: In function '__pyx_pf_5numpy_6random_14_bit_generator_12SeedSequence_6spawn': numpy/random/_bit_generator.c:6383:64: warning: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and 'long int' [-Wsign-compare] 6383 | for (__pyx_t_5 = __pyx_v_self->n_children_spawned; __pyx_t_5 < __pyx_t_4; __pyx_t_5+=1) { | ^ /tmp/instance-5/output-1/per-package/python-numpy/host/bin/i586-linux-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-x86_64-3.9/numpy/random/_bit_generator.o -L/tmp/instance-5/output-1/per-package/python-numpy/host/i586-buildroot-linux-musl/sysroot/usr/lib -Lbuild/temp.linux-x86_64-3.9 -lm -o build/lib.linux-x86_64-3.9/numpy/random/_bit_generator.cpython-39-i386-linux-gnu.so building 'numpy.random._generator' extension compiling C sources C compiler: /tmp/instance-5/output-1/per-package/python-numpy/host/bin/i586-linux-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC creating build/temp.linux-x86_64-3.9/numpy/random/src/distributions compile options: '-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNPY_NO_DEPRECATED_API=0 -Inumpy/random -Inumpy/random/src -Inumpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/tmp/instance-5/output-1/per-package/python-numpy/host/i586-buildroot-linux-musl/sysroot/usr/include/python3.9 -Ibuild/src.linux-x86_64-3.9/numpy/core/src/common -Ibuild/src.linux-x86_64-3.9/numpy/core/src/npymath -c' extra options: '-U__GNUC_GNU_INLINE__ -std=c99' i586-linux-gcc: numpy/random/_generator.c i586-linux-gcc: numpy/random/src/distributions/logfactorial.c i586-linux-gcc: numpy/random/src/distributions/distributions.c i586-linux-gcc: numpy/random/src/distributions/random_mvhg_marginals.c i586-linux-gcc: numpy/random/src/distributions/random_hypergeometric.c i586-linux-gcc: numpy/random/src/distributions/random_mvhg_count.c /tmp/instance-5/output-1/per-package/python-numpy/host/bin/i586-linux-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-x86_64-3.9/numpy/random/_generator.o build/temp.linux-x86_64-3.9/numpy/random/src/distributions/logfactorial.o build/temp.linux-x86_64-3.9/numpy/random/src/distributions/distributions.o build/temp.linux-x86_64-3.9/numpy/random/src/distributions/random_mvhg_count.o build/temp.linux-x86_64-3.9/numpy/random/src/distributions/random_mvhg_marginals.o build/temp.linux-x86_64-3.9/numpy/random/src/distributions/random_hypergeometric.o -L/tmp/instance-5/output-1/per-package/python-numpy/host/i586-buildroot-linux-musl/sysroot/usr/lib -Lbuild/temp.linux-x86_64-3.9 -lm -o build/lib.linux-x86_64-3.9/numpy/random/_generator.cpython-39-i386-linux-gnu.so building 'numpy.random._bounded_integers' extension compiling C sources C compiler: /tmp/instance-5/output-1/per-package/python-numpy/host/bin/i586-linux-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC compile options: '-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNPY_NO_DEPRECATED_API=0 -Inumpy/random -Inumpy/random/src -Inumpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/tmp/instance-5/output-1/per-package/python-numpy/host/i586-buildroot-linux-musl/sysroot/usr/include/python3.9 -Ibuild/src.linux-x86_64-3.9/numpy/core/src/common -Ibuild/src.linux-x86_64-3.9/numpy/core/src/npymath -c' extra options: '-U__GNUC_GNU_INLINE__ -std=c99' i586-linux-gcc: numpy/random/_bounded_integers.c /tmp/instance-5/output-1/per-package/python-numpy/host/bin/i586-linux-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-x86_64-3.9/numpy/random/_bounded_integers.o build/temp.linux-x86_64-3.9/numpy/random/src/distributions/logfactorial.o build/temp.linux-x86_64-3.9/numpy/random/src/distributions/distributions.o build/temp.linux-x86_64-3.9/numpy/random/src/distributions/random_mvhg_count.o build/temp.linux-x86_64-3.9/numpy/random/src/distributions/random_mvhg_marginals.o build/temp.linux-x86_64-3.9/numpy/random/src/distributions/random_hypergeometric.o -L/tmp/instance-5/output-1/per-package/python-numpy/host/i586-buildroot-linux-musl/sysroot/usr/lib -Lbuild/temp.linux-x86_64-3.9 -lm -o build/lib.linux-x86_64-3.9/numpy/random/_bounded_integers.cpython-39-i386-linux-gnu.so building 'numpy.random.mtrand' extension compiling C sources C compiler: /tmp/instance-5/output-1/per-package/python-numpy/host/bin/i586-linux-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC creating build/temp.linux-x86_64-3.9/numpy/random/src/legacy compile options: '-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNPY_NO_DEPRECATED_API=0 -DNP_RANDOM_LEGACY=1 -Inumpy/random -Inumpy/random/src -Inumpy/random/src/legacy -Inumpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/tmp/instance-5/output-1/per-package/python-numpy/host/i586-buildroot-linux-musl/sysroot/usr/include/python3.9 -Ibuild/src.linux-x86_64-3.9/numpy/core/src/common -Ibuild/src.linux-x86_64-3.9/numpy/core/src/npymath -c' extra options: '-U__GNUC_GNU_INLINE__ -std=c99' i586-linux-gcc: numpy/random/mtrand.c i586-linux-gcc: numpy/random/src/distributions/logfactorial.c i586-linux-gcc: numpy/random/src/legacy/legacy-distributions.c i586-linux-gcc: numpy/random/src/distributions/distributions.c /tmp/instance-5/output-1/per-package/python-numpy/host/bin/i586-linux-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-x86_64-3.9/numpy/random/mtrand.o build/temp.linux-x86_64-3.9/numpy/random/src/legacy/legacy-distributions.o build/temp.linux-x86_64-3.9/numpy/random/src/distributions/logfactorial.o build/temp.linux-x86_64-3.9/numpy/random/src/distributions/distributions.o -L/tmp/instance-5/output-1/per-package/python-numpy/host/i586-buildroot-linux-musl/sysroot/usr/lib -Lbuild/temp.linux-x86_64-3.9 -lm -o build/lib.linux-x86_64-3.9/numpy/random/mtrand.cpython-39-i386-linux-gnu.so make: Leaving directory '/tmp/instance-5/buildroot'