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 2022/10/09 01:44:24 UTC

Build failed in Jenkins: beam_PreCommit_Python_Cron #6219

See <https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/6219/display/redirect>

Changes:


------------------------------------------
[...truncated 1.68 MB...]

apache_beam/dataframe/frames_test.py::AggregationTest::test_series_agg_level
  /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/dataframe/frames_test.py:2056: FutureWarning: Using the level keyword in DataFrame and Series aggregations is deprecated and will be removed in a future version. Use groupby instead. df.median(level=1) should use df.groupby(level=1).median().
    lambda df: df.set_index(['group', 'foo']).bar.max(level='foo'),

apache_beam/dataframe/frames_test.py::AggregationTest::test_series_agg_level
  /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/dataframe/frames_test.py:2059: FutureWarning: Using the level keyword in DataFrame and Series aggregations is deprecated and will be removed in a future version. Use groupby instead. df.median(level=1) should use df.groupby(level=1).median().
    lambda df: df.set_index(['group', 'foo']).bar.median(level=1),

apache_beam/dataframe/io_test.py: 22 warnings
  /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/dataframe/io.py:659: FutureWarning: WriteToFiles is experimental.
    return pcoll | fileio.WriteToFiles(

apache_beam/dataframe/io_test.py: 23 warnings
  /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/io/fileio.py:590: BeamDeprecationWarning: options is deprecated since First stable release. References to <pipeline>.options will not be supported
    p.options.view_as(GoogleCloudOptions).temp_location or

apache_beam/dataframe/frames_test.py::AggregationTest::test_dataframe_agg_level
  /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/dataframe/frames_test.py:2064: FutureWarning: Using the level keyword in DataFrame and Series aggregations is deprecated and will be removed in a future version. Use groupby instead. df.count(level=1) should use df.groupby(level=1).count().
    lambda df: df.set_index(['group', 'foo']).count(level=0), GROUPBY_DF)

apache_beam/dataframe/frames_test.py::AggregationTest::test_dataframe_agg_level
apache_beam/dataframe/frames_test.py::AggregationTest::test_dataframe_agg_level
apache_beam/dataframe/frames_test.py::AggregationTest::test_dataframe_agg_level
  /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/dataframe/frames.py:2878: FutureWarning: Using the level keyword in DataFrame and Series aggregations is deprecated and will be removed in a future version. Use groupby instead. df.count(level=1) should use df.groupby(level=1).count().
    proxy = self._expr.proxy().agg(func, axis, *args, **kwargs)

apache_beam/dataframe/frames_test.py::AggregationTest::test_dataframe_agg_level
  /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/dataframe/frames_test.py:2066: FutureWarning: Using the level keyword in DataFrame and Series aggregations is deprecated and will be removed in a future version. Use groupby instead. df.median(level=1) should use df.groupby(level=1).median().
    lambda df: df.set_index(['group', 'foo']).max(

apache_beam/dataframe/frames_test.py::AggregationTest::test_dataframe_agg_level
apache_beam/dataframe/frames_test.py::AggregationTest::test_dataframe_agg_level
apache_beam/dataframe/frames_test.py::AggregationTest::test_dataframe_agg_level
apache_beam/dataframe/frames_test.py::AggregationTest::test_dataframe_agg_level
  /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/dataframe/frames.py:2878: FutureWarning: Using the level keyword in DataFrame and Series aggregations is deprecated and will be removed in a future version. Use groupby instead. df.median(level=1) should use df.groupby(level=1).median().
    proxy = self._expr.proxy().agg(func, axis, *args, **kwargs)

apache_beam/dataframe/frames_test.py::AggregationTest::test_dataframe_agg_level
  /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/dataframe/frames_test.py:2075: FutureWarning: Using the level keyword in DataFrame and Series aggregations is deprecated and will be removed in a future version. Use groupby instead. df.sum(level=1) should use df.groupby(level=1).sum().
    lambda df: df.set_index(['group', 'foo']).sum(

apache_beam/dataframe/frames_test.py::AggregationTest::test_dataframe_agg_level
  /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/dataframe/frames_test.py:2080: FutureWarning: Using the level keyword in DataFrame and Series aggregations is deprecated and will be removed in a future version. Use groupby instead. df.count(level=1) should use df.groupby(level=1).count().
    lambda df: df.set_index(['group', 'foo'])[['bar']].count(level=1),

apache_beam/dataframe/frames_test.py::AggregationTest::test_dataframe_agg_level
  /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/dataframe/frames_test.py:2083: FutureWarning: Using the level keyword in DataFrame and Series aggregations is deprecated and will be removed in a future version. Use groupby instead. df.count(level=1) should use df.groupby(level=1).count().
    lambda df: df.set_index(['group', 'foo']).count(level=1), GROUPBY_DF)

apache_beam/dataframe/frames_test.py::AggregationTest::test_dataframe_agg_level
  /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/dataframe/frames_test.py:2085: FutureWarning: Using the level keyword in DataFrame and Series aggregations is deprecated and will be removed in a future version. Use groupby instead. df.median(level=1) should use df.groupby(level=1).median().
    lambda df: df.set_index(['group', 'foo']).max(

apache_beam/dataframe/frames_test.py::AggregationTest::test_dataframe_agg_level
  /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/dataframe/frames_test.py:2091: FutureWarning: Using the level keyword in DataFrame and Series aggregations is deprecated and will be removed in a future version. Use groupby instead. df.sum(level=1) should use df.groupby(level=1).sum().
    lambda df: df.set_index(['group', 'foo']).sum(

apache_beam/dataframe/frames_test.py::AggregationTest::test_dataframe_agg_level
  /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/dataframe/frames_test.py:2096: FutureWarning: Using the level keyword in DataFrame and Series aggregations is deprecated and will be removed in a future version. Use groupby instead. df.median(level=1) should use df.groupby(level=1).median().
    lambda df: df.set_index(['group', 'foo']).median(

apache_beam/dataframe/frames_test.py::AggregationTest::test_dataframe_agg_level
  /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/dataframe/frames_test.py:2100: FutureWarning: Using the level keyword in DataFrame and Series aggregations is deprecated and will be removed in a future version. Use groupby instead. df.median(level=1) should use df.groupby(level=1).median().
    lambda df: df.drop('str', axis=1).set_index(['foo', 'group']).median(

apache_beam/dataframe/pandas_doctests_test.py::DoctestTest::test_ndframe_tests
apache_beam/dataframe/pandas_doctests_test.py::DoctestTest::test_ndframe_tests
  /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/dataframe/frame_base.py:175: FutureWarning: Downcasting integer-dtype results in .where is deprecated and will change in a future version. To retain the old behavior, explicitly cast the results to the desired dtype.
    func = lambda df, *args, **kwargs: getattr(df, method_str)(*args, **kwargs)

apache_beam/dataframe/pandas_doctests_test.py::DoctestTest::test_ndframe_tests
  /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/dataframe/doctests.py:70: FutureWarning: The default dtype for empty Series will be 'object' instead of 'float64' in a future version. Specify a dtype explicitly to silence this warning.
    result = self._pandas_obj(*args, **kwargs)

apache_beam/dataframe/schemas_test.py: 11 warnings
  /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/dataframe/schemas.py:129: UserWarning: include_indexes=True for a Series input. Note that this parameter is _not_ respected for DeferredSeries conversion.
    warnings.warn(

apache_beam/dataframe/pandas_doctests_test.py::DoctestTest::test_datetime_tests
  /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/dataframe/doctests.py:70: FutureWarning: Inferring datetime64[ns] from data containing strings is deprecated and will be removed in a future version. To retain the old behavior explicitly pass Series(data, dtype=datetime64[ns])
    result = self._pandas_obj(*args, **kwargs)

apache_beam/dataframe/pandas_doctests_test.py::DoctestTest::test_groupby_tests
apache_beam/dataframe/pandas_doctests_test.py::DoctestTest::test_groupby_tests
apache_beam/dataframe/pandas_doctests_test.py::DoctestTest::test_groupby_tests
apache_beam/dataframe/pandas_doctests_test.py::DoctestTest::test_groupby_tests
  /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/dataframe/frames.py:4390: FutureWarning: Dropping invalid columns in DataFrameGroupBy.transform is deprecated. In a future version, a TypeError will be raised. Before calling .transform, select only columns which should be valid for the function.
    lambda df: project(df.groupby(level=levels)).transform(

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
- generated xml file: /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/pytest_py38-pandas-14.xml -
================ 615 passed, 21 skipped, 407 warnings in 28.63s ================
============================= test session starts ==============================
platform linux -- Python 3.8.10, pytest-7.1.3, pluggy-1.0.0
cachedir: target/.tox-py38-pandas-14/py38-pandas-14/.pytest_cache
rootdir: /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python, configfile: pytest.ini
plugins: xdist-2.5.0, timeout-2.1.0, forked-1.4.0, requests-mock-1.10.0
timeout: 600.0s
timeout method: signal
timeout func_only: False
collected 636 items / 636 deselected / 0 selected

=============================== warnings summary ===============================
target/.tox-py38-pandas-14/py38-pandas-14/lib/python3.8/site-packages/hdfs/config.py:15
  /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-pandas-14/py38-pandas-14/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

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
- generated xml file: /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/pytest_py38-pandas-14_no_xdist.xml -
====================== 636 deselected, 1 warning in 0.41s ======================
py38-pandas-14 run-test-post: commands[0] | bash /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/scripts/run_tox_cleanup.sh
___________________________________ summary ____________________________________
  py38-pandas-14: commands succeeded
  congratulations :)

> Task :sdks:python:test-suites:tox:py38:testPy38pyarrow-0
GLOB sdist-make: /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/setup.py
py38-pyarrow-0 create: /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-pyarrow-0/py38-pyarrow-0
py38-pyarrow-0 installdeps: pyarrow>=0.15.1,<0.18.0, numpy<1.20.0
py38-pyarrow-0 inst: /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-pyarrow-0/.tmp/package/1/apache-beam-2.43.0.dev0.zip
py38-pyarrow-0 installed: apache-beam @ file:///home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-pyarrow-0/.tmp/package/1/apache-beam-2.43.0.dev0.zip,attrs==22.1.0,certifi==2022.9.24,cffi==1.15.1,charset-normalizer==2.1.1,cloudpickle==2.2.0,crcmod==1.7,cryptography==38.0.1,deprecation==2.1.0,dill==0.3.1.1,docker==6.0.0,docopt==0.6.2,execnet==1.9.0,fastavro==1.6.1,freezegun==1.2.2,greenlet==1.1.3,grpcio==1.49.1,hdfs==2.7.0,httplib2==0.20.4,idna==3.4,iniconfig==1.1.1,joblib==1.2.0,mock==2.0.0,numpy==1.19.5,objsize==0.5.2,orjson==3.8.0,packaging==21.3,pandas==1.4.4,parameterized==0.8.1,pbr==5.10.0,pluggy==1.0.0,proto-plus==1.22.1,protobuf==3.20.3,psycopg2-binary==2.9.4,py==1.11.0,pyarrow==0.17.1,pycparser==2.21,pydot==1.4.2,PyHamcrest==1.10.1,pymongo==3.12.3,PyMySQL==1.0.2,pyparsing==3.0.9,pytest==7.1.3,pytest-forked==1.4.0,pytest-timeout==2.1.0,pytest-xdist==2.5.0,python-dateutil==2.8.2,pytz==2022.4,PyYAML==6.0,regex==2022.9.13,requests==2.28.1,requests-mock==1.10.0,scikit-learn==1.1.2,scipy==1.9.2,six==1.16.0,SQLAlchemy==1.4.41,tenacity==5.1.5,testcontainers==3.7.0,threadpoolctl==3.1.0,tomli==2.0.1,typing_extensions==4.4.0,urllib3==1.26.12,websocket-client==1.4.1,wrapt==1.14.1,zstandard==0.18.0
py38-pyarrow-0 run-test-pre: PYTHONHASHSEED='3243232999'
py38-pyarrow-0 run-test-pre: commands[0] | python --version
Python 3.8.10
py38-pyarrow-0 run-test-pre: commands[1] | pip --version
pip 22.2.2 from /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-pyarrow-0/py38-pyarrow-0/lib/python3.8/site-packages/pip (python 3.8)
py38-pyarrow-0 run-test-pre: commands[2] | pip check
No broken requirements found.
py38-pyarrow-0 run-test-pre: commands[3] | bash /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/scripts/run_tox_cleanup.sh
py38-pyarrow-0 run-test: commands[0] | /bin/sh -c 'pip freeze | grep -E '"'"'(pyarrow|numpy)'"'"''
apache-beam @ file:///home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-pyarrow-0/.tmp/package/1/apache-beam-2.43.0.dev0.zip
numpy==1.19.5
pyarrow==0.17.1
py38-pyarrow-0 run-test: commands[1] | pytest -o junit_suite_name=py38-pyarrow-0 --junitxml=pytest_py38-pyarrow-0.xml -n 6 -m uses_pyarrow
============================= test session starts ==============================
platform linux -- Python 3.8.10, pytest-7.1.3, pluggy-1.0.0
cachedir: target/.tox-py38-pyarrow-0/py38-pyarrow-0/.pytest_cache
rootdir: /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python, configfile: pytest.ini
plugins: xdist-2.5.0, timeout-2.1.0, forked-1.4.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 [30] / gw1 [30] / gw2 [30] / gw3 [30] / gw4 [30] / gw5 [30]

s.............................                                           [100%]
=============================== warnings summary ===============================
target/.tox-py38-pyarrow-0/py38-pyarrow-0/lib/python3.8/site-packages/hdfs/config.py:15
target/.tox-py38-pyarrow-0/py38-pyarrow-0/lib/python3.8/site-packages/hdfs/config.py:15
target/.tox-py38-pyarrow-0/py38-pyarrow-0/lib/python3.8/site-packages/hdfs/config.py:15
target/.tox-py38-pyarrow-0/py38-pyarrow-0/lib/python3.8/site-packages/hdfs/config.py:15
target/.tox-py38-pyarrow-0/py38-pyarrow-0/lib/python3.8/site-packages/hdfs/config.py:15
target/.tox-py38-pyarrow-0/py38-pyarrow-0/lib/python3.8/site-packages/hdfs/config.py:15
target/.tox-py38-pyarrow-0/py38-pyarrow-0/lib/python3.8/site-packages/hdfs/config.py:15
  /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-pyarrow-0/py38-pyarrow-0/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-pyarrow-0/py38-pyarrow-0/lib/python3.8/site-packages/tenacity/_asyncio.py:42
target/.tox-py38-pyarrow-0/py38-pyarrow-0/lib/python3.8/site-packages/tenacity/_asyncio.py:42
target/.tox-py38-pyarrow-0/py38-pyarrow-0/lib/python3.8/site-packages/tenacity/_asyncio.py:42
target/.tox-py38-pyarrow-0/py38-pyarrow-0/lib/python3.8/site-packages/tenacity/_asyncio.py:42
target/.tox-py38-pyarrow-0/py38-pyarrow-0/lib/python3.8/site-packages/tenacity/_asyncio.py:42
target/.tox-py38-pyarrow-0/py38-pyarrow-0/lib/python3.8/site-packages/tenacity/_asyncio.py:42
  /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-pyarrow-0/py38-pyarrow-0/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:66
apache_beam/typehints/pandas_type_compatibility_test.py:66
apache_beam/typehints/pandas_type_compatibility_test.py:66
apache_beam/typehints/pandas_type_compatibility_test.py:66
apache_beam/typehints/pandas_type_compatibility_test.py:66
apache_beam/typehints/pandas_type_compatibility_test.py:66
  /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/typehints/pandas_type_compatibility_test.py:66: 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:89
apache_beam/typehints/pandas_type_compatibility_test.py:89
apache_beam/typehints/pandas_type_compatibility_test.py:89
apache_beam/typehints/pandas_type_compatibility_test.py:89
apache_beam/typehints/pandas_type_compatibility_test.py:89
apache_beam/typehints/pandas_type_compatibility_test.py:89
  /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/typehints/pandas_type_compatibility_test.py:89: 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: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
  /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/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(475, 575), name='another_index'),

apache_beam/io/parquetio_test.py: 30 warnings
  /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/io/parquetio_test.py:170: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
    col_array = [pa.array(c, schema.types[cn]) for cn, c in enumerate(col_data)]

apache_beam/io/parquetio_test.py::TestParquet::test_batched_read
apache_beam/io/parquetio_test.py::TestParquet::test_batched_read
apache_beam/io/parquetio_test.py::TestParquet::test_batched_read
apache_beam/io/parquetio_test.py::TestParquet::test_batched_read
apache_beam/io/parquetio_test.py::TestParquet::test_batched_read
apache_beam/io/parquetio_test.py::TestParquet::test_batched_read
  /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/io/parquetio.py:605: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
    arrays[x] = pa.array(y, type=self._schema.types[x])

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
- generated xml file: /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/pytest_py38-pyarrow-0.xml -
================= 29 passed, 6 skipped, 67 warnings in 27.96s ==================
py38-pyarrow-0 run-test-post: commands[0] | bash /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/scripts/run_tox_cleanup.sh
___________________________________ summary ____________________________________
  py38-pyarrow-0: commands succeeded
  congratulations :)

> Task :sdks:python:test-suites:tox:py38:testPy38pyarrow-1
GLOB sdist-make: /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/setup.py
py38-pyarrow-1 create: /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-pyarrow-1/py38-pyarrow-1
py38-pyarrow-1 installdeps: pyarrow>=1,<2, numpy<1.20.0
FATAL: command execution failed
java.io.IOException: Backing channel 'apache-beam-jenkins-8' is disconnected.
	at hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:215)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:285)
	at com.sun.proxy.$Proxy140.isAlive(Unknown Source)
	at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1215)
	at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1207)
	at hudson.Launcher$ProcStarter.join(Launcher.java:524)
	at hudson.plugins.gradle.Gradle.perform(Gradle.java:317)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:814)
	at hudson.model.Build$BuildExecution.build(Build.java:199)
	at hudson.model.Build$BuildExecution.doRun(Build.java:164)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:522)
	at hudson.model.Run.execute(Run.java:1896)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44)
	at hudson.model.ResourceController.execute(ResourceController.java:101)
	at hudson.model.Executor.run(Executor.java:442)
Caused by: java.io.IOException: Pipe closed after 0 cycles
	at org.apache.sshd.common.channel.ChannelPipedInputStream.read(ChannelPipedInputStream.java:126)
	at org.apache.sshd.common.channel.ChannelPipedInputStream.read(ChannelPipedInputStream.java:105)
	at hudson.remoting.FlightRecorderInputStream.read(FlightRecorderInputStream.java:94)
	at hudson.remoting.ChunkedInputStream.readHeader(ChunkedInputStream.java:75)
	at hudson.remoting.ChunkedInputStream.readUntilBreak(ChunkedInputStream.java:105)
	at hudson.remoting.ChunkedCommandTransport.readBlock(ChunkedCommandTransport.java:39)
	at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:34)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:61)
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
ERROR: apache-beam-jenkins-8 is offline; cannot locate jdk_1.8_latest

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