Skip to content

Console Output

Started by user Lorenzo Bettini
Running as Lorenzo Bettini
Agent default-agent-tl21h is provisioned from template Kubernetes Pod Template
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: ""
  name: "default-agent-tl21h"
spec:
  containers:
  - env:
    - name: "MAVEN_OPTS"
      value: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.xsemantics.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "default-agent-tl21h"
    - name: "MAVEN_CONFIG"
      value: "-B -e"
    - name: "JENKINS_NAME"
      value: "default-agent-tl21h"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.xsemantics.svc.cluster.local/xsemantics/"
    - name: "HOME"
      value: "/home/jenkins"
    image: "eclipsecbijenkins/jenkins-agent:3.35@sha256:dff125e05404688a78bd67d5b47d107d98ec7583282e8ed9ca6646a2a76874e2"
    imagePullPolicy: "IfNotPresent"
    name: "jnlp"
    resources:
      limits:
        memory: "4096Mi"
        cpu: "2000m"
      requests:
        memory: "4096Mi"
        cpu: "1000m"
    securityContext:
      privileged: false
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "toolchains-xml"
      readOnly: true
      subPath: "toolchains.xml"
    - 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: "settings-security-xml"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "settings-xml"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  hostNetwork: false
  nodeSelector:
    beta.kubernetes.io/os: "linux"
  restartPolicy: "Never"
  securityContext: {}
  volumes:
  - name: "settings-security-xml"
    secret:
      items:
      - key: "settings-security.xml"
        path: "settings-security.xml"
      secretName: "m2-secret-dir"
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-xsemantics"
      readOnly: true
  - configMap:
      items:
      - key: "toolchains.xml"
        path: "toolchains.xml"
      name: "m2-dir"
    name: "toolchains-xml"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - name: "settings-xml"
    secret:
      items:
      - key: "settings.xml"
        path: "settings.xml"
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-3"

Building remotely on default-agent-tl21h in workspace /home/jenkins/agent/workspace/xsemantics
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/xsemantics.git
 > git init /home/jenkins/agent/workspace/xsemantics # timeout=10
Fetching upstream changes from https://github.com/eclipse/xsemantics.git
 > git --version # timeout=10
 > git fetch --tags --force --progress -- https://github.com/eclipse/xsemantics.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse/xsemantics.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse/xsemantics.git # timeout=10
Fetching upstream changes from https://github.com/eclipse/xsemantics.git
 > git fetch --tags --force --progress -- https://github.com/eclipse/xsemantics.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Seen branch in repository origin/_old/eclipse_initial
Seen branch in repository origin/_old/maintenance-xtext-2.10
Seen branch in repository origin/_old/maintenance-xtext-2.6
Seen branch in repository origin/_old/master
Seen branch in repository origin/_old/xtext-nightly
Seen branch in repository origin/master
Seen branch in repository origin/task_128-Use_Java_8_as_minimal
Seen 7 remote branches
 > git show-ref --tags -d # timeout=10
Checking out Revision 4ccb9cd9db4dc58ddaf6d2c24a37ffca3799c978 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4ccb9cd9db4dc58ddaf6d2c24a37ffca3799c978 # timeout=10
Commit message: "Merge pull request #132 from eclipse/task_127-Port_examples_to_new_generator"
 > git rev-list --no-walk 4ccb9cd9db4dc58ddaf6d2c24a37ffca3799c978 # timeout=10
$ pkill Xvnc
$ pkill Xrealvnc
$ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*"
Starting xvnc
[xsemantics] $ Xvnc :79 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset
FATAL: Cannot run program "Xvnc" (in directory "/home/jenkins/agent/workspace/xsemantics"): error=2, No such file or directory
java.io.IOException: error=2, No such file or directory
	at java.lang.UNIXProcess.<init>(Unknown Source)
	at java.lang.ProcessImpl.start(Unknown Source)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 10.129.6.1/10.129.6.1:41468
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:957)
		at hudson.Launcher$RemoteLauncher.launch(Launcher.java:1060)
		at hudson.Launcher$ProcStarter.start(Launcher.java:455)
		at hudson.plugins.xvnc.Xvnc.doSetUp(Xvnc.java:130)
		at hudson.plugins.xvnc.Xvnc.setUp(Xvnc.java:96)
		at jenkins.tasks.SimpleBuildWrapper.setUp(SimpleBuildWrapper.java:146)
		at hudson.model.Build$BuildExecution.doRun(Build.java:157)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504)
		at hudson.model.Run.execute(Run.java:1815)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: java.io.IOException: Cannot run program "Xvnc" (in directory "/home/jenkins/agent/workspace/xsemantics"): error=2, No such file or directory
	at java.lang.ProcessBuilder.start(Unknown Source)
	at hudson.Proc$LocalProc.<init>(Proc.java:250)
	at hudson.Proc$LocalProc.<init>(Proc.java:219)
	at hudson.Launcher$LocalLauncher.launch(Launcher.java:937)
	at hudson.Launcher$ProcStarter.start(Launcher.java:455)
	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1319)
	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1272)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:97)
	at hudson.remoting.Engine$1$$Lambda$4.00000000D403FF60.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
Finished: FAILURE