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

[k8s.io] Kubectl client [k8s.io] Kubectl run deployment should create a deployment from an image [Conformance] {Kubernetes e2e suite} #34567

Closed
k8s-github-robot opened this issue Oct 11, 2016 · 3 comments
Assignees
Labels
kind/flake Categorizes issue or PR as related to a flaky test. priority/backlog Higher priority than priority/awaiting-more-evidence. sig/cli Categorizes an issue or PR as relevant to SIG CLI.

Comments

@k8s-github-robot
Copy link

https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-aws/5737/

Failed: [k8s.io] Kubectl client [k8s.io] Kubectl run deployment should create a deployment from an image [Conformance] {Kubernetes e2e suite}

/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:145
Oct 11 12:30:56.915: Couldn't delete ns: "e2e-tests-kubectl-h6rmt": namespace e2e-tests-kubectl-h6rmt was not deleted with limit: timed out waiting for the condition, namespace is empty but is not yet removed (&errors.errorString{s:"namespace e2e-tests-kubectl-h6rmt was not deleted with limit: timed out waiting for the condition, namespace is empty but is not yet removed"})
/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:359

Previous issues for this test: #27532

@k8s-github-robot k8s-github-robot added kind/flake Categorizes issue or PR as related to a flaky test. priority/backlog Higher priority than priority/awaiting-more-evidence. labels Oct 11, 2016
@k8s-github-robot
Copy link
Author

k8s-github-robot commented Oct 14, 2016

Builds:
ci-kubernetes-e2e-aws 509
kubernetes-e2e-aws 7375
kubernetes-e2e-gci-gke-prod-smoke 1027

Failed: [k8s.io] Kubectl client [k8s.io] Kubectl run deployment should create a deployment from an image [Conformance] {Kubernetes e2e suite}

/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:134
Oct 14 10:04:55.106: Couldn't delete ns: "e2e-tests-kubectl-7fwj2": namespace e2e-tests-kubectl-7fwj2 was not deleted with limit: timed out waiting for the condition, namespace is empty but is not yet removed (&errors.errorString{s:"namespace e2e-tests-kubectl-7fwj2 was not deleted with limit: timed out waiting for the condition, namespace is empty but is not yet removed"})
/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:338

@k8s-github-robot
Copy link
Author

https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gci-gke-prod-smoke/1343/

Failed: [k8s.io] Kubectl client [k8s.io] Kubectl run deployment should create a deployment from an image [Conformance] {Kubernetes e2e suite}

/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl.go:1039
Expected error:
    <*errors.errorString | 0xc8209251b0>: {
        s: "kubectl delete failed output: , err: error running &{/workspace/kubernetes/platforms/linux/amd64/kubectl [kubectl --server=https://104.196.104.178 --kubeconfig=/workspace/.kube/config delete deployment e2e-test-nginx-deployment --namespace=e2e-tests-kubectl-dxs4y] []  <nil>  Unable to connect to the server: net/http: TLS handshake timeout\n [] <nil> 0xc820d4ac20 exit status 1 <nil> true [0xc820240568 0xc8202405a0 0xc8202405b8] [0xc820240568 0xc8202405a0 0xc8202405b8] [0xc820240598 0xc8202405b0] [0xaf1d40 0xaf1d40] 0xc8202b4cc0}:\nCommand stdout:\n\nstderr:\nUnable to connect to the server: net/http: TLS handshake timeout\n\nerror:\nexit status 1\n",
    }
    kubectl delete failed output: , err: error running &{/workspace/kubernetes/platforms/linux/amd64/kubectl [kubectl --server=https://104.196.104.178 --kubeconfig=/workspace/.kube/config delete deployment e2e-test-nginx-deployment --namespace=e2e-tests-kubectl-dxs4y] []  <nil>  Unable to connect to the server: net/http: TLS handshake timeout
     [] <nil> 0xc820d4ac20 exit status 1 <nil> true [0xc820240568 0xc8202405a0 0xc8202405b8] [0xc820240568 0xc8202405a0 0xc8202405b8] [0xc820240598 0xc8202405b0] [0xaf1d40 0xaf1d40] 0xc8202b4cc0}:
    Command stdout:

    stderr:
    Unable to connect to the server: net/http: TLS handshake timeout

    error:
    exit status 1

not to have occurred
/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl.go:1038

@k8s-github-robot
Copy link
Author

https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gci-gke-prod-smoke/1361/

Failed: [k8s.io] Kubectl client [k8s.io] Kubectl run deployment should create a deployment from an image [Conformance] {Kubernetes e2e suite}

/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:134
Oct 21 01:00:08.729: Couldn't delete ns: "e2e-tests-kubectl-wnrf6": the server cannot complete the requested operation at this time, try again later (get horizontalpodautoscalers.autoscaling) (&errors.StatusError{ErrStatus:unversioned.Status{TypeMeta:unversioned.TypeMeta{Kind:"", APIVersion:""}, ListMeta:unversioned.ListMeta{SelfLink:"", ResourceVersion:""}, Status:"Failure", Message:"the server cannot complete the requested operation at this time, try again later (get horizontalpodautoscalers.autoscaling)", Reason:"ServerTimeout", Details:(*unversioned.StatusDetails)(0xc8207df090), Code:504}})
/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:338

@calebamiles calebamiles added the sig/cli Categorizes an issue or PR as relevant to SIG CLI. label Feb 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/flake Categorizes issue or PR as related to a flaky test. priority/backlog Higher priority than priority/awaiting-more-evidence. sig/cli Categorizes an issue or PR as relevant to SIG CLI.
Projects
None yet
Development

No branches or pull requests

4 participants