Push event to branch playground Connecting to https://api.github.com using GitHub bot (username/token) Obtained Jenkinsfile from 7a82f23bb03c75845773c76d1f0a514907a588c2 [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task Waiting for next available executor Agent basic-708gl is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-708gl" 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-708gl" - 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-708gl" - 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" Running on basic-708gl in /home/jenkins/agent/workspace/continuous_playground [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential github-bot Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/eclipse-tea/tea.git > git init /home/jenkins/agent/workspace/continuous_playground # timeout=10 Fetching upstream changes from https://github.com/eclipse-tea/tea.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --no-tags --force --progress -- https://github.com/eclipse-tea/tea.git +refs/heads/playground:refs/remotes/origin/playground # timeout=10 Avoid second fetch Checking out Revision 7a82f23bb03c75845773c76d1f0a514907a588c2 (playground) Commit message: "proper pathname limitation for zip entries" First time build. Skipping changelog. > git config remote.origin.url https://github.com/eclipse-tea/tea.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/playground:refs/remotes/origin/playground # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7a82f23bb03c75845773c76d1f0a514907a588c2 # timeout=10 > git rev-list --no-walk 47b30a41052c361e5eb567b2b17b4e5ac1ba8a73 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 15 min [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Tool Install) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Build) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sh + set -xe + mvn clean verify 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.2.9-300.fc38.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.1-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] ------------------------< org.eclipse:bundles >------------------------- [INFO] Building [aggregator] bundles 2.0.1-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] ------------------< org.eclipse:org.eclipse.tea.core >------------------ [INFO] Building [bundle] TEA Core 2.0.1-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/continuous_playground/bundles/org.eclipse.tea.core/../../sites/org.eclipse.tea.repository/eclipse-2022-12.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@348792e3 [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/continuous_playground/bundles/org.eclipse.tea.core/../../sites/org.eclipse.tea.repository/eclipse-2022-12.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@7a217059 [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/continuous_playground/bundles/org.eclipse.tea.core/../../sites/org.eclipse.tea.repository/eclipse-2022-12.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@20c09582 [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.1.202403140847 [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/continuous_playground/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/continuous_playground/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/continuous_playground/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] 20 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/continuous_playground/bundles/org.eclipse.tea.core/target/org.eclipse.tea.core-2.0.1-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/continuous_playground/bundles/org.eclipse.tea.core/target/org.eclipse.tea.core-2.0.1-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] ----------------< org.eclipse:org.eclipse.tea.core.ui >----------------- [INFO] Building [bundle] TEA Core UI 2.0.1-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.1.202403140847 [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/continuous_playground/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/continuous_playground/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/continuous_playground/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] 75 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/continuous_playground/bundles/org.eclipse.tea.core.ui/target/org.eclipse.tea.core.ui-2.0.1-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/continuous_playground/bundles/org.eclipse.tea.core.ui/target/org.eclipse.tea.core.ui-2.0.1-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] --------------< org.eclipse:org.eclipse.tea.core.ui.live >-------------- [INFO] Building [bundle] TEA Live UI 2.0.1-SNAPSHOT [5/17] [INFO] from bundles/org.eclipse.tea.core.ui.live/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 @ /home/jenkins/.m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 @ /home/jenkins/.m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.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.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.1.202403140847 [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/continuous_playground/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/continuous_playground/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/continuous_playground/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] 87 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/continuous_playground/bundles/org.eclipse.tea.core.ui.live/target/org.eclipse.tea.core.ui.live-2.0.1-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/continuous_playground/bundles/org.eclipse.tea.core.ui.live/target/org.eclipse.tea.core.ui.live-2.0.1-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] ------------------< org.eclipse:org.eclipse.tea.ease >------------------ [INFO] Building [bundle] TEA EASE Integration 2.0.1-SNAPSHOT [6/17] [INFO] from bundles/org.eclipse.tea.ease/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 @ /home/jenkins/.m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 @ /home/jenkins/.m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.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.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.1.202403140847 [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/continuous_playground/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/continuous_playground/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/continuous_playground/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] 100 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/continuous_playground/bundles/org.eclipse.tea.ease/target/org.eclipse.tea.ease-2.0.1-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/continuous_playground/bundles/org.eclipse.tea.ease/target/org.eclipse.tea.ease-2.0.1-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] -------------< org.eclipse:org.eclipse.tea.library.build >-------------- [INFO] Building [bundle] TEA Build Library 2.0.1-SNAPSHOT [7/17] [INFO] from bundles/org.eclipse.tea.library.build/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 @ /home/jenkins/.m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 @ /home/jenkins/.m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.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.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.1.202403140847 [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/continuous_playground/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 91 source files to /home/jenkins/agent/workspace/continuous_playground/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/continuous_playground/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] 219 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/continuous_playground/bundles/org.eclipse.tea.library.build/target/org.eclipse.tea.library.build-2.0.1-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/continuous_playground/bundles/org.eclipse.tea.library.build/target/org.eclipse.tea.library.build-2.0.1-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] ----------< org.eclipse:org.eclipse.tea.library.build.lcdsl >----------- [INFO] Building [bundle] TEA LcDsl support for Build Library 2.0.1-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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-settings-builder-3.8.6.jar is not a bundle and 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.eclipse.m2e.maven.runtime:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.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-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.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.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.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.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.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-model-builder-3.8.6.jar is not a bundle and 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-resolver-provider-3.8.6.jar is not a bundle and 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.eclipse.m2e.maven.runtime:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-builder-support-3.8.6.jar is not a bundle and 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/wagon-file-3.5.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-core-3.8.6.jar is not a bundle and will 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-embedder-3.8.6.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 @ /home/jenkins/.m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar is not a bundle and will 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/wagon-provider-api-3.5.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-repository-metadata-3.8.6.jar is not a bundle and will 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-plugin-api-3.8.6.jar is not a bundle and 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.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.eclipse.m2e.maven.runtime:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-settings-3.8.6.jar is not a bundle and will 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-shared-utils-3.3.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.eclipse.m2e.maven.runtime:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/plexus-utils-3.3.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.20.0.v20220922-0905 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.20.0.v20220922-0905.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-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.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/plexus-cipher-2.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-artifact-3.8.6.jar is not a bundle and will 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/plexus-sec-dispatcher-2.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-model-3.8.6.jar is not a bundle and 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-compat-3.8.6.jar is not a bundle and will 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.400.v20220923-1253 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.pde.build-3.11.400.v20220923-1253.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.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. [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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-settings-builder-3.8.6.jar is not a bundle and 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.eclipse.m2e.maven.runtime:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.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-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.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.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.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.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.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-model-builder-3.8.6.jar is not a bundle and 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-resolver-provider-3.8.6.jar is not a bundle and 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.eclipse.m2e.maven.runtime:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-builder-support-3.8.6.jar is not a bundle and 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/wagon-file-3.5.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-core-3.8.6.jar is not a bundle and will 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-embedder-3.8.6.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 @ /home/jenkins/.m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar is not a bundle and will 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/wagon-provider-api-3.5.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-repository-metadata-3.8.6.jar is not a bundle and will 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-plugin-api-3.8.6.jar is not a bundle and 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.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.eclipse.m2e.maven.runtime:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-settings-3.8.6.jar is not a bundle and will 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-shared-utils-3.3.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.eclipse.m2e.maven.runtime:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/plexus-utils-3.3.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.20.0.v20220922-0905 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.20.0.v20220922-0905.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-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.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/plexus-cipher-2.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-artifact-3.8.6.jar is not a bundle and will 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/plexus-sec-dispatcher-2.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-model-3.8.6.jar is not a bundle and 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-compat-3.8.6.jar is not a bundle and will 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.400.v20220923-1253 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.pde.build-3.11.400.v20220923-1253.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.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. [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.1.202403140847 [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/continuous_playground/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/continuous_playground/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/continuous_playground/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] 242 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/continuous_playground/bundles/org.eclipse.tea.library.build.lcdsl/target/org.eclipse.tea.library.build.lcdsl-2.0.1-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/continuous_playground/bundles/org.eclipse.tea.library.build.lcdsl/target/org.eclipse.tea.library.build.lcdsl-2.0.1-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] ----------------< org.eclipse:org.eclipse.tea.samples >----------------- [INFO] Building [bundle] TEA Examples 2.0.1-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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-settings-builder-3.8.6.jar is not a bundle and 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.eclipse.m2e.maven.runtime:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.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-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.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.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.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.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.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-model-builder-3.8.6.jar is not a bundle and 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-resolver-provider-3.8.6.jar is not a bundle and 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.eclipse.m2e.maven.runtime:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-builder-support-3.8.6.jar is not a bundle and 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/wagon-file-3.5.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-core-3.8.6.jar is not a bundle and will 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-embedder-3.8.6.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 @ /home/jenkins/.m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar is not a bundle and will 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/wagon-provider-api-3.5.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-repository-metadata-3.8.6.jar is not a bundle and will 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-plugin-api-3.8.6.jar is not a bundle and 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.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.eclipse.m2e.maven.runtime:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-settings-3.8.6.jar is not a bundle and will 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-shared-utils-3.3.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.eclipse.m2e.maven.runtime:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/plexus-utils-3.3.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.20.0.v20220922-0905 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.20.0.v20220922-0905.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-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.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/plexus-cipher-2.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-artifact-3.8.6.jar is not a bundle and will 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/plexus-sec-dispatcher-2.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-model-3.8.6.jar is not a bundle and 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-compat-3.8.6.jar is not a bundle and will 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.400.v20220923-1253 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.pde.build-3.11.400.v20220923-1253.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.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.eclipse.m2e.maven.runtime:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-settings-builder-3.8.6.jar is not a bundle and 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.eclipse.m2e.maven.runtime:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.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-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.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.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.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.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.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-model-builder-3.8.6.jar is not a bundle and 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-resolver-provider-3.8.6.jar is not a bundle and 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.eclipse.m2e.maven.runtime:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-builder-support-3.8.6.jar is not a bundle and 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/wagon-file-3.5.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-core-3.8.6.jar is not a bundle and will 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-embedder-3.8.6.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 @ /home/jenkins/.m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar is not a bundle and will 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/wagon-provider-api-3.5.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-repository-metadata-3.8.6.jar is not a bundle and will 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-plugin-api-3.8.6.jar is not a bundle and 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.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.eclipse.m2e.maven.runtime:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-settings-3.8.6.jar is not a bundle and will 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-shared-utils-3.3.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.eclipse.m2e.maven.runtime:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/plexus-utils-3.3.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.20.0.v20220922-0905 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.20.0.v20220922-0905.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-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.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/plexus-cipher-2.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-artifact-3.8.6.jar is not a bundle and will 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/plexus-sec-dispatcher-2.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-model-3.8.6.jar is not a bundle and 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-compat-3.8.6.jar is not a bundle and will 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.400.v20220923-1253 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.pde.build-3.11.400.v20220923-1253.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.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] [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.1.202403140847 [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/continuous_playground/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/continuous_playground/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/continuous_playground/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] 227 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/continuous_playground/bundles/org.eclipse.tea.samples/target/org.eclipse.tea.samples-2.0.1-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/continuous_playground/bundles/org.eclipse.tea.samples/target/org.eclipse.tea.samples-2.0.1-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] ------------------------< org.eclipse:features >------------------------ [INFO] Building [aggregator] features 2.0.1-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] --------------< org.eclipse:org.eclipse.tea.core_feature >-------------- [INFO] Building [feature] TEA Core Feature (incubation) 2.0.1-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.1-SNAPSHOT @ /home/jenkins/agent/workspace/continuous_playground/features/org.eclipse.tea.core_feature/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse:org.eclipse.tea.core_feature:2.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/continuous_playground/features/org.eclipse.tea.core_feature/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse:org.eclipse.tea.core_feature:2.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/continuous_playground/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/continuous_playground/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.1.202403140847 [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/continuous_playground/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] 19 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/continuous_playground/features/org.eclipse.tea.core_feature/target/org.eclipse.tea.core_feature-2.0.1-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/continuous_playground/features/org.eclipse.tea.core_feature/target/org.eclipse.tea.core_feature-2.0.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] ---------------< org.eclipse:org.eclipse.tea.ui_feature >--------------- [INFO] Building [feature] TEA UI Feature (incubation) 2.0.1-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.1-SNAPSHOT @ /home/jenkins/agent/workspace/continuous_playground/features/org.eclipse.tea.ui_feature/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse:org.eclipse.tea.ui_feature:2.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/continuous_playground/features/org.eclipse.tea.ui_feature/.polyglot.feature.xml [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 @ /home/jenkins/.m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.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.ui_feature:2.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/continuous_playground/features/org.eclipse.tea.ui_feature/.polyglot.feature.xml [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 @ /home/jenkins/.m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.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.ui_feature --- [INFO] Deleting /home/jenkins/agent/workspace/continuous_playground/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.1.202403140847 [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/continuous_playground/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] 87 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/continuous_playground/features/org.eclipse.tea.ui_feature/target/org.eclipse.tea.ui_feature-2.0.1-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.1.202403140847 [INFO] Building jar: /home/jenkins/agent/workspace/continuous_playground/features/org.eclipse.tea.ui_feature/target/org.eclipse.tea.ui_feature-2.0.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] ------------< org.eclipse:org.eclipse.tea.library_feature >------------- [INFO] Building [feature] TEA Build Library Feature (incubation) 2.0.1-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.1-SNAPSHOT @ /home/jenkins/agent/workspace/continuous_playground/features/org.eclipse.tea.library_feature/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse:org.eclipse.tea.library_feature:2.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/continuous_playground/features/org.eclipse.tea.library_feature/.polyglot.feature.xml [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-settings-builder-3.8.6.jar is not a bundle and 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.eclipse.m2e.maven.runtime:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.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-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.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.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.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.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.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-model-builder-3.8.6.jar is not a bundle and 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-resolver-provider-3.8.6.jar is not a bundle and 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.eclipse.m2e.maven.runtime:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-builder-support-3.8.6.jar is not a bundle and 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/wagon-file-3.5.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-core-3.8.6.jar is not a bundle and will 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-embedder-3.8.6.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 @ /home/jenkins/.m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar is not a bundle and will 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/wagon-provider-api-3.5.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-repository-metadata-3.8.6.jar is not a bundle and will 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-plugin-api-3.8.6.jar is not a bundle and 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.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.eclipse.m2e.maven.runtime:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-settings-3.8.6.jar is not a bundle and will 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-shared-utils-3.3.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.eclipse.m2e.maven.runtime:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/plexus-utils-3.3.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.20.0.v20220922-0905 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.20.0.v20220922-0905.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-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.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/plexus-cipher-2.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-artifact-3.8.6.jar is not a bundle and will 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/plexus-sec-dispatcher-2.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-model-3.8.6.jar is not a bundle and 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-compat-3.8.6.jar is not a bundle and will 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.400.v20220923-1253 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.pde.build-3.11.400.v20220923-1253.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.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] Resolving dependencies of MavenProject: org.eclipse:org.eclipse.tea.library_feature:2.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/continuous_playground/features/org.eclipse.tea.library_feature/.polyglot.feature.xml [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-settings-builder-3.8.6.jar is not a bundle and 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.eclipse.m2e.maven.runtime:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.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-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.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.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.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.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.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-model-builder-3.8.6.jar is not a bundle and 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-resolver-provider-3.8.6.jar is not a bundle and 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.eclipse.m2e.maven.runtime:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-builder-support-3.8.6.jar is not a bundle and 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/wagon-file-3.5.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-core-3.8.6.jar is not a bundle and will 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-embedder-3.8.6.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 @ /home/jenkins/.m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar is not a bundle and will 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/wagon-provider-api-3.5.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-repository-metadata-3.8.6.jar is not a bundle and will 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-plugin-api-3.8.6.jar is not a bundle and 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.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.eclipse.m2e.maven.runtime:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-settings-3.8.6.jar is not a bundle and will 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-shared-utils-3.3.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.eclipse.m2e.maven.runtime:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/plexus-utils-3.3.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.20.0.v20220922-0905 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.20.0.v20220922-0905.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-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.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/plexus-cipher-2.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-artifact-3.8.6.jar is not a bundle and will 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/plexus-sec-dispatcher-2.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-model-3.8.6.jar is not a bundle and 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-compat-3.8.6.jar is not a bundle and will 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.400.v20220923-1253 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.pde.build-3.11.400.v20220923-1253.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.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] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tea.library_feature --- [INFO] Deleting /home/jenkins/agent/workspace/continuous_playground/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.1.202403140847 [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/continuous_playground/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] 157 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/continuous_playground/features/org.eclipse.tea.library_feature/target/org.eclipse.tea.library_feature-2.0.1-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.1.202403140847 org.eclipse.tea.ui_feature_2.0.1.202403140847 [INFO] Building jar: /home/jenkins/agent/workspace/continuous_playground/features/org.eclipse.tea.library_feature/target/org.eclipse.tea.library_feature-2.0.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] ---------< org.eclipse:org.eclipse.tea.lcdsl.library_feature >---------- [INFO] Building [feature] TEA LcDsl Support for Build Library Feature (incubation) 2.0.1-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.1-SNAPSHOT @ /home/jenkins/agent/workspace/continuous_playground/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.1-SNAPSHOT @ /home/jenkins/agent/workspace/continuous_playground/features/org.eclipse.tea.lcdsl.library_feature/.polyglot.feature.xml [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-settings-builder-3.8.6.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 @ /home/jenkins/.m2/repository/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.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-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.eclipse.m2e.maven.runtime:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.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-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.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.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.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.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.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 com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava @ /home/jenkins/.m2/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar is not a bundle and 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-model-builder-3.8.6.jar is not a bundle and 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-resolver-provider-3.8.6.jar is not a bundle and 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 available17954721411355215940.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.jdt.debug:3.20.0.v20220922-0905 @ /tmp/file not yet available17954721411355215940.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.m2e.maven.runtime:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-builder-support-3.8.6.jar is not a bundle and 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/wagon-file-3.5.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-core-3.8.6.jar is not a bundle and will 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-embedder-3.8.6.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact aopalliance:aopalliance:1.0 @ /home/jenkins/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-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 org.codehaus.mojo:animal-sniffer-annotations:1.9 @ /home/jenkins/.m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar is not a bundle and will 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/wagon-provider-api-3.5.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-repository-metadata-3.8.6.jar is not a bundle and will 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-plugin-api-3.8.6.jar is not a bundle and will 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.400.v20220923-1253 @ /tmp/file not yet available17954721411355215940.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-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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.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.eclipse.m2e.maven.runtime:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-settings-3.8.6.jar is not a bundle and will 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-shared-utils-3.3.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.eclipse.m2e.maven.runtime:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/plexus-utils-3.3.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.20.0.v20220922-0905 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.20.0.v20220922-0905.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 javax.inject:javax.inject:1 @ /home/jenkins/.m2/repository/javax/inject/javax.inject/1/javax.inject-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-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.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/plexus-cipher-2.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 org.antlr:antlr-runtime:3.2 @ /home/jenkins/.m2/repository/org/antlr/antlr-runtime/3.2/antlr-runtime-3.2.jar is not a bundle and will 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-artifact-3.8.6.jar is not a bundle and will 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/plexus-sec-dispatcher-2.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-model-3.8.6.jar is not a bundle and 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-compat-3.8.6.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.3.4 @ /home/jenkins/.m2/repository/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.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.eclipse.pde.build:3.11.400.v20220923-1253 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.pde.build-3.11.400.v20220923-1253.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.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] Resolving dependencies of MavenProject: org.eclipse:org.eclipse.tea.lcdsl.library_feature:2.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/continuous_playground/features/org.eclipse.tea.lcdsl.library_feature/.polyglot.feature.xml [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-settings-builder-3.8.6.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 @ /home/jenkins/.m2/repository/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.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-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.eclipse.m2e.maven.runtime:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.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-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.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.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.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.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.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 com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava @ /home/jenkins/.m2/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar is not a bundle and 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-model-builder-3.8.6.jar is not a bundle and 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-resolver-provider-3.8.6.jar is not a bundle and 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 available17954721411355215940.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.jdt.debug:3.20.0.v20220922-0905 @ /tmp/file not yet available17954721411355215940.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.m2e.maven.runtime:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-builder-support-3.8.6.jar is not a bundle and 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/wagon-file-3.5.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-core-3.8.6.jar is not a bundle and will 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-embedder-3.8.6.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact aopalliance:aopalliance:1.0 @ /home/jenkins/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-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 org.codehaus.mojo:animal-sniffer-annotations:1.9 @ /home/jenkins/.m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar is not a bundle and will 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/wagon-provider-api-3.5.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-repository-metadata-3.8.6.jar is not a bundle and will 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-plugin-api-3.8.6.jar is not a bundle and will 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.400.v20220923-1253 @ /tmp/file not yet available17954721411355215940.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-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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.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.eclipse.m2e.maven.runtime:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-settings-3.8.6.jar is not a bundle and will 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-shared-utils-3.3.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.eclipse.m2e.maven.runtime:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/plexus-utils-3.3.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.20.0.v20220922-0905 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.20.0.v20220922-0905.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 javax.inject:javax.inject:1 @ /home/jenkins/.m2/repository/javax/inject/javax.inject/1/javax.inject-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-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.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/plexus-cipher-2.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 org.antlr:antlr-runtime:3.2 @ /home/jenkins/.m2/repository/org/antlr/antlr-runtime/3.2/antlr-runtime-3.2.jar is not a bundle and will 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-artifact-3.8.6.jar is not a bundle and will 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/plexus-sec-dispatcher-2.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-model-3.8.6.jar is not a bundle and 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-compat-3.8.6.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.3.4 @ /home/jenkins/.m2/repository/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.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.eclipse.pde.build:3.11.400.v20220923-1253 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.pde.build-3.11.400.v20220923-1253.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.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] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tea.lcdsl.library_feature --- [INFO] Deleting /home/jenkins/agent/workspace/continuous_playground/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.1.202403140847 [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/continuous_playground/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] 180 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/continuous_playground/features/org.eclipse.tea.lcdsl.library_feature/target/org.eclipse.tea.lcdsl.library_feature-2.0.1-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.1.202403140847 org.eclipse.tea.ui_feature_2.0.1.202403140847 org.eclipse.tea.library_feature_2.0.1.202403140847 [INFO] Building jar: /home/jenkins/agent/workspace/continuous_playground/features/org.eclipse.tea.lcdsl.library_feature/target/org.eclipse.tea.lcdsl.library_feature-2.0.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] -----------< org.eclipse:org.eclipse.tea.scripting_feature >------------ [INFO] Building [feature] TEA Scripting Feature (EASE Integration) (incubation) 2.0.1-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.1-SNAPSHOT @ /home/jenkins/agent/workspace/continuous_playground/features/org.eclipse.tea.scripting_feature/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse:org.eclipse.tea.scripting_feature:2.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/continuous_playground/features/org.eclipse.tea.scripting_feature/.polyglot.feature.xml [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 @ /home/jenkins/.m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.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.scripting_feature:2.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/continuous_playground/features/org.eclipse.tea.scripting_feature/.polyglot.feature.xml [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 @ /home/jenkins/.m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.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.scripting_feature --- [INFO] Deleting /home/jenkins/agent/workspace/continuous_playground/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.1.202403140847 [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/continuous_playground/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] 100 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/continuous_playground/features/org.eclipse.tea.scripting_feature/target/org.eclipse.tea.scripting_feature-2.0.1-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.1.202403140847 [INFO] Building jar: /home/jenkins/agent/workspace/continuous_playground/features/org.eclipse.tea.scripting_feature/target/org.eclipse.tea.scripting_feature-2.0.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] -------------------------< org.eclipse:sites >-------------------------- [INFO] Building [aggregator] sites 2.0.1-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] -----< org.eclipse:org.eclipse.tea.repository.eclipse-repository >------ [INFO] Building [updatesite] org.eclipse.tea.repository.eclipse-repository 2.0.1-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.1-SNAPSHOT @ /home/jenkins/agent/workspace/continuous_playground/sites/org.eclipse.tea.repository/.polyglot.category.xml [INFO] Resolving dependencies of MavenProject: org.eclipse:org.eclipse.tea.repository.eclipse-repository:2.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/continuous_playground/sites/org.eclipse.tea.repository/.polyglot.category.xml [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-settings-builder-3.8.6.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 @ /home/jenkins/.m2/repository/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.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-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.eclipse.m2e.maven.runtime:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.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-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.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.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.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.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.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 com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava @ /home/jenkins/.m2/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar is not a bundle and 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-model-builder-3.8.6.jar is not a bundle and 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-resolver-provider-3.8.6.jar is not a bundle and 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 available17954721411355215940.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.jdt.debug:3.20.0.v20220922-0905 @ /tmp/file not yet available17954721411355215940.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.m2e.maven.runtime:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-builder-support-3.8.6.jar is not a bundle and 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/wagon-file-3.5.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-core-3.8.6.jar is not a bundle and will 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-embedder-3.8.6.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact aopalliance:aopalliance:1.0 @ /home/jenkins/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-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 org.codehaus.mojo:animal-sniffer-annotations:1.9 @ /home/jenkins/.m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar is not a bundle and will 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/wagon-provider-api-3.5.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-repository-metadata-3.8.6.jar is not a bundle and will 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-plugin-api-3.8.6.jar is not a bundle and will 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.400.v20220923-1253 @ /tmp/file not yet available17954721411355215940.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-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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.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.eclipse.m2e.maven.runtime:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-settings-3.8.6.jar is not a bundle and will 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-shared-utils-3.3.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.eclipse.m2e.maven.runtime:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/plexus-utils-3.3.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.20.0.v20220922-0905 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.20.0.v20220922-0905.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 javax.inject:javax.inject:1 @ /home/jenkins/.m2/repository/javax/inject/javax.inject/1/javax.inject-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-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.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/plexus-cipher-2.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 org.antlr:antlr-runtime:3.2 @ /home/jenkins/.m2/repository/org/antlr/antlr-runtime/3.2/antlr-runtime-3.2.jar is not a bundle and will 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-artifact-3.8.6.jar is not a bundle and will 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/plexus-sec-dispatcher-2.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-model-3.8.6.jar is not a bundle and 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-compat-3.8.6.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.3.4 @ /home/jenkins/.m2/repository/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.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.eclipse.pde.build:3.11.400.v20220923-1253 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.pde.build-3.11.400.v20220923-1253.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.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] Resolving dependencies of MavenProject: org.eclipse:org.eclipse.tea.repository.eclipse-repository:2.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/continuous_playground/sites/org.eclipse.tea.repository/.polyglot.category.xml [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.m2e.maven.runtime:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-settings-builder-3.8.6.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 @ /home/jenkins/.m2/repository/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.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-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.eclipse.m2e.maven.runtime:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.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-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.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.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.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.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.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 com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava @ /home/jenkins/.m2/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar is not a bundle and 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-model-builder-3.8.6.jar is not a bundle and 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-resolver-provider-3.8.6.jar is not a bundle and 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 available17954721411355215940.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.jdt.debug:3.20.0.v20220922-0905 @ /tmp/file not yet available17954721411355215940.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.m2e.maven.runtime:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-builder-support-3.8.6.jar is not a bundle and 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/wagon-file-3.5.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-core-3.8.6.jar is not a bundle and will 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-embedder-3.8.6.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact aopalliance:aopalliance:1.0 @ /home/jenkins/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-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 org.codehaus.mojo:animal-sniffer-annotations:1.9 @ /home/jenkins/.m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar is not a bundle and will 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/wagon-provider-api-3.5.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-repository-metadata-3.8.6.jar is not a bundle and will 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-plugin-api-3.8.6.jar is not a bundle and will 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.400.v20220923-1253 @ /tmp/file not yet available17954721411355215940.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-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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.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.eclipse.m2e.maven.runtime:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-settings-3.8.6.jar is not a bundle and will 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-shared-utils-3.3.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.eclipse.m2e.maven.runtime:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/plexus-utils-3.3.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.20.0.v20220922-0905 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.20.0.v20220922-0905.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 javax.inject:javax.inject:1 @ /home/jenkins/.m2/repository/javax/inject/javax.inject/1/javax.inject-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-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.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/plexus-cipher-2.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 org.antlr:antlr-runtime:3.2 @ /home/jenkins/.m2/repository/org/antlr/antlr-runtime/3.2/antlr-runtime-3.2.jar is not a bundle and will 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-artifact-3.8.6.jar is not a bundle and will 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/plexus-sec-dispatcher-2.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-model-3.8.6.jar is not a bundle and 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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.jar/jars/maven-compat-3.8.6.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.3.4 @ /home/jenkins/.m2/repository/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.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.eclipse.pde.build:3.11.400.v20220923-1253 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.pde.build-3.11.400.v20220923-1253.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:3.8.604.20221130-2149 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.m2e.maven.runtime-3.8.604.20221130-2149.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] [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.1.202403140847 [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/continuous_playground/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/continuous_playground/sites/org.eclipse.tea.repository/target/org.eclipse.tea.repository.eclipse-repository-2.0.1-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] Reactor Summary for parent 2.0.1-SNAPSHOT: [INFO] [INFO] parent ............................................. SUCCESS [ 0.202 s] [INFO] [aggregator] bundles ............................... SUCCESS [ 0.004 s] [INFO] [bundle] TEA Core .................................. SUCCESS [ 17.463 s] [INFO] [bundle] TEA Core UI ............................... SUCCESS [ 5.829 s] [INFO] [bundle] TEA Live UI ............................... SUCCESS [ 3.703 s] [INFO] [bundle] TEA EASE Integration ...................... SUCCESS [ 1.621 s] [INFO] [bundle] TEA Build Library ......................... SUCCESS [ 8.578 s] [INFO] [bundle] TEA LcDsl support for Build Library ....... SUCCESS [ 7.615 s] [INFO] [bundle] TEA Examples .............................. SUCCESS [ 1.745 s] [INFO] [aggregator] features .............................. SUCCESS [ 0.002 s] [INFO] [feature] TEA Core Feature (incubation) ............ SUCCESS [ 0.327 s] [INFO] [feature] TEA UI Feature (incubation) .............. SUCCESS [ 0.315 s] [INFO] [feature] TEA Build Library Feature (incubation) ... SUCCESS [ 0.366 s] [INFO] [feature] TEA LcDsl Support for Build Library Feature (incubation) SUCCESS [ 1.030 s] [INFO] [feature] TEA Scripting Feature (EASE Integration) (incubation) SUCCESS [ 0.458 s] [INFO] [aggregator] sites ................................. SUCCESS [ 0.003 s] [INFO] [updatesite] org.eclipse.tea.repository.eclipse-repository SUCCESS [ 2.475 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:00 min [INFO] Finished at: 2024-03-14T08:48:32Z [INFO] ------------------------------------------------------------------------ + test -r ./p2 + mv sites/org.eclipse.tea.repository/target/repository p2 + test -r ./p2/. Post stage [Pipeline] recordIssues [Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/continuous_playground') [Maven] -> found 27 issues (skipped 0 duplicates) [Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/continuous_playground') [Maven] -> found 27 issues (skipped 0 duplicates) [Maven] Successfully parsed console log [Maven] -> found 27 issues (skipped 0 duplicates) [Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/continuous_playground') [Maven] Skipping post processing [Maven] No filter has been set, publishing all 27 issues [Maven] Repository miner is not configured, skipping repository mining [Maven] Successfully parsed console log [Maven] -> found 27 issues (skipped 0 duplicates) [Maven] Successfully parsed console log [Maven] -> found 27 issues (skipped 0 duplicates) [Maven] Successfully parsed console log [Maven] -> found 27 issues (skipped 0 duplicates) [Maven] Successfully parsed console log [Maven] -> found 27 issues (skipped 0 duplicates) [Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/continuous_playground') [Maven] Skipping post processing [Maven] No filter has been set, publishing all 27 issues [Maven] Repository miner is not configured, skipping repository mining [Maven] Reference build recorder is not configured [Maven] Obtaining reference build from same job (playground) [Maven] Using reference build 'continuous/playground #33' to compute new, fixed, and outstanding issues [Maven] Issues delta (vs. reference build): outstanding: 27, new: 0, fixed: 0 [Maven] No quality gates have been set - skipping [Maven] Health report is disabled - skipping [Maven] Created analysis result for 27 issues (found 0 new issues, fixed 0 issues) [Maven] Attaching ResultAction with ID 'maven-warnings' to build 'continuous/playground #34'. [Checks API] No suitable checks publisher found. [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result Finished: SUCCESS