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

TestFunctional/parallel/DockerEnv: failed to do status after eval-ing docker-env. error: exit status 2 (apiserver Stopped) #9073

Closed
medyagh opened this issue Aug 25, 2020 · 4 comments
Assignees
Labels
kind/failing-test Categorizes issue or PR as related to a consistently or frequently failing test. priority/important-longterm Important over the long term, but may not be staffed and/or may need multiple releases to complete.

Comments

@medyagh
Copy link
Member

medyagh commented Aug 25, 2020

=== RUN   TestFunctional/parallel/DockerEnv
=== PAUSE TestFunctional/parallel/DockerEnv
=== CONT  TestFunctional/parallel/DockerEnv
functional_test.go:166: (dbg) Run:  /bin/bash -c "eval $(out/minikube-linux-amd64 -p functional-20200821190133-5791 docker-env) && out/minikube-linux-amd64 status -p functional-20200821190133-5791"
=== CONT  TestFunctional/parallel/DockerEnv
functional_test.go:166: (dbg) Non-zero exit: /bin/bash -c "eval $(out/minikube-linux-amd64 -p functional-20200821190133-5791 docker-env) && out/minikube-linux-amd64 status -p functional-20200821190133-5791": exit status 2 (13.24476429s)
-- stdout --
	functional-20200821190133-5791
	type: Control Plane
	host: Running
	kubelet: Running
	apiserver: Stopped
	kubeconfig: Configured
	
-- /stdout --
functional_test.go:172: failed to do status after eval-ing docker-env. error: exit status 2

as seen here

https://storage.googleapis.com/minikube-builds/logs/9034/a767b64/Docker_Linux.html
https://storage.googleapis.com/minikube-builds/logs/9071/5dc6c83/Docker_Linux.html
https://storage.googleapis.com/minikube-builds/logs/9050/2605872/Docker_Linux.html

it appears to be first time seen here ( past few PRs I checked manually)
https://github.com/kubernetes/minikube//pull/9034

@priyawadhwa
Copy link

Looks like this is still failing:

-------------------------------------------------
docker_Linux      | 2020-08-27 |  17% | 2 of 12
docker_Linux      | 2020-08-28 |  58% | 7 of 12
docker_Linux      | 2020-08-29 |   0% | 0 of 12
docker_Linux      | 2020-08-30 |  58% | 7 of 12
docker_Linux      | 2020-08-31 |  29% | 2 of 7
-------------------------------------------------
Hyper-V_Windows   | 2020-08-26 |   0% | 0 of 1
Hyper-V_Windows   | 2020-08-27 |   0% | 0 of 1
-------------------------------------------------
KVM_Linux         | 2020-08-27 |   0% | 0 of 12
KVM_Linux         | 2020-08-28 |  42% | 5 of 12
KVM_Linux         | 2020-08-29 |  83% | 10 of 12
KVM_Linux         | 2020-08-30 |  82% | 9 of 11
KVM_Linux         | 2020-08-31 | 100% | 7 of 7
-------------------------------------------------
none_Linux        | 2020-08-27 | 100% | 12 of 12
none_Linux        | 2020-08-28 | 100% | 12 of 12
none_Linux        | 2020-08-29 | 100% | 12 of 12
none_Linux        | 2020-08-30 | 100% | 12 of 12
none_Linux        | 2020-08-31 | 100% | 7 of 7
-------------------------------------------------
podman_Linux      | 2020-08-27 |   0% | 0 of 12
podman_Linux      | 2020-08-28 |   0% | 0 of 12
podman_Linux      | 2020-08-29 |   0% | 0 of 12
podman_Linux      | 2020-08-30 |   0% | 0 of 12
podman_Linux      | 2020-08-31 |   0% | 0 of 7
-------------------------------------------------
z__ALL__          | 2020-08-27 |  29% | 14 of 49
z__ALL__          | 2020-08-28 |  50% | 24 of 48
z__ALL__          | 2020-08-29 |  46% | 22 of 48
z__ALL__          | 2020-08-30 |  60% | 28 of 47
z__ALL__          | 2020-08-31 |  57% | 16 of 28
-------------------------------------------------

@tstromberg tstromberg changed the title TestFunctional/parallel/DockerEnv TestFunctional/parallel/DockerEnv: failed to do status after eval-ing docker-env. error: exit status 2 (apiserver Stopped) Sep 1, 2020
@tstromberg
Copy link
Contributor

tstromberg commented Sep 1, 2020

Looking at the first log, it almost seems as if the apiserver could be crash-looping due to a networking failure? Could this be related to the static IP PR?

@priyawadhwa
Copy link

priyawadhwa commented Sep 2, 2020

It's unlikely to be related, since this test started failing before that change was merged.

I also have a PR open to revert static IP and the test still fails on that #9112, test logs

I haven't been able to repro on my machine, and if I run on one our VMs the test has passed everytime, so still figuring out how to debug this.

@priyawadhwa priyawadhwa added priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. kind/failing-test Categorizes issue or PR as related to a consistently or frequently failing test. labels Sep 8, 2020
@priyawadhwa priyawadhwa added priority/important-longterm Important over the long term, but may not be staffed and/or may need multiple releases to complete. and removed priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. labels Oct 28, 2020
@medyagh
Copy link
Member Author

medyagh commented Oct 28, 2020

I haven't seen this I will close till we confirm still exists

@medyagh medyagh closed this as completed Oct 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/failing-test Categorizes issue or PR as related to a consistently or frequently failing test. priority/important-longterm Important over the long term, but may not be staffed and/or may need multiple releases to complete.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants