>>> Building on exopi-4 under www/buku BDEPENDS = [devel/py-setuptools,python3;devel/py-build,python3;lang/python/3;devel/py-wheel,python3;devel/py-installer,python3] DIST = [www/buku:buku-4.9.tar.gz] FULLPKGNAME = buku-4.9 RDEPENDS = [devel/py-certifi,python3;devel/py-html5lib,python3;security/py-cryptography,python3;x11/xsel;www/py-beautifulsoup4,python3;lang/python/3;www/py-urllib3,python3] (Junk lock obtained for exopi-4 at 1716217712.38) >>> Running depends in www/buku at 1716217712.42 last junk was in net/py-ncclient,python3 /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.1p1 py3-installer-0.7.0p0 py3-setuptools-68.0.0p0v0 py3-wheel-0.43.0p0 python-3.11.9p2 was: /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.1p1 py3-installer-0.7.0p0 py3-setuptools-68.0.0p0v0 py3-wheel-0.43.0p0 python-3.11.9p2 /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.1p1 py3-installer-0.7.0p0 py3-setuptools-68.0.0p0v0 py3-wheel-0.43.0p0 python-3.11.9p2 >>> Running show-prepare-results in www/buku at 1716217713.81 ===> www/buku ===> Building from scratch buku-4.9 ===> buku-4.9 depends on: python->=3.11,<3.12 -> python-3.11.9p2 ===> buku-4.9 depends on: py3-build-* -> py3-build-1.2.1p1 ===> buku-4.9 depends on: py3-installer-* -> py3-installer-0.7.0p0 ===> buku-4.9 depends on: py3-setuptools-* -> py3-setuptools-68.0.0p0v0 ===> buku-4.9 depends on: py3-wheel-* -> py3-wheel-0.43.0p0 py3-build-1.2.1p1 py3-installer-0.7.0p0 py3-setuptools-68.0.0p0v0 py3-wheel-0.43.0p0 python-3.11.9p2 (Junk lock released for exopi-4 at 1716217714.83) distfiles size=249347 >>> Running build in www/buku at 1716217714.85 ===> www/buku ===> Checking files for buku-4.9 `/exopi-cvs/ports/distfiles/buku-4.9.tar.gz' is up to date. >> (SHA256) buku-4.9.tar.gz: OK ===> Extracting for buku-4.9 ===> Patching for buku-4.9 ===> 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 buku-4.9 ===> Configuring for buku-4.9 ===> Building for buku-4.9 * Getting build dependencies for wheel... running egg_info writing buku.egg-info/PKG-INFO writing dependency_links to buku.egg-info/dependency_links.txt writing entry points to buku.egg-info/entry_points.txt writing requirements to buku.egg-info/requires.txt writing top-level names to buku.egg-info/top_level.txt reading manifest file 'buku.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'buku.egg-info/SOURCES.txt' * Building wheel... running bdist_wheel running build running build_py creating build creating build/lib copying buku.py -> build/lib creating build/lib/bukuserver copying bukuserver/__init__.py -> build/lib/bukuserver copying bukuserver/__main__.py -> build/lib/bukuserver copying bukuserver/api.py -> build/lib/bukuserver copying bukuserver/filters.py -> build/lib/bukuserver copying bukuserver/forms.py -> build/lib/bukuserver copying bukuserver/response.py -> build/lib/bukuserver copying bukuserver/server.py -> build/lib/bukuserver copying bukuserver/views.py -> build/lib/bukuserver creating build/lib/bukuserver/middleware copying bukuserver/middleware/__init__.py -> build/lib/bukuserver/middleware copying bukuserver/middleware/flask_reverse_proxy_fix.py -> build/lib/bukuserver/middleware running egg_info writing buku.egg-info/PKG-INFO writing dependency_links to buku.egg-info/dependency_links.txt writing entry points to buku.egg-info/entry_points.txt writing requirements to buku.egg-info/requires.txt writing top-level names to buku.egg-info/top_level.txt reading manifest file 'buku.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'buku.egg-info/SOURCES.txt' /usr/local/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'bukuserver.static.bukuserver' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'bukuserver.static.bukuserver' 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 'bukuserver.static.bukuserver' 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 'bukuserver.static.bukuserver' to be distributed and are already explicitly excluding 'bukuserver.static.bukuserver' 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.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'bukuserver.static.bukuserver.css' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'bukuserver.static.bukuserver.css' 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 'bukuserver.static.bukuserver.css' 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 'bukuserver.static.bukuserver.css' to be distributed and are already explicitly excluding 'bukuserver.static.bukuserver.css' 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.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'bukuserver.static.bukuserver.js' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'bukuserver.static.bukuserver.js' 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 'bukuserver.static.bukuserver.js' 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 'bukuserver.static.bukuserver.js' to be distributed and are already explicitly excluding 'bukuserver.static.bukuserver.js' 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.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'bukuserver.templates.bukuserver' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'bukuserver.templates.bukuserver' 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 'bukuserver.templates.bukuserver' 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 'bukuserver.templates.bukuserver' to be distributed and are already explicitly excluding 'bukuserver.templates.bukuserver' 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/bukuserver/static creating build/lib/bukuserver/static/bukuserver copying bukuserver/static/bukuserver/favicon.svg -> build/lib/bukuserver/static/bukuserver creating build/lib/bukuserver/static/bukuserver/css copying bukuserver/static/bukuserver/css/bookmark.css -> build/lib/bukuserver/static/bukuserver/css creating build/lib/bukuserver/static/bukuserver/js copying bukuserver/static/bukuserver/js/Chart.js -> build/lib/bukuserver/static/bukuserver/js copying bukuserver/static/bukuserver/js/bookmark.js -> build/lib/bukuserver/static/bukuserver/js copying bukuserver/static/bukuserver/js/last_page.js -> build/lib/bukuserver/static/bukuserver/js copying bukuserver/static/bukuserver/js/page_size.js -> build/lib/bukuserver/static/bukuserver/js creating build/lib/bukuserver/templates creating build/lib/bukuserver/templates/bukuserver copying bukuserver/templates/bukuserver/bookmark_create.html -> build/lib/bukuserver/templates/bukuserver copying bukuserver/templates/bukuserver/bookmark_create_modal.html -> build/lib/bukuserver/templates/bukuserver copying bukuserver/templates/bukuserver/bookmark_details.html -> build/lib/bukuserver/templates/bukuserver copying bukuserver/templates/bukuserver/bookmark_details_modal.html -> build/lib/bukuserver/templates/bukuserver copying bukuserver/templates/bukuserver/bookmark_edit.html -> build/lib/bukuserver/templates/bukuserver copying bukuserver/templates/bukuserver/bookmark_edit_modal.html -> build/lib/bukuserver/templates/bukuserver copying bukuserver/templates/bukuserver/bookmarklet.url -> build/lib/bukuserver/templates/bukuserver copying bukuserver/templates/bukuserver/bookmarks_list.html -> build/lib/bukuserver/templates/bukuserver copying bukuserver/templates/bukuserver/home.html -> build/lib/bukuserver/templates/bukuserver copying bukuserver/templates/bukuserver/lib.html -> build/lib/bukuserver/templates/bukuserver copying bukuserver/templates/bukuserver/statistic.html -> build/lib/bukuserver/templates/bukuserver copying bukuserver/templates/bukuserver/tags_list.html -> build/lib/bukuserver/templates/bukuserver 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 copying build/lib/buku.py -> build/bdist.openbsd-7.5-amd64/wheel creating build/bdist.openbsd-7.5-amd64/wheel/bukuserver copying build/lib/bukuserver/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/bukuserver copying build/lib/bukuserver/__main__.py -> build/bdist.openbsd-7.5-amd64/wheel/bukuserver copying build/lib/bukuserver/api.py -> build/bdist.openbsd-7.5-amd64/wheel/bukuserver copying build/lib/bukuserver/filters.py -> build/bdist.openbsd-7.5-amd64/wheel/bukuserver copying build/lib/bukuserver/forms.py -> build/bdist.openbsd-7.5-amd64/wheel/bukuserver copying build/lib/bukuserver/response.py -> build/bdist.openbsd-7.5-amd64/wheel/bukuserver copying build/lib/bukuserver/server.py -> build/bdist.openbsd-7.5-amd64/wheel/bukuserver copying build/lib/bukuserver/views.py -> build/bdist.openbsd-7.5-amd64/wheel/bukuserver creating build/bdist.openbsd-7.5-amd64/wheel/bukuserver/middleware copying build/lib/bukuserver/middleware/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/bukuserver/middleware copying build/lib/bukuserver/middleware/flask_reverse_proxy_fix.py -> build/bdist.openbsd-7.5-amd64/wheel/bukuserver/middleware creating build/bdist.openbsd-7.5-amd64/wheel/bukuserver/static creating build/bdist.openbsd-7.5-amd64/wheel/bukuserver/static/bukuserver copying build/lib/bukuserver/static/bukuserver/favicon.svg -> build/bdist.openbsd-7.5-amd64/wheel/bukuserver/static/bukuserver creating build/bdist.openbsd-7.5-amd64/wheel/bukuserver/static/bukuserver/css copying build/lib/bukuserver/static/bukuserver/css/bookmark.css -> build/bdist.openbsd-7.5-amd64/wheel/bukuserver/static/bukuserver/css creating build/bdist.openbsd-7.5-amd64/wheel/bukuserver/static/bukuserver/js copying build/lib/bukuserver/static/bukuserver/js/Chart.js -> build/bdist.openbsd-7.5-amd64/wheel/bukuserver/static/bukuserver/js copying build/lib/bukuserver/static/bukuserver/js/bookmark.js -> build/bdist.openbsd-7.5-amd64/wheel/bukuserver/static/bukuserver/js copying build/lib/bukuserver/static/bukuserver/js/last_page.js -> build/bdist.openbsd-7.5-amd64/wheel/bukuserver/static/bukuserver/js copying build/lib/bukuserver/static/bukuserver/js/page_size.js -> build/bdist.openbsd-7.5-amd64/wheel/bukuserver/static/bukuserver/js creating build/bdist.openbsd-7.5-amd64/wheel/bukuserver/templates creating build/bdist.openbsd-7.5-amd64/wheel/bukuserver/templates/bukuserver copying build/lib/bukuserver/templates/bukuserver/bookmark_create.html -> build/bdist.openbsd-7.5-amd64/wheel/bukuserver/templates/bukuserver copying build/lib/bukuserver/templates/bukuserver/bookmark_create_modal.html -> build/bdist.openbsd-7.5-amd64/wheel/bukuserver/templates/bukuserver copying build/lib/bukuserver/templates/bukuserver/bookmark_details.html -> build/bdist.openbsd-7.5-amd64/wheel/bukuserver/templates/bukuserver copying build/lib/bukuserver/templates/bukuserver/bookmark_details_modal.html -> build/bdist.openbsd-7.5-amd64/wheel/bukuserver/templates/bukuserver copying build/lib/bukuserver/templates/bukuserver/bookmark_edit.html -> build/bdist.openbsd-7.5-amd64/wheel/bukuserver/templates/bukuserver copying build/lib/bukuserver/templates/bukuserver/bookmark_edit_modal.html -> build/bdist.openbsd-7.5-amd64/wheel/bukuserver/templates/bukuserver copying build/lib/bukuserver/templates/bukuserver/bookmarklet.url -> build/bdist.openbsd-7.5-amd64/wheel/bukuserver/templates/bukuserver copying build/lib/bukuserver/templates/bukuserver/bookmarks_list.html -> build/bdist.openbsd-7.5-amd64/wheel/bukuserver/templates/bukuserver copying build/lib/bukuserver/templates/bukuserver/home.html -> build/bdist.openbsd-7.5-amd64/wheel/bukuserver/templates/bukuserver copying build/lib/bukuserver/templates/bukuserver/lib.html -> build/bdist.openbsd-7.5-amd64/wheel/bukuserver/templates/bukuserver copying build/lib/bukuserver/templates/bukuserver/statistic.html -> build/bdist.openbsd-7.5-amd64/wheel/bukuserver/templates/bukuserver copying build/lib/bukuserver/templates/bukuserver/tags_list.html -> build/bdist.openbsd-7.5-amd64/wheel/bukuserver/templates/bukuserver running install_egg_info Copying buku.egg-info to build/bdist.openbsd-7.5-amd64/wheel/buku-4.9-py3.11.egg-info running install_scripts creating build/bdist.openbsd-7.5-amd64/wheel/buku-4.9.dist-info/WHEEL creating '/exopi-obj/pobj/buku-4.9/buku-4.9/dist/.tmp-zujopofh/buku-4.9-py3-none-any.whl' and adding 'build/bdist.openbsd-7.5-amd64/wheel' to it adding 'buku.py' adding 'bukuserver/__init__.py' adding 'bukuserver/__main__.py' adding 'bukuserver/api.py' adding 'bukuserver/filters.py' adding 'bukuserver/forms.py' adding 'bukuserver/response.py' adding 'bukuserver/server.py' adding 'bukuserver/views.py' adding 'bukuserver/middleware/__init__.py' adding 'bukuserver/middleware/flask_reverse_proxy_fix.py' adding 'bukuserver/static/bukuserver/favicon.svg' adding 'bukuserver/static/bukuserver/css/bookmark.css' adding 'bukuserver/static/bukuserver/js/Chart.js' adding 'bukuserver/static/bukuserver/js/bookmark.js' adding 'bukuserver/static/bukuserver/js/last_page.js' adding 'bukuserver/static/bukuserver/js/page_size.js' adding 'bukuserver/templates/bukuserver/bookmark_create.html' adding 'bukuserver/templates/bukuserver/bookmark_create_modal.html' adding 'bukuserver/templates/bukuserver/bookmark_details.html' adding 'bukuserver/templates/bukuserver/bookmark_details_modal.html' adding 'bukuserver/templates/bukuserver/bookmark_edit.html' adding 'bukuserver/templates/bukuserver/bookmark_edit_modal.html' adding 'bukuserver/templates/bukuserver/bookmarklet.url' adding 'bukuserver/templates/bukuserver/bookmarks_list.html' adding 'bukuserver/templates/bukuserver/home.html' adding 'bukuserver/templates/bukuserver/lib.html' adding 'bukuserver/templates/bukuserver/statistic.html' adding 'bukuserver/templates/bukuserver/tags_list.html' adding 'buku-4.9.dist-info/LICENSE' adding 'buku-4.9.dist-info/METADATA' adding 'buku-4.9.dist-info/WHEEL' adding 'buku-4.9.dist-info/entry_points.txt' adding 'buku-4.9.dist-info/top_level.txt' adding 'buku-4.9.dist-info/RECORD' removing build/bdist.openbsd-7.5-amd64/wheel Successfully built buku-4.9-py3-none-any.whl >>> Running package in www/buku at 1716217716.85 ===> www/buku ===> Faking installation for buku-4.9 /exopi-obj/pobj/buku-4.9/bin/install -c -m 644 /exopi-obj/pobj/buku-4.9/buku-4.9/buku.1 /exopi-obj/pobj/buku-4.9/fake-amd64/usr/local/man/man1 ===> Building package for buku-4.9 Create /exopi-cvs/ports/packages/amd64/all/buku-4.9.tgz Creating package buku-4.9 reading plist| checking dependencies| checking dependencies|devel/py-certifi,python3 checking dependencies|devel/py-html5lib,python3 checking dependencies|lang/python/3,-main checking dependencies|security/py-cryptography,python3 checking dependencies|www/py-beautifulsoup4,python3 checking dependencies|www/py-urllib3,python3 checking dependencies|x11/xsel checksumming| checksumming| | 0% checksumming|* | 1% checksumming|* | 2% checksumming|** | 4% checksumming|*** | 5% checksumming|**** | 6% checksumming|**** | 7% checksumming|***** | 8% checksumming|****** | 9% checksumming|****** | 11% checksumming|******* | 12% checksumming|******** | 13% checksumming|********* | 14% checksumming|********* | 15% checksumming|********** | 16% checksumming|*********** | 18% checksumming|*********** | 19% checksumming|************ | 20% checksumming|************* | 21% checksumming|************** | 22% checksumming|************** | 24% checksumming|*************** | 25% checksumming|**************** | 26% checksumming|***************** | 27% checksumming|***************** | 28% checksumming|****************** | 29% checksumming|******************* | 31% checksumming|******************* | 32% checksumming|******************** | 33% checksumming|********************* | 34% checksumming|********************** | 35% checksumming|********************** | 36% checksumming|*********************** | 38% checksumming|************************ | 39% checksumming|************************ | 40% checksumming|************************* | 41% checksumming|************************** | 42% checksumming|*************************** | 44% checksumming|*************************** | 45% checksumming|**************************** | 46% checksumming|***************************** | 47% checksumming|***************************** | 48% checksumming|****************************** | 49% checksumming|******************************* | 51% checksumming|******************************** | 52% checksumming|******************************** | 53% checksumming|********************************* | 54% checksumming|********************************** | 55% checksumming|********************************** | 56% checksumming|*********************************** | 58% checksumming|************************************ | 59% checksumming|************************************* | 60% checksumming|************************************* | 61% checksumming|************************************** | 62% checksumming|*************************************** | 64% checksumming|*************************************** | 65% checksumming|**************************************** | 66% checksumming|***************************************** | 67% checksumming|****************************************** | 68% checksumming|****************************************** | 69% checksumming|******************************************* | 71% checksumming|******************************************** | 72% checksumming|******************************************** | 73% checksumming|********************************************* | 74% checksumming|********************************************** | 75% checksumming|*********************************************** | 76% checksumming|*********************************************** | 78% checksumming|************************************************ | 79% checksumming|************************************************* | 80% checksumming|************************************************** | 81% checksumming|************************************************** | 82% checksumming|*************************************************** | 84% checksumming|**************************************************** | 85% checksumming|**************************************************** | 86% checksumming|***************************************************** | 87% checksumming|****************************************************** | 88% checksumming|******************************************************* | 89% checksumming|******************************************************* | 91% checksumming|******************************************************** | 92% checksumming|********************************************************* | 93% checksumming|********************************************************* | 94% checksumming|********************************************************** | 95% checksumming|*********************************************************** | 96% checksumming|************************************************************ | 98% checksumming|************************************************************ | 99% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|*********** | 17% archiving|********************** | 34% archiving|*********************** | 36% archiving|************************ | 37% archiving|************************ | 38% archiving|************************* | 39% archiving|************************* | 40% archiving|************************** | 40% archiving|************************** | 41% archiving|*************************** | 42% archiving|***************************** | 45% archiving|******************************* | 48% archiving|******************************** | 51% archiving|***************************************** | 64% archiving|****************************************** | 65% archiving|****************************************** | 66% archiving|******************************************* | 67% archiving|******************************************* | 68% archiving|******************************************** | 68% archiving|********************************************* | 70% archiving|********************************************** | 72% archiving|*********************************************** | 74% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/buku-4.9.tgz >>> Running clean in www/buku at 1716217720.22 ===> www/buku ===> Cleaning for buku-4.9 >>> Ended at 1716217720.44 max_stuck=0.00/depends=1.40/show-prepare-results=1.04/build=1.99/package=3.37/clean=0.25