Skip to content
Failed

Console Output

Started by timer
[Pipeline] Start of Pipeline
[Pipeline] node
Agent centos-7-z0d64 is provisioned from template centos-7
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30"
    jenkins/label: "migration_jipp-migration_centos-7"
  name: "centos-7-z0d64"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.ease.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "centos-7-z0d64"
    - 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-z0d64"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.ease.svc.cluster.local/ease/"
    image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.11.2"
    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-ease"
      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"

Running on centos-7-z0d64 in /home/jenkins/agent/workspace/ease.verify.p2.sites
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
11:46:08 [2022-05-04T15:46:08.998Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Fetch Installer)
[Pipeline] sshagent
11:46:09 [2022-05-04T15:46:09.044Z] [ssh-agent] Using credentials genie.ease (ssh://genie.ease@projects-storage.eclipse.org)
11:46:09 [2022-05-04T15:46:09.044Z] [ssh-agent] Looking for ssh-agent implementation...
11:46:10 [2022-05-04T15:46:10.149Z] [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
11:46:11 [2022-05-04T15:46:11.648Z] $ ssh-agent
11:46:11 [2022-05-04T15:46:11.662Z] SSH_AUTH_SOCK=/tmp/ssh-daPZTDKdC5Uy/agent.87
11:46:11 [2022-05-04T15:46:11.662Z] SSH_AGENT_PID=89
11:46:11 [2022-05-04T15:46:11.681Z] Running ssh-add (command line suppressed)
11:46:11 [2022-05-04T15:46:11.697Z] Identity added: /home/jenkins/agent/workspace/ease.verify.p2.sites@tmp/private_key_13666322108862441900.key (/home/jenkins/agent/workspace/ease.verify.p2.sites@tmp/private_key_13666322108862441900.key)
11:46:11 [2022-05-04T15:46:11.737Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
11:46:12 [2022-05-04T15:46:12.084Z] + scp genie.ease@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/oomph/products/latest/eclipse-inst-linux64.tar.gz eclipse-inst-linux64.tar.gz
[Pipeline] }
11:46:14 [2022-05-04T15:46:14.688Z] $ ssh-agent -k
11:46:14 [2022-05-04T15:46:14.737Z] unset SSH_AUTH_SOCK;
11:46:14 [2022-05-04T15:46:14.738Z] unset SSH_AGENT_PID;
11:46:14 [2022-05-04T15:46:14.738Z] echo Agent pid 89 killed;
11:46:14 [2022-05-04T15:46:14.747Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] sh
11:46:15 [2022-05-04T15:46:15.308Z] + tar -xf eclipse-inst-linux64.tar.gz
11:46:15 [2022-05-04T15:46:15.566Z] + eclipse-installer/eclipse-inst -application org.eclipse.oomph.p2.core.RepositoryIntegrityAnalyzer -consoleLog -noSplash -o report -s https://ci.eclipse.org/ease/job/ease.verify.p2.sites -t tests -v https://download.eclipse.org/ease/release/latest/ http://download.eclipse.org/ease/integration/nightly
11:46:18 [2022-05-04T15:46:18.945Z] !SESSION 2022-05-04 15:46:15.822 -----------------------------------------------
11:46:18 [2022-05-04T15:46:18.945Z] eclipse.buildId=unknown
11:46:18 [2022-05-04T15:46:18.945Z] java.version=11.0.14.1
11:46:18 [2022-05-04T15:46:18.945Z] java.vendor=Red Hat, Inc.
11:46:18 [2022-05-04T15:46:18.945Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
11:46:18 [2022-05-04T15:46:18.945Z] Framework arguments:  -application org.eclipse.oomph.p2.core.RepositoryIntegrityAnalyzer -o report -s https://ci.eclipse.org/ease/job/ease.verify.p2.sites -t tests -v https://download.eclipse.org/ease/release/latest/ http://download.eclipse.org/ease/integration/nightly
11:46:18 [2022-05-04T15:46:18.945Z] Command-line arguments:  -os linux -ws gtk -arch x86_64 -data @noDefault -application org.eclipse.oomph.p2.core.RepositoryIntegrityAnalyzer -consoleLog -o report -s https://ci.eclipse.org/ease/job/ease.verify.p2.sites -t tests -v https://download.eclipse.org/ease/release/latest/ http://download.eclipse.org/ease/integration/nightly
11:46:18 [2022-05-04T15:46:18.945Z] 
11:46:18 [2022-05-04T15:46:18.945Z] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-05-04 15:46:18.300
11:46:18 [2022-05-04T15:46:18.945Z] !MESSAGE Loading 'memory:1651679178272' failed. retry=1
11:46:18 [2022-05-04T15:46:18.945Z] 
11:46:18 [2022-05-04T15:46:18.945Z] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-05-04 15:46:18.301
11:46:18 [2022-05-04T15:46:18.945Z] !MESSAGE Loading 'memory:1651679178272' failed. retry=2
11:46:18 [2022-05-04T15:46:18.945Z] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
11:46:18 [2022-05-04T15:46:18.945Z] SLF4J: Defaulting to no-operation (NOP) logger implementation
11:46:18 [2022-05-04T15:46:18.945Z] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
11:46:19 [2022-05-04T15:46:19.202Z] 
11:46:19 [2022-05-04T15:46:19.202Z] !ENTRY org.eclipse.equinox.p2.repository 2 0 2022-05-04 15:46:19.139
11:46:19 [2022-05-04T15:46:19.202Z] !MESSAGE Using unsafe http transport to retrieve http://download.eclipse.org/ease/integration/nightly, see CVE-2021-41033. Consider using https instead.
11:46:19 [2022-05-04T15:46:19.460Z] 
11:46:19 [2022-05-04T15:46:19.460Z] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-05-04 15:46:19.246
11:46:19 [2022-05-04T15:46:19.460Z] !MESSAGE Loading 'memory:1651679179244' failed. retry=1
11:46:19 [2022-05-04T15:46:19.460Z] 
11:46:19 [2022-05-04T15:46:19.460Z] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-05-04 15:46:19.247
11:46:19 [2022-05-04T15:46:19.460Z] !MESSAGE Loading 'memory:1651679179244' failed. retry=2
11:46:19 [2022-05-04T15:46:19.460Z] 
11:46:19 [2022-05-04T15:46:19.460Z] !ENTRY org.eclipse.equinox.p2.repository 2 0 2022-05-04 15:46:19.327
11:46:19 [2022-05-04T15:46:19.460Z] !MESSAGE Using unsafe http transport to retrieve http://download.eclipse.org/ease/integration/nightly, see CVE-2021-41033. Consider using https instead.
11:46:19 [2022-05-04T15:46:19.460Z] Computing report information for 'https://download.eclipse.org/ease/release/latest'
11:46:19 [2022-05-04T15:46:19.460Z] Loading metadata repository 'https://download.eclipse.org/ease/release/latest'
11:46:19 [2022-05-04T15:46:19.460Z] Loading artifact repository 'https://download.eclipse.org/ease/release/latest'
11:46:19 [2022-05-04T15:46:19.460Z] Loading artifact repository 'https://download.eclipse.org/ease/release/0.8.0'
11:46:20 [2022-05-04T15:46:20.438Z] 
11:46:20 [2022-05-04T15:46:20.438Z] !ENTRY org.eclipse.osgi 4 0 2022-05-04 15:46:20.340
11:46:20 [2022-05-04T15:46:20.438Z] !MESSAGE Application error
11:46:20 [2022-05-04T15:46:20.438Z] !STACK 1
11:46:20 [2022-05-04T15:46:20.438Z] java.lang.ExceptionInInitializerError
11:46:20 [2022-05-04T15:46:20.438Z] 	at org.eclipse.oomph.p2.internal.core.RepositoryIntegrityAnalyzer.generateReport(RepositoryIntegrityAnalyzer.java:1268)
11:46:20 [2022-05-04T15:46:20.438Z] 	at org.eclipse.oomph.p2.internal.core.RepositoryIntegrityAnalyzer.start(RepositoryIntegrityAnalyzer.java:383)
11:46:20 [2022-05-04T15:46:20.438Z] 	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
11:46:20 [2022-05-04T15:46:20.438Z] 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
11:46:20 [2022-05-04T15:46:20.438Z] 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
11:46:20 [2022-05-04T15:46:20.438Z] 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
11:46:20 [2022-05-04T15:46:20.438Z] 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
11:46:20 [2022-05-04T15:46:20.438Z] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
11:46:20 [2022-05-04T15:46:20.438Z] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
11:46:20 [2022-05-04T15:46:20.438Z] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
11:46:20 [2022-05-04T15:46:20.438Z] 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
11:46:20 [2022-05-04T15:46:20.438Z] 	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
11:46:20 [2022-05-04T15:46:20.438Z] 	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
11:46:20 [2022-05-04T15:46:20.438Z] 	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
11:46:20 [2022-05-04T15:46:20.438Z] 	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
11:46:20 [2022-05-04T15:46:20.438Z] Caused by: org.eclipse.oomph.util.IORuntimeException: java.io.IOException: Server returned HTTP response code: 403 for URL: https://api.github.com/repos/eclipse-cbi/epl-license-feature/contents/org.eclipse.license/feature.properties?ref=license-1.0.0.v20131003-1638
11:46:20 [2022-05-04T15:46:20.438Z] 	at org.eclipse.oomph.p2.internal.core.RepositoryIntegrityAnalyzer$Report.loadLicence(RepositoryIntegrityAnalyzer.java:4318)
11:46:20 [2022-05-04T15:46:20.438Z] 	at org.eclipse.oomph.p2.internal.core.RepositoryIntegrityAnalyzer$Report.<clinit>(RepositoryIntegrityAnalyzer.java:4058)
11:46:20 [2022-05-04T15:46:20.438Z] 	... 15 more
11:46:20 [2022-05-04T15:46:20.438Z] Caused by: java.io.IOException: Server returned HTTP response code: 403 for URL: https://api.github.com/repos/eclipse-cbi/epl-license-feature/contents/org.eclipse.license/feature.properties?ref=license-1.0.0.v20131003-1638
11:46:20 [2022-05-04T15:46:20.438Z] 	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1924)
11:46:20 [2022-05-04T15:46:20.438Z] 	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1520)
11:46:20 [2022-05-04T15:46:20.438Z] 	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:250)
11:46:20 [2022-05-04T15:46:20.438Z] 	at org.eclipse.emf.ecore.resource.impl.URIHandlerImpl.createInputStream(URIHandlerImpl.java:207)
11:46:20 [2022-05-04T15:46:20.439Z] 	at org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.createInputStream(ExtensibleURIConverterImpl.java:358)
11:46:20 [2022-05-04T15:46:20.439Z] 	at org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.createInputStream(ExtensibleURIConverterImpl.java:352)
11:46:20 [2022-05-04T15:46:20.439Z] 	at org.eclipse.oomph.p2.internal.core.RepositoryIntegrityAnalyzer$Report.loadLicence(RepositoryIntegrityAnalyzer.java:4300)
11:46:20 [2022-05-04T15:46:20.439Z] 	... 16 more
11:46:21 [2022-05-04T15:46:21.004Z] Eclipse Installer: Cannot open display: 
11:46:21 [2022-05-04T15:46:21.004Z] Eclipse Installer:
11:46:21 [2022-05-04T15:46:21.004Z] An error has occurred. See the log file
11:46:21 [2022-05-04T15:46:21.004Z] /home/jenkins/agent/workspace/ease.verify.p2.sites/eclipse-installer/configuration/1651679175955.log.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] archiveArtifacts
11:46:21 [2022-05-04T15:46:21.050Z] Archiving artifacts
[Pipeline] emailext
11:46:32 [2022-05-04T15:46:32.105Z] Sending email to: christian.pontesegger@web.de
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 13
Finished: FAILURE