===> Building for py310-spark-parser-1.9.0 * Building wheel... /opt/pkg/lib/python3.10/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated !! ******************************************************************************** Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0). By 2026-Feb-18, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! corresp(dist, value, root_dir) /opt/pkg/lib/python3.10/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! dist._finalize_license_expression() /opt/pkg/lib/python3.10/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running bdist_wheel running build running build_py file example.py (for module example) not found creating build/lib/spark_parser copying spark_parser/__init__.py -> build/lib/spark_parser copying spark_parser/ast.py -> build/lib/spark_parser copying spark_parser/scanner.py -> build/lib/spark_parser copying spark_parser/spark.py -> build/lib/spark_parser copying spark_parser/version.py -> build/lib/spark_parser running egg_info writing spark_parser.egg-info/PKG-INFO writing dependency_links to spark_parser.egg-info/dependency_links.txt writing entry points to spark_parser.egg-info/entry_points.txt writing requirements to spark_parser.egg-info/requires.txt writing top-level names to spark_parser.egg-info/top_level.txt file example.py (for module example) not found reading manifest file 'spark_parser.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*' under directory 'example' adding license file 'LICENSE' writing manifest file 'spark_parser.egg-info/SOURCES.txt' /opt/pkg/lib/python3.10/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'spark_parser.bin' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'spark_parser.bin' 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 'spark_parser.bin' 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 'spark_parser.bin' to be distributed and are already explicitly excluding 'spark_parser.bin' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/pkg/lib/python3.10/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'spark_parser.example' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'spark_parser.example' 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 'spark_parser.example' 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 'spark_parser.example' to be distributed and are already explicitly excluding 'spark_parser.example' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/pkg/lib/python3.10/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'spark_parser.example.expr' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'spark_parser.example.expr' 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 'spark_parser.example.expr' 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 'spark_parser.example.expr' to be distributed and are already explicitly excluding 'spark_parser.example.expr' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/pkg/lib/python3.10/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'spark_parser.example.expr2' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'spark_parser.example.expr2' 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 'spark_parser.example.expr2' 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 'spark_parser.example.expr2' to be distributed and are already explicitly excluding 'spark_parser.example.expr2' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/pkg/lib/python3.10/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'spark_parser.example.python2' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'spark_parser.example.python2' 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 'spark_parser.example.python2' 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 'spark_parser.example.python2' to be distributed and are already explicitly excluding 'spark_parser.example.python2' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/pkg/lib/python3.10/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'spark_parser.example.python2.test' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'spark_parser.example.python2.test' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'spark_parser.example.python2.test' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'spark_parser.example.python2.test' to be distributed and are already explicitly excluding 'spark_parser.example.python2.test' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/pkg/lib/python3.10/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'spark_parser.example.python2.test.format' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'spark_parser.example.python2.test.format' 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 'spark_parser.example.python2.test.format' 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 'spark_parser.example.python2.test.format' to be distributed and are already explicitly excluding 'spark_parser.example.python2.test.format' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/pkg/lib/python3.10/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'spark_parser.example.python2.test.parse' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'spark_parser.example.python2.test.parse' 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 'spark_parser.example.python2.test.parse' 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 'spark_parser.example.python2.test.parse' to be distributed and are already explicitly excluding 'spark_parser.example.python2.test.parse' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/pkg/lib/python3.10/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'spark_parser.example.python2.test.scan' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'spark_parser.example.python2.test.scan' 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 'spark_parser.example.python2.test.scan' 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 'spark_parser.example.python2.test.scan' to be distributed and are already explicitly excluding 'spark_parser.example.python2.test.scan' 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/spark_parser/bin copying spark_parser/bin/__init__.py -> build/lib/spark_parser/bin copying spark_parser/bin/parser_coverage.py -> build/lib/spark_parser/bin creating build/lib/spark_parser/example copying spark_parser/example/__init__.py -> build/lib/spark_parser/example creating build/lib/spark_parser/example/expr copying spark_parser/example/expr/expr.py -> build/lib/spark_parser/example/expr creating build/lib/spark_parser/example/expr2 copying spark_parser/example/expr2/__init__.py -> build/lib/spark_parser/example/expr2 copying spark_parser/example/expr2/eval.py -> build/lib/spark_parser/example/expr2 copying spark_parser/example/expr2/expr_parser.py -> build/lib/spark_parser/example/expr2 copying spark_parser/example/expr2/scanner.py -> build/lib/spark_parser/example/expr2 copying spark_parser/example/expr2/test_grammar.py -> build/lib/spark_parser/example/expr2 creating build/lib/spark_parser/example/gdb-loc copying spark_parser/example/gdb-loc/setup.py -> build/lib/spark_parser/example/gdb-loc creating build/lib/spark_parser/example/gdb-loc/gdbloc copying spark_parser/example/gdb-loc/gdbloc/__init__.py -> build/lib/spark_parser/example/gdb-loc/gdbloc copying spark_parser/example/gdb-loc/gdbloc/parser.py -> build/lib/spark_parser/example/gdb-loc/gdbloc copying spark_parser/example/gdb-loc/gdbloc/scanner.py -> build/lib/spark_parser/example/gdb-loc/gdbloc copying spark_parser/example/gdb-loc/gdbloc/semantics.py -> build/lib/spark_parser/example/gdb-loc/gdbloc copying spark_parser/example/gdb-loc/gdbloc/tok.py -> build/lib/spark_parser/example/gdb-loc/gdbloc creating build/lib/spark_parser/example/gdb-loc/pytest copying spark_parser/example/gdb-loc/pytest/test_parser.py -> build/lib/spark_parser/example/gdb-loc/pytest copying spark_parser/example/gdb-loc/pytest/test_scanner.py -> build/lib/spark_parser/example/gdb-loc/pytest copying spark_parser/example/gdb-loc/pytest/test_semantics.py -> build/lib/spark_parser/example/gdb-loc/pytest creating build/lib/spark_parser/example/python2 copying spark_parser/example/python2/__init__.py -> build/lib/spark_parser/example/python2 copying spark_parser/example/python2/format-python.py -> build/lib/spark_parser/example/python2 copying spark_parser/example/python2/py2_format.py -> build/lib/spark_parser/example/python2 copying spark_parser/example/python2/py2_parser.py -> build/lib/spark_parser/example/python2 copying spark_parser/example/python2/py2_scan.py -> build/lib/spark_parser/example/python2 copying spark_parser/example/python2/py2_token.py -> build/lib/spark_parser/example/python2 copying spark_parser/example/python2/reflow.py -> build/lib/spark_parser/example/python2 creating build/lib/spark_parser/example/python2/test copying spark_parser/example/python2/test/helper.py -> build/lib/spark_parser/example/python2/test copying spark_parser/example/python2/test/test_class.py -> build/lib/spark_parser/example/python2/test copying spark_parser/example/python2/test/test_format.py -> build/lib/spark_parser/example/python2/test copying spark_parser/example/python2/test/test_format_inline.py -> build/lib/spark_parser/example/python2/test copying spark_parser/example/python2/test/test_parse.py -> build/lib/spark_parser/example/python2/test copying spark_parser/example/python2/test/test_parse_inline.py -> build/lib/spark_parser/example/python2/test copying spark_parser/example/python2/test/test_scan.py -> build/lib/spark_parser/example/python2/test copying spark_parser/example/python2/test/test_scan_inline.py -> build/lib/spark_parser/example/python2/test creating build/lib/spark_parser/example/python2/test/format copying spark_parser/example/python2/test/format/assert.py -> build/lib/spark_parser/example/python2/test/format copying spark_parser/example/python2/test/format/def.py -> build/lib/spark_parser/example/python2/test/format copying spark_parser/example/python2/test/format/exec.py -> build/lib/spark_parser/example/python2/test/format copying spark_parser/example/python2/test/format/expr.py -> build/lib/spark_parser/example/python2/test/format copying spark_parser/example/python2/test/format/global.py -> build/lib/spark_parser/example/python2/test/format copying spark_parser/example/python2/test/format/if.py -> build/lib/spark_parser/example/python2/test/format copying spark_parser/example/python2/test/format/imports.py -> build/lib/spark_parser/example/python2/test/format copying spark_parser/example/python2/test/format/while.py -> build/lib/spark_parser/example/python2/test/format copying spark_parser/example/python2/test/format/with.py -> build/lib/spark_parser/example/python2/test/format creating build/lib/spark_parser/example/python2/test/parse copying spark_parser/example/python2/test/parse/assert.py -> build/lib/spark_parser/example/python2/test/parse copying spark_parser/example/python2/test/parse/def.py -> build/lib/spark_parser/example/python2/test/parse copying spark_parser/example/python2/test/parse/exec.py -> build/lib/spark_parser/example/python2/test/parse copying spark_parser/example/python2/test/parse/global.py -> build/lib/spark_parser/example/python2/test/parse copying spark_parser/example/python2/test/parse/if.py -> build/lib/spark_parser/example/python2/test/parse copying spark_parser/example/python2/test/parse/imports.py -> build/lib/spark_parser/example/python2/test/parse copying spark_parser/example/python2/test/parse/while.py -> build/lib/spark_parser/example/python2/test/parse creating build/lib/spark_parser/example/python2/test/scan copying spark_parser/example/python2/test/scan/expr1.py -> build/lib/spark_parser/example/python2/test/scan copying spark_parser/example/python2/test/scan/indent1.py -> build/lib/spark_parser/example/python2/test/scan copying spark_parser/example/python2/test/scan/syms.py -> build/lib/spark_parser/example/python2/test/scan file example.py (for module example) not found installing to build/bdist.macosx-12.3-arm64/wheel running install running install_lib creating build/bdist.macosx-12.3-arm64/wheel creating build/bdist.macosx-12.3-arm64/wheel/spark_parser copying build/lib/spark_parser/__init__.py -> build/bdist.macosx-12.3-arm64/wheel/./spark_parser copying build/lib/spark_parser/ast.py -> build/bdist.macosx-12.3-arm64/wheel/./spark_parser creating build/bdist.macosx-12.3-arm64/wheel/spark_parser/bin copying build/lib/spark_parser/bin/__init__.py -> build/bdist.macosx-12.3-arm64/wheel/./spark_parser/bin copying build/lib/spark_parser/bin/parser_coverage.py -> build/bdist.macosx-12.3-arm64/wheel/./spark_parser/bin creating build/bdist.macosx-12.3-arm64/wheel/spark_parser/example copying build/lib/spark_parser/example/__init__.py -> build/bdist.macosx-12.3-arm64/wheel/./spark_parser/example creating build/bdist.macosx-12.3-arm64/wheel/spark_parser/example/expr copying build/lib/spark_parser/example/expr/expr.py -> build/bdist.macosx-12.3-arm64/wheel/./spark_parser/example/expr creating build/bdist.macosx-12.3-arm64/wheel/spark_parser/example/expr2 copying build/lib/spark_parser/example/expr2/__init__.py -> build/bdist.macosx-12.3-arm64/wheel/./spark_parser/example/expr2 copying build/lib/spark_parser/example/expr2/eval.py -> build/bdist.macosx-12.3-arm64/wheel/./spark_parser/example/expr2 copying build/lib/spark_parser/example/expr2/expr_parser.py -> build/bdist.macosx-12.3-arm64/wheel/./spark_parser/example/expr2 copying build/lib/spark_parser/example/expr2/scanner.py -> build/bdist.macosx-12.3-arm64/wheel/./spark_parser/example/expr2 copying build/lib/spark_parser/example/expr2/test_grammar.py -> build/bdist.macosx-12.3-arm64/wheel/./spark_parser/example/expr2 creating build/bdist.macosx-12.3-arm64/wheel/spark_parser/example/gdb-loc creating build/bdist.macosx-12.3-arm64/wheel/spark_parser/example/gdb-loc/gdbloc copying build/lib/spark_parser/example/gdb-loc/gdbloc/__init__.py -> build/bdist.macosx-12.3-arm64/wheel/./spark_parser/example/gdb-loc/gdbloc copying build/lib/spark_parser/example/gdb-loc/gdbloc/parser.py -> build/bdist.macosx-12.3-arm64/wheel/./spark_parser/example/gdb-loc/gdbloc copying build/lib/spark_parser/example/gdb-loc/gdbloc/scanner.py -> build/bdist.macosx-12.3-arm64/wheel/./spark_parser/example/gdb-loc/gdbloc copying build/lib/spark_parser/example/gdb-loc/gdbloc/semantics.py -> build/bdist.macosx-12.3-arm64/wheel/./spark_parser/example/gdb-loc/gdbloc copying build/lib/spark_parser/example/gdb-loc/gdbloc/tok.py -> build/bdist.macosx-12.3-arm64/wheel/./spark_parser/example/gdb-loc/gdbloc creating build/bdist.macosx-12.3-arm64/wheel/spark_parser/example/gdb-loc/pytest copying build/lib/spark_parser/example/gdb-loc/pytest/test_parser.py -> build/bdist.macosx-12.3-arm64/wheel/./spark_parser/example/gdb-loc/pytest copying build/lib/spark_parser/example/gdb-loc/pytest/test_scanner.py -> build/bdist.macosx-12.3-arm64/wheel/./spark_parser/example/gdb-loc/pytest copying build/lib/spark_parser/example/gdb-loc/pytest/test_semantics.py -> build/bdist.macosx-12.3-arm64/wheel/./spark_parser/example/gdb-loc/pytest copying build/lib/spark_parser/example/gdb-loc/setup.py -> build/bdist.macosx-12.3-arm64/wheel/./spark_parser/example/gdb-loc creating build/bdist.macosx-12.3-arm64/wheel/spark_parser/example/python2 copying build/lib/spark_parser/example/python2/__init__.py -> build/bdist.macosx-12.3-arm64/wheel/./spark_parser/example/python2 copying build/lib/spark_parser/example/python2/format-python.py -> build/bdist.macosx-12.3-arm64/wheel/./spark_parser/example/python2 copying build/lib/spark_parser/example/python2/py2_format.py -> build/bdist.macosx-12.3-arm64/wheel/./spark_parser/example/python2 copying build/lib/spark_parser/example/python2/py2_parser.py -> build/bdist.macosx-12.3-arm64/wheel/./spark_parser/example/python2 copying build/lib/spark_parser/example/python2/py2_scan.py -> build/bdist.macosx-12.3-arm64/wheel/./spark_parser/example/python2 copying build/lib/spark_parser/example/python2/py2_token.py -> build/bdist.macosx-12.3-arm64/wheel/./spark_parser/example/python2 copying build/lib/spark_parser/example/python2/reflow.py -> build/bdist.macosx-12.3-arm64/wheel/./spark_parser/example/python2 creating build/bdist.macosx-12.3-arm64/wheel/spark_parser/example/python2/test creating build/bdist.macosx-12.3-arm64/wheel/spark_parser/example/python2/test/format copying build/lib/spark_parser/example/python2/test/format/assert.py -> build/bdist.macosx-12.3-arm64/wheel/./spark_parser/example/python2/test/format copying build/lib/spark_parser/example/python2/test/format/def.py -> build/bdist.macosx-12.3-arm64/wheel/./spark_parser/example/python2/test/format copying build/lib/spark_parser/example/python2/test/format/exec.py -> build/bdist.macosx-12.3-arm64/wheel/./spark_parser/example/python2/test/format copying build/lib/spark_parser/example/python2/test/format/expr.py -> build/bdist.macosx-12.3-arm64/wheel/./spark_parser/example/python2/test/format copying build/lib/spark_parser/example/python2/test/format/global.py -> build/bdist.macosx-12.3-arm64/wheel/./spark_parser/example/python2/test/format copying build/lib/spark_parser/example/python2/test/format/if.py -> build/bdist.macosx-12.3-arm64/wheel/./spark_parser/example/python2/test/format copying build/lib/spark_parser/example/python2/test/format/imports.py -> build/bdist.macosx-12.3-arm64/wheel/./spark_parser/example/python2/test/format copying build/lib/spark_parser/example/python2/test/format/while.py -> build/bdist.macosx-12.3-arm64/wheel/./spark_parser/example/python2/test/format copying build/lib/spark_parser/example/python2/test/format/with.py -> build/bdist.macosx-12.3-arm64/wheel/./spark_parser/example/python2/test/format copying build/lib/spark_parser/example/python2/test/helper.py -> build/bdist.macosx-12.3-arm64/wheel/./spark_parser/example/python2/test creating build/bdist.macosx-12.3-arm64/wheel/spark_parser/example/python2/test/parse copying build/lib/spark_parser/example/python2/test/parse/assert.py -> build/bdist.macosx-12.3-arm64/wheel/./spark_parser/example/python2/test/parse copying build/lib/spark_parser/example/python2/test/parse/def.py -> build/bdist.macosx-12.3-arm64/wheel/./spark_parser/example/python2/test/parse copying build/lib/spark_parser/example/python2/test/parse/exec.py -> build/bdist.macosx-12.3-arm64/wheel/./spark_parser/example/python2/test/parse copying build/lib/spark_parser/example/python2/test/parse/global.py -> build/bdist.macosx-12.3-arm64/wheel/./spark_parser/example/python2/test/parse copying build/lib/spark_parser/example/python2/test/parse/if.py -> build/bdist.macosx-12.3-arm64/wheel/./spark_parser/example/python2/test/parse copying build/lib/spark_parser/example/python2/test/parse/imports.py -> build/bdist.macosx-12.3-arm64/wheel/./spark_parser/example/python2/test/parse copying build/lib/spark_parser/example/python2/test/parse/while.py -> build/bdist.macosx-12.3-arm64/wheel/./spark_parser/example/python2/test/parse creating build/bdist.macosx-12.3-arm64/wheel/spark_parser/example/python2/test/scan copying build/lib/spark_parser/example/python2/test/scan/expr1.py -> build/bdist.macosx-12.3-arm64/wheel/./spark_parser/example/python2/test/scan copying build/lib/spark_parser/example/python2/test/scan/indent1.py -> build/bdist.macosx-12.3-arm64/wheel/./spark_parser/example/python2/test/scan copying build/lib/spark_parser/example/python2/test/scan/syms.py -> build/bdist.macosx-12.3-arm64/wheel/./spark_parser/example/python2/test/scan copying build/lib/spark_parser/example/python2/test/test_class.py -> build/bdist.macosx-12.3-arm64/wheel/./spark_parser/example/python2/test copying build/lib/spark_parser/example/python2/test/test_format.py -> build/bdist.macosx-12.3-arm64/wheel/./spark_parser/example/python2/test copying build/lib/spark_parser/example/python2/test/test_format_inline.py -> build/bdist.macosx-12.3-arm64/wheel/./spark_parser/example/python2/test copying build/lib/spark_parser/example/python2/test/test_parse.py -> build/bdist.macosx-12.3-arm64/wheel/./spark_parser/example/python2/test copying build/lib/spark_parser/example/python2/test/test_parse_inline.py -> build/bdist.macosx-12.3-arm64/wheel/./spark_parser/example/python2/test copying build/lib/spark_parser/example/python2/test/test_scan.py -> build/bdist.macosx-12.3-arm64/wheel/./spark_parser/example/python2/test copying build/lib/spark_parser/example/python2/test/test_scan_inline.py -> build/bdist.macosx-12.3-arm64/wheel/./spark_parser/example/python2/test copying build/lib/spark_parser/scanner.py -> build/bdist.macosx-12.3-arm64/wheel/./spark_parser copying build/lib/spark_parser/spark.py -> build/bdist.macosx-12.3-arm64/wheel/./spark_parser copying build/lib/spark_parser/version.py -> build/bdist.macosx-12.3-arm64/wheel/./spark_parser running install_egg_info Copying spark_parser.egg-info to build/bdist.macosx-12.3-arm64/wheel/./spark_parser-1.9.0-py3.10.egg-info running install_scripts creating build/bdist.macosx-12.3-arm64/wheel/spark_parser-1.9.0.dist-info/WHEEL creating '/Users/pbulk/build/lang/py-spark-parser/work/spark_parser-1.9.0/dist/.tmp-1fiyny4k/spark_parser-1.9.0-py3-none-any.whl' and adding 'build/bdist.macosx-12.3-arm64/wheel' to it adding 'spark_parser/__init__.py' adding 'spark_parser/ast.py' adding 'spark_parser/scanner.py' adding 'spark_parser/spark.py' adding 'spark_parser/version.py' adding 'spark_parser/bin/__init__.py' adding 'spark_parser/bin/parser_coverage.py' adding 'spark_parser/example/__init__.py' adding 'spark_parser/example/expr/expr.py' adding 'spark_parser/example/expr2/__init__.py' adding 'spark_parser/example/expr2/eval.py' adding 'spark_parser/example/expr2/expr_parser.py' adding 'spark_parser/example/expr2/scanner.py' adding 'spark_parser/example/expr2/test_grammar.py' adding 'spark_parser/example/gdb-loc/setup.py' adding 'spark_parser/example/gdb-loc/gdbloc/__init__.py' adding 'spark_parser/example/gdb-loc/gdbloc/parser.py' adding 'spark_parser/example/gdb-loc/gdbloc/scanner.py' adding 'spark_parser/example/gdb-loc/gdbloc/semantics.py' adding 'spark_parser/example/gdb-loc/gdbloc/tok.py' adding 'spark_parser/example/gdb-loc/pytest/test_parser.py' adding 'spark_parser/example/gdb-loc/pytest/test_scanner.py' adding 'spark_parser/example/gdb-loc/pytest/test_semantics.py' adding 'spark_parser/example/python2/__init__.py' adding 'spark_parser/example/python2/format-python.py' adding 'spark_parser/example/python2/py2_format.py' adding 'spark_parser/example/python2/py2_parser.py' adding 'spark_parser/example/python2/py2_scan.py' adding 'spark_parser/example/python2/py2_token.py' adding 'spark_parser/example/python2/reflow.py' adding 'spark_parser/example/python2/test/helper.py' adding 'spark_parser/example/python2/test/test_class.py' adding 'spark_parser/example/python2/test/test_format.py' adding 'spark_parser/example/python2/test/test_format_inline.py' adding 'spark_parser/example/python2/test/test_parse.py' adding 'spark_parser/example/python2/test/test_parse_inline.py' adding 'spark_parser/example/python2/test/test_scan.py' adding 'spark_parser/example/python2/test/test_scan_inline.py' adding 'spark_parser/example/python2/test/format/assert.py' adding 'spark_parser/example/python2/test/format/def.py' adding 'spark_parser/example/python2/test/format/exec.py' adding 'spark_parser/example/python2/test/format/expr.py' adding 'spark_parser/example/python2/test/format/global.py' adding 'spark_parser/example/python2/test/format/if.py' adding 'spark_parser/example/python2/test/format/imports.py' adding 'spark_parser/example/python2/test/format/while.py' adding 'spark_parser/example/python2/test/format/with.py' adding 'spark_parser/example/python2/test/parse/assert.py' adding 'spark_parser/example/python2/test/parse/def.py' adding 'spark_parser/example/python2/test/parse/exec.py' adding 'spark_parser/example/python2/test/parse/global.py' adding 'spark_parser/example/python2/test/parse/if.py' adding 'spark_parser/example/python2/test/parse/imports.py' adding 'spark_parser/example/python2/test/parse/while.py' adding 'spark_parser/example/python2/test/scan/expr1.py' adding 'spark_parser/example/python2/test/scan/indent1.py' adding 'spark_parser/example/python2/test/scan/syms.py' adding 'spark_parser-1.9.0.dist-info/licenses/LICENSE' adding 'spark_parser-1.9.0.dist-info/METADATA' adding 'spark_parser-1.9.0.dist-info/WHEEL' adding 'spark_parser-1.9.0.dist-info/entry_points.txt' adding 'spark_parser-1.9.0.dist-info/top_level.txt' adding 'spark_parser-1.9.0.dist-info/RECORD' removing build/bdist.macosx-12.3-arm64/wheel Successfully built spark_parser-1.9.0-py3-none-any.whl