>>> Building on exopi-3 under math/py-osqp,python3 BDEPENDS = [devel/py-future,python3;math/py-numpy,python3;lang/python/3.10;devel/py-setuptools,python3;devel/py-wheel,python3;devel/cmake;math/py-scipy,python3;devel/py-installer,python3;devel/py-build,python3] DIST = [math/py-osqp,python3:osqp-0.6.1.tar.gz] FULLPKGNAME = py3-osqp-0.6.1p7 RDEPENDS = [lang/python/3.10;devel/py-future,python3;math/py-numpy,python3;math/py-scipy,python3] (Junk lock obtained for exopi-3 at 1711588996.39) >>> Running depends in math/py-osqp,python3 at 1711588996.43 last junk was in productivity/libphonenumber /usr/sbin/pkg_add -aI -Drepair py3-build-1.1.1 py3-future-0.18.3p0 py3-installer-0.7.0 py3-numpy-1.25.2 py3-scipy-1.10.1 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 was: /usr/sbin/pkg_add -aI -Drepair cmake-3.28.3v1 py3-build-1.1.1 py3-future-0.18.3p0 py3-installer-0.7.0 py3-numpy-1.25.2 py3-scipy-1.10.1 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 python-3.10.13p2 /usr/sbin/pkg_add -aI -Drepair py3-build-1.1.1 py3-future-0.18.3p0 py3-installer-0.7.0 py3-numpy-1.25.2 py3-scipy-1.10.1 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 >>> Running show-prepare-results in math/py-osqp,python3 at 1711589010.73 ===> math/py-osqp,python3 ===> Building from scratch py3-osqp-0.6.1p7 ===> py3-osqp-0.6.1p7 depends on: py3-numpy-* -> py3-numpy-1.25.2 ===> py3-osqp-0.6.1p7 depends on: py3-scipy-* -> py3-scipy-1.10.1 ===> py3-osqp-0.6.1p7 depends on: py3-future-* -> py3-future-0.18.3p0 ===> py3-osqp-0.6.1p7 depends on: python->=3.10,<3.11 -> python-3.10.13p2 ===> py3-osqp-0.6.1p7 depends on: cmake-* -> cmake-3.28.3v1 ===> py3-osqp-0.6.1p7 depends on: py3-build-* -> py3-build-1.1.1 ===> py3-osqp-0.6.1p7 depends on: py3-installer-* -> py3-installer-0.7.0 ===> py3-osqp-0.6.1p7 depends on: py3-setuptools-* -> py3-setuptools-68.0.0v0 ===> py3-osqp-0.6.1p7 depends on: py3-wheel-* -> py3-wheel-0.43.0 ===> Verifying specs: pthread ===> found pthread.27.1 cmake-3.28.3v1 py3-build-1.1.1 py3-future-0.18.3p0 py3-installer-0.7.0 py3-numpy-1.25.2 py3-scipy-1.10.1 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 python-3.10.13p2 (Junk lock released for exopi-3 at 1711589013.14) distfiles size=211528 >>> Running build in math/py-osqp,python3 at 1711589013.17 ===> math/py-osqp,python3 ===> Checking files for py3-osqp-0.6.1p7 `/exopi-cvs/ports/distfiles/osqp-0.6.1.tar.gz' is up to date. >> (SHA256) osqp-0.6.1.tar.gz: OK ===> Extracting for py3-osqp-0.6.1p7 ===> Patching for py3-osqp-0.6.1p7 ===> Applying OpenBSD patch patch-osqp_sources_CMakeLists_txt Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: osqp_sources/CMakeLists.txt |--- osqp_sources/CMakeLists.txt.orig |+++ osqp_sources/CMakeLists.txt -------------------------- Patching file osqp_sources/CMakeLists.txt using Plan A... Hunk #1 succeeded at 146. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for py3-osqp-0.6.1p7 ===> Configuring for py3-osqp-0.6.1p7 ===> Building for py3-osqp-0.6.1p7 * Getting build dependencies for wheel... * Building wheel... running bdist_wheel running build running build_py creating build creating build/lib.openbsd-7.5-amd64-cpython-310 creating build/lib.openbsd-7.5-amd64-cpython-310/osqp copying module/__init__.py -> build/lib.openbsd-7.5-amd64-cpython-310/osqp copying module/interface.py -> build/lib.openbsd-7.5-amd64-cpython-310/osqp copying module/utils.py -> build/lib.openbsd-7.5-amd64-cpython-310/osqp creating build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen copying module/codegen/__init__.py -> build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen copying module/codegen/code_generator.py -> build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen copying module/codegen/utils.py -> build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen creating build/lib.openbsd-7.5-amd64-cpython-310/osqp/tests copying module/tests/__init__.py -> build/lib.openbsd-7.5-amd64-cpython-310/osqp/tests copying module/tests/basic_test.py -> build/lib.openbsd-7.5-amd64-cpython-310/osqp/tests copying module/tests/codegen_matrices_test.py -> build/lib.openbsd-7.5-amd64-cpython-310/osqp/tests copying module/tests/codegen_vectors_test.py -> build/lib.openbsd-7.5-amd64-cpython-310/osqp/tests copying module/tests/dual_infeasibility_test.py -> build/lib.openbsd-7.5-amd64-cpython-310/osqp/tests copying module/tests/feasibility_test.py -> build/lib.openbsd-7.5-amd64-cpython-310/osqp/tests copying module/tests/mkl_pardiso_test.py -> build/lib.openbsd-7.5-amd64-cpython-310/osqp/tests copying module/tests/non_convex_test.py -> build/lib.openbsd-7.5-amd64-cpython-310/osqp/tests copying module/tests/polishing_test.py -> build/lib.openbsd-7.5-amd64-cpython-310/osqp/tests copying module/tests/primal_infeasibility_test.py -> build/lib.openbsd-7.5-amd64-cpython-310/osqp/tests copying module/tests/unconstrained_test.py -> build/lib.openbsd-7.5-amd64-cpython-310/osqp/tests copying module/tests/update_matrices_test.py -> build/lib.openbsd-7.5-amd64-cpython-310/osqp/tests copying module/tests/warm_start_test.py -> build/lib.openbsd-7.5-amd64-cpython-310/osqp/tests creating build/lib.openbsd-7.5-amd64-cpython-310/osqppurepy copying modulepurepy/__init__.py -> build/lib.openbsd-7.5-amd64-cpython-310/osqppurepy copying modulepurepy/_osqp.py -> build/lib.openbsd-7.5-amd64-cpython-310/osqppurepy copying modulepurepy/interface.py -> build/lib.openbsd-7.5-amd64-cpython-310/osqppurepy running egg_info writing osqp.egg-info/PKG-INFO writing dependency_links to osqp.egg-info/dependency_links.txt writing requirements to osqp.egg-info/requires.txt writing top-level names to osqp.egg-info/top_level.txt reading manifest file 'osqp.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'osqp.egg-info/SOURCES.txt' /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'osqp.codegen.files_to_generate' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'osqp.codegen.files_to_generate' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'osqp.codegen.files_to_generate' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'osqp.codegen.files_to_generate' to be distributed and are already explicitly excluding 'osqp.codegen.files_to_generate' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'osqp.codegen.sources.configure' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'osqp.codegen.sources.configure' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'osqp.codegen.sources.configure' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'osqp.codegen.sources.configure' to be distributed and are already explicitly excluding 'osqp.codegen.sources.configure' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'osqp.codegen.sources.include' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'osqp.codegen.sources.include' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'osqp.codegen.sources.include' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'osqp.codegen.sources.include' to be distributed and are already explicitly excluding 'osqp.codegen.sources.include' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'osqp.codegen.sources.src' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'osqp.codegen.sources.src' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'osqp.codegen.sources.src' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'osqp.codegen.sources.src' to be distributed and are already explicitly excluding 'osqp.codegen.sources.src' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) creating build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/files_to_generate copying module/codegen/files_to_generate/CMakeLists.txt -> build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/files_to_generate copying module/codegen/files_to_generate/emosqpmodule.c -> build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/files_to_generate copying module/codegen/files_to_generate/example.c -> build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/files_to_generate copying module/codegen/files_to_generate/setup.py -> build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/files_to_generate creating build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/sources creating build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/sources/configure copying module/codegen/sources/configure/osqp_configure.h.in -> build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/sources/configure copying module/codegen/sources/configure/qdldl_types.h.in -> build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/sources/configure creating build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/sources/include copying module/codegen/sources/include/CMakeLists.txt -> build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/sources/include copying module/codegen/sources/include/auxil.h -> build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/sources/include copying module/codegen/sources/include/constants.h -> build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/sources/include copying module/codegen/sources/include/error.h -> build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/sources/include copying module/codegen/sources/include/glob_opts.h -> build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/sources/include copying module/codegen/sources/include/kkt.h -> build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/sources/include copying module/codegen/sources/include/lin_alg.h -> build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/sources/include copying module/codegen/sources/include/osqp.h -> build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/sources/include copying module/codegen/sources/include/proj.h -> build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/sources/include copying module/codegen/sources/include/qdldl.h -> build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/sources/include copying module/codegen/sources/include/qdldl_interface.h -> build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/sources/include copying module/codegen/sources/include/scaling.h -> build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/sources/include copying module/codegen/sources/include/types.h -> build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/sources/include copying module/codegen/sources/include/util.h -> build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/sources/include creating build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/sources/src copying module/codegen/sources/src/CMakeLists.txt -> build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/sources/src copying module/codegen/sources/src/auxil.c -> build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/sources/src copying module/codegen/sources/src/error.c -> build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/sources/src copying module/codegen/sources/src/kkt.c -> build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/sources/src copying module/codegen/sources/src/lin_alg.c -> build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/sources/src copying module/codegen/sources/src/osqp.c -> build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/sources/src copying module/codegen/sources/src/proj.c -> build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/sources/src copying module/codegen/sources/src/qdldl.c -> build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/sources/src copying module/codegen/sources/src/qdldl_interface.c -> build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/sources/src copying module/codegen/sources/src/scaling.c -> build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/sources/src copying module/codegen/sources/src/util.c -> build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/sources/src running build_ext CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- The C compiler identification is Clang 16.0.6 -- The CXX compiler identification is Clang 16.0.6 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /exopi-obj/pobj/py-osqp-0.6.1-python3/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /exopi-obj/pobj/py-osqp-0.6.1-python3/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- We are on a OpenBSD system -- Embedded is OFF -- Printing is ON -- Profiling is ON -- User interrupt is ON -- Floats are OFF -- Long integers (64bit) are OFF -- Code coverage is OFF -- MKL Pardiso: ON -- Floats are OFF -- Long integers (64bit) are OFF CMake Deprecation Warning at lin_sys/direct/qdldl/qdldl_sources/CMakeLists.txt:2 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- Configuring done (2.8s) -- Generating done (0.1s) -- Build files have been written to: /exopi-obj/pobj/py-osqp-0.6.1-python3/osqp-0.6.1/osqp_sources/build [ 3%] Building C object lin_sys/direct/qdldl/qdldl_sources/CMakeFiles/qdldlobject.dir/src/qdldl.c.o [ 3%] Built target qdldlobject [ 6%] Building C object lin_sys/direct/qdldl/CMakeFiles/linsys_qdldl.dir/amd/src/amd_1.c.o [ 10%] Building C object lin_sys/direct/qdldl/CMakeFiles/linsys_qdldl.dir/amd/src/amd_2.c.o [ 13%] Building C object lin_sys/direct/qdldl/CMakeFiles/linsys_qdldl.dir/amd/src/amd_aat.c.o [ 16%] Building C object lin_sys/direct/qdldl/CMakeFiles/linsys_qdldl.dir/amd/src/amd_control.c.o [ 20%] Building C object lin_sys/direct/qdldl/CMakeFiles/linsys_qdldl.dir/amd/src/amd_defaults.c.o [ 23%] Building C object lin_sys/direct/qdldl/CMakeFiles/linsys_qdldl.dir/amd/src/amd_info.c.o [ 26%] Building C object lin_sys/direct/qdldl/CMakeFiles/linsys_qdldl.dir/amd/src/amd_order.c.o [ 30%] Building C object lin_sys/direct/qdldl/CMakeFiles/linsys_qdldl.dir/amd/src/amd_post_tree.c.o [ 33%] Building C object lin_sys/direct/qdldl/CMakeFiles/linsys_qdldl.dir/amd/src/amd_postorder.c.o [ 36%] Building C object lin_sys/direct/qdldl/CMakeFiles/linsys_qdldl.dir/amd/src/amd_preprocess.c.o [ 40%] Building C object lin_sys/direct/qdldl/CMakeFiles/linsys_qdldl.dir/amd/src/amd_valid.c.o [ 43%] Building C object lin_sys/direct/qdldl/CMakeFiles/linsys_qdldl.dir/amd/src/SuiteSparse_config.c.o [ 46%] Building C object lin_sys/direct/qdldl/CMakeFiles/linsys_qdldl.dir/qdldl_interface.c.o [ 46%] Built target linsys_qdldl [ 50%] Building C object lin_sys/direct/CMakeFiles/linsys_pardiso.dir/pardiso/pardiso_interface.c.o [ 53%] Building C object lin_sys/direct/CMakeFiles/linsys_pardiso.dir/pardiso/pardiso_loader.c.o [ 53%] Built target linsys_pardiso [ 56%] Building C object CMakeFiles/osqpstatic.dir/src/auxil.c.o [ 60%] Building C object CMakeFiles/osqpstatic.dir/src/error.c.o [ 63%] Building C object CMakeFiles/osqpstatic.dir/src/lin_alg.c.o [ 66%] Building C object CMakeFiles/osqpstatic.dir/src/osqp.c.o [ 70%] Building C object CMakeFiles/osqpstatic.dir/src/proj.c.o [ 73%] Building C object CMakeFiles/osqpstatic.dir/src/scaling.c.o [ 76%] Building C object CMakeFiles/osqpstatic.dir/src/util.c.o [ 80%] Building C object CMakeFiles/osqpstatic.dir/src/kkt.c.o [ 83%] Building C object CMakeFiles/osqpstatic.dir/src/cs.c.o [ 86%] Building C object CMakeFiles/osqpstatic.dir/src/polish.c.o [ 90%] Building C object CMakeFiles/osqpstatic.dir/src/lin_sys.c.o [ 93%] Building C object CMakeFiles/osqpstatic.dir/src/ctrlc.c.o [ 96%] Building C object CMakeFiles/osqpstatic.dir/lin_sys/lib_handler.c.o [100%] Linking C static library out/libosqp.a [100%] Built target osqpstatic building 'osqp._osqp' extension creating build/temp.openbsd-7.5-amd64-cpython-310 creating build/temp.openbsd-7.5-amd64-cpython-310/extension creating build/temp.openbsd-7.5-amd64-cpython-310/extension/src cc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -g -fPIC -O2 -pipe -g -O2 -pipe -g -O2 -pipe -fPIC -DPYTHON -Iosqp_sources/include -Iosqp_sources/lin_sys/direct/qdldl -Iosqp_sources/lin_sys/direct/qdldl/qdldl_sources/include -Iextension/include -I/usr/local/lib/python3.10/site-packages/numpy/core/include -I/usr/local/include/python3.10 -c extension/src/osqpmodule.c -o build/temp.openbsd-7.5-amd64-cpython-310/extension/src/osqpmodule.o -O3 cc -shared -fPIC -L/usr/local/lib/ -O2 -pipe build/temp.openbsd-7.5-amd64-cpython-310/extension/src/osqpmodule.o extension/src/libosqp.a -L/usr/local/lib -o build/lib.openbsd-7.5-amd64-cpython-310/osqp/_osqp.cpython-310.so installing to build/bdist.openbsd-7.5-amd64/wheel running install running install_lib creating build/bdist.openbsd-7.5-amd64 creating build/bdist.openbsd-7.5-amd64/wheel creating build/bdist.openbsd-7.5-amd64/wheel/osqp copying build/lib.openbsd-7.5-amd64-cpython-310/osqp/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/osqp copying build/lib.openbsd-7.5-amd64-cpython-310/osqp/interface.py -> build/bdist.openbsd-7.5-amd64/wheel/osqp copying build/lib.openbsd-7.5-amd64-cpython-310/osqp/utils.py -> build/bdist.openbsd-7.5-amd64/wheel/osqp creating build/bdist.openbsd-7.5-amd64/wheel/osqp/codegen copying build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/osqp/codegen copying build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/code_generator.py -> build/bdist.openbsd-7.5-amd64/wheel/osqp/codegen copying build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/utils.py -> build/bdist.openbsd-7.5-amd64/wheel/osqp/codegen creating build/bdist.openbsd-7.5-amd64/wheel/osqp/codegen/files_to_generate copying build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/files_to_generate/CMakeLists.txt -> build/bdist.openbsd-7.5-amd64/wheel/osqp/codegen/files_to_generate copying build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/files_to_generate/emosqpmodule.c -> build/bdist.openbsd-7.5-amd64/wheel/osqp/codegen/files_to_generate copying build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/files_to_generate/example.c -> build/bdist.openbsd-7.5-amd64/wheel/osqp/codegen/files_to_generate copying build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/files_to_generate/setup.py -> build/bdist.openbsd-7.5-amd64/wheel/osqp/codegen/files_to_generate creating build/bdist.openbsd-7.5-amd64/wheel/osqp/codegen/sources creating build/bdist.openbsd-7.5-amd64/wheel/osqp/codegen/sources/configure copying build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/sources/configure/osqp_configure.h.in -> build/bdist.openbsd-7.5-amd64/wheel/osqp/codegen/sources/configure copying build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/sources/configure/qdldl_types.h.in -> build/bdist.openbsd-7.5-amd64/wheel/osqp/codegen/sources/configure creating build/bdist.openbsd-7.5-amd64/wheel/osqp/codegen/sources/include copying build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/sources/include/CMakeLists.txt -> build/bdist.openbsd-7.5-amd64/wheel/osqp/codegen/sources/include copying build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/sources/include/auxil.h -> build/bdist.openbsd-7.5-amd64/wheel/osqp/codegen/sources/include copying build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/sources/include/constants.h -> build/bdist.openbsd-7.5-amd64/wheel/osqp/codegen/sources/include copying build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/sources/include/error.h -> build/bdist.openbsd-7.5-amd64/wheel/osqp/codegen/sources/include copying build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/sources/include/glob_opts.h -> build/bdist.openbsd-7.5-amd64/wheel/osqp/codegen/sources/include copying build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/sources/include/kkt.h -> build/bdist.openbsd-7.5-amd64/wheel/osqp/codegen/sources/include copying build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/sources/include/lin_alg.h -> build/bdist.openbsd-7.5-amd64/wheel/osqp/codegen/sources/include copying build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/sources/include/osqp.h -> build/bdist.openbsd-7.5-amd64/wheel/osqp/codegen/sources/include copying build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/sources/include/proj.h -> build/bdist.openbsd-7.5-amd64/wheel/osqp/codegen/sources/include copying build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/sources/include/qdldl.h -> build/bdist.openbsd-7.5-amd64/wheel/osqp/codegen/sources/include copying build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/sources/include/qdldl_interface.h -> build/bdist.openbsd-7.5-amd64/wheel/osqp/codegen/sources/include copying build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/sources/include/scaling.h -> build/bdist.openbsd-7.5-amd64/wheel/osqp/codegen/sources/include copying build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/sources/include/types.h -> build/bdist.openbsd-7.5-amd64/wheel/osqp/codegen/sources/include copying build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/sources/include/util.h -> build/bdist.openbsd-7.5-amd64/wheel/osqp/codegen/sources/include creating build/bdist.openbsd-7.5-amd64/wheel/osqp/codegen/sources/src copying build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/sources/src/CMakeLists.txt -> build/bdist.openbsd-7.5-amd64/wheel/osqp/codegen/sources/src copying build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/sources/src/auxil.c -> build/bdist.openbsd-7.5-amd64/wheel/osqp/codegen/sources/src copying build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/sources/src/error.c -> build/bdist.openbsd-7.5-amd64/wheel/osqp/codegen/sources/src copying build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/sources/src/kkt.c -> build/bdist.openbsd-7.5-amd64/wheel/osqp/codegen/sources/src copying build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/sources/src/lin_alg.c -> build/bdist.openbsd-7.5-amd64/wheel/osqp/codegen/sources/src copying build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/sources/src/osqp.c -> build/bdist.openbsd-7.5-amd64/wheel/osqp/codegen/sources/src copying build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/sources/src/proj.c -> build/bdist.openbsd-7.5-amd64/wheel/osqp/codegen/sources/src copying build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/sources/src/qdldl.c -> build/bdist.openbsd-7.5-amd64/wheel/osqp/codegen/sources/src copying build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/sources/src/qdldl_interface.c -> build/bdist.openbsd-7.5-amd64/wheel/osqp/codegen/sources/src copying build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/sources/src/scaling.c -> build/bdist.openbsd-7.5-amd64/wheel/osqp/codegen/sources/src copying build/lib.openbsd-7.5-amd64-cpython-310/osqp/codegen/sources/src/util.c -> build/bdist.openbsd-7.5-amd64/wheel/osqp/codegen/sources/src creating build/bdist.openbsd-7.5-amd64/wheel/osqp/tests copying build/lib.openbsd-7.5-amd64-cpython-310/osqp/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/osqp/tests copying build/lib.openbsd-7.5-amd64-cpython-310/osqp/tests/basic_test.py -> build/bdist.openbsd-7.5-amd64/wheel/osqp/tests copying build/lib.openbsd-7.5-amd64-cpython-310/osqp/tests/codegen_matrices_test.py -> build/bdist.openbsd-7.5-amd64/wheel/osqp/tests copying build/lib.openbsd-7.5-amd64-cpython-310/osqp/tests/codegen_vectors_test.py -> build/bdist.openbsd-7.5-amd64/wheel/osqp/tests copying build/lib.openbsd-7.5-amd64-cpython-310/osqp/tests/dual_infeasibility_test.py -> build/bdist.openbsd-7.5-amd64/wheel/osqp/tests copying build/lib.openbsd-7.5-amd64-cpython-310/osqp/tests/feasibility_test.py -> build/bdist.openbsd-7.5-amd64/wheel/osqp/tests copying build/lib.openbsd-7.5-amd64-cpython-310/osqp/tests/mkl_pardiso_test.py -> build/bdist.openbsd-7.5-amd64/wheel/osqp/tests copying build/lib.openbsd-7.5-amd64-cpython-310/osqp/tests/non_convex_test.py -> build/bdist.openbsd-7.5-amd64/wheel/osqp/tests copying build/lib.openbsd-7.5-amd64-cpython-310/osqp/tests/polishing_test.py -> build/bdist.openbsd-7.5-amd64/wheel/osqp/tests copying build/lib.openbsd-7.5-amd64-cpython-310/osqp/tests/primal_infeasibility_test.py -> build/bdist.openbsd-7.5-amd64/wheel/osqp/tests copying build/lib.openbsd-7.5-amd64-cpython-310/osqp/tests/unconstrained_test.py -> build/bdist.openbsd-7.5-amd64/wheel/osqp/tests copying build/lib.openbsd-7.5-amd64-cpython-310/osqp/tests/update_matrices_test.py -> build/bdist.openbsd-7.5-amd64/wheel/osqp/tests copying build/lib.openbsd-7.5-amd64-cpython-310/osqp/tests/warm_start_test.py -> build/bdist.openbsd-7.5-amd64/wheel/osqp/tests copying build/lib.openbsd-7.5-amd64-cpython-310/osqp/_osqp.cpython-310.so -> build/bdist.openbsd-7.5-amd64/wheel/osqp creating build/bdist.openbsd-7.5-amd64/wheel/osqppurepy copying build/lib.openbsd-7.5-amd64-cpython-310/osqppurepy/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/osqppurepy copying build/lib.openbsd-7.5-amd64-cpython-310/osqppurepy/_osqp.py -> build/bdist.openbsd-7.5-amd64/wheel/osqppurepy copying build/lib.openbsd-7.5-amd64-cpython-310/osqppurepy/interface.py -> build/bdist.openbsd-7.5-amd64/wheel/osqppurepy running install_egg_info Copying osqp.egg-info to build/bdist.openbsd-7.5-amd64/wheel/osqp-0.6.1-py3.10.egg-info running install_scripts creating build/bdist.openbsd-7.5-amd64/wheel/osqp-0.6.1.dist-info/WHEEL creating '/exopi-obj/pobj/py-osqp-0.6.1-python3/osqp-0.6.1/dist/.tmp-woj3jkpp/osqp-0.6.1-cp310-cp310-openbsd_7_5_amd64.whl' and adding 'build/bdist.openbsd-7.5-amd64/wheel' to it adding 'osqp/__init__.py' adding 'osqp/_osqp.cpython-310.so' adding 'osqp/interface.py' adding 'osqp/utils.py' adding 'osqp/codegen/__init__.py' adding 'osqp/codegen/code_generator.py' adding 'osqp/codegen/utils.py' adding 'osqp/codegen/files_to_generate/CMakeLists.txt' adding 'osqp/codegen/files_to_generate/emosqpmodule.c' adding 'osqp/codegen/files_to_generate/example.c' adding 'osqp/codegen/files_to_generate/setup.py' adding 'osqp/codegen/sources/configure/osqp_configure.h.in' adding 'osqp/codegen/sources/configure/qdldl_types.h.in' adding 'osqp/codegen/sources/include/CMakeLists.txt' adding 'osqp/codegen/sources/include/auxil.h' adding 'osqp/codegen/sources/include/constants.h' adding 'osqp/codegen/sources/include/error.h' adding 'osqp/codegen/sources/include/glob_opts.h' adding 'osqp/codegen/sources/include/kkt.h' adding 'osqp/codegen/sources/include/lin_alg.h' adding 'osqp/codegen/sources/include/osqp.h' adding 'osqp/codegen/sources/include/proj.h' adding 'osqp/codegen/sources/include/qdldl.h' adding 'osqp/codegen/sources/include/qdldl_interface.h' adding 'osqp/codegen/sources/include/scaling.h' adding 'osqp/codegen/sources/include/types.h' adding 'osqp/codegen/sources/include/util.h' adding 'osqp/codegen/sources/src/CMakeLists.txt' adding 'osqp/codegen/sources/src/auxil.c' adding 'osqp/codegen/sources/src/error.c' adding 'osqp/codegen/sources/src/kkt.c' adding 'osqp/codegen/sources/src/lin_alg.c' adding 'osqp/codegen/sources/src/osqp.c' adding 'osqp/codegen/sources/src/proj.c' adding 'osqp/codegen/sources/src/qdldl.c' adding 'osqp/codegen/sources/src/qdldl_interface.c' adding 'osqp/codegen/sources/src/scaling.c' adding 'osqp/codegen/sources/src/util.c' adding 'osqp/tests/__init__.py' adding 'osqp/tests/basic_test.py' adding 'osqp/tests/codegen_matrices_test.py' adding 'osqp/tests/codegen_vectors_test.py' adding 'osqp/tests/dual_infeasibility_test.py' adding 'osqp/tests/feasibility_test.py' adding 'osqp/tests/mkl_pardiso_test.py' adding 'osqp/tests/non_convex_test.py' adding 'osqp/tests/polishing_test.py' adding 'osqp/tests/primal_infeasibility_test.py' adding 'osqp/tests/unconstrained_test.py' adding 'osqp/tests/update_matrices_test.py' adding 'osqp/tests/warm_start_test.py' adding 'osqppurepy/__init__.py' adding 'osqppurepy/_osqp.py' adding 'osqppurepy/interface.py' adding 'osqp-0.6.1.dist-info/LICENSE' adding 'osqp-0.6.1.dist-info/METADATA' adding 'osqp-0.6.1.dist-info/WHEEL' adding 'osqp-0.6.1.dist-info/top_level.txt' adding 'osqp-0.6.1.dist-info/RECORD' removing build/bdist.openbsd-7.5-amd64/wheel Successfully built osqp-0.6.1-cp310-cp310-openbsd_7_5_amd64.whl >>> Running package in math/py-osqp,python3 at 1711589032.47 ===> math/py-osqp,python3 ===> Faking installation for py3-osqp-0.6.1p7 ===> Building package for py3-osqp-0.6.1p7 Create /exopi-cvs/ports/packages/amd64/all/py3-osqp-0.6.1p7.tgz Creating package py3-osqp-0.6.1p7 reading plist| checking dependencies| checking dependencies|devel/py-future,python3 checking dependencies|lang/python/3.10,-main checking dependencies|math/py-numpy,python3 checking dependencies|math/py-scipy,python3 checksumming| checksumming| | 0% checksumming| | 1% checksumming|* | 1% checksumming|* | 2% checksumming|** | 3% checksumming|** | 4% checksumming|*** | 4% checksumming|*** | 5% checksumming|**** | 6% checksumming|**** | 7% checksumming|***** | 7% checksumming|***** | 8% checksumming|***** | 9% checksumming|****** | 10% checksumming|******* | 11% checksumming|******* | 12% checksumming|******** | 13% checksumming|********* | 14% checksumming|********* | 15% checksumming|********** | 16% checksumming|********** | 17% checksumming|*********** | 18% checksumming|*********** | 19% checksumming|************ | 19% checksumming|************ | 20% checksumming|************* | 21% checksumming|************* | 22% checksumming|************** | 22% checksumming|************** | 23% checksumming|*************** | 24% checksumming|*************** | 25% checksumming|**************** | 26% checksumming|**************** | 27% checksumming|***************** | 28% checksumming|****************** | 29% checksumming|****************** | 30% checksumming|******************* | 31% checksumming|******************** | 32% checksumming|******************** | 33% checksumming|******************** | 34% checksumming|********************* | 34% checksumming|********************* | 35% checksumming|********************** | 36% checksumming|********************** | 37% checksumming|*********************** | 37% checksumming|*********************** | 38% checksumming|************************ | 39% checksumming|************************ | 40% checksumming|************************* | 40% checksumming|************************* | 41% checksumming|************************* | 42% checksumming|************************** | 43% checksumming|*************************** | 44% checksumming|*************************** | 45% checksumming|**************************** | 46% checksumming|***************************** | 47% checksumming|***************************** | 48% checksumming|****************************** | 49% checksumming|******************************* | 50% checksumming|******************************* | 51% checksumming|******************************** | 52% checksumming|******************************** | 53% checksumming|********************************* | 54% checksumming|********************************** | 55% checksumming|********************************** | 56% checksumming|*********************************** | 57% checksumming|************************************ | 58% checksumming|************************************ | 59% checksumming|************************************ | 60% checksumming|************************************* | 60% checksumming|************************************* | 61% checksumming|************************************** | 62% checksumming|************************************** | 63% checksumming|*************************************** | 63% checksumming|*************************************** | 64% checksumming|**************************************** | 65% checksumming|**************************************** | 66% checksumming|***************************************** | 66% checksumming|***************************************** | 67% checksumming|***************************************** | 68% checksumming|****************************************** | 69% checksumming|******************************************* | 70% checksumming|******************************************* | 71% checksumming|******************************************** | 72% checksumming|********************************************* | 73% checksumming|********************************************* | 74% checksumming|********************************************** | 75% checksumming|********************************************** | 76% checksumming|*********************************************** | 77% checksumming|*********************************************** | 78% checksumming|************************************************ | 78% checksumming|************************************************ | 79% checksumming|************************************************* | 80% checksumming|************************************************* | 81% checksumming|************************************************** | 81% checksumming|************************************************** | 82% checksumming|*************************************************** | 83% checksumming|*************************************************** | 84% checksumming|**************************************************** | 85% checksumming|**************************************************** | 86% checksumming|***************************************************** | 87% checksumming|****************************************************** | 88% checksumming|****************************************************** | 89% checksumming|******************************************************* | 90% checksumming|******************************************************** | 91% checksumming|******************************************************** | 92% checksumming|******************************************************** | 93% checksumming|********************************************************* | 93% checksumming|********************************************************* | 94% checksumming|********************************************************** | 95% checksumming|********************************************************** | 96% checksumming|*********************************************************** | 96% checksumming|*********************************************************** | 97% checksumming|************************************************************ | 98% checksumming|************************************************************ | 99% checksumming|*************************************************************| 99% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|* | 1% archiving|* | 2% archiving|** | 2% archiving|** | 3% archiving|*** | 5% archiving|**** | 6% archiving|**** | 7% archiving|***** | 8% archiving|****** | 9% archiving|****** | 10% archiving|******* | 10% archiving|******* | 11% archiving|******* | 12% archiving|******** | 12% archiving|******** | 13% archiving|********* | 13% archiving|********* | 14% archiving|********** | 15% archiving|************* | 20% archiving|**************** | 25% archiving|**************** | 26% archiving|***************** | 26% archiving|***************** | 27% archiving|*********************************** | 55% archiving|************************************ | 56% archiving|************************************ | 57% archiving|************************************* | 58% archiving|*************************************** | 60% archiving|*************************************** | 61% archiving|**************************************** | 62% archiving|**************************************** | 63% archiving|***************************************** | 63% archiving|***************************************** | 65% archiving|****************************************** | 66% archiving|******************************************* | 67% archiving|******************************************* | 68% archiving|********************************************** | 72% archiving|*********************************************** | 73% archiving|************************************************** | 79% archiving|*************************************************** | 79% archiving|*************************************************** | 80% archiving|**************************************************** | 81% archiving|**************************************************** | 82% archiving|***************************************************** | 83% archiving|****************************************************** | 85% archiving|******************************************************* | 86% archiving|******************************************************** | 87% archiving|******************************************************** | 88% archiving|********************************************************* | 89% archiving|********************************************************* | 90% archiving|********************************************************** | 90% archiving|********************************************************** | 91% archiving|*********************************************************** | 92% archiving|*************************************************************** | 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-osqp-0.6.1p7.tgz >>> Running clean in math/py-osqp,python3 at 1711589039.45 ===> math/py-osqp,python3 ===> Cleaning for py3-osqp-0.6.1p7 >>> Ended at 1711589039.75 max_stuck=13.64/depends=14.31/show-prepare-results=2.44/build=19.27/package=7.01/clean=0.33