See
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/7077/display/redirect>
Changes:
------------------------------------------
[...truncated 541.40 KB...]
pd.Int64Index(range(123, 223), name='an_index'),
apache_beam/typehints/pandas_type_compatibility_test.py:91
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py39/build/srcs/sdks/python/apache_beam/typehints/pandas_type_compatibility_test.py>:91:
FutureWarning: pandas.Int64Index is deprecated and will be removed from pandas
in a future version. Use pandas.Index with the appropriate dtype instead.
pd.Int64Index(range(475, 575), name='another_index'),
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
- generated xml file:
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py39/build/srcs/sdks/python/pytest_py39-cython_no_xdist.xml>
-
========= 72 passed, 11 skipped, 3176 deselected, 5 warnings in 5.13s ==========
[1mpy39-cython run-test-post: commands[0] | bash
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py39/build/srcs/sdks/python/scripts/run_tox_cleanup.sh>
[0m___________________________________ summary
____________________________________
[32m py39-cython: commands succeeded
[0m[32m congratulations :)
[0m
> Task :sdks:python:test-suites:tox:py37:testPy37Cython
................................................... [ 83%]
........................................................................ [ 86%]
........................................................................ [ 88%]
........................................................................ [ 90%]
.............sss........................................................ [ 92%]
.........................ss............................................. [ 95%]
..s..s.................................................................. [ 97%]
.................................................s..s................... [ 99%]
........ [100%]
=============================== warnings summary ===============================
target/.tox-py37-cython/py37-cython/lib/python3.7/site-packages/hdfs/config.py:15
target/.tox-py37-cython/py37-cython/lib/python3.7/site-packages/hdfs/config.py:15
target/.tox-py37-cython/py37-cython/lib/python3.7/site-packages/hdfs/config.py:15
target/.tox-py37-cython/py37-cython/lib/python3.7/site-packages/hdfs/config.py:15
target/.tox-py37-cython/py37-cython/lib/python3.7/site-packages/hdfs/config.py:15
target/.tox-py37-cython/py37-cython/lib/python3.7/site-packages/hdfs/config.py:15
target/.tox-py37-cython/py37-cython/lib/python3.7/site-packages/hdfs/config.py:15
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py37/build/srcs/sdks/python/target/.tox-py37-cython/py37-cython/lib/python3.7/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-py37-cython/py37-cython/lib/python3.7/site-packages/pkg_resources/__init__.py:121
target/.tox-py37-cython/py37-cython/lib/python3.7/site-packages/pkg_resources/__init__.py:121
target/.tox-py37-cython/py37-cython/lib/python3.7/site-packages/pkg_resources/__init__.py:121
target/.tox-py37-cython/py37-cython/lib/python3.7/site-packages/pkg_resources/__init__.py:121
target/.tox-py37-cython/py37-cython/lib/python3.7/site-packages/pkg_resources/__init__.py:121
target/.tox-py37-cython/py37-cython/lib/python3.7/site-packages/pkg_resources/__init__.py:121
target/.tox-py37-cython/py37-cython/lib/python3.7/site-packages/pkg_resources/__init__.py:121
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py37/build/srcs/sdks/python/target/.tox-py37-cython/py37-cython/lib/python3.7/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/io/aws/s3io_test.py::TestS3IO::test_copy
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py37/build/srcs/sdks/python/apache_beam/io/aws/s3io_test.py>:173:
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_copy
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py37/build/srcs/sdks/python/apache_beam/io/aws/s3io_test.py>:175:
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_copy
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py37/build/srcs/sdks/python/apache_beam/io/aws/s3io_test.py>:179:
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_copy
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py37/build/srcs/sdks/python/apache_beam/io/aws/s3io_test.py>:180:
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/io/aws/s3io_test.py::TestS3IO::test_copy_paths_error
apache_beam/io/aws/s3io_test.py::TestS3IO::test_copy_tree
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py37/build/srcs/sdks/python/apache_beam/io/aws/s3io.py>:291:
BeamDeprecationWarning: list_prefix is deprecated since 2.45.0. Use list_files
instead.
for entry in self.list_prefix(src):
apache_beam/io/aws/s3io_test.py::TestS3IO::test_copy_tree
apache_beam/io/aws/s3io_test.py::TestS3IO::test_copy_tree
apache_beam/io/aws/s3io_test.py::TestS3IO::test_copy_tree
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py37/build/srcs/sdks/python/apache_beam/io/aws/s3io_test.py>:293:
BeamDeprecationWarning: list_prefix is deprecated since 2.45.0. Use list_files
instead.
src_file_name in self.aws.list_prefix(self.TEST_DATA_PATH))
apache_beam/io/aws/s3io_test.py::TestS3IO::test_copy_tree
apache_beam/io/aws/s3io_test.py::TestS3IO::test_copy_tree
apache_beam/io/aws/s3io_test.py::TestS3IO::test_copy_tree
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py37/build/srcs/sdks/python/apache_beam/io/aws/s3io_test.py>:295:
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_copy_tree
apache_beam/io/aws/s3io_test.py::TestS3IO::test_copy_tree
apache_beam/io/aws/s3io_test.py::TestS3IO::test_copy_tree
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py37/build/srcs/sdks/python/apache_beam/io/aws/s3io_test.py>:306:
BeamDeprecationWarning: list_prefix is deprecated since 2.45.0. Use list_files
instead.
src_file_name in self.aws.list_prefix(self.TEST_DATA_PATH))
apache_beam/io/aws/s3io_test.py::TestS3IO::test_copy_tree
apache_beam/io/aws/s3io_test.py::TestS3IO::test_copy_tree
apache_beam/io/aws/s3io_test.py::TestS3IO::test_copy_tree
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py37/build/srcs/sdks/python/apache_beam/io/aws/s3io_test.py>:308:
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_delete
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py37/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
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py37/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/mongodbio_test.py: 10 warnings
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py37/build/srcs/sdks/python/apache_beam/io/range_trackers.py>:404:
DeprecationWarning: invalid escape sequence '\ΓΈ'
return position.decode(encoding='unicode_escape', errors='replace')
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
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py37/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
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py37/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
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py37/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
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py37/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
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py37/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.7/unittest/case.py:1156: DeprecationWarning:
assertDictContainsSubset is deprecated
DeprecationWarning)
apache_beam/io/fileio_test.py: 7 warnings
apache_beam/io/textio_test.py: 2 warnings
apache_beam/yaml/readme_test.py: 10 warnings
apache_beam/yaml/yaml_transform_test.py: 1 warning
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py37/build/srcs/sdks/python/apache_beam/io/fileio.py>:593:
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/ml/inference/base_test.py::RunInferenceBaseTest::test_run_inference_with_iterable_side_input
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py37/build/srcs/sdks/python/apache_beam/ml/inference/base_test.py>:623:
BeamDeprecationWarning: options is deprecated since First stable release.
References to <pipeline>.options will not be supported
test_pipeline.options.view_as(StandardOptions).streaming = True
-- 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/py37/build/srcs/sdks/python/pytest_py37-cython.xml>
-
========== 2716 passed, 469 skipped, 98 warnings in 111.72s (0:01:51) ==========
============================= test session starts ==============================
platform linux -- Python 3.7.12, pytest-7.3.1, pluggy-1.0.0
cachedir: target/.tox-py37-cython/py37-cython/.pytest_cache
rootdir:
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py37/build/srcs/sdks/python>
configfile: pytest.ini
plugins: xdist-3.2.1, hypothesis-6.75.2, timeout-2.1.0, requests-mock-1.10.0
timeout: 600.0s
timeout method: signal
timeout func_only: False
collected 3248 items / 3176 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-py37-cython/py37-cython/lib/python3.7/site-packages/hdfs/config.py:15
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py37/build/srcs/sdks/python/target/.tox-py37-cython/py37-cython/lib/python3.7/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-py37-cython/py37-cython/lib/python3.7/site-packages/pkg_resources/__init__.py:121
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py37/build/srcs/sdks/python/target/.tox-py37-cython/py37-cython/lib/python3.7/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)
-- 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/py37/build/srcs/sdks/python/pytest_py37-cython_no_xdist.xml>
-
========= 72 passed, 11 skipped, 3176 deselected, 2 warnings in 5.13s ==========
[1mpy37-cython run-test-post: commands[0] | bash
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py37/build/srcs/sdks/python/scripts/run_tox_cleanup.sh>
[0m___________________________________ summary
____________________________________
[32m py37-cython: commands succeeded
[0m[32m congratulations :)
[0m
FAILURE: Build completed with 4 failures.
1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':sdks:python:test-suites:tox:py311:testPy311Cloud'.
> Process 'command 'sh'' finished with non-zero exit value 1
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
==============================================================================
2: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':sdks:python:test-suites:tox:py39:testPy39Cloud'.
> Process 'command 'sh'' finished with non-zero exit value 1
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
==============================================================================
3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':sdks:python:test-suites:tox:py310:testPy310Cloud'.
> Process 'command 'sh'' finished with non-zero exit value 1
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
==============================================================================
4: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':sdks:python:test-suites:tox:py37:testPy37Cloud'.
> Process 'command 'sh'' finished with non-zero exit value 1
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
==============================================================================
* Get more help at https://help.gradle.org
BUILD FAILED in 15m 57s
26 actionable tasks: 20 executed, 4 from cache, 2 up-to-date
Build scan background action failed.
java.lang.IllegalArgumentException:
com.gradle.enterprise.gradleplugin.internal.extension.a is not an interface
at java.lang.reflect.Proxy$ProxyClassFactory.apply(Proxy.java:590)
at java.lang.reflect.Proxy$ProxyClassFactory.apply(Proxy.java:557)
at java.lang.reflect.WeakCache$Factory.get(WeakCache.java:230)
at java.lang.reflect.WeakCache.get(WeakCache.java:127)
at java.lang.reflect.Proxy.getProxyClass0(Proxy.java:419)
at java.lang.reflect.Proxy.newProxyInstance(Proxy.java:719)
at
com.gradle.ProxyFactory$ProxyingInvocationHandler.createLocalProxy(ProxyFactory.java:66)
at
com.gradle.ProxyFactory$ProxyingInvocationHandler.lambda$adaptActionArg$1(ProxyFactory.java:61)
at
com.gradle.enterprise.gradleplugin.internal.extension.b$3.run(SourceFile:100)
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
Publishing build scan...
https://ge.apache.org/s/h3wlyemoa2xye
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]