Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

utils: increase the FTP timeout #383

Open
wants to merge 1 commit into
base: 1.0
Choose a base branch
from
Open

utils: increase the FTP timeout #383

wants to merge 1 commit into from

Commits on Jun 21, 2023

  1. utils: increase the FTP timeout

    Fix infra issues with the fridge:
    
    ```
    0:02:20.991012 Recipe 'gst-fluendo-mp3dec-1.0' failed at the build step 'upload_binary'
    Traceback (most recent call last):
      File "./cerbero/cerbero/build/oven.py", line 249, in _cook_recipe
        _run_step(stepfunc, recipe)
      File "./cerbero/cerbero/build/oven.py", line 235, in _run_step
        stepfunc(*args)
      File "./cerbero/cerbero/build/fridge.py", line 275, in upload_binary
        self.binaries_remote.upload_binary(fetch_package, self.binaries_local,
      File "./cerbero/cerbero/build/fridge.py", line 144, in upload_binary
        with Ftp(self.remote, user=self.username, password=self.password) as ftp:
      File "./cerbero/cerbero/utils/shell.py", line 506, in __init__
        self.ftp.connect(remote.hostname, remote.port or 0)
      File "/usr/lib/python3.8/ftplib.py", line 154, in connect
        self.sock = socket.create_connection((self.host, self.port), self.timeout,
      File "/usr/lib/python3.8/socket.py", line 808, in create_connection
        raise err
      File "/usr/lib/python3.8/socket.py", line 796, in create_connection
        sock.connect(sa)
    TimeoutError: [Errno 110] Connection timed out
    ```
    rgonzalezfluendo committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    95ec5f9 View commit details
    Browse the repository at this point in the history