4003?1458378099

【缺陷】 k8s plugin构建日志记录 正常


李立添加于 2017-05-12 20:51
k8s pipeline使用全局配置的pod的template,pod不离线,每个pod 任务数2
pipeline任务:睡眠10s,打印hello

单个任务执行时候hudson.model.LoadStatistics.clock=100,当没有slaves在线的时候,构建时间10s,日志如下

May 12, 2017 3:28:32 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 1
May 12, 2017 3:28:32 PM hudson.slaves.NodeProvisioner$StandardStrategyImpl apply
INFO: Started provisioning Kubernetes Pod Template from kubernetes with 1 executors. Remaining excess workload: 0
May 12, 2017 3:28:32 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud$ProvisioningCallback call
INFO: Created Pod: ubuntu-52db1eb7219a
May 12, 2017 3:28:32 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud$ProvisioningCallback call
INFO: Waiting for Pod to be scheduled (0/100): ubuntu-52db1eb7219a
May 12, 2017 3:28:33 PM hudson.TcpSlaveAgentListener$ConnectionHandler run
INFO: Accepted connection #21 from /10.36.0.1:39902
May 12, 2017 3:28:38 PM hudson.slaves.NodeProvisioner$2 run
INFO: Kubernetes Pod Template provisioning successfully completed. We have now 2 computer(s)
May 12, 2017 3:28:46 PM org.jenkinsci.plugins.workflow.job.WorkflowRun finish
INFO: k8s_configure0 #4 completed: SUCCESS



10个任务并行,执行完成后,生成5个pod(slaves),再次执行一次生成2个pod,证明每次执行生成的pod数量并不一定
hudson.model.LoadStatistics.clock=100时候 ,任务的构建时间如下:

日志如下:

May 12, 2017 4:18:48 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 1
May 12, 2017 4:18:48 PM hudson.slaves.NodeProvisioner$StandardStrategyImpl apply
INFO: Started provisioning Kubernetes Pod Template from kubernetes with 1 executors. Remaining excess workload: 0
May 12, 2017 4:18:49 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud$ProvisioningCallback call
INFO: Created Pod: ubuntu-55998b89b2e7
May 12, 2017 4:18:49 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud$ProvisioningCallback call
INFO: Waiting for Pod to be scheduled (0/100): ubuntu-55998b89b2e7
May 12, 2017 4:18:51 PM hudson.TcpSlaveAgentListener$ConnectionHandler run
INFO: Accepted connection #1 from /10.36.0.1:40868
May 12, 2017 4:18:58 PM hudson.slaves.NodeProvisioner$2 run
INFO: Kubernetes Pod Template provisioning successfully completed. We have now 2 computer(s)
May 12, 2017 4:18:58 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 1
May 12, 2017 4:18:58 PM hudson.slaves.NodeProvisioner$StandardStrategyImpl apply
INFO: Started provisioning Kubernetes Pod Template from kubernetes with 1 executors. Remaining excess workload: -0.1
May 12, 2017 4:18:58 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud$ProvisioningCallback call
INFO: Created Pod: ubuntu-559bcd7008ac
May 12, 2017 4:18:58 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud$ProvisioningCallback call
INFO: Waiting for Pod to be scheduled (0/100): ubuntu-559bcd7008ac
May 12, 2017 4:19:00 PM hudson.TcpSlaveAgentListener$ConnectionHandler run
INFO: Accepted connection #2 from /10.36.0.2:51226
May 12, 2017 4:19:05 PM org.jenkinsci.plugins.workflow.job.WorkflowRun finish
INFO: k8s_configure8 #3 completed: SUCCESS
May 12, 2017 4:19:08 PM hudson.slaves.NodeProvisioner$2 run
INFO: Kubernetes Pod Template provisioning successfully completed. We have now 3 computer(s)
May 12, 2017 4:19:08 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 1
May 12, 2017 4:19:08 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 2 running in namespace {3} with label {4}
May 12, 2017 4:19:13 PM org.jenkinsci.plugins.workflow.job.WorkflowRun finish
INFO: k8s_configure7 #3 completed: SUCCESS
May 12, 2017 4:19:15 PM org.jenkinsci.plugins.workflow.job.WorkflowRun finish
INFO: k8s_configure1 #3 completed: SUCCESS
May 12, 2017 4:19:18 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 2
May 12, 2017 4:19:18 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 2 running in namespace {3} with label {4}
May 12, 2017 4:19:23 PM org.jenkinsci.plugins.workflow.job.WorkflowRun finish
INFO: k8s_configure6 #3 completed: SUCCESS
May 12, 2017 4:19:25 PM org.jenkinsci.plugins.workflow.job.WorkflowRun finish
INFO: k8s_configure3 #3 completed: SUCCESS
May 12, 2017 4:19:28 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 2
May 12, 2017 4:19:28 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 2 running in namespace {3} with label {4}
May 12, 2017 4:19:33 PM org.jenkinsci.plugins.workflow.job.WorkflowRun finish
INFO: k8s_configure2 #3 completed: SUCCESS
May 12, 2017 4:19:35 PM org.jenkinsci.plugins.workflow.job.WorkflowRun finish
INFO: k8s_configure9 #3 completed: SUCCESS
May 12, 2017 4:19:38 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 1
May 12, 2017 4:19:38 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 2 running in namespace {3} with label {4}
May 12, 2017 4:19:43 PM org.jenkinsci.plugins.workflow.job.WorkflowRun finish
INFO: k8s_configure5 #3 completed: SUCCESS
May 12, 2017 4:19:45 PM org.jenkinsci.plugins.workflow.job.WorkflowRun finish
INFO: k8s_configure0 #7 completed: SUCCESS
May 12, 2017 4:19:53 PM org.jenkinsci.plugins.workflow.job.WorkflowRun finish
INFO: k8s_configure4 #3 completed: SUCCESS

当hudson.model.LoadStatistics.clock=10000时候,构建时间如下

日志如下:

May 12, 2017 3:31:19 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 7
May 12, 2017 3:31:19 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud$ProvisioningCallback call
INFO: Created Pod: ubuntu-530224c86290
May 12, 2017 3:31:19 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud$ProvisioningCallback call
INFO: Waiting for Pod to be scheduled (0/100): ubuntu-530224c86290
May 12, 2017 3:31:19 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud$ProvisioningCallback call
INFO: Created Pod: ubuntu-5302248ab0ff
May 12, 2017 3:31:19 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud$ProvisioningCallback call
INFO: Waiting for Pod to be scheduled (0/100): ubuntu-5302248ab0ff
May 12, 2017 3:31:19 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud$ProvisioningCallback call
INFO: Created Pod: ubuntu-5302257cc08f
May 12, 2017 3:31:19 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud$ProvisioningCallback call
INFO: Waiting for Pod to be scheduled (0/100): ubuntu-5302257cc08f
May 12, 2017 3:31:19 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 4 running in namespace {3} with label {4}
May 12, 2017 3:31:19 PM hudson.slaves.NodeProvisioner$StandardStrategyImpl apply
INFO: Started provisioning Kubernetes Pod Template from kubernetes with 1 executors. Remaining excess workload: 5.867
May 12, 2017 3:31:19 PM hudson.slaves.NodeProvisioner$StandardStrategyImpl apply
INFO: Started provisioning Kubernetes Pod Template from kubernetes with 1 executors. Remaining excess workload: 4.867
May 12, 2017 3:31:19 PM hudson.slaves.NodeProvisioner$StandardStrategyImpl apply
INFO: Started provisioning Kubernetes Pod Template from kubernetes with 1 executors. Remaining excess workload: 3.867
May 12, 2017 3:31:19 PM hudson.slaves.NodeProvisioner$StandardStrategyImpl apply
INFO: Started provisioning Kubernetes Pod Template from kubernetes with 1 executors. Remaining excess workload: 2.867
May 12, 2017 3:31:19 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud$ProvisioningCallback call
INFO: Created Pod: ubuntu-530227d3e3f6
May 12, 2017 3:31:19 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud$ProvisioningCallback call
INFO: Waiting for Pod to be scheduled (0/100): ubuntu-530227d3e3f6
May 12, 2017 3:31:19 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 3
May 12, 2017 3:31:19 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:19 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 3
May 12, 2017 3:31:19 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:19 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 3
May 12, 2017 3:31:19 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:20 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 3
May 12, 2017 3:31:20 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:20 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 4
May 12, 2017 3:31:20 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:20 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 4
May 12, 2017 3:31:20 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:20 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 4
May 12, 2017 3:31:20 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:20 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 4
May 12, 2017 3:31:20 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:20 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 4
May 12, 2017 3:31:20 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:20 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 4
May 12, 2017 3:31:20 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:20 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 4
May 12, 2017 3:31:20 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:20 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 4
May 12, 2017 3:31:20 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:20 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 4
May 12, 2017 3:31:20 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:21 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 4
May 12, 2017 3:31:21 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:21 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 4
May 12, 2017 3:31:21 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:21 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 4
May 12, 2017 3:31:21 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:21 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 4
May 12, 2017 3:31:21 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:21 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 4
May 12, 2017 3:31:21 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:21 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 5
May 12, 2017 3:31:21 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:21 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 5
May 12, 2017 3:31:21 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:21 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 5
May 12, 2017 3:31:21 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:21 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 5
May 12, 2017 3:31:21 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:21 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 5
May 12, 2017 3:31:21 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:22 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 5
May 12, 2017 3:31:22 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:22 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 5
May 12, 2017 3:31:22 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:22 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 5
May 12, 2017 3:31:22 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:22 PM hudson.TcpSlaveAgentListener$ConnectionHandler run
INFO: Accepted connection #22 from /10.36.0.2:50302
May 12, 2017 3:31:22 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 5
May 12, 2017 3:31:22 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:22 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 5
May 12, 2017 3:31:22 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:22 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 5
May 12, 2017 3:31:22 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:22 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 5
May 12, 2017 3:31:22 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:22 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 5
May 12, 2017 3:31:22 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:22 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 5
May 12, 2017 3:31:22 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:22 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 5
May 12, 2017 3:31:22 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:23 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 5
May 12, 2017 3:31:23 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:23 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 5
May 12, 2017 3:31:23 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:23 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 5
May 12, 2017 3:31:23 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:23 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 5
May 12, 2017 3:31:23 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:23 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 5
May 12, 2017 3:31:23 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:23 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 5
May 12, 2017 3:31:23 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:23 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 5
May 12, 2017 3:31:23 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:23 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 5
May 12, 2017 3:31:23 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:23 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 5
May 12, 2017 3:31:23 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:23 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 5
May 12, 2017 3:31:23 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:24 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 5
May 12, 2017 3:31:24 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:24 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 5
May 12, 2017 3:31:24 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:24 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 5
May 12, 2017 3:31:24 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:24 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 5
May 12, 2017 3:31:24 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:24 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 5
May 12, 2017 3:31:24 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:24 PM hudson.TcpSlaveAgentListener$ConnectionHandler run
INFO: Accepted connection #23 from /10.36.0.3:51886
May 12, 2017 3:31:24 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 5
May 12, 2017 3:31:24 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:24 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 5
May 12, 2017 3:31:24 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:24 PM hudson.TcpSlaveAgentListener$ConnectionHandler run
INFO: Accepted connection #24 from /10.36.0.4:33910
May 12, 2017 3:31:24 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 5
May 12, 2017 3:31:24 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:24 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 5
May 12, 2017 3:31:24 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:24 PM hudson.TcpSlaveAgentListener$ConnectionHandler run
INFO: Accepted connection #25 from /10.36.0.5:57158
May 12, 2017 3:31:24 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 5
May 12, 2017 3:31:24 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:25 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 5
May 12, 2017 3:31:25 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:25 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 5
May 12, 2017 3:31:25 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:25 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 5
May 12, 2017 3:31:25 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:25 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 5
May 12, 2017 3:31:25 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:25 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 5
May 12, 2017 3:31:25 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:25 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 5
May 12, 2017 3:31:25 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:25 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 5
May 12, 2017 3:31:25 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:25 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud$ProvisioningCallback call
INFO: Waiting for slave to connect (0/100): ubuntu-530224c86290
May 12, 2017 3:31:25 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud$ProvisioningCallback call
INFO: Waiting for slave to connect (0/100): ubuntu-5302248ab0ff
May 12, 2017 3:31:25 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud$ProvisioningCallback call
INFO: Waiting for slave to connect (0/100): ubuntu-5302257cc08f
May 12, 2017 3:31:25 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud$ProvisioningCallback call
INFO: Waiting for slave to connect (0/100): ubuntu-530227d3e3f6
May 12, 2017 3:31:25 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 5
May 12, 2017 3:31:25 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:25 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 5
May 12, 2017 3:31:25 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:25 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 5
May 12, 2017 3:31:25 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:26 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 5
May 12, 2017 3:31:26 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:26 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 5
May 12, 2017 3:31:26 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:26 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 5
May 12, 2017 3:31:26 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:26 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 5
May 12, 2017 3:31:26 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:26 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 5
May 12, 2017 3:31:26 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:26 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 5
May 12, 2017 3:31:26 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:26 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 5
May 12, 2017 3:31:26 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:26 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud$ProvisioningCallback call
INFO: Waiting for slave to connect (1/100): ubuntu-530224c86290
May 12, 2017 3:31:26 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud$ProvisioningCallback call
INFO: Waiting for slave to connect (1/100): ubuntu-5302248ab0ff
May 12, 2017 3:31:26 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud$ProvisioningCallback call
INFO: Waiting for slave to connect (1/100): ubuntu-5302257cc08f
May 12, 2017 3:31:26 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 5
May 12, 2017 3:31:26 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud$ProvisioningCallback call
INFO: Waiting for slave to connect (1/100): ubuntu-530227d3e3f6
May 12, 2017 3:31:26 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:26 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 5
May 12, 2017 3:31:26 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:26 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 5
May 12, 2017 3:31:26 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:27 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 5
May 12, 2017 3:31:27 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:27 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 5
May 12, 2017 3:31:27 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:27 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 5
May 12, 2017 3:31:27 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:27 PM org.jenkinsci.plugins.workflow.job.WorkflowRun finish
INFO: k8s_configure0 #5 completed: SUCCESS
May 12, 2017 3:31:27 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud$ProvisioningCallback call
INFO: Waiting for slave to connect (2/100): ubuntu-5302248ab0ff
May 12, 2017 3:31:27 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud$ProvisioningCallback call
INFO: Waiting for slave to connect (2/100): ubuntu-5302257cc08f
May 12, 2017 3:31:27 PM hudson.slaves.NodeProvisioner$2 run
INFO: Kubernetes Pod Template provisioning successfully completed. We have now 6 computer(s)
May 12, 2017 3:31:27 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud$ProvisioningCallback call
INFO: Waiting for slave to connect (2/100): ubuntu-530227d3e3f6
May 12, 2017 3:31:28 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 3
May 12, 2017 3:31:28 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:28 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 3
May 12, 2017 3:31:28 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:28 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 3
May 12, 2017 3:31:28 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:28 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 3
May 12, 2017 3:31:28 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:28 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 3
May 12, 2017 3:31:28 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:28 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud$ProvisioningCallback call
INFO: Waiting for slave to connect (3/100): ubuntu-5302248ab0ff
May 12, 2017 3:31:28 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud$ProvisioningCallback call
INFO: Waiting for slave to connect (3/100): ubuntu-5302257cc08f
May 12, 2017 3:31:28 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 3
May 12, 2017 3:31:28 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:28 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud$ProvisioningCallback call
INFO: Waiting for slave to connect (3/100): ubuntu-530227d3e3f6
May 12, 2017 3:31:28 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 3
May 12, 2017 3:31:28 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:28 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 3
May 12, 2017 3:31:28 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:29 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 3
May 12, 2017 3:31:29 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:29 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 3
May 12, 2017 3:31:29 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:29 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 4
May 12, 2017 3:31:29 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:29 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 4
May 12, 2017 3:31:29 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:29 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 4
May 12, 2017 3:31:29 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:29 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 4
May 12, 2017 3:31:29 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:29 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 4
May 12, 2017 3:31:29 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:29 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud$ProvisioningCallback call
INFO: Waiting for slave to connect (4/100): ubuntu-5302248ab0ff
May 12, 2017 3:31:29 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud$ProvisioningCallback call
INFO: Waiting for slave to connect (4/100): ubuntu-5302257cc08f
May 12, 2017 3:31:29 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 4
May 12, 2017 3:31:29 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:29 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud$ProvisioningCallback call
INFO: Waiting for slave to connect (4/100): ubuntu-530227d3e3f6
May 12, 2017 3:31:29 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 4
May 12, 2017 3:31:29 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:29 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 4
May 12, 2017 3:31:29 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:30 PM hudson.slaves.NodeProvisioner$2 run
INFO: Kubernetes Pod Template provisioning successfully completed. We have now 6 computer(s)
May 12, 2017 3:31:30 PM hudson.slaves.NodeProvisioner$2 run
INFO: Kubernetes Pod Template provisioning successfully completed. We have now 6 computer(s)
May 12, 2017 3:31:30 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud$ProvisioningCallback call
INFO: Waiting for slave to connect (5/100): ubuntu-530227d3e3f6
May 12, 2017 3:31:31 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud$ProvisioningCallback call
INFO: Waiting for slave to connect (6/100): ubuntu-530227d3e3f6
May 12, 2017 3:31:32 PM hudson.slaves.NodeProvisioner$2 run
INFO: Kubernetes Pod Template provisioning successfully completed. We have now 6 computer(s)
May 12, 2017 3:31:34 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 3
May 12, 2017 3:31:34 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:35 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 4
May 12, 2017 3:31:35 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:35 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 4
May 12, 2017 3:31:35 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:35 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 4
May 12, 2017 3:31:35 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:35 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 4
May 12, 2017 3:31:35 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:35 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 4
May 12, 2017 3:31:35 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:35 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 4
May 12, 2017 3:31:35 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:35 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 4
May 12, 2017 3:31:35 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:35 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 4
May 12, 2017 3:31:35 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:35 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 4
May 12, 2017 3:31:35 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:35 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 4
May 12, 2017 3:31:35 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:36 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 4
May 12, 2017 3:31:36 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:36 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 4
May 12, 2017 3:31:36 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reached for template ubuntu, not provisioning: 5 running in namespace {3} with label {4}
May 12, 2017 3:31:36 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 4
May 12, 2017 3:31:36 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 2 reac
回复
0?1470885445
登录后可添加回复
  • 当前状态 新增
  • 选定优先级 正常
  • 指派给 --
  • 里程碑 --
  • 开始日期 2017-05-12
  • 结束日期
  • 预计工时(H) 0.00 小时
  • 完成度 0%
  • 关联Commit
问题和建议
还能输入50个字符 提交

加入QQ群

关注微信APP


×