=> 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 py311-zeep-4.2.1 (cd /tmp/net/py-zeep/work/zeep-4.2.1/ && /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.11 CC=gcc CFLAGS=-O2\ -I/usr/include\ -I/usr/pkg/include/python3.11 CPPFLAGS=-I/usr/include\ -I/usr/pkg/include/python3.11 CXX=c++ CXXFLAGS=-O2\ -I/usr/include\ -I/usr/pkg/include/python3.11 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/net/py-zeep/work/.cwrapper/bin:/tmp/net/py-zeep/work/.buildlink/bin:/tmp/net/py-zeep/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 CPP=/usr/bin/cpp CXXCPP=/usr/bin/cpp HOME=/tmp/net/py-zeep/work/.home CWRAPPERS_CONFIG_DIR=/tmp/net/py-zeep/work/.cwrapper/config CPP=/usr/bin/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/net/py-zeep/work/.tools/bin/makeinfo FLEX= BISON= ITSTOOL=/tmp/net/py-zeep/work/.tools/bin/itstool GDBUS_CODEGEN=/tmp/net/py-zeep/work/.tools/bin/gdbus-codegen PKG_CONFIG=/tmp/net/py-zeep/work/.tools/bin/pkg-config PKG_CONFIG_LIBDIR=/tmp/net/py-zeep/work/.buildlink/lib/pkgconfig:/tmp/net/py-zeep/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/tmp/net/py-zeep/work/.pkg-config.log PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/tmp/net/py-zeep/work/.cwrapper/config /usr/pkg/bin/python3.11 setup.py build -j4) running build running build_py creating build creating build/lib creating build/lib/zeep copying src/zeep/__init__.py -> build/lib/zeep copying src/zeep/__main__.py -> build/lib/zeep copying src/zeep/cache.py -> build/lib/zeep copying src/zeep/client.py -> build/lib/zeep copying src/zeep/exceptions.py -> build/lib/zeep copying src/zeep/helpers.py -> build/lib/zeep copying src/zeep/loader.py -> build/lib/zeep copying src/zeep/ns.py -> build/lib/zeep copying src/zeep/plugins.py -> build/lib/zeep copying src/zeep/proxy.py -> build/lib/zeep copying src/zeep/settings.py -> build/lib/zeep copying src/zeep/transports.py -> build/lib/zeep copying src/zeep/utils.py -> build/lib/zeep copying src/zeep/wsa.py -> build/lib/zeep running egg_info writing src/zeep.egg-info/PKG-INFO writing dependency_links to src/zeep.egg-info/dependency_links.txt writing requirements to src/zeep.egg-info/requires.txt writing top-level names to src/zeep.egg-info/top_level.txt reading manifest file 'src/zeep.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '*.py[co]' found anywhere in distribution warning: no previously-included files matching '.DS_Store' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'src/zeep.egg-info/SOURCES.txt' /usr/pkg/lib/python3.11/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'zeep.wsdl' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'zeep.wsdl' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'zeep.wsdl' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'zeep.wsdl' to be distributed and are already explicitly excluding 'zeep.wsdl' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/pkg/lib/python3.11/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'zeep.wsdl.bindings' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'zeep.wsdl.bindings' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'zeep.wsdl.bindings' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'zeep.wsdl.bindings' to be distributed and are already explicitly excluding 'zeep.wsdl.bindings' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/pkg/lib/python3.11/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'zeep.wsdl.messages' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'zeep.wsdl.messages' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'zeep.wsdl.messages' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'zeep.wsdl.messages' to be distributed and are already explicitly excluding 'zeep.wsdl.messages' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/pkg/lib/python3.11/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'zeep.wsse' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'zeep.wsse' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'zeep.wsse' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'zeep.wsse' to be distributed and are already explicitly excluding 'zeep.wsse' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/pkg/lib/python3.11/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'zeep.xsd' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'zeep.xsd' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'zeep.xsd' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'zeep.xsd' to be distributed and are already explicitly excluding 'zeep.xsd' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/pkg/lib/python3.11/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'zeep.xsd.elements' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'zeep.xsd.elements' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'zeep.xsd.elements' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'zeep.xsd.elements' to be distributed and are already explicitly excluding 'zeep.xsd.elements' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/pkg/lib/python3.11/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'zeep.xsd.types' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'zeep.xsd.types' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'zeep.xsd.types' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'zeep.xsd.types' to be distributed and are already explicitly excluding 'zeep.xsd.types' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) copying src/zeep/py.typed -> build/lib/zeep creating build/lib/zeep/wsdl copying src/zeep/wsdl/__init__.py -> build/lib/zeep/wsdl copying src/zeep/wsdl/attachments.py -> build/lib/zeep/wsdl copying src/zeep/wsdl/definitions.py -> build/lib/zeep/wsdl copying src/zeep/wsdl/parse.py -> build/lib/zeep/wsdl copying src/zeep/wsdl/utils.py -> build/lib/zeep/wsdl copying src/zeep/wsdl/wsdl.py -> build/lib/zeep/wsdl creating build/lib/zeep/wsdl/bindings copying src/zeep/wsdl/bindings/__init__.py -> build/lib/zeep/wsdl/bindings copying src/zeep/wsdl/bindings/http.py -> build/lib/zeep/wsdl/bindings copying src/zeep/wsdl/bindings/soap.py -> build/lib/zeep/wsdl/bindings creating build/lib/zeep/wsdl/messages copying src/zeep/wsdl/messages/__init__.py -> build/lib/zeep/wsdl/messages copying src/zeep/wsdl/messages/base.py -> build/lib/zeep/wsdl/messages copying src/zeep/wsdl/messages/http.py -> build/lib/zeep/wsdl/messages copying src/zeep/wsdl/messages/mime.py -> build/lib/zeep/wsdl/messages copying src/zeep/wsdl/messages/multiref.py -> build/lib/zeep/wsdl/messages copying src/zeep/wsdl/messages/soap.py -> build/lib/zeep/wsdl/messages copying src/zeep/wsdl/messages/xop.py -> build/lib/zeep/wsdl/messages creating build/lib/zeep/wsse copying src/zeep/wsse/__init__.py -> build/lib/zeep/wsse copying src/zeep/wsse/compose.py -> build/lib/zeep/wsse copying src/zeep/wsse/signature.py -> build/lib/zeep/wsse copying src/zeep/wsse/username.py -> build/lib/zeep/wsse copying src/zeep/wsse/utils.py -> build/lib/zeep/wsse creating build/lib/zeep/xsd copying src/zeep/xsd/__init__.py -> build/lib/zeep/xsd copying src/zeep/xsd/const.py -> build/lib/zeep/xsd copying src/zeep/xsd/context.py -> build/lib/zeep/xsd copying src/zeep/xsd/printer.py -> build/lib/zeep/xsd copying src/zeep/xsd/schema.py -> build/lib/zeep/xsd copying src/zeep/xsd/utils.py -> build/lib/zeep/xsd copying src/zeep/xsd/valueobjects.py -> build/lib/zeep/xsd copying src/zeep/xsd/visitor.py -> build/lib/zeep/xsd creating build/lib/zeep/xsd/elements copying src/zeep/xsd/elements/__init__.py -> build/lib/zeep/xsd/elements copying src/zeep/xsd/elements/any.py -> build/lib/zeep/xsd/elements copying src/zeep/xsd/elements/attribute.py -> build/lib/zeep/xsd/elements copying src/zeep/xsd/elements/base.py -> build/lib/zeep/xsd/elements copying src/zeep/xsd/elements/builtins.py -> build/lib/zeep/xsd/elements copying src/zeep/xsd/elements/element.py -> build/lib/zeep/xsd/elements copying src/zeep/xsd/elements/indicators.py -> build/lib/zeep/xsd/elements copying src/zeep/xsd/elements/references.py -> build/lib/zeep/xsd/elements creating build/lib/zeep/xsd/types copying src/zeep/xsd/types/__init__.py -> build/lib/zeep/xsd/types copying src/zeep/xsd/types/any.py -> build/lib/zeep/xsd/types copying src/zeep/xsd/types/base.py -> build/lib/zeep/xsd/types copying src/zeep/xsd/types/builtins.py -> build/lib/zeep/xsd/types copying src/zeep/xsd/types/collection.py -> build/lib/zeep/xsd/types copying src/zeep/xsd/types/complex.py -> build/lib/zeep/xsd/types copying src/zeep/xsd/types/simple.py -> build/lib/zeep/xsd/types copying src/zeep/xsd/types/unresolved.py -> build/lib/zeep/xsd/types