Coder Social home page Coder Social logo

test-repo's People

Watchers

 avatar  avatar

test-repo's Issues

kubernetes-e2e-gce-examples: broken test run

https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gce-examples/11731/

Multiple broken tests:

Failed: [k8s.io] [Feature:Example] [k8s.io] RethinkDB should create and stop rethinkdb servers {Kubernetes e2e suite}

/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/examples.go:447
Jun 10 15:57:11.103: No pods matched the filter.

Failed: [k8s.io] [Feature:Example] [k8s.io] Spark should start spark master, driver and workers {Kubernetes e2e suite}

/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/examples.go:220
Expected error:
    <*errors.errorString | 0xc82106bd70>: {
        s: "Error running &{/workspace/kubernetes/platforms/linux/amd64/kubectl [kubectl --server=https://104.155.166.231 --kubeconfig=/workspace/.kube/config create -f /workspace/kubernetes/examples/spark/spark-master-service.yaml --namespace=e2e-tests-examples-6iw4b] []  <nil>  the namespace from the provided object \"spark-cluster\" does not match the namespace \"e2e-tests-examples-6iw4b\". You must pass '--namespace=spark-cluster' to perform this operation.\n [] <nil> 0xc8209cd440 exit status 1 <nil> true [0xc82003c378 0xc82003c3b0 0xc82003c3e0] [0xc82003c378 0xc82003c3b0 0xc82003c3e0] [0xc82003c398 0xc82003c3c8] [0xa63db0 0xa63db0] 0xc820fff6e0}:\nCommand stdout:\n\nstderr:\nthe namespace from the provided object \"spark-cluster\" does not match the namespace \"e2e-tests-examples-6iw4b\". You must pass '--namespace=spark-cluster' to perform this operation.\n\nerror:\nexit status 1\n",
    }
    Error running &{/workspace/kubernetes/platforms/linux/amd64/kubectl [kubectl --server=https://104.155.166.231 --kubeconfig=/workspace/.kube/config create -f /workspace/kubernetes/examples/spark/spark-master-service.yaml --namespace=e2e-tests-examples-6iw4b] []  <nil>  the namespace from the provided object "spark-cluster" does not match the namespace "e2e-tests-examples-6iw4b". You must pass '--namespace=spark-cluster' to perform this operation.
     [] <nil> 0xc8209cd440 exit status 1 <nil> true [0xc82003c378 0xc82003c3b0 0xc82003c3e0] [0xc82003c378 0xc82003c3b0 0xc82003c3e0] [0xc82003c398 0xc82003c3c8] [0xa63db0 0xa63db0] 0xc820fff6e0}:
    Command stdout:

    stderr:
    the namespace from the provided object "spark-cluster" does not match the namespace "e2e-tests-examples-6iw4b". You must pass '--namespace=spark-cluster' to perform this operation.

    error:
    exit status 1

not to have occurred

Failed: [k8s.io] [Feature:Example] [k8s.io] Storm should create and stop Zookeeper, Nimbus and Storm worker servers {Kubernetes e2e suite}

/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/examples.go:311
Jun 10 16:01:39.692: No pods matched the filter.

Failed: [k8s.io] [Feature:Example] [k8s.io] Celery-RabbitMQ should create and stop celery+rabbitmq servers {Kubernetes e2e suite}

/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/examples.go:161
Jun 10 16:04:05.868: No pods matched the filter.

Failed: [k8s.io] [Feature:Example] [k8s.io] Hazelcast should create and scale hazelcast {Kubernetes e2e suite}

/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/examples.go:478
Jun 10 16:04:51.832: No pods matched the filter.

Failed: [k8s.io] [Feature:Example] [k8s.io] Redis should create and stop redis servers {Kubernetes e2e suite}

/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/examples.go:116
Expected error:
    <*errors.errorString | 0xc8200cf060>: {
        s: "timed out waiting for the condition",
    }
    timed out waiting for the condition
not to have occurred

Failed: [k8s.io] [Feature:Example] [k8s.io] Cassandra should create and scale cassandra {Kubernetes e2e suite}

/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/examples.go:257
Expected error:
    <*errors.errorString | 0xc820788700>: {
        s: "Failed to get entpoints for e2e-tests-examples-sysmw/cassandra",
    }
    Failed to get entpoints for e2e-tests-examples-sysmw/cassandra
not to have occurred

Nodes [Disruptive] Resize [Slow] should be able to delete nodes {Kubernetes e2e suite}

https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gce-serial-release-1.2/675/

Failed: Nodes [Disruptive] Resize [Slow] should be able to delete nodes {Kubernetes e2e suite}

/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/resize_nodes.go:422
Expected error:
    <*exec.ExitError | 0xc2084399d8>: {
        ProcessState: {
            pid: 6773,
            status: 256,
            rusage: {
                Utime: {Sec: 0, Usec: 264000},
                Stime: {Sec: 0, Usec: 56000},
                Maxrss: 36544,
                Ixrss: 0,
                Idrss: 0,
                Isrss: 0,
                Minflt: 15942,
                Majflt: 0,
                Nswap: 0,
                Inblock: 0,
                Oublock: 8,
                Msgsnd: 0,
                Msgrcv: 0,
                Nsignals: 0,
                Nvcsw: 74,
                Nivcsw: 27,
            },
        },
    }
    exit status 1
not to have occurred

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.