Shippable / support

Shippable SaaS customers can report issues and feature requests in this repository
101 stars 28 forks source link

Getting weird timeout for some reason, but i dont understand why #5079

Closed bbrala closed 4 years ago

bbrala commented 4 years ago

Tried quite a few things, but getting weird timeouts of certain builds. Any change you can see what is happening?

Running https://app.shippable.com/bitbucket/swisnl/jobs/cvrm_drupalUpdate/builds/5eab109334f9f30007a3e752/console

Older https://app.shippable.com/bitbucket/swisnl/jobs/cvrm_drupalUpdate/builds/5eaae1c97c4be00007064fcb/console

a-murphy commented 4 years ago

The most common reason a script would time out in the same place is if it's waiting for input. However, comparing with your last successful run, it looks like you are removing a Docker container at that time. Any chance you could be accidentally removing, or trying to remove, the wrong container?

bbrala commented 4 years ago

Hmm, we always try to remove a named container for caching reasons but I'll double check the changes. Perhaps removing hangs and stays in that state because the node is cached?

bbrala commented 4 years ago

Not sure how exactly anymore, but the issue has been resolved.