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

indicate which repository is timing out on build #33

Closed
asottile opened this issue Dec 21, 2020 · 4 comments
Closed

indicate which repository is timing out on build #33

asottile opened this issue Dec 21, 2020 · 4 comments
Labels
bug Something isn't working

Comments

@asottile
Copy link
Member

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 asottile added the bug Something isn't working label Dec 21, 2020
@asottile
Copy link
Member Author

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
Copy link

fepegar commented Apr 11, 2022

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
Copy link

fepegar commented Apr 11, 2022

Related to

@asottile
Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants