Created
January 21, 2016 14:28
-
-
Save stevekuznetsov/705c43b6f63c2647878b to your computer and use it in GitHub Desktop.
end to end log
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| hack/test-end-to-end-docker.sh | |
| [INFO] Starting containerized end-to-end test | |
| [INFO] openshift v1.1.1-47-g9200903 | |
| kubernetes v1.1.0-origin-1107-g4c8e6f4 | |
| etcd 2.2.2 | |
| [INFO] Using images: openshift/origin-${component}:9200903 | |
| [INFO] Starting OpenShift containerized server | |
| 5dd21f45395269eb48d6a980d29103c420345689cf40ab3fade35ae906a2d557 | |
| apiserver(ready): ok | |
| [INFO] To debug: export KUBECONFIG=/tmp/openshift-e2e-containerized/openshift.local.config/master/admin.kubeconfig | |
| [INFO] kubelet: ok | |
| apiserver: ok | |
| apiserver(ready): ok | |
| Running hack/../test/end-to-end/core.sh:53: executing 'dig +tcp @172.30.0.1 kubernetes.default.svc.cluster.local. +short A | head -n 1' expecting success and text '172.30.0.1'... | |
| SUCCESS after 0.026s: hack/../test/end-to-end/core.sh:53: executing 'dig +tcp @172.30.0.1 kubernetes.default.svc.cluster.local. +short A | head -n 1' expecting success and text '172.30.0.1' | |
| Standard output from the command: | |
| 172.30.0.1 | |
| There was no error output from the command. | |
| Running hack/../test/end-to-end/core.sh:54: executing 'dig +notcp @172.30.0.1 kubernetes.default.svc.cluster.local. +short A | head -n 1' expecting success and text '172.30.0.1'... | |
| SUCCESS after 0.025s: hack/../test/end-to-end/core.sh:54: executing 'dig +notcp @172.30.0.1 kubernetes.default.svc.cluster.local. +short A | head -n 1' expecting success and text '172.30.0.1' | |
| Standard output from the command: | |
| 172.30.0.1 | |
| There was no error output from the command. | |
| Running hack/../test/end-to-end/core.sh:57: executing 'openshift admin policy add-role-to-user view e2e-user --namespace=default' expecting success... | |
| SUCCESS after 0.497s: hack/../test/end-to-end/core.sh:57: executing 'openshift admin policy add-role-to-user view e2e-user --namespace=default' expecting success | |
| There was no output from the command. | |
| There was no error output from the command. | |
| Running hack/../test/end-to-end/core.sh:60: executing 'oc create -f examples/image-streams/image-streams-centos7.json --namespace=openshift' expecting success... | |
| SUCCESS after 0.418s: hack/../test/end-to-end/core.sh:60: executing 'oc create -f examples/image-streams/image-streams-centos7.json --namespace=openshift' expecting success | |
| Standard output from the command: | |
| imagestream "ruby" created | |
| imagestream "nodejs" created | |
| imagestream "perl" created | |
| imagestream "php" created | |
| imagestream "python" created | |
| imagestream "wildfly" created | |
| imagestream "mysql" created | |
| imagestream "postgresql" created | |
| imagestream "mongodb" created | |
| imagestream "jenkins" created | |
| There was no error output from the command. | |
| Running hack/../test/end-to-end/core.sh:61: executing 'oc create -f examples/sample-app/application-template-stibuild.json --namespace=openshift' expecting success... | |
| SUCCESS after 0.277s: hack/../test/end-to-end/core.sh:61: executing 'oc create -f examples/sample-app/application-template-stibuild.json --namespace=openshift' expecting success | |
| Standard output from the command: | |
| template "ruby-helloworld-sample" created | |
| There was no error output from the command. | |
| Running hack/../test/end-to-end/core.sh:62: executing 'oc create -f examples/jenkins/application-template.json --namespace=openshift' expecting success... | |
| SUCCESS after 0.324s: hack/../test/end-to-end/core.sh:62: executing 'oc create -f examples/jenkins/application-template.json --namespace=openshift' expecting success | |
| Standard output from the command: | |
| template "nodejs-helloworld-sample" created | |
| There was no error output from the command. | |
| Running hack/../test/end-to-end/core.sh:63: executing 'oc create -f examples/db-templates/mongodb-ephemeral-template.json --namespace=openshift' expecting success... | |
| SUCCESS after 0.291s: hack/../test/end-to-end/core.sh:63: executing 'oc create -f examples/db-templates/mongodb-ephemeral-template.json --namespace=openshift' expecting success | |
| Standard output from the command: | |
| template "mongodb-ephemeral" created | |
| There was no error output from the command. | |
| Running hack/../test/end-to-end/core.sh:64: executing 'oc create -f examples/db-templates/mysql-ephemeral-template.json --namespace=openshift' expecting success... | |
| SUCCESS after 0.262s: hack/../test/end-to-end/core.sh:64: executing 'oc create -f examples/db-templates/mysql-ephemeral-template.json --namespace=openshift' expecting success | |
| Standard output from the command: | |
| template "mysql-ephemeral" created | |
| There was no error output from the command. | |
| Running hack/../test/end-to-end/core.sh:65: executing 'oc create -f examples/db-templates/postgresql-ephemeral-template.json --namespace=openshift' expecting success... | |
| SUCCESS after 0.245s: hack/../test/end-to-end/core.sh:65: executing 'oc create -f examples/db-templates/postgresql-ephemeral-template.json --namespace=openshift' expecting success | |
| Standard output from the command: | |
| template "postgresql-ephemeral" created | |
| There was no error output from the command. | |
| Running hack/../test/end-to-end/core.sh:68: executing 'openshift admin new-project test --description='This is an example project to demonstrate OpenShift v3' --admin='e2e-user'' expecting success... | |
| SUCCESS after 0.722s: hack/../test/end-to-end/core.sh:68: executing 'openshift admin new-project test --description='This is an example project to demonstrate OpenShift v3' --admin='e2e-user'' expecting success | |
| Standard output from the command: | |
| Created project test | |
| There was no error output from the command. | |
| Running hack/../test/end-to-end/core.sh:69: executing 'openshift admin new-project docker --description='This is an example project to demonstrate OpenShift v3' --admin='e2e-user'' expecting success... | |
| SUCCESS after 0.656s: hack/../test/end-to-end/core.sh:69: executing 'openshift admin new-project docker --description='This is an example project to demonstrate OpenShift v3' --admin='e2e-user'' expecting success | |
| Standard output from the command: | |
| Created project docker | |
| There was no error output from the command. | |
| Running hack/../test/end-to-end/core.sh:70: executing 'openshift admin new-project custom --description='This is an example project to demonstrate OpenShift v3' --admin='e2e-user'' expecting success... | |
| SUCCESS after 0.873s: hack/../test/end-to-end/core.sh:70: executing 'openshift admin new-project custom --description='This is an example project to demonstrate OpenShift v3' --admin='e2e-user'' expecting success | |
| Standard output from the command: | |
| Created project custom | |
| There was no error output from the command. | |
| Running hack/../test/end-to-end/core.sh:71: executing 'openshift admin new-project cache --description='This is an example project to demonstrate OpenShift v3' --admin='e2e-user'' expecting success... | |
| SUCCESS after 0.746s: hack/../test/end-to-end/core.sh:71: executing 'openshift admin new-project cache --description='This is an example project to demonstrate OpenShift v3' --admin='e2e-user'' expecting success | |
| Standard output from the command: | |
| Created project cache | |
| There was no error output from the command. | |
| The console should be available at https://172.18.8.254:8443/console. | |
| Log in as 'e2e-user' to see the 'test' project. | |
| [INFO] Installing the router | |
| serviceaccount "router" created | |
| securitycontextconstraints "privileged" replaced | |
| password for stats user admin has been set to YkOKxEpnEp | |
| DeploymentConfig "router" created | |
| Service "router" created | |
| [INFO] Installing the registry | |
| DeploymentConfig "docker-registry" created | |
| Service "docker-registry" created | |
| [INFO] Pre-pulling and pushing ruby-22-centos7 | |
| Running hack/../test/end-to-end/core.sh:80: executing 'docker pull centos/ruby-22-centos7:latest' expecting success... | |
| SUCCESS after 19.822s: hack/../test/end-to-end/core.sh:80: executing 'docker pull centos/ruby-22-centos7:latest' expecting success | |
| Standard output from the command: | |
| Trying to pull repository docker.io/centos/ruby-22-centos7 ... latest: Pulling from centos/ruby-22-centos7 | |
| 06ee9697f7de: Pulling fs layer | |
| 965173bff1d8: Pulling fs layer | |
| 47d44cb6f252: Already exists | |
| 838c1c5c4f83: Already exists | |
| 5764f0a31317: Already exists | |
| 60e65a8e4030: Already exists | |
| 965173bff1d8: Verifying Checksum | |
| 965173bff1d8: Download complete | |
| 06ee9697f7de: Verifying Checksum | |
| 06ee9697f7de: Download complete | |
| 06ee9697f7de: Pull complete | |
| 965173bff1d8: Pull complete | |
| Digest: sha256:bea4bcff91802aedfbcf891c4233d927efd79d125ca263ce8cc6adb11c5ab533 | |
| Status: Downloaded newer image for docker.io/centos/ruby-22-centos7:latest | |
| There was no error output from the command. | |
| [INFO] Pulled ruby-22-centos7 | |
| [INFO] Waiting for Docker registry pod to start | |
| [INFO] Waiting for command to finish: '[[ "$(oc get endpoints docker-registry --output-version=v1 --template="{{ if .subsets }}{{ len .subsets }}{{ else }}0{{ end }}" --config=${ADMIN_KUBECONFIG} || echo "0")" != "0" ]]'... | |
| [INFO] Success running command: '[[ "$(oc get endpoints docker-registry --output-version=v1 --template="{{ if .subsets }}{{ len .subsets }}{{ else }}0{{ end }}" --config=${ADMIN_KUBECONFIG} || echo "0")" != "0" ]]' after 0 seconds | |
| Running hack/../test/end-to-end/core.sh:89: executing 'dig @172.18.8.254 docker-registry.default.svc.cluster.local. +short A | head -n 1 | xargs printf '%s:5000'' expecting success and text '172.30.168.164:5000'... | |
| SUCCESS after 0.021s: hack/../test/end-to-end/core.sh:89: executing 'dig @172.18.8.254 docker-registry.default.svc.cluster.local. +short A | head -n 1 | xargs printf '%s:5000'' expecting success and text '172.30.168.164:5000' | |
| Standard output from the command: | |
| 172.30.168.164:5000There was no error output from the command. | |
| [INFO] Verifying the docker-registry is up at 172.30.168.164:5000 | |
| hack/../test/end-to-end/core.sh: line 92: FRONTEND_IP: unbound variable | |
| [INFO] Stacked plot for log subset "iops" written to /tmp/openshift-e2e-containerized/logs/iops.pdf | |
| [INFO] Stacked plot for log subset "paging" written to /tmp/openshift-e2e-containerized/logs/paging.pdf | |
| [INFO] Stacked plot for log subset "cpu" written to /tmp/openshift-e2e-containerized/logs/cpu.pdf | |
| [INFO] Stacked plot for log subset "queue" written to /tmp/openshift-e2e-containerized/logs/queue.pdf | |
| [INFO] Stacked plot for log subset "memory" written to /tmp/openshift-e2e-containerized/logs/memory.pdf | |
| [INFO] Test Succeeded |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment