2025-09-09T05:02:50,403 Created temporary directory: /tmp/pip-build-tracker-t7f82b42 2025-09-09T05:02:50,403 Initialized build tracking at /tmp/pip-build-tracker-t7f82b42 2025-09-09T05:02:50,404 Created build tracker: /tmp/pip-build-tracker-t7f82b42 2025-09-09T05:02:50,404 Entered build tracker: /tmp/pip-build-tracker-t7f82b42 2025-09-09T05:02:50,404 Created temporary directory: /tmp/pip-wheel-j5str3kx 2025-09-09T05:02:50,407 Created temporary directory: /tmp/pip-ephem-wheel-cache-q6utxyad 2025-09-09T05:02:50,465 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2025-09-09T05:02:50,467 2 location(s) to search for versions of mason-dask-sql: 2025-09-09T05:02:50,467 * https://pypi.org/simple/mason-dask-sql/ 2025-09-09T05:02:50,467 * https://www.piwheels.org/simple/mason-dask-sql/ 2025-09-09T05:02:50,467 Fetching project page and analyzing links: https://pypi.org/simple/mason-dask-sql/ 2025-09-09T05:02:50,468 Getting page https://pypi.org/simple/mason-dask-sql/ 2025-09-09T05:02:50,469 Found index url https://pypi.org/simple/ 2025-09-09T05:02:50,537 Fetched page https://pypi.org/simple/mason-dask-sql/ as application/vnd.pypi.simple.v1+json 2025-09-09T05:02:50,538 Skipping link: unsupported archive format: .egg: https://files.pythonhosted.org/packages/e9/48/6d73938b9fc4f5a3eadd6c7da8a795dab7e9185ef54364a4b700bdfa485d/mason_dask_sql-0.1.0-py3.8.egg (from https://pypi.org/simple/mason-dask-sql/) (requires-python:>=3.6) 2025-09-09T05:02:50,539 Found link https://files.pythonhosted.org/packages/3e/0f/38fe69c78bc2b80a62cfd4d4c9dccfcc6e6c24ad3109913ad479c82ef5be/mason_dask_sql-0.1.1.tar.gz (from https://pypi.org/simple/mason-dask-sql/) (requires-python:>=3.6), version: 0.1.1 2025-09-09T05:02:50,539 Found link https://files.pythonhosted.org/packages/4e/43/034fa28403f0763551e61513da23d18fb64910e147c7ebe48a08353ef039/mason_dask_sql-0.1.2.tar.gz (from https://pypi.org/simple/mason-dask-sql/) (requires-python:>=3.6), version: 0.1.2 2025-09-09T05:02:50,539 Found link https://files.pythonhosted.org/packages/d7/4b/9227d0afed0c590586c0c838b765ba4ef9aa346e825f562e93706c2109cf/mason_dask_sql-0.1.3.tar.gz (from https://pypi.org/simple/mason-dask-sql/) (requires-python:>=3.6), version: 0.1.3 2025-09-09T05:02:50,540 Fetching project page and analyzing links: https://www.piwheels.org/simple/mason-dask-sql/ 2025-09-09T05:02:50,540 Getting page https://www.piwheels.org/simple/mason-dask-sql/ 2025-09-09T05:02:50,541 Found index url https://www.piwheels.org/simple/ 2025-09-09T05:02:50,650 Fetched page https://www.piwheels.org/simple/mason-dask-sql/ as text/html 2025-09-09T05:02:50,650 Skipping link: not a file: https://www.piwheels.org/simple/mason-dask-sql/ 2025-09-09T05:02:50,651 Skipping link: not a file: https://pypi.org/simple/mason-dask-sql/ 2025-09-09T05:02:50,673 Given no hashes to check 1 links for project 'mason-dask-sql': discarding no candidates 2025-09-09T05:02:50,674 Collecting mason-dask-sql==0.1.3 2025-09-09T05:02:50,675 Created temporary directory: /tmp/pip-unpack-xflwdaxi 2025-09-09T05:02:51,071 Downloading mason_dask_sql-0.1.3.tar.gz (17.4 MB) 2025-09-09T05:02:55,107 Added mason-dask-sql==0.1.3 from https://files.pythonhosted.org/packages/d7/4b/9227d0afed0c590586c0c838b765ba4ef9aa346e825f562e93706c2109cf/mason_dask_sql-0.1.3.tar.gz to build tracker '/tmp/pip-build-tracker-t7f82b42' 2025-09-09T05:02:55,109 Running setup.py (path:/tmp/pip-wheel-j5str3kx/mason-dask-sql_6fe0a1af21584156b34d08081aece2f8/setup.py) egg_info for package mason-dask-sql 2025-09-09T05:02:55,109 Created temporary directory: /tmp/pip-pip-egg-info-rlx2vk6e 2025-09-09T05:02:55,109 Preparing metadata (setup.py): started 2025-09-09T05:02:55,110 Running command python setup.py egg_info 2025-09-09T05:02:55,753 /usr/local/lib/python3.13/dist-packages/setuptools/__init__.py:92: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. 2025-09-09T05:02:55,753 !! 2025-09-09T05:02:55,754 ******************************************************************************** 2025-09-09T05:02:55,754 Requirements should be satisfied by a PEP 517 installer. 2025-09-09T05:02:55,754 If you are using pip, you can try `pip install --use-pep517`. 2025-09-09T05:02:55,754 By 2025-Oct-31, you need to update your project and remove deprecated calls 2025-09-09T05:02:55,754 or your builds will no longer be supported. 2025-09-09T05:02:55,754 ******************************************************************************** 2025-09-09T05:02:55,754 !! 2025-09-09T05:02:55,754 dist.fetch_build_eggs(dist.setup_requires) 2025-09-09T05:02:59,025 /usr/local/lib/python3.13/dist-packages/setuptools/dist.py:332: InformationOnly: Normalizing '0.1.3 2025-09-09T05:02:59,025 ' to '0.1.3' 2025-09-09T05:02:59,025 self.metadata.version = self._normalize_version(self.metadata.version) 2025-09-09T05:02:59,103 running egg_info 2025-09-09T05:02:59,180 creating /tmp/pip-pip-egg-info-rlx2vk6e/mason_dask_sql.egg-info 2025-09-09T05:02:59,180 writing /tmp/pip-pip-egg-info-rlx2vk6e/mason_dask_sql.egg-info/PKG-INFO 2025-09-09T05:02:59,181 writing dependency_links to /tmp/pip-pip-egg-info-rlx2vk6e/mason_dask_sql.egg-info/dependency_links.txt 2025-09-09T05:02:59,182 writing requirements to /tmp/pip-pip-egg-info-rlx2vk6e/mason_dask_sql.egg-info/requires.txt 2025-09-09T05:02:59,182 writing top-level names to /tmp/pip-pip-egg-info-rlx2vk6e/mason_dask_sql.egg-info/top_level.txt 2025-09-09T05:02:59,182 writing manifest file '/tmp/pip-pip-egg-info-rlx2vk6e/mason_dask_sql.egg-info/SOURCES.txt' 2025-09-09T05:02:59,504 listing git files failed - pretending there aren't any 2025-09-09T05:02:59,521 reading manifest file '/tmp/pip-pip-egg-info-rlx2vk6e/mason_dask_sql.egg-info/SOURCES.txt' 2025-09-09T05:02:59,521 reading manifest template 'MANIFEST.in' 2025-09-09T05:02:59,522 warning: no files found matching 'requirements.txt' 2025-09-09T05:02:59,523 adding license file 'LICENSE.txt' 2025-09-09T05:02:59,526 writing manifest file '/tmp/pip-pip-egg-info-rlx2vk6e/mason_dask_sql.egg-info/SOURCES.txt' 2025-09-09T05:02:59,645 Preparing metadata (setup.py): finished with status 'done' 2025-09-09T05:02:59,649 Source in /tmp/pip-wheel-j5str3kx/mason-dask-sql_6fe0a1af21584156b34d08081aece2f8 has version 0.1.3, which satisfies requirement mason-dask-sql==0.1.3 from https://files.pythonhosted.org/packages/d7/4b/9227d0afed0c590586c0c838b765ba4ef9aa346e825f562e93706c2109cf/mason_dask_sql-0.1.3.tar.gz 2025-09-09T05:02:59,650 Removed mason-dask-sql==0.1.3 from https://files.pythonhosted.org/packages/d7/4b/9227d0afed0c590586c0c838b765ba4ef9aa346e825f562e93706c2109cf/mason_dask_sql-0.1.3.tar.gz from build tracker '/tmp/pip-build-tracker-t7f82b42' 2025-09-09T05:02:59,654 Created temporary directory: /tmp/pip-unpack-fnn7vbz8 2025-09-09T05:02:59,655 Created temporary directory: /tmp/pip-unpack-y0zangus 2025-09-09T05:02:59,655 Building wheels for collected packages: mason-dask-sql 2025-09-09T05:02:59,656 Created temporary directory: /tmp/pip-wheel-q1vuou2_ 2025-09-09T05:02:59,656 DEPRECATION: Building 'mason-dask-sql' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'mason-dask-sql'. Discussion can be found at https://github.com/pypa/pip/issues/6334 2025-09-09T05:02:59,657 Building wheel for mason-dask-sql (setup.py): started 2025-09-09T05:02:59,658 Destination directory: /tmp/pip-wheel-q1vuou2_ 2025-09-09T05:02:59,658 Running command python setup.py bdist_wheel 2025-09-09T05:03:00,305 /usr/local/lib/python3.13/dist-packages/setuptools/__init__.py:92: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. 2025-09-09T05:03:00,305 !! 2025-09-09T05:03:00,306 ******************************************************************************** 2025-09-09T05:03:00,306 Requirements should be satisfied by a PEP 517 installer. 2025-09-09T05:03:00,306 If you are using pip, you can try `pip install --use-pep517`. 2025-09-09T05:03:00,306 By 2025-Oct-31, you need to update your project and remove deprecated calls 2025-09-09T05:03:00,306 or your builds will no longer be supported. 2025-09-09T05:03:00,306 ******************************************************************************** 2025-09-09T05:03:00,306 !! 2025-09-09T05:03:00,306 dist.fetch_build_eggs(dist.setup_requires) 2025-09-09T05:03:01,184 /usr/local/lib/python3.13/dist-packages/setuptools/dist.py:332: InformationOnly: Normalizing '0.1.3 2025-09-09T05:03:01,184 ' to '0.1.3' 2025-09-09T05:03:01,184 self.metadata.version = self._normalize_version(self.metadata.version) 2025-09-09T05:03:01,188 running bdist_wheel 2025-09-09T05:03:01,568 running build 2025-09-09T05:03:01,568 running build_py 2025-09-09T05:03:01,568 running java 2025-09-09T05:03:01,568 Running command: mvn clean install -f pom.xml 2025-09-09T05:03:01,570 error: [Errno 2] No such file or directory: 'mvn' 2025-09-09T05:03:01,691 ERROR: python setup.py bdist_wheel exited with 1 2025-09-09T05:03:01,703 [bold magenta]full command[/]: [blue]/usr/bin/python3 -u -c ' 2025-09-09T05:03:01,703 exec(compile('"'"''"'"''"'"' 2025-09-09T05:03:01,703 # This is -- a caller that pip uses to run setup.py 2025-09-09T05:03:01,703 # 2025-09-09T05:03:01,703 # - It imports setuptools before invoking setup.py, to enable projects that directly 2025-09-09T05:03:01,703 # import from `distutils.core` to work with newer packaging standards. 2025-09-09T05:03:01,703 # - It provides a clear error message when setuptools is not installed. 2025-09-09T05:03:01,703 # - It sets `sys.argv[0]` to the underlying `setup.py`, when invoking `setup.py` so 2025-09-09T05:03:01,703 # setuptools doesn'"'"'t think the script is `-c`. This avoids the following warning: 2025-09-09T05:03:01,703 # manifest_maker: standard file '"'"'-c'"'"' not found". 2025-09-09T05:03:01,703 # - It generates a shim setup.py, for handling setup.cfg-only projects. 2025-09-09T05:03:01,703 import os, sys, tokenize, traceback 2025-09-09T05:03:01,703 2025-09-09T05:03:01,703 try: 2025-09-09T05:03:01,703 import setuptools 2025-09-09T05:03:01,703 except ImportError: 2025-09-09T05:03:01,703 print( 2025-09-09T05:03:01,703 "ERROR: Can not execute `setup.py` since setuptools failed to import in " 2025-09-09T05:03:01,703 "the build environment with exception:", 2025-09-09T05:03:01,703 file=sys.stderr, 2025-09-09T05:03:01,703 ) 2025-09-09T05:03:01,703 traceback.print_exc() 2025-09-09T05:03:01,703 sys.exit(1) 2025-09-09T05:03:01,703 2025-09-09T05:03:01,703 __file__ = %r 2025-09-09T05:03:01,703 sys.argv[0] = __file__ 2025-09-09T05:03:01,703 2025-09-09T05:03:01,703 if os.path.exists(__file__): 2025-09-09T05:03:01,703 filename = __file__ 2025-09-09T05:03:01,703 with tokenize.open(__file__) as f: 2025-09-09T05:03:01,703 setup_py_code = f.read() 2025-09-09T05:03:01,703 else: 2025-09-09T05:03:01,703 filename = "" 2025-09-09T05:03:01,703 setup_py_code = "from setuptools import setup; setup()" 2025-09-09T05:03:01,703 2025-09-09T05:03:01,703 exec(compile(setup_py_code, filename, "exec")) 2025-09-09T05:03:01,703 '"'"''"'"''"'"' % ('"'"'/tmp/pip-wheel-j5str3kx/mason-dask-sql_6fe0a1af21584156b34d08081aece2f8/setup.py'"'"',), "", "exec"))' bdist_wheel -d /tmp/pip-wheel-q1vuou2_[/] 2025-09-09T05:03:01,703 [bold magenta]cwd[/]: /tmp/pip-wheel-j5str3kx/mason-dask-sql_6fe0a1af21584156b34d08081aece2f8/ 2025-09-09T05:03:01,704 Building wheel for mason-dask-sql (setup.py): finished with status 'error' 2025-09-09T05:03:01,704 ERROR: Failed building wheel for mason-dask-sql 2025-09-09T05:03:01,705 Running setup.py clean for mason-dask-sql 2025-09-09T05:03:01,706 Running command python setup.py clean 2025-09-09T05:03:02,348 /usr/local/lib/python3.13/dist-packages/setuptools/__init__.py:92: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. 2025-09-09T05:03:02,348 !! 2025-09-09T05:03:02,348 ******************************************************************************** 2025-09-09T05:03:02,348 Requirements should be satisfied by a PEP 517 installer. 2025-09-09T05:03:02,348 If you are using pip, you can try `pip install --use-pep517`. 2025-09-09T05:03:02,348 By 2025-Oct-31, you need to update your project and remove deprecated calls 2025-09-09T05:03:02,348 or your builds will no longer be supported. 2025-09-09T05:03:02,349 ******************************************************************************** 2025-09-09T05:03:02,349 !! 2025-09-09T05:03:02,349 dist.fetch_build_eggs(dist.setup_requires) 2025-09-09T05:03:03,233 /usr/local/lib/python3.13/dist-packages/setuptools/dist.py:332: InformationOnly: Normalizing '0.1.3 2025-09-09T05:03:03,233 ' to '0.1.3' 2025-09-09T05:03:03,233 self.metadata.version = self._normalize_version(self.metadata.version) 2025-09-09T05:03:03,314 running clean 2025-09-09T05:03:03,463 'build/lib' does not exist -- can't clean it 2025-09-09T05:03:03,463 'build/bdist.linux-armv7l' does not exist -- can't clean it 2025-09-09T05:03:03,464 'build/scripts-3.13' does not exist -- can't clean it 2025-09-09T05:03:03,581 Failed to build mason-dask-sql 2025-09-09T05:03:03,582 ERROR: Failed to build one or more wheels 2025-09-09T05:03:03,582 Exception information: 2025-09-09T05:03:03,582 Traceback (most recent call last): 2025-09-09T05:03:03,582 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 105, in _run_wrapper 2025-09-09T05:03:03,582 status = _inner_run() 2025-09-09T05:03:03,582 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run 2025-09-09T05:03:03,582 return self.run(options, args) 2025-09-09T05:03:03,582 ~~~~~~~~^^^^^^^^^^^^^^^ 2025-09-09T05:03:03,582 File "/usr/lib/python3/dist-packages/pip/_internal/cli/req_command.py", line 68, in wrapper 2025-09-09T05:03:03,582 return func(self, options, args) 2025-09-09T05:03:03,582 File "/usr/lib/python3/dist-packages/pip/_internal/commands/wheel.py", line 180, in run 2025-09-09T05:03:03,582 raise CommandError("Failed to build one or more wheels") 2025-09-09T05:03:03,582 pip._internal.exceptions.CommandError: Failed to build one or more wheels 2025-09-09T05:03:03,587 Removed build tracker: '/tmp/pip-build-tracker-t7f82b42'