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-staging-parallel: broken test run #34773

Closed
k8s-github-robot opened this issue Oct 13, 2016 · 0 comments
Closed

kubernetes-e2e-gci-gke-staging-parallel: broken test run #34773

k8s-github-robot opened this issue Oct 13, 2016 · 0 comments
Assignees
Labels
area/test-infra kind/flake Categorizes issue or PR as related to a flaky test. priority/backlog Higher priority than priority/awaiting-more-evidence.

Comments

@k8s-github-robot
Copy link

https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gci-gke-staging-parallel/972/

Multiple broken tests:

Failed: [k8s.io] Generated release_1_2 clientset should create pods, delete pods, watch pods {Kubernetes e2e suite}

/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:134
Oct 13 15:12:30.025: Couldn't delete ns: "e2e-tests-clientset-2od9h": an error on the server ("Internal Server Error: \"/api/v1/namespaces/e2e-tests-clientset-2od9h/resourcequotas\"") has prevented the request from succeeding (get resourcequotas) (&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: \\\"/api/v1/namespaces/e2e-tests-clientset-2od9h/resourcequotas\\\"\") has prevented the request from succeeding (get resourcequotas)", Reason:"InternalError", Details:(*unversioned.StatusDetails)(0xc820c2c050), 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: #32043

Failed: [k8s.io] Kubectl client [k8s.io] Kubectl run --rm job should create a job from an image, then delete the job [Conformance] {Kubernetes e2e suite}

/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl.go:1208
Expected error:
    <exec.CodeExitError>: {
        Err: {
            s: "error running &{/workspace/kubernetes/platforms/linux/amd64/kubectl [kubectl --server=https://104.197.183.4 --kubeconfig=/workspace/.kube/config --namespace=e2e-tests-kubectl-nnqcl run e2e-test-rm-busybox-job --image=gcr.io/google_containers/busybox:1.24 --rm=true --generator=job/v1 --restart=OnFailure --attach=true --stdin -- sh -c cat && echo 'stdin closed'] []  0xc820e03480  Error from server: an error on the server (\"Internal Server Error: \\\"/apis/batch/v1/namespaces/e2e-tests-kubectl-nnqcl/jobs\\\"\") has prevented the request from succeeding (post jobs.batch)\n [] <nil> 0xc820e03b80 exit status 1 <nil> true [0xc820434020 0xc820434238 0xc820434248] [0xc820434020 0xc820434238 0xc820434248] [0xc820434028 0xc820434230 0xc820434240] [0xaf0ba0 0xaf0d00 0xaf0d00] 0xc820f1ad20}:\nCommand stdout:\n\nstderr:\nError from server: an error on the server (\"Internal Server Error: \\\"/apis/batch/v1/namespaces/e2e-tests-kubectl-nnqcl/jobs\\\"\") has prevented the request from succeeding (post jobs.batch)\n\nerror:\nexit status 1\n",
        },
        Code: 1,
    }
    error running &{/workspace/kubernetes/platforms/linux/amd64/kubectl [kubectl --server=https://104.197.183.4 --kubeconfig=/workspace/.kube/config --namespace=e2e-tests-kubectl-nnqcl run e2e-test-rm-busybox-job --image=gcr.io/google_containers/busybox:1.24 --rm=true --generator=job/v1 --restart=OnFailure --attach=true --stdin -- sh -c cat && echo 'stdin closed'] []  0xc820e03480  Error from server: an error on the server ("Internal Server Error: \"/apis/batch/v1/namespaces/e2e-tests-kubectl-nnqcl/jobs\"") has prevented the request from succeeding (post jobs.batch)
     [] <nil> 0xc820e03b80 exit status 1 <nil> true [0xc820434020 0xc820434238 0xc820434248] [0xc820434020 0xc820434238 0xc820434248] [0xc820434028 0xc820434230 0xc820434240] [0xaf0ba0 0xaf0d00 0xaf0d00] 0xc820f1ad20}:
    Command stdout:

    stderr:
    Error from server: an error on the server ("Internal Server Error: \"/apis/batch/v1/namespaces/e2e-tests-kubectl-nnqcl/jobs\"") has prevented the request from succeeding (post jobs.batch)

    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:2183

Issues about this test specifically: #26728 #28266 #30340 #32405

Failed: [k8s.io] Proxy version v1 should proxy through a service and a pod [Conformance] {Kubernetes e2e suite}

/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:134
Oct 13 15:12:03.630: Couldn't delete ns: "e2e-tests-proxy-5w6s3": an error on the server ("Internal Server Error: \"/apis/extensions/v1beta1/namespaces/e2e-tests-proxy-5w6s3/daemonsets\"") has prevented the request from succeeding (get daemonsets.extensions) (&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/extensions/v1beta1/namespaces/e2e-tests-proxy-5w6s3/daemonsets\\\"\") has prevented the request from succeeding (get daemonsets.extensions)", Reason:"InternalError", Details:(*unversioned.StatusDetails)(0xc820b36190), 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: #26164 #26210 #33998

Failed: [k8s.io] V1Job should run a job to completion when tasks sometimes fail and are locally restarted {Kubernetes e2e suite}

/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:134
Oct 13 15:11:59.265: Couldn't delete ns: "e2e-tests-v1job-x51r3": an error on the server ("Internal Server Error: \"/apis/extensions/v1beta1/namespaces/e2e-tests-v1job-x51r3/daemonsets\"") has prevented the request from succeeding (get daemonsets.extensions) (&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/extensions/v1beta1/namespaces/e2e-tests-v1job-x51r3/daemonsets\\\"\") has prevented the request from succeeding (get daemonsets.extensions)", Reason:"InternalError", Details:(*unversioned.StatusDetails)(0xc820be6e10), Code:500}})
/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:338

Failed: [k8s.io] ConfigMap should be consumable via environment variable [Conformance] {Kubernetes e2e suite}

/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/configmap.go:209
Oct 13 15:12:19.336: unable to create test configMap : an error on the server ("Internal Server Error: \"/api/v1/namespaces/e2e-tests-configmap-gz0od/configmaps\"") has prevented the request from succeeding (post configmaps)
/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/configmap.go:174

Issues about this test specifically: #27079

Failed: [k8s.io] Kubectl client [k8s.io] Simple pod should support inline execution and attach {Kubernetes e2e suite}

/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:134
Oct 13 15:12:27.491: Couldn't delete ns: "e2e-tests-kubectl-hzuer": an error on the server ("Internal Server Error: \"/api/v1/namespaces/e2e-tests-kubectl-hzuer/serviceaccounts\"") has prevented the request from succeeding (get serviceaccounts) (&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: \\\"/api/v1/namespaces/e2e-tests-kubectl-hzuer/serviceaccounts\\\"\") has prevented the request from succeeding (get serviceaccounts)", Reason:"InternalError", Details:(*unversioned.StatusDetails)(0xc820b418b0), 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: #26324 #27715 #28845

Failed: [k8s.io] EmptyDir volumes should support (root,0666,default) [Conformance] {Kubernetes e2e suite}

/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:134
Oct 13 15:12:12.721: Couldn't delete ns: "e2e-tests-emptydir-elviq": an error on the server ("Internal Server Error: \"/api/v1/namespaces/e2e-tests-emptydir-elviq/secrets\"") has prevented the request from succeeding (get secrets) (&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: \\\"/api/v1/namespaces/e2e-tests-emptydir-elviq/secrets\\\"\") has prevented the request from succeeding (get secrets)", Reason:"InternalError", Details:(*unversioned.StatusDetails)(0xc820c7c0a0), Code:500}})
/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:338

Failed: [k8s.io] Probing container should not be restarted with a exec "cat /tmp/health" liveness probe [Conformance] {Kubernetes e2e suite}

/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:134
Oct 13 15:12:00.580: Couldn't delete ns: "e2e-tests-container-probe-52f5d": an error on the server ("Internal Server Error: \"/apis/extensions/v1beta1/namespaces/e2e-tests-container-probe-52f5d/replicationcontrollers\"") has prevented the request from succeeding (get replicationcontrollers.extensions) (&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/extensions/v1beta1/namespaces/e2e-tests-container-probe-52f5d/replicationcontrollers\\\"\") has prevented the request from succeeding (get replicationcontrollers.extensions)", Reason:"InternalError", Details:(*unversioned.StatusDetails)(0xc82026dcc0), Code:500}})
/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:338

Previous issues for this suite: #33415 #34192

@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 13, 2016
@fejta fejta closed this as completed Oct 14, 2016
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/backlog Higher priority than priority/awaiting-more-evidence.
Projects
None yet
Development

No branches or pull requests

3 participants