-
Notifications
You must be signed in to change notification settings - Fork 95
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
Pull request jobs are flaking with k3s #322
Comments
Failed with wasmtime on this round: https://github.com/containerd/runwasi/actions/runs/6228704779/job/16906088261?pr=323 |
@jsturtevant @jprendes I'll take a look at that. Right now according to my thoughts it is:
I'm going to go ahead and build a k3s environment and go ahead and test it. |
Anyone tried reproducing it locally? |
I've been a little busy the last couple of days, I'll give it a try as soon as I can. |
Unfortunately, I tested make test-wasmer 13 times without any problems. My OS is ubuntu 22.04. I'm continuing to try. |
Hi, I noticed that the first shim with sidecar that comes up after installation is stuck. When deleting it, it starts without problems. |
@jprendes @jsturtevant @Mossaka @0xE282B0 I'm experiencing a Pending status, but right now I'm not quite sure what the problem is. https://github.com/dierbei/runwasi/actions/runs/6248281600/job/16963026527#step:7:28 |
Not sure if it is the same problem but in my case I get this error message on the linux container whit
Then the sidecar container is in a restart loop. |
I took a closer look at the logs and realized that it seems to be because This is because the What should happen now is that the k8s kube-system pod is not started yet. sudo bin/k3s kubectl get pods --all-namespaces
NAMESPACE NAME READY STATUS RESTARTS AGE
default wasi-demo-79d9475fd-p8r7k 0/2 Pending 0 107s
default wasi-demo-79d9475fd-p7sqz 0/2 Pending 0 107s
default wasi-demo-79d9475fd-c848k 0/2 Pending 0 107s |
I think you are right.
That is compared to before, where I didn't manage to get a single clean run. Now, if we check the failed run, it failed because the kube-system pods never came up after 1 minute, even before involving the shims, so it's not a problem with the shims. |
some additional logs and investigations here: #346 (comment) |
I've opened containerd/rust-extensions#210 since our logs don't have timing info in them |
besides #347 seeing the following
|
I think the best in that case, as wheel as when k3s's kube-system pods fall to star, is to uninstall k3s and install it again. That looks like a corrupted k3s installation. |
This has been fixed by #353 |
Wasmer has failed in e2es in several PR's recently:
#320
#319
#318
Looking at logs it doesn't give a ton of info, looks like the pods are stuck in pending state
fyi @0xE282B0 @dierbei
The text was updated successfully, but these errors were encountered: