Abacn commented on PR #30458: URL: https://github.com/apache/beam/pull/30458#issuecomment-1971733983
The error is ``` test_1 | .pkg: _optional_hooks> python /usr/local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta test_1 | .pkg: get_requires_for_build_sdist> python /usr/local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta test_1 | hdfs_integration_test: packaging backend failed (code=1), with RuntimeError: External transform wrappers have not been generated and the standard external transforms config could not be found test_1 | <string>:34: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html test_1 | Traceback (most recent call last): test_1 | File "/usr/local/lib/python3.8/site-packages/pyproject_api/_backend.py", line 90, in run test_1 | outcome = backend_proxy(parsed_message["cmd"], **parsed_message["kwargs"]) test_1 | File "/usr/local/lib/python3.8/site-packages/pyproject_api/_backend.py", line 32, in __call__ test_1 | return getattr(on_object, name)(*args, **kwargs) test_1 | File "/app/sdks/python/target/.tox/.pkg/lib/python3.8/site-packages/setuptools/build_meta.py", line 328, in get_requires_for_build_sdist test_1 | return self._get_build_requires(config_settings, requirements=[]) test_1 | File "/app/sdks/python/target/.tox/.pkg/lib/python3.8/site-packages/setuptools/build_meta.py", line 295, in _get_build_requires test_1 | self.run_setup() test_1 | File "/app/sdks/python/target/.tox/.pkg/lib/python3.8/site-packages/setuptools/build_meta.py", line 311, in run_setup test_1 | exec(code, locals()) test_1 | File "<string>", line 300, in <module> test_1 | File "<string>", line 254, in generate_external_transform_wrappers test_1 | RuntimeError: External transform wrappers have not been generated and the standard external transforms config could not be found test_1 | Backend: run command get_requires_for_build_sdist with args {'config_settings': None} test_1 | b'' test_1 | Backend: Wrote response {'code': 1, 'exc_type': 'RuntimeError', 'exc_msg': 'External transform wrappers have not been generated and the standard external transforms config could not be found'} to /tmp/pep517_get_requires_for_build_sdist-_c1nbqtg.json test_1 | .pkg: _exit> python /usr/local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta test_1 | hdfs_integration_test: FAIL code 1 (11.52 seconds) test_1 | evaluation failed :( (11.76 seconds) hdfs_it-non-jenkins_test_1 exited with code 1 S ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
