Gitpod: Docker Error Gitpod

Created on 3 Nov 2019  Â·  25Comments  Â·  Source: gitpod-io/gitpod

Using a Dockerfile from a private repository and ends up getting an error when launching the pod:

Error: (HTTP code 500) server error - stat /var/lib/docker/165536.165536/tmp: no such file or directory
Please file an issue if you think this is a bug.

Most helpful comment

OK. Working now.
Thank you for fixing it.

On Mon, Nov 4, 2019 at 10:58 AM jrebey notifications@github.com wrote:

When launching Gitpod today it triggered a container build and it
completed successfully. Works on my end.

FYI, I've noticed that you need to start Gitpod over again in a new tab if
your session times out, etc. otherwise it just sits at the loading screen.

—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/gitpod-io/gitpod/issues/890?email_source=notifications&email_token=AKDN4LG23JQ67F37N3N4CKDQSBWD3A5CNFSM4JIM2WOKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDAKUKQ#issuecomment-549497386,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AKDN4LHVJT3QFILOTGWIWI3QSBWD3ANCNFSM4JIM2WOA
.

All 25 comments

Can you show us the gitpod.ymls' and the docker images' contents?

Here is a repository with those files:
https://github.com/benjamink85/Gitpod_demo/tree/master

Ok, I can reasonably say that this is a bug with Gitpod specifically with the dependency @svenefftinge care to weigh in?

It seems that this is a common issue, I say for the sake of keeping the conversation centered that we close #891 and #888, fair?

This just recently started happening when I tried to create a new workspace. We didn’t change our .gitpod.yml or .gitpod.dockerfile when it stopped working. I don’t care which issues get closed as duplicates as long as the issue is tracked.

Ok cool.

@robertPiro can you give an example repository?

Could this be an issue with the Kubernetes Cluster? @svenefftinge

That was my suspicion. It’s not reliably reproduced, and other workspaces didn’t need to build a new container when there were no changes to our dockerfile. That makes me think there’s an issue with a node in the cluster, but I have limited knowledge about the backend. When the container was readily available in the docker cache the workspace loads just fine.

Unfortunately, I deleted all the workspaces that had this problem so I can’t provide details that might help you link my workspace to a cluster/node.

Any ETA on when it's going to be solved? It's kind of limit the usage of the platform.

Hi @benjamink85 , thank you for reporting this. Will have a look.

So it seems one of the nodes in one of our clusters got in a bad state and would fail all docker builds.

@benjamink85 @jrebey Can you confim that it works again? I tested some of the repos you posted and they seem to work.

Update: For https://github.com/benjamink85/Gitpod_demo/tree/master I finally got a build error, but I guess that's more or less unrelated:

Error: The command '/bin/sh -c apt-get update --fix-missing     && apt-get install -y graphviz' returned a non-zero code: 100

Now it's just stuck on starting for 15 minutes without any progress.

On Mon, Nov 4, 2019 at 1:05 AM Gero Posmyk-Leinemann <
[email protected]> wrote:

So it seems one of the nodes in one of our clusters got in a bad state and
would fail all docker builds. @benjamink85
https://github.com/benjamink85 @jrebey https://github.com/jrebey Can
you confim that it works again? I tested some of the repos you posted and
they seem to work.

—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/gitpod-io/gitpod/issues/890?email_source=notifications&email_token=AKDN4LAO3MDNQFM6NDYS3TLQR7QSZA5CNFSM4JIM2WOKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC6ST3I#issuecomment-549267949,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AKDN4LFSCJLBEK2DBJPZ64LQR7QSZANCNFSM4JIM2WOA
.

have you made any changes to the Dockerfile @benjamink85

Not to the one in the repository that I shared with you.

On Mon, Nov 4, 2019, 9:35 AM Sean Hellum notifications@github.com wrote:

have you made any changes to the Dockerfile @benjamink85
https://github.com/benjamink85

—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/gitpod-io/gitpod/issues/890?email_source=notifications&email_token=AKDN4LCMMVYOHWJGHML4DFDQSBMNBA5CNFSM4JIM2WOKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDACQGY#issuecomment-549464091,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AKDN4LFL6UENMMYQTDQYJNTQSBMNBANCNFSM4JIM2WOA
.

When launching Gitpod today it triggered a container build and it completed successfully. Works on my end.

FYI, I've noticed that you need to start Gitpod over again in a new tab if your session times out, etc. otherwise it just sits at the loading screen.

OK. Working now.
Thank you for fixing it.

On Mon, Nov 4, 2019 at 10:58 AM jrebey notifications@github.com wrote:

When launching Gitpod today it triggered a container build and it
completed successfully. Works on my end.

FYI, I've noticed that you need to start Gitpod over again in a new tab if
your session times out, etc. otherwise it just sits at the loading screen.

—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/gitpod-io/gitpod/issues/890?email_source=notifications&email_token=AKDN4LG23JQ67F37N3N4CKDQSBWD3A5CNFSM4JIM2WOKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDAKUKQ#issuecomment-549497386,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AKDN4LHVJT3QFILOTGWIWI3QSBWD3ANCNFSM4JIM2WOA
.

Works for me too!

Should we close the issue?

Yes from me.

yes please

Fine by me to close. I’ve been using it all day without issue.

Ok, closing this.

FYI, I've noticed that you need to start Gitpod over again in a new tab if your session times out, etc. otherwise it just sits at the loading screen.

@jrebey Could you create a new issue for this if it is reproducible? Thanks!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Kreyren picture Kreyren  Â·  3Comments

Kreyren picture Kreyren  Â·  3Comments

kuniss picture kuniss  Â·  3Comments

nisarhassan12 picture nisarhassan12  Â·  3Comments

PatMyron picture PatMyron  Â·  3Comments