Skip to content
Failed

Console Output

Push event to branch master
09:35:56 Connecting to https://api.github.com using GitHub bot (username/token)
Obtained Jenkinsfile from 9dc4f864016848c1bb6042dc05f404f2d3910dad
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
Agent basic-hwzxs is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-hwzxs"
  namespace: "packaging"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.packaging.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-hwzxs"
    - 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: "basic-hwzxs"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.packaging.svc.cluster.local/packaging/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc"
    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-packaging"
      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 basic-hwzxs in /home/jenkins/agent/workspace/epp_master
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
using credential github-bot
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/eclipse-packaging/packages.git
 > git init /home/jenkins/agent/workspace/epp_master # timeout=10
Fetching upstream changes from https://github.com/eclipse-packaging/packages.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --no-tags --force --progress -- https://github.com/eclipse-packaging/packages.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Avoid second fetch
Checking out Revision 9dc4f864016848c1bb6042dc05f404f2d3910dad (master)
 > git config remote.origin.url https://github.com/eclipse-packaging/packages.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 9dc4f864016848c1bb6042dc05f404f2d3910dad # timeout=10
Commit message: "Prepare repo for 2024-06 M2"
 > git rev-list --no-walk bfb696820cd18b6e588c948bb52c574086e4ab49 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Prepare shared building space on download.e.o)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sshagent
09:36:27 [2024-04-29T13:36:27.894Z] [ssh-agent] Using credentials genie.packaging (ssh://genie.packaging@projects-storage.eclipse.org)
09:36:27 [2024-04-29T13:36:27.894Z] [ssh-agent] Looking for ssh-agent implementation...
09:36:27 [2024-04-29T13:36:27.937Z] [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
09:36:27 [2024-04-29T13:36:27.942Z] $ ssh-agent
09:36:27 [2024-04-29T13:36:27.957Z] SSH_AUTH_SOCK=/tmp/ssh-CIzt4XPq0RSC/agent.137
09:36:27 [2024-04-29T13:36:27.957Z] SSH_AGENT_PID=139
09:36:27 [2024-04-29T13:36:27.969Z] Running ssh-add (command line suppressed)
09:36:27 [2024-04-29T13:36:27.988Z] Identity added: /home/jenkins/agent/workspace/epp_master@tmp/private_key_12759871330369095851.key (/home/jenkins/agent/workspace/epp_master@tmp/private_key_12759871330369095851.key)
09:36:28 [2024-04-29T13:36:28.000Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
09:36:28 [2024-04-29T13:36:28.698Z] + ssh genie.packaging@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/technology/epp/building/
[Pipeline] sh
09:36:29 [2024-04-29T13:36:29.927Z] + ssh genie.packaging@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/technology/epp/building//repository
[Pipeline] }
09:36:30 [2024-04-29T13:36:30.199Z] $ ssh-agent -k
09:36:30 [2024-04-29T13:36:30.206Z] unset SSH_AUTH_SOCK;
09:36:30 [2024-04-29T13:36:30.207Z] unset SSH_AGENT_PID;
09:36:30 [2024-04-29T13:36:30.207Z] echo Agent pid 139 killed;
09:36:30 [2024-04-29T13:36:30.213Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build p2)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
09:36:31 [2024-04-29T13:36:31.211Z] + mvn verify -Depp.p2.all -Depp.product.all --batch-mode --show-version -Dmaven.repo.local=.repository -Declipse.p2.mirrors=false -Peclipse-sign-jar -Pepp.p2.aggregation
09:36:31 [2024-04-29T13:36:31.778Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
09:36:31 [2024-04-29T13:36:31.778Z] Maven home: /opt/tools/apache-maven/latest
09:36:31 [2024-04-29T13:36:31.778Z] Java version: 21.0.2, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-21/jdk-21.0.2+13
09:36:31 [2024-04-29T13:36:31.778Z] Default locale: en_US, platform encoding: UTF-8
09:36:31 [2024-04-29T13:36:31.778Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
09:36:34 [2024-04-29T13:36:34.319Z] [INFO] Scanning for projects...
09:36:46 [2024-04-29T13:36:46.557Z] [INFO] Tycho Version:  4.0.8-SNAPSHOT (2c8cd5c3eb29ce1b74049faa671c195c0e40f62c)
09:36:46 [2024-04-29T13:36:46.557Z] [INFO] Tycho Mode:     project
09:36:46 [2024-04-29T13:36:46.557Z] [INFO] Tycho Builder:  maven
09:36:46 [2024-04-29T13:36:46.557Z] [INFO] Build Threads:  1
09:36:58 [2024-04-29T13:36:58.772Z] [INFO] ------------------------------------------------------------------------
09:36:58 [2024-04-29T13:36:58.772Z] [INFO] Reactor Build Order:
09:36:58 [2024-04-29T13:36:58.772Z] [INFO] 
09:36:58 [2024-04-29T13:36:58.772Z] [INFO] org.eclipse.epp.package.common                          [eclipse-plugin]
09:36:58 [2024-04-29T13:36:58.772Z] [INFO] org.eclipse.epp.package.common.feature                 [eclipse-feature]
09:36:58 [2024-04-29T13:36:58.772Z] [INFO] org.eclipse.epp.package.cpp                             [eclipse-plugin]
09:36:58 [2024-04-29T13:36:58.772Z] [INFO] org.eclipse.epp.package.cpp.feature                    [eclipse-feature]
09:36:58 [2024-04-29T13:36:58.772Z] [INFO] epp.package.cpp                                     [eclipse-repository]
09:36:58 [2024-04-29T13:36:58.772Z] [INFO] org.eclipse.epp.package.dsl                             [eclipse-plugin]
09:36:58 [2024-04-29T13:36:58.773Z] [INFO] org.eclipse.epp.package.dsl.feature                    [eclipse-feature]
09:36:58 [2024-04-29T13:36:58.773Z] [INFO] epp.package.dsl                                     [eclipse-repository]
09:36:58 [2024-04-29T13:36:58.773Z] [INFO] org.eclipse.epp.package.embedcpp                        [eclipse-plugin]
09:36:58 [2024-04-29T13:36:58.773Z] [INFO] org.eclipse.epp.package.embedcpp.feature               [eclipse-feature]
09:36:58 [2024-04-29T13:36:58.773Z] [INFO] epp.package.embedcpp                                [eclipse-repository]
09:36:58 [2024-04-29T13:36:58.773Z] [INFO] org.eclipse.epp.package.java                            [eclipse-plugin]
09:36:58 [2024-04-29T13:36:58.773Z] [INFO] org.eclipse.epp.package.java.feature                   [eclipse-feature]
09:36:58 [2024-04-29T13:36:58.773Z] [INFO] epp.package.java                                    [eclipse-repository]
09:36:58 [2024-04-29T13:36:58.773Z] [INFO] org.eclipse.epp.package.jee                             [eclipse-plugin]
09:36:58 [2024-04-29T13:36:58.773Z] [INFO] org.eclipse.epp.package.jee.feature                    [eclipse-feature]
09:36:58 [2024-04-29T13:36:58.773Z] [INFO] epp.package.jee                                     [eclipse-repository]
09:36:58 [2024-04-29T13:36:58.773Z] [INFO] org.eclipse.epp.package.modeling                        [eclipse-plugin]
09:36:58 [2024-04-29T13:36:58.773Z] [INFO] org.eclipse.epp.package.modeling.feature               [eclipse-feature]
09:36:58 [2024-04-29T13:36:58.773Z] [INFO] epp.package.modeling                                [eclipse-repository]
09:36:58 [2024-04-29T13:36:58.773Z] [INFO] org.eclipse.epp.package.php                             [eclipse-plugin]
09:36:58 [2024-04-29T13:36:58.773Z] [INFO] org.eclipse.epp.package.php.feature                    [eclipse-feature]
09:36:58 [2024-04-29T13:36:58.773Z] [INFO] epp.package.php                                     [eclipse-repository]
09:36:58 [2024-04-29T13:36:58.773Z] [INFO] org.eclipse.epp.package.rcp                             [eclipse-plugin]
09:36:58 [2024-04-29T13:36:58.773Z] [INFO] org.eclipse.epp.package.rcp.feature                    [eclipse-feature]
09:36:58 [2024-04-29T13:36:58.773Z] [INFO] epp.package.rcp                                     [eclipse-repository]
09:36:58 [2024-04-29T13:36:58.773Z] [INFO] org.eclipse.epp.package.scout                           [eclipse-plugin]
09:36:58 [2024-04-29T13:36:58.773Z] [INFO] org.eclipse.epp.package.scout.feature                  [eclipse-feature]
09:36:58 [2024-04-29T13:36:58.773Z] [INFO] epp.package.scout                                   [eclipse-repository]
09:36:58 [2024-04-29T13:36:58.773Z] [INFO] org.eclipse.epp.package.committers                      [eclipse-plugin]
09:36:58 [2024-04-29T13:36:58.773Z] [INFO] org.eclipse.epp.package.committers.feature             [eclipse-feature]
09:36:58 [2024-04-29T13:36:58.773Z] [INFO] epp.package.committers                              [eclipse-repository]
09:36:58 [2024-04-29T13:36:58.773Z] [INFO] org.eclipse.epp-parent-aggregation                                 [pom]
09:36:58 [2024-04-29T13:36:58.773Z] [INFO] org.eclipse.epp-buildall                                           [pom]
09:36:58 [2024-04-29T13:36:58.773Z] [INFO] 
09:36:58 [2024-04-29T13:36:58.773Z] [INFO] -----------< org.eclipse.epp:org.eclipse.epp.package.common >-----------
09:36:58 [2024-04-29T13:36:58.773Z] [INFO] Building org.eclipse.epp.package.common 4.32.0-SNAPSHOT           [1/34]
09:36:58 [2024-04-29T13:36:58.773Z] [INFO]   from packages/org.eclipse.epp.package.common/pom.xml
09:36:58 [2024-04-29T13:36:58.773Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:37:05 [2024-04-29T13:37:05.338Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ###
09:37:05 [2024-04-29T13:37:05.338Z] [INFO]     Cache location:         /home/jenkins/agent/workspace/epp_master/.repository/.cache/tycho
09:37:05 [2024-04-29T13:37:05.338Z] [INFO]     Transport mode:         online
09:37:05 [2024-04-29T13:37:05.338Z] [INFO]     Http Transport type:    Java11Client
09:37:05 [2024-04-29T13:37:05.338Z] [INFO]     Update mode:            cache first
09:37:05 [2024-04-29T13:37:05.338Z] [INFO]     Minimum cache duration: 60 minutes
09:37:05 [2024-04-29T13:37:05.338Z] [INFO]       (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>)
09:37:05 [2024-04-29T13:37:05.338Z] [INFO] Adding repository https://download.eclipse.org/staging/2024-06
09:37:08 [2024-04-29T13:37:08.635Z] [INFO] Adding repository https://download.eclipse.org/cbi/updates/license
09:37:08 [2024-04-29T13:37:08.635Z] [INFO] Adding repository https://download.eclipse.org/justj/jres/21/updates/release/latest
09:37:09 [2024-04-29T13:37:09.229Z] [INFO] Adding repository https://download.eclipse.org/justj/epp/milestone/latest
09:37:17 [2024-04-29T13:37:17.404Z] [INFO] Artifact commons-io:commons-io:jar:2.16.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
09:37:17 [2024-04-29T13:37:17.404Z] [INFO] Artifact commons-io:commons-io:jar:2.16.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
09:37:17 [2024-04-29T13:37:17.405Z] [INFO] Artifact org.apache.felix:org.apache.felix.scr:jar:2.2.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
09:37:17 [2024-04-29T13:37:17.405Z] [INFO] Artifact org.apache.felix:org.apache.felix.scr:jar:2.2.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
09:37:17 [2024-04-29T13:37:17.405Z] [INFO] Artifact org.osgi:org.osgi.service.component:jar:1.5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
09:37:17 [2024-04-29T13:37:17.405Z] [INFO] Artifact org.osgi:org.osgi.service.component:jar:1.5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
09:37:17 [2024-04-29T13:37:17.405Z] [INFO] Artifact org.osgi:org.osgi.util.promise:jar:1.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
09:37:17 [2024-04-29T13:37:17.405Z] [INFO] Artifact org.osgi:org.osgi.util.promise:jar:1.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
09:37:18 [2024-04-29T13:37:18.341Z] [WARNING] Mapping P2 > Maven Coordinates failed: The following artifacts could not be resolved: org.osgi:org.osgi.service.event:jar:1.4.1 (absent): Could not transfer artifact org.osgi:org.osgi.service.event:jar:1.4.1 from/to maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts): status code: 403, reason phrase: Forbidden (403)
09:37:18 [2024-04-29T13:37:18.604Z] [INFO] Artifact org.osgi:org.osgi.service.prefs:jar:1.1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
09:37:18 [2024-04-29T13:37:18.604Z] [INFO] Artifact org.osgi:org.osgi.service.prefs:jar:1.1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
09:37:22 [2024-04-29T13:37:22.788Z] [WARNING] Mapping P2 > Maven Coordinates failed: The following artifacts could not be resolved: org.osgi:org.osgi.service.event:jar:1.4.1 (absent): org.osgi:org.osgi.service.event:jar:1.4.1 failed to transfer from https://repo.eclipse.org/content/repositories/orbit-approved-artifacts during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of maven-ant-repository2 has elapsed or updates are forced. Original error: Could not transfer artifact org.osgi:org.osgi.service.event:jar:1.4.1 from/to maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts): status code: 403, reason phrase: Forbidden (403)
09:37:22 [2024-04-29T13:37:22.788Z] [INFO] Artifact org.osgi:org.osgi.util.function:jar:1.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
09:37:22 [2024-04-29T13:37:22.788Z] [INFO] Artifact org.osgi:org.osgi.util.function:jar:1.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
09:37:24 [2024-04-29T13:37:24.690Z] [INFO] Artifact org.codehaus.mojo:animal-sniffer-annotations:jar:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
09:37:24 [2024-04-29T13:37:24.691Z] [INFO] Artifact org.osgi:org.osgi.namespace.extender:jar:1.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
09:37:24 [2024-04-29T13:37:24.691Z] [INFO] Artifact org.codehaus.mojo:animal-sniffer-annotations:jar:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
09:37:24 [2024-04-29T13:37:24.691Z] [INFO] Artifact org.osgi:org.osgi.namespace.extender:jar:1.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
09:37:24 [2024-04-29T13:37:24.949Z] [INFO] 
09:37:24 [2024-04-29T13:37:24.949Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.common ---
09:37:28 [2024-04-29T13:37:28.236Z] [INFO] The project's OSGi version is 4.32.0.20240411-1203
09:37:28 [2024-04-29T13:37:28.236Z] [INFO] 
09:37:28 [2024-04-29T13:37:28.237Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.common ---
09:37:28 [2024-04-29T13:37:28.237Z] [INFO] 
09:37:28 [2024-04-29T13:37:28.237Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.common ---
09:37:28 [2024-04-29T13:37:28.237Z] [INFO] 
09:37:28 [2024-04-29T13:37:28.237Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.common ---
09:37:28 [2024-04-29T13:37:28.237Z] [INFO] 
09:37:28 [2024-04-29T13:37:28.237Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.epp.package.common ---
09:37:28 [2024-04-29T13:37:28.237Z] [INFO] Resolving class path of org.eclipse.epp.package.common
09:37:29 [2024-04-29T13:37:29.195Z] [INFO] 
09:37:29 [2024-04-29T13:37:29.195Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.common ---
09:37:32 [2024-04-29T13:37:32.479Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:37:32 [2024-04-29T13:37:32.479Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:37:32 [2024-04-29T13:37:32.479Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.common/src/main/resources
09:37:32 [2024-04-29T13:37:32.479Z] [INFO] 
09:37:32 [2024-04-29T13:37:32.479Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:compile (default-compile) @ org.eclipse.epp.package.common ---
09:37:32 [2024-04-29T13:37:32.737Z] [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.common/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
09:37:34 [2024-04-29T13:37:34.664Z] [INFO] 
09:37:34 [2024-04-29T13:37:34.664Z] [INFO] --- tycho-bnd:4.0.8-SNAPSHOT:process (default-process) @ org.eclipse.epp.package.common ---
09:37:34 [2024-04-29T13:37:34.664Z] [INFO] 
09:37:34 [2024-04-29T13:37:34.664Z] [INFO] --- tycho-ds:4.0.8-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.epp.package.common ---
09:37:34 [2024-04-29T13:37:34.664Z] [INFO] 
09:37:34 [2024-04-29T13:37:34.664Z] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.common ---
09:37:34 [2024-04-29T13:37:34.664Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:37:34 [2024-04-29T13:37:34.664Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:37:34 [2024-04-29T13:37:34.664Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.common/src/test/resources
09:37:34 [2024-04-29T13:37:34.664Z] [INFO] 
09:37:34 [2024-04-29T13:37:34.664Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.epp.package.common ---
09:37:34 [2024-04-29T13:37:34.665Z] [INFO] 
09:37:34 [2024-04-29T13:37:34.665Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.common ---
09:37:34 [2024-04-29T13:37:34.665Z] [INFO] 118 system scoped dependencies were not mapped to maven artifacts
09:37:34 [2024-04-29T13:37:34.665Z] [INFO] 
09:37:34 [2024-04-29T13:37:34.665Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.epp.package.common ---
09:37:34 [2024-04-29T13:37:34.923Z] [INFO] Building jar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.common/target/org.eclipse.epp.package.common-4.32.0-SNAPSHOT.jar
09:37:35 [2024-04-29T13:37:35.184Z] [INFO] 
09:37:35 [2024-04-29T13:37:35.184Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.common ---
09:37:35 [2024-04-29T13:37:35.184Z] [INFO] 
09:37:35 [2024-04-29T13:37:35.184Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.common ---
09:37:37 [2024-04-29T13:37:37.709Z] [INFO] Signing jar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.common/target/org.eclipse.epp.package.common-4.32.0-SNAPSHOT.jar
09:37:39 [2024-04-29T13:37:39.081Z] [INFO] 
09:37:39 [2024-04-29T13:37:39.082Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.common ---
09:37:39 [2024-04-29T13:37:39.082Z] [INFO] 
09:37:39 [2024-04-29T13:37:39.082Z] [INFO] -------< org.eclipse.epp:org.eclipse.epp.package.common.feature >-------
09:37:39 [2024-04-29T13:37:39.082Z] [INFO] Building org.eclipse.epp.package.common.feature 4.32.0-SNAPSHOT   [2/34]
09:37:39 [2024-04-29T13:37:39.082Z] [INFO]   from packages/org.eclipse.epp.package.common.feature/pom.xml
09:37:39 [2024-04-29T13:37:39.082Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
09:37:39 [2024-04-29T13:37:39.082Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:org.eclipse.epp.package.common.feature:4.32.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.common.feature/pom.xml
09:37:41 [2024-04-29T13:37:41.615Z] [WARNING] Mapping P2 > Maven Coordinates failed: The following artifacts could not be resolved: org.osgi:org.osgi.service.event:jar:1.4.1 (absent): org.osgi:org.osgi.service.event:jar:1.4.1 failed to transfer from https://repo.eclipse.org/content/repositories/orbit-approved-artifacts during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of maven-ant-repository2 has elapsed or updates are forced. Original error: Could not transfer artifact org.osgi:org.osgi.service.event:jar:1.4.1 from/to maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts): status code: 403, reason phrase: Forbidden (403)
09:37:41 [2024-04-29T13:37:41.873Z] [INFO] Artifact org.tukaani:xz:jar:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
09:37:41 [2024-04-29T13:37:41.873Z] [INFO] Artifact org.tukaani:xz:jar:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
09:37:41 [2024-04-29T13:37:41.873Z] [INFO] Artifact org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
09:37:41 [2024-04-29T13:37:41.874Z] [INFO] Artifact org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
09:37:41 [2024-04-29T13:37:41.874Z] [INFO] Artifact org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
09:37:41 [2024-04-29T13:37:41.874Z] [INFO] Artifact org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
09:37:42 [2024-04-29T13:37:42.131Z] [WARNING] Mapping P2 > Maven Coordinates failed: The following artifacts could not be resolved: org.osgi:org.osgi.service.event:jar:1.4.1 (absent): org.osgi:org.osgi.service.event:jar:1.4.1 failed to transfer from https://repo.eclipse.org/content/repositories/orbit-approved-artifacts during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of maven-ant-repository2 has elapsed or updates are forced. Original error: Could not transfer artifact org.osgi:org.osgi.service.event:jar:1.4.1 from/to maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts): status code: 403, reason phrase: Forbidden (403)
09:37:43 [2024-04-29T13:37:43.503Z] [INFO] 
09:37:43 [2024-04-29T13:37:43.503Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.common.feature ---
09:37:43 [2024-04-29T13:37:43.503Z] [INFO] The project's OSGi version is 4.32.0.20240411-1203
09:37:43 [2024-04-29T13:37:43.503Z] [INFO] 
09:37:43 [2024-04-29T13:37:43.503Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.common.feature ---
09:37:43 [2024-04-29T13:37:43.503Z] [INFO] 
09:37:43 [2024-04-29T13:37:43.503Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.common.feature ---
09:37:43 [2024-04-29T13:37:43.503Z] [INFO] 
09:37:43 [2024-04-29T13:37:43.503Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.common.feature ---
09:37:43 [2024-04-29T13:37:43.503Z] [INFO] 
09:37:43 [2024-04-29T13:37:43.503Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.common.feature ---
09:37:43 [2024-04-29T13:37:43.503Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:37:43 [2024-04-29T13:37:43.503Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:37:43 [2024-04-29T13:37:43.503Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.common.feature/src/main/resources
09:37:43 [2024-04-29T13:37:43.503Z] [INFO] 
09:37:43 [2024-04-29T13:37:43.503Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.common.feature ---
09:37:55 [2024-04-29T13:37:55.696Z] [INFO] 383 system scoped dependencies were not mapped to maven artifacts
09:37:55 [2024-04-29T13:37:55.696Z] [INFO] 
09:37:55 [2024-04-29T13:37:55.696Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.epp.package.common.feature ---
09:37:55 [2024-04-29T13:37:55.696Z] [INFO] Building jar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.common.feature/target/org.eclipse.epp.package.common.feature-4.32.0-SNAPSHOT.jar
09:37:55 [2024-04-29T13:37:55.696Z] [INFO] 
09:37:55 [2024-04-29T13:37:55.696Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.common.feature ---
09:37:55 [2024-04-29T13:37:55.696Z] [INFO] 
09:37:55 [2024-04-29T13:37:55.696Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.common.feature ---
09:37:55 [2024-04-29T13:37:55.696Z] [INFO] 
09:37:55 [2024-04-29T13:37:55.696Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.common.feature ---
09:37:55 [2024-04-29T13:37:55.696Z] [INFO] Signing jar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.common.feature/target/org.eclipse.epp.package.common.feature-4.32.0-SNAPSHOT.jar
09:37:55 [2024-04-29T13:37:55.696Z] [INFO] 
09:37:55 [2024-04-29T13:37:55.696Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.common.feature ---
09:37:55 [2024-04-29T13:37:55.696Z] [INFO] 
09:37:55 [2024-04-29T13:37:55.696Z] [INFO] ------------< org.eclipse.epp:org.eclipse.epp.package.cpp >-------------
09:37:55 [2024-04-29T13:37:55.696Z] [INFO] Building org.eclipse.epp.package.cpp 4.32.0-SNAPSHOT              [3/34]
09:37:55 [2024-04-29T13:37:55.696Z] [INFO]   from packages/org.eclipse.epp.package.cpp/pom.xml
09:37:55 [2024-04-29T13:37:55.696Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:37:56 [2024-04-29T13:37:56.629Z] [WARNING] Mapping P2 > Maven Coordinates failed: The following artifacts could not be resolved: org.osgi:org.osgi.service.event:jar:1.4.1 (absent): org.osgi:org.osgi.service.event:jar:1.4.1 failed to transfer from https://repo.eclipse.org/content/repositories/orbit-approved-artifacts during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of maven-ant-repository2 has elapsed or updates are forced. Original error: Could not transfer artifact org.osgi:org.osgi.service.event:jar:1.4.1 from/to maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts): status code: 403, reason phrase: Forbidden (403)
09:37:56 [2024-04-29T13:37:56.629Z] [WARNING] Mapping P2 > Maven Coordinates failed: The following artifacts could not be resolved: org.osgi:org.osgi.service.event:jar:1.4.1 (absent): org.osgi:org.osgi.service.event:jar:1.4.1 failed to transfer from https://repo.eclipse.org/content/repositories/orbit-approved-artifacts during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of maven-ant-repository2 has elapsed or updates are forced. Original error: Could not transfer artifact org.osgi:org.osgi.service.event:jar:1.4.1 from/to maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts): status code: 403, reason phrase: Forbidden (403)
09:37:56 [2024-04-29T13:37:56.629Z] [INFO] 
09:37:56 [2024-04-29T13:37:56.629Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.cpp ---
09:37:56 [2024-04-29T13:37:56.629Z] [INFO] The project's OSGi version is 4.32.0.20240411-1203
09:37:56 [2024-04-29T13:37:56.629Z] [INFO] 
09:37:56 [2024-04-29T13:37:56.629Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.cpp ---
09:37:56 [2024-04-29T13:37:56.629Z] [INFO] 
09:37:56 [2024-04-29T13:37:56.629Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.cpp ---
09:37:56 [2024-04-29T13:37:56.629Z] [INFO] 
09:37:56 [2024-04-29T13:37:56.629Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.cpp ---
09:37:56 [2024-04-29T13:37:56.629Z] [INFO] 
09:37:56 [2024-04-29T13:37:56.629Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.epp.package.cpp ---
09:37:56 [2024-04-29T13:37:56.629Z] [INFO] Resolving class path of org.eclipse.epp.package.cpp
09:37:56 [2024-04-29T13:37:56.629Z] [INFO] 
09:37:56 [2024-04-29T13:37:56.629Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.cpp ---
09:37:56 [2024-04-29T13:37:56.629Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:37:56 [2024-04-29T13:37:56.629Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:37:56 [2024-04-29T13:37:56.629Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp/src/main/resources
09:37:56 [2024-04-29T13:37:56.629Z] [INFO] 
09:37:56 [2024-04-29T13:37:56.629Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:compile (default-compile) @ org.eclipse.epp.package.cpp ---
09:37:56 [2024-04-29T13:37:56.629Z] [INFO] 
09:37:56 [2024-04-29T13:37:56.629Z] [INFO] --- tycho-bnd:4.0.8-SNAPSHOT:process (default-process) @ org.eclipse.epp.package.cpp ---
09:37:56 [2024-04-29T13:37:56.629Z] [INFO] 
09:37:56 [2024-04-29T13:37:56.629Z] [INFO] --- tycho-ds:4.0.8-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.epp.package.cpp ---
09:37:56 [2024-04-29T13:37:56.629Z] [INFO] 
09:37:56 [2024-04-29T13:37:56.629Z] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.cpp ---
09:37:56 [2024-04-29T13:37:56.629Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:37:56 [2024-04-29T13:37:56.629Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:37:56 [2024-04-29T13:37:56.630Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp/src/test/resources
09:37:56 [2024-04-29T13:37:56.630Z] [INFO] 
09:37:56 [2024-04-29T13:37:56.630Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.epp.package.cpp ---
09:37:56 [2024-04-29T13:37:56.630Z] [INFO] 
09:37:56 [2024-04-29T13:37:56.630Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.cpp ---
09:37:56 [2024-04-29T13:37:56.630Z] [INFO] 118 system scoped dependencies were not mapped to maven artifacts
09:37:56 [2024-04-29T13:37:56.630Z] [INFO] 
09:37:56 [2024-04-29T13:37:56.630Z] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.epp.package.cpp ---
09:37:56 [2024-04-29T13:37:56.630Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:37:56 [2024-04-29T13:37:56.630Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:37:56 [2024-04-29T13:37:56.630Z] [INFO] Copying 1 resource
09:37:56 [2024-04-29T13:37:56.888Z] [INFO] 
09:37:56 [2024-04-29T13:37:56.888Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.epp.package.cpp ---
09:37:56 [2024-04-29T13:37:56.888Z] [INFO] Building jar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp/target/org.eclipse.epp.package.cpp-4.32.0-SNAPSHOT.jar
09:37:56 [2024-04-29T13:37:56.888Z] [INFO] 
09:37:56 [2024-04-29T13:37:56.888Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.cpp ---
09:37:56 [2024-04-29T13:37:56.888Z] [INFO] 
09:37:56 [2024-04-29T13:37:56.888Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.cpp ---
09:37:56 [2024-04-29T13:37:56.888Z] [INFO] Signing jar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp/target/org.eclipse.epp.package.cpp-4.32.0-SNAPSHOT.jar
09:37:58 [2024-04-29T13:37:58.260Z] [INFO] 
09:37:58 [2024-04-29T13:37:58.260Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.cpp ---
09:37:58 [2024-04-29T13:37:58.260Z] [INFO] 
09:37:58 [2024-04-29T13:37:58.260Z] [INFO] --------< org.eclipse.epp:org.eclipse.epp.package.cpp.feature >---------
09:37:58 [2024-04-29T13:37:58.260Z] [INFO] Building org.eclipse.epp.package.cpp.feature 4.32.0-SNAPSHOT      [4/34]
09:37:58 [2024-04-29T13:37:58.260Z] [INFO]   from packages/org.eclipse.epp.package.cpp.feature/pom.xml
09:37:58 [2024-04-29T13:37:58.260Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
09:37:58 [2024-04-29T13:37:58.260Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:org.eclipse.epp.package.cpp.feature:4.32.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp.feature/pom.xml
09:38:02 [2024-04-29T13:38:02.439Z] [WARNING] Mapping P2 > Maven Coordinates failed: The following artifacts could not be resolved: org.osgi:org.osgi.service.event:jar:1.4.1 (absent): org.osgi:org.osgi.service.event:jar:1.4.1 failed to transfer from https://repo.eclipse.org/content/repositories/orbit-approved-artifacts during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of maven-ant-repository2 has elapsed or updates are forced. Original error: Could not transfer artifact org.osgi:org.osgi.service.event:jar:1.4.1 from/to maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts): status code: 403, reason phrase: Forbidden (403)
09:38:02 [2024-04-29T13:38:02.440Z] [WARNING] Mapping P2 > Maven Coordinates failed: The following artifacts could not be resolved: org.osgi:org.osgi.service.event:jar:1.4.1 (absent): org.osgi:org.osgi.service.event:jar:1.4.1 failed to transfer from https://repo.eclipse.org/content/repositories/orbit-approved-artifacts during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of maven-ant-repository2 has elapsed or updates are forced. Original error: Could not transfer artifact org.osgi:org.osgi.service.event:jar:1.4.1 from/to maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts): status code: 403, reason phrase: Forbidden (403)
09:38:02 [2024-04-29T13:38:02.440Z] [INFO] 
09:38:02 [2024-04-29T13:38:02.440Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.cpp.feature ---
09:38:02 [2024-04-29T13:38:02.440Z] [INFO] The project's OSGi version is 4.32.0.20240429-1334
09:38:02 [2024-04-29T13:38:02.440Z] [INFO] 
09:38:02 [2024-04-29T13:38:02.440Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.cpp.feature ---
09:38:02 [2024-04-29T13:38:02.440Z] [INFO] 
09:38:02 [2024-04-29T13:38:02.440Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.cpp.feature ---
09:38:02 [2024-04-29T13:38:02.440Z] [INFO] 
09:38:02 [2024-04-29T13:38:02.440Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.cpp.feature ---
09:38:02 [2024-04-29T13:38:02.440Z] [INFO] 
09:38:02 [2024-04-29T13:38:02.440Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.cpp.feature ---
09:38:02 [2024-04-29T13:38:02.440Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:38:02 [2024-04-29T13:38:02.440Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:38:02 [2024-04-29T13:38:02.440Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp.feature/src/main/resources
09:38:02 [2024-04-29T13:38:02.440Z] [INFO] 
09:38:02 [2024-04-29T13:38:02.440Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.cpp.feature ---
09:38:07 [2024-04-29T13:38:07.697Z] [INFO] 278 system scoped dependencies were not mapped to maven artifacts
09:38:07 [2024-04-29T13:38:07.697Z] [INFO] 
09:38:07 [2024-04-29T13:38:07.697Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.epp.package.cpp.feature ---
09:38:07 [2024-04-29T13:38:07.957Z] [INFO] Building jar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp.feature/target/org.eclipse.epp.package.cpp.feature-4.32.0-SNAPSHOT.jar
09:38:07 [2024-04-29T13:38:07.957Z] [INFO] 
09:38:07 [2024-04-29T13:38:07.957Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.cpp.feature ---
09:38:07 [2024-04-29T13:38:07.957Z] [INFO] 
09:38:07 [2024-04-29T13:38:07.957Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.cpp.feature ---
09:38:07 [2024-04-29T13:38:07.957Z] [INFO] 
09:38:07 [2024-04-29T13:38:07.957Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.cpp.feature ---
09:38:07 [2024-04-29T13:38:07.957Z] [INFO] Signing jar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp.feature/target/org.eclipse.epp.package.cpp.feature-4.32.0-SNAPSHOT.jar
09:38:08 [2024-04-29T13:38:08.523Z] [INFO] 
09:38:08 [2024-04-29T13:38:08.523Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.cpp.feature ---
09:38:08 [2024-04-29T13:38:08.782Z] [INFO] 
09:38:08 [2024-04-29T13:38:08.782Z] [INFO] ------------------< org.eclipse.epp:epp.package.cpp >-------------------
09:38:08 [2024-04-29T13:38:08.782Z] [INFO] Building epp.package.cpp 4.32.0-SNAPSHOT                          [5/34]
09:38:08 [2024-04-29T13:38:08.782Z] [INFO]   from packages/org.eclipse.epp.package.cpp.product/pom.xml
09:38:08 [2024-04-29T13:38:08.782Z] [INFO] -------------------------[ eclipse-repository ]-------------------------
09:38:08 [2024-04-29T13:38:08.782Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:epp.package.cpp:4.32.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp.product/pom.xml
09:38:15 [2024-04-29T13:38:15.337Z] [INFO] Artifact com.googlecode.javaewah:JavaEWAH:jar:1.2.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
09:38:15 [2024-04-29T13:38:15.337Z] [INFO] Artifact com.googlecode.javaewah:JavaEWAH:jar:1.2.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
09:38:15 [2024-04-29T13:38:15.337Z] [INFO] Artifact aopalliance:aopalliance:jar:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
09:38:15 [2024-04-29T13:38:15.337Z] [INFO] Artifact aopalliance:aopalliance:jar:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
09:38:15 [2024-04-29T13:38:15.338Z] [INFO] Artifact org.apache.commons:commons-compress:jar:1.26.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
09:38:15 [2024-04-29T13:38:15.338Z] [INFO] Artifact org.apache.commons:commons-compress:jar:1.26.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
09:38:15 [2024-04-29T13:38:15.338Z] [INFO] Artifact org.apache.commons:commons-lang3:jar:3.14.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
09:38:15 [2024-04-29T13:38:15.338Z] [INFO] Artifact org.apache.commons:commons-lang3:jar:3.14.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
09:38:15 [2024-04-29T13:38:15.602Z] [WARNING] Mapping P2 > Maven Coordinates failed: The following artifacts could not be resolved: org.osgi:org.osgi.service.event:jar:1.4.1 (absent): org.osgi:org.osgi.service.event:jar:1.4.1 failed to transfer from https://repo.eclipse.org/content/repositories/orbit-approved-artifacts during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of maven-ant-repository2 has elapsed or updates are forced. Original error: Could not transfer artifact org.osgi:org.osgi.service.event:jar:1.4.1 from/to maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts): status code: 403, reason phrase: Forbidden (403)
09:38:16 [2024-04-29T13:38:16.166Z] [WARNING] Mapping P2 > Maven Coordinates failed: The following artifacts could not be resolved: org.osgi:org.osgi.service.event:jar:1.4.1 (absent): org.osgi:org.osgi.service.event:jar:1.4.1 failed to transfer from https://repo.eclipse.org/content/repositories/orbit-approved-artifacts during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of maven-ant-repository2 has elapsed or updates are forced. Original error: Could not transfer artifact org.osgi:org.osgi.service.event:jar:1.4.1 from/to maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts): status code: 403, reason phrase: Forbidden (403)
09:38:19 [2024-04-29T13:38:19.445Z] [INFO] Artifact com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
09:38:19 [2024-04-29T13:38:19.445Z] [INFO] Artifact com.google.code.findbugs:jsr305:jar:3.0.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
09:38:19 [2024-04-29T13:38:19.445Z] [INFO] Artifact org.apache.httpcomponents:httpclient:jar:4.5.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
09:38:19 [2024-04-29T13:38:19.446Z] [INFO] Artifact org.apache.httpcomponents:httpcore:jar:4.4.16 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
09:38:19 [2024-04-29T13:38:19.446Z] [INFO] Artifact org.apache.httpcomponents:httpmime:jar:4.5.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
09:38:19 [2024-04-29T13:38:19.446Z] [INFO] Artifact com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
09:38:19 [2024-04-29T13:38:19.446Z] [INFO] Artifact com.google.code.findbugs:jsr305:jar:3.0.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
09:38:19 [2024-04-29T13:38:19.446Z] [INFO] Artifact org.apache.httpcomponents:httpclient:jar:4.5.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
09:38:19 [2024-04-29T13:38:19.446Z] [INFO] Artifact org.apache.httpcomponents:httpcore:jar:4.4.16 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
09:38:19 [2024-04-29T13:38:19.447Z] [INFO] Artifact org.apache.httpcomponents:httpmime:jar:4.5.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
09:38:19 [2024-04-29T13:38:19.447Z] [INFO] 
09:38:19 [2024-04-29T13:38:19.447Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.cpp ---
09:38:20 [2024-04-29T13:38:20.379Z] [INFO] The project's OSGi version is 4.32.0.20240429-1334
09:38:20 [2024-04-29T13:38:20.379Z] [INFO] 
09:38:20 [2024-04-29T13:38:20.379Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.cpp ---
09:38:20 [2024-04-29T13:38:20.379Z] [INFO] 
09:38:20 [2024-04-29T13:38:20.379Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ epp.package.cpp ---
09:38:20 [2024-04-29T13:38:20.379Z] [INFO] 
09:38:20 [2024-04-29T13:38:20.379Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.cpp ---
09:38:20 [2024-04-29T13:38:20.379Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:38:20 [2024-04-29T13:38:20.379Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:38:20 [2024-04-29T13:38:20.379Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp.product/src/main/resources
09:38:20 [2024-04-29T13:38:20.379Z] [INFO] 
09:38:20 [2024-04-29T13:38:20.379Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.cpp ---
09:38:20 [2024-04-29T13:38:20.379Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0]
09:38:20 [2024-04-29T13:38:20.638Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0]
09:38:20 [2024-04-29T13:38:20.638Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0]
09:38:20 [2024-04-29T13:38:20.638Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0]
09:38:20 [2024-04-29T13:38:20.638Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0]
09:38:20 [2024-04-29T13:38:20.638Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0]
09:38:20 [2024-04-29T13:38:20.638Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0]
09:38:20 [2024-04-29T13:38:20.638Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0]
09:38:20 [2024-04-29T13:38:20.638Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0]
09:38:20 [2024-04-29T13:38:20.638Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0]
09:38:20 [2024-04-29T13:38:20.638Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0]
09:38:20 [2024-04-29T13:38:20.638Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0]
09:38:20 [2024-04-29T13:38:20.638Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0]
09:38:20 [2024-04-29T13:38:20.638Z] [INFO] 
09:38:20 [2024-04-29T13:38:20.638Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-products (default-publish-products) @ epp.package.cpp ---
09:38:21 [2024-04-29T13:38:21.572Z] [INFO] 
09:38:21 [2024-04-29T13:38:21.572Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-categories (default-publish-categories) @ epp.package.cpp ---
09:38:21 [2024-04-29T13:38:21.829Z] [INFO] 
09:38:21 [2024-04-29T13:38:21.829Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ epp.package.cpp ---
09:38:21 [2024-04-29T13:38:21.829Z] [INFO] 
09:38:21 [2024-04-29T13:38:21.829Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:assemble-repository (default-assemble-repository) @ epp.package.cpp ---
09:40:58 [2024-04-29T13:40:58.351Z] [INFO] 
09:40:58 [2024-04-29T13:40:58.351Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:archive-repository (default-archive-repository) @ epp.package.cpp ---
09:40:58 [2024-04-29T13:40:58.351Z] [INFO] 
09:40:58 [2024-04-29T13:40:58.351Z] [INFO] ------------< org.eclipse.epp:org.eclipse.epp.package.dsl >-------------
09:40:58 [2024-04-29T13:40:58.351Z] [INFO] Building org.eclipse.epp.package.dsl 4.32.0-SNAPSHOT              [6/34]
09:40:58 [2024-04-29T13:40:58.351Z] [INFO]   from packages/org.eclipse.epp.package.dsl/pom.xml
09:40:58 [2024-04-29T13:40:58.351Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:40:58 [2024-04-29T13:40:58.351Z] [WARNING] Mapping P2 > Maven Coordinates failed: The following artifacts could not be resolved: org.osgi:org.osgi.service.event:jar:1.4.1 (absent): org.osgi:org.osgi.service.event:jar:1.4.1 failed to transfer from https://repo.eclipse.org/content/repositories/orbit-approved-artifacts during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of maven-ant-repository2 has elapsed or updates are forced. Original error: Could not transfer artifact org.osgi:org.osgi.service.event:jar:1.4.1 from/to maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts): status code: 403, reason phrase: Forbidden (403)
09:40:58 [2024-04-29T13:40:58.352Z] [WARNING] Mapping P2 > Maven Coordinates failed: The following artifacts could not be resolved: org.osgi:org.osgi.service.event:jar:1.4.1 (absent): org.osgi:org.osgi.service.event:jar:1.4.1 failed to transfer from https://repo.eclipse.org/content/repositories/orbit-approved-artifacts during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of maven-ant-repository2 has elapsed or updates are forced. Original error: Could not transfer artifact org.osgi:org.osgi.service.event:jar:1.4.1 from/to maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts): status code: 403, reason phrase: Forbidden (403)
09:40:58 [2024-04-29T13:40:58.352Z] [INFO] 
09:40:58 [2024-04-29T13:40:58.352Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.dsl ---
09:40:58 [2024-04-29T13:40:58.352Z] [INFO] The project's OSGi version is 4.32.0.20240411-1203
09:40:58 [2024-04-29T13:40:58.352Z] [INFO] 
09:40:58 [2024-04-29T13:40:58.352Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.dsl ---
09:40:58 [2024-04-29T13:40:58.352Z] [INFO] 
09:40:58 [2024-04-29T13:40:58.352Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.dsl ---
09:40:58 [2024-04-29T13:40:58.352Z] [INFO] 
09:40:58 [2024-04-29T13:40:58.352Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.dsl ---
09:40:58 [2024-04-29T13:40:58.352Z] [INFO] 
09:40:58 [2024-04-29T13:40:58.352Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.epp.package.dsl ---
09:40:58 [2024-04-29T13:40:58.352Z] [INFO] Resolving class path of org.eclipse.epp.package.dsl
09:40:58 [2024-04-29T13:40:58.352Z] [INFO] 
09:40:58 [2024-04-29T13:40:58.352Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.dsl ---
09:40:58 [2024-04-29T13:40:58.352Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:40:58 [2024-04-29T13:40:58.352Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:40:58 [2024-04-29T13:40:58.352Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl/src/main/resources
09:40:58 [2024-04-29T13:40:58.352Z] [INFO] 
09:40:58 [2024-04-29T13:40:58.352Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:compile (default-compile) @ org.eclipse.epp.package.dsl ---
09:40:58 [2024-04-29T13:40:58.352Z] [INFO] 
09:40:58 [2024-04-29T13:40:58.352Z] [INFO] --- tycho-bnd:4.0.8-SNAPSHOT:process (default-process) @ org.eclipse.epp.package.dsl ---
09:40:58 [2024-04-29T13:40:58.352Z] [INFO] 
09:40:58 [2024-04-29T13:40:58.352Z] [INFO] --- tycho-ds:4.0.8-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.epp.package.dsl ---
09:40:58 [2024-04-29T13:40:58.352Z] [INFO] 
09:40:58 [2024-04-29T13:40:58.352Z] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.dsl ---
09:40:58 [2024-04-29T13:40:58.352Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:40:58 [2024-04-29T13:40:58.352Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:40:58 [2024-04-29T13:40:58.352Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl/src/test/resources
09:40:58 [2024-04-29T13:40:58.352Z] [INFO] 
09:40:58 [2024-04-29T13:40:58.352Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.epp.package.dsl ---
09:40:58 [2024-04-29T13:40:58.352Z] [INFO] 
09:40:58 [2024-04-29T13:40:58.352Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.dsl ---
09:40:58 [2024-04-29T13:40:58.352Z] [INFO] 118 system scoped dependencies were not mapped to maven artifacts
09:40:58 [2024-04-29T13:40:58.352Z] [INFO] 
09:40:58 [2024-04-29T13:40:58.352Z] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.epp.package.dsl ---
09:40:58 [2024-04-29T13:40:58.352Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:40:58 [2024-04-29T13:40:58.352Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:40:58 [2024-04-29T13:40:58.352Z] [INFO] Copying 1 resource
09:40:58 [2024-04-29T13:40:58.352Z] [INFO] 
09:40:58 [2024-04-29T13:40:58.352Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.epp.package.dsl ---
09:40:58 [2024-04-29T13:40:58.352Z] [INFO] Building jar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl/target/org.eclipse.epp.package.dsl-4.32.0-SNAPSHOT.jar
09:40:58 [2024-04-29T13:40:58.352Z] [INFO] 
09:40:58 [2024-04-29T13:40:58.352Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.dsl ---
09:40:58 [2024-04-29T13:40:58.352Z] [INFO] 
09:40:58 [2024-04-29T13:40:58.352Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.dsl ---
09:40:58 [2024-04-29T13:40:58.353Z] [INFO] Signing jar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl/target/org.eclipse.epp.package.dsl-4.32.0-SNAPSHOT.jar
09:40:58 [2024-04-29T13:40:58.353Z] [INFO] 
09:40:58 [2024-04-29T13:40:58.353Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.dsl ---
09:40:58 [2024-04-29T13:40:58.353Z] [INFO] 
09:40:58 [2024-04-29T13:40:58.353Z] [INFO] --------< org.eclipse.epp:org.eclipse.epp.package.dsl.feature >---------
09:40:58 [2024-04-29T13:40:58.353Z] [INFO] Building org.eclipse.epp.package.dsl.feature 4.32.0-SNAPSHOT      [7/34]
09:40:58 [2024-04-29T13:40:58.353Z] [INFO]   from packages/org.eclipse.epp.package.dsl.feature/pom.xml
09:40:58 [2024-04-29T13:40:58.353Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
09:40:58 [2024-04-29T13:40:58.353Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:org.eclipse.epp.package.dsl.feature:4.32.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl.feature/pom.xml
09:40:58 [2024-04-29T13:40:58.353Z] [WARNING] Mapping P2 > Maven Coordinates failed: The following artifacts could not be resolved: org.osgi:org.osgi.service.event:jar:1.4.1 (absent): org.osgi:org.osgi.service.event:jar:1.4.1 failed to transfer from https://repo.eclipse.org/content/repositories/orbit-approved-artifacts during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of maven-ant-repository2 has elapsed or updates are forced. Original error: Could not transfer artifact org.osgi:org.osgi.service.event:jar:1.4.1 from/to maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts): status code: 403, reason phrase: Forbidden (403)
09:40:58 [2024-04-29T13:40:58.353Z] [WARNING] Mapping P2 > Maven Coordinates failed: The following artifacts could not be resolved: org.osgi:org.osgi.service.event:jar:1.4.1 (absent): org.osgi:org.osgi.service.event:jar:1.4.1 failed to transfer from https://repo.eclipse.org/content/repositories/orbit-approved-artifacts during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of maven-ant-repository2 has elapsed or updates are forced. Original error: Could not transfer artifact org.osgi:org.osgi.service.event:jar:1.4.1 from/to maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts): status code: 403, reason phrase: Forbidden (403)
09:40:58 [2024-04-29T13:40:58.353Z] [INFO] 
09:40:58 [2024-04-29T13:40:58.353Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.dsl.feature ---
09:40:58 [2024-04-29T13:40:58.353Z] [INFO] The project's OSGi version is 4.32.0.20240429-1334
09:40:58 [2024-04-29T13:40:58.353Z] [INFO] 
09:40:58 [2024-04-29T13:40:58.353Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.dsl.feature ---
09:40:58 [2024-04-29T13:40:58.353Z] [INFO] 
09:40:58 [2024-04-29T13:40:58.353Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.dsl.feature ---
09:40:58 [2024-04-29T13:40:58.353Z] [INFO] 
09:40:58 [2024-04-29T13:40:58.353Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.dsl.feature ---
09:40:58 [2024-04-29T13:40:58.353Z] [INFO] 
09:40:58 [2024-04-29T13:40:58.353Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.dsl.feature ---
09:40:58 [2024-04-29T13:40:58.353Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:40:58 [2024-04-29T13:40:58.353Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:40:58 [2024-04-29T13:40:58.353Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl.feature/src/main/resources
09:40:58 [2024-04-29T13:40:58.353Z] [INFO] 
09:40:58 [2024-04-29T13:40:58.353Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.dsl.feature ---
09:40:58 [2024-04-29T13:40:58.353Z] [INFO] 119 system scoped dependencies were not mapped to maven artifacts
09:40:58 [2024-04-29T13:40:58.353Z] [INFO] 
09:40:58 [2024-04-29T13:40:58.354Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.epp.package.dsl.feature ---
09:40:58 [2024-04-29T13:40:58.354Z] [INFO] Building jar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl.feature/target/org.eclipse.epp.package.dsl.feature-4.32.0-SNAPSHOT.jar
09:40:58 [2024-04-29T13:40:58.354Z] [INFO] 
09:40:58 [2024-04-29T13:40:58.354Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.dsl.feature ---
09:40:58 [2024-04-29T13:40:58.354Z] [INFO] 
09:40:58 [2024-04-29T13:40:58.354Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.dsl.feature ---
09:40:58 [2024-04-29T13:40:58.354Z] [INFO] 
09:40:58 [2024-04-29T13:40:58.354Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.dsl.feature ---
09:40:58 [2024-04-29T13:40:58.354Z] [INFO] Signing jar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl.feature/target/org.eclipse.epp.package.dsl.feature-4.32.0-SNAPSHOT.jar
09:40:58 [2024-04-29T13:40:58.354Z] [INFO] 
09:40:58 [2024-04-29T13:40:58.354Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.dsl.feature ---
09:40:58 [2024-04-29T13:40:58.354Z] [INFO] 
09:40:58 [2024-04-29T13:40:58.354Z] [INFO] ------------------< org.eclipse.epp:epp.package.dsl >-------------------
09:40:58 [2024-04-29T13:40:58.354Z] [INFO] Building epp.package.dsl 4.32.0-SNAPSHOT                          [8/34]
09:40:58 [2024-04-29T13:40:58.354Z] [INFO]   from packages/org.eclipse.epp.package.dsl.product/pom.xml
09:40:58 [2024-04-29T13:40:58.354Z] [INFO] -------------------------[ eclipse-repository ]-------------------------
09:40:58 [2024-04-29T13:40:58.354Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:epp.package.dsl:4.32.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl.product/pom.xml
09:41:00 [2024-04-29T13:41:00.888Z] [INFO] Artifact biz.aQute.bnd:biz.aQute.bnd.util:jar:7.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
09:41:00 [2024-04-29T13:41:00.888Z] [INFO] Artifact biz.aQute.bnd:biz.aQute.bnd.util:jar:7.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
09:41:00 [2024-04-29T13:41:00.888Z] [INFO] Artifact biz.aQute.bnd:biz.aQute.bndlib:jar:7.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
09:41:00 [2024-04-29T13:41:00.888Z] [INFO] Artifact biz.aQute.bnd:biz.aQute.bndlib:jar:7.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
09:41:00 [2024-04-29T13:41:00.888Z] [INFO] Artifact org.osgi:org.osgi.service.repository:jar:1.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
09:41:00 [2024-04-29T13:41:00.889Z] [INFO] Artifact org.osgi:org.osgi.service.repository:jar:1.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
09:41:00 [2024-04-29T13:41:00.889Z] [INFO] Artifact biz.aQute.bnd:biz.aQute.repository:jar:7.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
09:41:00 [2024-04-29T13:41:00.889Z] [INFO] Artifact biz.aQute.bnd:biz.aQute.repository:jar:7.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
09:41:00 [2024-04-29T13:41:00.889Z] [INFO] Artifact org.osgi:org.osgi.service.coordinator:jar:1.0.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
09:41:00 [2024-04-29T13:41:00.889Z] [INFO] Artifact org.osgi:org.osgi.service.coordinator:jar:1.0.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
09:41:02 [2024-04-29T13:41:02.260Z] [WARNING] Mapping P2 > Maven Coordinates failed: The following artifacts could not be resolved: org.osgi:org.osgi.service.event:jar:1.4.1 (absent): org.osgi:org.osgi.service.event:jar:1.4.1 failed to transfer from https://repo.eclipse.org/content/repositories/orbit-approved-artifacts during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of maven-ant-repository2 has elapsed or updates are forced. Original error: Could not transfer artifact org.osgi:org.osgi.service.event:jar:1.4.1 from/to maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts): status code: 403, reason phrase: Forbidden (403)
09:41:02 [2024-04-29T13:41:02.260Z] [WARNING] Mapping P2 > Maven Coordinates failed: The following artifacts could not be resolved: org.osgi:org.osgi.service.event:jar:1.4.1 (absent): org.osgi:org.osgi.service.event:jar:1.4.1 failed to transfer from https://repo.eclipse.org/content/repositories/orbit-approved-artifacts during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of maven-ant-repository2 has elapsed or updates are forced. Original error: Could not transfer artifact org.osgi:org.osgi.service.event:jar:1.4.1 from/to maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts): status code: 403, reason phrase: Forbidden (403)
09:41:07 [2024-04-29T13:41:07.517Z] [INFO] Artifact org.osgi:org.osgi.dto:jar:1.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
09:41:07 [2024-04-29T13:41:07.517Z] [INFO] Artifact org.osgi:org.osgi.resource:jar:1.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
09:41:07 [2024-04-29T13:41:07.517Z] [INFO] Artifact org.osgi:org.osgi.framework:jar:1.8.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
09:41:07 [2024-04-29T13:41:07.517Z] [INFO] Artifact org.osgi:org.osgi.service.log:jar:1.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
09:41:07 [2024-04-29T13:41:07.517Z] [INFO] Artifact org.osgi:osgi.annotation:jar:8.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
09:41:07 [2024-04-29T13:41:07.517Z] [INFO] Artifact org.osgi:org.osgi.dto:jar:1.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
09:41:07 [2024-04-29T13:41:07.518Z] [INFO] Artifact org.osgi:org.osgi.resource:jar:1.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
09:41:07 [2024-04-29T13:41:07.518Z] [INFO] Artifact org.osgi:org.osgi.framework:jar:1.8.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
09:41:07 [2024-04-29T13:41:07.518Z] [INFO] Artifact org.osgi:org.osgi.service.log:jar:1.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
09:41:07 [2024-04-29T13:41:07.518Z] [INFO] Artifact org.osgi:osgi.annotation:jar:8.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
09:41:07 [2024-04-29T13:41:07.518Z] [INFO] 
09:41:07 [2024-04-29T13:41:07.518Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.dsl ---
09:41:07 [2024-04-29T13:41:07.518Z] [ERROR] An error occurred while transferring artifact canonical: org.eclipse.update.feature,org.eclipse.wst.xml_ui.feature,3.33.0.v202402030243 from repository https://download.eclipse.org/staging/2024-06:
09:41:07 [2024-04-29T13:41:07.518Z] [ERROR]    download from https://download.eclipse.org/staging/2024-06/features/org.eclipse.wst.xml_ui.feature_3.33.0.v202402030243.jar failed
09:41:07 [2024-04-29T13:41:07.518Z] [INFO] ------------------------------------------------------------------------
09:41:07 [2024-04-29T13:41:07.518Z] [INFO] Reactor Summary for org.eclipse.epp-buildall 4.32.0-SNAPSHOT:
09:41:07 [2024-04-29T13:41:07.518Z] [INFO] 
09:41:07 [2024-04-29T13:41:07.518Z] [INFO] org.eclipse.epp.package.common ..................... SUCCESS [ 41.395 s]
09:41:07 [2024-04-29T13:41:07.518Z] [INFO] org.eclipse.epp.package.common.feature ............. SUCCESS [ 15.899 s]
09:41:07 [2024-04-29T13:41:07.518Z] [INFO] org.eclipse.epp.package.cpp ........................ SUCCESS [  3.438 s]
09:41:07 [2024-04-29T13:41:07.518Z] [INFO] org.eclipse.epp.package.cpp.feature ................ SUCCESS [ 10.424 s]
09:41:07 [2024-04-29T13:41:07.518Z] [INFO] epp.package.cpp .................................... SUCCESS [02:42 min]
09:41:07 [2024-04-29T13:41:07.518Z] [INFO] org.eclipse.epp.package.dsl ........................ SUCCESS [  3.103 s]
09:41:07 [2024-04-29T13:41:07.518Z] [INFO] org.eclipse.epp.package.dsl.feature ................ SUCCESS [  3.230 s]
09:41:07 [2024-04-29T13:41:07.518Z] [INFO] epp.package.dsl .................................... FAILURE [ 10.273 s]
09:41:07 [2024-04-29T13:41:07.518Z] [INFO] org.eclipse.epp.package.embedcpp ................... SKIPPED
09:41:07 [2024-04-29T13:41:07.518Z] [INFO] org.eclipse.epp.package.embedcpp.feature ........... SKIPPED
09:41:07 [2024-04-29T13:41:07.518Z] [INFO] epp.package.embedcpp ............................... SKIPPED
09:41:07 [2024-04-29T13:41:07.518Z] [INFO] org.eclipse.epp.package.java ....................... SKIPPED
09:41:07 [2024-04-29T13:41:07.518Z] [INFO] org.eclipse.epp.package.java.feature ............... SKIPPED
09:41:07 [2024-04-29T13:41:07.518Z] [INFO] epp.package.java ................................... SKIPPED
09:41:07 [2024-04-29T13:41:07.518Z] [INFO] org.eclipse.epp.package.jee ........................ SKIPPED
09:41:07 [2024-04-29T13:41:07.518Z] [INFO] org.eclipse.epp.package.jee.feature ................ SKIPPED
09:41:07 [2024-04-29T13:41:07.518Z] [INFO] epp.package.jee .................................... SKIPPED
09:41:07 [2024-04-29T13:41:07.518Z] [INFO] org.eclipse.epp.package.modeling ................... SKIPPED
09:41:07 [2024-04-29T13:41:07.518Z] [INFO] org.eclipse.epp.package.modeling.feature ........... SKIPPED
09:41:07 [2024-04-29T13:41:07.518Z] [INFO] epp.package.modeling ............................... SKIPPED
09:41:07 [2024-04-29T13:41:07.518Z] [INFO] org.eclipse.epp.package.php ........................ SKIPPED
09:41:07 [2024-04-29T13:41:07.518Z] [INFO] org.eclipse.epp.package.php.feature ................ SKIPPED
09:41:07 [2024-04-29T13:41:07.518Z] [INFO] epp.package.php .................................... SKIPPED
09:41:07 [2024-04-29T13:41:07.518Z] [INFO] org.eclipse.epp.package.rcp ........................ SKIPPED
09:41:07 [2024-04-29T13:41:07.518Z] [INFO] org.eclipse.epp.package.rcp.feature ................ SKIPPED
09:41:07 [2024-04-29T13:41:07.518Z] [INFO] epp.package.rcp .................................... SKIPPED
09:41:07 [2024-04-29T13:41:07.518Z] [INFO] org.eclipse.epp.package.scout ...................... SKIPPED
09:41:07 [2024-04-29T13:41:07.518Z] [INFO] org.eclipse.epp.package.scout.feature .............. SKIPPED
09:41:07 [2024-04-29T13:41:07.518Z] [INFO] epp.package.scout .................................. SKIPPED
09:41:07 [2024-04-29T13:41:07.518Z] [INFO] org.eclipse.epp.package.committers ................. SKIPPED
09:41:07 [2024-04-29T13:41:07.519Z] [INFO] org.eclipse.epp.package.committers.feature ......... SKIPPED
09:41:07 [2024-04-29T13:41:07.519Z] [INFO] epp.package.committers ............................. SKIPPED
09:41:07 [2024-04-29T13:41:07.519Z] [INFO] org.eclipse.epp-parent-aggregation ................. SKIPPED
09:41:07 [2024-04-29T13:41:07.519Z] [INFO] org.eclipse.epp-buildall ........................... SKIPPED
09:41:07 [2024-04-29T13:41:07.519Z] [INFO] ------------------------------------------------------------------------
09:41:07 [2024-04-29T13:41:07.519Z] [INFO] BUILD FAILURE
09:41:07 [2024-04-29T13:41:07.519Z] [INFO] ------------------------------------------------------------------------
09:41:07 [2024-04-29T13:41:07.519Z] [INFO] Total time:  04:33 min
09:41:07 [2024-04-29T13:41:07.519Z] [INFO] Finished at: 2024-04-29T13:41:07Z
09:41:07 [2024-04-29T13:41:07.519Z] [INFO] ------------------------------------------------------------------------
09:41:07 [2024-04-29T13:41:07.775Z] [ERROR] Failed to execute goal org.eclipse.tycho:tycho-packaging-plugin:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) on project epp.package.dsl: Execution default-build-qualifier-aggregator of goal org.eclipse.tycho:tycho-packaging-plugin:4.0.8-SNAPSHOT:build-qualifier-aggregator failed: Could not mirror artifact org.eclipse.update.feature,org.eclipse.wst.xml_ui.feature,3.33.0.v202402030243 into the local Maven repository.See log output for details. https://download.eclipse.org/staging/2024-06/features/org.eclipse.wst.xml_ui.feature_3.33.0.v202402030243.jar -> [Help 1]
09:41:07 [2024-04-29T13:41:07.776Z] [ERROR] 
09:41:07 [2024-04-29T13:41:07.776Z] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
09:41:07 [2024-04-29T13:41:07.776Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
09:41:07 [2024-04-29T13:41:07.776Z] [ERROR] 
09:41:07 [2024-04-29T13:41:07.776Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
09:41:07 [2024-04-29T13:41:07.776Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
09:41:07 [2024-04-29T13:41:07.776Z] [ERROR] 
09:41:07 [2024-04-29T13:41:07.776Z] [ERROR] After correcting the problems, you can resume the build with the command
09:41:07 [2024-04-29T13:41:07.776Z] [ERROR]   mvn <args> -rf :epp.package.dsl
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build committers)
Stage "Build committers" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build cpp)
Stage "Build cpp" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build embedcpp)
Stage "Build embedcpp" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dsl)
Stage "Build dsl" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build java)
Stage "Build java" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build jee)
Stage "Build jee" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build modeling)
Stage "Build modeling" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build php)
Stage "Build php" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build rcp)
Stage "Build rcp" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build scout)
Stage "Build scout" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Upload to staging)
Stage "Upload to staging" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] emailext
09:41:08 [2024-04-29T13:41:08.716Z] Sending email to: jonah@kichwacoders.com
[Pipeline] cleanWs
09:41:08 [2024-04-29T13:41:08.924Z] [WS-CLEANUP] Deleting project workspace...
09:41:08 [2024-04-29T13:41:08.924Z] [WS-CLEANUP] Deferred wipeout is used...
09:41:08 [2024-04-29T13:41:08.937Z] [WS-CLEANUP] done
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // timestamps
[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