Skip to content
Failed

Console Output

Branch indexing
05:15:11 Connecting to https://api.github.com using GitHub bot (username/token)
Obtained Jenkinsfile from f7461e0ee17edf384a62991f58195209e4f0efbc
[Pipeline] Start of Pipeline
[Pipeline] node
Agent centos-7-hnc4k 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-hnc4k"
  namespace: "diffmerge"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.diffmerge.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "centos-7-hnc4k"
    - 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-hnc4k"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.diffmerge.svc.cluster.local/diffmerge/"
    image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.13.3"
    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-diffmerge"
      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-hnc4k in /home/jenkins/agent/workspace/diffmerge_master
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential github-bot
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/eclipse/org.eclipse.emf.diffmerge.core.git
 > git init /home/jenkins/agent/workspace/diffmerge_master # timeout=10
Fetching upstream changes from https://github.com/eclipse/org.eclipse.emf.diffmerge.core.git
 > git --version # timeout=10
 > git --version # 'git version 2.36.5'
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --no-tags --force --progress -- https://github.com/eclipse/org.eclipse.emf.diffmerge.core.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Avoid second fetch
Checking out Revision f7461e0ee17edf384a62991f58195209e4f0efbc (master)
 > git config remote.origin.url https://github.com/eclipse/org.eclipse.emf.diffmerge.core.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f7461e0ee17edf384a62991f58195209e4f0efbc # timeout=10
Commit message: "[releng] Update target platform (#271)"
 > git rev-list --no-walk b6493d83e20c427780d23ed705d79a602ca1ee5a # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Package)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ env
JENKINS_UI_PORT_80_TCP_ADDR=10.30.78.166
JENKINS_DISCOVERY_PORT_50000_TCP=tcp://10.30.162.99:50000
JENKINS_AGENT_WORKDIR=/home/jenkins/agent
JENKINS_NODE_COOKIE=5b72f85c-a3fd-498d-8e78-6d6ee4939665
BUILD_URL=https://ci.eclipse.org/diffmerge/job/diffmerge/job/master/44/
JENKINS_UI_SERVICE_PORT=80
HOSTNAME=centos-7-hnc4k
JENKINS_DISCOVERY_SERVICE_PORT_JNLP=50000
JENKINS_DISCOVERY_SERVICE_PORT=50000
JENKINS_REMOTING_JAVA_OPTS=-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true
KUBERNETES_PORT=tcp://10.30.0.1:443
TERM=xterm
HUDSON_SERVER_COOKIE=a72fd787fc481006
KUBERNETES_PORT_443_TCP_PORT=443
STAGE_NAME=Package
BUILD_TAG=jenkins-diffmerge-master-44
KUBERNETES_SERVICE_PORT=443
BRANCH_NAME=master
GIT_PREVIOUS_COMMIT=b6493d83e20c427780d23ed705d79a602ca1ee5a
OPENJ9_JAVA_OPTIONS=-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle
KUBERNETES_SERVICE_HOST=10.30.0.1
SUB_BRANCH=master
JOB_URL=https://ci.eclipse.org/diffmerge/job/diffmerge/job/master/
WORKSPACE=/home/jenkins/agent/workspace/diffmerge_master
RUN_CHANGES_DISPLAY_URL=https://ci.eclipse.org/diffmerge/job/diffmerge/job/master/44/display/redirect?page=changes
JENKINS_UI_PORT_80_TCP_PROTO=tcp
JENKINS_NAME=centos-7-hnc4k
USER_NAME=jenkins
RUN_ARTIFACTS_DISPLAY_URL=https://ci.eclipse.org/diffmerge/job/diffmerge/job/master/44/display/redirect?page=artifacts
NIGHTLY_KEY=master
JENKINS_HOME=/var/jenkins
GIT_COMMIT=f7461e0ee17edf384a62991f58195209e4f0efbc
PATH=/opt/tools/java/openjdk/jdk-11/latest/bin:/opt/tools/apache-maven/latest/bin:/opt/tools/java/openjdk/jdk-11/latest/bin:/opt/tools/apache-maven/latest/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
MAVEN_HOME=/opt/tools/apache-maven/latest
RUN_DISPLAY_URL=https://ci.eclipse.org/diffmerge/job/diffmerge/job/master/44/display/redirect
JENKINS_DISCOVERY_PORT_50000_TCP_PROTO=tcp
_=/usr/bin/env
JENKINS_UI_PORT_80_TCP_PORT=80
PWD=/home/jenkins/agent/workspace/diffmerge_master
JENKINS_DISCOVERY_SERVICE_HOST=10.30.162.99
JAVA_HOME=/opt/tools/java/openjdk/jdk-11/latest
JENKINS_UI_PORT=tcp://10.30.78.166:80
HUDSON_URL=https://ci.eclipse.org/diffmerge/
LANG=en_US.UTF-8
JOB_NAME=diffmerge/master
FROM_PR=false
GITLAB_OBJECT_KIND=none
SSH_ACCOUNT=genie.diffmerge@projects-storage.eclipse.org
NIGHTLY_DIR=/home/data/httpd/download.eclipse.org/diffmerge/nightly/master
BUILD_DISPLAY_NAME=#44
JENKINS_URL=https://ci.eclipse.org/diffmerge/
BRANCH_IS_PRIMARY=true
BUILD_ID=44
JENKINS_DISCOVERY_PORT=tcp://10.30.162.99:50000
JENKINS_TUNNEL=jenkins-discovery.diffmerge.svc.cluster.local:50000
GIT_PREVIOUS_SUCCESSFUL_COMMIT=b6493d83e20c427780d23ed705d79a602ca1ee5a
JOB_BASE_NAME=master
RUN_TESTS_DISPLAY_URL=https://ci.eclipse.org/diffmerge/job/diffmerge/job/master/44/display/redirect?page=tests
BUILD_KEY=master-44
JENKINS_DISCOVERY_PORT_50000_TCP_ADDR=10.30.162.99
JENKINS_SECRET=****
M2_HOME=/opt/tools/apache-maven/latest
SHLVL=2
HOME=/home/jenkins
GIT_BRANCH=master
KUBERNETES_PORT_443_TCP_PROTO=tcp
KUBERNETES_SERVICE_PORT_HTTPS=443
CI=true
WORKSPACE_TMP=/home/jenkins/agent/workspace/diffmerge_master@tmp
EXECUTOR_NUMBER=0
JENKINS_SERVER_COOKIE=durable-c17739eaf5647f792035cf8cb64a8f9b366e0c5e09a8a7cd5b48498cb2603cf1
NODE_LABELS=centos-7 centos-7-hnc4k jipp-migration migration
GIT_URL=https://github.com/eclipse/org.eclipse.emf.diffmerge.core.git
NSS_SDB_USE_CACHE=no
BUILD_DIR=/home/data/httpd/download.eclipse.org/diffmerge/nightly/master-44
HUDSON_HOME=/var/jenkins
JENKINS_DISCOVERY_PORT_50000_TCP_PORT=50000
NODE_NAME=centos-7-hnc4k
JENKINS_UI_PORT_80_TCP=tcp://10.30.78.166:80
JENKINS_UI_SERVICE_HOST=10.30.78.166
JOB_DISPLAY_URL=https://ci.eclipse.org/diffmerge/job/diffmerge/job/master/display/redirect
BUILD_NUMBER=44
HUDSON_COOKIE=f88b2f52-47a4-48a8-958e-d35be923123b
DISPLAY=:0
KUBERNETES_PORT_443_TCP_ADDR=10.30.0.1
KUBERNETES_PORT_443_TCP=tcp://10.30.0.1:443
JENKINS_AGENT_NAME=centos-7-hnc4k
JENKINS_UI_SERVICE_PORT_HTTP=80
[Pipeline] xvnc
$ pkill Xvnc
$ pkill Xrealvnc
$ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*"
[diffmerge_master] $ Xvnc -help
Starting xvnc
[diffmerge_master] $ Xvnc :83 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset
[Pipeline] {

Xvnc TigerVNC 1.8.0 - built Apr  5 2023 13:48:56
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


Thu Apr 13 09:15:32 2023
 vncext:      VNC extension running!
 vncext:      Listening for VNC connections on all interface(s), port 5983
 vncext:      created VNC server for screen 0
[Pipeline] sh
+ mvn clean install -t /home/jenkins/agent/workspace/diffmerge_master/releng/org.eclipse.emf.diffmerge.configuration/toolchains-hipp.xml -Psign -Pstandalone -Pgui.test
Apache Maven 3.9.0 (9b58d2bad23a66be161c4664ef21ce219c2c8584)
Maven home: /opt/tools/apache-maven/latest
Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
/home/jenkins/agent/workspace/diffmerge_master/plugins/org.eclipse.emf.diffmerge.structures/.polyglot.build.properties
/home/jenkins/agent/workspace/diffmerge_master/plugins/org.eclipse.emf.diffmerge/.polyglot.build.properties
/home/jenkins/agent/workspace/diffmerge_master/plugins/org.eclipse.emf.diffmerge.connector.core/.polyglot.build.properties
/home/jenkins/agent/workspace/diffmerge_master/plugins/org.eclipse.emf.diffmerge.connector.git/.polyglot.build.properties
/home/jenkins/agent/workspace/diffmerge_master/plugins/org.eclipse.emf.diffmerge.generic/.polyglot.build.properties
/home/jenkins/agent/workspace/diffmerge_master/plugins/org.eclipse.emf.diffmerge.pojo/.polyglot.build.properties
/home/jenkins/agent/workspace/diffmerge_master/plugins/org.eclipse.emf.diffmerge.gmf/.polyglot.build.properties
/home/jenkins/agent/workspace/diffmerge_master/plugins/org.eclipse.emf.diffmerge.sirius/.polyglot.build.properties
/home/jenkins/agent/workspace/diffmerge_master/plugins/org.eclipse.emf.diffmerge.ui/.polyglot.build.properties
/home/jenkins/agent/workspace/diffmerge_master/plugins/org.eclipse.emf.diffmerge.ui.gmf/.polyglot.build.properties
/home/jenkins/agent/workspace/diffmerge_master/plugins/org.eclipse.emf.diffmerge.ui.sirius/.polyglot.build.properties
/home/jenkins/agent/workspace/diffmerge_master/features/org.eclipse.emf.diffmerge.feature/.polyglot.build.properties
/home/jenkins/agent/workspace/diffmerge_master/features/org.eclipse.emf.diffmerge.egit.feature/.polyglot.build.properties
/home/jenkins/agent/workspace/diffmerge_master/features/org.eclipse.emf.diffmerge.gmf.feature/.polyglot.build.properties
/home/jenkins/agent/workspace/diffmerge_master/features/org.eclipse.emf.diffmerge.sirius.feature/.polyglot.build.properties
/home/jenkins/agent/workspace/diffmerge_master/features/org.eclipse.emf.diffmerge.tests.feature/.polyglot.build.properties
/home/jenkins/agent/workspace/diffmerge_master/features/org.eclipse.emf.diffmerge.sdk.feature/.polyglot.build.properties
/home/jenkins/agent/workspace/diffmerge_master/tests/org.eclipse.emf.diffmerge.tests.elements/.polyglot.build.properties
/home/jenkins/agent/workspace/diffmerge_master/tests/org.eclipse.emf.diffmerge.tests.elements.edit/.polyglot.build.properties
/home/jenkins/agent/workspace/diffmerge_master/tests/org.eclipse.emf.diffmerge.tests.elements.editor/.polyglot.build.properties
/home/jenkins/agent/workspace/diffmerge_master/tests/org.eclipse.emf.diffmerge.tests.workspace/.polyglot.build.properties
[WARNING] The POM for org.apache.commons:commons-lang3:jar:3.8.1 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for commons-io:commons-io:jar:2.6 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for commons-io:commons-io:jar:2.6 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-compress:jar:1.21 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for commons-io:commons-io:jar:2.6 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-compress:jar:1.19 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-lang3:jar:3.5 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for commons-io:commons-io:jar:2.5 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-lang3:jar:3.8.1 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-lang3:jar:3.8.1 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for commons-io:commons-io:jar:2.6 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for commons-io:commons-io:jar:2.5 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-compress:jar:1.21 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-exec:jar:1.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-lang3:jar:3.8.1 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for commons-io:commons-io:jar:2.6 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-compress:jar:1.21 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-exec:jar:1.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-lang3:jar:3.8.1 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for commons-io:commons-io:jar:2.6 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-compress:jar:1.21 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-exec:jar:1.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-lang3:jar:3.8.1 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for commons-io:commons-io:jar:2.6 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-compress:jar:1.21 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-compress:jar:sources:1.21 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-lang3:jar:3.8.1 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for commons-io:commons-io:jar:2.6 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-compress:jar:1.21 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for commons-io:commons-io:jar:2.5 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] Computing target platform for MavenProject: org.eclipse.emf.diffmerge:org.eclipse.emf.diffmerge.structures:0.14.1-SNAPSHOT @ /home/jenkins/agent/workspace/diffmerge_master/plugins/org.eclipse.emf.diffmerge.structures/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.diffmerge:org.eclipse.emf.diffmerge.structures:0.14.1-SNAPSHOT @ /home/jenkins/agent/workspace/diffmerge_master/plugins/org.eclipse.emf.diffmerge.structures/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.emf.diffmerge:org.eclipse.emf.diffmerge.structures:0.14.1-SNAPSHOT @ /home/jenkins/agent/workspace/diffmerge_master/plugins/org.eclipse.emf.diffmerge.structures/.polyglot.build.properties
[INFO] Fetching 202303151000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2023-03/ (63B)
[INFO] Fetching org.eclipse.core.contenttype_3.8.200.v20220817-1539.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (101.83kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.10.200.v20230120-0604.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (135.73kB)
[INFO] Fetching org.eclipse.equinox.registry_3.11.200.v20220817-1601.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (196.21kB)
[INFO] Fetching org.eclipse.equinox.common_3.17.100.v20230202-1341.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (147.22kB)
[INFO] Fetching org.eclipse.osgi_3.18.300.v20230220-1352.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.47MB)
[INFO] Fetching org.eclipse.core.jobs_3.13.300.v20230111-0823.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (114.59kB)
[INFO] Fetching org.eclipse.core.runtime_3.26.100.v20221021-0005.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (74.44kB)
[INFO] Fetching org.eclipse.equinox.app_1.6.200.v20220720-2012.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (90.9kB)
[INFO] Fetching org.eclipse.emf.common_2.28.0.v20230223-0922.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (378.6kB)
[ERROR] An error occurred while transferring artifact canonical: osgi.bundle,org.osgi.service.prefs,1.1.2.202109301733 from repository http://download.eclipse.org/releases/2023-03/202303151000:
[ERROR]    Result of processing steps.:
[ERROR]       Public key not found for 8074478291308066379.
[ERROR] Internal error: org.eclipse.tycho.repository.local.MirroringArtifactProvider$MirroringFailedException: Could not mirror artifact osgi.bundle,org.osgi.service.prefs,1.1.2.202109301733 into the local Maven repository.See log output for details. -> [Help 1]
org.apache.maven.InternalErrorException: Internal error: org.eclipse.tycho.repository.local.MirroringArtifactProvider$MirroringFailedException: Could not mirror artifact osgi.bundle,org.osgi.service.prefs,1.1.2.202109301733 into the local Maven repository.See log output for details.
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:108)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:821)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:270)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:566)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: org.eclipse.tycho.repository.local.MirroringArtifactProvider$MirroringFailedException: Could not mirror artifact osgi.bundle,org.osgi.service.prefs,1.1.2.202109301733 into the local Maven repository.See log output for details.
    at org.eclipse.tycho.repository.local.MirroringArtifactProvider.downloadArtifact (MirroringArtifactProvider.java:237)
    at org.eclipse.tycho.repository.local.MirroringArtifactProvider.makeOneFormatLocallyAvailable (MirroringArtifactProvider.java:218)
    at org.eclipse.tycho.repository.local.PackedFormatMirroringArtifactProvider.makeOneFormatLocallyAvailable (PackedFormatMirroringArtifactProvider.java:55)
    at org.eclipse.tycho.repository.local.MirroringArtifactProvider.makeLocallyAvailable (MirroringArtifactProvider.java:185)
    at org.eclipse.tycho.repository.local.MirroringArtifactProvider.getArtifactFile (MirroringArtifactProvider.java:124)
    at org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProvider.getArtifactFile (CompositeArtifactProvider.java:87)
    at org.eclipse.tycho.p2.target.TargetPlatformBaseImpl.getLocalArtifactFile (TargetPlatformBaseImpl.java:130)
    at org.eclipse.tycho.p2.resolver.DefaultP2ResolutionResult.lambda$0 (DefaultP2ResolutionResult.java:58)
    at org.eclipse.tycho.p2.resolver.DefaultP2ResolutionResultEntry.getLocation (DefaultP2ResolutionResultEntry.java:73)
    at org.eclipse.tycho.p2.resolver.P2DependencyResolver.lambda$newDefaultTargetPlatform$2 (P2DependencyResolver.java:450)
    at org.eclipse.tycho.core.osgitools.targetplatform.ArtifactCollection.lambda$addArtifactFile$2 (ArtifactCollection.java:66)
    at org.eclipse.tycho.core.osgitools.DefaultArtifactDescriptor.getLocation (DefaultArtifactDescriptor.java:62)
    at org.eclipse.tycho.core.osgitools.targetplatform.ArtifactCollection.lambda$addArtifact$3 (ArtifactCollection.java:121)
    at org.eclipse.tycho.core.osgitools.DefaultArtifactDescriptor.getLocation (DefaultArtifactDescriptor.java:62)
    at org.eclipse.tycho.core.osgitools.targetplatform.ArtifactCollection.lambda$addArtifact$3 (ArtifactCollection.java:121)
    at org.eclipse.tycho.core.osgitools.DefaultArtifactDescriptor.getLocation (DefaultArtifactDescriptor.java:62)
    at org.eclipse.tycho.core.osgitools.EquinoxResolver.newState (EquinoxResolver.java:351)
    at org.eclipse.tycho.core.osgitools.EquinoxResolver.newResolvedState (EquinoxResolver.java:126)
    at org.eclipse.tycho.core.osgitools.OsgiBundleProject.getResolverState (OsgiBundleProject.java:326)
    at org.eclipse.tycho.core.osgitools.OsgiBundleProject.resolveClassPath (OsgiBundleProject.java:196)
    at org.eclipse.tycho.core.resolver.DefaultTychoResolver.resolveProject (DefaultTychoResolver.java:173)
    at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.lambda$resolveProjects$0 (TychoMavenLifecycleParticipant.java:147)
    at java.util.stream.ForEachOps$ForEachOp$OfRef.accept (ForEachOps.java:183)
    at java.util.stream.WhileOps$1$1.accept (WhileOps.java:99)
    at java.util.ArrayList$ArrayListSpliterator.tryAdvance (ArrayList.java:1631)
    at java.util.stream.ReferencePipeline.forEachWithCancel (ReferencePipeline.java:127)
    at java.util.stream.AbstractPipeline.copyIntoWithCancel (AbstractPipeline.java:502)
    at java.util.stream.AbstractPipeline.copyInto (AbstractPipeline.java:488)
    at java.util.stream.AbstractPipeline.wrapAndCopyInto (AbstractPipeline.java:474)
    at java.util.stream.ForEachOps$ForEachOp.evaluateSequential (ForEachOps.java:150)
    at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential (ForEachOps.java:173)
    at java.util.stream.AbstractPipeline.evaluate (AbstractPipeline.java:234)
    at java.util.stream.ReferencePipeline.forEach (ReferencePipeline.java:497)
    at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.resolveProjects (TychoMavenLifecycleParticipant.java:178)
    at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:105)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:222)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:172)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:100)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:821)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:270)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:566)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[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/InternalErrorException
[Pipeline] }
Terminating xvnc.
[Pipeline] // xvnc
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Publish artifacts)
Stage "Publish artifacts" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Publish nightly)
Stage "Publish nightly" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Trigger childs)
Stage "Trigger childs" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1

GitHub has been notified of this commit’s build result

Finished: FAILURE