[JIRA] (JENKINS-53427) Agent creation failure because of concurrent attempts to schedule a pod

46 views
Skip to first unread message

alex.medwedew@gmail.com (JIRA)

unread,
Sep 5, 2018, 2:13:03 PM9/5/18
to jenkinsc...@googlegroups.com
Alex Medvedev updated an issue
 
Jenkins / Task JENKINS-53427
Agent creation failure because of concurrent attempts to schedule a pod
Change By: Alex Medvedev
Summary: Failed create agent Agent creation failure because of concurrent attempts to schedule a pod
Add Comment Add Comment
 
This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)

jenkins-ci@carlossanchez.eu (JIRA)

unread,
Sep 6, 2018, 3:29:02 AM9/6/18
to jenkinsc...@googlegroups.com
Carlos Sanchez commented on Task JENKINS-53427
 
Re: Agent creation failure because of concurrent attempts to schedule a pod

Vincent Latombe do you know what's the concurrency model for cloud provisioner?

vincent@latombe.net (JIRA)

unread,
Sep 6, 2018, 4:48:01 AM9/6/18
to jenkinsc...@googlegroups.com

AFAICT from these logs, there are several threads calling KubernetesLauncher#launch.

However, these are supposed to be initiated by Computer#connect, which includes some control to prevent multiple launches from happening (unless it is triggered using a 'force' attribute).

jenkins-ci@carlossanchez.eu (JIRA)

unread,
Apr 25, 2019, 4:43:04 AM4/25/19
to jenkinsc...@googlegroups.com

this is mitigated in 1.13.9 as it won't wait for deleted pods
https://github.com/jenkinsci/kubernetes-plugin/blob/master/CHANGELOG.md#1139

please reopen if still happening in latest version

jenkins-ci@carlossanchez.eu (JIRA)

unread,
Apr 25, 2019, 4:43:04 AM4/25/19
to jenkinsc...@googlegroups.com

alvizu@gmail.com (JIRA)

unread,
Aug 15, 2019, 11:34:03 AM8/15/19
to jenkinsc...@googlegroups.com
Dan Alvizu commented on Task JENKINS-53427
 
Re: Agent creation failure because of concurrent attempts to schedule a pod

We observed this in version 1.17.2 of the kubernetes-plugin. We had reached our maximum pod limit (100) in our kubernetes cluster, all of which had failing JNLP containers. They all had the same error: the master had refused the connection as it had an 'unknown client name'

Agent JNLP container logs:


Aug 14, 2019 9:51:40 PM hudson.remoting.jnlp.Main$CuiListener status
INFO: Protocol JNLP4-connect encountered an unexpected exception
java.util.concurrent.ExecutionException: org.jenkinsci.remoting.protocol.impl.ConnectionRefusalException: Unknown client name: proteus-apply-central-v95mf
at org.jenkinsci.remoting.util.SettableFuture.get(SettableFuture.java:223)
at hudson.remoting.Engine.innerRun(Engine.java:614)
at hudson.remoting.Engine.run(Engine.java:474)
Caused by: org.jenkinsci.remoting.protocol.impl.ConnectionRefusalException: Unknown client name: proteus-apply-central-v95mf
at org.jenkinsci.remoting.protocol.impl.ConnectionHeadersFilterLayer.newAbortCause(ConnectionHeadersFilterLayer.java:378)
at org.jenkinsci.remoting.protocol.impl.ConnectionHeadersFilterLayer.onRecvClosed(ConnectionHeadersFilterLayer.java:433)
at org.jenkinsci.remoting.protocol.ProtocolStack$Ptr.onRecvClosed(ProtocolStack.java:816)
at org.jenkinsci.remoting.protocol.FilterLayer.onRecvClosed(FilterLayer.java:287)
at org.jenkinsci.remoting.protocol.impl.SSLEngineFilterLayer.onRecvClosed(SSLEngineFilterLayer.java:172)
at org.jenkinsci.remoting.protocol.ProtocolStack$Ptr.onRecvClosed(ProtocolStack.java:816)
at org.jenkinsci.remoting.protocol.NetworkLayer.onRecvClosed(NetworkLayer.java:154)
at org.jenkinsci.remoting.protocol.impl.BIONetworkLayer.access$1500(BIONetworkLayer.java:48)
at org.jenkinsci.remoting.protocol.impl.BIONetworkLayer$Reader.run(BIONetworkLayer.java:247)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93)
at java.lang.Thread.run(Thread.java:748)
Suppressed: java.nio.channels.ClosedChannelException
... 7 more
"Local headers refused by remote: Unknown client name:" 

 

Here is the jenkins master log of a single one of these failing pods (ui-pipeline-shared-7sdt7). Apologies I did not discover[ the debug logging settings|https://github.com/jenkinsci/kubernetes-plugin#debugging] during our incident so I do not have much logs:

k logs jenkins-icecream-68c6d8497d-xhl9x -n cicd | grep ui-pipeline-shared-7sdt7 (central/ping-services)
INFO: Terminating Kubernetes instance for agent ui-pipeline-shared-7sdt7
WARNING: Failed to delete pod for agent cicd/ui-pipeline-shared-7sdt7: not found
INFO: Disconnected computer ui-pipeline-shared-7sdt7
ERROR: Failed to delete pod for agent cicd/ui-pipeline-shared-7sdt7: not found
Disconnected computer ui-pipeline-shared-7sdt7
INFO: Created Pod: cicd/ui-pipeline-shared-7sdt7
INFO: Pod is running: cicd/ui-pipeline-shared-7sdt7
WARNING: Error in provisioning; agent=KubernetesSlave name: ui-pipeline-shared-7sdt7, template=PodTemplate{inheritFrom='', name='ui-pipeline-shared', namespace='cicd', slaveConnectTimeout=1000, label='ui-pipeline-shared', nodeSelector='', nodeUsageMode=EXCLUSIVE, workspaceVolume=EmptyDirWorkspaceVolume [memory=false], yamls=[apiVersion: v1
INFO: Terminating Kubernetes instance for agent ui-pipeline-shared-7sdt7
SEVERE: Computer for agent is null: ui-pipeline-shared-7sdt7
FATAL: Computer for agent is null: ui-pipeline-shared-7sdt7
INFO: [JNLP4-connect connection from 100.96.0.1/100.96.0.1:23036] Refusing headers from remote: Unknown client name: ui-pipeline-shared-7sdt7 

 

As you can see here the termination of the ui-pipeline-shared-7sdt7 pod happens before the pod is 'created' or 'running'.

 

Here are full master logs, ungrepped:


Aug 14, 2019 11:09:26 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Template for label ui-pipeline-shared: Kubernetes Pod Template
Aug 14, 2019 11:09:26 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave deleteSlavePod
WARNING: Failed to delete pod for agent cicd/proteus-apply-central-8h7bv: not found
Aug 14, 2019 11:09:26 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave _terminate
INFO: Disconnected computer proteus-apply-central-8h7bv
ERROR: Failed to delete pod for agent cicd/proteus-apply-central-8h7bv: not found
Disconnected computer proteus-apply-central-8h7bv
Aug 14, 2019 11:09:26 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave _terminate
INFO: Terminating Kubernetes instance for agent ui-pipeline-shared-kvc2j
Aug 14, 2019 11:09:26 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave deleteSlavePod
WARNING: Failed to delete pod for agent null/ui-pipeline-shared-kvc2j: not found
Aug 14, 2019 11:09:26 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave _terminate
INFO: Disconnected computer ui-pipeline-shared-kvc2j
ERROR: Failed to delete pod for agent null/ui-pipeline-shared-kvc2j: not found
Disconnected computer ui-pipeline-shared-kvc2j
Aug 14, 2019 11:09:26 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher launch
INFO: Created Pod: cicd/ui-pipeline-shared-kvc2j
WARNING: Error in provisioning; agent=KubernetesSlave name: proteus-apply-central-8h7bv, template=PodTemplate{inheritFrom='', name='proteus-apply-central', namespace='cicd', slaveConnectTimeout=1000, label='proteus-apply-central', nodeSelector='', nodeUsageMode=EXCLUSIVE, workspaceVolume=EmptyDirWorkspaceVolume [memory=false], yamls=[apiVersion: v1 kind: Pod metadata: labels: jenkins: runners annotations: iam.amazonaws.com/role: arn:aws:iam::208980577242:role/devtools_jenkins spec: containers: - name: proteus-apply image: docker.corp.pingidentity.com:5000/devtools/proteus/pipeline-images/proteus-apply:stable imagePullPolicy: Always command: - cat tty: true ]}java.lang.IllegalStateException: Node was deleted, computer is null
at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:149)
at hudson.slaves.SlaveComputer$1.call(SlaveComputer.java:294)
at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46)
at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:71)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)Aug 14, 2019 11:09:33 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher launch
INFO: Pod is running: cicd/ui-pipeline-shared-kvc2j
Aug 14, 2019 11:09:33 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher launch
WARNING: Error in provisioning; agent=KubernetesSlave name: ui-pipeline-shared-kvc2j, template=PodTemplate{inheritFrom='', name='ui-pipeline-shared', namespace='cicd', slaveConnectTimeout=1000, label='ui-pipeline-shared', nodeSelector='', nodeUsageMode=EXCLUSIVE, workspaceVolume=EmptyDirWorkspaceVolume [memory=false], yamls=[apiVersion: v1 kind: Pod metadata: labels: jenkins: runners annotations: #kube2iam iam.amazonaws.com/role: arn:aws:iam::208980577242:role/devtools_jenkins spec: containers: - command: - cat image: docker.corp.pingidentity.com:5000/ping-base/node-builder:10 imagePullPolicy: Always name: node-builder tty: true - command: - cat # This uses the image built on the 'icecream' feature branch here: https://gitlab.corp.pingidentity.com/platform-pipeline/platform-js-static-analysis-service/tree/icecream. image: docker.corp.pingidentity.com:5000/platform-pipeline/platform-js-static-analysis-service:icecream imagePullPolicy: Always name: platform-js-static-analysis-service tty: true env: - name: PING_SONAR_PASSWORD valueFrom: secretKeyRef: name: sonarqube key: password - command: - cat # This uses the image built on the https://gitlab.corp.pingidentity.com/devtools/icecream/cdn_deployer image: docker.corp.pingidentity.com:5000/devtools/icecream/cdn_deployer:stable imagePullPolicy: Always name: cdn-deploy tty: true ]}java.lang.IllegalStateException: Node was deleted, computer is null
at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:149)
at hudson.slaves.SlaveComputer$1.call(SlaveComputer.java:294)
at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46)
at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:71)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)Aug 14, 2019 11:09:33 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave _terminate
INFO: Terminating Kubernetes instance for agent ui-pipeline-shared-kvc2j
Aug 14, 2019 11:09:33 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave _terminate
SEVERE: Computer for agent is null: ui-pipeline-shared-kvc2j
FATAL: Computer for agent is null: ui-pipeline-shared-kvc2j
Aug 14, 2019 11:09:34 PM org.jenkinsci.remoting.protocol.impl.ConnectionHeadersFilterLayer onRecv
INFO: [JNLP4-connect connection from 100.96.0.1/100.96.0.1:28564] Refusing headers from remote: Unknown client name: ui-pipeline-shared-kvc2j
 

 

alvizu@gmail.com (JIRA)

unread,
Aug 15, 2019, 11:38:02 AM8/15/19
to jenkinsc...@googlegroups.com

During our incident, deleting 1-3 pods would result in more pods coming up with the same error from the JNLP container. 

However, when we deleted all 100 of them, the next pods to start did not have this error.

Script used to delete all the failed slaves in our 'cicd' namespace:

for pod in $(kubectl get pods -n cicd -ojson -ljenkins=slave | jq '.items[].metadata.name' -r); do kubectl delete -n cicd pod "$pod" --wait=false; done 

I will try to reproduce this issue, but I believe that the high number of running pods is critical here.

alvizu@gmail.com (JIRA)

unread,
Aug 15, 2019, 11:39:03 AM8/15/19
to jenkinsc...@googlegroups.com
Dan Alvizu reopened an issue
 

re-opening as requested in previous comment

Change By: Dan Alvizu
Resolution: Fixed
Status: Resolved Reopened

alvizu@gmail.com (JIRA)

unread,
Aug 16, 2019, 12:25:02 AM8/16/19
to jenkinsc...@googlegroups.com
 
Re: Agent creation failure because of concurrent attempts to schedule a pod

Looking through the code base I'm unclear where this could be happening. This is where things are first being terminated:

org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave _terminate

 

So this must be called incorrectly somewhere. However it can only be called by:

AbstractCloudSlave.terminate() (hudson.slaves)

Which in turn can only be called from one of three places – I hope I'm missing something here:

  1. KubernetesLauncher.launch(SlaveComputer, TaskListener) (org.csanchez.jenkins.plugins.kubernetes)
  2. CloudRetentionStrategy.check(AbstractCloudComputer) (hudson.slaves)
  3. AbstractCloudComputer.doDoDelete() (hudson.slaves)
    DeleteNodeCommand.run() (hudson.cli)

 

#1 can't happen because that requires a log statement {{"Error in provisioning; agent=%s, template=%s" }}to happen before the observed log statement, where instead it appears after (on the second termination).

#2 can't be happening, as i logs a "Disconnecting {0}" with computer.name() – these only appear for "jnlp-" computers

#3 can't  be happening as I'm not running any CLI commands at the time

 

mushko1212@gmail.com (JIRA)

unread,
Oct 4, 2019, 6:04:03 AM10/4/19
to jenkinsc...@googlegroups.com

Addition to the previous comment from Dan Alvizu

 

Full JNLP container logs:

 

Warning: JnlpProtocol3 is disabled by default, use JNLP_PROTOCOL_OPTS to alter the behavior
Oct 04, 2019 9:36:28 AM hudson.remoting.jnlp.Main createEngine
INFO: Setting up agent: ui-pipeline-shared-gqllt
Oct 04, 2019 9:36:28 AM hudson.remoting.jnlp.Main$CuiListener <init>
INFO: Jenkins agent is running in headless mode.
Oct 04, 2019 9:36:28 AM hudson.remoting.Engine startEngine
INFO: Using Remoting version: 3.29
Oct 04, 2019 9:36:28 AM hudson.remoting.Engine startEngine
WARNING: No Working Directory. Using the legacy JAR Cache location: /home/jenkins/.jenkins/cache/jars
Oct 04, 2019 9:36:29 AM hudson.remoting.jnlp.Main$CuiListener status
INFO: Locating server among [https://jenkins-icecream.pingdev.tools/]
Oct 04, 2019 9:36:29 AM org.jenkinsci.remoting.engine.JnlpAgentEndpointResolver resolve
INFO: Remoting server accepts the following protocols: [JNLP4-connect, Ping]
Oct 04, 2019 9:36:29 AM org.jenkinsci.remoting.engine.JnlpAgentEndpointResolver resolve
INFO: Remoting TCP connection tunneling is enabled. Skipping the TCP Agent Listener Port availability check
Oct 04, 2019 9:36:29 AM hudson.remoting.jnlp.Main$CuiListener status
INFO: Agent discovery successful
  Agent address: jenkins-icecream-agent.pingdev.tools
  Agent port:    50000
  Identity:      11:11:11:11:11:11:11:11:11:11:11:11:11:11:11:11
Oct 04, 2019 9:36:29 AM hudson.remoting.jnlp.Main$CuiListener status
INFO: Handshaking
Oct 04, 2019 9:36:29 AM hudson.remoting.jnlp.Main$CuiListener status
INFO: Connecting to jenkins-icecream-agent.pingdev.tools:50000
Oct 04, 2019 9:36:29 AM hudson.remoting.jnlp.Main$CuiListener status
INFO: Trying protocol: JNLP4-connect
Oct 04, 2019 9:36:29 AM hudson.remoting.jnlp.Main$CuiListener status
INFO: Remote identity confirmed: 11:11:11:11:11:11:11:11:11:11:11:11:11:11:11:11
Oct 04, 2019 9:36:29 AM org.jenkinsci.remoting.protocol.impl.ConnectionHeadersFilterLayer onRecv
INFO: [JNLP4-connect connection to jenkins-icecream-agent.pingdev.tools/10.75.105.201:50000] Local headers refused by remote: Unknown client name: ui-pipeline-shared-gqllt
Oct 04, 2019 9:36:29 AM hudson.remoting.jnlp.Main$CuiListener status
INFO: Protocol JNLP4-connect encountered an unexpected exception
java.util.concurrent.ExecutionException: org.jenkinsci.remoting.protocol.impl.ConnectionRefusalException: Unknown client name: ui-pipeline-shared-gqllt
	at org.jenkinsci.remoting.util.SettableFuture.get(SettableFuture.java:223)
	at hudson.remoting.Engine.innerRun(Engine.java:614)
	at hudson.remoting.Engine.run(Engine.java:474)
Caused by: org.jenkinsci.remoting.protocol.impl.ConnectionRefusalException: Unknown client name: ui-pipeline-shared-gqllt
	at org.jenkinsci.remoting.protocol.impl.ConnectionHeadersFilterLayer.newAbortCause(ConnectionHeadersFilterLayer.java:378)
	at org.jenkinsci.remoting.protocol.impl.ConnectionHeadersFilterLayer.onRecvClosed(ConnectionHeadersFilterLayer.java:433)
	at org.jenkinsci.remoting.protocol.ProtocolStack$Ptr.onRecvClosed(ProtocolStack.java:816)
	at org.jenkinsci.remoting.protocol.FilterLayer.onRecvClosed(FilterLayer.java:287)
	at org.jenkinsci.remoting.protocol.impl.SSLEngineFilterLayer.onRecvClosed(SSLEngineFilterLayer.java:172)
	at org.jenkinsci.remoting.protocol.ProtocolStack$Ptr.onRecvClosed(ProtocolStack.java:816)
	at org.jenkinsci.remoting.protocol.NetworkLayer.onRecvClosed(NetworkLayer.java:154)
	at org.jenkinsci.remoting.protocol.impl.BIONetworkLayer.access$1500(BIONetworkLayer.java:48)
	at org.jenkinsci.remoting.protocol.impl.BIONetworkLayer$Reader.run(BIONetworkLayer.java:247)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: java.nio.channels.ClosedChannelException
		... 7 more


Oct 04, 2019 9:36:29 AM hudson.remoting.jnlp.Main$CuiListener status
INFO: Connecting to jenkins-icecream-agent.pingdev.tools:50000
Oct 04, 2019 9:36:29 AM hudson.remoting.jnlp.Main$CuiListener status
INFO: Server reports protocol JNLP4-plaintext not supported, skipping
Oct 04, 2019 9:36:29 AM hudson.remoting.jnlp.Main$CuiListener status
INFO: Protocol JNLP3-connect is not enabled, skipping
Oct 04, 2019 9:36:29 AM hudson.remoting.jnlp.Main$CuiListener status
INFO: Server reports protocol JNLP2-connect not supported, skipping
Oct 04, 2019 9:36:29 AM hudson.remoting.jnlp.Main$CuiListener status
INFO: Server reports protocol JNLP-connect not supported, skipping
Oct 04, 2019 9:36:29 AM hudson.remoting.jnlp.Main$CuiListener error
SEVERE: The server rejected the connection: None of the protocols were accepted
java.lang.Exception: The server rejected the connection: None of the protocols were accepted
	at hudson.remoting.Engine.onConnectionRejected(Engine.java:682)
	at hudson.remoting.Engine.innerRun(Engine.java:639)
	at hudson.remoting.Engine.run(Engine.java:474)
 

 

Jenkins Master logs:

Oct 04, 2019 9:36:28 AM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Template for label ui-pipeline-shared: Kubernetes Pod Template
Oct 04, 2019 9:36:28 AM hudson.slaves.NodeProvisioner$StandardStrategyImpl apply
INFO: Started provisioning Kubernetes Pod Template from central.us-east-2.k8s.pingidentity.net with 1 executors. Remaining excess workload: 0.69
Oct 04, 2019 9:36:28 AM hudson.slaves.NodeProvisioner$StandardStrategyImpl apply
INFO: Started provisioning Kubernetes Pod Template from central.us-east-2.k8s.pingidentity.net with 1 executors. Remaining excess workload: -0.31
Oct 04, 2019 9:36:28 AM org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher launch
INFO: Pod is running: cicd/ui-pipeline-shared-gqllt
Oct 04, 2019 9:36:28 AM org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher launch
WARNING: Error in provisioning; agent=KubernetesSlave name: ui-pipeline-shared-gqllt, template=PodTemplate{inheritFrom='', name='ui-pipeline-shared', namespace='cicd', slaveConnectTimeout=1000, label='ui-pipeline-shared', nodeSelector='', nodeUsageMode=EXCLUSIVE, workspaceVolume=EmptyDirWorkspaceVolume [memory=false], yamls=[apiVersion: v1
kind: Pod
metadata:
  labels:
    jenkins: runners
  annotations:
    #kube2iam
    iam.amazonaws.com/role: arn:aws:iam::111111111:role/devtools_jenkins
spec:
  containers:
  - command:
    - cat
    image: some_image
    imagePullPolicy: Always
    name: node-builder
    tty: true
  - command:
    - cat
    image: some_image
    imagePullPolicy: Always
    name: platform-js-static-analysis-service
    tty: true
  - command:
    - cat
    image: some_image   imagePullPolicy: Always
    name: cdn-deploy
    tty: true
]}
java.lang.IllegalStateException: Node was deleted, computer is null
	at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:149)
	at hudson.slaves.SlaveComputer$1.call(SlaveComputer.java:294)
	at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46)
	at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:71)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread
.java:748)


Oct 04, 2019 9:36:28 AM org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave _terminate
INFO: Terminating Kubernetes instance for agent ui-pipeline-shared-gqllt
Oct 04, 2019 9:36:28 AM org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave _terminate
SEVERE: Computer for agent is null: ui-pipeline-shared-gqllt
FATAL: Computer for agent is null: ui-pipeline-shared-gqllt
Oct 04, 2019 9:36:29 AM org.jenkinsci.remoting.protocol.impl.ConnectionHeadersFilterLayer onRecv
INFO: [JNLP4-connect connection from 100.126.0.0/100.126.0.0:15214] Refusing headers from remote: Unknown client name: ui-pipeline-shared-gqllt

 

 

 

 

This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)
Atlassian logo

mushko1212@gmail.com (JIRA)

unread,
Oct 4, 2019, 6:06:03 AM10/4/19
to jenkinsc...@googlegroups.com
Addition Additional logs to the previous comment from Dan Alvizu

 

Full JNLP container logs:

 
{code:java}
{code}
 

Jenkins Master logs:
{code:java}
INFO: [JNLP4-connect connection from 100.126.0.0/100.126.0.0:15214] Refusing headers from remote: Unknown client name: ui-pipeline-shared-gqllt{code}
 

 

 

 

mushko1212@gmail.com (JIRA)

unread,
Oct 4, 2019, 2:22:07 PM10/4/19
to jenkinsc...@googlegroups.com
Additional logs to the previous comment from Dan Alvizu

 

Full JNLP container logs:
{code:java}
Warning: JnlpProtocol3 is disabled by default, use JNLP_PROTOCOL_OPTS to alter the behavior
Oct 04, 2019 9:36:28 AM hudson.remoting.jnlp.Main createEngine
INFO: Setting up agent: ui-pipeline-shared-gqllt
Oct 04, 2019 9:36:28 AM hudson.remoting.jnlp.Main$CuiListener <init>
INFO: Jenkins agent is running in headless mode.
Oct 04, 2019 9:36:28 AM hudson.remoting.Engine startEngine
INFO: Using Remoting version: 3.29
Oct 04, 2019 9:36:28 AM hudson.remoting.Engine startEngine
WARNING: No Working Directory. Using the legacy JAR Cache location: /home/jenkins/.jenkins/cache/jars
Oct 04, 2019 9:36:29 AM hudson.remoting.jnlp.Main$CuiListener status
INFO: Locating server among [https://jenkins -icecream . pingdev example . tools com /]

Oct 04, 2019 9:36:29 AM org.jenkinsci.remoting.engine.JnlpAgentEndpointResolver resolve
INFO: Remoting server accepts the following protocols: [JNLP4-connect, Ping]
Oct 04, 2019 9:36:29 AM org.jenkinsci.remoting.engine.JnlpAgentEndpointResolver resolve
INFO: Remoting TCP connection tunneling is enabled. Skipping the TCP Agent Listener Port availability check
Oct 04, 2019 9:36:29 AM hudson.remoting.jnlp.Main$CuiListener status
INFO: Agent discovery successful
  Agent address: jenkins-icecream-agent.pingdev.tools
  Agent port:    50000
  Identity:      11:11:11:11:11:11:11:11:11:11:11:11:11:11:11:11
Oct 04, 2019 9:36:29 AM hudson.remoting.jnlp.Main$CuiListener status
INFO: Handshaking
Oct 04, 2019 9:36:29 AM hudson.remoting.jnlp.Main$CuiListener status
INFO: Connecting to jenkins -icecream-agent . pingdev example . tools com :50000

Oct 04, 2019 9:36:29 AM hudson.remoting.jnlp.Main$CuiListener status
INFO: Trying protocol: JNLP4-connect
Oct 04, 2019 9:36:29 AM hudson.remoting.jnlp.Main$CuiListener status
INFO: Remote identity confirmed: 11:11:11:11:11:11:11:11:11:11:11:11:11:11:11:11
Oct 04, 2019 9:36:29 AM org.jenkinsci.remoting.protocol.impl.ConnectionHeadersFilterLayer onRecv
INFO: [JNLP4-connect connection to jenkins -icecream-agent . pingdev example . tools com /10.75.105.201:50000] Local headers refused by remote: Unknown client name: ui-pipeline-shared-gqllt

Oct 04, 2019 9:36:29 AM hudson.remoting.jnlp.Main$CuiListener status
INFO: Protocol JNLP4-connect encountered an unexpected exception
java.util.concurrent.ExecutionException: org.jenkinsci.remoting.protocol.impl.ConnectionRefusalException: Unknown client name: ui-pipeline-shared-gqllt
at org.jenkinsci.remoting.util.SettableFuture.get(SettableFuture.java:223)
at hudson.remoting.Engine.innerRun(Engine.java:614)
at hudson.remoting.Engine.run(Engine.java:474)
Caused by: org.jenkinsci.remoting.protocol.impl.ConnectionRefusalException: Unknown client name: ui-pipeline-shared-gqllt
at org.jenkinsci.remoting.protocol.impl.ConnectionHeadersFilterLayer.newAbortCause(ConnectionHeadersFilterLayer.java:378)
at org.jenkinsci.remoting.protocol.impl.ConnectionHeadersFilterLayer.onRecvClosed(ConnectionHeadersFilterLayer.java:433)
at org.jenkinsci.remoting.protocol.ProtocolStack$Ptr.onRecvClosed(ProtocolStack.java:816)
at org.jenkinsci.remoting.protocol.FilterLayer.onRecvClosed(FilterLayer.java:287)
at org.jenkinsci.remoting.protocol.impl.SSLEngineFilterLayer.onRecvClosed(SSLEngineFilterLayer.java:172)
at org.jenkinsci.remoting.protocol.ProtocolStack$Ptr.onRecvClosed(ProtocolStack.java:816)
at org.jenkinsci.remoting.protocol.NetworkLayer.onRecvClosed(NetworkLayer.java:154)
at org.jenkinsci.remoting.protocol.impl.BIONetworkLayer.access$1500(BIONetworkLayer.java:48)
at org.jenkinsci.remoting.protocol.impl.BIONetworkLayer$Reader.run(BIONetworkLayer.java:247)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93)
at java.lang.Thread.run(Thread.java:748)
Suppressed: java.nio.channels.ClosedChannelException
  ... 7 more


Oct 04, 2019 9:36:29 AM hudson.remoting.jnlp.Main$CuiListener status
INFO: Connecting to jenkins -icecream-agent . pingdev example . tools com :50000

mushko1212@gmail.com (JIRA)

unread,
Oct 4, 2019, 2:23:03 PM10/4/19
to jenkinsc...@googlegroups.com
Additional logs to the previous comment from Dan Alvizu

 

Full JNLP container logs:
{code:java}
Warning: JnlpProtocol3 is disabled by default, use JNLP_PROTOCOL_OPTS to alter the behavior
Oct 04, 2019 9:36:28 AM hudson.remoting.jnlp.Main createEngine
INFO: Setting up agent: ui-pipeline-shared-gqllt
Oct 04, 2019 9:36:28 AM hudson.remoting.jnlp.Main$CuiListener <init>
INFO: Jenkins agent is running in headless mode.
Oct 04, 2019 9:36:28 AM hudson.remoting.Engine startEngine
INFO: Using Remoting version: 3.29
Oct 04, 2019 9:36:28 AM hudson.remoting.Engine startEngine
WARNING: No Working Directory. Using the legacy JAR Cache location: /home/jenkins/.jenkins/cache/jars
Oct 04, 2019 9:36:29 AM hudson.remoting.jnlp.Main$CuiListener status
INFO: Locating server among [https://jenkins.example.com/]

Oct 04, 2019 9:36:29 AM org.jenkinsci.remoting.engine.JnlpAgentEndpointResolver resolve
INFO: Remoting server accepts the following protocols: [JNLP4-connect, Ping]
Oct 04, 2019 9:36:29 AM org.jenkinsci.remoting.engine.JnlpAgentEndpointResolver resolve
INFO: Remoting TCP connection tunneling is enabled. Skipping the TCP Agent Listener Port availability check
Oct 04, 2019 9:36:29 AM hudson.remoting.jnlp.Main$CuiListener status
INFO: Agent discovery successful
  Agent address: jenkins -icecream-agent . pingdev example . tools com
  Agent port:    50000
  Identity:      11:11:11:11:11:11:11:11:11:11:11:11:11:11:11:11
Oct 04, 2019 9:36:29 AM hudson.remoting.jnlp.Main$CuiListener status
INFO: Handshaking
Oct 04, 2019 9:36:29 AM hudson.remoting.jnlp.Main$CuiListener status
INFO: Connecting to jenkins.example.com:50000

Oct 04, 2019 9:36:29 AM hudson.remoting.jnlp.Main$CuiListener status
INFO: Trying protocol: JNLP4-connect
Oct 04, 2019 9:36:29 AM hudson.remoting.jnlp.Main$CuiListener status
INFO: Remote identity confirmed: 11:11:11:11:11:11:11:11:11:11:11:11:11:11:11:11
Oct 04, 2019 9:36:29 AM org.jenkinsci.remoting.protocol.impl.ConnectionHeadersFilterLayer onRecv
INFO: [JNLP4-connect connection to jenkins.example.com/10.75.105.201:50000] Local headers refused by remote: Unknown client name: ui-pipeline-shared-gqllt

Oct 04, 2019 9:36:29 AM hudson.remoting.jnlp.Main$CuiListener status
INFO: Protocol JNLP4-connect encountered an unexpected exception
java.util.concurrent.ExecutionException: org.jenkinsci.remoting.protocol.impl.ConnectionRefusalException: Unknown client name: ui-pipeline-shared-gqllt
at org.jenkinsci.remoting.util.SettableFuture.get(SettableFuture.java:223)
at hudson.remoting.Engine.innerRun(Engine.java:614)
at hudson.remoting.Engine.run(Engine.java:474)
Caused by: org.jenkinsci.remoting.protocol.impl.ConnectionRefusalException: Unknown client name: ui-pipeline-shared-gqllt
at org.jenkinsci.remoting.protocol.impl.ConnectionHeadersFilterLayer.newAbortCause(ConnectionHeadersFilterLayer.java:378)
at org.jenkinsci.remoting.protocol.impl.ConnectionHeadersFilterLayer.onRecvClosed(ConnectionHeadersFilterLayer.java:433)
at org.jenkinsci.remoting.protocol.ProtocolStack$Ptr.onRecvClosed(ProtocolStack.java:816)
at org.jenkinsci.remoting.protocol.FilterLayer.onRecvClosed(FilterLayer.java:287)
at org.jenkinsci.remoting.protocol.impl.SSLEngineFilterLayer.onRecvClosed(SSLEngineFilterLayer.java:172)
at org.jenkinsci.remoting.protocol.ProtocolStack$Ptr.onRecvClosed(ProtocolStack.java:816)
at org.jenkinsci.remoting.protocol.NetworkLayer.onRecvClosed(NetworkLayer.java:154)
at org.jenkinsci.remoting.protocol.impl.BIONetworkLayer.access$1500(BIONetworkLayer.java:48)
at org.jenkinsci.remoting.protocol.impl.BIONetworkLayer$Reader.run(BIONetworkLayer.java:247)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93)
at java.lang.Thread.run(Thread.java:748)
Suppressed: java.nio.channels.ClosedChannelException
  ... 7 more


Oct 04, 2019 9:36:29 AM hudson.remoting.jnlp.Main$CuiListener status
INFO: Connecting to jenkins.example.com:50000

mushko1212@gmail.com (JIRA)

unread,
Oct 4, 2019, 2:25:06 PM10/4/19
to jenkinsc...@googlegroups.com
Additional logs to the previous comment from Dan Alvizu

 

Full JNLP container logs:
{code:java}
Warning: JnlpProtocol3 is disabled by default, use JNLP_PROTOCOL_OPTS to alter the behavior
Oct 04, 2019 9:36:28 AM hudson.remoting.jnlp.Main createEngine
INFO: Setting up agent: ui-pipeline-shared-gqllt
Oct 04, 2019 9:36:28 AM hudson.remoting.jnlp.Main$CuiListener <init>
INFO: Jenkins agent is running in headless mode.
Oct 04, 2019 9:36:28 AM hudson.remoting.Engine startEngine
INFO: Using Remoting version: 3.29
Oct 04, 2019 9:36:28 AM hudson.remoting.Engine startEngine
WARNING: No Working Directory. Using the legacy JAR Cache location: /home/jenkins/.jenkins/cache/jars
Oct 04, 2019 9:36:29 AM hudson.remoting.jnlp.Main$CuiListener status
INFO: Locating server among [https://jenkins.example.com/]
Oct 04, 2019 9:36:29 AM org.jenkinsci.remoting.engine.JnlpAgentEndpointResolver resolve
INFO: Remoting server accepts the following protocols: [JNLP4-connect, Ping]
Oct 04, 2019 9:36:29 AM org.jenkinsci.remoting.engine.JnlpAgentEndpointResolver resolve
INFO: Remoting TCP connection tunneling is enabled. Skipping the TCP Agent Listener Port availability check
Oct 04, 2019 9:36:29 AM hudson.remoting.jnlp.Main$CuiListener status
INFO: Agent discovery successful
  Agent address: jenkins.example.com
INFO: Started provisioning Kubernetes Pod Template from central.us-east-2.k8s. pingidentity com .net with 1 executors. Remaining excess workload: 0.69

Oct 04, 2019 9:36:28 AM hudson.slaves.NodeProvisioner$StandardStrategyImpl apply
INFO: Started provisioning Kubernetes Pod Template from central.us-east-2.k8s. pingidentity com .net with 1 executors. Remaining excess workload: -0.31

mushko1212@gmail.com (JIRA)

unread,
Oct 9, 2019, 5:25:32 AM10/9/19
to jenkinsc...@googlegroups.com
Additional logs to the previous comment from Dan Alvizu

 

Full JNLP container logs:
{code:java}
Warning: JnlpProtocol3 is disabled by default, use JNLP_PROTOCOL_OPTS to alter the behavior
Oct 04 09 , 2019 9 8 : 36 58 : 28 32 AM hudson.remoting.jnlp.Main createEngine
INFO: Setting up agent: ui-pipeline-shared-
gqllt jbr6l
Oct
04 09 , 2019 9 8 : 36 58 : 28 32 AM hudson.remoting.jnlp.Main$CuiListener <init>

INFO: Jenkins agent is running in headless mode.
Oct 04 09 , 2019 9 8 : 36 58 : 28 32 AM hudson.remoting.Engine startEngine

INFO: Using Remoting version: 3.29
Oct 04 09 , 2019 9 8 : 36 58 : 28 32 AM hudson.remoting.Engine startEngine

WARNING: No Working Directory. Using the legacy JAR Cache location: /home/jenkins/.jenkins/cache/jars
Oct 04 09 , 2019 9 8 : 36 58 : 29 32 AM hudson.remoting.jnlp.Main$CuiListener status
INFO: Locating server among [https://jenkins
-icecream . example some . com tools /]
Oct
04 09 , 2019 9 8 : 36 58 : 29 32 AM org.jenkinsci.remoting.engine.JnlpAgentEndpointResolver resolve
INFO: Remoting server accepts the following protocols: [JNLP4-connect,
Ping some ]
Oct
04 09 , 2019 9 8 : 36 58 : 29 32 AM org.jenkinsci.remoting.engine.JnlpAgentEndpointResolver resolve

INFO: Remoting TCP connection tunneling is enabled. Skipping the TCP Agent Listener Port availability check
Oct 04 09 , 2019 9 8 : 36 58 : 29 32 AM hudson.remoting.jnlp.Main$CuiListener status
INFO: Agent discovery successful
  Agent address: jenkins
-icecream-agent . example some . com tools
  Agent port:    50000
  Identity:      11:11:11:11:11:11:11:11:11:11:11:11:11
:11:11:11
Oct
04 09 , 2019 9 8 : 36 58 : 29 32 AM hudson.remoting.jnlp.Main$CuiListener status
INFO: Handshaking
Oct
04 09 , 2019 9 8 : 36 58 : 29 32 AM hudson.remoting.jnlp.Main$CuiListener status
INFO: Connecting to jenkins
-icecream-agent . example some . com tools :50000
Oct
04 09 , 2019 9 8 : 36 58 : 29 32 AM hudson.remoting.jnlp.Main$CuiListener status
INFO: Trying protocol: JNLP4-connect
Oct
04 09 , 2019 9 8 : 36 58 : 29 32 AM hudson.remoting.jnlp.Main$CuiListener status
INFO: Remote identity confirmed:
11 54 : 11 90 : 11 09 : 11 b3 : 11 21 : 11 36 : 11 c7 : 11 d1 : 11 0d : 11 3f : 11 a6 : 11 b4 : 11 51 : 11 2c : 11 12 : 11 61
Oct
04 09 , 2019 9 8 : 36 58 : 29 32 AM org.jenkinsci.remoting.protocol.impl.ConnectionHeadersFilterLayer onRecv
INFO: [JNLP4-connect connection to jenkins
-icecream-agent . example some . com tools /10.75. 105 115 . 201 45 :50000] Local headers refused by remote: Unknown client name: ui-pipeline-shared- gqllt jbr6l
Oct
04 09 , 2019 9 8 : 36 58 : 29 32 AM hudson.remoting.jnlp.Main$CuiListener status

INFO: Protocol JNLP4-connect encountered an unexpected exception
java.util.concurrent.ExecutionException: org.jenkinsci.remoting.protocol.impl.ConnectionRefusalException: Unknown client name: ui-pipeline-shared- gqllt jbr6l
at org.jenkinsci.remoting.util.SettableFuture.get(SettableFuture.java:223)
at hudson.remoting.Engine.innerRun(Engine.java:614)
at hudson.remoting.Engine.run(Engine.java:474)
Caused by: org.jenkinsci.remoting.protocol.impl.ConnectionRefusalException: Unknown client name: ui-pipeline-shared- gqllt jbr6l
at org.jenkinsci.remoting.protocol.impl.ConnectionHeadersFilterLayer.newAbortCause(ConnectionHeadersFilterLayer.java:378)
at org.jenkinsci.remoting.protocol.impl.ConnectionHeadersFilterLayer.onRecvClosed(ConnectionHeadersFilterLayer.java:433)
at org.jenkinsci.remoting.protocol.ProtocolStack$Ptr.onRecvClosed(ProtocolStack.java:816)
at org.jenkinsci.remoting.protocol.FilterLayer.onRecvClosed(FilterLayer.java:287)
at org.jenkinsci.remoting.protocol.impl.SSLEngineFilterLayer.onRecvClosed(SSLEngineFilterLayer.java:172)
at org.jenkinsci.remoting.protocol.ProtocolStack$Ptr.onRecvClosed(ProtocolStack.java:816)
at org.jenkinsci.remoting.protocol.NetworkLayer.onRecvClosed(NetworkLayer.java:154)
at org.jenkinsci.remoting.protocol.impl.BIONetworkLayer.access$1500(BIONetworkLayer.java:48)
at org.jenkinsci.remoting.protocol.impl.BIONetworkLayer$Reader.run(BIONetworkLayer.java:247)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93)
at java.lang.Thread.run(Thread.java:748)
Suppressed: java.nio.channels.ClosedChannelException
  ... 7 more


Oct 04 09 , 2019 9 8 : 36 58 : 29 32 AM hudson.remoting.jnlp.Main$CuiListener status
INFO: Connecting to jenkins
-icecream-agent . example some . com tools :50000
Oct
04 09 , 2019 9 8 : 36 58 : 29 32 AM hudson.remoting.jnlp.Main$CuiListener status

INFO: Server reports protocol JNLP4-plaintext not supported, skipping
Oct 04 09 , 2019 9 8 : 36 58 : 29 32 AM hudson.remoting.jnlp.Main$CuiListener status

INFO: Protocol JNLP3-connect is not enabled, skipping
Oct 04 09 , 2019 9 8 : 36 58 : 29 32 AM hudson.remoting.jnlp.Main$CuiListener status

INFO: Server reports protocol JNLP2-connect not supported, skipping
Oct 04 09 , 2019 9 8 : 36 58 : 29 32 AM hudson.remoting.jnlp.Main$CuiListener status

INFO: Server reports protocol JNLP-connect not supported, skipping
Oct 04 09 , 2019 9 8 : 36 58 : 29 32 AM hudson.remoting.jnlp.Main$CuiListener error

SEVERE: The server rejected the connection: None of the protocols were accepted
java.lang.Exception: The server rejected the connection: None of the protocols were accepted
at hudson.remoting.Engine.onConnectionRejected(Engine.java:682)
at hudson.remoting.Engine.innerRun(Engine.java:639)
at hudson.remoting.Engine.run(Engine.java:474)


 
{code}
 

Jenkins Master logs:
{code:java}
</content></entry><entry><title>Computer for agent is null: ui-pipeline-shared-jbr6l</title><link rel="alternate" type="text/html" href="https://jenkins-icecream.some.tools/"/><id>887163</id><published/><updated/><content> Oct 04 09 , 2019 9 8 : 36 58 : 28 32 AM org.csanchez.jenkins.plugins.kubernetes. KubernetesCloud provision KubernetesSlave _terminate
INFO SEVERE : Template Computer for label agent is null: ui-pipeline-shared : Kubernetes Pod Template -jbr6l
</content></entry><entry><title>Connected to Kubernetes {0} URL {1}</title><link rel="alternate" type="text/html" href="https://jenkins-icecream.some.tools/"/><id>887148</id><published/><updated/><content> Oct 04 09 , 2019 9 8 : 36 58 : 28 32 AM hudson org . slaves csanchez . NodeProvisioner$StandardStrategyImpl apply jenkins.plugins.kubernetes.KubernetesCloud
INFO FINE : Started provisioning Connected to Kubernetes Pod Template from central some .us-east-2.k8s. com some .net with 1 executors. Remaining excess workload URL https : 0 //api . 69 some.us-east-2.k8s.some.net/
</content></entry><entry><title>Building connection to Kubernetes {0} URL {1} namespace {2}</title><link rel="alternate" type="text/html" href="https://jenkins-icecream.some.tools/"/><id>887147</id><published/><updated/><content> Oct 04 09 , 2019 9 8 : 36 58 : 28 32 AM hudson org . slaves csanchez . NodeProvisioner$StandardStrategyImpl apply jenkins.plugins.kubernetes.KubernetesCloud
INFO FINE : Started provisioning Building connection to Kubernetes Pod Template from central some .us-east-2.k8s. com some .net with 1 executors. Remaining excess workload URL https : //api.some.us - east-2.k8s.some.net namespace cicd
</content></entry><entry><title>Terminating Kubernetes instance for agent {
0 }</title><link rel="alternate" type="text/html" href="https://jenkins-icecream . 31 some.tools/"/><id>887146</id><published/><updated/><content>Oct 09, 2019 8:58:32 AM org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave _terminate
INFO: Terminating Kubernetes instance for agent ui-pipeline-shared-jbr6l
</content></entry><entry><title>Removing Jenkins node: {0}</title><link rel="alternate" type="text/html" href="https://jenkins-icecream.some.tools/"/><id>887145</id><published/><updated/><content>
Oct 04 09 , 2019 9 8 : 36 58 : 28 32 AM org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher launch
INFO FINER : Pod is running Removing Jenkins node : cicd ui-pipeline-shared-jbr6l
<
/ content></entry><entry><title>Error in provisioning; agent=KubernetesSlave name: ui-pipeline-shared- gqllt jbr6l, template=PodTemplate{inheritFrom='', name='ui-pipeline-shared', namespace='cicd', slaveConnectTimeout=1000, label='ui-pipeline-shared', nodeSelector='', nodeUsageMode=EXCLUSIVE, workspaceVolume=EmptyDirWorkspaceVolume [memory=false], yamls=[apiVersion: v1
kind: Pod
metadata:
  labels:
    jenkins: runners
  annotations:
    #kube2iam
    iam.amazonaws.com/role: arn:aws:iam::11111111111:role/some

spec:
  containers:
  - command:
    - cat

    imagePullPolicy: Always
    name: node-builder
    tty: true
  - command:
    - cat

    imagePullPolicy: Always
    name: platform-js-static-analysis-service
    tty: true
  - command:
    - cat

    imagePullPolicy: Always
    name: cdn-deploy
    tty: true
]}</title><link rel="alternate" type="text/html" href="https://jenkins-icecream.some.tools/"/><id>887144</id><published/><updated/><content> Oct 04 09 , 2019 9 8 : 36 58 : 28 32 AM org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher launch
WARNING: Error in provisioning; agent=KubernetesSlave name: ui-pipeline-shared-
gqllt jbr6l , template=PodTemplate{inheritFrom='', name='ui-pipeline-shared', namespace='cicd', slaveConnectTimeout=1000, label='ui-pipeline-shared', nodeSelector='', nodeUsageMode=EXCLUSIVE, workspaceVolume=EmptyDirWorkspaceVolume [memory=false], yamls=[apiVersion: v1
kind: Pod
metadata:
  labels:
    jenkins: runners
  annotations:
    #kube2iam
    iam.amazonaws.com/role: arn:aws:iam:: 111111111 11111111111 :role/ devtools_jenkins some
spec:
  containers:
  - command:
    - cat
    imagePullPolicy: Always
    name: node-builder
    tty: true
  - command:
    - cat
imagePullPolicy: Always
    name: platform-js-static-analysis-service
    tty: true
  - command:
    - cat
        # This uses the image built on the https : some_image   //gitlab.corp.some.com/devtools/icecream/cdn_deployer
    image: docker.corp.some.com:5000/devtools/icecream/cdn_deployer:stable
imagePullPolicy: Always
    name: cdn-deploy
    tty: true
]}
java.lang.IllegalStateException: Node was deleted, computer is null
at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:149)
at hudson.slaves.SlaveComputer$1.call(SlaveComputer.java:294)
at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46)
at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:71)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

</content></entry><entry><title>Pod is running: {0}/{1}</title><link rel="alternate" type="text/html" href="https://jenkins-icecream.some.tools/"/><id>887143</id><published/><updated/><content>Oct 09, 2019 8:58:32 AM org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher launch
INFO: Pod is running: cicd/ui-pipeline-shared-jbr6l
</content></entry><entry><title>All containers are running for pod {0}</title><link rel="alternate" type="text/html" href="https://jenkins-icecream.some.tools/"/><id>887142</id><published/><updated/><content>
Oct 04 09 , 2019 9 8 : 36 58 : 32 AM org.csanchez.jenkins.plugins.kubernetes.AllContainersRunningPodWatcher
FINE: All containers are running for pod ui-pipeline-shared-jbr6l
</content></entry><entry><title>[{0}] {1}</title><link rel="alternate" type="text/html" href="https://jenkins-icecream.some.tools/"/><id>887141</id><published/><updated/><content>Oct 09, 2019 8:58:32 AM org.csanchez.jenkins.plugins.kubernetes.AllContainersRunningPodWatcher
FINEST: [MODIFIED] ui-pipeline-shared-jbr6l
</content></entry><entry><title>Planned Kubernetes agents for template "{0}": {1}</title><link rel="alternate" type="text/html" href="https://jenkins-icecream.some.tools/"/><id>887129</id><published/><updated/><content>Oct 09, 2019 8:58:
28 AM org.csanchez.jenkins.plugins.kubernetes. KubernetesSlave _terminate KubernetesCloud
INFO FINEST : Terminating Planned Kubernetes instance agents for agent template "Kubernetes Pod Template": 1
</content></entry><entry><title>Connected to Kubernetes {0} URL {1}</title><link rel="alternate" type="text/html" href="https://jenkins-icecream.some.tools/"/><id>887100</id><published/><updated/><content>Oct 09, 2019 8:58:28 AM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
FINE: Connected to Kubernetes some.us-east-2.k8s.some.net URL https://api.some.us-east-2.k8s.some.net/
</content></entry><entry><title>Building connection to Kubernetes {0} URL {1} namespace {2}</title><link rel="alternate" type="text/html" href="https://jenkins-icecream.some.tools/"/><id>887099</id><published/><updated/><content>Oct 09, 2019 8:58:28 AM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
FINE: Building connection to Kubernetes some.us-east-2.k8s.some.net URL https://api.some.us-east-2.k8s.some.net namespace cicd
</content></entry><entry><title>Template for label {0}: {1}</title><link rel="alternate" type="text/html" href="https://jenkins-icecream.some.tools/"/><id>887098</id><published/><updated/><content>Oct 09, 2019 8:58:28 AM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Template for label
ui-pipeline-shared : Kubernetes Pod Template
</content></entry><entry><title>Excess workload after pending Kubernetes agents: {0}</title><link rel="alternate" type="text/html" href="https://jenkins
- gqllt icecream.some.tools/"/><id>887097</id><published/><updated/><content>Oct 09, 2019 8:58:28 AM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Kubernetes agents: 1
</content></entry><entry><title>In provisioning : []</title><link rel="alternate" type="text/html" href="https://jenkins-icecream.some.tools/"/><id>887096</id><published/><updated/><content>
Oct 04 09 , 2019 9 8 : 36 58 :28 AM org.csanchez.jenkins.plugins.kubernetes. KubernetesCloud
FINE: In provisioning : []
</content></entry><entry><title>[{0}] {1}</title><link rel="alternate" type="text/html" href="https://jenkins-icecream.some.tools/"/><id>887065</id><published/><updated/><content>Oct 09, 2019 8:58:18 AM org.csanchez.jenkins.plugins.kubernetes.AllContainersRunningPodWatcher
FINEST: [MODIFIED] ui-pipeline-shared-jbr6l

...

</content></entry><entry><title>Disconnected computer ui-pipeline-shared-jbr6l</title><link rel="alternate" type="text/html" href="https://jenkins-icecream.some.tools/"/><id>887012</id><published/><updated/><content>Oct 09, 2019 8:58:18 AM org.csanchez.jenkins.plugins.kubernetes.
KubernetesSlave _terminate
SEVERE INFO : Computer Disconnected computer ui-pipeline-shared-jbr6l
</content></entry><entry><title>Failed to delete pod
for agent is null: cicd/ ui-pipeline-shared- gqllt jbr6l: not found</title><link rel="alternate" type="text/html" href="https://jenkins-icecream.some.tools/"/><id>887011</id><published/><updated/><content>Oct 09, 2019 8:58:18 AM org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave deleteSlavePod
FATAL WARNING : Computer Failed to delete pod for agent is null: cicd/ ui-pipeline-shared- gqllt jbr6l: not found
</content></entry><entry><title>Created Pod: {0}/{1}</title><link rel="alternate" type="text/html" href="https://jenkins-icecream.some.tools/"/><id>887003</id><published/><updated/><content> Oct 04 09 , 2019 9 8 : 36 58 : 29 18 AM org. jenkinsci csanchez . remoting jenkins . protocol plugins . impl kubernetes . ConnectionHeadersFilterLayer onRecv KubernetesLauncher launch
INFO:
[JNLP4 Created Pod: cicd/ui - connect connection from 100 pipeline-shared-jbr6l
</content></entry><entry><title>Created Pod: {0}/{1}</title><link rel="alternate" type="text/html" href="https://jenkins-icecream
. 126 some . 0 tools/"/><id>886995</id><published/><updated/><content>Oct 09, 2019 8:58:18 AM org . csanchez.jenkins.plugins.kubernetes.KubernetesLauncher launch
INFO: Created Pod: cicd/ui-pipeline-shared-kdvwl
</content></entry><entry><title>Connected to Kubernetes {
0 } URL {1}< / 100 title><link rel="alternate" type="text/html" href="https://jenkins-icecream . 126 some . tools/"/><id>886962</id><published/><updated/><content>Oct 09, 2019 8:58:18 AM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
FINE: Connected to Kubernetes some.us-east-2.k8s.some.net URL https://api.some.us-east-2.k8s.some.net/
</content></entry><entry><title>Building connection to Kubernetes {
0 } URL {1} namespace {2}</title><link rel="alternate" type="text/html" href="https://jenkins-icecream . some.tools/"/><id>886961</id><published/><updated/><content>Oct 09, 2019 8:58:18 AM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
FINE: Building connection to Kubernetes some.us-east-2.k8s.some.net URL https://api.some.us-east-2.k8s.some.net namespace cicd
</content></entry><entry><title>Terminating Kubernetes instance for agent {
0 }</title><link rel="alternate" type="text/html" href="https : 15214] Refusing headers from remote //jenkins-icecream.some.tools/"/><id>886960</id><published/><updated/><content>Oct 09, 2019 8 : Unknown client name 58 : 18 AM org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave _terminate
INFO: Terminating Kubernetes instance for agent
ui-pipeline-shared- gqllt jbr6l {code}
 

 

 

 

mushko1212@gmail.com (JIRA)

unread,
Oct 10, 2019, 9:04:03 AM10/10/19
to jenkinsc...@googlegroups.com

I can reproduce this issue when I disable “Do not allow concurrent builds” and run pipeline job for couple times at the same time

Our agent using kub2iam and I don’t know when and why Jenkins-master had refused the connection as it had an 'unknown client name’… maybe this is due to kub2iam, which we use for our agent… maybe something else...

1. Enable option “Do not allow concurrent builds” - this should help prevent this issue.

2. Deleting Error pods -  should help prevent reaching the maximum pod limit in the kubernetes cluster

3. Stop current job - should prevent to generate Error pods…

I hope this helps

mushko1212@gmail.com (JIRA)

unread,
Oct 10, 2019, 11:03:14 AM10/10/19
to jenkinsc...@googlegroups.com
Additional logs to the previous comment from Dan Alvizu

 

Full JNLP container logs:
{code:java}
Warning: JnlpProtocol3 is disabled by default, use JNLP_PROTOCOL_OPTS to alter the behavior
Oct 09, 2019 8:58:32 AM hudson.remoting.jnlp.Main createEngine
INFO: Setting up agent: ui-pipeline-shared-jbr6l
Oct 09, 2019 8:58:32 AM hudson.remoting.jnlp.Main$CuiListener <init>

INFO: Jenkins agent is running in headless mode.
Oct 09, 2019 8:58:32 AM hudson.remoting.Engine startEngine

INFO: Using Remoting version: 3.29
Oct 09, 2019 8:58:32 AM hudson.remoting.Engine startEngine

WARNING: No Working Directory. Using the legacy JAR Cache location: /home/jenkins/.jenkins/cache/jars
Oct 09, 2019 8:58:32 AM hudson.remoting.jnlp.Main$CuiListener status
INFO: Locating server among [https://jenkins-icecream.some.tools/]
Oct 09, 2019 8:58:32 AM org.jenkinsci.remoting.engine.JnlpAgentEndpointResolver resolve
INFO: Remoting server accepts the following protocols: [JNLP4-connect, some]
Oct 09, 2019 8:58:32 AM org.jenkinsci.remoting.engine.JnlpAgentEndpointResolver resolve

INFO: Remoting TCP connection tunneling is enabled. Skipping the TCP Agent Listener Port availability check
Oct 09, 2019 8:58:32 AM hudson.remoting.jnlp.Main$CuiListener status
INFO: Agent discovery successful
  Agent address: jenkins-icecream-agent.some.tools

  Agent port:    50000
  Identity:      11:11:11:11:11:11:11:11:11:11:11:11:11
Oct 09, 2019 8:58:32 AM hudson.remoting.jnlp.Main$CuiListener status
INFO: Handshaking
Oct 09, 2019 8:58:32 AM hudson.remoting.jnlp.Main$CuiListener status
INFO: Connecting to jenkins-icecream-agent.some.tools:50000
Oct 09, 2019 8:58:32 AM hudson.remoting.jnlp.Main$CuiListener status
INFO: Trying protocol: JNLP4-connect
Oct 09, 2019 8:58:32 AM hudson.remoting.jnlp.Main$CuiListener status
INFO: Remote identity confirmed: 54:90:09:b3:21:36:c7:d1:0d:3f:a6:b4:51:2c:12:61
Oct 09, 2019 8:58:32 AM org.jenkinsci.remoting.protocol.impl.ConnectionHeadersFilterLayer onRecv
INFO: [JNLP4-connect connection to jenkins-icecream-agent.some.tools/10.75.115.45:50000] Local headers refused by remote: Unknown client name: ui-pipeline-shared-jbr6l
Oct 09, 2019 8:58:32 AM hudson.remoting.jnlp.Main$CuiListener status

INFO: Protocol JNLP4-connect encountered an unexpected exception
java.util.concurrent.ExecutionException: org.jenkinsci.remoting.protocol.impl.ConnectionRefusalException: Unknown client name: ui-pipeline-shared-jbr6l

at org.jenkinsci.remoting.util.SettableFuture.get(SettableFuture.java:223)
at hudson.remoting.Engine.innerRun(Engine.java:614)
at hudson.remoting.Engine.run(Engine.java:474)
Caused by: org.jenkinsci.remoting.protocol.impl.ConnectionRefusalException: Unknown client name: ui-pipeline-shared-jbr6l

at org.jenkinsci.remoting.protocol.impl.ConnectionHeadersFilterLayer.newAbortCause(ConnectionHeadersFilterLayer.java:378)
at org.jenkinsci.remoting.protocol.impl.ConnectionHeadersFilterLayer.onRecvClosed(ConnectionHeadersFilterLayer.java:433)
at org.jenkinsci.remoting.protocol.ProtocolStack$Ptr.onRecvClosed(ProtocolStack.java:816)
at org.jenkinsci.remoting.protocol.FilterLayer.onRecvClosed(FilterLayer.java:287)
at org.jenkinsci.remoting.protocol.impl.SSLEngineFilterLayer.onRecvClosed(SSLEngineFilterLayer.java:172)
at org.jenkinsci.remoting.protocol.ProtocolStack$Ptr.onRecvClosed(ProtocolStack.java:816)
at org.jenkinsci.remoting.protocol.NetworkLayer.onRecvClosed(NetworkLayer.java:154)
at org.jenkinsci.remoting.protocol.impl.BIONetworkLayer.access$1500(BIONetworkLayer.java:48)
at org.jenkinsci.remoting.protocol.impl.BIONetworkLayer$Reader.run(BIONetworkLayer.java:247)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93)
at java.lang.Thread.run(Thread.java:748)
Suppressed: java.nio.channels.ClosedChannelException
  ... 7 more


Oct 09, 2019 8:58:32 AM hudson.remoting.jnlp.Main$CuiListener status
INFO: Connecting to jenkins-icecream-agent.some.tools:50000
Oct 09, 2019 8:58:32 AM hudson.remoting.jnlp.Main$CuiListener status

INFO: Server reports protocol JNLP4-plaintext not supported, skipping
Oct 09, 2019 8:58:32 AM hudson.remoting.jnlp.Main$CuiListener status

INFO: Protocol JNLP3-connect is not enabled, skipping
Oct 09, 2019 8:58:32 AM hudson.remoting.jnlp.Main$CuiListener status

INFO: Server reports protocol JNLP2-connect not supported, skipping
Oct 09, 2019 8:58:32 AM hudson.remoting.jnlp.Main$CuiListener status

INFO: Server reports protocol JNLP-connect not supported, skipping
Oct 09, 2019 8:58:32 AM hudson.remoting.jnlp.Main$CuiListener error

SEVERE: The server rejected the connection: None of the protocols were accepted
java.lang.Exception: The server rejected the connection: None of the protocols were accepted
at hudson.remoting.Engine.onConnectionRejected(Engine.java:682)
at hudson.remoting.Engine.innerRun(Engine.java:639)
at hudson.remoting.Engine.run(Engine.java:474)


 
{code}
 

Jenkins Master logs:
{code:java}
</content></entry><entry><title>Computer for agent is null Oct 10, 2019 2 : ui-pipeline-shared-jbr6l</title><link rel="alternate" type="text/html" href="https 41 : // 53 PM org.csanchez. jenkins -icecream . some plugins . tools/"/><id>887163</id><published/><updated/><content> kubernetes.KubernetesClientProvider$PurgeExpiredKubernetesClients
FINEST: Finished Purge expired KubernetesClients. 0 ms
Oct 10, 2019 2:41:53 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesClientProvider gracefulClose
INFO: Closing io.fabric8.kubernetes.client.DefaultKubernetesClient@39b17b63
Oct
09, 2019 8:58:32 AM org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave _terminate
SEVERE: Computer for agent is null: ui-pipeline-shared-jbr6l
</content></entry><entry><title>Connected to Kubernetes {0} URL {1}</title><link rel="alternate" type="text/html" href="https://jenkins-icecream.some.tools/"/><id>887148</id><published/><updated/><content> Oct 09, 2019 8:58:32 AM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
</content></entry><entry><title>Building connection to Kubernetes {0} URL {1} namespace {2}</title><link rel="alternate" type="text/html" href="https://jenkins-icecream.some.tools/"/><id>887147</id><published/><updated/><content> Oct 09, 2019 8:58:32 AM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud

FINE: Building connection to Kubernetes some.us-east-2.k8s.some.net URL https://api.some.us-east-2.k8s.some.net namespace cicd
</content></entry><entry><title>Terminating Kubernetes instance for agent {0}</title><link rel="alternate" type="text/html" href="https://jenkins-icecream.some.tools/"/><id>887146</id><published/><updated/><content> Oct 09, 2019 8:58:32 AM org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave _terminate

INFO: Terminating Kubernetes instance for agent ui-pipeline-shared-jbr6l
</content></entry><entry><title>Removing Jenkins node: {0}</title><link rel="alternate" type="text/html" href="https://jenkins-icecream.some.tools/"/><id>887145</id><published/><updated/><content> Oct 09, 2019 8:58:32 AM org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher
FINER: Removing Jenkins node: ui-pipeline-shared-jbr6l
</content></entry><entry><title>Error in provisioning; agent=KubernetesSlave name: ui-pipeline-shared-jbr6l, template=PodTemplate{inheritFrom='', name='ui-pipeline-shared', namespace='cicd', slaveConnectTimeout=1000, label='ui-pipeline-shared', nodeSelector='', nodeUsageMode=EXCLUSIVE, workspaceVolume=EmptyDirWorkspaceVolume [memory=false], yamls=[apiVersion: v1
]}</title><link rel="alternate" type="text/html" href="https://jenkins-icecream.some.tools/"/><id>887144</id><published/><updated/><content> Oct 09, 2019 8:58:32 AM org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher launch
WARNING: Error in provisioning; agent=KubernetesSlave name: ui-pipeline-shared-jbr6l, template=PodTemplate{inheritFrom='', name='ui-pipeline-shared', namespace='cicd', slaveConnectTimeout=1000, label='ui-pipeline-shared', nodeSelector='', nodeUsageMode=EXCLUSIVE, workspaceVolume=EmptyDirWorkspaceVolume [memory=false], yamls=[apiVersion: v1
java.lang.IllegalStateException: Node was deleted, computer is null
at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:149)
at hudson.slaves.SlaveComputer$1.call(SlaveComputer.java:294)
at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46)
at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:71)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

</content></entry><entry><title>Pod is running: {0}/{1}</title><link rel="alternate" type="text/html" href="https://jenkins-icecream.some.tools/"/><id>887143</id><published/><updated/><content>
Oct 09, 2019 8:58:32 AM org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher launch
INFO: Pod is running: cicd/ui-pipeline-shared-jbr6l
</content></entry><entry><title>All containers are running for pod {0}</title><link rel="alternate" type="text/html" href="https://jenkins-icecream.some.tools/"/><id>887142</id><published/><updated/><content> Oct 09, 2019 8:58:32 AM org.csanchez.jenkins.plugins.kubernetes.AllContainersRunningPodWatcher

FINE: All containers are running for pod ui-pipeline-shared-jbr6l
</content></entry><entry><title>[{0}] {1}</title><link rel="alternate" type="text/html" href="https://jenkins-icecream.some.tools/"/><id>887141</id><published/><updated/><content> Oct 09, 2019 8:58:32 AM org.csanchez.jenkins.plugins.kubernetes.AllContainersRunningPodWatcher
FINEST: [MODIFIED] ui-pipeline-shared-jbr6l
</content></entry><entry><title>Planned Kubernetes agents for template "{0}": {1}</title><link rel="alternate" type="text/html" href="https://jenkins-icecream.some.tools/"/><id>887129</id><published/><updated/><content> Oct 09, 2019 8:58:28 AM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
FINEST: Planned Kubernetes agents for template "Kubernetes Pod Template": 1
</content></entry><entry><title>Connected to Kubernetes {0} URL {1}</title><link rel="alternate" type="text/html" href="https://jenkins-icecream.some.tools/"/><id>887100</id><published/><updated/><content> Oct 09, 2019 8:58:28 AM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
FINE: Connected to Kubernetes some.us-east-2.k8s.some.net URL https://api.some.us-east-2.k8s.some.net/
</content></entry><entry><title>Building connection to Kubernetes {0} URL {1} namespace {2}</title><link rel="alternate" type="text/html" href="https://jenkins-icecream.some.tools/"/><id>887099</id><published/><updated/><content> Oct 09, 2019 8:58:28 AM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
FINE: Building connection to Kubernetes some.us-east-2.k8s.some.net URL https://api.some.us-east-2.k8s.some.net namespace cicd
</content></entry><entry><title>Template for label {0}: {1}</title><link rel="alternate" type="text/html" href="https://jenkins-icecream.some.tools/"/><id>887098</id><published/><updated/><content> Oct 09, 2019 8:58:28 AM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Template for label ui-pipeline-shared: Kubernetes Pod Template
</content></entry><entry><title>Excess workload after pending Kubernetes agents: {0}</title><link rel="alternate" type="text/html" href="https://jenkins-icecream.some.tools/"/><id>887097</id><published/><updated/><content> Oct 09, 2019 8:58:28 AM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision

INFO: Excess workload after pending Kubernetes agents: 1
</content></entry><entry><title>In provisioning : []</title><link rel="alternate" type="text/html" href="https://jenkins-icecream.some.tools/"/><id>887096</id><published/><updated/><content> Oct 09, 2019 8:58:28 AM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
FINE: In provisioning : []
</content></entry><entry><title>[{0}] {1}</title><link rel="alternate" type="text/html" href="https://jenkins-icecream.some.tools/"/><id>887065</id><published/><updated/><content> Oct 09, 2019 8:58:18 AM org.csanchez.jenkins.plugins.kubernetes.AllContainersRunningPodWatcher
FINEST: [MODIFIED] ui-pipeline-shared-jbr6l


...

</content></entry><entry><title>Disconnected computer ui-pipeline-shared-jbr6l</title><link rel="alternate" type="text/html" href="https://jenkins-icecream.some.tools/"/><id>887012</id><published/><updated/><content>
Oct 09, 2019 8:58:18 AM org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave _terminate
INFO: Disconnected computer ui-pipeline-shared-jbr6l
</content></entry><entry><title>Failed to delete pod for agent cicd/ui-pipeline-shared-jbr6l: not found</title><link rel="alternate" type="text/html" href="https://jenkins-icecream.some.tools/"/><id>887011</id><published/><updated/><content> Oct 09, 2019 8:58:18 AM org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave deleteSlavePod
WARNING: Failed to delete pod for agent cicd/ui-pipeline-shared-jbr6l: not found
</content></entry><entry><title>Created Pod: {0}/{1}</title><link rel="alternate" type="text/html" href="https://jenkins-icecream.some.tools/"/><id>887003</id><published/><updated/><content> Oct 09, 2019 8:58:18 AM org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher launch
INFO: Created Pod: cicd/ui-pipeline-shared-jbr6l
</content></entry><entry><title>Created Pod: {0}/{1}</title><link rel="alternate" type="text/html" href="https://jenkins-icecream.some.tools/"/><id>886995</id><published/><updated/><content> Oct 09, 2019 8:58:18 AM org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher launch
INFO: Created Pod: cicd/ui-pipeline-shared-kdvwl
</content></entry><entry><title>Connected to Kubernetes {0} URL {1}</title><link rel="alternate" type="text/html" href="https://jenkins-icecream.some.tools/"/><id>886962</id><published/><updated/><content> Oct 09, 2019 8:58:18 AM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
</content></entry><entry><title>Building connection to Kubernetes {0} URL {1} namespace {2}</title><link rel="alternate" type="text/html" href="https://jenkins-icecream.some.tools/"/><id>886961</id><published/><updated/><content> Oct 09, 2019 8:58:18 AM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud

FINE: Building connection to Kubernetes some.us-east-2.k8s.some.net URL https://api.some.us-east-2.k8s.some.net namespace cicd
</content></entry><entry><title>Terminating Kubernetes instance for agent {0}</title><link rel="alternate" type="text/html" href="https://jenkins-icecream.some.tools/"/><id>886960</id><published/><updated/><content> Oct 09, 2019 8:58:18 AM org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave _terminate
INFO: Terminating Kubernetes instance for agent ui-pipeline-shared-jbr6l

{code}
 

 

 

 
Reply all
Reply to author
Forward
0 new messages