Skip to content

Bump aiohttp from 3.13.3 to 3.13.4 in /sdks/python/container/ml/py310

a025351
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

Bump aiohttp from 3.13.3 to 3.13.4 in /sdks/python/container/ml/py310 #38038

Bump aiohttp from 3.13.3 to 3.13.4 in /sdks/python/container/ml/py310
a025351
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Results failed Apr 1, 2026 in 0s

1 fail in 33m 2s

1 tests   0 ✅  33m 2s ⏱️
1 suites  0 💤
1 files    1 ❌

Results for commit a025351.

Annotations

Check warning on line 0 in apache_beam.examples.wordcount_it_test.WordCountIT

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_wordcount_it (apache_beam.examples.wordcount_it_test.WordCountIT) failed

sdks/python/pytest_preCommitIT-df-py314.xml [took 32m 37s]
Raw output
Failed: Timeout (>1800.0s) from pytest-timeout.
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:109: in run
    result = pipeline.run()
             ^^^^^^^^^^^^^^
apache_beam/pipeline.py:564: in run
    return self._run_internal(test_runner_api)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
apache_beam/pipeline.py:606: in _run_internal
    self._options).run(False)
                   ^^^^^^^^^^
apache_beam/pipeline.py:564: in run
    return self._run_internal(test_runner_api)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
apache_beam/pipeline.py:630: in _run_internal
    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: '20260401232347999509-3042'
 createTime: '2026-04-01T23:23:49.524990Z'
...026-04-01T23:23:49.524990Z'
 steps: []
 tempFiles: []
 type: TypeValueValuesEnum(JOB_TYPE_BATCH, 1)> at 0x7ea4cc506f90>
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.')
        gcp_options = self._options.view_as(GoogleCloudOptions)
        consoleUrl = (
            "Console URL: https://console.cloud.google.com/"
            f"dataflow/jobs/{gcp_options.region}/{self.job_id()}"
            f"?project={gcp_options.project}")
        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) from pytest-timeout.

apache_beam/runners/dataflow/dataflow_runner.py:807: Failed

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 test found

There is 1 test, see "Raw output" for the name of the test.
Raw output
apache_beam.examples.wordcount_it_test.WordCountIT ‑ test_wordcount_it