=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for py310-setuptools_scm-8.1.0 * Building wheel... ERROR:root:code for hash md5 was not found. Traceback (most recent call last): File "/usr/pkg/lib/python3.10/hashlib.py", line 261, in globals()[__func_name] = __get_hash(__func_name) File "/usr/pkg/lib/python3.10/hashlib.py", line 123, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type md5 ERROR:root:code for hash sha1 was not found. Traceback (most recent call last): File "/usr/pkg/lib/python3.10/hashlib.py", line 261, in globals()[__func_name] = __get_hash(__func_name) File "/usr/pkg/lib/python3.10/hashlib.py", line 123, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type sha1 ERROR:root:code for hash sha224 was not found. Traceback (most recent call last): File "/usr/pkg/lib/python3.10/hashlib.py", line 261, in globals()[__func_name] = __get_hash(__func_name) File "/usr/pkg/lib/python3.10/hashlib.py", line 123, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type sha224 ERROR:root:code for hash sha256 was not found. Traceback (most recent call last): File "/usr/pkg/lib/python3.10/hashlib.py", line 261, in globals()[__func_name] = __get_hash(__func_name) File "/usr/pkg/lib/python3.10/hashlib.py", line 123, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type sha256 ERROR:root:code for hash blake2b was not found. Traceback (most recent call last): File "/usr/pkg/lib/python3.10/hashlib.py", line 261, in globals()[__func_name] = __get_hash(__func_name) File "/usr/pkg/lib/python3.10/hashlib.py", line 123, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type blake2b ERROR:root:code for hash blake2s was not found. Traceback (most recent call last): File "/usr/pkg/lib/python3.10/hashlib.py", line 261, in globals()[__func_name] = __get_hash(__func_name) File "/usr/pkg/lib/python3.10/hashlib.py", line 123, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type blake2s ERROR:root:code for hash sha3_224 was not found. Traceback (most recent call last): File "/usr/pkg/lib/python3.10/hashlib.py", line 261, in globals()[__func_name] = __get_hash(__func_name) File "/usr/pkg/lib/python3.10/hashlib.py", line 123, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type sha3_224 ERROR:root:code for hash sha3_256 was not found. Traceback (most recent call last): File "/usr/pkg/lib/python3.10/hashlib.py", line 261, in globals()[__func_name] = __get_hash(__func_name) File "/usr/pkg/lib/python3.10/hashlib.py", line 123, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type sha3_256 ERROR:root:code for hash sha3_384 was not found. Traceback (most recent call last): File "/usr/pkg/lib/python3.10/hashlib.py", line 261, in globals()[__func_name] = __get_hash(__func_name) File "/usr/pkg/lib/python3.10/hashlib.py", line 123, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type sha3_384 ERROR:root:code for hash sha3_512 was not found. Traceback (most recent call last): File "/usr/pkg/lib/python3.10/hashlib.py", line 261, in globals()[__func_name] = __get_hash(__func_name) File "/usr/pkg/lib/python3.10/hashlib.py", line 123, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type sha3_512 ERROR:root:code for hash shake_128 was not found. Traceback (most recent call last): File "/usr/pkg/lib/python3.10/hashlib.py", line 261, in globals()[__func_name] = __get_hash(__func_name) File "/usr/pkg/lib/python3.10/hashlib.py", line 123, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type shake_128 ERROR:root:code for hash shake_256 was not found. Traceback (most recent call last): File "/usr/pkg/lib/python3.10/hashlib.py", line 261, in globals()[__func_name] = __get_hash(__func_name) File "/usr/pkg/lib/python3.10/hashlib.py", line 123, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type shake_256 Traceback (most recent call last): File "/usr/pkg/lib/python3.10/site-packages/pyproject_hooks/_impl.py", line 321, in _call_hook raise BackendUnavailable(data.get('traceback', '')) pyproject_hooks._impl.BackendUnavailable: Traceback (most recent call last): File "/usr/pkg/lib/python3.10/site-packages/pyproject_hooks/_in_process/_in_process.py", line 77, in _build_backend obj = import_module(mod_path) File "/usr/pkg/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/pbulk/work/devel/py-setuptools_scm/work/setuptools_scm-8.1.0/_own_version_helper.py", line 15, in from setuptools import build_meta as build_meta File "/usr/pkg/lib/python3.10/site-packages/setuptools/__init__.py", line 27, in from .dist import Distribution File "/usr/pkg/lib/python3.10/site-packages/setuptools/dist.py", line 18, in from . import ( File "/usr/pkg/lib/python3.10/site-packages/setuptools/_entry_points.py", line 9, in from ._importlib import metadata File "/usr/pkg/lib/python3.10/site-packages/setuptools/_importlib.py", line 6, in import importlib.metadata as metadata # noqa: F401 File "/usr/pkg/lib/python3.10/importlib/metadata/__init__.py", line 4, in import csv File "/usr/pkg/lib/python3.10/csv.py", line 7, in from _csv import Error, __version__, writer, reader, register_dialect, \ ModuleNotFoundError: No module named '_csv' ERROR Backend '_own_version_helper:build_meta' is not available. *** Error code 1 Stop. make[1]: stopped in /usr/pkgsrc/devel/py-setuptools_scm *** Error code 1 Stop. make: stopped in /usr/pkgsrc/devel/py-setuptools_scm