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

devops: docker logs hangs and docker config workflow job times out #7702

Closed
teor2345 opened this issue Oct 9, 2023 · 1 comment
Closed
Labels
A-devops Area: Pipelines, CI/CD and Dockerfiles C-bug Category: This is a bug I-integration-fail Continuous integration fails, including build and test failures S-needs-triage Status: A bug report needs triage

Comments

@teor2345
Copy link
Contributor

teor2345 commented Oct 9, 2023

Describe the issue or request

docker logs should finish after it shows the available logs, but in this workflow it hung:
https://github.com/ZcashFoundation/zebra/actions/runs/6451909524/job/17513328674#step:4:158

Expected Behavior

docker logs should finish after it shows the currently available logs.

Current Behavior

docker logs showed Zebra's shutdown logs then kept running for 15 minutes:
https://github.com/ZcashFoundation/zebra/actions/runs/6451909524/job/17513328674#step:4:158

Possible Solution

This is a really unusual bug, there don't seem to be any arguments to docker logs that would cause this behaviour. This could be a hardware, OS, or runner issue.

Maybe a command like timelimit could help if it happens again.

Additional Information/Context

The workflow logs are confusing to read because Zebra's logs come after the docker logs command.

Is this happening on PRs?

I haven't seen it happen on a PR yet

Is this happening on the main branch?

I've only seen it happen once

@teor2345 teor2345 added C-bug Category: This is a bug A-devops Area: Pipelines, CI/CD and Dockerfiles S-needs-triage Status: A bug report needs triage P-Low ❄️ I-integration-fail Continuous integration fails, including build and test failures labels Oct 9, 2023
@gustavovalverde
Copy link
Member

This hasn't been happening for a while. If this repeats we can reopen.

@gustavovalverde gustavovalverde closed this as not planned Won't fix, can't repro, duplicate, stale Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-devops Area: Pipelines, CI/CD and Dockerfiles C-bug Category: This is a bug I-integration-fail Continuous integration fails, including build and test failures S-needs-triage Status: A bug report needs triage
Projects
Archived in project
Development

No branches or pull requests

3 participants