=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Installing for py311-autobahn-23.1.2nb1 => Generating pre-install file lists => Creating installation directories (cd /Users/pbulk/build/www/py-autobahn/work/autobahn-23.1.2/ && /usr/bin/env DESTDIR=/Users/pbulk/build/www/py-autobahn/work/.destdir USETOOLS=no GOTMPDIR=/Users/pbulk/build PTHREAD_CFLAGS=\ -D_REENTRANT PTHREAD_LDFLAGS= PTHREAD_LIBS=-lpthread PTHREADBASE= DL_CFLAGS= DL_LDFLAGS= DL_LIBS= MACOSX_DEPLOYMENT_TARGET=11.3 PYTHON=/opt/pkg/bin/python3.11 CC=clang CFLAGS=-pipe\ -Os\ -I/opt/pkg/include/python3.11\ -I/opt/pkg/include CPPFLAGS=-I/opt/pkg/include/python3.11\ -I/opt/pkg/include CXX=clang++ CXXFLAGS=-pipe\ -Os\ -I/opt/pkg/include/python3.11\ -I/opt/pkg/include COMPILER_RPATH_FLAG=-L 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=-L/opt/pkg/lib LINKER_RPATH_FLAG=-L PATH=/Users/pbulk/build/www/py-autobahn/work/.cwrapper/bin:/Users/pbulk/build/www/py-autobahn/work/.buildlink/bin:/Users/pbulk/build/www/py-autobahn/work/.tools/bin:/opt/pkg/bin:/sbin:/bin:/usr/sbin:/usr/bin:/opt/pkg/bin:/opt/pkg/bin PREFIX=/opt/pkg MAKELEVEL=0 CONFIG_SITE= PKG_SYSCONFDIR=/opt/pkg/etc CXXCPP=clang\ -E HOME=/Users/pbulk/build/www/py-autobahn/work/.home CWRAPPERS_CONFIG_DIR=/Users/pbulk/build/www/py-autobahn/work/.cwrapper/config CPP=clang\ -E LOCALBASE=/opt/pkg X11BASE=/opt/pkg PKGMANDIR=share/man PKGINFODIR=info PKGGNUDIR=gnu/ MAKECONF=/dev/null OBJECT_FMT=Mach-O USETOOLS=no BSD_INSTALL_PROGRAM=/usr/bin/install\ -c\ \ -o\ pbulk\ -g\ staff\ -m\ 755 BSD_INSTALL_SCRIPT=/usr/bin/install\ -c\ -o\ pbulk\ -g\ staff\ -m\ 755 BSD_INSTALL_LIB=/usr/bin/install\ -c\ -o\ pbulk\ -g\ staff\ -m\ 755 BSD_INSTALL_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ staff\ -m\ 644 BSD_INSTALL_MAN=/usr/bin/install\ -c\ -o\ pbulk\ -g\ staff\ -m\ 644 BSD_INSTALL=/usr/bin/install BSD_INSTALL_PROGRAM_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ staff\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ staff\ -m\ 755 BSD_INSTALL_LIB_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ staff\ -m\ 755 BSD_INSTALL_DATA_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ staff\ -m\ 755 BSD_INSTALL_MAN_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ staff\ -m\ 755 BSD_INSTALL_GAME=/usr/bin/install\ -c\ \ -o\ pbulk\ -g\ staff\ -m\ 2555 BSD_INSTALL_GAME_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ staff\ -m\ 664 BSD_INSTALL_GAME_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ staff\ -m\ 775 INSTALL_INFO= MAKEINFO=/Users/pbulk/build/www/py-autobahn/work/.tools/bin/makeinfo FLEX= BISON= ITSTOOL=/Users/pbulk/build/www/py-autobahn/work/.tools/bin/itstool GDBUS_CODEGEN=/Users/pbulk/build/www/py-autobahn/work/.tools/bin/gdbus-codegen PKG_CONFIG=/Users/pbulk/build/www/py-autobahn/work/.tools/bin/pkg-config PKG_CONFIG_LIBDIR=/Users/pbulk/build/www/py-autobahn/work/.buildlink/lib/pkgconfig:/Users/pbulk/build/www/py-autobahn/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/Users/pbulk/build/www/py-autobahn/work/.pkg-config.log PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/Users/pbulk/build/www/py-autobahn/work/.cwrapper/config /opt/pkg/bin/python3.11 setup.py "install" -c -O1 --root=/Users/pbulk/build/www/py-autobahn/work/.destdir) running install /opt/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, pypa/build 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 autobahn.egg-info/PKG-INFO writing dependency_links to autobahn.egg-info/dependency_links.txt writing entry points to autobahn.egg-info/entry_points.txt writing requirements to autobahn.egg-info/requires.txt writing top-level names to autobahn.egg-info/top_level.txt reading manifest file 'autobahn.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'autobahn.egg-info/SOURCES.txt' /opt/pkg/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'autobahn.asset' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'autobahn.asset' 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 'autobahn.asset' 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 'autobahn.asset' to be distributed and are already explicitly excluding 'autobahn.asset' 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) /opt/pkg/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'autobahn.asyncio.test' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'autobahn.asyncio.test' 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 'autobahn.asyncio.test' 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 'autobahn.asyncio.test' to be distributed and are already explicitly excluding 'autobahn.asyncio.test' 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) /opt/pkg/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'autobahn.wamp.gen.schema' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'autobahn.wamp.gen.schema' 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 'autobahn.wamp.gen.schema' 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 'autobahn.wamp.gen.schema' to be distributed and are already explicitly excluding 'autobahn.wamp.gen.schema' 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) /opt/pkg/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'autobahn.xbr.templates' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'autobahn.xbr.templates' 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 'autobahn.xbr.templates' 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 'autobahn.xbr.templates' to be distributed and are already explicitly excluding 'autobahn.xbr.templates' 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) /opt/pkg/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'autobahn.xbr.test.catalog.schema' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'autobahn.xbr.test.catalog.schema' 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 'autobahn.xbr.test.catalog.schema' 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 'autobahn.xbr.test.catalog.schema' to be distributed and are already explicitly excluding 'autobahn.xbr.test.catalog.schema' 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) /opt/pkg/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'autobahn.xbr.test.profile' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'autobahn.xbr.test.profile' 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 'autobahn.xbr.test.profile' 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 'autobahn.xbr.test.profile' to be distributed and are already explicitly excluding 'autobahn.xbr.test.profile' 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 build_ext generating cffi module 'build/temp.macosx-11.3-arm64-cpython-311/_nvx_utf8validator.c' already up-to-date building '_nvx_utf8validator' extension clang -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include/python3.11 -I/opt/pkg/include -I/opt/pkg/include/python3.11 -I/opt/pkg/include -I/opt/pkg/include/python3.11 -c build/temp.macosx-11.3-arm64-cpython-311/_nvx_utf8validator.c -o build/temp.macosx-11.3-arm64-cpython-311/build/temp.macosx-11.3-arm64-cpython-311/_nvx_utf8validator.o -std=c99 -Wall -Wno-strict-prototypes -O3 -march=native clang: error: the clang compiler does not support '-march=native' warning: build_ext_make_mod: building extension "_nvx_utf8validator" failed: command '/Users/pbulk/build/www/py-autobahn/work/.cwrapper/bin/clang' failed with exit code 1 running install_lib creating /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/__init__.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/__main__.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/_version.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn creating /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/asset copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/asset/xbr_gray.svg -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/asset copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/asset/xbr_white.svg -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/asset creating /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/asyncio copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/asyncio/__init__.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/asyncio copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/asyncio/component.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/asyncio copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/asyncio/rawsocket.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/asyncio creating /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/asyncio/test copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/asyncio/test/README_NO_INIT_PY -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/asyncio/test copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/asyncio/test/test_aio_rawsocket.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/asyncio/test copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/asyncio/test/test_aio_websocket.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/asyncio/test copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/asyncio/test/test_wamp_runner.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/asyncio/test copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/asyncio/util.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/asyncio copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/asyncio/wamp.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/asyncio copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/asyncio/websocket.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/asyncio creating /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/asyncio/xbr copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/asyncio/xbr/__init__.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/asyncio/xbr copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/exception.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn creating /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/nvx copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/nvx/__init__.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/nvx copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/nvx/_utf8validator.c -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/nvx copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/nvx/_utf8validator.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/nvx creating /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/nvx/test copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/nvx/test/__init__.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/nvx/test copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/nvx/test/test_nvx_utf8validator.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/nvx/test creating /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/rawsocket copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/rawsocket/__init__.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/rawsocket creating /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/rawsocket/test copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/rawsocket/test/__init__.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/rawsocket/test copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/rawsocket/test/test_rawsocket_url.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/rawsocket/test copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/rawsocket/util.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/rawsocket creating /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/test copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/test/__init__.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/test copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/test/test_rng.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/test copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/test/test_util.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/test copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/testutil.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn creating /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/twisted copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/twisted/__init__.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/twisted copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/twisted/choosereactor.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/twisted copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/twisted/component.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/twisted copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/twisted/cryptosign.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/twisted copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/twisted/forwarder.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/twisted copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/twisted/rawsocket.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/twisted copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/twisted/resource.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/twisted creating /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/twisted/test copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/twisted/test/__init__.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/twisted/test copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/twisted/test/test_tx_application_runner.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/twisted/test copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/twisted/test/test_tx_choosereactor.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/twisted/test copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/twisted/test/test_tx_component.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/twisted/test copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/twisted/test/test_tx_endpoint_plugins.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/twisted/test copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/twisted/test/test_tx_protocol.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/twisted/test copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/twisted/test/test_tx_rawsocket.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/twisted/test copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/twisted/test/test_tx_websocket_agent.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/twisted/test copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/twisted/test/test_wamp_runner.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/twisted/test creating /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/twisted/testing copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/twisted/testing/__init__.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/twisted/testing copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/twisted/util.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/twisted copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/twisted/wamp.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/twisted copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/twisted/websocket.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/twisted creating /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/twisted/xbr copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/twisted/xbr/__init__.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/twisted/xbr copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/util.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn creating /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/__init__.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/auth.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/component.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/cryptobox.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/cryptosign.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/exception.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp creating /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/__init__.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen creating /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/schema copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/schema/auth.bfbs -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/schema copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/schema/pubsub.bfbs -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/schema copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/schema/roles.bfbs -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/schema copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/schema/rpc.bfbs -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/schema copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/schema/session.bfbs -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/schema copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/schema/types.bfbs -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/schema copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/schema/wamp.bfbs -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/schema creating /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/wamp/Map.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/wamp/Void.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/wamp/__init__.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp creating /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/wamp/proto/Abort.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/wamp/proto/AnyMessage.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/wamp/proto/AuthCraChallenge.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/wamp/proto/AuthCraRequest.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/wamp/proto/AuthCraWelcome.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/wamp/proto/AuthCryptosignChallenge.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/wamp/proto/AuthCryptosignRequest.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/wamp/proto/AuthCryptosignWelcome.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/wamp/proto/AuthFactor.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/wamp/proto/AuthMethod.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/wamp/proto/AuthMode.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/wamp/proto/AuthScramChallenge.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/wamp/proto/AuthScramRequest.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/wamp/proto/AuthScramWelcome.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/wamp/proto/AuthTicketChallenge.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/wamp/proto/AuthTicketRequest.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/wamp/proto/AuthTicketWelcome.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/wamp/proto/Authenticate.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/wamp/proto/BrokerFeatures.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/wamp/proto/Call.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/wamp/proto/CalleeFeatures.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/wamp/proto/CallerFeatures.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/wamp/proto/Cancel.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/wamp/proto/CancelMode.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/wamp/proto/Challenge.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/wamp/proto/ChannelBinding.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/wamp/proto/ClientRoles.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/wamp/proto/DealerFeatures.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/wamp/proto/Error.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/wamp/proto/Event.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/wamp/proto/EventReceived.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/wamp/proto/Goodbye.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/wamp/proto/Hello.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/wamp/proto/HelloNew.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/wamp/proto/Interrupt.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/wamp/proto/Invocation.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/wamp/proto/InvocationPolicy.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/wamp/proto/Kdf.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/wamp/proto/Match.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/wamp/proto/Message.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/wamp/proto/MessageType.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/wamp/proto/Payload.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/wamp/proto/Principal.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/wamp/proto/Publish.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/wamp/proto/Published.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/wamp/proto/PublisherFeatures.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/wamp/proto/Register.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/wamp/proto/Registered.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/wamp/proto/Result.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/wamp/proto/RouterRoles.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/wamp/proto/Serializer.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/wamp/proto/Subscribe.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/wamp/proto/Subscribed.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/wamp/proto/SubscriberFeatures.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/wamp/proto/SubscriberReceived.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/wamp/proto/Unregister.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/wamp/proto/Unregistered.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/wamp/proto/Unsubscribe.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/wamp/proto/Unsubscribed.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/wamp/proto/Welcome.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/wamp/proto/Yield.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/gen/wamp/proto/__init__.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/interfaces.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/message.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/message_fbs.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/protocol.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/request.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/role.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/serializer.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp creating /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/test copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/test/__init__.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/test copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/test/test_wamp_auth.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/test copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/test/test_wamp_component.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/test copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/test/test_wamp_component_aio.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/test copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/test/test_wamp_cryptobox.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/test copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/test/test_wamp_cryptosign.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/test copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/test/test_wamp_exception.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/test copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/test/test_wamp_identifiers.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/test copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/test/test_wamp_message.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/test copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/test/test_wamp_protocol.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/test copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/test/test_wamp_protocol_peer.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/test copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/test/test_wamp_scram.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/test copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/test/test_wamp_serializer.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/test copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/test/test_wamp_session_details.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/test copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/test/test_wamp_transport_details.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/test copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/test/test_wamp_uri_pattern.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/test copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/test/test_wamp_user_handler_errors.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/test copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/test/test_wamp_websocket.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/test copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/types.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/uri.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/wamp/websocket.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp creating /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/websocket copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/websocket/__init__.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/websocket copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/websocket/compress.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/websocket copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/websocket/compress_base.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/websocket copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/websocket/compress_bzip2.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/websocket copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/websocket/compress_deflate.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/websocket copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/websocket/compress_snappy.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/websocket copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/websocket/interfaces.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/websocket copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/websocket/protocol.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/websocket creating /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/websocket/test copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/websocket/test/__init__.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/websocket/test copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/websocket/test/test_websocket_frame.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/websocket/test copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/websocket/test/test_websocket_protocol.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/websocket/test copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/websocket/test/test_websocket_url.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/websocket/test copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/websocket/types.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/websocket copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/websocket/utf8validator.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/websocket copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/websocket/util.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/websocket copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/websocket/xormasker.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/websocket creating /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/xbr/__init__.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/xbr/_abi.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/xbr/_blockchain.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/xbr/_buyer.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/xbr/_cli.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/xbr/_config.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/xbr/_dialog.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/xbr/_eip712_api_publish.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/xbr/_eip712_authority_certificate.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/xbr/_eip712_base.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/xbr/_eip712_catalog_create.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/xbr/_eip712_certificate.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/xbr/_eip712_certificate_chain.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/xbr/_eip712_channel_close.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/xbr/_eip712_channel_open.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/xbr/_eip712_consent.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/xbr/_eip712_delegate_certificate.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/xbr/_eip712_domain_create.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/xbr/_eip712_market_create.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/xbr/_eip712_market_join.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/xbr/_eip712_market_leave.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/xbr/_eip712_market_member_login.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/xbr/_eip712_member_login.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/xbr/_eip712_member_register.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/xbr/_eip712_member_unregister.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/xbr/_eip712_node_pair.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/xbr/_frealm.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/xbr/_gui.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/xbr/_interfaces.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/xbr/_mnemonic.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/xbr/_schema.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/xbr/_secmod.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/xbr/_seller.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/xbr/_userkey.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/xbr/_util.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/xbr/_wallet.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr creating /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/templates creating /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/templates/py-autobahn copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/xbr/templates/py-autobahn/enum.py.jinja2 -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/templates/py-autobahn copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/xbr/templates/py-autobahn/module.py.jinja2 -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/templates/py-autobahn copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/xbr/templates/py-autobahn/obj.py.jinja2 -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/templates/py-autobahn copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/xbr/templates/py-autobahn/service.py.jinja2 -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/templates/py-autobahn copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/xbr/templates/py-autobahn/test_enum.py.jinja2 -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/templates/py-autobahn copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/xbr/templates/py-autobahn/test_module.py.jinja2 -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/templates/py-autobahn copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/xbr/templates/py-autobahn/test_obj.py.jinja2 -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/templates/py-autobahn copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/xbr/templates/py-autobahn/test_service.py.jinja2 -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/templates/py-autobahn creating /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/templates/sol-eip712 copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/xbr/templates/sol-eip712/obj-eip712.sol.jinja2 -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/templates/sol-eip712 creating /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/test copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/xbr/test/__init__.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/test creating /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/test/catalog creating /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/test/catalog/schema copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/xbr/test/catalog/schema/demo.bfbs -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/test/catalog/schema copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/xbr/test/catalog/schema/testsvc1.bfbs -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/test/catalog/schema copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/xbr/test/catalog/schema/wamp-auth.bfbs -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/test/catalog/schema copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/xbr/test/catalog/schema/wamp-control.bfbs -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/test/catalog/schema copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/xbr/test/catalog/schema/wamp-meta.bfbs -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/test/catalog/schema copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/xbr/test/catalog/schema/wamp.bfbs -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/test/catalog/schema creating /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/test/profile copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/xbr/test/profile/config.ini -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/test/profile copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/xbr/test/profile/default.priv -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/test/profile copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/xbr/test/profile/default.pub -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/test/profile copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/xbr/test/test_xbr_argon2.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/test copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/xbr/test/test_xbr_config.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/test copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/xbr/test/test_xbr_eip712.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/test copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/xbr/test/test_xbr_frealm.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/test copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/xbr/test/test_xbr_mnemonic.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/test copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/xbr/test/test_xbr_schema_demo.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/test copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/xbr/test/test_xbr_schema_wamp.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/test copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/xbr/test/test_xbr_schema_wamp_control.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/test copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/xbr/test/test_xbr_secmod.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/test copying build/lib.macosx-11.3-arm64-cpython-311/autobahn/xbr/test/test_xbr_web3.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/test creating /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/twisted creating /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/twisted/plugins copying build/lib.macosx-11.3-arm64-cpython-311/twisted/plugins/autobahn_endpoints.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/twisted/plugins copying build/lib.macosx-11.3-arm64-cpython-311/twisted/plugins/autobahn_twistd.py -> /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/twisted/plugins byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/__init__.py to __init__.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/__main__.py to __main__.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/_version.py to _version.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/asyncio/__init__.py to __init__.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/asyncio/component.py to component.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/asyncio/rawsocket.py to rawsocket.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/asyncio/test/test_aio_rawsocket.py to test_aio_rawsocket.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/asyncio/test/test_aio_websocket.py to test_aio_websocket.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/asyncio/test/test_wamp_runner.py to test_wamp_runner.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/asyncio/util.py to util.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/asyncio/wamp.py to wamp.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/asyncio/websocket.py to websocket.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/asyncio/xbr/__init__.py to __init__.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/exception.py to exception.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/nvx/__init__.py to __init__.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/nvx/_utf8validator.py to _utf8validator.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/nvx/test/__init__.py to __init__.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/nvx/test/test_nvx_utf8validator.py to test_nvx_utf8validator.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/rawsocket/__init__.py to __init__.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/rawsocket/test/__init__.py to __init__.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/rawsocket/test/test_rawsocket_url.py to test_rawsocket_url.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/rawsocket/util.py to util.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/test/__init__.py to __init__.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/test/test_rng.py to test_rng.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/test/test_util.py to test_util.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/testutil.py to testutil.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/twisted/__init__.py to __init__.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/twisted/choosereactor.py to choosereactor.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/twisted/component.py to component.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/twisted/cryptosign.py to cryptosign.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/twisted/forwarder.py to forwarder.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/twisted/rawsocket.py to rawsocket.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/twisted/resource.py to resource.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/twisted/test/__init__.py to __init__.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/twisted/test/test_tx_application_runner.py to test_tx_application_runner.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/twisted/test/test_tx_choosereactor.py to test_tx_choosereactor.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/twisted/test/test_tx_component.py to test_tx_component.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/twisted/test/test_tx_endpoint_plugins.py to test_tx_endpoint_plugins.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/twisted/test/test_tx_protocol.py to test_tx_protocol.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/twisted/test/test_tx_rawsocket.py to test_tx_rawsocket.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/twisted/test/test_tx_websocket_agent.py to test_tx_websocket_agent.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/twisted/test/test_wamp_runner.py to test_wamp_runner.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/twisted/testing/__init__.py to __init__.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/twisted/util.py to util.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/twisted/wamp.py to wamp.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/twisted/websocket.py to websocket.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/twisted/xbr/__init__.py to __init__.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/util.py to util.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/__init__.py to __init__.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/auth.py to auth.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/component.py to component.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/cryptobox.py to cryptobox.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/cryptosign.py to cryptosign.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/exception.py to exception.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/__init__.py to __init__.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/Map.py to Map.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/Void.py to Void.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/__init__.py to __init__.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto/Abort.py to Abort.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto/AnyMessage.py to AnyMessage.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto/AuthCraChallenge.py to AuthCraChallenge.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto/AuthCraRequest.py to AuthCraRequest.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto/AuthCraWelcome.py to AuthCraWelcome.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto/AuthCryptosignChallenge.py to AuthCryptosignChallenge.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto/AuthCryptosignRequest.py to AuthCryptosignRequest.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto/AuthCryptosignWelcome.py to AuthCryptosignWelcome.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto/AuthFactor.py to AuthFactor.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto/AuthMethod.py to AuthMethod.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto/AuthMode.py to AuthMode.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto/AuthScramChallenge.py to AuthScramChallenge.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto/AuthScramRequest.py to AuthScramRequest.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto/AuthScramWelcome.py to AuthScramWelcome.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto/AuthTicketChallenge.py to AuthTicketChallenge.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto/AuthTicketRequest.py to AuthTicketRequest.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto/AuthTicketWelcome.py to AuthTicketWelcome.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto/Authenticate.py to Authenticate.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto/BrokerFeatures.py to BrokerFeatures.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto/Call.py to Call.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto/CalleeFeatures.py to CalleeFeatures.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto/CallerFeatures.py to CallerFeatures.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto/Cancel.py to Cancel.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto/CancelMode.py to CancelMode.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto/Challenge.py to Challenge.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto/ChannelBinding.py to ChannelBinding.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto/ClientRoles.py to ClientRoles.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto/DealerFeatures.py to DealerFeatures.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto/Error.py to Error.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto/Event.py to Event.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto/EventReceived.py to EventReceived.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto/Goodbye.py to Goodbye.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto/Hello.py to Hello.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto/HelloNew.py to HelloNew.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto/Interrupt.py to Interrupt.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto/Invocation.py to Invocation.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto/InvocationPolicy.py to InvocationPolicy.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto/Kdf.py to Kdf.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto/Match.py to Match.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto/Message.py to Message.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto/MessageType.py to MessageType.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto/Payload.py to Payload.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto/Principal.py to Principal.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto/Publish.py to Publish.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto/Published.py to Published.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto/PublisherFeatures.py to PublisherFeatures.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto/Register.py to Register.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto/Registered.py to Registered.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto/Result.py to Result.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto/RouterRoles.py to RouterRoles.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto/Serializer.py to Serializer.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto/Subscribe.py to Subscribe.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto/Subscribed.py to Subscribed.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto/SubscriberFeatures.py to SubscriberFeatures.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto/SubscriberReceived.py to SubscriberReceived.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto/Unregister.py to Unregister.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto/Unregistered.py to Unregistered.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto/Unsubscribe.py to Unsubscribe.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto/Unsubscribed.py to Unsubscribed.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto/Welcome.py to Welcome.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto/Yield.py to Yield.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/gen/wamp/proto/__init__.py to __init__.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/interfaces.py to interfaces.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/message.py to message.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/message_fbs.py to message_fbs.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/protocol.py to protocol.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/request.py to request.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/role.py to role.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/serializer.py to serializer.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/test/__init__.py to __init__.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/test/test_wamp_auth.py to test_wamp_auth.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/test/test_wamp_component.py to test_wamp_component.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/test/test_wamp_component_aio.py to test_wamp_component_aio.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/test/test_wamp_cryptobox.py to test_wamp_cryptobox.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/test/test_wamp_cryptosign.py to test_wamp_cryptosign.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/test/test_wamp_exception.py to test_wamp_exception.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/test/test_wamp_identifiers.py to test_wamp_identifiers.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/test/test_wamp_message.py to test_wamp_message.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/test/test_wamp_protocol.py to test_wamp_protocol.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/test/test_wamp_protocol_peer.py to test_wamp_protocol_peer.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/test/test_wamp_scram.py to test_wamp_scram.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/test/test_wamp_serializer.py to test_wamp_serializer.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/test/test_wamp_session_details.py to test_wamp_session_details.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/test/test_wamp_transport_details.py to test_wamp_transport_details.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/test/test_wamp_uri_pattern.py to test_wamp_uri_pattern.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/test/test_wamp_user_handler_errors.py to test_wamp_user_handler_errors.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/test/test_wamp_websocket.py to test_wamp_websocket.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/types.py to types.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/uri.py to uri.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/wamp/websocket.py to websocket.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/websocket/__init__.py to __init__.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/websocket/compress.py to compress.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/websocket/compress_base.py to compress_base.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/websocket/compress_bzip2.py to compress_bzip2.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/websocket/compress_deflate.py to compress_deflate.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/websocket/compress_snappy.py to compress_snappy.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/websocket/interfaces.py to interfaces.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/websocket/protocol.py to protocol.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/websocket/test/__init__.py to __init__.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/websocket/test/test_websocket_frame.py to test_websocket_frame.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/websocket/test/test_websocket_protocol.py to test_websocket_protocol.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/websocket/test/test_websocket_url.py to test_websocket_url.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/websocket/types.py to types.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/websocket/utf8validator.py to utf8validator.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/websocket/util.py to util.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/websocket/xormasker.py to xormasker.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/__init__.py to __init__.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/_abi.py to _abi.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/_blockchain.py to _blockchain.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/_buyer.py to _buyer.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/_cli.py to _cli.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/_config.py to _config.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/_dialog.py to _dialog.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/_eip712_api_publish.py to _eip712_api_publish.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/_eip712_authority_certificate.py to _eip712_authority_certificate.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/_eip712_base.py to _eip712_base.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/_eip712_catalog_create.py to _eip712_catalog_create.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/_eip712_certificate.py to _eip712_certificate.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/_eip712_certificate_chain.py to _eip712_certificate_chain.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/_eip712_channel_close.py to _eip712_channel_close.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/_eip712_channel_open.py to _eip712_channel_open.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/_eip712_consent.py to _eip712_consent.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/_eip712_delegate_certificate.py to _eip712_delegate_certificate.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/_eip712_domain_create.py to _eip712_domain_create.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/_eip712_market_create.py to _eip712_market_create.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/_eip712_market_join.py to _eip712_market_join.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/_eip712_market_leave.py to _eip712_market_leave.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/_eip712_market_member_login.py to _eip712_market_member_login.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/_eip712_member_login.py to _eip712_member_login.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/_eip712_member_register.py to _eip712_member_register.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/_eip712_member_unregister.py to _eip712_member_unregister.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/_eip712_node_pair.py to _eip712_node_pair.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/_frealm.py to _frealm.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/_gui.py to _gui.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/_interfaces.py to _interfaces.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/_mnemonic.py to _mnemonic.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/_schema.py to _schema.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/_secmod.py to _secmod.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/_seller.py to _seller.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/_userkey.py to _userkey.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/_util.py to _util.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/_wallet.py to _wallet.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/test/__init__.py to __init__.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/test/test_xbr_argon2.py to test_xbr_argon2.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/test/test_xbr_config.py to test_xbr_config.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/test/test_xbr_eip712.py to test_xbr_eip712.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/test/test_xbr_frealm.py to test_xbr_frealm.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/test/test_xbr_mnemonic.py to test_xbr_mnemonic.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/test/test_xbr_schema_demo.py to test_xbr_schema_demo.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/test/test_xbr_schema_wamp.py to test_xbr_schema_wamp.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/test/test_xbr_schema_wamp_control.py to test_xbr_schema_wamp_control.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/test/test_xbr_secmod.py to test_xbr_secmod.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/xbr/test/test_xbr_web3.py to test_xbr_web3.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/twisted/plugins/autobahn_endpoints.py to autobahn_endpoints.cpython-311.pyc byte-compiling /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/twisted/plugins/autobahn_twistd.py to autobahn_twistd.cpython-311.pyc writing byte-compilation script '/tmp/tmps9tz92z8.py' /opt/pkg/bin/python3.11 /tmp/tmps9tz92z8.py removing /tmp/tmps9tz92z8.py running install_egg_info Copying autobahn.egg-info to /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn-23.1.2-py3.11.egg-info running install_scripts Installing wamp script to /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/bin Installing xbrnetwork script to /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/bin Installing xbrnetwork-ui script to /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/bin cd /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/bin && /bin/mv wamp wamp-3.11 cd /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/bin && /bin/mv xbrnetwork xbrnetwork-3.11 cd /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/bin && /bin/mv xbrnetwork-ui xbrnetwork-ui-3.11 => Automatic manual page handling => Generating post-install file lists pkg_create: can't stat `/Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/_nvx_utf8validator.abi3.so' if test -d "/Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn-23.1.2-py3.11.egg-info"; then /usr/bin/find /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn-23.1.2-py3.11.egg-info -type f -exec /bin/chmod 644 '{}' +; fi => Checking file-check results for py311-autobahn-23.1.2nb1 ERROR: ************************************************************ ERROR: The following files are in the PLIST but not in /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg: ERROR: /Users/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/_nvx_utf8validator.abi3.so *** Error code 1 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/www/py-autobahn *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/www/py-autobahn