pre-commit-ci / issues

public issues for https://pre-commit.ci
16 stars 3 forks source link

Timeout installing hooks on pre-commit.ci #157

Closed Mause closed 1 year ago

Mause commented 1 year ago

https://results.pre-commit.ci/run/github/299220196/1673017815.KJXD6lyzSrmJOrUium4Tqg

This was previously working without issue, not sure why it's broken now

build attempt 1...
    => timeout after 120s
    [INFO] Installing environment for https://github.com/pre-commit/mirrors-mypy.
    [INFO] Once installed this environment will be reused.
    [INFO] This may take a few minutes...
    Interrupted (^C): KeyboardInterrupt: 
    Check the log at /pc/pre-commit.log
build attempt 2...
    => timeout after 120s
    [INFO] Installing environment for https://github.com/pre-commit/mirrors-mypy.
    [INFO] Once installed this environment will be reused.
    [INFO] This may take a few minutes...
    Interrupted (^C): KeyboardInterrupt: 
    Check the log at /pc/pre-commit.log
asottile commented 1 year ago

language: python was recently upgraded to 3.11 -- is it possible / likely that your additional_dependencies are now building from source and taking too long ?

Mause commented 1 year ago

Yep, that was the issue, thanks!