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

worker: POST to create image times out and blocks worker for build timeout interval #907

Open
tmapes opened this issue Jan 18, 2024 · 0 comments
Labels
area/worker Indicates a change to the worker bug Indicates a bug

Comments

@tmapes
Copy link
Contributor

tmapes commented Jan 18, 2024

Description

Build was started by git webhook.
Init step printed out info as expected, but the UI only ever showed the Init step as running.
All other steps were left gray  and had no logs.

After 30 mins (repo timeout) the build was terminated with the following error:
error:Post "http://%2Fvar%2Frun%2Fdocker.sock/v1.40/images/create?fromImage=docker.io%2Fdocker-android&tag=jdk17": context deadline exceeded

Value

Build was not terminated for a full timeout interval.
Worker was unable to complete more work until this build was terminated.

Useful Information

  1. What is the output of vela --version?
    v0.22.0

  2. What operating system is being used?

  1. Any other important details?
@tmapes tmapes added the bug Indicates a bug label Jan 18, 2024
@wass3rw3rk wass3rw3rk added the area/worker Indicates a change to the worker label Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/worker Indicates a change to the worker bug Indicates a bug
Projects
None yet
Development

No branches or pull requests

2 participants