+ local run_cmd + run_cmd=run_su + shift + run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=310 WRKLOG=/tmp/bulklog/py310-importlib-resources-3.0.0nb1/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=310 WRKLOG=/tmp/bulklog/py310-importlib-resources-3.0.0nb1/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for py310-importlib-resources-3.0.0nb2 (cd /home/pbulk/build/devel/py-importlib-resources/work/importlib_resources-3.0.0/ && /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=cc CFLAGS=-pipe\ -O2\ -pipe\ -O2\ -fPIC\ -D_FORTIFY_SOURCE=2\ -I/usr/include\ -I/usr/pkg/include/python3.10 CPPFLAGS=-I/usr/include\ -I/usr/pkg/include/python3.10 CXX=c++ CXXFLAGS=-pipe\ -O2\ -pipe\ -O2\ -fPIC\ -D_FORTIFY_SOURCE=2\ -I/usr/include\ -I/usr/pkg/include/python3.10 COMPILER_RPATH_FLAG=-Wl,-R F77=f77 FC=f77 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=/home/pbulk/build/devel/py-importlib-resources/work/.cwrapper/bin:/home/pbulk/build/devel/py-importlib-resources/work/.buildlink/bin:/home/pbulk/build/devel/py-importlib-resources/work/.tools/bin:/usr/pkg/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/pkg/bin:/usr/X11R7/bin PREFIX=/usr/pkg MAKELEVEL=0 CONFIG_SITE= PKG_SYSCONFDIR=/usr/pkg/etc CPP=cpp CXXCPP=cpp HOME=/home/pbulk/build/devel/py-importlib-resources/work/.home CWRAPPERS_CONFIG_DIR=/home/pbulk/build/devel/py-importlib-resources/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\ pbulk\ -m\ 755 BSD_INSTALL_SCRIPT=/usr/bin/install\ -c\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_LIB=/usr/bin/install\ -c\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ pbulk\ -m\ 644 BSD_INSTALL_MAN=/usr/bin/install\ -c\ -o\ pbulk\ -g\ pbulk\ -m\ 644 BSD_INSTALL=/usr/bin/install BSD_INSTALL_PROGRAM_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_LIB_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_DATA_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_MAN_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_GAME=/usr/bin/install\ -c\ -s\ -o\ pbulk\ -g\ pbulk\ -m\ 2555 BSD_INSTALL_GAME_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ pbulk\ -m\ 664 BSD_INSTALL_GAME_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ pbulk\ -m\ 775 INSTALL_INFO= MAKEINFO=/home/pbulk/build/devel/py-importlib-resources/work/.tools/bin/makeinfo FLEX= BISON= ITSTOOL=/home/pbulk/build/devel/py-importlib-resources/work/.tools/bin/itstool GDBUS_CODEGEN=/home/pbulk/build/devel/py-importlib-resources/work/.tools/bin/gdbus-codegen PKG_CONFIG= PKG_CONFIG_LIBDIR=/home/pbulk/build/devel/py-importlib-resources/work/.buildlink/lib/pkgconfig:/home/pbulk/build/devel/py-importlib-resources/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/home/pbulk/build/devel/py-importlib-resources/work/.pkg-config.log PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/home/pbulk/build/devel/py-importlib-resources/work/.cwrapper/config /usr/pkg/bin/python3.10 setup.py build -j4) /usr/pkg/lib/python3.10/site-packages/setuptools/config/setupcfg.py:463: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running build running build_py creating build creating build/lib creating build/lib/importlib_resources copying importlib_resources/__init__.py -> build/lib/importlib_resources copying importlib_resources/_common.py -> build/lib/importlib_resources copying importlib_resources/_compat.py -> build/lib/importlib_resources copying importlib_resources/_py2.py -> build/lib/importlib_resources copying importlib_resources/_py3.py -> build/lib/importlib_resources copying importlib_resources/abc.py -> build/lib/importlib_resources copying importlib_resources/readers.py -> build/lib/importlib_resources copying importlib_resources/trees.py -> build/lib/importlib_resources creating build/lib/importlib_resources/tests copying importlib_resources/tests/__init__.py -> build/lib/importlib_resources/tests copying importlib_resources/tests/test_files.py -> build/lib/importlib_resources/tests copying importlib_resources/tests/test_open.py -> build/lib/importlib_resources/tests copying importlib_resources/tests/test_path.py -> build/lib/importlib_resources/tests copying importlib_resources/tests/test_read.py -> build/lib/importlib_resources/tests copying importlib_resources/tests/test_resource.py -> build/lib/importlib_resources/tests copying importlib_resources/tests/util.py -> build/lib/importlib_resources/tests creating build/lib/importlib_resources/tests/data01 copying importlib_resources/tests/data01/__init__.py -> build/lib/importlib_resources/tests/data01 creating build/lib/importlib_resources/tests/data02 copying importlib_resources/tests/data02/__init__.py -> build/lib/importlib_resources/tests/data02 creating build/lib/importlib_resources/tests/data03 copying importlib_resources/tests/data03/__init__.py -> build/lib/importlib_resources/tests/data03 creating build/lib/importlib_resources/tests/zipdata01 copying importlib_resources/tests/zipdata01/__init__.py -> build/lib/importlib_resources/tests/zipdata01 creating build/lib/importlib_resources/tests/zipdata02 copying importlib_resources/tests/zipdata02/__init__.py -> build/lib/importlib_resources/tests/zipdata02 creating build/lib/importlib_resources/tests/data01/subdirectory copying importlib_resources/tests/data01/subdirectory/__init__.py -> build/lib/importlib_resources/tests/data01/subdirectory creating build/lib/importlib_resources/tests/data02/one copying importlib_resources/tests/data02/one/__init__.py -> build/lib/importlib_resources/tests/data02/one creating build/lib/importlib_resources/tests/data02/two copying importlib_resources/tests/data02/two/__init__.py -> build/lib/importlib_resources/tests/data02/two running egg_info writing importlib_resources.egg-info/PKG-INFO writing dependency_links to importlib_resources.egg-info/dependency_links.txt writing requirements to importlib_resources.egg-info/requires.txt writing top-level names to importlib_resources.egg-info/top_level.txt reading manifest file 'importlib_resources.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'importlib_resources.egg-info/SOURCES.txt' /usr/pkg/lib/python3.10/site-packages/setuptools/command/build_py.py:153: SetuptoolsDeprecationWarning: Installing 'importlib_resources.tests.data03.namespace' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'importlib_resources.tests.data03.namespace' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'importlib_resources.tests.data03.namespace' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'importlib_resources.tests.data03.namespace' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/pkg/lib/python3.10/site-packages/setuptools/command/build_py.py:153: SetuptoolsDeprecationWarning: Installing 'importlib_resources.tests.data03.namespace.portion1' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'importlib_resources.tests.data03.namespace.portion1' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'importlib_resources.tests.data03.namespace.portion1' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'importlib_resources.tests.data03.namespace.portion1' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/pkg/lib/python3.10/site-packages/setuptools/command/build_py.py:153: SetuptoolsDeprecationWarning: Installing 'importlib_resources.tests.data03.namespace.portion2' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'importlib_resources.tests.data03.namespace.portion2' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'importlib_resources.tests.data03.namespace.portion2' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'importlib_resources.tests.data03.namespace.portion2' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) copying importlib_resources/py.typed -> build/lib/importlib_resources copying importlib_resources/tests/data01/binary.file -> build/lib/importlib_resources/tests/data01 copying importlib_resources/tests/data01/utf-16.file -> build/lib/importlib_resources/tests/data01 copying importlib_resources/tests/data01/utf-8.file -> build/lib/importlib_resources/tests/data01 creating build/lib/importlib_resources/tests/data03/namespace copying importlib_resources/tests/data03/namespace/resource1.txt -> build/lib/importlib_resources/tests/data03/namespace creating build/lib/importlib_resources/tests/data03/namespace/portion1 copying importlib_resources/tests/data03/namespace/portion1/__init__.py -> build/lib/importlib_resources/tests/data03/namespace/portion1 creating build/lib/importlib_resources/tests/data03/namespace/portion2 copying importlib_resources/tests/data03/namespace/portion2/__init__.py -> build/lib/importlib_resources/tests/data03/namespace/portion2 copying importlib_resources/tests/zipdata01/ziptestdata.zip -> build/lib/importlib_resources/tests/zipdata01 copying importlib_resources/tests/zipdata02/ziptestdata.zip -> build/lib/importlib_resources/tests/zipdata02 copying importlib_resources/tests/data01/subdirectory/binary.file -> build/lib/importlib_resources/tests/data01/subdirectory copying importlib_resources/tests/data02/one/resource1.txt -> build/lib/importlib_resources/tests/data02/one copying importlib_resources/tests/data02/two/resource2.txt -> build/lib/importlib_resources/tests/data02/two