Started by user Michael Haubenwallner Running as Michael Haubenwallner Agent basic-m8z6d is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-m8z6d" namespace: "tea" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.tea.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-m8z6d" - 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-m8z6d" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.tea.svc.cluster.local/tea/" 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-tea" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Building remotely on basic-m8z6d (basic) in workspace /home/jenkins/agent/workspace/tea-nightly [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-8xBAkNhKetdC/agent.48 SSH_AGENT_PID=50 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/tea-nightly@tmp/private_key_761520696095304210.key (/home/jenkins/agent/workspace/tea-nightly@tmp/private_key_761520696095304210.key) [ssh-agent] Using credentials genie.tea (ssh://genie.tea@projects-storage.eclipse.org) Selected Git installation does not exist. Using Default The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse-tea/tea.git > git init /home/jenkins/agent/workspace/tea-nightly # timeout=10 Fetching upstream changes from https://github.com/eclipse-tea/tea.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/eclipse-tea/tea.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse-tea/tea.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision f28a8e750f6da2ff6720f01ab659ff3bc65df9f4 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f f28a8e750f6da2ff6720f01ab659ff3bc65df9f4 # timeout=10 Commit message: "add Jenkinsfile" > git rev-list --no-walk f28a8e750f6da2ff6720f01ab659ff3bc65df9f4 # timeout=10 Run condition [Current build status] enabling prebuild for step [Execute shell] [tea-nightly] $ /opt/tools/apache-maven/latest/bin/mvn clean install Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: /opt/tools/apache-maven/latest Java version: 17.0.9, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.9+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "6.1.11-200.fc37.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] Tycho Version: 4.0.6 (9942454590ad8a6e1c9aa907852cf017dc2ccb98) [INFO] Tycho Mode: extension [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [INFO] Tycho Version: 4.0.6 (9942454590ad8a6e1c9aa907852cf017dc2ccb98) [INFO] Tycho Mode: extension [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [INFO] Tycho Version: 4.0.6 (9942454590ad8a6e1c9aa907852cf017dc2ccb98) [INFO] Tycho Mode: extension [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] parent [pom] [INFO] [aggregator] bundles [pom] [INFO] [bundle] TEA Core [eclipse-plugin] [INFO] [bundle] TEA Core UI [eclipse-plugin] [INFO] [bundle] TEA Live UI [eclipse-plugin] [INFO] [bundle] TEA EASE Integration [eclipse-plugin] [INFO] [bundle] TEA Build Library [eclipse-plugin] [INFO] [bundle] TEA LcDsl support for Build Library [eclipse-plugin] [INFO] [bundle] TEA Examples [eclipse-plugin] [INFO] [aggregator] features [pom] [INFO] [feature] TEA Core Feature (incubation) [eclipse-feature] [INFO] [feature] TEA UI Feature (incubation) [eclipse-feature] [INFO] [feature] TEA Build Library Feature (incubation) [eclipse-feature] [INFO] [feature] TEA LcDsl Support for Build Library Feature (incubation) [eclipse-feature] [INFO] [feature] TEA Scripting Feature (EASE Integration) (incubation) [eclipse-feature] [INFO] [aggregator] sites [pom] [INFO] [updatesite] org.eclipse.tea.repository.eclipse-repository [eclipse-repository] [INFO] [INFO] -------------------------< org.eclipse:parent >------------------------- [INFO] Building parent 2.0.0-SNAPSHOT [1/17] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ parent --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ parent --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ parent --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ parent --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ parent --- [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/pom.xml to /home/jenkins/.m2/repository/org/eclipse/parent/2.0.0-SNAPSHOT/parent-2.0.0-SNAPSHOT.pom [INFO] [INFO] ------------------------< org.eclipse:bundles >------------------------- [INFO] Building [aggregator] bundles 2.0.0-SNAPSHOT [2/17] [INFO] from bundles/.polyglot.pom.tycho [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ bundles --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ bundles --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ bundles --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ bundles --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ bundles --- [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/bundles/.polyglot.pom.tycho to /home/jenkins/.m2/repository/org/eclipse/bundles/2.0.0-SNAPSHOT/bundles-2.0.0-SNAPSHOT.pom [INFO] [INFO] ------------------< org.eclipse:org.eclipse.tea.core >------------------ [INFO] Building [bundle] TEA Core 2.0.0-SNAPSHOT [3/17] [INFO] from bundles/org.eclipse.tea.core/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving target definition file:/home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.core/../../sites/org.eclipse.tea.repository/target-platform.target for environments=[linux/gtk/x86_64], include source mode=honor, referenced repository mode =ignore, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@1df0f641 [INFO] ### Using TychoRepositoryTransport for remote P2 access ### [INFO] Cache location: /home/jenkins/.m2/repository/.cache/tycho [INFO] Transport mode: online [INFO] Http Transport type: Java11Client [INFO] Update mode: cache first [INFO] Minimum cache duration: 60 minutes [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=) [INFO] Resolving target definition file:/home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.core/../../sites/org.eclipse.tea.repository/target-platform.target for environments=[linux/gtk/x86_64], include source mode=honor, referenced repository mode =ignore, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@4aae59b0 [INFO] ### Using TychoRepositoryTransport for remote P2 access ### [INFO] Cache location: /home/jenkins/.m2/repository/.cache/tycho [INFO] Transport mode: online [INFO] Http Transport type: Java11Client [INFO] Update mode: cache first [INFO] Minimum cache duration: 60 minutes [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=) [INFO] Resolving target definition file:/home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.core/../../sites/org.eclipse.tea.repository/target-platform.target for environments=[linux/gtk/x86_64], include source mode=honor, referenced repository mode =ignore, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@7d1a7bd8 [INFO] ### Using TychoRepositoryTransport for remote P2 access ### [INFO] Cache location: /home/jenkins/.m2/repository/.cache/tycho [INFO] Transport mode: online [INFO] Http Transport type: Java11Client [INFO] Update mode: cache first [INFO] Minimum cache duration: 60 minutes [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tea.core --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.tea.core --- [INFO] The project's OSGi version is 2.0.0.202403041406 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.tea.core --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.tea.core --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.tea.core --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.tea.core --- [INFO] Resolving class path of [bundle] TEA Core [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.tea.core --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.core/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.tea.core --- [INFO] Compiling 60 source files to /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.core/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.tea.core --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.tea.core --- [INFO] Using Declarative Service specification version 1.3.0 to generate component definitions [INFO] 0 component(s) where generated, 12 where kept. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.tea.core --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.core/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.tea.core --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.tea.core --- [INFO] 21 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.tea.core --- [INFO] Building jar: /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.core/target/org.eclipse.tea.core-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.tea.core --- [INFO] Building jar: /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.core/target/org.eclipse.tea.core-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tea.core --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.tea.core --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.tea.core --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.tea.core --- [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.core/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/org.eclipse.tea.core/2.0.0-SNAPSHOT/org.eclipse.tea.core-2.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.core/target/org.eclipse.tea.core-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/org.eclipse.tea.core/2.0.0-SNAPSHOT/org.eclipse.tea.core-2.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.core/target/org.eclipse.tea.core-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/org.eclipse.tea.core/2.0.0-SNAPSHOT/org.eclipse.tea.core-2.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/org.eclipse.tea.core/2.0.0-SNAPSHOT/org.eclipse.tea.core-2.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/org.eclipse.tea.core/2.0.0-SNAPSHOT/org.eclipse.tea.core-2.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:4.0.6:update-local-index (default-update-local-index) @ org.eclipse.tea.core --- [INFO] [INFO] ----------------< org.eclipse:org.eclipse.tea.core.ui >----------------- [INFO] Building [bundle] TEA Core UI 2.0.0-SNAPSHOT [4/17] [INFO] from bundles/org.eclipse.tea.core.ui/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tea.core.ui --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.tea.core.ui --- [INFO] The project's OSGi version is 2.0.0.202403041406 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.tea.core.ui --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.tea.core.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.tea.core.ui --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.tea.core.ui --- [INFO] Resolving class path of [bundle] TEA Core UI [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.tea.core.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.core.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.tea.core.ui --- [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.core.ui/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.tea.core.ui --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.tea.core.ui --- [INFO] Using Declarative Service specification version 1.3.0 to generate component definitions [INFO] 0 component(s) where generated, 10 where kept. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.tea.core.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.core.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.tea.core.ui --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.tea.core.ui --- [INFO] 81 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.tea.core.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.core.ui/target/org.eclipse.tea.core.ui-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.tea.core.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.core.ui/target/org.eclipse.tea.core.ui-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tea.core.ui --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.tea.core.ui --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.tea.core.ui --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.tea.core.ui --- [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.core.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/org.eclipse.tea.core.ui/2.0.0-SNAPSHOT/org.eclipse.tea.core.ui-2.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.core.ui/target/org.eclipse.tea.core.ui-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/org.eclipse.tea.core.ui/2.0.0-SNAPSHOT/org.eclipse.tea.core.ui-2.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.core.ui/target/org.eclipse.tea.core.ui-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/org.eclipse.tea.core.ui/2.0.0-SNAPSHOT/org.eclipse.tea.core.ui-2.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.core.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/org.eclipse.tea.core.ui/2.0.0-SNAPSHOT/org.eclipse.tea.core.ui-2.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.core.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/org.eclipse.tea.core.ui/2.0.0-SNAPSHOT/org.eclipse.tea.core.ui-2.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:4.0.6:update-local-index (default-update-local-index) @ org.eclipse.tea.core.ui --- [INFO] [INFO] --------------< org.eclipse:org.eclipse.tea.core.ui.live >-------------- [INFO] Building [bundle] TEA Live UI 2.0.0-SNAPSHOT [5/17] [INFO] from bundles/org.eclipse.tea.core.ui.live/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tea.core.ui.live --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.tea.core.ui.live --- [INFO] The project's OSGi version is 2.0.0.202403041406 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.tea.core.ui.live --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.tea.core.ui.live --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.tea.core.ui.live --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.tea.core.ui.live --- [INFO] Resolving class path of [bundle] TEA Live UI [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.tea.core.ui.live --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.core.ui.live/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.tea.core.ui.live --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.core.ui.live/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.tea.core.ui.live --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.tea.core.ui.live --- [INFO] Using Declarative Service specification version 1.3.0 to generate component definitions [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.tea.core.ui.live --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.core.ui.live/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.tea.core.ui.live --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.tea.core.ui.live --- [INFO] 96 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.tea.core.ui.live --- [INFO] Building jar: /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.core.ui.live/target/org.eclipse.tea.core.ui.live-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.tea.core.ui.live --- [INFO] Building jar: /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.core.ui.live/target/org.eclipse.tea.core.ui.live-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tea.core.ui.live --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.tea.core.ui.live --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.tea.core.ui.live --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.tea.core.ui.live --- [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.core.ui.live/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/org.eclipse.tea.core.ui.live/2.0.0-SNAPSHOT/org.eclipse.tea.core.ui.live-2.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.core.ui.live/target/org.eclipse.tea.core.ui.live-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/org.eclipse.tea.core.ui.live/2.0.0-SNAPSHOT/org.eclipse.tea.core.ui.live-2.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.core.ui.live/target/org.eclipse.tea.core.ui.live-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/org.eclipse.tea.core.ui.live/2.0.0-SNAPSHOT/org.eclipse.tea.core.ui.live-2.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.core.ui.live/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/org.eclipse.tea.core.ui.live/2.0.0-SNAPSHOT/org.eclipse.tea.core.ui.live-2.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.core.ui.live/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/org.eclipse.tea.core.ui.live/2.0.0-SNAPSHOT/org.eclipse.tea.core.ui.live-2.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:4.0.6:update-local-index (default-update-local-index) @ org.eclipse.tea.core.ui.live --- [INFO] [INFO] ------------------< org.eclipse:org.eclipse.tea.ease >------------------ [INFO] Building [bundle] TEA EASE Integration 2.0.0-SNAPSHOT [6/17] [INFO] from bundles/org.eclipse.tea.ease/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tea.ease --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.tea.ease --- [INFO] The project's OSGi version is 2.0.0.202403041406 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.tea.ease --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.tea.ease --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.tea.ease --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.tea.ease --- [INFO] Resolving class path of [bundle] TEA EASE Integration [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.tea.ease --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.ease/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.tea.ease --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.ease/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.tea.ease --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.tea.ease --- [INFO] Using Declarative Service specification version 1.3.0 to generate component definitions [INFO] 0 component(s) where generated, 4 where kept. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.tea.ease --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.ease/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.tea.ease --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.tea.ease --- [INFO] 109 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.tea.ease --- [INFO] Building jar: /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.ease/target/org.eclipse.tea.ease-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.tea.ease --- [INFO] Building jar: /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.ease/target/org.eclipse.tea.ease-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tea.ease --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.tea.ease --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.tea.ease --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.tea.ease --- [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.ease/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/org.eclipse.tea.ease/2.0.0-SNAPSHOT/org.eclipse.tea.ease-2.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.ease/target/org.eclipse.tea.ease-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/org.eclipse.tea.ease/2.0.0-SNAPSHOT/org.eclipse.tea.ease-2.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.ease/target/org.eclipse.tea.ease-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/org.eclipse.tea.ease/2.0.0-SNAPSHOT/org.eclipse.tea.ease-2.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.ease/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/org.eclipse.tea.ease/2.0.0-SNAPSHOT/org.eclipse.tea.ease-2.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.ease/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/org.eclipse.tea.ease/2.0.0-SNAPSHOT/org.eclipse.tea.ease-2.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:4.0.6:update-local-index (default-update-local-index) @ org.eclipse.tea.ease --- [INFO] [INFO] -------------< org.eclipse:org.eclipse.tea.library.build >-------------- [INFO] Building [bundle] TEA Build Library 2.0.0-SNAPSHOT [7/17] [INFO] from bundles/org.eclipse.tea.library.build/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tea.library.build --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.tea.library.build --- [INFO] The project's OSGi version is 2.0.0.202403041406 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.tea.library.build --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.tea.library.build --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.tea.library.build --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.tea.library.build --- [INFO] Resolving class path of [bundle] TEA Build Library [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.tea.library.build --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.library.build/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.tea.library.build --- [INFO] Compiling 90 source files to /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.library.build/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.tea.library.build --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.tea.library.build --- [INFO] Using Declarative Service specification version 1.3.0 to generate component definitions [INFO] 0 component(s) where generated, 16 where kept. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.tea.library.build --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.library.build/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.tea.library.build --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.tea.library.build --- [INFO] 232 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.tea.library.build --- [INFO] Building jar: /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.library.build/target/org.eclipse.tea.library.build-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.tea.library.build --- [INFO] Building jar: /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.library.build/target/org.eclipse.tea.library.build-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tea.library.build --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.tea.library.build --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.tea.library.build --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.tea.library.build --- [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.library.build/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/org.eclipse.tea.library.build/2.0.0-SNAPSHOT/org.eclipse.tea.library.build-2.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.library.build/target/org.eclipse.tea.library.build-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/org.eclipse.tea.library.build/2.0.0-SNAPSHOT/org.eclipse.tea.library.build-2.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.library.build/target/org.eclipse.tea.library.build-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/org.eclipse.tea.library.build/2.0.0-SNAPSHOT/org.eclipse.tea.library.build-2.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.library.build/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/org.eclipse.tea.library.build/2.0.0-SNAPSHOT/org.eclipse.tea.library.build-2.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.library.build/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/org.eclipse.tea.library.build/2.0.0-SNAPSHOT/org.eclipse.tea.library.build-2.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:4.0.6:update-local-index (default-update-local-index) @ org.eclipse.tea.library.build --- [INFO] [INFO] ----------< org.eclipse:org.eclipse.tea.library.build.lcdsl >----------- [INFO] Building [bundle] TEA LcDsl support for Build Library 2.0.0-SNAPSHOT [8/17] [INFO] from bundles/org.eclipse.tea.library.build.lcdsl/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Ignoring Bundle-ClassPath entry 'external:$com.wamas.fastpatch.root$/com.wamas.ide.launching' of bundle /home/jenkins/.m2/repository/p2/osgi/bundle/com.wamas.ide.launching/0.5.0.N202402221544/com.wamas.ide.launching-0.5.0.N202402221544.jar [WARNING] Ignoring Bundle-ClassPath entry 'external:$com.wamas.fastpatch.root$/com.wamas.ide.launching.ide' of bundle /home/jenkins/.m2/repository/p2/osgi/bundle/com.wamas.ide.launching.ide/0.5.0.N202402221544/com.wamas.ide.launching.ide-0.5.0.N202402221544.jar [WARNING] Ignoring Bundle-ClassPath entry 'external:$com.wamas.fastpatch.root$/com.wamas.ide.launching.ui' of bundle /home/jenkins/.m2/repository/p2/osgi/bundle/com.wamas.ide.launching.ui/0.5.0.N202402221544/com.wamas.ide.launching.ui-0.5.0.N202402221544.jar [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-shared-utils-3.2.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/plexus-cipher-1.7.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-javamail.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-launcher.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-xalan2.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/plexus-utils-3.2.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-bcel.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-jdepend.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-resolver-provider-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-model-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-commons-logging.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-resolver.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-bsf.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-builder-support-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/plexus-build-api-0.0.7.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-netrexx.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-core-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-log4j.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-swing.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/wagon-file-3.4.3.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-jmf.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-imageio.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-settings-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jdt.debug:3.19.0.v20211112-1303 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.19.0.v20211112-1303.jar/jdimodel.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-xz.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-antlr.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-settings-builder-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-junit.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-model-builder-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-jsch.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/wagon-provider-api-3.4.3.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/jsr250-api-1.0.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-repository-metadata-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-plugin-api-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-junit4.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-regexp.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-jai.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/cdi-api-1.0.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-compat-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/aether-connector-okhttp-0.17.8.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-junitlauncher.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-testutil.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/plexus-sec-dispatcher-1.4.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-commons-net.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/okio-1.17.3.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/plexus-component-annotations-2.1.0.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-oro.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-artifact-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-embedder-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.pde.build:3.11.100.v20210916-0743 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.pde.build-3.11.100.v20210916-0743.jar/pdebuild.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/okhttp-3.14.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [WARNING] Ignoring Bundle-ClassPath entry 'external:$com.wamas.fastpatch.root$/com.wamas.ide.launching' of bundle /home/jenkins/.m2/repository/p2/osgi/bundle/com.wamas.ide.launching/0.5.0.N202402221544/com.wamas.ide.launching-0.5.0.N202402221544.jar [WARNING] Ignoring Bundle-ClassPath entry 'external:$com.wamas.fastpatch.root$/com.wamas.ide.launching.ide' of bundle /home/jenkins/.m2/repository/p2/osgi/bundle/com.wamas.ide.launching.ide/0.5.0.N202402221544/com.wamas.ide.launching.ide-0.5.0.N202402221544.jar [WARNING] Ignoring Bundle-ClassPath entry 'external:$com.wamas.fastpatch.root$/com.wamas.ide.launching.ui' of bundle /home/jenkins/.m2/repository/p2/osgi/bundle/com.wamas.ide.launching.ui/0.5.0.N202402221544/com.wamas.ide.launching.ui-0.5.0.N202402221544.jar [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-shared-utils-3.2.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/plexus-cipher-1.7.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-javamail.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-launcher.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-xalan2.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/plexus-utils-3.2.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-bcel.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-jdepend.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-resolver-provider-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-model-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-commons-logging.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-resolver.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-bsf.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-builder-support-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/plexus-build-api-0.0.7.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-netrexx.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-core-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-log4j.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-swing.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/wagon-file-3.4.3.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-jmf.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-imageio.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-settings-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jdt.debug:3.19.0.v20211112-1303 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.19.0.v20211112-1303.jar/jdimodel.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-xz.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-antlr.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-settings-builder-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-junit.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-model-builder-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-jsch.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/wagon-provider-api-3.4.3.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/jsr250-api-1.0.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-repository-metadata-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-plugin-api-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-junit4.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-regexp.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-jai.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/cdi-api-1.0.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-compat-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/aether-connector-okhttp-0.17.8.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-junitlauncher.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-testutil.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/plexus-sec-dispatcher-1.4.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-commons-net.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/okio-1.17.3.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/plexus-component-annotations-2.1.0.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-oro.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-artifact-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-embedder-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.pde.build:3.11.100.v20210916-0743 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.pde.build-3.11.100.v20210916-0743.jar/pdebuild.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/okhttp-3.14.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [WARNING] Ignoring Bundle-ClassPath entry 'external:$com.wamas.fastpatch.root$/com.wamas.ide.launching' of bundle /home/jenkins/.m2/repository/p2/osgi/bundle/com.wamas.ide.launching/0.5.0.N202402221544/com.wamas.ide.launching-0.5.0.N202402221544.jar [WARNING] Ignoring Bundle-ClassPath entry 'external:$com.wamas.fastpatch.root$/com.wamas.ide.launching.ide' of bundle /home/jenkins/.m2/repository/p2/osgi/bundle/com.wamas.ide.launching.ide/0.5.0.N202402221544/com.wamas.ide.launching.ide-0.5.0.N202402221544.jar [WARNING] Ignoring Bundle-ClassPath entry 'external:$com.wamas.fastpatch.root$/com.wamas.ide.launching.ui' of bundle /home/jenkins/.m2/repository/p2/osgi/bundle/com.wamas.ide.launching.ui/0.5.0.N202402221544/com.wamas.ide.launching.ui-0.5.0.N202402221544.jar [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tea.library.build.lcdsl --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.tea.library.build.lcdsl --- [INFO] The project's OSGi version is 2.0.0.202403041406 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.tea.library.build.lcdsl --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.tea.library.build.lcdsl --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.tea.library.build.lcdsl --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.tea.library.build.lcdsl --- [INFO] Resolving class path of [bundle] TEA LcDsl support for Build Library [WARNING] Ignoring Bundle-ClassPath entry 'external:$com.wamas.fastpatch.root$/com.wamas.ide.launching' of bundle /home/jenkins/.m2/repository/p2/osgi/bundle/com.wamas.ide.launching/0.5.0.N202402221544/com.wamas.ide.launching-0.5.0.N202402221544.jar [WARNING] Ignoring Bundle-ClassPath entry 'external:$com.wamas.fastpatch.root$/com.wamas.ide.launching.ui' of bundle /home/jenkins/.m2/repository/p2/osgi/bundle/com.wamas.ide.launching.ui/0.5.0.N202402221544/com.wamas.ide.launching.ui-0.5.0.N202402221544.jar [WARNING] Ignoring Bundle-ClassPath entry 'external:$com.wamas.fastpatch.root$/com.wamas.ide.launching.ide' of bundle /home/jenkins/.m2/repository/p2/osgi/bundle/com.wamas.ide.launching.ide/0.5.0.N202402221544/com.wamas.ide.launching.ide-0.5.0.N202402221544.jar [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.tea.library.build.lcdsl --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.library.build.lcdsl/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.tea.library.build.lcdsl --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.library.build.lcdsl/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.tea.library.build.lcdsl --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.tea.library.build.lcdsl --- [INFO] Using Declarative Service specification version 1.3.0 to generate component definitions [INFO] 0 component(s) where generated, 4 where kept. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.tea.library.build.lcdsl --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.library.build.lcdsl/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.tea.library.build.lcdsl --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.tea.library.build.lcdsl --- [INFO] 265 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.tea.library.build.lcdsl --- [INFO] Building jar: /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.library.build.lcdsl/target/org.eclipse.tea.library.build.lcdsl-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.tea.library.build.lcdsl --- [INFO] Building jar: /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.library.build.lcdsl/target/org.eclipse.tea.library.build.lcdsl-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tea.library.build.lcdsl --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.tea.library.build.lcdsl --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.tea.library.build.lcdsl --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.tea.library.build.lcdsl --- [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.library.build.lcdsl/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/org.eclipse.tea.library.build.lcdsl/2.0.0-SNAPSHOT/org.eclipse.tea.library.build.lcdsl-2.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.library.build.lcdsl/target/org.eclipse.tea.library.build.lcdsl-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/org.eclipse.tea.library.build.lcdsl/2.0.0-SNAPSHOT/org.eclipse.tea.library.build.lcdsl-2.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.library.build.lcdsl/target/org.eclipse.tea.library.build.lcdsl-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/org.eclipse.tea.library.build.lcdsl/2.0.0-SNAPSHOT/org.eclipse.tea.library.build.lcdsl-2.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.library.build.lcdsl/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/org.eclipse.tea.library.build.lcdsl/2.0.0-SNAPSHOT/org.eclipse.tea.library.build.lcdsl-2.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.library.build.lcdsl/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/org.eclipse.tea.library.build.lcdsl/2.0.0-SNAPSHOT/org.eclipse.tea.library.build.lcdsl-2.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:4.0.6:update-local-index (default-update-local-index) @ org.eclipse.tea.library.build.lcdsl --- [INFO] [INFO] ----------------< org.eclipse:org.eclipse.tea.samples >----------------- [INFO] Building [bundle] TEA Examples 2.0.0-SNAPSHOT [9/17] [INFO] from bundles/org.eclipse.tea.samples/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-shared-utils-3.2.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/plexus-cipher-1.7.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-javamail.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-launcher.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-xalan2.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/plexus-utils-3.2.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-bcel.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-jdepend.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-resolver-provider-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-model-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-commons-logging.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-resolver.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-bsf.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-builder-support-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/plexus-build-api-0.0.7.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-netrexx.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-core-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-log4j.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-swing.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/wagon-file-3.4.3.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-jmf.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-imageio.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-settings-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jdt.debug:3.19.0.v20211112-1303 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.19.0.v20211112-1303.jar/jdimodel.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-xz.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-antlr.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-settings-builder-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-junit.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-model-builder-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-jsch.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/wagon-provider-api-3.4.3.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/jsr250-api-1.0.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-repository-metadata-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-plugin-api-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-junit4.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-regexp.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-jai.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/cdi-api-1.0.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-compat-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/aether-connector-okhttp-0.17.8.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-junitlauncher.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-testutil.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/plexus-sec-dispatcher-1.4.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-commons-net.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/okio-1.17.3.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/plexus-component-annotations-2.1.0.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-oro.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-artifact-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-embedder-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.pde.build:3.11.100.v20210916-0743 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.pde.build-3.11.100.v20210916-0743.jar/pdebuild.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/okhttp-3.14.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-shared-utils-3.2.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/plexus-cipher-1.7.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-javamail.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-launcher.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-xalan2.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/plexus-utils-3.2.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-bcel.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-jdepend.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-resolver-provider-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-model-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-commons-logging.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-resolver.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-bsf.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-builder-support-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/plexus-build-api-0.0.7.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-netrexx.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-core-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-log4j.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-swing.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/wagon-file-3.4.3.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-jmf.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-imageio.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-settings-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jdt.debug:3.19.0.v20211112-1303 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.19.0.v20211112-1303.jar/jdimodel.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-xz.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-antlr.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-settings-builder-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-junit.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-model-builder-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-jsch.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/wagon-provider-api-3.4.3.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/jsr250-api-1.0.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-repository-metadata-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-plugin-api-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-junit4.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-regexp.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-jai.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/cdi-api-1.0.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-compat-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/aether-connector-okhttp-0.17.8.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-junitlauncher.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-testutil.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/plexus-sec-dispatcher-1.4.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-commons-net.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/okio-1.17.3.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/plexus-component-annotations-2.1.0.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-oro.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-artifact-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-embedder-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.pde.build:3.11.100.v20210916-0743 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.pde.build-3.11.100.v20210916-0743.jar/pdebuild.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/okhttp-3.14.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tea.samples --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.tea.samples --- [INFO] The project's OSGi version is 2.0.0.202403041406 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.tea.samples --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.tea.samples --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.tea.samples --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.tea.samples --- [INFO] Resolving class path of [bundle] TEA Examples [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.tea.samples --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.samples/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.tea.samples --- [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.samples/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.tea.samples --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.tea.samples --- [INFO] Using Declarative Service specification version 1.3.0 to generate component definitions [INFO] 0 component(s) where generated, 8 where kept. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.tea.samples --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.samples/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.tea.samples --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.tea.samples --- [INFO] 240 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.tea.samples --- [INFO] Building jar: /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.samples/target/org.eclipse.tea.samples-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.tea.samples --- [INFO] Building jar: /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.samples/target/org.eclipse.tea.samples-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tea.samples --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.tea.samples --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.tea.samples --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.tea.samples --- [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.samples/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/org.eclipse.tea.samples/2.0.0-SNAPSHOT/org.eclipse.tea.samples-2.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.samples/target/org.eclipse.tea.samples-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/org.eclipse.tea.samples/2.0.0-SNAPSHOT/org.eclipse.tea.samples-2.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.samples/target/org.eclipse.tea.samples-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/org.eclipse.tea.samples/2.0.0-SNAPSHOT/org.eclipse.tea.samples-2.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.samples/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/org.eclipse.tea.samples/2.0.0-SNAPSHOT/org.eclipse.tea.samples-2.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/bundles/org.eclipse.tea.samples/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/org.eclipse.tea.samples/2.0.0-SNAPSHOT/org.eclipse.tea.samples-2.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:4.0.6:update-local-index (default-update-local-index) @ org.eclipse.tea.samples --- [INFO] [INFO] ------------------------< org.eclipse:features >------------------------ [INFO] Building [aggregator] features 2.0.0-SNAPSHOT [10/17] [INFO] from features/.polyglot.pom.tycho [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ features --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ features --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ features --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ features --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ features --- [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/features/.polyglot.pom.tycho to /home/jenkins/.m2/repository/org/eclipse/features/2.0.0-SNAPSHOT/features-2.0.0-SNAPSHOT.pom [INFO] [INFO] --------------< org.eclipse:org.eclipse.tea.core_feature >-------------- [INFO] Building [feature] TEA Core Feature (incubation) 2.0.0-SNAPSHOT [11/17] [INFO] from features/org.eclipse.tea.core_feature/.polyglot.feature.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse:org.eclipse.tea.core_feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tea-nightly/features/org.eclipse.tea.core_feature/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse:org.eclipse.tea.core_feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tea-nightly/features/org.eclipse.tea.core_feature/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse:org.eclipse.tea.core_feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tea-nightly/features/org.eclipse.tea.core_feature/.polyglot.feature.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tea.core_feature --- [INFO] Deleting /home/jenkins/agent/workspace/tea-nightly/features/org.eclipse.tea.core_feature/target [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tea.core_feature --- [INFO] The project's OSGi version is 2.0.0.202403041406 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.tea.core_feature --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.tea.core_feature --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.tea.core_feature --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.tea.core_feature --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tea-nightly/features/org.eclipse.tea.core_feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.tea.core_feature --- [INFO] 21 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.tea.core_feature --- [INFO] [INFO] --- tycho-packaging:4.0.6:package-feature (default-package-feature) @ org.eclipse.tea.core_feature --- [INFO] Building jar: /home/jenkins/agent/workspace/tea-nightly/features/org.eclipse.tea.core_feature/target/org.eclipse.tea.core_feature-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tea.core_feature --- [INFO] [INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tea.core_feature --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.tea.core_feature --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.tea.core_feature --- [INFO] Building jar: /home/jenkins/agent/workspace/tea-nightly/features/org.eclipse.tea.core_feature/target/org.eclipse.tea.core_feature-2.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.tea.core_feature --- [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/features/org.eclipse.tea.core_feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/org.eclipse.tea.core_feature/2.0.0-SNAPSHOT/org.eclipse.tea.core_feature-2.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/features/org.eclipse.tea.core_feature/target/org.eclipse.tea.core_feature-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/org.eclipse.tea.core_feature/2.0.0-SNAPSHOT/org.eclipse.tea.core_feature-2.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/features/org.eclipse.tea.core_feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/org.eclipse.tea.core_feature/2.0.0-SNAPSHOT/org.eclipse.tea.core_feature-2.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/features/org.eclipse.tea.core_feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/org.eclipse.tea.core_feature/2.0.0-SNAPSHOT/org.eclipse.tea.core_feature-2.0.0-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/features/org.eclipse.tea.core_feature/target/org.eclipse.tea.core_feature-2.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/org.eclipse.tea.core_feature/2.0.0-SNAPSHOT/org.eclipse.tea.core_feature-2.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.6:update-local-index (default-update-local-index) @ org.eclipse.tea.core_feature --- [INFO] [INFO] ---------------< org.eclipse:org.eclipse.tea.ui_feature >--------------- [INFO] Building [feature] TEA UI Feature (incubation) 2.0.0-SNAPSHOT [12/17] [INFO] from features/org.eclipse.tea.ui_feature/.polyglot.feature.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse:org.eclipse.tea.ui_feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tea-nightly/features/org.eclipse.tea.ui_feature/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse:org.eclipse.tea.ui_feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tea-nightly/features/org.eclipse.tea.ui_feature/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse:org.eclipse.tea.ui_feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tea-nightly/features/org.eclipse.tea.ui_feature/.polyglot.feature.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tea.ui_feature --- [INFO] Deleting /home/jenkins/agent/workspace/tea-nightly/features/org.eclipse.tea.ui_feature/target [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tea.ui_feature --- [INFO] The project's OSGi version is 2.0.0.202403041406 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.tea.ui_feature --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.tea.ui_feature --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.tea.ui_feature --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.tea.ui_feature --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tea-nightly/features/org.eclipse.tea.ui_feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.tea.ui_feature --- [INFO] 96 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.tea.ui_feature --- [INFO] [INFO] --- tycho-packaging:4.0.6:package-feature (default-package-feature) @ org.eclipse.tea.ui_feature --- [INFO] Building jar: /home/jenkins/agent/workspace/tea-nightly/features/org.eclipse.tea.ui_feature/target/org.eclipse.tea.ui_feature-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tea.ui_feature --- [INFO] [INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tea.ui_feature --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.tea.ui_feature --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.tea.ui_feature --- [WARNING] The following referenced features have missing sources org.eclipse.tea.core_feature_2.0.0.202403041406 [INFO] Building jar: /home/jenkins/agent/workspace/tea-nightly/features/org.eclipse.tea.ui_feature/target/org.eclipse.tea.ui_feature-2.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.tea.ui_feature --- [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/features/org.eclipse.tea.ui_feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/org.eclipse.tea.ui_feature/2.0.0-SNAPSHOT/org.eclipse.tea.ui_feature-2.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/features/org.eclipse.tea.ui_feature/target/org.eclipse.tea.ui_feature-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/org.eclipse.tea.ui_feature/2.0.0-SNAPSHOT/org.eclipse.tea.ui_feature-2.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/features/org.eclipse.tea.ui_feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/org.eclipse.tea.ui_feature/2.0.0-SNAPSHOT/org.eclipse.tea.ui_feature-2.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/features/org.eclipse.tea.ui_feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/org.eclipse.tea.ui_feature/2.0.0-SNAPSHOT/org.eclipse.tea.ui_feature-2.0.0-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/features/org.eclipse.tea.ui_feature/target/org.eclipse.tea.ui_feature-2.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/org.eclipse.tea.ui_feature/2.0.0-SNAPSHOT/org.eclipse.tea.ui_feature-2.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.6:update-local-index (default-update-local-index) @ org.eclipse.tea.ui_feature --- [INFO] [INFO] ------------< org.eclipse:org.eclipse.tea.library_feature >------------- [INFO] Building [feature] TEA Build Library Feature (incubation) 2.0.0-SNAPSHOT [13/17] [INFO] from features/org.eclipse.tea.library_feature/.polyglot.feature.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse:org.eclipse.tea.library_feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tea-nightly/features/org.eclipse.tea.library_feature/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse:org.eclipse.tea.library_feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tea-nightly/features/org.eclipse.tea.library_feature/.polyglot.feature.xml [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-shared-utils-3.2.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/plexus-cipher-1.7.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-javamail.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-launcher.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-xalan2.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/plexus-utils-3.2.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-bcel.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-jdepend.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-resolver-provider-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-model-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-commons-logging.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-resolver.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-bsf.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-builder-support-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/plexus-build-api-0.0.7.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-netrexx.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-core-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-log4j.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-swing.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/wagon-file-3.4.3.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-jmf.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-imageio.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-settings-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jdt.debug:3.19.0.v20211112-1303 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.19.0.v20211112-1303.jar/jdimodel.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-xz.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-antlr.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-settings-builder-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-junit.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-model-builder-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-jsch.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/wagon-provider-api-3.4.3.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/jsr250-api-1.0.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-repository-metadata-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-plugin-api-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-junit4.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-regexp.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-jai.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/cdi-api-1.0.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-compat-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/aether-connector-okhttp-0.17.8.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-junitlauncher.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-testutil.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/plexus-sec-dispatcher-1.4.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-commons-net.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/okio-1.17.3.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/plexus-component-annotations-2.1.0.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-oro.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-artifact-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-embedder-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.pde.build:3.11.100.v20210916-0743 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.pde.build-3.11.100.v20210916-0743.jar/pdebuild.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/okhttp-3.14.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Resolving dependencies of MavenProject: org.eclipse:org.eclipse.tea.library_feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tea-nightly/features/org.eclipse.tea.library_feature/.polyglot.feature.xml [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-shared-utils-3.2.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/plexus-cipher-1.7.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-javamail.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-launcher.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-xalan2.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/plexus-utils-3.2.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-bcel.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-jdepend.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-resolver-provider-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-model-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-commons-logging.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-resolver.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-bsf.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-builder-support-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/plexus-build-api-0.0.7.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-netrexx.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-core-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-log4j.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-swing.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/wagon-file-3.4.3.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-jmf.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-imageio.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-settings-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jdt.debug:3.19.0.v20211112-1303 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.19.0.v20211112-1303.jar/jdimodel.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-xz.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-antlr.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-settings-builder-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-junit.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-model-builder-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-jsch.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/wagon-provider-api-3.4.3.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/jsr250-api-1.0.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-repository-metadata-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-plugin-api-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-junit4.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-regexp.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-jai.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/cdi-api-1.0.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-compat-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/aether-connector-okhttp-0.17.8.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-junitlauncher.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-testutil.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/plexus-sec-dispatcher-1.4.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-commons-net.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/okio-1.17.3.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/plexus-component-annotations-2.1.0.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-oro.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-artifact-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-embedder-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.pde.build:3.11.100.v20210916-0743 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.pde.build-3.11.100.v20210916-0743.jar/pdebuild.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/okhttp-3.14.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tea.library_feature --- [INFO] Deleting /home/jenkins/agent/workspace/tea-nightly/features/org.eclipse.tea.library_feature/target [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tea.library_feature --- [INFO] The project's OSGi version is 2.0.0.202403041406 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.tea.library_feature --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.tea.library_feature --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.tea.library_feature --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.tea.library_feature --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tea-nightly/features/org.eclipse.tea.library_feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.tea.library_feature --- [INFO] 167 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.tea.library_feature --- [INFO] [INFO] --- tycho-packaging:4.0.6:package-feature (default-package-feature) @ org.eclipse.tea.library_feature --- [INFO] Building jar: /home/jenkins/agent/workspace/tea-nightly/features/org.eclipse.tea.library_feature/target/org.eclipse.tea.library_feature-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tea.library_feature --- [INFO] [INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tea.library_feature --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.tea.library_feature --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.tea.library_feature --- [WARNING] The following referenced features have missing sources org.eclipse.tea.core_feature_2.0.0.202403041406 org.eclipse.tea.ui_feature_2.0.0.202403041406 [INFO] Building jar: /home/jenkins/agent/workspace/tea-nightly/features/org.eclipse.tea.library_feature/target/org.eclipse.tea.library_feature-2.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.tea.library_feature --- [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/features/org.eclipse.tea.library_feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/org.eclipse.tea.library_feature/2.0.0-SNAPSHOT/org.eclipse.tea.library_feature-2.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/features/org.eclipse.tea.library_feature/target/org.eclipse.tea.library_feature-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/org.eclipse.tea.library_feature/2.0.0-SNAPSHOT/org.eclipse.tea.library_feature-2.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/features/org.eclipse.tea.library_feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/org.eclipse.tea.library_feature/2.0.0-SNAPSHOT/org.eclipse.tea.library_feature-2.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/features/org.eclipse.tea.library_feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/org.eclipse.tea.library_feature/2.0.0-SNAPSHOT/org.eclipse.tea.library_feature-2.0.0-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/features/org.eclipse.tea.library_feature/target/org.eclipse.tea.library_feature-2.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/org.eclipse.tea.library_feature/2.0.0-SNAPSHOT/org.eclipse.tea.library_feature-2.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.6:update-local-index (default-update-local-index) @ org.eclipse.tea.library_feature --- [INFO] [INFO] ---------< org.eclipse:org.eclipse.tea.lcdsl.library_feature >---------- [INFO] Building [feature] TEA LcDsl Support for Build Library Feature (incubation) 2.0.0-SNAPSHOT [14/17] [INFO] from features/org.eclipse.tea.lcdsl.library_feature/.polyglot.feature.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse:org.eclipse.tea.lcdsl.library_feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tea-nightly/features/org.eclipse.tea.lcdsl.library_feature/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse:org.eclipse.tea.lcdsl.library_feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tea-nightly/features/org.eclipse.tea.lcdsl.library_feature/.polyglot.feature.xml [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-shared-utils-3.2.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/plexus-cipher-1.7.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-javamail.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-launcher.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-xalan2.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/plexus-utils-3.2.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-bcel.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-jdepend.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-resolver-provider-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-model-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-commons-logging.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-resolver.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-bsf.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-builder-support-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/plexus-build-api-0.0.7.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-netrexx.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-core-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-log4j.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-swing.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/wagon-file-3.4.3.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.pde.build:3.11.100.v20210916-0743 @ /tmp/file not yet available5062515534997299952.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-jmf.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-imageio.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-settings-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jdt.debug:3.19.0.v20211112-1303 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.19.0.v20211112-1303.jar/jdimodel.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-xz.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /tmp/file not yet available5062515534997299952.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-antlr.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-settings-builder-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-junit.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-model-builder-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-jsch.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/wagon-provider-api-3.4.3.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/jsr250-api-1.0.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-repository-metadata-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-plugin-api-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-junit4.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-regexp.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-jai.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/cdi-api-1.0.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-compat-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/aether-connector-okhttp-0.17.8.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-junitlauncher.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-testutil.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/plexus-sec-dispatcher-1.4.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-commons-net.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/okio-1.17.3.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/plexus-component-annotations-2.1.0.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-oro.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-artifact-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-embedder-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jdt.debug:3.19.0.v20211112-1303 @ /tmp/file not yet available5062515534997299952.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.pde.build:3.11.100.v20210916-0743 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.pde.build-3.11.100.v20210916-0743.jar/pdebuild.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/okhttp-3.14.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Resolving dependencies of MavenProject: org.eclipse:org.eclipse.tea.lcdsl.library_feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tea-nightly/features/org.eclipse.tea.lcdsl.library_feature/.polyglot.feature.xml [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-shared-utils-3.2.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/plexus-cipher-1.7.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-javamail.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-launcher.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-xalan2.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/plexus-utils-3.2.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-bcel.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-jdepend.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-resolver-provider-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-model-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-commons-logging.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-resolver.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-bsf.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-builder-support-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/plexus-build-api-0.0.7.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-netrexx.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-core-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-log4j.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-swing.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/wagon-file-3.4.3.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.pde.build:3.11.100.v20210916-0743 @ /tmp/file not yet available5062515534997299952.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-jmf.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-imageio.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-settings-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jdt.debug:3.19.0.v20211112-1303 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.19.0.v20211112-1303.jar/jdimodel.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-xz.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /tmp/file not yet available5062515534997299952.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-antlr.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-settings-builder-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-junit.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-model-builder-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-jsch.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/wagon-provider-api-3.4.3.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/jsr250-api-1.0.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-repository-metadata-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-plugin-api-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-junit4.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-regexp.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-jai.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/cdi-api-1.0.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-compat-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/aether-connector-okhttp-0.17.8.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-junitlauncher.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-testutil.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/plexus-sec-dispatcher-1.4.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-commons-net.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/okio-1.17.3.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/plexus-component-annotations-2.1.0.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-oro.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-artifact-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-embedder-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jdt.debug:3.19.0.v20211112-1303 @ /tmp/file not yet available5062515534997299952.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.pde.build:3.11.100.v20210916-0743 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.pde.build-3.11.100.v20210916-0743.jar/pdebuild.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/okhttp-3.14.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tea.lcdsl.library_feature --- [INFO] Deleting /home/jenkins/agent/workspace/tea-nightly/features/org.eclipse.tea.lcdsl.library_feature/target [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tea.lcdsl.library_feature --- [INFO] The project's OSGi version is 2.0.0.202403041406 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.tea.lcdsl.library_feature --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.tea.lcdsl.library_feature --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.tea.lcdsl.library_feature --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.tea.lcdsl.library_feature --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tea-nightly/features/org.eclipse.tea.lcdsl.library_feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.tea.lcdsl.library_feature --- [INFO] 200 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.tea.lcdsl.library_feature --- [INFO] [INFO] --- tycho-packaging:4.0.6:package-feature (default-package-feature) @ org.eclipse.tea.lcdsl.library_feature --- [INFO] Building jar: /home/jenkins/agent/workspace/tea-nightly/features/org.eclipse.tea.lcdsl.library_feature/target/org.eclipse.tea.lcdsl.library_feature-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tea.lcdsl.library_feature --- [INFO] [INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tea.lcdsl.library_feature --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.tea.lcdsl.library_feature --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.tea.lcdsl.library_feature --- [WARNING] The following referenced features have missing sources org.eclipse.tea.core_feature_2.0.0.202403041406 org.eclipse.tea.ui_feature_2.0.0.202403041406 org.eclipse.tea.library_feature_2.0.0.202403041406 [INFO] Building jar: /home/jenkins/agent/workspace/tea-nightly/features/org.eclipse.tea.lcdsl.library_feature/target/org.eclipse.tea.lcdsl.library_feature-2.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.tea.lcdsl.library_feature --- [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/features/org.eclipse.tea.lcdsl.library_feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/org.eclipse.tea.lcdsl.library_feature/2.0.0-SNAPSHOT/org.eclipse.tea.lcdsl.library_feature-2.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/features/org.eclipse.tea.lcdsl.library_feature/target/org.eclipse.tea.lcdsl.library_feature-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/org.eclipse.tea.lcdsl.library_feature/2.0.0-SNAPSHOT/org.eclipse.tea.lcdsl.library_feature-2.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/features/org.eclipse.tea.lcdsl.library_feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/org.eclipse.tea.lcdsl.library_feature/2.0.0-SNAPSHOT/org.eclipse.tea.lcdsl.library_feature-2.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/features/org.eclipse.tea.lcdsl.library_feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/org.eclipse.tea.lcdsl.library_feature/2.0.0-SNAPSHOT/org.eclipse.tea.lcdsl.library_feature-2.0.0-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/features/org.eclipse.tea.lcdsl.library_feature/target/org.eclipse.tea.lcdsl.library_feature-2.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/org.eclipse.tea.lcdsl.library_feature/2.0.0-SNAPSHOT/org.eclipse.tea.lcdsl.library_feature-2.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.6:update-local-index (default-update-local-index) @ org.eclipse.tea.lcdsl.library_feature --- [INFO] [INFO] -----------< org.eclipse:org.eclipse.tea.scripting_feature >------------ [INFO] Building [feature] TEA Scripting Feature (EASE Integration) (incubation) 2.0.0-SNAPSHOT [15/17] [INFO] from features/org.eclipse.tea.scripting_feature/.polyglot.feature.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse:org.eclipse.tea.scripting_feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tea-nightly/features/org.eclipse.tea.scripting_feature/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse:org.eclipse.tea.scripting_feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tea-nightly/features/org.eclipse.tea.scripting_feature/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse:org.eclipse.tea.scripting_feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tea-nightly/features/org.eclipse.tea.scripting_feature/.polyglot.feature.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tea.scripting_feature --- [INFO] Deleting /home/jenkins/agent/workspace/tea-nightly/features/org.eclipse.tea.scripting_feature/target [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tea.scripting_feature --- [INFO] The project's OSGi version is 2.0.0.202403041406 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.tea.scripting_feature --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.tea.scripting_feature --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.tea.scripting_feature --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.tea.scripting_feature --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tea-nightly/features/org.eclipse.tea.scripting_feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.tea.scripting_feature --- [INFO] 109 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.tea.scripting_feature --- [INFO] [INFO] --- tycho-packaging:4.0.6:package-feature (default-package-feature) @ org.eclipse.tea.scripting_feature --- [INFO] Building jar: /home/jenkins/agent/workspace/tea-nightly/features/org.eclipse.tea.scripting_feature/target/org.eclipse.tea.scripting_feature-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tea.scripting_feature --- [INFO] [INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tea.scripting_feature --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.tea.scripting_feature --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.tea.scripting_feature --- [WARNING] The following referenced features have missing sources org.eclipse.tea.ui_feature_2.0.0.202403041406 [INFO] Building jar: /home/jenkins/agent/workspace/tea-nightly/features/org.eclipse.tea.scripting_feature/target/org.eclipse.tea.scripting_feature-2.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.tea.scripting_feature --- [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/features/org.eclipse.tea.scripting_feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/org.eclipse.tea.scripting_feature/2.0.0-SNAPSHOT/org.eclipse.tea.scripting_feature-2.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/features/org.eclipse.tea.scripting_feature/target/org.eclipse.tea.scripting_feature-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/org.eclipse.tea.scripting_feature/2.0.0-SNAPSHOT/org.eclipse.tea.scripting_feature-2.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/features/org.eclipse.tea.scripting_feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/org.eclipse.tea.scripting_feature/2.0.0-SNAPSHOT/org.eclipse.tea.scripting_feature-2.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/features/org.eclipse.tea.scripting_feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/org.eclipse.tea.scripting_feature/2.0.0-SNAPSHOT/org.eclipse.tea.scripting_feature-2.0.0-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/features/org.eclipse.tea.scripting_feature/target/org.eclipse.tea.scripting_feature-2.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/org.eclipse.tea.scripting_feature/2.0.0-SNAPSHOT/org.eclipse.tea.scripting_feature-2.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.6:update-local-index (default-update-local-index) @ org.eclipse.tea.scripting_feature --- [INFO] [INFO] -------------------------< org.eclipse:sites >-------------------------- [INFO] Building [aggregator] sites 2.0.0-SNAPSHOT [16/17] [INFO] from sites/.polyglot.pom.tycho [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ sites --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ sites --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ sites --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ sites --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ sites --- [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/sites/.polyglot.pom.tycho to /home/jenkins/.m2/repository/org/eclipse/sites/2.0.0-SNAPSHOT/sites-2.0.0-SNAPSHOT.pom [INFO] [INFO] -----< org.eclipse:org.eclipse.tea.repository.eclipse-repository >------ [INFO] Building [updatesite] org.eclipse.tea.repository.eclipse-repository 2.0.0-SNAPSHOT [17/17] [INFO] from sites/org.eclipse.tea.repository/.polyglot.category.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse:org.eclipse.tea.repository.eclipse-repository:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tea-nightly/sites/org.eclipse.tea.repository/.polyglot.category.xml [INFO] Resolving dependencies of MavenProject: org.eclipse:org.eclipse.tea.repository.eclipse-repository:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tea-nightly/sites/org.eclipse.tea.repository/.polyglot.category.xml [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-shared-utils-3.2.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/plexus-cipher-1.7.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-javamail.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-launcher.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-xalan2.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/plexus-utils-3.2.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-bcel.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-jdepend.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-resolver-provider-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-model-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-commons-logging.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-resolver.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-bsf.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-builder-support-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/plexus-build-api-0.0.7.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-netrexx.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-core-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-log4j.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-swing.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/wagon-file-3.4.3.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.pde.build:3.11.100.v20210916-0743 @ /tmp/file not yet available5062515534997299952.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-jmf.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-imageio.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-settings-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jdt.debug:3.19.0.v20211112-1303 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.19.0.v20211112-1303.jar/jdimodel.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-xz.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /tmp/file not yet available5062515534997299952.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-antlr.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-settings-builder-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-junit.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-model-builder-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-jsch.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/wagon-provider-api-3.4.3.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/jsr250-api-1.0.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-repository-metadata-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-plugin-api-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-junit4.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-regexp.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-jai.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/cdi-api-1.0.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-compat-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/aether-connector-okhttp-0.17.8.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-junitlauncher.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-testutil.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/plexus-sec-dispatcher-1.4.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-commons-net.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/okio-1.17.3.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/plexus-component-annotations-2.1.0.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-oro.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-artifact-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-embedder-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jdt.debug:3.19.0.v20211112-1303 @ /tmp/file not yet available5062515534997299952.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.pde.build:3.11.100.v20210916-0743 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.pde.build-3.11.100.v20210916-0743.jar/pdebuild.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/okhttp-3.14.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Resolving dependencies of MavenProject: org.eclipse:org.eclipse.tea.repository.eclipse-repository:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tea-nightly/sites/org.eclipse.tea.repository/.polyglot.category.xml [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-shared-utils-3.2.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/plexus-cipher-1.7.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-javamail.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-launcher.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-xalan2.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/plexus-utils-3.2.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-bcel.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-jdepend.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-resolver-provider-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-model-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-commons-logging.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-resolver.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-bsf.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-builder-support-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/plexus-build-api-0.0.7.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-netrexx.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-core-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-log4j.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-swing.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/wagon-file-3.4.3.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.pde.build:3.11.100.v20210916-0743 @ /tmp/file not yet available5062515534997299952.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-jmf.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-imageio.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-settings-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jdt.debug:3.19.0.v20211112-1303 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.19.0.v20211112-1303.jar/jdimodel.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-xz.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /tmp/file not yet available5062515534997299952.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-antlr.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-settings-builder-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-junit.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-model-builder-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-jsch.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/wagon-provider-api-3.4.3.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/jsr250-api-1.0.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-repository-metadata-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-plugin-api-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-junit4.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-regexp.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-jai.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/cdi-api-1.0.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-compat-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/aether-connector-okhttp-0.17.8.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-junitlauncher.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-testutil.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/plexus-sec-dispatcher-1.4.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-commons-net.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/okio-1.17.3.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/plexus-component-annotations-2.1.0.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.12.v20211102-1452 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-oro.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-artifact-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/maven-embedder-3.8.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jdt.debug:3.19.0.v20211112-1303 @ /tmp/file not yet available5062515534997299952.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.pde.build:3.11.100.v20210916-0743 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.pde.build-3.11.100.v20210916-0743.jar/pdebuild.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:1.18.1.20211011-2139 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-1.18.1.20211011-2139.jar/jars/okhttp-3.14.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tea.repository.eclipse-repository --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tea.repository.eclipse-repository --- [INFO] The project's OSGi version is 2.0.0.202403041406 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ org.eclipse.tea.repository.eclipse-repository --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.tea.repository.eclipse-repository --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.tea.repository.eclipse-repository --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tea-nightly/sites/org.eclipse.tea.repository/src/main/resources [INFO] [INFO] --- tycho-p2-publisher:4.0.6:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.tea.repository.eclipse-repository --- [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [INFO] Published profile IUs: [a.jre.javase 20.0.0] [INFO] Published profile IUs: [a.jre.javase 21.0.0] [INFO] Published profile IUs: [a.jre.javase 22.0.0] [INFO] [INFO] --- tycho-p2-publisher:4.0.6:publish-products (default-publish-products) @ org.eclipse.tea.repository.eclipse-repository --- [INFO] [INFO] --- tycho-p2-publisher:4.0.6:publish-categories (default-publish-categories) @ org.eclipse.tea.repository.eclipse-repository --- [INFO] [INFO] --- tycho-p2-publisher:4.0.6:attach-artifacts (default-attach-artifacts) @ org.eclipse.tea.repository.eclipse-repository --- [INFO] [INFO] --- tycho-p2-repository:4.0.6:assemble-repository (default-assemble-repository) @ org.eclipse.tea.repository.eclipse-repository --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.tea.repository.eclipse-repository --- [INFO] [INFO] --- tycho-p2-repository:4.0.6:archive-repository (default-archive-repository) @ org.eclipse.tea.repository.eclipse-repository --- [INFO] Building zip: /home/jenkins/agent/workspace/tea-nightly/sites/org.eclipse.tea.repository/target/org.eclipse.tea.repository.eclipse-repository-2.0.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.tea.repository.eclipse-repository --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.tea.repository.eclipse-repository --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.tea.repository.eclipse-repository --- [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/sites/org.eclipse.tea.repository/.polyglot.category.xml to /home/jenkins/.m2/repository/org/eclipse/org.eclipse.tea.repository.eclipse-repository/2.0.0-SNAPSHOT/org.eclipse.tea.repository.eclipse-repository-2.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/sites/org.eclipse.tea.repository/target/org.eclipse.tea.repository.eclipse-repository-2.0.0-SNAPSHOT.zip to /home/jenkins/.m2/repository/org/eclipse/org.eclipse.tea.repository.eclipse-repository/2.0.0-SNAPSHOT/org.eclipse.tea.repository.eclipse-repository-2.0.0-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/sites/org.eclipse.tea.repository/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/org.eclipse.tea.repository.eclipse-repository/2.0.0-SNAPSHOT/org.eclipse.tea.repository.eclipse-repository-2.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tea-nightly/sites/org.eclipse.tea.repository/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/org.eclipse.tea.repository.eclipse-repository/2.0.0-SNAPSHOT/org.eclipse.tea.repository.eclipse-repository-2.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:4.0.6:update-local-index (default-update-local-index) @ org.eclipse.tea.repository.eclipse-repository --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for parent 2.0.0-SNAPSHOT: [INFO] [INFO] parent ............................................. SUCCESS [ 0.281 s] [INFO] [aggregator] bundles ............................... SUCCESS [ 0.006 s] [INFO] [bundle] TEA Core .................................. SUCCESS [ 21.232 s] [INFO] [bundle] TEA Core UI ............................... SUCCESS [ 7.622 s] [INFO] [bundle] TEA Live UI ............................... SUCCESS [ 3.958 s] [INFO] [bundle] TEA EASE Integration ...................... SUCCESS [ 2.335 s] [INFO] [bundle] TEA Build Library ......................... SUCCESS [ 9.765 s] [INFO] [bundle] TEA LcDsl support for Build Library ....... SUCCESS [ 5.495 s] [INFO] [bundle] TEA Examples .............................. SUCCESS [ 1.838 s] [INFO] [aggregator] features .............................. SUCCESS [ 0.007 s] [INFO] [feature] TEA Core Feature (incubation) ............ SUCCESS [ 0.257 s] [INFO] [feature] TEA UI Feature (incubation) .............. SUCCESS [ 0.301 s] [INFO] [feature] TEA Build Library Feature (incubation) ... SUCCESS [ 0.799 s] [INFO] [feature] TEA LcDsl Support for Build Library Feature (incubation) SUCCESS [ 1.206 s] [INFO] [feature] TEA Scripting Feature (EASE Integration) (incubation) SUCCESS [ 0.326 s] [INFO] [aggregator] sites ................................. SUCCESS [ 0.007 s] [INFO] [updatesite] org.eclipse.tea.repository.eclipse-repository SUCCESS [ 2.672 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:09 min [INFO] Finished at: 2024-03-04T14:08:01Z [INFO] ------------------------------------------------------------------------ [Current build status] check if current [SUCCESS] is worse or equals then [SUCCESS] and better or equals then [SUCCESS] Run condition [Current build status] enabling perform for step [Execute shell] [tea-nightly] $ /bin/sh -xe /tmp/jenkins2694010551276582378.sh + SITE_DIR=/home/data/httpd/download.eclipse.org/tea/nightly + rm -rf ./nightly + mkdir ./nightly + cat + cat + cat ++ date + ssh genie.tea@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/tea/nightly + scp -r ./nightly genie.tea@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/tea/nightly $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 50 killed; [ssh-agent] Stopped. Finished: SUCCESS