Abacn commented on issue #30459:
URL: https://github.com/apache/beam/issues/30459#issuecomment-1981848636
There is another new failure:
```
:sdks:python:test-suites:dataflow:py38:tensorRTtests
```
```
ERROR:apache_beam.runners.dataflow.dataflow_runner:: JOB_MESSAGE_ERROR:
Traceback (most recent call last):
File "apache_beam/runners/common.py", line 1435, in
apache_beam.runners.common.DoFnRunner.process
File "apache_beam/runners/common.py", line 636, in
apache_beam.runners.common.SimpleInvoker.invoke_process
File "apache_beam/runners/common.py", line 1611, in
apache_beam.runners.common._OutputHandler.handle_process_outputs
File
"/opt/apache/beam-venv/beam-venv-worker-sdk-0-0/lib/python3.8/site-packages/apache_beam/runners/worker/bundle_processor.py",
line 1555, in process
initial_restriction = self.restriction_provider.initial_restriction(
File
"/opt/apache/beam-venv/beam-venv-worker-sdk-0-0/lib/python3.8/site-packages/apache_beam/io/iobase.py",
line 1631, in initial_restriction
range_tracker = element_source.get_range_tracker(None, None)
File
"/opt/apache/beam-venv/beam-venv-worker-sdk-0-0/lib/python3.8/site-packages/apache_beam/io/filebasedsource.py",
line 206, in get_range_tracker
return self._get_concat_source().get_range_tracker(
File
"/opt/apache/beam-venv/beam-venv-worker-sdk-0-0/lib/python3.8/site-packages/apache_beam/options/value_provider.py",
line 193, in _f
> Task :sdks:python:test-suites:dataflow:py38:tensorRTtests
return fnc(self, *args, **kwargs)
File
"/opt/apache/beam-venv/beam-venv-worker-sdk-0-0/lib/python3.8/site-packages/apache_beam/io/filebasedsource.py",
line 144, in _get_concat_source
match_result = FileSystems.match([pattern])[0]
File
"/opt/apache/beam-venv/beam-venv-worker-sdk-0-0/lib/python3.8/site-packages/apache_beam/io/filesystems.py",
line 204, in match
return filesystem.match(patterns, limits)
File
"/opt/apache/beam-venv/beam-venv-worker-sdk-0-0/lib/python3.8/site-packages/apache_beam/io/filesystem.py",
line 804, in match
raise BeamIOError("Match operation failed", exceptions)
apache_beam.io.filesystem.BeamIOError: Match operation failed with
exceptions {'gs://apache-beam-ml/testing/inputs/tensorrt_image_file_names.txt':
AttributeError("'Credentials' object has no attribute 'universe_domain'")}
```
--
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]