=> 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-fuse-bindings-1.0.4nb2 (cd /tmp/filesystems/py-fuse-bindings/work/fuse-python-1.0.4/ && /usr/bin/env USETOOLS=no PTHREAD_CFLAGS=\ -pthread\ PTHREAD_LDFLAGS=\ -pthread PTHREAD_LIBS= PTHREADBASE=/usr DL_CFLAGS=\ -pthread\ DL_LDFLAGS=\ -pthread DL_LIBS= PYTHON=/usr/pkg/bin/python3.10 CC=gcc CFLAGS=-O2\ -D_KERNTYPES\ -D_NETBSD_SOURCE\ -I/usr/include\ -I/usr/pkg/include/python3.10 CPPFLAGS=-I/usr/include\ -I/usr/pkg/include/python3.10 CXX=c++ CXXFLAGS=-O2\ -D_KERNTYPES\ -D_NETBSD_SOURCE\ -I/usr/include\ -I/usr/pkg/include/python3.10 COMPILER_RPATH_FLAG=-Wl,-R F77=gfortran FC=gfortran FFLAGS=-O LANG=C LC_ALL=C LC_COLLATE=C LC_CTYPE=C LC_MESSAGES=C LC_MONETARY=C LC_NUMERIC=C LC_TIME=C LDFLAGS=-Wl,-zrelro\ -L/usr/lib\ -Wl,-R/usr/lib\ -Wl,-R/usr/pkg/lib LINKER_RPATH_FLAG=-R PATH=/tmp/filesystems/py-fuse-bindings/work/.cwrapper/bin:/tmp/filesystems/py-fuse-bindings/work/.buildlink/bin:/tmp/filesystems/py-fuse-bindings/work/.gcc/bin:/tmp/filesystems/py-fuse-bindings/work/.tools/bin:/usr/pkg/bin:/usr/bin:/bin:/usr/pkg/bin:/usr/local/bin:/usr/pkg/bin:/usr/X11R7/bin PREFIX=/usr/pkg MAKELEVEL=0 CONFIG_SITE= PKG_SYSCONFDIR=/usr/pkg/etc CXXCPP=cpp HOME=/tmp/filesystems/py-fuse-bindings/work/.home CWRAPPERS_CONFIG_DIR=/tmp/filesystems/py-fuse-bindings/work/.cwrapper/config CPP=cpp LOCALBASE=/usr/pkg X11BASE=/usr/X11R7 PKGMANDIR=man PKGINFODIR=info PKGGNUDIR=gnu/ MAKECONF=/dev/null OBJECT_FMT=ELF USETOOLS=no BSD_INSTALL_PROGRAM=/usr/bin/install\ -c\ -s\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_SCRIPT=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_LIB=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 644 BSD_INSTALL_MAN=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 644 BSD_INSTALL=/usr/bin/install BSD_INSTALL_PROGRAM_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_LIB_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_DATA_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_MAN_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_GAME=/usr/bin/install\ -c\ -s\ -o\ pbulk\ -g\ wheel\ -m\ 2555 BSD_INSTALL_GAME_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 664 BSD_INSTALL_GAME_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 775 INSTALL_INFO= MAKEINFO=/tmp/filesystems/py-fuse-bindings/work/.tools/bin/makeinfo FLEX= BISON= ITSTOOL=/tmp/filesystems/py-fuse-bindings/work/.tools/bin/itstool GDBUS_CODEGEN=/tmp/filesystems/py-fuse-bindings/work/.tools/bin/gdbus-codegen PKG_CONFIG=/tmp/filesystems/py-fuse-bindings/work/.tools/bin/pkg-config PKG_CONFIG_LIBDIR=/tmp/filesystems/py-fuse-bindings/work/.buildlink/lib/pkgconfig:/tmp/filesystems/py-fuse-bindings/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/tmp/filesystems/py-fuse-bindings/work/.pkg-config.log PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/tmp/filesystems/py-fuse-bindings/work/.cwrapper/config /usr/pkg/bin/python3.10 setup.py build -j4) running build running build_py creating build creating build/lib.netbsd-9.3-amd64-cpython-310 copying fuse.py -> build/lib.netbsd-9.3-amd64-cpython-310 creating build/lib.netbsd-9.3-amd64-cpython-310/fuseparts copying fuseparts/__init__.py -> build/lib.netbsd-9.3-amd64-cpython-310/fuseparts copying fuseparts/setcompatwrap.py -> build/lib.netbsd-9.3-amd64-cpython-310/fuseparts copying fuseparts/subbedopts.py -> build/lib.netbsd-9.3-amd64-cpython-310/fuseparts running build_ext building 'fuseparts._fuse' extension creating build/temp.netbsd-9.3-amd64-cpython-310 creating build/temp.netbsd-9.3-amd64-cpython-310/fuseparts gcc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -I/usr/include -I/usr/pkg/include -O2 -I/usr/include -I/usr/pkg/include -O2 -I/usr/include -I/usr/pkg/include -O2 -D_KERNTYPES -D_NETBSD_SOURCE -I/usr/include -I/usr/pkg/include/python3.10 -I/usr/include -I/usr/pkg/include/python3.10 -fPIC -I/usr/pkg/include/python3.10 -c fuseparts/_fusemodule.c -o build/temp.netbsd-9.3-amd64-cpython-310/fuseparts/_fusemodule.o fuseparts/_fusemodule.c: In function 'read_func': fuseparts/_fusemodule.c:808:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(PyBytes_Size(v) > s) ^ fuseparts/_fusemodule.c: In function 'getxattr_func': fuseparts/_fusemodule.c:1055:7: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] ret = PyString_Size(v); ^~~ In file included from /tmp/filesystems/py-fuse-bindings/work/.buildlink/include/python3.10/unicodeobject.h:1046:0, from /tmp/filesystems/py-fuse-bindings/work/.buildlink/include/python3.10/Python.h:83, from fuseparts/_fusemodule.c:28: /tmp/filesystems/py-fuse-bindings/work/.buildlink/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { ^~~~~~~~~~~~~~~~~~~~~~~~~~ fuseparts/_fusemodule.c:1055:7: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] ret = PyString_Size(v); ^~~ In file included from /tmp/filesystems/py-fuse-bindings/work/.buildlink/include/python3.10/unicodeobject.h:1046:0, from /tmp/filesystems/py-fuse-bindings/work/.buildlink/include/python3.10/Python.h:83, from fuseparts/_fusemodule.c:28: /tmp/filesystems/py-fuse-bindings/work/.buildlink/include/python3.10/cpython/unicodeobject.h:580:45: note: declared here Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( ^~~~~~~~~~~~~~~~~~~ fuseparts/_fusemodule.c:1055:7: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] ret = PyString_Size(v); ^~~ In file included from /tmp/filesystems/py-fuse-bindings/work/.buildlink/include/python3.10/unicodeobject.h:1046:0, from /tmp/filesystems/py-fuse-bindings/work/.buildlink/include/python3.10/Python.h:83, from fuseparts/_fusemodule.c:28: /tmp/filesystems/py-fuse-bindings/work/.buildlink/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { ^~~~~~~~~~~~~~~~~~~~~~~~~~ fuseparts/_fusemodule.c:1062:3: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] if (PyString_Size(v) > size) { ^~ In file included from /tmp/filesystems/py-fuse-bindings/work/.buildlink/include/python3.10/unicodeobject.h:1046:0, from /tmp/filesystems/py-fuse-bindings/work/.buildlink/include/python3.10/Python.h:83, from fuseparts/_fusemodule.c:28: /tmp/filesystems/py-fuse-bindings/work/.buildlink/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { ^~~~~~~~~~~~~~~~~~~~~~~~~~ fuseparts/_fusemodule.c:1062:3: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] if (PyString_Size(v) > size) { ^~ In file included from /tmp/filesystems/py-fuse-bindings/work/.buildlink/include/python3.10/unicodeobject.h:1046:0, from /tmp/filesystems/py-fuse-bindings/work/.buildlink/include/python3.10/Python.h:83, from fuseparts/_fusemodule.c:28: /tmp/filesystems/py-fuse-bindings/work/.buildlink/include/python3.10/cpython/unicodeobject.h:580:45: note: declared here Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( ^~~~~~~~~~~~~~~~~~~ fuseparts/_fusemodule.c:1062:3: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] if (PyString_Size(v) > size) { ^~ In file included from /tmp/filesystems/py-fuse-bindings/work/.buildlink/include/python3.10/unicodeobject.h:1046:0, from /tmp/filesystems/py-fuse-bindings/work/.buildlink/include/python3.10/Python.h:83, from fuseparts/_fusemodule.c:28: /tmp/filesystems/py-fuse-bindings/work/.buildlink/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { ^~~~~~~~~~~~~~~~~~~~~~~~~~ fuseparts/_fusemodule.c:1062:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (PyString_Size(v) > size) { ^ fuseparts/_fusemodule.c:1069:3: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] memcpy(value, s, PyString_Size(v)); ^~~~~~ In file included from /tmp/filesystems/py-fuse-bindings/work/.buildlink/include/python3.10/unicodeobject.h:1046:0, from /tmp/filesystems/py-fuse-bindings/work/.buildlink/include/python3.10/Python.h:83, from fuseparts/_fusemodule.c:28: /tmp/filesystems/py-fuse-bindings/work/.buildlink/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { ^~~~~~~~~~~~~~~~~~~~~~~~~~ fuseparts/_fusemodule.c:1069:3: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] memcpy(value, s, PyString_Size(v)); ^~~~~~ In file included from /tmp/filesystems/py-fuse-bindings/work/.buildlink/include/python3.10/unicodeobject.h:1046:0, from /tmp/filesystems/py-fuse-bindings/work/.buildlink/include/python3.10/Python.h:83, from fuseparts/_fusemodule.c:28: /tmp/filesystems/py-fuse-bindings/work/.buildlink/include/python3.10/cpython/unicodeobject.h:580:45: note: declared here Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( ^~~~~~~~~~~~~~~~~~~ fuseparts/_fusemodule.c:1069:3: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] memcpy(value, s, PyString_Size(v)); ^~~~~~ In file included from /tmp/filesystems/py-fuse-bindings/work/.buildlink/include/python3.10/unicodeobject.h:1046:0, from /tmp/filesystems/py-fuse-bindings/work/.buildlink/include/python3.10/Python.h:83, from fuseparts/_fusemodule.c:28: /tmp/filesystems/py-fuse-bindings/work/.buildlink/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { ^~~~~~~~~~~~~~~~~~~~~~~~~~ fuseparts/_fusemodule.c:1069:3: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] memcpy(value, s, PyString_Size(v)); ^~~~~~ In file included from /tmp/filesystems/py-fuse-bindings/work/.buildlink/include/python3.10/unicodeobject.h:1046:0, from /tmp/filesystems/py-fuse-bindings/work/.buildlink/include/python3.10/Python.h:83, from fuseparts/_fusemodule.c:28: /tmp/filesystems/py-fuse-bindings/work/.buildlink/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { ^~~~~~~~~~~~~~~~~~~~~~~~~~ fuseparts/_fusemodule.c:1069:3: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] memcpy(value, s, PyString_Size(v)); ^~~~~~ In file included from /tmp/filesystems/py-fuse-bindings/work/.buildlink/include/python3.10/unicodeobject.h:1046:0, from /tmp/filesystems/py-fuse-bindings/work/.buildlink/include/python3.10/Python.h:83, from fuseparts/_fusemodule.c:28: /tmp/filesystems/py-fuse-bindings/work/.buildlink/include/python3.10/cpython/unicodeobject.h:580:45: note: declared here Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( ^~~~~~~~~~~~~~~~~~~ fuseparts/_fusemodule.c:1069:3: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] memcpy(value, s, PyString_Size(v)); ^~~~~~ In file included from /tmp/filesystems/py-fuse-bindings/work/.buildlink/include/python3.10/unicodeobject.h:1046:0, from /tmp/filesystems/py-fuse-bindings/work/.buildlink/include/python3.10/Python.h:83, from fuseparts/_fusemodule.c:28: /tmp/filesystems/py-fuse-bindings/work/.buildlink/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { ^~~~~~~~~~~~~~~~~~~~~~~~~~ fuseparts/_fusemodule.c:1071:3: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] ret = PyString_Size(v); ^~~ In file included from /tmp/filesystems/py-fuse-bindings/work/.buildlink/include/python3.10/unicodeobject.h:1046:0, from /tmp/filesystems/py-fuse-bindings/work/.buildlink/include/python3.10/Python.h:83, from fuseparts/_fusemodule.c:28: /tmp/filesystems/py-fuse-bindings/work/.buildlink/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { ^~~~~~~~~~~~~~~~~~~~~~~~~~ fuseparts/_fusemodule.c:1071:3: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] ret = PyString_Size(v); ^~~ In file included from /tmp/filesystems/py-fuse-bindings/work/.buildlink/include/python3.10/unicodeobject.h:1046:0, from /tmp/filesystems/py-fuse-bindings/work/.buildlink/include/python3.10/Python.h:83, from fuseparts/_fusemodule.c:28: /tmp/filesystems/py-fuse-bindings/work/.buildlink/include/python3.10/cpython/unicodeobject.h:580:45: note: declared here Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( ^~~~~~~~~~~~~~~~~~~ fuseparts/_fusemodule.c:1071:3: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] ret = PyString_Size(v); ^~~ In file included from /tmp/filesystems/py-fuse-bindings/work/.buildlink/include/python3.10/unicodeobject.h:1046:0, from /tmp/filesystems/py-fuse-bindings/work/.buildlink/include/python3.10/Python.h:83, from fuseparts/_fusemodule.c:28: /tmp/filesystems/py-fuse-bindings/work/.buildlink/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { ^~~~~~~~~~~~~~~~~~~~~~~~~~ fuseparts/_fusemodule.c: In function 'listxattr_func': fuseparts/_fusemodule.c:1111:3: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] ilen = PyString_Size(w); ^~~~ In file included from /tmp/filesystems/py-fuse-bindings/work/.buildlink/include/python3.10/unicodeobject.h:1046:0, from /tmp/filesystems/py-fuse-bindings/work/.buildlink/include/python3.10/Python.h:83, from fuseparts/_fusemodule.c:28: /tmp/filesystems/py-fuse-bindings/work/.buildlink/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { ^~~~~~~~~~~~~~~~~~~~~~~~~~ fuseparts/_fusemodule.c:1111:3: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] ilen = PyString_Size(w); ^~~~ In file included from /tmp/filesystems/py-fuse-bindings/work/.buildlink/include/python3.10/unicodeobject.h:1046:0, from /tmp/filesystems/py-fuse-bindings/work/.buildlink/include/python3.10/Python.h:83, from fuseparts/_fusemodule.c:28: /tmp/filesystems/py-fuse-bindings/work/.buildlink/include/python3.10/cpython/unicodeobject.h:580:45: note: declared here Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( ^~~~~~~~~~~~~~~~~~~ fuseparts/_fusemodule.c:1111:3: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] ilen = PyString_Size(w); ^~~~ In file included from /tmp/filesystems/py-fuse-bindings/work/.buildlink/include/python3.10/unicodeobject.h:1046:0, from /tmp/filesystems/py-fuse-bindings/work/.buildlink/include/python3.10/Python.h:83, from fuseparts/_fusemodule.c:28: /tmp/filesystems/py-fuse-bindings/work/.buildlink/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { ^~~~~~~~~~~~~~~~~~~~~~~~~~ fuseparts/_fusemodule.c:1112:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (lx - list + ilen >= size) { ^~ fuseparts/_fusemodule.c: In function 'pyfuse_loop_mt': fuseparts/_fusemodule.c:1420:2: warning: 'PyEval_InitThreads' is deprecated [-Wdeprecated-declarations] PyEval_InitThreads(); ^~~~~~~~~~~~~~~~~~ In file included from /tmp/filesystems/py-fuse-bindings/work/.buildlink/include/python3.10/Python.h:130:0, from fuseparts/_fusemodule.c:28: /tmp/filesystems/py-fuse-bindings/work/.buildlink/include/python3.10/ceval.h:122:37: note: declared here Py_DEPRECATED(3.9) PyAPI_FUNC(void) PyEval_InitThreads(void); ^~~~~~~~~~~~~~~~~~ gcc -shared -L. -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -O2 -D_KERNTYPES -D_NETBSD_SOURCE -I/usr/include -I/usr/pkg/include/python3.10 -I/usr/include -I/usr/pkg/include/python3.10 build/temp.netbsd-9.3-amd64-cpython-310/fuseparts/_fusemodule.o -L/usr/pkg/lib -lrefuse -o build/lib.netbsd-9.3-amd64-cpython-310/fuseparts/_fuse.so *** Please use pkgtools/verifypc to sanity check dependencies.