Skip to content
Failed

Console Output

Started by user Scott Lewis
Running as Scott Lewis
Agent basic-k22zt is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-k22zt"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.ecf.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-k22zt"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
        \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "basic-k22zt"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.ecf.svc.cluster.local/ecf/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.10.1"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-ecf"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

[EnvInject] - Loading node environment variables.
Building remotely on basic-k22zt (basic) in workspace /home/jenkins/agent/workspace/ecf-grpc-osgi-generator
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-W6EQ7dVI9ulp/agent.73
SSH_AGENT_PID=75
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/ecf-grpc-osgi-generator@tmp/private_key_6929227658158639890.key (/home/jenkins/agent/workspace/ecf-grpc-osgi-generator@tmp/private_key_6929227658158639890.key)
[ssh-agent] Using credentials genie.ecf (ssh://genie.ecf@projects-storage.eclipse.org)
The recommended git tool is: NONE
using credential projects-storage.eclipse.org-bot-ssh
Cloning the remote Git repository
Cloning repository https://github.com/ECF/grpc-osgi-generator.git
 > git init /home/jenkins/agent/workspace/ecf-grpc-osgi-generator # timeout=10
Fetching upstream changes from https://github.com/ECF/grpc-osgi-generator.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_SSH to set credentials ssh://genie.ecf@projects-storage.eclipse.org
[INFO] Currently running in a labeled security context
 > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/ecf-grpc-osgi-generator@tmp/jenkins-gitclient-ssh5841032465335430703.key
 > git fetch --tags --force --progress -- https://github.com/ECF/grpc-osgi-generator.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/ECF/grpc-osgi-generator.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision aaf0364924e8f353e4d8b5921f3baac735228691 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f aaf0364924e8f353e4d8b5921f3baac735228691 # timeout=10
Commit message: "Fixed parameter handling to produce v1.8.1"
 > git rev-list --no-walk aaf0364924e8f353e4d8b5921f3baac735228691 # timeout=10
Unpacking https://archive.apache.org/dist/ant/binaries/apache-ant-1.10.9-bin.zip to /home/jenkins/agent/tools/hudson.tasks.Ant_AntInstallation/apache-ant-latest on basic-k22zt
[ecf-grpc-osgi-generator] $ /bin/sh -xe /tmp/jenkins1341190439491272539.sh
+ gpg --batch --import ****
gpg: directory '/home/jenkins/.gnupg' created
gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created
gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created
gpg: key 021B6E5B2F3B218C: public key "Eclipse ECF Project <ecf-dev@eclipse.org>" imported
gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status
gpg: key 021B6E5B2F3B218C: secret key imported
gpg: Total number processed: 1
gpg:               imported: 1
gpg:       secret keys read: 1
gpg:   secret keys imported: 1
++ gpg --list-keys --with-colons
++ awk -F: '/fpr:/ {print $10}'
++ sort -u
+ for fpr in $(gpg --list-keys --with-colons  | awk -F: '/fpr:/ {print $10}' | sort -u)
+ echo -e '5\ny\n'
+ gpg --batch --command-fd 0 --expert --edit-key A486DE6E89E0F3F573D5C4F7021B6E5B2F3B218C trust
Secret subkeys are available.

pub  rsa4096/021B6E5B2F3B218C
     created: 2016-12-19  expires: 2026-12-15  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/B1B69136775115FA
     created: 2016-12-19  expires: 2026-12-15  usage: S   
[ unknown] (1). Eclipse ECF Project <ecf-dev@eclipse.org>

pub  rsa4096/021B6E5B2F3B218C
     created: 2016-12-19  expires: 2026-12-15  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/B1B69136775115FA
     created: 2016-12-19  expires: 2026-12-15  usage: S   
[ unknown] (1). Eclipse ECF Project <ecf-dev@eclipse.org>

Please decide how far you trust this user to correctly verify other users' keys
(by looking at passports, checking fingerprints from different sources, etc.)

  1 = I don't know or won't say
  2 = I do NOT trust
  3 = I trust marginally
  4 = I trust fully
  5 = I trust ultimately
  m = back to the main menu


pub  rsa4096/021B6E5B2F3B218C
     created: 2016-12-19  expires: 2026-12-15  usage: SCEA
     trust: ultimate      validity: unknown
ssb  rsa4096/B1B69136775115FA
     created: 2016-12-19  expires: 2026-12-15  usage: S   
[ unknown] (1). Eclipse ECF Project <ecf-dev@eclipse.org>
Please note that the shown key validity is not necessarily correct
unless you restart the program.

+ for fpr in $(gpg --list-keys --with-colons  | awk -F: '/fpr:/ {print $10}' | sort -u)
+ echo -e '5\ny\n'
+ gpg --batch --command-fd 0 --expert --edit-key F34A09A067CACC398A8A941EB1B69136775115FA trust
Secret subkeys are available.

gpg: checking the trustdb
gpg: marginals needed: 3  completes needed: 1  trust model: pgp
gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
gpg: next trustdb check due at 2026-12-15
pub  rsa4096/021B6E5B2F3B218C
     created: 2016-12-19  expires: 2026-12-15  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/B1B69136775115FA
     created: 2016-12-19  expires: 2026-12-15  usage: S   
[ultimate] (1). Eclipse ECF Project <ecf-dev@eclipse.org>

pub  rsa4096/021B6E5B2F3B218C
     created: 2016-12-19  expires: 2026-12-15  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/B1B69136775115FA
     created: 2016-12-19  expires: 2026-12-15  usage: S   
[ultimate] (1). Eclipse ECF Project <ecf-dev@eclipse.org>

Please decide how far you trust this user to correctly verify other users' keys
(by looking at passports, checking fingerprints from different sources, etc.)

  1 = I don't know or won't say
  2 = I do NOT trust
  3 = I trust marginally
  4 = I trust fully
  5 = I trust ultimately
  m = back to the main menu


pub  rsa4096/021B6E5B2F3B218C
     created: 2016-12-19  expires: 2026-12-15  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/B1B69136775115FA
     created: 2016-12-19  expires: 2026-12-15  usage: S   
[ultimate] (1). Eclipse ECF Project <ecf-dev@eclipse.org>

Parsing POMs
Established TCP socket on 41453
Copied maven35-agent.jar
Copied maven35-interceptor.jar
Copied maven3-interceptor-commons.jar
[ecf-grpc-osgi-generator] $ /opt/tools/java/oracle/jdk-8/latest/bin/java -cp /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/latest/boot/plexus-classworlds-2.6.0.jar:/opt/tools/apache-maven/latest/conf/logging jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/latest /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 41453
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 75 killed;
[ssh-agent] Stopped.
ERROR: Processing failed due to a bug in the code. Please report this to the issue tracker (https://jenkins.io/redirect/report-an-issue).
hudson.remoting.RemotingSystemException: java.lang.InterruptedException
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:302)
	at hudson.maven.$Proxy111.accept(Unknown Source)
	at hudson.maven.AbstractMavenProcessFactory.newProcess(AbstractMavenProcessFactory.java:284)
	at hudson.maven.ProcessCache.get(ProcessCache.java:236)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:802)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:514)
	at hudson.model.Run.execute(Run.java:1888)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
	at hudson.model.ResourceController.execute(ResourceController.java:99)
	at hudson.model.Executor.run(Executor.java:431)
Caused by: java.lang.InterruptedException
	at java.base/java.lang.Object.wait(Native Method)
	at java.base/java.lang.Object.wait(Object.java:221)
	at hudson.remoting.Request.call(Request.java:177)
	at hudson.remoting.Channel.call(Channel.java:1000)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:286)
	... 9 more
project=hudson.maven.MavenModuleSet@7c296b2d[ecf-grpc-osgi-generator]
project.getModules()=[hudson.maven.MavenModule@c4ef42b0[ecf-grpc-osgi-generator/org.eclipse.ecf:grpc-osgi-generator][ecf-grpc-osgi-generator/org.eclipse.ecf:grpc-osgi-generator][relativePath:generator], hudson.maven.MavenModule@72c53a7b[ecf-grpc-osgi-generator/org.eclipse.ecf:grpc-osgi-generator.parent][ecf-grpc-osgi-generator/org.eclipse.ecf:grpc-osgi-generator.parent][relativePath:]]
project.getRootModule()=hudson.maven.MavenModule@72c53a7b[ecf-grpc-osgi-generator/org.eclipse.ecf:grpc-osgi-generator.parent][ecf-grpc-osgi-generator/org.eclipse.ecf:grpc-osgi-generator.parent][relativePath:]
FATAL: java.lang.InterruptedException
java.lang.InterruptedException
	at java.base/java.lang.Object.wait(Native Method)
	at java.base/java.lang.Object.wait(Object.java:221)
	at hudson.remoting.Request.call(Request.java:177)
	at hudson.remoting.Channel.call(Channel.java:1000)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:286)
Caused: hudson.remoting.RemotingSystemException
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:302)
	at hudson.maven.$Proxy111.accept(Unknown Source)
	at hudson.maven.AbstractMavenProcessFactory.newProcess(AbstractMavenProcessFactory.java:284)
	at hudson.maven.ProcessCache.get(ProcessCache.java:236)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:802)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:514)
	at hudson.model.Run.execute(Run.java:1888)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
	at hudson.model.ResourceController.execute(ResourceController.java:99)
	at hudson.model.Executor.run(Executor.java:431)
Finished: FAILURE