=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Installing for py39-selenium-4.14.0 => Generating pre-install file lists => Creating installation directories (cd /tmp/www/py-selenium/work/selenium-4.14.0/ && /usr/bin/env DESTDIR=/tmp/www/py-selenium/work/.destdir USETOOLS=no PTHREAD_CFLAGS=\ -pthread\ PTHREAD_LDFLAGS=\ -pthread PTHREAD_LIBS= PTHREADBASE=/usr DL_CFLAGS=\ -pthread\ DL_LDFLAGS=\ -pthread DL_LIBS= PYTHON=/usr/pkg/bin/python3.9 CC=gcc CFLAGS=-O2\ -I/usr/include\ -I/usr/pkg/include/python3.9 CPPFLAGS=-I/usr/include\ -I/usr/pkg/include/python3.9 CXX=c++ CXXFLAGS=-O2\ -I/usr/include\ -I/usr/pkg/include/python3.9 COMPILER_RPATH_FLAG=-Wl,-R F77=gfortran FC=gfortran FFLAGS=-O LANG=C LC_ALL=C LC_COLLATE=C LC_CTYPE=C LC_MESSAGES=C LC_MONETARY=C LC_NUMERIC=C LC_TIME=C LDFLAGS=-Wl,-zrelro\ -L/usr/lib\ -Wl,-R/usr/lib\ -Wl,-R/usr/pkg/lib LINKER_RPATH_FLAG=-R PATH=/tmp/www/py-selenium/work/.cwrapper/bin:/tmp/www/py-selenium/work/.buildlink/bin:/tmp/www/py-selenium/work/.tools/bin:/usr/pkg/bin:/usr/bin:/bin:/usr/pkg/bin:/usr/local/bin:/usr/pkg/bin:/usr/X11R7/bin PREFIX=/usr/pkg MAKELEVEL=0 CONFIG_SITE= PKG_SYSCONFDIR=/usr/pkg/etc CPP=cpp CXXCPP=cpp HOME=/tmp/www/py-selenium/work/.home CWRAPPERS_CONFIG_DIR=/tmp/www/py-selenium/work/.cwrapper/config CPP=cpp LOCALBASE=/usr/pkg X11BASE=/usr/X11R7 PKGMANDIR=man PKGINFODIR=info PKGGNUDIR=gnu/ MAKECONF=/dev/null OBJECT_FMT=ELF USETOOLS=no BSD_INSTALL_PROGRAM=/usr/bin/install\ -c\ -s\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_SCRIPT=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_LIB=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 644 BSD_INSTALL_MAN=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 644 BSD_INSTALL=/usr/bin/install BSD_INSTALL_PROGRAM_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_LIB_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_DATA_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_MAN_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_GAME=/usr/bin/install\ -c\ -s\ -o\ pbulk\ -g\ wheel\ -m\ 2555 BSD_INSTALL_GAME_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 664 BSD_INSTALL_GAME_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 775 INSTALL_INFO= MAKEINFO=/tmp/www/py-selenium/work/.tools/bin/makeinfo FLEX= BISON= ITSTOOL=/tmp/www/py-selenium/work/.tools/bin/itstool GDBUS_CODEGEN=/tmp/www/py-selenium/work/.tools/bin/gdbus-codegen PKG_CONFIG=/tmp/www/py-selenium/work/.tools/bin/pkg-config PKG_CONFIG_LIBDIR=/tmp/www/py-selenium/work/.buildlink/lib/pkgconfig:/tmp/www/py-selenium/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/tmp/www/py-selenium/work/.pkg-config.log PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/tmp/www/py-selenium/work/.cwrapper/config /usr/pkg/bin/python3.9 setup.py "install" -c -O1 --root=/tmp/www/py-selenium/work/.destdir) running install /usr/pkg/lib/python3.9/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running build running build_py running egg_info writing selenium.egg-info/PKG-INFO writing dependency_links to selenium.egg-info/dependency_links.txt writing requirements to selenium.egg-info/requires.txt writing top-level names to selenium.egg-info/top_level.txt reading manifest file 'selenium.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.py' under directory 'selenium/webdriver/phantomjs' warning: no files found matching '*.xpi' under directory 'selenium/webdriver/firefox' warning: no files found matching 'selenium/selenium.py' warning: no files found matching 'LICENSE' writing manifest file 'selenium.egg-info/SOURCES.txt' /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'selenium.webdriver.common.actions' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'selenium.webdriver.common.actions' 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 'selenium.webdriver.common.actions' 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 'selenium.webdriver.common.actions' to be distributed and are already explicitly excluding 'selenium.webdriver.common.actions' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'selenium.webdriver.common.bidi' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'selenium.webdriver.common.bidi' 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 'selenium.webdriver.common.bidi' 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 'selenium.webdriver.common.bidi' to be distributed and are already explicitly excluding 'selenium.webdriver.common.bidi' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'selenium.webdriver.common.devtools.v116' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'selenium.webdriver.common.devtools.v116' 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 'selenium.webdriver.common.devtools.v116' 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 'selenium.webdriver.common.devtools.v116' to be distributed and are already explicitly excluding 'selenium.webdriver.common.devtools.v116' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'selenium.webdriver.common.devtools.v117' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'selenium.webdriver.common.devtools.v117' 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 'selenium.webdriver.common.devtools.v117' 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 'selenium.webdriver.common.devtools.v117' to be distributed and are already explicitly excluding 'selenium.webdriver.common.devtools.v117' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'selenium.webdriver.common.devtools.v118' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'selenium.webdriver.common.devtools.v118' 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 'selenium.webdriver.common.devtools.v118' 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 'selenium.webdriver.common.devtools.v118' to be distributed and are already explicitly excluding 'selenium.webdriver.common.devtools.v118' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'selenium.webdriver.common.devtools.v85' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'selenium.webdriver.common.devtools.v85' 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 'selenium.webdriver.common.devtools.v85' 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 'selenium.webdriver.common.devtools.v85' to be distributed and are already explicitly excluding 'selenium.webdriver.common.devtools.v85' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'selenium.webdriver.safari' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'selenium.webdriver.safari' 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 'selenium.webdriver.safari' 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 'selenium.webdriver.safari' to be distributed and are already explicitly excluding 'selenium.webdriver.safari' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'selenium.webdriver.webkitgtk' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'selenium.webdriver.webkitgtk' 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 'selenium.webdriver.webkitgtk' 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 'selenium.webdriver.webkitgtk' to be distributed and are already explicitly excluding 'selenium.webdriver.webkitgtk' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'selenium.webdriver.wpewebkit' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'selenium.webdriver.wpewebkit' 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 'selenium.webdriver.wpewebkit' 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 'selenium.webdriver.wpewebkit' to be distributed and are already explicitly excluding 'selenium.webdriver.wpewebkit' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) running install_lib creating /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium copying build/lib/selenium/__init__.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium copying build/lib/selenium/types.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium creating /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/common copying build/lib/selenium/common/__init__.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/common copying build/lib/selenium/common/exceptions.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/common creating /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver copying build/lib/selenium/webdriver/__init__.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver creating /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/chromium copying build/lib/selenium/webdriver/chromium/__init__.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/chromium copying build/lib/selenium/webdriver/chromium/options.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/chromium copying build/lib/selenium/webdriver/chromium/remote_connection.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/chromium copying build/lib/selenium/webdriver/chromium/service.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/chromium copying build/lib/selenium/webdriver/chromium/webdriver.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/chromium creating /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/chrome copying build/lib/selenium/webdriver/chrome/__init__.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/chrome copying build/lib/selenium/webdriver/chrome/options.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/chrome copying build/lib/selenium/webdriver/chrome/service.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/chrome copying build/lib/selenium/webdriver/chrome/webdriver.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/chrome creating /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common copying build/lib/selenium/webdriver/common/__init__.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common copying build/lib/selenium/webdriver/common/action_chains.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common copying build/lib/selenium/webdriver/common/alert.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common copying build/lib/selenium/webdriver/common/by.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common copying build/lib/selenium/webdriver/common/desired_capabilities.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common copying build/lib/selenium/webdriver/common/driver_finder.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common copying build/lib/selenium/webdriver/common/keys.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common copying build/lib/selenium/webdriver/common/log.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common copying build/lib/selenium/webdriver/common/options.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common copying build/lib/selenium/webdriver/common/print_page_options.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common copying build/lib/selenium/webdriver/common/proxy.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common copying build/lib/selenium/webdriver/common/selenium_manager.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common copying build/lib/selenium/webdriver/common/service.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common copying build/lib/selenium/webdriver/common/timeouts.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common copying build/lib/selenium/webdriver/common/utils.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common copying build/lib/selenium/webdriver/common/virtual_authenticator.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common copying build/lib/selenium/webdriver/common/window.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common creating /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/html5 copying build/lib/selenium/webdriver/common/html5/__init__.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/html5 copying build/lib/selenium/webdriver/common/html5/application_cache.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/html5 creating /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/actions copying build/lib/selenium/webdriver/common/actions/__init__.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/actions copying build/lib/selenium/webdriver/common/actions/action_builder.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/actions copying build/lib/selenium/webdriver/common/actions/input_device.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/actions copying build/lib/selenium/webdriver/common/actions/interaction.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/actions copying build/lib/selenium/webdriver/common/actions/key_actions.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/actions copying build/lib/selenium/webdriver/common/actions/key_input.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/actions copying build/lib/selenium/webdriver/common/actions/mouse_button.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/actions copying build/lib/selenium/webdriver/common/actions/pointer_actions.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/actions copying build/lib/selenium/webdriver/common/actions/pointer_input.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/actions copying build/lib/selenium/webdriver/common/actions/wheel_actions.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/actions copying build/lib/selenium/webdriver/common/actions/wheel_input.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/actions creating /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/bidi copying build/lib/selenium/webdriver/common/bidi/__init__.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/bidi copying build/lib/selenium/webdriver/common/bidi/cdp.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/bidi copying build/lib/selenium/webdriver/common/bidi/console.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/bidi creating /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools creating /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116 copying build/lib/selenium/webdriver/common/devtools/v116/__init__.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116 copying build/lib/selenium/webdriver/common/devtools/v116/accessibility.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116 copying build/lib/selenium/webdriver/common/devtools/v116/animation.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116 copying build/lib/selenium/webdriver/common/devtools/v116/audits.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116 copying build/lib/selenium/webdriver/common/devtools/v116/autofill.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116 copying build/lib/selenium/webdriver/common/devtools/v116/background_service.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116 copying build/lib/selenium/webdriver/common/devtools/v116/browser.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116 copying build/lib/selenium/webdriver/common/devtools/v116/cache_storage.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116 copying build/lib/selenium/webdriver/common/devtools/v116/cast.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116 copying build/lib/selenium/webdriver/common/devtools/v116/console.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116 copying build/lib/selenium/webdriver/common/devtools/v116/css.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116 copying build/lib/selenium/webdriver/common/devtools/v116/database.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116 copying build/lib/selenium/webdriver/common/devtools/v116/debugger.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116 copying build/lib/selenium/webdriver/common/devtools/v116/device_access.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116 copying build/lib/selenium/webdriver/common/devtools/v116/device_orientation.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116 copying build/lib/selenium/webdriver/common/devtools/v116/dom.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116 copying build/lib/selenium/webdriver/common/devtools/v116/dom_debugger.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116 copying build/lib/selenium/webdriver/common/devtools/v116/dom_snapshot.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116 copying build/lib/selenium/webdriver/common/devtools/v116/dom_storage.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116 copying build/lib/selenium/webdriver/common/devtools/v116/emulation.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116 copying build/lib/selenium/webdriver/common/devtools/v116/event_breakpoints.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116 copying build/lib/selenium/webdriver/common/devtools/v116/fed_cm.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116 copying build/lib/selenium/webdriver/common/devtools/v116/fetch.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116 copying build/lib/selenium/webdriver/common/devtools/v116/headless_experimental.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116 copying build/lib/selenium/webdriver/common/devtools/v116/heap_profiler.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116 copying build/lib/selenium/webdriver/common/devtools/v116/indexed_db.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116 copying build/lib/selenium/webdriver/common/devtools/v116/input_.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116 copying build/lib/selenium/webdriver/common/devtools/v116/inspector.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116 copying build/lib/selenium/webdriver/common/devtools/v116/io.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116 copying build/lib/selenium/webdriver/common/devtools/v116/layer_tree.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116 copying build/lib/selenium/webdriver/common/devtools/v116/log.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116 copying build/lib/selenium/webdriver/common/devtools/v116/media.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116 copying build/lib/selenium/webdriver/common/devtools/v116/memory.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116 copying build/lib/selenium/webdriver/common/devtools/v116/network.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116 copying build/lib/selenium/webdriver/common/devtools/v116/overlay.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116 copying build/lib/selenium/webdriver/common/devtools/v116/page.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116 copying build/lib/selenium/webdriver/common/devtools/v116/performance.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116 copying build/lib/selenium/webdriver/common/devtools/v116/performance_timeline.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116 copying build/lib/selenium/webdriver/common/devtools/v116/preload.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116 copying build/lib/selenium/webdriver/common/devtools/v116/profiler.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116 copying build/lib/selenium/webdriver/common/devtools/v116/runtime.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116 copying build/lib/selenium/webdriver/common/devtools/v116/schema.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116 copying build/lib/selenium/webdriver/common/devtools/v116/security.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116 copying build/lib/selenium/webdriver/common/devtools/v116/service_worker.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116 copying build/lib/selenium/webdriver/common/devtools/v116/storage.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116 copying build/lib/selenium/webdriver/common/devtools/v116/system_info.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116 copying build/lib/selenium/webdriver/common/devtools/v116/target.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116 copying build/lib/selenium/webdriver/common/devtools/v116/tethering.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116 copying build/lib/selenium/webdriver/common/devtools/v116/tracing.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116 copying build/lib/selenium/webdriver/common/devtools/v116/util.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116 copying build/lib/selenium/webdriver/common/devtools/v116/web_audio.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116 copying build/lib/selenium/webdriver/common/devtools/v116/web_authn.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116 creating /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117 copying build/lib/selenium/webdriver/common/devtools/v117/__init__.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117 copying build/lib/selenium/webdriver/common/devtools/v117/accessibility.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117 copying build/lib/selenium/webdriver/common/devtools/v117/animation.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117 copying build/lib/selenium/webdriver/common/devtools/v117/audits.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117 copying build/lib/selenium/webdriver/common/devtools/v117/autofill.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117 copying build/lib/selenium/webdriver/common/devtools/v117/background_service.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117 copying build/lib/selenium/webdriver/common/devtools/v117/browser.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117 copying build/lib/selenium/webdriver/common/devtools/v117/cache_storage.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117 copying build/lib/selenium/webdriver/common/devtools/v117/cast.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117 copying build/lib/selenium/webdriver/common/devtools/v117/console.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117 copying build/lib/selenium/webdriver/common/devtools/v117/css.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117 copying build/lib/selenium/webdriver/common/devtools/v117/database.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117 copying build/lib/selenium/webdriver/common/devtools/v117/debugger.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117 copying build/lib/selenium/webdriver/common/devtools/v117/device_access.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117 copying build/lib/selenium/webdriver/common/devtools/v117/device_orientation.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117 copying build/lib/selenium/webdriver/common/devtools/v117/dom.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117 copying build/lib/selenium/webdriver/common/devtools/v117/dom_debugger.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117 copying build/lib/selenium/webdriver/common/devtools/v117/dom_snapshot.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117 copying build/lib/selenium/webdriver/common/devtools/v117/dom_storage.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117 copying build/lib/selenium/webdriver/common/devtools/v117/emulation.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117 copying build/lib/selenium/webdriver/common/devtools/v117/event_breakpoints.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117 copying build/lib/selenium/webdriver/common/devtools/v117/fed_cm.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117 copying build/lib/selenium/webdriver/common/devtools/v117/fetch.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117 copying build/lib/selenium/webdriver/common/devtools/v117/headless_experimental.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117 copying build/lib/selenium/webdriver/common/devtools/v117/heap_profiler.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117 copying build/lib/selenium/webdriver/common/devtools/v117/indexed_db.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117 copying build/lib/selenium/webdriver/common/devtools/v117/input_.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117 copying build/lib/selenium/webdriver/common/devtools/v117/inspector.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117 copying build/lib/selenium/webdriver/common/devtools/v117/io.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117 copying build/lib/selenium/webdriver/common/devtools/v117/layer_tree.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117 copying build/lib/selenium/webdriver/common/devtools/v117/log.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117 copying build/lib/selenium/webdriver/common/devtools/v117/media.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117 copying build/lib/selenium/webdriver/common/devtools/v117/memory.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117 copying build/lib/selenium/webdriver/common/devtools/v117/network.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117 copying build/lib/selenium/webdriver/common/devtools/v117/overlay.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117 copying build/lib/selenium/webdriver/common/devtools/v117/page.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117 copying build/lib/selenium/webdriver/common/devtools/v117/performance.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117 copying build/lib/selenium/webdriver/common/devtools/v117/performance_timeline.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117 copying build/lib/selenium/webdriver/common/devtools/v117/preload.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117 copying build/lib/selenium/webdriver/common/devtools/v117/profiler.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117 copying build/lib/selenium/webdriver/common/devtools/v117/runtime.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117 copying build/lib/selenium/webdriver/common/devtools/v117/schema.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117 copying build/lib/selenium/webdriver/common/devtools/v117/security.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117 copying build/lib/selenium/webdriver/common/devtools/v117/service_worker.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117 copying build/lib/selenium/webdriver/common/devtools/v117/storage.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117 copying build/lib/selenium/webdriver/common/devtools/v117/system_info.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117 copying build/lib/selenium/webdriver/common/devtools/v117/target.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117 copying build/lib/selenium/webdriver/common/devtools/v117/tethering.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117 copying build/lib/selenium/webdriver/common/devtools/v117/tracing.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117 copying build/lib/selenium/webdriver/common/devtools/v117/util.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117 copying build/lib/selenium/webdriver/common/devtools/v117/web_audio.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117 copying build/lib/selenium/webdriver/common/devtools/v117/web_authn.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117 creating /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118 copying build/lib/selenium/webdriver/common/devtools/v118/__init__.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118 copying build/lib/selenium/webdriver/common/devtools/v118/accessibility.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118 copying build/lib/selenium/webdriver/common/devtools/v118/animation.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118 copying build/lib/selenium/webdriver/common/devtools/v118/audits.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118 copying build/lib/selenium/webdriver/common/devtools/v118/autofill.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118 copying build/lib/selenium/webdriver/common/devtools/v118/background_service.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118 copying build/lib/selenium/webdriver/common/devtools/v118/browser.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118 copying build/lib/selenium/webdriver/common/devtools/v118/cache_storage.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118 copying build/lib/selenium/webdriver/common/devtools/v118/cast.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118 copying build/lib/selenium/webdriver/common/devtools/v118/console.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118 copying build/lib/selenium/webdriver/common/devtools/v118/css.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118 copying build/lib/selenium/webdriver/common/devtools/v118/database.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118 copying build/lib/selenium/webdriver/common/devtools/v118/debugger.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118 copying build/lib/selenium/webdriver/common/devtools/v118/device_access.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118 copying build/lib/selenium/webdriver/common/devtools/v118/device_orientation.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118 copying build/lib/selenium/webdriver/common/devtools/v118/dom.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118 copying build/lib/selenium/webdriver/common/devtools/v118/dom_debugger.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118 copying build/lib/selenium/webdriver/common/devtools/v118/dom_snapshot.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118 copying build/lib/selenium/webdriver/common/devtools/v118/dom_storage.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118 copying build/lib/selenium/webdriver/common/devtools/v118/emulation.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118 copying build/lib/selenium/webdriver/common/devtools/v118/event_breakpoints.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118 copying build/lib/selenium/webdriver/common/devtools/v118/fed_cm.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118 copying build/lib/selenium/webdriver/common/devtools/v118/fetch.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118 copying build/lib/selenium/webdriver/common/devtools/v118/headless_experimental.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118 copying build/lib/selenium/webdriver/common/devtools/v118/heap_profiler.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118 copying build/lib/selenium/webdriver/common/devtools/v118/indexed_db.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118 copying build/lib/selenium/webdriver/common/devtools/v118/input_.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118 copying build/lib/selenium/webdriver/common/devtools/v118/inspector.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118 copying build/lib/selenium/webdriver/common/devtools/v118/io.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118 copying build/lib/selenium/webdriver/common/devtools/v118/layer_tree.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118 copying build/lib/selenium/webdriver/common/devtools/v118/log.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118 copying build/lib/selenium/webdriver/common/devtools/v118/media.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118 copying build/lib/selenium/webdriver/common/devtools/v118/memory.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118 copying build/lib/selenium/webdriver/common/devtools/v118/network.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118 copying build/lib/selenium/webdriver/common/devtools/v118/overlay.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118 copying build/lib/selenium/webdriver/common/devtools/v118/page.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118 copying build/lib/selenium/webdriver/common/devtools/v118/performance.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118 copying build/lib/selenium/webdriver/common/devtools/v118/performance_timeline.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118 copying build/lib/selenium/webdriver/common/devtools/v118/preload.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118 copying build/lib/selenium/webdriver/common/devtools/v118/profiler.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118 copying build/lib/selenium/webdriver/common/devtools/v118/runtime.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118 copying build/lib/selenium/webdriver/common/devtools/v118/schema.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118 copying build/lib/selenium/webdriver/common/devtools/v118/security.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118 copying build/lib/selenium/webdriver/common/devtools/v118/service_worker.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118 copying build/lib/selenium/webdriver/common/devtools/v118/storage.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118 copying build/lib/selenium/webdriver/common/devtools/v118/system_info.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118 copying build/lib/selenium/webdriver/common/devtools/v118/target.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118 copying build/lib/selenium/webdriver/common/devtools/v118/tethering.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118 copying build/lib/selenium/webdriver/common/devtools/v118/tracing.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118 copying build/lib/selenium/webdriver/common/devtools/v118/util.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118 copying build/lib/selenium/webdriver/common/devtools/v118/web_audio.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118 copying build/lib/selenium/webdriver/common/devtools/v118/web_authn.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118 creating /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85 copying build/lib/selenium/webdriver/common/devtools/v85/__init__.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85 copying build/lib/selenium/webdriver/common/devtools/v85/accessibility.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85 copying build/lib/selenium/webdriver/common/devtools/v85/animation.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85 copying build/lib/selenium/webdriver/common/devtools/v85/application_cache.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85 copying build/lib/selenium/webdriver/common/devtools/v85/audits.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85 copying build/lib/selenium/webdriver/common/devtools/v85/background_service.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85 copying build/lib/selenium/webdriver/common/devtools/v85/browser.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85 copying build/lib/selenium/webdriver/common/devtools/v85/cache_storage.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85 copying build/lib/selenium/webdriver/common/devtools/v85/cast.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85 copying build/lib/selenium/webdriver/common/devtools/v85/console.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85 copying build/lib/selenium/webdriver/common/devtools/v85/css.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85 copying build/lib/selenium/webdriver/common/devtools/v85/database.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85 copying build/lib/selenium/webdriver/common/devtools/v85/debugger.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85 copying build/lib/selenium/webdriver/common/devtools/v85/device_orientation.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85 copying build/lib/selenium/webdriver/common/devtools/v85/dom.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85 copying build/lib/selenium/webdriver/common/devtools/v85/dom_debugger.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85 copying build/lib/selenium/webdriver/common/devtools/v85/dom_snapshot.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85 copying build/lib/selenium/webdriver/common/devtools/v85/dom_storage.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85 copying build/lib/selenium/webdriver/common/devtools/v85/emulation.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85 copying build/lib/selenium/webdriver/common/devtools/v85/fetch.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85 copying build/lib/selenium/webdriver/common/devtools/v85/headless_experimental.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85 copying build/lib/selenium/webdriver/common/devtools/v85/heap_profiler.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85 copying build/lib/selenium/webdriver/common/devtools/v85/indexed_db.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85 copying build/lib/selenium/webdriver/common/devtools/v85/input_.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85 copying build/lib/selenium/webdriver/common/devtools/v85/inspector.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85 copying build/lib/selenium/webdriver/common/devtools/v85/io.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85 copying build/lib/selenium/webdriver/common/devtools/v85/layer_tree.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85 copying build/lib/selenium/webdriver/common/devtools/v85/log.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85 copying build/lib/selenium/webdriver/common/devtools/v85/media.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85 copying build/lib/selenium/webdriver/common/devtools/v85/memory.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85 copying build/lib/selenium/webdriver/common/devtools/v85/network.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85 copying build/lib/selenium/webdriver/common/devtools/v85/overlay.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85 copying build/lib/selenium/webdriver/common/devtools/v85/page.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85 copying build/lib/selenium/webdriver/common/devtools/v85/performance.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85 copying build/lib/selenium/webdriver/common/devtools/v85/profiler.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85 copying build/lib/selenium/webdriver/common/devtools/v85/runtime.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85 copying build/lib/selenium/webdriver/common/devtools/v85/schema.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85 copying build/lib/selenium/webdriver/common/devtools/v85/security.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85 copying build/lib/selenium/webdriver/common/devtools/v85/service_worker.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85 copying build/lib/selenium/webdriver/common/devtools/v85/storage.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85 copying build/lib/selenium/webdriver/common/devtools/v85/system_info.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85 copying build/lib/selenium/webdriver/common/devtools/v85/target.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85 copying build/lib/selenium/webdriver/common/devtools/v85/tethering.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85 copying build/lib/selenium/webdriver/common/devtools/v85/tracing.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85 copying build/lib/selenium/webdriver/common/devtools/v85/util.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85 copying build/lib/selenium/webdriver/common/devtools/v85/web_audio.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85 copying build/lib/selenium/webdriver/common/devtools/v85/web_authn.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85 creating /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/support copying build/lib/selenium/webdriver/support/__init__.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/support copying build/lib/selenium/webdriver/support/abstract_event_listener.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/support copying build/lib/selenium/webdriver/support/color.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/support copying build/lib/selenium/webdriver/support/event_firing_webdriver.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/support copying build/lib/selenium/webdriver/support/events.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/support copying build/lib/selenium/webdriver/support/expected_conditions.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/support copying build/lib/selenium/webdriver/support/relative_locator.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/support copying build/lib/selenium/webdriver/support/select.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/support copying build/lib/selenium/webdriver/support/ui.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/support copying build/lib/selenium/webdriver/support/wait.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/support creating /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/firefox copying build/lib/selenium/webdriver/firefox/__init__.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/firefox copying build/lib/selenium/webdriver/firefox/extension_connection.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/firefox copying build/lib/selenium/webdriver/firefox/firefox_binary.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/firefox copying build/lib/selenium/webdriver/firefox/firefox_profile.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/firefox copying build/lib/selenium/webdriver/firefox/options.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/firefox copying build/lib/selenium/webdriver/firefox/remote_connection.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/firefox copying build/lib/selenium/webdriver/firefox/service.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/firefox copying build/lib/selenium/webdriver/firefox/webdriver.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/firefox copying build/lib/selenium/webdriver/firefox/webdriver_prefs.json -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/firefox creating /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/ie copying build/lib/selenium/webdriver/ie/__init__.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/ie copying build/lib/selenium/webdriver/ie/options.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/ie copying build/lib/selenium/webdriver/ie/service.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/ie copying build/lib/selenium/webdriver/ie/webdriver.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/ie creating /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/edge copying build/lib/selenium/webdriver/edge/__init__.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/edge copying build/lib/selenium/webdriver/edge/options.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/edge copying build/lib/selenium/webdriver/edge/service.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/edge copying build/lib/selenium/webdriver/edge/webdriver.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/edge creating /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/remote copying build/lib/selenium/webdriver/remote/__init__.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/remote copying build/lib/selenium/webdriver/remote/bidi_connection.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/remote copying build/lib/selenium/webdriver/remote/command.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/remote copying build/lib/selenium/webdriver/remote/errorhandler.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/remote copying build/lib/selenium/webdriver/remote/file_detector.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/remote copying build/lib/selenium/webdriver/remote/mobile.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/remote copying build/lib/selenium/webdriver/remote/remote_connection.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/remote copying build/lib/selenium/webdriver/remote/script_key.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/remote copying build/lib/selenium/webdriver/remote/shadowroot.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/remote copying build/lib/selenium/webdriver/remote/switch_to.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/remote copying build/lib/selenium/webdriver/remote/utils.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/remote copying build/lib/selenium/webdriver/remote/webdriver.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/remote copying build/lib/selenium/webdriver/remote/webelement.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/remote copying build/lib/selenium/webdriver/remote/findElements.js -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/remote copying build/lib/selenium/webdriver/remote/getAttribute.js -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/remote copying build/lib/selenium/webdriver/remote/isDisplayed.js -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/remote creating /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/safari copying build/lib/selenium/webdriver/safari/__init__.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/safari copying build/lib/selenium/webdriver/safari/options.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/safari copying build/lib/selenium/webdriver/safari/permissions.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/safari copying build/lib/selenium/webdriver/safari/remote_connection.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/safari copying build/lib/selenium/webdriver/safari/service.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/safari copying build/lib/selenium/webdriver/safari/webdriver.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/safari creating /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/webkitgtk copying build/lib/selenium/webdriver/webkitgtk/__init__.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/webkitgtk copying build/lib/selenium/webdriver/webkitgtk/options.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/webkitgtk copying build/lib/selenium/webdriver/webkitgtk/service.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/webkitgtk copying build/lib/selenium/webdriver/webkitgtk/webdriver.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/webkitgtk creating /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/wpewebkit copying build/lib/selenium/webdriver/wpewebkit/__init__.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/wpewebkit copying build/lib/selenium/webdriver/wpewebkit/options.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/wpewebkit copying build/lib/selenium/webdriver/wpewebkit/service.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/wpewebkit copying build/lib/selenium/webdriver/wpewebkit/webdriver.py -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/wpewebkit copying build/lib/selenium/py.typed -> /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/__init__.py to __init__.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/types.py to types.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/common/__init__.py to __init__.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/common/exceptions.py to exceptions.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/__init__.py to __init__.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/chromium/__init__.py to __init__.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/chromium/options.py to options.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/chromium/remote_connection.py to remote_connection.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/chromium/service.py to service.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/chromium/webdriver.py to webdriver.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/chrome/__init__.py to __init__.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/chrome/options.py to options.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/chrome/service.py to service.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/chrome/webdriver.py to webdriver.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/__init__.py to __init__.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/action_chains.py to action_chains.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/alert.py to alert.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/by.py to by.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/desired_capabilities.py to desired_capabilities.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/driver_finder.py to driver_finder.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/keys.py to keys.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/log.py to log.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/options.py to options.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/print_page_options.py to print_page_options.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/proxy.py to proxy.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/selenium_manager.py to selenium_manager.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/service.py to service.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/timeouts.py to timeouts.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/utils.py to utils.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/virtual_authenticator.py to virtual_authenticator.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/window.py to window.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/html5/__init__.py to __init__.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/html5/application_cache.py to application_cache.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/actions/__init__.py to __init__.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/actions/action_builder.py to action_builder.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/actions/input_device.py to input_device.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/actions/interaction.py to interaction.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/actions/key_actions.py to key_actions.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/actions/key_input.py to key_input.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/actions/mouse_button.py to mouse_button.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/actions/pointer_actions.py to pointer_actions.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/actions/pointer_input.py to pointer_input.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/actions/wheel_actions.py to wheel_actions.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/actions/wheel_input.py to wheel_input.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/bidi/__init__.py to __init__.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/bidi/cdp.py to cdp.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/bidi/console.py to console.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116/__init__.py to __init__.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116/accessibility.py to accessibility.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116/animation.py to animation.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116/audits.py to audits.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116/autofill.py to autofill.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116/background_service.py to background_service.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116/browser.py to browser.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116/cache_storage.py to cache_storage.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116/cast.py to cast.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116/console.py to console.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116/css.py to css.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116/database.py to database.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116/debugger.py to debugger.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116/device_access.py to device_access.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116/device_orientation.py to device_orientation.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116/dom.py to dom.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116/dom_debugger.py to dom_debugger.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116/dom_snapshot.py to dom_snapshot.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116/dom_storage.py to dom_storage.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116/emulation.py to emulation.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116/event_breakpoints.py to event_breakpoints.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116/fed_cm.py to fed_cm.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116/fetch.py to fetch.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116/headless_experimental.py to headless_experimental.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116/heap_profiler.py to heap_profiler.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116/indexed_db.py to indexed_db.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116/input_.py to input_.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116/inspector.py to inspector.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116/io.py to io.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116/layer_tree.py to layer_tree.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116/log.py to log.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116/media.py to media.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116/memory.py to memory.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116/network.py to network.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116/overlay.py to overlay.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116/page.py to page.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116/performance.py to performance.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116/performance_timeline.py to performance_timeline.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116/preload.py to preload.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116/profiler.py to profiler.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116/runtime.py to runtime.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116/schema.py to schema.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116/security.py to security.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116/service_worker.py to service_worker.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116/storage.py to storage.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116/system_info.py to system_info.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116/target.py to target.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116/tethering.py to tethering.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116/tracing.py to tracing.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116/util.py to util.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116/web_audio.py to web_audio.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v116/web_authn.py to web_authn.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117/__init__.py to __init__.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117/accessibility.py to accessibility.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117/animation.py to animation.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117/audits.py to audits.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117/autofill.py to autofill.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117/background_service.py to background_service.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117/browser.py to browser.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117/cache_storage.py to cache_storage.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117/cast.py to cast.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117/console.py to console.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117/css.py to css.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117/database.py to database.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117/debugger.py to debugger.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117/device_access.py to device_access.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117/device_orientation.py to device_orientation.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117/dom.py to dom.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117/dom_debugger.py to dom_debugger.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117/dom_snapshot.py to dom_snapshot.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117/dom_storage.py to dom_storage.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117/emulation.py to emulation.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117/event_breakpoints.py to event_breakpoints.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117/fed_cm.py to fed_cm.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117/fetch.py to fetch.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117/headless_experimental.py to headless_experimental.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117/heap_profiler.py to heap_profiler.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117/indexed_db.py to indexed_db.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117/input_.py to input_.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117/inspector.py to inspector.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117/io.py to io.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117/layer_tree.py to layer_tree.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117/log.py to log.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117/media.py to media.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117/memory.py to memory.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117/network.py to network.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117/overlay.py to overlay.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117/page.py to page.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117/performance.py to performance.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117/performance_timeline.py to performance_timeline.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117/preload.py to preload.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117/profiler.py to profiler.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117/runtime.py to runtime.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117/schema.py to schema.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117/security.py to security.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117/service_worker.py to service_worker.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117/storage.py to storage.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117/system_info.py to system_info.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117/target.py to target.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117/tethering.py to tethering.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117/tracing.py to tracing.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117/util.py to util.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117/web_audio.py to web_audio.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v117/web_authn.py to web_authn.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118/__init__.py to __init__.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118/accessibility.py to accessibility.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118/animation.py to animation.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118/audits.py to audits.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118/autofill.py to autofill.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118/background_service.py to background_service.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118/browser.py to browser.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118/cache_storage.py to cache_storage.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118/cast.py to cast.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118/console.py to console.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118/css.py to css.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118/database.py to database.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118/debugger.py to debugger.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118/device_access.py to device_access.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118/device_orientation.py to device_orientation.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118/dom.py to dom.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118/dom_debugger.py to dom_debugger.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118/dom_snapshot.py to dom_snapshot.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118/dom_storage.py to dom_storage.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118/emulation.py to emulation.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118/event_breakpoints.py to event_breakpoints.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118/fed_cm.py to fed_cm.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118/fetch.py to fetch.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118/headless_experimental.py to headless_experimental.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118/heap_profiler.py to heap_profiler.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118/indexed_db.py to indexed_db.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118/input_.py to input_.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118/inspector.py to inspector.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118/io.py to io.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118/layer_tree.py to layer_tree.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118/log.py to log.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118/media.py to media.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118/memory.py to memory.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118/network.py to network.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118/overlay.py to overlay.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118/page.py to page.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118/performance.py to performance.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118/performance_timeline.py to performance_timeline.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118/preload.py to preload.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118/profiler.py to profiler.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118/runtime.py to runtime.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118/schema.py to schema.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118/security.py to security.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118/service_worker.py to service_worker.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118/storage.py to storage.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118/system_info.py to system_info.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118/target.py to target.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118/tethering.py to tethering.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118/tracing.py to tracing.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118/util.py to util.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118/web_audio.py to web_audio.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v118/web_authn.py to web_authn.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85/__init__.py to __init__.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85/accessibility.py to accessibility.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85/animation.py to animation.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85/application_cache.py to application_cache.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85/audits.py to audits.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85/background_service.py to background_service.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85/browser.py to browser.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85/cache_storage.py to cache_storage.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85/cast.py to cast.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85/console.py to console.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85/css.py to css.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85/database.py to database.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85/debugger.py to debugger.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85/device_orientation.py to device_orientation.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85/dom.py to dom.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85/dom_debugger.py to dom_debugger.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85/dom_snapshot.py to dom_snapshot.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85/dom_storage.py to dom_storage.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85/emulation.py to emulation.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85/fetch.py to fetch.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85/headless_experimental.py to headless_experimental.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85/heap_profiler.py to heap_profiler.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85/indexed_db.py to indexed_db.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85/input_.py to input_.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85/inspector.py to inspector.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85/io.py to io.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85/layer_tree.py to layer_tree.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85/log.py to log.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85/media.py to media.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85/memory.py to memory.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85/network.py to network.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85/overlay.py to overlay.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85/page.py to page.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85/performance.py to performance.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85/profiler.py to profiler.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85/runtime.py to runtime.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85/schema.py to schema.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85/security.py to security.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85/service_worker.py to service_worker.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85/storage.py to storage.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85/system_info.py to system_info.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85/target.py to target.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85/tethering.py to tethering.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85/tracing.py to tracing.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85/util.py to util.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85/web_audio.py to web_audio.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/common/devtools/v85/web_authn.py to web_authn.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/support/__init__.py to __init__.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/support/abstract_event_listener.py to abstract_event_listener.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/support/color.py to color.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/support/event_firing_webdriver.py to event_firing_webdriver.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/support/events.py to events.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/support/expected_conditions.py to expected_conditions.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/support/relative_locator.py to relative_locator.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/support/select.py to select.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/support/ui.py to ui.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/support/wait.py to wait.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/firefox/__init__.py to __init__.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/firefox/extension_connection.py to extension_connection.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/firefox/firefox_binary.py to firefox_binary.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/firefox/firefox_profile.py to firefox_profile.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/firefox/options.py to options.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/firefox/remote_connection.py to remote_connection.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/firefox/service.py to service.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/firefox/webdriver.py to webdriver.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/ie/__init__.py to __init__.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/ie/options.py to options.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/ie/service.py to service.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/ie/webdriver.py to webdriver.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/edge/__init__.py to __init__.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/edge/options.py to options.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/edge/service.py to service.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/edge/webdriver.py to webdriver.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/remote/__init__.py to __init__.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/remote/bidi_connection.py to bidi_connection.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/remote/command.py to command.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/remote/errorhandler.py to errorhandler.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/remote/file_detector.py to file_detector.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/remote/mobile.py to mobile.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/remote/remote_connection.py to remote_connection.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/remote/script_key.py to script_key.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/remote/shadowroot.py to shadowroot.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/remote/switch_to.py to switch_to.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/remote/utils.py to utils.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/remote/webdriver.py to webdriver.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/remote/webelement.py to webelement.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/safari/__init__.py to __init__.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/safari/options.py to options.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/safari/permissions.py to permissions.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/safari/remote_connection.py to remote_connection.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/safari/service.py to service.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/safari/webdriver.py to webdriver.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/webkitgtk/__init__.py to __init__.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/webkitgtk/options.py to options.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/webkitgtk/service.py to service.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/webkitgtk/webdriver.py to webdriver.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/wpewebkit/__init__.py to __init__.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/wpewebkit/options.py to options.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/wpewebkit/service.py to service.cpython-39.pyc byte-compiling /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium/webdriver/wpewebkit/webdriver.py to webdriver.cpython-39.pyc writing byte-compilation script '/tmp/tmpdjs_6sk5.py' /usr/pkg/bin/python3.9 /tmp/tmpdjs_6sk5.py removing /tmp/tmpdjs_6sk5.py running install_egg_info Copying selenium.egg-info to /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium-4.14.0-py3.9.egg-info running install_scripts => Automatic manual page handling => Generating post-install file lists if test -d "/tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium-4.14.0-py3.9.egg-info"; then /usr/bin/find /tmp/www/py-selenium/work/.destdir/usr/pkg/lib/python3.9/site-packages/selenium-4.14.0-py3.9.egg-info -type f -exec /bin/chmod 644 '{}' ';' ; fi => Checking file-check results for py39-selenium-4.14.0 => Checking for non-existent script interpreters in py39-selenium-4.14.0 => Checking file permissions in py39-selenium-4.14.0 warning: /tmp: group permissions (rwx) are higher than owner permissions (--x). warning: /tmp: group-writable directory. error: /tmp: world-writable directory. 1 errors and 2 warnings. *** Error code 1 Stop. make[1]: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/www/py-selenium *** Error code 1 Stop. make: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/www/py-selenium