You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@beam.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2023/03/21 19:09:15 UTC

Build failed in Jenkins: beam_PreCommit_Python_Coverage_Cron #272

See <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/272/display/redirect?page=changes>

Changes:

[noreply] Raise the Runtime error when DoFn.process uses both yield and return


------------------------------------------
[...truncated 692.15 KB...]
    declare_namespace(pkg)

target/.tox-py38-pytorch-19/py38-pytorch-19/lib/python3.8/site-packages/google/rpc/__init__.py:20
target/.tox-py38-pytorch-19/py38-pytorch-19/lib/python3.8/site-packages/google/rpc/__init__.py:20
target/.tox-py38-pytorch-19/py38-pytorch-19/lib/python3.8/site-packages/google/rpc/__init__.py:20
target/.tox-py38-pytorch-19/py38-pytorch-19/lib/python3.8/site-packages/google/rpc/__init__.py:20
target/.tox-py38-pytorch-19/py38-pytorch-19/lib/python3.8/site-packages/google/rpc/__init__.py:20
target/.tox-py38-pytorch-19/py38-pytorch-19/lib/python3.8/site-packages/google/rpc/__init__.py:20
target/.tox-py38-pytorch-19/py38-pytorch-19/lib/python3.8/site-packages/google/rpc/__init__.py:20
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-pytorch-19/py38-pytorch-19/lib/python3.8/site-packages/google/rpc/__init__.py>:20: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('google.rpc')`.
  Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
    pkg_resources.declare_namespace(__name__)

target/.tox-py38-pytorch-19/py38-pytorch-19/lib/python3.8/site-packages/tenacity/_asyncio.py:42
target/.tox-py38-pytorch-19/py38-pytorch-19/lib/python3.8/site-packages/tenacity/_asyncio.py:42
target/.tox-py38-pytorch-19/py38-pytorch-19/lib/python3.8/site-packages/tenacity/_asyncio.py:42
target/.tox-py38-pytorch-19/py38-pytorch-19/lib/python3.8/site-packages/tenacity/_asyncio.py:42
target/.tox-py38-pytorch-19/py38-pytorch-19/lib/python3.8/site-packages/tenacity/_asyncio.py:42
target/.tox-py38-pytorch-19/py38-pytorch-19/lib/python3.8/site-packages/tenacity/_asyncio.py:42
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-pytorch-19/py38-pytorch-19/lib/python3.8/site-packages/tenacity/_asyncio.py>:42: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead
    def call(self, fn, *args, **kwargs):

apache_beam/typehints/pandas_type_compatibility_test.py:67
apache_beam/typehints/pandas_type_compatibility_test.py:67
apache_beam/typehints/pandas_type_compatibility_test.py:67
apache_beam/typehints/pandas_type_compatibility_test.py:67
apache_beam/typehints/pandas_type_compatibility_test.py:67
apache_beam/typehints/pandas_type_compatibility_test.py:67
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/typehints/pandas_type_compatibility_test.py>:67: FutureWarning: pandas.Int64Index is deprecated and will be removed from pandas in a future version. Use pandas.Index with the appropriate dtype instead.
    }).set_index(pd.Int64Index(range(123, 223), name='an_index')),

apache_beam/typehints/pandas_type_compatibility_test.py:90
apache_beam/typehints/pandas_type_compatibility_test.py:90
apache_beam/typehints/pandas_type_compatibility_test.py:90
apache_beam/typehints/pandas_type_compatibility_test.py:90
apache_beam/typehints/pandas_type_compatibility_test.py:90
apache_beam/typehints/pandas_type_compatibility_test.py:90
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/typehints/pandas_type_compatibility_test.py>:90: FutureWarning: pandas.Int64Index is deprecated and will be removed from pandas in a future version. Use pandas.Index with the appropriate dtype instead.
    pd.Int64Index(range(123, 223), name='an_index'),

apache_beam/typehints/pandas_type_compatibility_test.py:91
apache_beam/typehints/pandas_type_compatibility_test.py:91
apache_beam/typehints/pandas_type_compatibility_test.py:91
apache_beam/typehints/pandas_type_compatibility_test.py:91
apache_beam/typehints/pandas_type_compatibility_test.py:91
apache_beam/typehints/pandas_type_compatibility_test.py:91
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/typehints/pandas_type_compatibility_test.py>:91: FutureWarning: pandas.Int64Index is deprecated and will be removed from pandas in a future version. Use pandas.Index with the appropriate dtype instead.
    pd.Int64Index(range(475, 575), name='another_index'),

apache_beam/ml/inference/pytorch_inference_test.py::PytorchRunInferenceTest::test_run_inference_keyed
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/ml/inference/pytorch_inference_test.py>:325: FutureWarning: PytorchModelHandlerKeyedTensor is experimental. No backwards-compatibility guarantees.
    inference_runner = TestPytorchModelHandlerKeyedTensorForInferenceOnly(

apache_beam/ml/inference/pytorch_inference_test.py::PytorchRunInferenceTest::test_run_inference_keyed_dict_output
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/ml/inference/pytorch_inference_test.py>:347: FutureWarning: PytorchModelHandlerKeyedTensor is experimental. No backwards-compatibility guarantees.
    inference_runner = TestPytorchModelHandlerKeyedTensorForInferenceOnly(

apache_beam/ml/inference/pytorch_inference_test.py::PytorchRunInferenceTest::test_run_inference_keyed_helper
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/ml/inference/pytorch_inference_test.py>:444: FutureWarning: PytorchModelHandlerKeyedTensor is experimental. No backwards-compatibility guarantees.
    inference_runner = TestPytorchModelHandlerKeyedTensorForInferenceOnly(

apache_beam/ml/inference/pytorch_inference_test.py::PytorchRunInferenceTest::test_inference_runner_inference_args
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/ml/inference/pytorch_inference_test.py>:372: FutureWarning: PytorchModelHandlerKeyedTensor is experimental. No backwards-compatibility guarantees.
    inference_runner = TestPytorchModelHandlerKeyedTensorForInferenceOnly(

apache_beam/ml/inference/pytorch_inference_test.py::PytorchRunInferencePipelineTest::test_torch_model_class_none
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/ml/inference/pytorch_inference_test.py>:762: FutureWarning: PytorchModelHandlerKeyedTensor is experimental. No backwards-compatibility guarantees.
    _ = (PytorchModelHandlerKeyedTensor(state_dict_path=torch_path))

apache_beam/ml/inference/pytorch_inference_test.py::PytorchRunInferencePipelineTest::test_pipeline_local_model_extra_inference_args_batching_args
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/ml/inference/pytorch_inference_test.py>:551: FutureWarning: PytorchModelHandlerKeyedTensor is experimental. No backwards-compatibility guarantees.
    model_handler = PytorchModelHandlerKeyedTensor(

apache_beam/ml/inference/pytorch_inference_test.py::PytorchRunInferencePipelineTest::test_pipeline_local_model_extra_inference_args_batching_args
apache_beam/ml/inference/pytorch_inference_test.py::PytorchRunInferencePipelineTest::test_pipeline_local_model_extra_inference_args
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-pytorch-19/py38-pytorch-19/lib/python3.8/site-packages/dill/_dill.py>:472: FutureWarning: PytorchModelHandlerKeyedTensor is experimental. No backwards-compatibility guarantees.
    obj = StockUnpickler.load(self)

apache_beam/ml/inference/pytorch_inference_test.py::PytorchRunInferencePipelineTest::test_pipeline_local_model_extra_inference_args
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/ml/inference/pytorch_inference_test.py>:507: FutureWarning: PytorchModelHandlerKeyedTensor is experimental. No backwards-compatibility guarantees.
    model_handler = PytorchModelHandlerKeyedTensor(

apache_beam/ml/inference/pytorch_inference_test.py::PytorchRunInferencePipelineTest::test_torch_model_state_dict_none
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/ml/inference/pytorch_inference_test.py>:777: FutureWarning: PytorchModelHandlerKeyedTensor is experimental. No backwards-compatibility guarantees.
    _ = PytorchModelHandlerKeyedTensor(model_class=PytorchLinearRegression)

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
- generated xml file: <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/pytest_py38-pytorch-19.xml> -
================= 51 passed, 9 skipped, 307 warnings in 17.25s =================
py38-pytorch-19 run-test-post: commands[0] | bash <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/scripts/run_tox_cleanup.sh>
___________________________________ summary ____________________________________
  py38-pytorch-19: commands succeeded
  congratulations :)

> Task :sdks:python:test-suites:tox:py38:testPy38tensorflow-212
GLOB sdist-make: <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/setup.py>
py38-tensorflow-212 create: <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-tensorflow-212/py38-tensorflow-212>
py38-tensorflow-212 installdeps: -rbuild-requirements.txt, tensorflow>=2.12rc1,<2.13
py38-tensorflow-212 inst: <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-tensorflow-212/.tmp/package/1/apache-beam-2.47.0.dev0.zip>
py38-tensorflow-212 installed: absl-py==1.4.0,apache-beam @ file://<https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-tensorflow-212/.tmp/package/1/apache-beam-2.47.0.dev0.zip,astunparse==1.6.3,attrs==22.2.0,cachetools==4.2.4,certifi==2022.12.7,cffi==1.15.1,charset-normalizer==3.1.0,cloudpickle==2.2.1,crcmod==1.7,cryptography==39.0.2,deprecation==2.1.0,dill==0.3.1.1,distlib==0.3.6,dnspython==2.3.0,docker==6.0.1,docopt==0.6.2,exceptiongroup==1.1.1,execnet==1.9.0,fastavro==1.7.3,fasteners==0.18,flatbuffers==23.3.3,freezegun==1.2.2,gast==0.4.0,google-api-core==2.11.0,google-apitools==0.5.31,google-auth==2.16.2,google-auth-httplib2==0.1.0,google-auth-oauthlib==0.4.6,google-cloud-bigquery==3.7.0,google-cloud-bigquery-storage==2.19.0,google-cloud-bigtable==2.17.0,google-cloud-core==2.3.2,google-cloud-datastore==2.15.0,google-cloud-dlp==3.12.0,google-cloud-language==2.9.0,google-cloud-pubsub==2.15.1,google-cloud-pubsublite==1.8.0,google-cloud-recommendations-ai==0.10.2,google-cloud-spanner==3.28.0,google-cloud-videointelligence==2.11.0,google-cloud-vision==3.4.0,google-crc32c==1.5.0,google-pasta==0.2.0,google-resumable-media==2.4.1,googleapis-common-protos==1.59.0,greenlet==2.0.2,grpc-google-iam-v1==0.12.6,grpcio==1.51.3,grpcio-status==1.51.3,grpcio-tools==1.51.3,h5py==3.8.0,hdfs==2.7.0,httplib2==0.21.0,hypothesis==6.70.0,idna==3.4,importlib-metadata==6.1.0,iniconfig==2.0.0,jax==0.4.6,joblib==1.2.0,keras==2.12.0,libclang==15.0.6.1,Markdown==3.4.1,MarkupSafe==2.1.2,mock==5.0.1,mypy-protobuf==3.4.0,numpy==1.23.5,oauth2client==4.1.3,oauthlib==3.2.2,objsize==0.6.1,opt-einsum==3.3.0,orjson==3.8.8,overrides==6.5.0,packaging==23.0,pandas==1.5.3,parameterized==0.8.1,pluggy==1.0.0,proto-plus==1.22.2,protobuf==4.22.1,psycopg2-binary==2.9.5,pyarrow==9.0.0,pyasn1==0.4.8,pyasn1-modules==0.2.8,pycparser==2.21,pydot==1.4.2,PyHamcrest==1.10.1,pymongo==4.3.3,PyMySQL==1.0.2,pyparsing==3.0.9,pytest==7.2.2,pytest-timeout==2.1.0,pytest-xdist==3.2.1,python-dateutil==2.8.2,pytz==2022.7.1,PyYAML==6.0,regex==2022.10.31,requests==2.28.2,requests-mock==1.10.0,requests-oauthlib==1.3.1,rsa==4.9,scikit-learn==1.2.2,scipy==1.10.1,six==1.16.0,sortedcontainers==2.4.0,SQLAlchemy==1.4.47,sqlparse==0.4.3,tenacity==5.1.5,tensorboard==2.12.0,tensorboard-data-server==0.7.0,tensorboard-plugin-wit==1.8.1,tensorflow==2.12.0rc1,tensorflow-estimator==2.12.0,tensorflow-io-gcs-filesystem==0.31.0,termcolor==2.2.0,testcontainers==3.7.1,threadpoolctl==3.1.0,tomli==2.0.1,types-protobuf==4.22.0.0,typing_extensions==4.5.0,urllib3==1.26.15,websocket-client==1.5.1,Werkzeug==2.2.3,wrapt==1.14.1,zipp==3.15.0,zstandard==0.20.0>
py38-tensorflow-212 run-test-pre: PYTHONHASHSEED='3618169969'
py38-tensorflow-212 run-test-pre: commands[0] | python --version
Python 3.8.10
py38-tensorflow-212 run-test-pre: commands[1] | pip --version
pip 23.0.1 from <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pip> (python 3.8)
py38-tensorflow-212 run-test-pre: commands[2] | pip check
No broken requirements found.
py38-tensorflow-212 run-test-pre: commands[3] | bash <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/scripts/run_tox_cleanup.sh>
py38-tensorflow-212 run-test: commands[0] | /bin/sh -c 'pip freeze | grep -E tensorflow'
apache-beam @ file://<https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-tensorflow-212/.tmp/package/1/apache-beam-2.47.0.dev0.zip>
tensorflow==2.12.0rc1
tensorflow-estimator==2.12.0
tensorflow-io-gcs-filesystem==0.31.0
py38-tensorflow-212 run-test: commands[1] | /bin/sh -c 'pytest -o junit_suite_name=py38-tensorflow-212 --junitxml=pytest_py38-tensorflow-212.xml -n 6 -m uses_tf ; ret=$?; [ $ret = 5 ] && exit 0 || exit $ret'
============================= test session starts ==============================
platform linux -- Python 3.8.10, pytest-7.2.2, pluggy-1.0.0
cachedir: target/.tox-py38-tensorflow-212/py38-tensorflow-212/.pytest_cache
rootdir: <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python,> configfile: pytest.ini
plugins: xdist-3.2.1, hypothesis-6.70.0, timeout-2.1.0, requests-mock-1.10.0
timeout: 600.0s
timeout method: signal
timeout func_only: False
gw0 I / gw1 I / gw2 I / gw3 I / gw4 I / gw5 I
gw0 [3] / gw1 [3] / gw2 [3] / gw3 [3] / gw4 [3] / gw5 [3]

sss                                                                      [100%]
=============================== warnings summary ===============================
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/hdfs/config.py:15
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/hdfs/config.py:15
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/hdfs/config.py:15
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/hdfs/config.py:15
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/hdfs/config.py:15
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/hdfs/config.py:15
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/hdfs/config.py:15
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/hdfs/config.py>:15: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
    from imp import load_source

target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:2804: 126 warnings
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py>:2804: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('google')`.
  Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
    declare_namespace(pkg)

target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:2804: 91 warnings
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py>:2804: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('google.cloud')`.
  Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
    declare_namespace(pkg)

target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:2309: 28 warnings
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py>:2309: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('google')`.
  Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
    declare_namespace(parent)

target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:2804
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:2804
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:2804
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:2804
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:2804
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:2804
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:2804
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py>:2804: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('google.logging')`.
  Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
    declare_namespace(pkg)

target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:2804
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:2804
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:2804
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:2804
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:2804
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:2804
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:2804
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py>:2804: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('google.iam')`.
  Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
    declare_namespace(pkg)

target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/google/rpc/__init__.py:20
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/google/rpc/__init__.py:20
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/google/rpc/__init__.py:20
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/google/rpc/__init__.py:20
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/google/rpc/__init__.py:20
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/google/rpc/__init__.py:20
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/google/rpc/__init__.py:20
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/google/rpc/__init__.py>:20: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('google.rpc')`.
  Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
    pkg_resources.declare_namespace(__name__)

target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/tenacity/_asyncio.py:42
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/tenacity/_asyncio.py:42
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/tenacity/_asyncio.py:42
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/tenacity/_asyncio.py:42
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/tenacity/_asyncio.py:42
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/tenacity/_asyncio.py:42
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/tenacity/_asyncio.py>:42: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead
    def call(self, fn, *args, **kwargs):

apache_beam/typehints/pandas_type_compatibility_test.py:67
apache_beam/typehints/pandas_type_compatibility_test.py:67
apache_beam/typehints/pandas_type_compatibility_test.py:67
apache_beam/typehints/pandas_type_compatibility_test.py:67
apache_beam/typehints/pandas_type_compatibility_test.py:67
apache_beam/typehints/pandas_type_compatibility_test.py:67
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/typehints/pandas_type_compatibility_test.py>:67: FutureWarning: pandas.Int64Index is deprecated and will be removed from pandas in a future version. Use pandas.Index with the appropriate dtype instead.
    }).set_index(pd.Int64Index(range(123, 223), name='an_index')),

apache_beam/typehints/pandas_type_compatibility_test.py:90
apache_beam/typehints/pandas_type_compatibility_test.py:90
apache_beam/typehints/pandas_type_compatibility_test.py:90
apache_beam/typehints/pandas_type_compatibility_test.py:90
apache_beam/typehints/pandas_type_compatibility_test.py:90
apache_beam/typehints/pandas_type_compatibility_test.py:90
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/typehints/pandas_type_compatibility_test.py>:90: FutureWarning: pandas.Int64Index is deprecated and will be removed from pandas in a future version. Use pandas.Index with the appropriate dtype instead.
    pd.Int64Index(range(123, 223), name='an_index'),

apache_beam/typehints/pandas_type_compatibility_test.py:91
apache_beam/typehints/pandas_type_compatibility_test.py:91
apache_beam/typehints/pandas_type_compatibility_test.py:91
apache_beam/typehints/pandas_type_compatibility_test.py:91
apache_beam/typehints/pandas_type_compatibility_test.py:91
apache_beam/typehints/pandas_type_compatibility_test.py:91
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/typehints/pandas_type_compatibility_test.py>:91: FutureWarning: pandas.Int64Index is deprecated and will be removed from pandas in a future version. Use pandas.Index with the appropriate dtype instead.
    pd.Int64Index(range(475, 575), name='another_index'),

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
- generated xml file: <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/pytest_py38-tensorflow-212.xml> -
====================== 12 skipped, 297 warnings in 15.89s ======================
py38-tensorflow-212 run-test-post: commands[0] | bash <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/scripts/run_tox_cleanup.sh>
___________________________________ summary ____________________________________
  py38-tensorflow-212: commands succeeded
  congratulations :)

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':sdks:python:test-suites:tox:py38:testPy38CloudCoverage'.
> Process 'command 'sh'' finished with non-zero exit value 1

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.

* Get more help at https://help.gradle.org

BUILD FAILED in 49m 53s
29 actionable tasks: 23 executed, 4 from cache, 2 up-to-date

Publishing build scan...
https://gradle.com/s/yzxq62y2lqvxc

Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Jenkins build is back to normal : beam_PreCommit_Python_Coverage_Cron #275

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/275/display/redirect>


---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Build failed in Jenkins: beam_PreCommit_Python_Coverage_Cron #274

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/274/display/redirect>

Changes:


------------------------------------------
[...truncated 692.17 KB...]
    declare_namespace(pkg)

target/.tox-py38-pytorch-19/py38-pytorch-19/lib/python3.8/site-packages/google/rpc/__init__.py:20
target/.tox-py38-pytorch-19/py38-pytorch-19/lib/python3.8/site-packages/google/rpc/__init__.py:20
target/.tox-py38-pytorch-19/py38-pytorch-19/lib/python3.8/site-packages/google/rpc/__init__.py:20
target/.tox-py38-pytorch-19/py38-pytorch-19/lib/python3.8/site-packages/google/rpc/__init__.py:20
target/.tox-py38-pytorch-19/py38-pytorch-19/lib/python3.8/site-packages/google/rpc/__init__.py:20
target/.tox-py38-pytorch-19/py38-pytorch-19/lib/python3.8/site-packages/google/rpc/__init__.py:20
target/.tox-py38-pytorch-19/py38-pytorch-19/lib/python3.8/site-packages/google/rpc/__init__.py:20
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-pytorch-19/py38-pytorch-19/lib/python3.8/site-packages/google/rpc/__init__.py>:20: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('google.rpc')`.
  Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
    pkg_resources.declare_namespace(__name__)

target/.tox-py38-pytorch-19/py38-pytorch-19/lib/python3.8/site-packages/tenacity/_asyncio.py:42
target/.tox-py38-pytorch-19/py38-pytorch-19/lib/python3.8/site-packages/tenacity/_asyncio.py:42
target/.tox-py38-pytorch-19/py38-pytorch-19/lib/python3.8/site-packages/tenacity/_asyncio.py:42
target/.tox-py38-pytorch-19/py38-pytorch-19/lib/python3.8/site-packages/tenacity/_asyncio.py:42
target/.tox-py38-pytorch-19/py38-pytorch-19/lib/python3.8/site-packages/tenacity/_asyncio.py:42
target/.tox-py38-pytorch-19/py38-pytorch-19/lib/python3.8/site-packages/tenacity/_asyncio.py:42
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-pytorch-19/py38-pytorch-19/lib/python3.8/site-packages/tenacity/_asyncio.py>:42: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead
    def call(self, fn, *args, **kwargs):

apache_beam/typehints/pandas_type_compatibility_test.py:67
apache_beam/typehints/pandas_type_compatibility_test.py:67
apache_beam/typehints/pandas_type_compatibility_test.py:67
apache_beam/typehints/pandas_type_compatibility_test.py:67
apache_beam/typehints/pandas_type_compatibility_test.py:67
apache_beam/typehints/pandas_type_compatibility_test.py:67
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/typehints/pandas_type_compatibility_test.py>:67: FutureWarning: pandas.Int64Index is deprecated and will be removed from pandas in a future version. Use pandas.Index with the appropriate dtype instead.
    }).set_index(pd.Int64Index(range(123, 223), name='an_index')),

apache_beam/typehints/pandas_type_compatibility_test.py:90
apache_beam/typehints/pandas_type_compatibility_test.py:90
apache_beam/typehints/pandas_type_compatibility_test.py:90
apache_beam/typehints/pandas_type_compatibility_test.py:90
apache_beam/typehints/pandas_type_compatibility_test.py:90
apache_beam/typehints/pandas_type_compatibility_test.py:90
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/typehints/pandas_type_compatibility_test.py>:90: FutureWarning: pandas.Int64Index is deprecated and will be removed from pandas in a future version. Use pandas.Index with the appropriate dtype instead.
    pd.Int64Index(range(123, 223), name='an_index'),

apache_beam/typehints/pandas_type_compatibility_test.py:91
apache_beam/typehints/pandas_type_compatibility_test.py:91
apache_beam/typehints/pandas_type_compatibility_test.py:91
apache_beam/typehints/pandas_type_compatibility_test.py:91
apache_beam/typehints/pandas_type_compatibility_test.py:91
apache_beam/typehints/pandas_type_compatibility_test.py:91
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/typehints/pandas_type_compatibility_test.py>:91: FutureWarning: pandas.Int64Index is deprecated and will be removed from pandas in a future version. Use pandas.Index with the appropriate dtype instead.
    pd.Int64Index(range(475, 575), name='another_index'),

apache_beam/ml/inference/pytorch_inference_test.py::PytorchRunInferenceTest::test_run_inference_keyed
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/ml/inference/pytorch_inference_test.py>:325: FutureWarning: PytorchModelHandlerKeyedTensor is experimental. No backwards-compatibility guarantees.
    inference_runner = TestPytorchModelHandlerKeyedTensorForInferenceOnly(

apache_beam/ml/inference/pytorch_inference_test.py::PytorchRunInferenceTest::test_run_inference_keyed_helper
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/ml/inference/pytorch_inference_test.py>:444: FutureWarning: PytorchModelHandlerKeyedTensor is experimental. No backwards-compatibility guarantees.
    inference_runner = TestPytorchModelHandlerKeyedTensorForInferenceOnly(

apache_beam/ml/inference/pytorch_inference_test.py::PytorchRunInferenceTest::test_run_inference_keyed_dict_output
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/ml/inference/pytorch_inference_test.py>:347: FutureWarning: PytorchModelHandlerKeyedTensor is experimental. No backwards-compatibility guarantees.
    inference_runner = TestPytorchModelHandlerKeyedTensorForInferenceOnly(

apache_beam/ml/inference/pytorch_inference_test.py::PytorchRunInferenceTest::test_inference_runner_inference_args
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/ml/inference/pytorch_inference_test.py>:372: FutureWarning: PytorchModelHandlerKeyedTensor is experimental. No backwards-compatibility guarantees.
    inference_runner = TestPytorchModelHandlerKeyedTensorForInferenceOnly(

apache_beam/ml/inference/pytorch_inference_test.py::PytorchRunInferencePipelineTest::test_torch_model_class_none
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/ml/inference/pytorch_inference_test.py>:762: FutureWarning: PytorchModelHandlerKeyedTensor is experimental. No backwards-compatibility guarantees.
    _ = (PytorchModelHandlerKeyedTensor(state_dict_path=torch_path))

apache_beam/ml/inference/pytorch_inference_test.py::PytorchRunInferencePipelineTest::test_pipeline_local_model_extra_inference_args_batching_args
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/ml/inference/pytorch_inference_test.py>:551: FutureWarning: PytorchModelHandlerKeyedTensor is experimental. No backwards-compatibility guarantees.
    model_handler = PytorchModelHandlerKeyedTensor(

apache_beam/ml/inference/pytorch_inference_test.py::PytorchRunInferencePipelineTest::test_pipeline_local_model_extra_inference_args_batching_args
apache_beam/ml/inference/pytorch_inference_test.py::PytorchRunInferencePipelineTest::test_pipeline_local_model_extra_inference_args
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-pytorch-19/py38-pytorch-19/lib/python3.8/site-packages/dill/_dill.py>:472: FutureWarning: PytorchModelHandlerKeyedTensor is experimental. No backwards-compatibility guarantees.
    obj = StockUnpickler.load(self)

apache_beam/ml/inference/pytorch_inference_test.py::PytorchRunInferencePipelineTest::test_torch_model_state_dict_none
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/ml/inference/pytorch_inference_test.py>:777: FutureWarning: PytorchModelHandlerKeyedTensor is experimental. No backwards-compatibility guarantees.
    _ = PytorchModelHandlerKeyedTensor(model_class=PytorchLinearRegression)

apache_beam/ml/inference/pytorch_inference_test.py::PytorchRunInferencePipelineTest::test_pipeline_local_model_extra_inference_args
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/ml/inference/pytorch_inference_test.py>:507: FutureWarning: PytorchModelHandlerKeyedTensor is experimental. No backwards-compatibility guarantees.
    model_handler = PytorchModelHandlerKeyedTensor(

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
- generated xml file: <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/pytest_py38-pytorch-19.xml> -
================= 51 passed, 9 skipped, 307 warnings in 15.07s =================
py38-pytorch-19 run-test-post: commands[0] | bash <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/scripts/run_tox_cleanup.sh>
___________________________________ summary ____________________________________
  py38-pytorch-19: commands succeeded
  congratulations :)

> Task :sdks:python:test-suites:tox:py38:testPy38tensorflow-212
GLOB sdist-make: <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/setup.py>
py38-tensorflow-212 create: <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-tensorflow-212/py38-tensorflow-212>
py38-tensorflow-212 installdeps: -rbuild-requirements.txt, tensorflow>=2.12rc1,<2.13
py38-tensorflow-212 inst: <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-tensorflow-212/.tmp/package/1/apache-beam-2.47.0.dev0.zip>
py38-tensorflow-212 installed: absl-py==1.4.0,apache-beam @ file://<https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-tensorflow-212/.tmp/package/1/apache-beam-2.47.0.dev0.zip,astunparse==1.6.3,attrs==22.2.0,cachetools==4.2.4,certifi==2022.12.7,cffi==1.15.1,charset-normalizer==3.1.0,cloudpickle==2.2.1,crcmod==1.7,cryptography==39.0.2,deprecation==2.1.0,dill==0.3.1.1,distlib==0.3.6,dnspython==2.3.0,docker==6.0.1,docopt==0.6.2,exceptiongroup==1.1.1,execnet==1.9.0,fastavro==1.7.3,fasteners==0.18,flatbuffers==23.3.3,freezegun==1.2.2,gast==0.4.0,google-api-core==2.11.0,google-apitools==0.5.31,google-auth==2.16.2,google-auth-httplib2==0.1.0,google-auth-oauthlib==0.4.6,google-cloud-bigquery==3.7.0,google-cloud-bigquery-storage==2.19.0,google-cloud-bigtable==2.17.0,google-cloud-core==2.3.2,google-cloud-datastore==2.15.0,google-cloud-dlp==3.12.0,google-cloud-language==2.9.0,google-cloud-pubsub==2.15.1,google-cloud-pubsublite==1.8.0,google-cloud-recommendations-ai==0.10.2,google-cloud-spanner==3.28.0,google-cloud-videointelligence==2.11.0,google-cloud-vision==3.4.0,google-crc32c==1.5.0,google-pasta==0.2.0,google-resumable-media==2.4.1,googleapis-common-protos==1.59.0,greenlet==2.0.2,grpc-google-iam-v1==0.12.6,grpcio==1.51.3,grpcio-status==1.51.3,grpcio-tools==1.51.3,h5py==3.8.0,hdfs==2.7.0,httplib2==0.21.0,hypothesis==6.70.0,idna==3.4,importlib-metadata==6.1.0,iniconfig==2.0.0,jax==0.4.6,joblib==1.2.0,keras==2.12.0,libclang==15.0.6.1,Markdown==3.4.1,MarkupSafe==2.1.2,mock==5.0.1,mypy-protobuf==3.4.0,numpy==1.23.5,oauth2client==4.1.3,oauthlib==3.2.2,objsize==0.6.1,opt-einsum==3.3.0,orjson==3.8.8,overrides==6.5.0,packaging==23.0,pandas==1.5.3,parameterized==0.8.1,pluggy==1.0.0,proto-plus==1.22.2,protobuf==4.22.1,psycopg2-binary==2.9.5,pyarrow==9.0.0,pyasn1==0.4.8,pyasn1-modules==0.2.8,pycparser==2.21,pydot==1.4.2,PyHamcrest==1.10.1,pymongo==4.3.3,PyMySQL==1.0.2,pyparsing==3.0.9,pytest==7.2.2,pytest-timeout==2.1.0,pytest-xdist==3.2.1,python-dateutil==2.8.2,pytz==2022.7.1,PyYAML==6.0,regex==2022.10.31,requests==2.28.2,requests-mock==1.10.0,requests-oauthlib==1.3.1,rsa==4.9,scikit-learn==1.2.2,scipy==1.10.1,six==1.16.0,sortedcontainers==2.4.0,SQLAlchemy==1.4.47,sqlparse==0.4.3,tenacity==5.1.5,tensorboard==2.12.0,tensorboard-data-server==0.7.0,tensorboard-plugin-wit==1.8.1,tensorflow==2.12.0rc1,tensorflow-estimator==2.12.0,tensorflow-io-gcs-filesystem==0.31.0,termcolor==2.2.0,testcontainers==3.7.1,threadpoolctl==3.1.0,tomli==2.0.1,types-protobuf==4.22.0.0,typing_extensions==4.5.0,urllib3==1.26.15,websocket-client==1.5.1,Werkzeug==2.2.3,wrapt==1.14.1,zipp==3.15.0,zstandard==0.20.0>
py38-tensorflow-212 run-test-pre: PYTHONHASHSEED='1061402454'
py38-tensorflow-212 run-test-pre: commands[0] | python --version
Python 3.8.10
py38-tensorflow-212 run-test-pre: commands[1] | pip --version
pip 23.0.1 from <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pip> (python 3.8)
py38-tensorflow-212 run-test-pre: commands[2] | pip check
No broken requirements found.
py38-tensorflow-212 run-test-pre: commands[3] | bash <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/scripts/run_tox_cleanup.sh>
py38-tensorflow-212 run-test: commands[0] | /bin/sh -c 'pip freeze | grep -E tensorflow'
apache-beam @ file://<https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-tensorflow-212/.tmp/package/1/apache-beam-2.47.0.dev0.zip>
tensorflow==2.12.0rc1
tensorflow-estimator==2.12.0
tensorflow-io-gcs-filesystem==0.31.0
py38-tensorflow-212 run-test: commands[1] | /bin/sh -c 'pytest -o junit_suite_name=py38-tensorflow-212 --junitxml=pytest_py38-tensorflow-212.xml -n 6 -m uses_tf ; ret=$?; [ $ret = 5 ] && exit 0 || exit $ret'
============================= test session starts ==============================
platform linux -- Python 3.8.10, pytest-7.2.2, pluggy-1.0.0
cachedir: target/.tox-py38-tensorflow-212/py38-tensorflow-212/.pytest_cache
rootdir: <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python,> configfile: pytest.ini
plugins: xdist-3.2.1, hypothesis-6.70.0, timeout-2.1.0, requests-mock-1.10.0
timeout: 600.0s
timeout method: signal
timeout func_only: False
gw0 I / gw1 I / gw2 I / gw3 I / gw4 I / gw5 I
gw0 [3] / gw1 [3] / gw2 [3] / gw3 [3] / gw4 [3] / gw5 [3]

sss                                                                      [100%]
=============================== warnings summary ===============================
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/hdfs/config.py:15
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/hdfs/config.py:15
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/hdfs/config.py:15
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/hdfs/config.py:15
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/hdfs/config.py:15
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/hdfs/config.py:15
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/hdfs/config.py:15
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/hdfs/config.py>:15: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
    from imp import load_source

target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:2804: 126 warnings
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py>:2804: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('google')`.
  Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
    declare_namespace(pkg)

target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:2804: 91 warnings
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py>:2804: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('google.cloud')`.
  Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
    declare_namespace(pkg)

target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:2309: 28 warnings
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py>:2309: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('google')`.
  Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
    declare_namespace(parent)

target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:2804
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:2804
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:2804
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:2804
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:2804
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:2804
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:2804
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py>:2804: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('google.logging')`.
  Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
    declare_namespace(pkg)

target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:2804
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:2804
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:2804
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:2804
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:2804
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:2804
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:2804
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py>:2804: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('google.iam')`.
  Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
    declare_namespace(pkg)

target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/google/rpc/__init__.py:20
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/google/rpc/__init__.py:20
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/google/rpc/__init__.py:20
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/google/rpc/__init__.py:20
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/google/rpc/__init__.py:20
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/google/rpc/__init__.py:20
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/google/rpc/__init__.py:20
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/google/rpc/__init__.py>:20: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('google.rpc')`.
  Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
    pkg_resources.declare_namespace(__name__)

target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/tenacity/_asyncio.py:42
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/tenacity/_asyncio.py:42
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/tenacity/_asyncio.py:42
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/tenacity/_asyncio.py:42
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/tenacity/_asyncio.py:42
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/tenacity/_asyncio.py:42
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/tenacity/_asyncio.py>:42: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead
    def call(self, fn, *args, **kwargs):

apache_beam/typehints/pandas_type_compatibility_test.py:67
apache_beam/typehints/pandas_type_compatibility_test.py:67
apache_beam/typehints/pandas_type_compatibility_test.py:67
apache_beam/typehints/pandas_type_compatibility_test.py:67
apache_beam/typehints/pandas_type_compatibility_test.py:67
apache_beam/typehints/pandas_type_compatibility_test.py:67
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/typehints/pandas_type_compatibility_test.py>:67: FutureWarning: pandas.Int64Index is deprecated and will be removed from pandas in a future version. Use pandas.Index with the appropriate dtype instead.
    }).set_index(pd.Int64Index(range(123, 223), name='an_index')),

apache_beam/typehints/pandas_type_compatibility_test.py:90
apache_beam/typehints/pandas_type_compatibility_test.py:90
apache_beam/typehints/pandas_type_compatibility_test.py:90
apache_beam/typehints/pandas_type_compatibility_test.py:90
apache_beam/typehints/pandas_type_compatibility_test.py:90
apache_beam/typehints/pandas_type_compatibility_test.py:90
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/typehints/pandas_type_compatibility_test.py>:90: FutureWarning: pandas.Int64Index is deprecated and will be removed from pandas in a future version. Use pandas.Index with the appropriate dtype instead.
    pd.Int64Index(range(123, 223), name='an_index'),

apache_beam/typehints/pandas_type_compatibility_test.py:91
apache_beam/typehints/pandas_type_compatibility_test.py:91
apache_beam/typehints/pandas_type_compatibility_test.py:91
apache_beam/typehints/pandas_type_compatibility_test.py:91
apache_beam/typehints/pandas_type_compatibility_test.py:91
apache_beam/typehints/pandas_type_compatibility_test.py:91
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/typehints/pandas_type_compatibility_test.py>:91: FutureWarning: pandas.Int64Index is deprecated and will be removed from pandas in a future version. Use pandas.Index with the appropriate dtype instead.
    pd.Int64Index(range(475, 575), name='another_index'),

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
- generated xml file: <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/pytest_py38-tensorflow-212.xml> -
====================== 12 skipped, 297 warnings in 15.10s ======================
py38-tensorflow-212 run-test-post: commands[0] | bash <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/scripts/run_tox_cleanup.sh>
___________________________________ summary ____________________________________
  py38-tensorflow-212: commands succeeded
  congratulations :)

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':sdks:python:test-suites:tox:py38:testPy38CloudCoverage'.
> Process 'command 'sh'' finished with non-zero exit value 1

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.

* Get more help at https://help.gradle.org

BUILD FAILED in 40m 46s
29 actionable tasks: 23 executed, 4 from cache, 2 up-to-date

Publishing build scan...
https://gradle.com/s/tmzf33hhtih3u

Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Build failed in Jenkins: beam_PreCommit_Python_Coverage_Cron #273

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/273/display/redirect>

Changes:


------------------------------------------
[...truncated 692.10 KB...]
    declare_namespace(pkg)

target/.tox-py38-pytorch-19/py38-pytorch-19/lib/python3.8/site-packages/google/rpc/__init__.py:20
target/.tox-py38-pytorch-19/py38-pytorch-19/lib/python3.8/site-packages/google/rpc/__init__.py:20
target/.tox-py38-pytorch-19/py38-pytorch-19/lib/python3.8/site-packages/google/rpc/__init__.py:20
target/.tox-py38-pytorch-19/py38-pytorch-19/lib/python3.8/site-packages/google/rpc/__init__.py:20
target/.tox-py38-pytorch-19/py38-pytorch-19/lib/python3.8/site-packages/google/rpc/__init__.py:20
target/.tox-py38-pytorch-19/py38-pytorch-19/lib/python3.8/site-packages/google/rpc/__init__.py:20
target/.tox-py38-pytorch-19/py38-pytorch-19/lib/python3.8/site-packages/google/rpc/__init__.py:20
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-pytorch-19/py38-pytorch-19/lib/python3.8/site-packages/google/rpc/__init__.py>:20: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('google.rpc')`.
  Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
    pkg_resources.declare_namespace(__name__)

target/.tox-py38-pytorch-19/py38-pytorch-19/lib/python3.8/site-packages/tenacity/_asyncio.py:42
target/.tox-py38-pytorch-19/py38-pytorch-19/lib/python3.8/site-packages/tenacity/_asyncio.py:42
target/.tox-py38-pytorch-19/py38-pytorch-19/lib/python3.8/site-packages/tenacity/_asyncio.py:42
target/.tox-py38-pytorch-19/py38-pytorch-19/lib/python3.8/site-packages/tenacity/_asyncio.py:42
target/.tox-py38-pytorch-19/py38-pytorch-19/lib/python3.8/site-packages/tenacity/_asyncio.py:42
target/.tox-py38-pytorch-19/py38-pytorch-19/lib/python3.8/site-packages/tenacity/_asyncio.py:42
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-pytorch-19/py38-pytorch-19/lib/python3.8/site-packages/tenacity/_asyncio.py>:42: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead
    def call(self, fn, *args, **kwargs):

apache_beam/typehints/pandas_type_compatibility_test.py:67
apache_beam/typehints/pandas_type_compatibility_test.py:67
apache_beam/typehints/pandas_type_compatibility_test.py:67
apache_beam/typehints/pandas_type_compatibility_test.py:67
apache_beam/typehints/pandas_type_compatibility_test.py:67
apache_beam/typehints/pandas_type_compatibility_test.py:67
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/typehints/pandas_type_compatibility_test.py>:67: FutureWarning: pandas.Int64Index is deprecated and will be removed from pandas in a future version. Use pandas.Index with the appropriate dtype instead.
    }).set_index(pd.Int64Index(range(123, 223), name='an_index')),

apache_beam/typehints/pandas_type_compatibility_test.py:90
apache_beam/typehints/pandas_type_compatibility_test.py:90
apache_beam/typehints/pandas_type_compatibility_test.py:90
apache_beam/typehints/pandas_type_compatibility_test.py:90
apache_beam/typehints/pandas_type_compatibility_test.py:90
apache_beam/typehints/pandas_type_compatibility_test.py:90
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/typehints/pandas_type_compatibility_test.py>:90: FutureWarning: pandas.Int64Index is deprecated and will be removed from pandas in a future version. Use pandas.Index with the appropriate dtype instead.
    pd.Int64Index(range(123, 223), name='an_index'),

apache_beam/typehints/pandas_type_compatibility_test.py:91
apache_beam/typehints/pandas_type_compatibility_test.py:91
apache_beam/typehints/pandas_type_compatibility_test.py:91
apache_beam/typehints/pandas_type_compatibility_test.py:91
apache_beam/typehints/pandas_type_compatibility_test.py:91
apache_beam/typehints/pandas_type_compatibility_test.py:91
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/typehints/pandas_type_compatibility_test.py>:91: FutureWarning: pandas.Int64Index is deprecated and will be removed from pandas in a future version. Use pandas.Index with the appropriate dtype instead.
    pd.Int64Index(range(475, 575), name='another_index'),

apache_beam/ml/inference/pytorch_inference_test.py::PytorchRunInferenceTest::test_run_inference_keyed
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/ml/inference/pytorch_inference_test.py>:325: FutureWarning: PytorchModelHandlerKeyedTensor is experimental. No backwards-compatibility guarantees.
    inference_runner = TestPytorchModelHandlerKeyedTensorForInferenceOnly(

apache_beam/ml/inference/pytorch_inference_test.py::PytorchRunInferenceTest::test_inference_runner_inference_args
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/ml/inference/pytorch_inference_test.py>:372: FutureWarning: PytorchModelHandlerKeyedTensor is experimental. No backwards-compatibility guarantees.
    inference_runner = TestPytorchModelHandlerKeyedTensorForInferenceOnly(

apache_beam/ml/inference/pytorch_inference_test.py::PytorchRunInferenceTest::test_run_inference_keyed_helper
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/ml/inference/pytorch_inference_test.py>:444: FutureWarning: PytorchModelHandlerKeyedTensor is experimental. No backwards-compatibility guarantees.
    inference_runner = TestPytorchModelHandlerKeyedTensorForInferenceOnly(

apache_beam/ml/inference/pytorch_inference_test.py::PytorchRunInferenceTest::test_run_inference_keyed_dict_output
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/ml/inference/pytorch_inference_test.py>:347: FutureWarning: PytorchModelHandlerKeyedTensor is experimental. No backwards-compatibility guarantees.
    inference_runner = TestPytorchModelHandlerKeyedTensorForInferenceOnly(

apache_beam/ml/inference/pytorch_inference_test.py::PytorchRunInferencePipelineTest::test_torch_model_class_none
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/ml/inference/pytorch_inference_test.py>:762: FutureWarning: PytorchModelHandlerKeyedTensor is experimental. No backwards-compatibility guarantees.
    _ = (PytorchModelHandlerKeyedTensor(state_dict_path=torch_path))

apache_beam/ml/inference/pytorch_inference_test.py::PytorchRunInferencePipelineTest::test_torch_model_state_dict_none
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/ml/inference/pytorch_inference_test.py>:777: FutureWarning: PytorchModelHandlerKeyedTensor is experimental. No backwards-compatibility guarantees.
    _ = PytorchModelHandlerKeyedTensor(model_class=PytorchLinearRegression)

apache_beam/ml/inference/pytorch_inference_test.py::PytorchRunInferencePipelineTest::test_pipeline_local_model_extra_inference_args
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/ml/inference/pytorch_inference_test.py>:507: FutureWarning: PytorchModelHandlerKeyedTensor is experimental. No backwards-compatibility guarantees.
    model_handler = PytorchModelHandlerKeyedTensor(

apache_beam/ml/inference/pytorch_inference_test.py::PytorchRunInferencePipelineTest::test_pipeline_local_model_extra_inference_args
apache_beam/ml/inference/pytorch_inference_test.py::PytorchRunInferencePipelineTest::test_pipeline_local_model_extra_inference_args_batching_args
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-pytorch-19/py38-pytorch-19/lib/python3.8/site-packages/dill/_dill.py>:472: FutureWarning: PytorchModelHandlerKeyedTensor is experimental. No backwards-compatibility guarantees.
    obj = StockUnpickler.load(self)

apache_beam/ml/inference/pytorch_inference_test.py::PytorchRunInferencePipelineTest::test_pipeline_local_model_extra_inference_args_batching_args
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/ml/inference/pytorch_inference_test.py>:551: FutureWarning: PytorchModelHandlerKeyedTensor is experimental. No backwards-compatibility guarantees.
    model_handler = PytorchModelHandlerKeyedTensor(

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
- generated xml file: <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/pytest_py38-pytorch-19.xml> -
================= 51 passed, 9 skipped, 307 warnings in 21.07s =================
py38-pytorch-19 run-test-post: commands[0] | bash <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/scripts/run_tox_cleanup.sh>
___________________________________ summary ____________________________________
  py38-pytorch-19: commands succeeded
  congratulations :)

> Task :sdks:python:test-suites:tox:py38:testPy38tensorflow-212
GLOB sdist-make: <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/setup.py>
py38-tensorflow-212 create: <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-tensorflow-212/py38-tensorflow-212>
py38-tensorflow-212 installdeps: -rbuild-requirements.txt, tensorflow>=2.12rc1,<2.13
py38-tensorflow-212 inst: <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-tensorflow-212/.tmp/package/1/apache-beam-2.47.0.dev0.zip>
py38-tensorflow-212 installed: absl-py==1.4.0,apache-beam @ file://<https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-tensorflow-212/.tmp/package/1/apache-beam-2.47.0.dev0.zip,astunparse==1.6.3,attrs==22.2.0,cachetools==4.2.4,certifi==2022.12.7,cffi==1.15.1,charset-normalizer==3.1.0,cloudpickle==2.2.1,crcmod==1.7,cryptography==39.0.2,deprecation==2.1.0,dill==0.3.1.1,distlib==0.3.6,dnspython==2.3.0,docker==6.0.1,docopt==0.6.2,exceptiongroup==1.1.1,execnet==1.9.0,fastavro==1.7.3,fasteners==0.18,flatbuffers==23.3.3,freezegun==1.2.2,gast==0.4.0,google-api-core==2.11.0,google-apitools==0.5.31,google-auth==2.16.2,google-auth-httplib2==0.1.0,google-auth-oauthlib==0.4.6,google-cloud-bigquery==3.7.0,google-cloud-bigquery-storage==2.19.0,google-cloud-bigtable==2.17.0,google-cloud-core==2.3.2,google-cloud-datastore==2.15.0,google-cloud-dlp==3.12.0,google-cloud-language==2.9.0,google-cloud-pubsub==2.15.1,google-cloud-pubsublite==1.8.0,google-cloud-recommendations-ai==0.10.2,google-cloud-spanner==3.28.0,google-cloud-videointelligence==2.11.0,google-cloud-vision==3.4.0,google-crc32c==1.5.0,google-pasta==0.2.0,google-resumable-media==2.4.1,googleapis-common-protos==1.59.0,greenlet==2.0.2,grpc-google-iam-v1==0.12.6,grpcio==1.51.3,grpcio-status==1.51.3,grpcio-tools==1.51.3,h5py==3.8.0,hdfs==2.7.0,httplib2==0.21.0,hypothesis==6.70.0,idna==3.4,importlib-metadata==6.1.0,iniconfig==2.0.0,jax==0.4.6,joblib==1.2.0,keras==2.12.0,libclang==15.0.6.1,Markdown==3.4.1,MarkupSafe==2.1.2,mock==5.0.1,mypy-protobuf==3.4.0,numpy==1.23.5,oauth2client==4.1.3,oauthlib==3.2.2,objsize==0.6.1,opt-einsum==3.3.0,orjson==3.8.8,overrides==6.5.0,packaging==23.0,pandas==1.5.3,parameterized==0.8.1,pluggy==1.0.0,proto-plus==1.22.2,protobuf==4.22.1,psycopg2-binary==2.9.5,pyarrow==9.0.0,pyasn1==0.4.8,pyasn1-modules==0.2.8,pycparser==2.21,pydot==1.4.2,PyHamcrest==1.10.1,pymongo==4.3.3,PyMySQL==1.0.2,pyparsing==3.0.9,pytest==7.2.2,pytest-timeout==2.1.0,pytest-xdist==3.2.1,python-dateutil==2.8.2,pytz==2022.7.1,PyYAML==6.0,regex==2022.10.31,requests==2.28.2,requests-mock==1.10.0,requests-oauthlib==1.3.1,rsa==4.9,scikit-learn==1.2.2,scipy==1.10.1,six==1.16.0,sortedcontainers==2.4.0,SQLAlchemy==1.4.47,sqlparse==0.4.3,tenacity==5.1.5,tensorboard==2.12.0,tensorboard-data-server==0.7.0,tensorboard-plugin-wit==1.8.1,tensorflow==2.12.0rc1,tensorflow-estimator==2.12.0,tensorflow-io-gcs-filesystem==0.31.0,termcolor==2.2.0,testcontainers==3.7.1,threadpoolctl==3.1.0,tomli==2.0.1,types-protobuf==4.22.0.0,typing_extensions==4.5.0,urllib3==1.26.15,websocket-client==1.5.1,Werkzeug==2.2.3,wrapt==1.14.1,zipp==3.15.0,zstandard==0.20.0>
py38-tensorflow-212 run-test-pre: PYTHONHASHSEED='592819'
py38-tensorflow-212 run-test-pre: commands[0] | python --version
Python 3.8.10
py38-tensorflow-212 run-test-pre: commands[1] | pip --version
pip 23.0.1 from <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pip> (python 3.8)
py38-tensorflow-212 run-test-pre: commands[2] | pip check
No broken requirements found.
py38-tensorflow-212 run-test-pre: commands[3] | bash <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/scripts/run_tox_cleanup.sh>
py38-tensorflow-212 run-test: commands[0] | /bin/sh -c 'pip freeze | grep -E tensorflow'
apache-beam @ file://<https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-tensorflow-212/.tmp/package/1/apache-beam-2.47.0.dev0.zip>
tensorflow==2.12.0rc1
tensorflow-estimator==2.12.0
tensorflow-io-gcs-filesystem==0.31.0
py38-tensorflow-212 run-test: commands[1] | /bin/sh -c 'pytest -o junit_suite_name=py38-tensorflow-212 --junitxml=pytest_py38-tensorflow-212.xml -n 6 -m uses_tf ; ret=$?; [ $ret = 5 ] && exit 0 || exit $ret'
============================= test session starts ==============================
platform linux -- Python 3.8.10, pytest-7.2.2, pluggy-1.0.0
cachedir: target/.tox-py38-tensorflow-212/py38-tensorflow-212/.pytest_cache
rootdir: <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python,> configfile: pytest.ini
plugins: xdist-3.2.1, hypothesis-6.70.0, timeout-2.1.0, requests-mock-1.10.0
timeout: 600.0s
timeout method: signal
timeout func_only: False
gw0 I / gw1 I / gw2 I / gw3 I / gw4 I / gw5 I
gw0 [3] / gw1 [3] / gw2 [3] / gw3 [3] / gw4 [3] / gw5 [3]

sss                                                                      [100%]
=============================== warnings summary ===============================
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/hdfs/config.py:15
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/hdfs/config.py:15
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/hdfs/config.py:15
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/hdfs/config.py:15
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/hdfs/config.py:15
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/hdfs/config.py:15
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/hdfs/config.py:15
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/hdfs/config.py>:15: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
    from imp import load_source

target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:2804: 126 warnings
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py>:2804: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('google')`.
  Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
    declare_namespace(pkg)

target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:2804: 91 warnings
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py>:2804: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('google.cloud')`.
  Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
    declare_namespace(pkg)

target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:2309: 28 warnings
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py>:2309: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('google')`.
  Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
    declare_namespace(parent)

target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:2804
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:2804
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:2804
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:2804
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:2804
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:2804
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:2804
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py>:2804: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('google.logging')`.
  Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
    declare_namespace(pkg)

target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:2804
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:2804
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:2804
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:2804
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:2804
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:2804
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:2804
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py>:2804: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('google.iam')`.
  Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
    declare_namespace(pkg)

target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/google/rpc/__init__.py:20
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/google/rpc/__init__.py:20
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/google/rpc/__init__.py:20
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/google/rpc/__init__.py:20
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/google/rpc/__init__.py:20
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/google/rpc/__init__.py:20
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/google/rpc/__init__.py:20
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/google/rpc/__init__.py>:20: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('google.rpc')`.
  Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
    pkg_resources.declare_namespace(__name__)

target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/tenacity/_asyncio.py:42
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/tenacity/_asyncio.py:42
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/tenacity/_asyncio.py:42
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/tenacity/_asyncio.py:42
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/tenacity/_asyncio.py:42
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/tenacity/_asyncio.py:42
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/tenacity/_asyncio.py>:42: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead
    def call(self, fn, *args, **kwargs):

apache_beam/typehints/pandas_type_compatibility_test.py:67
apache_beam/typehints/pandas_type_compatibility_test.py:67
apache_beam/typehints/pandas_type_compatibility_test.py:67
apache_beam/typehints/pandas_type_compatibility_test.py:67
apache_beam/typehints/pandas_type_compatibility_test.py:67
apache_beam/typehints/pandas_type_compatibility_test.py:67
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/typehints/pandas_type_compatibility_test.py>:67: FutureWarning: pandas.Int64Index is deprecated and will be removed from pandas in a future version. Use pandas.Index with the appropriate dtype instead.
    }).set_index(pd.Int64Index(range(123, 223), name='an_index')),

apache_beam/typehints/pandas_type_compatibility_test.py:90
apache_beam/typehints/pandas_type_compatibility_test.py:90
apache_beam/typehints/pandas_type_compatibility_test.py:90
apache_beam/typehints/pandas_type_compatibility_test.py:90
apache_beam/typehints/pandas_type_compatibility_test.py:90
apache_beam/typehints/pandas_type_compatibility_test.py:90
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/typehints/pandas_type_compatibility_test.py>:90: FutureWarning: pandas.Int64Index is deprecated and will be removed from pandas in a future version. Use pandas.Index with the appropriate dtype instead.
    pd.Int64Index(range(123, 223), name='an_index'),

apache_beam/typehints/pandas_type_compatibility_test.py:91
apache_beam/typehints/pandas_type_compatibility_test.py:91
apache_beam/typehints/pandas_type_compatibility_test.py:91
apache_beam/typehints/pandas_type_compatibility_test.py:91
apache_beam/typehints/pandas_type_compatibility_test.py:91
apache_beam/typehints/pandas_type_compatibility_test.py:91
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/typehints/pandas_type_compatibility_test.py>:91: FutureWarning: pandas.Int64Index is deprecated and will be removed from pandas in a future version. Use pandas.Index with the appropriate dtype instead.
    pd.Int64Index(range(475, 575), name='another_index'),

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
- generated xml file: <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/pytest_py38-tensorflow-212.xml> -
====================== 12 skipped, 297 warnings in 20.32s ======================
py38-tensorflow-212 run-test-post: commands[0] | bash <https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/scripts/run_tox_cleanup.sh>
___________________________________ summary ____________________________________
  py38-tensorflow-212: commands succeeded
  congratulations :)

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':sdks:python:test-suites:tox:py38:testPy38CloudCoverage'.
> Process 'command 'sh'' finished with non-zero exit value 1

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.

* Get more help at https://help.gradle.org

BUILD FAILED in 41m 58s
29 actionable tasks: 23 executed, 4 from cache, 2 up-to-date

Publishing build scan...
https://gradle.com/s/t7dz3dxk42igg

Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org