question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Action job never ends

See original GitHub issue

Describe the bug Action workflow never ends

To Reproduce Steps to reproduce the behavior:

  1. The action is executed
  2. All workflow steps are complete
  3. Workflow is still in queue and not finished

Expected behavior A clear and concise description of what you expected to happen. All workflows have finished and the queue must be closed

Runner Version and Platform

Version of your runner?

OSX(Ventura 13.2 Apple M1, RAM 64GB)

What’s not working?

Please include error messages and screenshots.

스크린샷 2023-01-31 오후 9 53 39

Job Log Output

If applicable, include the relevant part of the job / step log output here. All sensitive information should already be masked out, but please double-check before pasting here.

Runner and Worker’s Diagnostic Logs

If applicable, add relevant diagnostic log information. Logs are located in the runner’s _diag folder. The runner logs are prefixed with Runner_ and the worker logs are prefixed with Worker_. Each job run correlates to a worker log. All sensitive information should already be masked out, but please double-check before pasting here.

Issue Analytics

  • State:open
  • Created 8 months ago
  • Reactions:1
  • Comments:6

github_iconTop GitHub Comments

1reaction
amodmcommented, Feb 1, 2023

I’m facing the same issue.

My actions in this repo consistently get stuck on Post Checkout step, for anywhere from 20-40 mins, and eventually times out. All previous steps proceeded successfully.

One such run is this: https://github.com/amodm/swift-rs/actions/runs/4054199193/jobs/6977785548

Repo: https://github.com/amodm/swift-rs Relevant workflow yaml: https://github.com/amodm/swift-rs/blob/master/.github/workflows/main.yaml Runner: macos-latest

After having run more debugging (with a modified fork of actions/checkout), I realised that the Post Checkout step actually passes, but it’s the Complete job step of the runner that gets stuck: https://github.com/amodm/swift-rs/actions/runs/4061274934/jobs/6991136477

0reactions
dluhhbiucommented, Mar 30, 2023

@KeisukeKudo Thanks for your advice. I didn’t change anything, but today it all working fine. I guess the error was related with much github runners. Because I got issue with 3 different repos: docker + ruby, docker + swagger and swift tests.

Read more comments on GitHub >

github_iconTop Results From Across the Web

python - GitHub Actions: workflow never ends
I have an application that is running endlessly on GitHub Action and every time I need to manually cancel the workflow.
Read more >
GitHub Actions: Job management hooks for self-hosted ...
This allows you to perform a task on your self-hosted runner before a job starts and after a job ends, so you can...
Read more >
Choose when to run jobs | GitLab
Action Cable · Backups · Configuration options · Custom environment variables ... Speed up job execution ... End-to-end testing · NPM with semantic-release....
Read more >
7 Github Actions Tricks I Wish I Knew Before I Started
Here are 7 tricks with github actions that changed my life (or at ... Another conditional can be to not trigger certain jobs...
Read more >
Jobs | Dev Cheatsheets
Syntax for jobs in GH actions workflow file. ... If a job fails, all jobs that need it are skipped unless the jobs...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found