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

Changes:


------------------------------------------
[...truncated 2.19 MB...]
  
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/dataframe/frames_test.py>:1663:
 FutureWarning: Dropping invalid columns in DataFrameGroupBy.quantile is 
deprecated. In a future version, a TypeError will be raised. Before calling 
.quantile, select only columns which should be valid for the function.
    lambda df: getattr(df[df.foo > 30].groupby('group'), agg_type)(),

apache_beam/dataframe/frames_test.py::AggregationTest::test_agg_min_count
  
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/dataframe/frames_test.py>:2236:
 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().
    self._run_test(lambda df: df.sum(level=0, min_count=2), df)

apache_beam/dataframe/frames_test.py::AggregationTest::test_agg_min_count
apache_beam/dataframe/frames_test.py::AggregationTest::test_dataframe_agg_level
apache_beam/dataframe/frames_test.py::AggregationTest::test_dataframe_agg_level
  
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-pandas-13/py38-pandas-13/lib/python3.8/site-packages/pandas/core/apply.py>:577:
 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().
    return f(*args, **kwargs)

apache_beam/dataframe/frames_test.py::AggregationTest::test_dataframe_agg_multifunc_level
apache_beam/dataframe/frames_test.py::AggregationTest::test_dataframe_agg_numeric_only_1
  
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/dataframe/frames.py>:2001:
 UserWarning: Performing a numeric aggregation, 'min', on Series 'str' with 
non-numeric type dtype('O'). This can result in runtime errors or surprising 
results.
    warnings.warn(

apache_beam/dataframe/frames_test.py::AggregationTest::test_dataframe_agg_multifunc_level
apache_beam/dataframe/frames_test.py::AggregationTest::test_dataframe_agg_numeric_only_1
apache_beam/dataframe/frames_test.py::AggregationTest::test_dataframe_agg_level
apache_beam/dataframe/frames_test.py::AggregationTest::test_dataframe_agg_level
  
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/dataframe/frames.py>:2001:
 UserWarning: Performing a numeric aggregation, 'max', on Series 'str' with 
non-numeric type dtype('O'). This can result in runtime errors or surprising 
results.
    warnings.warn(

apache_beam/dataframe/frames_test.py::AggregationTest::test_dataframe_agg_numeric_only_1
  
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/dataframe/frames.py>:2001:
 UserWarning: Performing a numeric aggregation, 'max', on Series 'group' with 
non-numeric type dtype('O'). This can result in runtime errors or surprising 
results.
    warnings.warn(

apache_beam/dataframe/frames_test.py::AggregationTest::test_dataframe_agg_numeric_only_1
  
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/dataframe/frames.py>:2001:
 UserWarning: Performing a numeric aggregation, 'min', on Series 'group' with 
non-numeric type dtype('O'). This can result in runtime errors or surprising 
results.
    warnings.warn(

apache_beam/dataframe/frames_test.py::AggregationTest::test_series_mean_skipna
  
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/dataframe/frame_base.py>:145:
 RuntimeWarning: invalid value encountered in double_scalars
    lambda left, right: getattr(left, op)(right), name=op, args=[other])

apache_beam/dataframe/frames_test.py::AggregationTest::test_series_agg_level
  
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/dataframe/frames_test.py>:2041:
 FutureWarning: Using the level keyword in DataFrame and Series aggregations is 
deprecated and will be removed in a future version. Use groupby instead. 
ser.count(level=1) should use ser.groupby(level=1).count().
    lambda df: df.set_index(['group', 'foo']).bar.count(level=0),

apache_beam/dataframe/frames_test.py::AggregationTest::test_series_agg_level
  
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/dataframe/frames_test.py>:2044:
 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=0), GROUPBY_DF)

apache_beam/dataframe/frames_test.py::AggregationTest::test_series_agg_level
  
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/dataframe/frames_test.py>:2047:
 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=0),

apache_beam/dataframe/frames_test.py::AggregationTest::test_series_agg_level
  
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/dataframe/frames_test.py>:2051:
 FutureWarning: Using the level keyword in DataFrame and Series aggregations is 
deprecated and will be removed in a future version. Use groupby instead. 
ser.count(level=1) should use ser.groupby(level=1).count().
    lambda df: df.set_index(['foo', 'group']).bar.count(level=1),

apache_beam/dataframe/frames_test.py::AggregationTest::test_series_agg_level
  
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/dataframe/frames_test.py>:2054:
 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=1), GROUPBY_DF)

apache_beam/dataframe/frames_test.py::AggregationTest::test_series_agg_level
  
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/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
  
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/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/frames_test.py::AggregationTest::test_dataframe_agg_level
  
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/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
  
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-pandas-13/py38-pandas-13/lib/python3.8/site-packages/pandas/core/apply.py>:577:
 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().
    return f(*args, **kwargs)

apache_beam/dataframe/frames_test.py::AggregationTest::test_dataframe_agg_level
  
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/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
  
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-pandas-13/py38-pandas-13/lib/python3.8/site-packages/pandas/core/apply.py>:577:
 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().
    return f(*args, **kwargs)

apache_beam/dataframe/frames_test.py::AggregationTest::test_dataframe_agg_level
  
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/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
  
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/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
  
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/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
  
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/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
  
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/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
  
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/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
  
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/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/io_test.py: 13 warnings
  
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/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
  
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/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/pandas_doctests_test.py::DoctestTest::test_ndframe_tests
apache_beam/dataframe/pandas_doctests_test.py::DoctestTest::test_ndframe_tests
  
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/dataframe/doctests.py>:192:
 PerformanceWarning: indexing past lexsort depth may impact performance.
    name: session.evaluate(frame._expr)

apache_beam/dataframe/schemas_test.py: 11 warnings
  
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/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
  
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/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={value.dtype})
    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
  
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/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 transforming 
function.
    lambda df: project(df.groupby(level=levels)).transform(

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
- generated xml file: 
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/pytest_py38-pandas-13.xml>
 -
================ 611 passed, 25 skipped, 127 warnings in 28.28s ================
============================= test session starts ==============================
platform linux -- Python 3.8.10, pytest-7.2.0, pluggy-1.0.0
cachedir: target/.tox-py38-pandas-13/py38-pandas-13/.pytest_cache
rootdir: 
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python,>
 configfile: pytest.ini
plugins: hypothesis-6.56.3, 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-13/py38-pandas-13/lib/python3.8/site-packages/hdfs/config.py:15
  
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-pandas-13/py38-pandas-13/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: 
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/pytest_py38-pandas-13_no_xdist.xml>
 -
====================== 636 deselected, 1 warning in 0.41s ======================
py38-pandas-13 run-test-post: commands[0] | bash 
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/scripts/run_tox_cleanup.sh>
___________________________________ summary 
____________________________________
  py38-pandas-13: commands succeeded
  congratulations :)

> Task :sdks:python:test-suites:tox:py38:testPy38pandas-14
GLOB sdist-make: 
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/setup.py>
py38-pandas-14 create: 
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-pandas-14/py38-pandas-14>
py38-pandas-14 installdeps: pandas>=1.4.0,<1.5.0
py38-pandas-14 inst: 
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-pandas-14/.tmp/package/1/apache-beam-2.44.0.dev0.zip>
py38-pandas-14 installed: apache-beam @ 
file://<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-pandas-14/.tmp/package/1/apache-beam-2.44.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,exceptiongroup==1.0.0rc9,execnet==1.9.0,fastavro==1.6.1,fasteners==0.18,freezegun==1.2.2,greenlet==1.1.3.post0,grpcio==1.50.0,hdfs==2.7.0,httplib2==0.20.4,hypothesis==6.56.3,idna==3.4,iniconfig==1.1.1,joblib==1.2.0,mock==2.0.0,numpy==1.22.4,objsize==0.5.2,orjson==3.8.1,packaging==21.3,pandas==1.4.4,parameterized==0.8.1,pbr==5.11.0,pluggy==1.0.0,proto-plus==1.22.1,protobuf==3.20.3,psycopg2-binary==2.9.5,py==1.11.0,pyarrow==9.0.0,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.2.0,pytest-forked==1.4.0,pytest-timeout==2.1.0,pytest-xdist==2.5.0,python-dateutil==2.8.2,pytz==2022.5,PyYAML==6.0,regex==2022.9.13,requests==2.28.1,requests-mock==1.10.0,scikit-learn==1.1.2,scipy==1.9.3,six==1.16.0,sortedcontainers==2.4.0,SQLAlchemy==1.4.42,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-pandas-14 run-test-pre: PYTHONHASHSEED='4038172268'
py38-pandas-14 run-test-pre: commands[0] | python --version
Python 3.8.10
py38-pandas-14 run-test-pre: commands[1] | pip --version
pip 22.2.2 from 
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-pandas-14/py38-pandas-14/lib/python3.8/site-packages/pip>
 (python 3.8)
py38-pandas-14 run-test-pre: commands[2] | pip check
No broken requirements found.
py38-pandas-14 run-test-pre: commands[3] | bash 
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/scripts/run_tox_cleanup.sh>
py38-pandas-14 run-test: commands[0] | /bin/sh -c 'pip freeze | grep -E 
'"'"'(pandas|numpy)'"'"''
apache-beam @ 
file://<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-pandas-14/.tmp/package/1/apache-beam-2.44.0.dev0.zip>
numpy==1.22.4
pandas==1.4.4
py38-pandas-14 run-test: commands[1] | 
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/scripts/run_pytest.sh>
 py38-pandas-14 apache_beam/dataframe
============================= test session starts 
==============================
platform linux -- Python 3.8.10, pytest-7.2.0, pluggy-1.0.0
cachedir: target/.tox-py38-pandas-14/py38-pandas-14/.pytest_cache
rootdir: 
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python,>
 configfile: pytest.ini
plugins: hypothesis-6.56.3, 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 [636] / gw1 [636] / gw2 [636] / gw3 [636] / gw4 [636] / gw5 [636]

........................................................................ [ 11%]
.........[gw1] node down: Not properly terminated
F
replacing crashed worker gw1
.s...................................................................... [ 24%]
..............................................s.............ss.......s.. [ 35%]
...........................................................ss......ss... [ 46%]
...................s.................................................... [ 58%]
.......[gw0] node down: Not properly terminated
FERROR: InvocationError for command 
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/scripts/run_pytest.sh>
 py38-pandas-14 apache_beam/dataframe (exited with code -15 (SIGTERM)) (exited 
with code -15)
py38-pandas-14 run-test-post: commands[0] | bash 
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/scripts/run_tox_cleanup.sh>
Terminated

The message received from the daemon indicates that the daemon has disappeared.
Build request sent: Build{id=5c4284d6-e44c-49d5-b7ad-00a1f85ea5fb, 
currentDir=<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src}>
Attempting to read last messages from the daemon log...
Daemon pid: 1297885
  log file: /home/jenkins/.gradle/daemon/7.5.1/daemon-1297885.out.log
----- Last  20 lines from daemon log file - daemon-1297885.out.log -----
timeout method: signal
timeout func_only: False
gw0 I / gw1 I / gw2 I / gw3 I / gw4 I / gw5 I
gw0 [636] / gw1 [636] / gw2 [636] / gw3 [636] / gw4 [636] / gw5 [636]

........................................................................ [ 11%]
.........[gw1] node down: Not properly terminated
F
replacing crashed worker gw1
.s...................................................................... [ 24%]
..............................................s.............ss.......s.. [ 35%]
...........................................................ss......ss... [ 46%]
...................s.................................................... [ 58%]
.......[gw0] node down: Not properly terminated
FERROR: InvocationError for command 
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/scripts/run_pytest.sh>
 py38-pandas-14 apache_beam/dataframe (exited with code -15 (SIGTERM)) (exited 
with code -15)
py38-pandas-14 run-test-post: commands[0] | bash 
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/scripts/run_tox_cleanup.sh>
Terminated
Traceback (most recent call last):
  File "<string>", line 1, in <module>
Daemon vm is shutting down... The daemon has exited normally or was terminated 
in response to a user interrupt.
----- End of the daemon log -----


FAILURE: Build failed with an exception.

* What went wrong:
Gradle build daemon disappeared unexpectedly (it may have been killed or may 
have crashed)

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

* Get more help at https://help.gradle.org
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