[Container-tools] Build failed in Jenkins: container-tools-gate-job #282

ci at centos.org ci at centos.org
Sun Nov 8 18:31:10 UTC 2015


See <https://ci.centos.org/job/container-tools-gate-job/282/>

------------------------------------------
[...truncated 5752 lines...]

2015-11-08 18:28:40,175 - atomicapp.utils - INFO - atomicapp.status.info.message=All artifacts OK. 

2015-11-08 18:28:40,175 - atomicapp.nulecule_base - INFO - Artifacts for redismaster-app present for these providers: docker, kubernetes

2015-11-08 18:28:40,176 - atomicapp.nulecule_base - DEBUG - Provider: docker

2015-11-08 18:28:40,176 - atomicapp.utils - INFO - atomicapp.status.info.message=Artifact file://artifacts/docker/redis-slave_run: OK.

2015-11-08 18:28:40,176 - atomicapp.nulecule_base - DEBUG - Provider: kubernetes

2015-11-08 18:28:40,176 - atomicapp.utils - INFO - atomicapp.status.info.message=Artifact file://artifacts/kubernetes/redis-slave-controller.json: OK.

2015-11-08 18:28:40,177 - atomicapp.utils - INFO - atomicapp.status.info.message=Artifact file://artifacts/kubernetes/redis-slave-service.json: OK.

2015-11-08 18:28:40,177 - atomicapp.utils - INFO - atomicapp.status.info.message=All artifacts OK. 

2015-11-08 18:28:40,177 - atomicapp.nulecule_base - INFO - Artifacts for redisslave-app present for these providers: docker, kubernetes

2015-11-08 18:28:40,177 - atomicapp.utils - INFO - atomicapp.status.info.message=Loading Nulecule file.

2015-11-08 18:28:40,177 - atomicapp.install - INFO - Installing dependencies for redis-atomicapp

2015-11-08 18:28:40,178 - atomicapp.utils - DEBUG - {u'artifacts': {u'docker': [u'file://artifacts/docker/redis-master_run'], u'kubernetes': [u'file://artifacts/kubernetes/redis-master-controller.json', u'file://artifacts/kubernetes/redis-master-service.json']}, u'params': [{u'default': u'jasonbrooks/redis', u'name': u'image', u'description': u'The redis master part'}, {u'default': 6379, u'name': u'hostport', u'description': u'The host TCP port as the external endpoint'}], u'name': u'redismaster-app'}

2015-11-08 18:28:40,178 - atomicapp.install - DEBUG - Component redismaster-app is part of the app

2015-11-08 18:28:40,179 - atomicapp.install - DEBUG - Values: {u'redismaster-app': {u'image': u'jasonbrooks/redis', u'hostport': 6379}}

2015-11-08 18:28:40,179 - atomicapp.utils - DEBUG - {u'artifacts': {u'docker': [u'file://artifacts/docker/redis-slave_run'], u'kubernetes': [u'file://artifacts/kubernetes/redis-slave-controller.json', u'file://artifacts/kubernetes/redis-slave-service.json']}, u'params': [{u'default': u'jasonbrooks/redis', u'name': u'image', u'description': u'The redis slave part'}, {u'default': 6379, u'name': u'master_hostport', u'description': u'The host TCP port of the redis master'}, {u'default': 6379, u'name': u'hostport', u'description': u'The host TCP port as the external endpoint'}], u'name': u'redisslave-app'}

2015-11-08 18:28:40,179 - atomicapp.install - DEBUG - Component redisslave-app is part of the app

2015-11-08 18:28:40,180 - atomicapp.install - DEBUG - Values: {u'redismaster-app': {u'image': u'jasonbrooks/redis', u'hostport': 6379}, u'redisslave-app': {u'image': u'jasonbrooks/redis', u'master_hostport': 6379, u'hostport': 6379}}

2015-11-08 18:28:40,180 - atomicapp.utils - INFO - atomicapp.status.info.message=All dependencies installed successfully.

2015-11-08 18:28:40,180 - atomicapp.install - DEBUG - {u'redismaster-app': {u'image': u'jasonbrooks/redis', u'hostport': 6379}, u'redisslave-app': {u'image': u'jasonbrooks/redis', u'master_hostport': 6379, u'hostport': 6379}}

2015-11-08 18:28:40,180 - atomicapp.nulecule_base - DEBUG - Data given {u'redismaster-app': {u'image': u'jasonbrooks/redis', u'hostport': 6379}, u'redisslave-app': {u'image': u'jasonbrooks/redis', u'master_hostport': 6379, u'hostport': 6379}}

2015-11-08 18:28:40,180 - atomicapp.install - DEBUG - {u'redismaster-app': {u'image': u'jasonbrooks/redis', u'hostport': 6379}, u'redisslave-app': {u'image': u'jasonbrooks/redis', u'master_hostport': 6379, u'hostport': 6379}, u'general': {u'namespace': u'default', u'provider': u'kubernetes'}}

2015-11-08 18:28:40,181 - atomicapp.utils - INFO - atomicapp.status.answer.message={"redismaster-app": {"image": "jasonbrooks/redis", "hostport": 6379}, "redisslave-app": {"image": "jasonbrooks/redis", "master_hostport": 6379, "hostport": 6379}, "general": {"namespace": "default", "provider": "kubernetes"}}

2015-11-08 18:28:40,181 - atomicapp.utils - INFO - atomicapp.status.info.message=Install Successful.

2015-11-08 18:28:40,181 - atomicapp.utils - INFO - atomicapp.status.info.message=Install Successful.

2015-11-08 18:28:40,181 - atomicapp.utils - DEBUG - Using working directory /atomicapp/.workdir

2015-11-08 18:28:40,182 - atomicapp.plugin - DEBUG - Loading providers from /usr/lib/python2.7/site-packages/atomicapp-0.1.12-py2.7.egg/atomicapp/providers

2015-11-08 18:28:40,209 - atomicapp.nulecule_base - DEBUG - Setting app id to redis-atomicapp

2015-11-08 18:28:40,209 - atomicapp.nulecule_base - DEBUG - Version check successful: specversion == 0.0.2

2015-11-08 18:28:40,209 - atomicapp.nulecule_base - DEBUG - Path to answers file given, loading /atomicapp/answers.conf

2015-11-08 18:28:40,211 - atomicapp.nulecule_base - DEBUG - Provider: docker

2015-11-08 18:28:40,211 - atomicapp.utils - INFO - atomicapp.status.info.message=Artifact file://artifacts/docker/redis-master_run: OK.

2015-11-08 18:28:40,211 - atomicapp.nulecule_base - DEBUG - Provider: kubernetes

2015-11-08 18:28:40,211 - atomicapp.utils - INFO - atomicapp.status.info.message=Artifact file://artifacts/kubernetes/redis-master-controller.json: OK.

2015-11-08 18:28:40,211 - atomicapp.utils - INFO - atomicapp.status.info.message=Artifact file://artifacts/kubernetes/redis-master-service.json: OK.

2015-11-08 18:28:40,211 - atomicapp.utils - INFO - atomicapp.status.info.message=All artifacts OK. 

2015-11-08 18:28:40,212 - atomicapp.nulecule_base - INFO - Artifacts for redismaster-app present for these providers: docker, kubernetes

2015-11-08 18:28:40,212 - atomicapp.nulecule_base - DEBUG - Provider: docker

2015-11-08 18:28:40,212 - atomicapp.utils - INFO - atomicapp.status.info.message=Artifact file://artifacts/docker/redis-slave_run: OK.

2015-11-08 18:28:40,212 - atomicapp.nulecule_base - DEBUG - Provider: kubernetes

2015-11-08 18:28:40,212 - atomicapp.utils - INFO - atomicapp.status.info.message=Artifact file://artifacts/kubernetes/redis-slave-controller.json: OK.

2015-11-08 18:28:40,212 - atomicapp.utils - INFO - atomicapp.status.info.message=Artifact file://artifacts/kubernetes/redis-slave-service.json: OK.

2015-11-08 18:28:40,213 - atomicapp.utils - INFO - atomicapp.status.info.message=All artifacts OK. 

2015-11-08 18:28:40,213 - atomicapp.nulecule_base - INFO - Artifacts for redisslave-app present for these providers: docker, kubernetes

2015-11-08 18:28:40,213 - atomicapp.utils - DEBUG - {u'artifacts': {u'docker': [u'file://artifacts/docker/redis-master_run'], u'kubernetes': [u'file://artifacts/kubernetes/redis-master-controller.json', u'file://artifacts/kubernetes/redis-master-service.json']}, u'params': [{u'default': u'jasonbrooks/redis', u'name': u'image', u'description': u'The redis master part'}, {u'default': 6379, u'name': u'hostport', u'description': u'The host TCP port as the external endpoint'}], u'name': u'redismaster-app'}

2015-11-08 18:28:40,213 - atomicapp.run - DEBUG - Processing component 'redismaster-app' and graph item '{u'artifacts': {u'docker': [u'file://artifacts/docker/redis-master_run'], u'kubernetes': [u'file://artifacts/kubernetes/redis-master-controller.json', u'file://artifacts/kubernetes/redis-master-service.json']}, u'params': [{u'default': u'jasonbrooks/redis', u'name': u'image', u'description': u'The redis master part'}, {u'default': 6379, u'name': u'hostport', u'description': u'The host TCP port as the external endpoint'}], u'name': u'redismaster-app'}'

2015-11-08 18:28:40,213 - atomicapp.plugin - DEBUG - Found provider <class 'kubernetes.KubernetesProvider'>

2015-11-08 18:28:40,214 - atomicapp.nulecule_base - DEBUG - Param provider already in general with value kubernetes

2015-11-08 18:28:40,214 - atomicapp.nulecule_base - DEBUG - Param namespace already in general with value default

2015-11-08 18:28:40,214 - atomicapp.plugin - WARNING - Configuration option 'providerconfig' not found

2015-11-08 18:28:40,214 - atomicapp.utils - INFO - atomicapp.status.info.message=Deploying component redismaster-app ...

2015-11-08 18:28:40,214 - atomicapp.run - INFO - Using provider kubernetes for component redismaster-app

2015-11-08 18:28:40,215 - atomicapp.run - DEBUG - Templating artifact /atomicapp/artifacts/kubernetes/redis-master-controller.json

2015-11-08 18:28:40,215 - atomicapp.nulecule_base - DEBUG - Param provider already in general with value kubernetes

2015-11-08 18:28:40,215 - atomicapp.nulecule_base - DEBUG - Param namespace already in general with value default

2015-11-08 18:28:40,215 - atomicapp.run - DEBUG - Config: {u'image': u'jasonbrooks/redis', u'provider': u'kubernetes', u'namespace': u'default', u'hostport': 6379} 

2015-11-08 18:28:40,215 - atomicapp.run - DEBUG - {u'image': u'jasonbrooks/redis', u'provider': u'kubernetes', u'namespace': u'default', u'hostport': 6379}

2015-11-08 18:28:40,216 - atomicapp.plugin - DEBUG - Writing artifact to /atomicapp/.workdir/redismaster-app/artifacts/kubernetes/redis-master-controller.json

2015-11-08 18:28:40,216 - atomicapp.run - DEBUG - Templating artifact /atomicapp/artifacts/kubernetes/redis-master-service.json

2015-11-08 18:28:40,217 - atomicapp.nulecule_base - DEBUG - Param provider already in general with value kubernetes

2015-11-08 18:28:40,217 - atomicapp.nulecule_base - DEBUG - Param namespace already in general with value default

2015-11-08 18:28:40,217 - atomicapp.run - DEBUG - Config: {u'image': u'jasonbrooks/redis', u'provider': u'kubernetes', u'namespace': u'default', u'hostport': 6379} 

2015-11-08 18:28:40,217 - atomicapp.run - DEBUG - {u'image': u'jasonbrooks/redis', u'provider': u'kubernetes', u'namespace': u'default', u'hostport': 6379}

2015-11-08 18:28:40,217 - atomicapp.plugin - DEBUG - Writing artifact to /atomicapp/.workdir/redismaster-app/artifacts/kubernetes/redis-master-service.json

2015-11-08 18:28:40,218 - kubernetes - DEBUG - Given config: {u'image': u'jasonbrooks/redis', u'provider': u'kubernetes', u'namespace': u'default', u'hostport': 6379}

2015-11-08 18:28:40,218 - kubernetes - INFO - Using namespace default

2015-11-08 18:28:40,218 - kubernetes - INFO - trying kubectl at /host/usr/bin/kubectl

2015-11-08 18:28:40,219 - kubernetes - INFO - found kubectl at /host/usr/bin/kubectl

2015-11-08 18:28:40,219 - kubernetes - INFO - Deploying to Kubernetes

2015-11-08 18:28:40,219 - kubernetes - DEBUG - /atomicapp/.workdir/redismaster-app/artifacts/kubernetes/redis-master-controller.json

2015-11-08 18:28:40,221 - kubernetes - DEBUG - /atomicapp/.workdir/redismaster-app/artifacts/kubernetes/redis-master-service.json

2015-11-08 18:28:40,264 - kubernetes - DEBUG - stdout = replicationcontrollers/redis-master



2015-11-08 18:28:40,265 - kubernetes - DEBUG - stderr = 

2015-11-08 18:28:40,326 - kubernetes - DEBUG - stdout = services/redis-master



2015-11-08 18:28:40,327 - kubernetes - DEBUG - stderr = 

2015-11-08 18:28:40,327 - atomicapp.utils - DEBUG - {u'artifacts': {u'docker': [u'file://artifacts/docker/redis-slave_run'], u'kubernetes': [u'file://artifacts/kubernetes/redis-slave-controller.json', u'file://artifacts/kubernetes/redis-slave-service.json']}, u'params': [{u'default': u'jasonbrooks/redis', u'name': u'image', u'description': u'The redis slave part'}, {u'default': 6379, u'name': u'master_hostport', u'description': u'The host TCP port of the redis master'}, {u'default': 6379, u'name': u'hostport', u'description': u'The host TCP port as the external endpoint'}], u'name': u'redisslave-app'}

2015-11-08 18:28:40,328 - atomicapp.run - DEBUG - Processing component 'redisslave-app' and graph item '{u'artifacts': {u'docker': [u'file://artifacts/docker/redis-slave_run'], u'kubernetes': [u'file://artifacts/kubernetes/redis-slave-controller.json', u'file://artifacts/kubernetes/redis-slave-service.json']}, u'params': [{u'default': u'jasonbrooks/redis', u'name': u'image', u'description': u'The redis slave part'}, {u'default': 6379, u'name': u'master_hostport', u'description': u'The host TCP port of the redis master'}, {u'default': 6379, u'name': u'hostport', u'description': u'The host TCP port as the external endpoint'}], u'name': u'redisslave-app'}'

2015-11-08 18:28:40,329 - atomicapp.plugin - DEBUG - Found provider <class 'kubernetes.KubernetesProvider'>

2015-11-08 18:28:40,329 - atomicapp.nulecule_base - DEBUG - Param provider already in general with value kubernetes

2015-11-08 18:28:40,330 - atomicapp.nulecule_base - DEBUG - Param namespace already in general with value default

2015-11-08 18:28:40,330 - atomicapp.plugin - WARNING - Configuration option 'providerconfig' not found

2015-11-08 18:28:40,330 - atomicapp.utils - INFO - atomicapp.status.info.message=Deploying component redisslave-app ...

2015-11-08 18:28:40,331 - atomicapp.run - INFO - Using provider kubernetes for component redisslave-app

2015-11-08 18:28:40,331 - atomicapp.run - DEBUG - Templating artifact /atomicapp/artifacts/kubernetes/redis-slave-controller.json

2015-11-08 18:28:40,332 - atomicapp.nulecule_base - DEBUG - Param provider already in general with value kubernetes

2015-11-08 18:28:40,332 - atomicapp.nulecule_base - DEBUG - Param namespace already in general with value default

2015-11-08 18:28:40,332 - atomicapp.run - DEBUG - Config: {u'image': u'jasonbrooks/redis', u'provider': u'kubernetes', u'namespace': u'default', u'master_hostport': 6379, u'hostport': 6379} 

2015-11-08 18:28:40,333 - atomicapp.run - DEBUG - {u'image': u'jasonbrooks/redis', u'provider': u'kubernetes', u'namespace': u'default', u'master_hostport': 6379, u'hostport': 6379}

2015-11-08 18:28:40,334 - atomicapp.plugin - DEBUG - Writing artifact to /atomicapp/.workdir/redisslave-app/artifacts/kubernetes/redis-slave-controller.json

2015-11-08 18:28:40,335 - atomicapp.run - DEBUG - Templating artifact /atomicapp/artifacts/kubernetes/redis-slave-service.json

2015-11-08 18:28:40,335 - atomicapp.nulecule_base - DEBUG - Param provider already in general with value kubernetes

2015-11-08 18:28:40,336 - atomicapp.nulecule_base - DEBUG - Param namespace already in general with value default

2015-11-08 18:28:40,336 - atomicapp.run - DEBUG - Config: {u'image': u'jasonbrooks/redis', u'provider': u'kubernetes', u'namespace': u'default', u'master_hostport': 6379, u'hostport': 6379} 

2015-11-08 18:28:40,336 - atomicapp.run - DEBUG - {u'image': u'jasonbrooks/redis', u'provider': u'kubernetes', u'namespace': u'default', u'master_hostport': 6379, u'hostport': 6379}

2015-11-08 18:28:40,337 - atomicapp.plugin - DEBUG - Writing artifact to /atomicapp/.workdir/redisslave-app/artifacts/kubernetes/redis-slave-service.json

2015-11-08 18:28:40,337 - kubernetes - DEBUG - Given config: {u'image': u'jasonbrooks/redis', u'provider': u'kubernetes', u'namespace': u'default', u'master_hostport': 6379, u'hostport': 6379}

2015-11-08 18:28:40,337 - kubernetes - INFO - Using namespace default

2015-11-08 18:28:40,337 - kubernetes - INFO - trying kubectl at /host/usr/bin/kubectl

2015-11-08 18:28:40,338 - kubernetes - INFO - found kubectl at /host/usr/bin/kubectl

2015-11-08 18:28:40,338 - kubernetes - INFO - Deploying to Kubernetes

2015-11-08 18:28:40,338 - kubernetes - DEBUG - /atomicapp/.workdir/redisslave-app/artifacts/kubernetes/redis-slave-controller.json

2015-11-08 18:28:40,342 - kubernetes - DEBUG - /atomicapp/.workdir/redisslave-app/artifacts/kubernetes/redis-slave-service.json

2015-11-08 18:28:40,384 - kubernetes - DEBUG - stdout = replicationcontrollers/redis-slave



2015-11-08 18:28:40,385 - kubernetes - DEBUG - stderr = 

2015-11-08 18:28:40,460 - kubernetes - DEBUG - stdout = services/redis-slave



2015-11-08 18:28:40,461 - kubernetes - DEBUG - stderr = 

Checking kubernetes pod
NAME                 READY     STATUS          RESTARTS   AGE
helloapache          1/1       Running         0          3m
redis-master-ccgwr   0/1       Pending         0          2m
redis-slave-7qfvo    0/1       no such image   0          2m
redis-slave-8exld    0/1       no such image   0          2m
Checking kubernetes services
NAME           LABELS                                    SELECTOR                IP(S)           PORT(S)
kubernetes     component=apiserver,provider=kubernetes   <none>                  10.254.0.1      443/TCP
redis-master   app=redis,role=master                     app=redis,role=master   10.254.40.100   6379/TCP
redis-slave    app=redis,role=slave                      app=redis,role=slave    10.254.79.107   6379/TCP
Error: Connection reset by peer
Error: Connection reset by peer
Error: Connection reset by peer
Error: Connection reset by peer
Checking connectivity to master
Error: Connection reset by peer
Stopping projectatomic/redis-centos7-atomicapp
Unable to find active container 'redis-centos7-atomicapp'
+++++ redis.sh (kubernetes) failed +++++
Redirecting to /bin/systemctl stop  docker.service
Redirecting to /bin/systemctl stop  etcd.service
Redirecting to /bin/systemctl stop  kube-apiserver.service
Redirecting to /bin/systemctl stop  kube-controller-manager.service
Redirecting to /bin/systemctl stop  kube-scheduler.service
Redirecting to /bin/systemctl stop  kubelet.service
Redirecting to /bin/systemctl stop  kube-proxy.service
Connection to n53.pufty.ci.centos.org closed.
ssh -t -t -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no root at n53.pufty.ci.centos.org 'yum -y install git && git clone https://github.com/ggallen/atomic-test.git tests && cd tests && chmod +x ./run_tests.sh && ./run_tests.sh -t hello_apache.sh,redis.sh -p docker,kubernetes'
Build step 'Execute Python script' marked build as failure




More information about the Container-tools mailing list