See 
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Cron/363/display/redirect>

Changes:


------------------------------------------
[...truncated 341.97 KB...]
target/.tox-py38-pytorch-200/py38-pytorch-200/lib/python3.8/site-packages/pkg_resources/__init__.py:2870
target/.tox-py38-pytorch-200/py38-pytorch-200/lib/python3.8/site-packages/pkg_resources/__init__.py:2870
target/.tox-py38-pytorch-200/py38-pytorch-200/lib/python3.8/site-packages/pkg_resources/__init__.py:2870
target/.tox-py38-pytorch-200/py38-pytorch-200/lib/python3.8/site-packages/pkg_resources/__init__.py:2870
target/.tox-py38-pytorch-200/py38-pytorch-200/lib/python3.8/site-packages/pkg_resources/__init__.py:2870
  
<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-200/py38-pytorch-200/lib/python3.8/site-packages/pkg_resources/__init__.py>:2870:
 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-pytorch-200/py38-pytorch-200/lib/python3.8/site-packages/google/rpc/__init__.py:20
target/.tox-py38-pytorch-200/py38-pytorch-200/lib/python3.8/site-packages/google/rpc/__init__.py:20
target/.tox-py38-pytorch-200/py38-pytorch-200/lib/python3.8/site-packages/google/rpc/__init__.py:20
target/.tox-py38-pytorch-200/py38-pytorch-200/lib/python3.8/site-packages/google/rpc/__init__.py:20
target/.tox-py38-pytorch-200/py38-pytorch-200/lib/python3.8/site-packages/google/rpc/__init__.py:20
target/.tox-py38-pytorch-200/py38-pytorch-200/lib/python3.8/site-packages/google/rpc/__init__.py:20
target/.tox-py38-pytorch-200/py38-pytorch-200/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-200/py38-pytorch-200/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__)

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_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-200/py38-pytorch-200/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_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-200.xml>
 -
================= 51 passed, 9 skipped, 308 warnings in 17.42s =================
py38-pytorch-200 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-200: 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.48.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.48.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==40.0.1,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.17.3,google-auth-httplib2==0.1.0,google-auth-oauthlib==1.0.0,google-cloud-bigquery==3.9.0,google-cloud-bigquery-storage==2.19.1,google-cloud-bigtable==2.17.0,google-cloud-core==2.3.2,google-cloud-datastore==2.15.1,google-cloud-dlp==3.12.1,google-cloud-language==2.9.1,google-cloud-pubsub==2.16.0,google-cloud-pubsublite==1.8.1,google-cloud-recommendations-ai==0.10.3,google-cloud-spanner==3.31.0,google-cloud-videointelligence==2.11.1,google-cloud-vision==3.4.1,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.53.0,grpcio-status==1.53.0,grpcio-tools==1.51.3,h5py==3.8.0,hdfs==2.7.0,httplib2==0.21.0,hypothesis==6.71.0,idna==3.4,importlib-metadata==6.3.0,iniconfig==2.0.0,jax==0.4.8,joblib==1.2.0,keras==2.12.0,libclang==16.0.0,Markdown==3.4.3,MarkupSafe==2.1.2,ml-dtypes==0.1.0,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.10,overrides==6.5.0,packaging==23.1,pandas==1.5.3,parameterized==0.9.0,pluggy==1.0.0,proto-plus==1.22.2,protobuf==4.22.3,psycopg2-binary==2.9.6,pyarrow==11.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.3,pyparsing==3.0.9,pytest==7.3.0,pytest-timeout==2.1.0,pytest-xdist==3.2.1,python-dateutil==2.8.2,pytz==2023.3,PyYAML==6.0,regex==2023.3.23,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==8.2.2,tensorboard==2.12.2,tensorboard-data-server==0.7.0,tensorboard-plugin-wit==1.8.1,tensorflow==2.12.0,tensorflow-estimator==2.12.0,tensorflow-io-gcs-filesystem==0.32.0,termcolor==2.2.0,testcontainers==3.7.1,threadpoolctl==3.1.0,tomli==2.0.1,types-protobuf==4.22.0.2,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='2773140200'
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.48.0.dev0.zip>
tensorflow==2.12.0
tensorflow-estimator==2.12.0
tensorflow-io-gcs-filesystem==0.32.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.3.0, 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: hypothesis-6.71.0, xdist-3.2.1, 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:121
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:121
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:121
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:121
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:121
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:121
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:121
  
<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>:121:
 DeprecationWarning: pkg_resources is deprecated as an API
    warnings.warn("pkg_resources is deprecated as an API", DeprecationWarning)

target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:2870:
 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>:2870:
 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:2870:
 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>:2870:
 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:2349:
 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>:2349:
 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:2870
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:2870
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:2870
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:2870
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:2870
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:2870
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:2870
  
<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>:2870:
 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:2870
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:2870
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:2870
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:2870
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:2870
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:2870
target/.tox-py38-tensorflow-212/py38-tensorflow-212/lib/python3.8/site-packages/pkg_resources/__init__.py:2870
  
<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>:2870:
 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__)

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, 298 warnings in 14.49s ======================
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 28m 19s
30 actionable tasks: 24 executed, 4 from cache, 2 up-to-date

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

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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to