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

kubernetes-e2e-gci-gke-slow-release-1.4: broken test run #34063

Closed
k8s-github-robot opened this issue Oct 4, 2016 · 8 comments
Closed

kubernetes-e2e-gci-gke-slow-release-1.4: broken test run #34063

k8s-github-robot opened this issue Oct 4, 2016 · 8 comments
Assignees
Labels
area/test-infra kind/flake Categorizes issue or PR as related to a flaky test. priority/critical-urgent Highest priority. Must be actively worked on as someone's top priority right now.

Comments

@k8s-github-robot
Copy link

https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gci-gke-slow-release-1.4/626/

Multiple broken tests:

Failed: [k8s.io] KubeProxy should test kube-proxy [Slow] {Kubernetes e2e suite}

/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubeproxy.go:107
Expected error:
    <exec.CodeExitError>: {
        Err: {
            s: "error running &{/workspace/kubernetes/platforms/linux/amd64/kubectl [kubectl --server=https://104.197.190.154 --kubeconfig=/workspace/.kube/config exec --namespace=e2e-tests-e2e-kubeproxy-9frj6 host-test-container-pod -- /bin/sh -c for i in $(seq 1 39); do curl -s --connect-timeout 1 http://104.198.181.198:32080/hostName; echo; sleep 1s; done | grep -v '^\\s*$' |sort | uniq -c | wc -l] []  <nil>  error: You must be logged in to the server (the server has asked for the client to provide credentials)\n [] <nil> 0xc820976860 exit status 1 <nil> true [0xc820038020 0xc820038038 0xc820038050] [0xc820038020 0xc820038038 0xc820038050] [0xc820038030 0xc820038048] [0xaf0cf0 0xaf0cf0] 0xc820b363c0}:\nCommand stdout:\n\nstderr:\nerror: You must be logged in to the server (the server has asked for the client to provide credentials)\n\nerror:\nexit status 1\n",
        },
        Code: 1,
    }
    error running &{/workspace/kubernetes/platforms/linux/amd64/kubectl [kubectl --server=https://104.197.190.154 --kubeconfig=/workspace/.kube/config exec --namespace=e2e-tests-e2e-kubeproxy-9frj6 host-test-container-pod -- /bin/sh -c for i in $(seq 1 39); do curl -s --connect-timeout 1 http://104.198.181.198:32080/hostName; echo; sleep 1s; done | grep -v '^\s*$' |sort | uniq -c | wc -l] []  <nil>  error: You must be logged in to the server (the server has asked for the client to provide credentials)
     [] <nil> 0xc820976860 exit status 1 <nil> true [0xc820038020 0xc820038038 0xc820038050] [0xc820038020 0xc820038038 0xc820038050] [0xc820038030 0xc820038048] [0xaf0cf0 0xaf0cf0] 0xc820b363c0}:
    Command stdout:

    stderr:
    error: You must be logged in to the server (the server has asked for the client to provide credentials)

    error:
    exit status 1

not to have occurred
/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/util.go:4064

Issues about this test specifically: #26490 #33669

Failed: [k8s.io] Pod Disks should schedule a pod w/ a readonly PD on two hosts, then remove both ungracefully. [Slow] {Kubernetes e2e suite}

/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:134
Oct  4 16:06:47.751: All nodes should be ready after test, the server has asked for the client to provide credentials (get nodes)
/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:418

Issues about this test specifically: #29752

Failed: DiffResources {e2e.go}

Error: 9 leaked resources
+gke-jenkins-e2e-008784-pvc-9a67697c-8a86-11e6-ac4d-42010af00026  us-central1-f  2        pd-standard  READY
+k8s-fw-a7655e1bf8a8611e6ac4d42010af0002  jenkins-e2e  0.0.0.0/0     tcp:80                                  gke-jenkins-e2e-008784ca-node
+k8s-fw-a7665bc7f8a8611e6ac4d42010af0002  jenkins-e2e  0.0.0.0/0     udp:80                                  gke-jenkins-e2e-008784ca-node
+NAME                              REGION       IP_ADDRESS      IP_PROTOCOL  TARGET
+a7655e1bf8a8611e6ac4d42010af0002  us-central1  104.198.189.59  TCP          us-central1/targetPools/a7655e1bf8a8611e6ac4d42010af0002
+a7665bc7f8a8611e6ac4d42010af0002  us-central1  104.198.197.26  UDP          us-central1/targetPools/a7665bc7f8a8611e6ac4d42010af0002
+NAME                              REGION       SESSION_AFFINITY  BACKUP  HEALTH_CHECKS
+a7655e1bf8a8611e6ac4d42010af0002  us-central1
+a7665bc7f8a8611e6ac4d42010af0002  us-central1

Issues about this test specifically: #33373 #33416 #34060

Failed: [k8s.io] V1Job should fail a job [Slow] {Kubernetes e2e suite}

/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/batch_v1_jobs.go:202
Expected error:
    <*errors.StatusError | 0xc820e41300>: {
        ErrStatus: {
            TypeMeta: {Kind: "", APIVersion: ""},
            ListMeta: {SelfLink: "", ResourceVersion: ""},
            Status: "Failure",
            Message: "the server has asked for the client to provide credentials (get jobs.batch foo)",
            Reason: "Unauthorized",
            Details: {
                Name: "foo",
                Group: "batch",
                Kind: "jobs",
                Causes: [
                    {
                        Type: "UnexpectedServerResponse",
                        Message: "Unauthorized",
                        Field: "",
                    },
                ],
                RetryAfterSeconds: 0,
            },
            Code: 401,
        },
    }
    the server has asked for the client to provide credentials (get jobs.batch foo)
not to have occurred
/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/batch_v1_jobs.go:201

Failed: [k8s.io] Services should be able to change the type and ports of a service [Slow] {Kubernetes e2e suite}

/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/service.go:781
Oct  4 16:05:17.825: Timeout waiting for service "mutability-test" to have a load balancer
/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/service.go:1967

Issues about this test specifically: #26134

Failed: [k8s.io] Dynamic provisioning [k8s.io] DynamicProvisioner Alpha should create and delete alpha persistent volumes [Slow] {Kubernetes e2e suite}

/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/volume_provisioning.go:151
Expected error:
    <*errors.StatusError | 0xc820e2e280>: {
        ErrStatus: {
            TypeMeta: {Kind: "", APIVersion: ""},
            ListMeta: {SelfLink: "", ResourceVersion: ""},
            Status: "Failure",
            Message: "the server has asked for the client to provide credentials (delete persistentVolumeClaims pvc-0behl)",
            Reason: "Unauthorized",
            Details: {
                Name: "pvc-0behl",
                Group: "",
                Kind: "persistentVolumeClaims",
                Causes: [
                    {
                        Type: "UnexpectedServerResponse",
                        Message: "Unauthorized",
                        Field: "",
                    },
                ],
                RetryAfterSeconds: 0,
            },
            Code: 401,
        },
    }
    the server has asked for the client to provide credentials (delete persistentVolumeClaims pvc-0behl)
not to have occurred
/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/volume_provisioning.go:98

Failed: [k8s.io] Pods should have their auto-restart back-off timer reset on image update [Slow] {Kubernetes e2e suite}

/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/pods.go:628
getting pod pod-back-off-image
Expected error:
    <*errors.StatusError | 0xc820cfa180>: {
        ErrStatus: {
            TypeMeta: {Kind: "", APIVersion: ""},
            ListMeta: {SelfLink: "", ResourceVersion: ""},
            Status: "Failure",
            Message: "the server has asked for the client to provide credentials (get pods pod-back-off-image)",
            Reason: "Unauthorized",
            Details: {
                Name: "pod-back-off-image",
                Group: "",
                Kind: "pods",
                Causes: [
                    {
                        Type: "UnexpectedServerResponse",
                        Message: "Unauthorized",
                        Field: "",
                    },
                ],
                RetryAfterSeconds: 0,
            },
            Code: 401,
        },
    }
    the server has asked for the client to provide credentials (get pods pod-back-off-image)
not to have occurred
/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/pods.go:105

Issues about this test specifically: #27360 #28096 #29615 #31775

Failed: [k8s.io] Dynamic provisioning [k8s.io] DynamicProvisioner should create and delete persistent volumes [Slow] {Kubernetes e2e suite}

/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:134
Oct  4 16:05:09.670: Couldn't delete ns: "e2e-tests-volume-provisioning-35fks": an error on the server ("Internal Server Error: \"/apis/autoscaling/v1/namespaces/e2e-tests-volume-provisioning-35fks/horizontalpodautoscalers\"") has prevented the request from succeeding (get horizontalpodautoscalers.autoscaling) (&errors.StatusError{ErrStatus:unversioned.Status{TypeMeta:unversioned.TypeMeta{Kind:"", APIVersion:""}, ListMeta:unversioned.ListMeta{SelfLink:"", ResourceVersion:""}, Status:"Failure", Message:"an error on the server (\"Internal Server Error: \\\"/apis/autoscaling/v1/namespaces/e2e-tests-volume-provisioning-35fks/horizontalpodautoscalers\\\"\") has prevented the request from succeeding (get horizontalpodautoscalers.autoscaling)", Reason:"InternalError", Details:(*unversioned.StatusDetails)(0xc820b4efa0), Code:500}})
/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:338

Issues about this test specifically: #32185 #32372

Previous issues for this suite: #33596

@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. area/test-infra labels Oct 4, 2016
@k8s-github-robot
Copy link
Author

@k8s-github-robot
Copy link
Author

@k8s-github-robot k8s-github-robot added the priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. label Oct 10, 2016
@k8s-github-robot
Copy link
Author

@k8s-github-robot k8s-github-robot added priority/critical-urgent Highest priority. Must be actively worked on as someone's top priority right now. and removed priority/backlog Higher priority than priority/awaiting-more-evidence. labels Oct 10, 2016
@k8s-github-robot
Copy link
Author

@k8s-github-robot k8s-github-robot removed the priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. label Oct 10, 2016
@k8s-github-robot
Copy link
Author

@k8s-github-robot
Copy link
Author

@k8s-github-robot
Copy link
Author

[FLAKE-PING] @rmmh

This flaky-test issue would love to have more attention.

1 similar comment
@k8s-github-robot
Copy link
Author

[FLAKE-PING] @rmmh

This flaky-test issue would love to have more attention.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/test-infra kind/flake Categorizes issue or PR as related to a flaky test. priority/critical-urgent Highest priority. Must be actively worked on as someone's top priority right now.
Projects
None yet
Development

No branches or pull requests

2 participants