=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/misc/py-immutables", "all", "PYTHON_VERSION_REQD=314", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for py314-immutables-0.21nb1 * Building wheel... /opt/local/lib/python3.14/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 2027-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/local/lib/python3.14/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 :: Apache Software License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! dist._finalize_license_expression() /opt/local/lib/python3.14/site-packages/setuptools/dist.py:765: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: Apache Software 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.solaris-2.11-i86pc.64bit-cpython-314/immutables copying immutables/__init__.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-314/immutables copying immutables/_protocols.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-314/immutables copying immutables/_testutils.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-314/immutables copying immutables/_version.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-314/immutables copying immutables/map.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-314/immutables running egg_info writing immutables.egg-info/PKG-INFO writing dependency_links to immutables.egg-info/dependency_links.txt writing requirements to immutables.egg-info/requires.txt writing top-level names to immutables.egg-info/top_level.txt reading manifest file 'immutables.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' adding license file 'LICENSE-APACHE' adding license file 'NOTICE' writing manifest file 'immutables.egg-info/SOURCES.txt' copying immutables/_map.pyi -> build/lib.solaris-2.11-i86pc.64bit-cpython-314/immutables copying immutables/py.typed -> build/lib.solaris-2.11-i86pc.64bit-cpython-314/immutables running build_ext building 'immutables._map' extension gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/local/include/python3.14 -I/opt/local/include -I/usr/include -I/opt/local/include/python3.14 -I/opt/local/include -fPIC -DNDEBUG=1 -I/opt/local/include/python3.14 -c immutables/_map.c -o build/temp.solaris-2.11-i86pc.64bit-cpython-314/immutables/_map.o -O2 -std=c99 -fsigned-char -Wall -Wsign-compare -Wconversion immutables/_map.c: In function '_map_dump_ident': immutables/_map.c:513:5: warning: '_PyUnicodeWriter_WriteStr' is deprecated [-Wdeprecated-declarations] 513 | ret = _PyUnicodeWriter_WriteStr(writer, res); | ^~~ In file included from /tmp/work/misc/py-immutables/work/.buildlink/include/python3.14/unicodeobject.h:1022, from /tmp/work/misc/py-immutables/work/.buildlink/include/python3.14/Python.h:90, from immutables/pythoncapi_compat.h:21, from immutables/_map.c:2: /tmp/work/misc/py-immutables/work/.buildlink/include/python3.14/cpython/unicodeobject.h:592:49: note: declared here 592 | _Py_DEPRECATED_EXTERNALLY(3.14) PyAPI_FUNC(int) _PyUnicodeWriter_WriteStr( | ^~~~~~~~~~~~~~~~~~~~~~~~~ immutables/_map.c: In function '_map_dump_format': immutables/_map.c:544:5: warning: '_PyUnicodeWriter_WriteStr' is deprecated [-Wdeprecated-declarations] 544 | ret = _PyUnicodeWriter_WriteStr(writer, msg); | ^~~ /tmp/work/misc/py-immutables/work/.buildlink/include/python3.14/cpython/unicodeobject.h:592:49: note: declared here 592 | _Py_DEPRECATED_EXTERNALLY(3.14) PyAPI_FUNC(int) _PyUnicodeWriter_WriteStr( | ^~~~~~~~~~~~~~~~~~~~~~~~~ immutables/_map.c: In function 'map_dump': immutables/_map.c:2614:5: warning: '_PyUnicodeWriter_Init' is deprecated [-Wdeprecated-declarations] 2614 | _PyUnicodeWriter_Init(&writer); | ^~~~~~~~~~~~~~~~~~~~~ /tmp/work/misc/py-immutables/work/.buildlink/include/python3.14/cpython/unicodeobject.h:546:50: note: declared here 546 | _Py_DEPRECATED_EXTERNALLY(3.14) PyAPI_FUNC(void) _PyUnicodeWriter_Init( | ^~~~~~~~~~~~~~~~~~~~~ immutables/_map.c:2624:5: warning: '_PyUnicodeWriter_Finish' is deprecated [-Wdeprecated-declarations] 2624 | return _PyUnicodeWriter_Finish(&writer); | ^~~~~~ /tmp/work/misc/py-immutables/work/.buildlink/include/python3.14/cpython/unicodeobject.h:621:56: note: declared here 621 | _Py_DEPRECATED_EXTERNALLY(3.14) PyAPI_FUNC(PyObject *) _PyUnicodeWriter_Finish( | ^~~~~~~~~~~~~~~~~~~~~~~ immutables/_map.c:2627:5: warning: '_PyUnicodeWriter_Dealloc' is deprecated [-Wdeprecated-declarations] 2627 | _PyUnicodeWriter_Dealloc(&writer); | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/misc/py-immutables/work/.buildlink/include/python3.14/cpython/unicodeobject.h:625:50: note: declared here 625 | _Py_DEPRECATED_EXTERNALLY(3.14) PyAPI_FUNC(void) _PyUnicodeWriter_Dealloc( | ^~~~~~~~~~~~~~~~~~~~~~~~ immutables/_map.c: In function 'map_py_repr': immutables/_map.c:3207:5: warning: '_PyUnicodeWriter_Init' is deprecated [-Wdeprecated-declarations] 3207 | _PyUnicodeWriter_Init(&writer); | ^~~~~~~~~~~~~~~~~~~~~ /tmp/work/misc/py-immutables/work/.buildlink/include/python3.14/cpython/unicodeobject.h:546:50: note: declared here 546 | _Py_DEPRECATED_EXTERNALLY(3.14) PyAPI_FUNC(void) _PyUnicodeWriter_Init( | ^~~~~~~~~~~~~~~~~~~~~ immutables/_map.c:3210:9: warning: '_PyUnicodeWriter_WriteASCIIString' is deprecated [-Wdeprecated-declarations] 3210 | if (_PyUnicodeWriter_WriteASCIIString( | ^~ /tmp/work/misc/py-immutables/work/.buildlink/include/python3.14/cpython/unicodeobject.h:606:49: note: declared here 606 | _Py_DEPRECATED_EXTERNALLY(3.14) PyAPI_FUNC(int) _PyUnicodeWriter_WriteASCIIString( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ immutables/_map.c:3217:9: warning: '_PyUnicodeWriter_WriteASCIIString' is deprecated [-Wdeprecated-declarations] 3217 | if (_PyUnicodeWriter_WriteASCIIString( | ^~ /tmp/work/misc/py-immutables/work/.buildlink/include/python3.14/cpython/unicodeobject.h:606:49: note: declared here 606 | _Py_DEPRECATED_EXTERNALLY(3.14) PyAPI_FUNC(int) _PyUnicodeWriter_WriteASCIIString( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ immutables/_map.c:3235:17: warning: '_PyUnicodeWriter_WriteASCIIString' is deprecated [-Wdeprecated-declarations] 3235 | if (_PyUnicodeWriter_WriteASCIIString(&writer, ", ", 2) < 0) { | ^~ /tmp/work/misc/py-immutables/work/.buildlink/include/python3.14/cpython/unicodeobject.h:606:49: note: declared here 606 | _Py_DEPRECATED_EXTERNALLY(3.14) PyAPI_FUNC(int) _PyUnicodeWriter_WriteASCIIString( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ immutables/_map.c:3244:13: warning: '_PyUnicodeWriter_WriteStr' is deprecated [-Wdeprecated-declarations] 3244 | if (_PyUnicodeWriter_WriteStr(&writer, s) < 0) { | ^~ /tmp/work/misc/py-immutables/work/.buildlink/include/python3.14/cpython/unicodeobject.h:592:49: note: declared here 592 | _Py_DEPRECATED_EXTERNALLY(3.14) PyAPI_FUNC(int) _PyUnicodeWriter_WriteStr( | ^~~~~~~~~~~~~~~~~~~~~~~~~ immutables/_map.c:3250:13: warning: '_PyUnicodeWriter_WriteASCIIString' is deprecated [-Wdeprecated-declarations] 3250 | if (_PyUnicodeWriter_WriteASCIIString(&writer, ": ", 2) < 0) { | ^~ /tmp/work/misc/py-immutables/work/.buildlink/include/python3.14/cpython/unicodeobject.h:606:49: note: declared here 606 | _Py_DEPRECATED_EXTERNALLY(3.14) PyAPI_FUNC(int) _PyUnicodeWriter_WriteASCIIString( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ immutables/_map.c:3258:13: warning: '_PyUnicodeWriter_WriteStr' is deprecated [-Wdeprecated-declarations] 3258 | if (_PyUnicodeWriter_WriteStr(&writer, s) < 0) { | ^~ /tmp/work/misc/py-immutables/work/.buildlink/include/python3.14/cpython/unicodeobject.h:592:49: note: declared here 592 | _Py_DEPRECATED_EXTERNALLY(3.14) PyAPI_FUNC(int) _PyUnicodeWriter_WriteStr( | ^~~~~~~~~~~~~~~~~~~~~~~~~ immutables/_map.c:3268:5: warning: '_PyUnicodeWriter_WriteASCIIString' is deprecated [-Wdeprecated-declarations] 3268 | if (_PyUnicodeWriter_WriteASCIIString(&writer, "})", 2) < 0) { | ^~ /tmp/work/misc/py-immutables/work/.buildlink/include/python3.14/cpython/unicodeobject.h:606:49: note: declared here 606 | _Py_DEPRECATED_EXTERNALLY(3.14) PyAPI_FUNC(int) _PyUnicodeWriter_WriteASCIIString( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ immutables/_map.c:3273:5: warning: '_PyUnicodeWriter_Finish' is deprecated [-Wdeprecated-declarations] 3273 | return _PyUnicodeWriter_Finish(&writer); | ^~~~~~ /tmp/work/misc/py-immutables/work/.buildlink/include/python3.14/cpython/unicodeobject.h:621:56: note: declared here 621 | _Py_DEPRECATED_EXTERNALLY(3.14) PyAPI_FUNC(PyObject *) _PyUnicodeWriter_Finish( | ^~~~~~~~~~~~~~~~~~~~~~~ immutables/_map.c:3276:5: warning: '_PyUnicodeWriter_Dealloc' is deprecated [-Wdeprecated-declarations] 3276 | _PyUnicodeWriter_Dealloc(&writer); | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/misc/py-immutables/work/.buildlink/include/python3.14/cpython/unicodeobject.h:625:50: note: declared here 625 | _Py_DEPRECATED_EXTERNALLY(3.14) PyAPI_FUNC(void) _PyUnicodeWriter_Dealloc( | ^~~~~~~~~~~~~~~~~~~~~~~~ gcc -shared -lresolv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -lresolv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -lintl -liconv -L/opt/local/lib -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/local/include/python3.14 -I/opt/local/include -I/usr/include -I/opt/local/include/python3.14 -I/opt/local/include build/temp.solaris-2.11-i86pc.64bit-cpython-314/immutables/_map.o -L/opt/local/lib -o build/lib.solaris-2.11-i86pc.64bit-cpython-314/immutables/_map.so installing to build/bdist.solaris-2.11-i86pc.64bit/wheel running install running install_lib creating build/bdist.solaris-2.11-i86pc.64bit/wheel creating build/bdist.solaris-2.11-i86pc.64bit/wheel/immutables copying build/lib.solaris-2.11-i86pc.64bit-cpython-314/immutables/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./immutables copying build/lib.solaris-2.11-i86pc.64bit-cpython-314/immutables/_protocols.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./immutables copying build/lib.solaris-2.11-i86pc.64bit-cpython-314/immutables/_testutils.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./immutables copying build/lib.solaris-2.11-i86pc.64bit-cpython-314/immutables/_version.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./immutables copying build/lib.solaris-2.11-i86pc.64bit-cpython-314/immutables/map.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./immutables copying build/lib.solaris-2.11-i86pc.64bit-cpython-314/immutables/_map.pyi -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./immutables copying build/lib.solaris-2.11-i86pc.64bit-cpython-314/immutables/py.typed -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./immutables copying build/lib.solaris-2.11-i86pc.64bit-cpython-314/immutables/_map.so -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./immutables running install_egg_info Copying immutables.egg-info to build/bdist.solaris-2.11-i86pc.64bit/wheel/./immutables-0.21-py3.14.egg-info running install_scripts creating build/bdist.solaris-2.11-i86pc.64bit/wheel/immutables-0.21.dist-info/WHEEL creating '/tmp/work/misc/py-immutables/work/immutables-0.21/dist/.tmp-ur_wblo1/immutables-0.21-cp314-cp314-solaris_2_11_i86pc_64bit.whl' and adding 'build/bdist.solaris-2.11-i86pc.64bit/wheel' to it adding 'immutables/__init__.py' adding 'immutables/_map.pyi' adding 'immutables/_map.so' adding 'immutables/_protocols.py' adding 'immutables/_testutils.py' adding 'immutables/_version.py' adding 'immutables/map.py' adding 'immutables/py.typed' adding 'immutables-0.21.dist-info/licenses/LICENSE' adding 'immutables-0.21.dist-info/licenses/LICENSE-APACHE' adding 'immutables-0.21.dist-info/licenses/NOTICE' adding 'immutables-0.21.dist-info/METADATA' adding 'immutables-0.21.dist-info/WHEEL' adding 'immutables-0.21.dist-info/top_level.txt' adding 'immutables-0.21.dist-info/RECORD' removing build/bdist.solaris-2.11-i86pc.64bit/wheel Successfully built immutables-0.21-cp314-cp314-solaris_2_11_i86pc_64bit.whl