Skip to content
Failed

Console Output

11:02:34 Started by an SCM change
11:02:34 Running as SYSTEM
11:02:35 Agent default-agent-9q3wc is provisioned from template Kubernetes Pod Template
11:02:35 ---
11:02:35 apiVersion: "v1"
11:02:35 kind: "Pod"
11:02:35 metadata:
11:02:35   annotations: {}
11:02:35   labels:
11:02:35     jenkins: "slave"
11:02:35   name: "default-agent-9q3wc"
11:02:35 spec:
11:02:35   containers:
11:02:35   - env:
11:02:35     - name: "MAVEN_OPTS"
11:02:35       value: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"
11:02:35     - name: "JENKINS_SECRET"
11:02:35       value: "********"
11:02:35     - name: "JENKINS_TUNNEL"
11:02:35       value: "jenkins-discovery.reddeer.svc.cluster.local:50000"
11:02:35     - name: "JENKINS_AGENT_NAME"
11:02:35       value: "default-agent-9q3wc"
11:02:35     - name: "MAVEN_CONFIG"
11:02:35       value: "-B -e"
11:02:35     - name: "JENKINS_NAME"
11:02:35       value: "default-agent-9q3wc"
11:02:35     - name: "JENKINS_AGENT_WORKDIR"
11:02:35       value: "/home/jenkins/agent"
11:02:35     - name: "JENKINS_URL"
11:02:35       value: "http://jenkins-ui.reddeer.svc.cluster.local/reddeer/"
11:02:35     - name: "HOME"
11:02:35       value: "/home/jenkins"
11:02:35     image: "eclipsecbijenkins/jenkins-agent:3.29@sha256:3dbc231fbe975b5e9ce83f5ea55d0456963e4cc1b21fb4e63e742eabcf16a807"
11:02:35     imagePullPolicy: "IfNotPresent"
11:02:35     name: "jnlp"
11:02:35     resources:
11:02:35       limits:
11:02:35         memory: "4096Mi"
11:02:35         cpu: "2000m"
11:02:35       requests:
11:02:35         memory: "4096Mi"
11:02:35         cpu: "1000m"
11:02:35     securityContext:
11:02:35       privileged: false
11:02:35     tty: true
11:02:35     volumeMounts:
11:02:35     - mountPath: "/home/jenkins/agent"
11:02:35       name: "workspace-volume"
11:02:35       readOnly: false
11:02:35     - mountPath: "/home/jenkins/.m2/toolchains.xml"
11:02:35       name: "toolchains-xml"
11:02:35       readOnly: true
11:02:35       subPath: "toolchains.xml"
11:02:35     - mountPath: "/opt/tools"
11:02:35       name: "volume-0"
11:02:35       readOnly: false
11:02:35     - mountPath: "/home/jenkins/.m2/repository"
11:02:35       name: "volume-2"
11:02:35       readOnly: false
11:02:35     - mountPath: "/home/jenkins/.m2/settings.xml"
11:02:35       name: "settings-xml"
11:02:35       readOnly: true
11:02:35       subPath: "settings.xml"
11:02:35     - mountPath: "/home/jenkins/.ssh"
11:02:35       name: "volume-1"
11:02:35       readOnly: false
11:02:35     workingDir: "/home/jenkins/agent"
11:02:35   nodeSelector: {}
11:02:35   restartPolicy: "Never"
11:02:35   volumes:
11:02:35   - name: "volume-0"
11:02:35     persistentVolumeClaim:
11:02:35       claimName: "tools-claim-jiro-reddeer"
11:02:35       readOnly: true
11:02:35   - configMap:
11:02:35       items:
11:02:35       - key: "toolchains.xml"
11:02:35         path: "toolchains.xml"
11:02:35       name: "m2-dir"
11:02:35     name: "toolchains-xml"
11:02:35   - emptyDir:
11:02:35       medium: ""
11:02:35     name: "volume-2"
11:02:35   - configMap:
11:02:35       name: "known-hosts"
11:02:35     name: "volume-1"
11:02:35   - configMap:
11:02:35       items:
11:02:35       - key: "settings.xml"
11:02:35         path: "settings.xml"
11:02:35       name: "m2-dir"
11:02:35     name: "settings-xml"
11:02:35   - emptyDir:
11:02:35       medium: ""
11:02:35     name: "workspace-volume"
11:02:35 
11:02:35 Building remotely on default-agent-9q3wc in workspace /home/jenkins/agent/workspace/reddeer.staging
11:02:36 No credentials specified
11:02:36 Cloning the remote Git repository
11:02:36 Cloning repository https://github.com/eclipse/reddeer.git
11:02:36  > git init /home/jenkins/agent/workspace/reddeer.staging # timeout=10
11:02:36 Fetching upstream changes from https://github.com/eclipse/reddeer.git
11:02:36  > git --version # timeout=10
11:02:36  > git fetch --tags --force --progress https://github.com/eclipse/reddeer.git +refs/heads/*:refs/remotes/origin/*
11:02:38  > git config remote.origin.url https://github.com/eclipse/reddeer.git # timeout=10
11:02:38  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
11:02:38  > git config remote.origin.url https://github.com/eclipse/reddeer.git # timeout=10
11:02:38 Fetching upstream changes from https://github.com/eclipse/reddeer.git
11:02:38  > git fetch --tags --force --progress https://github.com/eclipse/reddeer.git +refs/heads/*:refs/remotes/origin/*
11:02:39  > git rev-parse origin/master^{commit} # timeout=10
11:02:39 Checking out Revision 8fbf69299e60c37b62e94e97490801ac45051c00 (origin/master)
11:02:39  > git config core.sparsecheckout # timeout=10
11:02:39  > git checkout -f 8fbf69299e60c37b62e94e97490801ac45051c00
11:02:40 Commit message: "Add eclipse CBI maven plugin for signing the artifacts (fixes #2035)    - uses jarsigner to sign the produced jars, bundled in maven plugin    - added new profile eclipse-sign for artifacts signing    - udpated eclipse orbit udpate site to RC1 2019-09    - added plugin repository for eclipse maven signing plugin"
11:02:40  > git rev-list --no-walk f2bc6adabaec09687f8ec43781450999a056ae00 # timeout=10
11:02:40 $ pkill Xvnc
11:02:40 $ pkill Xrealvnc
11:02:40 $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*"
11:02:40 Starting xvnc
11:02:40 [reddeer.staging] $ Xvnc :57 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset
11:02:40 FATAL: Cannot run program "Xvnc" (in directory "/home/jenkins/agent/workspace/reddeer.staging"): error=2, No such file or directory
11:02:40 java.io.IOException: error=2, No such file or directory
11:02:40 	at java.lang.UNIXProcess.<init>(Unknown Source)
11:02:40 	at java.lang.ProcessImpl.start(Unknown Source)
11:02:40 Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 10.129.8.1/10.129.8.1:41424
11:02:40 		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
11:02:40 		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
11:02:40 		at hudson.remoting.Channel.call(Channel.java:957)
11:02:40 		at hudson.Launcher$RemoteLauncher.launch(Launcher.java:1060)
11:02:40 		at hudson.Launcher$ProcStarter.start(Launcher.java:455)
11:02:40 		at hudson.plugins.xvnc.Xvnc.doSetUp(Xvnc.java:130)
11:02:40 		at hudson.plugins.xvnc.Xvnc.setUp(Xvnc.java:96)
11:02:40 		at jenkins.tasks.SimpleBuildWrapper.setUp(SimpleBuildWrapper.java:146)
11:02:40 		at hudson.model.Build$BuildExecution.doRun(Build.java:157)
11:02:40 		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504)
11:02:40 		at hudson.model.Run.execute(Run.java:1818)
11:02:40 		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
11:02:40 		at hudson.model.ResourceController.execute(ResourceController.java:97)
11:02:40 		at hudson.model.Executor.run(Executor.java:429)
11:02:40 Caused: java.io.IOException: Cannot run program "Xvnc" (in directory "/home/jenkins/agent/workspace/reddeer.staging"): error=2, No such file or directory
11:02:40 	at java.lang.ProcessBuilder.start(Unknown Source)
11:02:40 	at hudson.Proc$LocalProc.<init>(Proc.java:250)
11:02:40 	at hudson.Proc$LocalProc.<init>(Proc.java:219)
11:02:40 	at hudson.Launcher$LocalLauncher.launch(Launcher.java:937)
11:02:40 	at hudson.Launcher$ProcStarter.start(Launcher.java:455)
11:02:40 	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1319)
11:02:40 	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1272)
11:02:40 	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
11:02:40 	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
11:02:40 	at hudson.remoting.Request$2.run(Request.java:369)
11:02:40 	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
11:02:40 	at java.util.concurrent.FutureTask.run(Unknown Source)
11:02:40 	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
11:02:40 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
11:02:40 	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93)
11:02:40 	at hudson.remoting.Engine$1$$Lambda$4.00000000EC03F270.run(Unknown Source)
11:02:40 	at java.lang.Thread.run(Unknown Source)
11:02:40 Sending e-mails to: odockal@redhat.com
11:02:40 Finished: FAILURE