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

Changes:

[Robert Bradshaw] [BEAM-22923] Allow sharding specification for dataframe 
writes.

[noreply] Add set state in Go (#22919)

[noreply] Go Map State integration test (#22898)

[noreply] Add clear function for bag state types (#22917)

[noreply] [Playground] Update build_playground_backend.yml - add "Index 
creation"

[noreply] [Playground] [Backend] added SDK validation to save a code snippet

[noreply] Fix linting violations (#22934)

[noreply] [akvelon][tour-of-beam] backend bootstraps (#22556)


------------------------------------------
[...truncated 1.64 MB...]
-- 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-3.xml
 -
============ 30 passed, 4 skipped, 47 warnings in 67.06s (0:01:07) =============
py38-pyarrow-3 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-3: commands succeeded
  congratulations :)

> Task :sdks:python:test-suites:tox:py38:testPy38pyarrow-4
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-4 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-4/py38-pyarrow-4
py38-pyarrow-4 installdeps: pyarrow>=4,<5
py38-pyarrow-4 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-4/.tmp/package/1/apache-beam-2.42.0.dev0.zip
py38-pyarrow-4 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-4/.tmp/package/1/apache-beam-2.42.0.dev0.zip,attrs==22.1.0,certifi==2022.6.15,cffi==1.15.1,charset-normalizer==2.1.1,cloudpickle==2.1.0,crcmod==1.7,cryptography==37.0.4,deprecation==2.1.0,dill==0.3.1.1,docker==6.0.0,docopt==0.6.2,execnet==1.9.0,fastavro==1.6.0,freezegun==1.2.2,greenlet==1.1.3,grpcio==1.47.0,hdfs==2.7.0,httplib2==0.20.4,idna==3.3,iniconfig==1.1.1,joblib==1.1.0,mock==2.0.0,numpy==1.22.4,orjson==3.8.0,packaging==21.3,pandas==1.4.3,parameterized==0.8.1,pbr==5.10.0,pluggy==1.0.0,proto-plus==1.22.0,protobuf==3.20.1,psycopg2-binary==2.9.3,py==1.11.0,pyarrow==4.0.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.2,pytest-forked==1.4.0,pytest-timeout==2.1.0,pytest-xdist==2.5.0,python-dateutil==2.8.2,pytz==2022.2.1,PyYAML==6.0,regex==2022.8.17,requests==2.28.1,requests-mock==1.9.3,scikit-learn==1.1.2,scipy==1.9.1,six==1.16.0,SQLAlchemy==1.4.40,tenacity==5.1.5,testcontainers==3.6.1,threadpoolctl==3.1.0,tomli==2.0.1,typing_extensions==4.3.0,urllib3==1.26.12,websocket-client==1.4.0,wrapt==1.14.1,zstandard==0.18.0
py38-pyarrow-4 run-test-pre: PYTHONHASHSEED='1274418766'
py38-pyarrow-4 run-test-pre: commands[0] | python --version
Python 3.8.10
py38-pyarrow-4 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-4/py38-pyarrow-4/lib/python3.8/site-packages/pip
 (python 3.8)
py38-pyarrow-4 run-test-pre: commands[2] | pip check
No broken requirements found.
py38-pyarrow-4 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-4 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-4/.tmp/package/1/apache-beam-2.42.0.dev0.zip
numpy==1.22.4
pyarrow==4.0.1
py38-pyarrow-4 run-test: commands[1] | pytest -o 
junit_suite_name=py38-pyarrow-4 --junitxml=pytest_py38-pyarrow-4.xml -n 6 -m 
uses_pyarrow
============================= test session starts 
==============================
platform linux -- Python 3.8.10, pytest-7.1.2, pluggy-1.0.0
cachedir: target/.tox-py38-pyarrow-4/py38-pyarrow-4/.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.9.3
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]

..............................                                           [100%]
=============================== warnings summary ===============================
target/.tox-py38-pyarrow-4/py38-pyarrow-4/lib/python3.8/site-packages/hdfs/config.py:15
target/.tox-py38-pyarrow-4/py38-pyarrow-4/lib/python3.8/site-packages/hdfs/config.py:15
target/.tox-py38-pyarrow-4/py38-pyarrow-4/lib/python3.8/site-packages/hdfs/config.py:15
target/.tox-py38-pyarrow-4/py38-pyarrow-4/lib/python3.8/site-packages/hdfs/config.py:15
target/.tox-py38-pyarrow-4/py38-pyarrow-4/lib/python3.8/site-packages/hdfs/config.py:15
target/.tox-py38-pyarrow-4/py38-pyarrow-4/lib/python3.8/site-packages/hdfs/config.py:15
target/.tox-py38-pyarrow-4/py38-pyarrow-4/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-4/py38-pyarrow-4/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-4/py38-pyarrow-4/lib/python3.8/site-packages/tenacity/_asyncio.py:42
target/.tox-py38-pyarrow-4/py38-pyarrow-4/lib/python3.8/site-packages/tenacity/_asyncio.py:42
target/.tox-py38-pyarrow-4/py38-pyarrow-4/lib/python3.8/site-packages/tenacity/_asyncio.py:42
target/.tox-py38-pyarrow-4/py38-pyarrow-4/lib/python3.8/site-packages/tenacity/_asyncio.py:42
target/.tox-py38-pyarrow-4/py38-pyarrow-4/lib/python3.8/site-packages/tenacity/_asyncio.py:42
target/.tox-py38-pyarrow-4/py38-pyarrow-4/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-4/py38-pyarrow-4/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/dataframe/io_test.py::IOTest::test_read_write_parquet
apache_beam/dataframe/io_test.py::IOTest::test_read_write_parquet
  
/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:632:
 FutureWarning: WriteToFiles is experimental.
    return pcoll | fileio.WriteToFiles(

apache_beam/dataframe/io_test.py::IOTest::test_read_write_parquet
apache_beam/dataframe/io_test.py::IOTest::test_read_write_parquet
  
/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

-- 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-4.xml
 -
============ 30 passed, 4 skipped, 17 warnings in 82.16s (0:01:22) =============
py38-pyarrow-4 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-4: commands succeeded
  congratulations :)

> Task :sdks:python:test-suites:tox:py38:testPy38pyarrow-5
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-5 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-5/py38-pyarrow-5
py38-pyarrow-5 installdeps: pyarrow>=5,<6
py38-pyarrow-5 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-5/.tmp/package/1/apache-beam-2.42.0.dev0.zip
py38-pyarrow-5 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-5/.tmp/package/1/apache-beam-2.42.0.dev0.zip,attrs==22.1.0,certifi==2022.6.15,cffi==1.15.1,charset-normalizer==2.1.1,cloudpickle==2.1.0,crcmod==1.7,cryptography==37.0.4,deprecation==2.1.0,dill==0.3.1.1,docker==6.0.0,docopt==0.6.2,execnet==1.9.0,fastavro==1.6.0,freezegun==1.2.2,greenlet==1.1.3,grpcio==1.47.0,hdfs==2.7.0,httplib2==0.20.4,idna==3.3,iniconfig==1.1.1,joblib==1.1.0,mock==2.0.0,numpy==1.22.4,orjson==3.8.0,packaging==21.3,pandas==1.4.3,parameterized==0.8.1,pbr==5.10.0,pluggy==1.0.0,proto-plus==1.22.0,protobuf==3.20.1,psycopg2-binary==2.9.3,py==1.11.0,pyarrow==5.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.1.2,pytest-forked==1.4.0,pytest-timeout==2.1.0,pytest-xdist==2.5.0,python-dateutil==2.8.2,pytz==2022.2.1,PyYAML==6.0,regex==2022.8.17,requests==2.28.1,requests-mock==1.9.3,scikit-learn==1.1.2,scipy==1.9.1,six==1.16.0,SQLAlchemy==1.4.40,tenacity==5.1.5,testcontainers==3.6.1,threadpoolctl==3.1.0,tomli==2.0.1,typing_extensions==4.3.0,urllib3==1.26.12,websocket-client==1.4.0,wrapt==1.14.1,zstandard==0.18.0
py38-pyarrow-5 run-test-pre: PYTHONHASHSEED='1614439815'
py38-pyarrow-5 run-test-pre: commands[0] | python --version
Python 3.8.10
py38-pyarrow-5 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-5/py38-pyarrow-5/lib/python3.8/site-packages/pip
 (python 3.8)
py38-pyarrow-5 run-test-pre: commands[2] | pip check
No broken requirements found.
py38-pyarrow-5 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-5 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-5/.tmp/package/1/apache-beam-2.42.0.dev0.zip
numpy==1.22.4
pyarrow==5.0.0
py38-pyarrow-5 run-test: commands[1] | pytest -o 
junit_suite_name=py38-pyarrow-5 --junitxml=pytest_py38-pyarrow-5.xml -n 6 -m 
uses_pyarrow
============================= test session starts 
==============================
platform linux -- Python 3.8.10, pytest-7.1.2, pluggy-1.0.0
cachedir: target/.tox-py38-pyarrow-5/py38-pyarrow-5/.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.9.3
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]

..............................                                           [100%]
=============================== warnings summary ===============================
target/.tox-py38-pyarrow-5/py38-pyarrow-5/lib/python3.8/site-packages/hdfs/config.py:15
target/.tox-py38-pyarrow-5/py38-pyarrow-5/lib/python3.8/site-packages/hdfs/config.py:15
target/.tox-py38-pyarrow-5/py38-pyarrow-5/lib/python3.8/site-packages/hdfs/config.py:15
target/.tox-py38-pyarrow-5/py38-pyarrow-5/lib/python3.8/site-packages/hdfs/config.py:15
target/.tox-py38-pyarrow-5/py38-pyarrow-5/lib/python3.8/site-packages/hdfs/config.py:15
target/.tox-py38-pyarrow-5/py38-pyarrow-5/lib/python3.8/site-packages/hdfs/config.py:15
target/.tox-py38-pyarrow-5/py38-pyarrow-5/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-5/py38-pyarrow-5/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-5/py38-pyarrow-5/lib/python3.8/site-packages/tenacity/_asyncio.py:42
target/.tox-py38-pyarrow-5/py38-pyarrow-5/lib/python3.8/site-packages/tenacity/_asyncio.py:42
target/.tox-py38-pyarrow-5/py38-pyarrow-5/lib/python3.8/site-packages/tenacity/_asyncio.py:42
target/.tox-py38-pyarrow-5/py38-pyarrow-5/lib/python3.8/site-packages/tenacity/_asyncio.py:42
target/.tox-py38-pyarrow-5/py38-pyarrow-5/lib/python3.8/site-packages/tenacity/_asyncio.py:42
target/.tox-py38-pyarrow-5/py38-pyarrow-5/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-5/py38-pyarrow-5/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/dataframe/io_test.py::IOTest::test_read_write_parquet
apache_beam/dataframe/io_test.py::IOTest::test_read_write_parquet
  
/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:632:
 FutureWarning: WriteToFiles is experimental.
    return pcoll | fileio.WriteToFiles(

apache_beam/dataframe/io_test.py::IOTest::test_read_write_parquet
apache_beam/dataframe/io_test.py::IOTest::test_read_write_parquet
  
/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

-- 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-5.xml
 -
============ 30 passed, 4 skipped, 17 warnings in 79.29s (0:01:19) =============
py38-pyarrow-5 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-5: commands succeeded
  congratulations :)

> Task :sdks:python:test-suites:tox:py38:testPy38pyarrow-6
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-6 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-6/py38-pyarrow-6
py38-pyarrow-6 installdeps: pyarrow>=6,<7
py38-pyarrow-6 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-6/.tmp/package/1/apache-beam-2.42.0.dev0.zip
py38-pyarrow-6 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-6/.tmp/package/1/apache-beam-2.42.0.dev0.zip,attrs==22.1.0,certifi==2022.6.15,cffi==1.15.1,charset-normalizer==2.1.1,cloudpickle==2.1.0,crcmod==1.7,cryptography==37.0.4,deprecation==2.1.0,dill==0.3.1.1,docker==6.0.0,docopt==0.6.2,execnet==1.9.0,fastavro==1.6.0,freezegun==1.2.2,greenlet==1.1.3,grpcio==1.47.0,hdfs==2.7.0,httplib2==0.20.4,idna==3.3,iniconfig==1.1.1,joblib==1.1.0,mock==2.0.0,numpy==1.22.4,orjson==3.8.0,packaging==21.3,pandas==1.4.3,parameterized==0.8.1,pbr==5.10.0,pluggy==1.0.0,proto-plus==1.22.0,protobuf==3.20.1,psycopg2-binary==2.9.3,py==1.11.0,pyarrow==6.0.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.2,pytest-forked==1.4.0,pytest-timeout==2.1.0,pytest-xdist==2.5.0,python-dateutil==2.8.2,pytz==2022.2.1,PyYAML==6.0,regex==2022.8.17,requests==2.28.1,requests-mock==1.9.3,scikit-learn==1.1.2,scipy==1.9.1,six==1.16.0,SQLAlchemy==1.4.40,tenacity==5.1.5,testcontainers==3.6.1,threadpoolctl==3.1.0,tomli==2.0.1,typing_extensions==4.3.0,urllib3==1.26.12,websocket-client==1.4.0,wrapt==1.14.1,zstandard==0.18.0
py38-pyarrow-6 run-test-pre: PYTHONHASHSEED='2347958382'
py38-pyarrow-6 run-test-pre: commands[0] | python --version
Python 3.8.10
py38-pyarrow-6 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-6/py38-pyarrow-6/lib/python3.8/site-packages/pip
 (python 3.8)
py38-pyarrow-6 run-test-pre: commands[2] | pip check
No broken requirements found.
py38-pyarrow-6 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-6 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-6/.tmp/package/1/apache-beam-2.42.0.dev0.zip
numpy==1.22.4
pyarrow==6.0.1
py38-pyarrow-6 run-test: commands[1] | pytest -o 
junit_suite_name=py38-pyarrow-6 --junitxml=pytest_py38-pyarrow-6.xml -n 6 -m 
uses_pyarrow
============================= test session starts 
==============================
platform linux -- Python 3.8.10, pytest-7.1.2, pluggy-1.0.0
cachedir: target/.tox-py38-pyarrow-6/py38-pyarrow-6/.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.9.3
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]

..............................                                           [100%]
=============================== warnings summary ===============================
target/.tox-py38-pyarrow-6/py38-pyarrow-6/lib/python3.8/site-packages/hdfs/config.py:15
target/.tox-py38-pyarrow-6/py38-pyarrow-6/lib/python3.8/site-packages/hdfs/config.py:15
target/.tox-py38-pyarrow-6/py38-pyarrow-6/lib/python3.8/site-packages/hdfs/config.py:15
target/.tox-py38-pyarrow-6/py38-pyarrow-6/lib/python3.8/site-packages/hdfs/config.py:15
target/.tox-py38-pyarrow-6/py38-pyarrow-6/lib/python3.8/site-packages/hdfs/config.py:15
target/.tox-py38-pyarrow-6/py38-pyarrow-6/lib/python3.8/site-packages/hdfs/config.py:15
target/.tox-py38-pyarrow-6/py38-pyarrow-6/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-6/py38-pyarrow-6/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-6/py38-pyarrow-6/lib/python3.8/site-packages/tenacity/_asyncio.py:42
target/.tox-py38-pyarrow-6/py38-pyarrow-6/lib/python3.8/site-packages/tenacity/_asyncio.py:42
target/.tox-py38-pyarrow-6/py38-pyarrow-6/lib/python3.8/site-packages/tenacity/_asyncio.py:42
target/.tox-py38-pyarrow-6/py38-pyarrow-6/lib/python3.8/site-packages/tenacity/_asyncio.py:42
target/.tox-py38-pyarrow-6/py38-pyarrow-6/lib/python3.8/site-packages/tenacity/_asyncio.py:42
target/.tox-py38-pyarrow-6/py38-pyarrow-6/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-6/py38-pyarrow-6/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/dataframe/io_test.py::IOTest::test_read_write_parquet
apache_beam/dataframe/io_test.py::IOTest::test_read_write_parquet
  
/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:632:
 FutureWarning: WriteToFiles is experimental.
    return pcoll | fileio.WriteToFiles(

apache_beam/dataframe/io_test.py::IOTest::test_read_write_parquet
apache_beam/dataframe/io_test.py::IOTest::test_read_write_parquet
  
/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

-- 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-6.xml
 -
============ 30 passed, 4 skipped, 17 warnings in 81.78s (0:01:21) =============
py38-pyarrow-6 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-6: commands succeeded
  congratulations :)

> Task :sdks:python:test-suites:tox:py38:testPy38pyarrow-7
FATAL: command execution failed
hudson.remoting.ChannelClosedException: Channel 
"hudson.remoting.Channel@103783fb:apache-beam-jenkins-15": Remote call on 
apache-beam-jenkins-15 failed. The channel is closing down or has closed down
        at hudson.remoting.Channel.call(Channel.java:993)
        at 
hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:285)
        at com.sun.proxy.$Proxy138.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: hudson.remoting.Channel$OrderlyShutdown: Command Close created at
        at hudson.remoting.Channel$CloseCommand.execute(Channel.java:1313)
        at hudson.remoting.Channel$1.handle(Channel.java:606)
        at 
hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:81)
Caused by: Command Close created at
        at hudson.remoting.Command.<init>(Command.java:70)
        at hudson.remoting.Channel$CloseCommand.<init>(Channel.java:1306)
        at hudson.remoting.Channel$CloseCommand.<init>(Channel.java:1304)
        at hudson.remoting.Channel.close(Channel.java:1480)
        at hudson.remoting.Channel.close(Channel.java:1447)
        at hudson.remoting.Channel$CloseCommand.execute(Channel.java:1312)
        ... 2 more
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
ERROR: apache-beam-jenkins-15 is offline; cannot locate jdk_1.8_latest

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

Reply via email to