Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-dev] Build failed in Jenkins: january-forms-master #25

See <https://ci.eclipse.org/january/job/january-forms-master/25/display/redirect>

Changes:


------------------------------------------
Started by an SCM change
Running as SYSTEM
Agent centos-7-z3psd is provisioned from template centos-7
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: "migration_jipp-migration_centos-7"
  name: "centos-7-z3psd"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.january.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "centos-7-z3psd"
    - 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: "centos-7-z3psd"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.january.svc.cluster.local/january/";
    image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.5"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        memory: "4096Mi"
        cpu: "2000m"
      requests:
        memory: "4096Mi"
        cpu: "1000m"
    securityContext:
      privileged: false
    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
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    beta.kubernetes.io/os: "linux"
  restartPolicy: "Never"
  securityContext: {}
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-january"
      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"

Building remotely on centos-7-z3psd (centos-7 jipp-migration migration) in workspace <https://ci.eclipse.org/january/job/january-forms-master/ws/>
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/january-forms.git
 > git init <https://ci.eclipse.org/january/job/january-forms-master/ws/january> # timeout=10
Fetching upstream changes from https://github.com/eclipse/january-forms.git
 > git --version # timeout=10
 > git --version # 'git version 1.8.3.1'
 > git fetch --tags --progress https://github.com/eclipse/january-forms.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse/january-forms.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision a4bf4cb8fdc5cbda12afc897fd2cba5c9db82bb0 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a4bf4cb8fdc5cbda12afc897fd2cba5c9db82bb0 # timeout=10
Commit message: "Merge pull request #5 to fix #4 from SmithRWORNL/master"
First time build. Skipping changelog.
$ pkill Xvnc
$ pkill Xrealvnc
$ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*"
[january-forms-master] $ vncserver -list
Starting xvnc
[january-forms-master] $ Xvnc :76 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset

Xvnc TigerVNC 1.8.0 - built Nov 16 2020 16:47:50
Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt)
See http://www.tigervnc.org for information on TigerVNC.
Underlying X server release 12004000, The X.Org Foundation


Mon Apr 19 00:05:36 2021
 vncext:      VNC extension running!
 vncext:      Listening for VNC connections on all interface(s), port 5976
 vncext:      created VNC server for screen 0
[january-forms-master] $ /bin/sh -xe /tmp/jenkins5522460636588694178.sh
+ cd /home/jenkins
+ rm -rf JanuaryTests
+ git clone https://github.com/jonahkichwacoders/JanuaryTests.git
Cloning into 'JanuaryTests'...
+ cd -
<https://ci.eclipse.org/january/job/january-forms-master/ws/>
[january-forms-master] $ /opt/tools/apache-maven/latest/bin/mvn -f january/pom.xml -Dbuild-prefix='v' -Dmaven.repo.local=<https://ci.eclipse.org/january/job/january-forms-master/ws/.repository> clean verify -Psign
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/latest
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.10.12-200.fc33.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Computing target platform for MavenProject: org.eclipse.january:org.eclipse.january.form:2.1.0-SNAPSHOT @ <https://ci.eclipse.org/january/job/january-forms-master/ws/january/org.eclipse.january.form/pom.xml>
[INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/ (122B)
[INFO] Adding repository http://download.eclipse.org/releases/neon
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/neon/ (518B)
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/neon/ (518B)
[INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/neon/ (142B)
[INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/neon/ (142B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/epp/packages/neon/ (64.5kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/epp/packages/neon/ (64.5kB)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201705151400/ (142B)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201705151400/ (142B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201705151400/ (884.78kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201705151400/ (884.78kB)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201703141400/ (142B)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201703141400/ (142B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201703141400/ (886.38kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201703141400/ (886.38kB)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201703231000/ (142B)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201703231000/ (142B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201703231000/ (886.4kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201703231000/ (886.4kB)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201606221000/ (142B)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201606221000/ (142B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201606221000/ (861.1kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201606221000/ (861.1kB)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201609281000/ (142B)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201609281000/ (142B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201609281000/ (871.38kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201609281000/ (871.38kB)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201610111000/ (142B)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201610111000/ (142B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201610111000/ (870.9kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201610111000/ (870.9kB)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201612211000/ (142B)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201612211000/ (142B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201612211000/ (876.7kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201612211000/ (876.7kB)
[INFO] Adding repository http://download.eclipse.org/nattable/releases/1.3.0/repository
[INFO] Fetching content.jar from http://download.eclipse.org/nattable/releases/1.3.0/repository/ (13.53kB)
[INFO] Fetching content.jar from http://download.eclipse.org/nattable/releases/1.3.0/repository/ (13.53kB)
[INFO] Adding repository http://download.eclipse.org/nebula/releases/1.0.0
[INFO] Fetching content.jar from http://download.eclipse.org/nebula/releases/1.0.0/ (21.3kB)
[INFO] Fetching content.jar from http://download.eclipse.org/nebula/releases/1.0.0/ (21.3kB)
[INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/S20160916162009/repository
[ERROR] Failed to resolve target definition <https://ci.eclipse.org/january/job/january-forms-master/ws/january/releng/org.eclipse.january.forms.releng.target/org.eclipse.january.forms.releng.target.target>: Failed to load p2 metadata repository from location http://download.eclipse.org/tools/orbit/downloads/drops/S20160916162009/repository: No repository found at http://download.eclipse.org/tools/orbit/downloads/drops/S20160916162009/repository. -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MavenExecutionException
Build step 'Invoke top-level Maven targets' marked build as failure
Taking screenshot.
[january-forms-master] $ echo $XAUTHORITY
<https://ci.eclipse.org/january/job/january-forms-master/ws/.Xauthority-12361300092069907244>
[january-forms-master] $ ls -l $XAUTHORITY
-rw-r--r--. 1 jenkins 1001360000 0 Apr 19 00:05 <https://ci.eclipse.org/january/job/january-forms-master/ws/.Xauthority-12361300092069907244>
[january-forms-master] $ import -window root -display :76 screenshot.jpg
Terminating xvnc.


Back to the top