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

Changes:

[noreply] Bump github.com/fsouza/fake-gcs-server from 1.44.1 to 1.44.2 in /sdks


------------------------------------------
[...truncated 494.18 KB...]
  
/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/io/aws/s3io_test.py:442:
 BeamDeprecationWarning: list_prefix is deprecated since 2.45.0. Use list_files 
instead.
    files = self.aws.list_prefix(self.TEST_DATA_PATH)

apache_beam/io/aws/s3io_test.py::TestS3IO::test_delete_paths
apache_beam/io/aws/s3io_test.py::TestS3IO::test_delete_tree
  
/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/io/aws/s3io.py:439:
 BeamDeprecationWarning: list_prefix is deprecated since 2.45.0. Use list_files 
instead.
    paths = self.list_prefix(root)

apache_beam/io/aws/s3io_test.py::TestS3IO::test_list_prefix
apache_beam/io/aws/s3io_test.py::TestS3IO::test_list_prefix
apache_beam/io/aws/s3io_test.py::TestS3IO::test_list_prefix
  
/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/io/aws/s3io_test.py:788:
 BeamDeprecationWarning: list_prefix is deprecated since 2.45.0. Use list_files 
instead.
    set(self.aws.list_prefix(file_pattern).items()),

apache_beam/io/aws/s3io_test.py::TestS3IO::test_rename
  
/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/io/aws/s3io_test.py:323:
 BeamDeprecationWarning: list_prefix is deprecated since 2.45.0. Use list_files 
instead.
    self.assertTrue(src_file_name in self.aws.list_prefix(self.TEST_DATA_PATH))

apache_beam/io/aws/s3io_test.py::TestS3IO::test_rename
  
/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/io/aws/s3io_test.py:325:
 BeamDeprecationWarning: list_prefix is deprecated since 2.45.0. Use list_files 
instead.
    dest_file_name in self.aws.list_prefix(self.TEST_DATA_PATH))

apache_beam/io/aws/s3io_test.py::TestS3IO::test_rename
  
/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/io/aws/s3io_test.py:329:
 BeamDeprecationWarning: list_prefix is deprecated since 2.45.0. Use list_files 
instead.
    self.assertFalse(src_file_name in self.aws.list_prefix(self.TEST_DATA_PATH))

apache_beam/io/aws/s3io_test.py::TestS3IO::test_rename
  
/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/io/aws/s3io_test.py:330:
 BeamDeprecationWarning: list_prefix is deprecated since 2.45.0. Use list_files 
instead.
    self.assertTrue(dest_file_name in self.aws.list_prefix(self.TEST_DATA_PATH))

apache_beam/testing/test_pipeline_test.py: 1 warning
apache_beam/options/pipeline_options_test.py: 24 warnings
  /usr/lib/python3.8/unittest/case.py:1215: DeprecationWarning: 
assertDictContainsSubset is deprecated
    warnings.warn('assertDictContainsSubset is deprecated',

apache_beam/io/fileio_test.py::MatchContinuouslyTest::test_match_updated_files
  
/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/io/fileio_test.py:413:
 FutureWarning: MatchContinuously is experimental.
    | fileio.MatchContinuously(

apache_beam/ml/inference/base_test.py::RunInferenceBaseTest::test_run_inference_with_iterable_side_input
  
/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/ml/inference/base_test.py:401:
 BeamDeprecationWarning: options is deprecated since First stable release. 
References to <pipeline>.options will not be supported
    test_pipeline.options.view_as(StandardOptions).streaming = True

apache_beam/io/fileio_test.py::MatchContinuouslyTest::test_with_deduplication
  
/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/io/fileio_test.py:346:
 FutureWarning: MatchContinuously is experimental.
    | fileio.MatchContinuously(

apache_beam/ml/inference/sklearn_inference_test.py::SkLearnRunInferenceTest::test_infer_too_many_rows_in_dataframe
  
/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/ml/inference/sklearn_inference_test.py:515:
 FutureWarning: SklearnModelHandlerPandas is experimental. No 
backwards-compatibility guarantees.
    inference_runner = SklearnModelHandlerPandas(model_uri='unused')

apache_beam/io/fileio_test.py::MatchContinuouslyTest::test_without_deduplication
  
/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/io/fileio_test.py:378:
 FutureWarning: MatchContinuously is experimental.
    | fileio.MatchContinuously(

apache_beam/ml/inference/sklearn_inference_test.py::SkLearnRunInferenceTest::test_pipeline_pandas
  
/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/ml/inference/sklearn_inference_test.py:362:
 FutureWarning: SklearnModelHandlerPandas is experimental. No 
backwards-compatibility guarantees.
    SklearnModelHandlerPandas(model_uri=temp_file_name))

apache_beam/ml/inference/sklearn_inference_test.py: 24 warnings
  
/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-cython/py38-cython/lib/python3.8/site-packages/dill/_dill.py:472:
 FutureWarning: SklearnModelHandlerPandas is experimental. No 
backwards-compatibility guarantees.
    obj = StockUnpickler.load(self)

apache_beam/ml/inference/sklearn_inference_test.py::SkLearnRunInferenceTest::test_pipeline_pandas_custom_batching
  
/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/ml/inference/sklearn_inference_test.py:393:
 FutureWarning: SklearnModelHandlerPandas is experimental. No 
backwards-compatibility guarantees.
    SklearnModelHandlerPandas(

apache_beam/ml/inference/sklearn_inference_test.py::SkLearnRunInferenceTest::test_pipeline_pandas_custom_inference
  
/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/ml/inference/sklearn_inference_test.py:418:
 FutureWarning: SklearnModelHandlerPandas is experimental. No 
backwards-compatibility guarantees.
    SklearnModelHandlerPandas(

apache_beam/ml/inference/sklearn_inference_test.py::SkLearnRunInferenceTest::test_pipeline_pandas_dict_out
  
/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/ml/inference/sklearn_inference_test.py:441:
 FutureWarning: SklearnModelHandlerPandas is experimental. No 
backwards-compatibility guarantees.
    SklearnModelHandlerPandas(model_uri=temp_file_name))

apache_beam/ml/inference/sklearn_inference_test.py::SkLearnRunInferenceTest::test_pipeline_pandas_joblib
  
/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/ml/inference/sklearn_inference_test.py:473:
 FutureWarning: SklearnModelHandlerPandas is experimental. No 
backwards-compatibility guarantees.
    SklearnModelHandlerPandas(

apache_beam/ml/inference/sklearn_inference_test.py::SkLearnRunInferenceTest::test_pipeline_pandas_with_keys
  
/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/ml/inference/sklearn_inference_test.py:499:
 FutureWarning: SklearnModelHandlerPandas is experimental. No 
backwards-compatibility guarantees.
    SklearnModelHandlerPandas(model_uri=temp_file_name)))

apache_beam/io/fileio_test.py::WriteFilesTest::test_streaming_complex_timing
  
/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/io/fileio_test.py:718:
 FutureWarning: WriteToFiles is experimental.
    | beam.io.fileio.WriteToFiles(

apache_beam/io/fileio_test.py: 7 warnings
apache_beam/io/textio_test.py: 2 warnings
apache_beam/yaml/yaml_transform_test.py: 1 warning
  
/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:596:
 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/io/fileio_test.py::WriteFilesTest::test_streaming_different_file_types
  
/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/io/fileio_test.py:773:
 FutureWarning: WriteToFiles is experimental.
    | beam.io.fileio.WriteToFiles(

apache_beam/io/fileio_test.py::WriteFilesTest::test_write_to_different_file_types
  
/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/io/fileio_test.py:627:
 FutureWarning: WriteToFiles is experimental.
    | beam.io.fileio.WriteToFiles(

apache_beam/io/textio_test.py::CsvTest::test_csv_read_write
apache_beam/io/textio_test.py::JsonTest::test_json_read_write
apache_beam/yaml/yaml_transform_test.py::YamlTransformTest::test_csv_to_json
  
/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/io/fileio_test.py::WriteFilesTest::test_write_to_different_file_types_some_spilling
  
/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/io/fileio_test.py:541:
 FutureWarning: WriteToFiles is experimental.
    | beam.io.fileio.WriteToFiles(

apache_beam/io/fileio_test.py::WriteFilesTest::test_write_to_dynamic_destination
  
/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/io/fileio_test.py:512:
 FutureWarning: WriteToFiles is experimental.
    | fileio.WriteToFiles(

apache_beam/io/fileio_test.py::WriteFilesTest::test_write_to_single_file_batch
  
/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/io/fileio_test.py:485:
 FutureWarning: WriteToFiles is experimental.
    | beam.io.fileio.WriteToFiles(path=dir))

apache_beam/io/textio_test.py::TextSourceTest::test_read_all_continuously_new
apache_beam/io/textio_test.py::TextSourceTest::test_read_all_continuously_update
  
/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/io/textio.py:712:
 FutureWarning: MatchContinuously is experimental.
    | MatchContinuously(self._file_pattern, **self._kwargs_for_match)

-- 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-cython.xml
 -
========== 2686 passed, 465 skipped, 164 warnings in 75.33s (0:01:15) ==========
============================= test session starts ==============================
platform linux -- Python 3.8.10, pytest-7.3.0, pluggy-1.0.0
cachedir: target/.tox-py38-cython/py38-cython/.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: 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
collected 3214 items / 3142 deselected / 11 skipped / 72 selected

apache_beam/coders/fast_coders_test.py ................................. [ 45%]
...                                                                      [ 50%]
apache_beam/coders/slow_coders_test.py ................................. [ 95%]
...                                                                      [100%]

=============================== warnings summary ===============================
target/.tox-py38-cython/py38-cython/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-cython/py38-cython/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-cython/py38-cython/lib/python3.8/site-packages/pkg_resources/__init__.py:121
  
/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-cython/py38-cython/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)

apache_beam/typehints/pandas_type_compatibility_test.py:67
  
/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: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
  
/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(123, 223), name='an_index'),

apache_beam/typehints/pandas_type_compatibility_test.py:91
  
/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: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: 
/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/pytest_py38-cython_no_xdist.xml
 -
========= 72 passed, 11 skipped, 3142 deselected, 5 warnings in 4.44s ==========
py38-cython 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-cython: commands succeeded
  congratulations :)

> Task :sdks:python:test-suites:tox:py38:preCommitPy38

> Task :sdks:python:test-suites:tox:py310:testPy310Cython
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions 
-Wl,-Bsymbolic-functions -Wl,-z,relro 
build/temp.linux-x86_64-cpython-310/apache_beam/runners/common.o -L/usr/lib -o 
build/lib.linux-x86_64-cpython-310/apache_beam/runners/common.cpython-310-x86_64-linux-gnu.so
building 'apache_beam.runners.worker.logger' extension
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g 
-fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security 
-fPIC 
-I/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py310/build/srcs/sdks/python/target/.tox-py310-cython/py310-cython/lib/python3.10/site-packages/numpy/core/include
 
-I/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py310/build/srcs/sdks/python/target/.tox-py310-cython/py310-cython/include
 -I/usr/include/python3.10 -c apache_beam/runners/worker/logger.c -o 
build/temp.linux-x86_64-cpython-310/apache_beam/runners/worker/logger.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions 
-Wl,-Bsymbolic-functions -Wl,-z,relro 
build/temp.linux-x86_64-cpython-310/apache_beam/runners/worker/logger.o 
-L/usr/lib -o 
build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker/logger.cpython-310-x86_64-linux-gnu.so
building 'apache_beam.runners.worker.opcounters' extension
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g 
-fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security 
-fPIC 
-I/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py310/build/srcs/sdks/python/target/.tox-py310-cython/py310-cython/lib/python3.10/site-packages/numpy/core/include
 
-I/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py310/build/srcs/sdks/python/target/.tox-py310-cython/py310-cython/include
 -I/usr/include/python3.10 -c apache_beam/runners/worker/opcounters.c -o 
build/temp.linux-x86_64-cpython-310/apache_beam/runners/worker/opcounters.o

> Task :sdks:python:test-suites:tox:py39:testPy39Cython
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions 
-Wl,-Bsymbolic-functions -Wl,-z,relro 
build/temp.linux-x86_64-cpython-39/apache_beam/runners/common.o -L/usr/lib -o 
build/lib.linux-x86_64-cpython-39/apache_beam/runners/common.cpython-39-x86_64-linux-gnu.so
building 'apache_beam.runners.worker.logger' extension
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g 
-fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security 
-fPIC 
-I/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py39/build/srcs/sdks/python/target/.tox-py39-cython/py39-cython/lib/python3.9/site-packages/numpy/core/include
 
-I/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py39/build/srcs/sdks/python/target/.tox-py39-cython/py39-cython/include
 -I/usr/include/python3.9 -c apache_beam/runners/worker/logger.c -o 
build/temp.linux-x86_64-cpython-39/apache_beam/runners/worker/logger.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions 
-Wl,-Bsymbolic-functions -Wl,-z,relro 
build/temp.linux-x86_64-cpython-39/apache_beam/runners/worker/logger.o 
-L/usr/lib -o 
build/lib.linux-x86_64-cpython-39/apache_beam/runners/worker/logger.cpython-39-x86_64-linux-gnu.so
building 'apache_beam.runners.worker.opcounters' extension
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g 
-fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security 
-fPIC 
-I/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py39/build/srcs/sdks/python/target/.tox-py39-cython/py39-cython/lib/python3.9/site-packages/numpy/core/include
 
-I/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py39/build/srcs/sdks/python/target/.tox-py39-cython/py39-cython/include
 -I/usr/include/python3.9 -c apache_beam/runners/worker/opcounters.c -o 
build/temp.linux-x86_64-cpython-39/apache_beam/runners/worker/opcounters.o

> Task :sdks:python:test-suites:tox:py37:testPy37Cython
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions 
-Wl,-Bsymbolic-functions -Wl,-z,relro 
build/temp.linux-x86_64-cpython-37/apache_beam/runners/common.o -L/usr/lib -o 
build/lib.linux-x86_64-cpython-37/apache_beam/runners/common.cpython-37m-x86_64-linux-gnu.so
building 'apache_beam.runners.worker.logger' extension
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g 
-fwrapv -O2 -Wall -g 
-fdebug-prefix-map=/build/python3.7-5GEFrE/python3.7-3.7.12=. 
-fstack-protector-strong -Wformat -Werror=format-security -fPIC 
-I/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py37/build/srcs/sdks/python/target/.tox-py37-cython/py37-cython/lib/python3.7/site-packages/numpy/core/include
 
-I/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py37/build/srcs/sdks/python/target/.tox-py37-cython/py37-cython/include
 -I/usr/include/python3.7m -c apache_beam/runners/worker/logger.c -o 
build/temp.linux-x86_64-cpython-37/apache_beam/runners/worker/logger.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions 
-Wl,-Bsymbolic-functions -Wl,-z,relro 
build/temp.linux-x86_64-cpython-37/apache_beam/runners/worker/logger.o 
-L/usr/lib -o 
build/lib.linux-x86_64-cpython-37/apache_beam/runners/worker/logger.cpython-37m-x86_64-linux-gnu.so
building 'apache_beam.runners.worker.opcounters' extension
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g 
-fwrapv -O2 -Wall -g 
-fdebug-prefix-map=/build/python3.7-5GEFrE/python3.7-3.7.12=. 
-fstack-protector-strong -Wformat -Werror=format-security -fPIC 
-I/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py37/build/srcs/sdks/python/target/.tox-py37-cython/py37-cython/lib/python3.7/site-packages/numpy/core/include
 
-I/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py37/build/srcs/sdks/python/target/.tox-py37-cython/py37-cython/include
 -I/usr/include/python3.7m -c apache_beam/runners/worker/opcounters.c -o 
build/temp.linux-x86_64-cpython-37/apache_beam/runners/worker/opcounters.o

> Task :sdks:python:test-suites:tox:py311:testPy311Cython
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions 
-Wl,-Bsymbolic-functions -g -fwrapv -O2 
build/temp.linux-x86_64-cpython-311/apache_beam/runners/worker/operations.o 
-L/usr/lib/x86_64-linux-gnu -o 
build/lib.linux-x86_64-cpython-311/apache_beam/runners/worker/operations.cpython-311-x86_64-linux-gnu.so
building 'apache_beam.transforms.cy_combiners' extension
x86_64-linux-gnu-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g 
-fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC 
-I/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py311/build/srcs/sdks/python/target/.tox-py311-cython/py311-cython/lib/python3.11/site-packages/numpy/core/include
 
-I/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py311/build/srcs/sdks/python/target/.tox-py311-cython/py311-cython/include
 -I/usr/include/python3.11 -c apache_beam/transforms/cy_combiners.c -o 
build/temp.linux-x86_64-cpython-311/apache_beam/transforms/cy_combiners.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions 
-Wl,-Bsymbolic-functions -g -fwrapv -O2 
build/temp.linux-x86_64-cpython-311/apache_beam/transforms/cy_combiners.o 
-L/usr/lib/x86_64-linux-gnu -o 
build/lib.linux-x86_64-cpython-311/apache_beam/transforms/cy_combiners.cpython-311-x86_64-linux-gnu.so
building 'apache_beam.transforms.stats' extension
x86_64-linux-gnu-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g 
-fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC 
-I/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py311/build/srcs/sdks/python/target/.tox-py311-cython/py311-cython/lib/python3.11/site-packages/numpy/core/include
 
-I/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py311/build/srcs/sdks/python/target/.tox-py311-cython/py311-cython/include
 -I/usr/include/python3.11 -c apache_beam/transforms/stats.c -o 
build/temp.linux-x86_64-cpython-311/apache_beam/transforms/stats.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions 
-Wl,-Bsymbolic-functions -g -fwrapv -O2 
build/temp.linux-x86_64-cpython-311/apache_beam/transforms/stats.o 
-L/usr/lib/x86_64-linux-gnu -o 
build/lib.linux-x86_64-cpython-311/apache_beam/transforms/stats.cpython-311-x86_64-linux-gnu.so
building 'apache_beam.utils.counters' extension
creating build/temp.linux-x86_64-cpython-311/apache_beam/utils
x86_64-linux-gnu-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g 
-fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC 
-I/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py311/build/srcs/sdks/python/target/.tox-py311-cython/py311-cython/lib/python3.11/site-packages/numpy/core/include
 
-I/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py311/build/srcs/sdks/python/target/.tox-py311-cython/py311-cython/include
 -I/usr/include/python3.11 -c apache_beam/utils/counters.c -o 
build/temp.linux-x86_64-cpython-311/apache_beam/utils/counters.o
creating build/lib.linux-x86_64-cpython-311/apache_beam/utils
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions 
-Wl,-Bsymbolic-functions -g -fwrapv -O2 
build/temp.linux-x86_64-cpython-311/apache_beam/utils/counters.o 
-L/usr/lib/x86_64-linux-gnu -o 
build/lib.linux-x86_64-cpython-311/apache_beam/utils/counters.cpython-311-x86_64-linux-gnu.so

> Task :sdks:python:test-suites:tox:py310:testPy310Cython
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions 
-Wl,-Bsymbolic-functions -Wl,-z,relro 
build/temp.linux-x86_64-cpython-310/apache_beam/runners/worker/opcounters.o 
-L/usr/lib -o 
build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker/opcounters.cpython-310-x86_64-linux-gnu.so
building 'apache_beam.runners.worker.operations' extension
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g 
-fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security 
-fPIC 
-I/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py310/build/srcs/sdks/python/target/.tox-py310-cython/py310-cython/lib/python3.10/site-packages/numpy/core/include
 
-I/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py310/build/srcs/sdks/python/target/.tox-py310-cython/py310-cython/include
 -I/usr/include/python3.10 -c apache_beam/runners/worker/operations.c -o 
build/temp.linux-x86_64-cpython-310/apache_beam/runners/worker/operations.o
FATAL: command execution failed
java.io.IOException: Backing channel 'apache-beam-jenkins-2' is disconnected.
        at 
hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:215)
        at 
hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:285)
        at com.sun.proxy.$Proxy139.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-2 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