pre-commit-ci / issues

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

indicate which repository is timing out on build #33

Closed asottile closed 3 years ago

asottile commented 3 years ago

For example, this run: https://results.pre-commit.ci/run/github/258233077/1608572641.oIUNISlNTKGD-CpJQoxt2g

build attempt 1...
    => timeout after 60s
build attempt 2...
    => timeout after 60s
build attempt 3...
    => timeout after 60s
asottile commented 3 years ago

the output is now this for timeouts:

build attempt 1...
    => timeout after 60s
    [INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks.
    [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 60s
    [INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks.
    [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 3...
    => timeout after 60s
    [INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks.
    [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

thanks again for the report @rkm!

fepegar commented 2 years ago

Hi, @asottile. Thanks for all your work, in general!

Sorry for revamping this issue, but I can't see any linked commit solving the problem and I'm getting the same error:

build attempt 1...
    => timeout after 120s
    [INFO] Installing environment for https://github.com/pycqa/flake8.
    [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/pycqa/flake8.
    [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

Do you know what could be going wrong?

fepegar commented 2 years ago

Related to

asottile commented 2 years ago

@fepegar can you open a new issue and link your build and/or configuration?