=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/www/py-django-sql-explorer", "all", "PYTHON_VERSION_REQD=312", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for py312-django-sql-explorer-5.3 * Building wheel... /opt/local/lib/python3.12/site-packages/setuptools/dist.py:765: 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 creating build/lib/explorer copying explorer/__init__.py -> build/lib/explorer copying explorer/actions.py -> build/lib/explorer copying explorer/admin.py -> build/lib/explorer copying explorer/app_settings.py -> build/lib/explorer copying explorer/apps.py -> build/lib/explorer copying explorer/charts.py -> build/lib/explorer copying explorer/exporters.py -> build/lib/explorer copying explorer/forms.py -> build/lib/explorer copying explorer/models.py -> build/lib/explorer copying explorer/permissions.py -> build/lib/explorer copying explorer/schema.py -> build/lib/explorer copying explorer/tasks.py -> build/lib/explorer copying explorer/telemetry.py -> build/lib/explorer copying explorer/urls.py -> build/lib/explorer copying explorer/utils.py -> build/lib/explorer running egg_info writing django_sql_explorer.egg-info/PKG-INFO writing dependency_links to django_sql_explorer.egg-info/dependency_links.txt writing requirements to django_sql_explorer.egg-info/requires.txt writing top-level names to django_sql_explorer.egg-info/top_level.txt reading manifest file 'django_sql_explorer.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__' found under directory '*' warning: no previously-included files matching '.DS_Store' found under directory '*' adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file 'django_sql_explorer.egg-info/SOURCES.txt' /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'explorer.assistant' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'explorer.assistant' 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 'explorer.assistant' 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 'explorer.assistant' to be distributed and are already explicitly excluding 'explorer.assistant' 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/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'explorer.ee' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'explorer.ee' 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 'explorer.ee' 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 'explorer.ee' to be distributed and are already explicitly excluding 'explorer.ee' 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/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'explorer.ee.db_connections' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'explorer.ee.db_connections' 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 'explorer.ee.db_connections' 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 'explorer.ee.db_connections' to be distributed and are already explicitly excluding 'explorer.ee.db_connections' 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/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'explorer.locale.ru.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'explorer.locale.ru.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'explorer.locale.ru.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'explorer.locale.ru.LC_MESSAGES' to be distributed and are already explicitly excluding 'explorer.locale.ru.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'explorer.locale.zh_Hans.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'explorer.locale.zh_Hans.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'explorer.locale.zh_Hans.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'explorer.locale.zh_Hans.LC_MESSAGES' to be distributed and are already explicitly excluding 'explorer.locale.zh_Hans.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'explorer.migrations' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'explorer.migrations' 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 'explorer.migrations' 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 'explorer.migrations' to be distributed and are already explicitly excluding 'explorer.migrations' 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/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'explorer.src.images' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'explorer.src.images' 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 'explorer.src.images' 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 'explorer.src.images' to be distributed and are already explicitly excluding 'explorer.src.images' 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/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'explorer.src.js' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'explorer.src.js' 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 'explorer.src.js' 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 'explorer.src.js' to be distributed and are already explicitly excluding 'explorer.src.js' 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/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'explorer.src.scss' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'explorer.src.scss' 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 'explorer.src.scss' 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 'explorer.src.scss' to be distributed and are already explicitly excluding 'explorer.src.scss' 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/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'explorer.static.explorer' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'explorer.static.explorer' 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 'explorer.static.explorer' 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 'explorer.static.explorer' to be distributed and are already explicitly excluding 'explorer.static.explorer' 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/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'explorer.static.explorer.images' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'explorer.static.explorer.images' 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 'explorer.static.explorer.images' 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 'explorer.static.explorer.images' to be distributed and are already explicitly excluding 'explorer.static.explorer.images' 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/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'explorer.templates.assistant' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'explorer.templates.assistant' 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 'explorer.templates.assistant' 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 'explorer.templates.assistant' to be distributed and are already explicitly excluding 'explorer.templates.assistant' 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/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'explorer.templates.connections' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'explorer.templates.connections' 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 'explorer.templates.connections' 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 'explorer.templates.connections' to be distributed and are already explicitly excluding 'explorer.templates.connections' 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/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'explorer.templates.explorer' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'explorer.templates.explorer' 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 'explorer.templates.explorer' 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 'explorer.templates.explorer' to be distributed and are already explicitly excluding 'explorer.templates.explorer' 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/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'explorer.templatetags' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'explorer.templatetags' 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 'explorer.templatetags' 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 'explorer.templatetags' to be distributed and are already explicitly excluding 'explorer.templatetags' 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/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'explorer.tests' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'explorer.tests' 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 'explorer.tests' 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 'explorer.tests' to be distributed and are already explicitly excluding 'explorer.tests' 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/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'explorer.tests.csvs' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'explorer.tests.csvs' 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 'explorer.tests.csvs' 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 'explorer.tests.csvs' to be distributed and are already explicitly excluding 'explorer.tests.csvs' 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/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'explorer.tests.json' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'explorer.tests.json' 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 'explorer.tests.json' 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 'explorer.tests.json' to be distributed and are already explicitly excluding 'explorer.tests.json' 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/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'explorer.views' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'explorer.views' 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 'explorer.views' 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 'explorer.views' to be distributed and are already explicitly excluding 'explorer.views' 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/explorer/assistant copying explorer/assistant/__init__.py -> build/lib/explorer/assistant copying explorer/assistant/forms.py -> build/lib/explorer/assistant copying explorer/assistant/models.py -> build/lib/explorer/assistant copying explorer/assistant/urls.py -> build/lib/explorer/assistant copying explorer/assistant/utils.py -> build/lib/explorer/assistant copying explorer/assistant/views.py -> build/lib/explorer/assistant creating build/lib/explorer/ee copying explorer/ee/LICENSE -> build/lib/explorer/ee copying explorer/ee/__init__.py -> build/lib/explorer/ee copying explorer/ee/urls.py -> build/lib/explorer/ee creating build/lib/explorer/ee/db_connections copying explorer/ee/db_connections/__init__.py -> build/lib/explorer/ee/db_connections copying explorer/ee/db_connections/admin.py -> build/lib/explorer/ee/db_connections copying explorer/ee/db_connections/create_sqlite.py -> build/lib/explorer/ee/db_connections copying explorer/ee/db_connections/forms.py -> build/lib/explorer/ee/db_connections copying explorer/ee/db_connections/mime.py -> build/lib/explorer/ee/db_connections copying explorer/ee/db_connections/models.py -> build/lib/explorer/ee/db_connections copying explorer/ee/db_connections/type_infer.py -> build/lib/explorer/ee/db_connections copying explorer/ee/db_connections/utils.py -> build/lib/explorer/ee/db_connections copying explorer/ee/db_connections/views.py -> build/lib/explorer/ee/db_connections creating build/lib/explorer/locale/ru/LC_MESSAGES copying explorer/locale/ru/LC_MESSAGES/django.mo -> build/lib/explorer/locale/ru/LC_MESSAGES copying explorer/locale/ru/LC_MESSAGES/django.po -> build/lib/explorer/locale/ru/LC_MESSAGES creating build/lib/explorer/locale/zh_Hans/LC_MESSAGES copying explorer/locale/zh_Hans/LC_MESSAGES/django.mo -> build/lib/explorer/locale/zh_Hans/LC_MESSAGES copying explorer/locale/zh_Hans/LC_MESSAGES/django.po -> build/lib/explorer/locale/zh_Hans/LC_MESSAGES creating build/lib/explorer/migrations copying explorer/migrations/0001_initial.py -> build/lib/explorer/migrations copying explorer/migrations/0002_auto_20150501_1515.py -> build/lib/explorer/migrations copying explorer/migrations/0003_query_snapshot.py -> build/lib/explorer/migrations copying explorer/migrations/0004_querylog_duration.py -> build/lib/explorer/migrations copying explorer/migrations/0005_auto_20160105_2052.py -> build/lib/explorer/migrations copying explorer/migrations/0006_query_connection.py -> build/lib/explorer/migrations copying explorer/migrations/0007_querylog_connection.py -> build/lib/explorer/migrations copying explorer/migrations/0008_auto_20190308_1642.py -> build/lib/explorer/migrations copying explorer/migrations/0009_auto_20201009_0547.py -> build/lib/explorer/migrations copying explorer/migrations/0010_sql_required.py -> build/lib/explorer/migrations copying explorer/migrations/0011_query_favorites.py -> build/lib/explorer/migrations copying explorer/migrations/0012_alter_queryfavorite_query_alter_queryfavorite_user.py -> build/lib/explorer/migrations copying explorer/migrations/0013_querylog_error_querylog_success.py -> build/lib/explorer/migrations copying explorer/migrations/0014_promptlog.py -> build/lib/explorer/migrations copying explorer/migrations/0015_explorervalue.py -> build/lib/explorer/migrations copying explorer/migrations/0016_alter_explorervalue_key.py -> build/lib/explorer/migrations copying explorer/migrations/0017_databaseconnection.py -> build/lib/explorer/migrations copying explorer/migrations/0018_alter_databaseconnection_host_and_more.py -> build/lib/explorer/migrations copying explorer/migrations/0019_alter_databaseconnection_engine.py -> build/lib/explorer/migrations copying explorer/migrations/0020_databaseconnection_extras_and_more.py -> build/lib/explorer/migrations copying explorer/migrations/0021_alter_databaseconnection_password_and_more.py -> build/lib/explorer/migrations copying explorer/migrations/0022_databaseconnection_upload_fingerprint.py -> build/lib/explorer/migrations copying explorer/migrations/0023_query_database_connection_and_more.py -> build/lib/explorer/migrations copying explorer/migrations/0024_auto_20240803_1135.py -> build/lib/explorer/migrations copying explorer/migrations/0025_alter_query_database_connection_alter_querylog_database_connection.py -> build/lib/explorer/migrations copying explorer/migrations/0026_tabledescription.py -> build/lib/explorer/migrations copying explorer/migrations/0027_query_few_shot.py -> build/lib/explorer/migrations copying explorer/migrations/0028_promptlog_database_connection_promptlog_user_request.py -> build/lib/explorer/migrations copying explorer/migrations/__init__.py -> build/lib/explorer/migrations creating build/lib/explorer/src/images copying explorer/src/images/logo-main.svg -> build/lib/explorer/src/images copying explorer/src/images/logo.png -> build/lib/explorer/src/images creating build/lib/explorer/src/js copying explorer/src/js/assistant.js -> build/lib/explorer/src/js copying explorer/src/js/codemirror-config.js -> build/lib/explorer/src/js copying explorer/src/js/csrf.js -> build/lib/explorer/src/js copying explorer/src/js/explorer.js -> build/lib/explorer/src/js copying explorer/src/js/favorites.js -> build/lib/explorer/src/js copying explorer/src/js/main.js -> build/lib/explorer/src/js copying explorer/src/js/pivot-setup.js -> build/lib/explorer/src/js copying explorer/src/js/pivot.js -> build/lib/explorer/src/js copying explorer/src/js/query-list.js -> build/lib/explorer/src/js copying explorer/src/js/schema.js -> build/lib/explorer/src/js copying explorer/src/js/schemaService.js -> build/lib/explorer/src/js copying explorer/src/js/table-to-csv.js -> build/lib/explorer/src/js copying explorer/src/js/tableDescription.js -> build/lib/explorer/src/js copying explorer/src/js/uploads.js -> build/lib/explorer/src/js creating build/lib/explorer/src/scss copying explorer/src/scss/assistant.scss -> build/lib/explorer/src/scss copying explorer/src/scss/choices.scss -> build/lib/explorer/src/scss copying explorer/src/scss/explorer.scss -> build/lib/explorer/src/scss copying explorer/src/scss/pivot.css -> build/lib/explorer/src/scss copying explorer/src/scss/styles.scss -> build/lib/explorer/src/scss copying explorer/src/scss/variables.scss -> build/lib/explorer/src/scss creating build/lib/explorer/static/explorer copying explorer/static/explorer/_commonjsHelpers.5.3.js -> build/lib/explorer/static/explorer copying explorer/static/explorer/bootstrap-icons.woff -> build/lib/explorer/static/explorer copying explorer/static/explorer/bootstrap-icons.woff2 -> build/lib/explorer/static/explorer copying explorer/static/explorer/choices.5.3.js -> build/lib/explorer/static/explorer copying explorer/static/explorer/csrf.5.3.js -> build/lib/explorer/static/explorer copying explorer/static/explorer/explorer.5.3.js -> build/lib/explorer/static/explorer copying explorer/static/explorer/favorites.5.3.js -> build/lib/explorer/static/explorer copying explorer/static/explorer/index.5.3.js -> build/lib/explorer/static/explorer copying explorer/static/explorer/main.5.3.js -> build/lib/explorer/static/explorer copying explorer/static/explorer/pivot-setup.5.3.js -> build/lib/explorer/static/explorer copying explorer/static/explorer/query-list.5.3.js -> build/lib/explorer/static/explorer copying explorer/static/explorer/schema.5.3.js -> build/lib/explorer/static/explorer copying explorer/static/explorer/styles.css -> build/lib/explorer/static/explorer copying explorer/static/explorer/tableDescription.5.3.js -> build/lib/explorer/static/explorer copying explorer/static/explorer/uploads.5.3.js -> build/lib/explorer/static/explorer creating build/lib/explorer/static/explorer/images copying explorer/static/explorer/images/logo-main.svg -> build/lib/explorer/static/explorer/images copying explorer/static/explorer/images/logo.png -> build/lib/explorer/static/explorer/images creating build/lib/explorer/templates/assistant copying explorer/templates/assistant/table_description_confirm_delete.html -> build/lib/explorer/templates/assistant copying explorer/templates/assistant/table_description_form.html -> build/lib/explorer/templates/assistant copying explorer/templates/assistant/table_description_list.html -> build/lib/explorer/templates/assistant creating build/lib/explorer/templates/connections copying explorer/templates/connections/connection_upload.html -> build/lib/explorer/templates/connections copying explorer/templates/connections/connections.html -> build/lib/explorer/templates/connections copying explorer/templates/connections/database_connection_confirm_delete.html -> build/lib/explorer/templates/connections copying explorer/templates/connections/database_connection_detail.html -> build/lib/explorer/templates/connections copying explorer/templates/connections/database_connection_form.html -> build/lib/explorer/templates/connections creating build/lib/explorer/templates/explorer copying explorer/templates/explorer/assistant.html -> build/lib/explorer/templates/explorer copying explorer/templates/explorer/base.html -> build/lib/explorer/templates/explorer copying explorer/templates/explorer/export_buttons.html -> build/lib/explorer/templates/explorer copying explorer/templates/explorer/fullscreen.html -> build/lib/explorer/templates/explorer copying explorer/templates/explorer/params.html -> build/lib/explorer/templates/explorer copying explorer/templates/explorer/pdf_template.html -> build/lib/explorer/templates/explorer copying explorer/templates/explorer/play.html -> build/lib/explorer/templates/explorer copying explorer/templates/explorer/preview_pane.html -> build/lib/explorer/templates/explorer copying explorer/templates/explorer/query.html -> build/lib/explorer/templates/explorer copying explorer/templates/explorer/query_confirm_delete.html -> build/lib/explorer/templates/explorer copying explorer/templates/explorer/query_favorite_button.html -> build/lib/explorer/templates/explorer copying explorer/templates/explorer/query_favorites.html -> build/lib/explorer/templates/explorer copying explorer/templates/explorer/query_list.html -> build/lib/explorer/templates/explorer copying explorer/templates/explorer/querylog_list.html -> build/lib/explorer/templates/explorer copying explorer/templates/explorer/schema.html -> build/lib/explorer/templates/explorer copying explorer/templates/explorer/schema_error.html -> build/lib/explorer/templates/explorer creating build/lib/explorer/templatetags copying explorer/templatetags/__init__.py -> build/lib/explorer/templatetags copying explorer/templatetags/explorer_tags.py -> build/lib/explorer/templatetags copying explorer/templatetags/vite.py -> build/lib/explorer/templatetags creating build/lib/explorer/tests copying explorer/tests/__init__.py -> build/lib/explorer/tests copying explorer/tests/factories.py -> build/lib/explorer/tests copying explorer/tests/settings.py -> build/lib/explorer/tests copying explorer/tests/settings_base.py -> build/lib/explorer/tests copying explorer/tests/test_actions.py -> build/lib/explorer/tests copying explorer/tests/test_apps.py -> build/lib/explorer/tests copying explorer/tests/test_assistant.py -> build/lib/explorer/tests copying explorer/tests/test_create_sqlite.py -> build/lib/explorer/tests copying explorer/tests/test_csrf_cookie_name.py -> build/lib/explorer/tests copying explorer/tests/test_db_connection_utils.py -> build/lib/explorer/tests copying explorer/tests/test_exporters.py -> build/lib/explorer/tests copying explorer/tests/test_forms.py -> build/lib/explorer/tests copying explorer/tests/test_mime.py -> build/lib/explorer/tests copying explorer/tests/test_models.py -> build/lib/explorer/tests copying explorer/tests/test_schema.py -> build/lib/explorer/tests copying explorer/tests/test_tasks.py -> build/lib/explorer/tests copying explorer/tests/test_telemetry.py -> build/lib/explorer/tests copying explorer/tests/test_type_infer.py -> build/lib/explorer/tests copying explorer/tests/test_utils.py -> build/lib/explorer/tests copying explorer/tests/test_views.py -> build/lib/explorer/tests creating build/lib/explorer/tests/csvs copying explorer/tests/csvs/all_types.csv -> build/lib/explorer/tests/csvs copying explorer/tests/csvs/dates.csv -> build/lib/explorer/tests/csvs copying explorer/tests/csvs/floats.csv -> build/lib/explorer/tests/csvs copying explorer/tests/csvs/integers.csv -> build/lib/explorer/tests/csvs copying explorer/tests/csvs/mixed.csv -> build/lib/explorer/tests/csvs copying explorer/tests/csvs/rc_sample.csv -> build/lib/explorer/tests/csvs copying explorer/tests/csvs/test_case1.csv -> build/lib/explorer/tests/csvs creating build/lib/explorer/tests/json copying explorer/tests/json/github.json -> build/lib/explorer/tests/json copying explorer/tests/json/kings.json -> build/lib/explorer/tests/json copying explorer/tests/json/list.json -> build/lib/explorer/tests/json creating build/lib/explorer/views copying explorer/views/__init__.py -> build/lib/explorer/views copying explorer/views/auth.py -> build/lib/explorer/views copying explorer/views/create.py -> build/lib/explorer/views copying explorer/views/delete.py -> build/lib/explorer/views copying explorer/views/download.py -> build/lib/explorer/views copying explorer/views/email.py -> build/lib/explorer/views copying explorer/views/export.py -> build/lib/explorer/views copying explorer/views/format_sql.py -> build/lib/explorer/views copying explorer/views/list.py -> build/lib/explorer/views copying explorer/views/mixins.py -> build/lib/explorer/views copying explorer/views/query.py -> build/lib/explorer/views copying explorer/views/query_favorite.py -> build/lib/explorer/views copying explorer/views/schema.py -> build/lib/explorer/views copying explorer/views/stream.py -> build/lib/explorer/views copying explorer/views/utils.py -> build/lib/explorer/views installing to build/bdist.solaris-2.11-i86pc.64bit/wheel running install running install_lib creating build/bdist.solaris-2.11-i86pc.64bit/wheel creating build/bdist.solaris-2.11-i86pc.64bit/wheel/explorer copying build/lib/explorer/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer copying build/lib/explorer/actions.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer copying build/lib/explorer/admin.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer copying build/lib/explorer/app_settings.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer copying build/lib/explorer/apps.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer copying build/lib/explorer/charts.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer copying build/lib/explorer/exporters.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer copying build/lib/explorer/forms.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer copying build/lib/explorer/models.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer copying build/lib/explorer/permissions.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer copying build/lib/explorer/schema.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer copying build/lib/explorer/tasks.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer copying build/lib/explorer/telemetry.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer copying build/lib/explorer/urls.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer copying build/lib/explorer/utils.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer creating build/bdist.solaris-2.11-i86pc.64bit/wheel/explorer/assistant copying build/lib/explorer/assistant/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/assistant copying build/lib/explorer/assistant/forms.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/assistant copying build/lib/explorer/assistant/models.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/assistant copying build/lib/explorer/assistant/urls.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/assistant copying build/lib/explorer/assistant/utils.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/assistant copying build/lib/explorer/assistant/views.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/assistant creating build/bdist.solaris-2.11-i86pc.64bit/wheel/explorer/ee copying build/lib/explorer/ee/LICENSE -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/ee copying build/lib/explorer/ee/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/ee copying build/lib/explorer/ee/urls.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/ee creating build/bdist.solaris-2.11-i86pc.64bit/wheel/explorer/ee/db_connections copying build/lib/explorer/ee/db_connections/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/ee/db_connections copying build/lib/explorer/ee/db_connections/admin.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/ee/db_connections copying build/lib/explorer/ee/db_connections/create_sqlite.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/ee/db_connections copying build/lib/explorer/ee/db_connections/forms.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/ee/db_connections copying build/lib/explorer/ee/db_connections/mime.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/ee/db_connections copying build/lib/explorer/ee/db_connections/models.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/ee/db_connections copying build/lib/explorer/ee/db_connections/type_infer.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/ee/db_connections copying build/lib/explorer/ee/db_connections/utils.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/ee/db_connections copying build/lib/explorer/ee/db_connections/views.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/ee/db_connections creating build/bdist.solaris-2.11-i86pc.64bit/wheel/explorer/locale creating build/bdist.solaris-2.11-i86pc.64bit/wheel/explorer/locale/ru creating build/bdist.solaris-2.11-i86pc.64bit/wheel/explorer/locale/ru/LC_MESSAGES copying build/lib/explorer/locale/ru/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/locale/ru/LC_MESSAGES copying build/lib/explorer/locale/ru/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/locale/ru/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/explorer/locale/zh_Hans creating build/bdist.solaris-2.11-i86pc.64bit/wheel/explorer/locale/zh_Hans/LC_MESSAGES copying build/lib/explorer/locale/zh_Hans/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/locale/zh_Hans/LC_MESSAGES copying build/lib/explorer/locale/zh_Hans/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/locale/zh_Hans/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/explorer/migrations copying build/lib/explorer/migrations/0001_initial.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/migrations copying build/lib/explorer/migrations/0002_auto_20150501_1515.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/migrations copying build/lib/explorer/migrations/0003_query_snapshot.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/migrations copying build/lib/explorer/migrations/0004_querylog_duration.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/migrations copying build/lib/explorer/migrations/0005_auto_20160105_2052.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/migrations copying build/lib/explorer/migrations/0006_query_connection.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/migrations copying build/lib/explorer/migrations/0007_querylog_connection.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/migrations copying build/lib/explorer/migrations/0008_auto_20190308_1642.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/migrations copying build/lib/explorer/migrations/0009_auto_20201009_0547.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/migrations copying build/lib/explorer/migrations/0010_sql_required.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/migrations copying build/lib/explorer/migrations/0011_query_favorites.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/migrations copying build/lib/explorer/migrations/0012_alter_queryfavorite_query_alter_queryfavorite_user.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/migrations copying build/lib/explorer/migrations/0013_querylog_error_querylog_success.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/migrations copying build/lib/explorer/migrations/0014_promptlog.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/migrations copying build/lib/explorer/migrations/0015_explorervalue.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/migrations copying build/lib/explorer/migrations/0016_alter_explorervalue_key.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/migrations copying build/lib/explorer/migrations/0017_databaseconnection.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/migrations copying build/lib/explorer/migrations/0018_alter_databaseconnection_host_and_more.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/migrations copying build/lib/explorer/migrations/0019_alter_databaseconnection_engine.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/migrations copying build/lib/explorer/migrations/0020_databaseconnection_extras_and_more.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/migrations copying build/lib/explorer/migrations/0021_alter_databaseconnection_password_and_more.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/migrations copying build/lib/explorer/migrations/0022_databaseconnection_upload_fingerprint.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/migrations copying build/lib/explorer/migrations/0023_query_database_connection_and_more.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/migrations copying build/lib/explorer/migrations/0024_auto_20240803_1135.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/migrations copying build/lib/explorer/migrations/0025_alter_query_database_connection_alter_querylog_database_connection.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/migrations copying build/lib/explorer/migrations/0026_tabledescription.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/migrations copying build/lib/explorer/migrations/0027_query_few_shot.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/migrations copying build/lib/explorer/migrations/0028_promptlog_database_connection_promptlog_user_request.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/migrations copying build/lib/explorer/migrations/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/migrations creating build/bdist.solaris-2.11-i86pc.64bit/wheel/explorer/src creating build/bdist.solaris-2.11-i86pc.64bit/wheel/explorer/src/images copying build/lib/explorer/src/images/logo-main.svg -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/src/images copying build/lib/explorer/src/images/logo.png -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/src/images creating build/bdist.solaris-2.11-i86pc.64bit/wheel/explorer/src/js copying build/lib/explorer/src/js/assistant.js -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/src/js copying build/lib/explorer/src/js/codemirror-config.js -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/src/js copying build/lib/explorer/src/js/csrf.js -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/src/js copying build/lib/explorer/src/js/explorer.js -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/src/js copying build/lib/explorer/src/js/favorites.js -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/src/js copying build/lib/explorer/src/js/main.js -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/src/js copying build/lib/explorer/src/js/pivot-setup.js -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/src/js copying build/lib/explorer/src/js/pivot.js -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/src/js copying build/lib/explorer/src/js/query-list.js -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/src/js copying build/lib/explorer/src/js/schema.js -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/src/js copying build/lib/explorer/src/js/schemaService.js -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/src/js copying build/lib/explorer/src/js/table-to-csv.js -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/src/js copying build/lib/explorer/src/js/tableDescription.js -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/src/js copying build/lib/explorer/src/js/uploads.js -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/src/js creating build/bdist.solaris-2.11-i86pc.64bit/wheel/explorer/src/scss copying build/lib/explorer/src/scss/assistant.scss -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/src/scss copying build/lib/explorer/src/scss/choices.scss -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/src/scss copying build/lib/explorer/src/scss/explorer.scss -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/src/scss copying build/lib/explorer/src/scss/pivot.css -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/src/scss copying build/lib/explorer/src/scss/styles.scss -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/src/scss copying build/lib/explorer/src/scss/variables.scss -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/src/scss creating build/bdist.solaris-2.11-i86pc.64bit/wheel/explorer/static creating build/bdist.solaris-2.11-i86pc.64bit/wheel/explorer/static/explorer copying build/lib/explorer/static/explorer/_commonjsHelpers.5.3.js -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/static/explorer copying build/lib/explorer/static/explorer/bootstrap-icons.woff -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/static/explorer copying build/lib/explorer/static/explorer/bootstrap-icons.woff2 -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/static/explorer copying build/lib/explorer/static/explorer/choices.5.3.js -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/static/explorer copying build/lib/explorer/static/explorer/csrf.5.3.js -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/static/explorer copying build/lib/explorer/static/explorer/explorer.5.3.js -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/static/explorer copying build/lib/explorer/static/explorer/favorites.5.3.js -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/static/explorer copying build/lib/explorer/static/explorer/index.5.3.js -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/static/explorer copying build/lib/explorer/static/explorer/main.5.3.js -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/static/explorer copying build/lib/explorer/static/explorer/pivot-setup.5.3.js -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/static/explorer copying build/lib/explorer/static/explorer/query-list.5.3.js -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/static/explorer copying build/lib/explorer/static/explorer/schema.5.3.js -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/static/explorer copying build/lib/explorer/static/explorer/styles.css -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/static/explorer copying build/lib/explorer/static/explorer/tableDescription.5.3.js -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/static/explorer copying build/lib/explorer/static/explorer/uploads.5.3.js -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/static/explorer creating build/bdist.solaris-2.11-i86pc.64bit/wheel/explorer/static/explorer/images copying build/lib/explorer/static/explorer/images/logo-main.svg -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/static/explorer/images copying build/lib/explorer/static/explorer/images/logo.png -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/static/explorer/images creating build/bdist.solaris-2.11-i86pc.64bit/wheel/explorer/templates creating build/bdist.solaris-2.11-i86pc.64bit/wheel/explorer/templates/assistant copying build/lib/explorer/templates/assistant/table_description_confirm_delete.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/templates/assistant copying build/lib/explorer/templates/assistant/table_description_form.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/templates/assistant copying build/lib/explorer/templates/assistant/table_description_list.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/templates/assistant creating build/bdist.solaris-2.11-i86pc.64bit/wheel/explorer/templates/connections copying build/lib/explorer/templates/connections/connection_upload.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/templates/connections copying build/lib/explorer/templates/connections/connections.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/templates/connections copying build/lib/explorer/templates/connections/database_connection_confirm_delete.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/templates/connections copying build/lib/explorer/templates/connections/database_connection_detail.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/templates/connections copying build/lib/explorer/templates/connections/database_connection_form.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/templates/connections creating build/bdist.solaris-2.11-i86pc.64bit/wheel/explorer/templates/explorer copying build/lib/explorer/templates/explorer/assistant.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/templates/explorer copying build/lib/explorer/templates/explorer/base.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/templates/explorer copying build/lib/explorer/templates/explorer/export_buttons.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/templates/explorer copying build/lib/explorer/templates/explorer/fullscreen.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/templates/explorer copying build/lib/explorer/templates/explorer/params.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/templates/explorer copying build/lib/explorer/templates/explorer/pdf_template.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/templates/explorer copying build/lib/explorer/templates/explorer/play.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/templates/explorer copying build/lib/explorer/templates/explorer/preview_pane.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/templates/explorer copying build/lib/explorer/templates/explorer/query.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/templates/explorer copying build/lib/explorer/templates/explorer/query_confirm_delete.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/templates/explorer copying build/lib/explorer/templates/explorer/query_favorite_button.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/templates/explorer copying build/lib/explorer/templates/explorer/query_favorites.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/templates/explorer copying build/lib/explorer/templates/explorer/query_list.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/templates/explorer copying build/lib/explorer/templates/explorer/querylog_list.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/templates/explorer copying build/lib/explorer/templates/explorer/schema.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/templates/explorer copying build/lib/explorer/templates/explorer/schema_error.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/templates/explorer creating build/bdist.solaris-2.11-i86pc.64bit/wheel/explorer/templatetags copying build/lib/explorer/templatetags/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/templatetags copying build/lib/explorer/templatetags/explorer_tags.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/templatetags copying build/lib/explorer/templatetags/vite.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/templatetags creating build/bdist.solaris-2.11-i86pc.64bit/wheel/explorer/tests copying build/lib/explorer/tests/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/tests copying build/lib/explorer/tests/factories.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/tests copying build/lib/explorer/tests/settings.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/tests copying build/lib/explorer/tests/settings_base.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/tests copying build/lib/explorer/tests/test_actions.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/tests copying build/lib/explorer/tests/test_apps.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/tests copying build/lib/explorer/tests/test_assistant.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/tests copying build/lib/explorer/tests/test_create_sqlite.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/tests copying build/lib/explorer/tests/test_csrf_cookie_name.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/tests copying build/lib/explorer/tests/test_db_connection_utils.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/tests copying build/lib/explorer/tests/test_exporters.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/tests copying build/lib/explorer/tests/test_forms.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/tests copying build/lib/explorer/tests/test_mime.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/tests copying build/lib/explorer/tests/test_models.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/tests copying build/lib/explorer/tests/test_schema.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/tests copying build/lib/explorer/tests/test_tasks.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/tests copying build/lib/explorer/tests/test_telemetry.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/tests copying build/lib/explorer/tests/test_type_infer.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/tests copying build/lib/explorer/tests/test_utils.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/tests copying build/lib/explorer/tests/test_views.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/tests creating build/bdist.solaris-2.11-i86pc.64bit/wheel/explorer/tests/csvs copying build/lib/explorer/tests/csvs/all_types.csv -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/tests/csvs copying build/lib/explorer/tests/csvs/dates.csv -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/tests/csvs copying build/lib/explorer/tests/csvs/floats.csv -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/tests/csvs copying build/lib/explorer/tests/csvs/integers.csv -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/tests/csvs copying build/lib/explorer/tests/csvs/mixed.csv -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/tests/csvs copying build/lib/explorer/tests/csvs/rc_sample.csv -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/tests/csvs copying build/lib/explorer/tests/csvs/test_case1.csv -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/tests/csvs creating build/bdist.solaris-2.11-i86pc.64bit/wheel/explorer/tests/json copying build/lib/explorer/tests/json/github.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/tests/json copying build/lib/explorer/tests/json/kings.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/tests/json copying build/lib/explorer/tests/json/list.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/tests/json creating build/bdist.solaris-2.11-i86pc.64bit/wheel/explorer/views copying build/lib/explorer/views/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/views copying build/lib/explorer/views/auth.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/views copying build/lib/explorer/views/create.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/views copying build/lib/explorer/views/delete.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/views copying build/lib/explorer/views/download.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/views copying build/lib/explorer/views/email.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/views copying build/lib/explorer/views/export.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/views copying build/lib/explorer/views/format_sql.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/views copying build/lib/explorer/views/list.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/views copying build/lib/explorer/views/mixins.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/views copying build/lib/explorer/views/query.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/views copying build/lib/explorer/views/query_favorite.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/views copying build/lib/explorer/views/schema.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/views copying build/lib/explorer/views/stream.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/views copying build/lib/explorer/views/utils.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./explorer/views running install_egg_info Copying django_sql_explorer.egg-info to build/bdist.solaris-2.11-i86pc.64bit/wheel/./django_sql_explorer-5.3-py3.12.egg-info running install_scripts creating build/bdist.solaris-2.11-i86pc.64bit/wheel/django_sql_explorer-5.3.dist-info/WHEEL creating '/tmp/work/www/py-django-sql-explorer/work/django_sql_explorer-5.3/dist/.tmp-q1xlryh6/django_sql_explorer-5.3-py3-none-any.whl' and adding 'build/bdist.solaris-2.11-i86pc.64bit/wheel' to it adding 'django_sql_explorer-5.3.dist-info/licenses/AUTHORS' adding 'django_sql_explorer-5.3.dist-info/licenses/LICENSE' adding 'explorer/__init__.py' adding 'explorer/actions.py' adding 'explorer/admin.py' adding 'explorer/app_settings.py' adding 'explorer/apps.py' adding 'explorer/charts.py' adding 'explorer/exporters.py' adding 'explorer/forms.py' adding 'explorer/models.py' adding 'explorer/permissions.py' adding 'explorer/schema.py' adding 'explorer/tasks.py' adding 'explorer/telemetry.py' adding 'explorer/urls.py' adding 'explorer/utils.py' adding 'explorer/assistant/__init__.py' adding 'explorer/assistant/forms.py' adding 'explorer/assistant/models.py' adding 'explorer/assistant/urls.py' adding 'explorer/assistant/utils.py' adding 'explorer/assistant/views.py' adding 'explorer/ee/LICENSE' adding 'explorer/ee/__init__.py' adding 'explorer/ee/urls.py' adding 'explorer/ee/db_connections/__init__.py' adding 'explorer/ee/db_connections/admin.py' adding 'explorer/ee/db_connections/create_sqlite.py' adding 'explorer/ee/db_connections/forms.py' adding 'explorer/ee/db_connections/mime.py' adding 'explorer/ee/db_connections/models.py' adding 'explorer/ee/db_connections/type_infer.py' adding 'explorer/ee/db_connections/utils.py' adding 'explorer/ee/db_connections/views.py' adding 'explorer/locale/ru/LC_MESSAGES/django.mo' adding 'explorer/locale/ru/LC_MESSAGES/django.po' adding 'explorer/locale/zh_Hans/LC_MESSAGES/django.mo' adding 'explorer/locale/zh_Hans/LC_MESSAGES/django.po' adding 'explorer/migrations/0001_initial.py' adding 'explorer/migrations/0002_auto_20150501_1515.py' adding 'explorer/migrations/0003_query_snapshot.py' adding 'explorer/migrations/0004_querylog_duration.py' adding 'explorer/migrations/0005_auto_20160105_2052.py' adding 'explorer/migrations/0006_query_connection.py' adding 'explorer/migrations/0007_querylog_connection.py' adding 'explorer/migrations/0008_auto_20190308_1642.py' adding 'explorer/migrations/0009_auto_20201009_0547.py' adding 'explorer/migrations/0010_sql_required.py' adding 'explorer/migrations/0011_query_favorites.py' adding 'explorer/migrations/0012_alter_queryfavorite_query_alter_queryfavorite_user.py' adding 'explorer/migrations/0013_querylog_error_querylog_success.py' adding 'explorer/migrations/0014_promptlog.py' adding 'explorer/migrations/0015_explorervalue.py' adding 'explorer/migrations/0016_alter_explorervalue_key.py' adding 'explorer/migrations/0017_databaseconnection.py' adding 'explorer/migrations/0018_alter_databaseconnection_host_and_more.py' adding 'explorer/migrations/0019_alter_databaseconnection_engine.py' adding 'explorer/migrations/0020_databaseconnection_extras_and_more.py' adding 'explorer/migrations/0021_alter_databaseconnection_password_and_more.py' adding 'explorer/migrations/0022_databaseconnection_upload_fingerprint.py' adding 'explorer/migrations/0023_query_database_connection_and_more.py' adding 'explorer/migrations/0024_auto_20240803_1135.py' adding 'explorer/migrations/0025_alter_query_database_connection_alter_querylog_database_connection.py' adding 'explorer/migrations/0026_tabledescription.py' adding 'explorer/migrations/0027_query_few_shot.py' adding 'explorer/migrations/0028_promptlog_database_connection_promptlog_user_request.py' adding 'explorer/migrations/__init__.py' adding 'explorer/src/images/logo-main.svg' adding 'explorer/src/images/logo.png' adding 'explorer/src/js/assistant.js' adding 'explorer/src/js/codemirror-config.js' adding 'explorer/src/js/csrf.js' adding 'explorer/src/js/explorer.js' adding 'explorer/src/js/favorites.js' adding 'explorer/src/js/main.js' adding 'explorer/src/js/pivot-setup.js' adding 'explorer/src/js/pivot.js' adding 'explorer/src/js/query-list.js' adding 'explorer/src/js/schema.js' adding 'explorer/src/js/schemaService.js' adding 'explorer/src/js/table-to-csv.js' adding 'explorer/src/js/tableDescription.js' adding 'explorer/src/js/uploads.js' adding 'explorer/src/scss/assistant.scss' adding 'explorer/src/scss/choices.scss' adding 'explorer/src/scss/explorer.scss' adding 'explorer/src/scss/pivot.css' adding 'explorer/src/scss/styles.scss' adding 'explorer/src/scss/variables.scss' adding 'explorer/static/explorer/_commonjsHelpers.5.3.js' adding 'explorer/static/explorer/bootstrap-icons.woff' adding 'explorer/static/explorer/bootstrap-icons.woff2' adding 'explorer/static/explorer/choices.5.3.js' adding 'explorer/static/explorer/csrf.5.3.js' adding 'explorer/static/explorer/explorer.5.3.js' adding 'explorer/static/explorer/favorites.5.3.js' adding 'explorer/static/explorer/index.5.3.js' adding 'explorer/static/explorer/main.5.3.js' adding 'explorer/static/explorer/pivot-setup.5.3.js' adding 'explorer/static/explorer/query-list.5.3.js' adding 'explorer/static/explorer/schema.5.3.js' adding 'explorer/static/explorer/styles.css' adding 'explorer/static/explorer/tableDescription.5.3.js' adding 'explorer/static/explorer/uploads.5.3.js' adding 'explorer/static/explorer/images/logo-main.svg' adding 'explorer/static/explorer/images/logo.png' adding 'explorer/templates/assistant/table_description_confirm_delete.html' adding 'explorer/templates/assistant/table_description_form.html' adding 'explorer/templates/assistant/table_description_list.html' adding 'explorer/templates/connections/connection_upload.html' adding 'explorer/templates/connections/connections.html' adding 'explorer/templates/connections/database_connection_confirm_delete.html' adding 'explorer/templates/connections/database_connection_detail.html' adding 'explorer/templates/connections/database_connection_form.html' adding 'explorer/templates/explorer/assistant.html' adding 'explorer/templates/explorer/base.html' adding 'explorer/templates/explorer/export_buttons.html' adding 'explorer/templates/explorer/fullscreen.html' adding 'explorer/templates/explorer/params.html' adding 'explorer/templates/explorer/pdf_template.html' adding 'explorer/templates/explorer/play.html' adding 'explorer/templates/explorer/preview_pane.html' adding 'explorer/templates/explorer/query.html' adding 'explorer/templates/explorer/query_confirm_delete.html' adding 'explorer/templates/explorer/query_favorite_button.html' adding 'explorer/templates/explorer/query_favorites.html' adding 'explorer/templates/explorer/query_list.html' adding 'explorer/templates/explorer/querylog_list.html' adding 'explorer/templates/explorer/schema.html' adding 'explorer/templates/explorer/schema_error.html' adding 'explorer/templatetags/__init__.py' adding 'explorer/templatetags/explorer_tags.py' adding 'explorer/templatetags/vite.py' adding 'explorer/tests/__init__.py' adding 'explorer/tests/factories.py' adding 'explorer/tests/settings.py' adding 'explorer/tests/settings_base.py' adding 'explorer/tests/test_actions.py' adding 'explorer/tests/test_apps.py' adding 'explorer/tests/test_assistant.py' adding 'explorer/tests/test_create_sqlite.py' adding 'explorer/tests/test_csrf_cookie_name.py' adding 'explorer/tests/test_db_connection_utils.py' adding 'explorer/tests/test_exporters.py' adding 'explorer/tests/test_forms.py' adding 'explorer/tests/test_mime.py' adding 'explorer/tests/test_models.py' adding 'explorer/tests/test_schema.py' adding 'explorer/tests/test_tasks.py' adding 'explorer/tests/test_telemetry.py' adding 'explorer/tests/test_type_infer.py' adding 'explorer/tests/test_utils.py' adding 'explorer/tests/test_views.py' adding 'explorer/tests/csvs/all_types.csv' adding 'explorer/tests/csvs/dates.csv' adding 'explorer/tests/csvs/floats.csv' adding 'explorer/tests/csvs/integers.csv' adding 'explorer/tests/csvs/mixed.csv' adding 'explorer/tests/csvs/rc_sample.csv' adding 'explorer/tests/csvs/test_case1.csv' adding 'explorer/tests/json/github.json' adding 'explorer/tests/json/kings.json' adding 'explorer/tests/json/list.json' adding 'explorer/views/__init__.py' adding 'explorer/views/auth.py' adding 'explorer/views/create.py' adding 'explorer/views/delete.py' adding 'explorer/views/download.py' adding 'explorer/views/email.py' adding 'explorer/views/export.py' adding 'explorer/views/format_sql.py' adding 'explorer/views/list.py' adding 'explorer/views/mixins.py' adding 'explorer/views/query.py' adding 'explorer/views/query_favorite.py' adding 'explorer/views/schema.py' adding 'explorer/views/stream.py' adding 'explorer/views/utils.py' adding 'django_sql_explorer-5.3.dist-info/METADATA' adding 'django_sql_explorer-5.3.dist-info/WHEEL' adding 'django_sql_explorer-5.3.dist-info/top_level.txt' adding 'django_sql_explorer-5.3.dist-info/RECORD' removing build/bdist.solaris-2.11-i86pc.64bit/wheel Successfully built django_sql_explorer-5.3-py3-none-any.whl