See <https://ci-beam.apache.org/job/beam_PreCommit_Python_Integration_Cron/1142/display/redirect>
Changes: ------------------------------------------ [...truncated 233.90 KB...] - generated xml file: <https://ci-beam.apache.org/job/beam_PreCommit_Python_Integration_Cron/ws/src/sdks/python/pytest_preCommitIT-df-py38.xml> - ======================== 1 passed in 1562.39s (0:26:02) ======================== > Task :sdks:python:test-suites:dataflow:py38:preCommitIT_streaming >>> RUNNING integration tests with pipeline options: >>> --runner=TestDataflowRunner --project=apache-beam-testing >>> --region=us-central1 >>> --staging_location=gs://temp-storage-for-end-to-end-tests/staging-it >>> --temp_location=gs://temp-storage-for-end-to-end-tests/temp-it >>> --output=gs://temp-storage-for-end-to-end-tests/py-it-cloud/output >>> --sdk_location=<https://ci-beam.apache.org/job/beam_PreCommit_Python_Integration_Cron/ws/src/sdks/python/build/apache_beam-2.52.0.dev0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl> >>> --requirements_file=postcommit_requirements.txt --num_workers=1 >>> --sleep_secs=20 --streaming >>> --kms_key_name=projects/apache-beam-testing/locations/global/keyRings/beam-it/cryptoKeys/test >>> >>> --dataflow_kms_key=projects/apache-beam-testing/locations/global/keyRings/beam-it/cryptoKeys/test >>> pytest options: >>> apache_beam/examples/streaming_wordcount_it_test.py::StreamingWordCountIT::test_streaming_wordcount_it >>> --capture=no --numprocesses=2 --timeout=1800 >>> collect markers: ============================= test session starts ============================== platform linux -- Python 3.8.10, pytest-7.4.2, pluggy-1.3.0 rootdir: <https://ci-beam.apache.org/job/beam_PreCommit_Python_Integration_Cron/ws/src/sdks/python> configfile: pytest.ini plugins: timeout-2.2.0, xdist-3.3.1, requests-mock-1.11.0, hypothesis-6.88.1 timeout: 1800.0s timeout method: signal timeout func_only: False created: 2/2 workers 2 workers [1 item] scheduling tests via LoadScheduling apache_beam/examples/streaming_wordcount_it_test.py::StreamingWordCountIT::test_streaming_wordcount_it > Task :sdks:python:test-suites:dataflow:py311:preCommitIT_batch [gw0] FAILED apache_beam/examples/wordcount_it_test.py::WordCountIT::test_wordcount_it =================================== FAILURES =================================== ________________________ WordCountIT.test_wordcount_it _________________________ [gw0] linux -- Python 3.11.2 <https://ci-beam.apache.org/job/beam_PreCommit_Python_Integration_Cron/ws/src/build/gradleenv/2050596099/bin/python3.11> self = <apache_beam.examples.wordcount_it_test.WordCountIT testMethod=test_wordcount_it> @pytest.mark.it_postcommit @pytest.mark.it_validatescontainer def test_wordcount_it(self): > self._run_wordcount_it(wordcount.run) apache_beam/examples/wordcount_it_test.py:50: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ apache_beam/examples/wordcount_it_test.py:150: in _run_wordcount_it run_wordcount( apache_beam/examples/wordcount.py:87: in run with beam.Pipeline(options=pipeline_options) as p: apache_beam/pipeline.py:607: in __exit__ self.result = self.run() apache_beam/pipeline.py:560: in run self._options).run(False) apache_beam/pipeline.py:584: 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: '20231017103053962322-9323' createTime: '2023-10-17T10:33:35.266694Z' ...023-10-17T10:33:35.266694Z' steps: [] tempFiles: [] type: TypeValueValuesEnum(JOB_TYPE_BATCH, 1)> at 0x7f3267f0df50> 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 >1800.0s apache_beam/runners/dataflow/dataflow_runner.py:758: Failed ------------------------------ Captured log call ------------------------------- INFO apache_beam.internal.gcp.auth:auth.py:131 Setting socket default timeout to 60 seconds. INFO apache_beam.internal.gcp.auth:auth.py:133 socket default timeout is 60.0 seconds. INFO apache_beam.runners.portability.stager:stager.py:761 Executing command: ['<https://ci-beam.apache.org/job/beam_PreCommit_Python_Integration_Cron/ws/src/build/gradleenv/2050596099/bin/python3.11',> '-m', 'pip', 'download', '--dest', '/tmp/dataflow-requirements-cache', '-r', '/tmp/tmptyi1ypiz/tmp_requirements.txt', '--exists-action', 'i', '--no-deps', '--implementation', 'cp', '--abi', 'cp311', '--platform', 'manylinux2014_x86_64'] INFO apache_beam.runners.portability.stager:stager.py:322 Copying Beam SDK "<https://ci-beam.apache.org/job/beam_PreCommit_Python_Integration_Cron/ws/src/sdks/python/build/apache_beam-2.52.0.dev0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"> to staging location. INFO apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:395 Pipeline has additional dependencies to be installed in SDK worker container, consider using the SDK container image pre-building workflow to avoid repetitive installations. Learn more on https://cloud.google.com/dataflow/docs/guides/using-custom-containers#prebuild INFO root:environments.py:313 Using provided Python SDK container image: gcr.io/cloud-dataflow/v1beta3/beam_python3.11_sdk:beam-master-20231009 INFO root:environments.py:320 Python SDK container image set to "gcr.io/cloud-dataflow/v1beta3/beam_python3.11_sdk:beam-master-20231009" for Docker environment INFO apache_beam.runners.portability.fn_api_runner.translations:translations.py:712 ==================== <function pack_combiners at 0x7f3267a54720> ==================== INFO apache_beam.runners.portability.fn_api_runner.translations:translations.py:712 ==================== <function sort_stages at 0x7f3267a54fe0> ==================== INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:668 Starting GCS upload to gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-1017103053-961340-1xk6uba5.1697538653.961494/requirements.txt... INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:684 Completed GCS upload to gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-1017103053-961340-1xk6uba5.1697538653.961494/requirements.txt in 0 seconds. INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:668 Starting GCS upload to gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-1017103053-961340-1xk6uba5.1697538653.961494/mock-2.0.0-py2.py3-none-any.whl... INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:684 Completed GCS upload to gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-1017103053-961340-1xk6uba5.1697538653.961494/mock-2.0.0-py2.py3-none-any.whl in 0 seconds. INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:668 Starting GCS upload to gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-1017103053-961340-1xk6uba5.1697538653.961494/seaborn-0.12.2-py3-none-any.whl... INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:684 Completed GCS upload to gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-1017103053-961340-1xk6uba5.1697538653.961494/seaborn-0.12.2-py3-none-any.whl in 0 seconds. INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:668 Starting GCS upload to gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-1017103053-961340-1xk6uba5.1697538653.961494/seaborn-0.13.0-py3-none-any.whl... INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:684 Completed GCS upload to gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-1017103053-961340-1xk6uba5.1697538653.961494/seaborn-0.13.0-py3-none-any.whl in 0 seconds. INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:668 Starting GCS upload to gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-1017103053-961340-1xk6uba5.1697538653.961494/PyHamcrest-1.10.1-py3-none-any.whl... INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:684 Completed GCS upload to gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-1017103053-961340-1xk6uba5.1697538653.961494/PyHamcrest-1.10.1-py3-none-any.whl in 0 seconds. INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:668 Starting GCS upload to gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-1017103053-961340-1xk6uba5.1697538653.961494/inflection-0.5.1-py2.py3-none-any.whl... INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:684 Completed GCS upload to gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-1017103053-961340-1xk6uba5.1697538653.961494/inflection-0.5.1-py2.py3-none-any.whl in 0 seconds. INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:668 Starting GCS upload to gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-1017103053-961340-1xk6uba5.1697538653.961494/beautifulsoup4-4.12.2-py3-none-any.whl... INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:684 Completed GCS upload to gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-1017103053-961340-1xk6uba5.1697538653.961494/beautifulsoup4-4.12.2-py3-none-any.whl in 0 seconds. INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:668 Starting GCS upload to gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-1017103053-961340-1xk6uba5.1697538653.961494/parameterized-0.7.5-py2.py3-none-any.whl... INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:684 Completed GCS upload to gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-1017103053-961340-1xk6uba5.1697538653.961494/parameterized-0.7.5-py2.py3-none-any.whl in 0 seconds. INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:668 Starting GCS upload to gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-1017103053-961340-1xk6uba5.1697538653.961494/google_cloud_aiplatform-1.33.1-py2.py3-none-any.whl... INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:684 Completed GCS upload to gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-1017103053-961340-1xk6uba5.1697538653.961494/google_cloud_aiplatform-1.33.1-py2.py3-none-any.whl in 0 seconds. INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:668 Starting GCS upload to gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-1017103053-961340-1xk6uba5.1697538653.961494/google_cloud_aiplatform-1.34.0-py2.py3-none-any.whl... INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:684 Completed GCS upload to gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-1017103053-961340-1xk6uba5.1697538653.961494/google_cloud_aiplatform-1.34.0-py2.py3-none-any.whl in 0 seconds. INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:668 Starting GCS upload to gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-1017103053-961340-1xk6uba5.1697538653.961494/google_cloud_aiplatform-1.35.0-py2.py3-none-any.whl... INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:684 Completed GCS upload to gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-1017103053-961340-1xk6uba5.1697538653.961494/google_cloud_aiplatform-1.35.0-py2.py3-none-any.whl in 0 seconds. INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:668 Starting GCS upload to gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-1017103053-961340-1xk6uba5.1697538653.961494/matplotlib-3.7.2-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl... INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:684 Completed GCS upload to gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-1017103053-961340-1xk6uba5.1697538653.961494/matplotlib-3.7.2-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl in 1 seconds. INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:668 Starting GCS upload to gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-1017103053-961340-1xk6uba5.1697538653.961494/matplotlib-3.7.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl... INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:684 Completed GCS upload to gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-1017103053-961340-1xk6uba5.1697538653.961494/matplotlib-3.7.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl in 1 seconds. INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:668 Starting GCS upload to gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-1017103053-961340-1xk6uba5.1697538653.961494/matplotlib-3.7.3-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl... INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:684 Completed GCS upload to gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-1017103053-961340-1xk6uba5.1697538653.961494/matplotlib-3.7.3-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl in 1 seconds. INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:668 Starting GCS upload to gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-1017103053-961340-1xk6uba5.1697538653.961494/matplotlib-3.8.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl... INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:684 Completed GCS upload to gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-1017103053-961340-1xk6uba5.1697538653.961494/matplotlib-3.8.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl in 3 seconds. INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:668 Starting GCS upload to gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-1017103053-961340-1xk6uba5.1697538653.961494/tensorflow-2.13.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl... INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:684 Completed GCS upload to gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-1017103053-961340-1xk6uba5.1697538653.961494/tensorflow-2.13.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl in 67 seconds. INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:668 Starting GCS upload to gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-1017103053-961340-1xk6uba5.1697538653.961494/tensorflow-2.13.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl... INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:684 Completed GCS upload to gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-1017103053-961340-1xk6uba5.1697538653.961494/tensorflow-2.13.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl in 57 seconds. INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:668 Starting GCS upload to gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-1017103053-961340-1xk6uba5.1697538653.961494/matplotlib-3.7.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl... INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:684 Completed GCS upload to gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-1017103053-961340-1xk6uba5.1697538653.961494/matplotlib-3.7.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl in 1 seconds. INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:668 Starting GCS upload to gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-1017103053-961340-1xk6uba5.1697538653.961494/matplotlib-3.7.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl... INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:684 Completed GCS upload to gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-1017103053-961340-1xk6uba5.1697538653.961494/matplotlib-3.7.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl in 2 seconds. INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:668 Starting GCS upload to gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-1017103053-961340-1xk6uba5.1697538653.961494/matplotlib-3.8.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl... INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:684 Completed GCS upload to gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-1017103053-961340-1xk6uba5.1697538653.961494/matplotlib-3.8.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl in 2 seconds. INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:668 Starting GCS upload to gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-1017103053-961340-1xk6uba5.1697538653.961494/matplotlib-3.8.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl... INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:684 Completed GCS upload to gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-1017103053-961340-1xk6uba5.1697538653.961494/matplotlib-3.8.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl in 1 seconds. INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:668 Starting GCS upload to gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-1017103053-961340-1xk6uba5.1697538653.961494/scikit_learn-1.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl... INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:684 Completed GCS upload to gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-1017103053-961340-1xk6uba5.1697538653.961494/scikit_learn-1.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl in 4 seconds. INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:668 Starting GCS upload to gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-1017103053-961340-1xk6uba5.1697538653.961494/scikit_learn-1.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl... INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:684 Completed GCS upload to gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-1017103053-961340-1xk6uba5.1697538653.961494/scikit_learn-1.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl in 4 seconds. INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:668 Starting GCS upload to gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-1017103053-961340-1xk6uba5.1697538653.961494/scikit_learn-1.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl... INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:684 Completed GCS upload to gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-1017103053-961340-1xk6uba5.1697538653.961494/scikit_learn-1.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl in 3 seconds. INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:668 Starting GCS upload to gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-1017103053-961340-1xk6uba5.1697538653.961494/scikit_learn-1.2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl... INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:684 Completed GCS upload to gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-1017103053-961340-1xk6uba5.1697538653.961494/scikit_learn-1.2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl in 1 seconds. INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:668 Starting GCS upload to gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-1017103053-961340-1xk6uba5.1697538653.961494/apache_beam-2.52.0.dev0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl... INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:684 Completed GCS upload to gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-1017103053-961340-1xk6uba5.1697538653.961494/apache_beam-2.52.0.dev0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl in 0 seconds. INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:668 Starting GCS upload to gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-1017103053-961340-1xk6uba5.1697538653.961494/pipeline.pb... INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:684 Completed GCS upload to gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-1017103053-961340-1xk6uba5.1697538653.961494/pipeline.pb in 0 seconds. INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:843 Create job: <Job clientRequestId: '20231017103053962322-9323' createTime: '2023-10-17T10:33:35.266694Z' currentStateTime: '1970-01-01T00:00:00Z' id: '2023-10-17_03_33_31-6570187086349051969' location: 'us-central1' name: 'beamapp-jenkins-1017103053-961340-1xk6uba5' projectId: 'apache-beam-testing' stageStates: [] startTime: '2023-10-17T10:33:35.266694Z' steps: [] tempFiles: [] type: TypeValueValuesEnum(JOB_TYPE_BATCH, 1)> INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:845 Created job with id: [2023-10-17_03_33_31-6570187086349051969] INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:846 Submitted job: 2023-10-17_03_33_31-6570187086349051969 INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:847 To access the Dataflow monitoring console, please navigate to https://console.cloud.google.com/dataflow/jobs/us-central1/2023-10-17_03_33_31-6570187086349051969?project=apache-beam-testing INFO apache_beam.runners.dataflow.test_dataflow_runner:test_dataflow_runner.py:58 Console log: INFO apache_beam.runners.dataflow.test_dataflow_runner:test_dataflow_runner.py:59 https://console.cloud.google.com/dataflow/jobs/us-central1/2023-10-17_03_33_31-6570187086349051969?project=apache-beam-testing INFO apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:150 Job 2023-10-17_03_33_31-6570187086349051969 is in state JOB_STATE_RUNNING INFO apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:200 2023-10-17T10:33:39.252Z: JOB_MESSAGE_BASIC: Worker configuration: e2-standard-2 in us-central1-b. INFO apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:200 2023-10-17T10:33:42.392Z: JOB_MESSAGE_BASIC: Executing operation Read/Read/Impulse+Read/Read/EmitSource+ref_AppliedPTransform_Read-Read-SDFBoundedSourceReader-ParDo-SDFBoundedSourceDoFn-_7/PairWithRestriction+ref_AppliedPTransform_Read-Read-SDFBoundedSourceReader-ParDo-SDFBoundedSourceDoFn-_7/SplitWithSizing INFO apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:200 2023-10-17T10:33:42.437Z: JOB_MESSAGE_BASIC: Executing operation Write/Write/WriteImpl/DoOnce/Impulse+Write/Write/WriteImpl/DoOnce/FlatMap(<lambda at core.py:3759>)+Write/Write/WriteImpl/DoOnce/Map(decode)+Write/Write/WriteImpl/InitializeWrite INFO apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:200 2023-10-17T10:33:42.477Z: JOB_MESSAGE_BASIC: Starting 1 workers in us-central1-b... INFO apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:200 2023-10-17T10:34:11.838Z: JOB_MESSAGE_BASIC: Your project already contains 100 Dataflow-created metric descriptors, so new user metrics of the form custom.googleapis.com/* will not be created. However, all user metrics are also available in the metric dataflow.googleapis.com/job/user_counter. If you rely on the custom metrics, you can delete old / unused metric descriptors. See https://developers.google.com/apis-explorer/#p/monitoring/v3/monitoring.projects.metricDescriptors.list and https://developers.google.com/apis-explorer/#p/monitoring/v3/monitoring.projects.metricDescriptors.delete INFO apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:200 2023-10-17T11:00:52.063Z: JOB_MESSAGE_BASIC: Cancel request is committed for workflow job: 2023-10-17_03_33_31-6570187086349051969. WARNING apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:202 2023-10-17T11:00:52.151Z: JOB_MESSAGE_WARNING: Unable to delete temp files: "gs://temp-storage-for-end-to-end-tests/temp-it/beamapp-jenkins-1017103053-961340-1xk6uba5.1697538653.961494/dax-tmp-2023-10-17_03_33_31-6570187086349051969-S01-1-bd22491e1ac8f9b1/[email protected]." WARNING apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:202 2023-10-17T11:00:52.151Z: JOB_MESSAGE_WARNING: Unable to delete temp files: "gs://temp-storage-for-end-to-end-tests/temp-it/beamapp-jenkins-1017103053-961340-1xk6uba5.1697538653.961494/dax-tmp-2023-10-17_03_33_31-6570187086349051969-S01-0-6198120a556d6379/[email protected]." WARNING apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:202 2023-10-17T11:00:52.155Z: JOB_MESSAGE_WARNING: Unable to delete temp files: "gs://temp-storage-for-end-to-end-tests/temp-it/beamapp-jenkins-1017103053-961340-1xk6uba5.1697538653.961494/dax-tmp-2023-10-17_03_33_31-6570187086349051969-S04-0-1351e9737b658559/[email protected]." WARNING apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:202 2023-10-17T11:00:52.177Z: JOB_MESSAGE_WARNING: S04:Read/Read/Impulse+Read/Read/EmitSource+ref_AppliedPTransform_Read-Read-SDFBoundedSourceReader-ParDo-SDFBoundedSourceDoFn-_7/PairWithRestriction+ref_AppliedPTransform_Read-Read-SDFBoundedSourceReader-ParDo-SDFBoundedSourceDoFn-_7/SplitWithSizing failed. WARNING apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:202 2023-10-17T11:00:52.185Z: JOB_MESSAGE_WARNING: S01:Write/Write/WriteImpl/DoOnce/Impulse+Write/Write/WriteImpl/DoOnce/FlatMap(<lambda at core.py:3759>)+Write/Write/WriteImpl/DoOnce/Map(decode)+Write/Write/WriteImpl/InitializeWrite failed. INFO apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:200 2023-10-17T11:00:52.209Z: JOB_MESSAGE_BASIC: Finished operation Read/Read/Impulse+Read/Read/EmitSource+ref_AppliedPTransform_Read-Read-SDFBoundedSourceReader-ParDo-SDFBoundedSourceDoFn-_7/PairWithRestriction+ref_AppliedPTransform_Read-Read-SDFBoundedSourceReader-ParDo-SDFBoundedSourceDoFn-_7/SplitWithSizing INFO apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:200 2023-10-17T11:00:52.247Z: JOB_MESSAGE_BASIC: Finished operation Write/Write/WriteImpl/DoOnce/Impulse+Write/Write/WriteImpl/DoOnce/FlatMap(<lambda at core.py:3759>)+Write/Write/WriteImpl/DoOnce/Map(decode)+Write/Write/WriteImpl/InitializeWrite INFO apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:200 2023-10-17T11:00:52.444Z: JOB_MESSAGE_BASIC: Stopping worker pool... INFO apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:150 Job 2023-10-17_03_33_31-6570187086349051969 is in state JOB_STATE_CANCELLING - generated xml file: <https://ci-beam.apache.org/job/beam_PreCommit_Python_Integration_Cron/ws/src/sdks/python/pytest_preCommitIT-df-py311.xml> - =========================== short test summary info ============================ FAILED apache_beam/examples/wordcount_it_test.py::WordCountIT::test_wordcount_it - Failed: Timeout >1800.0s ======================== 1 failed in 1970.52s (0:32:50) ======================== > Task :sdks:python:test-suites:dataflow:py311:preCommitIT_batch FAILED > Task :sdks:python:test-suites:dataflow:py311:preCommitIT_streaming >>> RUNNING integration tests with pipeline options: >>> --runner=TestDataflowRunner --project=apache-beam-testing >>> --region=us-central1 >>> --staging_location=gs://temp-storage-for-end-to-end-tests/staging-it >>> --temp_location=gs://temp-storage-for-end-to-end-tests/temp-it >>> --output=gs://temp-storage-for-end-to-end-tests/py-it-cloud/output >>> --sdk_location=<https://ci-beam.apache.org/job/beam_PreCommit_Python_Integration_Cron/ws/src/sdks/python/build/apache_beam-2.52.0.dev0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl> >>> --requirements_file=postcommit_requirements.txt --num_workers=1 >>> --sleep_secs=20 --streaming >>> --kms_key_name=projects/apache-beam-testing/locations/global/keyRings/beam-it/cryptoKeys/test >>> >>> --dataflow_kms_key=projects/apache-beam-testing/locations/global/keyRings/beam-it/cryptoKeys/test >>> pytest options: >>> apache_beam/examples/streaming_wordcount_it_test.py::StreamingWordCountIT::test_streaming_wordcount_it >>> --capture=no --numprocesses=2 --timeout=1800 >>> collect markers: ============================= test session starts ============================== platform linux -- Python 3.11.2, pytest-7.4.2, pluggy-1.3.0 rootdir: <https://ci-beam.apache.org/job/beam_PreCommit_Python_Integration_Cron/ws/src/sdks/python> configfile: pytest.ini plugins: timeout-2.2.0, xdist-3.3.1, requests-mock-1.11.0, hypothesis-6.88.1 timeout: 1800.0s timeout method: signal timeout func_only: False created: 2/2 workers 2 workers [1 item] scheduling tests via LoadScheduling apache_beam/examples/streaming_wordcount_it_test.py::StreamingWordCountIT::test_streaming_wordcount_it > Task :sdks:python:test-suites:dataflow:py38:preCommitIT_streaming [gw0] PASSED apache_beam/examples/streaming_wordcount_it_test.py::StreamingWordCountIT::test_streaming_wordcount_it - generated xml file: <https://ci-beam.apache.org/job/beam_PreCommit_Python_Integration_Cron/ws/src/sdks/python/pytest_preCommitIT-df-py38.xml> - ======================== 1 passed in 902.24s (0:15:02) ========================= > Task :sdks:python:test-suites:dataflow:py311:preCommitIT_streaming [gw0] PASSED apache_beam/examples/streaming_wordcount_it_test.py::StreamingWordCountIT::test_streaming_wordcount_it - generated xml file: <https://ci-beam.apache.org/job/beam_PreCommit_Python_Integration_Cron/ws/src/sdks/python/pytest_preCommitIT-df-py311.xml> - ======================== 1 passed in 897.04s (0:14:57) ========================= FAILURE: Build failed with an exception. * Where: Script '<https://ci-beam.apache.org/job/beam_PreCommit_Python_Integration_Cron/ws/src/sdks/python/test-suites/dataflow/common.gradle'> line: 111 * What went wrong: Execution failed for task ':sdks:python:test-suites:dataflow:py311:preCommitIT_batch'. > 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 9.0. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. For more on this, please refer to https://docs.gradle.org/8.3/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation. BUILD FAILED in 53m 18s 18 actionable tasks: 17 executed, 1 from cache Publishing build scan... https://ge.apache.org/s/x73okdmmknvlu 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]
