See <https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/9797/display/redirect>
Changes: ------------------------------------------ [...truncated 1.44 MB...] =============================== warnings summary =============================== ../../build/gradleenv/-1734967051/lib/python3.8/site-packages/hdfs/config.py:15 ../../build/gradleenv/-1734967051/lib/python3.8/site-packages/hdfs/config.py:15 <https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/build/gradleenv/-1734967051/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 ../../build/gradleenv/-1734967051/lib/python3.8/site-packages/tenacity/_asyncio.py:42 <https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/build/gradleenv/-1734967051/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/typehints/pandas_type_compatibility_test.py:66 <https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/sdks/python/apache_beam/typehints/pandas_type_compatibility_test.py>:66: 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:89 <https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/sdks/python/apache_beam/typehints/pandas_type_compatibility_test.py>:89: 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:90 <https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/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(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_PostCommit_Py_ValCont/ws/src/sdks/python/pytest-beam_python3.8_sdk.xml> - =========================== short test summary info ============================ FAILED apache_beam/examples/wordcount_it_test.py::WordCountIT::test_wordcount_it_with_prebuilt_sdk_container_cloud_build ======= 1 failed, 3 passed, 3 skipped, 6 warnings in 2277.31s (0:37:57) ======== cleanup_container Untagged: us.gcr.io/apache-beam-testing/jenkins/beam_python3.8_sdk:20221010-105310749283202 Untagged: us.gcr.io/apache-beam-testing/jenkins/beam_python3.8_sdk@sha256:096805c1d80b9491f0a2f991474f99f4701ae8310c73a8b5dcc97f1fa78d9552 Untagged: us.gcr.io/apache-beam-testing/jenkins/prebuild_python38_sdk/beam_python_prebuilt_sdk:2b993c0b-8da5-4aba-91ac-4d885b3fcf32 Untagged: us.gcr.io/apache-beam-testing/jenkins/prebuild_python38_sdk/beam_python_prebuilt_sdk@sha256:a22fd055b7683bfa692942491d221058d6016270e7ce294ba1bdf79ba2faea2d Deleted: sha256:f5e7a8620cef296b378e7d8ee8b7ad3df8381b65c60dbb2878e932a162f4ade5 Deleted: sha256:3d228ea6d2b2a74750a254261564f2f8aaba320847e2cae0f76f1002c0db1779 Deleted: sha256:03d96a1a0ef73bbe0fb2f545c5a41b586b071c416fc7f96fa952712f20b2fc1e Deleted: sha256:a96359717f6b4c40b09501eb2e2e71a43667e89533fc84008caef3e3ec7aec4a Deleted: sha256:7fc82f1d889db75e896f5d79e4c835839a7aad24966ae09d9b0685d950ce299b Deleted: sha256:88e806ebb2c3819a0cd61927e16a46e273bf73830e15d97e5985dba571730964 Digests: - us.gcr.io/apache-beam-testing/jenkins/beam_python3.8_sdk@sha256:096805c1d80b9491f0a2f991474f99f4701ae8310c73a8b5dcc97f1fa78d9552 Associated tags: - 20221010-105310749283202 Tags: - us.gcr.io/apache-beam-testing/jenkins/beam_python3.8_sdk:20221010-105310749283202 Deleted [us.gcr.io/apache-beam-testing/jenkins/beam_python3.8_sdk:20221010-105310749283202]. Deleted [us.gcr.io/apache-beam-testing/jenkins/beam_python3.8_sdk@sha256:096805c1d80b9491f0a2f991474f99f4701ae8310c73a8b5dcc97f1fa78d9552]. > Task :sdks:python:test-suites:dataflow:py39:validatesContainer [gw0] [100%] PASSED apache_beam/runners/dataflow/dataflow_exercise_metrics_pipeline_test.py::ExerciseMetricsPipelineTest::test_metrics_fnapi_it =================================== FAILURES =================================== ____ WordCountIT.test_wordcount_it_with_prebuilt_sdk_container_cloud_build _____ [gw0] linux -- Python 3.9.10 <https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/build/gradleenv/-1734967050/bin/python3.9> self = <apache_beam.examples.wordcount_it_test.WordCountIT testMethod=test_wordcount_it_with_prebuilt_sdk_container_cloud_build> @pytest.mark.it_validatescontainer def test_wordcount_it_with_prebuilt_sdk_container_cloud_build(self): > self._run_wordcount_it( wordcount.run, experiment='beam_fn_api', prebuild_sdk_container_engine='cloud_build') apache_beam/examples/wordcount_it_test.py:103: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ apache_beam/examples/wordcount_it_test.py:146: in _run_wordcount_it run_wordcount( apache_beam/examples/wordcount.py:106: in run output | 'Write' >> WriteToText(known_args.output) apache_beam/pipeline.py:597: in __exit__ self.result = self.run() apache_beam/pipeline.py:547: in run return Pipeline.from_runner_api( apache_beam/pipeline.py:574: in run return self.runner.run_pipeline(self, self._options) apache_beam/runners/dataflow/test_dataflow_runner.py:66: in run_pipeline self.result.wait_until_finish(duration=wait_duration) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <DataflowPipelineResult <Job clientRequestId: '20221010111147245395-9986' createTime: '2022-10-10T11:11:51.151681Z' ...022-10-10T11:11:51.151681Z' steps: [] tempFiles: [] type: TypeValueValuesEnum(JOB_TYPE_BATCH, 1)> at 0x7fd9df315f70> duration = None def wait_until_finish(self, duration=None): if not self.is_in_terminal_state(): if not self.has_job: raise IOError('Failed to get the Dataflow job id.') consoleUrl = ( "Console URL: https://console.cloud.google.com/" f"dataflow/jobs/<RegionId>/{self.job_id()}" "?project=<ProjectId>") thread = threading.Thread( target=DataflowRunner.poll_for_job_completion, args=(self._runner, self, duration)) # Mark the thread as a daemon thread so a keyboard interrupt on the main # thread will terminate everything. This is also the reason we will not # use thread.join() to wait for the polling thread. thread.daemon = True thread.start() while thread.is_alive(): > time.sleep(5.0) E Failed: Timeout >900.0s apache_beam/runners/dataflow/dataflow_runner.py:1660: Failed =============================== warnings summary =============================== ../../build/gradleenv/-1734967050/lib/python3.9/site-packages/hdfs/config.py:15 ../../build/gradleenv/-1734967050/lib/python3.9/site-packages/hdfs/config.py:15 <https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/build/gradleenv/-1734967050/lib/python3.9/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 ../../build/gradleenv/-1734967050/lib/python3.9/site-packages/tenacity/_asyncio.py:42 <https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/build/gradleenv/-1734967050/lib/python3.9/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/typehints/pandas_type_compatibility_test.py:66 <https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/sdks/python/apache_beam/typehints/pandas_type_compatibility_test.py>:66: 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:89 <https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/sdks/python/apache_beam/typehints/pandas_type_compatibility_test.py>:89: 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:90 <https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/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(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_PostCommit_Py_ValCont/ws/src/sdks/python/pytest-beam_python3.9_sdk.xml> - =========================== short test summary info ============================ FAILED apache_beam/examples/wordcount_it_test.py::WordCountIT::test_wordcount_it_with_prebuilt_sdk_container_cloud_build ======= 1 failed, 3 passed, 3 skipped, 6 warnings in 2235.58s (0:37:15) ======== cleanup_container Untagged: us.gcr.io/apache-beam-testing/jenkins/beam_python3.9_sdk:20221010-105310929613752 Untagged: us.gcr.io/apache-beam-testing/jenkins/beam_python3.9_sdk@sha256:d7036662ac056f799fe2001a53a9bfd33b8fb888cec9a930b2ccf802f8aff473 Untagged: us.gcr.io/apache-beam-testing/jenkins/prebuild_python39_sdk/beam_python_prebuilt_sdk:4cbae2b2-63d5-4536-a279-e9117af5ecbb Untagged: us.gcr.io/apache-beam-testing/jenkins/prebuild_python39_sdk/beam_python_prebuilt_sdk@sha256:a548021893495ef9780a57cc1e7a99a4e9a10c3f000a1df23181d78e4bd05428 Deleted: sha256:4f1d7cd5efff7f60fc8fcb2fe227577491435e8142436b3fc430e9592d1b9e14 Deleted: sha256:9826495213c254c62b74e137e0cda5e3d432b6b8dc35d9042479fa43f58ea52b Deleted: sha256:c3782d895f22ac6b3e27ce893c6cb4299fe3f951693325716b7083d1a775e00f Deleted: sha256:5cf8dd84085206712fc1a60499520dc78c1a9afcfb46969963e4d3cdc603d8fc Deleted: sha256:edefae146376fa94c07aacecc0053cdc150be9cc557b278622bb9e6bc47598d7 Deleted: sha256:d2fa0fabd83778fe1702bca6bd674c877e22f2466245f41290ae07a9d36f6ea3 Digests: - us.gcr.io/apache-beam-testing/jenkins/beam_python3.9_sdk@sha256:d7036662ac056f799fe2001a53a9bfd33b8fb888cec9a930b2ccf802f8aff473 Associated tags: - 20221010-105310929613752 Tags: - us.gcr.io/apache-beam-testing/jenkins/beam_python3.9_sdk:20221010-105310929613752 Deleted [us.gcr.io/apache-beam-testing/jenkins/beam_python3.9_sdk:20221010-105310929613752]. Deleted [us.gcr.io/apache-beam-testing/jenkins/beam_python3.9_sdk@sha256:d7036662ac056f799fe2001a53a9bfd33b8fb888cec9a930b2ccf802f8aff473]. > Task :sdks:python:test-suites:dataflow:py38:validatesContainer FAILED Digests: - us.gcr.io/apache-beam-testing/jenkins/prebuild_python38_sdk/beam_python_prebuilt_sdk@sha256:a22fd055b7683bfa692942491d221058d6016270e7ce294ba1bdf79ba2faea2d Associated tags: - 2b993c0b-8da5-4aba-91ac-4d885b3fcf32 Deleted [us.gcr.io/apache-beam-testing/jenkins/prebuild_python38_sdk/beam_python_prebuilt_sdk:2b993c0b-8da5-4aba-91ac-4d885b3fcf32]. Deleted [us.gcr.io/apache-beam-testing/jenkins/prebuild_python38_sdk/beam_python_prebuilt_sdk@sha256:a22fd055b7683bfa692942491d221058d6016270e7ce294ba1bdf79ba2faea2d]. Digests: - us.gcr.io/apache-beam-testing/jenkins/prebuild_python38_sdk/beam_python_prebuilt_sdk@sha256:c55ae94ec52a0daa9722440dc153499a5b50cf492a3feb088726f213d7a220be Associated tags: - 733af60c-095f-48df-82b2-cc4618d281c6 Deleted [us.gcr.io/apache-beam-testing/jenkins/prebuild_python38_sdk/beam_python_prebuilt_sdk:733af60c-095f-48df-82b2-cc4618d281c6]. Deleted [us.gcr.io/apache-beam-testing/jenkins/prebuild_python38_sdk/beam_python_prebuilt_sdk@sha256:c55ae94ec52a0daa9722440dc153499a5b50cf492a3feb088726f213d7a220be]. Removed the container > Task :sdks:python:test-suites:dataflow:py39:validatesContainer Digests: - us.gcr.io/apache-beam-testing/jenkins/prebuild_python39_sdk/beam_python_prebuilt_sdk@sha256:a548021893495ef9780a57cc1e7a99a4e9a10c3f000a1df23181d78e4bd05428 Associated tags: - 4cbae2b2-63d5-4536-a279-e9117af5ecbb Deleted [us.gcr.io/apache-beam-testing/jenkins/prebuild_python39_sdk/beam_python_prebuilt_sdk:4cbae2b2-63d5-4536-a279-e9117af5ecbb]. Deleted [us.gcr.io/apache-beam-testing/jenkins/prebuild_python39_sdk/beam_python_prebuilt_sdk@sha256:a548021893495ef9780a57cc1e7a99a4e9a10c3f000a1df23181d78e4bd05428]. Digests: - us.gcr.io/apache-beam-testing/jenkins/prebuild_python39_sdk/beam_python_prebuilt_sdk@sha256:7b02f804d325b4886a9274a2f51bd577bf0004ee3fa8bff3671667b0f3ebb794 Associated tags: - 88785960-46a4-4bd6-b58d-1fe6b4261f64 Deleted [us.gcr.io/apache-beam-testing/jenkins/prebuild_python39_sdk/beam_python_prebuilt_sdk:88785960-46a4-4bd6-b58d-1fe6b4261f64]. Deleted [us.gcr.io/apache-beam-testing/jenkins/prebuild_python39_sdk/beam_python_prebuilt_sdk@sha256:7b02f804d325b4886a9274a2f51bd577bf0004ee3fa8bff3671667b0f3ebb794]. > Task :sdks:python:test-suites:dataflow:py39:validatesContainer FAILED FAILURE: Build completed with 3 failures. 1: Task failed with an exception. ----------- * Where: Script '<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/sdks/python/test-suites/dataflow/common.gradle'> line: 359 * What went wrong: Execution failed for task ':sdks:python:test-suites:dataflow:py37:validatesContainer'. > 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. ----------- * Where: Script '<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/sdks/python/test-suites/dataflow/common.gradle'> line: 359 * What went wrong: Execution failed for task ':sdks:python:test-suites:dataflow:py38:validatesContainer'. > 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. ----------- * Where: Script '<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/sdks/python/test-suites/dataflow/common.gradle'> line: 359 * What went wrong: Execution failed for task ':sdks:python:test-suites:dataflow:py39:validatesContainer'. > 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 Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. See https://docs.gradle.org/7.5.1/userguide/command_line_interface.html#sec:command_line_warnings BUILD FAILED in 53m 20s 51 actionable tasks: 41 executed, 4 from cache, 6 up-to-date Publishing build scan... https://gradle.com/s/qhyaiplzgbh4s 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]
