See <https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/3278/display/redirect?page=changes>
Changes: [MATTHEW.Ouyang] [BEAM-10532] convert NUMERIC field in TableSchema [srohde] Add record_pipeline and clear to RM and fix duration limiter [srohde] Add comments to RecordingManager [Kyle Weaver] [BEAM-10768] Sleep in time-based flush test to ensure correct ordering. [Kyle Weaver] Move ZetaSQL UDF tests into separate class. [chamikaramj] Sets sdk_harness_container_images property for all UW jobs [noreply] Merge pull request #12900 from [BEAM-10941] Use standard sharding [Kyle Weaver] Move testCreateFunctionNoSelectThrowsException into ZetaSqlUdfTest. [Kyle Weaver] Add comment explaining flush callbacks. [noreply] [BEAM-10894] Support for more pandas formats. (#12844) [noreply] [BEAM-9547] Raise NotImplementedError and WontImplementError throughout [noreply] [BEAM-4091] Pass type hints in ptransform_fn (#9907) ------------------------------------------ [...truncated 1.81 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/io/mongodbio_test.py>:264: FutureWarning: ReadFromMongoDB is experimental. docs = p | 'ReadFromMongoDB' >> ReadFromMongoDB( apache_beam/io/fileio_test.py:253 <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_test.py>:253: FutureWarning: ReadMatches is experimental. | fileio.ReadMatches() apache_beam/io/mongodbio_test.py:339 <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/mongodbio_test.py>:339: FutureWarning: WriteToMongoDB is experimental. | "Write" >> WriteToMongoDB(db='test', coll='test')) apache_beam/io/fileio_test.py:495 <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_test.py>:495: FutureWarning: WriteToFiles is experimental. | beam.io.fileio.WriteToFiles( apache_beam/io/fileio_test.py:506 <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_test.py>:506: FutureWarning: MatchFiles is experimental. | fileio.MatchFiles(FileSystems.join(dir, 'cncf*')) apache_beam/io/fileio_test.py:507 <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_test.py>:507: FutureWarning: ReadMatches is experimental. | fileio.ReadMatches() apache_beam/io/fileio_test.py:514 <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_test.py>:514: FutureWarning: MatchFiles is experimental. "MatchApache" >> fileio.MatchFiles(FileSystems.join(dir, 'apache*')) apache_beam/io/fileio_test.py:515 <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_test.py>:515: FutureWarning: ReadMatches is experimental. | "ReadApache" >> fileio.ReadMatches() apache_beam/io/mongodbio_test.py:323 <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/mongodbio_test.py>:323: FutureWarning: WriteToMongoDB is experimental. | "Write" >> WriteToMongoDB(db='test', coll='test')) apache_beam/io/fileio_test.py:78 <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_test.py>:78: FutureWarning: MatchFiles is experimental. | fileio.MatchFiles(FileSystems.join(tempdir, '*')) apache_beam/io/fileio_test.py:272 <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_test.py>:272: FutureWarning: ReadMatches is experimental. | fileio.ReadMatches(skip_directories=False) apache_beam/io/fileio_test.py:453 <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_test.py>:453: FutureWarning: WriteToFiles is experimental. write_transform = beam.io.fileio.WriteToFiles(path=dir) apache_beam/io/fileio_test.py:390 <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_test.py>:390: FutureWarning: WriteToFiles is experimental. | beam.io.fileio.WriteToFiles(path=dir)) apache_beam/io/fileio_test.py:395 <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_test.py>:395: FutureWarning: MatchFiles is experimental. | fileio.MatchFiles(FileSystems.join(dir, '*')) apache_beam/io/fileio_test.py:396 <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_test.py>:396: FutureWarning: ReadMatches is experimental. | fileio.ReadMatches() apache_beam/io/parquetio_test.py:365 <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/parquetio_test.py>:365: FutureWarning: The parameter chunksize is deprecated for pyarrow.Table.to_batches as of 0.15, please use the parameter max_chunksize instead pa.Table.from_batches([batch]) for batch in self._records_as_arrow( apache_beam/io/parquetio_test.py:414 <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/parquetio_test.py>:414: FutureWarning: The parameter chunksize is deprecated for pyarrow.Table.to_batches as of 0.15, please use the parameter max_chunksize instead for batch in orig.to_batches(chunksize=20) /usr/lib/python3.8/unittest/case.py:1215 /usr/lib/python3.8/unittest/case.py:1215 /usr/lib/python3.8/unittest/case.py:1215 /usr/lib/python3.8/unittest/case.py:1215 /usr/lib/python3.8/unittest/case.py:1215 /usr/lib/python3.8/unittest/case.py:1215 /usr/lib/python3.8/unittest/case.py:1215 /usr/lib/python3.8/unittest/case.py:1215 /usr/lib/python3.8/unittest/case.py:1215 /usr/lib/python3.8/unittest/case.py:1215 /usr/lib/python3.8/unittest/case.py:1215 /usr/lib/python3.8/unittest/case.py:1215 /usr/lib/python3.8/unittest/case.py:1215 /usr/lib/python3.8/unittest/case.py:1215 /usr/lib/python3.8/unittest/case.py:1215 /usr/lib/python3.8/unittest/case.py:1215 /usr/lib/python3.8/unittest/case.py:1215 /usr/lib/python3.8/unittest/case.py:1215 /usr/lib/python3.8/unittest/case.py:1215 /usr/lib/python3.8/unittest/case.py:1215 /usr/lib/python3.8/unittest/case.py:1215 /usr/lib/python3.8/unittest/case.py:1215 /usr/lib/python3.8/unittest/case.py:1215 /usr/lib/python3.8/unittest/case.py:1215 /usr/lib/python3.8/unittest/case.py:1215 /usr/lib/python3.8/unittest/case.py:1215: DeprecationWarning: assertDictContainsSubset is deprecated warnings.warn('assertDictContainsSubset is deprecated', apache_beam/runners/interactive/recording_manager.py:379 apache_beam/runners/interactive/recording_manager.py:379 apache_beam/runners/interactive/recording_manager.py:379 apache_beam/runners/interactive/recording_manager.py:379 apache_beam/runners/interactive/recording_manager.py:379 apache_beam/runners/interactive/recording_manager.py:379 apache_beam/runners/interactive/recording_manager.py:379 apache_beam/runners/interactive/recording_manager.py:379 apache_beam/runners/interactive/recording_manager.py:379 apache_beam/runners/interactive/recording_manager.py:379 <https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/runners/interactive/recording_manager.py>:379: BeamDeprecationWarning: options is deprecated since First stable release. References to <pipeline>.options will not be supported runner, self.user_pipeline, options=self.user_pipeline.options): target/.tox-py38-cython/py38-cython/lib/python3.8/site-packages/hamcrest/library/collection/issequence_containinginorder.py:95 <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-cython/py38-cython/lib/python3.8/site-packages/hamcrest/library/collection/issequence_containinginorder.py>:95: DeprecationWarning: deprecated - use contains_exactly(*items) warnings.warn("deprecated - use contains_exactly(*items)", DeprecationWarning) apache_beam/transforms/util_test.py:651 <https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/transforms/util_test.py>:651: FutureWarning: GroupIntoBatches is experimental. | util.GroupIntoBatches(GroupIntoBatchesTest.BATCH_SIZE) -- Docs: https://docs.pytest.org/en/latest/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-cython.xml> - ===== 10 failed, 2910 passed, 689 skipped, 565 warnings in 521.42 seconds ====== ============================= test session starts ============================== platform linux -- Python 3.8.5, pytest-4.6.11, py-1.9.0, pluggy-0.13.1 cachedir: target/.tox-py38-cython/py38-cython/.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,> inifile: pytest.ini plugins: requests-mock-1.8.0, xdist-1.34.0, timeout-1.4.2, forked-1.3.0 timeout: 600.0s timeout method: signal timeout func_only: False collected 3670 items / 3608 deselected / 3 skipped / 59 selected apache_beam/coders/fast_coders_test.py .............................. [ 48%] apache_beam/coders/slow_coders_test.py .............................. [ 96%] apache_beam/io/gcp/tests/bigquery_matcher_test.py s [ 98%] apache_beam/runners/portability/stager_test.py . [100%] =============================== warnings summary =============================== apache_beam/io/vcfio.py:49 <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/vcfio.py>:49: UserWarning: VCF IO will support Python 3 after migration to Nucleus, see: BEAM-5628. warnings.warn( target/.tox-py38-cython/py38-cython/lib/python3.8/site-packages/tenacity/_asyncio.py:42 <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-cython/py38-cython/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): -- Docs: https://docs.pytest.org/en/latest/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-cython_no_xdist.xml> - ====== 61 passed, 4 skipped, 3608 deselected, 2 warnings in 8.49 seconds ======= [31mERROR: 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-cython '' (exited with code 1) [0m[1mpy38-cython 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> [0m___________________________________ summary ____________________________________ [31mERROR: py38-cython: commands failed [0m > Task :sdks:python:test-suites:tox:py38:testPy38Cython FAILED FAILURE: Build completed with 8 failures. 1: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':sdks:python:test-suites:tox:py35:testPy35Cloud'. > 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. Run with --scan to get full insights. ============================================================================== 2: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':sdks:python:test-suites:tox:py36:testPy36Cloud'. > 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. Run with --scan to get full insights. ============================================================================== 3: 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. Run with --scan to get full insights. ============================================================================== 4: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':sdks:python:test-suites:tox:py38:testPy38CloudCoverage'. > 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. Run with --scan to get full insights. ============================================================================== 5: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':sdks:python:test-suites:tox:py35:testPy35Cython'. > 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. Run with --scan to get full insights. ============================================================================== 6: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':sdks:python:test-suites:tox:py37:testPy37Cython'. > 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. Run with --scan to get full insights. ============================================================================== 7: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':sdks:python:test-suites:tox:py36:testPy36Cython'. > 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. Run with --scan to get full insights. ============================================================================== 8: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':sdks:python:test-suites:tox:py38:testPy38Cython'. > 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. Run with --scan to get full insights. ============================================================================== * Get more help at https://help.gradle.org Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0. Use '--warning-mode all' to show the individual deprecation warnings. See https://docs.gradle.org/6.6.1/userguide/command_line_interface.html#sec:command_line_warnings BUILD FAILED in 40m 8s 85 actionable tasks: 57 executed, 28 from cache Publishing build scan... https://gradle.com/s/r4i4el4oxf4ry 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]
