===> Building for py313-cutadapt-4.7nb1 * Building wheel... /opt/pkg/lib/python3.13/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated !! ******************************************************************************** Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0). By 2026-Feb-18, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! corresp(dist, value, root_dir) /opt/pkg/lib/python3.13/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! dist._finalize_license_expression() /opt/pkg/lib/python3.13/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running bdist_wheel running build running build_py creating build/lib.macosx-14.5-arm64-cpython-313/cutadapt copying src/cutadapt/__init__.py -> build/lib.macosx-14.5-arm64-cpython-313/cutadapt copying src/cutadapt/__main__.py -> build/lib.macosx-14.5-arm64-cpython-313/cutadapt copying src/cutadapt/_match_tables.py -> build/lib.macosx-14.5-arm64-cpython-313/cutadapt copying src/cutadapt/_version.py -> build/lib.macosx-14.5-arm64-cpython-313/cutadapt copying src/cutadapt/adapters.py -> build/lib.macosx-14.5-arm64-cpython-313/cutadapt copying src/cutadapt/align.py -> build/lib.macosx-14.5-arm64-cpython-313/cutadapt copying src/cutadapt/cli.py -> build/lib.macosx-14.5-arm64-cpython-313/cutadapt copying src/cutadapt/files.py -> build/lib.macosx-14.5-arm64-cpython-313/cutadapt copying src/cutadapt/json.py -> build/lib.macosx-14.5-arm64-cpython-313/cutadapt copying src/cutadapt/kmer_heuristic.py -> build/lib.macosx-14.5-arm64-cpython-313/cutadapt copying src/cutadapt/log.py -> build/lib.macosx-14.5-arm64-cpython-313/cutadapt copying src/cutadapt/modifiers.py -> build/lib.macosx-14.5-arm64-cpython-313/cutadapt copying src/cutadapt/parser.py -> build/lib.macosx-14.5-arm64-cpython-313/cutadapt copying src/cutadapt/pipeline.py -> build/lib.macosx-14.5-arm64-cpython-313/cutadapt copying src/cutadapt/predicates.py -> build/lib.macosx-14.5-arm64-cpython-313/cutadapt copying src/cutadapt/report.py -> build/lib.macosx-14.5-arm64-cpython-313/cutadapt copying src/cutadapt/runners.py -> build/lib.macosx-14.5-arm64-cpython-313/cutadapt copying src/cutadapt/statistics.py -> build/lib.macosx-14.5-arm64-cpython-313/cutadapt copying src/cutadapt/steps.py -> build/lib.macosx-14.5-arm64-cpython-313/cutadapt copying src/cutadapt/tokenizer.py -> build/lib.macosx-14.5-arm64-cpython-313/cutadapt copying src/cutadapt/utils.py -> build/lib.macosx-14.5-arm64-cpython-313/cutadapt running egg_info writing src/cutadapt.egg-info/PKG-INFO writing dependency_links to src/cutadapt.egg-info/dependency_links.txt writing entry points to src/cutadapt.egg-info/entry_points.txt writing requirements to src/cutadapt.egg-info/requires.txt writing top-level names to src/cutadapt.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'src/cutadapt.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'CITATION' warning: no files found matching 'src/cutadapt/*.c' adding license file 'LICENSE' writing manifest file 'src/cutadapt.egg-info/SOURCES.txt' copying src/cutadapt/_align.pyi -> build/lib.macosx-14.5-arm64-cpython-313/cutadapt copying src/cutadapt/_kmer_finder.pyi -> build/lib.macosx-14.5-arm64-cpython-313/cutadapt copying src/cutadapt/info.pyi -> build/lib.macosx-14.5-arm64-cpython-313/cutadapt copying src/cutadapt/qualtrim.pyi -> build/lib.macosx-14.5-arm64-cpython-313/cutadapt running build_ext Compiling src/cutadapt/_align.pyx because it changed. [1/1] Cythonizing src/cutadapt/_align.pyx building 'cutadapt._align' extension creating build/temp.macosx-14.5-arm64-cpython-313/src/cutadapt clang -pipe -Os -I/opt/pkg/include/python3.13 -I/opt/pkg/include -I/opt/pkg/include/python3.13 -I/opt/pkg/include -I/opt/pkg/include/python3.13 -c src/cutadapt/_align.c -o build/temp.macosx-14.5-arm64-cpython-313/src/cutadapt/_align.o src/cutadapt/_align.c:8973:36: error: array type 'Py_UCS4[4]' (aka 'unsigned int[4]') is not assignable __pyx_cur_scope->__pyx_t_4 = __pyx_t_9; ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ src/cutadapt/_align.c:8987:19: error: array type 'Py_UCS4[4]' (aka 'unsigned int[4]') is not assignable __pyx_t_9 = __pyx_cur_scope->__pyx_t_4; ~~~~~~~~~ ^ src/cutadapt/_align.c:9077:40: error: array type 'Py_UCS4[4]' (aka 'unsigned int[4]') is not assignable __pyx_cur_scope->__pyx_t_4 = __pyx_t_12; ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ src/cutadapt/_align.c:9082:41: error: array type 'Py_UCS4[4]' (aka 'unsigned int[4]') is not assignable __pyx_cur_scope->__pyx_t_11 = __pyx_t_17; ~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ src/cutadapt/_align.c:9098:24: error: array type 'Py_UCS4[4]' (aka 'unsigned int[4]') is not assignable __pyx_t_12 = __pyx_cur_scope->__pyx_t_4; ~~~~~~~~~~ ^ src/cutadapt/_align.c:9103:24: error: array type 'Py_UCS4[4]' (aka 'unsigned int[4]') is not assignable __pyx_t_17 = __pyx_cur_scope->__pyx_t_11; ~~~~~~~~~~ ^ src/cutadapt/_align.c:9269:36: error: array type 'Py_UCS4[4]' (aka 'unsigned int[4]') is not assignable __pyx_cur_scope->__pyx_t_4 = __pyx_t_21; ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ src/cutadapt/_align.c:9287:20: error: array type 'Py_UCS4[4]' (aka 'unsigned int[4]') is not assignable __pyx_t_21 = __pyx_cur_scope->__pyx_t_4; ~~~~~~~~~~ ^ 8 errors generated. error: command '/Users/pbulk/build/biology/py-cutadapt/work/.cwrapper/bin/clang' failed with exit code 1 ERROR Backend subprocess exited when trying to invoke build_wheel *** Error code 1 Stop. bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/biology/py-cutadapt *** Error code 1 Stop. bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/biology/py-cutadapt