=> 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'. ===> Installing for py311-zeep-4.2.1 => Generating pre-install file lists => Creating installation directories (cd /tmp/net/py-zeep/work/zeep-4.2.1/ && /usr/bin/env DESTDIR=/tmp/net/py-zeep/work/.destdir 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=cpp CXXCPP=cpp HOME=/tmp/net/py-zeep/work/.home CWRAPPERS_CONFIG_DIR=/tmp/net/py-zeep/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/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 "install" -c -O1 --root=/tmp/net/py-zeep/work/.destdir) running install /usr/pkg/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running build running build_py 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) running install_lib creating /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep copying build/lib/zeep/__init__.py -> /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep copying build/lib/zeep/__main__.py -> /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep copying build/lib/zeep/cache.py -> /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep copying build/lib/zeep/client.py -> /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep copying build/lib/zeep/exceptions.py -> /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep copying build/lib/zeep/helpers.py -> /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep copying build/lib/zeep/loader.py -> /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep copying build/lib/zeep/ns.py -> /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep copying build/lib/zeep/plugins.py -> /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep copying build/lib/zeep/proxy.py -> /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep copying build/lib/zeep/settings.py -> /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep copying build/lib/zeep/transports.py -> /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep copying build/lib/zeep/utils.py -> /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep copying build/lib/zeep/wsa.py -> /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep copying build/lib/zeep/py.typed -> /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep creating /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/wsdl copying build/lib/zeep/wsdl/__init__.py -> /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/wsdl copying build/lib/zeep/wsdl/attachments.py -> /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/wsdl copying build/lib/zeep/wsdl/definitions.py -> /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/wsdl copying build/lib/zeep/wsdl/parse.py -> /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/wsdl copying build/lib/zeep/wsdl/utils.py -> /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/wsdl copying build/lib/zeep/wsdl/wsdl.py -> /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/wsdl creating /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/wsdl/bindings copying build/lib/zeep/wsdl/bindings/__init__.py -> /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/wsdl/bindings copying build/lib/zeep/wsdl/bindings/http.py -> /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/wsdl/bindings copying build/lib/zeep/wsdl/bindings/soap.py -> /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/wsdl/bindings creating /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/wsdl/messages copying build/lib/zeep/wsdl/messages/__init__.py -> /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/wsdl/messages copying build/lib/zeep/wsdl/messages/base.py -> /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/wsdl/messages copying build/lib/zeep/wsdl/messages/http.py -> /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/wsdl/messages copying build/lib/zeep/wsdl/messages/mime.py -> /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/wsdl/messages copying build/lib/zeep/wsdl/messages/multiref.py -> /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/wsdl/messages copying build/lib/zeep/wsdl/messages/soap.py -> /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/wsdl/messages copying build/lib/zeep/wsdl/messages/xop.py -> /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/wsdl/messages creating /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/wsse copying build/lib/zeep/wsse/__init__.py -> /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/wsse copying build/lib/zeep/wsse/compose.py -> /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/wsse copying build/lib/zeep/wsse/signature.py -> /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/wsse copying build/lib/zeep/wsse/username.py -> /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/wsse copying build/lib/zeep/wsse/utils.py -> /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/wsse creating /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/xsd copying build/lib/zeep/xsd/__init__.py -> /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/xsd copying build/lib/zeep/xsd/const.py -> /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/xsd copying build/lib/zeep/xsd/context.py -> /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/xsd copying build/lib/zeep/xsd/printer.py -> /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/xsd copying build/lib/zeep/xsd/schema.py -> /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/xsd copying build/lib/zeep/xsd/utils.py -> /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/xsd copying build/lib/zeep/xsd/valueobjects.py -> /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/xsd copying build/lib/zeep/xsd/visitor.py -> /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/xsd creating /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/xsd/elements copying build/lib/zeep/xsd/elements/__init__.py -> /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/xsd/elements copying build/lib/zeep/xsd/elements/any.py -> /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/xsd/elements copying build/lib/zeep/xsd/elements/attribute.py -> /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/xsd/elements copying build/lib/zeep/xsd/elements/base.py -> /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/xsd/elements copying build/lib/zeep/xsd/elements/builtins.py -> /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/xsd/elements copying build/lib/zeep/xsd/elements/element.py -> /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/xsd/elements copying build/lib/zeep/xsd/elements/indicators.py -> /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/xsd/elements copying build/lib/zeep/xsd/elements/references.py -> /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/xsd/elements creating /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/xsd/types copying build/lib/zeep/xsd/types/__init__.py -> /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/xsd/types copying build/lib/zeep/xsd/types/any.py -> /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/xsd/types copying build/lib/zeep/xsd/types/base.py -> /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/xsd/types copying build/lib/zeep/xsd/types/builtins.py -> /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/xsd/types copying build/lib/zeep/xsd/types/collection.py -> /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/xsd/types copying build/lib/zeep/xsd/types/complex.py -> /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/xsd/types copying build/lib/zeep/xsd/types/simple.py -> /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/xsd/types copying build/lib/zeep/xsd/types/unresolved.py -> /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/xsd/types byte-compiling /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/__main__.py to __main__.cpython-311.pyc byte-compiling /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/cache.py to cache.cpython-311.pyc byte-compiling /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/client.py to client.cpython-311.pyc byte-compiling /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/exceptions.py to exceptions.cpython-311.pyc byte-compiling /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/helpers.py to helpers.cpython-311.pyc byte-compiling /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/loader.py to loader.cpython-311.pyc byte-compiling /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/ns.py to ns.cpython-311.pyc byte-compiling /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/plugins.py to plugins.cpython-311.pyc byte-compiling /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/proxy.py to proxy.cpython-311.pyc byte-compiling /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/settings.py to settings.cpython-311.pyc byte-compiling /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/transports.py to transports.cpython-311.pyc byte-compiling /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/utils.py to utils.cpython-311.pyc byte-compiling /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/wsa.py to wsa.cpython-311.pyc byte-compiling /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/wsdl/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/wsdl/attachments.py to attachments.cpython-311.pyc byte-compiling /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/wsdl/definitions.py to definitions.cpython-311.pyc byte-compiling /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/wsdl/parse.py to parse.cpython-311.pyc byte-compiling /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/wsdl/utils.py to utils.cpython-311.pyc byte-compiling /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/wsdl/wsdl.py to wsdl.cpython-311.pyc byte-compiling /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/wsdl/bindings/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/wsdl/bindings/http.py to http.cpython-311.pyc byte-compiling /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/wsdl/bindings/soap.py to soap.cpython-311.pyc byte-compiling /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/wsdl/messages/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/wsdl/messages/base.py to base.cpython-311.pyc byte-compiling /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/wsdl/messages/http.py to http.cpython-311.pyc byte-compiling /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/wsdl/messages/mime.py to mime.cpython-311.pyc byte-compiling /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/wsdl/messages/multiref.py to multiref.cpython-311.pyc byte-compiling /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/wsdl/messages/soap.py to soap.cpython-311.pyc byte-compiling /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/wsdl/messages/xop.py to xop.cpython-311.pyc byte-compiling /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/wsse/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/wsse/compose.py to compose.cpython-311.pyc byte-compiling /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/wsse/signature.py to signature.cpython-311.pyc byte-compiling /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/wsse/username.py to username.cpython-311.pyc byte-compiling /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/wsse/utils.py to utils.cpython-311.pyc byte-compiling /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/xsd/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/xsd/const.py to const.cpython-311.pyc byte-compiling /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/xsd/context.py to context.cpython-311.pyc byte-compiling /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/xsd/printer.py to printer.cpython-311.pyc byte-compiling /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/xsd/schema.py to schema.cpython-311.pyc byte-compiling /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/xsd/utils.py to utils.cpython-311.pyc byte-compiling /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/xsd/valueobjects.py to valueobjects.cpython-311.pyc byte-compiling /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/xsd/visitor.py to visitor.cpython-311.pyc byte-compiling /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/xsd/elements/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/xsd/elements/any.py to any.cpython-311.pyc byte-compiling /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/xsd/elements/attribute.py to attribute.cpython-311.pyc byte-compiling /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/xsd/elements/base.py to base.cpython-311.pyc byte-compiling /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/xsd/elements/builtins.py to builtins.cpython-311.pyc byte-compiling /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/xsd/elements/element.py to element.cpython-311.pyc byte-compiling /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/xsd/elements/indicators.py to indicators.cpython-311.pyc byte-compiling /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/xsd/elements/references.py to references.cpython-311.pyc byte-compiling /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/xsd/types/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/xsd/types/any.py to any.cpython-311.pyc byte-compiling /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/xsd/types/base.py to base.cpython-311.pyc byte-compiling /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/xsd/types/builtins.py to builtins.cpython-311.pyc byte-compiling /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/xsd/types/collection.py to collection.cpython-311.pyc byte-compiling /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/xsd/types/complex.py to complex.cpython-311.pyc byte-compiling /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/xsd/types/simple.py to simple.cpython-311.pyc byte-compiling /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep/xsd/types/unresolved.py to unresolved.cpython-311.pyc writing byte-compilation script '/tmp/tmpozhxit6k.py' /usr/pkg/bin/python3.11 /tmp/tmpozhxit6k.py removing /tmp/tmpozhxit6k.py running install_egg_info Copying src/zeep.egg-info to /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep-4.2.1-py3.11.egg-info running install_scripts => Automatic manual page handling => Generating post-install file lists if test -d "/tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep-4.2.1-py3.11.egg-info"; then /usr/bin/find /tmp/net/py-zeep/work/.destdir/usr/pkg/lib/python3.11/site-packages/zeep-4.2.1-py3.11.egg-info -type f -exec /bin/chmod 644 '{}' ';' ; fi => Checking file-check results for py311-zeep-4.2.1 => Checking for non-existent script interpreters in py311-zeep-4.2.1 => Checking file permissions in py311-zeep-4.2.1 => Checking for PIE in py311-zeep-4.2.1 => Checking for RELRO in py311-zeep-4.2.1 => Checking for missing run-time search paths in py311-zeep-4.2.1 => Checking for work-directory references in py311-zeep-4.2.1