>>> Building on exopi-6 under security/plaso BDEPENDS = [devel/py-build;devel/py-installer;devel/py-wheel;lang/python/3;devel/py-setuptools] DIST = [security/plaso:plaso-20260119.tar.gz] FULLPKGNAME = plaso-20260119 RDEPENDS = [devel/py-flor;sysutils/libqcow;sysutils/libsmdev;security/py-dfwinreg;sysutils/libsigscan;devel/py-certifi;sysutils/libevtx;sysutils/libfwnt;devel/py-dtfabric;sysutils/liblnk;sysutils/libyal/libvsgpt;sysutils/libevt;security/libewf;sysutils/py-tsk;sysutils/libesedb;security/libbde;sysutils/libyal/libfshfs;devel/py-xlsxwriter;sysutils/libyal/libfsext;security/py-artifacts;sysutils/libvslvm;sysutils/libmsiecf;sysutils/libvshadow;security/py-dfvfs;sysutils/libolecf;sysutils/libyal/libmodi;devel/py-dateutil;archivers/py-zstd;sysutils/libsmraw;security/yara/python;devel/py-cffi;devel/py-bencode;sysutils/libvmdk;sysutils/libyal/libphdi;lang/python/3;devel/py-tz;sysutils/libyal/libfcrypto;devel/py-acstore;www/py-requests;sysutils/libyal/libcaes;sysutils/libyal/libfsxfs;security/py-pefile;databases/py-redis;textproc/py-defusedxml;sysutils/libregf;sysutils/libyal/libvsapm;net/py-zmq;devel/py-parsing;sysutils/libfwsi;sysutils/libluksde;security/py-dfdatetime;sysutils/libvhdi;sysutils/py-psutil;sysutils/libfsapfs;sysutils/libscca;sysutils/libyal/libcreg;archivers/py-lz4;sysutils/libfsntfs;sysutils/libfvde;sysutils/libyal/libfsfat] (Junk lock obtained for exopi-6 at 1775316674.24) >>> Running depends in security/plaso at 1775316674.28 last junk was in emulators/atari800 /usr/sbin/pkg_add -aI -Drepair py3-build-1.4.2 py3-installer-1.0.0 py3-setuptools-80.9.0v0 py3-wheel-0.46.3p0 was: /usr/sbin/pkg_add -aI -Drepair py3-build-1.4.2 py3-installer-1.0.0 py3-setuptools-80.9.0v0 py3-wheel-0.46.3p0 python-3.13.12 /usr/sbin/pkg_add -aI -Drepair py3-build-1.4.2 py3-installer-1.0.0 py3-setuptools-80.9.0v0 py3-wheel-0.46.3p0 >>> Running show-prepare-results in security/plaso at 1775316676.72 ===> security/plaso ===> Building from scratch plaso-20260119 ===> plaso-20260119 depends on: python->=3.13,<3.14 -> python-3.13.12 ===> plaso-20260119 depends on: py3-build-* -> py3-build-1.4.2 ===> plaso-20260119 depends on: py3-installer-* -> py3-installer-1.0.0 ===> plaso-20260119 depends on: py3-setuptools->=79v0 -> py3-setuptools-80.9.0v0 ===> plaso-20260119 depends on: py3-wheel-* -> py3-wheel-0.46.3p0 py3-build-1.4.2 py3-installer-1.0.0 py3-setuptools-80.9.0v0 py3-wheel-0.46.3p0 python-3.13.12 (Junk lock released for exopi-6 at 1775316677.77) distfiles size=198498530 >>> Running extract in security/plaso at 1775316677.80 ===> security/plaso ===> Checking files for plaso-20260119 `/exopi-cvs/ports/distfiles/plaso-20260119.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for plaso-20260119 >>> Running build in security/plaso at 1775316686.29 ===> security/plaso ===> Patching for plaso-20260119 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for plaso-20260119 ===> Configuring for plaso-20260119 ===> Building for plaso-20260119 * Getting build dependencies for wheel... running egg_info writing plaso.egg-info/PKG-INFO writing dependency_links to plaso.egg-info/dependency_links.txt writing entry points to plaso.egg-info/entry_points.txt writing requirements to plaso.egg-info/requires.txt writing top-level names to plaso.egg-info/top_level.txt reading manifest file 'plaso.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*' under directory 'doc' warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '*.pyc' warning: no previously-included files matching '*.pyc' found under directory 'plaso' adding license file 'ACKNOWLEDGEMENTS' adding license file 'AUTHORS' adding license file 'LICENSE' writing manifest file 'plaso.egg-info/SOURCES.txt' * Building wheel... running bdist_wheel running build running build_py creating build/lib/plaso copying plaso/__init__.py -> build/lib/plaso copying plaso/dependencies.py -> build/lib/plaso running egg_info writing plaso.egg-info/PKG-INFO writing dependency_links to plaso.egg-info/dependency_links.txt writing entry points to plaso.egg-info/entry_points.txt writing requirements to plaso.egg-info/requires.txt writing top-level names to plaso.egg-info/top_level.txt reading manifest file 'plaso.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*' under directory 'doc' warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '*.pyc' warning: no previously-included files matching '*.pyc' found under directory 'plaso' adding license file 'ACKNOWLEDGEMENTS' adding license file 'AUTHORS' adding license file 'LICENSE' writing manifest file 'plaso.egg-info/SOURCES.txt' /usr/local/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'plaso.analysis' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'plaso.analysis' 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 'plaso.analysis' 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 'plaso.analysis' to be distributed and are already explicitly excluding 'plaso.analysis' 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/local/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'plaso.analyzers' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'plaso.analyzers' 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 'plaso.analyzers' 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 'plaso.analyzers' to be distributed and are already explicitly excluding 'plaso.analyzers' 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/local/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'plaso.analyzers.hashers' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'plaso.analyzers.hashers' 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 'plaso.analyzers.hashers' 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 'plaso.analyzers.hashers' to be distributed and are already explicitly excluding 'plaso.analyzers.hashers' 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/local/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'plaso.cli' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'plaso.cli' 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 'plaso.cli' 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 'plaso.cli' to be distributed and are already explicitly excluding 'plaso.cli' 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/local/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'plaso.cli.helpers' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'plaso.cli.helpers' 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 'plaso.cli.helpers' 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 'plaso.cli.helpers' to be distributed and are already explicitly excluding 'plaso.cli.helpers' 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/local/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'plaso.containers' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'plaso.containers' 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 'plaso.containers' 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 'plaso.containers' to be distributed and are already explicitly excluding 'plaso.containers' 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/local/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'plaso.data' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'plaso.data' 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 'plaso.data' 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 'plaso.data' to be distributed and are already explicitly excluding 'plaso.data' 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/local/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'plaso.data.formatters' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'plaso.data.formatters' 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 'plaso.data.formatters' 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 'plaso.data.formatters' to be distributed and are already explicitly excluding 'plaso.data.formatters' 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/local/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'plaso.engine' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'plaso.engine' 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 'plaso.engine' 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 'plaso.engine' to be distributed and are already explicitly excluding 'plaso.engine' 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/local/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'plaso.filters' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'plaso.filters' 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 'plaso.filters' 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 'plaso.filters' to be distributed and are already explicitly excluding 'plaso.filters' 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/local/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'plaso.formatters' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'plaso.formatters' 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 'plaso.formatters' 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 'plaso.formatters' to be distributed and are already explicitly excluding 'plaso.formatters' 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/local/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'plaso.helpers' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'plaso.helpers' 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 'plaso.helpers' 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 'plaso.helpers' to be distributed and are already explicitly excluding 'plaso.helpers' 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/local/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'plaso.helpers.macos' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'plaso.helpers.macos' 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 'plaso.helpers.macos' 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 'plaso.helpers.macos' to be distributed and are already explicitly excluding 'plaso.helpers.macos' 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/local/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'plaso.helpers.windows' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'plaso.helpers.windows' 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 'plaso.helpers.windows' 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 'plaso.helpers.windows' to be distributed and are already explicitly excluding 'plaso.helpers.windows' 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/local/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'plaso.lib' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'plaso.lib' 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 'plaso.lib' 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 'plaso.lib' to be distributed and are already explicitly excluding 'plaso.lib' 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/local/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'plaso.multi_process' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'plaso.multi_process' 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 'plaso.multi_process' 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 'plaso.multi_process' to be distributed and are already explicitly excluding 'plaso.multi_process' 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/local/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'plaso.output' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'plaso.output' 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 'plaso.output' 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 'plaso.output' to be distributed and are already explicitly excluding 'plaso.output' 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/local/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'plaso.parsers' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'plaso.parsers' 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 'plaso.parsers' 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 'plaso.parsers' to be distributed and are already explicitly excluding 'plaso.parsers' 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/local/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'plaso.parsers.bencode_plugins' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'plaso.parsers.bencode_plugins' 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 'plaso.parsers.bencode_plugins' 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 'plaso.parsers.bencode_plugins' to be distributed and are already explicitly excluding 'plaso.parsers.bencode_plugins' 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/local/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'plaso.parsers.cookie_plugins' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'plaso.parsers.cookie_plugins' 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 'plaso.parsers.cookie_plugins' 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 'plaso.parsers.cookie_plugins' to be distributed and are already explicitly excluding 'plaso.parsers.cookie_plugins' 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/local/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'plaso.parsers.czip_plugins' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'plaso.parsers.czip_plugins' 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 'plaso.parsers.czip_plugins' 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 'plaso.parsers.czip_plugins' to be distributed and are already explicitly excluding 'plaso.parsers.czip_plugins' 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/local/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'plaso.parsers.esedb_plugins' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'plaso.parsers.esedb_plugins' 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 'plaso.parsers.esedb_plugins' 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 'plaso.parsers.esedb_plugins' to be distributed and are already explicitly excluding 'plaso.parsers.esedb_plugins' 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/local/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'plaso.parsers.jsonl_plugins' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'plaso.parsers.jsonl_plugins' 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 'plaso.parsers.jsonl_plugins' 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 'plaso.parsers.jsonl_plugins' to be distributed and are already explicitly excluding 'plaso.parsers.jsonl_plugins' 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/local/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'plaso.parsers.olecf_plugins' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'plaso.parsers.olecf_plugins' 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 'plaso.parsers.olecf_plugins' 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 'plaso.parsers.olecf_plugins' to be distributed and are already explicitly excluding 'plaso.parsers.olecf_plugins' 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/local/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'plaso.parsers.plist_plugins' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'plaso.parsers.plist_plugins' 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 'plaso.parsers.plist_plugins' 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 'plaso.parsers.plist_plugins' to be distributed and are already explicitly excluding 'plaso.parsers.plist_plugins' 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/local/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'plaso.parsers.shared' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'plaso.parsers.shared' 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 'plaso.parsers.shared' 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 'plaso.parsers.shared' to be distributed and are already explicitly excluding 'plaso.parsers.shared' 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/local/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'plaso.parsers.sqlite_plugins' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'plaso.parsers.sqlite_plugins' 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 'plaso.parsers.sqlite_plugins' 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 'plaso.parsers.sqlite_plugins' to be distributed and are already explicitly excluding 'plaso.parsers.sqlite_plugins' 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/local/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'plaso.parsers.text_plugins' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'plaso.parsers.text_plugins' 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 'plaso.parsers.text_plugins' 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 'plaso.parsers.text_plugins' to be distributed and are already explicitly excluding 'plaso.parsers.text_plugins' 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/local/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'plaso.parsers.winreg_plugins' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'plaso.parsers.winreg_plugins' 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 'plaso.parsers.winreg_plugins' 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 'plaso.parsers.winreg_plugins' to be distributed and are already explicitly excluding 'plaso.parsers.winreg_plugins' 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/local/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'plaso.preprocessors' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'plaso.preprocessors' 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 'plaso.preprocessors' 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 'plaso.preprocessors' to be distributed and are already explicitly excluding 'plaso.preprocessors' 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/local/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'plaso.scripts' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'plaso.scripts' 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 'plaso.scripts' 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 'plaso.scripts' to be distributed and are already explicitly excluding 'plaso.scripts' 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/local/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'plaso.serializer' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'plaso.serializer' 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 'plaso.serializer' 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 'plaso.serializer' to be distributed and are already explicitly excluding 'plaso.serializer' 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/local/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'plaso.single_process' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'plaso.single_process' 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 'plaso.single_process' 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 'plaso.single_process' to be distributed and are already explicitly excluding 'plaso.single_process' 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/local/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'plaso.storage' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'plaso.storage' 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 'plaso.storage' 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 'plaso.storage' to be distributed and are already explicitly excluding 'plaso.storage' 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/local/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'plaso.storage.fake' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'plaso.storage.fake' 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 'plaso.storage.fake' 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 'plaso.storage.fake' to be distributed and are already explicitly excluding 'plaso.storage.fake' 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/local/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'plaso.storage.redis' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'plaso.storage.redis' 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 'plaso.storage.redis' 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 'plaso.storage.redis' to be distributed and are already explicitly excluding 'plaso.storage.redis' 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/local/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'plaso.storage.sqlite' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'plaso.storage.sqlite' 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 'plaso.storage.sqlite' 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 'plaso.storage.sqlite' to be distributed and are already explicitly excluding 'plaso.storage.sqlite' 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) creating build/lib/plaso/analysis copying plaso/analysis/__init__.py -> build/lib/plaso/analysis copying plaso/analysis/bloom.py -> build/lib/plaso/analysis copying plaso/analysis/browser_search.py -> build/lib/plaso/analysis copying plaso/analysis/chrome_extension.py -> build/lib/plaso/analysis copying plaso/analysis/definitions.py -> build/lib/plaso/analysis copying plaso/analysis/hash_tagging.py -> build/lib/plaso/analysis copying plaso/analysis/interface.py -> build/lib/plaso/analysis copying plaso/analysis/logger.py -> build/lib/plaso/analysis copying plaso/analysis/manager.py -> build/lib/plaso/analysis copying plaso/analysis/mediator.py -> build/lib/plaso/analysis copying plaso/analysis/nsrlsvr.py -> build/lib/plaso/analysis copying plaso/analysis/sessionize.py -> build/lib/plaso/analysis copying plaso/analysis/tagging.py -> build/lib/plaso/analysis copying plaso/analysis/test_memory.py -> build/lib/plaso/analysis copying plaso/analysis/unique_domains_visited.py -> build/lib/plaso/analysis copying plaso/analysis/viper.py -> build/lib/plaso/analysis copying plaso/analysis/virustotal.py -> build/lib/plaso/analysis creating build/lib/plaso/analyzers copying plaso/analyzers/__init__.py -> build/lib/plaso/analyzers copying plaso/analyzers/hashing_analyzer.py -> build/lib/plaso/analyzers copying plaso/analyzers/interface.py -> build/lib/plaso/analyzers copying plaso/analyzers/logger.py -> build/lib/plaso/analyzers copying plaso/analyzers/manager.py -> build/lib/plaso/analyzers copying plaso/analyzers/yara_analyzer.py -> build/lib/plaso/analyzers creating build/lib/plaso/analyzers/hashers copying plaso/analyzers/hashers/__init__.py -> build/lib/plaso/analyzers/hashers copying plaso/analyzers/hashers/entropy.py -> build/lib/plaso/analyzers/hashers copying plaso/analyzers/hashers/interface.py -> build/lib/plaso/analyzers/hashers copying plaso/analyzers/hashers/manager.py -> build/lib/plaso/analyzers/hashers copying plaso/analyzers/hashers/md5.py -> build/lib/plaso/analyzers/hashers copying plaso/analyzers/hashers/sha1.py -> build/lib/plaso/analyzers/hashers copying plaso/analyzers/hashers/sha256.py -> build/lib/plaso/analyzers/hashers creating build/lib/plaso/cli copying plaso/cli/__init__.py -> build/lib/plaso/cli copying plaso/cli/analysis_tool.py -> build/lib/plaso/cli copying plaso/cli/extraction_tool.py -> build/lib/plaso/cli copying plaso/cli/image_export_tool.py -> build/lib/plaso/cli copying plaso/cli/log2timeline_tool.py -> build/lib/plaso/cli copying plaso/cli/logger.py -> build/lib/plaso/cli copying plaso/cli/pinfo_tool.py -> build/lib/plaso/cli copying plaso/cli/psort_tool.py -> build/lib/plaso/cli copying plaso/cli/psteal_tool.py -> build/lib/plaso/cli copying plaso/cli/status_view.py -> build/lib/plaso/cli copying plaso/cli/storage_media_tool.py -> build/lib/plaso/cli copying plaso/cli/time_slices.py -> build/lib/plaso/cli copying plaso/cli/tool_options.py -> build/lib/plaso/cli copying plaso/cli/tools.py -> build/lib/plaso/cli copying plaso/cli/views.py -> build/lib/plaso/cli creating build/lib/plaso/cli/helpers copying plaso/cli/helpers/__init__.py -> build/lib/plaso/cli/helpers copying plaso/cli/helpers/analysis_plugins.py -> build/lib/plaso/cli/helpers copying plaso/cli/helpers/archives.py -> build/lib/plaso/cli/helpers copying plaso/cli/helpers/artifact_definitions.py -> build/lib/plaso/cli/helpers copying plaso/cli/helpers/artifact_filters.py -> build/lib/plaso/cli/helpers copying plaso/cli/helpers/bloom_analysis.py -> build/lib/plaso/cli/helpers copying plaso/cli/helpers/codepage.py -> build/lib/plaso/cli/helpers copying plaso/cli/helpers/data_location.py -> build/lib/plaso/cli/helpers copying plaso/cli/helpers/date_filters.py -> build/lib/plaso/cli/helpers copying plaso/cli/helpers/dynamic_output.py -> build/lib/plaso/cli/helpers copying plaso/cli/helpers/event_filters.py -> build/lib/plaso/cli/helpers copying plaso/cli/helpers/extraction.py -> build/lib/plaso/cli/helpers copying plaso/cli/helpers/filter_file.py -> build/lib/plaso/cli/helpers copying plaso/cli/helpers/hashers.py -> build/lib/plaso/cli/helpers copying plaso/cli/helpers/interface.py -> build/lib/plaso/cli/helpers copying plaso/cli/helpers/language.py -> build/lib/plaso/cli/helpers copying plaso/cli/helpers/manager.py -> build/lib/plaso/cli/helpers copying plaso/cli/helpers/nsrlsvr_analysis.py -> build/lib/plaso/cli/helpers copying plaso/cli/helpers/opensearch_output.py -> build/lib/plaso/cli/helpers copying plaso/cli/helpers/opensearch_ts_output.py -> build/lib/plaso/cli/helpers copying plaso/cli/helpers/output_modules.py -> build/lib/plaso/cli/helpers copying plaso/cli/helpers/parsers.py -> build/lib/plaso/cli/helpers copying plaso/cli/helpers/process_resources.py -> build/lib/plaso/cli/helpers copying plaso/cli/helpers/profiling.py -> build/lib/plaso/cli/helpers copying plaso/cli/helpers/sessionize_analysis.py -> build/lib/plaso/cli/helpers copying plaso/cli/helpers/status_view.py -> build/lib/plaso/cli/helpers copying plaso/cli/helpers/storage_format.py -> build/lib/plaso/cli/helpers copying plaso/cli/helpers/tagging_analysis.py -> build/lib/plaso/cli/helpers copying plaso/cli/helpers/temporary_directory.py -> build/lib/plaso/cli/helpers copying plaso/cli/helpers/vfs_backend.py -> build/lib/plaso/cli/helpers copying plaso/cli/helpers/viper_analysis.py -> build/lib/plaso/cli/helpers copying plaso/cli/helpers/virustotal_analysis.py -> build/lib/plaso/cli/helpers copying plaso/cli/helpers/workers.py -> build/lib/plaso/cli/helpers copying plaso/cli/helpers/xlsx_output.py -> build/lib/plaso/cli/helpers copying plaso/cli/helpers/yara_rules.py -> build/lib/plaso/cli/helpers creating build/lib/plaso/containers copying plaso/containers/__init__.py -> build/lib/plaso/containers copying plaso/containers/analysis_results.py -> build/lib/plaso/containers copying plaso/containers/analyzer_result.py -> build/lib/plaso/containers copying plaso/containers/artifacts.py -> build/lib/plaso/containers copying plaso/containers/counts.py -> build/lib/plaso/containers copying plaso/containers/event_sources.py -> build/lib/plaso/containers copying plaso/containers/events.py -> build/lib/plaso/containers copying plaso/containers/plist_event.py -> build/lib/plaso/containers copying plaso/containers/reports.py -> build/lib/plaso/containers copying plaso/containers/sessions.py -> build/lib/plaso/containers copying plaso/containers/tasks.py -> build/lib/plaso/containers copying plaso/containers/warnings.py -> build/lib/plaso/containers copying plaso/containers/windows_events.py -> build/lib/plaso/containers creating build/lib/plaso/data copying plaso/data/filter_no_winsxs.yaml -> build/lib/plaso/data copying plaso/data/filter_windows.yaml -> build/lib/plaso/data copying plaso/data/opensearch.mappings -> build/lib/plaso/data copying plaso/data/presets.yaml -> build/lib/plaso/data copying plaso/data/signatures.conf -> build/lib/plaso/data copying plaso/data/tag_linux.txt -> build/lib/plaso/data copying plaso/data/tag_macos.txt -> build/lib/plaso/data copying plaso/data/tag_windows.txt -> build/lib/plaso/data copying plaso/data/timeliner.yaml -> build/lib/plaso/data copying plaso/data/winevt-rc.db -> build/lib/plaso/data creating build/lib/plaso/data/formatters copying plaso/data/formatters/android.yaml -> build/lib/plaso/data/formatters copying plaso/data/formatters/antivirus.yaml -> build/lib/plaso/data/formatters copying plaso/data/formatters/browser.yaml -> build/lib/plaso/data/formatters copying plaso/data/formatters/bsm.yaml -> build/lib/plaso/data/formatters copying plaso/data/formatters/generic.yaml -> build/lib/plaso/data/formatters copying plaso/data/formatters/ios.yaml -> build/lib/plaso/data/formatters copying plaso/data/formatters/linux.yaml -> build/lib/plaso/data/formatters copying plaso/data/formatters/macos.yaml -> build/lib/plaso/data/formatters copying plaso/data/formatters/windows.yaml -> build/lib/plaso/data/formatters creating build/lib/plaso/engine copying plaso/engine/__init__.py -> build/lib/plaso/engine copying plaso/engine/artifact_filters.py -> build/lib/plaso/engine copying plaso/engine/artifacts_trie.py -> build/lib/plaso/engine copying plaso/engine/configurations.py -> build/lib/plaso/engine copying plaso/engine/engine.py -> build/lib/plaso/engine copying plaso/engine/extractors.py -> build/lib/plaso/engine copying plaso/engine/knowledge_base.py -> build/lib/plaso/engine copying plaso/engine/logger.py -> build/lib/plaso/engine copying plaso/engine/path_filters.py -> build/lib/plaso/engine copying plaso/engine/path_helper.py -> build/lib/plaso/engine copying plaso/engine/process_info.py -> build/lib/plaso/engine copying plaso/engine/processing_status.py -> build/lib/plaso/engine copying plaso/engine/profilers.py -> build/lib/plaso/engine copying plaso/engine/tagging_file.py -> build/lib/plaso/engine copying plaso/engine/timeliner.py -> build/lib/plaso/engine copying plaso/engine/worker.py -> build/lib/plaso/engine copying plaso/engine/yaml_filter_file.py -> build/lib/plaso/engine copying plaso/engine/yaml_timeliner_file.py -> build/lib/plaso/engine creating build/lib/plaso/filters copying plaso/filters/__init__.py -> build/lib/plaso/filters copying plaso/filters/event_filter.py -> build/lib/plaso/filters copying plaso/filters/expression_parser.py -> build/lib/plaso/filters copying plaso/filters/expressions.py -> build/lib/plaso/filters copying plaso/filters/file_entry.py -> build/lib/plaso/filters copying plaso/filters/filters.py -> build/lib/plaso/filters copying plaso/filters/logger.py -> build/lib/plaso/filters copying plaso/filters/parser_filter.py -> build/lib/plaso/filters copying plaso/filters/path_filter.py -> build/lib/plaso/filters copying plaso/filters/value_types.py -> build/lib/plaso/filters creating build/lib/plaso/formatters copying plaso/formatters/__init__.py -> build/lib/plaso/formatters copying plaso/formatters/chrome.py -> build/lib/plaso/formatters copying plaso/formatters/chrome_preferences.py -> build/lib/plaso/formatters copying plaso/formatters/default.py -> build/lib/plaso/formatters copying plaso/formatters/file_system.py -> build/lib/plaso/formatters copying plaso/formatters/firefox.py -> build/lib/plaso/formatters copying plaso/formatters/interface.py -> build/lib/plaso/formatters copying plaso/formatters/logger.py -> build/lib/plaso/formatters copying plaso/formatters/manager.py -> build/lib/plaso/formatters copying plaso/formatters/msiecf.py -> build/lib/plaso/formatters copying plaso/formatters/shell_items.py -> build/lib/plaso/formatters copying plaso/formatters/winevt.py -> build/lib/plaso/formatters copying plaso/formatters/winlnk.py -> build/lib/plaso/formatters copying plaso/formatters/winprefetch.py -> build/lib/plaso/formatters copying plaso/formatters/winreg.py -> build/lib/plaso/formatters copying plaso/formatters/yaml_formatters_file.py -> build/lib/plaso/formatters creating build/lib/plaso/helpers copying plaso/helpers/__init__.py -> build/lib/plaso/helpers copying plaso/helpers/language_tags.py -> build/lib/plaso/helpers creating build/lib/plaso/helpers/macos copying plaso/helpers/macos/__init__.py -> build/lib/plaso/helpers/macos copying plaso/helpers/macos/darwin.py -> build/lib/plaso/helpers/macos creating build/lib/plaso/helpers/windows copying plaso/helpers/windows/__init__.py -> build/lib/plaso/helpers/windows copying plaso/helpers/windows/eventlog_providers.py -> build/lib/plaso/helpers/windows copying plaso/helpers/windows/known_folders.py -> build/lib/plaso/helpers/windows copying plaso/helpers/windows/languages.py -> build/lib/plaso/helpers/windows copying plaso/helpers/windows/resource_files.py -> build/lib/plaso/helpers/windows copying plaso/helpers/windows/shell_folders.py -> build/lib/plaso/helpers/windows copying plaso/helpers/windows/time_zones.py -> build/lib/plaso/helpers/windows creating build/lib/plaso/lib copying plaso/lib/__init__.py -> build/lib/plaso/lib copying plaso/lib/bufferlib.py -> build/lib/plaso/lib copying plaso/lib/cookie_plugins_helper.py -> build/lib/plaso/lib copying plaso/lib/dateless_helper.py -> build/lib/plaso/lib copying plaso/lib/decorators.py -> build/lib/plaso/lib copying plaso/lib/definitions.py -> build/lib/plaso/lib copying plaso/lib/dtfabric_helper.py -> build/lib/plaso/lib copying plaso/lib/errors.py -> build/lib/plaso/lib copying plaso/lib/line_reader_file.py -> build/lib/plaso/lib copying plaso/lib/loggers.py -> build/lib/plaso/lib copying plaso/lib/plist.py -> build/lib/plaso/lib copying plaso/lib/specification.py -> build/lib/plaso/lib creating build/lib/plaso/multi_process copying plaso/multi_process/__init__.py -> build/lib/plaso/multi_process copying plaso/multi_process/analysis_engine.py -> build/lib/plaso/multi_process copying plaso/multi_process/analysis_process.py -> build/lib/plaso/multi_process copying plaso/multi_process/base_process.py -> build/lib/plaso/multi_process copying plaso/multi_process/engine.py -> build/lib/plaso/multi_process copying plaso/multi_process/extraction_engine.py -> build/lib/plaso/multi_process copying plaso/multi_process/extraction_process.py -> build/lib/plaso/multi_process copying plaso/multi_process/logger.py -> build/lib/plaso/multi_process copying plaso/multi_process/merge_helpers.py -> build/lib/plaso/multi_process copying plaso/multi_process/output_engine.py -> build/lib/plaso/multi_process copying plaso/multi_process/plaso_queue.py -> build/lib/plaso/multi_process copying plaso/multi_process/plaso_xmlrpc.py -> build/lib/plaso/multi_process copying plaso/multi_process/rpc.py -> build/lib/plaso/multi_process copying plaso/multi_process/task_engine.py -> build/lib/plaso/multi_process copying plaso/multi_process/task_manager.py -> build/lib/plaso/multi_process copying plaso/multi_process/task_process.py -> build/lib/plaso/multi_process copying plaso/multi_process/zeromq_queue.py -> build/lib/plaso/multi_process creating build/lib/plaso/output copying plaso/output/__init__.py -> build/lib/plaso/output copying plaso/output/dynamic.py -> build/lib/plaso/output copying plaso/output/formatting_helper.py -> build/lib/plaso/output copying plaso/output/interface.py -> build/lib/plaso/output copying plaso/output/json_line.py -> build/lib/plaso/output copying plaso/output/json_out.py -> build/lib/plaso/output copying plaso/output/kml.py -> build/lib/plaso/output copying plaso/output/l2t_csv.py -> build/lib/plaso/output copying plaso/output/logger.py -> build/lib/plaso/output copying plaso/output/manager.py -> build/lib/plaso/output copying plaso/output/mediator.py -> build/lib/plaso/output copying plaso/output/null.py -> build/lib/plaso/output copying plaso/output/opensearch.py -> build/lib/plaso/output copying plaso/output/opensearch_ts.py -> build/lib/plaso/output copying plaso/output/rawpy.py -> build/lib/plaso/output copying plaso/output/shared_dsv.py -> build/lib/plaso/output copying plaso/output/shared_json.py -> build/lib/plaso/output copying plaso/output/shared_opensearch.py -> build/lib/plaso/output copying plaso/output/text_file.py -> build/lib/plaso/output copying plaso/output/tln.py -> build/lib/plaso/output copying plaso/output/winevt_rc.py -> build/lib/plaso/output copying plaso/output/xlsx.py -> build/lib/plaso/output creating build/lib/plaso/parsers copying plaso/parsers/__init__.py -> build/lib/plaso/parsers copying plaso/parsers/android_app_usage.py -> build/lib/plaso/parsers copying plaso/parsers/asl.py -> build/lib/plaso/parsers copying plaso/parsers/asl.yaml -> build/lib/plaso/parsers copying plaso/parsers/aul_dsc.yaml -> build/lib/plaso/parsers copying plaso/parsers/aul_timesync.yaml -> build/lib/plaso/parsers copying plaso/parsers/aul_tracev3.yaml -> build/lib/plaso/parsers copying plaso/parsers/aul_uuidtext.yaml -> build/lib/plaso/parsers copying plaso/parsers/bencode_parser.py -> build/lib/plaso/parsers copying plaso/parsers/bodyfile.py -> build/lib/plaso/parsers copying plaso/parsers/bsm.py -> build/lib/plaso/parsers copying plaso/parsers/bsm.yaml -> build/lib/plaso/parsers copying plaso/parsers/chrome_cache.py -> build/lib/plaso/parsers copying plaso/parsers/chrome_cache.yaml -> build/lib/plaso/parsers copying plaso/parsers/chrome_preferences.py -> build/lib/plaso/parsers copying plaso/parsers/cups_ipp.py -> build/lib/plaso/parsers copying plaso/parsers/cups_ipp.yaml -> build/lib/plaso/parsers copying plaso/parsers/custom_destinations.py -> build/lib/plaso/parsers copying plaso/parsers/custom_destinations.yaml -> build/lib/plaso/parsers copying plaso/parsers/czip.py -> build/lib/plaso/parsers copying plaso/parsers/dsv_parser.py -> build/lib/plaso/parsers copying plaso/parsers/esedb.py -> build/lib/plaso/parsers copying plaso/parsers/filestat.py -> build/lib/plaso/parsers copying plaso/parsers/firefox_cache.py -> build/lib/plaso/parsers copying plaso/parsers/firefox_cache.yaml -> build/lib/plaso/parsers copying plaso/parsers/fish_history.py -> build/lib/plaso/parsers copying plaso/parsers/fseventsd.py -> build/lib/plaso/parsers copying plaso/parsers/fseventsd.yaml -> build/lib/plaso/parsers copying plaso/parsers/interface.py -> build/lib/plaso/parsers copying plaso/parsers/java_idx.py -> build/lib/plaso/parsers copying plaso/parsers/java_idx.yaml -> build/lib/plaso/parsers copying plaso/parsers/jsonl_parser.py -> build/lib/plaso/parsers copying plaso/parsers/locate.py -> build/lib/plaso/parsers copying plaso/parsers/locate.yaml -> build/lib/plaso/parsers copying plaso/parsers/logger.py -> build/lib/plaso/parsers copying plaso/parsers/macos_core_location.yaml -> build/lib/plaso/parsers copying plaso/parsers/macos_keychain.py -> build/lib/plaso/parsers copying plaso/parsers/macos_keychain.yaml -> build/lib/plaso/parsers copying plaso/parsers/macos_mdns.yaml -> build/lib/plaso/parsers copying plaso/parsers/macos_open_directory.yaml -> build/lib/plaso/parsers copying plaso/parsers/manager.py -> build/lib/plaso/parsers copying plaso/parsers/mcafeeav.py -> build/lib/plaso/parsers copying plaso/parsers/mediator.py -> build/lib/plaso/parsers copying plaso/parsers/msiecf.py -> build/lib/plaso/parsers copying plaso/parsers/networkminer.py -> build/lib/plaso/parsers copying plaso/parsers/ntfs.py -> build/lib/plaso/parsers copying plaso/parsers/ntfs.yaml -> build/lib/plaso/parsers copying plaso/parsers/olecf.py -> build/lib/plaso/parsers copying plaso/parsers/onedrive.py -> build/lib/plaso/parsers copying plaso/parsers/onedrive.yaml -> build/lib/plaso/parsers copying plaso/parsers/opera.py -> build/lib/plaso/parsers copying plaso/parsers/pe.py -> build/lib/plaso/parsers copying plaso/parsers/pe_resources.yaml -> build/lib/plaso/parsers copying plaso/parsers/plist.py -> build/lib/plaso/parsers copying plaso/parsers/pls_recall.py -> build/lib/plaso/parsers copying plaso/parsers/pls_recall.yaml -> build/lib/plaso/parsers copying plaso/parsers/plugins.py -> build/lib/plaso/parsers copying plaso/parsers/presets.py -> build/lib/plaso/parsers copying plaso/parsers/recycler.py -> build/lib/plaso/parsers copying plaso/parsers/recycler.yaml -> build/lib/plaso/parsers copying plaso/parsers/safari_cookies.py -> build/lib/plaso/parsers copying plaso/parsers/safari_cookies.yaml -> build/lib/plaso/parsers copying plaso/parsers/spotlight_storedb.py -> build/lib/plaso/parsers copying plaso/parsers/spotlight_storedb.yaml -> build/lib/plaso/parsers copying plaso/parsers/sqlite.py -> build/lib/plaso/parsers copying plaso/parsers/symantec.py -> build/lib/plaso/parsers copying plaso/parsers/systemd_journal.py -> build/lib/plaso/parsers copying plaso/parsers/systemd_journal.yaml -> build/lib/plaso/parsers copying plaso/parsers/text_parser.py -> build/lib/plaso/parsers copying plaso/parsers/trendmicroav.py -> build/lib/plaso/parsers copying plaso/parsers/unified_logging.py -> build/lib/plaso/parsers copying plaso/parsers/utmp.py -> build/lib/plaso/parsers copying plaso/parsers/utmp.yaml -> build/lib/plaso/parsers copying plaso/parsers/utmpx.py -> build/lib/plaso/parsers copying plaso/parsers/wincc.py -> build/lib/plaso/parsers copying plaso/parsers/windefender_history.py -> build/lib/plaso/parsers copying plaso/parsers/windefender_history.yaml -> build/lib/plaso/parsers copying plaso/parsers/windows_nt.yaml -> build/lib/plaso/parsers copying plaso/parsers/winevt.py -> build/lib/plaso/parsers copying plaso/parsers/winevtx.py -> build/lib/plaso/parsers copying plaso/parsers/winjob.py -> build/lib/plaso/parsers copying plaso/parsers/winjob.yaml -> build/lib/plaso/parsers copying plaso/parsers/winlnk.py -> build/lib/plaso/parsers copying plaso/parsers/winpca.py -> build/lib/plaso/parsers copying plaso/parsers/winprefetch.py -> build/lib/plaso/parsers copying plaso/parsers/winreg_parser.py -> build/lib/plaso/parsers copying plaso/parsers/winrestore.py -> build/lib/plaso/parsers copying plaso/parsers/winrestore.yaml -> build/lib/plaso/parsers creating build/lib/plaso/parsers/bencode_plugins copying plaso/parsers/bencode_plugins/__init__.py -> build/lib/plaso/parsers/bencode_plugins copying plaso/parsers/bencode_plugins/interface.py -> build/lib/plaso/parsers/bencode_plugins copying plaso/parsers/bencode_plugins/transmission.py -> build/lib/plaso/parsers/bencode_plugins copying plaso/parsers/bencode_plugins/utorrent.py -> build/lib/plaso/parsers/bencode_plugins creating build/lib/plaso/parsers/cookie_plugins copying plaso/parsers/cookie_plugins/__init__.py -> build/lib/plaso/parsers/cookie_plugins copying plaso/parsers/cookie_plugins/ganalytics.py -> build/lib/plaso/parsers/cookie_plugins copying plaso/parsers/cookie_plugins/interface.py -> build/lib/plaso/parsers/cookie_plugins copying plaso/parsers/cookie_plugins/manager.py -> build/lib/plaso/parsers/cookie_plugins creating build/lib/plaso/parsers/czip_plugins copying plaso/parsers/czip_plugins/__init__.py -> build/lib/plaso/parsers/czip_plugins copying plaso/parsers/czip_plugins/interface.py -> build/lib/plaso/parsers/czip_plugins copying plaso/parsers/czip_plugins/oxml.py -> build/lib/plaso/parsers/czip_plugins creating build/lib/plaso/parsers/esedb_plugins copying plaso/parsers/esedb_plugins/__init__.py -> build/lib/plaso/parsers/esedb_plugins copying plaso/parsers/esedb_plugins/file_history.py -> build/lib/plaso/parsers/esedb_plugins copying plaso/parsers/esedb_plugins/interface.py -> build/lib/plaso/parsers/esedb_plugins copying plaso/parsers/esedb_plugins/msie_webcache.py -> build/lib/plaso/parsers/esedb_plugins copying plaso/parsers/esedb_plugins/srum.py -> build/lib/plaso/parsers/esedb_plugins copying plaso/parsers/esedb_plugins/types.yaml -> build/lib/plaso/parsers/esedb_plugins copying plaso/parsers/esedb_plugins/user_access_logging.py -> build/lib/plaso/parsers/esedb_plugins creating build/lib/plaso/parsers/jsonl_plugins copying plaso/parsers/jsonl_plugins/__init__.py -> build/lib/plaso/parsers/jsonl_plugins copying plaso/parsers/jsonl_plugins/aws_cloudtrail_log.py -> build/lib/plaso/parsers/jsonl_plugins copying plaso/parsers/jsonl_plugins/azure_activity_log.py -> build/lib/plaso/parsers/jsonl_plugins copying plaso/parsers/jsonl_plugins/azure_application_gateway_log.py -> build/lib/plaso/parsers/jsonl_plugins copying plaso/parsers/jsonl_plugins/docker_container_config.py -> build/lib/plaso/parsers/jsonl_plugins copying plaso/parsers/jsonl_plugins/docker_container_log.py -> build/lib/plaso/parsers/jsonl_plugins copying plaso/parsers/jsonl_plugins/docker_layer_config.py -> build/lib/plaso/parsers/jsonl_plugins copying plaso/parsers/jsonl_plugins/gcp_log.py -> build/lib/plaso/parsers/jsonl_plugins copying plaso/parsers/jsonl_plugins/interface.py -> build/lib/plaso/parsers/jsonl_plugins copying plaso/parsers/jsonl_plugins/ios_app_privacy.py -> build/lib/plaso/parsers/jsonl_plugins copying plaso/parsers/jsonl_plugins/microsoft365_audit_log.py -> build/lib/plaso/parsers/jsonl_plugins creating build/lib/plaso/parsers/olecf_plugins copying plaso/parsers/olecf_plugins/__init__.py -> build/lib/plaso/parsers/olecf_plugins copying plaso/parsers/olecf_plugins/automatic_destinations.py -> build/lib/plaso/parsers/olecf_plugins copying plaso/parsers/olecf_plugins/automatic_destinations.yaml -> build/lib/plaso/parsers/olecf_plugins copying plaso/parsers/olecf_plugins/default.py -> build/lib/plaso/parsers/olecf_plugins copying plaso/parsers/olecf_plugins/interface.py -> build/lib/plaso/parsers/olecf_plugins copying plaso/parsers/olecf_plugins/summary.py -> build/lib/plaso/parsers/olecf_plugins creating build/lib/plaso/parsers/plist_plugins copying plaso/parsers/plist_plugins/__init__.py -> build/lib/plaso/parsers/plist_plugins copying plaso/parsers/plist_plugins/airport.py -> build/lib/plaso/parsers/plist_plugins copying plaso/parsers/plist_plugins/alias_data.yaml -> build/lib/plaso/parsers/plist_plugins copying plaso/parsers/plist_plugins/apple_account.py -> build/lib/plaso/parsers/plist_plugins copying plaso/parsers/plist_plugins/bluetooth.py -> build/lib/plaso/parsers/plist_plugins copying plaso/parsers/plist_plugins/bookmark_data.yaml -> build/lib/plaso/parsers/plist_plugins copying plaso/parsers/plist_plugins/default.py -> build/lib/plaso/parsers/plist_plugins copying plaso/parsers/plist_plugins/install_history.py -> build/lib/plaso/parsers/plist_plugins copying plaso/parsers/plist_plugins/interface.py -> build/lib/plaso/parsers/plist_plugins copying plaso/parsers/plist_plugins/ios_carplay.py -> build/lib/plaso/parsers/plist_plugins copying plaso/parsers/plist_plugins/ios_identityservices.py -> build/lib/plaso/parsers/plist_plugins copying plaso/parsers/plist_plugins/ipod.py -> build/lib/plaso/parsers/plist_plugins copying plaso/parsers/plist_plugins/launchd.py -> build/lib/plaso/parsers/plist_plugins copying plaso/parsers/plist_plugins/macos_background_items.py -> build/lib/plaso/parsers/plist_plugins copying plaso/parsers/plist_plugins/macos_login_items.py -> build/lib/plaso/parsers/plist_plugins copying plaso/parsers/plist_plugins/macos_login_window.py -> build/lib/plaso/parsers/plist_plugins copying plaso/parsers/plist_plugins/macos_startup_item.py -> build/lib/plaso/parsers/plist_plugins copying plaso/parsers/plist_plugins/macos_user.py -> build/lib/plaso/parsers/plist_plugins copying plaso/parsers/plist_plugins/safari_downloads.py -> build/lib/plaso/parsers/plist_plugins copying plaso/parsers/plist_plugins/safari_history.py -> build/lib/plaso/parsers/plist_plugins copying plaso/parsers/plist_plugins/software_update.py -> build/lib/plaso/parsers/plist_plugins copying plaso/parsers/plist_plugins/spotlight_searched_terms.py -> build/lib/plaso/parsers/plist_plugins copying plaso/parsers/plist_plugins/spotlight_volume.py -> build/lib/plaso/parsers/plist_plugins copying plaso/parsers/plist_plugins/time_machine.py -> build/lib/plaso/parsers/plist_plugins copying plaso/parsers/plist_plugins/time_machine.yaml -> build/lib/plaso/parsers/plist_plugins creating build/lib/plaso/parsers/shared copying plaso/parsers/shared/__init__.py -> build/lib/plaso/parsers/shared copying plaso/parsers/shared/shell_items.py -> build/lib/plaso/parsers/shared creating build/lib/plaso/parsers/sqlite_plugins copying plaso/parsers/sqlite_plugins/__init__.py -> build/lib/plaso/parsers/sqlite_plugins copying plaso/parsers/sqlite_plugins/android_app_usage.py -> build/lib/plaso/parsers/sqlite_plugins copying plaso/parsers/sqlite_plugins/android_calls.py -> build/lib/plaso/parsers/sqlite_plugins copying plaso/parsers/sqlite_plugins/android_hangouts.py -> build/lib/plaso/parsers/sqlite_plugins copying plaso/parsers/sqlite_plugins/android_sms.py -> build/lib/plaso/parsers/sqlite_plugins copying plaso/parsers/sqlite_plugins/android_tango.py -> build/lib/plaso/parsers/sqlite_plugins copying plaso/parsers/sqlite_plugins/android_turbo.py -> build/lib/plaso/parsers/sqlite_plugins copying plaso/parsers/sqlite_plugins/android_twitter.py -> build/lib/plaso/parsers/sqlite_plugins copying plaso/parsers/sqlite_plugins/android_webview.py -> build/lib/plaso/parsers/sqlite_plugins copying plaso/parsers/sqlite_plugins/android_webviewcache.py -> build/lib/plaso/parsers/sqlite_plugins copying plaso/parsers/sqlite_plugins/chrome_autofill.py -> build/lib/plaso/parsers/sqlite_plugins copying plaso/parsers/sqlite_plugins/chrome_cookies.py -> build/lib/plaso/parsers/sqlite_plugins copying plaso/parsers/sqlite_plugins/chrome_extension_activity.py -> build/lib/plaso/parsers/sqlite_plugins copying plaso/parsers/sqlite_plugins/chrome_history.py -> build/lib/plaso/parsers/sqlite_plugins copying plaso/parsers/sqlite_plugins/dropbox.py -> build/lib/plaso/parsers/sqlite_plugins copying plaso/parsers/sqlite_plugins/edge_load_statistics.py -> build/lib/plaso/parsers/sqlite_plugins copying plaso/parsers/sqlite_plugins/firefox_cookies.py -> build/lib/plaso/parsers/sqlite_plugins copying plaso/parsers/sqlite_plugins/firefox_downloads.py -> build/lib/plaso/parsers/sqlite_plugins copying plaso/parsers/sqlite_plugins/firefox_history.py -> build/lib/plaso/parsers/sqlite_plugins copying plaso/parsers/sqlite_plugins/gdrive.py -> build/lib/plaso/parsers/sqlite_plugins copying plaso/parsers/sqlite_plugins/imessage.py -> build/lib/plaso/parsers/sqlite_plugins copying plaso/parsers/sqlite_plugins/interface.py -> build/lib/plaso/parsers/sqlite_plugins copying plaso/parsers/sqlite_plugins/ios_datausage.py -> build/lib/plaso/parsers/sqlite_plugins copying plaso/parsers/sqlite_plugins/ios_kik.py -> build/lib/plaso/parsers/sqlite_plugins copying plaso/parsers/sqlite_plugins/ios_netusage.py -> build/lib/plaso/parsers/sqlite_plugins copying plaso/parsers/sqlite_plugins/ios_powerlog.py -> build/lib/plaso/parsers/sqlite_plugins copying plaso/parsers/sqlite_plugins/ios_screentime.py -> build/lib/plaso/parsers/sqlite_plugins copying plaso/parsers/sqlite_plugins/ios_twitter.py -> build/lib/plaso/parsers/sqlite_plugins copying plaso/parsers/sqlite_plugins/kodi.py -> build/lib/plaso/parsers/sqlite_plugins copying plaso/parsers/sqlite_plugins/ls_quarantine.py -> build/lib/plaso/parsers/sqlite_plugins copying plaso/parsers/sqlite_plugins/mackeeper_cache.py -> build/lib/plaso/parsers/sqlite_plugins copying plaso/parsers/sqlite_plugins/macos_appusage.py -> build/lib/plaso/parsers/sqlite_plugins copying plaso/parsers/sqlite_plugins/macos_document_versions.py -> build/lib/plaso/parsers/sqlite_plugins copying plaso/parsers/sqlite_plugins/macos_knowledgec.py -> build/lib/plaso/parsers/sqlite_plugins copying plaso/parsers/sqlite_plugins/macos_notes.py -> build/lib/plaso/parsers/sqlite_plugins copying plaso/parsers/sqlite_plugins/macos_notification_center.py -> build/lib/plaso/parsers/sqlite_plugins copying plaso/parsers/sqlite_plugins/macos_tcc.py -> build/lib/plaso/parsers/sqlite_plugins copying plaso/parsers/sqlite_plugins/safari.py -> build/lib/plaso/parsers/sqlite_plugins copying plaso/parsers/sqlite_plugins/skype.py -> build/lib/plaso/parsers/sqlite_plugins copying plaso/parsers/sqlite_plugins/windows_eventtranscript.py -> build/lib/plaso/parsers/sqlite_plugins copying plaso/parsers/sqlite_plugins/windows_push_notification.py -> build/lib/plaso/parsers/sqlite_plugins copying plaso/parsers/sqlite_plugins/windows_timeline.py -> build/lib/plaso/parsers/sqlite_plugins copying plaso/parsers/sqlite_plugins/zeitgeist.py -> build/lib/plaso/parsers/sqlite_plugins creating build/lib/plaso/parsers/text_plugins copying plaso/parsers/text_plugins/__init__.py -> build/lib/plaso/parsers/text_plugins copying plaso/parsers/text_plugins/android_logcat.py -> build/lib/plaso/parsers/text_plugins copying plaso/parsers/text_plugins/apache_access.py -> build/lib/plaso/parsers/text_plugins copying plaso/parsers/text_plugins/apt_history.py -> build/lib/plaso/parsers/text_plugins copying plaso/parsers/text_plugins/aws_elb_access.py -> build/lib/plaso/parsers/text_plugins copying plaso/parsers/text_plugins/bash_history.py -> build/lib/plaso/parsers/text_plugins copying plaso/parsers/text_plugins/confluence_access.py -> build/lib/plaso/parsers/text_plugins copying plaso/parsers/text_plugins/cri.py -> build/lib/plaso/parsers/text_plugins copying plaso/parsers/text_plugins/dpkg.py -> build/lib/plaso/parsers/text_plugins copying plaso/parsers/text_plugins/gdrive_synclog.py -> build/lib/plaso/parsers/text_plugins copying plaso/parsers/text_plugins/google_logging.py -> build/lib/plaso/parsers/text_plugins copying plaso/parsers/text_plugins/iis.py -> build/lib/plaso/parsers/text_plugins copying plaso/parsers/text_plugins/interface.py -> build/lib/plaso/parsers/text_plugins copying plaso/parsers/text_plugins/ios_lockdownd.py -> build/lib/plaso/parsers/text_plugins copying plaso/parsers/text_plugins/ios_logd.py -> build/lib/plaso/parsers/text_plugins copying plaso/parsers/text_plugins/ios_sysdiag_log.py -> build/lib/plaso/parsers/text_plugins copying plaso/parsers/text_plugins/macos_appfirewall.py -> build/lib/plaso/parsers/text_plugins copying plaso/parsers/text_plugins/macos_launchd.py -> build/lib/plaso/parsers/text_plugins copying plaso/parsers/text_plugins/macos_securityd.py -> build/lib/plaso/parsers/text_plugins copying plaso/parsers/text_plugins/macos_wifi.py -> build/lib/plaso/parsers/text_plugins copying plaso/parsers/text_plugins/popcontest.py -> build/lib/plaso/parsers/text_plugins copying plaso/parsers/text_plugins/postgresql.py -> build/lib/plaso/parsers/text_plugins copying plaso/parsers/text_plugins/powershell_transcript.py -> build/lib/plaso/parsers/text_plugins copying plaso/parsers/text_plugins/santa.py -> build/lib/plaso/parsers/text_plugins copying plaso/parsers/text_plugins/sccm.py -> build/lib/plaso/parsers/text_plugins copying plaso/parsers/text_plugins/selinux.py -> build/lib/plaso/parsers/text_plugins copying plaso/parsers/text_plugins/setupapi.py -> build/lib/plaso/parsers/text_plugins copying plaso/parsers/text_plugins/skydrivelog.py -> build/lib/plaso/parsers/text_plugins copying plaso/parsers/text_plugins/snort_fastlog.py -> build/lib/plaso/parsers/text_plugins copying plaso/parsers/text_plugins/sophos_av.py -> build/lib/plaso/parsers/text_plugins copying plaso/parsers/text_plugins/syslog.py -> build/lib/plaso/parsers/text_plugins copying plaso/parsers/text_plugins/teamviewer.py -> build/lib/plaso/parsers/text_plugins copying plaso/parsers/text_plugins/viminfo.py -> build/lib/plaso/parsers/text_plugins copying plaso/parsers/text_plugins/vsftpd.py -> build/lib/plaso/parsers/text_plugins copying plaso/parsers/text_plugins/winfirewall.py -> build/lib/plaso/parsers/text_plugins copying plaso/parsers/text_plugins/xchatlog.py -> build/lib/plaso/parsers/text_plugins copying plaso/parsers/text_plugins/xchatscrollback.py -> build/lib/plaso/parsers/text_plugins copying plaso/parsers/text_plugins/zsh_extended_history.py -> build/lib/plaso/parsers/text_plugins creating build/lib/plaso/parsers/winreg_plugins copying plaso/parsers/winreg_plugins/__init__.py -> build/lib/plaso/parsers/winreg_plugins copying plaso/parsers/winreg_plugins/amcache.py -> build/lib/plaso/parsers/winreg_plugins copying plaso/parsers/winreg_plugins/appcompatcache.py -> build/lib/plaso/parsers/winreg_plugins copying plaso/parsers/winreg_plugins/appcompatcache.yaml -> build/lib/plaso/parsers/winreg_plugins copying plaso/parsers/winreg_plugins/bagmru.py -> build/lib/plaso/parsers/winreg_plugins copying plaso/parsers/winreg_plugins/bam.py -> build/lib/plaso/parsers/winreg_plugins copying plaso/parsers/winreg_plugins/ccleaner.py -> build/lib/plaso/parsers/winreg_plugins copying plaso/parsers/winreg_plugins/default.py -> build/lib/plaso/parsers/winreg_plugins copying plaso/parsers/winreg_plugins/filetime.yaml -> build/lib/plaso/parsers/winreg_plugins copying plaso/parsers/winreg_plugins/interface.py -> build/lib/plaso/parsers/winreg_plugins copying plaso/parsers/winreg_plugins/lfu.py -> build/lib/plaso/parsers/winreg_plugins copying plaso/parsers/winreg_plugins/motherboard_info.py -> build/lib/plaso/parsers/winreg_plugins copying plaso/parsers/winreg_plugins/mountpoints.py -> build/lib/plaso/parsers/winreg_plugins copying plaso/parsers/winreg_plugins/mru.yaml -> build/lib/plaso/parsers/winreg_plugins copying plaso/parsers/winreg_plugins/mrulist.py -> build/lib/plaso/parsers/winreg_plugins copying plaso/parsers/winreg_plugins/mrulistex.py -> build/lib/plaso/parsers/winreg_plugins copying plaso/parsers/winreg_plugins/msie_zones.py -> build/lib/plaso/parsers/winreg_plugins copying plaso/parsers/winreg_plugins/network_drives.py -> build/lib/plaso/parsers/winreg_plugins copying plaso/parsers/winreg_plugins/networks.py -> build/lib/plaso/parsers/winreg_plugins copying plaso/parsers/winreg_plugins/officemru.py -> build/lib/plaso/parsers/winreg_plugins copying plaso/parsers/winreg_plugins/outlook.py -> build/lib/plaso/parsers/winreg_plugins copying plaso/parsers/winreg_plugins/programscache.py -> build/lib/plaso/parsers/winreg_plugins copying plaso/parsers/winreg_plugins/programscache.yaml -> build/lib/plaso/parsers/winreg_plugins copying plaso/parsers/winreg_plugins/run.py -> build/lib/plaso/parsers/winreg_plugins copying plaso/parsers/winreg_plugins/sam_users.py -> build/lib/plaso/parsers/winreg_plugins copying plaso/parsers/winreg_plugins/sam_users.yaml -> build/lib/plaso/parsers/winreg_plugins copying plaso/parsers/winreg_plugins/services.py -> build/lib/plaso/parsers/winreg_plugins copying plaso/parsers/winreg_plugins/shutdown.py -> build/lib/plaso/parsers/winreg_plugins copying plaso/parsers/winreg_plugins/systemtime.yaml -> build/lib/plaso/parsers/winreg_plugins copying plaso/parsers/winreg_plugins/task_scheduler.py -> build/lib/plaso/parsers/winreg_plugins copying plaso/parsers/winreg_plugins/task_scheduler.yaml -> build/lib/plaso/parsers/winreg_plugins copying plaso/parsers/winreg_plugins/terminal_server.py -> build/lib/plaso/parsers/winreg_plugins copying plaso/parsers/winreg_plugins/timezone.py -> build/lib/plaso/parsers/winreg_plugins copying plaso/parsers/winreg_plugins/typedurls.py -> build/lib/plaso/parsers/winreg_plugins copying plaso/parsers/winreg_plugins/usb.py -> build/lib/plaso/parsers/winreg_plugins copying plaso/parsers/winreg_plugins/usbstor.py -> build/lib/plaso/parsers/winreg_plugins copying plaso/parsers/winreg_plugins/usbstor.yaml -> build/lib/plaso/parsers/winreg_plugins copying plaso/parsers/winreg_plugins/userassist.py -> build/lib/plaso/parsers/winreg_plugins copying plaso/parsers/winreg_plugins/userassist.yaml -> build/lib/plaso/parsers/winreg_plugins copying plaso/parsers/winreg_plugins/windows_version.py -> build/lib/plaso/parsers/winreg_plugins copying plaso/parsers/winreg_plugins/winlogon.py -> build/lib/plaso/parsers/winreg_plugins copying plaso/parsers/winreg_plugins/winrar.py -> build/lib/plaso/parsers/winreg_plugins creating build/lib/plaso/preprocessors copying plaso/preprocessors/__init__.py -> build/lib/plaso/preprocessors copying plaso/preprocessors/generic.py -> build/lib/plaso/preprocessors copying plaso/preprocessors/interface.py -> build/lib/plaso/preprocessors copying plaso/preprocessors/linux.py -> build/lib/plaso/preprocessors copying plaso/preprocessors/logger.py -> build/lib/plaso/preprocessors copying plaso/preprocessors/macos.py -> build/lib/plaso/preprocessors copying plaso/preprocessors/manager.py -> build/lib/plaso/preprocessors copying plaso/preprocessors/mediator.py -> build/lib/plaso/preprocessors copying plaso/preprocessors/mounted_devices.yaml -> build/lib/plaso/preprocessors copying plaso/preprocessors/time_zone_information.yaml -> build/lib/plaso/preprocessors copying plaso/preprocessors/windows.py -> build/lib/plaso/preprocessors creating build/lib/plaso/scripts copying plaso/scripts/__init__.py -> build/lib/plaso/scripts copying plaso/scripts/image_export.py -> build/lib/plaso/scripts copying plaso/scripts/log2timeline.py -> build/lib/plaso/scripts copying plaso/scripts/pinfo.py -> build/lib/plaso/scripts copying plaso/scripts/psort.py -> build/lib/plaso/scripts copying plaso/scripts/psteal.py -> build/lib/plaso/scripts creating build/lib/plaso/serializer copying plaso/serializer/__init__.py -> build/lib/plaso/serializer copying plaso/serializer/json_serializer.py -> build/lib/plaso/serializer copying plaso/serializer/logger.py -> build/lib/plaso/serializer creating build/lib/plaso/single_process copying plaso/single_process/__init__.py -> build/lib/plaso/single_process copying plaso/single_process/extraction_engine.py -> build/lib/plaso/single_process creating build/lib/plaso/storage copying plaso/storage/__init__.py -> build/lib/plaso/storage copying plaso/storage/factory.py -> build/lib/plaso/storage copying plaso/storage/logger.py -> build/lib/plaso/storage copying plaso/storage/reader.py -> build/lib/plaso/storage copying plaso/storage/serializers.py -> build/lib/plaso/storage copying plaso/storage/time_range.py -> build/lib/plaso/storage copying plaso/storage/writer.py -> build/lib/plaso/storage creating build/lib/plaso/storage/fake copying plaso/storage/fake/__init__.py -> build/lib/plaso/storage/fake copying plaso/storage/fake/event_heap.py -> build/lib/plaso/storage/fake copying plaso/storage/fake/fake_store.py -> build/lib/plaso/storage/fake copying plaso/storage/fake/writer.py -> build/lib/plaso/storage/fake creating build/lib/plaso/storage/redis copying plaso/storage/redis/__init__.py -> build/lib/plaso/storage/redis copying plaso/storage/redis/reader.py -> build/lib/plaso/storage/redis copying plaso/storage/redis/redis_store.py -> build/lib/plaso/storage/redis copying plaso/storage/redis/writer.py -> build/lib/plaso/storage/redis creating build/lib/plaso/storage/sqlite copying plaso/storage/sqlite/__init__.py -> build/lib/plaso/storage/sqlite copying plaso/storage/sqlite/reader.py -> build/lib/plaso/storage/sqlite copying plaso/storage/sqlite/sqlite_file.py -> build/lib/plaso/storage/sqlite copying plaso/storage/sqlite/writer.py -> build/lib/plaso/storage/sqlite installing to build/bdist.openbsd-7.9-amd64/wheel running install running install_lib creating build/bdist.openbsd-7.9-amd64/wheel creating build/bdist.openbsd-7.9-amd64/wheel/plaso copying build/lib/plaso/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso copying build/lib/plaso/dependencies.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso creating build/bdist.openbsd-7.9-amd64/wheel/plaso/analysis copying build/lib/plaso/analysis/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/analysis copying build/lib/plaso/analysis/bloom.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/analysis copying build/lib/plaso/analysis/browser_search.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/analysis copying build/lib/plaso/analysis/chrome_extension.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/analysis copying build/lib/plaso/analysis/definitions.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/analysis copying build/lib/plaso/analysis/hash_tagging.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/analysis copying build/lib/plaso/analysis/interface.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/analysis copying build/lib/plaso/analysis/logger.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/analysis copying build/lib/plaso/analysis/manager.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/analysis copying build/lib/plaso/analysis/mediator.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/analysis copying build/lib/plaso/analysis/nsrlsvr.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/analysis copying build/lib/plaso/analysis/sessionize.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/analysis copying build/lib/plaso/analysis/tagging.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/analysis copying build/lib/plaso/analysis/test_memory.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/analysis copying build/lib/plaso/analysis/unique_domains_visited.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/analysis copying build/lib/plaso/analysis/viper.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/analysis copying build/lib/plaso/analysis/virustotal.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/analysis creating build/bdist.openbsd-7.9-amd64/wheel/plaso/analyzers copying build/lib/plaso/analyzers/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/analyzers copying build/lib/plaso/analyzers/hashing_analyzer.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/analyzers copying build/lib/plaso/analyzers/interface.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/analyzers copying build/lib/plaso/analyzers/logger.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/analyzers copying build/lib/plaso/analyzers/manager.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/analyzers copying build/lib/plaso/analyzers/yara_analyzer.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/analyzers creating build/bdist.openbsd-7.9-amd64/wheel/plaso/analyzers/hashers copying build/lib/plaso/analyzers/hashers/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/analyzers/hashers copying build/lib/plaso/analyzers/hashers/entropy.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/analyzers/hashers copying build/lib/plaso/analyzers/hashers/interface.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/analyzers/hashers copying build/lib/plaso/analyzers/hashers/manager.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/analyzers/hashers copying build/lib/plaso/analyzers/hashers/md5.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/analyzers/hashers copying build/lib/plaso/analyzers/hashers/sha1.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/analyzers/hashers copying build/lib/plaso/analyzers/hashers/sha256.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/analyzers/hashers creating build/bdist.openbsd-7.9-amd64/wheel/plaso/cli copying build/lib/plaso/cli/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/cli copying build/lib/plaso/cli/analysis_tool.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/cli copying build/lib/plaso/cli/extraction_tool.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/cli copying build/lib/plaso/cli/image_export_tool.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/cli copying build/lib/plaso/cli/log2timeline_tool.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/cli copying build/lib/plaso/cli/logger.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/cli copying build/lib/plaso/cli/pinfo_tool.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/cli copying build/lib/plaso/cli/psort_tool.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/cli copying build/lib/plaso/cli/psteal_tool.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/cli copying build/lib/plaso/cli/status_view.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/cli copying build/lib/plaso/cli/storage_media_tool.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/cli copying build/lib/plaso/cli/time_slices.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/cli copying build/lib/plaso/cli/tool_options.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/cli copying build/lib/plaso/cli/tools.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/cli copying build/lib/plaso/cli/views.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/cli creating build/bdist.openbsd-7.9-amd64/wheel/plaso/cli/helpers copying build/lib/plaso/cli/helpers/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/cli/helpers copying build/lib/plaso/cli/helpers/analysis_plugins.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/cli/helpers copying build/lib/plaso/cli/helpers/archives.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/cli/helpers copying build/lib/plaso/cli/helpers/artifact_definitions.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/cli/helpers copying build/lib/plaso/cli/helpers/artifact_filters.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/cli/helpers copying build/lib/plaso/cli/helpers/bloom_analysis.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/cli/helpers copying build/lib/plaso/cli/helpers/codepage.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/cli/helpers copying build/lib/plaso/cli/helpers/data_location.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/cli/helpers copying build/lib/plaso/cli/helpers/date_filters.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/cli/helpers copying build/lib/plaso/cli/helpers/dynamic_output.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/cli/helpers copying build/lib/plaso/cli/helpers/event_filters.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/cli/helpers copying build/lib/plaso/cli/helpers/extraction.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/cli/helpers copying build/lib/plaso/cli/helpers/filter_file.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/cli/helpers copying build/lib/plaso/cli/helpers/hashers.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/cli/helpers copying build/lib/plaso/cli/helpers/interface.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/cli/helpers copying build/lib/plaso/cli/helpers/language.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/cli/helpers copying build/lib/plaso/cli/helpers/manager.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/cli/helpers copying build/lib/plaso/cli/helpers/nsrlsvr_analysis.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/cli/helpers copying build/lib/plaso/cli/helpers/opensearch_output.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/cli/helpers copying build/lib/plaso/cli/helpers/opensearch_ts_output.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/cli/helpers copying build/lib/plaso/cli/helpers/output_modules.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/cli/helpers copying build/lib/plaso/cli/helpers/parsers.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/cli/helpers copying build/lib/plaso/cli/helpers/process_resources.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/cli/helpers copying build/lib/plaso/cli/helpers/profiling.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/cli/helpers copying build/lib/plaso/cli/helpers/sessionize_analysis.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/cli/helpers copying build/lib/plaso/cli/helpers/status_view.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/cli/helpers copying build/lib/plaso/cli/helpers/storage_format.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/cli/helpers copying build/lib/plaso/cli/helpers/tagging_analysis.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/cli/helpers copying build/lib/plaso/cli/helpers/temporary_directory.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/cli/helpers copying build/lib/plaso/cli/helpers/vfs_backend.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/cli/helpers copying build/lib/plaso/cli/helpers/viper_analysis.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/cli/helpers copying build/lib/plaso/cli/helpers/virustotal_analysis.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/cli/helpers copying build/lib/plaso/cli/helpers/workers.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/cli/helpers copying build/lib/plaso/cli/helpers/xlsx_output.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/cli/helpers copying build/lib/plaso/cli/helpers/yara_rules.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/cli/helpers creating build/bdist.openbsd-7.9-amd64/wheel/plaso/containers copying build/lib/plaso/containers/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/containers copying build/lib/plaso/containers/analysis_results.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/containers copying build/lib/plaso/containers/analyzer_result.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/containers copying build/lib/plaso/containers/artifacts.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/containers copying build/lib/plaso/containers/counts.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/containers copying build/lib/plaso/containers/event_sources.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/containers copying build/lib/plaso/containers/events.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/containers copying build/lib/plaso/containers/plist_event.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/containers copying build/lib/plaso/containers/reports.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/containers copying build/lib/plaso/containers/sessions.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/containers copying build/lib/plaso/containers/tasks.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/containers copying build/lib/plaso/containers/warnings.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/containers copying build/lib/plaso/containers/windows_events.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/containers creating build/bdist.openbsd-7.9-amd64/wheel/plaso/data copying build/lib/plaso/data/filter_no_winsxs.yaml -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/data copying build/lib/plaso/data/filter_windows.yaml -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/data copying build/lib/plaso/data/opensearch.mappings -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/data copying build/lib/plaso/data/presets.yaml -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/data copying build/lib/plaso/data/signatures.conf -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/data copying build/lib/plaso/data/tag_linux.txt -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/data copying build/lib/plaso/data/tag_macos.txt -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/data copying build/lib/plaso/data/tag_windows.txt -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/data copying build/lib/plaso/data/timeliner.yaml -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/data copying build/lib/plaso/data/winevt-rc.db -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/data creating build/bdist.openbsd-7.9-amd64/wheel/plaso/data/formatters copying build/lib/plaso/data/formatters/android.yaml -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/data/formatters copying build/lib/plaso/data/formatters/antivirus.yaml -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/data/formatters copying build/lib/plaso/data/formatters/browser.yaml -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/data/formatters copying build/lib/plaso/data/formatters/bsm.yaml -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/data/formatters copying build/lib/plaso/data/formatters/generic.yaml -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/data/formatters copying build/lib/plaso/data/formatters/ios.yaml -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/data/formatters copying build/lib/plaso/data/formatters/linux.yaml -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/data/formatters copying build/lib/plaso/data/formatters/macos.yaml -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/data/formatters copying build/lib/plaso/data/formatters/windows.yaml -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/data/formatters creating build/bdist.openbsd-7.9-amd64/wheel/plaso/engine copying build/lib/plaso/engine/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/engine copying build/lib/plaso/engine/artifact_filters.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/engine copying build/lib/plaso/engine/artifacts_trie.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/engine copying build/lib/plaso/engine/configurations.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/engine copying build/lib/plaso/engine/engine.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/engine copying build/lib/plaso/engine/extractors.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/engine copying build/lib/plaso/engine/knowledge_base.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/engine copying build/lib/plaso/engine/logger.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/engine copying build/lib/plaso/engine/path_filters.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/engine copying build/lib/plaso/engine/path_helper.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/engine copying build/lib/plaso/engine/process_info.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/engine copying build/lib/plaso/engine/processing_status.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/engine copying build/lib/plaso/engine/profilers.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/engine copying build/lib/plaso/engine/tagging_file.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/engine copying build/lib/plaso/engine/timeliner.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/engine copying build/lib/plaso/engine/worker.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/engine copying build/lib/plaso/engine/yaml_filter_file.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/engine copying build/lib/plaso/engine/yaml_timeliner_file.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/engine creating build/bdist.openbsd-7.9-amd64/wheel/plaso/filters copying build/lib/plaso/filters/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/filters copying build/lib/plaso/filters/event_filter.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/filters copying build/lib/plaso/filters/expression_parser.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/filters copying build/lib/plaso/filters/expressions.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/filters copying build/lib/plaso/filters/file_entry.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/filters copying build/lib/plaso/filters/filters.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/filters copying build/lib/plaso/filters/logger.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/filters copying build/lib/plaso/filters/parser_filter.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/filters copying build/lib/plaso/filters/path_filter.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/filters copying build/lib/plaso/filters/value_types.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/filters creating build/bdist.openbsd-7.9-amd64/wheel/plaso/formatters copying build/lib/plaso/formatters/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/formatters copying build/lib/plaso/formatters/chrome.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/formatters copying build/lib/plaso/formatters/chrome_preferences.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/formatters copying build/lib/plaso/formatters/default.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/formatters copying build/lib/plaso/formatters/file_system.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/formatters copying build/lib/plaso/formatters/firefox.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/formatters copying build/lib/plaso/formatters/interface.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/formatters copying build/lib/plaso/formatters/logger.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/formatters copying build/lib/plaso/formatters/manager.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/formatters copying build/lib/plaso/formatters/msiecf.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/formatters copying build/lib/plaso/formatters/shell_items.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/formatters copying build/lib/plaso/formatters/winevt.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/formatters copying build/lib/plaso/formatters/winlnk.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/formatters copying build/lib/plaso/formatters/winprefetch.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/formatters copying build/lib/plaso/formatters/winreg.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/formatters copying build/lib/plaso/formatters/yaml_formatters_file.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/formatters creating build/bdist.openbsd-7.9-amd64/wheel/plaso/helpers copying build/lib/plaso/helpers/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/helpers copying build/lib/plaso/helpers/language_tags.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/helpers creating build/bdist.openbsd-7.9-amd64/wheel/plaso/helpers/macos copying build/lib/plaso/helpers/macos/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/helpers/macos copying build/lib/plaso/helpers/macos/darwin.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/helpers/macos creating build/bdist.openbsd-7.9-amd64/wheel/plaso/helpers/windows copying build/lib/plaso/helpers/windows/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/helpers/windows copying build/lib/plaso/helpers/windows/eventlog_providers.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/helpers/windows copying build/lib/plaso/helpers/windows/known_folders.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/helpers/windows copying build/lib/plaso/helpers/windows/languages.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/helpers/windows copying build/lib/plaso/helpers/windows/resource_files.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/helpers/windows copying build/lib/plaso/helpers/windows/shell_folders.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/helpers/windows copying build/lib/plaso/helpers/windows/time_zones.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/helpers/windows creating build/bdist.openbsd-7.9-amd64/wheel/plaso/lib copying build/lib/plaso/lib/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/lib copying build/lib/plaso/lib/bufferlib.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/lib copying build/lib/plaso/lib/cookie_plugins_helper.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/lib copying build/lib/plaso/lib/dateless_helper.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/lib copying build/lib/plaso/lib/decorators.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/lib copying build/lib/plaso/lib/definitions.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/lib copying build/lib/plaso/lib/dtfabric_helper.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/lib copying build/lib/plaso/lib/errors.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/lib copying build/lib/plaso/lib/line_reader_file.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/lib copying build/lib/plaso/lib/loggers.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/lib copying build/lib/plaso/lib/plist.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/lib copying build/lib/plaso/lib/specification.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/lib creating build/bdist.openbsd-7.9-amd64/wheel/plaso/multi_process copying build/lib/plaso/multi_process/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/multi_process copying build/lib/plaso/multi_process/analysis_engine.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/multi_process copying build/lib/plaso/multi_process/analysis_process.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/multi_process copying build/lib/plaso/multi_process/base_process.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/multi_process copying build/lib/plaso/multi_process/engine.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/multi_process copying build/lib/plaso/multi_process/extraction_engine.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/multi_process copying build/lib/plaso/multi_process/extraction_process.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/multi_process copying build/lib/plaso/multi_process/logger.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/multi_process copying build/lib/plaso/multi_process/merge_helpers.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/multi_process copying build/lib/plaso/multi_process/output_engine.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/multi_process copying build/lib/plaso/multi_process/plaso_queue.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/multi_process copying build/lib/plaso/multi_process/plaso_xmlrpc.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/multi_process copying build/lib/plaso/multi_process/rpc.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/multi_process copying build/lib/plaso/multi_process/task_engine.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/multi_process copying build/lib/plaso/multi_process/task_manager.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/multi_process copying build/lib/plaso/multi_process/task_process.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/multi_process copying build/lib/plaso/multi_process/zeromq_queue.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/multi_process creating build/bdist.openbsd-7.9-amd64/wheel/plaso/output copying build/lib/plaso/output/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/output copying build/lib/plaso/output/dynamic.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/output copying build/lib/plaso/output/formatting_helper.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/output copying build/lib/plaso/output/interface.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/output copying build/lib/plaso/output/json_line.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/output copying build/lib/plaso/output/json_out.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/output copying build/lib/plaso/output/kml.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/output copying build/lib/plaso/output/l2t_csv.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/output copying build/lib/plaso/output/logger.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/output copying build/lib/plaso/output/manager.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/output copying build/lib/plaso/output/mediator.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/output copying build/lib/plaso/output/null.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/output copying build/lib/plaso/output/opensearch.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/output copying build/lib/plaso/output/opensearch_ts.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/output copying build/lib/plaso/output/rawpy.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/output copying build/lib/plaso/output/shared_dsv.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/output copying build/lib/plaso/output/shared_json.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/output copying build/lib/plaso/output/shared_opensearch.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/output copying build/lib/plaso/output/text_file.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/output copying build/lib/plaso/output/tln.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/output copying build/lib/plaso/output/winevt_rc.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/output copying build/lib/plaso/output/xlsx.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/output creating build/bdist.openbsd-7.9-amd64/wheel/plaso/parsers copying build/lib/plaso/parsers/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/android_app_usage.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/asl.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/asl.yaml -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/aul_dsc.yaml -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/aul_timesync.yaml -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/aul_tracev3.yaml -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/aul_uuidtext.yaml -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/bencode_parser.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/bodyfile.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/bsm.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/bsm.yaml -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/chrome_cache.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/chrome_cache.yaml -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/chrome_preferences.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/cups_ipp.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/cups_ipp.yaml -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/custom_destinations.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/custom_destinations.yaml -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/czip.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/dsv_parser.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/esedb.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/filestat.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/firefox_cache.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/firefox_cache.yaml -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/fish_history.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/fseventsd.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/fseventsd.yaml -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/interface.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/java_idx.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/java_idx.yaml -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/jsonl_parser.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/locate.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/locate.yaml -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/logger.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/macos_core_location.yaml -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/macos_keychain.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/macos_keychain.yaml -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/macos_mdns.yaml -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/macos_open_directory.yaml -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/manager.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/mcafeeav.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/mediator.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/msiecf.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/networkminer.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/ntfs.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/ntfs.yaml -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/olecf.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/onedrive.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/onedrive.yaml -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/opera.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/pe.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/pe_resources.yaml -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/plist.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/pls_recall.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/pls_recall.yaml -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/plugins.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/presets.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/recycler.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/recycler.yaml -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/safari_cookies.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/safari_cookies.yaml -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/spotlight_storedb.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/spotlight_storedb.yaml -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/sqlite.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/symantec.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/systemd_journal.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/systemd_journal.yaml -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/text_parser.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/trendmicroav.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/unified_logging.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/utmp.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/utmp.yaml -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/utmpx.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/wincc.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/windefender_history.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/windefender_history.yaml -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/windows_nt.yaml -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/winevt.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/winevtx.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/winjob.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/winjob.yaml -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/winlnk.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/winpca.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers creating build/bdist.openbsd-7.9-amd64/wheel/plaso/parsers/shared copying build/lib/plaso/parsers/shared/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/shared copying build/lib/plaso/parsers/shared/shell_items.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/shared copying build/lib/plaso/parsers/winprefetch.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/winreg_parser.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/winrestore.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers copying build/lib/plaso/parsers/winrestore.yaml -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers creating build/bdist.openbsd-7.9-amd64/wheel/plaso/parsers/bencode_plugins copying build/lib/plaso/parsers/bencode_plugins/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/bencode_plugins copying build/lib/plaso/parsers/bencode_plugins/interface.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/bencode_plugins copying build/lib/plaso/parsers/bencode_plugins/transmission.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/bencode_plugins copying build/lib/plaso/parsers/bencode_plugins/utorrent.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/bencode_plugins creating build/bdist.openbsd-7.9-amd64/wheel/plaso/parsers/cookie_plugins copying build/lib/plaso/parsers/cookie_plugins/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/cookie_plugins copying build/lib/plaso/parsers/cookie_plugins/ganalytics.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/cookie_plugins copying build/lib/plaso/parsers/cookie_plugins/interface.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/cookie_plugins copying build/lib/plaso/parsers/cookie_plugins/manager.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/cookie_plugins creating build/bdist.openbsd-7.9-amd64/wheel/plaso/parsers/czip_plugins copying build/lib/plaso/parsers/czip_plugins/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/czip_plugins copying build/lib/plaso/parsers/czip_plugins/interface.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/czip_plugins copying build/lib/plaso/parsers/czip_plugins/oxml.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/czip_plugins creating build/bdist.openbsd-7.9-amd64/wheel/plaso/parsers/esedb_plugins copying build/lib/plaso/parsers/esedb_plugins/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/esedb_plugins copying build/lib/plaso/parsers/esedb_plugins/file_history.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/esedb_plugins copying build/lib/plaso/parsers/esedb_plugins/interface.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/esedb_plugins copying build/lib/plaso/parsers/esedb_plugins/msie_webcache.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/esedb_plugins copying build/lib/plaso/parsers/esedb_plugins/srum.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/esedb_plugins copying build/lib/plaso/parsers/esedb_plugins/types.yaml -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/esedb_plugins copying build/lib/plaso/parsers/esedb_plugins/user_access_logging.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/esedb_plugins creating build/bdist.openbsd-7.9-amd64/wheel/plaso/parsers/jsonl_plugins copying build/lib/plaso/parsers/jsonl_plugins/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/jsonl_plugins copying build/lib/plaso/parsers/jsonl_plugins/aws_cloudtrail_log.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/jsonl_plugins copying build/lib/plaso/parsers/jsonl_plugins/azure_activity_log.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/jsonl_plugins copying build/lib/plaso/parsers/jsonl_plugins/azure_application_gateway_log.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/jsonl_plugins copying build/lib/plaso/parsers/jsonl_plugins/docker_container_config.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/jsonl_plugins copying build/lib/plaso/parsers/jsonl_plugins/docker_container_log.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/jsonl_plugins copying build/lib/plaso/parsers/jsonl_plugins/docker_layer_config.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/jsonl_plugins copying build/lib/plaso/parsers/jsonl_plugins/gcp_log.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/jsonl_plugins copying build/lib/plaso/parsers/jsonl_plugins/interface.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/jsonl_plugins copying build/lib/plaso/parsers/jsonl_plugins/ios_app_privacy.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/jsonl_plugins copying build/lib/plaso/parsers/jsonl_plugins/microsoft365_audit_log.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/jsonl_plugins creating build/bdist.openbsd-7.9-amd64/wheel/plaso/parsers/olecf_plugins copying build/lib/plaso/parsers/olecf_plugins/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/olecf_plugins copying build/lib/plaso/parsers/olecf_plugins/automatic_destinations.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/olecf_plugins copying build/lib/plaso/parsers/olecf_plugins/automatic_destinations.yaml -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/olecf_plugins copying build/lib/plaso/parsers/olecf_plugins/default.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/olecf_plugins copying build/lib/plaso/parsers/olecf_plugins/interface.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/olecf_plugins copying build/lib/plaso/parsers/olecf_plugins/summary.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/olecf_plugins creating build/bdist.openbsd-7.9-amd64/wheel/plaso/parsers/plist_plugins copying build/lib/plaso/parsers/plist_plugins/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/plist_plugins copying build/lib/plaso/parsers/plist_plugins/airport.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/plist_plugins copying build/lib/plaso/parsers/plist_plugins/alias_data.yaml -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/plist_plugins copying build/lib/plaso/parsers/plist_plugins/apple_account.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/plist_plugins copying build/lib/plaso/parsers/plist_plugins/bluetooth.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/plist_plugins copying build/lib/plaso/parsers/plist_plugins/bookmark_data.yaml -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/plist_plugins copying build/lib/plaso/parsers/plist_plugins/default.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/plist_plugins copying build/lib/plaso/parsers/plist_plugins/install_history.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/plist_plugins copying build/lib/plaso/parsers/plist_plugins/interface.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/plist_plugins copying build/lib/plaso/parsers/plist_plugins/ios_carplay.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/plist_plugins copying build/lib/plaso/parsers/plist_plugins/ios_identityservices.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/plist_plugins copying build/lib/plaso/parsers/plist_plugins/ipod.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/plist_plugins copying build/lib/plaso/parsers/plist_plugins/launchd.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/plist_plugins copying build/lib/plaso/parsers/plist_plugins/macos_background_items.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/plist_plugins copying build/lib/plaso/parsers/plist_plugins/macos_login_items.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/plist_plugins copying build/lib/plaso/parsers/plist_plugins/macos_login_window.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/plist_plugins copying build/lib/plaso/parsers/plist_plugins/macos_startup_item.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/plist_plugins copying build/lib/plaso/parsers/plist_plugins/macos_user.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/plist_plugins copying build/lib/plaso/parsers/plist_plugins/time_machine.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/plist_plugins copying build/lib/plaso/parsers/plist_plugins/safari_downloads.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/plist_plugins copying build/lib/plaso/parsers/plist_plugins/safari_history.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/plist_plugins copying build/lib/plaso/parsers/plist_plugins/software_update.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/plist_plugins copying build/lib/plaso/parsers/plist_plugins/spotlight_searched_terms.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/plist_plugins copying build/lib/plaso/parsers/plist_plugins/spotlight_volume.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/plist_plugins copying build/lib/plaso/parsers/plist_plugins/time_machine.yaml -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/plist_plugins creating build/bdist.openbsd-7.9-amd64/wheel/plaso/parsers/sqlite_plugins copying build/lib/plaso/parsers/sqlite_plugins/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/sqlite_plugins copying build/lib/plaso/parsers/sqlite_plugins/android_app_usage.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/sqlite_plugins copying build/lib/plaso/parsers/sqlite_plugins/android_calls.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/sqlite_plugins copying build/lib/plaso/parsers/sqlite_plugins/android_hangouts.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/sqlite_plugins copying build/lib/plaso/parsers/sqlite_plugins/android_sms.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/sqlite_plugins copying build/lib/plaso/parsers/sqlite_plugins/android_tango.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/sqlite_plugins copying build/lib/plaso/parsers/sqlite_plugins/android_turbo.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/sqlite_plugins copying build/lib/plaso/parsers/sqlite_plugins/android_twitter.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/sqlite_plugins copying build/lib/plaso/parsers/sqlite_plugins/android_webview.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/sqlite_plugins copying build/lib/plaso/parsers/sqlite_plugins/android_webviewcache.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/sqlite_plugins copying build/lib/plaso/parsers/sqlite_plugins/chrome_autofill.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/sqlite_plugins copying build/lib/plaso/parsers/sqlite_plugins/chrome_cookies.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/sqlite_plugins copying build/lib/plaso/parsers/sqlite_plugins/chrome_extension_activity.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/sqlite_plugins copying build/lib/plaso/parsers/sqlite_plugins/chrome_history.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/sqlite_plugins copying build/lib/plaso/parsers/sqlite_plugins/dropbox.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/sqlite_plugins copying build/lib/plaso/parsers/sqlite_plugins/edge_load_statistics.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/sqlite_plugins copying build/lib/plaso/parsers/sqlite_plugins/firefox_cookies.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/sqlite_plugins copying build/lib/plaso/parsers/sqlite_plugins/firefox_downloads.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/sqlite_plugins copying build/lib/plaso/parsers/sqlite_plugins/firefox_history.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/sqlite_plugins copying build/lib/plaso/parsers/sqlite_plugins/gdrive.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/sqlite_plugins copying build/lib/plaso/parsers/sqlite_plugins/imessage.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/sqlite_plugins copying build/lib/plaso/parsers/sqlite_plugins/interface.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/sqlite_plugins copying build/lib/plaso/parsers/sqlite_plugins/ios_datausage.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/sqlite_plugins copying build/lib/plaso/parsers/sqlite_plugins/ios_kik.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/sqlite_plugins copying build/lib/plaso/parsers/sqlite_plugins/ios_netusage.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/sqlite_plugins copying build/lib/plaso/parsers/sqlite_plugins/ios_powerlog.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/sqlite_plugins copying build/lib/plaso/parsers/sqlite_plugins/ios_screentime.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/sqlite_plugins copying build/lib/plaso/parsers/sqlite_plugins/ios_twitter.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/sqlite_plugins copying build/lib/plaso/parsers/sqlite_plugins/kodi.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/sqlite_plugins copying build/lib/plaso/parsers/sqlite_plugins/ls_quarantine.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/sqlite_plugins copying build/lib/plaso/parsers/sqlite_plugins/mackeeper_cache.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/sqlite_plugins copying build/lib/plaso/parsers/sqlite_plugins/macos_appusage.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/sqlite_plugins copying build/lib/plaso/parsers/sqlite_plugins/macos_document_versions.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/sqlite_plugins copying build/lib/plaso/parsers/sqlite_plugins/macos_knowledgec.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/sqlite_plugins copying build/lib/plaso/parsers/sqlite_plugins/macos_notes.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/sqlite_plugins copying build/lib/plaso/parsers/sqlite_plugins/macos_notification_center.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/sqlite_plugins copying build/lib/plaso/parsers/sqlite_plugins/macos_tcc.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/sqlite_plugins copying build/lib/plaso/parsers/sqlite_plugins/safari.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/sqlite_plugins copying build/lib/plaso/parsers/sqlite_plugins/skype.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/sqlite_plugins copying build/lib/plaso/parsers/sqlite_plugins/windows_eventtranscript.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/sqlite_plugins copying build/lib/plaso/parsers/sqlite_plugins/windows_push_notification.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/sqlite_plugins copying build/lib/plaso/parsers/sqlite_plugins/windows_timeline.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/sqlite_plugins copying build/lib/plaso/parsers/sqlite_plugins/zeitgeist.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/sqlite_plugins creating build/bdist.openbsd-7.9-amd64/wheel/plaso/parsers/text_plugins copying build/lib/plaso/parsers/text_plugins/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/text_plugins copying build/lib/plaso/parsers/text_plugins/android_logcat.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/text_plugins copying build/lib/plaso/parsers/text_plugins/apache_access.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/text_plugins copying build/lib/plaso/parsers/text_plugins/apt_history.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/text_plugins copying build/lib/plaso/parsers/text_plugins/aws_elb_access.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/text_plugins copying build/lib/plaso/parsers/text_plugins/bash_history.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/text_plugins copying build/lib/plaso/parsers/text_plugins/confluence_access.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/text_plugins copying build/lib/plaso/parsers/text_plugins/cri.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/text_plugins copying build/lib/plaso/parsers/text_plugins/dpkg.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/text_plugins copying build/lib/plaso/parsers/text_plugins/gdrive_synclog.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/text_plugins copying build/lib/plaso/parsers/text_plugins/google_logging.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/text_plugins copying build/lib/plaso/parsers/text_plugins/iis.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/text_plugins copying build/lib/plaso/parsers/text_plugins/interface.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/text_plugins copying build/lib/plaso/parsers/text_plugins/ios_lockdownd.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/text_plugins copying build/lib/plaso/parsers/text_plugins/ios_logd.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/text_plugins copying build/lib/plaso/parsers/text_plugins/ios_sysdiag_log.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/text_plugins copying build/lib/plaso/parsers/text_plugins/macos_appfirewall.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/text_plugins copying build/lib/plaso/parsers/text_plugins/macos_launchd.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/text_plugins copying build/lib/plaso/parsers/text_plugins/macos_securityd.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/text_plugins copying build/lib/plaso/parsers/text_plugins/macos_wifi.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/text_plugins copying build/lib/plaso/parsers/text_plugins/popcontest.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/text_plugins copying build/lib/plaso/parsers/text_plugins/postgresql.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/text_plugins copying build/lib/plaso/parsers/text_plugins/powershell_transcript.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/text_plugins copying build/lib/plaso/parsers/text_plugins/santa.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/text_plugins copying build/lib/plaso/parsers/text_plugins/sccm.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/text_plugins copying build/lib/plaso/parsers/text_plugins/selinux.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/text_plugins copying build/lib/plaso/parsers/text_plugins/setupapi.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/text_plugins copying build/lib/plaso/parsers/text_plugins/skydrivelog.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/text_plugins copying build/lib/plaso/parsers/text_plugins/snort_fastlog.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/text_plugins copying build/lib/plaso/parsers/text_plugins/sophos_av.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/text_plugins copying build/lib/plaso/parsers/text_plugins/syslog.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/text_plugins copying build/lib/plaso/parsers/text_plugins/teamviewer.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/text_plugins copying build/lib/plaso/parsers/text_plugins/viminfo.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/text_plugins copying build/lib/plaso/parsers/text_plugins/vsftpd.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/text_plugins copying build/lib/plaso/parsers/text_plugins/winfirewall.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/text_plugins copying build/lib/plaso/parsers/text_plugins/xchatlog.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/text_plugins copying build/lib/plaso/parsers/text_plugins/xchatscrollback.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/text_plugins copying build/lib/plaso/parsers/text_plugins/zsh_extended_history.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/text_plugins creating build/bdist.openbsd-7.9-amd64/wheel/plaso/parsers/winreg_plugins copying build/lib/plaso/parsers/winreg_plugins/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/winreg_plugins copying build/lib/plaso/parsers/winreg_plugins/amcache.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/winreg_plugins copying build/lib/plaso/parsers/winreg_plugins/appcompatcache.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/winreg_plugins copying build/lib/plaso/parsers/winreg_plugins/appcompatcache.yaml -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/winreg_plugins copying build/lib/plaso/parsers/winreg_plugins/bagmru.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/winreg_plugins copying build/lib/plaso/parsers/winreg_plugins/bam.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/winreg_plugins copying build/lib/plaso/parsers/winreg_plugins/ccleaner.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/winreg_plugins copying build/lib/plaso/parsers/winreg_plugins/default.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/winreg_plugins copying build/lib/plaso/parsers/winreg_plugins/filetime.yaml -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/winreg_plugins copying build/lib/plaso/parsers/winreg_plugins/interface.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/winreg_plugins copying build/lib/plaso/parsers/winreg_plugins/lfu.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/winreg_plugins copying build/lib/plaso/parsers/winreg_plugins/motherboard_info.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/winreg_plugins copying build/lib/plaso/parsers/winreg_plugins/mountpoints.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/winreg_plugins copying build/lib/plaso/parsers/winreg_plugins/mru.yaml -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/winreg_plugins copying build/lib/plaso/parsers/winreg_plugins/mrulist.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/winreg_plugins copying build/lib/plaso/parsers/winreg_plugins/mrulistex.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/winreg_plugins copying build/lib/plaso/parsers/winreg_plugins/msie_zones.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/winreg_plugins copying build/lib/plaso/parsers/winreg_plugins/network_drives.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/winreg_plugins copying build/lib/plaso/parsers/winreg_plugins/networks.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/winreg_plugins copying build/lib/plaso/parsers/winreg_plugins/officemru.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/winreg_plugins copying build/lib/plaso/parsers/winreg_plugins/outlook.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/winreg_plugins copying build/lib/plaso/parsers/winreg_plugins/run.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/winreg_plugins copying build/lib/plaso/parsers/winreg_plugins/programscache.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/winreg_plugins copying build/lib/plaso/parsers/winreg_plugins/programscache.yaml -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/winreg_plugins copying build/lib/plaso/parsers/winreg_plugins/sam_users.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/winreg_plugins copying build/lib/plaso/parsers/winreg_plugins/sam_users.yaml -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/winreg_plugins copying build/lib/plaso/parsers/winreg_plugins/services.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/winreg_plugins copying build/lib/plaso/parsers/winreg_plugins/shutdown.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/winreg_plugins copying build/lib/plaso/parsers/winreg_plugins/systemtime.yaml -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/winreg_plugins copying build/lib/plaso/parsers/winreg_plugins/task_scheduler.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/winreg_plugins copying build/lib/plaso/parsers/winreg_plugins/task_scheduler.yaml -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/winreg_plugins copying build/lib/plaso/parsers/winreg_plugins/terminal_server.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/winreg_plugins copying build/lib/plaso/parsers/winreg_plugins/timezone.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/winreg_plugins copying build/lib/plaso/parsers/winreg_plugins/typedurls.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/winreg_plugins copying build/lib/plaso/parsers/winreg_plugins/usb.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/winreg_plugins copying build/lib/plaso/parsers/winreg_plugins/usbstor.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/winreg_plugins copying build/lib/plaso/parsers/winreg_plugins/usbstor.yaml -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/winreg_plugins copying build/lib/plaso/parsers/winreg_plugins/userassist.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/winreg_plugins copying build/lib/plaso/parsers/winreg_plugins/userassist.yaml -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/winreg_plugins copying build/lib/plaso/parsers/winreg_plugins/windows_version.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/winreg_plugins copying build/lib/plaso/parsers/winreg_plugins/winlogon.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/winreg_plugins copying build/lib/plaso/parsers/winreg_plugins/winrar.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/parsers/winreg_plugins creating build/bdist.openbsd-7.9-amd64/wheel/plaso/preprocessors copying build/lib/plaso/preprocessors/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/preprocessors copying build/lib/plaso/preprocessors/generic.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/preprocessors copying build/lib/plaso/preprocessors/interface.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/preprocessors copying build/lib/plaso/preprocessors/linux.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/preprocessors copying build/lib/plaso/preprocessors/logger.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/preprocessors copying build/lib/plaso/preprocessors/macos.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/preprocessors copying build/lib/plaso/preprocessors/manager.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/preprocessors copying build/lib/plaso/preprocessors/mediator.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/preprocessors copying build/lib/plaso/preprocessors/mounted_devices.yaml -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/preprocessors copying build/lib/plaso/preprocessors/time_zone_information.yaml -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/preprocessors copying build/lib/plaso/preprocessors/windows.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/preprocessors creating build/bdist.openbsd-7.9-amd64/wheel/plaso/scripts copying build/lib/plaso/scripts/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/scripts copying build/lib/plaso/scripts/image_export.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/scripts copying build/lib/plaso/scripts/log2timeline.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/scripts copying build/lib/plaso/scripts/pinfo.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/scripts copying build/lib/plaso/scripts/psort.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/scripts copying build/lib/plaso/scripts/psteal.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/scripts creating build/bdist.openbsd-7.9-amd64/wheel/plaso/serializer copying build/lib/plaso/serializer/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/serializer copying build/lib/plaso/serializer/json_serializer.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/serializer copying build/lib/plaso/serializer/logger.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/serializer creating build/bdist.openbsd-7.9-amd64/wheel/plaso/single_process copying build/lib/plaso/single_process/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/single_process copying build/lib/plaso/single_process/extraction_engine.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/single_process creating build/bdist.openbsd-7.9-amd64/wheel/plaso/storage copying build/lib/plaso/storage/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/storage copying build/lib/plaso/storage/factory.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/storage copying build/lib/plaso/storage/logger.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/storage copying build/lib/plaso/storage/reader.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/storage copying build/lib/plaso/storage/serializers.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/storage copying build/lib/plaso/storage/time_range.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/storage copying build/lib/plaso/storage/writer.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/storage creating build/bdist.openbsd-7.9-amd64/wheel/plaso/storage/fake copying build/lib/plaso/storage/fake/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/storage/fake copying build/lib/plaso/storage/fake/event_heap.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/storage/fake copying build/lib/plaso/storage/fake/fake_store.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/storage/fake copying build/lib/plaso/storage/fake/writer.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/storage/fake creating build/bdist.openbsd-7.9-amd64/wheel/plaso/storage/redis copying build/lib/plaso/storage/redis/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/storage/redis copying build/lib/plaso/storage/redis/reader.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/storage/redis copying build/lib/plaso/storage/redis/redis_store.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/storage/redis copying build/lib/plaso/storage/redis/writer.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/storage/redis creating build/bdist.openbsd-7.9-amd64/wheel/plaso/storage/sqlite copying build/lib/plaso/storage/sqlite/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/storage/sqlite copying build/lib/plaso/storage/sqlite/reader.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/storage/sqlite copying build/lib/plaso/storage/sqlite/sqlite_file.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/storage/sqlite copying build/lib/plaso/storage/sqlite/writer.py -> build/bdist.openbsd-7.9-amd64/wheel/./plaso/storage/sqlite running install_egg_info Copying plaso.egg-info to build/bdist.openbsd-7.9-amd64/wheel/./plaso-20260119-py3.13.egg-info running install_scripts creating build/bdist.openbsd-7.9-amd64/wheel/plaso-20260119.dist-info/WHEEL creating '/exopi-obj/pobj/plaso-20260119/plaso-20260119/dist/.tmp-12cq37un/plaso-20260119-py3-none-any.whl' and adding 'build/bdist.openbsd-7.9-amd64/wheel' to it adding 'plaso/__init__.py' adding 'plaso/dependencies.py' adding 'plaso/analysis/__init__.py' adding 'plaso/analysis/bloom.py' adding 'plaso/analysis/browser_search.py' adding 'plaso/analysis/chrome_extension.py' adding 'plaso/analysis/definitions.py' adding 'plaso/analysis/hash_tagging.py' adding 'plaso/analysis/interface.py' adding 'plaso/analysis/logger.py' adding 'plaso/analysis/manager.py' adding 'plaso/analysis/mediator.py' adding 'plaso/analysis/nsrlsvr.py' adding 'plaso/analysis/sessionize.py' adding 'plaso/analysis/tagging.py' adding 'plaso/analysis/test_memory.py' adding 'plaso/analysis/unique_domains_visited.py' adding 'plaso/analysis/viper.py' adding 'plaso/analysis/virustotal.py' adding 'plaso/analyzers/__init__.py' adding 'plaso/analyzers/hashing_analyzer.py' adding 'plaso/analyzers/interface.py' adding 'plaso/analyzers/logger.py' adding 'plaso/analyzers/manager.py' adding 'plaso/analyzers/yara_analyzer.py' adding 'plaso/analyzers/hashers/__init__.py' adding 'plaso/analyzers/hashers/entropy.py' adding 'plaso/analyzers/hashers/interface.py' adding 'plaso/analyzers/hashers/manager.py' adding 'plaso/analyzers/hashers/md5.py' adding 'plaso/analyzers/hashers/sha1.py' adding 'plaso/analyzers/hashers/sha256.py' adding 'plaso/cli/__init__.py' adding 'plaso/cli/analysis_tool.py' adding 'plaso/cli/extraction_tool.py' adding 'plaso/cli/image_export_tool.py' adding 'plaso/cli/log2timeline_tool.py' adding 'plaso/cli/logger.py' adding 'plaso/cli/pinfo_tool.py' adding 'plaso/cli/psort_tool.py' adding 'plaso/cli/psteal_tool.py' adding 'plaso/cli/status_view.py' adding 'plaso/cli/storage_media_tool.py' adding 'plaso/cli/time_slices.py' adding 'plaso/cli/tool_options.py' adding 'plaso/cli/tools.py' adding 'plaso/cli/views.py' adding 'plaso/cli/helpers/__init__.py' adding 'plaso/cli/helpers/analysis_plugins.py' adding 'plaso/cli/helpers/archives.py' adding 'plaso/cli/helpers/artifact_definitions.py' adding 'plaso/cli/helpers/artifact_filters.py' adding 'plaso/cli/helpers/bloom_analysis.py' adding 'plaso/cli/helpers/codepage.py' adding 'plaso/cli/helpers/data_location.py' adding 'plaso/cli/helpers/date_filters.py' adding 'plaso/cli/helpers/dynamic_output.py' adding 'plaso/cli/helpers/event_filters.py' adding 'plaso/cli/helpers/extraction.py' adding 'plaso/cli/helpers/filter_file.py' adding 'plaso/cli/helpers/hashers.py' adding 'plaso/cli/helpers/interface.py' adding 'plaso/cli/helpers/language.py' adding 'plaso/cli/helpers/manager.py' adding 'plaso/cli/helpers/nsrlsvr_analysis.py' adding 'plaso/cli/helpers/opensearch_output.py' adding 'plaso/cli/helpers/opensearch_ts_output.py' adding 'plaso/cli/helpers/output_modules.py' adding 'plaso/cli/helpers/parsers.py' adding 'plaso/cli/helpers/process_resources.py' adding 'plaso/cli/helpers/profiling.py' adding 'plaso/cli/helpers/sessionize_analysis.py' adding 'plaso/cli/helpers/status_view.py' adding 'plaso/cli/helpers/storage_format.py' adding 'plaso/cli/helpers/tagging_analysis.py' adding 'plaso/cli/helpers/temporary_directory.py' adding 'plaso/cli/helpers/vfs_backend.py' adding 'plaso/cli/helpers/viper_analysis.py' adding 'plaso/cli/helpers/virustotal_analysis.py' adding 'plaso/cli/helpers/workers.py' adding 'plaso/cli/helpers/xlsx_output.py' adding 'plaso/cli/helpers/yara_rules.py' adding 'plaso/containers/__init__.py' adding 'plaso/containers/analysis_results.py' adding 'plaso/containers/analyzer_result.py' adding 'plaso/containers/artifacts.py' adding 'plaso/containers/counts.py' adding 'plaso/containers/event_sources.py' adding 'plaso/containers/events.py' adding 'plaso/containers/plist_event.py' adding 'plaso/containers/reports.py' adding 'plaso/containers/sessions.py' adding 'plaso/containers/tasks.py' adding 'plaso/containers/warnings.py' adding 'plaso/containers/windows_events.py' adding 'plaso/data/filter_no_winsxs.yaml' adding 'plaso/data/filter_windows.yaml' adding 'plaso/data/opensearch.mappings' adding 'plaso/data/presets.yaml' adding 'plaso/data/signatures.conf' adding 'plaso/data/tag_linux.txt' adding 'plaso/data/tag_macos.txt' adding 'plaso/data/tag_windows.txt' adding 'plaso/data/timeliner.yaml' adding 'plaso/data/winevt-rc.db' adding 'plaso/data/formatters/android.yaml' adding 'plaso/data/formatters/antivirus.yaml' adding 'plaso/data/formatters/browser.yaml' adding 'plaso/data/formatters/bsm.yaml' adding 'plaso/data/formatters/generic.yaml' adding 'plaso/data/formatters/ios.yaml' adding 'plaso/data/formatters/linux.yaml' adding 'plaso/data/formatters/macos.yaml' adding 'plaso/data/formatters/windows.yaml' adding 'plaso/engine/__init__.py' adding 'plaso/engine/artifact_filters.py' adding 'plaso/engine/artifacts_trie.py' adding 'plaso/engine/configurations.py' adding 'plaso/engine/engine.py' adding 'plaso/engine/extractors.py' adding 'plaso/engine/knowledge_base.py' adding 'plaso/engine/logger.py' adding 'plaso/engine/path_filters.py' adding 'plaso/engine/path_helper.py' adding 'plaso/engine/process_info.py' adding 'plaso/engine/processing_status.py' adding 'plaso/engine/profilers.py' adding 'plaso/engine/tagging_file.py' adding 'plaso/engine/timeliner.py' adding 'plaso/engine/worker.py' adding 'plaso/engine/yaml_filter_file.py' adding 'plaso/engine/yaml_timeliner_file.py' adding 'plaso/filters/__init__.py' adding 'plaso/filters/event_filter.py' adding 'plaso/filters/expression_parser.py' adding 'plaso/filters/expressions.py' adding 'plaso/filters/file_entry.py' adding 'plaso/filters/filters.py' adding 'plaso/filters/logger.py' adding 'plaso/filters/parser_filter.py' adding 'plaso/filters/path_filter.py' adding 'plaso/filters/value_types.py' adding 'plaso/formatters/__init__.py' adding 'plaso/formatters/chrome.py' adding 'plaso/formatters/chrome_preferences.py' adding 'plaso/formatters/default.py' adding 'plaso/formatters/file_system.py' adding 'plaso/formatters/firefox.py' adding 'plaso/formatters/interface.py' adding 'plaso/formatters/logger.py' adding 'plaso/formatters/manager.py' adding 'plaso/formatters/msiecf.py' adding 'plaso/formatters/shell_items.py' adding 'plaso/formatters/winevt.py' adding 'plaso/formatters/winlnk.py' adding 'plaso/formatters/winprefetch.py' adding 'plaso/formatters/winreg.py' adding 'plaso/formatters/yaml_formatters_file.py' adding 'plaso/helpers/__init__.py' adding 'plaso/helpers/language_tags.py' adding 'plaso/helpers/macos/__init__.py' adding 'plaso/helpers/macos/darwin.py' adding 'plaso/helpers/windows/__init__.py' adding 'plaso/helpers/windows/eventlog_providers.py' adding 'plaso/helpers/windows/known_folders.py' adding 'plaso/helpers/windows/languages.py' adding 'plaso/helpers/windows/resource_files.py' adding 'plaso/helpers/windows/shell_folders.py' adding 'plaso/helpers/windows/time_zones.py' adding 'plaso/lib/__init__.py' adding 'plaso/lib/bufferlib.py' adding 'plaso/lib/cookie_plugins_helper.py' adding 'plaso/lib/dateless_helper.py' adding 'plaso/lib/decorators.py' adding 'plaso/lib/definitions.py' adding 'plaso/lib/dtfabric_helper.py' adding 'plaso/lib/errors.py' adding 'plaso/lib/line_reader_file.py' adding 'plaso/lib/loggers.py' adding 'plaso/lib/plist.py' adding 'plaso/lib/specification.py' adding 'plaso/multi_process/__init__.py' adding 'plaso/multi_process/analysis_engine.py' adding 'plaso/multi_process/analysis_process.py' adding 'plaso/multi_process/base_process.py' adding 'plaso/multi_process/engine.py' adding 'plaso/multi_process/extraction_engine.py' adding 'plaso/multi_process/extraction_process.py' adding 'plaso/multi_process/logger.py' adding 'plaso/multi_process/merge_helpers.py' adding 'plaso/multi_process/output_engine.py' adding 'plaso/multi_process/plaso_queue.py' adding 'plaso/multi_process/plaso_xmlrpc.py' adding 'plaso/multi_process/rpc.py' adding 'plaso/multi_process/task_engine.py' adding 'plaso/multi_process/task_manager.py' adding 'plaso/multi_process/task_process.py' adding 'plaso/multi_process/zeromq_queue.py' adding 'plaso/output/__init__.py' adding 'plaso/output/dynamic.py' adding 'plaso/output/formatting_helper.py' adding 'plaso/output/interface.py' adding 'plaso/output/json_line.py' adding 'plaso/output/json_out.py' adding 'plaso/output/kml.py' adding 'plaso/output/l2t_csv.py' adding 'plaso/output/logger.py' adding 'plaso/output/manager.py' adding 'plaso/output/mediator.py' adding 'plaso/output/null.py' adding 'plaso/output/opensearch.py' adding 'plaso/output/opensearch_ts.py' adding 'plaso/output/rawpy.py' adding 'plaso/output/shared_dsv.py' adding 'plaso/output/shared_json.py' adding 'plaso/output/shared_opensearch.py' adding 'plaso/output/text_file.py' adding 'plaso/output/tln.py' adding 'plaso/output/winevt_rc.py' adding 'plaso/output/xlsx.py' adding 'plaso/parsers/__init__.py' adding 'plaso/parsers/android_app_usage.py' adding 'plaso/parsers/asl.py' adding 'plaso/parsers/asl.yaml' adding 'plaso/parsers/aul_dsc.yaml' adding 'plaso/parsers/aul_timesync.yaml' adding 'plaso/parsers/aul_tracev3.yaml' adding 'plaso/parsers/aul_uuidtext.yaml' adding 'plaso/parsers/bencode_parser.py' adding 'plaso/parsers/bodyfile.py' adding 'plaso/parsers/bsm.py' adding 'plaso/parsers/bsm.yaml' adding 'plaso/parsers/chrome_cache.py' adding 'plaso/parsers/chrome_cache.yaml' adding 'plaso/parsers/chrome_preferences.py' adding 'plaso/parsers/cups_ipp.py' adding 'plaso/parsers/cups_ipp.yaml' adding 'plaso/parsers/custom_destinations.py' adding 'plaso/parsers/custom_destinations.yaml' adding 'plaso/parsers/czip.py' adding 'plaso/parsers/dsv_parser.py' adding 'plaso/parsers/esedb.py' adding 'plaso/parsers/filestat.py' adding 'plaso/parsers/firefox_cache.py' adding 'plaso/parsers/firefox_cache.yaml' adding 'plaso/parsers/fish_history.py' adding 'plaso/parsers/fseventsd.py' adding 'plaso/parsers/fseventsd.yaml' adding 'plaso/parsers/interface.py' adding 'plaso/parsers/java_idx.py' adding 'plaso/parsers/java_idx.yaml' adding 'plaso/parsers/jsonl_parser.py' adding 'plaso/parsers/locate.py' adding 'plaso/parsers/locate.yaml' adding 'plaso/parsers/logger.py' adding 'plaso/parsers/macos_core_location.yaml' adding 'plaso/parsers/macos_keychain.py' adding 'plaso/parsers/macos_keychain.yaml' adding 'plaso/parsers/macos_mdns.yaml' adding 'plaso/parsers/macos_open_directory.yaml' adding 'plaso/parsers/manager.py' adding 'plaso/parsers/mcafeeav.py' adding 'plaso/parsers/mediator.py' adding 'plaso/parsers/msiecf.py' adding 'plaso/parsers/networkminer.py' adding 'plaso/parsers/ntfs.py' adding 'plaso/parsers/ntfs.yaml' adding 'plaso/parsers/olecf.py' adding 'plaso/parsers/onedrive.py' adding 'plaso/parsers/onedrive.yaml' adding 'plaso/parsers/opera.py' adding 'plaso/parsers/pe.py' adding 'plaso/parsers/pe_resources.yaml' adding 'plaso/parsers/plist.py' adding 'plaso/parsers/pls_recall.py' adding 'plaso/parsers/pls_recall.yaml' adding 'plaso/parsers/plugins.py' adding 'plaso/parsers/presets.py' adding 'plaso/parsers/recycler.py' adding 'plaso/parsers/recycler.yaml' adding 'plaso/parsers/safari_cookies.py' adding 'plaso/parsers/safari_cookies.yaml' adding 'plaso/parsers/spotlight_storedb.py' adding 'plaso/parsers/spotlight_storedb.yaml' adding 'plaso/parsers/sqlite.py' adding 'plaso/parsers/symantec.py' adding 'plaso/parsers/systemd_journal.py' adding 'plaso/parsers/systemd_journal.yaml' adding 'plaso/parsers/text_parser.py' adding 'plaso/parsers/trendmicroav.py' adding 'plaso/parsers/unified_logging.py' adding 'plaso/parsers/utmp.py' adding 'plaso/parsers/utmp.yaml' adding 'plaso/parsers/utmpx.py' adding 'plaso/parsers/wincc.py' adding 'plaso/parsers/windefender_history.py' adding 'plaso/parsers/windefender_history.yaml' adding 'plaso/parsers/windows_nt.yaml' adding 'plaso/parsers/winevt.py' adding 'plaso/parsers/winevtx.py' adding 'plaso/parsers/winjob.py' adding 'plaso/parsers/winjob.yaml' adding 'plaso/parsers/winlnk.py' adding 'plaso/parsers/winpca.py' adding 'plaso/parsers/winprefetch.py' adding 'plaso/parsers/winreg_parser.py' adding 'plaso/parsers/winrestore.py' adding 'plaso/parsers/winrestore.yaml' adding 'plaso/parsers/bencode_plugins/__init__.py' adding 'plaso/parsers/bencode_plugins/interface.py' adding 'plaso/parsers/bencode_plugins/transmission.py' adding 'plaso/parsers/bencode_plugins/utorrent.py' adding 'plaso/parsers/cookie_plugins/__init__.py' adding 'plaso/parsers/cookie_plugins/ganalytics.py' adding 'plaso/parsers/cookie_plugins/interface.py' adding 'plaso/parsers/cookie_plugins/manager.py' adding 'plaso/parsers/czip_plugins/__init__.py' adding 'plaso/parsers/czip_plugins/interface.py' adding 'plaso/parsers/czip_plugins/oxml.py' adding 'plaso/parsers/esedb_plugins/__init__.py' adding 'plaso/parsers/esedb_plugins/file_history.py' adding 'plaso/parsers/esedb_plugins/interface.py' adding 'plaso/parsers/esedb_plugins/msie_webcache.py' adding 'plaso/parsers/esedb_plugins/srum.py' adding 'plaso/parsers/esedb_plugins/types.yaml' adding 'plaso/parsers/esedb_plugins/user_access_logging.py' adding 'plaso/parsers/jsonl_plugins/__init__.py' adding 'plaso/parsers/jsonl_plugins/aws_cloudtrail_log.py' adding 'plaso/parsers/jsonl_plugins/azure_activity_log.py' adding 'plaso/parsers/jsonl_plugins/azure_application_gateway_log.py' adding 'plaso/parsers/jsonl_plugins/docker_container_config.py' adding 'plaso/parsers/jsonl_plugins/docker_container_log.py' adding 'plaso/parsers/jsonl_plugins/docker_layer_config.py' adding 'plaso/parsers/jsonl_plugins/gcp_log.py' adding 'plaso/parsers/jsonl_plugins/interface.py' adding 'plaso/parsers/jsonl_plugins/ios_app_privacy.py' adding 'plaso/parsers/jsonl_plugins/microsoft365_audit_log.py' adding 'plaso/parsers/olecf_plugins/__init__.py' adding 'plaso/parsers/olecf_plugins/automatic_destinations.py' adding 'plaso/parsers/olecf_plugins/automatic_destinations.yaml' adding 'plaso/parsers/olecf_plugins/default.py' adding 'plaso/parsers/olecf_plugins/interface.py' adding 'plaso/parsers/olecf_plugins/summary.py' adding 'plaso/parsers/plist_plugins/__init__.py' adding 'plaso/parsers/plist_plugins/airport.py' adding 'plaso/parsers/plist_plugins/alias_data.yaml' adding 'plaso/parsers/plist_plugins/apple_account.py' adding 'plaso/parsers/plist_plugins/bluetooth.py' adding 'plaso/parsers/plist_plugins/bookmark_data.yaml' adding 'plaso/parsers/plist_plugins/default.py' adding 'plaso/parsers/plist_plugins/install_history.py' adding 'plaso/parsers/plist_plugins/interface.py' adding 'plaso/parsers/plist_plugins/ios_carplay.py' adding 'plaso/parsers/plist_plugins/ios_identityservices.py' adding 'plaso/parsers/plist_plugins/ipod.py' adding 'plaso/parsers/plist_plugins/launchd.py' adding 'plaso/parsers/plist_plugins/macos_background_items.py' adding 'plaso/parsers/plist_plugins/macos_login_items.py' adding 'plaso/parsers/plist_plugins/macos_login_window.py' adding 'plaso/parsers/plist_plugins/macos_startup_item.py' adding 'plaso/parsers/plist_plugins/macos_user.py' adding 'plaso/parsers/plist_plugins/safari_downloads.py' adding 'plaso/parsers/plist_plugins/safari_history.py' adding 'plaso/parsers/plist_plugins/software_update.py' adding 'plaso/parsers/plist_plugins/spotlight_searched_terms.py' adding 'plaso/parsers/plist_plugins/spotlight_volume.py' adding 'plaso/parsers/plist_plugins/time_machine.py' adding 'plaso/parsers/plist_plugins/time_machine.yaml' adding 'plaso/parsers/shared/__init__.py' adding 'plaso/parsers/shared/shell_items.py' adding 'plaso/parsers/sqlite_plugins/__init__.py' adding 'plaso/parsers/sqlite_plugins/android_app_usage.py' adding 'plaso/parsers/sqlite_plugins/android_calls.py' adding 'plaso/parsers/sqlite_plugins/android_hangouts.py' adding 'plaso/parsers/sqlite_plugins/android_sms.py' adding 'plaso/parsers/sqlite_plugins/android_tango.py' adding 'plaso/parsers/sqlite_plugins/android_turbo.py' adding 'plaso/parsers/sqlite_plugins/android_twitter.py' adding 'plaso/parsers/sqlite_plugins/android_webview.py' adding 'plaso/parsers/sqlite_plugins/android_webviewcache.py' adding 'plaso/parsers/sqlite_plugins/chrome_autofill.py' adding 'plaso/parsers/sqlite_plugins/chrome_cookies.py' adding 'plaso/parsers/sqlite_plugins/chrome_extension_activity.py' adding 'plaso/parsers/sqlite_plugins/chrome_history.py' adding 'plaso/parsers/sqlite_plugins/dropbox.py' adding 'plaso/parsers/sqlite_plugins/edge_load_statistics.py' adding 'plaso/parsers/sqlite_plugins/firefox_cookies.py' adding 'plaso/parsers/sqlite_plugins/firefox_downloads.py' adding 'plaso/parsers/sqlite_plugins/firefox_history.py' adding 'plaso/parsers/sqlite_plugins/gdrive.py' adding 'plaso/parsers/sqlite_plugins/imessage.py' adding 'plaso/parsers/sqlite_plugins/interface.py' adding 'plaso/parsers/sqlite_plugins/ios_datausage.py' adding 'plaso/parsers/sqlite_plugins/ios_kik.py' adding 'plaso/parsers/sqlite_plugins/ios_netusage.py' adding 'plaso/parsers/sqlite_plugins/ios_powerlog.py' adding 'plaso/parsers/sqlite_plugins/ios_screentime.py' adding 'plaso/parsers/sqlite_plugins/ios_twitter.py' adding 'plaso/parsers/sqlite_plugins/kodi.py' adding 'plaso/parsers/sqlite_plugins/ls_quarantine.py' adding 'plaso/parsers/sqlite_plugins/mackeeper_cache.py' adding 'plaso/parsers/sqlite_plugins/macos_appusage.py' adding 'plaso/parsers/sqlite_plugins/macos_document_versions.py' adding 'plaso/parsers/sqlite_plugins/macos_knowledgec.py' adding 'plaso/parsers/sqlite_plugins/macos_notes.py' adding 'plaso/parsers/sqlite_plugins/macos_notification_center.py' adding 'plaso/parsers/sqlite_plugins/macos_tcc.py' adding 'plaso/parsers/sqlite_plugins/safari.py' adding 'plaso/parsers/sqlite_plugins/skype.py' adding 'plaso/parsers/sqlite_plugins/windows_eventtranscript.py' adding 'plaso/parsers/sqlite_plugins/windows_push_notification.py' adding 'plaso/parsers/sqlite_plugins/windows_timeline.py' adding 'plaso/parsers/sqlite_plugins/zeitgeist.py' adding 'plaso/parsers/text_plugins/__init__.py' adding 'plaso/parsers/text_plugins/android_logcat.py' adding 'plaso/parsers/text_plugins/apache_access.py' adding 'plaso/parsers/text_plugins/apt_history.py' adding 'plaso/parsers/text_plugins/aws_elb_access.py' adding 'plaso/parsers/text_plugins/bash_history.py' adding 'plaso/parsers/text_plugins/confluence_access.py' adding 'plaso/parsers/text_plugins/cri.py' adding 'plaso/parsers/text_plugins/dpkg.py' adding 'plaso/parsers/text_plugins/gdrive_synclog.py' adding 'plaso/parsers/text_plugins/google_logging.py' adding 'plaso/parsers/text_plugins/iis.py' adding 'plaso/parsers/text_plugins/interface.py' adding 'plaso/parsers/text_plugins/ios_lockdownd.py' adding 'plaso/parsers/text_plugins/ios_logd.py' adding 'plaso/parsers/text_plugins/ios_sysdiag_log.py' adding 'plaso/parsers/text_plugins/macos_appfirewall.py' adding 'plaso/parsers/text_plugins/macos_launchd.py' adding 'plaso/parsers/text_plugins/macos_securityd.py' adding 'plaso/parsers/text_plugins/macos_wifi.py' adding 'plaso/parsers/text_plugins/popcontest.py' adding 'plaso/parsers/text_plugins/postgresql.py' adding 'plaso/parsers/text_plugins/powershell_transcript.py' adding 'plaso/parsers/text_plugins/santa.py' adding 'plaso/parsers/text_plugins/sccm.py' adding 'plaso/parsers/text_plugins/selinux.py' adding 'plaso/parsers/text_plugins/setupapi.py' adding 'plaso/parsers/text_plugins/skydrivelog.py' adding 'plaso/parsers/text_plugins/snort_fastlog.py' adding 'plaso/parsers/text_plugins/sophos_av.py' adding 'plaso/parsers/text_plugins/syslog.py' adding 'plaso/parsers/text_plugins/teamviewer.py' adding 'plaso/parsers/text_plugins/viminfo.py' adding 'plaso/parsers/text_plugins/vsftpd.py' adding 'plaso/parsers/text_plugins/winfirewall.py' adding 'plaso/parsers/text_plugins/xchatlog.py' adding 'plaso/parsers/text_plugins/xchatscrollback.py' adding 'plaso/parsers/text_plugins/zsh_extended_history.py' adding 'plaso/parsers/winreg_plugins/__init__.py' adding 'plaso/parsers/winreg_plugins/amcache.py' adding 'plaso/parsers/winreg_plugins/appcompatcache.py' adding 'plaso/parsers/winreg_plugins/appcompatcache.yaml' adding 'plaso/parsers/winreg_plugins/bagmru.py' adding 'plaso/parsers/winreg_plugins/bam.py' adding 'plaso/parsers/winreg_plugins/ccleaner.py' adding 'plaso/parsers/winreg_plugins/default.py' adding 'plaso/parsers/winreg_plugins/filetime.yaml' adding 'plaso/parsers/winreg_plugins/interface.py' adding 'plaso/parsers/winreg_plugins/lfu.py' adding 'plaso/parsers/winreg_plugins/motherboard_info.py' adding 'plaso/parsers/winreg_plugins/mountpoints.py' adding 'plaso/parsers/winreg_plugins/mru.yaml' adding 'plaso/parsers/winreg_plugins/mrulist.py' adding 'plaso/parsers/winreg_plugins/mrulistex.py' adding 'plaso/parsers/winreg_plugins/msie_zones.py' adding 'plaso/parsers/winreg_plugins/network_drives.py' adding 'plaso/parsers/winreg_plugins/networks.py' adding 'plaso/parsers/winreg_plugins/officemru.py' adding 'plaso/parsers/winreg_plugins/outlook.py' adding 'plaso/parsers/winreg_plugins/programscache.py' adding 'plaso/parsers/winreg_plugins/programscache.yaml' adding 'plaso/parsers/winreg_plugins/run.py' adding 'plaso/parsers/winreg_plugins/sam_users.py' adding 'plaso/parsers/winreg_plugins/sam_users.yaml' adding 'plaso/parsers/winreg_plugins/services.py' adding 'plaso/parsers/winreg_plugins/shutdown.py' adding 'plaso/parsers/winreg_plugins/systemtime.yaml' adding 'plaso/parsers/winreg_plugins/task_scheduler.py' adding 'plaso/parsers/winreg_plugins/task_scheduler.yaml' adding 'plaso/parsers/winreg_plugins/terminal_server.py' adding 'plaso/parsers/winreg_plugins/timezone.py' adding 'plaso/parsers/winreg_plugins/typedurls.py' adding 'plaso/parsers/winreg_plugins/usb.py' adding 'plaso/parsers/winreg_plugins/usbstor.py' adding 'plaso/parsers/winreg_plugins/usbstor.yaml' adding 'plaso/parsers/winreg_plugins/userassist.py' adding 'plaso/parsers/winreg_plugins/userassist.yaml' adding 'plaso/parsers/winreg_plugins/windows_version.py' adding 'plaso/parsers/winreg_plugins/winlogon.py' adding 'plaso/parsers/winreg_plugins/winrar.py' adding 'plaso/preprocessors/__init__.py' adding 'plaso/preprocessors/generic.py' adding 'plaso/preprocessors/interface.py' adding 'plaso/preprocessors/linux.py' adding 'plaso/preprocessors/logger.py' adding 'plaso/preprocessors/macos.py' adding 'plaso/preprocessors/manager.py' adding 'plaso/preprocessors/mediator.py' adding 'plaso/preprocessors/mounted_devices.yaml' adding 'plaso/preprocessors/time_zone_information.yaml' adding 'plaso/preprocessors/windows.py' adding 'plaso/scripts/__init__.py' adding 'plaso/scripts/image_export.py' adding 'plaso/scripts/log2timeline.py' adding 'plaso/scripts/pinfo.py' adding 'plaso/scripts/psort.py' adding 'plaso/scripts/psteal.py' adding 'plaso/serializer/__init__.py' adding 'plaso/serializer/json_serializer.py' adding 'plaso/serializer/logger.py' adding 'plaso/single_process/__init__.py' adding 'plaso/single_process/extraction_engine.py' adding 'plaso/storage/__init__.py' adding 'plaso/storage/factory.py' adding 'plaso/storage/logger.py' adding 'plaso/storage/reader.py' adding 'plaso/storage/serializers.py' adding 'plaso/storage/time_range.py' adding 'plaso/storage/writer.py' adding 'plaso/storage/fake/__init__.py' adding 'plaso/storage/fake/event_heap.py' adding 'plaso/storage/fake/fake_store.py' adding 'plaso/storage/fake/writer.py' adding 'plaso/storage/redis/__init__.py' adding 'plaso/storage/redis/reader.py' adding 'plaso/storage/redis/redis_store.py' adding 'plaso/storage/redis/writer.py' adding 'plaso/storage/sqlite/__init__.py' adding 'plaso/storage/sqlite/reader.py' adding 'plaso/storage/sqlite/sqlite_file.py' adding 'plaso/storage/sqlite/writer.py' adding 'plaso-20260119.dist-info/licenses/ACKNOWLEDGEMENTS' adding 'plaso-20260119.dist-info/licenses/AUTHORS' adding 'plaso-20260119.dist-info/licenses/LICENSE' adding 'plaso-20260119.dist-info/METADATA' adding 'plaso-20260119.dist-info/WHEEL' adding 'plaso-20260119.dist-info/entry_points.txt' adding 'plaso-20260119.dist-info/top_level.txt' adding 'plaso-20260119.dist-info/RECORD' removing build/bdist.openbsd-7.9-amd64/wheel Successfully built plaso-20260119-py3-none-any.whl >>> Running package in security/plaso at 1775316691.14 ===> security/plaso ===> Faking installation for plaso-20260119 ===> Building package for plaso-20260119 Create /exopi-cvs/ports/packages/amd64/all/plaso-20260119.tgz Creating package plaso-20260119 reading plist| checking dependencies| checking dependencies|archivers/py-lz4 checking dependencies|archivers/py-zstd checking dependencies|databases/py-redis checking dependencies|devel/py-acstore checking dependencies|devel/py-bencode checking dependencies|devel/py-certifi checking dependencies|devel/py-cffi checking dependencies|devel/py-dateutil checking dependencies|devel/py-dtfabric checking dependencies|devel/py-flor checking dependencies|devel/py-parsing checking dependencies|devel/py-tz checking dependencies|devel/py-xlsxwriter checking dependencies|lang/python/3,-main checking dependencies|net/py-zmq checking dependencies|security/libbde checking dependencies|security/libewf checking dependencies|security/py-artifacts checking dependencies|security/py-dfdatetime checking dependencies|security/py-dfvfs checking dependencies|security/py-dfwinreg checking dependencies|security/py-pefile checking dependencies|security/yara/python checking dependencies|sysutils/libesedb checking dependencies|sysutils/libevt checking dependencies|sysutils/libevtx checking dependencies|sysutils/libfsapfs checking dependencies|sysutils/libfsntfs checking dependencies|sysutils/libfvde checking dependencies|sysutils/libfwnt checking dependencies|sysutils/libfwsi checking dependencies|sysutils/liblnk checking dependencies|sysutils/libluksde checking dependencies|sysutils/libmsiecf checking dependencies|sysutils/libolecf checking dependencies|sysutils/libqcow checking dependencies|sysutils/libregf checking dependencies|sysutils/libscca checking dependencies|sysutils/libsigscan checking dependencies|sysutils/libsmdev checking dependencies|sysutils/libsmraw checking dependencies|sysutils/libvhdi checking dependencies|sysutils/libvmdk checking dependencies|sysutils/libvshadow checking dependencies|sysutils/libvslvm checking dependencies|sysutils/libyal/libcaes checking dependencies|sysutils/libyal/libcreg checking dependencies|sysutils/libyal/libfcrypto checking dependencies|sysutils/libyal/libfsext checking dependencies|sysutils/libyal/libfsfat checking dependencies|sysutils/libyal/libfshfs checking dependencies|sysutils/libyal/libfsxfs checking dependencies|sysutils/libyal/libmodi checking dependencies|sysutils/libyal/libphdi checking dependencies|sysutils/libyal/libvsapm checking dependencies|sysutils/libyal/libvsgpt checking dependencies|sysutils/py-psutil checking dependencies|sysutils/py-tsk checking dependencies|textproc/py-defusedxml checking dependencies|www/py-requests checksumming| checksumming| | 0% checksumming| | 1% checksumming|* | 1% checksumming|* | 2% checksumming|** | 3% checksumming|** | 4% checksumming|*** | 4% checksumming|*** | 5% checksumming|*** | 6% checksumming|**** | 6% checksumming|**** | 7% checksumming|***** | 7% checksumming|***** | 8% checksumming|***** | 9% checksumming|****** | 9% checksumming|****** | 10% checksumming|****** | 11% checksumming|******* | 11% checksumming|******* | 12% checksumming|******** | 12% checksumming|******** | 13% checksumming|******** | 14% checksumming|********* | 14% checksumming|********* | 15% checksumming|********* | 16% checksumming|********** | 16% checksumming|********** | 17% checksumming|*********** | 17% checksumming|*********** | 18% checksumming|*********** | 19% checksumming|************ | 19% checksumming|************ | 20% checksumming|************* | 21% checksumming|************* | 22% checksumming|************** | 22% checksumming|************** | 23% checksumming|************** | 24% checksumming|*************** | 24% checksumming|*************** | 25% checksumming|**************** | 25% checksumming|**************** | 26% checksumming|**************** | 27% checksumming|***************** | 27% checksumming|***************** | 28% checksumming|***************** | 29% checksumming|****************** | 29% checksumming|****************** | 30% checksumming|******************* | 30% checksumming|******************* | 31% checksumming|******************* | 32% checksumming|******************** | 32% checksumming|******************** | 33% checksumming|******************** | 34% checksumming|********************* | 34% checksumming|********************* | 35% checksumming|********************** | 35% checksumming|********************** | 36% checksumming|********************** | 37% checksumming|*********************** | 37% checksumming|*********************** | 38% checksumming|************************ | 39% checksumming|************************ | 40% checksumming|************************* | 40% checksumming|************************* | 41% checksumming|************************* | 42% checksumming|************************** | 42% checksumming|************************** | 43% checksumming|*************************** | 43% checksumming|*************************** | 44% checksumming|*************************** | 45% checksumming|**************************** | 45% checksumming|**************************** | 46% checksumming|**************************** | 47% checksumming|***************************** | 47% checksumming|***************************** | 48% checksumming|****************************** | 48% checksumming|****************************** | 49% checksumming|****************************** | 50% checksumming|******************************* | 50% checksumming|******************************* | 51% checksumming|******************************* | 52% checksumming|******************************** | 52% checksumming|******************************** | 53% checksumming|********************************* | 53% checksumming|********************************* | 54% checksumming|********************************* | 55% checksumming|********************************** | 55% checksumming|********************************** | 56% checksumming|********************************** | 57% checksumming|*********************************** | 57% checksumming|*********************************** | 58% checksumming|************************************ | 58% checksumming|************************************ | 59% checksumming|************************************ | 60% checksumming|************************************* | 60% checksumming|************************************* | 61% checksumming|************************************** | 62% checksumming|************************************** | 63% checksumming|*************************************** | 63% checksumming|*************************************** | 64% checksumming|*************************************** | 65% checksumming|**************************************** | 65% checksumming|**************************************** | 66% checksumming|***************************************** | 66% checksumming|***************************************** | 67% checksumming|***************************************** | 68% checksumming|****************************************** | 68% checksumming|****************************************** | 69% checksumming|****************************************** | 70% checksumming|******************************************* | 70% checksumming|******************************************* | 71% checksumming|******************************************** | 71% checksumming|******************************************** | 72% checksumming|******************************************** | 73% checksumming|********************************************* | 73% checksumming|********************************************* | 74% checksumming|********************************************* | 75% checksumming|********************************************** | 75% checksumming|********************************************** | 76% checksumming|*********************************************** | 76% checksumming|*********************************************** | 77% checksumming|*********************************************** | 78% checksumming|************************************************ | 78% checksumming|************************************************ | 79% checksumming|************************************************* | 80% checksumming|************************************************* | 81% checksumming|************************************************** | 81% checksumming|************************************************** | 82% checksumming|************************************************** | 83% checksumming|*************************************************** | 83% checksumming|*************************************************** | 84% checksumming|**************************************************** | 84% checksumming|**************************************************** | 85% checksumming|**************************************************** | 86% checksumming|***************************************************** | 86% checksumming|***************************************************** | 87% checksumming|***************************************************** | 88% checksumming|****************************************************** | 88% checksumming|****************************************************** | 89% checksumming|******************************************************* | 89% checksumming|******************************************************* | 90% checksumming|******************************************************* | 91% checksumming|******************************************************** | 91% checksumming|******************************************************** | 92% checksumming|******************************************************** | 93% checksumming|********************************************************* | 93% checksumming|********************************************************* | 94% checksumming|********************************************************** | 94% checksumming|********************************************************** | 95% checksumming|********************************************************** | 96% checksumming|*********************************************************** | 96% checksumming|*********************************************************** | 97% checksumming|************************************************************ | 98% checksumming|************************************************************ | 99% checksumming|*************************************************************| 99% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|* | 1% archiving|* | 2% archiving|** | 2% archiving|** | 3% archiving|** | 4% archiving|*** | 4% archiving|*** | 5% archiving|**** | 5% archiving|**** | 6% archiving|**** | 7% archiving|***** | 7% archiving|***** | 8% archiving|***** | 9% archiving|****** | 9% archiving|****** | 10% archiving|******* | 10% archiving|******* | 11% archiving|******* | 12% archiving|******** | 12% archiving|******** | 13% archiving|********* | 13% archiving|********* | 14% archiving|********* | 15% archiving|********** | 15% archiving|********** | 16% archiving|*********** | 16% archiving|*********** | 17% archiving|*********** | 18% archiving|************ | 18% archiving|************ | 19% archiving|************ | 20% archiving|************* | 20% archiving|************* | 21% archiving|************** | 21% archiving|************** | 22% archiving|************** | 23% archiving|*************** | 23% archiving|*************** | 24% archiving|**************** | 24% archiving|**************** | 25% archiving|**************** | 26% archiving|***************** | 26% archiving|***************** | 27% archiving|****************** | 27% archiving|****************** | 28% archiving|****************** | 29% archiving|******************* | 29% archiving|******************* | 30% archiving|******************** | 30% archiving|******************** | 31% archiving|******************** | 32% archiving|********************* | 32% archiving|********************* | 33% archiving|********************* | 34% archiving|********************** | 34% archiving|********************** | 35% archiving|*********************** | 35% archiving|*********************** | 36% archiving|*********************** | 37% archiving|************************ | 37% archiving|************************ | 38% archiving|************************* | 38% archiving|************************* | 39% archiving|************************* | 40% archiving|************************** | 40% archiving|************************** | 41% archiving|*************************** | 41% archiving|*************************** | 42% archiving|*************************** | 43% archiving|**************************** | 43% archiving|**************************** | 44% archiving|********************************** | 53% archiving|**************************************** | 63% archiving|********************************************** | 72% archiving|**************************************************** | 82% archiving|****************************************************** | 85% archiving|******************************************************* | 85% archiving|******************************************************* | 86% archiving|******************************************************* | 87% archiving|******************************************************** | 87% archiving|******************************************************** | 88% archiving|********************************************************* | 88% archiving|********************************************************* | 89% archiving|********************************************************* | 90% archiving|********************************************************** | 90% archiving|********************************************************** | 91% archiving|*********************************************************** | 91% archiving|*********************************************************** | 92% archiving|*********************************************************** | 93% archiving|************************************************************ | 93% archiving|************************************************************ | 94% archiving|************************************************************* | 95% archiving|************************************************************* | 96% archiving|************************************************************** | 96% archiving|************************************************************** | 97% archiving|************************************************************** | 98% archiving|*************************************************************** | 98% archiving|*************************************************************** | 99% archiving|****************************************************************| 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/plaso-20260119.tgz >>> Running clean in security/plaso at 1775316722.88 ===> security/plaso ===> Cleaning for plaso-20260119 >>> Ended at 1775316723.55 max_stuck=3.83/depends=2.44/show-prepare-results=1.09/extract=8.49/build=4.84/package=31.74/clean=0.71